.cz-form-main-container * {
	box-sizing:border-box;
	margin:0;
	padding:0;
}

.powered-by {
    display: flex;
    width: 100%;
}

.powered-by span,
.powered-by a {
    display: inline-block;
    margin: auto 0;
}

.powered-by span {
  /*  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px !important;
    color: #8C94A5;
    margin-right: 10px;*/
	font-family: auto;
    font-size: 12px !important;
    color: #8C94A5;
    /* margin-right: 10px; */
    margin-left: 74px;
    text-decoration: underline;
}

.powered-by img {
    width: 100px !important;
    height: auto !important;
}

div.img-preview {
    display: block;

    padding: 10px;
}

div.img-wrapper {
    display: inline-block;
}
.image-container .inner {
    background: #fff;
    border: 1px solid #090617;
    border-radius: 10px;
    padding: 7px;
}
.image-container label{
    float: none;
}
.seva-form-inline .join-wrapper {
    margin-top: 12px;
    margin-left: auto;
}

.seva-form-inline.seva-form-block .join-wrapper {
    margin-top: 12px;
    display: block;
}


.seva-form-inline .field-inputs .input_fields_wrap {
    display: flex;
    flex: 1;
}

.cz_form_builder .seva-form-inline.seva-form-block .field-inputs {
    width: 100%;
    display: block;
}

.seva-form-inline.seva-form-block .field-inputs .input_fields_wrap {
    display: inline-block;
}


.seva-form.left,
.seva-form.right,
.seva-form.dg.left,
.seva-form.dg.right {
    display: grid;

    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    max-width: 600px !important;
}
.seva-form.left .left, .seva-form.left .right,
.seva-form.left .right, .seva-form.right .right,
.seva-form.dg.left .left, .seva-form.dg.left .right,
.seva-form.dg.right .left, .seva-form.dg.right .right {
    width: 50% !important;
    float: none !important;
    display: flex;
    flex-direction: column;

    overflow: hidden;
}
.seva-form.left .left,
.seva-form.right .right {
    background-position: center center;
    background-size: cover;
    min-height: 200px;
}
.seva-form.left .right,
.seva-form.right .left {
    padding: 30px 20px !important;
}

.seva-form.bg.left .left,
.seva-form.bg.right .right {
    background: transparent !important;
}

.seva-form.top {
    display: flex;
    flex-direction: column;
    max-width: 596px !important; /* start changes made by muhammad junaid 4-8-21*/
}


.seva-form.top .top {
    position: relative;
    padding: 50px 25px 35px 25px;
}
.seva-form.top .top .form-text {
    position: relative;
    z-index: 2;
}
.seva-form.top .top-image {
    background-image: url("/assets/img/form_189.jpg");
    background-position: center center;
    background-size: cover;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.seva-form.top .right {
    padding: 30px 25px !important;
}

.input_fields_wrap > div {
    display: block;
    position: relative;
    margin: 10px 0;
}

.seva-form:not(.vertical) .field-inputs {
    flex-wrap: wrap;
    gap: 8px;
}

.seva-form:not(.vertical) .field-inputs > .input_fields_wrap {
    flex: 1 !important;
}

.seva-form-inline .input_fields_wrap > div {
    display: inline-block;
    margin: 0 10px 0 0;
    flex: 1;
}

.input_fields_wrap > div > input {
    float: none;
    overflow: visible;
    position: relative;
    margin-bottom: 0 !important;
}
.input_fields_wrap > div >div.checkbox {
    display: block;
    min-height: 20px;
    margin-left: 20px;
}
.input_fields_wrap > div >div.checkbox > label {
    display: inline;
    font-weight: 400;
    cursor: pointer;
}

input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}

.handle {
    color: #0d6aad;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: grab;
}

div#format-layout span {
    display: block;
    padding: 6px 0;
}


div#format-layout button {
    padding: 30px;
    background: #fff;
    border: 1px solid #090617;
    margin: 15px;
    border-radius: 10px;
    /* box-shadow: 0 1px 3px rgba(0,0,0,.28); */
    transition: box-shadow 150ms linear;
    text-align: center;
    font-weight: 600;
}

div#format-layout button:hover {
    box-shadow: 0 3px 9px rgba(0,0,0,.28);
}

div#format-layout button:last-child {
	margin-right: 0px;
}

.display-template ul {
    list-style: none;
    width: 100%;
/*    max-width: 1070px; previous value */
	max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.display-template ul li {
    background: #212f4f;
    border: 1px solid #dce1e5;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin: 0 15px 30px;
    max-width: 326px;
    flex: 1 0 30%;
}

.display-template ul li img {
    max-width: 100%;
}

.display-template ul li footer {
  transition: ease all 200ms;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    text-transform: uppercase;

}

.display-template ul li:hover {
  box-shadow: 0px 2px 8px rgba(55,63,69,0.2);
}


.display-template ul li:hover footer {
    transition: ease all 350ms;
    opacity: 1;
 /*   background: rgba(33, 24, 111, 0.7); I removed background*/
}

.display-template ul li:hover footer button {
  background:#8dd0ca;
  border-radius:2px;
  padding:10px 20px;
  text-transform:uppercase;
  cursor:pointer;
  color:#fff;
  font-size:16px;
  border:none;

}

.cz-form-main-container.hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.5s, opacity 0.5s linear;
}
.cz-form-main-container.hidden.show {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.5s linear;
    z-index: 10000;
}
.cz-form-main-container.hidden .cz_form_template {
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s ease;
}
.cz-form-main-container.hidden.show .cz_form_template {
    transform: scaleY(1);
    transition: transform 0s ease;
}
.cz-form-main-container p#format-text {
    float: left;
    margin-right: 10px;
}

