.cm--left {
    max-width: 30em !important;
}

.cm__btn:nth-child(1),
.pm__btn:nth-child(1) {
    background: #459dd3 !important;
    color: #ffffff !important;
    border: 0px !important;
}

.cm__btn:nth-child(2),
.pm__btn:nth-child(2) {
    background: #ffffff !important;
    color: #459dd3 !important;
    border: 1px solid #459dd3 !important;
    /* border-color: #459dd3 !important; */
}

.cm__btn:nth-child(1):hover,
.pm__btn:nth-child(1):hover {
    background: #047fcc !important;
}

.cm__btn:nth-child(2):hover,
.pm__btn:nth-child(2):hover {
    background: #eaeff2 !important;
}

/* .section__toggle:checked~.toggle__icon{
    background: #047fcc !important;
} */

.cm__btn--secondary:nth-child(1),
.pm__btn--secondary:nth-child(1) {
    background: #eaeff2 !important;
    color: rgb(94, 98, 102) !important;
}

.cm__btn--secondary:nth-child(1):hover,
.pm__btn--secondary:nth-child(1):hover {
    background: #d4dae0 !important;
}

.btn-link {
    font-weight: 600 !important;
    color: #000 !important;
}

.custom-banner {
    width: 100%;
    /*max-height: 342px;*/
    object-fit: cover;
}

.bg-dark-blue {
    background-color: #1B3767;
}

.bg-grey {
    background-color: #f1f1f1;
}

.dark-blue {
    color: #1B3767;
}

.instantWin-banner {
    min-height: 342px;
}

.img-instant {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
}

p.ml {
    font-size: 14px;
    color: #5B6270;

}

.img-footer-bondex {
    width: 75%;
}

.img-footer-ppg {
    width: 30%;
}

.img-footer-ripolin {
    width: 40%;
}