/* Application Specific - START */
* {
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif !important;
}

.form-control:disabled, .form-control[readonly], .form-select:disabled {
    opacity: 1;
    border: none;
    background: none;
    padding: 0px;
}


.nav-item .nav-link {
    cursor: pointer;
}
 

small, .small {
    font-size: 13px;
}

.form-check {
    width: 100%;
    margin-top: 5px;
}

.signature-pad {
    border: 1px solid #bdbdbd;
    border-radius: 10px;
}

.hidden {
    display: none;
}

.page-description {
    margin-bottom:10px;
}

    .page-description h1 {
        font-size: 34px;
    }

.form-label {
    font-size: 13px;
}

.employer-title {
    position: absolute;
    top: 17px;
    right: 20px;
    font-size: 38px;
    font-variant: all-small-caps;
    font-weight: lighter;
    text-align: right;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    color: white;
    text-align: center;
    flex-direction: column;
}

hr {
    color: #000000;
}

.content {
    padding-bottom: 50px;
    padding-top: 10px;
}

main {
    flex-grow: 1; /* Ensures content takes up remaining space */
}

footer {
    position: relative; /* Remove absolute positioning */
    height: 150px;
    width: 100%;
}

.form-group {
    margin-bottom: 1rem;
}

.personal .info {
    margin-bottom: 10px;
}

    .personal .info label {
        font-size: 11px;
        font-weight: bold;
        margin-bottom: 1px;
    }

    .personal .info span {
        font-size: 17px;
        display: block;
        padding-left: 5px;
    }


.navbar-brand img {
    width: 150px;
}

.sidebar {
    background-color: #eaeaea !important;
    background-image: none !important;
}

.signature {
    width: 100%;
    border-bottom: 1px solid black;
}

.manage {
    width: 65px;
    position: absolute;
    right: 40px;
    top: 50px;
}

    .manage a {
        color: #BF5C60;
    }

    .manage span {
        font-size: 13px;
        line-height: 10px;
        position: absolute;
        width: 106px;
        bottom: -16px;
        left: -13px;
        font-variant: all-small-caps;
    }

select:disabled {
    background-image: none;
}

.label-title {
    font-size: 24px;
    font-weight: lighter;
    margin-bottom: 11px;
    padding-top: 5px;
    color: #9d040a;
}

.text-left {
    text-align: left !important;
}

.actions {
    margin-top: 20px;
    margin-bottom: 40px;
}

    .actions p {
    }

#ToPrint {
    width: 99.5%;
}

body {
    min-height: 100vh !important;
    margin: 0;
    position: relative;
}

.pagination-container {
    margin-top: 10px;
}

    .pagination-container .page-size {
        right: 25px;
        font-size: 13px;
    }

        .pagination-container .page-size input {
            text-align: center;
        }

.not-found {
    text-align: center;
}

    .not-found img {
        width: 50%;
        margin: 0 auto;
        max-width: 175px;
        margin-top: 35px;
        margin-bottom: 30px;
    }

    .not-found p {
        font-size: 55px;
        font-weight: lighter;
        margin-top: 25px;
        color: #6d6daa;
        font-variant-caps: petite-caps;
    }

.nav {
    margin-left: 5px;
    margin-right: 5px;
}

.info-box {
    border: 2px solid #d28c8f;
    padding: 15px 0px;
    border-radius: 10px;
    position: relative;
    margin: 10px;
}

    .info-box .form-check-input[type=checkbox] {
        margin: auto;
        font-size: 50px;
    }

.status {
    position: absolute;
    right: 7px;
    top: 0px;
    width: unset;
    font-variant: small-caps;
    font-size: 32px;
    font-weight: lighter;
}

.success {
    color: green;
}

.status.warning {
    color: orange;
}

.info-box h3 {
    text-align: left;
    font-size: 24px;
    margin: 0px 0 5px -20px;
    padding: 0px 20px 10px 30px;
    text-align: left;
    font-size: 34px;
    font-weight: lighter;
    color: #9d040a;
}

    .info-box h3 b {
        font-size: 24px;
        font-variant: small-caps;
        top: -10px;
        position: relative;
        color: #003664;
    }

.info-box .info {
    margin-bottom: 10px;
}

    .info-box .info label {
        font-size: 14px;
        font-style: italic;
        margin-bottom: 1px;
    }

    .info-box .info span {
        font-size: 20px;
        display: block;
        padding-left: 5px;
    }

