/* /Components/BidChatrCard.razor.rz.scp.css */
.cardOrganisationRowCard[b-ijdkdfips6] {
    width: 16rem;
    height: 10rem;
    margin-right: 12px;
    background-image: linear-gradient(to right, white, white);
    border-radius: 12px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 20px
}

    .cardOrganisationRowCard img[b-ijdkdfips6] {
        width: 200px;
        height: 150px;
        align-self: center;
        margin-top: 10px
    }

    .cardOrganisationRowCard div p[b-ijdkdfips6] {
        text-align: center;
        color: #595959;
    }

.card:hover[b-ijdkdfips6] {
    transform: scale(1.02);
}

CardItem:hover[b-ijdkdfips6] {
    transform: scale(1.02) !important;
}
/* /Components/OrganistionCard.razor.rz.scp.css */
.cardOrganisationRowCard[b-pr55mamkbk] {
    width: 16rem;
    height: 10rem;
    margin-right: 12px;
    background-image: linear-gradient(to right, white, white);
    border-radius: 12px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 20px
}

    .cardOrganisationRowCard img[b-pr55mamkbk] {
        width: 200px;
        height: 150px;
        align-self: center;
        margin-top: 10px
    }

    .cardOrganisationRowCard div p[b-pr55mamkbk] {
        text-align: center;
        color: #595959;
    }

.card:hover[b-pr55mamkbk] {
    transform: scale(1.02);
}

CardItem:hover[b-pr55mamkbk] {
    transform: scale(1.02) !important;
}
/* /Components/Title.razor.rz.scp.css */
.cardRowGroup[b-cwjzg7oaak] {
    height: 100%
}

.cardRow[b-cwjzg7oaak] {
    display: flex;
    justify-content: center;
    margin-bottom: -30px;
    z-index: 55;
}

.card[b-cwjzg7oaak] {
    background-image: linear-gradient(to right, white, white);
    height: 150px;
    width: 30%;
    border-radius: 12px;
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: -70px
}

    .card:hover[b-cwjzg7oaak] {
        transform: scale(1.02);
    }

.cardTitle[b-cwjzg7oaak] {
    font-size: 18px;
    font-weight: bold;
    color: #8c8c8c
}

.card img[b-cwjzg7oaak] {
    height: 50px;
    width: 50px;
    margin-right: 10px;
}

.widgetRow[b-cwjzg7oaak] {
    display: flex;
    margin-left: 15px;
    margin-top: -10px;
    overflow: hidden
}

.widgetRowCard[b-cwjzg7oaak] {
    text-align: center;
    padding: 5px;
    background-image: linear-gradient(#f2f2f2, #e6e6e6);
    height: 75px;
    width: 100px;
    margin-left: 10px;
    border-radius: 10px
}

.widgetRowCard[b-cwjzg7oaak] {
    font-size: 20px;
    color: green;
    font-weight: 400
}

.leftTitle[b-cwjzg7oaak] {
    margin-right: 100px;
    font-size: 16px;
    margin-bottom: -60px
}

.buttonStyles[b-cwjzg7oaak] {
    width: 150px;
    height: 40px;
    margin-top: 30px;
    margin-bottom: -20px;
    margin-right: 20px;
}
/* /Components/WhatsAppTemplate.razor.rz.scp.css */
.mobile-container[b-gr057rmuy7] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.phone-frame[b-gr057rmuy7] {
    width: 280px;
    height: 500px;
    border: 3px solid #333;
    border-radius: 25px;
    background: #f0f0f0;
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}

.whatsapp-header[b-gr057rmuy7] {
    background: #075e54;
    color: white;
    height: 60px;
    display: flex;
    align-items: center;
}

.whatsapp-avatar[b-gr057rmuy7] {
    width: 32px !important;
    height: 32px !important;
    background: #ddd;
}

.whatsapp-contact-name[b-gr057rmuy7] {
    color: white !important;
    font-weight: 500;
}

.whatsapp-status[b-gr057rmuy7] {
    color: #d1f4cc !important;
}

.message-container[b-gr057rmuy7] {
    flex: 1;
    padding: 16px;
    background: #e5ddd5;
    overflow-y: auto;
    max-height: 350px;
}

.message-bubble[b-gr057rmuy7] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-bottom: 8px;
    overflow: hidden;
}

    .message-bubble.empty-state[b-gr057rmuy7] {
        background: #f5f5f5;
        border: 2px dashed #ccc;
    }

