.sdm_sf_tpl4_btn{
    margin: 5px auto;
}
.sdm_sf_tpl4{
    display: none;
    min-width: 100% !important;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    overflow: auto;
    animation-name: sdm_sf_tpl4_open;
    animation-duration: 0.5s;
    z-index: 1000000000;
 }
.sdm_sf_tpl4_wrap{
    background: white;
    padding: 30px;
    border-radius: 5px;
    position: absolute;
    box-shadow: 0.5px 2px 10px 5px rgba(0, 0, 0, 0.192);  
}
.sdm_sf_tpl4_head{
    width: 400px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.sdm_sf_tpl4_title{
    color: #080808;
    width: 365px;
    font-size: 25px;
    margin: 0;
    padding: 5px 0px 0px 0px;
    font-weight: bold;    
}
.sdm_sf_tpl4_close{
    font-weight: bold;
    font-size: 30px;    
    color: #8a8a8a;
    margin: 0px 0px auto 0px;
}
.sdm_sf_tpl4_close:hover{
    cursor: pointer;
    color: #2b2b2b;
    transition: 0.4s;
}
.sdm_sf_tpl4_img{
    margin: 15px auto;
    display: flex;
    justify-content: center;
}
.sdm_sf_tpl4_img img{
    max-width: 400px;
    max-height: 250px;
    object-fit: cover;
}
.sdm_sf_tpl4_description{
    width: 400px;    
    max-height: 120px;
    overflow: auto;
    font-size: 14px;
}
.sdm_sf_tpl4_form{
    margin: 0px !important;
}
.sdm_sf_tpl4_input{
    margin: 10px 0px 0px 0px !important;
}
.sdm_sf_tpl4_input_name, .sdm_sf_tpl4_input_email{
    max-height: 40px !important;
    width: 400px !important;
    padding-left: 5px;
}
.sdm_sf_tpl4_error_foc:focus{
    outline: none !important;
    border: 0.3px solid red !important;
    box-shadow: 0 0 5px 0 red !important;
}
.sdm_sf_tpl4_error_container{
    font-size: 11px;
    color: red;
    margin: 0px;
}
.sdm-termscond-checkbox{
    margin-top: 5px;
    max-width: 400px;
    font-size: 14px !important;
}
.sdm_sf_tpl4_submit{
    padding: 5px 30px !important;
}

.sdm_sf_tpl_4_msg{  /* if delivered by email is on*/           
    
}
.sdm_sf_tpl_4_msg_text{
    margin: 10px 0px;
    padding: 20px 5px;     
    background: #eff9f1;
    border-left: 3px solid #4ab866;
    font-size: 16px;
    text-align: center;
}

@keyframes sdm_sf_tpl4_open{
    from{opacity: 0;}
    to{opacity: 1s;}
}

.sdm-sf-tpl4-recaptcha-box{
    display: flex;
    justify-content: center;
}