

/* Start:/local/components/intervolga.vdcappointment/appointment.form/templates/.default/style.css?17548978442104*/
.form-confirmation {
    display: none;
    padding: 12px;
    margin-top: 12px;
    max-width: 580px;
    border: 2px solid #8998a0;
    border-radius: 5px;
    justify-content: center;
}

.service-special {
    display: none;
}

.card-appointment {
    display: none;
    margin-top: 12px;
    max-width: 580px;
    padding: 8px;
}

.loading {
    display: none;
    position: fixed;
    padding: 24px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 2;
}

.loading-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

.spinner-border {
    display: inline-block;
    width: 48px;
    height: 48px;
    border: 3px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
}

@keyframes spinner-border {
    100% {
        transform: rotate(360deg);
    }
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.form-select {
    display: block;
    width: 100%;
    padding: 9px 36px 9px 12px;
    -moz-padding-start: calc(12px - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.card {
    position: relative;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 4px;
}
/* End */
/* /local/components/intervolga.vdcappointment/appointment.form/templates/.default/style.css?17548978442104 */
