.fixHeight {
    height: 240px !important;
}

.recomH {
    height: 180px !important
}

.ComplianceStyle {
    height: 500px !important;
}
.F-16{
    font-size:16px !important;
}
 .bg-theme {
            background-color: #26a69a;
            border-color: #26a69a;
            color: #fff;
        }
        .ComplianceFont{
            font-size:14px;
        }
        .AHeader {
            margin-top: -5px;
            margin-left: 30px;
            margin-bottom: -45px;
            font-weight: bold;
        }

        .fixpanelheight {
            min-height: 365px;
        }
        .LableStyle{
            height:20px;
            width:50px;
        }
.ThemeTxt {
    color: #be1e2d;
}
.ThemeBlack {
    color: #263238;
}
.NavBandCus {
    padding: 0px !important;
}

.LogoCus {
    height: 45px !important;
    width: 260px !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
}

.bg-black-theme {
    color: white;
    background-color: #263238;
}

@media(max-width:1920px) {
    .ComplianceStyle {
        padding-bottom: 25px;
    }

    .RecomStyle {
        padding-bottom: 19px;
    }
    .GuageStyle{
        margin-left:auto;
    }
}
@media(max-width:1680px) {
    .ComplianceStyle {
        padding-bottom: 25px;
    }

    .RecomStyle {
        padding-bottom: 19px;
    }
    .GuageStyle{
        margin-left:auto;
    }
}

@media(max-width:1680px) {
    .ComplianceStyle {
        padding-bottom: 25px;
    }

    .RecomStyle {
        padding-bottom: 19px;
    }
    .GuageStyle{
        margin-left:auto;
    }
}

@media(max-width:1440px) {
    .ComplianceStyle {
        padding-bottom: 25px;
    }

    .RecomStyle {
        padding-bottom: 19px;
    }
    .GuageStyle{
        margin-left:auto;
    }
}

@media(max-width:1366px) {
    .ComplianceStyle {
        padding-bottom: 25px;
    }

    .RecomStyle {
        padding-bottom: 19px;
    }
    .GuageStyle{
        margin-left:auto;
    }
}

@media(max-width:1300px) {
    .ComplianceStyle {
        padding-bottom: 25px;
    }

    .RecomStyle {
        padding-bottom: 38px;
    }
    .GuageStyle{
        margin-left:auto;
    }
}
@media(max-width:1240px) {
    .ComplianceStyle {
        padding-bottom: 25px;
    }

    .RecomStyle {
        padding-bottom: 38px;
    }
    .GuageStyle{
        margin-left:auto;
    }
}
@media(max-width:1180px) {
    .ComplianceStyle {
        padding-bottom: 25px;
    }

    .RecomStyle {
        padding-bottom: 78px;
    }
    .GuageStyle{
        margin-left:auto;
    }
}
@media(max-width:1110px) {
    .ComplianceStyle {
        padding-bottom: 25px;
    }

    .RecomStyle {
        padding-bottom: 98px;
    }
    .GuageStyle{
        margin-left:auto;
    }
}

@media(max-width:1080px) {
    .ComplianceStyle {
        padding-bottom: 25px;
    }

    .RecomStyle {
        padding-bottom: 38px;
    }
    .GuageStyle{
        margin-left:auto;
    }
}

@media(max-width:1050px) {
    .ComplianceStyle {
        padding-bottom: 25px;
    }

    .RecomStyle {
        padding-bottom: 38px;
    }
    .GuageStyle{
        margin-left:auto;
    }
}

@media(max-width:1024px) {
 .ComplianceStyle{
            padding-bottom:25px;
        }
 .RecomStyle{
     padding-bottom:38px;
 }
}

@media(max-width:991px) {

}
@media(max-width:900px) {

}
@media (max-width: 800px) {

}
@media (max-width: 768px) {
}
@media (max-width: 736px) {
}
@media (max-width: 667px) {
}
@media (max-width: 600px) {
}
@media (max-width: 568px) {
}
@media (max-width: 414px) {
}

.spinning {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}


.ai-assistant-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: red;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(6,182,212,.35);
    cursor: pointer;
    z-index: 9999;
    transition: all 0.3s ease;
    border: none;
    color: white;
    animation: pulse 2s infinite;
}

    .ai-assistant-btn:hover {
        transform: scale(1.1);
        box-shadow: 0 12px 30px rgba(6,182,212,.45);
        animation: none;
    }

    .ai-assistant-btn:active {
        transform: scale(0.95);
    }

.ai-robot-icon {
    width: 32px;
    height: 32px;
    display: block;
    opacity: 1;
    visibility: visible;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
}

.ai-tooltip {
    position: absolute;
    right: 85px;
    bottom: 15px;
    background: white;
    padding: 12px 16px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(2,132,199,.15);
    border: 1px solid var(--wb-border);
    width: 200px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    transform: translateX(10px);
    color:black;
}

    .ai-tooltip:after {
        content: '';
        position: absolute;
        right: -8px;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-left: 8px solid white;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
    }

.ai-assistant-btn:hover .ai-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.ai-tooltip p {
    margin: 0;
    color: var(--wb-ink);
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
}

.ai-tooltip small {
    color: var(--wb-muted);
    font-size: 12px;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 red;
    }

    70% {
        box-shadow: 0 0 0 10px red;
    }

    100% {
        box-shadow: 0 0 0 0 red;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .ai-assistant-btn {
        width: 60px;
        height: 60px;
        bottom: 20px;
        right: 20px;
    }

    .ai-robot-icon {
        width: 28px;
        height: 28px;
    }

    .ai-tooltip {
        width: 160px;
        right: 75px;
        padding: 10px 12px;
    }

        .ai-tooltip p {
            font-size: 13px;
        }
}