div#format-layout {
    text-align: center;
}

div#format-layout h1, .display-template h1 {
  font-size: 26px;
  color: #373f45;
  margin-bottom: 30px;
}

.display-template {
  text-align: center;
}
.display-template span {
    display: grid;
    margin-bottom: 10px;
}
.display-template span p {
  margin-bottom: 0;
}



/*====== seva form ======*/

.seva-form {
    width: 100%;
    margin: 0 auto;
  /*  max-width: 620px !important; previous value */
	max-width: 600px !important;
    display: flex;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
}
.seva-form.vertical .field-inputs {
    display: flex;
    flex-direction: column;
}

.seva-form.wide {
    max-width: 800px !important;
    width: 100%;
}

.seva-form .right {
 /* width: 50%; previous value */
  width: 100%;
  float: left;
/*  padding: 60px; previous valu*/
  padding: 30px; 
}
.seva-form .left {

  float: left;
}
.seva-form .left img {
  max-width: 100%;
  margin:0 auto;
}

.form-text {
    font-size: 28px;
    line-height: 1.3;
    padding: 0;
    color: #8c94a5;
    font-weight: bold;
}

.seva-form  input[type="text"] {
    border: none;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 6px;
    width: 100%;
    margin-bottom: 10px;
}

.seva-form  button {
 /*   background: #f6a6ab; previous value */
	background: #8dd0ca;
    padding: 12px 24px;
    color: #fff;
    border: none;
    border-radius: 2px;
    width: 100%;
    margin: 15px 0;
}

/* .seva-form  p {
  font-size: 12px;
} */

.seva-form  span {
  font-size: 10px;
}

.display-template ul li footer a.choose-template {
    background: #1261ff;
    border-radius: 2px;
    padding: 10px 20px;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    border: none;
}


/*====== 09-March-2020 ======*/

.box.box-primary.borderless {
    border: 1px solid #D5D5D5;
    padding: 10px;
}

.box-body {
    border: 1px solid #D5D5D5;
}

.box-header {
    border: 1px solid #D5D5D5;
    background: #ffffff;
    padding: 5px;
    margin-bottom: 15px;
}
/******************** CSS Vertical Tabs *******************
******************* Author: Asif Mughal ******************/
* {margin: 0; padding: 0; }
.cz-form-main-container h1, h2, h3, h4, h5, h6 {  font-family: "Open Sans", Verdana, Helvetica, sans-serif;  }

.cz-form-main-container p{
line-height: 1.5;
padding: 10px;
}
.cz-form-main-container img{
display: block;
width: 100%;
height: auto;
max-width: 620px;
margin: 5px auto;
}
.tabs-container {
    position: relative;
    background: #ebebeb;
/*    width: 48px; Previous value */
	width: 90px;
    height: 100vh;
    float: left;
    z-index: 20;
/* below added  for border	*/
/* border-left: solid; */
    /* border-left-color: #8dd0ca; */
    background: #ffffff;
    box-shadow: 0 2px 6px #ebecec;
    border: none;
}
/* tabs names */
.tabs-container label{position: relative;padding: 10px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);display: block;font-size: 13px;color: #090617;cursor: pointer;user-select: none;}
/* Hover effect on tabs names */
.tabs-container label:hover{
background: #F2F6FF;
}
/* Content area for tabs */
.cz_form_builder .tab-content{
    position: relative;
    background: #fff;
    /*width: calc(100% - 48px); previous value with width of 48px*/
    width: calc(100% - 90px);
    min-height: 100%;
    float: left;
    box-sizing: border-box;
    z-index: 19;
    display: none;
    border-radius: 15px;
    border: 1px solid #090617;

}
.cz_form_builder .tab-content:after{
    content: "";
    clear: both;
}
/* Hide input radio from users */
input[name="tab"]{
display: none;
}
/* Show tab when input checked */
input[name="tab"]:checked + .tab-content{
display: block;
animation: slide 0.5s forwards;
}
/* Slide animation for tab contents */
@keyframes slide{
from{
left: -100%;
opacity: 0;
}
to{
left: 0;
opacity: 1;
}
}



section.cz_vertical-tab {
    width: 320px;
    overflow: hidden;
    transition: width 0.5s ease-in-out 0s;
    min-width: 300px;
    background: #f5f5f5;
    float: left;
}



label svg {
    width: 22px;
}


div#form-temp {
    width: calc(100% - 320px);
    float: left;
}

.cz_form_builder_header {
    width: 100%;
    float: left;
    background: #ebebeb;
    padding: 15px;
    display: flex;
    align-items: center;
    border-left: solid;

    background: #fff;

    border: none;
    border-radius: 15px;
    margin-bottom: 15px;
}

