@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';
@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.n2s0c9bbw5.bundle.scp.css';

/* /Components/Account/Pages/CustomerUser.razor.rz.scp.css */

/* /Components/Account/Pages/SaleAgentLogin.razor.rz.scp.css */

.login-form[b-s4evy2khtm],
.login-form *[b-s4evy2khtm] {
    box-sizing: border-box !important;
}

.login-form[b-s4evy2khtm] {
    max-width: 350px !important;
    margin: 0 auto !important;
    border-radius: 5px !important;
    overflow: hidden !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15) !important;
    border-radius: 3px;
}

.login-form__logo-container[b-s4evy2khtm] {
    padding: 30px !important;
    background: rgb(0, 0, 0, 0.50) !important;
}

.login-form__logo[b-s4evy2khtm] {
    display: block;
    max-width: 250px;
    margin: 0 auto;
}

.login-form__content[b-s4evy2khtm] {
    padding: 30px !important;
    background: #eeeeee !important;
}

.login-form__header[b-s4evy2khtm] {
    margin-bottom: 15px !important;
    text-align: center !important;
    color: #333333 !important;
    font-weight: bold !important;
}

.login-form__input[b-s4evy2khtm],
.login-form--input[b-s4evy2khtm],
div.login-form__content > input[b-s4evy2khtm] {
    width: 100% !important;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #dddddd;
    background: #ffffff !important;
    outline: none !important;
    transition: border-color 0.5s;
}

    .login-form__input:focus[b-s4evy2khtm] {
        border-color: #007cbb;
    }

    .login-form__input[b-s4evy2khtm]::placeholder {
        color: #aaaaaa;
    }

.login-form__button[b-s4evy2khtm] {
    padding: 10px;
    color: #ffffff;
    font-weight: bold;
    background: #00a9ff;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 2px;
}

    .login-form__button:active[b-s4evy2khtm] {
        background: #00a9ff;
    }

.login-form__links[b-s4evy2khtm] {
    margin-top: 15px;
    text-align: center;
}

.login-form__link[b-s4evy2khtm] {
    font-size: 0.9em;
    color: #00a9ff;
    text-decoration: none;
}
/* /Components/Layout/CustomerLoginLayout.razor.rz.scp.css */


body[b-sry71nxamp] {
    /*background-color: #f45b69 !important;*/
}

.page[b-sry71nxamp] {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100vh;

    direction:rtl;
}

main[b-sry71nxamp] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    flex-grow: 1;
    flex-basis: 100%;
    width: 100%;
    /*height: 100% !important;*/
    margin-bottom: 3rem;
}

    main > .top-row[b-sry71nxamp] {
        width: 100%;
    }

article[b-sry71nxamp] {
    width: 100%;
    height: 100% !important;
}

footer[b-sry71nxamp] {
    width: 100%;
    flex-grow: initial;
    bottom: 0 !important;
    direction: rtl;
    text-align: center;
    background-color: #e4e4e4;
    justify-content:center;
}

    footer > hr[b-sry71nxamp] {
        width: 90%;
        text-align: center;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        margin: 0 auto;
        margin-top:1rem;
        margin-bottom:1rem;

    }

.sidebar[b-sry71nxamp] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-sry71nxamp] {
    background-color: black;/*#f7f7f7;*/
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-start;
    height: 5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-sry71nxamp]  a, .top-row[b-sry71nxamp]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-sry71nxamp]  a:hover, .top-row[b-sry71nxamp]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-sry71nxamp]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-sry71nxamp] {
        justify-content: center;
    }

        .top-row[b-sry71nxamp]  a, .top-row[b-sry71nxamp]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-sry71nxamp] {
        /*flex-direction: column;*/
    }

    .top-row[b-sry71nxamp] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-sry71nxamp]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-sry71nxamp], article[b-sry71nxamp] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-sry71nxamp] {
    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-sry71nxamp] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-6hmt4ql4xu] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6hmt4ql4xu] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    min-height: 90vh !important;
}

.sidebar[b-6hmt4ql4xu] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
}

.top-row[b-6hmt4ql4xu] {
    background-color: black;
    /*background-image: linear-gradient(90deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 4rem;
    display: flex;
    align-items: center;
}

    .top-row[b-6hmt4ql4xu]  a, .top-row[b-6hmt4ql4xu]  .btn-link {
        white-space: nowrap;
        /*margin-left: 1.5rem;*/
        text-decoration: none;
    }

    .top-row[b-6hmt4ql4xu]  a:hover, .top-row[b-6hmt4ql4xu]  .btn-link:hover {
        /*text-decoration: underline;*/
    }

    .top-row[b-6hmt4ql4xu]  a:first-child {
        /*overflow: hidden;
        text-overflow: ellipsis;*/
    }

@media (max-width: 640.98px) {
    .top-row[b-6hmt4ql4xu] {
        justify-content: end;
    }

    .top-row[b-6hmt4ql4xu]  a, .top-row[b-6hmt4ql4xu]  .btn-link {
        /*margin-right: 0;
        margin-left: 0;*/
    }
}

