.appHeader.scrolled.bg-primary.is-active,
.profileBox,
.bg-primary

{
    background: #002518 !important;
}



.appBottomMenu .item.active i.bi,
.appBottomMenu .item.active i.icon,
.appBottomMenu .item.active ion-icon,
.appBottomMenu .item.active strong


{
    color: #ffc52f !important;
}


body.dark-mode-active .form-switch .form-check-input:checked ~ .form-check-label:after,
.form-check-input:checked ~ .form-check-label:after

{
    background-color: #8dc641;
    border-color: #8dc641 !important;
}

.stepper .stepper-button

{
    background: #004638;
    border: 2px solid #004638;
}

.stepper .form-control {
    border: 2px solid #004638;
    color: #FFFFFF;
}


body.dark-mode-active .form-group.boxed .form-control, body.dark-mode-active .form-group.boxed .custom-select {
    color: #FFFFFF;
    background: #004638;
    border-color: #002518;
}

.form-group .input-wrapper.active .form-label {
    color: #ffc52f !important;
}

.btn-primary {
    background: #ffc52f !important;
    border-color: #ffc52f !important;
    color: #002518 !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    background: #004638 !important;
    border-color: #004638 !important;
    color: #ffc52f !important;
}

/*New addition*/
body.dark-mode-active .table thead th,
body.dark-mode-active .table tfoot td {
    color: #ffc52f !important;
}

.multi-level ul > li a, .multi-level ul > li .item{
    padding-left: 0px !important;
}
.swal2-popup.swal2-modal.swal2-icon-success.swal2-show,
.swal2-popup.swal2-modal.swal2-icon-error.swal2-show
{
    background: #ffc52f  !important;
    color: #004638 !important;
}
button.swal2-confirm.swal2-styled {
    background: #004638 !important;
    color: #ffc52f;
}
.swal2-success-circular-line-left,
.swal2-success-circular-line-right,
.swal2-success-fix
{
    background-color: #ffc52f !important;
}
/*.swal2-success-ring{*/
/*    background-color: #ffc52f !important;*/
/*}*/
.swal2-success-line-tip,.swal2-success-line-long
{
    background-color: #004638 !important;
}

div:where(.swal2-icon).swal2-success .swal2-success-ring
{
    border: .25em solid #004638 !important;
}
h2#swal2-title{
    color: #004638 !important;
}
.multi-level ul > li{
    background: #001911 !important;
}
.ga-title{
    background: #ffc52f !important;
    min-height:3%;
    color: #002518!important;
}
.ga_green{
    background-color:#8dc641 !important;
    border-color: #8dc641 !important;
}