.cz_form_builder_header h2 {
    font-size: 16px;
    float: left;
    margin: 0;
}

.cz_form_builder_header button {
    margin: 0 5px 5px;
    background: #fff;
    color: #fff;
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 5px;
    height: 40px;
	border: 1px solid #1261FF;
}
.cz_form_builder_header svg {
    width: 16px;
    margin: 0 5px;
}

.cz_form_option {
    margin-left: auto;
}


@media(max-width:767.98px){
    section.cz_vertical-tab,div#form-temp{
        width: 100%;
    }
    .tabs-container,.tab-content{
        height: auto;
        min-height: auto;
    }

    .seva-form.bg {

        max-width: 100%!important;
    }


    .cz-tab-wrapper label{
        float: none!important;
        display: block!important;
    }
    
}

button.save {
    background: rgba(18,97,255,1);
    color: #fff;
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 5px;
	height: 40px;
}

button.button-preview {
    background: #286efa;
    color: #fff;
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 5px;
	height: 40px;
	margin-bottom: 10px;
    width: 91%;
}

button.button-embed {
    background: #286efa;
    color: #fff;
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 5px;
    width: 91%;
	margin-bottom: 10px;
}

button.button-reports,
button.button-tags {
    background: #286efa;
    color: #fff;
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 5px;
	margin-bottom: 10px;
    width: 91%;
}

span.change-template img {
    width: 32px;
    float: left;
    margin: 0 10px 0 0;
}

span.change-template {
    width: 100%;
    padding: 3px 16px;
    display: flex;
    align-items: center;
    background: rgba(18,97,255,1);
    color: #fff;
    border: none;
    border-radius: 4px;
	cursor:pointer;
}

section.tab-content h2 {
	font-size: 14px;
    padding: 0 15px;
    border-bottom: 1px solid #d8d8d8;
    height: 49px;
    display: flex;
    align-items: center;
}

section.tab-content p {
	padding: 0;
	text-indent: 0;
	margin-top: 12px;
}

.invite-check label {
    margin-left: 5px;
}
.invite-check p {
	padding-left: 20px;
}

.incentive-btn-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.incentive-btn-inner button {
    padding: 8px 0;
    width: 48%;
    margin-right: 2%;
    background: #fb6970;
    border: none;
    color: #fff;
    border-radius: 2px;
}


.incentive-btn-inner button:nth-child(2) {
	margin-right: 0%;
	margin-left: 2%;
	border:1px solid #697177;
	background: #fff;
	color: #697177;
	padding: 7px 0;
	border-color: #D2D8DD;
}
.incentive-btn-inner button svg {
    width: 1em;
    margin: 0 5px;
}

input.ck-input {
    width: 100%;
    height: 38px;
    padding: 10px;
    border: 1px solid #dce1e5;
    border-radius: 2px;
}
.invite-check {
    float: left;
    width: 100%;
    margin: 15px 0; 
}
.incentive-btn {
    margin-bottom: 20px;
}

.incentive-btn {
    margin-bottom: 20px;
}

.setting-option label {
    width: 100%;
}

select#cars {
    width: 100%;
    height: 38px;
    padding: 5px;
    margin-bottom: 20px;
	border: 1px solid #090617;
    border-radius: 10px;
}

.incentive-btn {
    margin-bottom: 20px;
}

.setting-option label {
    width: 100%;
}

.setting-option select#cars {
    width: 100%;
    border-radius: 2px;
    font-weight: 500;
    line-height: 18px;
    padding: 7px 12px;
    border: 1px solid #090617;
    color: #373f45;
    border-radius: 8px;
}

.setting-option button {
    background: #B0B8BE;
    border: none;
    padding: 8px 16px;
    color: #fff;
}

.setting-option input[type="mail"] {
    width: calc(100% - 70px);
    float: left;
    margin-right: 8px;
    padding: 7px 12px;
    border: 1px solid #dce1e5;
    color: #373f45;
    border-radius: 2px;
}






.color-picker-main button {
    float: left;
    width: 100%;
    background: #E6EBEF;
    max-width: 160px;
    padding: 8px;
    border: 1px solid #DCE1E5;
    border-radius: 2px;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: normal;
    text-align: left; 
}

.color-picker-main button div {
    width: 24px;
    height: 24px;
    border-radius: 2px;
    display: inline-block;
    background: #fff;
    margin-right: 9px;
    vertical-align: middle;
}