@media (min-width: 641px) {
    .page[b-6hmt4ql4xu] {
        flex-direction: row;
    }

    /*.sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }*/

    .top-row[b-6hmt4ql4xu] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-6hmt4ql4xu]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-6hmt4ql4xu], article[b-6hmt4ql4xu] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-6hmt4ql4xu] {
    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-6hmt4ql4xu] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-9vfqnegtlw] {
    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-9vfqnegtlw] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-9vfqnegtlw] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-9vfqnegtlw] {
    font-size: 1.1rem;
}

.bi[b-9vfqnegtlw] {
    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-9vfqnegtlw] {
    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-9vfqnegtlw] {
    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-9vfqnegtlw] {
    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");
}

.bi-lock-nav-menu[b-9vfqnegtlw] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-9vfqnegtlw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-9vfqnegtlw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-9vfqnegtlw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-9vfqnegtlw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-9vfqnegtlw] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-9vfqnegtlw] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-9vfqnegtlw] {
        padding-bottom: 1rem;
    }

    .nav-item[b-9vfqnegtlw]  .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-9vfqnegtlw]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-9vfqnegtlw]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-9vfqnegtlw] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-9vfqnegtlw] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-9vfqnegtlw] {
        display: none;
    }

    .nav-scrollable[b-9vfqnegtlw] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/SaleAgentLoginLayout.razor.rz.scp.css */
body[b-jw373jlbbg] {
    background-color: rgba(0, 0, 0, 0.9) !important;
}

hr[b-jw373jlbbg] {
    height: 1.5px;
    background-color: #a5a5a5;
    border: none;
}

.page[b-jw373jlbbg] {
    /*position: relative;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: rgb(34, 34, 34) !important;
    height: 100vh;
    justify-content: center;
}


main[b-jw373jlbbg] {
    width: 100%;
    height: 100%;
    padding-top: 1rem;
}


footer[b-jw373jlbbg] {
    width: 100%;
    flex-grow: initial;
    bottom: 0 !important;
    direction: rtl;
    text-align: center;
    background-color: rgb(34, 34, 34) !important;
    justify-content: center;
    color: #e4e4e4;
    font-size: 1em;
}

    footer > hr[b-jw373jlbbg] {
        width: 100%;
        text-align: center;
        border: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.3);
        margin: 0 auto;
        margin-top: 1rem;
        margin-bottom: 1rem;
        display:none;
    }


@media (max-width: 640.98px) {
}

@media (min-width: 641px) {
    .page[b-jw373jlbbg] {
        /*flex-direction: column;*/
    }
}

#blazor-error-ui[b-jw373jlbbg] {
    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-jw373jlbbg] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Chat.razor.rz.scp.css */
.chat-container[b-0rer1z8y9p] {
    max-width: 800px;
    margin: 0 auto;
    height: 600px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    background-color: #f8f9fa;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.chat-header[b-0rer1z8y9p] {
    background-color: #007bff;
    color: white;
    padding: 15px 20px;
    border-radius: 10px 10px 0 0;
    text-align: center;
}

    .chat-header h3[b-0rer1z8y9p] {
        margin: 0;
        font-size: 1.2rem;
        font-weight: 500;
    }

.chat-messages[b-0rer1z8y9p] {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.message-wrapper[b-0rer1z8y9p] {
    display: flex;
    width: 100%;
}

    .message-wrapper.left[b-0rer1z8y9p] {
        justify-content: flex-start;
    }

    .message-wrapper.right[b-0rer1z8y9p] {
        justify-content: flex-end;
    }

.message[b-0rer1z8y9p] {
    max-width: 70%;
    padding: 12px 16px;
    border-radius: 18px;
    position: relative;
    word-wrap: break-word;
}

.left-message[b-0rer1z8y9p] {
    background-color: #e9ecef;
    color: #333;
    border-bottom-left-radius: 4px;
}

.right-message[b-0rer1z8y9p] {
    background-color: #007bff;
    color: white;
    border-bottom-right-radius: 4px;
}

.message-content[b-0rer1z8y9p] {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 4px;
}

.message-time[b-0rer1z8y9p] {
    font-size: 11px;
    opacity: 0.7;
    text-align: right;
}

.left-message .message-time[b-0rer1z8y9p] {
    text-align: left;
    color: #666;
}

.right-message .message-time[b-0rer1z8y9p] {
    color: rgba(255, 255, 255, 0.8);
}

/* Scrollbar styling */
.chat-messages[b-0rer1z8y9p]::-webkit-scrollbar {
    width: 6px;
}

.chat-messages[b-0rer1z8y9p]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.chat-messages[b-0rer1z8y9p]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}

    .chat-messages[b-0rer1z8y9p]::-webkit-scrollbar-thumb:hover {
        background: #a8a8a8;
    }

/* Responsive design */
@media (max-width: 768px) {
    .chat-container[b-0rer1z8y9p] {
        max-width: 100%;
        height: 100vh;
        border-radius: 0;
        margin: 0;
    }

    .chat-header[b-0rer1z8y9p] {
        border-radius: 0;
    }

    .message[b-0rer1z8y9p] {
        max-width: 85%;
    }

    .chat-messages[b-0rer1z8y9p] {
        padding: 15px;
    }
}
/* /Components/Pages/ChatDisplay.razor.rz.scp.css */
/* Container */
.chat-container[b-s4vq2zfjzx] {
    max-width: 720px;
    margin: 18px auto;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    background: #ffffff;
    font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
}

