nav.navbar.default-layout-navbar, .text-center.navbar-brand-wrapper, .sidebar {
    background: #110A00 !important;
}
a.navbar-brand.brand-logo h4 {
    color: #fff;
    text-align: center;
    font-size: 22px;
}
a.navbar-brand.brand-logo span {
    color: #d4a24c;
}
ul.nav li:hover:not(.active) {
    background: unset !important;
}
ul.nav li a {
    color: #fff !important;
}
a#profileDropdown p {
    color: #fff !important;
}
a.navbar-brand.brand-logo-mini h4 {
    margin: 0px;
    color: #fff;
}
li.nav-item.active span, li.nav-item.active i {
    color: #fff !important;
}

.content-wrapper.d-flex.align-items-center.auth {
    background: none;
}
main.login-main {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: inset 0px 0px 0px 2000px #00000005;
}
.auth-form-light.text-left.p-5 {
    background-color: #000000c9;
    border-radius: 13px;
    box-shadow: 0px 0px 20px -10px #dca342;
    border-top: solid #d7a247;
}
.auth-form-light.text-left.p-5 img {
    width: 100px;
    margin: auto;
    display: block;
}
.auth-form-light.text-left.p-5 label {
    color: #fff;
    font-size: 18px;
    margin: 10px 0px 14px;
}
.auth-form-light.text-left.p-5 input {
    color: #fff;
    border-radius: 10px !important;
}
.auth-form-light.text-left.p-5 a {
    color: #dba342;
}
.auth-form-light.text-left.p-5 button {
    border-radius: 10px;
}
.form-group.profile-img-box {
    width: 120px;
    height: 120px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.form-group.profile-img-box input {
    display: none;
}
.form-group.profile-img-box label {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2c3e505e;
    height: 100%;
    color: #fff;
    font-size: 23px;
    cursor: pointer;
    transition: 0.5s;
    opacity: 0;
}
.form-group.profile-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.form-group.profile-img-box:hover > label {
    opacity: 1;
}
.card-header {
    padding: 1.25rem 1.25rem !important;
    margin-bottom: 0;
    background-color: rgb(0 0 0 / 0%) !important;
    border-bottom: solid 1px #00000017 !important;
}
.card {
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05) ;
    margin-bottom: 30px;
    transition: box-shadow 0.2s ease-in-out;
    border-top: 3px solid #e3a539 !important;
}
input:focus, select:focus {
    border-color: #d4a24c !important;
}
.alert-message {
    position: fixed !important;
    right: 24px;
    z-index: 999;
    top: 85px;
}
.alert-success {
    color: #186a3b;
    background-color: #d5f5e3;
    border-color: #c4f1d7;
}
.alert-message button {
    border: none;
    position: absolute;
    right: 10px;
    background-color: #fff;
    color: red;
    border-radius: 5px;
    font-size: 20px;
    top: 11px;
    padding: 0px 7px 2px;
}
.btn-primary:hover {
    background: #d59931 !important;
    border-color: #d59931 !important;
}
li.nav-item {
    padding: 0px !important;
}
li.nav-item a {padding-left: 15px !important;padding-right: 15px !important;}
li.nav-item {
    padding: 0px !important;
}
li.nav-item a {padding-left: 15px !important;padding-right: 15px !important;}
ul.nav.flex-column.sub-menu {
    background: #e2a43a4f !important;
    margin-top: -5px;
    border-left: solid #e1a53c;
    padding-left: 20px;
    margin: 0px;
}
li.nav-item.active a:not(li.nav-item ul a) {
    background: #d4a24c !important;
}
ul.nav.flex-column.sub-menu a {
    padding: 16px 20px !important;
}
.table td {
    border-color: #0000001f;
    padding: 15px 10px !important;
}
.form-check-primary.form-check label input[type=checkbox]:checked + .input-helper:before, .form-check-primary.form-check label input[type=radio]:checked + .input-helper:before {
    background: #d4a24c !important;
}
.fixed-submit {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: right;
    padding: 20px;
    display: none;
}