.debug-time {
    display: inline;
    position: absolute;
    right: 18px;
    bottom: 10px;
    color: orange;
    font-size: 20px;
}


.user input[type=button] {
    color: red;
    text-decoration: none;
    font-variant: small-caps;
    padding: unset;
    background: unset;
    border-width: unset;
    border-style: unset;
    border-color: unset;
    border-image: initial;
}

    .user input[type=button]:hover {
        font-weight: bold;
    }

.app-date {
    position: absolute;
    bottom: 10px;
    font-weight: lighter;
    font-size: 14px;
    font-variant: small-caps;
    color: #919191;
}

.fee {
    font-size: 20px;
    color: red;
    text-align: center;
    margin-top: 20px;
}

.user {
    position: absolute;
    top: 6px;
    right: 33px;
    text-align: right;
    color: #198754;
    font-weight: bold;
    z-index: 900;
}

    .user input[type=button] {
        color: red;
        text-decoration: none;
        font-variant: small-caps;
        padding: unset;
        background: unset;
        border-width: unset;
        border-style: unset;
        border-color: unset;
        border-image: initial;
    }

        .user input[type=button]:hover {
            font-weight: bold;
        }

.text-right {
    text-align: right;
}

.client {
    background: #198754;
    padding: 10px 0px;
    border-radius: 5px;
    color: white;
    text-align: center;
}

.total {
    text-align: center;
    font-size: 34px;
    margin-top: 15px;
}

.drop-down {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-align: center;
}

.logo-receipt {
    width: 49%;
    vertical-align: top;
    display: inline-block;
    padding: 15px 0 0 0;
}

    .logo-receipt img {
        width: 65%;
        max-width: 145px;
        margin-bottom: -85px;
    }

.info-receipt {
    width: 49%;
    display: inline-block;
    text-align: right;
    padding: 30px 0 0 0;
    line-height: 20px;
}

h1.title {
    font-size: 27px;
    margin: 0px 0 10px 0;
    border-bottom: 1px dotted #eaeaea;
    padding-bottom: 5px;
    font-variant: small-caps;
}

    h1.title span {
        display: block;
        font-size: 20px;
        font-weight: normal;
        font-variant: normal;
        margin-top: 10px;
        margin-bottom: 10px;
        color: #0a777c;
    }

    h1.title img {
        width: 232px;
        margin-top: 40px;
    }



.updated {
    position: absolute;
    top: 8px;
    right: 20px;
    color: gray;
    font-size: 13px;
}

header .banner {
    display: block;
    padding: 5px;
    border-bottom: 4px #9d040a solid;
    width: 100%;
}

header .logo {
    padding-left: 11px;
    border-bottom: 1px solid #828282;
    margin-bottom: 30px;
}




.row.headers {
    border-bottom: 2px solid #d28c8f;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-top: 5px;
    font-variant-caps: small-caps;
    font-size: 24px;
    margin-left: -2px;
    padding-left: 0px;
    font-weight: lighter;
}

.row.data {
    line-height: 30px !important;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    margin-left: -2px;
    padding-left: 0px;
}







/* Stick Footer */
footer {
}

body {
    position: relative;
}


footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px;
}


/* Loading Spinner */