/* Header */
.chat-header[b-s4vq2zfjzx] {
    padding: 12px 16px;
    border-bottom: 1px solid #f0f0f0;
    background: linear-gradient(180deg, #fafafa, #fff);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

    .chat-header h3[b-s4vq2zfjzx] {
        margin: 0;
        font-size: 16px;
        font-weight: 600;
    }

/* Messages list */
.messages[b-s4vq2zfjzx] {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 240px;
}

/* Row alignment */
.message-row[b-s4vq2zfjzx] {
    display: flex;
    align-items: flex-end;
}

    /* Left (other) and right (me) */
    .message-row.them[b-s4vq2zfjzx] {
        justify-content: flex-start;
    }

    .message-row.me[b-s4vq2zfjzx] {
        justify-content: flex-end;
    }

/* Bubble */
.bubble[b-s4vq2zfjzx] {
    max-width: 72%;
    padding: 10px 14px;
    border-radius: 16px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03);
    word-wrap: break-word;
    overflow-wrap: anywhere;
}

/* Styling for other */
.message-row.them .bubble[b-s4vq2zfjzx] {
    background: #f3f4f6; /* light gray */
    color: #111827;
    border-bottom-left-radius: 6px;
}

/* Styling for me (right) */
.message-row.me .bubble[b-s4vq2zfjzx] {
    background: linear-gradient(135deg,#2563eb 0%, #1e40af 100%);
    color: #fff;
    border-bottom-right-radius: 6px;
}

/* Message text and meta */
.text[b-s4vq2zfjzx] {
    white-space: pre-wrap;
    line-height: 1.45;
    font-size: 14px;
}

.meta[b-s4vq2zfjzx] {
    margin-top: 8px;
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 12px;
    opacity: .85;
}

.author[b-s4vq2zfjzx] {
    font-weight: 600;
}
/* Subtle timestamp position */
.message-row.them .meta .time[b-s4vq2zfjzx] {
    margin-left: 6px;
}

.message-row.me .meta[b-s4vq2zfjzx] {
    justify-content: flex-end;
}

/* Responsive tweaks */
@media (max-width: 480px) {
    .bubble[b-s4vq2zfjzx] {
        max-width: 88%;
        padding: 10px;
    }

    .chat-container[b-s4vq2zfjzx] {
        margin: 8px;
    }
}

/* Optional: small visual tail using pseudo-element */
.message-row.them .bubble[b-s4vq2zfjzx]::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #f3f4f6;
    transform: translateY(6px) rotate(45deg);
    position: relative;
    left: -6px;
    top: 0;
}

.message-row.me .bubble[b-s4vq2zfjzx]::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg,#2563eb 0%, #1e40af 100%);
    transform: translateY(6px) rotate(45deg);
    position: relative;
    right: -6px;
    top: 0;
}
/* /Components/Pages/Customers/OrderReceipts/PrintReceipt.razor.rz.scp.css */
@@media print {
    .no-print[b-gcotefb08z] {
        display: none !important;
    }

    .print-container[b-gcotefb08z] {
        margin: 0;
        padding: 20px;
    }

    body[b-gcotefb08z] {
        background: white;
    }
}

.receipt-container[b-gcotefb08z] {
    max-width: 800px;
    margin: 20px auto;
    background: white;
    border: 2px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.receipt-header[b-gcotefb08z] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 30px;
    border-radius: 8px 8px 0 0;
    text-align: center;
}

.receipt-logo[b-gcotefb08z] {
    font-size: 3rem;
    margin-bottom: 10px;
}

.receipt-body[b-gcotefb08z] {
    padding: 30px;
}

.receipt-info-row[b-gcotefb08z] {
    display: flex;
    justify-content: space-between;
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    align-items: center;
}

    .receipt-info-row:nth-child(even)[b-gcotefb08z] {
        background-color: #f8f9fa;
    }

.receipt-label[b-gcotefb08z] {
    font-weight: 600;
    color: #495057;
    flex: 0 0 40%;
}

.receipt-value[b-gcotefb08z] {
    color: #212529;
    text-align: left;
    flex: 0 0 60%;
}

.status-badge[b-gcotefb08z] {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
}

