@import '_content/TPMS.MCP.Common/TPMS.MCP.Common.aal49qwtf2.bundle.scp.css';

/* /Layout/DashboardLayout.razor.rz.scp.css */
/* Base Styles */
body[b-epuzyxnjmg] {
    margin: 0;
    padding: 0;
    background-color: white;
    font-family: 'Montserrat', sans-serif;
}

/* Dashboard Layout */
.dashboard-layout[b-epuzyxnjmg] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #1C355E;
    border-radius: 40px 40px 40px 40px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

/* Header */
.header[b-epuzyxnjmg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #1C355E;
    border-radius: 40px 40px 0 0;
    padding: 2.5rem 2rem 2rem 2rem;
    margin-bottom: 2rem;
}

/* Dashboard Header - Redesigned */
.dashboard-header[b-epuzyxnjmg] {
    background: #1C355E;
    padding-bottom: 60px;
    box-shadow: 0 4px 20px rgba(28, 53, 94, 0.15);
    border-radius: 40px 40px 40px 40px;

}

.dashboard-header-content[b-epuzyxnjmg] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    max-width: 1200px;
    margin: 0 auto;
}

.dashboard-header-center[b-epuzyxnjmg] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 48px;
    width: 100%;
    max-width: 700px;
}

.dashboard-header-row[b-epuzyxnjmg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
}

/* Avatar Section */
.avatar-section[b-epuzyxnjmg] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.avatar-container[b-epuzyxnjmg] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding-right: 20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #fff;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .avatar-container:hover[b-epuzyxnjmg] {
        transform: scale(1.05);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    }

.profile-preview[b-epuzyxnjmg] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e0e0e0;
}

/* Photo Edit Controls */
.photo-edit-controls[b-epuzyxnjmg] {
    position: absolute;
    top: 70px;
    left: 0;
    background: white;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 140px;
    z-index: 10;
}

.hidden-input[b-epuzyxnjmg] {
    display: none;
}

.edit-photo-button[b-epuzyxnjmg],
.cancel-edit-button[b-epuzyxnjmg] {
    padding: 8px 16px;
    border-radius: 8px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.edit-photo-button[b-epuzyxnjmg] {
    background-color: #1C355E;
    color: white;
}

    .edit-photo-button:hover[b-epuzyxnjmg] {
        background-color: #2C4875;
    }

.cancel-edit-button[b-epuzyxnjmg] {
    background-color: #E8EBF0;
    color: #1C355E;
}

    .cancel-edit-button:hover[b-epuzyxnjmg] {
        background-color: #D0D5DD;
    }

.profile-info[b-epuzyxnjmg] {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
    text-align: left;
}

.greeting[b-epuzyxnjmg] {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.3px;
}

.greeting.large-greeting[b-epuzyxnjmg] {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    letter-spacing: 0.04em;
}

.profile-name[b-epuzyxnjmg] {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    opacity: 0.9;
}

.view-application[b-epuzyxnjmg] {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: white;
    text-decoration: underline;
    cursor: pointer;
    transition: opacity 0.3s ease;
    margin-top: 4px;
}

    .view-application:hover[b-epuzyxnjmg] {
        opacity: 0.8;
    }

    .view-application[b-epuzyxnjmg] {
        font-size: 1.6rem;
        font-weight: 500;
        margin-top: 0.5rem;
        color: #fff;
        letter-spacing: 0.1em;
        cursor: pointer;
        text-decoration: underline;
    }

/* Content Wrapper */
.content-wrapper[b-epuzyxnjmg] {
    flex: 1;
    width: 100%;
    max-width: 1200px;
    margin: -40px auto 0;
    padding: 30px 24px 100px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    background-color: white;
    border-radius: 40px 40px 0 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.08);
    border: 1.5px solid #E5EAF2; 
}

    .content-wrapper > *[b-epuzyxnjmg] {
        width: 100%;
    }

/* Bottom Navigation */
.bottom-nav[b-epuzyxnjmg] {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #1C355E;
    padding: 12px 24px;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 48px);
    max-width: 600px;
    border-radius: 30px;
    box-shadow: 0 8px 24px rgba(28, 53, 94, 0.3);
    z-index: 100;
}

.nav-item[b-epuzyxnjmg] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .nav-item.disabled[b-epuzyxnjmg] {
        opacity: 0.4;
        cursor: not-allowed;
    }

.icon-wrapper[b-epuzyxnjmg] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

    .nav-item.active .icon-wrapper[b-epuzyxnjmg],
    .icon-wrapper.icon-active[b-epuzyxnjmg] {
        background-color: white;
    }

    .icon-wrapper img[b-epuzyxnjmg] {
        width: 24px;
        height: 24px;
    }

/* Utility Classes */
.header-text[b-epuzyxnjmg],
.dashboard-title[b-epuzyxnjmg] {
    font-size: 20px;
    font-weight: 700;
    padding-top: 15px;
    color: #1C355E;
}

.underline-only[b-epuzyxnjmg] {
    width: 100%;
    border: none;
    border-bottom: 2px solid #E5E5E5;
    outline: none;
    padding: 12px 0;
    margin-bottom: 20px;
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

    .underline-only:focus[b-epuzyxnjmg] {
        border-bottom-color: #1C355E;
    }

.navigation-bar[b-epuzyxnjmg] {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.back-button[b-epuzyxnjmg] {
    border: none;
    background-color: transparent;
    padding: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: opacity 0.3s ease;
}

    .back-button:hover[b-epuzyxnjmg] {
        opacity: 0.7;
    }

.icon[b-epuzyxnjmg] {
    width: 24px;
    height: 24px;
}

/* Application Button */
.application-button[b-epuzyxnjmg] {
    font-family: 'Montserrat', sans-serif;
    background-color: #fff !important;
    color: #1C355E !important;
    border-radius: 30px;
    padding: 10px 60px;
    border: 2px solid #1C355E !important;
    font-weight: 600;
    box-shadow: none;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.application-button:hover[b-epuzyxnjmg] {
    background-color: #1C355E !important;
    color: #fff !important;
    border-color: #1C355E !important;
}

/* Desktop Specific Styles */
@media (min-width: 769px) {
    .dashboard-header[b-epuzyxnjmg] {
        padding: 32px 40px;
        padding-bottom: 70px;
        border-radius: 50px;
        margin: 24px 24px 0 24px;
    }

    .avatar-container[b-epuzyxnjmg] {
        width: 100px;
        height: 100px;
    }

    .greeting[b-epuzyxnjmg] {
        font-size: 20px;
    }

    .profile-name[b-epuzyxnjmg] {
        font-size: 18px;
    }

    .view-application[b-epuzyxnjmg] {
        font-size: 15px;
    }

    .content-wrapper[b-epuzyxnjmg] {
        padding: 40px 40px 120px;
        margin-top: -50px;
        border-radius: 50px 50px 0 0;
    }

    .bottom-nav[b-epuzyxnjmg] {
        bottom: 24px;
        padding: 16px 32px;
        max-width: 700px;
    }

    .icon-wrapper[b-epuzyxnjmg] {
        width: 52px;
        height: 52px;
    }

        .icon-wrapper img[b-epuzyxnjmg] {
            width: 26px;
            height: 26px;
        }
}

/* Large Desktop */
@media (min-width: 1280px) {
    .dashboard-header[b-epuzyxnjmg] {
        border-radius: 50px;
        margin: 32px 32px 0 32px;
    }

    .content-wrapper[b-epuzyxnjmg] {
        max-width: 1400px;
        border-radius: 50px 50px 0 0;
    }

    .bottom-nav[b-epuzyxnjmg] {
        max-width: 800px;
    }
}

/* Tablet Styles */
@media (max-width: 768px) {
    .dashboard-header[b-epuzyxnjmg] {
        padding: 24px 20px;
        padding-bottom: 50px;
        border-radius: 40px;
        margin: 20px 20px 0 20px;
    }

    .avatar-container[b-epuzyxnjmg] {
        width: 60px;
        height: 60px;
    }

    .greeting[b-epuzyxnjmg] {
        font-size: 18px;
    }

    .profile-name[b-epuzyxnjmg] {
        font-size: 16px;
    }

    .content-wrapper[b-epuzyxnjmg] {
        padding: 30px 20px 100px;
        margin-top: -30px;
        border-radius: 40px 40px 0 0;
    }
}

/* Mobile Styles */
@media (max-width: 480px) {
    .dashboard-header[b-epuzyxnjmg] {
        padding: 20px 16px;
        padding-bottom: 50px;
        border-radius: 40px;
        margin: 16px 16px 0 16px;
    }

    .dashboard-header-content[b-epuzyxnjmg] {
        gap: 12px;
    }

    .avatar-container[b-epuzyxnjmg] {
        width: 50px;
        height: 50px;
        border-width: 2px;
    }

    .greeting[b-epuzyxnjmg] {
        font-size: 16px;
    }

    .profile-name[b-epuzyxnjmg] {
        font-size: 14px;
    }

    .view-application[b-epuzyxnjmg] {
        font-size: 13px;
    }

    .content-wrapper[b-epuzyxnjmg] {
        padding: 30px 16px 90px;
        margin-top: -30px;
        border-radius: 40px 40px 0 0;
    }

    .bottom-nav[b-epuzyxnjmg] {
        bottom: 12px;
        padding: 10px 16px;
        width: calc(100% - 32px);
        border-radius: 25px;
    }

    .icon-wrapper[b-epuzyxnjmg] {
        width: 44px;
        height: 44px;
    }

        .icon-wrapper img[b-epuzyxnjmg] {
            width: 22px;
            height: 22px;
        }

    .photo-edit-controls[b-epuzyxnjmg] {
        min-width: 120px;
        padding: 10px;
        top: 60px;
    }

    .edit-photo-button[b-epuzyxnjmg],
    .cancel-edit-button[b-epuzyxnjmg] {
        padding: 6px 12px;
        font-size: 13px;
    }


}

.application-button-row[b-epuzyxnjmg] {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
}

/* Avatar/Profile Image Styles */
.avatar-container[b-epuzyxnjmg] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding-right: 20px;
}

.avatar-content[b-epuzyxnjmg],
.preview-container[b-epuzyxnjmg] {
    position: relative;
    width: 100px;
    height: 100px;
}

.profile-preview[b-epuzyxnjmg],
.avatar-image[b-epuzyxnjmg] {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #e0e0e0;
    background: #fff;
    display: block;
}

.delete-x[b-epuzyxnjmg] {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 24px;
    height: 24px;
    background-color: #FF5252;
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    z-index: 2;
    transition: background 0.2s;
}
.delete-x:hover[b-epuzyxnjmg] {
    background: #f2bc12;
}
/* /Layout/LoginLayout.razor.rz.scp.css */
html[b-30d7pe6h7f], body[b-30d7pe6h7f] {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #1c355e;
    font-family: 'Montserrat';
}

.login-container[b-30d7pe6h7f] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    box-sizing: border-box;
}

.content-wrapper[b-30d7pe6h7f] {
    max-width: 1280px;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertical center */
    align-items: center; /* Horizontal center */
    background-color: transparent;
    padding: 20px;
    box-sizing: border-box;
}

.logo[b-30d7pe6h7f] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5vh; /* Responsive spacing based on viewport height */
    width: 100%;
}

    .logo img[b-30d7pe6h7f] {
        max-width: 300px;
        width: 100%;
        height: auto;
        object-fit: contain; /* Ensures the image maintains its aspect ratio */
    }

.body[b-30d7pe6h7f] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.buttons-container[b-30d7pe6h7f] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 100%;
    max-width: 500px;
}

.button-css[b-30d7pe6h7f] {
    padding: 15px 30px;
    width: 100%;
    max-width: 300px;
    background-color: #FFF;
    color: #1C355E;
    font-weight: 600;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    font-size: 16px;
}

    .button-css:hover[b-30d7pe6h7f] {
        background-color: lightgray;
        color: black;
    }

