/* tema purple */
.theme-purple .menu>ul>li>ul.normal-sub>li a:hover, .theme-purple .menu>ul>li>ul>li>ul>li a:hover {
    background-color: #8c99e0
}
.theme-purple.sidebar-collapse .navbar-collapse:before {
    background-color: #6572b8
}
.theme-purple .btn-primary {
    background: #6572b8
}
.theme-purple .btn-primary:active, .theme-purple .btn-primary:hover, .theme-purple .btn-primary:focus {
    background: #8c99e0
}
.theme-purple .btn-primary.btn-simple {
    border-color: #6572b8;
    color: #6572b8;
    background: transparent
}
.theme-purple .block-header h2 {
    color: #fff
}
.theme-purple .block-header h2 small {
    color: #fff
}
.theme-purple section.content:before {
    background-color: #8c99e0
}
.theme-purple .navbar, .theme-purple .page-loader-wrapper {
    background: #8c99e0
}
.theme-purple .bars {
    color: #fff
}
.theme-purple .sidebar .menu .list li.active {
    background-color: transparent
}
.theme-purple .sidebar .menu .list li.active>:first-child i, .theme-purple .sidebar .menu .list li.active>:first-child span {
    color: #6572b8
}
.theme-purple .sidebar__list li.active>:first-child {
    background-color: #6572b8;
    color: #fff !important;
    font-weight: bold;
    border-radius: .5rem;
}
.theme-purple .sidebar__list a:hover {
    color: #6572b8;
}
.theme-purple .sidebar .menu .list a:hover {
    color: #6572b8
}
.theme-purple .checkbox input[type="checkbox"]:checked+label::after {
    border: 1px solid #6572b8
}
.theme-purple .nav-tabs .nav-link.active {
    border: 1px solid #6572b8 !important;
    color: #6572b8;
    font-weight: bold;
}
.theme-purple .card .header h2:before {
    background: #6572b8
}
.theme-purple .card .header h2 strong {
    color: #6572b8
}
.theme-purple .bg-primary{
    background-color: #8c99e0 !important;
    color: #fff !important;
}


 /* tema azul */
.theme-blue .menu>ul>li>ul.normal-sub>li a:hover, .theme-blue .menu>ul>li>ul>li>ul>li a:hover {
    background-color: #60bafd
}
.theme-blue.sidebar-collapse .navbar-collapse:before {
    background-color: #3eacff
}
.theme-blue .btn-primary {
    background: #3eacff
}
.theme-blue .btn-primary:active, .theme-blue .btn-primary:hover, .theme-blue .btn-primary:focus {
    background: #60bafd
}
.theme-blue .btn-primary.btn-simple {
    border-color: #3eacff;
    color: #3eacff;
    background: transparent
}
.theme-blue .block-header h2 {
    color: #fff
}
.theme-blue .block-header h2 small {
    color: #fff
}
.theme-blue section.content:before {
    background-color: #60bafd
}
.theme-blue .navbar, .theme-blue .page-loader-wrapper {
    background: #60bafd
}
.theme-blue .bars {
    color: #fff
}
.theme-blue .sidebar .menu .list li.active {
    background-color: transparent
}
.theme-blue .sidebar .menu .list li.active>:first-child i, .theme-blue .sidebar .menu .list li.active>:first-child span {
    color: #3eacff
}
.theme-blue .sidebar__list li.active>:first-child {
    background-color: #3eacff;
    color: #fff !important;
    font-weight: bold;
    border-radius: .5rem;
}
.theme-blue .sidebar__list a:hover {
    color: #3eacff;
}
.theme-blue .sidebar .menu .list a:hover {
    color: #3eacff
}
.theme-blue .checkbox input[type="checkbox"]:checked+label::after {
    border: 1px solid #3eacff
}
.theme-blue .nav-tabs .nav-link.active {
    border: 1px solid #3eacff !important;
    color: #3eacff;
    font-weight: bold;
}
.theme-blue .card .header h2:before {
    background: #3eacff
}
.theme-blue .card .header h2 strong {
    color: #3eacff
}
.theme-blue .bg-primary{
    background-color: #60bafd !important;
    color: #fff !important;
}