.status-paid[b-gcotefb08z] {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.status-unpaid[b-gcotefb08z] {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.receipt-footer[b-gcotefb08z] {
    background-color: #f8f9fa;
    padding: 20px 30px;
    border-radius: 0 0 8px 8px;
    border-top: 2px solid #dee2e6;
    text-align: center;
}

.amount-section[b-gcotefb08z] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
    text-align: center;
}

.amount-label[b-gcotefb08z] {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.amount-value[b-gcotefb08z] {
    font-size: 2rem;
    font-weight: bold;
}

.print-button[b-gcotefb08z] {
    padding: 12px 40px;
    font-size: 1.1rem;
    border-radius: 25px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
    transition: all 0.3s;
}

    .print-button:hover[b-gcotefb08z] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
    }

.back-button[b-gcotefb08z] {
    padding: 10px 30px;
    border-radius: 25px;
    background: #6c757d;
    border: none;
    color: white;
}

.verified-icon[b-gcotefb08z] {
    color: #28a745;
    font-size: 1.5rem;
    margin-right: 10px;
}
/* /Components/Pages/General/Bookings/Index.razor.rz.scp.css */
[b-aa9op4n23d] .auto-width-column {
    white-space: nowrap;
    width: auto !important;
}
[b-aa9op4n23d] .column-width {
    white-space: nowrap;
    width: min-content !important;
}

[b-aa9op4n23d] .custom-template-column {
    background-color: #f0f0f0;
    color: #333;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #ddd;
}
/* /Components/Pages/General/Cars/Details.razor.rz.scp.css */
body[b-szarrxnx1s] {
}
/* /Components/Pages/General/Customers/All.razor.rz.scp.css */



.top-scroll[b-rldp92lr6u] {
    overflow-x: auto;
    width: 100%;
    height: 16px;
    background-color: #f8f9fa;
    /*direction: ltr;*/ /* مهم: برای اسکرول صحیح */
}

.main-scroll[b-rldp92lr6u] {
    overflow-x: auto;
    width: 100%;
    margin-top: 0.5rem;
    /*direction: ltr;*/
}

.scroll-content[b-rldp92lr6u] {
    display: block;
    width: max-content;
    min-width: 100%;
    direction:rtl;
}
/* /Components/Pages/General/Customers/CustomerNotes.razor.rz.scp.css */
[b-dxs7noo3lv] .auto-width-column {
    white-space: nowrap;
    width: auto !important;
}

[b-dxs7noo3lv] .column-width {
    white-space: nowrap;
    width: min-content !important;
}

[b-dxs7noo3lv] .custom-template-column {
    background-color: #f0f0f0;
    color: #333;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #ddd;
}
/* /Components/Pages/General/Customers/PrintProfiles.razor.rz.scp.css */
/* Print friendly styles */
@media print {
    body *[b-moa3wcxxzg] {
        visibility: hidden;
    }

    #printableArea[b-moa3wcxxzg], #printableArea *[b-moa3wcxxzg] {
        visibility: visible;
    }

    #printableArea[b-moa3wcxxzg] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    .no-print[b-moa3wcxxzg] {
        display: none !important;
    }
}

.profile-card[b-moa3wcxxzg] {
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    padding: 12px;
    margin-bottom: 12px;
}

.profile-header[b-moa3wcxxzg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile-title[b-moa3wcxxzg] {
    font-size: 1.25rem;
    font-weight: 600;
}
/* /Components/Pages/General/Documents/Index.razor.rz.scp.css */
[b-kxk8uw4b7n] .auto-width-column {
    white-space: nowrap;
    width: auto !important;
}
[b-kxk8uw4b7n] .column-width {
    white-space: nowrap;
    width: min-content !important;
}

[b-kxk8uw4b7n] .custom-template-column {
    background-color: #f0f0f0;
    color: #333;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #ddd;
}
/* /Components/Pages/General/Leads/All.razor.rz.scp.css */



.top-scroll[b-mborele73b] {
    overflow-x: auto;
    width: 100%;
    height: 16px;
    background-color: #f8f9fa;
    /*direction: ltr;*/ /* مهم: برای اسکرول صحیح */
}

.main-scroll[b-mborele73b] {
    overflow-x: auto;
    width: 100%;
    margin-top: 0.5rem;
    /*direction: ltr;*/
}

.scroll-content[b-mborele73b] {
    display: block;
    width: max-content;
    min-width: 100%;
    direction:rtl;
}
/* /Components/Pages/General/OrderInvoices/All.razor.rz.scp.css */



.top-scroll[b-smj53ybu0w] {
    overflow-x: auto;
    width: 100%;
    height: 16px;
    background-color: #f8f9fa;
    /*direction: ltr;*/ /* مهم: برای اسکرول صحیح */
}

.main-scroll[b-smj53ybu0w] {
    overflow-x: auto;
    width: 100%;
    margin-top: 0.5rem;
    /*direction: ltr;*/
}

.scroll-content[b-smj53ybu0w] {
    display: block;
    width: max-content;
    min-width: 100%;
    direction:rtl;
}
/* /Components/Pages/General/OrderInvoices/OrderReceipts/All.razor.rz.scp.css */



.top-scroll[b-rpkmfzo16c] {
    overflow-x: auto;
    width: 100%;
    height: 16px;
    background-color: #f8f9fa;
    /*direction: ltr;*/ /* مهم: برای اسکرول صحیح */
}

.main-scroll[b-rpkmfzo16c] {
    overflow-x: auto;
    width: 100%;
    margin-top: 0.5rem;
    /*direction: ltr;*/
}

.scroll-content[b-rpkmfzo16c] {
    display: block;
    width: max-content;
    min-width: 100%;
    direction:rtl;
}
/* /Components/Pages/General/Orders/All.razor.rz.scp.css */



.top-scroll[b-nhq5tgqvlm] {
    overflow-x: auto;
    width: 100%;
    height: 16px;
    background-color: #f8f9fa;
    /*direction: ltr;*/ /* مهم: برای اسکرول صحیح */
}

.main-scroll[b-nhq5tgqvlm] {
    overflow-x: auto;
    width: 100%;
    margin-top: 0.5rem;
    /*direction: ltr;*/
}

.scroll-content[b-nhq5tgqvlm] {
    display: block;
    width: max-content;
    min-width: 100%;
    direction:rtl;
}
/* /Components/Pages/General/Orders/AssignVIN.razor.rz.scp.css */
.order-info-card[b-nvi8txqn4p] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.order-badge[b-nvi8txqn4p] {
    background: rgba(255,255,255,0.2);
    padding: 8px 20px;
    border-radius: 20px;
    display: inline-block;
    margin: 5px;
    backdrop-filter: blur(10px);
}

.filter-card[b-nvi8txqn4p] {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    margin-bottom: 25px;
}

.vehicle-table[b-nvi8txqn4p] {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.vehicle-row[b-nvi8txqn4p] {
    transition: all 0.3s;
}

    .vehicle-row:hover[b-nvi8txqn4p] {
        background-color: #f8f9fa;
        transform: scale(1.01);
    }

.assign-btn[b-nvi8txqn4p] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

    .assign-btn:hover[b-nvi8txqn4p] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
    }

.search-btn[b-nvi8txqn4p] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    border: none;
    color: white;
    padding: 10px 30px;
    border-radius: 25px;
}