/* Media Queries for Responsive Design */
@media (max-width: 768px) {
    .logo img[b-30d7pe6h7f] {
        max-width: 250px;
    }

    .buttons-container[b-30d7pe6h7f] {
        gap: 30px;
    }

    .button-css[b-30d7pe6h7f] {
        padding: 12px 25px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .logo img[b-30d7pe6h7f] {
        max-width: 200px;
    }

    .buttons-container[b-30d7pe6h7f] {
        gap: 20px;
    }

    .button-css[b-30d7pe6h7f] {
        padding: 10px 20px;
        max-width: 250px;
        font-size: 14px;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.full-page-loading[b-3zk0nlsap6] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.loading-spinner[b-3zk0nlsap6] {
    width: 50px;
    height: 50px;
}

.spinner[b-3zk0nlsap6] {
    animation: rotate-b-3zk0nlsap6 2s linear infinite;
    transform-origin: center center;
    width: 50px;
    height: 50px;
}


.path[b-3zk0nlsap6] {
    stroke: #1C355E;
    stroke-linecap: round;
    animation: dash-b-3zk0nlsap6 1.5s ease-in-out infinite;
}

@keyframes rotate-b-3zk0nlsap6 {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash-b-3zk0nlsap6 {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

.page-container[b-3zk0nlsap6] {
    display: flex;
    flex-direction: row;
    min-height: 100vh;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    overflow-x: hidden;
    justify-content: center;
}

.desktop-left-panel[b-3zk0nlsap6] {
    width: 55%;
    background-color: #1C355E;
    padding: 2rem 2rem 1rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    color: white;
}

.page-title[b-3zk0nlsap6] {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
    margin: 0;
}

.page-specific-text[b-3zk0nlsap6] {
    margin-bottom: 10px;
    font-size: 1.1rem;
    opacity: 0.9;
}

.image-container[b-3zk0nlsap6] {
    width: 100%;
    height: auto;
}

.page-image[b-3zk0nlsap6] {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
}

.logo-heading-container[b-3zk0nlsap6] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

/* Adjust the logo size if needed */
.logo[b-3zk0nlsap6] {
    width: 90px;
    height: 90px;
    margin: 0; /* Remove any margin */
}

.mobile-main-content[b-3zk0nlsap6] {
    max-width: 1280px;
    width: 100% !important;
    padding: 0 !important;
    background-color: white;
    position: relative;
}

@media (max-width: 1200px) {
    .desktop-left-panel[b-3zk0nlsap6] {
        padding: 4rem 2.5rem;
    }

    .page-title[b-3zk0nlsap6] {
        font-size: 2.2rem;
        margin: 2rem 0 1rem 0;
    }
}

@media (max-width: 992px) {
    .desktop-left-panel[b-3zk0nlsap6] {
        padding: 3rem 2rem;
    }

    .page-title[b-3zk0nlsap6] {
        font-size: 1.8rem;
        margin: 1.5rem 0 1rem 0;
    }

    .page-specific-text[b-3zk0nlsap6] {
        font-size: 1rem;
    }

    .logo[b-3zk0nlsap6] {
        width: 75px;
        height: 75px;
    }
}

@media (max-width: 768px) {
    .page-container[b-3zk0nlsap6] {
        flex-direction: column;
        width: 100%;
        overflow-x: visible;
    }

    .desktop-left-panel[b-3zk0nlsap6] {
        display: none;
    }

    .mobile-main-content[b-3zk0nlsap6] {
        width: 100%;
        padding: 1rem;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
    }
}

@media (max-width: 576px) {
    .mobile-main-content[b-3zk0nlsap6] {
        padding: 0.75rem;
    }

    .full-page-loading[b-3zk0nlsap6] {
        height: 100vh;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-gt1558sjtt] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked[b-gt1558sjtt] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-gt1558sjtt] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-gt1558sjtt] {
    font-size: 1.1rem;
}

.bi[b-gt1558sjtt] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill[b-gt1558sjtt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill[b-gt1558sjtt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested[b-gt1558sjtt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-gt1558sjtt] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-gt1558sjtt] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-gt1558sjtt] {
        padding-bottom: 1rem;
    }

    .nav-item[b-gt1558sjtt]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-gt1558sjtt]  a.active {
            background-color: rgba(255,255,255,0.37);
            color: white;
        }

        .nav-item[b-gt1558sjtt]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.nav-scrollable[b-gt1558sjtt] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-gt1558sjtt] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-gt1558sjtt] {
        display: none;
    }

    .nav-scrollable[b-gt1558sjtt] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Layout/TermsOfService.razor.rz.scp.css */
.back-button[b-4x1aos5j8b] {
    padding-right: 20px;
}

.accept-button[b-4x1aos5j8b] {
    padding-left: 50px;
    padding-right: 50px;
}
/* /Layout/WelcomePageLayout.razor.rz.scp.css */
body[b-gvbbfj4cpf] {
    background-color: white;
    margin: 0;
    padding: 0;
}

.login-container[b-gvbbfj4cpf] {
    min-height: 100vh;
    width: 100%;
    background-color: white;
    color: white;
}

.content-wrapper[b-gvbbfj4cpf] {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 80px;
    min-height: 100vh;
    position: relative;
    background-color: #1c355e;
}

.logo[b-gvbbfj4cpf] {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

    .logo img[b-gvbbfj4cpf] {
        max-width: 100px;
        height: auto;
        margin-right: 20px; 
    }

.welcome-title[b-gvbbfj4cpf] {
    font-size: 35px;
    font-weight: 600;
    margin: 0; 
    text-align: center; 
    flex: 1; 
}

@media (max-width: 768px) {
    .content-wrapper[b-gvbbfj4cpf] {
        padding: 20px;
    }

    .logo img[b-gvbbfj4cpf] {
        max-width: 80px;
    }

    .logo[b-gvbbfj4cpf] {
        flex-direction: column; 
        align-items: center;
    }

    .welcome-title[b-gvbbfj4cpf] {
        margin-top: 20px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .content-wrapper[b-gvbbfj4cpf] {
        padding: 15px;
    }

    .logo[b-gvbbfj4cpf] {
        margin-bottom: 30px;
    }
}
/* /Pages/Dashboard/Communication.razor.rz.scp.css */
.dashboard-title[b-oc8fjydr06] {
    font-size: 20px;
    margin-left: 15px;
    font-weight: bold;
    padding-top: 15px;
    font-family: 'Montserrat', sans-serif;
}

.chat-body[b-oc8fjydr06] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.navigation-bar[b-oc8fjydr06] {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: transparent;
}

.back-button[b-oc8fjydr06] {
    background: none;
    border: none;
}

.conversation-info[b-oc8fjydr06] {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.conversation-details[b-oc8fjydr06] {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.conversation-name[b-oc8fjydr06] {
    font-weight: bold;
    font-size: 16px;
}

.conversation-role[b-oc8fjydr06] {
    font-size: 12px;
    color: #888;
}

.chat-container[b-oc8fjydr06] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: transparent;
    margin-bottom: 60px;
}

.chat-list[b-oc8fjydr06] {
    overflow-y: auto;
    padding: 10px;
    background-color: transparent;
}

.message[b-oc8fjydr06] {
    display: flex;
    align-items: flex-start;
    padding: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .message:hover[b-oc8fjydr06] {
        background-color: #f0f0f0;
    }

.message-content-container[b-oc8fjydr06] {
    display: flex;
    flex-grow: 1;
    gap: 15px;
    align-items: center;
}

.message-detail-container[b-oc8fjydr06] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.profile-image img[b-oc8fjydr06] {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.message-details[b-oc8fjydr06] {
    display: flex;
    flex-direction: column;
}

.sender-info[b-oc8fjydr06] {
    font-weight: bold;
    font-size: 12px;
}

.message-sender[b-oc8fjydr06] {
    display: block;
}

.message-role[b-oc8fjydr06] {
    font-size: 12px;
    color: #888;
}

.message-text[b-oc8fjydr06] {
    font-size: 12px;
    color: #333;
    margin-top: 5px;
}

.message-time-container[b-oc8fjydr06] {
    margin-left: auto;
    font-size: 10px;
    color: #aaa;
    text-align: right;
}

.chat-messages[b-oc8fjydr06] {
    flex-grow: 1;
    overflow-y: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.chat-message-container[b-oc8fjydr06] {
    display: flex;
    align-items: flex-start;
}

.user-container[b-oc8fjydr06] {
    justify-content: flex-end;
}

.received-container[b-oc8fjydr06] {
    justify-content: flex-start;
}

.chat-message[b-oc8fjydr06] {
    max-width: 100%;
    word-wrap: break-word;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
}

.user-message[b-oc8fjydr06] {
    background-color: #1C355E;
    color: white;
    align-self: flex-end;
    border-top-right-radius: 0;
    text-align: right;
    font-size: 12px;
    font-weight: 300;
}

.sender-reply[b-oc8fjydr06] {
    background-color: #f1f1f1;
    color: black;
    align-self: flex-start;
    border-top-left-radius: 0;
    text-align: left;
    font-size: 12px;
    font-weight: 300;
}

.chat-time[b-oc8fjydr06] {
    display: block;
    font-size: 10px;
    color: #aaa;
    margin-top: 5px;
    text-align: right;
}

.chat-input-container[b-oc8fjydr06] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat-input[b-oc8fjydr06] {
    flex-grow: 1;
    border: none;
    font-size: 14px;
    resize: none;
    outline: none;
    background-color: transparent;
}

.default-btn[b-oc8fjydr06] {
    background-color: #1C355E;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .default-btn:hover[b-oc8fjydr06] {
        background-color: #d54442;
    }
/* /Pages/Dashboard/Missions/MissionAgenda.razor.rz.scp.css */
.body[b-1xis1a9uwk] {
    padding: 20px;
    background-color: transparent;
}
.navigation-bar[b-1xis1a9uwk] {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.back-button[b-1xis1a9uwk] {
    border: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.icon[b-1xis1a9uwk] {
    width: 24px;
    height: 24px;
}
.underline-only[b-1xis1a9uwk] {
    width: 100%;
    border: none;
    border-bottom: 2px solid #E5E5E5;
    outline: none;
    border-radius: 0;
    margin-bottom: 20px;
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
}
.back-button[b-1xis1a9uwk] {
    border: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.icon[b-1xis1a9uwk] {
    width: 24px;
    height: 24px;
}

.agenda-title[b-1xis1a9uwk] {
    font-size: 20px;
    margin-left: 15px;
    font-weight: bold;
    padding-top: 15px;
}

.map-iframe[b-1xis1a9uwk] {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.itinerary-container p[b-1xis1a9uwk] {
    margin: 5px 0;
    line-height: 1.2;
}

    .itinerary-container p.section-title[b-1xis1a9uwk] {
        margin-top: 20px;
        font-weight: bold;
    }
/* /Pages/Dashboard/Missions/MissionFollowUp.razor.rz.scp.css */
.body[b-alvtch5cqe] {
    padding: 20px;
    background-color: transparent;
}

.navigation-bar[b-alvtch5cqe] {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.back-button[b-alvtch5cqe] {
    border: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.icon[b-alvtch5cqe] {
    width: 24px;
    height: 24px;
}

.font-style[b-alvtch5cqe] {
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
}

.text-area[b-alvtch5cqe] {
    height: 250px;
    width: 100%;
    font-size: 16px;
    padding: 10px;
    background-color: #F9F9F9;
    font-family: 'Montserrat', sans-serif;
}

.text-title[b-alvtch5cqe] {
    font-size: 20px;
    margin-left: 15px;
    font-weight: bold;
    padding-top: 15px;
}

.project-images-header[b-alvtch5cqe] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
}

.delete-button[b-alvtch5cqe] {
    position: absolute;
    top: 10px;
    left: 10px;
    background: white;
    color: black;
    border: none;
    cursor: pointer;
    padding: 5px;
    font-size: 18px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item[b-alvtch5cqe] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.carousel-box[b-alvtch5cqe] {
    display: flex;
    background-color: transparent;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.k-button.k-carousel-prev[b-alvtch5cqe], .k-button.k-carousel-next[b-alvtch5cqe] {
    background-color: rgba(0, 0, 0, 0.5);
    color: black;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .k-button.k-carousel-prev:hover[b-alvtch5cqe], .k-button.k-carousel-next:hover[b-alvtch5cqe] {
        background-color: rgba(0, 0, 0, 0.8);
    }
/* /Pages/Dashboard/Missions/MissionItinerary.razor.rz.scp.css */
.forward-button[b-t1l85is05x] {
    border: none;
    background-color: white;
    color: #C2C2C2;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.icon[b-t1l85is05x] {
    width: 24px;
    height: 24px;
}

.itinerary-container[b-t1l85is05x] {
    background-color: #fff;
    border-radius: 20px;
    padding: 10px;
    width: 100%;
    flex-direction: column;
    display: flex;
}

.content-row[b-t1l85is05x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}

.agenda-title[b-t1l85is05x] {
    font-size: 14px;
    padding-top: 15px;
}

.date-container[b-t1l85is05x] {
    padding-top: 5px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.date-text[b-t1l85is05x] {
    font-size: 12px;
    margin-top: 10px;
    padding: 2px 10px 2px 10px;
    background-color: #F0F0F0;
    border-radius: 10px;
    font-size: 12px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
/* /Pages/Dashboard/Missions/MissionOverview.razor.rz.scp.css */
.project-title[b-9vqxbqoj16] {
    font-size: 20px;
    margin-left: 15px;
    font-weight: bold;
    padding-top: 15px;
    font-family: 'Montserrat', sans-serif;
}

.overview-container[b-9vqxbqoj16] {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 100%;
}

.overview-title[b-9vqxbqoj16] {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}

.overview-description[b-9vqxbqoj16] {
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
}

.buttons[b-9vqxbqoj16] {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
}

.qr-code[b-9vqxbqoj16] {
    text-align: center;
    margin-top: 10px;
}
.mission-overview-body[b-9vqxbqoj16] {
    padding: 32px 16px 0 16px;
    background: #fff;
    min-height: 100vh;
    font-family: 'Montserrat', sans-serif;
}

.mission-overview-header[b-9vqxbqoj16] {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.mission-back-button[b-9vqxbqoj16] {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    min-width: 0;
    padding: 0;
    margin-right: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.mission-project-title[b-9vqxbqoj16] {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #212121;
    text-align: center;
    flex: 1;
}

.mission-overview-tabs[b-9vqxbqoj16] {
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
    justify-content: flex-start;
}

.mission-tab[b-9vqxbqoj16] {
    min-width: 140px;
    padding: 12px 0;
    border-radius: 24px !important;
    border: none !important;
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    background: #F2F3F5 !important;
    color: #C7C7C7 !important;
    cursor: pointer;
    box-shadow: none !important;
    transition: background 0.2s, color 0.2s;
}

.mission-tab.active[b-9vqxbqoj16] {
    background: #1C355E !important;
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(28,53,94,0.08);
}

.mission-tab:disabled[b-9vqxbqoj16],
.mission-tab[disabled][b-9vqxbqoj16] {
    cursor: default;
    opacity: 1;
}

.mission-overview-description[b-9vqxbqoj16] {
    font-size: 1.15rem;
    color: #212121;
    font-weight: 500;
    margin-top: 16px;
    line-height: 1.35;
    text-align: left;
}
.arrow-btn[b-9vqxbqoj16] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
}

    .arrow-btn .telerik-svg-icon[b-9vqxbqoj16] {
        width: 28px;
        height: 28px;
        color: #222;
    }
/* /Pages/Dashboard/Missions/Missions.razor.rz.scp.css */
.missions-page[b-y27fi65z5v] {
    padding: 20px;
}

.location[b-y27fi65z5v] {
    font-size: 16px;
    text-align: center;
}

.mission-info h3[b-y27fi65z5v] {
    margin: 0;
}

.mission-info p[b-y27fi65z5v] {
    margin: 5px 0;
    font-size: 16px;
}

.status[b-y27fi65z5v] {
    padding: 5px 20px 5px 20px;
    background-color: #ECECEC;
    border-radius: 20px;
    font-size: 12px;
    display: inline-block;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.approved[b-y27fi65z5v] {
    background-color: #ECECEC;
    color: black;
    border: 20px;
}

.date[b-y27fi65z5v] {
    padding: 2px 10px 2px 10px;
    background-color: #F0F0F0;
    color: #333;
    border-radius: 20px;
    font-size: 12px;
    margin-right: 5px;
    font-family: 'Montserrat', sans-serif;
}

.details-button[b-y27fi65z5v] {
    background-color: #1C355E;
    color: white;
    border: none;
    width: 100%;
    padding: 10px;
    border-radius: 0 0 10px 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

.details-text[b-y27fi65z5v] {
    text-align: center;
}

.icon[b-y27fi65z5v] {
    fill: currentColor;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
}
.mission-card[b-y27fi65z5v] {
    display: flex;
    justify-content: space-between;
    background: #f5f6f7;
    border-radius: 18px;
    padding: 24px 32px;
    margin-bottom: 24px;
    box-shadow: none;
    border: none;
}

.mission-content[b-y27fi65z5v] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mission-title[b-y27fi65z5v] {
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #222;
    margin-bottom: 0;
}

.mission-details[b-y27fi65z5v] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.status.approved[b-y27fi65z5v] {
    color: #7ed957;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 0.02em;
}

.date[b-y27fi65z5v] {
    color: #bfc2c6;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.arrow-btn[b-y27fi65z5v] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
}

    .arrow-btn .telerik-svg-icon[b-y27fi65z5v] {
        width: 28px;
        height: 28px;
        color: #222;
    }
/* /Pages/Dashboard/Notifications.razor.rz.scp.css */
/* Override parent container styles */
.mobile-main-content[b-fhl7vfpzuk] {
    max-width: 1280px;
    width: 100% !important;
    padding: 0 !important;
    background-color: #f5f5f5 !important;
}

.container[b-fhl7vfpzuk] {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.page-container[b-fhl7vfpzuk] {
    max-width: 1280px;
    width: 100% !important;
    padding: 0 !important;
}

/* Remove container backgrounds, borders, and shadows */
.notifications-wrapper[b-fhl7vfpzuk] {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 900px;
}

/* Container styles */
.notifications-wrapper[b-fhl7vfpzuk] {
    width: 100%;
    max-width: 900px; /* Match your content-wrapper */
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.notifications-container[b-fhl7vfpzuk] {
    border-radius: 15px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.application-button-container[b-fhl7vfpzuk],
.tab-buttons[b-fhl7vfpzuk],
.notifications-list[b-fhl7vfpzuk] {
    width: 100%;
    max-width: 900px; 
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.application-button[b-fhl7vfpzuk] {
    font-family: 'Montserrat', sans-serif;
    background-color: #1C355E;
    color: white;
    border-radius: 30px;
    padding: 10px 60px;
}

    .application-button:hover[b-fhl7vfpzuk] {
        background-color: darkgray;
        color: black;
        font-family: 'Montserrat', sans-serif;
    }

.communication-icon[b-fhl7vfpzuk] {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    border: none;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .communication-icon.disabled[b-fhl7vfpzuk] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.icon-wrappers[b-fhl7vfpzuk] {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1C355E;
    margin-right: 15px;
}

/* Header styles */
.notifications-header[b-fhl7vfpzuk] {
    width: 100%;
    max-width: 900px;
    margin: 32px auto 18px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.header-text[b-fhl7vfpzuk] {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0;
    color: #222;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

/* Component styles */
.tab-buttons[b-fhl7vfpzuk] {
    display: flex;
    justify-content: center;
    gap: 50px; /* Reduced space between buttons */
    margin-bottom: 32px;
    width: 100%;
    max-width: none;
}

.button[b-fhl7vfpzuk] {
    background: #f3f5f7;
    border: none;
    border-radius: 20px;
    padding: 10px 28px;
    font-size: 1.1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #222;
    cursor: not-allowed;
    box-shadow: none;
    margin-bottom: 0;
}

.application-button[b-fhl7vfpzuk] {
    font-family: 'Montserrat', sans-serif;
    background-color: #1C355E;
    color: white;
    border-radius: 30px;
    padding: 10px 60px;
}

    .application-button:hover[b-fhl7vfpzuk] {
        background-color: darkgray;
        color: black;
        font-family: 'Montserrat', sans-serif;
    }

.communication-icon[b-fhl7vfpzuk] {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    border: none;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .communication-icon.disabled[b-fhl7vfpzuk] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.icon-wrappers[b-fhl7vfpzuk] {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1C355E;
    margin-right: 15px;
}

.notifications-list[b-fhl7vfpzuk] {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    height: 900px;
    max-height: 80vh;
    overflow-y: auto;
    box-sizing: border-box;
    display: block;

}

.notification-item[b-fhl7vfpzuk] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f5f6fa;
    border-radius: 20px;
    padding: 24px 32px;
    min-height: 56px;
    box-shadow: 0 2px 8px rgba(34,34,59,0.03);
    cursor: pointer;
    transition: background 0.2s;
    width: 100%;
    max-width: 900px;
    box-sizing: border-box;
    margin: 0 auto 24px auto; 
    word-break: break-word;
}

.notification-item:last-child[b-fhl7vfpzuk] {
    margin-bottom: 0;
}

.notification-title[b-fhl7vfpzuk] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 2px;
    font-family: 'Montserrat', sans-serif;
}

.notification-message[b-fhl7vfpzuk] {
    font-size: 0.98rem;
    color: #555;
    font-family: 'Montserrat', sans-serif;
}

.notification-time[b-fhl7vfpzuk] {
    font-size: 1rem;
    color: #8a8fa3;
    font-weight: 500;
    margin-left: 24px;
    white-space: nowrap;
    min-width: 110px;
    text-align: right;
    flex-shrink: 0;
    overflow-wrap: normal;
    overflow: visible;
}

@media (max-width: 900px) {
    .notification-item[b-fhl7vfpzuk] {
        max-width: 95vw;
        padding: 18px 10px;
    }
    .notifications-list[b-fhl7vfpzuk] {
        height: 700px;
        max-height: 50vh;
    }
}

@media (max-width: 600px) {
    .notifications-header[b-fhl7vfpzuk] {
        margin: 12px auto 10px auto; 
    }
    .tab-buttons[b-fhl7vfpzuk] {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
        margin-bottom: 18px !important;
        width: 100% !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .button[b-fhl7vfpzuk] {
        flex: 1 1 33% !important;
        min-width: 0 !important;
        max-width: none !important;
        padding: 8px 0 !important;
        margin: 0 4px !important;
        font-size: 13px !important;
        text-align: center !important;
        border-radius: 16px !important;
        box-sizing: border-box !important;
        display: block !important;
    }
    .notifications-list[b-fhl7vfpzuk] {
        height: 400px;
        max-height: calc(100vh - 180px);
        padding-bottom: 12px;
    }
}

@media (max-width: 768px) {
    .notifications-wrapper[b-fhl7vfpzuk] {
        padding: 15px;
    }

    .application-button[b-fhl7vfpzuk] {
        padding: 10px 40px;
    }

    .header-text[b-fhl7vfpzuk] {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .notifications-wrapper[b-fhl7vfpzuk] {
        padding: 10px;
    }

    .notifications-container[b-fhl7vfpzuk] {
        padding: 12px;
    }

    .tab-buttons[b-fhl7vfpzuk] {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }

    .button[b-fhl7vfpzuk] {
        flex: 1 1 30%;
        min-width: 0;
        max-width: 33.33%;
        box-sizing: border-box;
        padding: 8px 0;
        margin: 0 3px 8px;
        font-size: 12px;
        text-align: center;
    }

    .application-button[b-fhl7vfpzuk] {
        padding: 8px 30px;
        font-size: 14px;
    }

    .header-text[b-fhl7vfpzuk] {
        font-size: 16px;
    }
}

@media (max-width: 400px) {
    .notifications-wrapper[b-fhl7vfpzuk] {
        padding: 8px;
    }

    .notifications-container[b-fhl7vfpzuk] {
        padding: 10px;
    }

    .button[b-fhl7vfpzuk] {
        flex: 1 1 40%;
        font-size: 11px;
        padding: 5px 8px;
    }

    .application-button[b-fhl7vfpzuk] {
        padding: 8px 20px;
        font-size: 13px;
    }
}

*[b-fhl7vfpzuk], *[b-fhl7vfpzuk]:before, *[b-fhl7vfpzuk]:after {
    box-sizing: border-box;
}

[b-fhl7vfpzuk]::-webkit-scrollbar {
    display: none;
}

*[b-fhl7vfpzuk] {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
/* /Pages/Dashboard/ProfileDetails.razor.rz.scp.css */
.profile-container[b-ceu1xf73y7] {
    padding: 20px;
    background-color: transparent;
    max-width: 1280px;
    width: 100% !important;
    padding: 0 !important;
}

.profile-header-row[b-ceu1xf73y7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.edit-profile-title[b-ceu1xf73y7] {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.edit-profile-title-group[b-ceu1xf73y7] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.toggle-group[b-ceu1xf73y7] {
    display: flex;
    background: #f1f1f1;
    border-radius: 999px;
    padding: 8px; /* Increased from 4px to 8px */
    gap: 0;
    box-shadow: 0 1px 4px rgba(28,53,94,0.06);
}

.tabs[b-ceu1xf73y7] {
    display: flex;
    gap: 0.5rem;
    border-bottom: none;
}

.tab-button[b-ceu1xf73y7] {
    min-width: 56px;   /* Increased from 40px to 56px */
    min-height: 56px;  /* Increased from 40px to 56px */
    border-radius: 50%;
    background: transparent;
    border: none;
    margin: 0 4px;     /* Slightly increased margin for spacing */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s;
    color: #1C355E;
    font-size: 1.5rem; /* Make icon inside button larger */
}

    .tab-button.active[b-ceu1xf73y7] {
        background: #1C355E;
        color: #fff;
    }

.tab-content[b-ceu1xf73y7] {
    background-color: white;
    padding: 20px;
    border-radius: 20px;
}

.user-info[b-ceu1xf73y7], .user-address[b-ceu1xf73y7] {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}

    .user-info > *[b-ceu1xf73y7] {
        margin-bottom: 10px;
    }

    .user-address > *[b-ceu1xf73y7] {
        margin-bottom: 10px;
    }

.action-buttons[b-ceu1xf73y7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
}

.reset-password-link[b-ceu1xf73y7] {
    font-size: 12px;
}

.social-links[b-ceu1xf73y7] {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
}

a[b-ceu1xf73y7] {
    color: #FF7474;
    text-decoration: none;
}

    a:hover[b-ceu1xf73y7] {
        text-decoration: underline;
    }

.profile-container.edit-mode .underline-only[b-ceu1xf73y7] {
    background-color: #F1F3F5;
}

    .profile-container.edit-mode .underline-only:focus[b-ceu1xf73y7] {
        outline: none;
        box-shadow: none;
    }

.social-editing .form-group[b-ceu1xf73y7] {
    margin-bottom: 10px;
}

.save-button-container[b-ceu1xf73y7] {
    margin-top: 20px;
    text-align: left;
}

.social-edit-container[b-ceu1xf73y7] {
    display: flex;
    flex-direction: column; 
    gap: 10px; 
}
.social-icons-btn[b-ceu1xf73y7] {
    display: flex;
    justify-content: center;
    align-items: center; 
    margin: 0 auto; 
    gap: 20px; 
}

.form-group[b-ceu1xf73y7] {
    display: flex;
    align-items: center;
}

.social-icon-edit[b-ceu1xf73y7] {
    margin-right: 8px; 
    width: 24px;
    margin-top: -18px;
}

.edit-btn[b-ceu1xf73y7] {
    font-family: 'Montserrat', sans-serif;
    background-color: #1C355E;
    color: white;
    border-radius: 30px;
    padding: 10px 20px 10px 20px;
}

    .edit-btn:hover[b-ceu1xf73y7] {
        background-color: #f2bc12;
        color: black;
        font-family: 'Montserrat', sans-serif;
    }

.edit-btn-inline[b-ceu1xf73y7] {
    margin-left: 1rem;
    padding: 6px 18px;
    font-size: 1rem;
    height: 36px;
    line-height: 1;
}
/* /Pages/Dashboard/ReviewLocation.razor.rz.scp.css */
.itinerary-overview[b-kp7cxeo457] {
    background-color: transparent;
    max-width: 400px;
    margin: auto;
}

.navigation-bar[b-kp7cxeo457] {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.back-button[b-kp7cxeo457] {
    border: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.icon[b-kp7cxeo457] {
    width: 24px;
    height: 24px;
}

.text[b-kp7cxeo457] {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

.itinerary-title[b-kp7cxeo457] {
    font-size: 20px;
    margin-left: 15px;
    font-weight: bold;
    padding-top: 15px;
}

.ratings[b-kp7cxeo457] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rating-category[b-kp7cxeo457] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.comment-box[b-kp7cxeo457] {
    border-radius: 10px;
    margin-top: 20px;
    background-color: transparent;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
    height: 250px;
}

.custom-textbox[b-kp7cxeo457] {
    height: 250px;
    border: none;
    background-color: transparent;
    font-size: 14px;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    resize: none;
    overflow-y: auto;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
}

.k-svg-icon.k-icon-xl[b-kp7cxeo457] {
    width: 12px;
    height: 12px;
}

.k-textarea-container[b-kp7cxeo457] {
    width: 100%;
    height: 100%;
}

.k-input-inner[b-kp7cxeo457] {
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
}
/* /Pages/Dashboard/Reviews.razor.rz.scp.css */
.main-wrapper[b-02r7paxyxv] {
    width: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}
/* Content container with max-width */
.content-container[b-02r7paxyxv] {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    background-color: white;
}

.content-wrapper[b-02r7paxyxv] {
    overflow: auto;
    padding: 10px;
    margin: 0;
}

.header-text[b-02r7paxyxv] {
    font-size: 20px;
    margin-left: 15px;
    font-weight: bold;
    padding-top: 15px;
    font-family: 'Montserrat', sans-serif;
}

.form-textarea[b-02r7paxyxv] {
    width: 100%;
    border: 2px solid #E5E5E5;
    outline: none;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
}

.underline-only[b-02r7paxyxv] {
    width: 100%;
    border: none;
    border-bottom: 2px solid #E5E5E5;
    outline: none;
    border-radius: 0;
    margin-bottom: 20px;
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
}

.navigation-bar[b-02r7paxyxv] {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.back-button[b-02r7paxyxv] {
    border: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.icon[b-02r7paxyxv] {
    width: 24px;
    height: 24px;
}

.write-button[b-02r7paxyxv] {
    cursor: pointer;
    display: flex;
    margin-left: auto;
    font-family: 'Montserrat', sans-serif;
}


.search-box[b-02r7paxyxv] {
    flex-grow: 1;
    border: none;
    outline: none;
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
}

.search-button[b-02r7paxyxv] {
    border: none;
    background-color: transparent;
}

.right-button[b-02r7paxyxv] {
    height: 20px;
    weight: 20px;
}

.navigation-bar[b-02r7paxyxv], .search-container[b-02r7paxyxv], .review-buttons[b-02r7paxyxv], .review-list[b-02r7paxyxv] {
    margin-bottom: 20px;
}

.review-button[b-02r7paxyxv] {
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    transition: background-color 0.3s;
}

    .review-button:hover[b-02r7paxyxv] {
        background-color: #f0f0f0;
    }

.icon[b-02r7paxyxv] {
    width: 24px;
    height: 24px;
}

.small-rating[b-02r7paxyxv] {
    font-size: 14px;
}

.k-svg-icon.k-icon-xl[b-02r7paxyxv] {
    width: 12px;
    height: 12px;
}
/* /Pages/Dashboard/ReviewWrite.razor.rz.scp.css */
.body[b-032limw4os] {
    padding: 20px;
    background-color: transparent;
}

.text[b-032limw4os] {
    font-size: 12px;
}

.itinerary-title[b-032limw4os] {
    font-size: 20px;
    margin-left: 15px;
    font-weight: bold;
    padding-top: 15px;
    flex-grow: 1;
}

.ratings[b-032limw4os] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rating-category[b-032limw4os] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.comment-box[b-032limw4os] {
    border-radius: 10px;
    padding-top: 10px;
    height: 250px;
    width: 100%;
    background-color: transparent;
}

.save-button[b-032limw4os] {
    cursor: pointer;
    margin-left: auto;
}
.navigation-bar[b-032limw4os] {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.back-button[b-032limw4os] {
    border: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.icon[b-032limw4os] {
    width: 24px;
    height: 24px;
}
/* /Pages/LogOut.razor.rz.scp.css */
.logout-overlay[b-fueyy39n6t] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    backdrop-filter: blur(10px);
}

.logout-text[b-fueyy39n6t] {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
}

.logout-dialog[b-fueyy39n6t] {
    background-color: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    z-index: 1001;
    width: 300px;
    height: 250px;
}

.logout-buttons[b-fueyy39n6t] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logout-button[b-fueyy39n6t] {
    background-color: #1C355E;
    color: white;
    padding: 10px 50px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    margin: 10px 0;
    font-family: 'Montserrat', sans-serif;
}

    .logout-button:hover[b-fueyy39n6t] {
        background-color: #f2bc12;
    }
/* /Pages/Navigation.razor.rz.scp.css */
html[b-7zdvq6zlx7], body[b-7zdvq6zlx7] {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #1c355e;
    font-family: 'Montserrat';
}

.login-container[b-7zdvq6zlx7] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    box-sizing: border-box;
}

.content-wrapper[b-7zdvq6zlx7] {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
    background-color: transparent;
    padding: 20px;
    box-sizing: border-box;
}

.logo[b-7zdvq6zlx7] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5vh;
    width: 100%;
}

    .logo img[b-7zdvq6zlx7] {
        max-width: 300px;
        width: 100%;
        height: auto;
        object-fit: contain; 
    }

.body[b-7zdvq6zlx7] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.buttons-container[b-7zdvq6zlx7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 100%;
    max-width: 500px;
}

.button-css[b-7zdvq6zlx7] {
    padding: 15px 70px;
    background-color: #FFF;
    color: #1C355E;
    font-weight: 600;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    font-size: 16px;
}

    .button-css:hover[b-7zdvq6zlx7] {
        background-color: #F7C94A;
        color: black;
    }

@media (max-width: 768px) {
    .logo img[b-7zdvq6zlx7] {
        max-width: 250px;
    }

    .buttons-container[b-7zdvq6zlx7] {
        gap: 30px;
    }

    .button-css[b-7zdvq6zlx7] {
        padding: 12px 25px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .logo img[b-7zdvq6zlx7] {
        max-width: 200px;
    }

    .buttons-container[b-7zdvq6zlx7] {
        gap: 20px;
    }

    .button-css[b-7zdvq6zlx7] {
        padding: 10px 20px;
        max-width: 250px;
        font-size: 14px;
    }
}
/* /Pages/Registration/Addresses.razor.rz.scp.css */
/* Stepper container */
.stepper-container[b-oyqlj4uuel] {
    display: flex;
    justify-content: center;
}

/* Step content */
.step-content[b-oyqlj4uuel] {
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Body container */
.body[b-oyqlj4uuel] {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

/* Form group */
.form-group[b-oyqlj4uuel] {
    margin-bottom: 3px;
    width: 100%;
}

/* Header text */
.header-font[b-oyqlj4uuel] {
    display: grid;
    justify-content: left;
    font-size: 34px;
    font-weight: 500;
    padding-top: 20px;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}

/* Form input */
.underline-only[b-oyqlj4uuel] {
    width: 100%;
    border: 2px solid #E5E5E5;
    outline: none;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: transparent;
    padding: 10px;
    font-size: 16px;
    cursor: var(--underline-cursor, text); /* Default to text cursor */
}

.edit-mode .underline-only[b-oyqlj4uuel] {
    --underline-cursor: text; /* Editable mode */
}

.readonly-mode .underline-only[b-oyqlj4uuel] {
    --underline-cursor: not-allowed; /* Read-only mode */
}

/* Button container */
.button-container[b-oyqlj4uuel] {
    margin-top: auto;
    padding-top: 30px;
    text-align: center;
}

/* Back button */
.back-button[b-oyqlj4uuel] {
    padding-right: 20px;
    color: #C7C7C7;
}

/* Continue button */
.continue-button[b-oyqlj4uuel] {
    padding: 15px 50px 15px 50px;
    font-family: 'Montserrat', sans-serif;
    background-color: #1C355E;
    color: white;
    border-radius: 10px;
}

    .continue-button:hover[b-oyqlj4uuel] {
        background-color: #f2bc12;
        color: black;
        font-weight: 500;
    }

/* Telerik Blazor progress bar (hidden) */
.telerik-blazor.k-progressbar[b-oyqlj4uuel] {
    display: none;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .header-font[b-oyqlj4uuel] {
        font-size: 28px;
        font-weight: 700;
        text-align: center;
        width: 100%;
    }

    .step-content[b-oyqlj4uuel] {
        padding: 40px 30px;
    }
}

@media (max-width: 768px) {
    .header-font[b-oyqlj4uuel] {
        font-size: 28px;
        font-weight: 700;
        text-align: center;
        width: 100%;
    }

    .step-content[b-oyqlj4uuel] {
        padding: 30px 20px;
    }

    .stepper-container[b-oyqlj4uuel] {
        margin: 0 10px;
    }

    .form-group[b-oyqlj4uuel] {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .underline-only[b-oyqlj4uuel],
    input[type="text"][b-oyqlj4uuel],
    input[type="email"][b-oyqlj4uuel],
    input[type="password"][b-oyqlj4uuel],
    select[b-oyqlj4uuel],
    textarea[b-oyqlj4uuel] {
        width: 100%;
        max-width: none;
        box-sizing: border-box;
    }
}

@media (max-width: 576px) {
    .header-font[b-oyqlj4uuel] {
        font-size: 28px;
        padding-top: 15px;
        font-weight: 700;
        text-align: center;
        width: 100%;
    }

    .step-content[b-oyqlj4uuel] {
        padding: 20px 15px;
    }

    .continue-button[b-oyqlj4uuel] {
        padding: 12px 40px;
        width: 100%;
        max-width: 300px;
    }
}
/* /Pages/Registration/BackgroundCheck.razor.rz.scp.css */
/* Stepper container */
.stepper-container[b-9vq1f6w4s7] {
    display: flex;
    justify-content: center;
}

/* Step content */
.step-content[b-9vq1f6w4s7] {
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Body container */
.body[b-9vq1f6w4s7] {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

/* Header text */
.header-font[b-9vq1f6w4s7] {
    display: grid;
    justify-content: left;
    font-size: 34px;
    font-weight: 500;
    padding-top: 20px;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
}

/* Section font */
.section-font[b-9vq1f6w4s7] {
    margin-bottom: 25px;
    width: 100%;
}

/* Section title */
.section-title[b-9vq1f6w4s7] {
    font-weight: bold;
    color: #1C355E;
    margin-bottom: 8px;
    font-size: 18px;
}

/* Section content */
.section-content[b-9vq1f6w4s7] {
    font-size: 14px;
    color: #212121;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Approver section */
.approver-section[b-9vq1f6w4s7] {
    margin-top: 30px;
    width: 100%;
}

/* Approver subtitle */
.approver-subtitle[b-9vq1f6w4s7] {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Form input */
.underline-only[b-9vq1f6w4s7] {
    width: 100%;
    border: 2px solid #E5E5E5;
    outline: none;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: transparent;
    padding: 10px;
    font-size: 16px;
    cursor: var(--underline-cursor, text); /* Default to text cursor */
}

.edit-mode .underline-only[b-9vq1f6w4s7] {
    --underline-cursor: text; /* Editable mode */
}

.readonly-mode .underline-only[b-9vq1f6w4s7] {
    --underline-cursor: not-allowed; /* Read-only mode */
}

/* Button container */
.button-container[b-9vq1f6w4s7] {
    margin-top: auto;
    padding-top: 30px;
    text-align: center;
}

/* Back button */
.back-button[b-9vq1f6w4s7] {
    padding-right: 20px;
    color: #C7C7C7;
}

/* Continue button */
.continue-button[b-9vq1f6w4s7] {
    padding: 15px 50px 15px 50px;
    font-family: 'Montserrat', sans-serif;
    background-color: #1C355E;
    color: white;
    border-radius: 10px;
}

    .continue-button:hover[b-9vq1f6w4s7] {
        background-color: #f2bc12;
        color: black;
        font-weight: 500;
    }

/* Responsive adjustments */
@media (max-width: 992px) {
    .header-font[b-9vq1f6w4s7] {
        font-size: 28px;
        font-weight: 700;
        text-align: center;
        width: 100%;
    }

    .step-content[b-9vq1f6w4s7] {
        padding: 40px 30px;
    }

    .section-title[b-9vq1f6w4s7] {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .header-font[b-9vq1f6w4s7] {
        font-size: 28px;
        font-weight: 700;
        text-align: center;
        width: 100%;
    }

    .step-content[b-9vq1f6w4s7] {
        padding: 30px 20px;
    }

    .stepper-container[b-9vq1f6w4s7] {
        margin: 0 10px;
    }

    .section-content[b-9vq1f6w4s7] {
        font-size: 13px;
    }

    .approver-subtitle[b-9vq1f6w4s7] {
        font-size: 18px;
        text-align: center;
    }

    .underline-only[b-9vq1f6w4s7] {
        width: 100%;
        max-width: none;
        box-sizing: border-box;
        font-size: 0.8em;
        padding: 6px;
    }
}

@media (max-width: 576px) {
    .header-font[b-9vq1f6w4s7] {
        font-size: 28px;
        padding-top: 15px;
        font-weight: 700;
        text-align: center;
        width: 100%;
    }

    .step-content[b-9vq1f6w4s7] {
        padding: 20px 15px;
    }

    .continue-button[b-9vq1f6w4s7] {
        padding: 12px 40px;
        width: 100%;
        max-width: 300px;
    }

    .underline-only[b-9vq1f6w4s7] {
        font-size: 0.75em;
        padding: 5px;
    }

    .section-title[b-9vq1f6w4s7] {
        font-size: 15px;
    }

    .section-content[b-9vq1f6w4s7] {
        font-size: 12px;
    }

    .approver-subtitle[b-9vq1f6w4s7] {
        font-size: 16px;
    }
}
/* /Pages/Registration/DioceseDocuments.razor.rz.scp.css */
@media (max-width: 1920px) {
    .desktop-only[b-i36ux9m7sa] {
        display: none;
    }

    .mobile-only[b-i36ux9m7sa] {
        display: block;
    }
}

.stepper-container[b-i36ux9m7sa] {
    display: flex;
    justify-content: center;
}

/* Step content */
.step-content[b-i36ux9m7sa] {
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Stepper container for modal */
.stepper-container-modal[b-i36ux9m7sa] {
    margin: 15px 0;
}

.body[b-i36ux9m7sa] {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

/* Header with flex for button */
.header-flex[b-i36ux9m7sa] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

/* Header text */
.header-font[b-i36ux9m7sa] {
    display: grid;
    justify-content: left;
    font-size: 34px;
    font-weight: 600;
    padding-top: 20px;
    font-family: 'Montserrat', sans-serif;
}

/* Section content */
.section-content[b-i36ux9m7sa] {
    font-size: 16px;
    color: #212121;
    font-weight: 500;
    margin-bottom: 20px;
    width: 100%;
}

/* Diocese selection buttons */
.diocese-button[b-i36ux9m7sa] {
    width: 100%;
    margin-bottom: 16px;
    text-align: left;
    display: flex;
    align-items: center;
    padding: 16px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    background-color: #FFFFFF;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .diocese-button:hover[b-i36ux9m7sa] {
        border-color: #1C355E;
        background-color: #F8F9FA;
    }

    .diocese-button.selected[b-i36ux9m7sa] {
        border-color: #1C355E;
        background-color: #F0F4F8;
    }

.diocese-button-content[b-i36ux9m7sa] {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #212121;
}

/* Download all documents link */
.download-all-link[b-i36ux9m7sa] {
    display: inline-block;
    margin-bottom: 12px;
    color: #376CC4;
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
}

    .download-all-link:hover[b-i36ux9m7sa] {
        text-decoration: underline;
    }


/* Document list */
.document-list[b-i36ux9m7sa] {
    margin-top: 16px;
}

.document-item[b-i36ux9m7sa] {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 12px;
    border-radius: 8px;
    background-color: #F8F9FA;
    transition: background-color 0.2s ease;
}

    .document-item:hover[b-i36ux9m7sa] {
        background-color: #E8ECF0;
    }

.document-info[b-i36ux9m7sa] {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
}

.document-icon[b-i36ux9m7sa] {
    color: #D32F2F;
    font-size: 20px;
}

.document-name[b-i36ux9m7sa] {
    font-weight: 600;
    font-size: 16px;
}

.document-actions[b-i36ux9m7sa] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.action-icon[b-i36ux9m7sa] {
    cursor: pointer;
    color: #757575;
    transition: color 0.2s ease;
}

    .action-icon:hover[b-i36ux9m7sa] {
        color: #1C355E;
    }

    .action-icon.download:hover[b-i36ux9m7sa] {
        color: #1976D2;
    }

    .action-icon.delete:hover[b-i36ux9m7sa] {
        color: #D32F2F;
    }

/* Empty state */
.empty-state[b-i36ux9m7sa] {
    text-align: center;
    padding: 40px 20px;
    color: #757575;
    font-size: 16px;
}

/* Loading state */
.loading-state[b-i36ux9m7sa] {
    text-align: center;
    padding: 40px 20px;
    color: #757575;
    font-size: 16px;
}

/* Upload section */
.upload-section[b-i36ux9m7sa] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.upload-label[b-i36ux9m7sa] {
    font-weight: 600;
    font-size: 16px;
    color: #212121;
}

.upload-button-wrapper[b-i36ux9m7sa] {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.upload-icon[b-i36ux9m7sa] {
    height: 24px;
    width: 24px;
    margin-left: 20px;
}

.hidden-file-input[b-i36ux9m7sa] {
    display: none;
}

.delete-icon[b-i36ux9m7sa] {
    height: 18px;
    width: 18px;
    cursor: pointer;
}

/* Empty state */
.empty-state[b-i36ux9m7sa] {
    padding: 20px 0;
}

/* Loading state */
.loading-state[b-i36ux9m7sa] {
    padding: 20px 0;
}

.upload-button[b-i36ux9m7sa] {
    display: flex;
    align-items: center;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    .upload-button:hover[b-i36ux9m7sa] {
        cursor: move;
    }
/* /Pages/Registration/MissionInformation.razor.rz.scp.css */
.date-range-container[b-mmr7v604qs] {
    display: flex;
    gap: 20px;
}
/* Stepper container */
.stepper-container[b-mmr7v604qs] {
    display: flex;
    justify-content: center;
}

/* Step content */
.step-content[b-mmr7v604qs] {
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Body container */
.body[b-mmr7v604qs] {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

/* Header text */
.header-font[b-mmr7v604qs] {
    display: grid;
    justify-content: left;
    font-size: 34px;
    font-weight: 500;
    padding-top: 20px;
    font-family: 'Montserrat', sans-serif;
}

/* Form group */
.form-group[b-mmr7v604qs] {
    margin-bottom: 3px;
    width: 100%;
}

/* Form input */
.underline-only[b-mmr7v604qs] {
    width: 100%;
    border: 2px solid #E5E5E5;
    outline: none;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: transparent;
    padding: 10px;
    font-size: 16px;
}

/* Button container */
.button-container[b-mmr7v604qs] {
    margin-top: auto;
    padding-top: 30px;
    text-align: center;
}

/* Back button */
.back-button[b-mmr7v604qs] {
    padding-right: 20px;
    color: #C7C7C7;
}

/* Continue button */
.continue-button[b-mmr7v604qs] {
    padding: 15px 50px 15px 50px;
    font-family: 'Montserrat', sans-serif;
    background-color: #1C355E;
    color: white;
    border-radius: 10px;
}

    .continue-button:hover[b-mmr7v604qs] {
        background-color: #f2bc12;
        color: black;
        font-weight: 500;
    }

/* Telerik Blazor progress bar (hidden) */
.telerik-blazor.k-progressbar[b-mmr7v604qs] {
    display: none;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .header-font[b-mmr7v604qs] {
        font-size: 28px;
        font-weight: 700;
        text-align: center;
        width: 100%;
    }

    .step-content[b-mmr7v604qs] {
        padding: 40px 30px;
    }
}

@media (max-width: 768px) {
    .header-font[b-mmr7v604qs] {
        font-size: 28px;
        font-weight: 700;
        text-align: center;
        width: 100%;
    }

    .step-content[b-mmr7v604qs] {
        padding: 30px 20px;
    }

    .stepper-container[b-mmr7v604qs] {
        margin: 0 10px;
    }

    .form-group[b-mmr7v604qs] {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .underline-only[b-mmr7v604qs],
    input[type="text"][b-mmr7v604qs],
    input[type="email"][b-mmr7v604qs],
    input[type="password"][b-mmr7v604qs],
    select[b-mmr7v604qs],
    textarea[b-mmr7v604qs] {
        width: 100%;
        max-width: none;
        box-sizing: border-box;
    }
}

@media (max-width: 576px) {
    .header-font[b-mmr7v604qs] {
        font-size: 28px;
        padding-top: 15px;
        font-weight: 700;
        text-align: center;
        width: 100%;
    }

    .step-content[b-mmr7v604qs] {
        padding: 20px 15px;
    }

    .continue-button[b-mmr7v604qs] {
        padding: 12px 40px;
        width: 100%;
        max-width: 300px;
    }
}
/* /Pages/Registration/MissionPolicies.razor.rz.scp.css */
.logo-container[b-zjgvm73aw7] {
    text-align: center;
    margin-bottom: 20px;
}

.logo[b-zjgvm73aw7] {
    max-width: 200px;
    height: auto;
}
/* Body container */
.body[b-zjgvm73aw7] {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

/* Logo container */
.logo-container[b-zjgvm73aw7] {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.logo[b-zjgvm73aw7] {
    width: 120px;
    height: auto;
}

/* Header text */
.header-font[b-zjgvm73aw7] {
    display: grid;
    justify-content: center;
    font-size: 34px;
    font-weight: 500;
    padding-top: 20px;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

/* Section content */
.section-content[b-zjgvm73aw7] {
    font-size: 14px;
    color: #212121;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

    /* Policy headers */
    .section-content h4[b-zjgvm73aw7] {
        color: #1C355E;
        margin-top: 30px;
        margin-bottom: 15px;
        font-size: 18px;
        font-weight: 600;
    }

    /* Policy paragraphs */
    .section-content p[b-zjgvm73aw7] {
        margin-bottom: 15px;
    }

    /* Links in policy */
    .section-content a[b-zjgvm73aw7] {
        color: #1C355E;
        text-decoration: underline;
    }

        .section-content a:hover[b-zjgvm73aw7] {
            text-decoration: none;
        }

    /* Strong text */
    .section-content strong[b-zjgvm73aw7] {
        font-weight: 600;
        color: #1C355E;
    }

/* Button container */
.button-container[b-zjgvm73aw7] {
    margin-top: 40px;
    padding-top: 30px;
    text-align: center;
    width: 100%;
    border-top: 1px solid #E5E5E5;
}

/* Back button */
.back-button[b-zjgvm73aw7] {
    padding-right: 20px;
    color: #C7C7C7;
}

/* Continue button */
.continue-button[b-zjgvm73aw7] {
    padding: 15px 50px 15px 50px;
    font-family: 'Montserrat', sans-serif;
    background-color: #1C355E;
    color: white;
    border-radius: 10px;
}

    .continue-button:hover[b-zjgvm73aw7] {
        background-color: #f2bc12;
        color: black;
        font-weight: 500;
    }

/* Responsive adjustments */
@media (max-width: 992px) {
    .header-font[b-zjgvm73aw7] {
        font-size: 28px;
        font-weight: 700;
    }

    .section-content[b-zjgvm73aw7] {
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .header-font[b-zjgvm73aw7] {
        font-size: 28px;
        font-weight: 700;
    }

    .section-content[b-zjgvm73aw7] {
        font-size: 13px;
    }

        .section-content h4[b-zjgvm73aw7] {
            font-size: 16px;
        }

    .logo[b-zjgvm73aw7] {
        width: 100px;
    }
}

@media (max-width: 576px) {
    .header-font[b-zjgvm73aw7] {
        font-size: 26px;
        padding-top: 15px;
        font-weight: 700;
    }

    .continue-button[b-zjgvm73aw7] {
        padding: 12px 40px;
        width: 100%;
        max-width: 300px;
    }

    .section-content[b-zjgvm73aw7] {
        font-size: 12px;
    }

        .section-content h4[b-zjgvm73aw7] {
            font-size: 15px;
        }
}
/* /Pages/Registration/MissionSpeakers.razor.rz.scp.css */
@media (max-width: 1920px) {
    .desktop-only[b-9pmp5xwp6j] {
        display: none; /* This should be hidden on mobile */
    }

    .mobile-only[b-9pmp5xwp6j] {
        display: block; /* This should be shown on mobile */
    }
}

.header-flex[b-9pmp5xwp6j] {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-bottom: 10px;
    width: 95%;
}


.add-button[b-9pmp5xwp6j] {
    padding: 5px 50px 5px 50px;
    font-family: 'Montserrat', sans-serif;
    background-color: #1C355E;
    color: white;
    border-radius: 30px;
}

    .add-button:hover[b-9pmp5xwp6j] {
        background-color: #F7C94A;
        color: black;
        font-family: 'Montserrat', sans-serif;
    }


.back-btn[b-9pmp5xwp6j] {
    padding-right: 20px;
    color: #C7C7C7;
}

.close-button[b-9pmp5xwp6j] {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #000;
    font-weight: bold;
}

.add-speaker[b-9pmp5xwp6j] {
    margin-left: auto;
    font-size: 12px;
    background-color: #ECECEC;
    margin-bottom: 5px;
    border-radius: 20px;
    border: none;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    padding: 5px 15px;
}

.body[b-9pmp5xwp6j] {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.form-group[b-9pmp5xwp6j] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.button-container[b-9pmp5xwp6j] {
    display: flex;
}

.underline-text[b-9pmp5xwp6j] {
    width: 100%;
    border: none;
    border-bottom: 2px solid #E5E5E5;
    outline: none;
    border-radius: 0;
    background-color: transparent;
    font-size: 18px;
    padding-top: 20px;
}

.speakers-list[b-9pmp5xwp6j] {
    margin-top: 20px;
}

.speaker-card[b-9pmp5xwp6j] {
    background: white;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    padding: 15px;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
}

.speaker-info[b-9pmp5xwp6j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.details-button[b-9pmp5xwp6j] {
    background-color: #1C355E;
    color: white;
    border: none;
    width: 100%;
    padding: 10px;
    border-radius: 0 0 10px 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

    .details-button:hover[b-9pmp5xwp6j] {
        background-color: #F7C94A;
        color: black;
        font-family: 'Montserrat', sans-serif;
    }

.details-text[b-9pmp5xwp6j] {
    text-align: center;
}

.remove-button[b-9pmp5xwp6j] {
    padding: 5px 20px;
    background-color: #ECECEC;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    border: none;
}

.bottom-sheet-header[b-9pmp5xwp6j] {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    justify-content: center;
}

/* Container for the bottom sheet content with max-width */
.bottom-sheet-container[b-9pmp5xwp6j] {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.bottom-sheet-content[b-9pmp5xwp6j] {
    background: white;
    width: 80%;
    max-width: 1024px; /* Slightly less than the container for better aesthetics */
    padding: 10px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transform: translateY(100%);
    transition: transform 0.5s ease-in-out;
    font-family: 'Montserrat', sans-serif;
    height: 90vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    /* Hide scrollbar but keep functionality */
    -ms-overflow-style: none; /* Internet Explorer and Edge */
    scrollbar-width: none; /* Firefox */
}

/* Show/hide animation classes */
.bottom-sheet-show[b-9pmp5xwp6j] {
    transform: translateY(0);
}

.bottom-sheet-hide[b-9pmp5xwp6j] {
    transform: translateY(100%);
}

/* Other modal styles */
.bottom-sheet-header[b-9pmp5xwp6j] {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    justify-content: center;
    position: relative;
}

.close-button[b-9pmp5xwp6j] {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #000;
    font-weight: bold;
}

.bottom-sheet-body[b-9pmp5xwp6j] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-grow: 1;
    padding: 0 20px;
}

.bottom-sheet-footer[b-9pmp5xwp6j] {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-shrink: 0;
    margin-bottom: 20px;
    padding: 0 20px;
}

.header-font[b-9pmp5xwp6j] {
    align-items: center;
}

.toggle-section[b-9pmp5xwp6j] {
    margin-top: 20px;
}

.toggle-label[b-9pmp5xwp6j] {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.avatar-container[b-9pmp5xwp6j] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 30px;
}

.upload-button[b-9pmp5xwp6j] {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #F9F9F9;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: visible; /* Changed from hidden to visible */
}


.download-button[b-9pmp5xwp6j] {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #F9F9F9;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(255, 0, 0, 0.8);
    position: relative;
    overflow: visible;
}


.file-actions[b-9pmp5xwp6j] {
    width: 90px;
    height: 90px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
}

.file-icon[b-9pmp5xwp6j] {
    width: 70%;
    height: 70%;
    object-fit: contain;
}

.delete-x[b-9pmp5xwp6j] {
    position: absolute;
    top: -10px;
    left: -20px;
    background: none;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: none;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.file-name[b-9pmp5xwp6j] {
    margin-top: 10px;
    font-size: 12px;
    color: #555;
    text-align: center;
    word-wrap: break-word;
    max-width: 300px;
}

.upload-instruction[b-9pmp5xwp6j] {
    margin-top: 10px;
    font-size: 12px;
    color: black;
    text-align: center;
    font-weight: bold;
}

@media (max-width: 768px) {
    .bottom-sheet-content[b-9pmp5xwp6j] {
        width: 95%;
    }
}



/* Stepper container */
.stepper-container[b-9pmp5xwp6j] {
    display: flex;
    justify-content: center;
}

/* Step content */
.step-content[b-9pmp5xwp6j] {
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Stepper container for modal */
.stepper-container-modal[b-9pmp5xwp6j] {
    margin: 15px 0;
}

/* Body container */
.body[b-9pmp5xwp6j] {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

/* Header with flex for button */
.header-flex[b-9pmp5xwp6j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

/* Header text */
.header-font[b-9pmp5xwp6j] {
    display: grid;
    justify-content: left;
    font-size: 34px;
    font-weight: 500;
    padding-top: 20px;
    font-family: 'Montserrat', sans-serif;
}

/* Section content */
.section-content[b-9pmp5xwp6j] {
    font-size: 14px;
    color: #212121;
    font-weight: 500;
    margin-bottom: 20px;
    width: 100%;
}

/* Speaker card */
.speaker-card[b-9pmp5xwp6j] {
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px;
    width: 100%;
    background-color: #F9F9F9;
}

.speaker-info[b-9pmp5xwp6j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Remove button in speaker card */
.remove-button[b-9pmp5xwp6j] {
    background-color: transparent;
    color: #FF5252;
    border: none;
    cursor: pointer;
    text-decoration: underline;
}

/* Details button */
.details-button[b-9pmp5xwp6j] {
    background-color: transparent;
    color: #1C355E;
    border: none;
    cursor: pointer;
    margin-bottom: 20px;
    text-decoration: underline;
    display: block;
}

.details-text[b-9pmp5xwp6j] {
    color: #1C355E;
}

/* Add speaker button */
.add-speaker[b-9pmp5xwp6j] {
    background-color: #1C355E;
    color: white;
    border-radius: 5px;
    padding: 8px 15px;
    font-weight: 500;
}

    .add-speaker:hover[b-9pmp5xwp6j] {
        background-color: #f2bc12;
        color: black;
    }

.bottom-sheet-content[b-9pmp5xwp6j] {
    background-color: white;
    border-radius: 15px;
    padding: 20px;
    width: 100%;
    max-width: 600px;
    max-height: 95vh;
    overflow-y: auto;
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
}

.bottom-sheet-show[b-9pmp5xwp6j] {
    transform: translateY(0);
}

.bottom-sheet-hide[b-9pmp5xwp6j] {
    transform: translateY(100%);
}

/* Bottom sheet header */
.bottom-sheet-header[b-9pmp5xwp6j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E5E5E5;
}

/* Close button */
.close-button[b-9pmp5xwp6j] {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #999;
}

/* Bottom sheet body */
.bottom-sheet-body[b-9pmp5xwp6j] {
    padding: 10px 0;
}

/* Form fields in bottom sheet */
.underline-text[b-9pmp5xwp6j] {
    width: 100%;
    border: 2px solid #E5E5E5;
    outline: none;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: transparent;
    padding: 10px;
    font-size: 16px;
}

/* Upload button and container */
.avatar-container[b-9pmp5xwp6j] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
}

.upload-button[b-9pmp5xwp6j] {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    padding: 5px;
    border: none;
    background-color: transparent;
    position: relative;
    border-radius: 50%;
}

    .upload-button input[type="file"][b-9pmp5xwp6j] {
        position: absolute;
        opacity: 0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        cursor: pointer;
    }

    .upload-button img[b-9pmp5xwp6j] {
        width: 70px;
        height: 70px;
    }

/* Download button */
.download-button[b-9pmp5xwp6j] {
    position: relative;
    display: inline-block;
}

.delete-x[b-9pmp5xwp6j] {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    background-color: #FF5252;
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
}

/* Upload instructions */
.upload-instruction[b-9pmp5xwp6j] {
    text-align: center;
    margin-top: 10px;
    color: #666;
    font-size: 14px;
}

.file-name[b-9pmp5xwp6j] {
    margin-top: 10px;
    color: #333;
    font-size: 14px;
    text-align: center;
}

/* Download link */
.download-link[b-9pmp5xwp6j] {
    color: #1C355E;
    text-decoration: underline;
    display: block;
    margin: 10px 0;
}

/* Upload section */
.upload-section[b-9pmp5xwp6j] {
    margin-top: 20px;
    width: 100%;
}

/* Toggle section */
.toggle-section[b-9pmp5xwp6j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    padding: 10px;
    background-color: #F5F5F5;
    border-radius: 5px;
}

.toggle-label[b-9pmp5xwp6j] {
    font-size: 14px;
    color: #333;
}

/* Bottom sheet footer */
.bottom-sheet-footer[b-9pmp5xwp6j] {
    display: flex;
    padding-top: 20px;
    border-top: 1px solid #E5E5E5;
    margin-top: 20px;
}

/* Back button in bottom sheet */
.back-btn[b-9pmp5xwp6j] {
    color: #999;
}

/* Add button in bottom sheet */
.add-button[b-9pmp5xwp6j] {
    padding: 10px 30px;
    background-color: #1C355E;
    color: white;
    border-radius: 5px;
    font-weight: 500;
}

    .add-button:hover[b-9pmp5xwp6j] {
        background-color: #f2bc12;
        color: black;
    }

/* Button container */
.button-container[b-9pmp5xwp6j] {
    margin-top: auto;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}

/* Back button */
.back-button[b-9pmp5xwp6j] {
    padding-right: 20px;
    color: #C7C7C7;
}

/* Continue button */
.continue-button[b-9pmp5xwp6j] {
    padding: 15px 50px 15px 50px;
    font-family: 'Montserrat', sans-serif;
    background-color: #1C355E;
    color: white;
    border-radius: 10px;
}

    .continue-button:hover[b-9pmp5xwp6j] {
        background-color: #f2bc12;
        color: black;
        font-weight: 500;
    }

/* Responsive adjustments */
@media (max-width: 992px) {
    .header-font[b-9pmp5xwp6j] {
        font-size: 28px;
        font-weight: 700;
        text-align: center;
    }

    .step-content[b-9pmp5xwp6j] {
        padding: 40px 30px;
    }
}

@media (max-width: 768px) {
    .header-font[b-9pmp5xwp6j] {
        font-size: 28px;
        font-weight: 700;
        text-align: center;
    }

    .header-flex[b-9pmp5xwp6j] {
        flex-direction: column;
        gap: 15px;
    }

    .add-speaker[b-9pmp5xwp6j] {
        width: 100%;
    }

    .step-content[b-9pmp5xwp6j] {
        padding: 30px 20px;
    }

    .stepper-container[b-9pmp5xwp6j] {
        margin: 0 10px;
    }

    .bottom-sheet-content[b-9pmp5xwp6j] {
        max-width: 100%;
        max-height: 90vh;
        border-radius: 15px 15px 0 0;
    }

    .underline-text[b-9pmp5xwp6j] {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .header-font[b-9pmp5xwp6j] {
        font-size: 28px;
        padding-top: 15px;
        font-weight: 700;
        text-align: center;
    }

    .step-content[b-9pmp5xwp6j] {
        padding: 20px 15px;
    }

    .continue-button[b-9pmp5xwp6j] {
        padding: 12px 40px;
        width: 100%;
        max-width: 300px;
    }

    .bottom-sheet-footer[b-9pmp5xwp6j] {
        margin-top: 20px;
    }

    .add-button[b-9pmp5xwp6j], .back-btn[b-9pmp5xwp6j] {
        width: 48%;
    }
}

.overnight-row[b-9pmp5xwp6j] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.underline-checkbox[b-9pmp5xwp6j] {
    width: 100%;
    border: 2px solid #E5E5E5;
    outline: none;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: transparent;
    padding: 10px;
    font-size: 16px;
}
/* /Pages/Registration/Payment.razor.rz.scp.css */
@media (max-width: 1920px) {
    .desktop-only[b-i8ez1qeph0] {
        display: none; /* This should be hidden on mobile */
    }

    .mobile-only[b-i8ez1qeph0] {
        display: block; /* This should be shown on mobile */
    }
}

.upload-section[b-i8ez1qeph0] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }

        .upload-section[b-i8ez1qeph0] {
            margin: 0;
            flex-grow: 1;
        }

    .upload-button[b-i8ez1qeph0] {
        margin-left: auto;
        cursor: pointer;
        display: flex;
        align-items: center;
    }

    .toggle-switch[b-i8ez1qeph0] {
        position: relative;
        display: inline-block;
        width: 30px;
        height: 20px;
        margin-left: auto;
    }

        .toggle-switch input[b-i8ez1qeph0] {
            opacity: 0;
            width: 0;
            height: 0;
        }

    .slider[b-i8ez1qeph0] {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        transition: .4s;
        border-radius: 34px;
    }

        .slider[b-i8ez1qeph0]:before {
            position: absolute;
            content: "";
            height: 12px;
            width: 12px;
            left: 4px;
            bottom: 4px;
            background-color: white;
            transition: .4s;
            border-radius: 50%;
        }

    input:checked + .slider[b-i8ez1qeph0] {
        background-color: #1C355E;
    }

        input:checked + .slider[b-i8ez1qeph0]:before {
            transform: translateX(12px);
        }

    .small-font[b-i8ez1qeph0] {
        font-size: 0.875rem;
    }

    .w9-text[b-i8ez1qeph0] {
        margin-left: 20px;
    }

.mission-brochure-actions[b-i8ez1qeph0] {
    margin: 10px 0;
}

.download-link[b-i8ez1qeph0] {
    color: blue;
    text-decoration: underline;
    margin-right: 10px;
    cursor: pointer;
}

.delete-brochure-button[b-i8ez1qeph0] {
    background-color: #1C355E;
    color: white;
    border: none;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 3px;
}

    .delete-brochure-button:hover[b-i8ez1qeph0] {
        background-color: #f2bc12;
    }

/* Stepper container */
.stepper-container[b-i8ez1qeph0] {
    display: flex;
    justify-content: center;
}

/* Step content */
.step-content[b-i8ez1qeph0] {
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Body container */
.body[b-i8ez1qeph0] {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

/* Header text */
.header-font[b-i8ez1qeph0] {
    display: grid;
    justify-content: left;
    font-size: 34px;
    font-weight: 500;
    padding-top: 20px;
    font-family: 'Montserrat', sans-serif;
}

/* Form group */
.form-group[b-i8ez1qeph0] {
    margin-bottom: 3px;
    width: 100%;
}

/* Form input */
.underline-only[b-i8ez1qeph0] {
    width: 100%;
    border: 2px solid #E5E5E5;
    outline: none;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: transparent;
    padding: 10px;
    font-size: 16px;
}

/* Upload sections */
.upload-container[b-i8ez1qeph0] {
    width: 100%;
    margin-top: 20px;
}

.upload-section[b-i8ez1qeph0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    width: 100%;
}

.upload-button-sm[b-i8ez1qeph0] {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    padding: 5px;
    border: none;
    background-color: transparent;
    position: relative;
    border-radius: 50%;
    margin-top: -5px;
}

    .upload-button-sm input[type="file"][b-i8ez1qeph0] {
        position: absolute;
        opacity: 0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        cursor: pointer;
    }

    .upload-button-sm img[b-i8ez1qeph0] {
        width: 40px;
        height: 40px;
    }

/* Document actions */
.mission-brochure-actions[b-i8ez1qeph0] {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.download-link[b-i8ez1qeph0] {
    color: #1C355E;
    text-decoration: underline;
}

.delete-brochure-button[b-i8ez1qeph0] {
    background-color: transparent;
    color: #FF5252;
    border: none;
    cursor: pointer;
    text-decoration: underline;
}

/* Button container */
.button-container[b-i8ez1qeph0] {
    margin-top: auto;
    padding-top: 30px;
    text-align: center;
}

/* Back button */
.back-button[b-i8ez1qeph0] {
    padding-right: 20px;
    color: #C7C7C7;
}

/* Continue button */
.continue-button[b-i8ez1qeph0] {
    padding: 15px 50px 15px 50px;
    font-family: 'Montserrat', sans-serif;
    background-color: #1C355E;
    color: white;
    border-radius: 10px;
}

    .continue-button:hover[b-i8ez1qeph0] {
        background-color: #f2bc12;
        color: black;
        font-weight: 500;
    }

/* Responsive adjustments */
@media (max-width: 992px) {
    .header-font[b-i8ez1qeph0] {
        font-size: 28px;
        font-weight: 700;
        text-align: center;
        width: 100%;
    }

    .step-content[b-i8ez1qeph0] {
        padding: 40px 30px;
    }
}

@media (max-width: 768px) {
    .header-font[b-i8ez1qeph0] {
        font-size: 28px;
        font-weight: 700;
        text-align: center;
        width: 100%;
    }

    .step-content[b-i8ez1qeph0] {
        padding: 30px 20px;
    }

    .stepper-container[b-i8ez1qeph0] {
        margin: 0 10px;
    }

    .form-group[b-i8ez1qeph0] {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .underline-only[b-i8ez1qeph0],
    input[type="text"][b-i8ez1qeph0],
    input[type="email"][b-i8ez1qeph0],
    input[type="password"][b-i8ez1qeph0],
    select[b-i8ez1qeph0],
    textarea[b-i8ez1qeph0] {
        width: 100%;
        max-width: none;
        box-sizing: border-box;
    }

    .upload-section[b-i8ez1qeph0] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .mission-brochure-actions[b-i8ez1qeph0] {
        flex-direction: column;
        gap: 5px;
    }
}

@media (max-width: 576px) {
    .header-font[b-i8ez1qeph0] {
        font-size: 28px;
        padding-top: 15px;
        font-weight: 700;
        text-align: center;
        width: 100%;
    }

    .step-content[b-i8ez1qeph0] {
        padding: 20px 15px;
    }

    .continue-button[b-i8ez1qeph0] {
        padding: 12px 40px;
        width: 100%;
        max-width: 300px;
    }
}
/* /Pages/Registration/PersonalInfo.razor.rz.scp.css */
/* Base layout styles */
.body[b-rdh4yaa21u] {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 60px;
    position: relative;
    min-height: 90vh;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

.header-container[b-rdh4yaa21u] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 3rem;
}

.header[b-rdh4yaa21u] {
    display: flex;
    align-items: center;
}

.header-font[b-rdh4yaa21u] {
    font-size: 38px;
}

.avatar-container[b-rdh4yaa21u] {
    margin: 0;
    padding-right: 20px;
}

.delete-x[b-rdh4yaa21u] {
    position: absolute;
    top: 0;
    right: 0;
    background: #1C355E;
    color: white;
    border: none;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    padding-bottom: 4px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(25%, -25%);
}

    .delete-x:hover[b-rdh4yaa21u] {
        background: #f2bc12;
    }

.preview-container[b-rdh4yaa21u] {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.profile-preview[b-rdh4yaa21u] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e0e0e0;
}

.form-group[b-rdh4yaa21u] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}


[b-rdh4yaa21u] .k-dropdownlist,
[b-rdh4yaa21u] .k-multiselect,
[b-rdh4yaa21u] .k-datepicker,
[b-rdh4yaa21u] .k-textbox {
    width: 100% !important;
    height: 48px !important;
    border: 1px solid #E5E5E5 !important;
    border-radius: 8px !important;
    background-color: white !important;
    margin-bottom: 8px !important;
}


.address-grid[b-rdh4yaa21u] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    width: 100%;
}


.button-container[b-rdh4yaa21u] {
    margin-top: 2rem;
    width: 100%;
}

.continue-button[b-rdh4yaa21u] {
    width: 100%;
    padding: 16px;
    background-color: #1C355E;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .continue-button:hover[b-rdh4yaa21u] {
        background-color: #f2bc12;
        color: black;
    }

.popup-container[b-rdh4yaa21u] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 20px;
    text-align: center;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.popup-title[b-rdh4yaa21u] {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin-bottom: 20px;
}

.popup-button-container[b-rdh4yaa21u] {
    margin-top: 10px;
}

.popup-button[b-rdh4yaa21u] {
    background-color: #1C355E;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .popup-button:hover[b-rdh4yaa21u] {
        background-color: #f2bc12;
    }


.address-grid[b-rdh4yaa21u] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    width: 100%;
}

.applicant-type-grid[b-rdh4yaa21u] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    width: 100%;
    margin-bottom: 20px;
}

.applicant-type-option[b-rdh4yaa21u] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    border: 2px solid #E5E5E5;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .applicant-type-option.selected[b-rdh4yaa21u] {
        border-color: #1C355E;
        background-color: rgba(28, 53, 94, 0.05);
    }

.custom-radio[b-rdh4yaa21u] {
    width: 20px;
    height: 20px;
    border: 2px solid #E5E5E5;
    border-radius: 50%;
    position: relative;
}

.applicant-type-option.selected .custom-radio[b-rdh4yaa21u] {
    border-color: #1C355E;
}

    .applicant-type-option.selected .custom-radio[b-rdh4yaa21u]:after {
        content: '';
        position: absolute;
        width: 12px;
        height: 12px;
        background-color: #1C355E;
        border-radius: 50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.k-input-inner[value=""][b-rdh4yaa21u] {
    color: #757575;
}

    .k-input-inner[value=""][b-rdh4yaa21u]:before {
        content: "Date of Birth*";
        position: absolute;
    }

.applicant-type-option.disabled[b-rdh4yaa21u] {
    opacity: 0.6;
    cursor: not-allowed;
    position: relative;
}

/* Media queries */
@media (max-width: 768px) {
    .header-container[b-rdh4yaa21u] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .body[b-rdh4yaa21u] {
        padding: 20px;
    }

    .applicant-type-grid[b-rdh4yaa21u] {
        grid-template-columns: 1fr;
    }

    .address-grid[b-rdh4yaa21u] {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    [b-rdh4yaa21u] .k-radio-list {
        flex-direction: column;
    }
}


/* Body container */
.body[b-rdh4yaa21u] {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

/* Header container and text */
.header-container[b-rdh4yaa21u] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.header[b-rdh4yaa21u] {
    display: flex;
    justify-content: center;
}

.header-font[b-rdh4yaa21u] {
    display: grid;
    justify-content: left;
    font-size: 34px;
    font-weight: 500;
    padding-top: 20px;
    font-family: 'Montserrat', sans-serif;
}

/* Avatar section */
.avatar-container[b-rdh4yaa21u] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.avatar-content[b-rdh4yaa21u] {
    position: relative;
    width: 100px;
    height: 100px;
}

.preview-container[b-rdh4yaa21u] {
    position: relative;
    width: 100px;
    height: 100px;
}

.profile-preview[b-rdh4yaa21u] {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.delete-x[b-rdh4yaa21u] {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 24px;
    height: 24px;
    background-color: #FF5252;
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
}

.upload-button[b-rdh4yaa21u] {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    padding: 5px;
    border: none;
    background-color: transparent;
    position: relative;
    border-radius: 50%;
}

    .upload-button input[type="file"][b-rdh4yaa21u] {
        position: absolute;
        opacity: 0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        cursor: pointer;
    }

    .upload-button img[b-rdh4yaa21u] {
        width: 70px;
        height: 70px;
    }

/* Form group */
.form-group[b-rdh4yaa21u] {
    margin-bottom: 3px;
    width: 100%;
}

/* Applicant type grid */
.applicant-type-grid[b-rdh4yaa21u] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 20px;
}

.applicant-type-option[b-rdh4yaa21u] {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 2px solid #E5E5E5;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .applicant-type-option.selected[b-rdh4yaa21u] {
        border-color: #1C355E;
        background-color: rgba(28, 53, 94, 0.05);
    }

.custom-radio[b-rdh4yaa21u] {
    width: 18px;
    height: 18px;
    border: 2px solid #E5E5E5;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
}

.applicant-type-option.selected .custom-radio[b-rdh4yaa21u] {
    border-color: #1C355E;
}

    .applicant-type-option.selected .custom-radio[b-rdh4yaa21u]:after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: #1C355E;
        border-radius: 50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

/* Form input */
.underline-only[b-rdh4yaa21u] {
    width: 100%;
    border: 2px solid #E5E5E5;
    outline: none;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: transparent;
    padding: 10px;
    font-size: 16px;
}

/* Address grid */
.address-grid[b-rdh4yaa21u] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    width: 100%;
}

/* Button container */
.button-container[b-rdh4yaa21u] {
    margin-top: auto;
    padding-top: 30px;
    text-align: center;
}

/* Continue button */
.continue-button[b-rdh4yaa21u] {
    padding: 15px 50px 15px 50px;
    font-family: 'Montserrat', sans-serif;
    background-color: #1C355E;
    color: white;
    border-radius: 10px;
}

    .continue-button:hover[b-rdh4yaa21u] {
        background-color: #f2bc12;
        color: black;
        font-weight: 500;
    }

/* Popup styling */
.popup-container[b-rdh4yaa21u] {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.popup-title[b-rdh4yaa21u] {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}

.popup-button-container[b-rdh4yaa21u] {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.popup-button[b-rdh4yaa21u] {
    min-width: 80px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .header-font[b-rdh4yaa21u] {
        font-size: 28px;
        font-weight: 700;
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .header-container[b-rdh4yaa21u] {
        flex-direction: column;
    }

    .header-font[b-rdh4yaa21u] {
        font-size: 28px;
        font-weight: 700;
        text-align: center;
        width: 100%;
    }

    .avatar-container[b-rdh4yaa21u] {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .applicant-type-grid[b-rdh4yaa21u] {
        grid-template-columns: 1fr;
    }

    .address-grid[b-rdh4yaa21u] {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .form-group[b-rdh4yaa21u] {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .underline-only[b-rdh4yaa21u],
    input[type="text"][b-rdh4yaa21u],
    input[type="email"][b-rdh4yaa21u],
    input[type="password"][b-rdh4yaa21u],
    select[b-rdh4yaa21u],
    textarea[b-rdh4yaa21u] {
        width: 100%;
        max-width: none;
        box-sizing: border-box;
    }
}

@media (max-width: 576px) {
    .header-font[b-rdh4yaa21u] {
        font-size: 28px;
        padding-top: 15px;
        font-weight: 700;
        text-align: center;
        width: 100%;
    }

    .continue-button[b-rdh4yaa21u] {
        padding: 12px 40px;
        width: 100%;
        max-width: 300px;
    }

    .applicant-type-option[b-rdh4yaa21u] {
        padding: 8px;
    }

    .custom-radio[b-rdh4yaa21u] {
        width: 16px;
        height: 16px;
    }
}
/* /Pages/Registration/ProjectDescription.razor.rz.scp.css */
.mission-brochure-actions[b-6c99z0jo2z] {
    margin: 10px 0;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.download-link[b-6c99z0jo2z] {
    color: #1C355E;
    text-decoration: underline;
    margin-right: 10px;
    cursor: pointer;
}

.delete-brochure-button[b-6c99z0jo2z] {
    background-color: transparent;
    color: #FF5252;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    padding: 5px 10px;
    border-radius: 10px;
}
.delete-brochure-button:hover[b-6c99z0jo2z] {
    background-color: darkred;
}

.character-counter[b-6c99z0jo2z] {
    text-align: right;
    font-size: 0.8rem;
    color: #666;
    margin-top: 5px;
    margin-bottom: 20px;
}

.character-limit-exceeded[b-6c99z0jo2z] {
    color: #FF5252;
    font-weight: bold;
}

.k-editor[data-approaching-limit="true"][b-6c99z0jo2z] {
    border-color: orange;
}
.k-editor[data-limit-exceeded="true"][b-6c99z0jo2z] {
    border-color: red;
}

/* Stepper container */
.stepper-container[b-6c99z0jo2z] {
    display: flex;
    justify-content: center;
}

/* Step content */
.step-content[b-6c99z0jo2z] {
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Body container */
.body[b-6c99z0jo2z] {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

/* Header text */
.header-font[b-6c99z0jo2z] {
    display: grid;
    justify-content: left;
    font-size: 34px;
    font-weight: 500;
    padding-top: 20px;
    font-family: 'Montserrat', sans-serif;
}

/* Editor component */
.editor[b-6c99z0jo2z] {
    width: 100%;
    min-height: 200px;
    margin-bottom: 10px;
    border: 2px solid #E5E5E5;
    border-radius: 5px;
}

/* Project images header */
.project-images-header[b-6c99z0jo2z] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    width: 100%;
}

/* Upload button */
.upload-button-sm[b-6c99z0jo2z] {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    padding: 5px;
    border: none;
    background-color: transparent;
    position: relative;
    border-radius: 50%;
    margin-top: -5px;
}
.upload-button-sm input[type="file"][b-6c99z0jo2z] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}
.upload-button-sm img[b-6c99z0jo2z] {
    width: 40px;
    height: 40px;
}

/* Carousel box */
.carousel-box[b-6c99z0jo2z] {
    width: 100%;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #E5EAF2; 
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 4px 24px rgba(28, 53, 94, 0.10);
}
.item[b-6c99z0jo2z] {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.carousel-box .item img[b-6c99z0jo2z] {
    border-radius: 18px;
    background: #fff;
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-width: 500px;
    max-height: 300px;
    transition: box-shadow 0.2s, border-color 0.2s;
    display: block;
}

.placeholder-box[b-6c99z0jo2z] {
    width: 400px;
    height: 200px;
    border: 2px dashed #E5E5E5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999;
}

/* Delete button */
.delete-button[b-6c99z0jo2z] {
    position: absolute;
    top: 5px;
    left: 5px;
    background: transparent;
    color: black;
    border: none;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}

/* Button container */
.button-container[b-6c99z0jo2z] {
    margin-top: auto;
    padding-top: 30px;
    text-align: center;
}

/* Back button */
.back-button[b-6c99z0jo2z] {
    padding-right: 20px;
    color: #C7C7C7;
}

/* Continue button */
.continue-button[b-6c99z0jo2z] {
    padding: 15px 50px 15px 50px;
    font-family: 'Montserrat', sans-serif;
    background-color: #1C355E;
    color: white;
    border-radius: 10px;
}
.continue-button:hover[b-6c99z0jo2z] {
    background-color: #f2bc12;
    color: black;
    font-weight: 500;
}

/* Popup styling */
.popup-container[b-6c99z0jo2z] {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.popup-title[b-6c99z0jo2z] {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}
.popup-button-container[b-6c99z0jo2z] {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
.popup-button[b-6c99z0jo2z] {
    min-width: 80px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .header-font[b-6c99z0jo2z] {
        font-size: 28px;
        font-weight: 700;
        text-align: center;
        width: 100%;
    }
    .step-content[b-6c99z0jo2z] {
        padding: 40px 30px;
    }
}
@media (max-width: 768px) {     
    .header-font[b-6c99z0jo2z] {
        font-size: 28px;
        font-weight: 700;
        text-align: center;
        width: 100%;
    }
    .step-content[b-6c99z0jo2z] {
        padding: 30px 20px;
    }
    .stepper-container[b-6c99z0jo2z] {
        margin: 0 10px;
    }
    .carousel-box[b-6c99z0jo2z] {
        width: 100%;
    }
    .placeholder-box[b-6c99z0jo2z] {
        width: 100%;
        max-width: 320px;
    }
}
@media (max-width: 576px) {
    .header-font[b-6c99z0jo2z] {
        font-size: 28px;
        padding-top: 15px;
        font-weight: 700;
        text-align: center;
        width: 100%;
    }
    .step-content[b-6c99z0jo2z] {
        padding: 20px 15px;
    }
    .continue-button[b-6c99z0jo2z] {
        padding: 12px 40px;
        width: 100%;
        max-width: 300px;
    }
    .mission-brochure-actions[b-6c99z0jo2z] {
        flex-direction: column;
        gap: 5px;
    }
}
/* /Pages/Registration/ProjectDetails.razor.rz.scp.css */
.date-range-container[b-pwvhfzefu0] {
    display: flex;
    gap: 20px;
}
/* Stepper container */
.stepper-container[b-pwvhfzefu0] {
    display: flex;
    justify-content: center;
}

/* Step content */
.step-content[b-pwvhfzefu0] {
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Body container */
.body[b-pwvhfzefu0] {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

/* Header text */
.header-font[b-pwvhfzefu0] {
    display: grid;
    justify-content: left;
    font-size: 34px;
    font-weight: 500;
    padding-top: 20px;
    font-family: 'Montserrat', sans-serif;
}

/* Form group */
.form-group[b-pwvhfzefu0] {
    margin-bottom: 3px;
    width: 100%;
}

/* Form input */
.underline-only[b-pwvhfzefu0] {
    width: 100%;
    border: 2px solid #E5E5E5;
    outline: none;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: transparent;
    padding: 10px;
    font-size: 16px;
}

/* Button container */
.button-container[b-pwvhfzefu0] {
    margin-top: auto;
    padding-top: 30px;
    text-align: center;
}

/* Back button */
.back-button[b-pwvhfzefu0] {
    padding-right: 20px;
    color: #C7C7C7;
}

/* Continue button */
.continue-button[b-pwvhfzefu0] {
    padding: 15px 50px 15px 50px;
    font-family: 'Montserrat', sans-serif;
    background-color: #1C355E;
    color: white;
    border-radius: 10px;
}

    .continue-button:hover[b-pwvhfzefu0] {
        background-color: #f2bc12;
        color: black;
        font-weight: 500;
    }

/* Telerik Blazor progress bar (hidden) */
.telerik-blazor.k-progressbar[b-pwvhfzefu0] {
    display: none;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .header-font[b-pwvhfzefu0] {
        font-size: 28px;
        font-weight: 700;
        text-align: center;
        width: 100%;
    }

    .step-content[b-pwvhfzefu0] {
        padding: 40px 30px;
    }
}

@media (max-width: 768px) {
    .header-font[b-pwvhfzefu0] {
        font-size: 28px;
        font-weight: 700;
        text-align: center;
        width: 100%;
    }

    .step-content[b-pwvhfzefu0] {
        padding: 30px 20px;
    }

    .stepper-container[b-pwvhfzefu0] {
        margin: 0 10px;
    }

    .form-group[b-pwvhfzefu0] {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .underline-only[b-pwvhfzefu0],
    input[type="text"][b-pwvhfzefu0],
    input[type="email"][b-pwvhfzefu0],
    input[type="password"][b-pwvhfzefu0],
    select[b-pwvhfzefu0],
    textarea[b-pwvhfzefu0] {
        width: 100%;
        max-width: none;
        box-sizing: border-box;
    }
}

@media (max-width: 576px) {
    .header-font[b-pwvhfzefu0] {
        font-size: 28px;
        padding-top: 15px;
        font-weight: 700;
        text-align: center;
        width: 100%;
    }

    .step-content[b-pwvhfzefu0] {
        padding: 20px 15px;
    }

    .continue-button[b-pwvhfzefu0] {
        padding: 12px 40px;
        width: 100%;
        max-width: 300px;
    }
}
/* /Pages/Registration/ProjectOverview.razor.rz.scp.css */
.date-range-container[b-476m19atwg] {
    display: flex;
    gap: 20px;
}

/* Stepper container */
.stepper-container[b-476m19atwg] {
    display: flex;
    justify-content: center;
}

/* Step content */
.step-content[b-476m19atwg] {
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Body container */
.body[b-476m19atwg] {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

/* Header text */
.header-font[b-476m19atwg] {
    display: grid;
    justify-content: left;
    font-size: 34px;
    font-weight: 500;
    padding-top: 20px;
    font-family: 'Montserrat', sans-serif;
}

/* Form group */
.form-group[b-476m19atwg] {
    margin-bottom: 3px;
    width: 100%;
}

/* Form input */
.underline-only[b-476m19atwg] {
    width: 100%;
    border: 2px solid #E5E5E5;
    outline: none;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: transparent;
    padding: 10px;
    font-size: 16px;
}

/* Date range container */
.date-range-container[b-476m19atwg] {
    display: flex;
    gap: 20px;
    width: 100%;
}

    .date-range-container :deep(.k-datepicker)[b-476m19atwg] {
        flex: 1;
    }

/* Button container */
.button-container[b-476m19atwg] {
    margin-top: auto;
    padding-top: 30px;
    text-align: center;
}

/* Back button */
.back-button[b-476m19atwg] {
    padding-right: 20px;
    color: #C7C7C7;
}

/* Continue button */
.continue-button[b-476m19atwg] {
    padding: 15px 50px 15px 50px;
    font-family: 'Montserrat', sans-serif;
    background-color: #1C355E;
    color: white;
    border-radius: 10px;
}

    .continue-button:hover[b-476m19atwg] {
        background-color: #f2bc12;
        color: black;
        font-weight: 500;
    }

/* Telerik Blazor progress bar (hidden) */
.telerik-blazor.k-progressbar[b-476m19atwg] {
    display: none;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .header-font[b-476m19atwg] {
        font-size: 28px;
        font-weight: 700;
        text-align: center;
        width: 100%;
    }

    .step-content[b-476m19atwg] {
        padding: 40px 30px;
    }
}

@media (max-width: 768px) {
    .header-font[b-476m19atwg] {
        font-size: 28px;
        font-weight: 700;
        text-align: center;
        width: 100%;
    }

    .step-content[b-476m19atwg] {
        padding: 30px 20px;
    }

    .stepper-container[b-476m19atwg] {
        margin: 0 10px;
    }

    .form-group[b-476m19atwg] {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .underline-only[b-476m19atwg],
    input[type="text"][b-476m19atwg],
    input[type="email"][b-476m19atwg],
    input[type="password"][b-476m19atwg],
    select[b-476m19atwg],
    textarea[b-476m19atwg] {
        width: 100%;
        max-width: none;
        box-sizing: border-box;
    }

    .date-range-container[b-476m19atwg] {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 576px) {
    .header-font[b-476m19atwg] {
        font-size: 28px;
        padding-top: 15px;
        font-weight: 700;
        text-align: center;
        width: 100%;
    }

    .step-content[b-476m19atwg] {
        padding: 20px 15px;
    }

    .continue-button[b-476m19atwg] {
        padding: 12px 40px;
        width: 100%;
        max-width: 300px;
    }
}
/* /Pages/Registration/Recommendation.razor.rz.scp.css */
@media (max-width: 1920px) {
    .desktop-only[b-g9fznc6ti7] {
        display: none; /* This should be hidden on mobile */
    }

    .mobile-only[b-g9fznc6ti7] {
        display: block; /* This should be shown on mobile */
    }
}

.signature-container[b-g9fznc6ti7] {
    position: relative;
    margin-bottom: 10px;
}

.signature-input[b-g9fznc6ti7] {
    width: 100%;
    padding: 8px 0;
    border: none;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
    color: #888;
    font-style: italic;
}

    .signature-input[b-g9fznc6ti7]::placeholder {
        color: transparent;
    }

.signature-placeholder[b-g9fznc6ti7] {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    font-style: italic;
    pointer-events: none;
}

.signature-input:focus + .signature-placeholder[b-g9fznc6ti7],
.signature-input:not(:placeholder-shown) + .signature-placeholder[b-g9fznc6ti7] {
    display: none;
}

.upload-section[b-g9fznc6ti7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-top: 50px;
}

.upload-button[b-g9fznc6ti7] {
    margin-bottom: 12px;
    margin-left: auto;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.mission-brochure-actions[b-g9fznc6ti7] {
    margin: 10px 0;
}

.download-link[b-g9fznc6ti7] {
    color: #1C355E;
    text-decoration: underline;
    margin-right: 10px;
    cursor: pointer;
}

.delete-brochure-button[b-g9fznc6ti7] {
    background-color: #1C355E;
    color: white;
    border: none;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 3px;
}

    .delete-brochure-button:hover[b-g9fznc6ti7] {
        background-color: darkred;
    }

.recommendation-letter-header[b-g9fznc6ti7] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}

.recommendation-text[b-g9fznc6ti7] {
    margin: 0;
}

.upload-button[b-g9fznc6ti7] {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

/* Stepper container */
.stepper-container[b-g9fznc6ti7] {
    display: flex;
    justify-content: center;
}

/* Step content */
.step-content[b-g9fznc6ti7] {
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Body container */
.body[b-g9fznc6ti7] {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

/* Header text */
.header-font[b-g9fznc6ti7] {
    display: grid;
    justify-content: left;
    font-size: 34px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

/* Recommendation letter section */
.recommendation-letter-header[b-g9fznc6ti7] {
    display: flex;
    align-items: center;
}

.recommendation-text[b-g9fznc6ti7] {
    font-size: 14px;
    color: #212121;
    font-weight: 500;
}

/* Upload button */
.upload-button-sm[b-g9fznc6ti7] {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    padding: 5px;
    border: none;
    background-color: transparent;
    position: relative;
    border-radius: 50%;
    margin-top: -5px;
}

    .upload-button-sm input[type="file"][b-g9fznc6ti7] {
        position: absolute;
        opacity: 0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        cursor: pointer;
    }

    .upload-button-sm img[b-g9fznc6ti7] {
        width: 40px;
        height: 40px;
    }

/* Recommendation letter actions */
.recommendation-letter-actions[b-g9fznc6ti7] {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.download-link[b-g9fznc6ti7] {
    color: #1C355E;
    text-decoration: underline;
}

.delete-brochure-button[b-g9fznc6ti7] {
    background-color: transparent;
    color: #FF5252;
    border: none;
    cursor: pointer;
    text-decoration: underline;
}

/* Approver section */
.approver-section[b-g9fznc6ti7] {
    margin-top: 20px;
    width: 100%;
}

.approver-subtitle[b-g9fznc6ti7] {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-top: 50px;
}

/* Form input */
.underline-only[b-g9fznc6ti7] {
    width: 100%;
    border: 2px solid #E5E5E5;
    outline: none;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: transparent;
    padding: 10px;
    font-size: 16px;
}

/* Button container */
.button-container[b-g9fznc6ti7] {
    margin-top: auto;
    padding-top: 30px;
    text-align: center;
}

/* Back button */
.back-button[b-g9fznc6ti7] {
    padding-right: 20px;
    color: #C7C7C7;
}

/* Continue/Accept button */
.continue-button[b-g9fznc6ti7] {
    padding: 15px 50px 15px 50px;
    font-family: 'Montserrat', sans-serif;
    background-color: #1C355E;
    color: white;
    border-radius: 10px;
}

    .continue-button:hover[b-g9fznc6ti7] {
        background-color: #f2bc12;
        color: black;
        font-weight: 500;
    }

/* Responsive adjustments */
@media (max-width: 992px) {
    .header-font[b-g9fznc6ti7] {
        font-size: 28px;
        font-weight: 700;
        text-align: center;
        width: 100%;
    }

    .step-content[b-g9fznc6ti7] {
        padding: 40px 30px;
    }
}

@media (max-width: 768px) {
    .header-font[b-g9fznc6ti7] {
        font-size: 28px;
        font-weight: 700;
        text-align: center;
        width: 100%;
    }

    .step-content[b-g9fznc6ti7] {
        padding: 30px 20px;
    }

    .stepper-container[b-g9fznc6ti7] {
        margin: 0 10px;
    }

    .underline-only[b-g9fznc6ti7] {
        width: 100%;
        max-width: none;
        box-sizing: border-box;
    }
}

@media (max-width: 576px) {
    .header-font[b-g9fznc6ti7] {
        font-size: 28px;
        padding-top: 15px;
        font-weight: 700;
        text-align: center;
        width: 100%;
    }

    .step-content[b-g9fznc6ti7] {
        padding: 20px 15px;
    }

    .continue-button[b-g9fznc6ti7] {
        padding: 12px 40px;
        width: 100%;
        max-width: 300px;
    }
}
/* /Pages/Registration/SafeEnvironment.razor.rz.scp.css */
.uploaded-file-container[b-3gaayk3iim] {
    position: relative;
    display: inline-block;
}

.certificate-photo[b-3gaayk3iim] {
    max-width: 400px;
    max-height: 400px;
    display: block;
}

.delete-button[b-3gaayk3iim] {
    position: absolute;
    top: 10px;
    left: 10px;
    border: none;
    width: 30px;
    height: 30px;
    font-size: 16px;
    cursor: pointer;
}

/* Stepper container */
.stepper-container[b-3gaayk3iim] {
    display: flex;
    justify-content: center;
}

/* Step content */
.step-content[b-3gaayk3iim] {
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Body container */
.body[b-3gaayk3iim] {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

/* Header text */
.header-font[b-3gaayk3iim] {
    display: grid;
    justify-content: left;
    font-size: 34px;
    font-weight: 500;
    padding-top: 20px;
    font-family: 'Montserrat', sans-serif;
}

/* Section content */
.section-content[b-3gaayk3iim] {
    font-size: 14px;
    color: #212121;
    font-weight: 500;
}

/* Form fields */
.underline-text[b-3gaayk3iim] {
    width: 100%;
    border: 2px solid #E5E5E5;
    outline: none;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: transparent;
    padding: 10px;
    font-size: 16px;
}

/* Button container */
.button-container[b-3gaayk3iim] {
    margin-top: auto;
    padding-top: 30px;
    text-align: center;
}

/* Back button */
.back-button[b-3gaayk3iim] {
    padding-right: 20px;
    color: #C7C7C7;
}

/* Continue/Accept button */
.continue-button[b-3gaayk3iim] {
    padding: 15px 50px 15px 50px;
    font-family: 'Montserrat', sans-serif;
    background-color: #1C355E;
    color: white;
    border-radius: 10px;
}

    .continue-button:hover[b-3gaayk3iim] {
        background-color: #f2bc12;
        color: black;
        font-weight: 500;
    }

/* Responsive adjustments */
@media (max-width: 992px) {
    .header-font[b-3gaayk3iim] {
        font-size: 28px;
        font-weight: 700;
        text-align: center;
        width: 100%;
    }

    .step-content[b-3gaayk3iim] {
        padding: 40px 30px;
    }
}

@media (max-width: 768px) {
    .header-font[b-3gaayk3iim] {
        font-size: 28px;
        font-weight: 700;
        text-align: center;
        width: 100%;
    }

    .step-content[b-3gaayk3iim] {
        padding: 30px 20px;
    }

    .stepper-container[b-3gaayk3iim] {
        margin: 0 10px;
    }

    .underline-text[b-3gaayk3iim] {
        font-size: 0.8em;
        padding: 6px;
        width: 100%;
        max-width: none;
        box-sizing: border-box;
    }
}

@media (max-width: 576px) {
    .header-font[b-3gaayk3iim] {
        font-size: 28px;
        padding-top: 15px;
        font-weight: 700;
        text-align: center;
        width: 100%;
    }

    .step-content[b-3gaayk3iim] {
        padding: 20px 15px;
    }

    .underline-text[b-3gaayk3iim] {
        font-size: 0.75em;
        padding: 5px;
    }

    .continue-button[b-3gaayk3iim] {
        padding: 12px 40px;
        width: 100%;
        max-width: 300px;
    }
}
/* /Pages/Registration/Signup.razor.rz.scp.css */
.body[b-sev8jovwlp] {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

/* Form styling */
.form-group[b-sev8jovwlp] {
    margin-bottom: 3px;
}

.underline-only[b-sev8jovwlp] {
    width: 100%;
    border: 2px solid #E5E5E5;
    outline: none;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: transparent;
    padding: 10px;
    font-size: 16px;
}

/* Button styling */
.button-container[b-sev8jovwlp] {
    margin-top: auto;
    padding-top: 30px;
    text-align: center;
}

.button-css[b-sev8jovwlp] {
    padding: 15px 50px 15px 50px;
    font-family: 'Montserrat', sans-serif;
    background-color: #1C355E;
    color: white;
    border-radius: 10px;
}

    .button-css:hover[b-sev8jovwlp] {
        background-color: #f2bc12;
        color: black;
        font-weight: 500;
    }

/* Responsive styling */
@media (max-width: 768px) {
    .form-group[b-sev8jovwlp] {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .underline-only[b-sev8jovwlp],
    input[type="text"][b-sev8jovwlp],
    input[type="email"][b-sev8jovwlp],
    input[type="password"][b-sev8jovwlp] {
        width: 100%;
        max-width: none;
        box-sizing: border-box;
    }
}

@media (max-width: 576px) {
    .underline-only[b-sev8jovwlp] {
        margin-bottom: 15px;
    }

    .button-css[b-sev8jovwlp] {
        padding: 12px 40px;
        width: 100%;
        max-width: 300px;
    }
}
/* /Pages/Registration/Submission.razor.rz.scp.css */
/* /Pages/WelcomePage.razor.rz.scp.css */
.main-container[b-u4xv7j0vjh] {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    background-color: #1C355E;
    color: white;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
}

.main-content-layout[b-u4xv7j0vjh] {
    display: flex;
    gap: 4rem;
    margin-bottom: 3rem;
    align-items: flex-start;
}

.left-column[b-u4xv7j0vjh] {
    flex: 1;
    max-width: 450px;
    padding: 3rem;
}

.welcome-title[b-u4xv7j0vjh] {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 2rem;
}

.welcome-text[b-u4xv7j0vjh] {
    font-size: 20px;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.beta-notice[b-u4xv7j0vjh] {
    font-size: 16px;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.feedback-text[b-u4xv7j0vjh] {
    font-size: 16px;
    line-height: 1.5;
}

.right-column[b-u4xv7j0vjh] {
    flex: 1;
    margin-top: -1rem;
}

.checklist-container[b-u4xv7j0vjh] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.checklist-item[b-u4xv7j0vjh] {
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 1rem;
}

.checkbox-header[b-u4xv7j0vjh] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0.6rem;
}

.checkbox-title[b-u4xv7j0vjh] {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    color: white;
}

.checklist-text[b-u4xv7j0vjh] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    padding-left: 30px;
}

.button-section[b-u4xv7j0vjh] {
    display: flex;
    justify-content: center;
}

.button-css[b-u4xv7j0vjh] {
    padding: 15px 50px;
    background-color: white;
    color: #1C355E;
    font-weight: 600;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    font-size: 16px;
    min-width: 200px;
    text-align: center;
}

    .button-css:hover[b-u4xv7j0vjh] {
        background-color: #F7C94A;
        color: black;
    }

/* Validation Popup Styles */
.validation-popup-overlay[b-u4xv7j0vjh] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.validation-popup[b-u4xv7j0vjh] {
    background-color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    padding: 20px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.validation-popup-content[b-u4xv7j0vjh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: black;
}

    .validation-popup-content h3[b-u4xv7j0vjh] {
        font-size: 20px;
        margin-bottom: 15px;
        color: black;
    }

    .validation-popup-content p[b-u4xv7j0vjh] {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 1.4;
    }

.close-popup-button[b-u4xv7j0vjh] {
    padding: 10px 30px;
    background-color: #F7C94A;
    color: #1C355E;
    font-weight: 600;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

    .close-popup-button:hover[b-u4xv7j0vjh] {
        background-color: darkgoldenrod;
        color: black;
    }

[b-u4xv7j0vjh] .k-checkbox {
    border-color: rgba(255, 255, 255, 0.4) !important;
    background-color: transparent !important;
}

    [b-u4xv7j0vjh] .k-checkbox:checked {
        border-color: white !important;
        background-color: transparent !important;
    }

[b-u4xv7j0vjh] .k-checkbox-label::before {
    border-color: rgba(255, 255, 255, 0.4) !important;
    background-color: transparent !important;
}

[b-u4xv7j0vjh] .k-checkbox:checked + .k-checkbox-label::before {
    border-color: white !important;
    background-color: transparent !important;
}

@media (max-width: 1024px) {
    .main-content-layout[b-u4xv7j0vjh] {
        flex-direction: column;
    }

    .left-column[b-u4xv7j0vjh], .right-column[b-u4xv7j0vjh] {
        max-width: 100%;
    }

    .left-column[b-u4xv7j0vjh] {
        padding-top: 0;
    }

    .right-column[b-u4xv7j0vjh] {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .welcome-title[b-u4xv7j0vjh] {
        font-size: 32px;
    }

    .checkbox-title[b-u4xv7j0vjh] {
        font-size: 18px;
    }

    .welcome-text[b-u4xv7j0vjh], .beta-notice[b-u4xv7j0vjh], .feedback-text[b-u4xv7j0vjh], .checklist-text[b-u4xv7j0vjh] {
        font-size: 14px;
    }

    .button-css[b-u4xv7j0vjh] {
        min-width: 160px;
        padding: 12px 30px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .welcome-title[b-u4xv7j0vjh] {
        font-size: 28px;
    }

    .checklist-item[b-u4xv7j0vjh] {
        padding: 10px 15px;
    }

    .checkbox-title[b-u4xv7j0vjh] {
        font-size: 16px;
    }
}
