.adf-bfm-row ,.adf_bfm_emailpop-up{
    display: none;
    
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    margin: auto !important;
    position: fixed;
    z-index: 999999;
    
    border-radius: 10px;
    
}.adf_bfm_show_variation{
    text-align: center;
    color: black;
}
.adf_bfm_price_color{
    color:black;
}
.adf_bfm_closeicon{
    display: flex;
    justify-content: end;
}
.adf_bfm_pop-container{
    width: 65%;
    max-height: 85%;
    background-color: #d6e3eb;
    overflow-y: auto;
}
.attachment-medium{
    width:200px !important;
    height: 200px !important;
}
.adf_bfm_emailmessagecontainer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    width: 300px;
    background-color: white;
}
.adf_bfm_emailmessagerow{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
   
}
.adf_bfm_success{
    color: green;
    font-size: 5rem;
    margin-top: 20px !important;
}
.adf_bfm_notsend{
    color: red;
    font-size: 5rem;
    margin-top: 20px !important;
}
.adf_bfm_product_image{
    width:165px
}
#adf_bfm_product-main-image{
    width:200px;
    height:200px;
    margin-bottom:20px !important;
}
.adf_bfm_closeicon .adf_bfm_dashicon{
    font-size: 1.2rem;
    margin-right: 5px !important;
    margin-top: 5px !important;
    border-radius: 50%;
}
.adf_bfm_recordcontainer{
    display:flex;
    justify-content: space-between;
}
.adf_bfm_emailformelement{
    width:90%;
    display:flex;
    justify-content:space-between;
    margin-top: 30px !important;
}
.adf_bfm_formheading{
    width: 90%;
    text-align: center;
    margin-top: 0 !important;
}
.adf_bfm_email_preview_heading{
    margin-top: 25px !important;
}
.adf_bfm_variation{
    
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px !important;
}
.adf_bfm_emailformelement:first-child{
    margin-top: 0 !important;
}
.adf_bfm_recordrow{
    width:33%;
    padding: 0 40px;
    padding-bottom: 20px;;
    
}
.adf_bfm_hide_price{
    width: 15px;
    height: 15px;
    margin-left: 20px !important;

    
}
.adf_bfm_emailformsetting{
    width:67%;
    display: flex;
    flex-direction: column;
    background-color: white;
    padding-bottom: 20px;
}
.adf_bfm_emailpreviewsetting{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.adf_bfm_emailpreview{
    padding: 12px;
   box-shadow:rgb(25 25 25 / 32%) 11px 11px 10px !important;;
    border:25px solid #006e99 !important;
}
.adf_bfm_inner_email_preview{
    width: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.adf_bfm_required{
    margin-left: 4px;
}
.adf_bfm_requiredicon{
    font-size: 7px;
}
.adf_bfm_show_message{
    margin-top: 10px !important;
}
/* .adf_bfm_emailpreview{
    padding:30px;
    background-color: white;
    border: 20px solid #D7ED7D;
} */

.adf_bfm_emailmessage{
    text-align: center;
    font-size: 1.4rem;
    margin:10px 0 !important;
}
.adf_bfm_error{
    color:red;
    display:none;
}
.adf_bfm_emailpreview_message{
    margin-top: 10px !important;
    overflow-y: auto;
    font-size: 1.1rem;
}
.adf_bfm_emailformcontainer{
    margin-top: -10px !important;
    margin-bottom: 5px;
    width: 45%;
}
.adf_bfm_emaildetails{
    width: 90%;
    margin-top: 10px !important;
}
.adf_bfm_emailformcontainer_select , .adf_bfm_emailformcontainer_textarea{
    width: 100%;
    height:40px;
    padding-left: 15px;
    font-size: 13px;
    background-color: white !important;
    margin-top: 5px !important;
    border: 1px solid lightgray !important;
    outline: 1px black  !important;
    border-radius: 5px !important;
}
.adf_bfm_color{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.adf_bfm_emailformcontainer_color{
    width: 100px;
    height: 32px !important;
    font-size: 13px;
    background-color: white !important;
    margin-top: 5px !important;
    border: 1px solid lightgray !important;
    outline: 1px black  !important;
    border-radius: 5px !important;
}

.adf_bfm_order_button_text{
    padding: 10px !important;
    border-radius: 5px !important;
}.adf_bfm_product_image{
    padding: 10px !important;
    border-radius: 5px !important;
}
.adf_bfm_emailformcontainer_textarea{
    max-width: 100%;
    min-height:100px;
    max-height:100px;
}
.adf_bfm_send_email_button{
    text-align: right;
    margin-top: 0 !important;
}
.adf_bfm_price_show{
  display: flex;
  align-items: center;
  margin-top: 20px !important;
}
.adf_bfm_price_label{
    margin: 0 !important;
}
.adf_bfm_email_send_button{
    font-size: 1.3rem;
    min-height: 50px;
    min-width: 150px;
    margin-top:10px;
    border: 0;
    border-radius: 5px;
    padding: 5px 10px !important;
    margin-right: 0!important;
    cursor: pointer;
}
.adf_bfm_variationproduct-image{
    
    display: flex;
    justify-content: center;
}
.adf_bfm_variationdetails{
    width:200px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
.adf_bfm_variation-details{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.adf_bfm_emailclosepopup{
    width:100px;
    background-color: red;
    color:white;
    margin-bottom: 10px !important;
}
/*Overflow*/
#adf_bfm_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    z-index: 999;
}
body.adf_bfm_popup-active {
    overflow: hidden;
}
.adf_bfm_overlaycontainer{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}
.adf_bfm_label_input{
    font-size: 16px;
}


/* media query */
@media screen and (max-width: 1280px) {
    .adf_bfm_pop-container {
        height: 600px;
        overflow-y: auto;
    }

}
@media screen and (max-width: 1100px) {
    .adf_bfm_pop-container {
        width: 90%;
        height: 700px;
        overflow-y: auto;
        
    }

}

@media screen and (max-width: 912px){
    .adf_bfm_emailpreview{
        padding:20px;
    } 
} 
@media screen and (max-width: 820px) {
    .adf_bfm_pop-container {
        width: 90%;
        height: 570px;
        overflow-y: auto;
    }
    .adf_bfm_variation-details{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px !important;
    }
    .adf_bfm_emailformelement{
        width:100%;
        display:flex;
        flex-direction: column;
        justify-content:center;
    }
    .adf_bfm_recordrow{
        width:100%
    }
    .adf_bfm_emailformsetting{
        width:100%;
    }
    .adf_bfm_formheading{
        width: 100%;
    }
    .adf_bfm_emailformcontainer{
        margin-top: 5px !important;
        width: 100%;
    }
    .adf_bfm_emaildetails{
        width: 100%;
    }
    .adf_bfm_recordcontainer{
        flex-direction: column;
    }
    .adf_bfm_variation{
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 375px){
    .adf_bfm_pop-container {
        height: 490px;
        overflow-y: auto;
    }
}