.bg-custom {
    background-color: rgba(68, 77, 156, 255);
}

.bg-custom-2 {
    background-color: rgb(239 237 220);
    background-color: rgb(235 224 133);
}

#footer {
    background-color: rgb(239 237 220);
    background-color: rgb(235 224 133);
}

#footer .footer-copyright.footer-copyright-style-2 {
    background-color: rgb(239 237 220);
    background-color: rgb(235 224 133);
}

.box-shadow {
    box-shadow: -1px -1px 22px -3px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: -1px -1px 22px -3px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: -1px -1px 22px -3px rgba(0, 0, 0, 0.24);
}

.btn-custom{
    background-color: rgba(68, 77, 156, 255);
    color:white;
}

.btn-custom:hover{
    background-color: #5f68b2;
    color:white;
}

#footer {
    border-top: 1px solid var(--light);
}

#footer .footer-copyright p {
    color: #555;
    font-size: 1.05em;
}

.invalid-feedback {
    display: block; 
    width: 100%;
    margin-top: .15rem;
    font-size: .875em;
    color: var(--bs-form-invalid-color);
}

.icon-featured {
    display: inline-block;
    font-size: 0;
    margin: 15px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: var(--light);
    font-size: 1.15em;
    line-height: 55px;
}

.featured-box-secondary .icon-featured {
    background-color: rgba(68, 77, 156, 255);
}

.featured-box-secondary .box-content-border-bottom {
    border-bottom-color: rgba(68, 77, 156, 255);
}

.custom-bg-color-light-1 {
    background-color: #ffffff !important;
}

.featured-boxes-modern-style-primary .featured-box {
    background: var(--primary);
    background: linear-gradient(135deg, var(--primary) 0%, var(--quaternary) 100%);
    background: white;
}

.notice-top-bar {
    position: fixed! important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}