.message-header .header-media[b-gr057rmuy7] {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.header-placeholder[b-gr057rmuy7] {
    height: 120px;
    background: #f0f0f0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #666;
}

.header-text[b-gr057rmuy7] {
    padding: 12px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.message-body[b-gr057rmuy7] {
    padding: 12px;
}

.message-text[b-gr057rmuy7] {
    line-height: 1.4;
    white-space: pre-wrap;
}

.message-footer[b-gr057rmuy7] {
    padding: 8px 12px;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

.message-buttons[b-gr057rmuy7] {
    padding: 8px;
    border-top: 1px solid #e9ecef;
    max-height: 200px;
    overflow-y: auto;
}

.whatsapp-button[b-gr057rmuy7] {
    color: #075e54 !important;
    border-color: #075e54 !important;
    text-transform: none;
    font-size: 0.8rem;
}

.button-list-overlay[b-gr057rmuy7] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(280px, 90vw);
    max-height: min(350px, 70vh);
    overflow-y: auto;
    z-index: 1300;
    background: white;
    border-radius: 8px;
}

.whatsapp-input-bar[b-gr057rmuy7] {
    background: #f0f0f0;
    border-top: 1px solid #ddd;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
}

.input-field[b-gr057rmuy7] {
    flex: 1;
    background: white;
    border-radius: 20px;
    margin-right: 8px;
}

.mic-button[b-gr057rmuy7] {
    width: 40px;
    height: 40px;
    background: #075e54;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

@media (max-width: 768px) {
    .phone-frame[b-gr057rmuy7] {
        width: 250px;
        height: 450px;
    }
    
    .button-list-overlay[b-gr057rmuy7] {
        width: 95vw;
        max-height: 60vh;
    }
    
    .message-buttons[b-gr057rmuy7] {
        max-height: 150px;
    }
    
    .whatsapp-button[b-gr057rmuy7] {
        font-size: 0.75rem;
        padding: 4px 8px;
    }
}
/* /Components/WidgetCard.razor.rz.scp.css */
.cardRowGroup[b-fu7r3a57tq] {
    height: 100%
}

.cardRow[b-fu7r3a57tq] {
    display: flex;
    justify-content: center;
    margin-bottom: -30px;
    z-index: 55;
}

.card[b-fu7r3a57tq] {
    background-image: linear-gradient(to right, white, white);
    height: 122px;
    border-radius: 10px;
    margin-left: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.10);
    border-width: 0px
}

    .card:hover[b-fu7r3a57tq] {
        transform: scale(1.02);
    }

.cardTitle[b-fu7r3a57tq] {
    font-size: 18px;
    font-weight: bold;
    color: #8c8c8c
}

.card img[b-fu7r3a57tq] {
    height: 50px;
    width: 50px;
    margin-right: 10px;
}

.widgetRow[b-fu7r3a57tq] {
    display: flex;
    margin-left: 15px;
    margin-top: 10px;
    overflow: hidden;
}

.widgetRowCard[b-fu7r3a57tq] {
    text-align: center;
    padding: 8px;
    background-image: linear-gradient(#f2f2f2, #e6e6e6);
    height: 70px;
    width: 95px;
    margin-left: 5px;
    border-radius: 4px;
}

.widgetRowCard[b-fu7r3a57tq] {
    font-size: 20px;
    color: green;
    font-weight: 400
}

.extra-info-row[b-fu7r3a57tq] {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.info-badge[b-fu7r3a57tq] {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(0, 0, 0, 0.05);
    padding: 6px 12px;
    border-radius: 12px;
    font-size: 11px;
    color: #666;
    font-weight: 500;
    transition: all 0.3s ease;
}

.info-badge:hover[b-fu7r3a57tq] {
    background: rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}
/* /Pages/Account.razor.rz.scp.css */
.group[b-mbwi0r6rnt] {
    width: 50%;
    margin-bottom: 25px;
}

    .group label[b-mbwi0r6rnt] {
        display: block;
        margin-top: 26px;
        margin-bottom: 10px;
        margin-left: 11%;
    }

    .group input[b-mbwi0r6rnt] {
        border: none;
        outline: none;
        padding: 20px;
        width: calc(100% - 40px);
        border-radius: 10px;
        background-color: #eaeff2;
        color: #3ba62f;
        font-size: 20px;
    }

    .group .power-container[b-mbwi0r6rnt] {
        background-color: darkgray;
        width: 60%;
        height: 4px;
        border-radius: 5px;
        margin-left: 11%;
        margin-bottom: -30px;
    }

        .group .power-container #power-point[b-mbwi0r6rnt] {
            background-color: #D73F40;
            width: 1%;
            height: 100%;
            border-radius: 5px;
            transition: 0.5s;
        }
/* /Pages/AgentRequest.razor.rz.scp.css */
.group[b-k7bsam41mc] {
    width: 50%;
    margin-bottom: 25px;
}

    .group label[b-k7bsam41mc] {
        display: block;
        margin-top: 26px;
        margin-bottom: 10px;
        margin-left: 11%;
    }

    .group input[b-k7bsam41mc] {
        border: none;
        outline: none;
        padding: 20px;
        width: calc(100% - 40px);
        border-radius: 10px;
        background-color: #eaeff2;
        color: #3ba62f;
        font-size: 20px;
    }

    .group .power-container[b-k7bsam41mc] {
        background-color: darkgray;
        width: 60%;
        height: 4px;
        border-radius: 5px;
        margin-left: 11%;
        margin-bottom: -30px;
    }

        .group .power-container #power-point[b-k7bsam41mc] {
            background-color: #D73F40;
            width: 1%;
            height: 100%;
            border-radius: 5px;
            transition: 0.5s;
        }
/* /Pages/AgentRequestHistory.razor.rz.scp.css */
.group[b-r7sci045mq] {
    width: 50%;
    margin-bottom: 25px;
}

    .group label[b-r7sci045mq] {
        display: block;
        margin-top: 26px;
        margin-bottom: 10px;
        margin-left: 11%;
    }

    .group input[b-r7sci045mq] {
        border: none;
        outline: none;
        padding: 20px;
        width: calc(100% - 40px);
        border-radius: 10px;
        background-color: #eaeff2;
        color: #3ba62f;
        font-size: 20px;
    }

    .group .power-container[b-r7sci045mq] {
        background-color: darkgray;
        width: 60%;
        height: 4px;
        border-radius: 5px;
        margin-left: 11%;
        margin-bottom: -30px;
    }

        .group .power-container #power-point[b-r7sci045mq] {
            background-color: #D73F40;
            width: 1%;
            height: 100%;
            border-radius: 5px;
            transition: 0.5s;
        }
/* /Pages/BidChatRDashboard.razor.rz.scp.css */
/* Modern Dashboard Animations */

/* Keyframe Animations */
@keyframes fadeIn-b-dxhjeypmis {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp-b-dxhjeypmis {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideDown-b-dxhjeypmis {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideLeft-b-dxhjeypmis {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideRight-b-dxhjeypmis {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes bounce-b-dxhjeypmis {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

@keyframes pulse-b-dxhjeypmis {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes countUp-b-dxhjeypmis {
    from {
        opacity: 0;
        transform: scale(0.5);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes shimmer-b-dxhjeypmis {
    0% {
        background-position: -200px 0;
    }
    100% {
        background-position: calc(200px + 100%) 0;
    }
}

/* Animation Classes */
.animate-fade-in[b-dxhjeypmis] {
    animation: fadeIn-b-dxhjeypmis 0.8s ease-out;
}

.animate-slide-up[b-dxhjeypmis] {
    animation: slideUp-b-dxhjeypmis 0.8s ease-out;
    animation-fill-mode: both;
}

.animate-slide-down[b-dxhjeypmis] {
    animation: slideDown-b-dxhjeypmis 0.6s ease-out;
}

.animate-slide-left[b-dxhjeypmis] {
    animation: slideLeft-b-dxhjeypmis 0.8s ease-out;
    animation-fill-mode: both;
}

.animate-slide-right[b-dxhjeypmis] {
    animation: slideRight-b-dxhjeypmis 0.8s ease-out;
    animation-fill-mode: both;
}

.counter-animation[b-dxhjeypmis] {
    animation: countUp-b-dxhjeypmis 1s ease-out;
    animation-delay: 0.5s;
    animation-fill-mode: both;
}

.icon-bounce[b-dxhjeypmis] {
    animation: bounce-b-dxhjeypmis 2s infinite;
    animation-delay: 1s;
}

/* Dashboard Container */
.dashboard-container[b-dxhjeypmis] {
    height: 90vh;
    /*background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);*/
}

.org-select[b-dxhjeypmis] {
    min-width: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.org-select:hover[b-dxhjeypmis] {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

/* Card Styles */
.stat-card[b-dxhjeypmis], .chart-card[b-dxhjeypmis], .logs-card[b-dxhjeypmis], .comparison-card[b-dxhjeypmis], .agents-card[b-dxhjeypmis] {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.stat-card[b-dxhjeypmis]::before, .chart-card[b-dxhjeypmis]::before, .logs-card[b-dxhjeypmis]::before, .comparison-card[b-dxhjeypmis]::before, .agents-card[b-dxhjeypmis]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s;
}

.stat-card:hover[b-dxhjeypmis]::before, .chart-card:hover[b-dxhjeypmis]::before, .logs-card:hover[b-dxhjeypmis]::before, .comparison-card:hover[b-dxhjeypmis]::before, .agents-card:hover[b-dxhjeypmis]::before {
    left: 100%;
}

.stat-card:hover[b-dxhjeypmis], .chart-card:hover[b-dxhjeypmis], .logs-card:hover[b-dxhjeypmis], .comparison-card:hover[b-dxhjeypmis], .agents-card:hover[b-dxhjeypmis] {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

/* Enhanced Stat Cards */
.stat-card[b-dxhjeypmis] {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.95) 100%);
}

.stat-card:hover[b-dxhjeypmis] {
    animation: pulse-b-dxhjeypmis 2s infinite;
}

.legend-dot[b-dxhjeypmis] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transition: all 0.3s ease;
    animation: pulse-b-dxhjeypmis 2s infinite;
}

.legend-dot:hover[b-dxhjeypmis] {
    transform: scale(1.3);
}

.legend-dot.today[b-dxhjeypmis] {
    background: linear-gradient(135deg, #2979FF, #1976D2);
    box-shadow: 0 2px 8px rgba(41, 121, 255, 0.3);
}

.legend-dot.yesterday[b-dxhjeypmis] {
    background: linear-gradient(135deg, #1DE9B6, #00BCD4);
    box-shadow: 0 2px 8px rgba(29, 233, 182, 0.3);
}

.chart-placeholder[b-dxhjeypmis] {
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #666;
    background: linear-gradient(45deg, #f8fafc, #e2e8f0, #f8fafc);
    background-size: 200px 200px;
    animation: shimmer-b-dxhjeypmis 2s infinite linear;
    border-radius: 12px;
}

.logs-table[b-dxhjeypmis] {
    border-radius: 0 0 16px 16px;
    transition: all 0.3s ease;
}

.logs-table tbody tr[b-dxhjeypmis] {
    transition: all 0.3s ease;
}

.logs-table tbody tr:hover[b-dxhjeypmis] {
    background: rgba(102, 126, 234, 0.05) !important;
    transform: translateX(4px);
}

.agents-list[b-dxhjeypmis] {
    padding: 16px;
    max-height: 300px;
    overflow-y: auto;
}

.agent-item[b-dxhjeypmis] {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border-radius: 8px;
    margin: 4px 0;
}

.agent-item:hover[b-dxhjeypmis] {
    background: rgba(102, 126, 234, 0.05);
    transform: translateX(8px);
    padding-left: 12px;
}

.agent-item:last-child[b-dxhjeypmis] {
    border-bottom: none;
}

.agent-item .mud-avatar[b-dxhjeypmis] {
    transition: all 0.3s ease;
}

.agent-item:hover .mud-avatar[b-dxhjeypmis] {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}

.opacity-75[b-dxhjeypmis] {
    opacity: 0.75;
    transition: all 0.3s ease;
}

/* Progress Bar Animation */
.mud-progress-linear[b-dxhjeypmis] {
    overflow: hidden;
    position: relative;
}

.mud-progress-linear[b-dxhjeypmis]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-size: 30px 30px;
    animation: shimmer-b-dxhjeypmis 2s infinite linear;
}

/* Responsive Animations */
@media (max-width: 768px) {
    .animate-slide-left[b-dxhjeypmis], .animate-slide-right[b-dxhjeypmis] {
        animation: slideUp-b-dxhjeypmis 0.8s ease-out;
        animation-fill-mode: both;
    }
    
    .stat-card:hover[b-dxhjeypmis], .chart-card:hover[b-dxhjeypmis], .logs-card:hover[b-dxhjeypmis], .comparison-card:hover[b-dxhjeypmis], .agents-card:hover[b-dxhjeypmis] {
        transform: translateY(-4px);
    }
}

/* Custom Scrollbar */
[b-dxhjeypmis]::-webkit-scrollbar {
    width: 8px;
}

[b-dxhjeypmis]::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

[b-dxhjeypmis]::-webkit-scrollbar-thumb {
    background: rgba(102, 126, 234, 0.3);
    border-radius: 4px;
    transition: background 0.3s ease;
}

[b-dxhjeypmis]::-webkit-scrollbar-thumb:hover {
    background: rgba(102, 126, 234, 0.5);
}
/* /Pages/BidChatRHome.razor.rz.scp.css */
@keyframes slideUp-b-kci5pcckg0 {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-slide-up[b-kci5pcckg0] {
    animation: slideUp-b-kci5pcckg0 0.8s ease-out;
    animation-fill-mode: both;
}
/* /Pages/BidChatRLogs.razor.rz.scp.css */
.flip-card[b-dv3988gar0] {
    background-color: transparent;
    width: 300px;
    height: 200px;
    border: 1px solid #f1f1f1;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner[b-dv3988gar0] {
    position: relative;
    width: 300px;
    height: 200px;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner[b-dv3988gar0] {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front[b-dv3988gar0], .flip-card-back[b-dv3988gar0] {
    position: absolute;
    width: 300px;
    height: 200px;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front[b-dv3988gar0] {
    background-color: #bbb;
    color: black;
}

/* Style the back side */
.flip-card-back[b-dv3988gar0] {
    background-color: dodgerblue;
    color: white;
    transform: rotateY(180deg);
}

.fade-in[b-dv3988gar0] {
    animation: fadeIn-b-dv3988gar0 0.6s ease-in-out;
}

.slide-in-left[b-dv3988gar0] {
    animation: slideInLeft-b-dv3988gar0 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slide-in-right[b-dv3988gar0] {
    animation: slideInRight-b-dv3988gar0 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bounce-in[b-dv3988gar0] {
    animation: bounceIn-b-dv3988gar0 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.pulse-hover:hover[b-dv3988gar0] {
    animation: pulse-b-dv3988gar0 0.6s infinite;
}

.glass-effect[b-dv3988gar0] {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.modern-card[b-dv3988gar0] {
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

    .modern-card:hover[b-dv3988gar0] {
        transform: translateY(-4px);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    }

.error-state[b-dv3988gar0] {
    animation: shake-b-dv3988gar0 0.5s ease-in-out;
}

@keyframes fadeIn-b-dv3988gar0 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideInLeft-b-dv3988gar0 {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight-b-dv3988gar0 {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes bounceIn-b-dv3988gar0 {
    0% {
        transform: scale(0.3);
        opacity: 0;
    }

    50% {
        transform: scale(1.05);
    }

    70% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes pulse-b-dv3988gar0 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes shake-b-dv3988gar0 {
    0%, 100% {
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        transform: translateX(10px);
    }
}
/* /Pages/BidChatRMasterList.razor.rz.scp.css */
/* Modern Page Animations */
.page-container[b-bof3o2jguk] {
    min-height: 100vh;
}

.fade-in[b-bof3o2jguk] {
    animation: fadeIn-b-bof3o2jguk 0.6s ease-in-out;
}

.slide-down[b-bof3o2jguk] {
    animation: slideDown-b-bof3o2jguk 0.5s ease-out;
}

.slide-up[b-bof3o2jguk] {
    animation: slideUp-b-bof3o2jguk 0.5s ease-out 0.2s both;
}

.shake[b-bof3o2jguk] {
    animation: shake-b-bof3o2jguk 0.5s ease-in-out;
}

/* Keyframe Animations */
@keyframes fadeIn-b-bof3o2jguk {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideDown-b-bof3o2jguk {
    from {
        transform: translateY(-30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideUp-b-bof3o2jguk {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes shake-b-bof3o2jguk {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

@keyframes pulse-b-bof3o2jguk {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

/* Modern Components */
.breadcrumb-modern[b-bof3o2jguk] {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 12px 20px;
    margin: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.header-card[b-bof3o2jguk] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 16px;
    border: none;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

    .header-card .mud-text[b-bof3o2jguk] {
        color: white !important;
    }

.control-panel[b-bof3o2jguk] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Status Indicators */
.status-indicator[b-bof3o2jguk] {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.status-ok[b-bof3o2jguk] {
    background: rgba(76, 175, 80, 0.1);
    color: #4caf50;
    border: 1px solid rgba(76, 175, 80, 0.3);
}

.status-warning[b-bof3o2jguk] {
    background: rgba(255, 152, 0, 0.1);
    color: #ff9800;
    border: 1px solid rgba(255, 152, 0, 0.3);
}

.status-never[b-bof3o2jguk] {
    background: rgba(158, 158, 158, 0.1);
    color: #9e9e9e;
    border: 1px solid rgba(158, 158, 158, 0.3);
}

/* Interactive Elements */
.bounce-hover[b-bof3o2jguk] {
    transition: transform 0.2s ease;
}

    .bounce-hover:hover[b-bof3o2jguk] {
        transform: scale(1.1);
    }

.pulse-button[b-bof3o2jguk] {
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

    .pulse-button:hover:not(:disabled)[b-bof3o2jguk] {
        animation: pulse-b-bof3o2jguk 0.6s ease-in-out;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    }

/* Alert Styling */
.warning-alert[b-bof3o2jguk] {
    border-radius: 12px;
    border-left: 4px solid #ff9800;
    background: linear-gradient(135deg, rgba(255, 152, 0, 0.1) 0%, rgba(255, 193, 7, 0.05) 100%);
    box-shadow: 0 4px 15px rgba(255, 152, 0, 0.2);
}

/* Update Info */
.update-info[b-bof3o2jguk] {
    padding: 8px 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .breadcrumb-modern[b-bof3o2jguk] {
        margin: 10px;
        padding: 8px 16px;
    }

    .header-card .mud-grid .mud-item[b-bof3o2jguk] {
        text-align: center !important;
    }

    .status-indicator[b-bof3o2jguk] {
        justify-content: center;
        margin-top: 16px;
    }

    .control-panel .mud-grid .mud-item:last-child[b-bof3o2jguk] {
        text-align: center !important;
        margin-top: 16px;
    }
}

@media (max-width: 480px) {
    .page-container[b-bof3o2jguk] {
        padding: 0 8px;
    }

    .header-card[b-bof3o2jguk],
    .control-panel[b-bof3o2jguk] {
        margin: 8px 0;
    }

    .pulse-button[b-bof3o2jguk] {
        width: 100%;
        margin-top: 16px;
    }
}
/* /Pages/BidChatRReports.razor.rz.scp.css */
.headerFilter[b-znwwrylkyi] {
    display: flex;
    height: 7vh;
    margin-bottom: 20px;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-right: auto;
    margin-left: 10.5%;
    width: 79%
}

    .headerFilter select[b-znwwrylkyi] {
        width: 15%;
        height: 50%;
        margin-top: 1.2%;
        margin-left: 20px;
        font-size: 11px;
        padding-bottom: 4px;
        padding-top: -10px
    }

    .headerFilter button[b-znwwrylkyi] {
        margin-top: 1.4%;
        margin-right: 20px;
        width: 8%;
        height: 50%;
        font-size: 11px;
        padding-top: -10px;
        padding-bottom: 4px;
    }

.bodyReport[b-znwwrylkyi] {
    display: flex;
    overflow-y: hidden;
    overflow-x: hidden;
    margin-bottom: 20px;
    padding: 10px;
    width: 90%
}

.navTabsStyles[b-znwwrylkyi] {
    margin-bottom: 10px;
    width: 81.5vw;
    margin-left: 120px;
    margin-top: -10px
}

.dateStyles[b-znwwrylkyi] {
    display: flex
}

    .dateStyles input[b-znwwrylkyi] {
        margin-top: 16px;
        margin-left: 10px;
        height: 40%;
        border: 1px solid #cccccc;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px
    }

    .dateStyles p[b-znwwrylkyi] {
        margin-top: 15px;
        margin-left: 20px;
        font-size: 14px
    }

.tableStyles[b-znwwrylkyi] {
    overflow-y: auto;
    overflow-x: auto;
    width: 65%;
    margin-left: -10px;
    font-size: 13px;
    height: 66vh
}

.tableHeader[b-znwwrylkyi] {
    text-align: center;
    margin-top: 10px;
    font-size: 18px
}

.chartHeader[b-znwwrylkyi] {
    text-align: center;
    margin-top: 10px;
    font-size: 18px
}

.chartStyles[b-znwwrylkyi] {
    width: 50%
}

.innerChartStyles[b-znwwrylkyi] {
    max-width: 100%;
    margin-left: -1px;
    margin-top: 80px
}

.nullStyles[b-znwwrylkyi] {
    margin-top: 50px;
    position: absolute;
    margin-left: 32%;
    margin-right: auto;
}
/* /Pages/BidChatRReportsView.razor.rz.scp.css */
.headerFilter[b-762a8r2800] {
    display: flex;
    height: 7vh;
    margin-bottom: 20px;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-right: auto;
    margin-left: 10.5%;
    width: 79%
}

    .headerFilter select[b-762a8r2800] {
        width: 15%;
        height: 50%;
        margin-top: 1.2%;
        margin-left: 20px;
        font-size: 11px;
        padding-bottom: 4px;
        padding-top: -10px
    }

    .headerFilter button[b-762a8r2800] {
        margin-top: 1.4%;
        margin-right: 20px;
        width: 8%;
        height: 50%;
        font-size: 11px;
        padding-top: -10px;
        padding-bottom: 4px;
    }

.bodyReport[b-762a8r2800] {
    display: flex;
    overflow-y: hidden;
    overflow-x: hidden;
    margin-bottom: 20px;
    padding: 10px;
    width: 90%
}

.navTabsStyles[b-762a8r2800] {
    margin-bottom: 10px;
    width: 81.5vw;
    margin-left: 120px;
    margin-top: -10px
}

.dateStyles[b-762a8r2800] {
    display: flex
}

    .dateStyles input[b-762a8r2800] {
        margin-top: 16px;
        margin-left: 10px;
        height: 40%;
        border: 1px solid #cccccc;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px
    }

    .dateStyles p[b-762a8r2800] {
        margin-top: 15px;
        margin-left: 20px;
        font-size: 14px
    }

.tableStyles[b-762a8r2800] {
    overflow-y: auto;
    overflow-x: auto;
    width: 65%;
    margin-left: -10px;
    font-size: 13px;
    height: 66vh
}

.tableHeader[b-762a8r2800] {
    text-align: center;
    margin-top: 10px;
    font-size: 18px
}

.chartHeader[b-762a8r2800] {
    text-align: center;
    margin-top: 10px;
    font-size: 18px
}

.chartStyles[b-762a8r2800] {
    width: 50%
}

.innerChartStyles[b-762a8r2800] {
    max-width: 100%;
    margin-left: -1px;
    margin-top: 80px
}

.nullStyles[b-762a8r2800] {
    margin-top: 50px;
    position: absolute;
    margin-left: 32%;
    margin-right: auto;
}
/* /Pages/BidChatRSummary.razor.rz.scp.css */
.headerFilter[b-i08x5ft397] {
    display: flex;
    height: 7vh;
    margin-bottom: 20px;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-right: auto;
    margin-left: 10.5%;
    width: 79%
}

    .headerFilter select[b-i08x5ft397] {
        width: 15%;
        height: 50%;
        margin-top: 1.2%;
        margin-left: 20px;
        font-size: 11px;
        padding-bottom: 4px;
        padding-top: -10px
    }

    .headerFilter button[b-i08x5ft397] {
        margin-top: 1.4%;
        margin-right: 20px;
        width: 8%;
        height: 50%;
        font-size: 11px;
        padding-top: -10px;
        padding-bottom: 4px;
    }

.bodyReport[b-i08x5ft397] {
    display: flex;
    overflow-y: hidden;
    overflow-x: hidden;
    margin-bottom: 20px;
    padding: 10px;
    width: 90%
}

.navTabsStyles[b-i08x5ft397] {
    margin-bottom: 10px;
    width: 81.5vw;
    margin-left: 120px;
    margin-top: -10px
}

.dateStyles[b-i08x5ft397] {
    display: flex
}

    .dateStyles input[b-i08x5ft397] {
        margin-top: 16px;
        margin-left: 10px;
        height: 40%;
        border: 1px solid #cccccc;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px
    }

    .dateStyles p[b-i08x5ft397] {
        margin-top: 15px;
        margin-left: 20px;
        font-size: 14px
    }

.tableStyles[b-i08x5ft397] {
    overflow-y: auto;
    overflow-x: auto;
    width: 65%;
    margin-left: -10px;
    font-size: 13px;
    height: 66vh
}

.tableHeader[b-i08x5ft397] {
    text-align: center;
    margin-top: 10px;
    font-size: 18px
}

.chartHeader[b-i08x5ft397] {
    text-align: center;
    margin-top: 10px;
    font-size: 18px
}

.chartStyles[b-i08x5ft397] {
    width: 50%
}

.innerChartStyles[b-i08x5ft397] {
    max-width: 100%;
    margin-left: -1px;
    margin-top: 80px
}

.nullStyles[b-i08x5ft397] {
    margin-top: 50px;
    position: absolute;
    margin-left: 32%;
    margin-right: auto;
}
.fade-in[b-i08x5ft397] {
    animation: fadeIn-b-i08x5ft397 0.6s ease-in-out;
}

.slide-up[b-i08x5ft397] {
    animation: slideUp-b-i08x5ft397 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.scale-in[b-i08x5ft397] {
    animation: scaleIn-b-i08x5ft397 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.stat-card[b-i08x5ft397] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

    .stat-card:hover[b-i08x5ft397] {
        transform: translateY(-4px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    }

.chart-container[b-i08x5ft397] {
    transition: all 0.4s ease;
    opacity: 0;
    transform: translateY(20px);
}

    .chart-container.loaded[b-i08x5ft397] {
        opacity: 1;
        transform: translateY(0);
    }

.loading-shimmer[b-i08x5ft397] {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer-b-i08x5ft397 1.5s infinite;
}

@keyframes fadeIn-b-i08x5ft397 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp-b-i08x5ft397 {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scaleIn-b-i08x5ft397 {
    from {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes shimmer-b-i08x5ft397 {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

.error-container[b-i08x5ft397] {
    animation: shake-b-i08x5ft397 0.5s ease-in-out;
}

@keyframes shake-b-i08x5ft397 {
    0%, 100% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    75% {
        transform: translateX(5px);
    }
}
/* /Pages/BidChatRTemplates.razor.rz.scp.css */
.mobile-container[b-i6ahu1zyjr] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    margin-top: -20px;
}

.phone-frame[b-i6ahu1zyjr] {
    width: 280px;
    height: 500px;
    border: 3px solid #333;
    border-radius: 25px;
    background: #F0E7E0;
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}

.whatsapp-header[b-i6ahu1zyjr] {
    background: #075e54;
    color: white;
    height: 60px;
    display: flex;
    align-items: center;
}

.whatsapp-avatar[b-i6ahu1zyjr] {
    width: 32px !important;
    height: 32px !important;
    background: #ddd;
}

.whatsapp-contact-name[b-i6ahu1zyjr] {
    color: white !important;
    font-weight: 500;
}

.whatsapp-status[b-i6ahu1zyjr] {
    color: #d1f4cc !important;
}

.message-container[b-i6ahu1zyjr] {
    flex: 1;
    padding: 5px;
    background: #F0E7E0;
    overflow-y: auto;
    max-height: 350px;
}

.message-bubble[b-i6ahu1zyjr] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-bottom: 8px;
    overflow: hidden;
}

    .message-bubble.empty-state[b-i6ahu1zyjr] {
        background: #f5f5f5;
        border: 2px dashed #ccc;
    }

.message-header .header-media[b-i6ahu1zyjr] {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.header-placeholder[b-i6ahu1zyjr] {
    height: 120px;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #666;
}

.header-text[b-i6ahu1zyjr] {
    padding: 12px;
    background: white;
    border-bottom: 1px solid #e9ecef;
}

.message-body[b-i6ahu1zyjr] {
    padding: 12px;
}

.message-text[b-i6ahu1zyjr] {
    line-height: 1.4;
    white-space: pre-wrap;
}

.message-footer[b-i6ahu1zyjr] {
    padding: 8px 12px;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

.message-buttons[b-i6ahu1zyjr] {
    padding: 8px;
    border-top: 1px solid #e9ecef;
    max-height: 200px;
    overflow-y: auto;
}

.whatsapp-button[b-i6ahu1zyjr] {
    color: #075e54 !important;
    border-color: #075e54 !important;
    text-transform: none;
    font-size: 0.8rem;
}

.button-list-overlay[b-i6ahu1zyjr] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(280px, 90vw);
    max-height: min(350px, 70vh);
    overflow-y: auto;
    z-index: 1300;
    background: white;
    border-radius: 8px;
}

.whatsapp-input-bar[b-i6ahu1zyjr] {
    background: #F0E7E0;
    border-top: 1px solid #ddd;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
}

.input-field[b-i6ahu1zyjr] {
    flex: 1;
    background: white;
    border-radius: 20px;
    margin-right: 8px;
}

.mic-button[b-i6ahu1zyjr] {
    width: 40px;
    height: 40px;
    background: #075e54;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

@media (max-width: 768px) {
    .phone-frame[b-i6ahu1zyjr] {
        width: 250px;
        height: 450px;
    }

    .button-list-overlay[b-i6ahu1zyjr] {
        width: 95vw;
        max-height: 60vh;
    }

    .message-buttons[b-i6ahu1zyjr] {
        max-height: 150px;
    }

    .whatsapp-button[b-i6ahu1zyjr] {
        font-size: 0.75rem;
        padding: 4px 8px;
    }
}
/* /Pages/BidChatRUserEdit.razor.rz.scp.css */
.group[b-5lz5ntd7gj] {
    width: 50%;
    margin-bottom: 25px;
}

    .group label[b-5lz5ntd7gj] {
        display: block;
        margin-top: 26px;
        margin-bottom: 10px;
        margin-left: 11%;
    }

    .group input[b-5lz5ntd7gj] {
        border: none;
        outline: none;
        padding: 20px;
        width: calc(100% - 40px);
        border-radius: 10px;
        background-color: #eaeff2;
        color: #3ba62f;
        font-size: 20px;
    }

    .group .power-container[b-5lz5ntd7gj] {
        background-color: darkgray;
        width: 60%;
        height: 4px;
        border-radius: 5px;
        margin-left: 11%;
        margin-bottom: -30px;
    }

        .group .power-container #power-point[b-5lz5ntd7gj] {
            background-color: #D73F40;
            width: 1%;
            height: 100%;
            border-radius: 5px;
            transition: 0.5s;
        }
/* /Pages/BillingBulk.razor.rz.scp.css */
/* Modern Page Layout */
.page-container[b-h63mi1zzye] {
    min-height: 100vh;
    /*background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);*/
    animation: fadeIn-b-h63mi1zzye 0.6s ease-out;
}

.breadcrumb-nav[b-h63mi1zzye] {
    padding: 1rem 2rem;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.page-content[b-h63mi1zzye] {
    padding: 2rem;
    animation: slideUp-b-h63mi1zzye 0.8s ease-out;
}

/* Header Section */
.header-section[b-h63mi1zzye] {
    margin-bottom: 2rem;
}

.header-content[b-h63mi1zzye] {
    padding: 1.5rem 0;
}

.page-title[b-h63mi1zzye] {
    font-weight: 600;
    color: #2c3e50;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.beta-chip[b-h63mi1zzye] {
    font-size: 0.75rem;
    font-weight: 500;
}

.back-button[b-h63mi1zzye] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.back-button:hover[b-h63mi1zzye] {
    transform: translateX(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.header-divider[b-h63mi1zzye] {
    margin-top: 1rem;
    background: linear-gradient(90deg, transparent, #e0e0e0, transparent);
}

/* Main Content */
.main-content[b-h63mi1zzye] {
    animation: staggerIn-b-h63mi1zzye 0.8s ease-out;
}

.info-alert[b-h63mi1zzye] {
    border-radius: 12px;
    border-left: 4px solid #2196f3;
    animation: slideInLeft-b-h63mi1zzye 0.6s ease-out;
}

/* Cards */
.client-selection-card[b-h63mi1zzye],
.form-card[b-h63mi1zzye],
.validation-card[b-h63mi1zzye],
.status-card[b-h63mi1zzye] {
    border-radius: 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
}

.client-selection-card:hover[b-h63mi1zzye],
.form-card:hover[b-h63mi1zzye] {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

/* Loading States */
.loading-container[b-h63mi1zzye] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 2rem;
}

.loading-text[b-h63mi1zzye] {
    color: #666;
    animation: pulse-b-h63mi1zzye 2s infinite;
}

/* Client Chips */
.client-chips[b-h63mi1zzye] {
    gap: 0.75rem;
    flex-wrap: wrap;
}

.client-chip[b-h63mi1zzye] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 20px;
    font-weight: 500;
}

.client-chip:hover[b-h63mi1zzye] {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Form Elements */
.card-actions[b-h63mi1zzye] {
    padding: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(248, 249, 250, 0.8);
}

.generate-button[b-h63mi1zzye] {
    border-radius: 12px;
    padding: 0.75rem 2rem;
    font-weight: 600;
    text-transform: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(33, 150, 243, 0.3);
}

.generate-button:hover:not(:disabled)[b-h63mi1zzye] {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(33, 150, 243, 0.4);
}

.generate-button:disabled[b-h63mi1zzye] {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Status Content */
.status-content[b-h63mi1zzye] {
    max-height: 300px;
    overflow-y: auto;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #28a745;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
}

.status-content[b-h63mi1zzye]::-webkit-scrollbar {
    width: 6px;
}

.status-content[b-h63mi1zzye]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.status-content[b-h63mi1zzye]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.status-content[b-h63mi1zzye]::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* Access Denied */
.access-denied[b-h63mi1zzye] {
    text-align: center;
    padding: 3rem;
    border-radius: 16px;
    animation: shake-b-h63mi1zzye 0.6s ease-out;
}

/* Animations */
@keyframes fadeIn-b-h63mi1zzye {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp-b-h63mi1zzye {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft-b-h63mi1zzye {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes staggerIn-b-h63mi1zzye {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse-b-h63mi1zzye {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
}

@keyframes shake-b-h63mi1zzye {
    0%, 100% {
        transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-4px);
    }
    20%, 40%, 60%, 80% {
        transform: translateX(4px);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-content[b-h63mi1zzye] {
        padding: 1rem;
    }
    
    .header-content[b-h63mi1zzye] {
        flex-direction: column;
        gap: 1rem;
    }
    
    .client-chips[b-h63mi1zzye] {
        justify-content: center;
    }
    
    .generate-button[b-h63mi1zzye] {
        width: 100%;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .page-container[b-h63mi1zzye] {
        /*background: linear-gradient(135deg, #1a1a1a 0%, #2d3748 100%);*/
    }
    
    .client-selection-card[b-h63mi1zzye],
    .form-card[b-h63mi1zzye],
    .validation-card[b-h63mi1zzye],
    .status-card[b-h63mi1zzye] {
        background: rgba(45, 55, 72, 0.95);
        border-color: rgba(255, 255, 255, 0.1);
    }
    
    .status-content[b-h63mi1zzye] {
        background: #2d3748;
        color: #e2e8f0;
    }
}
/* /Pages/BillingReport.razor.rz.scp.css */
.headerFilter[b-c2prnpiwou] {
    display: flex;
    height: 7vh;
    margin-bottom: 20px;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-right: auto;
    margin-left: 10.5%;
    width: 79%
}

    .headerFilter select[b-c2prnpiwou] {
        width: 15%;
        height: 50%;
        margin-top: 1.2%;
        margin-left: 20px;
        font-size: 11px;
        padding-bottom: 4px;
        padding-top: -10px
    }

    .headerFilter button[b-c2prnpiwou] {
        margin-top: 1.4%;
        margin-right: 20px;
        width: 8%;
        height: 50%;
        font-size: 11px;
        padding-top: -10px;
        padding-bottom: 4px;
    }

.bodyReport[b-c2prnpiwou] {
    display: flex;
    overflow-y: hidden;
    overflow-x: hidden;
    margin-bottom: 20px;
    padding: 10px;
    width: 90%
}

.navTabsStyles[b-c2prnpiwou] {
    margin-bottom: 10px;
    width: 81.5vw;
    margin-left: 120px;
    margin-top: -10px
}

.dateStyles[b-c2prnpiwou] {
    display: flex
}

    .dateStyles input[b-c2prnpiwou] {
        margin-top: 16px;
        margin-left: 10px;
        height: 40%;
        border: 1px solid #cccccc;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px
    }

    .dateStyles p[b-c2prnpiwou] {
        margin-top: 15px;
        margin-left: 20px;
        font-size: 14px
    }

.tableStyles[b-c2prnpiwou] {
    overflow-y: auto;
    overflow-x: auto;
    width: 65%;
    margin-left: -10px;
    font-size: 13px;
    height: 66vh
}

.tableHeader[b-c2prnpiwou] {
    text-align: center;
    margin-top: 10px;
    font-size: 18px
}

.chartHeader[b-c2prnpiwou] {
    text-align: center;
    margin-top: 10px;
    font-size: 18px
}

.chartStyles[b-c2prnpiwou] {
    width: 50%
}

.innerChartStyles[b-c2prnpiwou] {
    max-width: 100%;
    margin-left: -1px;
    margin-top: 80px
}

.nullStyles[b-c2prnpiwou] {
    margin-top: 50px;
    position: absolute;
    margin-left: 32%;
    margin-right: auto;
}
/* /Pages/BillingView.razor.rz.scp.css */
.headerFilter[b-6uyx1ylgb6] {
    display: flex;
    height: 7vh;
    margin-bottom: 20px;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-right: auto;
    margin-left: 10.5%;
    width: 79%
}

    .headerFilter select[b-6uyx1ylgb6] {
        width: 15%;
        height: 50%;
        margin-top: 1.2%;
        margin-left: 20px;
        font-size: 11px;
        padding-bottom: 4px;
        padding-top: -10px
    }

    .headerFilter button[b-6uyx1ylgb6] {
        margin-top: 1.4%;
        margin-right: 20px;
        width: 8%;
        height: 50%;
        font-size: 11px;
        padding-top: -10px;
        padding-bottom: 4px;
    }

.bodyReport[b-6uyx1ylgb6] {
    display: flex;
    overflow-y: hidden;
    overflow-x: hidden;
    margin-bottom: 20px;
    padding: 10px;
    width: 79%
}

.navTabsStyles[b-6uyx1ylgb6] {
    margin-bottom: 10px;
    width: 81.5vw;
    margin-left: 120px;
    margin-top: -10px
}

.dateStyles[b-6uyx1ylgb6] {
    display: flex
}

    .dateStyles input[b-6uyx1ylgb6] {
        margin-top: 16px;
        margin-left: 10px;
        height: 40%;
        border: 1px solid #cccccc;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px
    }

    .dateStyles p[b-6uyx1ylgb6] {
        margin-top: 15px;
        margin-left: 20px;
        font-size: 14px
    }

.tableStyles[b-6uyx1ylgb6] {
    overflow-y: auto;
    overflow-x: auto;
    width: 65%;
    margin-left: -10px;
    font-size: 13px;
    height: 66vh
}

.tableHeader[b-6uyx1ylgb6] {
    text-align: center;
    margin-top: 10px;
    font-size: 18px
}

.chartHeader[b-6uyx1ylgb6] {
    text-align: center;
    margin-top: 10px;
    font-size: 18px
}

.chartStyles[b-6uyx1ylgb6] {
    width: 50%
}

.innerChartStyles[b-6uyx1ylgb6] {
    max-width: 100%;
    margin-left: -1px;
    margin-top: 80px
}

.nullStyles[b-6uyx1ylgb6] {
    margin-top: 50px;
    position: absolute;
    margin-left: 32%;
    margin-right: auto;
}
/* /Pages/ChatPortal.razor.rz.scp.css */
.body[b-9ul8m7e1yk] {
    margin-left: 7%;
    width: 108%;
    margin-top: -10px
}

/* Create two equal columns that floats next to each other */
.columnLeft[b-9ul8m7e1yk] {
    float: left;
    width: 25%;
    height: 76vh;
    overflow: hidden;
    background-color: #bfbfbf;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 20px;
}

.columnRight[b-9ul8m7e1yk] {
    float: left;
    width: 55%;
    height: 76vh;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.columnRightHeader[b-9ul8m7e1yk] {
    overflow: hidden;
    margin-left: -40px;
    height: 70px;
    width: 110%;
    padding-left: 35px;
    padding-top: 1px;
    background-color: #ffffff;
    padding-right: 1%;
}

.columnRightComponent[b-9ul8m7e1yk] {
    position: relative;
    height: 100%;
    width: 105%;
    margin-left: -15px;
}

.columnRightParentContainer[b-9ul8m7e1yk] {
    display: flex;
    height: 73%;
}

[b-9ul8m7e1yk]::-webkit-scrollbar {
    display: none;
}

.columnRightContainer[b-9ul8m7e1yk] {
    background-color: white;
    width: 100%;
    margin-top: 8px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    margin-bottom: 10px;
}

.columnRightFooter[b-9ul8m7e1yk] {
    position: absolute;
    overflow: hidden;
    height: 70px;
    width: 110%;
    background-color: #e6e6e6;
    bottom: 0;
    box-shadow: 0 1px 1px 0 #0d6efd, 0 1px 10px 0 #0d6efd;
}

.columnRightFooterMessageContainer[b-9ul8m7e1yk] {
    display: flex;
    padding-top: 20px;
    padding-left: 10px;
    width: 88%;
    margin-left: 10px;
    margin-right: 10px;
}

.columnRightFooterMessageContainerSender[b-9ul8m7e1yk] {
    background-color: white;
    margin-top: -4px;
    margin-left: 10px;
    width: 85%;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 5px;
    height: 40px
}

.columnRightFooterMessageContainerButton[b-9ul8m7e1yk] {
    background-color: transparent;
    margin-top: -8px;
    margin-left: 0px;
}

.contact:hover[b-9ul8m7e1yk] {
    background-color: #b3b3b3 !important;
}

.sendMessage[b-9ul8m7e1yk] {
    background-color: transparent;
    cursor: pointer;
    border: 0px;
}

    .sendMessage:hover[b-9ul8m7e1yk] {
        transition: transform .2s;
        /* Animation */
    }

.incoming_msg[b-9ul8m7e1yk] {
    padding-left: 20px
}

.incoming_msg_img[b-9ul8m7e1yk] {
    display: inline-block;
    width: 55px;
    height: 55px;
}

    .incoming_msg_img img[b-9ul8m7e1yk] {
        width: 45px;
        height: 45px;
    }

.received_msg[b-9ul8m7e1yk] {
    display: inline-block;
    padding: 0px 10px 0 -10px;
    vertical-align: top;
    width: 92%;
}

.received_withd_msg p[b-9ul8m7e1yk] {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 0 15px 15px 15px;
    color: #646464;
    font-size: 12px;
    margin: 0;
    padding: 5px 10px 5px 12px;
    width: 100%;
    word-wrap: break-word;
}

.time_date[b-9ul8m7e1yk] {
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 8px 0 0;
}

.received_withd_msg[b-9ul8m7e1yk] {
    width: 57%;
}

.sent_msg p[b-9ul8m7e1yk] {
    background-image: linear-gradient(#808080, #666666);
    border-radius: 15px 0px 15px 15px;
    font-size: 12px;
    margin: 0;
    color: #fff;
    padding: 5px;
    width: 100%;
    margin-left: 10px;
    height: fit-content;
    word-break: break-word;
    white-space: normal;
}

.sent_msg a[b-9ul8m7e1yk] {
    border-radius: 15px 0px 15px 15px;
    font-size: 12px;
    margin: 0;
    padding: 5px;
    color: #fff;
    width: 100%;
    margin-left: 10px;
    height: fit-content;
    word-break: break-all;
    white-space: normal;
}

.outgoing_msg[b-9ul8m7e1yk] {
    overflow: hidden;
    margin: 26px -35px 26px;
    padding-right: 60px;
    margin-left: 10px;
}

.sent_msg[b-9ul8m7e1yk] {
    position: relative;
    float: right;
    width: 47%;
    height: fit-content;
    word-break: break-all;
    white-space: normal;
}

.messaging[b-9ul8m7e1yk] {
    padding: 0 0 50px 0;
}

.msg_history[b-9ul8m7e1yk] {
    overflow-y: auto;
    position: relative
}

@media (max-width: 641px) {
    .profileImage[b-9ul8m7e1yk] {
        visibility: hidden;
    }
}

@media (min-width: 642px) {
    .profileImage[b-9ul8m7e1yk] {
        visibility: visible;
    }
}

.profileImage[b-9ul8m7e1yk] {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 20px;
    color: #d9d9d9;
    text-align: center;
    line-height: 39px;
    margin-top: 15px;
    margin-left: -2px;
    text-transform: uppercase;
    overflow: hidden;
    cursor: pointer;
    background-color: #6c757d;
}

.searchButton[b-9ul8m7e1yk] {
    margin-right: 20px;
    margin-left: -2px
}

.threadList[b-9ul8m7e1yk] {
    width: 100%;
    margin-bottom: 4px;
    margin-left: 3px;
    height: 54vh;
    overflow-y: auto;
    margin-right: 21px;
    background-color: #bfbfbf;
    overflow-x: hidden;
}

.threadContact[b-9ul8m7e1yk] {
    margin-bottom: 10px;
    cursor: pointer;
    margin-right: 5px;
    margin-left: 5px;
    height: 70px;
}

.threadContactColor[b-9ul8m7e1yk] {
    background-color: #ffd4cc !important;
    margin-bottom: 10px;
    cursor: pointer;
    margin-right: 5px;
    margin-left: 5px;
    height: 70px;
}

.threadContactdiv[b-9ul8m7e1yk] {
    margin-left: -40px;
    margin-top: 5px;
    padding-right: 20px;
    overflow: hidden;
}

.threadContactdivCenter[b-9ul8m7e1yk] {
    flex-direction: column;
    overflow: hidden;
    padding-left: 10px;
    margin-top: 10px;
    overflow: hidden;
}

.threadContactJoinChat[b-9ul8m7e1yk] {
    margin-top: -13px;
    align-self: center;
    font-size: 10px;
    overflow: hidden;
}

.liveAgentChat[b-9ul8m7e1yk] {
    color: #1E88E5;
    font-size: 10px;
    margin-top: -1px;
}

.crmName[b-9ul8m7e1yk] {
    margin-top: -16px;
    align-self: center;
    font-size: 10px;
}

.profileImageMessage[b-9ul8m7e1yk] {
    background-color: #6c757d;
    margin-left: 20px;
    margin-top: 10px
}

.emptyMessage[b-9ul8m7e1yk] {
    margin-top: 20px;
    overflow: hidden;
    margin-left: -20px
}

    .emptyMessage img[b-9ul8m7e1yk] {
        height: 10%;
        width: 50%
    }

.emojiItem[b-9ul8m7e1yk] {
    margin-left: 5px;
    cursor: pointer;
    width: 70px;
    font-size: 30px
}

.sidePanel[b-9ul8m7e1yk] {
    display: none;
    width: 35%;
    background-color: white;
    height: 110%;
    border-left: 1px solid white;
    background-color: #e6e6e6;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
}

.notesStyles[b-9ul8m7e1yk] {
    max-height: 60%;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: 15px;
}

.noteslist[b-9ul8m7e1yk] {
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 10px;
    margin-top: 10px
}

.notesInput[b-9ul8m7e1yk] {
    position: absolute;
    bottom: 80px;
    width: 60%;
    margin-left: 15px
}

.notesTextArea[b-9ul8m7e1yk] {
    width: 35%;
    margin-bottom: 10px;
    resize: none
}

.notesTextAreaButton[b-9ul8m7e1yk] {
    width: 35%;
}

.showNotesShadows[b-9ul8m7e1yk] {
    margin-top: 12px;
    margin-right: 15px;
    border-radius: 50%;
    width: 70%;
    margin-left: 5px;
}

.imgusericon[b-9ul8m7e1yk] {
    margin-left: -10px;
    margin-top: 0px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    padding-left: 3.4px;
    padding-top: 3.1px
}

.newmessageicon[b-9ul8m7e1yk] {
    position: absolute;
    bottom: 0px;
    margin-left: 20px;
    margin-bottom: 80px;
    cursor: default;
    border-radius: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .newmessageicon button[b-9ul8m7e1yk] {
        background-color: lightgray
    }

        .newmessageicon button i[b-9ul8m7e1yk] {
            background-color: transparent
        }

    .newmessageicon:hover[b-9ul8m7e1yk] {
        transform: scale(1.1);
    }

.inlineText[b-9ul8m7e1yk] {
    display: flex;
    font-family: monospace;
    background-color: transparent;
    font-size: 20px;
    left: 20%;
    text-align: center;
    padding-left: 30%;
    line-height: 35px;
    letter-spacing: 3px;
}

.notesnotification[b-9ul8m7e1yk] {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    margin-top: 12px;
    z-index: 10;
    overflow: hidden;
    right: 40px
}

.searchboxstyles[b-9ul8m7e1yk] {
    background-color: white;
    width: 90%;
    margin-left: 12px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.10);
}

.searchboxinputstyles[b-9ul8m7e1yk] {
    width: 85%;
    border: 0px solid #DDD;
    padding-left: 40px;
    box-shadow: none;
}

.searchboxiconstyles[b-9ul8m7e1yk] {
    position: absolute;
    padding-top: 10px;
    padding-left: 10px;
    z-index: 20;
    background-color: transparent
}

.searchboxinputstyles:focus[b-9ul8m7e1yk] {
    outline: 0px !important;
    box-shadow: none !important;
}

.emojiDivSendMessage[b-9ul8m7e1yk] {
    cursor: pointer;
    overflow: hidden;
    margin-left: -5px;
    height: 30px;
    font-size: 20px;
    margin-top: 4px;
    border: 0px;
    z-index: 10;
    position: absolute
}

    .emojiDivSendMessage:hover[b-9ul8m7e1yk] {
        transform: scale(1.1);
    }

.attachDivSendMessage[b-9ul8m7e1yk] {
    background-color: transparent;
    cursor: pointer;
    overflow: hidden;
    border: 0px;
    height: 30px;
    margin-top: 4px;
    margin-right: -15px;
    text-align: right;
    padding-left: 5px;
    margin-left: -10px;
    position: absolute
}

.messageinputstyles[b-9ul8m7e1yk] {
    width: 100%
}

.iframestyles[b-9ul8m7e1yk] {
    width: 100%;
    height: 100%;
    border: none;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    .iframestyles .ratio[b-9ul8m7e1yk] {
        display: block;
        width: 100%;
        height: auto;
    }

.iframestylesdiv[b-9ul8m7e1yk] {
    width: 100%;
    height: auto;
    overflow: hidden
}

    .iframestylesdiv img[b-9ul8m7e1yk] {
        width: 100%;
        height: 100%;
        padding-bottom: 15px;
    }

    .iframestylesdiv iframe[b-9ul8m7e1yk] {
        height: 400px;
        width: 100%
    }

.pdfmedia[b-9ul8m7e1yk] {
    height: 400px;
}

.navbartabs[b-9ul8m7e1yk] {
    overflow: hidden;
    margin-left: 2px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-top: -18px;
    font-size: 13px;
}

    .navbartabs li[b-9ul8m7e1yk] {
        overflow: hidden;
        margin-right: 5px;
        border-radius: 5px;
        overflow: hidden;
        white-space: nowrap
    }

        .navbartabs li a[b-9ul8m7e1yk] {
            font-size: 11px;
            padding-bottom: 7px
        }

        .navbartabs li button[b-9ul8m7e1yk] {
            font-size: 11px;
            padding-bottom: 7px
        }

/*.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #808080;
}*/
/* not active (faded) */
.nav-pills .pill-1 .nav-link:not(.active)[b-9ul8m7e1yk] {
    background-color: transparent;
    color: black;
}

.navlinkBM:hover[b-9ul8m7e1yk] {
    background-color: #0d6efd !important;
    color: white !important;
}

/* active (faded) */
.nav-pills .pill-1 .nav-link[b-9ul8m7e1yk] {
    background-color: #0d6efd;
    color: white;
}

/* not active (faded) */
.nav-pills .pill-2 .nav-link:not(.active)[b-9ul8m7e1yk] {
    background-color: transparent;
    color: black;
}

.navlinkWhatsapp:hover[b-9ul8m7e1yk] {
    background-color: #198754 !important;
    color: white !important;
}

/* active (faded) */
.nav-pills .pill-2 .nav-link[b-9ul8m7e1yk] {
    background-color: #198754;
    color: white;
}

/* not active (faded) */
.nav-pills .pill-3 .nav-link:not(.active)[b-9ul8m7e1yk] {
    background-color: transparent;
    color: black;
}

/* active (faded) */
.nav-pills .pill-3 .nav-link[b-9ul8m7e1yk] {
    background-color: #6c757d;
    color: white;
}

.navlinkChatbox:hover[b-9ul8m7e1yk] {
    background-color: #dd3b1e !important;
    color: white !important;
}

/* not active (faded) */
.nav-pills .pill-4 .nav-link:not(.active)[b-9ul8m7e1yk] {
    background-color: transparent;
    color: black;
}

/* active (faded) */
.nav-pills .pill-4 .nav-link[b-9ul8m7e1yk] {
    background-color: #dd3b1e;
    color: white;
}

.checkstyle[b-9ul8m7e1yk] {
    font-size: 12px;
    background-color: transparent;
    color: gray
}

.previewParent[b-9ul8m7e1yk] {
    position: absolute;
    width: 40%;
    height: 42%;
    background-color: transparent;
    bottom: 75px;
    right: 3%;
    z-index: 88;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .previewParent button[b-9ul8m7e1yk] {
        background-color: white;
        border: 0px;
        color: black;
        margin-right: 5px;
        margin-top: 4px
    }

    .previewParent p[b-9ul8m7e1yk] {
        background-color: white;
        border: 0px;
        color: black;
        margin-left: 5px;
        padding-top: 7px
    }

.previewChild[b-9ul8m7e1yk] {
    margin-top: -5px;
    width: 100%;
    height: 200px;
}

.select[b-9ul8m7e1yk] {
    background-color: red !important
}

/* not active (faded) */
.nav-pills .pill-smiley .nav-link:not(.active)[b-9ul8m7e1yk] {
    background-color: transparent;
    color: black;
}

/* active (faded) */
.nav-pills .pill-smiley .nav-link[b-9ul8m7e1yk] {
    background-color: #6c757d;
    color: white;
}

.noteItem[b-9ul8m7e1yk] {
    margin-left: 5px;
    background-color: #f2f2f2;
    border: 0px solid #f2f2f2;
}

.sendMessageComponent[b-9ul8m7e1yk] {
}

.title[b-9ul8m7e1yk] {
    margin-left: 120px;
    margin-top: 1.5%;
    color: #595959;
    margin-bottom: -10px
}

.divider[b-9ul8m7e1yk] {
    margin-left: 100px;
    margin-right: 80px
}

.messageFunctions[b-9ul8m7e1yk] {
    display: flex;
    background-color: transparent;
    width: auto;
    float: right;
    margin-right: calc(100vw - 95.6vw);
    margin-top: 5px
}

.sendMessageIcons[b-9ul8m7e1yk] {
    overflow: hidden;
    background-color: transparent;
    width: calc(100vw - 98vw);
    margin-top: -2px
}

.sendmessageicon[b-9ul8m7e1yk] {
    position: absolute;
    cursor: default;
    color: black;
    background-color: transparent;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4px;
    font-size: 10px;
    top: 0;
    height: 20px;
    font-weight: 500
}

.headerBar[b-9ul8m7e1yk] {
    width: 90%;
    margin-left: -50px
}

.headerBarTitle[b-9ul8m7e1yk] {
    margin-left: 8%
}
/* /Pages/Help.razor.rz.scp.css */
/* Modern Help Page Styles */

/* Animations */
@keyframes fadeIn-b-mr2cikalca {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp-b-mr2cikalca {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideLeft-b-mr2cikalca {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideRight-b-mr2cikalca {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes float-b-mr2cikalca {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

@keyframes rotate-b-mr2cikalca {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Animation Classes */
.animate-fade-in[b-mr2cikalca] {
    animation: fadeIn-b-mr2cikalca 0.8s ease-out;
}

.animate-slide-up[b-mr2cikalca] {
    animation: slideUp-b-mr2cikalca 0.8s ease-out;
    animation-fill-mode: both;
}

.animate-slide-left[b-mr2cikalca] {
    animation: slideLeft-b-mr2cikalca 0.8s ease-out;
}

.animate-slide-right[b-mr2cikalca] {
    animation: slideRight-b-mr2cikalca 0.8s ease-out;
}

/* Container */
.help-container[b-mr2cikalca] {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

/* Hero Section */
.hero-section[b-mr2cikalca] {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.hero-background[b-mr2cikalca] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.floating-shapes[b-mr2cikalca] {
    position: absolute;
    width: 100%;
    height: 100%;
}

.shape[b-mr2cikalca] {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    animation: float-b-mr2cikalca 6s ease-in-out infinite;
}

.shape-1[b-mr2cikalca] {
    width: 80px;
    height: 80px;
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.shape-2[b-mr2cikalca] {
    width: 120px;
    height: 120px;
    top: 60%;
    right: 15%;
    animation-delay: 2s;
}

.shape-3[b-mr2cikalca] {
    width: 60px;
    height: 60px;
    bottom: 20%;
    left: 70%;
    animation-delay: 4s;
}

.hero-content[b-mr2cikalca] {
    position: relative;
    z-index: 2;
    padding: 60px 0;
}

.hero-text[b-mr2cikalca] {
    text-align: center;
}

.hero-title-container[b-mr2cikalca] {
    margin-bottom: 40px;
}

.mud-typography:focus[b-mr2cikalca] {
    outline: none !important;
    box-shadow: none !important;
}

.hero-title[b-mr2cikalca] {
    font-size: 4rem !important;
    font-weight: 700 !important;
    color: white !important;
    margin-bottom: 0 !important;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.hero-subtitle[b-mr2cikalca] {
    font-size: 3rem !important;
    font-weight: 600 !important;
    color: rgba(255, 255, 255, 0.9) !important;
    margin-top: -10px !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.hero-description[b-mr2cikalca] {
    font-size: 1.2rem !important;
    color: rgba(255, 255, 255, 0.8) !important;
    margin: 20px 0 !important;
}

.hero-actions[b-mr2cikalca] {
    margin-top: 30px;
}

.contact-btn[b-mr2cikalca] {
    padding: 12px 32px !important;
    font-size: 1.1rem !important;
    border-radius: 50px !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.contact-btn:hover[b-mr2cikalca] {
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3) !important;
}

.hero-image[b-mr2cikalca] {
    text-align: center;
}

.hero-illustration[b-mr2cikalca] {
    position: relative;
    display: inline-block;
}

.hero-illustration img[b-mr2cikalca] {
    max-width: 100%;
    height: auto;
    max-height: 400px;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.2));
    animation: float-b-mr2cikalca 4s ease-in-out infinite;
}

/* Section Divider */
.section-divider[b-mr2cikalca] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    background: transparent;
}

.divider-line[b-mr2cikalca] {
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, transparent, #cbd5e0, transparent);
    max-width: 200px;
}

.divider-icon[b-mr2cikalca] {
    margin: 0 20px;
    padding: 15px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 50%;
    color: white;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

/* Features Section */
.features-section[b-mr2cikalca] {
    padding: 60px 0;
}

.feature-card[b-mr2cikalca] {
    background: white;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 60px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.feature-card[b-mr2cikalca]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s;
}

.feature-card:hover[b-mr2cikalca]::before {
    left: 100%;
}

.feature-card:hover[b-mr2cikalca] {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.feature-image-container[b-mr2cikalca] {
    position: relative;
}

.image-wrapper[b-mr2cikalca] {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.feature-image[b-mr2cikalca] {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.image-overlay[b-mr2cikalca] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    color: white;
}

.image-wrapper:hover .feature-image[b-mr2cikalca] {
    transform: scale(1.05);
}

.image-wrapper:hover .image-overlay[b-mr2cikalca] {
    opacity: 1;
}

.feature-content[b-mr2cikalca] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.feature-title[b-mr2cikalca] {
    color: #2d3748 !important;
    font-weight: 700 !important;
    margin-bottom: 16px !important;
}

.feature-description[b-mr2cikalca] {
    color: #4a5568 !important;
    font-size: 1.1rem !important;
    line-height: 1.6 !important;
    margin-bottom: 24px !important;
}

.feature-list[b-mr2cikalca] {
    margin-bottom: 24px;
}

.feature-item[b-mr2cikalca] {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #4a5568;
}

.feature-item .mud-icon[b-mr2cikalca] {
    color: #48bb78 !important;
    margin-right: 12px;
}

/* FAQ Section */
.faq-section[b-mr2cikalca] {
    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
    padding: 80px 0;
}

.faq-header[b-mr2cikalca] {
    text-align: center;
    margin-bottom: 60px;
}

.faq-title[b-mr2cikalca] {
    color: #2d3748 !important;
    font-weight: 700 !important;
    margin-bottom: 16px !important;
}

.faq-subtitle[b-mr2cikalca] {
    color: #4a5568 !important;
    font-size: 1.1rem !important;
}

.modern-expansion-panels[b-mr2cikalca] {
    background: transparent !important;
}

.faq-panel[b-mr2cikalca] {
    background: white !important;
    border-radius: 12px !important;
    margin-bottom: 16px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    border: none !important;
    transition: all 0.3s ease !important;
}

.faq-panel:hover[b-mr2cikalca] {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12) !important;
    transform: translateY(-2px) !important;
}

.faq-question[b-mr2cikalca] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
}

.faq-icon[b-mr2cikalca] {
    color: #667eea !important;
}

.faq-answer[b-mr2cikalca] {
    color: #4a5568;
    line-height: 1.6;
    padding: 16px 0;
}

.faq-link[b-mr2cikalca] {
    color: #667eea;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.faq-link:hover[b-mr2cikalca] {
    color: #764ba2;
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title[b-mr2cikalca] {
        font-size: 2.5rem !important;
    }
    
    .hero-subtitle[b-mr2cikalca] {
        font-size: 2rem !important;
    }
    
    .hero-description[b-mr2cikalca] {
        font-size: 1rem !important;
    }
    
    .feature-card[b-mr2cikalca] {
        padding: 24px;
        margin-bottom: 40px;
    }
    
    .hero-text[b-mr2cikalca] {
        text-align: center;
        margin-bottom: 40px;
    }
    
    .feature-card-reverse .feature-content[b-mr2cikalca] {
        order: 2;
    }
    
    .feature-card-reverse .feature-image-container[b-mr2cikalca] {
        order: 1;
    }
}

@media (max-width: 480px) {
    .hero-title[b-mr2cikalca] {
        font-size: 2rem !important;
    }
    
    .hero-subtitle[b-mr2cikalca] {
        font-size: 1.5rem !important;
    }
    
    .feature-card[b-mr2cikalca] {
        padding: 16px;
    }
    
    .faq-section[b-mr2cikalca] {
        padding: 40px 0;
    }
}
/* /Pages/History.razor.rz.scp.css */
/* /Pages/HistoryDetail.razor.rz.scp.css */
.columnRight[b-483x6vjveh] {
    float: left;
    width: 55%;
    height: 75vh;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.columnRightHeader[b-483x6vjveh] {
    overflow: hidden;
    height: 70px;
    width: 76vw;
    padding-top: 1px;
    background-color: #ffffff;
    margin-top: 10px
}

.columnRightComponent[b-483x6vjveh] {
    position: relative;
    height: 100%;
    width: 105%;
    margin-left: -15px;
}

.columnRightParentContainer[b-483x6vjveh] {
    display: flex;
    height: 73%;
}

[b-483x6vjveh]::-webkit-scrollbar {
    display: none;
}

.columnRightContainer[b-483x6vjveh] {
    background-color: white;
    width: 56vw;
    margin-top: 3px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 57vh;
    margin-bottom: 10px;
}

.columnRightFooter[b-483x6vjveh] {
    position: absolute;
    overflow: hidden;
    height: 70px;
    width: 110%;
    background-color: #e6e6e6;
    bottom: 0;
    box-shadow: 0 1px 1px 0 #0d6efd, 0 1px 10px 0 #0d6efd;
}

.columnRightFooterMessageContainer[b-483x6vjveh] {
    display: flex;
    padding-top: 20px;
    padding-left: 10px;
    width: 88%;
    margin-left: 10px;
    margin-right: 10px;
}

.columnRightFooterMessageContainerSender[b-483x6vjveh] {
    background-color: white;
    margin-top: -4px;
    margin-left: 10px;
    width: 85%;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 5px;
    height: 40px
}

.columnRightFooterMessageContainerButton[b-483x6vjveh] {
    background-color: transparent;
    margin-top: -8px;
    margin-left: 0px;
}

.contact:hover[b-483x6vjveh] {
    background-color: #b3b3b3;
}

.sendMessage[b-483x6vjveh] {
    background-color: transparent;
    cursor: pointer;
    border: 0px;
}

    .sendMessage:hover[b-483x6vjveh] {
        transition: transform .2s;
        /* Animation */
    }

.incoming_msg[b-483x6vjveh] {
    padding-left: 20px
}

.incoming_msg_img[b-483x6vjveh] {
    display: inline-block;
    width: 55px;
    height: 55px;
}

    .incoming_msg_img img[b-483x6vjveh] {
        width: 50px;
        height: 50px;
    }

.received_msg[b-483x6vjveh] {
    display: inline-block;
    padding: 0px 10px 0 -10px;
    vertical-align: top;
    width: 92%;
}

.received_withd_msg p[b-483x6vjveh] {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 0 15px 15px 15px;
    color: #646464;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px 5px 12px;
    width: 100%;
    word-wrap: break-word;
}

.time_date[b-483x6vjveh] {
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 8px 0 0;
}

.received_withd_msg[b-483x6vjveh] {
    width: 57%;
}

.sent_msg p[b-483x6vjveh] {
    background-image: linear-gradient(#808080, #666666);
    border-radius: 15px 0px 15px 15px;
    font-size: 14px;
    margin: 0;
    color: #fff;
    padding: 5px;
    width: 100%;
    margin-left: 10px;
    height: fit-content;
    word-break: break-word;
    white-space: normal;
}

.sent_msg a[b-483x6vjveh] {
    border-radius: 15px 0px 15px 15px;
    font-size: 14px;
    margin: 0;
    padding: 5px;
    color: #fff;
    width: 100%;
    margin-left: 10px;
    height: fit-content;
    word-break: break-all;
    white-space: normal;
}

.outgoing_msg[b-483x6vjveh] {
    overflow: hidden;
    margin: 26px -35px 26px;
    padding-right: 60px;
    margin-left: 10px;
}

.sent_msg[b-483x6vjveh] {
    position: relative;
    float: right;
    width: 47%;
    height: fit-content;
    word-break: break-all;
    white-space: normal;
}

.messaging[b-483x6vjveh] {
    padding: 0 0 50px 0;
}

.msg_history[b-483x6vjveh] {
    overflow-y: auto;
    position: relative
}

@media (max-width: 641px) {
    .profileImage[b-483x6vjveh] {
        visibility: hidden;
    }
}

@media (min-width: 642px) {
    .profileImage[b-483x6vjveh] {
        visibility: visible;
    }
}

.profileImage[b-483x6vjveh] {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 29px;
    color: #d9d9d9;
    text-align: center;
    line-height: 39px;
    margin-top: 15px;
    margin-left: -2px;
    text-transform: uppercase;
    overflow: hidden;
    cursor: pointer;
    background-color: #0d6efd;
}

.searchButton[b-483x6vjveh] {
    margin-right: 20px;
    margin-left: -2px
}

.threadList[b-483x6vjveh] {
    width: 100%;
    margin-bottom: 4px;
    margin-left: 3px;
    height: 54vh;
    overflow-y: auto;
    margin-right: 21px;
    background-color: #bfbfbf;
    overflow-x: hidden;
}

.threadContact[b-483x6vjveh] {
    margin-bottom: 10px;
    cursor: pointer;
    margin-right: 5px;
    margin-left: 5px;
    height: 70px;
}

.threadContactColor[b-483x6vjveh] {
    background-color: #ffd4cc !important;
    margin-bottom: 10px;
    cursor: pointer;
    margin-right: 5px;
    margin-left: 5px;
    height: 70px;
}

.threadContactdiv[b-483x6vjveh] {
    margin-left: -40px;
    margin-top: 5px;
    padding-right: 20px;
    overflow: hidden;
}

.threadContactdivCenter[b-483x6vjveh] {
    flex-direction: column;
    overflow: hidden;
    padding-left: 10px;
    margin-top: 10px;
    overflow: hidden;
}

.threadContactJoinChat[b-483x6vjveh] {
    margin-top: -13px;
    align-self: center;
    font-size: 10px;
    overflow: hidden;
}

.liveAgentChat[b-483x6vjveh] {
    color: #0d6efd;
    font-size: 10px;
    margin-top: -1px;
}

.crmName[b-483x6vjveh] {
    margin-top: -16px;
    align-self: center;
    font-size: 10px;
}

.profileImageMessage[b-483x6vjveh] {
    background-color: #0d6efd;
    margin-left: 20px;
    margin-top: 10px
}

.emptyMessage[b-483x6vjveh] {
    margin-top: 20px;
    overflow: hidden;
    margin-left: -20px
}

    .emptyMessage img[b-483x6vjveh] {
        height: 10%;
        width: 50%
    }

.emojiItem[b-483x6vjveh] {
    margin-left: 5px;
    cursor: pointer;
    width: 70px;
    font-size: 30px
}

.sidePanel[b-483x6vjveh] {
    display: none;
    width: 35%;
    background-color: white;
    height: 110%;
    border-left: 1px solid black;
    background-color: lightgray;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
}

.notesStyles[b-483x6vjveh] {
    max-height: 60%;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: 15px;
}

.noteslist[b-483x6vjveh] {
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 10px;
    margin-top: 10px
}

.notesInput[b-483x6vjveh] {
    position: absolute;
    bottom: 80px;
    width: 60%;
    margin-left: 15px
}

.notesTextArea[b-483x6vjveh] {
    width: 35%;
    margin-bottom: 10px;
    resize: none
}

.notesTextAreaButton[b-483x6vjveh] {
    width: 35%;
}

.showNotesShadows[b-483x6vjveh] {
    margin-top: 12px;
    margin-right: 15px;
    border-radius: 50%;
    width: 70%;
    margin-left: 5px;
}

.imgusericon[b-483x6vjveh] {
    margin-left: -10px;
    margin-top: 0px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    padding-left: 3.4px;
    padding-top: 3.1px
}

.newmessageicon[b-483x6vjveh] {
    position: absolute;
    bottom: 0px;
    margin-left: 20px;
    margin-bottom: 80px;
    cursor: default;
    border-radius: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .newmessageicon button[b-483x6vjveh] {
        background-color: lightgray
    }

        .newmessageicon button i[b-483x6vjveh] {
            background-color: transparent
        }

    .newmessageicon:hover[b-483x6vjveh] {
        transform: scale(1.1);
    }

.inlineText[b-483x6vjveh] {
    display: flex;
    font-family: monospace;
    background-color: transparent;
    font-size: 20px;
    left: 20%;
    text-align: center;
    padding-left: 30%;
    line-height: 35px;
    letter-spacing: 3px;
}

.notesnotification[b-483x6vjveh] {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    margin-top: 12px;
    z-index: 10;
    overflow: hidden;
    right: 40px
}

.searchboxstyles[b-483x6vjveh] {
    background-color: white;
    width: 90%;
    margin-left: 12px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.10);
}

.searchboxinputstyles[b-483x6vjveh] {
    width: 85%;
    border: 0px solid #DDD;
    padding-left: 40px;
    box-shadow: none;
}

.searchboxiconstyles[b-483x6vjveh] {
    position: absolute;
    padding-top: 10px;
    padding-left: 10px;
    z-index: 20;
    background-color: transparent
}

.searchboxinputstyles:focus[b-483x6vjveh] {
    outline: 0px !important;
    box-shadow: none !important;
}

.emojiDivSendMessage[b-483x6vjveh] {
    cursor: pointer;
    overflow: hidden;
    margin-left: -5px;
    height: 30px;
    font-size: 20px;
    margin-top: 4px;
    border: 0px;
    z-index: 10;
    position: absolute
}

    .emojiDivSendMessage:hover[b-483x6vjveh] {
        transform: scale(1.1);
    }

.attachDivSendMessage[b-483x6vjveh] {
    background-color: transparent;
    cursor: pointer;
    overflow: hidden;
    border: 0px;
    height: 30px;
    margin-top: 4px;
    margin-right: -15px;
    text-align: right;
    padding-left: 5px;
    margin-left: -10px;
    position: absolute
}

.messageinputstyles[b-483x6vjveh] {
    width: 100%
}

.iframestyles[b-483x6vjveh] {
    width: 100%;
    height: 100%;
    border: none;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    .iframestyles .ratio[b-483x6vjveh] {
        display: block;
        width: 100%;
        height: auto;
    }

.iframestylesdiv[b-483x6vjveh] {
    width: 100%;
    height: auto;
    overflow: hidden
}

    .iframestylesdiv img[b-483x6vjveh] {
        width: 100%;
        height: 100%;
        padding-bottom: 15px;
    }

    .iframestylesdiv iframe[b-483x6vjveh] {
        height: 400px;
        width: 100%
    }

.pdfmedia[b-483x6vjveh] {
    height: 400px;
}

.navbartabs[b-483x6vjveh] {
    overflow: hidden;
    margin-left: 2px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-top: -18px;
    font-size: 13px;
}

    .navbartabs li[b-483x6vjveh] {
        overflow: hidden;
        margin-right: 5px;
        border-radius: 5px;
        overflow: hidden;
        white-space: nowrap
    }

        .navbartabs li a[b-483x6vjveh] {
            font-size: 11px;
            padding-bottom: 7px
        }

        .navbartabs li button[b-483x6vjveh] {
            font-size: 11px;
            padding-bottom: 7px
        }

/*.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #808080;
}*/
/* not active (faded) */
.nav-pills .pill-1 .nav-link:not(.active)[b-483x6vjveh] {
    background-color: transparent;
    color: black;
}

.navlinkBM:hover[b-483x6vjveh] {
    background-color: #0d6efd !important;
    color: white !important;
}

/* active (faded) */
.nav-pills .pill-1 .nav-link[b-483x6vjveh] {
    background-color: #0d6efd;
    color: white;
}

/* not active (faded) */
.nav-pills .pill-2 .nav-link:not(.active)[b-483x6vjveh] {
    background-color: transparent;
    color: black;
}

.navlinkWhatsapp:hover[b-483x6vjveh] {
    background-color: #198754 !important;
    color: white !important;
}

/* active (faded) */
.nav-pills .pill-2 .nav-link[b-483x6vjveh] {
    background-color: #198754;
    color: white;
}

/* not active (faded) */
.nav-pills .pill-3 .nav-link:not(.active)[b-483x6vjveh] {
    background-color: transparent;
    color: black;
}

/* active (faded) */
.nav-pills .pill-3 .nav-link[b-483x6vjveh] {
    background-color: #6c757d;
    color: white;
}

.navlinkChatbox:hover[b-483x6vjveh] {
    background-color: #dd3b1e !important;
    color: white !important;
}

/* not active (faded) */
.nav-pills .pill-4 .nav-link:not(.active)[b-483x6vjveh] {
    background-color: transparent;
    color: black;
}

/* active (faded) */
.nav-pills .pill-4 .nav-link[b-483x6vjveh] {
    background-color: #dd3b1e;
    color: white;
}

.checkstyle[b-483x6vjveh] {
    font-size: 12px;
    background-color: transparent;
    color: gray
}

.previewParent[b-483x6vjveh] {
    position: absolute;
    width: 40%;
    height: 42%;
    background-color: transparent;
    bottom: 75px;
    right: 3%;
    z-index: 88;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .previewParent button[b-483x6vjveh] {
        background-color: white;
        border: 0px;
        color: black;
        margin-right: 5px;
        margin-top: 4px
    }

    .previewParent p[b-483x6vjveh] {
        background-color: white;
        border: 0px;
        color: black;
        margin-left: 5px;
        padding-top: 7px
    }

.previewChild[b-483x6vjveh] {
    margin-top: -5px;
    width: 100%;
    height: 200px;
}

.select[b-483x6vjveh] {
    background-color: red !important
}

/* not active (faded) */
.nav-pills .pill-smiley .nav-link:not(.active)[b-483x6vjveh] {
    background-color: transparent;
    color: black;
}

/* active (faded) */
.nav-pills .pill-smiley .nav-link[b-483x6vjveh] {
    background-color: #6c757d;
    color: white;
}

.noteItem[b-483x6vjveh] {
    margin-left: 5px;
    background-color: #f2f2f2;
    border: 0px solid #f2f2f2;
}

.sendMessageComponent[b-483x6vjveh] {
}

.title[b-483x6vjveh] {
    margin-left: 120px;
    margin-top: 1.5%;
    color: #595959;
    margin-bottom: -10px
}

.divider[b-483x6vjveh] {
    margin-left: 100px;
    margin-right: 80px
}

.messageFunctions[b-483x6vjveh] {
    display: flex;
    background-color: transparent;
    width: auto;
    float: right;
    margin-right: calc(100vw - 98.6vw);
    margin-top: 5px
}

.sendMessageIcons[b-483x6vjveh] {
    overflow: hidden;
    background-color: transparent;
    width: calc(100vw - 98vw);
    margin-top: -2px
}

.sendmessageicon[b-483x6vjveh] {
    position: absolute;
    cursor: default;
    color: black;
    background-color: transparent;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4px;
    font-size: 10px;
    top: 0;
    height: 20px;
    font-weight: 500
}

.headerBar[b-483x6vjveh] {
    width: 90%;
    margin-left: -50px
}

.headerBarTitle[b-483x6vjveh] {
    margin-left: 8%
}
/* /Pages/Home.razor.rz.scp.css */
/* Animations */
@keyframes fadeIn-b-fil6gopywi {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp-b-fil6gopywi {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounceIn-b-fil6gopywi {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes pulse-b-fil6gopywi {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

/* Animation Classes */
.animate-fade-in[b-fil6gopywi] {
    animation: fadeIn-b-fil6gopywi 0.6s ease-out;
}

.animate-slide-up[b-fil6gopywi] {
    animation: slideUp-b-fil6gopywi 0.8s ease-out;
    animation-fill-mode: both;
}

.animate-bounce-in[b-fil6gopywi] {
    animation: bounceIn-b-fil6gopywi 0.8s ease-out;
}

/* Admin Dashboard Stats Section */
.dashboard-stats-section[b-fil6gopywi] {
    margin: 24px 0;
    padding: 24px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(102, 126, 234, 0.2);
    position: relative;
    overflow: hidden;
}

.dashboard-stats-section[b-fil6gopywi]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.dashboard-header[b-fil6gopywi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
}

.dashboard-title[b-fil6gopywi] {
    color: white !important;
    font-weight: 600 !important;
    display: flex;
    align-items: center;
    gap: 12px;
}

.dashboard-title-icon[b-fil6gopywi] {
    font-size: 1.5rem !important;
    color: rgba(255, 255, 255, 0.9);
}

.live-indicator[b-fil6gopywi] {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    padding: 8px 16px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    position: absolute;
    right: 20%;
    top: -54px;
}

.pulse-dot[b-fil6gopywi] {
    width: 8px;
    height: 8px;
    background: #4ade80;
    border-radius: 50%;
    animation: pulse-dot-b-fil6gopywi 2s infinite;
}

@keyframes pulse-dot-b-fil6gopywi {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
}

.live-text[b-fil6gopywi] {
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 500 !important;
}

.stats-grid[b-fil6gopywi] {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;

}

.admin-stats-card[b-fil6gopywi] {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    padding: 24px;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    height: 140px;
}

.admin-stats-card:hover[b-fil6gopywi] {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.card-background-pattern[b-fil6gopywi] {
    position: absolute;
    top: -50%;
    right: -20%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    opacity: 0.1;
    transition: all 0.4s ease;
}

.chat-card .card-background-pattern[b-fil6gopywi] {
    background: linear-gradient(135deg, #10b981, #059669);
}

.queue-card .card-background-pattern[b-fil6gopywi] {
    background: linear-gradient(135deg, #ef4444, #dc2626);
}

.users-card .card-background-pattern[b-fil6gopywi] {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}

.sessions-card .card-background-pattern[b-fil6gopywi] {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
}

.admin-stats-card:hover .card-background-pattern[b-fil6gopywi] {
    transform: scale(1.2) rotate(10deg);
    opacity: 0.15;
}

.stats-content[b-fil6gopywi] {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.icon-container[b-fil6gopywi] {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.chat-bg[b-fil6gopywi] {
    background: linear-gradient(135deg, #10b981, #059669);
    box-shadow: 0 4px 20px rgba(16, 185, 129, 0.3);
}

.queue-bg[b-fil6gopywi] {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    box-shadow: 0 4px 20px rgba(239, 68, 68, 0.3);
}

.users-bg[b-fil6gopywi] {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    box-shadow: 0 4px 20px rgba(245, 158, 11, 0.3);
}

.sessions-bg[b-fil6gopywi] {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
    box-shadow: 0 4px 20px rgba(139, 92, 246, 0.3);
}

.stats-icon[b-fil6gopywi] {
    font-size: 1.75rem !important;
    color: white;
}

.stats-info[b-fil6gopywi] {
    flex: 1;
}

.stats-number[b-fil6gopywi] {
    font-weight: 700 !important;
    color: #1f2937 !important;
    margin-bottom: 4px !important;
    line-height: 1.2;
}

.stats-label[b-fil6gopywi] {
    color: #6b7280 !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.75rem !important;
    margin-bottom: 8px !important;
}

.mini-graph[b-fil6gopywi] {
    display: flex;
    align-items: center;
    padding: 4px 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    width: fit-content;
}

.mini-graph svg[b-fil6gopywi] {
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.admin-stats-card:hover .mini-graph svg[b-fil6gopywi] {
    opacity: 1;
}

/* Mobile Styles */
.mobile-container[b-fil6gopywi] {
    padding: 20px 16px;
}

.mobile-card[b-fil6gopywi] {
    padding: 24px;
    border-radius: 16px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    min-height: 100px;
}

.mobile-card:hover[b-fil6gopywi] {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.4);
}

.mobile-card-content[b-fil6gopywi] {
    height: 100%;
    gap: 16px;
}

.mobile-icon[b-fil6gopywi] {
    font-size: 2.5rem !important;
    color: white;
}

.mobile-text[b-fil6gopywi] {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    color: white;
}

.no-features-text[b-fil6gopywi] {
    color: #6c757d;
    font-style: italic;
    margin-top: 40px;
}

/* Desktop Container */
.desktop-container[b-fil6gopywi] {
    padding: 20px 0;
}

.widgets-container[b-fil6gopywi] {
    padding: 0 16px;
}

/* Legacy Styles (maintained for compatibility) */
.cardRowGroup[b-fil6gopywi] {
    height: 100%;
}

.cardRow[b-fil6gopywi] {
    display: flex;
    justify-content: center;
    margin-bottom: -30px;
    z-index: 55;
}

.card[b-fil6gopywi] {
    background-image: linear-gradient(to right, white, white);
    height: 150px;
    width: 30%;
    border-radius: 12px;
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: -70px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.card:hover[b-fil6gopywi] {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.cardTitle[b-fil6gopywi] {
    font-size: 18px;
    font-weight: bold;
    color: #8c8c8c;
}

.card img[b-fil6gopywi] {
    height: 50px;
    width: 50px;
    margin-right: 10px;
    transition: transform 0.3s ease;
}

.card:hover img[b-fil6gopywi] {
    transform: scale(1.1);
}

.widgetRow[b-fil6gopywi] {
    display: flex;
    margin-left: 15px;
    margin-top: -10px;
    overflow: hidden;
}

.widgetRowCard[b-fil6gopywi] {
    text-align: center;
    padding: 5px;
    background-image: linear-gradient(#f2f2f2, #e6e6e6);
    height: 75px;
    width: 100px;
    margin-left: 10px;
    margin-bottom: 5px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.widgetRowCard:hover[b-fil6gopywi] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.widgetRowCard[b-fil6gopywi] {
    font-size: 20px;
    color: green;
    font-weight: 400;
}

/* Responsive Design */
@media (max-width: 768px) {
    .dashboard-stats-section[b-fil6gopywi] {
        margin: 16px 0;
        padding: 16px;
    }
    
    .dashboard-header[b-fil6gopywi] {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
    
    .admin-stats-card[b-fil6gopywi] {
        padding: 16px;
        height: 120px;
    }
    
    .icon-container[b-fil6gopywi] {
        width: 48px;
        height: 48px;
    }
    
    .stats-icon[b-fil6gopywi] {
        font-size: 1.5rem !important;
    }
    
    .stats-number[b-fil6gopywi] {
        font-size: 1.75rem !important;
    }
    
    .mobile-card[b-fil6gopywi] {
        padding: 20px;
        min-height: 80px;
    }
    
    .mobile-icon[b-fil6gopywi] {
        font-size: 2rem !important;
    }
    
    .mobile-text[b-fil6gopywi] {
        font-size: 1.25rem !important;
    }
}

@media (max-width: 480px) {
    .stats-card[b-fil6gopywi] {
        padding: 12px;
        height: 90px;
    }
    
    .stats-content[b-fil6gopywi] {
        gap: 12px;
    }
    
    .stats-icon[b-fil6gopywi] {
        font-size: 1.75rem !important;
    }
    
    .stats-number[b-fil6gopywi] {
        font-size: 1.25rem !important;
    }
    
    .stats-label[b-fil6gopywi] {
        font-size: 0.75rem !important;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .stats-card[b-fil6gopywi] {
        background: linear-gradient(135deg, #2d3748 0%, #4a5568 100%);
        border-color: rgba(255, 255, 255, 0.1);
    }
    
    .stats-number[b-fil6gopywi] {
        color: #f7fafc !important;
    }
    
    .stats-label[b-fil6gopywi] {
        color: #a0aec0 !important;
    }
}
/* /Pages/Index.razor.rz.scp.css */
/* Modern Login Form Styles */

/* Animations */
@keyframes fadeIn-b-rttbutj4yy {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp-b-rttbutj4yy {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideLeft-b-rttbutj4yy {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideRight-b-rttbutj4yy {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes float-b-rttbutj4yy {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

@keyframes spin-b-rttbutj4yy {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes pulse-b-rttbutj4yy {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* Animation Classes */
.animate-fade-in[b-rttbutj4yy] {
    animation: fadeIn-b-rttbutj4yy 0.8s ease-out;
}

.animate-slide-up[b-rttbutj4yy] {
    animation: slideUp-b-rttbutj4yy 0.8s ease-out;
}

.animate-slide-left[b-rttbutj4yy] {
    animation: slideLeft-b-rttbutj4yy 0.8s ease-out;
}

.animate-slide-right[b-rttbutj4yy] {
    animation: slideRight-b-rttbutj4yy 0.8s ease-out;
}

/* Loading Styles */
.loading-container[b-rttbutj4yy] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(135deg, white 0%, white 100%);
}

.loading-content[b-rttbutj4yy] {
    text-align: center;
    color: white;
}

.loading-spinner[b-rttbutj4yy] {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
}

.spinner-ring[b-rttbutj4yy] {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    border-top: 3px solid white;
    border-radius: 50%;
    animation: spin-b-rttbutj4yy 1s linear infinite;
}

.spinner-ring:nth-child(2)[b-rttbutj4yy] {
    width: 60px;
    height: 60px;
    top: 10px;
    left: 10px;
    animation-delay: -0.3s;
}

.spinner-ring:nth-child(3)[b-rttbutj4yy] {
    width: 40px;
    height: 40px;
    top: 20px;
    left: 20px;
    animation-delay: -0.6s;
}

.loading-text[b-rttbutj4yy] {
    font-size: 1.2rem !important;
    font-weight: 500 !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

/* Main Container */
.login-container[b-rttbutj4yy] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, white 0%, white 100%);
    position: relative;
    overflow: hidden;
    padding: 20px;
}

/* Background Shapes */
.background-shapes[b-rttbutj4yy] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.shape[b-rttbutj4yy] {
    position: absolute;
    background: #ebeef0;
    border-radius: 50%;
    animation: float-b-rttbutj4yy 6s ease-in-out infinite;
}

.shape-1[b-rttbutj4yy] {
    width: 100px;
    height: 100px;
    top: 10%;
    left: 10%;
    animation-delay: 3s;

}

.shape-2[b-rttbutj4yy] {
    width: 150px;
    height: 150px;
    top: 70%;
    right: 10%;
    animation-delay: 2s;
}

.shape-3[b-rttbutj4yy] {
    width: 80px;
    height: 80px;
    bottom: 20%;
    left: 70%;
    animation-delay: 4s;
}

.shape-4[b-rttbutj4yy] {
    width: 60px;
    height: 60px;
    top: 30%;
    right: 30%;
    animation-delay: 1s;
}

/* Mobile Login Card */
.mobile-login-card[b-rttbutj4yy] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 40px 30px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 2;
}

/* Desktop Login Container */
.desktop-login-container[b-rttbutj4yy] {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1000px;
}

.login-card[b-rttbutj4yy] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.2);
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 500px;
    margin-top: -100px;
}

/* Welcome Panel */
.welcome-panel[b-rttbutj4yy] {
    background: linear-gradient(to right, #cce0ff 0%, #4d91ff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 40px;
    position: relative;
    overflow: hidden;
}

.welcome-content[b-rttbutj4yy] {
    text-align: center;
    color: white;
    position: relative;
    z-index: 2;
}

.brand-section[b-rttbutj4yy] {
    margin-bottom: 40px;
}

.brand-icon[b-rttbutj4yy] {
    font-size: 3rem !important;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.9);
}

.brand-title[b-rttbutj4yy] {
    font-weight: 700 !important;
    color: white !important;
    margin-bottom: 8px !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.brand-subtitle[b-rttbutj4yy] {
    font-weight: 400 !important;
    color: rgba(255, 255, 255, 0.8) !important;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.welcome-illustration[b-rttbutj4yy] {
    margin: 30px 0;
}

.welcome-image[b-rttbutj4yy] {
    max-width: 100%;
    height: auto;
    max-height: 200px;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.2));
    
   
}

.welcome-text[b-rttbutj4yy] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1rem;
}

/* Form Panel */
.form-panel[b-rttbutj4yy] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 40px;
}

.form-content[b-rttbutj4yy] {
    width: 100%;
    max-width: 320px;
}

/* Login Header */
.login-header[b-rttbutj4yy] {
    text-align: center;
    margin-bottom: 40px;
}

.login-icon[b-rttbutj4yy] {
    font-size: 3rem !important;
    color: #667eea;
    margin-bottom: 20px;
}

.login-title[b-rttbutj4yy] {
    color: #2d3748 !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
}

.login-subtitle[b-rttbutj4yy] {
    color: #718096 !important;
    font-weight: 400 !important;
}

/* Form Styles */
.login-form[b-rttbutj4yy] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.modern-input[b-rttbutj4yy] {
    transition: all 0.3s ease !important;
}

.modern-input:hover[b-rttbutj4yy] {
    transform: translateY(-2px);
}

.form-options[b-rttbutj4yy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: -8px 0;
}

.remember-checkbox[b-rttbutj4yy] {
    font-size: 0.875rem;
}

.forgot-password-link[b-rttbutj4yy] {
    font-size: 0.875rem !important;
    text-transform: none !important;
    color: #667eea !important;
    padding: 4px 8px !important;
    min-width: auto !important;
}

.forgot-password-link:hover[b-rttbutj4yy] {
    background: rgba(102, 126, 234, 0.1) !important;
}

/* Login Button */
.login-button[b-rttbutj4yy] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border-radius: 12px !important;
    padding: 16px !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    text-transform: none !important;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.login-button:hover:not(:disabled)[b-rttbutj4yy] {
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 35px rgba(102, 126, 234, 0.4) !important;
    animation: pulse-b-rttbutj4yy 2s infinite;
}

.login-button:disabled[b-rttbutj4yy] {
    opacity: 0.7 !important;
}

/* Connection Warning */
.connection-warning[b-rttbutj4yy] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
    padding: 12px;
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.2);
    border-radius: 8px;
    color: #dc2626;
    font-size: 0.875rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .login-card[b-rttbutj4yy] {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .welcome-panel[b-rttbutj4yy] {
        padding: 40px 30px;
        min-height: 200px;
    }
    
    .form-panel[b-rttbutj4yy] {
        padding: 40px 30px;
    }
    
    .brand-title[b-rttbutj4yy] {
        font-size: 2rem !important;
    }
    
    .brand-subtitle[b-rttbutj4yy] {
        font-size: 1.25rem !important;
    }
    
    .welcome-image[b-rttbutj4yy] {
        max-height: 150px;
    }
}

@media (max-width: 480px) {
    .login-container[b-rttbutj4yy] {
        padding: 16px;
    }
    
    .mobile-login-card[b-rttbutj4yy] {
        padding: 30px 20px;
    }
    
    .form-panel[b-rttbutj4yy] {
        padding: 30px 20px;
    }
    
    .welcome-panel[b-rttbutj4yy] {
        padding: 30px 20px;
    }
    
    .form-options[b-rttbutj4yy] {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }
}

/* Focus States */
.modern-input .mud-input-root:focus-within[b-rttbutj4yy] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.15);
}

/* Custom Scrollbar */
[b-rttbutj4yy]::-webkit-scrollbar {
    width: 8px;
}

[b-rttbutj4yy]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

[b-rttbutj4yy]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
}

[b-rttbutj4yy]::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}
/* /Pages/Logout.razor.rz.scp.css */
/* /Pages/MobileMessages.razor.rz.scp.css */
.body[b-tv4ddeopfj] {
    margin-left: 7%;
    width: 108%;
    margin-top: -10px
}

/* Create two equal columns that floats next to each other */
.columnLeft[b-tv4ddeopfj] {
    float: left;
    width: 25%;
    height: 76vh;
    overflow: hidden;
    background-color: #bfbfbf;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 20px;
}

.columnRight[b-tv4ddeopfj] {
    float: left;
    width: 55%;
    height: 76vh;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.columnRightHeader[b-tv4ddeopfj] {
    overflow: hidden;
    margin-left: -40px;
    height: 70px;
    width: 110%;
    padding-left: 35px;
    padding-top: 1px;
    background-color: #ffffff;
    padding-right: 1%;
}

.columnRightComponent[b-tv4ddeopfj] {
    position: relative;
    height: 100%;
    width: 105%;
    margin-left: -15px;
}

.columnRightParentContainer[b-tv4ddeopfj] {
    display: flex;
    height: 73%;
}

[b-tv4ddeopfj]::-webkit-scrollbar {
    display: none;
}

.columnRightContainer[b-tv4ddeopfj] {
    background-color: white;
    width: 100%;
    margin-top: 8px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    margin-bottom: 10px;
}

.columnRightFooter[b-tv4ddeopfj] {
    position: absolute;
    overflow: hidden;
    height: 70px;
    width: 110%;
    background-color: #e6e6e6;
    bottom: 0;
    box-shadow: 0 1px 1px 0 #0d6efd, 0 1px 10px 0 #0d6efd;
}

.columnRightFooterMessageContainer[b-tv4ddeopfj] {
    display: flex;
    padding-top: 20px;
    padding-left: 10px;
    width: 88%;
    margin-left: 10px;
    margin-right: 10px;
}

.columnRightFooterMessageContainerSender[b-tv4ddeopfj] {
    background-color: white;
    margin-top: -4px;
    margin-left: 10px;
    width: 85%;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 5px;
    height: 40px
}

.columnRightFooterMessageContainerButton[b-tv4ddeopfj] {
    background-color: transparent;
    margin-top: -8px;
    margin-left: 0px;
}

.contact:hover[b-tv4ddeopfj] {
    background-color: #b3b3b3 !important;
}

.sendMessage[b-tv4ddeopfj] {
    background-color: transparent;
    cursor: pointer;
    border: 0px;
}

    .sendMessage:hover[b-tv4ddeopfj] {
        transition: transform .2s;
        /* Animation */
    }

.incoming_msg[b-tv4ddeopfj] {
    padding-left: 20px
}

.incoming_msg_img[b-tv4ddeopfj] {
    display: inline-block;
    width: 55px;
    height: 55px;
}

    .incoming_msg_img img[b-tv4ddeopfj] {
        width: 50px;
        height: 50px;
    }

.received_msg[b-tv4ddeopfj] {
    display: inline-block;
    padding: 0px 10px 0 -10px;
    vertical-align: top;
    width: 92%;
}

.received_withd_msg p[b-tv4ddeopfj] {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 0 15px 15px 15px;
    color: #646464;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px 5px 12px;
    width: 100%;
    word-wrap: break-word;
}

.time_date[b-tv4ddeopfj] {
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 8px 0 0;
}

.received_withd_msg[b-tv4ddeopfj] {
    width: 57%;
}

.sent_msg p[b-tv4ddeopfj] {
    background-image: linear-gradient(#808080, #666666);
    border-radius: 15px 0px 15px 15px;
    font-size: 14px;
    margin: 0;
    color: #fff;
    padding: 5px;
    width: 100%;
    margin-left: 10px;
    height: fit-content;
    word-break: break-word;
    white-space: normal;
}

.sent_msg a[b-tv4ddeopfj] {
    border-radius: 15px 0px 15px 15px;
    font-size: 14px;
    margin: 0;
    padding: 5px;
    color: #fff;
    width: 100%;
    margin-left: 10px;
    height: fit-content;
    word-break: break-all;
    white-space: normal;
}

.outgoing_msg[b-tv4ddeopfj] {
    overflow: hidden;
    margin: 26px -35px 26px;
    padding-right: 60px;
    margin-left: 10px;
}

.sent_msg[b-tv4ddeopfj] {
    position: relative;
    float: right;
    width: 47%;
    height: fit-content;
    word-break: break-all;
    white-space: normal;
}

.messaging[b-tv4ddeopfj] {
    padding: 0 0 50px 0;
}

.msg_history[b-tv4ddeopfj] {
    overflow-y: auto;
    position: relative
}

@media (max-width: 641px) {
    .profileImage[b-tv4ddeopfj] {
        visibility: hidden;
    }
}

@media (min-width: 642px) {
    .profileImage[b-tv4ddeopfj] {
        visibility: visible;
    }
}

.profileImage[b-tv4ddeopfj] {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 29px;
    color: #d9d9d9;
    text-align: center;
    line-height: 39px;
    margin-top: 15px;
    margin-left: -2px;
    text-transform: uppercase;
    overflow: hidden;
    cursor: pointer;
    background-color: #1E88E5;
}

.searchButton[b-tv4ddeopfj] {
    margin-right: 20px;
    margin-left: -2px
}

.threadList[b-tv4ddeopfj] {
    width: 100%;
    margin-bottom: 4px;
    margin-left: 3px;
    height: 54vh;
    overflow-y: auto;
    margin-right: 21px;
    background-color: #bfbfbf;
    overflow-x: hidden;
}

.threadContact[b-tv4ddeopfj] {
    margin-bottom: 10px;
    cursor: pointer;
    margin-right: 5px;
    margin-left: 5px;
    height: 70px;
}

.threadContactColor[b-tv4ddeopfj] {
    background-color: #ffd4cc !important;
    margin-bottom: 10px;
    cursor: pointer;
    margin-right: 5px;
    margin-left: 5px;
    height: 70px;
}

.threadContactdiv[b-tv4ddeopfj] {
    margin-left: -40px;
    margin-top: 5px;
    padding-right: 20px;
    overflow: hidden;
}

.threadContactdivCenter[b-tv4ddeopfj] {
    flex-direction: column;
    overflow: hidden;
    padding-left: 10px;
    margin-top: 10px;
    overflow: hidden;
}

.threadContactJoinChat[b-tv4ddeopfj] {
    margin-top: -13px;
    align-self: center;
    font-size: 10px;
    overflow: hidden;
}

.liveAgentChat[b-tv4ddeopfj] {
    color: #1E88E5;
    font-size: 10px;
    margin-top: -1px;
}

.crmName[b-tv4ddeopfj] {
    margin-top: -16px;
    align-self: center;
    font-size: 10px;
}

.profileImageMessage[b-tv4ddeopfj] {
    background-color: #0d6efd;
    margin-left: 20px;
    margin-top: 10px
}

.emptyMessage[b-tv4ddeopfj] {
    margin-top: 20px;
    overflow: hidden;
    margin-left: -20px
}

    .emptyMessage img[b-tv4ddeopfj] {
        height: 10%;
        width: 50%
    }

.emojiItem[b-tv4ddeopfj] {
    margin-left: 5px;
    cursor: pointer;
    width: 70px;
    font-size: 30px
}

.sidePanel[b-tv4ddeopfj] {
    display: none;
    width: 35%;
    background-color: white;
    height: 110%;
    border-left: 1px solid white;
    background-color: #e6e6e6;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
}

.notesStyles[b-tv4ddeopfj] {
    max-height: 60%;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: 15px;
}

.noteslist[b-tv4ddeopfj] {
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 10px;
    margin-top: 10px
}

.notesInput[b-tv4ddeopfj] {
    position: absolute;
    bottom: 80px;
    width: 60%;
    margin-left: 15px
}

.notesTextArea[b-tv4ddeopfj] {
    width: 35%;
    margin-bottom: 10px;
    resize: none
}

.notesTextAreaButton[b-tv4ddeopfj] {
    width: 35%;
}

.showNotesShadows[b-tv4ddeopfj] {
    margin-top: 12px;
    margin-right: 15px;
    border-radius: 50%;
    width: 70%;
    margin-left: 5px;
}

.imgusericon[b-tv4ddeopfj] {
    margin-left: -10px;
    margin-top: 0px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    padding-left: 3.4px;
    padding-top: 3.1px
}

.newmessageicon[b-tv4ddeopfj] {
    position: absolute;
    bottom: 0px;
    margin-left: 20px;
    margin-bottom: 80px;
    cursor: default;
    border-radius: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .newmessageicon button[b-tv4ddeopfj] {
        background-color: lightgray
    }

        .newmessageicon button i[b-tv4ddeopfj] {
            background-color: transparent
        }

    .newmessageicon:hover[b-tv4ddeopfj] {
        transform: scale(1.1);
    }

.inlineText[b-tv4ddeopfj] {
    display: flex;
    font-family: monospace;
    background-color: transparent;
    font-size: 20px;
    left: 20%;
    text-align: center;
    padding-left: 30%;
    line-height: 35px;
    letter-spacing: 3px;
}

.notesnotification[b-tv4ddeopfj] {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    margin-top: 12px;
    z-index: 10;
    overflow: hidden;
    right: 40px
}

.searchboxstyles[b-tv4ddeopfj] {
    background-color: white;
    width: 90%;
    margin-left: 12px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.10);
}

.searchboxinputstyles[b-tv4ddeopfj] {
    width: 85%;
    border: 0px solid #DDD;
    padding-left: 40px;
    box-shadow: none;
}

.searchboxiconstyles[b-tv4ddeopfj] {
    position: absolute;
    padding-top: 10px;
    padding-left: 10px;
    z-index: 20;
    background-color: transparent
}

.searchboxinputstyles:focus[b-tv4ddeopfj] {
    outline: 0px !important;
    box-shadow: none !important;
}

.emojiDivSendMessage[b-tv4ddeopfj] {
    cursor: pointer;
    overflow: hidden;
    margin-left: -5px;
    height: 30px;
    font-size: 20px;
    margin-top: 4px;
    border: 0px;
    z-index: 10;
    position: absolute
}

    .emojiDivSendMessage:hover[b-tv4ddeopfj] {
        transform: scale(1.1);
    }

.attachDivSendMessage[b-tv4ddeopfj] {
    background-color: transparent;
    cursor: pointer;
    overflow: hidden;
    border: 0px;
    height: 30px;
    margin-top: 4px;
    margin-right: -15px;
    text-align: right;
    padding-left: 5px;
    margin-left: -10px;
    position: absolute
}

.messageinputstyles[b-tv4ddeopfj] {
    width: 100%
}

.iframestyles[b-tv4ddeopfj] {
    width: 100%;
    height: 100%;
    border: none;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    .iframestyles .ratio[b-tv4ddeopfj] {
        display: block;
        width: 100%;
        height: auto;
    }

.iframestylesdiv[b-tv4ddeopfj] {
    width: 100%;
    height: auto;
    overflow: hidden
}

    .iframestylesdiv img[b-tv4ddeopfj] {
        width: 100%;
        height: 100%;
        padding-bottom: 15px;
    }

    .iframestylesdiv iframe[b-tv4ddeopfj] {
        height: 400px;
        width: 100%
    }

.pdfmedia[b-tv4ddeopfj] {
    height: 400px;
}

.navbartabs[b-tv4ddeopfj] {
    overflow: hidden;
    margin-left: 2px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-top: -18px;
    font-size: 13px;
}

    .navbartabs li[b-tv4ddeopfj] {
        overflow: hidden;
        margin-right: 5px;
        border-radius: 5px;
        overflow: hidden;
        white-space: nowrap
    }

        .navbartabs li a[b-tv4ddeopfj] {
            font-size: 11px;
            padding-bottom: 7px
        }

        .navbartabs li button[b-tv4ddeopfj] {
            font-size: 11px;
            padding-bottom: 7px
        }

/*.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #808080;
}*/
/* not active (faded) */
.nav-pills .pill-1 .nav-link:not(.active)[b-tv4ddeopfj] {
    background-color: transparent;
    color: black;
}

.navlinkBM:hover[b-tv4ddeopfj] {
    background-color: #0d6efd !important;
    color: white !important;
}

/* active (faded) */
.nav-pills .pill-1 .nav-link[b-tv4ddeopfj] {
    background-color: #0d6efd;
    color: white;
}

/* not active (faded) */
.nav-pills .pill-2 .nav-link:not(.active)[b-tv4ddeopfj] {
    background-color: transparent;
    color: black;
}

.navlinkWhatsapp:hover[b-tv4ddeopfj] {
    background-color: #198754 !important;
    color: white !important;
}

/* active (faded) */
.nav-pills .pill-2 .nav-link[b-tv4ddeopfj] {
    background-color: #198754;
    color: white;
}

/* not active (faded) */
.nav-pills .pill-3 .nav-link:not(.active)[b-tv4ddeopfj] {
    background-color: transparent;
    color: black;
}

/* active (faded) */
.nav-pills .pill-3 .nav-link[b-tv4ddeopfj] {
    background-color: #6c757d;
    color: white;
}

.navlinkChatbox:hover[b-tv4ddeopfj] {
    background-color: #dd3b1e !important;
    color: white !important;
}

/* not active (faded) */
.nav-pills .pill-4 .nav-link:not(.active)[b-tv4ddeopfj] {
    background-color: transparent;
    color: black;
}

/* active (faded) */
.nav-pills .pill-4 .nav-link[b-tv4ddeopfj] {
    background-color: #dd3b1e;
    color: white;
}

.checkstyle[b-tv4ddeopfj] {
    font-size: 12px;
    background-color: transparent;
    color: gray
}

.previewParent[b-tv4ddeopfj] {
    position: absolute;
    width: 40%;
    height: 42%;
    background-color: transparent;
    bottom: 75px;
    right: 3%;
    z-index: 88;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .previewParent button[b-tv4ddeopfj] {
        background-color: white;
        border: 0px;
        color: black;
        margin-right: 5px;
        margin-top: 4px
    }

    .previewParent p[b-tv4ddeopfj] {
        background-color: white;
        border: 0px;
        color: black;
        margin-left: 5px;
        padding-top: 7px
    }

.previewChild[b-tv4ddeopfj] {
    margin-top: -5px;
    width: 100%;
    height: 200px;
}

.select[b-tv4ddeopfj] {
    background-color: red !important
}

/* not active (faded) */
.nav-pills .pill-smiley .nav-link:not(.active)[b-tv4ddeopfj] {
    background-color: transparent;
    color: black;
}

/* active (faded) */
.nav-pills .pill-smiley .nav-link[b-tv4ddeopfj] {
    background-color: #6c757d;
    color: white;
}

.noteItem[b-tv4ddeopfj] {
    margin-left: 5px;
    background-color: #f2f2f2;
    border: 0px solid #f2f2f2;
}

.sendMessageComponent[b-tv4ddeopfj] {
}

.title[b-tv4ddeopfj] {
    margin-left: 120px;
    margin-top: 1.5%;
    color: #595959;
    margin-bottom: -10px
}

.divider[b-tv4ddeopfj] {
    margin-left: 100px;
    margin-right: 80px
}

.messageFunctions[b-tv4ddeopfj] {
    display: flex;
    background-color: transparent;
    width: auto;
    float: right;
    margin-right: calc(100vw - 95.6vw);
    margin-top: 5px
}

.sendMessageIcons[b-tv4ddeopfj] {
    overflow: hidden;
    background-color: transparent;
    width: calc(100vw - 98vw);
    margin-top: -2px
}

.sendmessageicon[b-tv4ddeopfj] {
    position: absolute;
    cursor: default;
    color: black;
    background-color: transparent;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4px;
    font-size: 10px;
    top: 0;
    height: 20px;
    font-weight: 500
}

.headerBar[b-tv4ddeopfj] {
    width: 90%;
    margin-left: -50px
}

.headerBarTitle[b-tv4ddeopfj] {
    margin-left: 8%
}
/* /Pages/Organisation.razor.rz.scp.css */
.cardOrganisationRow[b-ndqty3nnht] {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-left: 20px;
}

.cardOrganisationRowCard[b-ndqty3nnht] {
    width: 16rem;
    height: 10rem;
    margin-right: 12px;
    background-image: linear-gradient(to right, white, white);
    border-radius: 12px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 20px
}

    .cardOrganisationRowCard img[b-ndqty3nnht] {
        width: 200px;
        height: 150px;
        align-self: center;
        margin-top: 10px
    }

    .cardOrganisationRowCard div p[b-ndqty3nnht] {
        text-align: center;
        color: #595959;
    }

.card:hover[b-ndqty3nnht] {
    transform: scale(1.02);
}

.animate-slide-up[b-ndqty3nnht] {
    animation: slideUp 0.8s ease-out;
    animation-fill-mode: both;
}
/* /Pages/Report.razor.rz.scp.css */
.headerFilter[b-g1zxuc6hcb] {
    display: flex;
    height: 7vh;
    margin-bottom: 20px;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-right: auto;
    margin-left: 10.5%;
    width: 79%
}

    .headerFilter select[b-g1zxuc6hcb] {
        width: 15%;
        height: 50%;
        margin-top: 1.2%;
        margin-left: 20px;
        font-size: 11px;
        padding-bottom: 4px;
        padding-top: -10px
    }

    .headerFilter button[b-g1zxuc6hcb] {
        margin-top: 1.4%;
        margin-right: 20px;
        width: 8%;
        height: 50%;
        font-size: 11px;
        padding-top: -10px;
        padding-bottom: 4px;
    }

.bodyParent[b-g1zxuc6hcb] {
    display: flex;
    margin-right: auto;
    margin-left: 12%;
    width: 100%
}

.bodyReport[b-g1zxuc6hcb] {
    display: flex;
    overflow-y: hidden;
    width: 95%;
    margin-bottom: 20px;
    padding: 10px;
    margin-left: -55px
}

.navTabsStyles[b-g1zxuc6hcb] {
    margin-bottom: 10px;
    width: 81.5vw;
    margin-left: 120px;
    margin-top: -10px
}

.dateStyles[b-g1zxuc6hcb] {
    display: flex
}

    .dateStyles input[b-g1zxuc6hcb] {
        margin-top: 16px;
        margin-left: 10px;
        height: 40%;
        border: 1px solid #cccccc;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px
    }

    .dateStyles p[b-g1zxuc6hcb] {
        margin-top: 15px;
        margin-left: 20px;
        font-size: 14px
    }

.tableStyles[b-g1zxuc6hcb] {
    overflow-y: auto;
    overflow-x: auto;
    width: 65%;
    margin-left: -10px;
    font-size: 13px;
    height: 66vh
}

.tableHeader[b-g1zxuc6hcb] {
    text-align: center;
    margin-top: 10px;
    font-size: 18px
}

.chartHeader[b-g1zxuc6hcb] {
    text-align: center;
    margin-top: 10px;
    font-size: 18px
}

.chartStyles[b-g1zxuc6hcb] {
    width: 50%
}

.innerChartStyles[b-g1zxuc6hcb] {
    max-width: 100%;
    margin-left: -1px;
    margin-top: 80px
}

.nullStyles[b-g1zxuc6hcb] {
    margin-top: 50px;
    position: absolute;
    margin-left: 18%
}
/* /Pages/ReportView.razor.rz.scp.css */
.headerFilter[b-y7e5nsfa0c] {
    display: flex;
    height: 7vh;
    margin-bottom: 20px;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-right: auto;
    margin-left: 10.5%;
    width: 79%
}

    .headerFilter select[b-y7e5nsfa0c] {
        width: 15%;
        height: 50%;
        margin-top: 1.2%;
        margin-left: 20px;
        font-size: 11px;
        padding-bottom: 4px;
        padding-top: -10px
    }

    .headerFilter button[b-y7e5nsfa0c] {
        margin-top: 1.4%;
        margin-right: 20px;
        width: 8%;
        height: 50%;
        font-size: 11px;
        padding-top: -10px;
        padding-bottom: 4px;
    }

.bodyParent[b-y7e5nsfa0c] {
    display: flex;
    margin-right: auto;
    margin-left: 12%;
    width: 100%
}

.bodyReport[b-y7e5nsfa0c] {
    display: flex;
    overflow-y: hidden;
    width: 95%;
    margin-bottom: 20px;
    padding: 10px;
    margin-left: -55px
}

.navTabsStyles[b-y7e5nsfa0c] {
    margin-bottom: 10px;
    width: 81.5vw;
    margin-left: 120px;
    margin-top: -10px
}

.dateStyles[b-y7e5nsfa0c] {
    display: flex
}

    .dateStyles input[b-y7e5nsfa0c] {
        margin-top: 16px;
        margin-left: 10px;
        height: 40%;
        border: 1px solid #cccccc;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px
    }

    .dateStyles p[b-y7e5nsfa0c] {
        margin-top: 15px;
        margin-left: 20px;
        font-size: 14px
    }

.tableStyles[b-y7e5nsfa0c] {
    overflow-y: auto;
    overflow-x: auto;
    width: 65%;
    margin-left: -10px;
    font-size: 13px;
    height: 66vh
}

.tableHeader[b-y7e5nsfa0c] {
    text-align: center;
    margin-top: 10px;
    font-size: 18px
}

.chartHeader[b-y7e5nsfa0c] {
    text-align: center;
    margin-top: 10px;
    font-size: 18px
}

.chartStyles[b-y7e5nsfa0c] {
    width: 50%
}

.innerChartStyles[b-y7e5nsfa0c] {
    max-width: 100%;
    margin-left: -1px;
    margin-top: 80px
}

.nullStyles[b-y7e5nsfa0c] {
    margin-top: 50px;
    position: absolute;
    margin-left: 18%
}
/* /Pages/UserEditor.razor.rz.scp.css */
.userDetailDiv[b-2o5q8qyckl] {
    margin-top: 0px;
    margin-left: 100px;
    margin-right: 100px;
}

    .userDetailDiv form[b-2o5q8qyckl] {
        margin-left: 100px;
        margin-right: 100px;
    }

        .userDetailDiv form div[b-2o5q8qyckl] {
            margin-top: 15px
        }

.functionsDiv[b-2o5q8qyckl] {
    margin-bottom: 50px;
    margin-top: 2%;
    float: right;
    margin-right: 120px
}

.errorStyles[b-2o5q8qyckl] {
    margin-top: 20px;
    margin-left: 130px;
    font-size: 18px
}
/* /Pages/UserManagement.razor.rz.scp.css */
.userManagementDiv[b-2xrwa41mhh] {
    margin-right: auto;
    margin-left: 10.5%;
    width: 100%;
    overflow: hidden;
}

.userManagementDiv[b-2xrwa41mhh] {
    margin-right: auto;
    margin-left: 10.5%;
    width: 100%;
    overflow: hidden;
}

.tableStyles[b-2xrwa41mhh] {
    height: 70vh;
    overflow-y: auto;
    background-color: transparent;
    width: 78.5vw;
    margin-right: 50px;
    margin-top: -18px;
    font-size: 14px
}

.buttonStyles[b-2xrwa41mhh] {
    width: 150px;
    height: 40px;
    margin-top: 1.5%;
    margin-bottom: -5px;
    margin-right: 90px;
}

.filtersDiv[b-2xrwa41mhh] {
    margin-left: 110px;
}

.dividerDiv[b-2xrwa41mhh] {
    display: flex;
    width: 100%;
}

.userDetailDiv[b-2xrwa41mhh] {
    width: 30%;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-right: 110px;
    padding: 10px
}

    .userDetailDiv form[b-2xrwa41mhh] {
        margin-top: 20px
    }

.userInfo[b-2xrwa41mhh] {
    display: flex
}

    .userInfo p[b-2xrwa41mhh] {
        font-weight: 500;
        margin-left: 10px;
        margin-top: 10px;
    }

    .userInfo span[b-2xrwa41mhh] {
        height: 20px;
        margin-left: 10px;
        margin-top: 13px;
    }

    .userInfo button[b-2xrwa41mhh] {
        height: 20px;
        margin-left: 10px;
        margin-top: 10px;
        font-size: 12px;
        display: inline-flex;
        align-items: center;
    }

.headerDivider[b-2xrwa41mhh] {
    margin-top: -5px;
}

.userInfoTitle[b-2xrwa41mhh] {
    font-weight: 500;
    margin-left: 10px;
    margin-top: 10px;
}

.userInfoSubTitle[b-2xrwa41mhh] {
    font-weight: 300;
    margin-left: 20px;
    margin-top: -10px;
}

.seperator[b-2xrwa41mhh] {
    margin-top: 10px;
    height: 10px
}
/* /Pages/WhatsAppAccount.razor.rz.scp.css */
.group[b-1q282whj4p] {
    width: 50%;
    margin-bottom: 25px;
}

    .group label[b-1q282whj4p] {
        display: block;
        margin-top: 26px;
        margin-bottom: 10px;
        margin-left: 11%;
    }

    .group input[b-1q282whj4p] {
        border: none;
        outline: none;
        padding: 20px;
        width: calc(100% - 40px);
        border-radius: 10px;
        background-color: #eaeff2;
        color: #3ba62f;
        font-size: 20px;
    }

    .group .power-container[b-1q282whj4p] {
        background-color: darkgray;
        width: 60%;
        height: 4px;
        border-radius: 5px;
        margin-left: 11%;
        margin-bottom: -30px;
    }

        .group .power-container #power-point[b-1q282whj4p] {
            background-color: #D73F40;
            width: 1%;
            height: 100%;
            border-radius: 5px;
            transition: 0.5s;
        }
/* /Shared/EmptyLayout.razor.rz.scp.css */
/*My Custom CSS*/
.parentNavBar[b-jt5b5agsf4] {
    height: 80px;
    overflow: visible !important;
}

.parentNavBarBrand[b-jt5b5agsf4] {
    width: 190px;
    height: 60px;
    margin-left: 0px;
}

.item[b-jt5b5agsf4] {
    padding: 0.25em;
    text-align: center;
    display: inline-block;
    width: 80px;
    height: calc(100% - 80px);
    background: whitesmoke;
    vertical-align: middle;
    position: absolute;
    -webkit-transition: all 0.3s ease-out;
    box-shadow: 5px 0 5px -5px #333;
    background-color: rgb(248, 249, 250)
}

    .item:hover[b-jt5b5agsf4] {
        cursor: pointer;
        left: 0;
        width: 200px;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        z-index: 999;
    }

    .item div a div[b-jt5b5agsf4] {
        margin-bottom: 10px
    }

        .item div a div i[b-jt5b5agsf4] {
            padding-top: 8px;
            margin-right: 10px;
            width: 70px;
            color: black;
        }

        .item div a div p[b-jt5b5agsf4] {
            padding-top: 2px;
            margin-right: 20px;
            color: black;
            display: none;
        }

            .item div a div p #item:hover[b-jt5b5agsf4] {
                display: block;
            }
/* /Shared/ErrorLayout.razor.rz.scp.css */
/* /Shared/HelpLayout.razor.rz.scp.css */
/* /Shared/LoadingLayout.razor.rz.scp.css */
/*My Custom CSS*/
.parentNavBar[b-335rupftk9] {
    height: 80px;
    overflow: visible !important;
}

.parentNavBarBrand[b-335rupftk9] {
    width: 190px;
    height: 60px;
    margin-left: 0px;
}

.item[b-335rupftk9] {
    padding: 0.25em;
    text-align: center;
    display: inline-block;
    width: 80px;
    height: calc(100% - 80px);
    background: whitesmoke;
    vertical-align: middle;
    position: absolute;
    -webkit-transition: all 0.3s ease-out;
    box-shadow: 5px 0 5px -5px #333;
    background-color: rgb(248, 249, 250)
}

    .item:hover[b-335rupftk9] {
        cursor: pointer;
        left: 0;
        width: 200px;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        z-index: 999;
    }

    .item div a div[b-335rupftk9] {
        margin-bottom: 10px
    }

        .item div a div i[b-335rupftk9] {
            padding-top: 8px;
            margin-right: 10px;
            width: 70px;
            color: black;
        }

        .item div a div p[b-335rupftk9] {
            padding-top: 2px;
            margin-right: 20px;
            color: black;
            display: none;
        }

            .item div a div p #item:hover[b-335rupftk9] {
                display: block;
            }
/* /Shared/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/
/* /Shared/ManagementLayout.razor.rz.scp.css */
.page[b-120yl8of5c] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-120yl8of5c] {
    flex: 1;
}

.sidebar[b-120yl8of5c] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-120yl8of5c] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-120yl8of5c]  a, .top-row[b-120yl8of5c]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-120yl8of5c]  a:hover, .top-row[b-120yl8of5c]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-120yl8of5c]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-120yl8of5c] {
        display: none;
    }

    .top-row.auth[b-120yl8of5c] {
        justify-content: space-between;
    }

    .top-row[b-120yl8of5c]  a, .top-row[b-120yl8of5c]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-120yl8of5c] {
        flex-direction: row;
    }

    .sidebar[b-120yl8of5c] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-120yl8of5c] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-120yl8of5c]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-120yl8of5c], article[b-120yl8of5c] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/PageLayout.razor.rz.scp.css */
.page[b-rlsbeym05w] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-rlsbeym05w] {
    flex: 1;
}

.sidebar[b-rlsbeym05w] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-rlsbeym05w] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-rlsbeym05w]  a, .top-row[b-rlsbeym05w]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-rlsbeym05w]  a:hover, .top-row[b-rlsbeym05w]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-rlsbeym05w]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-rlsbeym05w] {
        display: none;
    }

    .top-row.auth[b-rlsbeym05w] {
        justify-content: space-between;
    }

    .top-row[b-rlsbeym05w]  a, .top-row[b-rlsbeym05w]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-rlsbeym05w] {
        flex-direction: row;
    }

    .sidebar[b-rlsbeym05w] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-rlsbeym05w] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-rlsbeym05w]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-rlsbeym05w], article[b-rlsbeym05w] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
