/* /Components/LocationComponent.razor.rz.scp.css */

.k-button-solid-primary[b-5tfxowdack] {
    transition: background-color 2s ease-out;
}

.k-button-solid-primary:hover[b-5tfxowdack] {
    color: aqua !important;
}

/* /Components/Timeline/TimelineComponent.razor.rz.scp.css */
.timeline[b-tgs5awdxsh] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding: 20px;
    overflow-x: auto;
    white-space: nowrap;
}

.timeline-step[b-tgs5awdxsh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    min-width: 100px;
    max-width: 150px;
}

    .timeline-step[b-tgs5awdxsh]::before {
        content: '';
        position: absolute;
        top: 50%;
        left: -50%;
        height: 2px;
        width: 100%;
        background-color: #ccc;
        z-index: -1;
    }

    .timeline-step:first-child[b-tgs5awdxsh]::before {
        display: none;
    }

.timeline-dot[b-tgs5awdxsh] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: red;
    margin-bottom: 8px;
    display: inline-block;
}

.timeline-label[b-tgs5awdxsh] {
    font-size: 14px;
    color: #333;
}

.step-content[b-tgs5awdxsh] {
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 10px;
    margin-top: 5px;
    font-size: 12px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

    .step-content.green[b-tgs5awdxsh] {
        background-color: #d4f4dd;
    }

    .step-content.orange[b-tgs5awdxsh] {
        background-color: #fde4d0;
    }

    .step-content.gray[b-tgs5awdxsh] {
        background-color: #ececec;
    }
.timeline[b-tgs5awdxsh] {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.timeline-step[b-tgs5awdxsh] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    min-height: 220px; 
}

.timeline-dot[b-tgs5awdxsh] {
    width: 12px;
    height: 12px;
    background-color: red;
    border-radius: 50%;
    position: absolute;
    top: 0; 
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.timeline-label[b-tgs5awdxsh] {
    margin-top: 20px; 
    font-weight: bold;
    text-align: center;
}
.timeline-dot[b-tgs5awdxsh]::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 160px; 
    height: 2px;
    background-color: green;
    transform: translateY(-50%);
    z-index: 0;
}

.timeline-step:last-child .timeline-dot[b-tgs5awdxsh]::after {
    display: none; 
}
.timeline-step[b-tgs5awdxsh] {
    flex: 0 0 220px;
}
/* /Layout/LoginDisplayMenu.razor.rz.scp.css */
.usermenu[b-4uugw8eij1] {
    position: absolute;
    top: 54px;
    right: 15px;
    width: 250px;
    background: #242424;
    z-index: 1000000;
}

    .usermenu *[b-4uugw8eij1] {
        color: #fff;
        font-size: 14px;
    }

    .usermenu a:hover[b-4uugw8eij1], .usermenu button:hover[b-4uugw8eij1] {
        color: #e4f400;
        text-decoration: none;
    }

    .usermenu img[b-4uugw8eij1] {
        filter: brightness(0) invert(0.4);
    }

button.navbar-toggler[b-4uugw8eij1] {
    background: #e4f400;
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: all linear 0.3s;
    outline: 0 !important;
    border: 1px solid #e4f400;
    border-radius: 0px;
}

    button.navbar-toggler:hover[b-4uugw8eij1] {
        background: #000;
    }

        button.navbar-toggler:hover img[b-4uugw8eij1] {
            filter: invert(88%) sepia(83%) saturate(2660%) hue-rotate(4deg) brightness(99%) contrast(94%);
        }

    button.navbar-toggler.rotate-nav[b-4uugw8eij1] {
        transform: rotate(180deg);
    }

.currentuser[b-4uugw8eij1] {
    color: #666;
    font-size: 15px;
    text-align: right;
}

.clientName[b-4uugw8eij1] {
    background: #e4f400;
    color: #000;
    margin-left: 5px;
    font-weight: 600;
}

.dropdown-arrow[b-4uugw8eij1] {
    filter: brightness(0) invert(0.6);
}

.userprofile[b-4uugw8eij1], .usermenu .userprofile[b-4uugw8eij1] {
    background: #c3c3c3;
    border-radius: 50%;
    width: 33px;
    filter: unset;
}

.usermenu .userprofile[b-4uugw8eij1] {
    margin-bottom: 5px;
}

/*NAVIGATION*/
.flex.topbar-items[b-4uugw8eij1] {
    align-items: center;
}

.navbar-top-links .flex.flex-align-center[b-4uugw8eij1] {
    align-items: center;
    justify-content: space-between;
    margin: 0;
    cursor: pointer;
}

.nav.navbar-right > li > a[b-4uugw8eij1] {
    color: #0070ba;
}

.profile-photo[b-4uugw8eij1] {
    width: 30px;
    height: 30px;
    filter: brightness(1.5) invert(1);
    margin: auto;
    border-radius: 50%;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 7px;
    padding-top: 4px;
    background-blend-mode: lighten;
    background-color: rgb(243 179 229 / 15%);
    object-position: center;
}

.logout-dropdown[b-4uugw8eij1] {
    position: absolute;
    right: 10px;
    background: #fff;
    padding: 10px;
    top: 46px;
    z-index: 1;
    width: 150px;
    display: none;
    text-align: left;
    padding: 15px 10px;
    margin: 0;
    box-shadow: 0px 2px 9px -2px rgb(0 0 0 / 23%);
    border: 1px solid #ececec;
}

    .logout-dropdown.show-dropdown[b-4uugw8eij1] {
        display: block;
        z-index: 1000000;
    }

.logoutmenu > div > a[b-4uugw8eij1] {
    margin: 0px !important;
}

.user-profile[b-4uugw8eij1] {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    
    span {
        color: #fff;
        line-height: normal;
    }
    
    span:nth-child(2)[b-4uugw8eij1] {
        text-decoration: underline;
        color: #C5C5C5;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-4w8zhsj4ck] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4w8zhsj4ck] {
    flex: 1;
    display: flex;
    height: calc(100vh - 64px);
}

.sidebar[b-4w8zhsj4ck] {
    background: #000018;
    z-index: 0;
}

img.imglogo[b-4w8zhsj4ck] {
    position: absolute;
    top: -30px;
    left: 20px;
    height: 100px;
    width: auto;
    z-index: 10;
}

.top-row[b-4w8zhsj4ck] {
    background-color: #DB1F26;
    justify-content: flex-end;
    height: 50px;
    display: flex;
    align-items: center;
}

    .top-row[b-4w8zhsj4ck]  a, .top-row[b-4w8zhsj4ck]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-4w8zhsj4ck]  a:hover, .top-row[b-4w8zhsj4ck]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-4w8zhsj4ck]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-4w8zhsj4ck] {
        display: none;
    }

    .top-row.auth[b-4w8zhsj4ck] {
        justify-content: space-between;
    }

    .top-row[b-4w8zhsj4ck]  a, .top-row[b-4w8zhsj4ck]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-4w8zhsj4ck] {
        flex-direction: row;
    }

    .sidebar[b-4w8zhsj4ck] {
        width: 250px;
        height: 100%;
        position: sticky;
        top: 0;
        overflow: auto;
    }

    .top-row[b-4w8zhsj4ck] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-4w8zhsj4ck]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-4w8zhsj4ck] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-uyvaiqre8d] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-uyvaiqre8d] {
    min-height: 3.5rem;
    background-color: #DB1F26;
}

