[data-scheme=gcc] {
    --bs-body-bg: #150C2F;
    --bs-primary: #23134f ;
    --bs-link-color: #ccc;
    --bs-btn-primary-bg: #f43d5e;
    --bs-btn-primary-hover-bg: #f43d5e !important;
    --bs-btn-primary-active-bg: #f43d5e !important;
    --bs-component-bg: rgba(34, 20, 76, 1);
    --bs-component-bg-rgb: rgba(34, 20, 76, 1);
    --bs-heading-color: #ddd;
    --bs-body-font-family:  "Nunito", sans-serif;
}

h3 a, h4 a{
    text-decoration: none;
}

a {
    color: #ccc;
}

.invalid-feedback {
    display: block;
}

.btn-theme {
    background-color: #f43d5e;
    color: white;
}

.btn-theme:hover {
    background-color: #f41d5e;
    color: white;
}

.btn-primary {
    --bs-primary: #f43d5e ;
    --bs-btn-primary-bg: #f43d5e;
    --bs-btn-primary-hover-bg: #dd3d5e;
}