.light-dark {
    background: #121212 !important;
}

.dark {
    background: #020202 !important;
}

.text-danger {
    color: #CF1F2F !important;
}

.text-muted {
    color: #c8c8c8bf !important
}

.bigger-font {
    font-size: 48px !important;
}

.faq-question.text-body {
    color: #fff !important;
}

.form-control-light {
    /* background-color: #121212 !important; */
    background-color: #020202 !important;
}

.btn-white {
    background-color: #fff;
    color: #020202;
}

.faq-question-q-box {
    color: #fff !important;
    background-color: #121212 !important;
}

input:focus,
textarea:not(.select2-search__field):focus {
    border: 2px solid var(--ct-white) !important;
}

@media screen and (max-width: 768px){
    .navbar-brand {
        width: 300px !important;
    }
}

.navbar-brand {
    width: 350px;
}

 .navbar-brand img {
     width: 100%;
     height: auto;
 }