.raq-fs{
        font-size: 14px;
    }
    .raq-fxs{
        font-size: 12px;
    }

    .elex_raq_go_premium_color{
        color:green !important;
        font-size: 12px;
        position: relative;
        top: -6px;
    }
    li {
        a.active .elex_raq_go_premium_color {
            color: #fff !important;
            font-weight: 500;
        }
        
        
    }
   
.elex-rqst-quote-side-panel {
    height: 100vh;
    position: sticky;
    top: 0;
    min-width: 165px;
    max-width: 165px;
    background: #2c3338;
    padding: 10px;
    ul {
        padding: 0;
        margin: 0;
        list-style: none;
        li {
            padding: 5px 10px;
            a {
                color: #c4c4c4;
                text-decoration: none;
                font-size: 14px;
                font-weight: 300;
            }
        }
        li.active {
            a .elex_raq_go_premium_color {
                color: #fff;
                font-weight: 500;
            }
            
            
        }
       
      
    }
}



// note css
.elex-raq-note {
    background: #f8e2d7;
    border: 1px solid #f8641c;
    border-left: 8px solid #f8641c;
}
.elex-rqst-quote-main {
    background-color: #fff;
    min-height: 100vh;
    .elex-rqst-quote-main-links {
        ul {
            li {
                
                a {
                    color: #000;
                    border: 1px solid #ddd;
                    border-bottom: none;
                    font-weight: 500;
                }
                a.elex_raq_basic {
                    color:green !important;
                  }
                a.active {
                    border: 1px solid $primary;
                    border-bottom: none;
                }
               
            }
            li.go_premium{
                a.active{
                    color:#fff !important;
                  
                  }
            }
        }
    }
    // notifiaction settings page navbar
    .elex-rqust-quote-noti-settings-nav {
        width: 280px;
        .nav-link {
            color: #000;
        }
        .nav-link.active {
            color: #fff;
        }
    }
}
select{
    max-width: 100% !important;
}
.form-control:disabled,
select:disabled{
    opacity: .5;
}

    .elex-rqst-quote-email-template-container{
       
            .elex-rqst-quote-email-template{
                width: 200px;
                text-align: center;
                .elex-rqst-quote-email-img-container{
                    transition: .4s ease;
                    border: 2px solid transparent;
                    padding: 2px;
                    margin-bottom: 10px;
                    img{
                        width: 100%;
                        margin-bottom: 10px;
                        
                     }
                }
                .elex-rqst-quote-email-img-container:hover{
                    transition: .4s ease;
                    border: 2px solid $primary;
                }
                 
                 .elex-rqst-email-template-preview{
                    z-index: 99999;
                    height:100vh;
                    
                    .elex-rqst-email-preview-close-btn{
                        top: 5px;
                        right: 5px;
                     }
                 }
                 
            }
            .elex-raq-basic-email-template{
                .elex-rqst-quote-email-template{
                .elex-rqst-quote-email-img-container:hover{
                    transition:none;
                    border: 2px solid transparent !important;
                   
                }
                }
            }
            .elex-raq-basic-email-template::after{
                content: '';
                position: absolute;
                top:0;
                left:0;
                height:100%;
                width: 100%;
                z-index: 2;
                background: #f1eaea5e;
                pointer-events: none;
                cursor: none;
                
            }
        }

.WAMuiChipInput-underline-14:after,
.WAMuiChipInput-underline-14:before{
    display: none;
}
// switch button css
.elex-switch-btn {
    position: relative;
    display: inline-block;
    width: 60px;
    min-width: 60px;
    height: 26px;
    input {
        display: none;
    }
    .elex-switch-icon {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #A3A3A3;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        border-radius: 34px;
    }
    .elex-switch-icon:before {
        position: absolute;
        content: "";
        height: 22px;
        width: 22px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        border-radius: 50%;
    }
    input:checked+.elex-switch-icon {
        background-color: #00BBFF;
    }
    input:focus+.elex-switch-icon {
        box-shadow: 0 0 1px #2196f3;
    }
    input:checked+.elex-switch-icon:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(34px);
    }
    /*------ ADDED CSS ---------*/
    .elex-switch-icon:after {
        content: "OFF";
        color: #000;
        font-weight: 600;
        display: block;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 70%;
        font-size: 10px;
    }
    input:checked+.elex-switch-icon:after {
        content: "ON";
        left: 30%;
    }
}

// end of switch button css
.elex-rqst-quote-warning {
    border: 1px solid $warning;
    border-left: 5px solid $warning;
}


// tooltip custom color

.tooltip-outline-default.tooltip { 
    .tooltip-inner {
        border: none;
        box-shadow: 0px 0px 3px $primary;
        background: #fff; 
        color: #000;
        font-size: 0.7rem;
    }
    .tooltip-arrow::before {
        display: none;
    }
}

.tooltip-outline-primary.tooltip {
    .tooltip-inner {
        border: none;
        box-shadow: 0px 0px 3px $primary;
        background: #fff; 
        color: #000;
        font-size: 0.7rem;
    }
    .tooltip-arrow::before {
        display: none;
    }
}

.tooltip-outline-purple.tooltip {
    .tooltip-inner {
        border: none;
        box-shadow: 0px 0px 3px #F972C7;
        background: #fff;
        color: #000;
        font-size: 0.7rem;
    }
    .tooltip-arrow::before {
        display: none;
    }
}

.tooltip-outline-danger.tooltip {
    .tooltip-inner {
        border: none;
        box-shadow: 0px 0px 3px $danger;
        background: #fff;
        color: #000;
        font-size: 0.7rem;
    }
    .tooltip-arrow::before {
        display: none;
    }
}

.tooltip-outline-warning.tooltip {
    .tooltip-inner {
        border: none;
        box-shadow: 0px 0px 3px #FFC67A;
        background: #fff;
        color: #000;
        font-size: 0.7rem;
    }
    .tooltip-arrow::before {
        display: none;
    }
}

.tooltip-outline-success.tooltip {
    .tooltip-inner {
        border: none;
        box-shadow: 0px 0px 3px $success;
        background: #fff;
        color: #000;
        font-size: 0.7rem;
    }
    .tooltip-arrow::before {
        display: none;
    }
}
//licence
.elex-license-like-img-container{
    transition: .3s ease;
}
.elex-license-like-img-container:hover {
    box-shadow: 0 0 16px rgb(16 81 141 / 60%);
    transition: .3s ease;
}

// ------------------btn hover -------------------------//
// purple
.elex-rqust-quote-btn-purple-hover:hover{
    background-color: #F972C7  !important;
    transition: .3s ease;
}
// pink
.elex-rqust-quote-btn-pink-hover:hover{
    background-color: #FFB8B8 !important;
    transition: .3s ease;
}

//btn hover 
svg.elex-blue-icon-hover-btn:hover {
    g,
    path {
        stroke: $primary;
    }
}

// help & support
.elex-rqust-quote-help-support-navbar {
    ul {
        display: flex;
        gap: 40px;
        align-items: center;
        padding: 0 20px;
        margin: 0;
        list-style: none;
        text-decoration: none;
        li {
            padding: 10px 0;
            position: relative;
            a {
                color: #000;
                text-decoration: none;
                font-weight: 500;
            }
        }
        li.active {
            a {
                color: #10518d;
            }
        }
        li.active:after {
            position: absolute;
            content: '';
            height: 3px;
            border-radius: 2px;
            width: 100%;
            background: #10518d;
            bottom: 0;
            left: 0;
        }
    }
}