/* tema cyan */
.theme-cyan .menu>ul>li>ul.normal-sub>li a:hover, .theme-cyan .menu>ul>li>ul>li>ul>li a:hover {
    background-color: #009eda
}
.theme-cyan.sidebar-collapse .navbar-collapse:before {
    background-color: #00cfd1
}
.theme-cyan .btn-primary {
    background: #009eda
}
.theme-cyan .btn-primary:active, .theme-cyan .btn-primary:hover, .theme-cyan .btn-primary:focus {
    background: #009eda
}
.theme-cyan .btn-primary.btn-simple {
    border-color: #00cfd1;
    color: #00cfd1;
    background: transparent
}
.theme-cyan .block-header h2 {
    color: #fff
}
.theme-cyan .block-header h2 small {
    color: #fff
}
.theme-cyan section.content:before {
    background-color: #009eda
}
.theme-cyan .navbar, .theme-cyan .page-loader-wrapper {
    background: #009eda
}
.theme-cyan .bars {
    color: #fff
}
.theme-cyan .sidebar .menu .list li.active {
    background-color: transparent
}
.theme-cyan .sidebar .menu .list li.active>:first-child i, .theme-cyan .sidebar .menu .list li.active>:first-child span {
    color: #00cfd1
}
.theme-cyan .sidebar__list li.active>:first-child {
    background-color: #009eda;
    color: #fff !important;
    font-weight: bold;
    border-radius: .5rem;
}
.theme-cyan .sidebar__list a:hover {
    color: #009eda;
}
.theme-cyan .sidebar .menu .list a:hover {
    color: #00cfd1
}
.theme-cyan .checkbox input[type="checkbox"]:checked+label::after {
    border: 1px solid #00cfd1
}
.theme-cyan .nav-tabs .nav-link.active {
    border: 1px solid #00cfd1 !important;
    color: #00cfd1;
    font-weight: bold;
}
.theme-cyan .card .header h2:before {
    background: #00cfd1
}
.theme-cyan .card .header h2 strong {
    color: #00cfd1
}
.theme-cyan .bg-primary{
    background-color: #009eda !important;
    color: #fff !important;
}



/* tema green */
.theme-green .menu>ul>li>ul.normal-sub>li a:hover, .theme-green .menu>ul>li>ul>li>ul>li a:hover {
    background-color: #5cdb94
}
.theme-green.sidebar-collapse .navbar-collapse:before {
    background-color: #50d38a
}
.theme-green .btn-primary {
    background: #50d38a
}
.theme-green .btn-primary:active, .theme-green .btn-primary:hover, .theme-green .btn-primary:focus {
    background: #5cdb94
}
.theme-green .btn-primary.btn-simple {
    border-color: #50d38a;
    color: #50d38a;
    background: transparent
}
.theme-green .block-header h2 {
    color: #fff
}
.theme-green .block-header h2 small {
    color: #fff
}
.theme-green section.content:before {
    background-color: #5cdb94
}
.theme-green .navbar, .theme-green .page-loader-wrapper {
    background: #5cdb94
}
.theme-green .bars {
    color: #fff
}
.theme-green .sidebar .menu .list li.active {
    background-color: transparent
}
.theme-green .sidebar .menu .list li.active>:first-child i, .theme-green .sidebar .menu .list li.active>:first-child span {
    color: #50d38a
}
.theme-green .sidebar__list li.active>:first-child {
    background-color: #5cdb94;
    color: #fff !important;
    font-weight: bold;
    border-radius: .5rem;
}
.theme-green .sidebar__list a:hover {
    color: #5cdb94;
}
.theme-green .sidebar .menu .list a:hover {
    color: #50d38a
}
.theme-green .checkbox input[type="checkbox"]:checked+label::after {
    border: 1px solid #50d38a
}
.theme-green .nav-tabs .nav-link.active {
    border: 1px solid #50d38a !important;
    color: #50d38a;
    font-weight: bold;
}
.theme-green .card .header h2:before {
    background: #50d38a
}
.theme-green .card .header h2 strong {
    color: #50d38a
}

.theme-green .bg-primary{
    background-color: #50d38a !important;
    color: #fff !important;
}



