/* _content/ClientWebApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-i8b7anhkid] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-i8b7anhkid] {
    flex: 1;
}

.sidebar[b-i8b7anhkid] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-i8b7anhkid] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-i8b7anhkid]  a, .top-row[b-i8b7anhkid]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-i8b7anhkid]  a:hover, .top-row[b-i8b7anhkid]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-i8b7anhkid]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-i8b7anhkid] {
        justify-content: space-between;
    }

    .top-row[b-i8b7anhkid]  a, .top-row[b-i8b7anhkid]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-i8b7anhkid] {
        flex-direction: row;
    }

    .sidebar[b-i8b7anhkid] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-i8b7anhkid] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-i8b7anhkid]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-i8b7anhkid], article[b-i8b7anhkid] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-i8b7anhkid] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-i8b7anhkid] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ClientWebApp/Components/Pages/Shared/RemarksViewer.razor.rz.scp.css */
.remarks-chat-container[b-ehnn9cl6wc] {
    max-height: 400px;
    overflow-y: auto;
    padding: 1.25rem;
    background: linear-gradient(135deg, #f8fafc 0%, #e3e9f3 100%);
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 12px #0001;
}

.remarks-empty[b-ehnn9cl6wc] {
    color: #888;
    font-style: italic;
    text-align: center;
    margin-top: 2rem;
}

.remarks-row[b-ehnn9cl6wc] {
    display: flex;
    margin-bottom: 16px;
}

.remarks-left[b-ehnn9cl6wc] {
    justify-content: flex-start;
}

.remarks-right[b-ehnn9cl6wc] {
    justify-content: flex-end;
}

.remarks-bubble-applicant[b-ehnn9cl6wc] {
    background: linear-gradient(135deg, #e3f2fd 60%, #bbdefb 100%);
    color: #222;
    border-radius: 16px 16px 16px 4px;
    max-width: 70%;
    min-width: 180px;
    box-shadow: 0 2px 8px #90caf9aa;
    padding: 1rem 1.25rem;
    border: 1px solid #b3e5fc;
}

.remarks-bubble-admin[b-ehnn9cl6wc] {
    background: linear-gradient(135deg, #f1f8e9 60%, #c8e6c9 100%);
    color: #222;
    border-radius: 16px 16px 4px 16px;
    max-width: 70%;
    min-width: 180px;
    box-shadow: 0 2px 8px #a5d6a7aa;
    padding: 1rem 1.25rem;
    border: 1px solid #c8e6c9;
}

.remarks-sender[b-ehnn9cl6wc] {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 0.25rem;
    display: block;
}

.remarks-message[b-ehnn9cl6wc] {
    display: block;
    margin: 0.5rem 0 0.25rem 0;
    font-size: 1.05rem;
    word-break: break-word;
}

.remarks-date[b-ehnn9cl6wc] {
    font-size: 0.85rem;
    color: #888;
    display: block;
    text-align: right;
}
/* _content/ClientWebApp/Components/Pages/Transactions/FoodControl/FoodReExport/StartService/StoreDetails.razor.rz.scp.css */

.fade-in[b-aicvvdf8gv] {
    animation: fadeIn-b-aicvvdf8gv 0.25s ease-in;
}

@keyframes fadeIn-b-aicvvdf8gv {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* _content/ClientWebApp/Components/Pages/Transactions/HealthCertificateServices/StartService/HCRequest.razor.rz.scp.css */
.overlay-alert[b-sf0mcj65xv] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 400px;
    text-align: center;
    background-color: white;
    padding: 1rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border-radius: 8px;
}
