﻿div {
    --theme-primary-color: #8c6415; /* golden brown, harvest gold */
    --link-color: #185abc; /* bright blue, vivid azure */
    --text-dark: #1a1a1a; /* near black, charcoal */
    --warning-color: #ff0000; /* bright red, signal red */
    --color-white: white; /* white, snow */
    --color-dark: black; /* black, jet */
    --color-card-bg: #E7EBEF; /* pale gray-blue, cloud */
    --color-shadow-light: #00000029; /* translucent black, shadow */
    --color-bg-white: white; /* white, snow */
    --color-text-secondary: #666666; /* medium gray, dim gray */
    --color-bg-dark: #1A1A1A; /* near black, charcoal */
    --color-text-primary: #000000; /* black, jet */
    --color-error: #b71c1c; /* bright red, signal red */
    --color-surface: #f2f2f2; /* light gray, platinum */
    --color-text-white: #ffffff; /* white, snow */
    --bg-surface: #f7f8fa; /* very light gray, ghost white */
    --surface-300: #e0e0e0; /* light gray, gainsboro */
    --brand-600: #0057b8; /* deep blue, royal blue */
    --color-primary-blue: #337ab7; /* medium blue, steel blue */
    --bg-color: black; /* black */
    --font-weight: 600;
    --primary-color-text: white; /* white */
    --form-drop-down-icon: #4a4a4a; /* dimgrey */
    --bg-login-simple: #2e7d32; /* green */
    --bg-login-facebook: #1565c0; /* blue */
    --bg-warning-yellow: #f9a825; /* yellow*/
    --bg-dark-gray: #212121; /* gray */
    --text-blue: #185abc; /* blue */
}

[id*="cmdSend"] {
    background-color: var(--surface-300);
    transition: background-color 0.2s ease;
}

    [id*="cmdSend"].is-ready {
        color: var(--color-white);
        background-color: var(--color-primary-blue);
        border-color: var(--color-primary-blue);
    }

.root {
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: var(--bg-surface);
    line-height: 1.6;
    gap: 20px;
    overflow-y: auto;
    height: 100%;
}

.page-welcome-section {
    color: var(--color-text-white);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin: 20px auto;
    width: 100%;
}

.notification-header > p {
    font-size: 18px;
    margin: 0px;
}

.page-title {
    font-weight: bold;
    font-size: 28px;
    margin: 0;
    color: var(--text-dark);
}

.page-desc {
    font-size: 20px;
    font-weight: 500;
    color: var(--text-dark);
    margin: 0;
}

    .page-desc a {
        color: #2680eb;
        text-decoration: none;
    }

.warning-head {
    margin-top: 20px;
    margin-bottom: 20px;
}

.warning {
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    font-size: 20px;
    box-shadow: 0px 3px 6px var(--color-shadow-light);
    background-color: #fff;
    padding: 10px;
    width: 100%;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 2px auto;
}

    .warning img {
        height: 25px;
        aspect-ratio: 1/1;
        margin-right: 10px;
    }

.sub-warning {
    padding: 0;
    margin: 0;
}

.warning-title {
    font-size: 14px;
    margin: 0;
    margin-right: 10px;
    color: #000;
    font-weight: bold;
    font-size: 20px;
}

.warning a {
    color: var(--link-color);
    text-decoration: none;
    font-weight: bold;
}

.content {
    display: flex;
    gap: 20px;
}

.green-icon {
    color: green !important;
}

.red-icon {
    color: var(--color-error) !important;
}

.left-panel, .right-panel {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    overflow: hidden;
}

.left-panel {
    width: 65%;
}

.right-panel {
    width: 35%;
}