/* tema orange */
.theme-orange .menu>ul>li>ul.normal-sub>li a:hover, .theme-orange .menu>ul>li>ul>li>ul>li a:hover {
    background-color: #ffc323
}
.theme-orange.sidebar-collapse .navbar-collapse:before {
    background-color: #ff9f00
}
.theme-orange .btn-primary {
    background: #ff9f00
}
.theme-orange .btn-primary:active, .theme-orange .btn-primary:hover, .theme-orange .btn-primary:focus {
    background: #ffc323
}
.theme-orange .btn-primary.btn-simple {
    border-color: #ff9f00;
    color: #ff9f00;
    background: transparent
}
.theme-orange .block-header h2 {
    color: #fff
}
.theme-orange .block-header h2 small {
    color: #fff
}
.theme-orange section.content:before {
    background-color: #ffc323
}
.theme-orange .navbar, .theme-orange .page-loader-wrapper {
    background: #ffc323
}
.theme-orange .bars {
    color: #fff
}
.theme-orange .sidebar .menu .list li.active {
    background-color: transparent
}
.theme-orange .sidebar .menu .list li.active>:first-child i, .theme-orange .sidebar .menu .list li.active>:first-child span {
    color: #ff9f00
}
.theme-orange .sidebar__list li.active>:first-child {
    background-color: #ffc323;
    color: #fff !important;
    font-weight: bold;
    border-radius: .5rem;
}
.theme-orange .sidebar__list a:hover {
    color: #ffc323;
}
.theme-orange .sidebar .menu .list a:hover {
    color: #ff9f00
}
.theme-orange .checkbox input[type="checkbox"]:checked+label::after {
    border: 1px solid #ff9f00
}
.theme-orange .nav-tabs .nav-link.active {
    border: 1px solid #ff9f00 !important;
    color: #ff9f00;
    font-weight: bold;
}
.theme-orange .card .header h2:before {
    background: #ff9f00
}
.theme-orange .card .header h2 strong {
    color: #ff9f00
}

.theme-orange .bg-primary{
    background-color: #ffc323 !important;
    color: #fff !important;
}




/* tema blush  */ 
.theme-blush .menu>ul>li>ul.normal-sub>li a:hover, .theme-blush .menu>ul>li>ul>li>ul>li a:hover {
    background-color: #ffbba4
}
.theme-blush.sidebar-collapse .navbar-collapse:before {
    background-color: #ffafbd
}
.theme-blush .btn-primary {
    background: #ffafbd
}
.theme-blush .btn-primary:active, .theme-blush .btn-primary:hover, .theme-blush .btn-primary:focus {
    background: #ffbba4
}
.theme-blush .btn-primary.btn-simple {
    border-color: #ffafbd;
    color: #ffafbd;
    background: transparent
}
.theme-blush .block-header h2 {
    color: #fff
}
.theme-blush .block-header h2 small {
    color: #fff
}
.theme-blush section.content:before {
    background-color: #ffbba4
}
.theme-blush .navbar, .theme-blush .page-loader-wrapper {
    background: #ffbba4
}
.theme-blush .bars {
    color: #fff
}
.theme-blush .sidebar .menu .list li.active {
    background-color: transparent
}
.theme-blush .sidebar .menu .list li.active>:first-child i, .theme-blush .sidebar .menu .list li.active>:first-child span {
    color: #ffafbd
}
.theme-blush .sidebar__list li.active>:first-child {
    background-color: #ffbba4;
    color: #fff !important;
    font-weight: bold;
    border-radius: .5rem;
}
.theme-blush .sidebar__list a:hover {
    color: #ffbba4;
}
.theme-blush .sidebar .menu .list a:hover {
    color: #ffafbd
}
.theme-blush .checkbox input[type="checkbox"]:checked+label::after {
    border: 1px solid #ffafbd
}
.theme-blush .nav-tabs .nav-link.active {
    border: 1px solid #ffafbd !important;
    color: #ffafbd;
    font-weight: bold;
}
.theme-blush .card .header h2:before {
    background: #ffafbd
}
.theme-blush .card .header h2 strong {
    color: #ffafbd
}

.theme-blush .bg-primary{
    background-color: #ffbba4 !important;
    color: #fff !important;
}



 /* tema azul */
