#Body{
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;
}

@media (min-width: 992px) {
    .navbar-expand-lg.navbar-floating .dropdown-menu .hs-mega-menu,
    .navbar-expand-lg.navbar-floating .dropdown-menu:not(.hs-sub-menu) {
        margin-top: 0.5rem;
    }
}

.navbar-brand-logo {
    max-width: 20rem;
    transition: max-width 0.3s ease;
}


body:not(.dnnEditState) .DNNEmptyPane {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

body.dnnEditState main#content{
    margin-top: 120px;
}

.bg-light .breadcrumb-item,
.bg-light .breadcrumb-item .breadcrumb-link {
    color: #000;
}

#footer .navbar-brand-logo {
    color: #666;
    max-width: 20rem;
}

.LoginPanel {
     width: unset!important;
     padding-right: unset!important; 
     float: unset!important; 
}

.modal.fade.in {
    opacity: 1;
}

.modal-backdrop.fade {
    opacity: 0.5 !important;
}

.modal.fade .modal-dialog {
    transform: translate(0, 0) !important;
}


/*-------------------------------------*/
/* MESSAGE STYLES */
/*-------------------------------------*/
.dnnFormMessage {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

    .dnnFormMessage.dnnFormError,
    .dnnFormMessage.dnnFormValidationSummary {
        color: #842029;
        background-color: #f8d7da;
        border-color: #f5c2c7;
    }

    .dnnFormMessage.dnnFormWarning {
        color: #664d03;
        background-color: #fff3cd;
        border-color: #ffecb5;
    }

    .dnnFormMessage.dnnFormSuccess {
        color: #0f5132;
        background-color: #d1e7dd;
        border-color: #badbcc;
    }

.ts-control {
        padding: 0.6125rem 3rem 0.6125rem 1rem;
}