.border-container ,.color-picker-main ,.external-cascading, .image-container {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.border-container span {
    float: left;
    width: 100%;
    position: relative;
}

.border-container span input[type="text"],
.image-container span input[type="text"],
select.image_position {
    width: 100%;
    float: left;
    padding: 8px 12px;
    background-color: white;
    background-image: none;
    border: 1px solid #dce1e5;
    border-radius: 2px;
}

.border-container span:before {
    content: 'px';
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #090617;
    padding: 9px 12px;
    border: 1px solid #dce1e5;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    border-radius: 10px;
    margin-right: 5px;
}

.buttons-main-inner {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.buttons-main-inner .flex.w-full button {
    background: transparent;
    border: none;
    color: #212F4F;
    font-size: 12px;
}

.buttons-main-inner .flex.w-full button.w-full {
    padding: 8px 16px;
    width: 100%;
	margin-bottom: 4px;
    background: #fff;
    border: 1px solid #D2D8DD;
    border-radius: 2px;
    font-size: 14px;
}

.buttons-main-inner .flex.w-full button.w-full:hover {
    background-color: #F3F6F9;
}

.buttons-main-inner .bg-cover {
    height: 64px;
    width: 64px;
    background-size: cover;
    margin-right: 6px;
    float: left;
}

.buttons-main-inner .items-start.w-full {
    float: left;
    width: calc(100% - 74px);
}

span.change-template svg path {
    fill: #373f45;
}

.external-cascading textarea {
    min-height: 100px;
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #dce1e5;
    border-radius: 2px;
}

span.change-template span.text-sm.uppercase.font-semibold {
    text-transform: uppercase;
    color: #373f45;
}

span.change-template
 span.text-xs.normal-case.text-gray-600 {
    font-size: 12px;
    color: #697177;
}

body.ctrl-contriverz_automation_forms.act-edit .content {
    display: inline-block;
}

.cz-tab-wrapper {
    display: inline-block;
    padding: 15px;
	width:100%;
}

.cz-tab-wrapper .req input[type="checkbox"] {
    margin: 0;
}

.check-radio ,.radio-buttons {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.check-radio label ,.radio-buttons label {
	position: relative;
  	cursor: pointer;
	user-select: none;
 	display: block;
	margin: 0 0 10px 0;
	padding-left:25px;
	font-weight: normal;
}

.radio-buttons label {
    color: #ED254E;
    font-weight: 700;
}

.check-radio input[type="radio"] ,.radio-buttons input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.check-radio .checkmark ,.radio-buttons .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #dce1e5; 
}

.check-radio input:checked ~ .checkmark ,.radio-buttons input:checked ~ .checkmark {
  background-color: #fff;
}

.check-radio input[type="text"] ,.radio-buttons input[type="text"]  {
    display: none;
    background-color: white;
    border: 1px solid #dce1e5;
    border-radius: 2px;
    width: 100%;
    padding: 8px 12px;
    padding: 8px 12px;
    position: relative;
    opacity: 1;
    margin: 6px 0;
    font-weight: 400;
}

.check-radio input:checked ~ input ,.radio-buttons input:checked ~ input{
	display: block;
}

.checkmark:after {
	content: "";
    position: absolute;
    display: none;
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #8dd0ca;
}

.check-radio input:checked ~ .checkmark:after ,.radio-buttons input:checked ~ .checkmark:after {
  display: block;
}

section.display-opt {
    float: left;
    width: 100%;
    padding-top: 20px;
}

section.display-opt h5 {
    color: #373f45;
    letter-spacing: 1px;
}

section.tab-content .radio-buttons p {
    margin: 0;
    font-weight: normal;
    color: #373f45;
}

section.tab-content .radio-buttons p input[type="number"] {
    width: 55px;
    margin: 0 4px;
    border: 1px solid #090617;
    padding: 3px 6px;
    border-radius: 8px;
    color: #000000;
}

.trigger-modal {
    float: left;
    width: 100%;
}

.core-copyable {
    position: relative;
    padding: 12px;
    float: left;
    width: 100%;
    border: 1px solid #D2D8DD;
    border-radius: 2px;
    background-color: #F3F6F9;
}

.core-copyable button {
    position: absolute;
    font-size: 10px;
    color: #fff;
    right: 0;
    top: 0;
    padding: 0.25rem;
    background-color: #FB6970;
    border-radius: 0 2px 0 4px;
    border: none;
    text-transform: uppercase;
}

.core-copyable button svg {
    display: inline;
    float: left;
    height: 12px;
    padding: 0 3px;
}

.core-copyable textarea {
    resize: none;
    width: 100%;
    border: none;
    background: transparent;
    height: 22px;
    float: left;
    -webkit-appearance: none;
}

.core-copyable textarea:focus {
    outline: none;
}

.trigger-modal h5 {
    line-height: 20px;
    margin-top: 20px;
    color: #373f45;
}

.devices-list select {
    padding: 8px 12px;
    border: 1px solid #dce1e5;
    width: 100%;
    border-radius: 2px;
}

.visitors p input {
    width: 45px;
    margin: 0 4px;
    border: 1px solid #dce1e5;
    padding: 3px 6px;
    border-radius: 2px;
}

.invite-check label {
	position: relative;
  	cursor: pointer;
	user-select: none;
 	display: block;
	margin: 0;
	padding-left:25px;
	font-weight: normal;
	color: inherit;
}

.invite-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.invite-check .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #fff;
  border: 1px solid #dce1e5;
  border-radius: 4px;
}

.invite-check input:checked ~ .checkmark {
  background-color: #8dd0ca;
  border-color: #8dd0ca;
}

.invite-check input[type="text"]  {
    display: none;
    background-color: white;
    border: 1px solid #dce1e5;
    border-radius: 2px;
    width: 100%;
    padding: 8px 12px;
    padding: 8px 12px;
    position: relative;
    opacity: 1;
    margin: 6px 0;
    font-weight: 400;
}

.invite-check input:checked ~ input {
	display: block;
}

.invite-check .checkmark:after {
position: absolute;
    display: none;
    top: 2px;
    left: 5px;
    width: 5px;
    height: 10px;
    background: content-box;
    border-radius: 0;
    border: 2px solid #fff;
    border-width: 0px 2px 2px 0;
    transform: rotate(45deg);
}

.invite-check input:checked ~ .checkmark:after {
  display: block;
}

.subscriber .top-bar {
    padding-left: 25px;
    margin: 10px 0 20px;	
}

.subscriber .top-bar p {
    margin: 0;
}

.subscriber .top-bar button {
    padding: 12px 16px;
    line-height: 1.25rem;
    color: #697177;
    background-color: #DCE1E5;
    border: transparent;
    border-radius: 2px;
    margin-top: 8px;
}

.subscriber .top-bar button:hover {
    background-color: #D2D8DD;
    color: #373F45;
}

.incentive-btn {
    color: #373f45;
    float: left;
    width: 100%;
}

section.tab-content .incentive-btn p {
    color: #373f45;
}

.incentive-btn-inner button:hover {
    background-color: #FB5058;
}

.incentive-btn-inner button:last-child:hover {
    color: #373F45;
    background-color: #F3F6F9;
}

.subscriber-hidden {
    float: left;
    width: 100%;
    display: none;
}

section.tab-content .subscriber-hidden p {
    margin: 0 0 15px;
}

.subscriber-hidden b {
    float: left;
    width: 100%;
    color: #373F45;
}

.subscriber-hidden i {
    color: #373F45;
    margin-top: 20px;
    display: inline-block;
}

.subscriber-hidden i a {
    color: #373F45;
    text-decoration: underline;
}

.advanced-form-settings label {
    font-weight: normal;
    margin: 10px 0;
}

.subscriber-thank {
    float: left;
    width: 100%;
}

.subscriber-thank .invite-check {
    margin: 10px 0 0;
}

.subscriber-thank .invite-check p {
    padding-left: 25px;
    display: inline-block;
    margin: 10px 0 0;
    color: #697177;
    font-size: 12px;
}
.subscriber-thank .invite-check a {
    display: block;
    color: #697177;
    font-size: 12px;
}

.advanced-form-settings label textarea {
    height: 80px;
    width: 100%;
    border: 1px solid #dce1e5;
    border-radius: 3px;
}

.custom-field-adding {
    float: left;
    width: 100%;
    text-align: center;
    z-index: 1;
    position: relative;
	margin-top:20px;
}

section.cz_form_template .seva-form .custom-field-adding button span{
    display: inline-block;
    margin: 0;
    background: transparent;
    color: #d2d8dd;
    height: 30px;
    width: 30px;
    padding: 0;
    line-height: 27px;
    border-radius: 50%;
    border: 1px solid #d2d8dd;
    font-size: 26px;
    z-index: 1;
	text-align: center;
}

section.cz_form_template .seva-form .custom-field-adding button {
    background: #fff;
    padding: 10px;
    width: auto;
    margin:0;
}

section.cz_form_template .seva-form .custom-field-adding button:hover {
    background: #fff;
}

.custom-field-adding:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #d2d8dd;
    z-index: -1;
}