.theme-fleming .menu>ul>li>ul.normal-sub>li a:hover, .theme-fleming .menu>ul>li>ul>li>ul>li a:hover {
    background-color: #60bafd
}
.theme-fleming.sidebar-collapse .navbar-collapse:before {
    background-color: #023a65
}
.theme-fleming .btn-primary {
    background: #023a65
}
.theme-fleming .btn-primary:active, .theme-fleming .btn-primary:hover, .theme-fleming .btn-primary:focus {
    background: #60bafd
}
.theme-fleming .btn-primary.btn-simple {
    border-color: #023a65;
    color: #023a65;
    background: transparent
}
.theme-fleming .block-header h2 {
    color: #fff
}
.theme-fleming .block-header h2 small {
    color: #fff
}
.theme-fleming section.content:before {
    background-color: #023a65
}
.theme-fleming .navbar, .theme-fleming .page-loader-wrapper {
    background: #023a65
}
.theme-fleming .bars {
    color: #fff
}
.theme-fleming .sidebar .menu .list li.active {
    background-color: transparent
}
.theme-fleming .sidebar .menu .list li.active>:first-child i, .theme-fleming .sidebar .menu .list li.active>:first-child span {
    color: #023a65
}
.theme-fleming .sidebar__list li.active>:first-child {
    background-color: #023a65;
    color: #fff !important;
    font-weight: bold;
    border-radius: .5rem;
}
.theme-fleming .sidebar__list a:hover {
    color: #023a65;
}
.theme-fleming .sidebar .menu .list a:hover {
    color: #023a65
}
.theme-fleming .checkbox input[type="checkbox"]:checked+label::after {
    border: 1px solid #023a65
}
.theme-fleming .nav-tabs .nav-link.active {
    border: 1px solid #023a65 !important;
    color: #023a65;
    font-weight: bold;
}
.theme-fleming .card .header h2:before {
    background: #023a65
}
.theme-fleming .card .header h2 strong {
    color: #023a65
}

.theme-fleming .bg-primary{
    background-color: #023a65 !important;
    color: #fff !important ;
}


/* tema estilo instagram */
.theme-instagram .menu>ul>li>ul.normal-sub>li a:hover, .theme-instagram .menu>ul>li>ul>li>ul>li a:hover {
    background-color: #60bafd
}
.theme-instagram.sidebar-collapse .navbar-collapse:before {
    background-color: #023a65
}
.theme-instagram .btn-primary {
    background: rgb(198,56,133)
}
.theme-instagram .btn-primary:active, .theme-instagram .btn-primary:hover, .theme-instagram .btn-primary:focus {
    background: #e71139
}
.theme-instagram .btn-primary.btn-simple {
    border-color: #023a65;
    color: #023a65;
    background: transparent
}
.theme-instagram .block-header h2 {
    color: #fff
}
.theme-instagram .block-header h2 small {
    color: #fff
}
.theme-instagram section.content:before {
    background: rgb(198,56,133);
    background: linear-gradient(90deg, rgba(198,56,133,1) 0%, rgba(229,60,92,1) 51%, rgba(255,200,66,1) 100%);
}
.theme-instagram .navbar, .theme-instagram .page-loader-wrapper {
    background: rgb(198,56,133);
    background: linear-gradient(90deg, rgba(198,56,133,1) 0%, rgba(229,60,92,1) 51%, rgba(255,200,66,1) 100%);
}
.theme-instagram .bars {
    color: #fff
}
.theme-instagram .sidebar .menu .list li.active {
    background-color: transparent
}
.theme-instagram .sidebar .menu .list li.active>:first-child i, .theme-instagram .sidebar .menu .list li.active>:first-child span {
    color: rgb(198,56,133)
}
.theme-instagram .sidebar__list li.active>:first-child {
    background-color: #c63885;
    color: #fff !important;
    font-weight: bold;
    border-radius: .5rem;
}
.theme-instagram .sidebar__list a:hover {
    color: #c63885;
}
.theme-instagram .sidebar .menu .list a:hover {
    color: #c63885
}
.theme-instagram .checkbox input[type="checkbox"]:checked+label::after {
    border: 1px solid #023a65
}
.theme-instagram .nav-tabs .nav-link.active {
    border: 1px solid rgb(198,56,133) !important;
    color: rgb(198,56,133);
    font-weight: bold;
}
.theme-instagram .card .header h2:before {
    background: #023a65
}
.theme-instagram .card .header h2 strong {
    color: rgb(198,56,133);
}
.theme-instagram .bg-primary{
    background: rgb(198,56,133);
    background: linear-gradient(90deg, rgba(198,56,133,1) 0%, rgba(229,60,92,1) 51%, rgba(255,200,66,1) 100%);
    color: #fff !important ;
}


