html {
  background: none !important;
}

body {
  background-image: linear-gradient(0deg, #1b244e 0%, #438394 100%) !important;
  /* Full height */
  height: 100% !important;
  /* Center and scale the image nicely */
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.logo {
  margin: 30px 25px 15px 25px !important;
}

#scheduler-main {
  text-align: center;
}

.scheduler-container h1 {
  font-size: 27px;
  color: #000;
}

.scheduler-container p {
  font-size: 17px;
  color: #71706e;
  font-family: Arial, Helvetica, sans-serif;
}

.scheduler-container p a {
  text-decoration: none;
}

#tcs-error {
  color: #b20000;
  text-align: left;
  line-height: 120%;
}

#LeadGen input[type="text"] {
  width: 100%;
  padding: 12px 20px;
  margin: 5px 0;
  display: inline-block;
  border: 1px solid #afafad;
  border-radius: 10px;
  box-sizing: border-box;
}

#callTime {
  width: 100%;
  margin: 5px 0;
  display: inline-block;
  border: 1px solid #afafad;
  border-radius: 10px;
  box-sizing: border-box;
}

#callTime .vpd-input-group input {
  border: 0;
  padding: 0 0 0 15px;
}

#callTime .vpd-icon-btn {
  border-radius: 13% 0% 0% 13%;
}

#scheduler-exit:hover {
  background-image: linear-gradient(#0d81fc, #03a9f4);
}

/* Confirmation */

.scheduler-confirmation {
  display: none;
  width: 90%;
  margin: 0 auto;
  background-color: white;
  padding: 20px;
  text-align: center;
}

.circle-loader {
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-left-color: #5cb85c;
  animation: loader-spin 1.2s infinite linear;
  position: relative;
  display: block;
  border-radius: 50%;
  width: 7em;
  height: 7em;
}

.load-complete {
  -webkit-animation: none;
  animation: none;
  margin: 0 auto;
  border-color: #5cb85e;
  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: 3.5em;
  width: 1.75em;
  transform-origin: left top;
  border-right: 3px solid #5cb85c;
  border-top: 3px solid #5cb85c;
  content: "";
  left: 1.75em;
  top: 3.5em;
  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: 1.75em;
    opacity: 1;
  }
  40% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1;
  }
  100% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1;
  }
}

.scheduler-open {
  bottom: 15px;
  right: 15px;
  border-radius: 5px;
  position: fixed;
  background-color: #0073e6;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  -webkit-box-shadow: 0 5px 5px #777;
  -moz-box-shadow: 0 5px 5px #777;
  box-shadow: 0 5px 5px #777;
}

.vpd-body {
  height: 370px;
}

.vpd-body .vpd-month {
  position: absolute;
}

.vpd-actions {
  position: absolute;
  top: 85%;
}

.datepicker-container .datepicker-days .datepicker-day[data-v-7043ad7f] {
  height: 41px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 14.28571%;
  position: relative;
  border: none;
  background: transparent;
  font-size: 13px;
  outline: none;
  font-weight: normal;
  padding: 0;
  margin-bottom: 0;
}

.field.has-value .field-label[data-v-5b500588] {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  font-size: 11px;
  display: none;
}

@media only screen and (max-width: 410px) {
  .datetimepicker {
    max-width: 90% !important;
    height: 90% !important;
  }
  .datepicker {
    height: 90% !important;
  }
}

.circle {
  border-radius: 50%;
  width: 34px;
  height: 34px;
  padding: 15px;
  background: #fff;
  border: 3px solid #000;
  color: #000;
  text-align: center;
  font: 32px Arial, sans-serif;
}

#LeadGen input[type="submit"] {
  font-weight: bold;
  width: 100%;
  border-radius: 10px;
  border: none;
  font-family: inherit;
  font-size: 18px;
  width: 100%;
  cursor: pointer;
  padding: 10px 40px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  /* background: #cb4e4e; */
  background: #537bbb;
  color: #fff;
  /* box-shadow: 0 6px #ab3c3c; */
  box-shadow: 0 6px #2a5172;
  z-index: 19;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 2px;
}

#LeadGen input[type="submit"]:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#LeadGen input[type="submit"]:hover {
  /* box-shadow: 0 4px #ab3c3c; */
  box-shadow: 0 4px #263959;
  top: 2px;
}

#LeadGen input[type="submit"]:active {
  /* box-shadow: 0 0 #ab3c3c; */
  box-shadow: 0 0 #3f639c;
  top: 6px;
}

#mainContainer {
  margin-top: 0;
}

.header {
  background-color: #ffffff;
}

footer {
  color: #ffffff !important;
}
