.email_template_container{
    overflow: hidden;
    position: absolute;
    background: #fff;
    /* height: 700px; */
    height: calc(var(--inner-height) - 75px);
    width: 640px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    border-radius: 10px;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 30%);
}
.email_template_title h1{
    color: #000;
    font-family: OpenSans-Bold;
    font-size: 14px;
    text-align: center;
    margin: 0px;
    font-weight: normal !important;
}
.close_email_template{
    cursor: pointer;
    padding-right: 15px;
}
.email_template_modal{
    position: fixed;
    background: #0009;
    height: 100%;
    width: 100%;
    z-index: 9999;
}
.email_template_title{
    height: 60px;
    background: #f9f9f9;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 1px 0px rgb(0 0 0 / 15%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.back_arrow{
       cursor: pointer;
       padding-left: 15px;
}
.plac-btn{
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 40px;
}
.search_placeholder{
    border-radius: 5.97px;
    box-shadow: 1px 1px 5px #aaa;
    height: 39px;
}
.email_title{
    border: none;
    padding-left: 28px;
    font-size: 13px;
    height: 40px;
}

.dropdown-menu-comp {
    border: medium none;
    box-shadow: none;
    display: none;
    float: left;
    font-size: 12px;
    list-style: none outside none;
    position: absolute;
    text-shadow: none;
    z-index: 9998;
    border: 1px solid #D9DEE4;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    
}
.email_template_modal .message-template-placeholder {
    width: 330px;
    padding: 15px;
    height: 303px;
    top: 5px;
    background: #FFFFFF;
    box-shadow: 0px 2px 7px #d5d5d5;
    border-radius: 8px;
    right: 18px;
    top: 60px;
    box-sizing: border-box;
}
.search_placeholder {
    border-radius: 5.97px;
    box-shadow: 1px 1px 5px #aaa;
    height: 39px;
}
.dropdown-menu-comp a {
    display: block;
    padding: 3px;
    font-size: 20px;
    font-family: 'Opensans-Regular', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    letter-spacing: -0.1px;
    color: #000000;
    cursor: pointer;
}
.search_placeholder input::placeholder{
    color: #333;
    opacity: 1;
    text-align: left;
}
.search_placeholder .placeholder_magnifier_icon { 
    background-image: url("../img/search.jpg");
    background-position: 10px center;
    background-repeat: no-repeat;
    padding: 5px 5px 5px 10px;
    text-indent: 20px;
    background-size: 11px;
    white-space: nowrap;
    border: none;
    position: unset;
    width: 100%;
    margin: 0;
    background-color: #FFFFFF;
    border-radius: 5px;
    height: 39px;
    color: #000000;
    overflow-y: scroll;
    font-family: 'Opensans-Regular', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.29;
    letter-spacing: -0.1px;
    box-sizing: border-box;
}
.dropdown-menu-comp h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #000;
}
.no-style-ul-new ul {
    list-style-type: none;
}

.dropdown-menu-comp li>a:hover {
    background-color: green !important;
    color: #fff !important;
}
.email_template_container .icon-container .btn-group {
    margin-right: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}
.icon-container .wysiwyg-btn-group-margin {
    box-shadow: 0px 2px 7px #d5d5d5;
    border-radius: 5px;
    margin-right: 5px;
}