.clear-btn[b-nvi8txqn4p] {
    background: #6c757d;
    border: none;
    color: white;
    padding: 10px 30px;
    border-radius: 25px;
}

.stat-badge[b-nvi8txqn4p] {
    background: rgba(255,255,255,0.9);
    color: #667eea;
    padding: 5px 15px;
    border-radius: 15px;
    font-weight: bold;
    font-size: 0.9rem;
}

.loading-spinner[b-nvi8txqn4p] {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #667eea;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@@keyframes spin {
    0%[b-nvi8txqn4p] {
        transform: rotate(0deg);
    }

    100%[b-nvi8txqn4p] {
        transform: rotate(360deg);
    }
}

.empty-state[b-nvi8txqn4p] {
    text-align: center;
    padding: 60px 20px;
    color: #6c757d;
}

    .empty-state i[b-nvi8txqn4p] {
        font-size: 4rem;
        margin-bottom: 20px;
        opacity: 0.3;
    }

.history-badge[b-nvi8txqn4p] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    border: none;
    color: white;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.3s;
}

    .history-badge:hover[b-nvi8txqn4p] {
        transform: scale(1.1);
        box-shadow: 0 4px 15px rgba(240, 147, 251, 0.5);
    }

.pagination-container[b-nvi8txqn4p] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    padding: 20px;
}

.page-btn[b-nvi8txqn4p] {
    background: white;
    border: 2px solid #667eea;
    color: #667eea;
    padding: 8px 15px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 600;
}

    .page-btn:hover:not(:disabled)[b-nvi8txqn4p] {
        background: #667eea;
        color: white;
    }

    .page-btn:disabled[b-nvi8txqn4p] {
        opacity: 0.5;
        cursor: not-allowed;
    }

    .page-btn.active[b-nvi8txqn4p] {
        background: #667eea;
        color: white;
    }

.page-info[b-nvi8txqn4p] {
    padding: 8px 15px;
    background: #f8f9fa;
    border-radius: 8px;
    font-weight: 600;
}

.modal-content[b-nvi8txqn4p] {
    border-radius: 15px;
    border: none;
}

.modal-header[b-nvi8txqn4p] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 15px 15px 0 0;
}

.status-history-item[b-nvi8txqn4p] {
    border-left: 4px solid #667eea;
    padding: 15px;
    margin-bottom: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    transition: all 0.3s;
}

    .status-history-item:hover[b-nvi8txqn4p] {
        background: #e9ecef;
        transform: translateX(-5px);
    }
/* /Components/Pages/General/Orders/OrderReceipts/Index.razor.rz.scp.css */



.top-scroll[b-squewgrm81] {
    overflow-x: auto;
    width: 100%;
    height: 16px;
    background-color: #f8f9fa;
    /*direction: ltr;*/ /* مهم: برای اسکرول صحیح */
}

.main-scroll[b-squewgrm81] {
    overflow-x: auto;
    width: 100%;
    margin-top: 0.5rem;
    /*direction: ltr;*/
}

.scroll-content[b-squewgrm81] {
    display: block;
    width: max-content;
    min-width: 100%;
    direction:rtl;
}
/* /Components/Pages/General/Orders/OrderReceipts/OrderReceipts.razor.rz.scp.css */



.top-scroll[b-98ih8nlmwc] {
    overflow-x: auto;
    width: 100%;
    height: 16px;
    background-color: #f8f9fa;
    /*direction: ltr;*/ /* مهم: برای اسکرول صحیح */
}

.main-scroll[b-98ih8nlmwc] {
    overflow-x: auto;
    width: 100%;
    margin-top: 0.5rem;
    /*direction: ltr;*/
}