/* tema estilo whatsapp */
.theme-whatsapp .menu>ul>li>ul.normal-sub>li a:hover, .theme-whatsapp .menu>ul>li>ul>li>ul>li a:hover {
    background-color: #60bafd
}
.theme-whatsapp.sidebar-collapse .navbar-collapse:before {
    background-color: #023a65
}
.theme-whatsapp .btn-primary {
    background: rgb(35,179,58);
}
.theme-whatsapp .btn-primary:active, .theme-whatsapp .btn-primary:hover, .theme-whatsapp .btn-primary:focus {
    background: #4bdd59
}
.theme-whatsapp .btn-primary.btn-simple {
    border-color: #023a65;
    color: #023a65;
    background: transparent
}
.theme-whatsapp .block-header h2 {
    color: #fff
}
.theme-whatsapp .block-header h2 small {
    color: #fff
}
.theme-whatsapp section.content:before {
    background: #23b33a;
    background: linear-gradient(90deg, rgba(35,179,58,1) 0%, rgba(87,209,99,1) 100%);
}
.theme-whatsapp .navbar, .theme-whatsapp .page-loader-wrapper {
    background: rgb(35,179,58);
    background: linear-gradient(90deg, rgba(35,179,58,1) 0%, rgba(87,209,99,1) 100%);
}
.theme-whatsapp .bars {
    color: #fff
}
.theme-whatsapp .sidebar .menu .list li.active {
    background-color: transparent
}
.theme-whatsapp .sidebar .menu .list li.active>:first-child i, .theme-whatsapp .sidebar .menu .list li.active>:first-child span {
    color: rgb(35,179,58);
}
.theme-whatsapp .sidebar__list li.active>:first-child {
    background-color: #23b33a;
    color: #fff !important;
    font-weight: bold;
    border-radius: .5rem;
}
.theme-whatsapp .sidebar__list a:hover {
    color: #23b33a;
}
.theme-whatsapp .sidebar .menu .list a:hover {
    color: rgb(35,179,58);
}
.theme-whatsapp .checkbox input[type="checkbox"]:checked+label::after {
    border: 1px solid #023a65
}
.theme-whatsapp .nav-tabs .nav-link.active {
    border: 1px solid rgb(35,179,58) !important;
    color: rgb(35,179,58);
    font-weight: bold;
}
.theme-whatsapp .card .header h2:before {
    background: #023a65
}
.theme-whatsapp .card .header h2 strong {
    color: rgb(35,179,58);
}
.theme-whatsapp .bg-primary{
    background: rgb(35,179,58);
    background: linear-gradient(90deg, rgba(35,179,58,1) 0%, rgba(87,209,99,1) 100%);
    color: #fff !important ;
}



