h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 72px;
    font-weight: 900;
    color: #3f11e7;

    margin-left: 60px;
    margin-top: 30px;

    letter-spacing: -2px;
    line-height: 1.1;
}

br {
    margin-left: 60px;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 450;
    color: #000000;
    line-height: 1.6;
}
h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #3f11e7;

    margin-left: 60px;
    margin-top: 20px;

    letter-spacing: -1px;
    line-height: 1.2;
}
.green-note {
    color: #7ed321;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 900;
    font-style: italic;
    margin-left: 40px;
}
h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #1b2142;

    margin-left: 60px;
    margin-top: 20px;

    letter-spacing: -0.5px;
    line-height: 1.3;
}

h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #1b2142;

    margin-left: 60px;
    margin-top: 20px;

    letter-spacing: -0.5px;
    line-height: 1.4;
}

li {
    margin-left: 60px;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 450;
    color: #000000;
    line-height: 1.6;
}


p {
    margin-left: 60px;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 450;
    color: #000000;
    line-height: 1.6;
}
div {
    margin-left: 120px;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 350;
    color: #000000;
    line-height: 1;
}
.scale {
    display: flex;
    gap: 150px;
}

.scale label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
input[type="radio"] {
    transform: scale(1.5);
    margin: 8px;
}
textarea {
    width: 90%;
    min-height: 140px;
    margin: 0 auto;
    display: block;
    padding: 14px 16px;
    border: 2px solid #b8b1a4;
    border-radius: 12px;
    background-color: #fffaf0;
    color: #222;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    resize: vertical;
    box-sizing: border-box;
}
textarea:focus {
    outline: none;
    border-color: #7b68ee;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(123, 104, 238, 0.2);
}
body {
    background-color: #EDE7DC;
    color: black;
}
.week-title {
    background-color: #329dcc;
    color: white;
    border: 2px solid #222;
    border-radius: 25px;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    padding: 6px 20px;
    width: 90%;
    margin: 30px auto 24px auto;
    box-sizing: border-box;
}

.goals-table {
    width: 90%;
    margin: 40px auto;
    border-collapse: collapse;
    table-layout: fixed;
    font-family: 'Poppins', sans-serif;
    color: #1b2142;
}

.goals-table th,
.goals-table td {
    border: 1px solid #86e64d;
    padding: 18px;
}

.goals-table th {
    height: 68px;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
}

.goals-table td {
    height: 130px;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.5;
    overflow-wrap: anywhere;
    white-space: pre-wrap;
}

.goals-table td:focus {
    outline: none;
    background-color: #fffaf0;
    box-shadow: inset 0 0 0 3px rgba(123, 104, 238, 0.18);
}

.goals-table th:nth-child(1),
.goals-table td:nth-child(1) {
    width: 22%;
}

.goals-table th:nth-child(2),
.goals-table td:nth-child(2) {
    width: 37%;
}

.goals-table th:nth-child(3),
.goals-table td:nth-child(3) {
    width: 41%;
}
.reflection-boxes {
    display: flex;
    gap: 70px;
    width: 90%;
    margin: 40px auto;
}

.reflection-item {
    flex: 1;
}

.reflection-item label {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    color: #1b2142;
    margin-bottom: 8px;
}

.reflection-item textarea {
    width: 100%;
    min-height: 220px;
    border: 4px solid #12183d;
    border-radius: 12px;
    background-color: transparent;
    resize: vertical;
    box-sizing: border-box;
}

.action-tracker {
    width: 98%;
    margin: 12px auto;
    border-collapse: collapse;
    table-layout: fixed;
    font-family: 'Poppins', sans-serif;
    color: #111632;
    background-color: #ffffff;
}

.action-tracker th,
.action-tracker td {
    border: 2px solid #111632;
    padding: 14px;
}

.action-tracker thead tr:first-child th {
    height: 68px;
    background-color: #151a45;
    color: #ffffff;
    font-size: 36px;
    font-weight: 900;
    text-align: left;
}

.action-tracker thead tr:nth-child(2) th {
    height: 44px;
    background-color: #dff1ff;
    color: #000000;
    font-size: 28px;
    font-weight: 900;
    text-align: left;
}

.action-tracker td {
    height: 150px;
    vertical-align: top;
    font-size: 17px;
    line-height: 1.5;
    overflow-wrap: anywhere;
    white-space: pre-wrap;
}

.action-tracker td:focus {
    outline: none;
    background-color: #fffaf0;
    box-shadow: inset 0 0 0 3px rgba(123, 104, 238, 0.18);
}

.action-tracker th:nth-child(1),
.action-tracker td:nth-child(1) {
    width: 24%;
}

.action-tracker th:nth-child(2),
.action-tracker td:nth-child(2) {
    width: 17%;
}

.action-tracker th:nth-child(3),
.action-tracker td:nth-child(3) {
    width: 15%;
}

.action-tracker th:nth-child(4),
.action-tracker td:nth-child(4) {
    width: 23%;
}

.action-tracker th:nth-child(5),
.action-tracker td:nth-child(5) {
    width: 21%;
}

.alert-box {
  background-color: #f8a0a0;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  padding: 16px 20px;
}

/* Forces every element inside .alert-box to be red */
.alert-box,
.alert-box * {
  color: #f90505 !important;
}

.square {
  font-size: 14px;
  vertical-align: middle;
  margin-right: 4px;
}
.app-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 15px;
  color: #333333;
}

/* Header Styling */
.app-table th {
  background-color: #1e3a8a; /* Dark blue background */
  color: #ffffff;
  text-align: left;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: bold;
}

/* Data Cell Styling */
.app-table td {
  padding: 14px 16px;
  border: 1px solid #e5e7eb; /* Light gray borders */
  vertical-align: top;
}

/* Make App Names Bold */
.app-table td.app-title {
  font-weight: bold;
  color: #111827;
}