/*.second-form {
	display: none;
}
*/
.second-form form {
    float: left;
    width: 100%;
}

.second-form form div.field-inputs {
    width: calc(100% - 120px);
    float: left;
}

.second-form form div.field-inputs input[type="text"] {
    width: 48%;
    float: left;
    margin-right: 2%;
}

.second-form .seva-form {
	background: transparent;
}

section.cz_form_template.first-form .seva-form input[type="text"] {
    border: none;
    padding: 10px 6px;
    width: 100%;
    margin-bottom: 10px;
}

section.cz_form_template.first-form .seva-form select {
    background-color: #ffffff;
    border: unset;
    padding: 10px 6px;
    width: 100%;
    line-height: 22px;
}

.cz_form_template form input[type="text"]  {
    border: 1px solid #e3e3e3;
    font-size: 15px;
    padding: 12px;
    line-height: 1.4;
    border-radius: 4px;
    color: #000000;
    width: 100%;
}

.second-form form .field-button {
    width: 120px;
    float: right;
}

.cz_form_template form button {
    margin: 0;
    background: #1677be;
    border-radius: 3px;
}

.cz_form_template form button:hover {
    background: #146bab;
}

.second-form .custom-field-adding ,.third-form .custom-field-adding {
    margin-top: 20px !important;
}

section.cz_form_template.second-form .custom-field-adding button {
    background: #f3f6f9;
}

section.cz_form_template.second-form .custom-field-adding button:hover {
    background: #f3f6f9;
}

.third-form .seva-form {
    display: block;
    text-align: center;
    padding: 40px;
    border: 1px solid #DCE1E5;
	margin-top: 40px;
}

.third-form .seva-form h1 {
    color: #4d4d4d;
    font-size: 27px;
    font-weight: 700;
}

.third-form .seva-form p {
    font-size: 18px;
    color: #686868;
    font-weight: 500;
}

.third-form form div.field-inputs {
    width: calc(100% - 130px);
    float: left;
    margin-right:10px;
}

.third-form form .field-button {
    width: 120px;
    float: right;
}

