.scheduler-container {
    max-width: 40%;
    width: 580px;
    border: 3px solid #0073e6;
    border-radius: 3%;
    margin: 10% auto;
    padding: 20px;
    background-color: #ffffff;
    text-align: right;
}

@media only screen and (max-width: 754px) {
    .scheduler-container {
        max-width: 60%;
    }
}

@media only screen and (max-width: 366px) {
    .scheduler-container {
        max-width: 80%;
    }
}

#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%;
}

#LeadGen input[type="submit"] {
    width: 100%;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 10px;
    background-image: linear-gradient(#ff0909, #b20000);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    cursor: pointer;
    font-size: 20px;
    -webkit-box-shadow: 0 5px 5px #777;
    -moz-box-shadow: 0 5px 5px #777;
    box-shadow: 0 5px 5px #777;
}

#LeadGen input[type="submit"]:hover {
    background-image: linear-gradient(#b20000, #ff0909);
}

#scheduler-exit {
    cursor: pointer;
    top: 10px;
    right: 10px;
    margin: 0;
    color: white;
    background-image: linear-gradient(#03a9f4, #0d81fc);
    padding: 1em;
    font: 0.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-weight: 900;
    line-height: 0.95em;
    border: 1px solid #2bb5f5;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.2s;
    -webkit-box-shadow: 0 3px 3px rgb(172, 172, 172);
    -moz-box-shadow: 0 3px 3px rgb(172, 172, 172);
    box-shadow: 0 3px 3px rgb(172, 172, 172);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

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

.tcs-modal {
    /* display: none; */
    position: fixed;
    z-index: 20;
    margin: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
}


/* 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;
    }
}