:root {
    --primary-color: #005388;
    --primary-color-2: #201A59;
    --primary-color-3: #EAE9F2;
    /* --secondary-color: #35E59D; */
    --secondary-color: #F47920;
    --secondary-color-2: #F47920;
    --blue: #40A9FF;
    --danger: #FF4D4F;
    --warning: #FAAD14;
    --cyan: #13C2C2;
    --green: #F6FFED;
    --green-2: #B7EB8F;
    --green-3: #52C41A;
    --red: #FFF1F0;
    --red-2: #FFA39E;
    --red-3: #F5222D;
    --dark: #000000D9;
    --secondary-dark: #676A72;
    --neutral: #FAFAFA;
    --neutral-2: #D9D9D9;
    --gray: #667085;
    --gray-2: #344054;
    --gray-3: #D0D5DD;
    --gray-4: #667085;
    --gray-5: #EAECF0;
    --gray-6: #101828;
    --gradient-color: #534C94;
}

body {
    background-color: #EAF2F8;
    font-family: Verdana, sans-serif;
}

.toolbar {
    background-color: #EAF2F8;
    box-shadow: none;
}

.aside-baseColor {
    background-color: #fff;
}

#kt_header h1, #kt_header h5 {
    color: var(--primary-color) !important;
    text-transform: capitalize;
}

table {
    font-size: 12px;
}

.menu-title {
    font-weight: bold;
}

.menu-title-white .menu-item .menu-link .menu-title {
    color: #0075BF;
}
.menu-title-white .menu-item .menu-link.active .menu-title {
    color: #fff;
}

.menu-link .menu-icon svg path  {
    fill: #0075BF;
}

.menu-link.active .menu-icon svg path  {
    fill: #fff;
}

.menu-gradient-background {
    background: linear-gradient(
        to right, 
        #2E8ECBCC 0%, 
        rgba(46, 142, 203, 10%) 97%, 
        #F47920 97%, 
        #F47920 100%
    );
}

.menu-arrow-white .menu-item .menu-link .menu-arrow:after {
    filter: brightness(0) saturate(100%) invert(28%) sepia(91%) saturate(1397%) hue-rotate(180deg) brightness(96%) contrast(101%);
}

.badge-secondaryColor, .add-widget-btn {
    color: white;
    background-color: var(--secondary-color-2);
}

.add-widget-btn:hover {
    color: #fff;
}

.widget-icon-container.primary-- {
    background: #FEF2E9;
}

.widget-icon-container.primary-- svg path {
    fill: #F47920;
}

.widget-icon-container.secondary-- {
    background: #E6F1F9;
}

.widget-icon-container.secondary-- svg path {
    fill: #0075BF;
}

.widget-icon-container.tertiary-- {
    background: #E6F7FF;
}

.widget-icon-container.tertiary-- svg path {
    fill: #1890FF;
}

.btn.btn-success:hover:not(.btn-active), .btn.btn-export:hover:not(.btn-active) {
    background-color: rgba(244, 121, 32, .8) !important;
}

.btn-download:hover {
    color: var(--primary-color) !important;
}

.btn.btn-primary {
    color: white;
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    transition: .4s ease;
}


.btn.btn-primary:hover:not(.btn-active) {
    background-color: var(--primary-color) !important;
    opacity: .8;
}

.text-widget-dashboard-value {
    color: var(--primary-color);
}

.stepper.stepper-pills .stepper-item .stepper-label .stepper-title {
    font-weight: 400;
    font-size: 14px;
}

.form-label {
    font-size: 12px;
}

.text-hover-primary:hover {
    transition: color .2s ease,background-color .2s ease;
    color: var(--primary-color)!important;
}

.text-hover-primary:hover .svg-icon {
    color: var(--secondary-color)!important;
}


@media (min-width: 992px) {
    .toolbar-fixed .toolbar {
        box-shadow: none;
    }
}