.montonio-countries-select {
    border-radius: 0px !important;
    box-shadow: none;
    margin-bottom: 20px !important;
    width: 100%;
    border-color: #e5e5e5;
}

.montonio-bank-links {
    display: none;
    padding: 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.montonio-bank-links.active {
    display: grid !important;
}

.montonio-bank-link {
    padding: 10px;
    border: 1px solid #f2f2f2;
    text-align: center;
    cursor: pointer;
    user-select: none;
}

.montonio-bank-link.active {
    border-color: transparent;
    box-shadow: 0px 0px 0px 2px #4b64e8;
}

.montonio-bank-link-img {
    max-height: 20px;
    border-radius: 0 !important;
    max-width: 100%;
}

.latepoint-w .latepoint-booking-form-element .montonio-countries-select,
.latepoint-w .latepoint-booking-form-element .montonio-bank-links.active {
    animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0ms LatepointSlideUp;
    animation-fill-mode: both;
}

.latepoint-w .latepoint-booking-form-element h1,
.latepoint-w .latepoint-booking-form-element h2,
.latepoint-w .latepoint-booking-form-element h3,
.latepoint-w .latepoint-booking-form-element h4,
.latepoint-w .latepoint-booking-form-element h5 {
    color: #20409a !important;
}

.latepoint-w .latepoint-booking-form-element .latepoint-side-panel .latepoint-questions h5:before {
    background-color: #20409a !important;
}

.latepoint-w .latepoint-booking-form-element .latepoint-side-panel .latepoint-progress ul li.active a {
    color: #20409a !important;
}

.latepoint-w .latepoint-booking-form-element .latepoint-side-panel .latepoint-progress ul li a:before {
    background-color: #20409a !important;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-heading-w .latepoint-lightbox-close {
    color: #20409a !important;
}

.latepoint-btn.latepoint-btn-primary {
    background-color: #20409a !important;
}

.latepoint-w .latepoint-booking-form-element .step-locations-w ul.os-locations li a:hover {
    border-color: #20409a !important;
    background-color: #fcecfd !important;
}

.latepoint-w .latepoint-booking-form-element .step-locations-w ul.os-locations li.selected a {
    border-color: #20409a !important;
    background-color: #fcecfd !important;
}

.latepoint-w .latepoint-booking-form-element .step-services-w ul.os-services li a:hover {
    border-color: #20409a !important;
    background-color: #fcecfd !important;
}

.latepoint-w .latepoint-booking-form-element .step-services-w ul.os-services li.selected a {
    border-color: #20409a !important;
    background-color: #fcecfd !important;
}

.latepoint-w .latepoint-booking-form-element ul.os-agents li.selected a {
    box-shadow: 0px 0px 0px 2px #20409a, 0 10px 32px 0 #fcecfd !important;
    background-color: #fcecfd !important;
}

.latepoint-w .latepoint-booking-form-element ul.os-agents li a:hover {
    box-shadow: 0px 0px 0px 2px #20409a, 0 10px 32px 0 #fcecfd !important;
    background-color: #fcecfd !important;
}

.latepoint-w .latepoint-booking-form-element ul.os-agents li.selected a .agent-name {
    color: #20409a !important;
}

.os-monthly-calendar-days .os-day.selected .os-day-box {
    background-color: #20409a !important;
}

.latepoint-w .latepoint-booking-form-element ul.os-agents li a:hover .agent-name {
    color: #20409a !important;
}

.dp-timeslot.selected .dp-label {
    background-color: #20409a !important;
}

.dp-timeslot.selected {
    background-color: #20409a !important;
}

.os-weekdays .weekday {
    color: #20409a;
}

.latepoint-booking-form-element .os-step-tabs .os-step-tab:before {
    background-color: #20409a !important;
}

.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info a {
    color: #20409a;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 14px;
}

.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info {
    background-color: #4b64e8;
    color: #fff;
}

.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .lp-price-value {
    color: #ffffff;
    margin-left: 10px;
}

.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .coupon-code-input-w input.coupon-code-input {
    border: 1px solid #20409a !important;
}