
            :root {
                --rqBlue: #13355A;
            }
       

.rqcTitle {
    font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
    font-size: 24px !important;
    color: #13355A !important;
}

.rqcLang {
    margin-top: 21px !important;
}

.rqcLangItem {
    font-size: x-small !important;
    cursor: pointer !important;
}

body {
    background-color: #F8F8F8 !important;
}

.ltrModal .modal-body {
    direction: ltr !important;
}


.rqcFooter button {
    width: 120px !important;
    margin-inline-start: 3px !important;
    margin-bottom: 5px !important;
}

.page-item.active a {
    background-color: #13355A !important;
}

@media (max-width: 575.98px) {
    .rqcLang hr {
        visibility: hidden !important;
    }
}



.rqToast {
    position: absolute;
    top: 10px;
}



.toast {
    background-color: #13355A !important;
}

.toast-header {
    background-color: #13355A !important;
    font-size: large;
}

    .toast-header i {
        font-size: small !important;
    }

.rqcLangSelecetd {
    color: gray !important;
    cursor: default !important;
}


.rqcContactTitle {
    font-family: cursive;
    font-weight: 900;
    font-size: 16px;
}

.rqcTelegram {
    border: 3px solid #1e90ff;
    width: 200px;
    height: 60px;
    padding-right: 5px;
    padding-left: 5px;
}

.rqcWhatsapp {
    border: 3px solid #008000;
    width: 200px;
    height: 60px;
    padding-right: 5px;
    padding-left: 5px;
}



.rqcVerticalSpacer {
    height: 15px !important;
}

.rqcHorizontalSpacer {
    width: 30px !important;
}

.rqcTelegram img, .rqcWhatsapp img {
    margin-top: -20px;
}
             .bootbox  .modal-sm{
             top:30%;
         }