.form-render {
  position: relative;
  border-radius: 5px;
  /* background-color: #f1f1f1; */
  padding: 10px 15px;
  margin-bottom: 20px;
  width: 70%;
  /* left: 15%; */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.long_discr_div{
  border-radius: 5px;
  /* background-color: #f1f1f1; */
  padding: 10px 15px;
  margin-bottom: 20px;
  width: 70%;
  left: 15%;
  /* line-height:12px; */
}

.error {
  color: red;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 45px;
  padding-bottom: 35px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  padding-bottom: 15px;
  border: 1px solid #888;
  width: 60%;
  height:78%;
  overflow:scroll;
  /* flex-wrap: wrap; */
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-right: 12px;
  margin-left: 5px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.cust_info_th,
.cust_info_td {
  border: 1px solid;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 50%;
}

.cust_info_table {
  margin-top: 35px;
  width: 100%;
  border-collapse: collapse;
}

#agreement_link {
  margin-top: 10px;
}

#imp_note {
  border-bottom: 2px dotted black;
}

#ztsa_email_shortcode_id {
  width: 280px;
  position: fixed;
}


#show-preview {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-left:30px;
  padding:10px 15px;
  background-color: white;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}
#show-previw>p{
  line-height:14px;
  font-size: 16px;
}
#show-previw>ul>li{
  list-style-type: disc !important;
  margin-left: 40px;
}
#show-preview>p:first-child {
  padding-bottom: 10px;
   margin-bottom: 10px;  
  font-size: 30px;
}
#agrmnt_logo{
  margin-left:5px;
  margin-right:5px;
}


#ztsa_form_detail_accept_by_owner,
#ztsa_form_detail_reject_by_owner,
#ztsa_show_agreement_to_owner {
  border-radius: 8px;
  padding: 4px 10px;
  font-size: 12px;
  margin-top: 10px;
  margin-right: 30px;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

#ztsa_form_detail_accept_by_owner {
  background-color: #4CAF50;
  border: 2px solid #4CAF50;
}

#ztsa_form_detail_reject_by_owner {
  background-color: #f44336;
  border: 2px solid #f44336;
}

#ztsa_form_detail_owner_comment {
  width: 100%;
  height: 100%;
  margin-top: 10px;
}

#ztsa_show_agreement_to_owner {
  background-color: #2ccbfb;
  border: 2px solid #2ccbfb;
}

#add_extra_customer {
  padding-bottom: 15px;

}

#check_extra_customer {
  width: 15px;
  height: 15px;
}

.ztc-form-control {
  width: 94%;
  height: 25px;
  margin-right: 15px;
}

.ztsa_add_new {
  border: none !important;
  border-radius: 5px;
  background-color: green !important;
  color: white;
  text-decoration: none;
  padding: 5px 8px;
  margin:5px 0px !important;
}

.ztsa_delete {
  border: none !important;
  border-radius: 5px ;
  background-color: red !important;
  color: white !important;
  text-decoration: none ;
  padding: 5px 8px ;

}

#ztsa_email_shortcode_id>.postbox-header>.handle-actions>.handle-order-higher {
  display: none;
}

#ztsa_email_shortcode_id>.postbox-header>.handle-actions>.handle-order-lower {
  display: none;
}

.form-wrap.form-builder .btn-group>.btn:last-child:not(:first-child),
.form-wrap.form-builder .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  display: none;
}

.input-control-1,
.input-control-10,
.input-control-2,
.input-control-3 {
  display: none;
}

.form-wrap.form-builder .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
#SMTP_setting_id>.postbox-header>.hndle{
  margin-left:12px;
} 
.ztsa_long_discription {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
}
.ztsa_message{
  display:none;
  margin-top: 5px;
  height: 27px;
  margin-left: 25px;
  padding-left: 10px;
  padding-right: 10px;
  color: green;
  font-weight: bold;
}
#room_rental_agrmt{
margin-left:40px;
/* margin-right:5px; */
}
#room_rental_agrmt>p{
  line-height:14px;
  font-size: 16px;
}
#room_rental_agrmt>ul {
  list-style-type: disc !important;
  margin-left: 40px;
}
.select_template{
  padding: 5px 20px; 
  margin-left:40px;
  background: #2271b1;
  border-color: #2271b1;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  border-radius: 5px;
}
#show-preview-modal{
  background-color: #555;
}
#imgPreview[src=""],img:not([src]){
  opacity: 0;
}

.formbuilder-radio, .formbuilder-checkbox {
  display: flex;
}

div#header_preview {
  display: flex;
}
div#header_text {
  margin: auto 0;
  width: 92%;
}
div#header_logo {
  width: 8%;
}
#header_logo img{
  width:100%;
}