

html.minimal-theme .top-header .navbar .top-navbar-right .nav-link:hover {
	color: #0d6efd;
	background-color:#ffc200
}

html.minimal-theme .sidebar-wrapper .sidebar-header .logo-text {
    color: #645c5c;
}

html.minimal-theme .top-header .navbar .user-setting {
	background-color: #ffffff;
}
html.minimal-theme .mobile-toggle-icon:hover {
	color: #0d6efd;
	background-color:#eff5ff
}

html.minimal-theme .toggle-icon:hover {
	color: #0d6efd;
	background-color:#eff5ff
}

html.minimal-theme .sidebar-wrapper .metismenu a {
    color: #161616;
}

html.minimal-theme .sidebar-wrapper .metismenu .mm-active>a,
html.minimal-theme .sidebar-wrapper .metismenu a:active,
html.minimal-theme .sidebar-wrapper .metismenu a:focus,
html.minimal-theme .sidebar-wrapper .metismenu a:hover {
    color: #4c5258;
    text-decoration: none;
    background-color: #ef543550;
    border-left: 4px solid #ef5435;
    box-shadow: none;
}


html.minimal-theme .sidebar-wrapper {
    background-color: #ffc20050;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}

html.minimal-theme .sidebar-wrapper .sidebar-header {
    background-color: #fae7ac;
}

html.minimal-theme .top-header .navbar {
    background-color: #ffffff;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}

html.minimal-theme .top-header .navbar .searchbar .form-control {
    background-color: #ffffff;
    border: 1px solid #ffffff;
}


html.minimal-theme .top-header .navbar .searchbar .form-control:focus {
    background-color: #ffffff;
    border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}


html.minimal-theme .footer {
    background-color: #ffffff;
}

html.minimal-theme .toggle-icon {
    color: #4c5258;
    
}

html.minimal-theme .toggle-icon:hover {
	background-color: #ef5435;
} 

html.minimal-theme .accordion-button:not(.collapsed) {
    background-color: #ffc20050;
}

html.minimal-theme .table-secondary {
    --bs-table-bg: #ffc20050;
    border-color: #ffc20050;
}

html.minimal-theme .card-header {
    background-color: #ffc20050;
    border-bottom: none;
}