.content-header.side-content-header{

    background-color: transparent !important;
}
.nav-main-link:hover{
    text-decoration: none;
}
#sidebar .js-sidebar-scroll.side-js-sidebar-scroll{
    height: calc(100% - 10rem);
}
.account-portal-container{
    /*	background-image: url('../images/background/login-bg.jpg');*/
    background-image: url('../images/background/login-bg.png');
}

.login-side{
    background-image: url('../images/background/login-side.jpg');
}


.logo.center-logo{
     display: flex;
     display: -webkit-flex;
     justify-content: center;
     -webkit-justify-content:center;
     margin: auto;
 }
.logo.login-logo img {
    width: 80%;
}
.logo.sidebar-logo img {
    width: 100%;
}




.logs-data .badge{
    border-radius: 2px;
    padding: 10px;
    font-size: 12px;
}

.btn-danger,
.btn-primary{
    background-color: #FAEE4C;
    border-color: #FAEE4C;
    color: #313B3E;
}
.text-primary{
    color: #313B3E !important;
}
.bg-primary{
    background-color: #313B3E !important;
}
.fa-star{
    color: #AAA103;
}
.fa-star.text-warning{
    color: #AAA103 !important;
}
label.form-label{
    color: #313B3E;
}
a{
    color: #AAA103;
}
a:hover,a:active{
    color: #AAA103;
    text-decoration: underline;
}
button.btn:hover,
button.btn:active,
.btn:first-child:active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle ,
a.btn:hover,
a.btn:active,
.btn:focus-visible,
.btn-primary.focus,
.btn-primary:focus,
.btn-danger.focus,
.btn-danger:focus{
    background-color: #AAA103 !important;
     border-color: #AAA103 !important;
    box-shadow: 0 0 0 .2rem rgb(147, 139, 4) !important;
    color: white !important;
}
.page-item.active .page-link{
    color: #313B3E;
    border-color: #313B3E;
}

/* editor */
.trumbowyg-editor{
    position: absolute;
    width: 100%;
}
.trumbowyg-editor p{
    margin-bottom: 5px;
}

.placeholders{
    font-size: 12px;
    padding: 0px;
    list-style: none;
}
.width-100{
    width: 100px;
}

p.success-with-link{
    display: flex;
    align-items: center;
    gap: 5px;
}

p.success-with-link a{
    font-size: 12px;
}
