.theme-blue .navbar-main {
    background-color: #003375 !important;
}

.theme-blue .btn-info {
    background-color: #E9EEF5;
    border-color: #D0D9E6;
    color: #003375;
}

.theme-blue .btn-info:hover {
    background-color: #DCE6F0;
    border-color: #BECBDD;
    color: #003375;
}

.theme-blue .btn-primary {
    background-color: #047857;
    border-color: #047857;
    color: #ffffff;
}

.theme-blue .btn-primary:hover {
    background-color: #065f46;
    border-color: #065f46;
    color: #ffffff;
}

.theme-blue a:not(.btn, .dropdown-item, .nav-link) {
    color: #0059b3;
}

.theme-blue a:not(.btn, .dropdown-item, .nav-link):hover {
    color: #004494;
}

.theme-blue .progress-bar-info,
.theme-blue .progress-bar {
    background-color: #047857;
}

.theme-blue .page-item.active .page-link {
    background-color: #E9EEF5;
    border-color: #0059b3;
    color: #0059b3;
}

.theme-blue .dropdown-menu li:hover > a {
    background-color: #F3F6FA;
}

.theme-blue .dropdown-menu > .active > a,
.theme-blue .dropdown-menu > .active > a:hover,
.theme-blue .dropdown-menu > .active > a:focus {
    background-color: #E9EEF5;
    color: #003375;
}

.theme-blue .nav-tabs > li.active > a,
.theme-blue .nav-tabs > li.active > a:hover,
.theme-blue .nav-tabs > li.active > a:focus,
.theme-blue .nav-tabs > li.active > a.nav-link,
.theme-blue .nav-tabs > li > a.nav-link.active,
.theme-blue .nav-tabs > li > a.nav-link:hover,
.theme-blue .nav-tabs > li > a.nav-link:focus {
    border-bottom-color: #0059b3;
}

.theme-blue .select2-results__option[aria-selected=false]:hover {
    background-color: #F3F6FA !important;
}

.theme-blue .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #E9EEF5 !important;
    color: #003375;
}

body.mode-dark.theme-blue,
body.mode-dark.theme-blue .modal-content,
body.mode-dark.theme-blue .dropdown-menu li,
body.mode-dark.theme-blue .select2-dropdown,
body.mode-dark.theme-blue .autofill-dropbox-container,
body.mode-dark.theme-blue .top-sticky-content,
body.mode-dark.theme-blue .search-results,
body.mode-dark.theme-blue .template-create-sticky {
    background-color: #0F172A;
    color: #E5E7EB;
}

body.mode-dark.theme-blue .navbar-main {
    background-color: #003375 !important;
}

body.mode-dark.theme-blue a:not(.btn, .dropdown-item, .nav-link) {
    color: #66B2FF;
}

body.mode-dark.theme-blue a:not(.btn, .dropdown-item, .nav-link):hover {
    color: #99CCFF;
}

.theme-blue .switchery[type="checkbox"]:checked ~ .check-symbol:before,
.theme-blue .styled[type="checkbox"]:checked ~ .check-symbol:before {
    background-color: #047857;
    border-color: #047857;
}

.theme-blue .styled[type="radio"]:checked ~ .check-symbol:after {
    background-color: #047857;
}

.theme-blue.bg-slate-800 {
    background-color: #1E293B;
    border-color: #1E293B;
}