.navbar-brand[b-uyvaiqre8d] {
    font-size: 1.1rem;
}

.bi[b-uyvaiqre8d] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-uyvaiqre8d] {
    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-nav-menu[b-uyvaiqre8d] {
    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-nav-menu[b-uyvaiqre8d] {
    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-uyvaiqre8d] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-uyvaiqre8d] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-uyvaiqre8d] {
    padding-bottom: 1rem;
}

.nav-item[b-uyvaiqre8d]  a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    font-size: 13px;
    font-weight: 500;
    width: 100%;
    text-decoration: none;
}


.nav-item[b-uyvaiqre8d]  a.active {
    background: #ffffff;
    color: #000018;
}

.nav-item[b-uyvaiqre8d]  a.active span {
    filter: brightness(1) invert(0);
}

.nav-item[b-uyvaiqre8d]  a span {
    filter: brightness(0) invert(1);
}

.nav-item[b-uyvaiqre8d]  a:hover span {
    filter: brightness(1) invert(0);
}

.nav-item[b-uyvaiqre8d]  a:hover {
    background: #ffffff;
    color: #000018;
}

@media (min-width: 641px) {
    .navbar-toggler[b-uyvaiqre8d] {
        display: none;
    }

    .collapse[b-uyvaiqre8d] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-uyvaiqre8d] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Identity/LoginPage.razor.rz.scp.css */
*[b-c2s5o9ppkt] {
    outline: none;
}

body[b-c2s5o9ppkt] {
    font-family: "Robotto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #333;
    height: 100vh;
    overflow: auto;
    line-height: 1;
}

div#app[b-c2s5o9ppkt] {
    height: 100%;
    overflow: auto;
    display: flex;
}

*[b-c2s5o9ppkt], input.k-textbox[b-c2s5o9ppkt], .k-input-inner[b-c2s5o9ppkt] {
    font-size: 12px;
}

.color-primary[b-c2s5o9ppkt] {
    color: #3069f9;
}

