/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-hi2b2leeza] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-hi2b2leeza] {
    flex: 1;
}



.top-row[b-hi2b2leeza] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-hi2b2leeza]  a, .top-row[b-hi2b2leeza]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-hi2b2leeza]  a:hover, .top-row[b-hi2b2leeza]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-hi2b2leeza]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-hi2b2leeza] {
        justify-content: space-between;
    }

    .top-row[b-hi2b2leeza]  a, .top-row[b-hi2b2leeza]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-hi2b2leeza] {
        flex-direction: row;
    }

    .sidebar[b-hi2b2leeza] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-hi2b2leeza] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-hi2b2leeza]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-hi2b2leeza], article[b-hi2b2leeza] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    /* Add padding to prevent content from hiding under the language selector */
    article[b-hi2b2leeza] {
        padding-top: 80px !important;
    }
}

#blazor-error-ui[b-hi2b2leeza] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-hi2b2leeza] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-rr3u7d7a24] {
    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-rr3u7d7a24] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

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

.bi[b-rr3u7d7a24] {
    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-rr3u7d7a24] {
    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-rr3u7d7a24] {
    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-rr3u7d7a24] {
    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-rr3u7d7a24] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

    .nav-item[b-rr3u7d7a24]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

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

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

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

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

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

    .nav-scrollable[b-rr3u7d7a24] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

.logout-fade[b-rr3u7d7a24] {
    animation: fadeOut-b-rr3u7d7a24 0.3s ease-out forwards !important;
}

@keyframes fadeOut-b-rr3u7d7a24 {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-nw3td9rr0d],
.components-reconnect-repeated-attempt-visible[b-nw3td9rr0d],
.components-reconnect-failed-visible[b-nw3td9rr0d],
.components-pause-visible[b-nw3td9rr0d],
.components-resume-failed-visible[b-nw3td9rr0d],
.components-rejoining-animation[b-nw3td9rr0d] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-nw3td9rr0d],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-nw3td9rr0d],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-nw3td9rr0d],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-nw3td9rr0d],
#components-reconnect-modal.components-reconnect-retrying[b-nw3td9rr0d],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-nw3td9rr0d],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-nw3td9rr0d],
#components-reconnect-modal.components-reconnect-failed[b-nw3td9rr0d],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-nw3td9rr0d] {
    display: block;
}


#components-reconnect-modal[b-nw3td9rr0d] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-nw3td9rr0d 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-nw3td9rr0d 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-nw3td9rr0d 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-nw3td9rr0d]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-nw3td9rr0d 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-nw3td9rr0d {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-nw3td9rr0d {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-nw3td9rr0d {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-nw3td9rr0d] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-nw3td9rr0d] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-nw3td9rr0d] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-nw3td9rr0d] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-nw3td9rr0d] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-nw3td9rr0d] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-nw3td9rr0d] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-nw3td9rr0d 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-nw3td9rr0d] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-nw3td9rr0d {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Documentation.razor.rz.scp.css */
.documentation-container[b-kmigm1kic8] {
    padding: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.documentation-header[b-kmigm1kic8] {
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 2px solid #e6f2fa;
}

.header-top[b-kmigm1kic8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
}

.documentation-header h1[b-kmigm1kic8] {
    font-size: 2rem;
    font-weight: 700;
    color: #0B4A6F;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.documentation-header h1 i[b-kmigm1kic8] {
    font-size: 2.2rem;
    color: #1CA6DD;
}

.btn-upload-document[b-kmigm1kic8] {
    padding: 10px 16px;
    background: linear-gradient(135deg, #1CA6DD 0%, #0B4A6F 100%);
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(28, 166, 221, 0.3);
}

.btn-upload-document:hover[b-kmigm1kic8] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(28, 166, 221, 0.4);
}

.btn-upload-document:active[b-kmigm1kic8] {
    transform: translateY(0);
}

.documentation-header .subtitle[b-kmigm1kic8] {
    color: #666;
    font-size: 1.1rem;
    margin: 0;
}

.category-filter[b-kmigm1kic8] {
    margin-bottom: 24px;
    padding: 16px;
    background: #f9fcfe;
    border-radius: 8px;
    border: 1px solid #e6f2fa;
}

.filter-group[b-kmigm1kic8] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.filter-group label[b-kmigm1kic8] {
    font-weight: 600;
    color: #0B4A6F;
    white-space: nowrap;
}

.filter-group .form-control[b-kmigm1kic8] {
    flex: 1;
    max-width: 300px;
}

.documents-grid[b-kmigm1kic8] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 24px;
}