.scroll-content[b-98ih8nlmwc] {
    display: block;
    width: max-content;
    min-width: 100%;
    direction:rtl;
}
/* /Components/Pages/General/Vehicles/All.razor.rz.scp.css */



.top-scroll[b-kb1tqpke0o] {
    overflow-x: auto;
    width: 100%;
    height: 16px;
    background-color: #f8f9fa;
    /*direction: ltr;*/ /* مهم: برای اسکرول صحیح */
}

.main-scroll[b-kb1tqpke0o] {
    overflow-x: auto;
    width: 100%;
    margin-top: 0.5rem;
    /*direction: ltr;*/
}

.scroll-content[b-kb1tqpke0o] {
    display: block;
    width: max-content;
    min-width: 100%;
    direction:rtl;
}


.plate-form input[b-kb1tqpke0o],
.plate-form select[b-kb1tqpke0o] {
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    direction: ltr;
}
/* /Components/Pages/General/Warehouses/All.razor.rz.scp.css */



.top-scroll[b-s1hjb6hwy7] {
    overflow-x: auto;
    width: 100%;
    height: 16px;
    background-color: #f8f9fa;
    /*direction: ltr;*/ /* مهم: برای اسکرول صحیح */
}

.main-scroll[b-s1hjb6hwy7] {
    overflow-x: auto;
    width: 100%;
    margin-top: 0.5rem;
    /*direction: ltr;*/
}

.scroll-content[b-s1hjb6hwy7] {
    display: block;
    width: max-content;
    min-width: 100%;
    direction:rtl;
}
/* /Components/Pages/Managements/Banks/Index.razor.rz.scp.css */
[b-x1h0hxqq0i] .auto-width-column {
    white-space: nowrap;
    width: auto !important;
}
[b-x1h0hxqq0i] .column-width {
    white-space: nowrap;
    width: min-content !important;
}

[b-x1h0hxqq0i] .custom-template-column {
    background-color: #f0f0f0;
    color: #333;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #ddd;
}
/* /Components/Pages/Managements/Cities.razor.rz.scp.css */
/* Magnifying glass */
[b-bj5d2fi280] .city-name .col-options-button,
[b-bj5d2fi280] .province-name .col-options-button {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /> </svg>');
}


[b-bj5d2fi280] thead {
    position:  sticky;
    top: 0;
    background-color: #eee;
}
/* /Components/Pages/Managements/CustomerPages/CustomerNotes.razor.rz.scp.css */
[b-44jp0bfwot] .auto-width-column {
    white-space: nowrap;
    width: auto !important;
}

[b-44jp0bfwot] .column-width {
    white-space: nowrap;
    width: min-content !important;
}

[b-44jp0bfwot] .custom-template-column {
    background-color: #f0f0f0;
    color: #333;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #ddd;
}
/* /Components/Pages/Managements/CustomerPages/Index.razor.rz.scp.css */
[b-rs219jjkyc] .auto-width-column {
    white-space: nowrap;
    width: auto !important;
}

[b-rs219jjkyc] .column-width {
    white-space: nowrap;
    width: min-content !important;
}

[b-rs219jjkyc] .custom-template-column {
    background-color: #f0f0f0;
    color: #333;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #ddd;
}
/* /Components/Pages/Managements/DocumentPages/Index.razor.rz.scp.css */
[b-45ldgkeka5] .auto-width-column {
    white-space: nowrap;
    width: auto !important;
}
[b-45ldgkeka5] .column-width {
    white-space: nowrap;
    width: min-content !important;
}

[b-45ldgkeka5] .custom-template-column {
    background-color: #f0f0f0;
    color: #333;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #ddd;
}
/* /Components/Pages/Managements/OrderPages/Index.razor.rz.scp.css */
[b-81wvdqyj8l] .auto-width-column {
    white-space: nowrap;
    width: auto !important;
}

[b-81wvdqyj8l] .column-width {
    white-space: nowrap;
    width: min-content !important;
}

[b-81wvdqyj8l] .custom-template-column {
    background-color: #f0f0f0;
    color: #333;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #ddd;
}
/* /Components/Pages/Managements/SalesPlanBaskets/Index.razor.rz.scp.css */
[b-ekxe58ah8r] .auto-width-column {
    white-space: nowrap;
    width: auto !important;
}
[b-ekxe58ah8r] .column-width {
    white-space: nowrap;
    width: min-content !important;
}

[b-ekxe58ah8r] .custom-template-column {
    background-color: #f0f0f0;
    color: #333;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #ddd;
}
/* /Components/Pages/Managements/UsersPage/All.razor.rz.scp.css */
.checkbox-inline[b-zq9qdyme2z] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
}
/* /Components/Pages/Sales/Customers/Index.razor.rz.scp.css */
[b-y76svccchv] .auto-width-column {
    white-space: nowrap;
    width: auto !important;
}
[b-y76svccchv] .column-width {
    white-space: nowrap;
    width: min-content !important;
}

[b-y76svccchv] .custom-template-column {
    background-color: #f0f0f0;
    color: #333;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #ddd;
}
/* /Components/Pages/Sales/Orders/Index.razor.rz.scp.css */
[b-1gfrabzcbs] .auto-width-column {
    white-space: nowrap;
    width: auto !important;
}

