.registration-form .flex-row {
    gap: 20px;
}

/* Registration page */

.registration-heading {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
}

.registration-form h3 {
    margin-top: 40px;
}

.form-label {
    padding-top: 10px;
    font-weight: bold;
    color: #20409a;
}

.page-registration .text {
    padding: 0 20px;
}

.page-registration .text .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.registration-form-wrapper {
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.05);
    padding: 40px;
    border-radius: 20px;
}

.page-registration .text label {
    margin-right: 20px;
}

.page-registration .text .registration-service-date {
    width: auto;
}

.page-registration .flex-row input {
    align-self: baseline;
}

.page-registration .suggestion i {
    cursor: pointer;
    color: #f00;
}

.external-links {
    margin-top: 40px;
}

.additional-info {
    max-width: 100%;
    min-width: 100%;
    min-height: 100px;
}

.registration-response {
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 20px;
    font-size: 20px;
    display: none;
    text-align: center;
}

.registration-address .select2 {
    width: 100% !important;
}

.page-registration .loader {
    margin: 0 auto;
    display: block;
}

.additional-info {
    max-width: 100%;
    min-width: 100%;
    min-height: 100px;
}

input.hasDatepicker {
    cursor: pointer;
}

.weekDays-selector {
    margin: 10px 0;
}

.weekDays-selector input {
    display: none !important;
}

.weekDays-selector input[type=checkbox]+label {
    display: inline-block;
    border-radius: 10px;
    background: #f1f1f1;
    height: 44px;
    width: 44px;
    margin-right: 3px;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    user-select: none;
}

.weekDays-selector input[type="radio"]+label:before,
.weekDays-selector input[type="checkbox"]+label:before {
    display: none !important;
}

.weekDays-selector input[type=checkbox]:checked+label {
    background: #4ac713;
    color: #ffffff;
}

@media (max-width: 768px) {
    .registration-form {
        box-shadow: none;
        padding: 0px;
        border-radius: 0px;
    }

    .page-registration .flex-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .page-registration input:first-child {
        margin-right: 0px;
    }

    .page-registration input,
    .page-registration select,
    .page-registration .btn,
    .page-registration .col-50,
    .page-registration .select2-container,
    .page-registration input:first-child {
        width: 100% !important;
    }

    .registration-form-wrapper {
        box-shadow: none;
        padding: 0;
        border-radius: 0;
    }
}