.seva-form .bottom-form {
    float: left;
    width: 100%;
}

.seva-form .bottom-form span {
    font-size: 13px;
    color: #4d4d4d;
    display: block;
    margin-bottom: 20px;
}


.seva-form .bottom-form button.formkit-button {
    background: transparent;
    text-align: left;
    width: auto;
    padding: 0;
    margin: 0;
    color: #7d7d7d;
    font-size: 12px;
    display: block;
}

input:focus {
	outline:0;
}

section.cz_form_template.first-form  button {
    background: #8dd0ca;
	padding: 12px 24px;
    color: #fff;
    border: none;
    border-radius: 2px;
    width: 100%;
    margin: 15px 0;
}

.first-form .seva-form {
    display: flex;
    flex-direction: row;
    margin-top: 0 !important;
    border: 1px solid silver;
}
.seva-form.msg {
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #ccc !important;
    margin-top: 100px !important;
    font-size: 2rem;
}
.seva-form.full.msg,
.cz-form-main-container.half .seva-form.msg {
    margin-top: 0 !important;
}

.seva-form span.submit-btn,
.seva-form button.submit-btn {
    background-color: #8dd0ca;
    padding: 12px 24px;
    color: #fff;
    border: none;
    border-radius: 2px;
    width: 100%;
    margin: 15px 0;
    float: left;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
	cursor:pointer;
}


.cz_form_builder_header img {
    width: 16px;
}

.cz_form_builder_header h2 span {
	    float: left;
}

.cz_form_builder_header h2 img {
	    margin: 0px auto;
}

.cz_form_option {
    margin-left: auto;
    width: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cz_form_option img {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

section.tabs-container img {
    width: 24px;
}

.tabs-container label {
    margin-bottom: 0;
}

.tabs-container label {
    /* padding: 20px; */
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 23px;
    line-height: 0;
    text-align: center;
    float: none;
    margin-top: 0;
    padding-top: 25px;
}
.border-container span input.border_radius {
    border-color: #090617;
    padding: 14px;
    border-radius: 11px;
    color: #000;
}
a.logo.icon img {
    width: auto;
}

.adding_url input {
    width: calc(100% - 65px);
    float: left;
    margin-right: 5px;
    padding: 6px;
}

/*====== Modal Setting ======*/

div#myModal {
    top: 0;
}

div#myModal .modal-dialog {
    width: 100%;
    margin: 0px auto;
	    height: 100%;
    display: block;
}

/*div#myModal .modal-content {*/
/*	height:100%;*/
/*}*/

div#myModal .modal-footer {
    margin-top: 0;
}

div#myModal .modal-body {
height: calc(100% - 150px);
}

.modal-style {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.2);
    z-index: 10000;
}