.border-radius[b-c2s5o9ppkt] {
    border-radius: 5px;
}

.bg-gray[b-c2s5o9ppkt] {
    background: #e7e9ef;
}

.flex[b-c2s5o9ppkt] {
    display: flex;
}

.flex-auto[b-c2s5o9ppkt] {
    flex: 1 1 0;
}

.flex-0[b-c2s5o9ppkt] {
    flex: 1 1 0;
}

.column-gap[b-c2s5o9ppkt] {
    column-gap: 10px;
}

.row-gap[b-c2s5o9ppkt] {
    row-gap: 10px;
}

.row-gap-30[b-c2s5o9ppkt] {
    row-gap: 30px;
}

a:hover[b-c2s5o9ppkt] {
    text-decoration: none;
}

.border-top-left-radius[b-c2s5o9ppkt] {
    border-top-left-radius: 5px;
}

.border-top-right-radius[b-c2s5o9ppkt] {
    border-top-right-radius: 5px;
}

.animated[b-c2s5o9ppkt] {
    display: flex;
    flex-direction: column;
    padding: 15px;
    height: 100vh;
}

div#wrapper[b-c2s5o9ppkt] {
    display: flex;
    width: 100%;
}

div#page-wrapper[b-c2s5o9ppkt] {
    flex: 1 1 auto;
    width: calc(100% - 250px);
    height: 100vh;
    background: #f3f3f4;
}

h1[b-c2s5o9ppkt], h2[b-c2s5o9ppkt], h3[b-c2s5o9ppkt], h4[b-c2s5o9ppkt], h5[b-c2s5o9ppkt], h6[b-c2s5o9ppkt] {
    color: #333333;
}

h1[b-c2s5o9ppkt] {
    font-weight: 600;
    padding: 0;
}

h2[b-c2s5o9ppkt] {
    font-weight: 600;
    font-size: 1.5rem;
}

h4[b-c2s5o9ppkt] {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.h-100vh[b-c2s5o9ppkt] {
    height: 100vh;
}

label[b-c2s5o9ppkt] {
    font-weight: normal;
    color: #555;
    font-size: 14px;
    margin-bottom: 5px;
}

.ibox[b-c2s5o9ppkt] {
    display: flex;
    flex-direction: column;
}

.ibox-content[b-c2s5o9ppkt] {
    padding: 0;
    border: 0px;
    background: transparent;
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

    .ibox-content > *[b-c2s5o9ppkt] {
        flex: 1 1 auto;
    }

.main[b-c2s5o9ppkt] {
    height: 100vh;
    flex: 1 1 0;
    width: 100% !important;
}

/* Login Container and Background Styling */
.login-container[b-c2s5o9ppkt] {
    position: relative;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 8px;
    width: 380px;
    min-height: 750px;
    padding: 30px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.18);
    transition: all 0.3s ease;
}

.login-container:hover[b-c2s5o9ppkt] {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
}

.bg-login[b-c2s5o9ppkt] {
    background-color: #061e3f;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

/* Telecommunication Background Elements */
.bg-login[b-c2s5o9ppkt]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 70% 20%, rgba(16, 97, 184, 0.5) 0%, transparent 50%), 
                radial-gradient(circle at 30% 70%, rgba(14, 182, 177, 0.5) 0%, transparent 50%);
    z-index: 1;
}

/* Signal Tower */
.signal-tower[b-c2s5o9ppkt] {
    position: absolute;
    width: 2px;
    height: 180px;
    bottom: 20%;
    left: 20%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.3));
    z-index: 2;
}

.signal-tower[b-c2s5o9ppkt]::before, .signal-tower[b-c2s5o9ppkt]::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    bottom: 180px;
    left: -20px;
}

.signal-tower[b-c2s5o9ppkt]::after {
    width: 20px;
    bottom: 140px;
    left: -10px;
}

/* Satellite */
.satellite[b-c2s5o9ppkt] {
    position: absolute;
    top: 15%;
    right: 25%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
    z-index: 2;
}

.satellite[b-c2s5o9ppkt]::before, .satellite[b-c2s5o9ppkt]::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    top: 15px;
    left: -10px;
    transform: rotate(45deg);
}

.satellite[b-c2s5o9ppkt]::after {
    transform: rotate(-45deg);
}

/* Network Grid */
.network-grid[b-c2s5o9ppkt] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 30px 30px;
    z-index: 1;
}

/* Data Stream Animation */
.data-stream[b-c2s5o9ppkt] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.3;
}

.data-particle[b-c2s5o9ppkt] {
    position: absolute;
    width: 2px;
    height: 2px;
    background-color: #0eb6b1;
    border-radius: 50%;
    animation: float-b-c2s5o9ppkt 15s infinite linear;
    z-index: 1;
}