.email_template_container .btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.email_template_container .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.email_template_container .btn-group>.btn:first-child {
    margin-left: 0;
}
.icon-container .btn {
    background: #FFFFFF;
}
.email_template_container  .btn-group .btn, .btn-group-vertical .btn {
    margin-bottom: 0;
    margin-right: 0;
}
.email_template_container .btn-group-vertical>.btn, .btn-group>.btn {
    position: relative;
    float: left;
}
.email_template_container .btn-group-sm>.btn, .btn-sm {
    padding: 5px 8px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.email_template_container .btn-default {
    color: #333;
}
.email_template_container .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}
.icon-container {
    margin-left: 5px !important;
    width: 97% !important;
}
.emailtemplate-padding {
    padding: 10px 0px 0px 5px !important;
}
.colorpicker_email {
    top: 256px !important;
    z-index: 99999 !important;
    left: 48% !important;
}
#emailTemplateComponent {
    height: calc(var(--inner-height) - 460px);
    box-shadow: none;
}
/* #smstemplate1 {
    height: calc(var(--inner-height) - 400px);
} */
.placeholder_error_notexist{
    display:none !important;
}
.email_template_container .btn.active {
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}
.email_template_container .btn-group .email-attachments-btn img {
    Width: 15px;
    Height: 18px;
}
.cstm-upload-height {
    /* position: fixed; */
    height: 63px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.cstm-bckgrnd {
    border: solid 1px #9b9b9b69;
    background-color: #fff;
    border-radius: 0px !important;
    /* padding-right: 15px; */
}
.email_template_container .btn-group .email-attachments-btn {
    Width: 32px;
    Height: 36px;
    background: #FFFFFF;
    box-shadow: 0px 2px 7px #d5d5d5;
    border-radius: 5px !important;
    padding: 7px;
}
.email_template_container .btn-group .email-template-delete-btn {
    width: 122px;
    height: 36px;
    background: #FFFFFF;
    box-shadow: 0px 2px 7px #d5d5d5;
    border: none;
    border-radius: 5px !important;
    margin-left: 10px;
    color: #009A61;
}
.email_template_container .btn-group .send_email {
    padding-left: 10px;
}
.email_template_container .btn-group .send_email .send-btn {
    Width: 170.13px;
    Height: 36px;
    background: #009A61;
    color: #fff;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 25%);
    border-radius: 8px;
    font-family: OpenSans-SemiBold;
}
.send_reminders_check {
    display: inline-block;
    position: relative;
    /* padding-left: 35px; */
    margin-bottom: 12px;
    bottom: 16px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .send_sms_reminders_check{
    display: inline-block;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .send_reminders_check input,.send_sms_reminders_check input,.send_cust_opt_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  .send_reminders_checkmark,.send_sms_reminders_checkmark {
    position: absolute;
    height: 15px;
    width: 15px;
    left: 10px;
    top: 10px;
    background-color: #fff;
    border: 1px solid #979797;
    border-radius: 2px;
  }
  .send_reminders_check input:checked ~ .send_reminders_checkmark,.send_sms_reminders_check input:checked ~ .send_sms_reminders_checkmark {
    background-color: #009A61;
    border-color: transparent !important;
  }
  .send_reminders_dropdown{
    display: none;
    width: 127px;
    position: relative;
    bottom: 16px;
    left: 0;
    cursor: pointer;
    color: #000;
  }
  .send_sms_reminders_dropdown{
    display: none;
    width: 127px;
    cursor: pointer;
    color: #000;
  }
  .send_reminders_checkmark:after,.send_sms_reminders_checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  .send_reminders_check input:checked ~ .send_reminders_checkmark:after,.send_sms_reminders_check input:checked ~ .send_sms_reminders_checkmark:after {
    display: block;
  }
  
  .send_reminders_check .send_reminders_checkmark:after,.send_sms_reminders_check .send_sms_reminders_checkmark:after {
    left: 5px;
    top: 0px;
    width: 4px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
.send_cust_freq_opt{
    background: #FFFFFF;
    box-shadow: 0px 2px 7px #d5d5d5;
    border-radius: 8px;
    box-sizing: border-box;
    width: 140px;
    padding: 0px;
    height: auto;
    bottom: 0px;
    margin: 0;
}
.send_cust_opt_checkmark {
    position: absolute;
    top: 3px;
    left: -19px;
    height: 17px;
    width: 17px;
    border-radius: 0px;
    margin-right: 0px !important;
}
.send_cust_opt_check .send_cust_opt_checkmark:after {
    left: 7px;
    width: 3px;
    height: 9px;
    border: solid #009A61;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: content-box;
}

.send_cust_opt_checkmark:after {
    content: "";
    position: absolute;
}
.send_cust_dropdown,.send_sms_cust_dropdown{
    /* width: 100%; */
    margin-bottom: 0;
    box-shadow: 0px 2px 7px rgb(181 181 181 / 50%);
    border-radius: 5px;
    padding: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 10px;
    height: 15px;
    font-size: 13px;
    color:#000;
}
.send_cust_footer {
    border: solid 1px #9b9b9b69;
    background-color: #fff !important;
    border-radius: 0 0 10px 10px;
}
button.close-colorpicker {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.close-colorpicker {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.colorpicker .dropdown-menu{
    background-color: #fff;
}
#cust_popup_modal,.send_test_confirmation,.send_test_sms_confirmation,.send_test_email_modal,.send_test_sms_modal,.send_email_modal,.send_sms_modal,#cust_success_popup_modal,
#cust_success_popup_modal_trial,#cust_sms_success_popup_modal,#cust_sms_success_popup_modal_trial,#cust_sms_popup_modal,#confirmLinkAvailability_modal,#emailContentempty_modal,#mmsFileVaildationSTCModal,#unsupportedErrorStc,#twilio_manager_popupSTC{
    display:none;
    position: absolute; 
    background: #0009; 
    z-index: 999; 
    top:0; 
    bottom:0; 
    left:0; 
    right:0;
}
.cust_popup{
    position: absolute;
    /* background: #fff;   */
    /* height: 190px; */
    height: auto;
    /* width: 422px;   */
    width: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9; 
    border-radius: 10px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}
.cust_modal_body{
    font-family: OpenSans-Regular;
    color: #000;
    padding: 10%;
    /* line-height: 105px; */
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 1px 0px rgb(0 0 0 / 15%);
    border-radius: 10px 10px 0 0;
    font-size: 16px;
    letter-spacing: -0.25px;
}
.cust_modal_footer{
    font-family: 'OpenSans-SemiBold';
    border-radius: 0 0 10px 10px;
    /* color: #009A61; */
    color: #FFF;
    background-color: #009A61;
    text-align: center;
    cursor: pointer;
    /* height: 86px; */
    font-size: 16px;
    line-height: 65px;
    letter-spacing: 0.25px;
}
#emailTemplateComponent a {
    color: #004E96 !important;
    text-decoration: underline #004E96 !important;
    opacity: 0.5;
}
.email-attachments {
    display: flex;
    margin: 0px 0px 15px 7px;
}
.email-attached-file {
    display: flex;
    max-width: 40vw;
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    background: rgb(0 0 0 / 10%);
    border-radius: 5px;
    padding: 2px 6px;
    width: fit-content;
    margin-left: 5px;
}
.email-attachment-file {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}
.email-attachments .email-attachment-remove-file {
    cursor: pointer;
    margin-left: 15px;
}
.email-attachments .email-attachment-remove-file img {
    width: 10px;
    height: 10px;
}
.send_to_cust_popup{
    width: 300px !important;
}
.sms-remainder{
    position:absolute;
    bottom:65px;
    display:flex;
    justify-content:space-between;
    width:100%;
    margin-bottom:5px;
}
.sms_checkbox{
    display:inline-flex;
    align-items:center;
    padding:0 10px;
    font-size: 13px;
}

/* @media (min-width: 1280px) and (max-width: 1345px){ */
    /* #emailTemplateComponent {
        height: calc(var(--inner-height) - 435px);
    } */
    /* #smstemplate1 {
        height: calc(var(--inner-height) - 435px);
    }
} */
@media (max-width: 768px){
    .email_template_container{
        height: 100%;
        width: 100%;
        border-radius: 0;
    }
    .send_cust_footer{
        border-radius: 0;
    }
    .email_template_title{
        border-radius: 0;
    }
    /* .cust_popup{
        height: 150px;
        width: 315px;
    } */
    /* .cust_modal_body{
        line-height: 85px;
    } */
    /* .cust_modal_footer{
        line-height: 62px;
    } */
    .colorpicker_email{
        top: 197px !important;
        left: 50% !important;
    }
    #emailTemplateComponent {
        height: calc(var(--inner-height) - 450px) !important;
    }
    .sms_checkbox{
        display:flex;
        justify-content: end;
    }
    .sms-remainder{
        display:block;
    }
}
.sms_text_content{
    color: #000;
    resize: none;
    /* overflow: auto; */
    border: none;
    word-wrap: break-word;
    outline: none;
    /* max-height: 300px; */
    padding: 10px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Opensans-Regular', sans-serif;
    font-size: 14px;
    min-height: 80px;
}
#email_comp_subj{
    color:#000;
    border: none;
    height: 40px;
    padding-left: 16px !important;
    font-size: 14px !important;
    width: 95%;
    font-family: 'Opensans-Regular', sans-serif;
}
.placeholder-error-message {
    height: 30px;
    background: #ffe0e0;
    border: 1px solid #ff8383;
    padding-left: 11px;
    padding-top: 7px;
    color: black;
    font-size: 12px;
    font-family: 'Opensans-Regular', sans-serif;
    border-radius: 6px;
}
.send_test_email, .send_test_sms{
    /* text-align: center; */
    -webkit-appearance: none;
    box-shadow: 0px 2px 7px rgb(181 181 181 / 50%);
    border-radius: 10px;
    border: none;
    height: 36px;
    /* margin-top: 16px; */
    width: 97%;
    margin: 8px 0px;
    padding-left: 10px;
}
.send_test_email_popup, .send_email_popup, .send_test_sms_popup, .send_sms_popup{
    position: absolute;
    background: #fff;  
    height: 260px;
    width: 320px;  
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9; 
    border-radius: 10px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}
.test_popup_body,.send_email_popup_body, .send_sms_popup_body{
    font-family: OpenSans-Regular;
    color: #000;
    padding: 14px;
    /* line-height: 105px; */
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 1px 0px rgb(0 0 0 / 15%);
    border-radius: 10px 10px 0 0;
    font-size: 16px;
    letter-spacing: -0.25px;
}
/* .test_popup_footer{
    font-family: 'OpenSans-SemiBold';
    border-radius: 0 0 10px 10px;
} */
.cust_green_btn{
    background: #009A61;
    color: #FFFFFF;
    padding: 20px;
    /* height: 40px; */
    width: 100%;
    cursor: pointer;
    margin: 0;
    border: none;
    font-family: OpenSans-SemiBold;
    font-size: 16px;
}
.cust_white_btn{
    background: #FFFFFF;
    color: #777777;
    padding: 20px;
    /* height: 40px; */
    width: 100%;
    cursor: pointer;
    margin: 0;
    border: none;
    font-family: OpenSans-SemiBold;
    font-size: 16px;
    border-radius: 0 0 10px 10px;
}
.send_test_email_text,.send_email_text,.send_test_sms_text,.send_sms_text{
    padding: 20px;
}
.dropdown-menu-comp .dropdown-label-comp{
    cursor:pointer;
    color:black;
    font-size: 13px;
    font-weight:400;
    display: flex;
    width: 100%;
    margin-bottom: 5px;
    align-items: center;
    justify-content: space-between;
}
@media only screen and (min-width:710px){
    .no-style-ul-new li {
        margin-left: -40px;
    }
}
@media only screen and (max-width:710px){
    .no-style-ul-new.placeholder_value_align li{
        margin-left: -40px;
    }    
}
.email_template_modal .wysiwyg-btn-group-margin{
    border-right: solid 1px #eeeeee;
    padding-left: 2px;
}
input::placeholder{
    text-align: left;
    opacity: 0.5;
}
.email_template_container .input-text-compo{
    outline: none;
    /* max-height: 352px; */
    padding: 0 10px;
}
.stc_mob_op_footer button.email-attachments-btn, .stc_mob_op_footer button.email-template-delete-btn,
.stc_mob_op_footer button.send-btn{
    margin-top: 0px !important;
    min-height: 36px !important;
}
.stc_mob_op_footer .cstm-nav-desktop-view{
    margin-top: 0px;
}
.appendclassforOP{
    pointer-events: none;
}
.send_cust_footer.footer {
    display: block !important;
}
.cust_popup_trial{
    position: absolute;
    /* background: #fff;   */
    /* height: 190px; */
    height: auto;
    /* width: 422px;   */
    width: 360px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9; 
    border-radius: 10px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}
.close_sms_upload_preview_img{
    position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    height: 22px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    opacity: 0.6;
    color: #FFF;
    border-radius: 50%;
    /* padding: 0 4px; */
}
.close_sms_upload_preview_img:hover{
    opacity: 0.4;
}
@media (min-width: 1200px){
    .email_template_container{
        max-height: 700px;
    }
    #emailTemplateComponent {
        max-height: 300px;
    }
}