[b-1gfrabzcbs] .column-width {
    white-space: nowrap;
    width: min-content !important;
}

[b-1gfrabzcbs] .custom-template-column {
    background-color: #f0f0f0;
    color: #333;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #ddd;
}
/* /Components/Pages/Sales/Orders/Index2.razor.rz.scp.css */
[b-whs1emp7ex] .auto-width-column {
    white-space: nowrap;
    width: auto !important;
}

[b-whs1emp7ex] .column-width {
    white-space: nowrap;
    width: min-content !important;
}

[b-whs1emp7ex] .custom-template-column {
    background-color: #f0f0f0;
    color: #333;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #ddd;
}
/* /Components/Share/AlertModal.razor.rz.scp.css */
.modal-content[b-gbr10n1zbv] {
    border-radius: 1rem;
}
/* /Components/Share/CarPlateDisplay.razor.rz.scp.css */
.car-plate-container[b-swgx3nhd7i] {
    direction: ltr;
    display: inline-block;
    margin: 1px;
    padding:0;
}

.plate[b-swgx3nhd7i] {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    border: 1.5px solid #000;
    border-radius: 8px;
    /*padding: 1px 1px;*/
    padding: 0;
    font-family: 'Yekan Bakh', sans-serif;
    font-weight: bold;
    font-size: 1.0rem;
    color: #000;
    /*letter-spacing: 1px;*/
    width: fit-content;
    text-align: center;
    margin:0;
}

.plate-section[b-swgx3nhd7i] {
    background-color: white;
    padding: 1px 1px;
    margin: 1px;
    border-radius: 4px;
    min-width: 28px;
    text-align: center;
    border: 1px solid #aaa;
}

.iran-section[b-swgx3nhd7i] {
    background-color: #0066cc;
    color: white;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1px 1px;
    margin:0;
    border-radius: 4px;
    min-width: 35px;
}

.iran-label[b-swgx3nhd7i] {
    font-size: 0.65rem;
    margin-bottom: 0px;
}

/* حالت فشرده مخصوص جدول‌ها */
.car-plate-container.compact .plate[b-swgx3nhd7i] {
    font-size: 0.9rem;
    /*padding: 1px 1px;*/
    padding-top:0;
    padding-bottom:0;
    padding-right:2px;
    padding-left:2px;
}

.car-plate-container.compact .plate-section[b-swgx3nhd7i] {
    /*padding: 1px 3px;*/
    padding: 1px 1px;
    /*margin: 1px;*/
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 1px;
    margin-left: 1px;

    min-width: 22px;
    border-radius: 3px;
}

.car-plate-container.compact .iran-section[b-swgx3nhd7i] {
    min-width: 28px;
    padding: 1px 1px;
    margin:0;
}

.car-plate-container.compact .iran-label[b-swgx3nhd7i] {
    font-size: 0.55rem;
}
/* /Components/Share/DisplayCarColor.razor.rz.scp.css */
.boxcolor[b-qvn80qbzhe] {
    width: 100px;
    height: 40px;
    border: 2px solid rgba(0, 0, 0, .3);
    border-radius: 3px;
    font-size: .8em;
}
/* /Components/Share/DisplayCarColorByColorId.razor.rz.scp.css */
.boxcolor[b-u0jncpmrg2] {
    width: auto !important;
    height: 30px !important;
    border: 2px solid rgba(0, 0, 0, .3);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    vertical-align: middle;
    font-size:.8em;
}

    .boxcolor > span[b-u0jncpmrg2] {
        background-color: rgba(255, 255, 255, 1);
        border: 1px solid rgba(0, 0, 0, .3);
        border-radius: 3px;
        padding-right: .2rem;
        padding-left: .2rem;
        vertical-align: middle;
        white-space: nowrap;
        font-size:.6rem;
    }
/* /Components/Share/DisplayCarPriorityColor.razor.rz.scp.css */
/*div .boxcolor {
    width: auto !important;
    height: 35px !important;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    vertical-align: middle;
    font-size: .8em;
}

    .boxcolor > span {
        background-color: rgba(255, 255, 255, 1);
        border: 1px solid rgba(0, 0, 0, .3);
        border-radius: 3px;
        padding-right: .2rem;
        padding-left: .2rem;
        vertical-align: middle;
        white-space: nowrap;
        font-size: .6rem;
        margin-left:.2rem;
        margin-right:.2rem;
    }*/
/* /Components/Share/DisplayCustomerInformation.razor.rz.scp.css */
.announcement-snippet[b-z6omz832ih] {
    white-space: normal;
    word-break: break-word;
}

@media (max-width: 767.98px) {
    /* On small screens make the snippet slightly smaller and ensure wrapping */
    .announcement-snippet[b-z6omz832ih] {
        font-size: 0.95rem;
    }
}

