#modal_background {
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: none;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
    zoom: 1;
    z-index: 99999;
    display : none
}
#formbot_modal {
	padding: 32px;
    position : absolute;
    background: white;
    width: 700px;
    height : 300px;
    z-index : 100000;
    opacity: 1;
    boxShadow: 0px 0px 4px 0px rgba(0,0,0,0.45);
    borderRadius: 4px;
    text-align: center;
}

#formbot_modal p {
	font-size: 14px;
}

#formbot_modal select {
    height: 60px !important;
	margin: auto;
	display: block;
	width: 100%;
	padding: 0.571rem 1rem 0.571rem 1rem;
	-moz-padding-start: calc(1rem - 3px);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.45;
	color: #6e6b7b;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d8d6de' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 1rem center;
	background-size: 15px 14px;
	border: 1px solid #d8d6de;
	border-radius: 0.357rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-webkit-appearance: none;
	 -moz-appearance: none;
	      appearance: none;
}

.formbot-select-block {
    height: 60px !important;
    margin: auto;
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.45;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d8d6de' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 15px 14px;
    border: 1px solid #d8d6de;
    border-radius: 0.357rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.wp-block-formbot-form-builder-form-picker {
    padding: 15px;
}
.formbot-h4 {
    font-size: 18pt !important;
    font-weight: 400 !important;
    margin-bottom: 16px;
    margin-top: 0;
}
.form-bot-actions {
    width: 100%;
    text-align: right;
}

.formbot-select-block select {
    width: 100% !important;
    color: #6e6b7b !important;
    font-size: 1rem !important;
    max-width: 100% !important;
}

#formBotCloseButton {
	z-index: 101;
    top: 10px;
    right: 10px;
    position: absolute;
    background: transparent;
    text-align: center;
    border: 0;
    cursor: pointer;
}
#formBotCloseButton div {
	border-radius: 50%;
    background: #EDEEF5;
    padding: 9px;
}
#formBotCloseButton svg {
	width: 18px;
    height: 18px;
    fill: #8586A6;
    transition: 0.3s;
    display: block;
}

.formbot-header {
	font-size: 30px;
}

#wizardFooter {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 50px;
    background: #f9f9f9;
    z-index: 100;
    justify-content: flex-end;
    border-top: 1px solid #edeef5;
    display: flex;
    align-items: center;
}

#formbotContinueBtn {
	border: none;
    border-radius: 4px;
    color: white;
    background: #4277ff;
    font-size: 14px;
    width: 100px;
    margin-right: 10px;
    cursor: pointer;
    padding: 10px;
}

.formbot-loader {
  height: 0;
  width: 0;
  padding: 15px;
  border: 6px solid #ccc;
  border-right-color: #888;
  border-radius: 22px;
  -webkit-animation: rotate 1s infinite linear;
  /* left, top and position just for the demo! */
  position: absolute;
  left: 50%;
  top: 50%;
}

@-webkit-keyframes rotate {
  /* 100% keyframe for  clockwise. 
     use 0% instead for anticlockwise */
  100% {
    -webkit-transform: rotate(360deg);
  }
}

.formbot-overlay-div {
    height: 539px;
    width: 100%;
    position: absolute;
    top: 0;
    cursor: pointer;
}

.formbot-hide {
    display: none !important;
}
.formbot-edit-btn {
    border-right: 1px solid;
}