.data-particle:nth-child(1)[b-c2s5o9ppkt] {
    top: 20%;
    left: 30%;
    animation-delay: 0s;
}

.data-particle:nth-child(2)[b-c2s5o9ppkt] {
    top: 50%;
    left: 70%;
    animation-delay: 2s;
}

.data-particle:nth-child(3)[b-c2s5o9ppkt] {
    top: 80%;
    left: 20%;
    animation-delay: 5s;
}

.data-particle:nth-child(4)[b-c2s5o9ppkt] {
    top: 15%;
    left: 80%;
    animation-delay: 7s;
}

.data-particle:nth-child(5)[b-c2s5o9ppkt] {
    top: 70%;
    left: 50%;
    animation-delay: 9s;
}

@keyframes float-b-c2s5o9ppkt {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        transform: translate(100px, -100px) scale(0);
        opacity: 0;
    }
}

/* Signal Waves Animation */
.signal-waves[b-c2s5o9ppkt] {
    position: absolute;
    bottom: 35%;
    right: 30%;
    width: 50px;
    height: 50px;
    z-index: 2;
}

.signal-wave[b-c2s5o9ppkt] {
    position: absolute;
    border: 1px solid rgba(14, 182, 177, 0.5);
    border-radius: 50%;
    animation: wave-b-c2s5o9ppkt 3s infinite ease-out;
    opacity: 0;
}

.signal-wave:nth-child(1)[b-c2s5o9ppkt] {
    width: 10px;
    height: 10px;
    animation-delay: 0s;
}

.signal-wave:nth-child(2)[b-c2s5o9ppkt] {
    width: 20px;
    height: 20px;
    animation-delay: 0.5s;
}

.signal-wave:nth-child(3)[b-c2s5o9ppkt] {
    width: 30px;
    height: 30px;
    animation-delay: 1s;
}

@keyframes wave-b-c2s5o9ppkt {
    0% {
        transform: scale(0.5);
        opacity: 0.8;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

/* Circuit Board Lines */
.circuit-lines[b-c2s5o9ppkt] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.15;
    background-image:
        linear-gradient(90deg, transparent 90%, rgba(14, 182, 177, 0.8) 90%, rgba(14, 182, 177, 0.8) 92%, transparent 92%),
        linear-gradient(180deg, transparent 90%, rgba(16, 97, 184, 0.8) 90%, rgba(16, 97, 184, 0.8) 92%, transparent 92%);
    background-size: 100px 100px;
}

/* Form Elements Styling */
.form-group[b-c2s5o9ppkt] {
    margin-bottom: 20px;
}

.input-group[b-c2s5o9ppkt] {
    position: relative;
    width: 100%;
}

.icon-container[b-c2s5o9ppkt] {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    color: #777;
}

.form-control[b-c2s5o9ppkt] {
    padding-left: 35px;
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.form-control:focus[b-c2s5o9ppkt] {
    box-shadow: 0 0 0 3px rgba(10, 145, 177, 0.15);
    border-color: #0a91b1;
}

.btn-primary[b-c2s5o9ppkt] {
    background: linear-gradient(to right, #0a91b1, #0eb6b1);
    border: none;
    color: #fff;
    font-weight: 500;
    height: 38px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(14, 182, 177, 0.3);
}

.btn-primary:hover[b-c2s5o9ppkt] {
    background: linear-gradient(to right, #09819e, #0ca29e);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(14, 182, 177, 0.4);
}

.text-danger[b-c2s5o9ppkt] {
    color: #dc3545;
    font-size: 13px;
    margin-top: 5px;
}

/* Microsoft Login Button Styling */
.btn-microsoft[b-c2s5o9ppkt] {
    background-color: #2f2f2f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
    border: none;
    padding: 8px 0;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-microsoft:hover[b-c2s5o9ppkt] {
    background-color: #1e1e1e;
}

.or-divider[b-c2s5o9ppkt] {
    display: flex;
    align-items: center;
    color: #777;
    margin: 15px 0;
    font-size: 12px;
}

.or-divider[b-c2s5o9ppkt]::before, .or-divider[b-c2s5o9ppkt]::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #ddd;
    margin: 0 10px;
}

.form-check-label[b-c2s5o9ppkt] {
    font-size: 13px;
    color: #555;
}

.form-check-input:checked[b-c2s5o9ppkt] {
    background-color: #0eb6b1;
    border-color: #0eb6b1;
}

/* Responsive Adjustments */
@media (max-width: 576px) {
    .login-container[b-c2s5o9ppkt] {
        width: 90%;
        max-width: 380px;
        padding: 20px;
    }
}
