#consultation-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    background: #fff;
    border: 1px solid #ccc;
    padding: 30px 20px 20px 20px;
    width: 50% !important;
    z-index: 999999999;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 16px;
    max-height: calc(100vh - 10%);
    overflow-y: auto;
}
#add-cart-btn-loading
 {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #0984e3;
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    display: none;
}

#start-consultation {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 30px 30px 30px 30px;
    padding: 15px 50px 15px 50px;
    color: #FFFFFF;
    background-color: #467FF7;
    border-color: #467FF7;
    transition: all 0.2s;
    width: 100%;
}
.consultation-header-main {
    text-align: center;
    margin-bottom: 20px;
}
.consultation_status_wrapper {
    margin-bottom: 10px;
}
.close_icon_wrapper {
    position: absolute;
    right: 6px;
    top: 10px;
    background-color: #ffffff;
    padding: 10px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    z-index: 999;
    cursor: pointer;
}
/* .consultation_main{
    margin-bottom: 10px;
} */
.under_grid_wrapper {
    display: grid;
    grid-template-columns: 1fr 120px;
    align-items: center;
    gap: 10px;
    padding: 10px 6px;
}
.popup_description {
    font-size: 14px;
}
.consultation_button_wrapper {
    display: flex;
    justify-content: end;
}
button.custom_btn_yes, 
button.custom_btn_no {
    background-color: #ffffff !important;
    color: #467ff7 !important;
    max-width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 30px !important;
    font-size: 14px !important;
}
button.custom_btn_yes {
    border-radius: 10px 0 0 10px !important;
}
button.custom_btn_no {
    border-radius: 0 10px 10px 0 !important;
    border-left: 0 !important;
}
.consultation_status_wrapper h6{
    font-size: 14px;
}
.consultation_status_wrapper.color_yellow_section {
    background-color: #fcf8e3;
    padding: 8px;
}
.consultation_status_wrapper.color_success_section {
    background-color: #cfc;
    padding: 8px;
}
.consultation_status_wrapper.color_red_section {
    background-color: #f2dede;
    padding: 8px;
}

.consultation_status_wrapper.color_yellow_section h6 {
    color: #c09853;
}
.consultation_status_wrapper.color_success_section h6 {
     color: #060;
}
.consultation_status_wrapper.color_red_section h6 {
    color: #b94a48;
}
.consultation_main .consultation_status_wrapper{
    display: none;
}
.consultation_main .popup_label {
    color: #ffffff;
    background-color: #045CB4;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
}
.custom-radio-button {
    position: relative;
    border: 1px solid #045cb4;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.custom-radio-button input {
    visibility: hidden;
}
.custom-radio-button label {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
}
.custom-radio-button input:checked + label {
    background-color: #045cb4;
    color: white;
    border-color: #045cb4;
}
.custom-radio-button.custom-radio-button-yes {
    border-right: 0 !important;
}
.add-cart-btn ,
.custom-close-btn{
    padding: 12px 20px !important;
    font-size: 14px !important;
    background-color: #045cb4 !important;
    line-height: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
}
.form-btn-wrapper{
    display: flex;
    align-items: center;
    gap: 12px;
}
.custom-radio-error {
    color: #ff0000;
    font-size: 14px;
    line-height: 16px;
}
#modal-overlay{
    display: none;
}
body.popupopen_model #modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999999;
    display: block;
}
.close_icon_wrapper {
    position: absolute;
    right: 6px;
    top: -2px;
    background-color: #ffffff;
    padding: 10px 0 0 0;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    z-index: 999;
    cursor: pointer;
}

.elementor-sticky--active{
    z-index: 999999 !important;
}


.woocommerce-info {
    text-align: center;
    color: #000000 !important;
    background-color: #ffffff !important;
    border: 1px solid #045cb4 !important;
    padding: 10px !important;
    width: fit-content !important;
    margin: 0 auto !important;
    margin-bottom: 16px !important;
    border-radius: 10px !important;
}
.woocommerce-info::before {
    display: none !important;
}

@media (max-width: 940px){
    #consultation-popup {
        width: 70% !important;
    }
}
@media (max-width: 640px){
    #consultation-popup {
        width: 90% !important;
    }
}
@media (max-width: 480px){
    .under_grid_wrapper{
        grid-template-columns: 1fr;
    }
}