.loading {
    position: fixed;
    z-index: 999;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: white;
    text-align: center;
    padding-top: 7%;
    margin-left: 0px;
    padding-right: 0px;
    -moz-animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    animation-name: fadeIn;
    -moz-animation-duration: 1.3s;
    -webkit-animation-duration: 1.3s;
    -ms-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -moz-animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

    .loading.fadeOut {
        -moz-animation-name: fadeOut;
        -webkit-animation-name: fadeOut;
        -ms-animation-name: fadeOut;
        animation-name: fadeOut;
    }

    .loading img {
        width: 20%;
    }

    .loading h1 {
        color: #385b88;
        font-weight: lighter;
        font-size: 59px;
        font-variant-caps: all-small-caps;
        letter-spacing: 13px;
    }

.text-right {
    text-align: right;
}



@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-keyframes fadeIn {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@-ms-keyframes fadeOut {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@-keyframes fadeOut {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

.loading {
    position: fixed;
    z-index: 999;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: white;
    text-align: center;
    padding-top: 0px;
    margin-left: 0px;
    padding-right: 0px;
    -moz-animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    animation-name: fadeIn;
    -moz-animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    -ms-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -moz-animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

    .loading.fadeOut {
        -moz-animation-name: fadeOut;
        -webkit-animation-name: fadeOut;
        -ms-animation-name: fadeOut;
        animation-name: fadeOut;
    }

    .loading img {
        width: 20%;
    }

    .loading h1 {
        color: #385b88;
        font-weight: lighter;
        font-size: 40px;
        font-variant-caps: all-small-caps;
        letter-spacing: 5px;
        margin-top: calc(30vh);
    }

.text-right {
    text-align: right;
}



@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-keyframes fadeIn {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@-ms-keyframes fadeOut {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@-keyframes fadeOut {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}



/* System Specific - END */











#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }











.progress-tracker {
    position: relative;
}

    .progress-tracker .col-6 {
        margin: 0px;
        padding: 4px;
    }

    .progress-tracker .card {
        height: 250px; /* Adjust this value based on your content */
        transition: transform 0.2s;
        overflow: auto;
        padding: 3px;
    }

    .progress-tracker .card-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .progress-tracker .card-status {
        font-weight: bold;
        margin-bottom: 5px;
        font-variant: all-petite-caps;
    }


.card-description {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    display: block;
}

    .card-description::-webkit-scrollbar {
        width: 8px;
    }

    .card-description::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 4px;
    }

        .card-description::-webkit-scrollbar-thumb:hover {
            background-color: #555;
        }

.progress-tracker .card h4 {
    font-size: 18px;
    font-variant: small-caps;
    margin-bottom: 2px;
}

.progress-tracker .card:hover {
    cursor: pointer;
}

.progress-tracker .card.Pending:hover {
    background-color: #007bff3d;
}

@media screen and (max-width: 710px) {


    .progress-tracker .card:hover {
        transform: scale(1.95);
        cursor: pointer;
        z-index: 99999;
        position: absolute;
        width: 50%;
        left: 25%;
        top: 0px;
    }

    .progress-tracker .card.Pending:hover {
        transform: initial;
        cursor: pointer;
        z-index: initial;
        position: initial;
        width: initial;
        left: initial;
        top: initial;
    }
}


/* Dynamic Width Rules */



@media screen and (max-width: 1350px) {

    .info-box h3 {
        font-size: 24px;
    }
}



@media screen and (max-width: 1050px) {

    .info-box h3 {
        font-size: 17px;
    }
}

@media screen and (max-width: 710px) {
    .row.headers {
        font-size: 18px;
    }

    .row.data {
        font-size: 15px;
    }

    .updated {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 250px;
        text-align: center;
        top: unset;
        bottom: 10px;
        font-size: 10px;
    }

    .user {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        text-align: center;
        top: unset;
        bottom: 35px;
        font-size: 20px;
        font-size: 15px;
    }

    .debug-time {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        text-align: center;
        top: unset;
        bottom: 10px;
        font-size: 14px;
    }

    .app-date {
        font-size: 10px;
        top: 99%;
        left: 5px;
    }
}

@media screen and (max-width: 600px) {

    .row.headers {
        font-size: 14px;
    }

    .row.data {
        font-size: 14px;
    }

    .client {
        margin: 0;
    }

    .grid {
        margin: 0;
    }

    .updated {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 250px;
        text-align: center;
        top: unset;
        bottom: 10px;
        font-size: 10px;
        color: gray;
    }
}

@media screen and (max-width: 451px) {
    .banner img {
        width: 100%;
    }

    .headers .col-2 {
        font-size: 11px;
    }
}

@media screen and (max-width: 343px) {
    .logo img {
        width: 100%;
    }
}







/* Grid */
.grid {
    border: 2px solid #d28c8f;
    padding: 10px 0px 0px 0px;
    border-radius: 10px;
    position: relative;
    margin: 10px;
}

    .grid h3 {
        text-align: left;
        font-size: 34px;
        font-weight: lighter;
        margin-bottom: 15px;
        color: #9d040a;
    }


img.pending {
    width: 50px;
    margin-top: -20px;
    margin-right: 15px;
}

span.pending {
    font-size: 26px;
    font-weight: lighter;
    color: #9d040a;
}

.grid .add {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 35px;
    height: 35px;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 130px;
    transition: box-shadow 0.3s ease-in-out;
}

    .grid .add img {
        width: 44px;
        margin-left: -4px;
        margin-top: -5px;
    }

    .grid .add:hover {
        box-shadow: 0 0 5px 2px rgb(124 168 118);
    }

        .grid .add:hover:active {
            box-shadow: 0 0 10px 3px rgb(124 168 118);
        }


.grid .data .delete {
    position: absolute;
    right: 15px;
    width: 31px;
    height: 31px;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 130px;
    transition: box-shadow 0.3s ease-in-out;
}

    .grid .data .delete img {
        width: 35px;
        margin-left: -14px;
        margin-top: -4px;
    }

    .grid .data .delete:hover {
        box-shadow: 0 0 5px 2px rgb(255 151 151);
    }

        .grid .data .delete:hover:active {
            box-shadow: 0 0 10px 3px rgb(212 122 122);
        }

.grid .data-card {
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 15px 0px 20px 0px;
    border-top: 1px solid #d28c8f;
}

    .grid .data-card:last-of-type {
        border-radius: 0px 0px 10px 10px;
    }

.not-approved {
    background-color: #f5e4e5;
}

.grid .data-card .delete {
    position: absolute;
    right: 10px;
    top: 4%;
    height: 31px;
    width: 31px;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 130px;
    transition: box-shadow 0.3s ease-in-out;
}

    .grid .data-card .delete img {
        width: 35px;
        margin-left: -14px;
        margin-top: -2px;
    }

    .grid .data-card .delete:hover {
        box-shadow: 0 0 5px 2px rgb(255 151 151);
    }

        .grid .data-card .delete:hover:active {
            box-shadow: 0 0 10px 3px rgb(212 122 122);
        }



.primary {
    color: #f57e23;
}

.btn-primary {
    color: #fff;
    background-color: #f57e23;
    border-color: #f57e23;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #f57e23;
        border-color: #f57e23;
    }

    .btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #f57e23;
        border-color: #f57e23;
    }

    .btn-check:focus + .btn-primary, .btn-primary:focus {
        color: #fff;
        background-color: #f57e23;
        border-color: #f57e23;
        box-shadow: 0 0 0 0.25rem rgb(145 36 40 / 36%);
    }

.btn-outline-primary {
    color: #f57e23;
    border-color: #f57e23;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #f57e23;
        border-color: #f57e23;
    }

    .btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #f57e23;
        border-color: #f57e23;
    }

    .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
        color: #fff;
        background-color: #f57e23;
        border-color: #f57e23;
        box-shadow: 0 0 0 0.25rem rgb(145 36 40 / 36%);
    }

.verify {
    text-align: center;
    border-right: 1px solid #912428;
    padding-bottom: 30px;
    font-weight: lighter;
}

.data-card .verify .form-label {
    font-size: 45px;
    font-variant: small-caps;
    color: #912428;
}

.data-card .verify .form-check-input {
    font-size: 56px;
    margin: 0 auto;
}

.data-card .form-check-input {
    font-size: 38px;
    margin: 0 auto;
}

.blazored-toast-container {
    width: 100% !important;
}

.blazored-toast {
    width: 100% !important;
    padding: 13px !important;
    border-radius: 0px !important;
}

.blazored-toast-message {
    font-size: 20px !important;
    font-weight: lighter !important;
    text-align: center !important;
    margin: 0 auto !important;
}

.position-topright {
    width: 100% !important;
    top: 0px !important;
    right: 0px !important;
}

.tooltip-wrapper span {
    position: absolute;
    top: -50px;
    left: -29px;
    width: 100px;
    bottom: unset;
    margin-left: unset;
    background-color: #363636;
    color: #fff;
    text-align: center;
    padding: 5px 0px;
    border-radius: 6px;
    z-index: 1;
    font-size: 15px;
}

.list-group-item.footer {
    font-size: 28px;
    font-weight: lighter;
    padding-left: 15px;
}

.list-group-item span.text-muted {
    margin: auto 0;
    font-size: 17px;
}

/* Hide Blazor Connection Issues */
.components-reconnect-show, .components-reconnect-failed, .components-reconnect-rejected, .components-reconnect-modal {
    display: none;
}

#components-reconnect-modal {
    display: none !important;
}






/* Payment Complete */

.payment-complete {
    text-align: center;
}

    .payment-complete h1 {
        text-align: center;
        padding-bottom: 20px;
        margin-bottom: 30px;
        border-bottom: 1px dotted #709749;
        font-size: 29px;
        font-style: unset;
        font-weight: lighter;
    }

    .payment-complete p {
        font-size: 17px;
        font-weight: lighter;
        margin-bottom: 30px;
    }

    .payment-complete img {
        width: 25%;
    }



/* Payment Complete END */





/* Responsive Rules */
@media (max-width: 991px) {
    .employer-title {
        font-size: 15px;
        width: calc(40vw);
    }

    .page-description {
        font-size: 14px;
    }

        .page-description h1 {
            font-size: 24px;
        }

    h1.title {
        font-size: 22px;
    }
}










.acknowledgement-section {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.subtitle {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.acknowledgement-list {
    margin-top: 10px;
}

.acknowledgement-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 7px;
}

.initial-box {
    width: 75px;
    height: 40px;
    margin-right: 15px;
    text-align: center;
    font-size: 1.1rem;
    font-variant: small-caps;
}

.instructions {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

    .instructions ul {
        margin: 0;
        padding-left: 5px;
    }

    .instructions li {
        margin-bottom: 8px;
        color: #495057;
        font-size: 14px;
    }

        .instructions li i {
            font-size: 18px;
        }

.file-list {
    list-style: none;
    padding-left: 0;
}

.file-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 35px;
    margin-bottom: 15px;
    position: relative;
}

    .file-item::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 24px;
        height: 24px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23777' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cline x1='16' y1='13' x2='8' y2='13'/%3E%3Cline x1='16' y1='17' x2='8' y2='17'/%3E%3Cpolyline points='10 9 9 9 8 9'/%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
    }

.file-link {
    text-decoration: none;
    color: #2c3e50;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 12px;
    background: linear-gradient(135deg, #e0eafc, #cfdef3);
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    flex-grow: 1;
    margin-right: 10px;
}

    .file-link:hover {
        color: #1a73e8;
        background: linear-gradient(135deg, #d1e3fa, #b3cffa);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transform: translateY(-2px);
    }

.delete-btn {
    text-decoration: none;
    color: #dc3545;
    font-size: 20px;
    padding: 8px;
    transition: color 0.3s ease, transform 0.3s ease;
}

    .delete-btn:hover {
        color: #b02a37;
        transform: scale(1.2);
    }









/* Employment Widget */
.employ-status {
    text-align: center;
    font-size: 19px;
    font-variant: small-caps;
    font-weight: 600;
    margin-bottom: 10px;
    border: 2px solid #0a777c;
    border-radius: 10px;
    padding: 10px;
}











.scholar-tracker {
    margin-bottom: 10px;
    margin-top: -5px;
}

.tracker-title {
    text-align: center;
    color: #0a777c;
    font-size: 24px;
    font-variant: small-caps;
}

    .tracker-title span {
        display: block;
        font-size: 18px;
        margin-top: -9px;
        margin-bottom: -5px;
        color: gray;
    }

    .tracker-title p {
        color: #3e3e3e;
        font-size: 16px;
        padding: 10px;
        font-variant: normal;
    }

.progress-bar {
    height: 25px;
    background: #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    border: 2px solid #0a777c;
    margin-bottom: 5px;
    margin-top: 5px;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #16a9b00f, #0a777c);
    transition: width 0.5s ease-in-out;
}

.stages {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 0px;
}

.stage {
    position: absolute;
    transform: translateX(-50%);
    text-align: center;
}

.stage-dot {
    display: block;
    width: 16px;
    height: 16px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 auto;
    transition: background 0.3s;
    border: 2px solid #ffffff;
}

    .stage-dot.active {
        background: #f58024;
    }

.stage-label {
    font-size: 14px;
    color: #666;
    position: absolute;
    top: 30px; /* Adjusted to move the label further down */
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.stage .stage-label {
    color: #666;
}

.stage .stage-dot.active + .stage-label {
    color: #1a73e8;
    font-weight: bold;
}

.progress-text {
    text-align: center;
    color: #333;
    font-size: 17px;
}




h5 {
    color: #2c3e50;
    font-size: 1.5em;
    margin-bottom: 15px;
    border-bottom: 2px solid #0a777c;
    padding-bottom: 5px;
}

.next-steps {
    list-style: none;
    counter-reset: step-counter;
    padding-left: 0;
}

    .next-steps li {
        position: relative;
        padding-left: 40px;
        margin-bottom: 15px;
        font-size: 1em;
        line-height: 1.5;
        color: #34495e;
    }

        .next-steps li::before {
            content: counter(step-counter);
            counter-increment: step-counter;
            position: absolute;
            left: 0;
            top: 0;
            width: 25px;
            height: 25px;
            background-color: #0a777c;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 0.9em;
        }

        .next-steps li:last-child {
            margin-bottom: 0;
        }