#fb-pluginform {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  width: 100%;
  max-width: 600px;
  margin:0 auto;
  margin-bottom: 100px;
}

.php-errors {
  color: #B33A3A;
  background-color: #F5F5F5;
  border:1px solid #B0B0B0;
  border-radius:5px;
  width: 100%;
  max-width: 500px;
  margin:0 auto;
  padding: 20px;
  margin-bottom: 20px;
}



/*honeypot*/
#fb-pluginform .phone{
  display: block;
  position: absolute;
  left: -10000px;
}

#fb-pluginform .formbuilder-field-area{
  margin-bottom: 20px;
}

#fb-pluginform label {
  font-size: 15px;
  font-weight: bold;

}

#fb-pluginform textarea {
  height: 150px;
}

#fb-pluginform input,select,textarea {
  width: 100%;
  font-size: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 10px;
  background-color: #F5F5F5;
  border-radius: 3px;
  border: 1px solid #DCDCDC;
  margin-top: 5px;
}

#fb-pluginform input[type='submit'] {
  min-width: 100px;
  width: 200px!important;
  margin:0 auto;
  margin-top: 20px;
  background-color: #5d6d7e!important;
  border: none;
  color:#fff;
}

#fb-pluginform input[type='submit']:hover {
  background-color:  #2e4053!important;
}

#fb-pluginform .error{
  color: red;
}


/*UI TOGGLE*/
.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}

input.cmn-toggle-round-flat + label {
  padding: 2px;
  width: 50px;
  height: 30px;
  background-color: #dddddd;
  border-radius: 30px;
  transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:before,
input.cmn-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}
input.cmn-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  border-radius: 30px;
  transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 22px;
  background-color: #dddddd;
  border-radius: 52px;
  transition: margin 0.4s, background 0.4s;
}
input.cmn-toggle-round-flat:checked + label {
  background-color: #8ce196;
}
input.cmn-toggle-round-flat:checked + label:after {
  margin-left: 23px;
  background-color: #8ce196;
}

/*END UI TOGGLE*/


.round {
  position: relative;
}

.round label {
  height: 25px;
  width: 25px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%; /* may require vendor prefixes */
  background-color: #fff;
  border: 1px solid #7d7d7d;
  position: relative;

}

.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 5px;
  left: 9px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 10px;
}

.round input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
  background-color: #66bb6a;
  border-color: #66bb6a;
}

.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.round .error {
  width: 200px;
  margin-left: 50px;
  margin-top: 5px;
  border: none;

}


/*INPUT COLUMNS SIZES*/

.fb-col-2 input,.fb-col-3 input, .fb-col-3 textarea,.fb-col-2 textarea {
  max-width:100%;
  display: inline-block;

}

.formbuilder-field-area {  
  width: 94%;
  padding-right: 3% !important;
  padding-left: 3% !important;

}
.formbuilder-field-area  label {
  padding-right: 5px;
}

.fb-col-2 {
  display: inline-block;
  width: calc(46% - 3px);
  padding-right: 0% !important;
  padding-left: 3% !important;

}

.fb-col-3 {
  display: inline-block;
  width: calc(27.5% - 1px);
  padding-right: 3% !important;
  padding-left: 3% !important;
}

/*CIRCLE LOADEDER */

.success-notification {
  color: #5cb85c;
  background-color: #F5F5F5;
  border:1px solid #B0B0B0;
  border-radius:5px;
  width: 100%;
  max-width: 300px;
  margin:0 auto;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

.circle-loader {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-left-color: #5cb85c;
  animation: loader-spin 1.2s infinite linear;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  vertical-align: top;
  border-radius: 50%;
  width: 3.5em;
  height: 3.5em;


}

.load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: #5cb85c;
  transition: border 500ms ease-out;
}

.checkmark {
  display: none;
}
.checkmark.draw:after {
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}
.checkmark:after {
  opacity: 1;
  height: 1.75em;
  width: 0.85em;
  transform-origin: left top;
  border-right: 3px solid #5cb85c;
  border-top: 3px solid #5cb85c;
  content: '';
  left: 0.85em;
  top: 1.75em;
  position: absolute;
}

@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 0.85em;
    opacity: 1;
  }
  40% {
    height: 1.75em;
    width: 0.85em;
    opacity: 1;
  }
  100% {
    height: 1.75em;
    width: 0.9em;
    opacity: 1;
  }
}

@media screen and (max-width: 800px) {
  #fb-pluginform input,select,textarea {
    width: calc(100% - 10px);
  }
}


/*Radio Button*/

.fb-radiobutton {
  margin: 0px 0;
  display: block;
  cursor: pointer;
}
.fb-radiobutton input {
  /*display: none;*/
  visibility: hidden;
}

.fb-radiobutton input + span {
  line-height: 25px;
  height: 25px;
  padding-left: 25px;
  display: block;
  position: relative;
}
.fb-radiobutton input + span:not(:empty) {
  padding-left: 35px;
}
.fb-radiobutton input + span:before, .fb-radiobutton input + span:after {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  border-radius: 50%;
  left: 0;
  top: 0;
  position: absolute;
  margin-right: 10px;
}


.fb-radiobutton input + span:before {
  background: #D1D7E3;
  transition: background 0.2s ease, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 2);
  transition: background 0.2s ease, transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 2);
  transition: background 0.2s ease, transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 2), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 2);
}
.fb-radiobutton input + span:after {
  background: #fff;
  -webkit-transform: scale(0.78);
          transform: scale(0.78);
  transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4), -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
}
.fb-radiobutton input:checked + span:before {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
  background: #66bb6a;
}
.fb-radiobutton input:checked + span:after {
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.fb-radiobutton:hover input + span:before {
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
}
.fb-radiobutton:hover input + span:after {
  -webkit-transform: scale(0.74);
          transform: scale(0.74);
}
.fb-radiobutton:hover input:checked + span:after {
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
} 


/*Preview*/


.formbuilder-preivew-header {
  height: 125px;
  width: 100%;
  background-color: #aacc8d;;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #376c0e;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 50px;
}

.formbuilder-preivew h1{
  text-align: center;
}