.modal-style form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 87%;
    max-width: 500px;
    /*height: 100%;*/
	overflow-y: auto;
    overflow-x: hidden;
	
}
@media (max-width: 768px) {
  .modal-style form {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

@media(max-width:480px){
    .modal-style form{
        width: 90%;
    }
}
.modal-style section.cz_form_template.second-form {
    float: left;
    width: 100%;
    position: relative;
}

.modal-style .close-popup, .slide-style .close-popup, .sticky-style .close-popup {content: '+'; cursor: pointer; width: 30px;height: 30px;position: absolute;text-align: center;color: white;font-size: 40px;transform: rotate(45deg); top:8px; right: 8px; line-height: 27px; background-color: black;
    border-radius: 50%;font-family:'Open Sans';}
/*====== Seva Form Inline ======*/
.inline-style .seva-form-inline.seva-form-block {
    border: 1px solid silver;
}
.inline-style {
    float: left;
    width: 100%;
}
.inline-style .seva-form {
    border: 1px solid silver;
    margin-bottom: 30px;
/*	color: #047cfc*/
}
.inline-style form {
    float: left;
    width: 100%;
}

.inline-style form section.cz_form_template.second-form {
    float: left;
    width: 100%;
    text-align: center;
}
.modal-style .seva-form-inline, .inline-style .seva-form-inline, .sticky-style .seva-form-inline, .slide-style .seva-form-inline {
    display: inline-block;
}

@keyframes mymove {
  from {bottom: -100%;}
  to {bottom: 60px;}
}
.slide-style .third-form .seva-form {
    margin: 0;
}
.slide-style {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	background:rgba(0,0,0,.2);
    z-index: 10000;
}

.slide-style form {
	animation: mymove 3s;
    position: fixed;
	bottom:60px;
    right: 60px;
}
.sticky-style {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    /* background: rgba(0,0,0,.7); */
    padding-top: 4px;
    z-index: 100000;
}

.sticky-style.bottom {
    height: unset;
    bottom: 0;
    top: unset;
}
.sticky-style form {
    max-width: 100%!important;
    margin: 0 auto;
    position: relative;
    margin-top: -10px;
    overflow-y: auto;
    max-height: 100%;
    overflow-x: hidden;
}
.sticky-style .seva-form-inline.seva-form-block {
    position: relative;
}
.sticky-style form, .slide-style form{-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;}
	.sticky-form span.field-button button {
    width: 126px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sticky-form {
    /* background: rgba(0,0,0,.7); */
    padding: 5px 0;
    text-align: center;
/*	margin-left: 50px;*/
}
.sticky-style.bottom .sticky-form {
    padding-bottom: 0;
}

section.cz_form_template.second-form.sticky-form .custom-field-adding.add_field_button button {
    padding: 0;
}

section.cz_form_template.second-form.sticky-form .custom-field-adding.add_field_button button span {
    border: none;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
}

section.cz_form_template.second-form.sticky-form span.field-button {
    font-size: inherit;
}

section.cz_form_template.second-form.sticky-form span.field-button button.submit-btn {
    margin: 0;
}
section.cz_form_template.second-form.sticky-form .seva-form-inline.seva-form {
    background: #fff;
    max-width: 100%!important;
	color:#047cfc
}
.sticky-form .seva-form-inline {
    display: inline-block;
}
.seva-form-inline {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 620px !important;
    border-radius: 4px;
    background: #fff;
    padding: 25px;
	margin:0 auto;
	/*height: 125px;*/
}

.seva-form-inline .field-inputs input {
	min-height:44px;
    background: #ffffff;
    font-size: 15px;
    padding: 11px;
    border: 1px solid #e3e3e3;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    line-height: 1.4;
    margin: 0;
    -webkit-transition: border-color ease-out 300ms;
    transition: border-color ease-out 300ms;
    width: 100%;
}

.seva-form-inline .field-inputs {
    display: flex;
    justify-content: flex-start;
    /*float: left;*/
    /*margin: 0 2px;*/
}

.seva-form-inline.seva-form-block div:not(.handle) {
    width: 100%;
    margin: 0;
}
.seva-form-inline span.field-button button {
	/*	background: #FB6970; previous value */
	background: #8dd0ca;
    color: #fff;
    cursor: pointer;
    padding: 14px 30px;
    border-radius: 2px;
    border: none;
	cursor:pointer;
}
.seva-form-inline .field-button span {
    /*  background: #FB6970; previous value */
    background: #8dd0ca;
    color: #fff;
    cursor: pointer;
    padding: 14px 30px;
    border-radius: 2px;
    border: none;
    cursor:pointer;
}

.seva-form-inline .custom-field-adding.add_field_button button {
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 15px;
}

input#title-data {
    border: none;
    background: no-repeat;
}

input.field_label {
    padding: 6px;
    width: 100%;
    color: #000;
}


.req {
    display: table;
	 margin: 10px 0;
}

.req input {
    float: left;
    margin-right: 5px;
    width: 18px;
    height: 18px;
}
.req label {
    margin: 0 0 0 5px;
}


.color {
    height: 20px;
    width: 25px;
    display: inline-block;
}

.red { background: red; }
.radio-inline input{
    position:absolute;
    top:28px;
    margin-left:3px;
	display:none;
    
}

#title-data{
	margin-top:8px;
	font-size:18px;
	color:#545454;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-border-radius: 2px;
	display:none;
	width:280px;
	
}

label
{
	float:left;
	margin-top:8px;
	font-weight: 600;
	color: #090617;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-border-radius: 2px;
}

.edit
{
	float:left;
	width:32px;
	height:32px;
	display:block;
	cursor: pointer;
	margin-left:10px;
}



.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
  text-align:left;
}

button.setting-option.dropdown a {
    color: rgba(18,97,255,1);
    text-decoration: none;
}

button.setting-option.dropdown .dropdown-content {
    min-width: 100px;
    border-radius: 4px;
    top: 26px;
    right: 0;
}

input.form-font-size, input.btn-radius {
    padding: 6px;
	width: 80%;
}

select.form-text-weight, select.btn-font-weight {
    padding: 8px;
    width: 80%;
}
.preview-option {
    display: none;
}
 
 
.seva-form-inline.seva-form-block .field-inputs input {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
    flex: 1;
}

.seva-form-inline.seva-form-block span.field-button button {
    width: 100%;
}


/*Preview Button Start*/

.cz-preview {
    /* width: 100%;
    position: fixed; */
    z-index: 501;
    top: 7%;
    left: 0;
    right: 0;
    bottom: 0;

}

.cz-preview .content {
    height: 100%;
}

.cz-preview div#form-temp {
    width: 100%;
    float: left;
}

.cz-preview.content-container {    
    height: 100vh;
}

.exit-preview {
    position: absolute;
    top: 20px;
    right: 20px;
}

@media(max-width:767.98px){
    .exit-preview{
        top: 6px;
    }
}

.exit-preview button {
    padding: 4px 10px;
    border-radius: 4px;
    border: none;
    background: inherit;
    border: 1px solid;
}

/*Preview Button End*/

.embeded-tab .tab-content {
    display: block;
	min-height: auto;
    float: none;
    width: 100%;
    background: #EEEEEE;
    padding: 10px;
}

.embeded-tab .tab-content textarea{
    width: 100%;

}

.embeded-tab .modal-body {
    width: 100%;
    float: left;
}

.inline .close-popup {
    display:none; 
}
/*changes made by muhammad junaid 4-8-21*/
.modal-style .cz-form-main-container td.small-6, .cz-form-main-container th.small-6 {
    padding: 0 !important;
    margin: 0 !important;
}
.modal-style .small-6.large-6.columns.last, .slide-style .small-6.large-6.columns.last {
    display: none !important;
}
.sticky-style .small-6.large-6.columns.last {
    display: none !important;
}