/* tema estilo black */
.theme-black .menu>ul>li>ul.normal-sub>li a:hover, .theme-black .menu>ul>li>ul>li>ul>li a:hover {
    background-color: #60bafd
}
.theme-black.sidebar-collapse .navbar-collapse:before {
    background-color: #023a65
}
.theme-black .btn-primary {
    background: #FF3CAC;
}
.theme-black .btn-primary:active, .theme-black .btn-primary:hover, .theme-black .btn-primary:focus {
    background: #585858
}
.theme-black .btn-primary.btn-simple {
    border-color: #023a65;
    color: #023a65;
    background: transparent
}
.theme-black .block-header h2 {
    color: #fff
}
.theme-black .block-header h2 small {
    color: #fff
}
.theme-black section.content:before {
    background-color: #FF3CAC;
    background-image: linear-gradient(225deg, #FF3CAC 0%, #784BA0 50%, #2B86C5 100%);
}
.theme-black .navbar, .theme-black .page-loader-wrapper {
    background-color: #FF3CAC;
    background-image: linear-gradient(225deg, #FF3CAC 0%, #784BA0 50%, #2B86C5 100%);
}
.theme-black .bars {
    color: #fff
}
.theme-black .sidebar .menu .list li.active {
    background-color: transparent
}
.theme-black .sidebar .menu .list li.active>:first-child i, .theme-black .sidebar .menu .list li.active>:first-child span {
    color: #FF3CAC;
}
.theme-black .sidebar__list li.active>:first-child {
    background-color: #FF3CAC;
    color: #fff !important;
    font-weight: bold;
    border-radius: .5rem;
}
.theme-black .sidebar__list a:hover {
    color: #FF3CAC;
}
.theme-black .sidebar .menu .list a:hover {
    color: #FF3CAC;
}
.theme-black .checkbox input[type="checkbox"]:checked+label::after {
    border: 1px solid #023a65
}
.theme-black .nav-tabs .nav-link.active {
    border: 1px solid #FF3CAC !important;
    color: #FF3CAC;
    font-weight: bold;
}
.theme-black .card .header h2:before {
    background: #023a65
}
.theme-black .card .header h2 strong {
    color: rgb(45,45,45);
}
.theme-black .bg-primary{
    background-color: #FF3CAC;
    background-image: linear-gradient(225deg, #FF3CAC 0%, #784BA0 50%, #2B86C5 100%);
    color: #fff !important ;
}



/* tema estilo heart */
.theme-heart .menu>ul>li>ul.normal-sub>li a:hover, .theme-heart .menu>ul>li>ul>li>ul>li a:hover {
    background-color: #60bafd
}
.theme-heart.sidebar-collapse .navbar-collapse:before {
    background-color: #023a65
}
.theme-heart .btn-primary {
    background: rgb(1,81,82)
}
.theme-heart .btn-primary:active, .theme-heart .btn-primary:hover, .theme-heart .btn-primary:focus {
    background: #008385
}
.theme-heart .btn-primary.btn-simple {
    border-color: rgb(1,81,82);
    color: rgb(1,81,82);
    background: transparent
}
.theme-heart .block-header h2 {
    color: #fff
}
.theme-heart .block-header h2 small {
    color: #fff
}
.theme-heart section.content:before {
    background: #015152;
    background: linear-gradient(90deg, rgba(1,81,82,1) 0%, rgba(0,198,186,1) 50%, rgba(219,233,0,1) 100%);
}
.theme-heart .navbar, .theme-heart .page-loader-wrapper {
    background: rgb(1,81,82);
    background: linear-gradient(90deg, rgba(1,81,82,1) 0%, rgba(0,198,186,1) 50%, rgba(219,233,0,1) 100%);
}
.theme-heart .bars {
    color: #fff
}
.theme-heart .sidebar .menu .list li.active {
    background-color: transparent
}
.theme-heart .sidebar .menu .list li.active>:first-child i, .theme-heart .sidebar .menu .list li.active>:first-child span {
    color: rgb(1,81,82)
}
.theme-heart .sidebar__list li.active>:first-child {
    background-color: #015152;
    color: #fff !important;
    font-weight: bold;
    border-radius: .5rem;
}
.theme-heart .sidebar__list a:hover {
    color: #015152;
}
.theme-heart .sidebar .menu .list a:hover {
    color: rgb(1,81,82)
}
.theme-heart .checkbox input[type="checkbox"]:checked+label::after {
    border: 1px solid #023a65
}
.theme-heart .nav-tabs .nav-link.active {
    border: 1px solid rgb(1,81,82) !important;
    color: rgb(1,81,82);
    font-weight: bold;
}
.theme-heart .card .header h2:before {
    background: #023a65
}
.theme-heart .card .header h2 strong {
    color: rgb(1,81,82)
}
.theme-heart .bg-primary{
    background: rgb(1,81,82);
    background: linear-gradient(90deg, rgba(1,81,82,1) 0%, rgba(0,198,186,1) 50%, rgba(219,233,0,1) 100%);
    color: #fff !important ;
}



/* tema estilo bluegreen */
.theme-bluegreen .menu>ul>li>ul.normal-sub>li a:hover, .theme-bluegreen .menu>ul>li>ul>li>ul>li a:hover {
    background-color: #60bafd
}
.theme-bluegreen.sidebar-collapse .navbar-collapse:before {
    background-color: #023a65
}
.theme-bluegreen .btn-primary {
    background: #74EBD5
}
.theme-bluegreen .btn-primary:active, .theme-bluegreen .btn-primary:hover, .theme-bluegreen .btn-primary:focus {
    background: #008385
}
.theme-bluegreen .btn-primary.btn-simple {
    border-color: #74EBD5;
    color: #74EBD5;
    background: transparent
}
.theme-bluegreen .block-header h2 {
    color: #fff
}
.theme-bluegreen .block-header h2 small {
    color: #fff
}
.theme-bluegreen section.content:before {
    background-color: #74EBD5;
    background-image: linear-gradient(90deg, #74EBD5 0%, #9FACE6 100%);
}
.theme-bluegreen .navbar, .theme-bluegreen .page-loader-wrapper {
    background-color: #74EBD5;
    background-image: linear-gradient(90deg, #74EBD5 0%, #9FACE6 100%);
}
.theme-bluegreen .bars {
    color: #fff
}
.theme-bluegreen .sidebar .menu .list li.active {
    background-color: transparent
}
.theme-bluegreen .sidebar .menu .list li.active>:first-child i, .theme-bluegreen .sidebar .menu .list li.active>:first-child span {
    color: #74EBD5
}
.theme-bluegreen .sidebar__list li.active>:first-child {
    background-color: #74EBD5;
    color: #fff !important;
    font-weight: bold;
    border-radius: .5rem;
}
.theme-bluegreen .sidebar__list a:hover {
    color: #74EBD5;
}
.theme-bluegreen .sidebar .menu .list a:hover {
    color: #74EBD5
}
.theme-bluegreen .checkbox input[type="checkbox"]:checked+label::after {
    border: 1px solid #023a65
}
.theme-bluegreen .nav-tabs .nav-link.active {
    border: 1px solid #74EBD5 !important;
    color: #74EBD5;
    font-weight: bold;
}
.theme-bluegreen .card .header h2:before {
    background: #023a65
}
.theme-bluegreen .card .header h2 strong {
    color: #74EBD5
}
.theme-bluegreen .bg-primary{
    background-color: #74EBD5;
    background-image: linear-gradient(90deg, #74EBD5 0%, #9FACE6 100%);
    color: #fff !important ;
}

/* tema rojo */
.theme-red .menu>ul>li>ul.normal-sub>li a:hover, .theme-red .menu>ul>li>ul>li>ul>li a:hover {
    background-color: #e71139
}
.theme-red.sidebar-collapse .navbar-collapse:before {
    background-color: #e71139
}
.theme-red .btn-primary {
    background: #e71139
}
.theme-red .btn-primary:active, .theme-red .btn-primary:hover, .theme-red .btn-primary:focus {
    background: #e71139
}
.theme-red .btn-primary.btn-simple {
    border-color: #e71139;
    color: #e71139;
    background: transparent
}
.theme-red .block-header h2 {
    color: #fff
}
.theme-red .block-header h2 small {
    color: #fff
}
.theme-red section.content:before {
    background-color: #e71139
}
.theme-red .navbar, .theme-red .page-loader-wrapper {
    background: #e71139
}
.theme-red .bars {
    color: #fff
}
.theme-red .sidebar .menu .list li.active {
    background-color: transparent
}
.theme-red .sidebar .menu .list li.active>:first-child i, .theme-red .sidebar .menu .list li.active>:first-child span {
    color: #e71139
}
.theme-red .sidebar__list li.active>:first-child {
    background-color: #e71139;
    color: #fff !important;
    font-weight: bold;
    border-radius: .5rem;
}
.theme-red .sidebar__list a:hover {
    color: #e71139;
}
.theme-red .sidebar .menu .list a:hover {
    color: #e71139
}
.theme-red .checkbox input[type="checkbox"]:checked+label::after {
    border: 1px solid #e71139
}
.theme-red .nav-tabs .nav-link.active {
    border: 1px solid #e71139 !important;
    color: #e71139;
    font-weight: bold;
}
.theme-red .card .header h2:before {
    background: #e71139
}
.theme-red .card .header h2 strong {
    color: #e71139
}
.theme-red .bg-primary{
    background-color: #e71139 !important;
    color: #fff !important;
}