.document-card[b-kmigm1kic8] {
    background: #fff;
    border: 1px solid #e6f2fa;
    border-radius: 12px;
    padding: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(28, 166, 221, 0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.document-card:hover[b-kmigm1kic8] {
    box-shadow: 0 4px 16px rgba(28, 166, 221, 0.15);
    border-color: #1CA6DD;
    transform: translateY(-2px);
}

.document-header[b-kmigm1kic8] {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.document-icon[b-kmigm1kic8] {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #e6f7fd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #1CA6DD;
}

.document-title-section[b-kmigm1kic8] {
    flex: 1;
}

.document-card h3[b-kmigm1kic8] {
    margin: 0 0 8px 0;
    font-size: 1.1rem;
    color: #0B4A6F;
    word-break: break-word;
}

.category-badge[b-kmigm1kic8] {
    display: inline-block;
    padding: 4px 8px;
    background: #e6f7fd;
    color: #1CA6DD;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.document-description[b-kmigm1kic8] {
    color: #666;
    font-size: 0.95rem;
    margin: 0 0 16px 0;
    line-height: 1.4;
}

.document-info[b-kmigm1kic8] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 16px 0;
    padding: 12px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    flex-grow: 1;
}

.info-item[b-kmigm1kic8] {
    display: flex;
    flex-direction: column;
}

.info-label[b-kmigm1kic8] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-value[b-kmigm1kic8] {
    color: #0B4A6F;
    font-weight: 500;
    font-size: 0.95rem;
}

.document-actions[b-kmigm1kic8] {
    display: flex;
    gap: 8px;
    margin-top: auto;
}

.document-actions .btn[b-kmigm1kic8] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.no-documents[b-kmigm1kic8] {
    text-align: center;
    padding: 60px 20px;
    color: #999;
}

.no-documents i[b-kmigm1kic8] {
    font-size: 48px;
    color: #ddd;
    display: block;
    margin-bottom: 16px;
}

.no-documents p[b-kmigm1kic8] {
    font-size: 1.1rem;
    margin: 0;
}

/* Modal Styles */
.modal-overlay[b-kmigm1kic8] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-content[b-kmigm1kic8] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    max-width: 550px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
}

.modal-header[b-kmigm1kic8] {
    padding: 20px;
    border-bottom: 1px solid #e6f2fa;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h2[b-kmigm1kic8] {
    margin: 0;
    color: #0B4A6F;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.modal-close[b-kmigm1kic8] {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #999;
    cursor: pointer;
    padding: 0;
}

.modal-close:hover[b-kmigm1kic8] {
    color: #0B4A6F;
}

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

.modal-footer[b-kmigm1kic8] {
    padding: 16px 20px;
    border-top: 1px solid #e6f2fa;
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.btn-close[b-kmigm1kic8], .btn-save[b-kmigm1kic8] {
    padding: 10px 16px;
    border-radius: 6px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.3s ease;
    min-width: fit-content;
    white-space: nowrap;
}

.btn-close[b-kmigm1kic8] {
    background: #f0f0f0;
    color: #666;
    padding: 10px 20px;
}

.btn-close:hover:not(:disabled)[b-kmigm1kic8] {
    background: #e6e6e6;
}

.btn-save[b-kmigm1kic8] {
    background: linear-gradient(135deg, #1CA6DD 0%, #0B4A6F 100%);
    color: white;
    box-shadow: 0 2px 8px rgba(28, 166, 221, 0.3);
    padding: 10px 24px;
}

.btn-save:hover:not(:disabled)[b-kmigm1kic8] {
    box-shadow: 0 4px 12px rgba(28, 166, 221, 0.4);
}

.btn-close:disabled[b-kmigm1kic8], .btn-save:disabled[b-kmigm1kic8] {
    opacity: 0.6;
    cursor: not-allowed;
}

.form-label[b-kmigm1kic8] {
    display: block;
    margin-bottom: 8px;
    color: #0B4A6F;
    font-weight: 600;
}

.form-control[b-kmigm1kic8] {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 1rem;
}

.form-control:focus[b-kmigm1kic8] {
    outline: none;
    border-color: #1CA6DD;
    box-shadow: 0 0 0 3px rgba(28, 166, 221, 0.1);
}

.file-upload-section[b-kmigm1kic8] {
    padding: 24px;
    border: 2px dashed #1CA6DD;
    border-radius: 8px;
    text-align: center;
    background: #f9fcfe;
}

.selected-file[b-kmigm1kic8] {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #28a745;
    font-weight: 600;
}

.alert[b-kmigm1kic8] {
    padding: 12px 16px;
    border-radius: 6px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.alert-success[b-kmigm1kic8] {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-danger[b-kmigm1kic8] {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.spinner-border[b-kmigm1kic8] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border-b-kmigm1kic8 0.75s linear infinite;
}

.spinner-border-sm[b-kmigm1kic8] {
    width: 0.75rem;
    height: 0.75rem;
    border-width: 0.2em;
}

@keyframes spinner-border-b-kmigm1kic8 {
    to {
        transform: rotate(360deg);
    }
}

.me-2[b-kmigm1kic8] {
    margin-right: 0.5rem;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-container[b-eavm4f9koo] {
    padding: 0 16px 40px 16px;
    max-width: 1400px;
    margin: 0 auto;
}

.home-header[b-eavm4f9koo] {
    text-align: center;
    margin-bottom: 40px;
    padding: 30px 0;
}

.home-header h1[b-eavm4f9koo] {
    color: #1CA6DD;
    font-size: 2.5rem;
    margin: 0 0 10px 0;
}

.subtitle[b-eavm4f9koo] {
    color: #666;
    font-size: 1.1rem;
    margin: 0;
}

/* Stats Grid */
.stats-grid[b-eavm4f9koo] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.stat-card[b-eavm4f9koo] {
    background: linear-gradient(135deg, #f9fcfe 0%, #fff 100%);
    border: 2px solid #e6f2fa;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.stat-card:hover[b-eavm4f9koo] {
    border-color: #1CA6DD;
    box-shadow: 0 4px 16px rgba(28, 166, 221, 0.15);
    transform: translateY(-4px);
}

.stat-icon[b-eavm4f9koo] {
    font-size: 2.5rem;
    flex-shrink: 0;
}

.stat-icon.total[b-eavm4f9koo] {
    color: #1CA6DD;
}

.stat-icon.pending[b-eavm4f9koo] {
    color: #ffc107;
}

.stat-icon.completed[b-eavm4f9koo] {
    color: #28a745;
}

.stat-icon.completion[b-eavm4f9koo] {
    color: #6f42c1;
}

.stat-content h3[b-eavm4f9koo] {
    margin: 0 0 8px 0;
    color: #0B4A6F;
    font-size: 0.95rem;
    font-weight: 600;
}

.stat-number[b-eavm4f9koo] {
    margin: 0;
    color: #1CA6DD;
    font-size: 2rem;
    font-weight: 700;
}

/* Quick Actions */
.quick-actions[b-eavm4f9koo] {
    margin-bottom: 40px;
}

.quick-actions h2[b-eavm4f9koo] {
    color: #1CA6DD;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.action-buttons[b-eavm4f9koo] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
}

.action-btn[b-eavm4f9koo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 24px;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
    text-align: center;
}

.action-btn.primary[b-eavm4f9koo] {
    background: #1CA6DD;
    color: #fff;
}

.action-btn.primary:hover[b-eavm4f9koo] {
    background: #0B4A6F;
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(28, 166, 221, 0.3);
}

.action-btn.secondary[b-eavm4f9koo] {
    background: #f0f0f0;
    color: #0B4A6F;
    border: 2px solid #e6f2fa;
}

.action-btn.secondary:hover[b-eavm4f9koo] {
    background: #e6f7fd;
    border-color: #1CA6DD;
    transform: translateY(-4px);
}

.btn-icon[b-eavm4f9koo] {
    font-size: 1.8rem;
}

.action-btn.primary .btn-icon[b-eavm4f9koo] {
    color: #fff;
}

.action-btn.secondary .btn-icon[b-eavm4f9koo] {
    color: #1CA6DD;
}

/* Recent Inspections */
.recent-section[b-eavm4f9koo] {
    margin-bottom: 40px;
}

.recent-section h2[b-eavm4f9koo] {
    color: #1CA6DD;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.inspection-list[b-eavm4f9koo] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.inspection-item[b-eavm4f9koo] {
    background: #fff;
    border: 1px solid #e6f2fa;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s ease;
}

.inspection-item:hover[b-eavm4f9koo] {
    border-color: #1CA6DD;
    box-shadow: 0 2px 8px rgba(28, 166, 221, 0.1);
}

.inspection-info h4[b-eavm4f9koo] {
    margin: 0 0 4px 0;
    color: #0B4A6F;
    font-size: 1rem;
}

.inspection-date[b-eavm4f9koo] {
    margin: 0;
    color: #999;
    font-size: 0.9rem;
}

.inspection-status[b-eavm4f9koo] {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 6px;
}

.inspection-status.completed[b-eavm4f9koo] {
    background: #d4edda;
    color: #155724;
}

.inspection-status.completed i[b-eavm4f9koo] {
    color: #28a745;
}

.inspection-status.pending[b-eavm4f9koo] {
    background: #fff3cd;
    color: #856404;
}

.inspection-status.pending i[b-eavm4f9koo] {
    color: #ffc107;
}

/* Info Section */
.info-section[b-eavm4f9koo] {
    margin-bottom: 40px;
}

.info-section h2[b-eavm4f9koo] {
    color: #1CA6DD;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.info-grid[b-eavm4f9koo] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.info-card[b-eavm4f9koo] {
    background: linear-gradient(135deg, #f9fcfe 0%, #fff 100%);
    border: 2px solid #e6f2fa;
    border-radius: 12px;
    padding: 24px;
    transition: all 0.3s ease;
}

.info-card:hover[b-eavm4f9koo] {
    border-color: #1CA6DD;
    box-shadow: 0 4px 16px rgba(28, 166, 221, 0.15);
    transform: translateY(-4px);
}

.info-card h3[b-eavm4f9koo] {
    margin: 0 0 12px 0;
    color: #1CA6DD;
    font-size: 1.1rem;
}

.info-card h3 i[b-eavm4f9koo] {
    color: #1CA6DD;
    margin-right: 8px;
}

.info-card p[b-eavm4f9koo] {
    margin: 0;
    color: #666;
    line-height: 1.6;
}

/* Modal Styles */
.modal-overlay[b-eavm4f9koo] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 20px;
}

.modal-content[b-eavm4f9koo] {
    background: #fff;
    border-radius: 12px;
    max-width: 600px;
    width: 100%;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    animation: slideIn-b-eavm4f9koo 0.3s ease-out forwards;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.modal-header[b-eavm4f9koo] {
    background: linear-gradient(135deg, #1CA6DD 0%, #0B4A6F 100%);
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: none;
}

.modal-header h2[b-eavm4f9koo] {
    margin: 0;
    font-size: 1.3rem;
    color: #fff;
}

.modal-close[b-eavm4f9koo] {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    transition: opacity 0.2s ease;
    opacity: 0.8;
}

.modal-close:hover[b-eavm4f9koo] {
    opacity: 1;
}

.modal-body[b-eavm4f9koo] {
    padding: 24px;
    flex: 1;
    overflow-y: auto;
}

.form-group[b-eavm4f9koo] {
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
}

.form-label[b-eavm4f9koo] {
    margin-bottom: 8px;
    font-weight: 600;
    color: #0B4A6F;
    font-size: 0.95rem;
}

.form-control[b-eavm4f9koo] {
    width: 100%;
    padding: 12px 14px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    color: #333;
    background: #f9f9f9;
    transition: all 0.2s ease;
    font-family: inherit;
}

.form-control:focus[b-eavm4f9koo] {
    border-color: #1CA6DD;
    background-color: #fff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(28, 166, 221, 0.1);
}

.form-control[b-eavm4f9koo]::placeholder {
    color: #999;
}

textarea.form-control[b-eavm4f9koo] {
    resize: vertical;
    min-height: 100px;
}

.modal-footer[b-eavm4f9koo] {
    padding: 16px 24px;
    background: #f8f8f8;
    border-top: 1px solid #e6e6e6;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
}

.btn-close[b-eavm4f9koo] {
    padding: 12px 28px;
    border-radius: 8px;
    background: #e6e6e6;
    color: #333;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
    min-width: 120px;
    text-align: center;
}

.btn-close:hover[b-eavm4f9koo] {
    background: #d0d0d0;
}

.btn-save[b-eavm4f9koo] {
    padding: 12px 28px;
    border-radius: 8px;
    background: #28a745;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
    flex-shrink: 0;
    min-width: 140px;
}

.btn-save:hover:not(:disabled)[b-eavm4f9koo] {
    background: #218838;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}

.btn-save:disabled[b-eavm4f9koo] {
    opacity: 0.7;
    cursor: not-allowed;
}

.alert[b-eavm4f9koo] {
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
}

.alert-danger[b-eavm4f9koo] {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.alert-success[b-eavm4f9koo] {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

/* Animations */
@keyframes slideIn-b-eavm4f9koo {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
@keyframes shake-b-kbv0ccn5b0 {
    0%, 100% {
        transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-3px);
    }
    20%, 40%, 60%, 80% {
        transform: translateX(3px);
    }
}

.login-card.shake[b-kbv0ccn5b0] {
    animation: shake-b-kbv0ccn5b0 0.4s ease-in-out;
}

/* Custom checkbox styling */
.form-check-input[b-kbv0ccn5b0] {
    width: 1.25rem !important;
    height: 1.25rem !important;
    border: 2px solid #0B4A6F !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    flex-shrink: 0;
    appearance: none !important;
    background-color: #fff !important;
    transition: all 0.2s ease;
    margin-top: 0.125rem !important;
    margin-right: 8px !important;
}

.form-check-input:hover[b-kbv0ccn5b0] {
    border-color: #1CA6DD;
    box-shadow: 0 0 0 0.2rem rgba(28, 166, 221, 0.15);
}

.form-check-input:checked[b-kbv0ccn5b0] {
    background-color: #1CA6DD !important;
    border-color: #1CA6DD !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M2 8l4 4 8-8'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.form-check-input:checked:hover[b-kbv0ccn5b0] {
    background-color: #0B4A6F !important;
    border-color: #0B4A6F !important;
}

.form-check-input:focus[b-kbv0ccn5b0] {
    border-color: #1CA6DD;
    box-shadow: 0 0 0 0.2rem rgba(28, 166, 221, 0.25);
    outline: none;
}

.form-check-input:disabled[b-kbv0ccn5b0] {
    opacity: 0.65;
    cursor: not-allowed;
}

.form-check-label[b-kbv0ccn5b0] {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    margin-bottom: 0;
    font-weight: 500;
    color: #0B4A6F;
    gap: 8px;
}
/* /Components/Pages/PlannedInspections.razor.rz.scp.css */
.inspections-container[b-g0pu21b97y] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 24px;
}

.page-header[b-g0pu21b97y] {
    margin-bottom: 32px;
    text-align: center;
}

.page-header h1[b-g0pu21b97y] {
    color: #1CA6DD;
    font-size: 2rem;
    margin: 0 0 8px 0;
}

.page-header p[b-g0pu21b97y] {
    color: #666;
    font-size: 1.1rem;
    margin: 0;
}

.inspections-list[b-g0pu21b97y] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}

.inspection-card[b-g0pu21b97y] {
    background: #fff;
    border: 2px solid #e6f2fa;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
}

.inspection-card:hover[b-g0pu21b97y] {
    border-color: #1CA6DD;
    box-shadow: 0 4px 16px rgba(28, 166, 221, 0.15);
    transform: translateY(-2px);
}

.inspection-card-left[b-g0pu21b97y] {
    flex-shrink: 0;
}

.inspection-date[b-g0pu21b97y] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1CA6DD 0%, #0B4A6F 100%);
    color: #fff;
    border-radius: 8px;
    padding: 12px 16px;
    min-width: 70px;
}

.date-day[b-g0pu21b97y] {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
}

.date-month[b-g0pu21b97y] {
    font-size: 0.9rem;
    opacity: 0.9;
    margin-top: 4px;
}

.inspection-card-content[b-g0pu21b97y] {
    flex: 1;
}

.inspection-card-content h3[b-g0pu21b97y] {
    margin: 0 0 8px 0;
    color: #0B4A6F;
    font-size: 1.2rem;
}

.inspection-time[b-g0pu21b97y] {
    margin: 0 0 8px 0;
    color: #666;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.inspection-time i[b-g0pu21b97y] {
    color: #ffc107;
}

.inspection-notes[b-g0pu21b97y] {
    margin: 0;
    color: #999;
    font-size: 0.9rem;
}

.inspection-card-actions[b-g0pu21b97y] {
    flex-shrink: 0;
}

.btn-action[b-g0pu21b97y] {
    background: #1CA6DD;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
    white-space: nowrap;
}

.btn-action:hover[b-g0pu21b97y] {
    background: #0B4A6F;
    transform: translateY(-2px);
}

.button-container[b-g0pu21b97y] {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.btn-plan-inspection[b-g0pu21b97y] {
    background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
    color: #fff;
    border: none;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}

.btn-plan-inspection:hover[b-g0pu21b97y] {
    background: linear-gradient(135deg, #1e7e34 0%, #165528 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(40, 167, 69, 0.4);
}

.btn-plan-inspection:active[b-g0pu21b97y] {
    transform: translateY(0);
}

.btn-plan-inspection i[b-g0pu21b97y] {
    font-size: 1.3rem;
}

.empty-state[b-g0pu21b97y] {
    text-align: center;
    padding: 60px 20px;
    color: #999;
}

.empty-state p[b-g0pu21b97y] {
    font-size: 1.1rem;
    margin-bottom: 24px;
}

/* Alert Messages */
.alert[b-g0pu21b97y] {
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    animation: slideDown-b-g0pu21b97y 0.3s ease-out;
}

.alert-success[b-g0pu21b97y] {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-success i[b-g0pu21b97y] {
    color: #28a745;
    font-size: 1.2rem;
}

.alert-danger[b-g0pu21b97y] {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.alert-danger i[b-g0pu21b97y] {
    color: #dc3545;
    font-size: 1.2rem;
}

.btn-close-notification[b-g0pu21b97y] {
    background: none;
    border: none;
    cursor: pointer;
    color: inherit;
    opacity: 0.7;
    padding: 0;
    font-size: 1.2rem;
    margin-left: auto;
    transition: opacity 0.2s;
}

.btn-close-notification:hover[b-g0pu21b97y] {
    opacity: 1;
}

/* Modal Styles */
.modal-overlay[b-g0pu21b97y] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 20px;
}

.modal-content[b-g0pu21b97y] {
    background: #fff;
    border-radius: 12px;
    max-width: 600px;
    width: 100%;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    animation: slideIn-b-g0pu21b97y 0.3s ease-out forwards;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.modal-header[b-g0pu21b97y] {
    background: linear-gradient(135deg, #1CA6DD 0%, #0B4A6F 100%);
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: none;
}

.modal-header h2[b-g0pu21b97y] {
    margin: 0;
    font-size: 1.3rem;
    color: #fff;
}

.modal-close[b-g0pu21b97y] {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    transition: opacity 0.2s ease;
    opacity: 0.8;
}

.modal-close:hover[b-g0pu21b97y] {
    opacity: 1;
}

.modal-body[b-g0pu21b97y] {
    padding: 24px;
    flex: 1;
    overflow-y: auto;
}

.form-group[b-g0pu21b97y] {
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
}

.form-group.mb-3[b-g0pu21b97y] {
    margin-bottom: 18px;
}

.form-label[b-g0pu21b97y] {
    margin-bottom: 8px;
    font-weight: 600;
    color: #0B4A6F;
    font-size: 0.95rem;
}

.form-control[b-g0pu21b97y] {
    width: 100%;
    padding: 12px 14px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    color: #333;
    background: #f9f9f9;
    transition: all 0.2s ease;
    font-family: inherit;
}

.form-control:focus[b-g0pu21b97y] {
    border-color: #1CA6DD;
    background-color: #fff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(28, 166, 221, 0.1);
}

.form-control[b-g0pu21b97y]::placeholder {
    color: #999;
}

textarea.form-control[b-g0pu21b97y] {
    resize: vertical;
    min-height: 100px;
}

.detail-group[b-g0pu21b97y] {
    margin-bottom: 18px;
}

.detail-group label[b-g0pu21b97y] {
    display: block;
    font-weight: 600;
    color: #0B4A6F;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.detail-group p[b-g0pu21b97y] {
    margin: 0;
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
}

.status-badge[b-g0pu21b97y] {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
}

.status-badge.pending[b-g0pu21b97y] {
    background: #fff3cd;
    color: #856404;
}

.modal-footer[b-g0pu21b97y] {
    padding: 16px 24px;
    background: #f8f8f8;
    border-top: 1px solid #e6e6e6;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
}

.btn-close[b-g0pu21b97y] {
    padding: 12px 28px;
    border-radius: 8px;
    background: #e6e6e6;
    color: #333;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
    min-width: 120px;
    text-align: center;
}

.btn-close:hover[b-g0pu21b97y] {
    background: #d0d0d0;
}

.btn-save[b-g0pu21b97y] {
    padding: 12px 28px;
    border-radius: 8px;
    background: #28a745;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
    flex-shrink: 0;
    min-width: 140px;
}

.btn-save:hover:not(:disabled)[b-g0pu21b97y] {
    background: #218838;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}

.btn-save:disabled[b-g0pu21b97y] {
    opacity: 0.7;
    cursor: not-allowed;
}

.spinner-border[b-g0pu21b97y] {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
}

.spinner-border-sm[b-g0pu21b97y] {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

.me-2[b-g0pu21b97y] {
    margin-right: 0.5rem;
}

/* Animations */
@keyframes slideDown-b-g0pu21b97y {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideIn-b-g0pu21b97y {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* File Upload Styles */
.file-upload-section[b-g0pu21b97y] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btn-upload[b-g0pu21b97y] {
    padding: 12px 20px;
    border-radius: 8px;
    background: #0B4A6F;
    color: #fff;
    border: 2px solid #0B4A6F;
    cursor: pointer;
    transition: all 0.2s ease;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.95rem;
}

.btn-upload:hover:not(:disabled)[b-g0pu21b97y] {
    background: #1CA6DD;
    border-color: #1CA6DD;
    box-shadow: 0 4px 12px rgba(28, 166, 221, 0.3);
}

.btn-upload:disabled[b-g0pu21b97y] {
    opacity: 0.6;
    cursor: not-allowed;
}

.file-name[b-g0pu21b97y] {
    display: block;
    padding: 8px 12px;
    background: #e6f2fa;
    color: #0B4A6F;
    border-radius: 6px;
    font-size: 0.9rem;
    word-break: break-word;
    font-weight: 500;
}

.btn-complete[b-g0pu21b97y] {
    padding: 12px 28px;
    border-radius: 8px;
    background: #28a745;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
    flex-shrink: 0;
}

.btn-complete:hover:not(:disabled)[b-g0pu21b97y] {
    background: #218838;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
    transform: translateY(-2px);
}

.btn-complete:disabled[b-g0pu21b97y] {
    opacity: 0.7;
    cursor: not-allowed;
}

.mt-2[b-g0pu21b97y] {
    margin-top: 0.5rem;
}