.section {
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 3px 6px var(--color-shadow-light);
    width: 100%;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.section-title {
    color: var(--text-dark);
    font-weight: bold;
    font-size: 20px;
}

button {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    padding: 6px 38px;
    font-weight: bold;
    border-radius: 4px;
    width: fit-content;
    outline: none;
    border: none;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 10px;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    background-color: transparent;
}

    button > img {
        height: 20px;
        aspect-ratio: 1/1;
        object-fit: contain;
    }

.view-button {
    background-color: var(--theme-primary-color);
}

.button-link:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.mbr-control .fa, .mbr-control-ncsa .fa, .mbr-control-ca .fa {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.rotate-icon {
    transform: rotate(0deg) !important;
    transition: transform 0.3s ease;
}

.resource-section-list > li :first-child {
    color: var(--theme-primary-color)
}

.download-forms-section > li :first-child {
    color: var(--link-color)
}
/*Profile Section */
.profile-section {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 3px 6px var(--color-shadow-light);
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    overflow: hidden;
    border: 2px solid lightgray;
    padding-bottom: 20px;
}

.meta-top {
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 20px;
}

.meta-top-left {
    width: 95%;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    gap: 20px;
}

.mtl-dp {
    object-fit: cover;
    border-width: 5px;
    border-style: solid;
}

    .mtl-dp:nth-child(2n+1) {
        border-color: var(--theme-primary-color)
    }

    .mtl-dp:nth-child(2n) {
        border-color: purple
    }

    .mtl-dp:first-child {
        border-color: var(--theme-primary-color)
    }

    .mtl-dp:last-child {
        border-color: var(--link-color)
    }

    .mtl-dp img {
        height: 100%;
        aspect-ratio: 1/1;
        object-fit: cover;
        border-radius: 50%;
    }

.mtl-info {
    flex-basis: 85%;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    justify-content: space-between;
}

.mtl-sub-info {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.mtl-info-top {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mtl-info-bottom {
    display: inline-block;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    gap: 10px;
}

.mtlib-chip {
    display: inline-block;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    padding-right: 5px;
}

.meta-top-right {
    width: 5%;
    display: flex;
    align-items: flex-start;
    justify-content: center
}

    .meta-top-right :only-child {
        cursor: pointer;
    }

.meta-bottom {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    margin: 0px 15px;
    border-bottom: 2px solid lightgray;
}

.meta-bottom-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.mbl-info {
    display: flex;
    margin: auto;
    -webkit-align-items: center;
    align-items: center;
    justify-content: flex-start;
    gap: 3px;
}

    .mbl-info :first-child {
        color: var(--theme-primary-color);
    }

    .mbl-info > span {
        margin-left: 5px;
        font-weight: bolder;
        color: var(--form-drop-down-icon);
    }

.mbr-control i.fa {
    font-size: 18px !important;
}

.mbr-control {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.profile-forms, .profile-ncsa, .profile-ca {
    width: 100%;
    display: block;
}

.profile-ncsa, .profile-ca {
    padding: 10px 20px;
}

.pf-title-row {
    display: flex;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 30px;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
}

    .pf-title-row > span {
        font-weight: bold;
        font-size: 20px;
        color: var(--theme-primary-color);
        margin-right: 10px;
    }

.pf-row {
    display: flex;
    width: 100%;
    padding: 10px 20px 10px 30px;
    border-bottom: 1px solid #eaeaea;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.pfr-sub-row {
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    gap: 10px;
}

.pfr-box-info {
    width: 35%;
}

.pfr-box-status, .pfr-box-expiry {
    width: 40%;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.status-chip {
    color: var(--color-text-white);
    padding: 2px;
    border-radius: 5px;
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
    word-wrap: normal
}

.pfr-box-download {
    width: 5%;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.fr-box-button {
    background-color: transparent;
    color: #e1e1e1;
    width: fit-content;
    padding: 4px;
}

    .fr-box-button :only-child {
        color: dimgrey;
        width: fit-content;
    }

.pf-row-bottom {
    display: flex;
    flex-direction: column;
    gap: 4px;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 10px 30px;
}

.pfrb-row {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    gap: 5px;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.color-box {
    width: 10px;
    height: 10px;
    aspect-ratio: 1/1;
    display: block;
    background-color: var(--bg-login-simple);
}

.chip-complete {
    background-color: var(--bg-login-simple);
}

.complete {
    color: var(--bg-login-simple);
}

.chip-draft, .draft {
    background-color: var(--bg-login-facebook);
}

.draft {
    color: var(--bg-login-facebook);
}

.chip-pending, .pending {
    background-color: var(--bg-warning-yellow);
}

.pending {
    color: var(--bg-warning-yellow);
}

.chip-not-started, .not-started {
    background-color: var(--color-error);
}

.not-started {
    color: var(--color-error);
}

.chip-denied, .denied {
    background-color: var(--bg-dark-gray);
}

.denied {
    color: var(--bg-dark-gray);
}

.view-more {
    display: inline-block;
    width: 170px;
    cursor: pointer;
    margin-top: 5px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    padding: 6px 38px;
    background-color: var(--theme-primary-color);
    font-weight: bold;
    border-radius: 4px;
}

.three-dot-btn {
    position: relative;
    display: flex;
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer;
    color: #000;
    margin-bottom: -10px;
}

    .three-dot-btn .dropdown-profile-action-btn i {
        font-size: 24px;
    }

.dropdown-profile-action {
    border-radius: 2px;
    display: flex;
    gap: 10px;
    line-height: 1;
    font-weight: 600;
    position: relative;
    display: block;
}

.dropdown-profile-action-btn {
    color: var(--text-dark);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background-color: transparent !important;
    display: flex;
    gap: 10px;
}

.dropdown-profile-action-content {
    display: none;
    position: absolute;
    right: 0;
    top: 110%;
    background-color: #e1e1e1;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    padding: 10px;
    font-size: 14px;
    border-radius: 4px;
}

    .dropdown-profile-action-content a {
        display: block;
        text-decoration: none;
        font-weight: 400;
        padding: 8px 8px;
        cursor: pointer;
        color: var(--color-text-primary);
    }

.student-card-pic-container {
    text-align: center;
    flex-basis: 15%;
}

.student-card-pic-container-mobile {
    display: none;
}

.student-card-pic {
    border-radius: 50%;
    font-size: 35px;
    color: #fff;
    text-align: center;
    width: 120px;
    max-height: 120px;
    margin-top: 10px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

header {
    color: #fff;
    padding: 10px;
    text-align: center;
}

#logo {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.ncsa-ca-container {
    max-width: 800px;
    margin: 20px auto;
}

    .ncsa-ca-container ul {
        padding-left: 20px;
    }

    .ncsa-ca-container h5 {
        color: #333;
        font-weight: bold;
    }

    .ncsa-ca-container p {
        color: #555;
        line-height: 1.6;
        word-break: break-all;
    }

    .ncsa-ca-container ul {
        list-style-type: disc;
        padding: 0;
    }

    .ncsa-ca-container li {
        margin-bottom: 10px;
    }

.NCSA_Radio label {
    white-space: break-spaces !important;
    display: inline;
}

.ncsa-top-container {
    display: flex;
    gap: 10px;
}

.ncsa-radio-container {
    margin: 20px 0px;
}

    .ncsa-radio-container label {
        font-weight: 500;
    }

.ncsa-quote-container {
    color: var(--text-blue);
}

    .ncsa-quote-container > :nth-child(1) {
        font-style: italic;
    }

    .ncsa-quote-container > :nth-child(3) {
        float: right;
    }

.ncsa-graphic {
    margin-top: 10px;
}

    .ncsa-graphic img {
        width: 100%;
    }

    .ncsa-graphic p {
        font-size: 12px;
    }

.send-btn-container {
    text-align: center;
    padding-top: 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

th, td {
    padding: 2px;
    text-align: left;
}

th {
    background-color: var(--color-surface);
}

input[type="text"],
input[type="email"] {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    margin: 4px 0;
}

input[type="submit"] {
    padding: 5px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    color: var(--color-white);
}

.font-bold {
    font-weight: bold;
}

.icon-list {
    list-style: none;
    padding: 0;
}

    .icon-list li {
        display: inline-block;
        margin-right: 10px;
    }

.categoryImage {
    width: 15px;
    aspect-ratio: 1/1;
}

@media (max-width: 1300px) {
    .content {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .left-panel, .right-panel {
        width: 100%;
    }

    .mtl-info-top, .mtl-info-bottom {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 4px;
    }

    .right-panel {
        flex-direction: column-reverse;
    }
}

@media (max-width: 768px) {
    .widget-container {
        min-width: 100%;
    }

    .person-metadata {
        flex-direction: column;
        gap: 4px;
    }

    .meta-top-left {
        width: 100%;
    }

    .separator {
        display: none;
    }

    .student-card-pic-container {
        display: none;
    }

    .student-card-pic-container-mobile {
        display: block;
        padding: 0px;
    }

    .mtl-info {
        flex-basis: 100%;
    }

    .mtl-sub-info {
        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

    .mtl-info-top {
        display: flex;
        flex-direction: column;
    }

        .mtl-info-top strong {
            font-size: 20px;
            word-break: break-word;
        }
}

@media(max-width:600px) {
    .warning {
        padding: 5px;
    }

    .warning-head {
        margin: 0 auto;
    }

    .warning > img {
        height: 15px;
        margin-right: 4px;
        margin-top: 10px;
    }

    .warning-title, .warning-text {
        font-size: 12px;
        margin-right: 2px;
    }

    .meta-top {
        align-items: flex-start;
        padding: 10px;
    }

    .meta-top-left {
        gap: 5px;
    }

    .mtl-info-top > strong {
        width: 90%;
    }

    .pf-title-row,
    .pf-title-row {
        padding: 10px;
    }

    .pf-row {
        padding: 10px;
    }

        .pf-row > .pfr-box-download {
            display: block;
            width: 10%
        }

    .fr-box-button {
        font-size: 30px;
    }

    .pfr-sub-row {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 90%;
    }

    .pfr-box-info, .pfr-box-status {
        width: 100%;
    }

    .pfr-box-status, .pfr-box-expiry {
        width: 100%;
    }

    .pfrb-row {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .ncsa-graphic {
        display: none;
    }

    .pfr-box-download {
        width: 100%;
    }
}

.meta-top-left {
    margin-right: 15px;
}

.status-chip label {
    margin-top: 0px;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

.headerLeftSection {
    margin-right: 10px;
    white-space: nowrap;
}

@media (min-width: 900px) and (max-width: 1130px) {
    .headerLeftSection span:first-child {
        font-size: 20px !important;
    }

    .headerLeftSection span:last-child {
        font-size: 19px !important;
    }
}

/*Form-State-style*/

.state-heading h2 {
    font-size: 28px;
    margin-bottom: 5px;
}

.state-sub {
    margin-bottom: 16px;
}

    .state-sub .state-user {
        font-size: 18px;
        font-weight: bold;
        color: var(--color-text-primary);
    }

    .state-sub span {
        margin: 0 5px;
        color: var(--color-text-secondary);
        font-weight: 400;
        font-size: 18px;
    }

.f-18 {
    font-size: 18px;
}

.icon-pos {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
    background: var(--theme-primary-color);
    padding: 6px;
    border-radius: 50%;
    margin-right: 10px;
}

    .icon-pos i {
        color: var(--color-text-white) !important;
    }

.current-state {
    background-color: var(--color-text-primary);
    color: var(--color-text-white);
    padding: 10px 30px;
}

    .current-state span {
        font-weight: 400;
    }

        .current-state span:first-of-type {
            font-size: 14px;
            font-weight: bold;
        }

.custom-bg {
    background-color: var(--color-card-bg);
    margin: 0;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.custom-profile {
    background: var(--color-bg-white);
    box-shadow: 0px 3px 6px var(--color-shadow-light);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.f-14 {
    font-size: 14px;
}

.font-bold {
    font-weight: bold;
}

.font-400 {
    font-weight: 400;
}

a.custom-btn {
    padding: 5px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    color: var(--color-white);
}

.custom-btn {
    background-color: var(--color-text-secondary);
    min-width: 180px;
}

    .custom-btn:hover {
        color: var(--color-white);
    }

.text-dark {
    color: var(--text-dark);
}

.text-error {
    color: var(--color-error) !important;
}

@media (max-width: 480px) {
    .w-100 {
        width: 100%;
    }
}

.back-btn {
    background-color: var(--theme-primary-color);
}

    .back-btn:hover {
        color: var(--color-white);
    }

.mt-3 {
    margin-top: 16px !important;
}

.mb-3 {
    margin-bottom: 16px !important;
}

.ml-3 {
    margin-left: 16px !important;
}

.custom-table {
    margin: 0px;
    background: var(--color-bg-white);
    border-radius: 16px;
}

    .custom-table th {
        font-size: 14px;
        font-weight: 600;
        background: none !important;
    }

    .custom-table td {
        font-size: 14px;
        font-weight: 400;
    }

        .custom-table td[colspan="2"] > div {
            font-weight: bold;
            background-color: var(--color-card-bg);
            font-size: 16px;
            padding: 8px;
        }

        .custom-table td[colspan="2"] {
            padding: 0 !important;
        }

.table-content {
    box-shadow: 0px 3px 6px var(--color-shadow-light);
}

    .table-content .table-responsive {
        border-radius: 16px;
    }

.gap-0 {
    gap: 0px;
}

.custom-profile-management {
    box-shadow: 0px 3px 6px var(--color-shadow-light);
    padding: 16px;
    margin: 0;
    background-color: var(--color-bg-white);
    border-radius: 16px;
}

    .custom-profile-management h2 {
        font-size: 20px;
        color: var(--color-dark);
        margin-bottom: 12px;
        margin-top: 0px !important;
    }

    .custom-profile-management p {
        font-size: 16px;
        color: var(--color-dark);
        margin: 0px;
    }

    .custom-profile-management span {
        font-weight: bold;
    }

.input-sections {
    max-width: 350px;
}

.rotate-icon {
    transition: transform 0.3s ease;
    font-size: 18px !important;
    transform: rotate(180deg);
}

    .rotate-icon.collapsed {
        transform: rotate(180deg);
    }

.state-compliance-pos {
    padding: 20px;
    background-color: var(--bg-surface);
}

.custom-list li {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

    .custom-list li svg {
        flex-shrink: 0;
    }

.box-shadow {
    box-shadow: 0px 3px 6px var(--color-shadow-light);
}

.border-radius-sm {
    border-radius: 16px;
}

.custom-btn-group {
    margin: 0px 16px 16px 16px;
}

.btn-back {
    color: var(--color-dark) !important;
}

.user-info-box {
    width: 99% !important;
}

.btn-add-student {
    background-color: var(--bg-color);
    color: var(--primary-color-text);
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: var(--font-weight);
    font-size: 14px;
    margin-top: 5px;
}

.mb-0 {
    margin-bottom: 0;
}

.mt-0 {
    margin-top: 0;
}

.sport-selection-body {
    box-shadow: 10px 10px 20px 1px rgb(0 0 0 / 23%);
    padding: 20px;
    min-height: 100px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.checkbox-list {
    padding: 10px;
}

    .checkbox-list label {
        margin-top: 3px;
        margin-left: 3px;
        font-weight: normal;
    }

    .checkbox-list input[type=checkbox] {
        margin-left: 0;
    }

.badge-dec-eligibility {
    background-color: var(--text-blue) !important;
}