/*for mobile preview*/
.mobile-active .cz-form-main-container td.small-6, 
.mobile-active  .cz-form-main-container th.small-6 {
    width: 100% !important;
}
.mobile-active .cz-form-main-container .seva-form.left, 
.mobile-active  .cz-form-main-container .seva-form.right {
    max-width: 100% !important;
    flex-direction: column;
}
.mobile-active .cz-form-main-container .seva-form.left .left, 
.mobile-active  .cz-form-main-container .seva-form.left .right {
    height: 100%;
    width: 100% !important;
    min-width: 100% !important;
}
.mobile-active .cz-form-main-container p {
    display: none;
}
.mobile-active .seva-form-inline .field-inputs {
    flex-direction: column;
}
.mobile-active .seva-form-inline .field-inputs .input_fields_wrap {
    flex-direction: column;
}
.mobile-active .seva-form-inline .input_fields_wrap > div {
    margin: 0 0 10px 0 !important;
}
.mobile-active table.body .container {
    width: 100% !important;
}
.mobile-active .seva-form.left {
    max-width: 100% !important;
    flex-direction: column;
}
.mobile-active .seva-form.right {
    max-width: 100% !important;
    flex-direction: column-reverse !important;
}
.mobile-active .cz-form-main-container .seva-form.left .left, 
.mobile-active .cz-form-main-container .seva-form.left .right {
    height: 100%;
    width: 100% !important;
    min-width: 100% !important;
}
.mobile-active .cz-form-main-container .seva-form.right .left, 
.mobile-active .cz-form-main-container .seva-form.right .right {
    height: 100%;
    width: 100% !important;
    min-width: 100% !important;
}
.mobile-active .cz-form-main-container .seva-form.right .left p 
.mobile-active .cz-form-main-container .seva-form.right .right p {
    display: none !important;
}
.mobile-active .powered-by span {
    margin-left: 0;
}

.powered-by img {
    width: 100px !important;
    height: auto !important;
}
.zm-powered {
    margin: 15px auto 0 auto;
    padding: 0 15px;
    width: fit-content;
    background-color: #eee !important;
    border-radius: 5px;
}
.zm-powered img {
    max-height: 50px;
    width: auto;
}

.mobile-active .seva-form span.submit-btn {
    margin: 0;
}

.cz-form-main-container .seva-form.right {

    background-position: right;
}

@media only screen and (max-width: 767px) {
    .slide-style form{
        bottom: auto;
        top: 20px;
    }
    .cz-form-main-container td.small-6, .cz-form-main-container th.small-6 {
        width: 100% !important;
    }
    .cz-form-main-container .seva-form.left {

        flex-direction: column;
    }
    .cz-form-main-container .seva-form.right {
        max-width: 100% !important;
        flex-direction: column-reverse !important;
        background-position: right;
    }
    .cz-form-main-container .seva-form.left .left, .cz-form-main-container .seva-form.left .right {
        height: 100%;
        width: 100% !important;
        min-width: 100% !important;
        background-position: center top;
    }
    .cz-form-main-container .seva-form.right .left, .cz-form-main-container .seva-form.right .right {
        height: 100%;
        width: 100% !important;
        min-width: 100% !important;
        background-position: center top;
    }
    .cz-form-main-container p {
        color: unset;

    }
    .seva-form-inline .field-inputs {
        flex-direction: column;
    }
    .seva-form-inline .field-inputs .input_fields_wrap {
        flex-direction: column;
    }
    .seva-form-inline .input_fields_wrap > div {
        margin: 0 0 10px 0 !important;
    }
    .sticky-style table.body .container {
        width: 100% !important;
    }
}
@media only screen and (max-width: 596px) {
    table.body .container {
        width: 100% !important;
    }
}

@media(max-width:480px){
    .slide-style form {
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
    }
}

.sticky-style .close-popup {
    right: -1px;
    top: 7px;
	font-family: Arial;
}

@media only screen
and (max-width : 1024px) 
and (orientation : landscape) {
  .modal-style form {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
body .slide-style.half form {
    overflow-y: auto;
    height: 100%;
}
body .slide-style.half .seva-form {
    height: auto;
    min-height: 100%;
}

.sticky-style.bottom {
    max-height: 50%;
    overflow-y: auto;
}

@media(max-width:480px){
.countdownHolder {
    zoom: 0.6;
}
}

@media(max-width:480px){
.countdownHolder .countDiv,.countdownHolder .position,.countdownHolder .digit {
    font-size: 28px!important;
}
}

@media(max-width:480px) {
.seva-form:not(.vertical) .field-inputs,.seva-form:not(.vertical) .field-inputs > .input_fields_wrap,.seva-form:not(.vertical) .field-inputs > .input_fields_wrap > .input-wrapper {
    /*display: block!important;*/
    display: flex !important;
    flex-direction: column !important;
}

.seva-form:not(.vertical) .field-inputs > .input_fields_wrap > .input-wrapper {
    margin: 0 0 15px 0!important;
}
}