/* Ensure the accordion button content can wrap */
.accordion-button .announcement-content[b-z6omz832ih] {
    white-space: normal;
}
/* /Components/Share/ManagementNAV.razor.rz.scp.css */
.nav-bg[b-w15lyh505o] {
    background-color: black;/*rgb(5, 39, 103);*/
    /*background-image: linear-gradient(90deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    border-bottom: 1px solid #d6d5d5;
    color:aliceblue;
}
/* /Components/Share/NavigationMenu.razor.rz.scp.css */
.nav-bg[b-0yrt6jiahy] {
    background-color: black; /*rgb(5, 39, 103);*/
    /*background-image: linear-gradient(90deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    border-bottom: 1px solid #d6d5d5;
    color: aliceblue;
}
/* /Components/Share/NavMenuAudit.razor.rz.scp.css */
/*.navbar {
    width: 100%;
}




.navbar-brand {
    font-size: 1.5rem;
    color: aliceblue;
    font-style: normal;
}

    .navbar-brand:hover {
        font-style: normal;
        text-decoration: none !important;
    }

.navbar-toggler {
   
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    
    top: 0.5rem;
    left: 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 {
        background-color: rgba(255, 255, 255, 0.5);
    }*/

:root[b-lv0sccg9ry] {
    --navbar-bg-color: hsl(0, 0%, 15%);
    --navbar-text-color: hsl(0, 0%, 85%);
    --navbar-text-color-focus: white;
    --navbar-bg-contrast: hsl(0, 0%, 25%);
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-rgb: 33, 37, 41;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
}


*[b-lv0sccg9ry] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a[b-lv0sccg9ry] {
    text-decoration: none !important;
}

li[b-lv0sccg9ry] {
    list-style: none;
}

#navbar[b-lv0sccg9ry] {
    --navbar-height: 4rem;
    position: fixed;
    height: var(--navbar-height);
    left: 0;
    right: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}


.navbar[b-lv0sccg9ry] {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 15px;
    background-color: transparent;
    color: #fff;
}

.home-link[b-lv0sccg9ry] {
    font-size: 1.6em;
    font-weight:bold;
    color: #e5e5e5;
    margin-left: 2rem;
}

.menu-item[b-lv0sccg9ry] {
    color: #fff;
}

    .menu-item a[b-lv0sccg9ry] {
        color: #fff !important;
    }

        .menu-item a:active[b-lv0sccg9ry] {
            color: #00bfd9 !important;
        }


/* NAVBAR MENU */
.menu[b-lv0sccg9ry] {
    display: flex;
    gap: 1em;
    font-size: .9em;
}

    .menu li:hover[b-lv0sccg9ry] {
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 5px;
        transition: 0.3s ease;
    }

    .menu li[b-lv0sccg9ry] {
        padding: 5px 14px;
    }

        .menu li > a:active[b-lv0sccg9ry] {
            color: var(--bs-cyan) !important;
        }
/* DROPDOWN MENU */
.dropmenu[b-lv0sccg9ry] {
    position: relative;
}

.dropmenu-menu-item[b-lv0sccg9ry] {
    font-size: 1.2em;
}

.dropdown[b-lv0sccg9ry] {
    background-color: #f7f7f7;
    background-image: linear-gradient(0deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    padding: 1rem 0;
    position: absolute; /*WITH RESPECT TO PARENT*/
    display: none;
    border-radius: 8px;
    top: 35px;
}

    .dropdown li + li[b-lv0sccg9ry] {
        margin-top: 10px;
    }

    .dropdown li[b-lv0sccg9ry] {
        padding: 0.5em .5em;
        width: 16rem;
        text-align: right;
        font-size: .8em !important;
    }

        .dropdown li:hover[b-lv0sccg9ry] {
            background-color: rgba(255, 255, 255, 0.2);
        }

.dropmenu:hover .dropdown[b-lv0sccg9ry] {
    display: block;
}



/* RESPONSIVE NAVBAR MENU STARTS */

/* CHECKBOX HACK */

input[type=checkbox][b-lv0sccg9ry] {
    display: none;
}

/* HAMBURGER MENU */
.hamburger[b-lv0sccg9ry] {
    display: none;
    font-size: 24px;
    user-select: none;
}

/* APPLYING MEDIA QUERIES */
@media (max-width: 768px) {
    .navbar[b-lv0sccg9ry] {
        justify-content: space-between;
        z-index:990;
    }

    .menu[b-lv0sccg9ry] {
        display: none;
        position: absolute;
        background-color: transparent;
        background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
        right: 0;
        left: 0;
        text-align: center;
        padding: 16px 0;
    }

        .menu li:hover[b-lv0sccg9ry] {
            display: inline-block;
            background-color: rgba(255, 255, 255, 0.2);
            transition: 0.3s ease;
        }

        .menu li + li[b-lv0sccg9ry] {
            margin-top: 12px;
        }

    input[type=checkbox]:checked ~ .menu[b-lv0sccg9ry] {
        display: block;
    }

    .hamburger[b-lv0sccg9ry] {
        display: block;
    }

    .dropdown[b-lv0sccg9ry] {
        left: -10rem;
        top: 30px;
        transform: translateX(35%);
    }
        .dropdown li[b-lv0sccg9ry] {
            z-index: 999;
        }
        .dropdown li:hover[b-lv0sccg9ry] {
            background-color: rgba(255, 255, 255, 0.2);
        }
}
