
.rd-navbar {
    display: block;
}

.swiper-pagination.swiper-pagination-modern .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #ffffff;
}

#policy p {
    text-indent: 2.5rem;
}

#policy * + h4 {
    margin-top: 35px;
}

#checkout .card-header {
    font-size: 18px;
    font-weight: 400;
    color: #c30734;
}

#checkout .col-form-label-sm {
    font-size: 14px;
    font-weight: 500;
    color: #444;
}

#checkout .col-form-label-sm .fa.fa-info-circle {
    font-size: 16px;
    cursor: help;
    margin-left: 2px;
}

#checkout .form-check .fa.fa-info-circle {
    font-size: 16px;
    cursor: help;
    margin-left: 7px;
    color: #444;
}

#checkout .form-control-sm {
    font-size: 14px;
    background-color: #f4f4f4;
}

#checkout input.form-control-sm[disabled] {
    background-color: #ced4da;
}

#checkout .form-check {
    margin-bottom: 10px;
}

#checkout .form-check-inline {
    margin-bottom: 0;
    margin-right: 1rem;
}

#checkout .form-check-input {
    cursor: pointer;
}

#checkout .form-check-label {
    font-size: 14px;
    cursor: pointer;
}

#checkout small {
    color: #04408b;
}

#checkout .form-group.row {
    margin-top: 0;
}

#checkout .form-group:last-child,
#checkout .form-group:last-of-type {
    margin-bottom: 0;
}

#checkout hr {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

#checkout .button[disabled] {
    cursor: not-allowed;
    background-color: #777 !important;
    border-color: #777 !important;
}

#checkout .button[disabled]:hover {
    background-color: #777 !important;
    border-color: #777 !important;
}

#checkout .form-control[disabled] {
    cursor: not-allowed;
}

#download .custom-link {
    color: #04408b;
}

#download .custom-link:hover {
    color: #222222;
}

.modal {
    display: block !important;
    padding: 0;
}

.modal-dialog {
    display: flex;
    margin: 1.75rem auto;
    align-items: center;
}

.modal.show .modal-dialog {
    transform: none;
    -webkit-transform: none;
}

@media (min-width: 768px) {
    .modal-dialog {
        max-width: 560px;
    }
}

.modal-backdrop {
    z-index: 2040;
}

.modal {
    z-index: 2050;
}

.modal-backdrop.show {
    opacity: 0.75;
}

.bg-secondary {
    background-color: #04408b !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
}

.input-group-text {
    min-width: 38px;
}

.tooltip {
    font-size: 14px;
    line-height: 1.3;
}

.tooltip-inner {
    background-color: #282828;
    text-align: left;
}

.bs-tooltip-top .arrow::before {
    border-top-color: #282828;
}

.bs-tooltip-right .arrow::before {
    border-right-color: #282828;
}

.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #282828;
}

.bs-tooltip-left .arrow::before {
    border-left-color: #282828;
}

.driving-test-answer-hoverable:hover {
    cursor: pointer !important;
}
