/*
Template Name: Fobia Admin
Author: codervent
File: style.css
*/


/* 
- General
- Mini Sidebar
- Submenu Wrapper
- Top Header
- Footer
- Utilities
- swicther
- eCommerce
- Order Tracking
- Responsive
- swicther
- Responsive

 */




/* Genral */

body {
    color: #1f2937;
    font-size: 14px;
    letter-spacing: .5px;
    background-color: #ffffff;
    overflow-x: hidden;
    font-family: Roboto, sans-serif;
}

a {
    color: #2f7b33;
    text-decoration: none;
}

ion-icon {
    vertical-align: middle;
}

::placeholder {
    opacity: 0.5 !important;
}

.wrapper {
    position: relative;
    width: 100%;
    height: auto;
}

.wrapper .page-content-wrapper {

    margin-left: 260px;
    margin-top: 65px;
    padding-bottom: 20px;
    transition: .3s all;
    background-color: #ffffff;

}


.wrapper .page-content {
    padding: 1.5rem;
}

.wrapper .overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: -300px;
    background-color: #0b1610;
    opacity: 0.5;
    z-index: 1;
    cursor: move;
    transition: .7s all;
}




/* Sidebar */

.sidebar-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    height: 100%;
    background-color: #d7ead9;
    background-clip: padding-box;
    border-right: 0px solid #d7ead9;
    transition: all .2s;
    z-index: 16;
    box-shadow: none;
}


.sidebar-wrapper .sidebar-header {
    width: 260px;
    height: 65px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 0 15px;
    z-index: 5;
    background-color: #d7ead9;
    border-right: 0px solid #d7ead9;
    border-bottom: 0px solid #d7ead9;
    transition: all .2s;
}

.sidebar-wrapper .sidebar-header .logo-icon {
    width: 30px;
}

.sidebar-wrapper .sidebar-header .logo-text {
    font-size: 22px;
    margin-left: 10px;
    margin-bottom: 0;
    letter-spacing: 1px;
    color: #0b1610;
}

.toggle-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    color: #224b2d;
}

.toggle-icon:hover {
    background-color: #d7ead9;
}

.sidebar-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background: 0% 0
}

.sidebar-wrapper .metismenu {
    background: 0% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sidebar-wrapper .metismenu li+li {
    margin-top: 5px
}

.sidebar-wrapper .metismenu li:first-child {
    margin-top: 5px
}

.sidebar-wrapper .metismenu li:last-child {
    margin-bottom: 5px
}

.sidebar-wrapper .metismenu>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.sidebar-wrapper .metismenu a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 6px 10px;
    font-size: 16px;
    color: #ffffff;
    outline-width: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: .5px;
    border: 1px solid rgb(146 62 185 / 0%);
    transition: all .2s ease-out
}

.sidebar-wrapper .metismenu a .parent-icon {
    font-size: 21px;
    line-height: 1
}

.sidebar-wrapper .metismenu a .parent-icon ion-icon {
    vertical-align: initial;
}

.sidebar-wrapper .metismenu a .menu-title {
    margin-left: 10px
}

.sidebar-wrapper .metismenu ul a {
    padding: 5px 12px 5px 12px;
    font-size: 15px;
}

.sidebar-wrapper .metismenu ul a ion-icon {
    margin-right: 10px
}

.sidebar-wrapper .metismenu ul {
    background: rgb(255 255 255 / 0%);
    border: 1px solid #d7ead9;
}

.sidebar-wrapper .metismenu ul ul a {
    padding: 8px 15px 8px 30px
}

.sidebar-wrapper .metismenu ul ul ul a {
    padding: 8px 15px 8px 45px
}

.sidebar-wrapper .metismenu .mm-active>a,
.sidebar-wrapper .metismenu a:active,
.sidebar-wrapper .metismenu a:focus,
.sidebar-wrapper .metismenu a:hover {
    color: #0b1610;
    text-decoration: none;
    background-color: rgb(146 62 185 / 10%);
}

.menu-label {
    padding: 20px 15px 5px 5px;
    color: #d7ead9;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px
}

.metismenu .has-arrow:after {
    position: absolute;
    content: "";
    width: .5em;
    height: .5em;
    border-style: solid;
    border-width: 1.2px 0 0 1.2px;
    border-color: initial;
    right: 15px;
    transform: rotate(-45deg) translateY(-50%);
    transform-origin: top;
    top: 50%;
    transition: all .3s ease-out
}


@media screen and (min-width:1025px) {
    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .logo-text {
        display: none
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper {
        width: 80px
    }

    .wrapper.toggled.sidebar-hovered .sidebar-wrapper {
        box-shadow: 0 .3rem .8rem rgba(11, 22, 16, .12) !important
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
        width: 80px
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .toggle-icon {
        display: none
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
        justify-content: center
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
        width: 80px
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu a {
        justify-content: center
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .menu-title {
        display: none
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li ul {
        display: none
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li.menu-label {
        display: none
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .has-arrow:after {
        display: none
    }

}


.wrapper.toggled .top-header {
    left: 80px
}

.wrapper.toggled .page-content-wrapper {
    margin-left: 80px;
}


/* Top Header */

.top-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: fixed;
    top: 0;
    left: 260px;
    right: 0;
    height: 65px;
    padding: 0 1.5rem;
    border-bottom: 1px solid rgba(215, 234, 217, 0);
    background-clip: border-box;
    background-color: #ffffff;
    z-index: 5;
    transition: 0.3s all;
    box-shadow: none;

}

.top-header .navbar {
    width: 100%;
}

.top-header .mobile-menu-button {
    color: #224b2d;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    display: none;
}


.top-header .navbar .searchbar {
    position: relative;
    display: none;
}


.top-header .navbar .full-search-bar {
    display: flex;
    align-items: center;
    position: fixed;
    left: 260px;
    right: 0;
    top: 0;
    bottom: 0;
    border-bottom: 1px solid rgb(255 255 255 / 12%);
    z-index: 100;
    background-color: #ffffff;
    height: 65px;
    padding: 0 1.5rem;
    -webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
    animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown
}

.top-header .navbar .searchbar .form-control {
    box-shadow: none;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border: 1px solid #d7ead9;
    background-color: #ffffff;
}

.top-header .navbar .searchbar .form-control:focus {
    background-color: #ffffff;
    border-color: #d7ead9;
    box-shadow: 0 0 0 .25rem rgba(69, 152, 96, 0.3)
}

.top-header .navbar .top-navbar-right .nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #ffffff;
    margin: 0 2px;
}

.top-header .navbar .top-navbar-right .nav-item:hover {
    background-color: #f8faf9;
}

.top-header .navbar .top-navbar-right .nav-link {
    color: #224b2d;
    font-size: 18px;
    font-weight: 500;
    padding-right: .7rem;
    padding-left: .7rem;
}

.top-header .navbar .searchbar .search-icon {

    color: #295b38;
    font-size: 1.2rem;
    opacity: 0.5;
    font-size: 20px;

}

.top-header .navbar .searchbar .search-close-icon {
    right: 2rem;
    opacity: 0.5;
    cursor: pointer;
    display: none;
    font-size: 20px;
    display: none;
}

.top-header .navbar .searchbar .search-close-icon {
    display: block;
}

.top-header .navbar .user-img {
    width: 30px;
    height: 30px;
    padding: 0px;
    border-radius: 50%;
}

.dropdown-toggle-nocaret:after {
    display: none
}

.top-header .navbar .nav-link .notify-badge {
    position: absolute;
    top: 0px;
    right: -8px;
    color: #d7ead9;
    font-size: 12px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #69b32d;
    z-index: 1;
}

.dropdown-user-setting .dropdown-menu {
    color: #102417;
    width: 230px;
    font-size: 14px;
    border: 1px solid #d7ead9;
    border-radius: 10px;
    box-shadow: 0 .5rem 1rem rgba(11, 22, 16, .15)
}

.top-header .navbar .dropdown-user-setting .dropdown-menu::after {
    content: '';
    width: 13px;
    height: 13px;
    background: #d7ead9;
    position: absolute;
    top: -6px;
    right: 16px;
    transform: rotate(45deg);
    border-top: 1px solid #d7ead9;
    border-left: 1px solid #d7ead9
}

.top-header .navbar .dropdown-menu::after {
    content: '';
    width: 13px;
    height: 13px;
    background: #ffff;
    position: absolute;
    top: -6px;
    right: 16px;
    transform: rotate(45deg);
    border-top: 1px solid #d7ead9;
    border-left: 1px solid #d7ead9
}

.top-header .navbar .dropdown-item:hover,
.top-header .navbar .dropdown-item:focus {
    color: #102417;
    background-color: #d7ead9
}


.top-header .navbar .dropdown-menu {
    -webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
    animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown
}

@-webkit-keyframes animdropdown {
    from {
        -webkit-transform: translate3d(0, 6px, 0);
        transform: translate3d(0, 6px, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes animdropdown {
    from {
        -webkit-transform: translate3d(0, 6px, 0);
        transform: translate3d(0, 6px, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}


.dropdown-large {
    position: relative
}

.dropdown-large .dropdown-menu {
    width: 320px;
    border: 1px solid #d7ead9;
    padding: 0 0;
    border-radius: 10px;
    box-shadow: 0 .5rem 1rem rgba(11, 22, 16, .15)
}

.top-header .navbar .dropdown-large .dropdown-menu::after {
    content: '';
    width: 13px;
    height: 13px;
    background: #d7ead9;
    position: absolute;
    top: -6px;
    right: 16px;
    transform: rotate(45deg);
    border-top: 1px solid #d7ead9;
    border-left: 1px solid #d7ead9
}


.top-header .navbar .dropdown-apps .dropdown-menu::after {
    content: '';
    width: 13px;
    height: 13px;
    background: #224b2d;
    position: absolute;
    top: -6px;
    right: 12px;
    transform: rotate(45deg);
    border-top: 1px solid #d7ead9;
    border-left: 1px solid #d7ead9
}


.dropdown-large .msg-header {
    padding: .8rem 1rem;
    border-bottom: 1px solid #d7ead9;
    background-clip: border-box;
    text-align: left;
    display: flex;
    align-items: center;
}

.dropdown-large .msg-header .msg-header-title {
    font-size: 15px;
    color: #102417;
    margin-bottom: 0;
    font-weight: 500
}

.dropdown-large .msg-header .msg-header-clear {
    font-size: 12px;
    color: #295b38;
    margin-bottom: 0
}

.dropdown-large .msg-footer {
    padding: .8rem 1rem;
    color: #102417;
    border-top: 1px solid #d7ead9;
    background-clip: border-box;
    background: 0% 0;
    font-size: 14px;
    font-weight: 500;
}

.dropdown-large .user-online {
    position: relative
}

.dropdown-large .msg-name {
    font-size: 13px;
    margin-bottom: 0
}

.dropdown-large .msg-info {
    font-size: 12px;
    margin-bottom: 0
}

.dropdown-large .msg-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 15px
}

.dropdown-large .msg-time {
    font-size: 11px;
    margin-bottom: 0;
    color: #459860
}

.dropdown-large .user-online:after {
    content: '';
    position: absolute;
    bottom: 1px;
    right: 17px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #d7ead9;
    background: #45ac41
}


.dropdown-large .dropdown-menu .dropdown-item {
    padding: .5rem 1.3rem;
    border-bottom: 1px solid #d7ead9
}


.header-message-list {
    position: relative;
    height: 360px
}

.header-notifications-list {
    position: relative;
    height: 360px
}

.dropdown-large .notify {
    font-size: 26px;
    text-align: center;
    margin-right: 15px
}

.app-box {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    font-size: 24px;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    background-color: #d7ead9;
    margin-bottom: 5px;
}

.app-title {
    color: #d7ead9;
    font-size: 14px;
}

.header-notifications-list {
    position: relative;
    height: 332px;
}


.breadcrumb-title {
    font-size: 20px;
    border-right: 1.5px solid #d7ead9;

}

.page-breadcrumb .breadcrumb li.breadcrumb-item {
    font-size: 16px;

}

.page-breadcrumb .breadcrumb li a {
    font-size: 20px;
    color: #459860;
}

.page-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    font-family: LineIcons;
    content: "\ea5c";
}


/* Footer */

.footer {
    position: absolute;
    left: 260px;
    right: 0;
    bottom: 0;
    padding: 0.7rem;
    color: #295b38;
    background-color: #ffffff;
    border-top: 1px solid #d7ead9;
    text-align: center;
    transition: .3s all;
}

.wrapper.toggled .footer {
    left: 0px;
}


/* Utilities */

.radius-10 {
    border-radius: 10px !important;
}

.icon-badge {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
    color: #d7ead9;
    background: #d7ead9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.radius-30 {
    border-radius: 30px;
}


.btn i,
.btn ion-icon {
    vertical-align: middle;
    font-size: 1rem;
    margin-top: -1em;
    margin-bottom: -1em;
    margin-right: 7px;
}


.btn i,
.btn.btn-lg ion-icon {
    font-size: 1.25rem;
}

.service-box {
    font-size: 25px;
    color: #102417;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #d7ead9;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


.error-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #d7ead9;
    text-align: center;
    border-radius: 50%;
    margin: 0px;
    box-shadow: 0 .125rem .25rem rgba(11, 22, 16, .075);
}

.product-img-2 {
    width: 45px;
    height: 45px;
    background-color: #d7ead9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #d7ead9;
}

.theme-icons {
    background-color: #d7ead9;
    color: #295b38;
}

.back-to-top {
    display: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    color: #d7ead9;
    position: fixed;
    border-radius: 50%;
    bottom: 20px;
    right: 12px;
    background-color: #ffffff;
    z-index: 5;
}

.back-to-top:hover {
    color: #d7ead9;
}

.font-22 {
    font-size: 22px;
}


.chart-container1 {
    position: relative;
    height: 380px;
}

.chart-container2 {
    position: relative;
    height: 420px;
}

.chart-container3 {
    position: relative;
    height: 293px;
}

.chart-container4 {
    position: relative;
    height: 350px;
}

.chart-container5 {
    position: relative;
    height: 230px;
}

.chart-container6 {
    position: relative;
    height: 250px;
}

.chart-container7 {
    position: relative;
    height: 300px;
}

.chart-container8 {
    position: relative;
    height: 190px;
}

.chart-container9 {
    position: relative;
    height: 320px;
}


.product-box {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
    background-color: #d7ead9;
}

.product-box img {
    width: 52px;
    height: 52px;
    border-radius: 10px;
}

.piechart-legend {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.chart {
    position: relative;
    display: inline-block;
    width: 110px !important;
    height: 110px !important;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.percent {
    display: inline-block;
    line-height: 110px !important;
    z-index: 2;
    font-size: 18px;
    color: #295b38;
}

.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px !important;
    height: 110px !important;
}

.gmaps,
.gmaps-panaroma {
    height: 400px;
    background: #d7ead9;
    border-radius: 3px;
}

.user-profile-avatar {
    background-color: #d7ead9;
    width: 160px;
    height: 160px;
    padding: 5px;
    border-radius: 50%;
    margin-left: 6.5rem;
}

.user-profile-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.profile-cover {
    background-image: url(../images/cards/profile-cover.png);
    background-size: cover;
    height: 10rem;
    background-position: center;
}

.user-change-photo {
    background-color: #d7ead9;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    padding: 5px;
}

.user-change-photo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.error {
    color: #69b32d;
}


.widget-icon {
    width: 48px;
    height: 48px;
    background-color: #d7ead9;
    border-radius: 50%;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.widget-icon-small {
    width: 36px;
    height: 36px;
    background-color: #d7ead9;
    border-radius: 50%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.widget-icon-2 {
    width: 52px;
    height: 52px;
    background-color: #d7ead9;
    border-radius: 10px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.font-13 {
    font-size: 13px;
}


.w_chart {
    position: relative;
    display: inline-block;
    width: 80px !important;
    height: 80px !important;
    text-align: center;
    font-size: 1.4em;
}

.w_percent {
    display: inline-block;
    line-height: 80px !important;
    z-index: 2;
    color: #0b1610;
}

.w_chart canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px !important;
    height: 80px !important;
}

.w_percent:after {
    content: '%';
    margin-left: 0.1em;
}

.table-responsive {
    white-space: nowrap;
}




/* swicther */

.btn-switcher {
    position: fixed;
    right: 0px;
    top: 40%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.header-colors-indigators .indigator {
    width: 50px;
    height: 50px;
    background-color: #d7ead9;
    border-radius: 10px;
    cursor: pointer;
}

/* eCommerce */

.btn-mobile-filter {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #d7ead9;
    background-color: #459860;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
    position: fixed;
    left: 0;
    top: 55%;
    z-index: 3;
}


.shop-container .card {
    border: 1px solid rgb(0, 0, 0, .125);
    box-shadow: none;
}

.product-grid .card.product-card {
    background-color: #d7ead9;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.product-name {
    color: #12331c;
}

@media (min-width: 992px) {
    .product-grid .card.product-card {
        margin-bottom: 1.5rem;
    }

    .product-grid .card.product-card:hover {
        background-color: #d7ead9;
        -webkit-box-shadow: 0 .5rem 1rem rgba(11, 22, 16, .15) !important;
        box-shadow: 0 .5rem 1rem rgba(11, 22, 16, .15) !important;
    }
}


ul.categories-list li {
    font-size: 14px;
    margin-bottom: 8px;
}

.product-categories ul a {
    color: #12331c;
}

.product-grid .card .card-footer a {
    color: #12331c;
}

.color-indigator-item {
    width: 1.5rem;
    height: 1.5rem;
    background-color: #d7ead9;
    border-radius: 50%;
    cursor: pointer
}

.color-indigator {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #d7ead9;
}

.product-wishlist {
    width: 2.2rem;
    height: 2.2rem;
    font-size: 20px;
    background-color: #d7ead9;
    color: #12331c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.product-compare,
.product-catergory {
    color: #12331c;
}

.product-compare:hover,
.product-wishlist:hover,
.product-catergory:hover {
    color: #12331c;
}

.product-sharing .list-inline-item a {
    width: 36px;
    height: 36px;
    color: #d7ead9;
    background-color: rgb(255 255 255);
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .2s;
}

.tags-box .tag-link {
    padding: .3rem;
    background-color: #12331c;
    border: 1px solid rgb(33 37 41);
    color: rgb(255 255 255);
    font-size: 13px;
    margin: 4px;
    display: inline-block;
}

/* Order Tracking */

.steps {
    display: flex;
    width: 100%;
}

.steps-light .step-item {
    color: #459860
}

.step-item {
    flex-basis: 0;
    flex-grow: 1;
    transition: color 0.25s ease-in-out;
    text-align: center;
    text-decoration: none !important;
}

.steps-light .step-item.active .step-count,
.steps-light .step-item.active .step-progress {
    color: #d7ead9;
    background-color: #459860;
}

.step-item:first-child .step-progress {
    border-radius: .125rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.steps-light .step-count,
.steps-light .step-progress {
    color: #224b2d;
    background-color: #d7ead9;
}

.step-progress {
    position: relative;
    width: 100%;
    height: .25rem;
}

.step-count {
    position: absolute;
    top: -.75rem;
    left: 50%;
    width: 1.625rem;
    height: 1.625rem;
    margin-left: -.8125rem;
    border-radius: 50%;
    font-size: .875rem;
    line-height: 1.625rem;
}

.step-label {
    padding-top: 1.5625rem;
}

.step-label>i {
    margin-top: -.25rem;
    margin-right: .425rem;
    font-size: 1.5em;
    vertical-align: middle;
}

.steps-light .step-item.active.current {
    color: #224b2d;
}


.owl-thumbs .owl-thumb-item {
    width: 80px;
    height: 80px;
    margin: 0 4px;
    padding: 2px;
    background-color: transparent;
    border: 1px solid rgb(0 0 0 / 12%);
    border-radius: 4px;
}

.owl-thumbs .owl-thumb-item img {
    width: 100%;
}

.login-box {
    width: 30rem;
    margin: 1.5rem auto;
    height: auto;
}

.seperator {
    background-color: #d7ead9;
    left: 35%;
    padding: 0px 10px;
}

.seperator-2 {
    background-color: #d7ead9;
    left: 45%;
    padding: 0px 10px;
}


.options {
    font-size: 20px;
    color: #295b38;
    cursor: pointer;
}

.login-bg-overlay {
    width: 100%;
    height: 420px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #459860;
    background-image: linear-gradient(310deg, #459860, #459860);

}

.social-login a {
    width: 50px;
    height: 50px;

}

.social-login a img {
    width: 100%;
    border: 1px solid #d7ead9;
    padding: 13px;
    border-radius: 10px;
}

.social-login-footer a {
    color: #224b2d;
}

.fw-500 {
    font-weight: 500;
}

.login-menu-2 a.nav-link {
    color: #459860;
}


.login-cover-wrapper {
    width: 25rem;
    height: 46rem;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}


.login-cover-img {
    background-image: url(../images/authentication/au-sign-up-basic.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    transform: skewX(-10deg);
}


.register-cover-img {
    background-image: url(../../images/imagelogin.jpg);
    background-position: right;
    background-size: cover;
    width: 60%;
    transform: skewX(-10deg);
}

.au-reset-password-cover {
    background-image: url(../images/authentication/au-reset-password-cover.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    transform: skewX(-10deg);
}


.reset-passowrd {
    width: auto;
    height: 35em;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mt-8 {
    margin-top: 12rem;
}

.au-sign-up-basic {
    background-image: url(../images/authentication/au-sign-up-basic.png);
    background-position: center;
    background-size: cover;
}

.au-sign-in-basic {
    background-image: url(../images/authentication/au-sign-in-basic.png);
    background-position: center;
    background-size: cover;
}

.au-reset-password-basic {
    background-image: url(../images/authentication/au-reset-password-cover.png);
    background-position: center;
    background-size: cover;
}



/* Responsive */

@media screen and (max-width: 1200px) {

    .filter-sidebar {
        width: 300px;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        overflow-y: scroll;
        background-color: #d7ead9;
        z-index: 5;
        border-right: 1px solid #d7ead9;
        box-shadow: 0 0.125rem 0.5rem rgb(0 0 0 / 28%);
    }

}

@media screen and (max-width:1024px) {

    .top-header .navbar .full-search-bar {
        left: 0;
    }


    .sidebar-wrapper {

        left: -300px;
    }


    .wrapper .page-content-wrapper {

        margin-left: 0px;

    }

    .top-header {

        left: 0px;
    }

    /* Toggeled */


    .wrapper.toggled .sidebar-wrapper {

        left: 0px;
    }


    .wrapper.toggled .page-content-wrapper {

        margin-left: 0px;

        padding: 0 0rem 2em 0rem;

    }

    .wrapper.toggled .top-header {

        left: 0px;
    }


    .wrapper.toggled .overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #0b1610;
        opacity: .6;
        z-index: 12;
        display: block;
        cursor: move;
        transition: all .2s ease-out
    }


    .top-header .mobile-menu-button {
        display: block;
    }




    .footer {
        left: 0px;
    }


}


@media screen and (max-width:620px) {
    .top-header .navbar .dropdown-menu::after {
        display: none
    }

    .top-header .navbar .dropdown {
        position: static !important
    }

    .top-header .navbar .dropdown-menu {
        width: 100% !important
    }

    .login-cover-wrapper {
        width: auto;
        height: auto;
    }
}

.table thead th,
table thead th {
  background-color: #102417 !important;
  color: #ffffff !important;
}

.table,
table {
  color: #111827;
}

.table tbody td,
table tbody td {
  color: #111827;
  border-color: #d1d5db !important;
}

/* Fondo blanco para vistas */
body:not(.preserve-bg) .page-content-wrapper,
body:not(.preserve-bg) .page-content,
body:not(.preserve-bg) .content,
body:not(.preserve-bg) .main-content,
body:not(.preserve-bg) .card,
body:not(.preserve-bg) .card-body,
body:not(.preserve-bg) .card-header,
body:not(.preserve-bg) .card-footer,
body:not(.preserve-bg) .list-group-item,
body:not(.preserve-bg) .accordion-item,
body:not(.preserve-bg) .accordion-body,
body:not(.preserve-bg) .table,
body:not(.preserve-bg) .table-responsive,
body:not(.preserve-bg) .datatable,
body:not(.preserve-bg) .modal-content {
  background-color: #ffffff !important;
  background: #ffffff !important;
}

body:not(.preserve-bg) .card,
body:not(.preserve-bg) .accordion-item {
  border-color: #e5e7eb !important;
  box-shadow: 0 8px 24px rgba(11, 22, 16, 0.06) !important;
}

/* Inputs y filas de tabla en blanco */
body:not(.preserve-bg) input,
body:not(.preserve-bg) select,
body:not(.preserve-bg) textarea,
body:not(.preserve-bg) .form-control,
body:not(.preserve-bg) .form-select,
body:not(.preserve-bg) .input-group-text,
body:not(.preserve-bg) .table tbody tr,
body:not(.preserve-bg) .table tbody td,
body:not(.preserve-bg) table tbody tr,
body:not(.preserve-bg) table tbody td {
  background-color: #ffffff !important;
  background: #ffffff !important;
}

/* Paginación: número activo visible */
.pagination .page-item.active .page-link,
.dataTables_paginate .paginate_button.current,
.dataTables_paginate .paginate_button.current:hover {
  color: #ffffff !important;
}

.pagination .page-link,
.dataTables_paginate .paginate_button {
  color: #0b1610 !important;
  background: #ffffff !important;
  border-color: #cfd8d3 !important;
}

.pagination .page-item.active .page-link,
.dataTables_paginate .paginate_button.current,
.dataTables_paginate .paginate_button.current:hover {
  background: #0b1610 !important;
  border-color: #0b1610 !important;
}

/* Tipografia y estados menos verdes */
.text-success {
  color: #1f9d55 !important;
}

.text-danger {
  color: #d92d20 !important;
}

td.text-success,
span.text-success,
strong.text-success,
td.text-danger,
span.text-danger,
strong.text-danger {
  font-weight: 600;
}

.text-warning {
  color: #c77700 !important;
}

.text-info {
  color: #295b38 !important;
}

.btn {
  border-radius: 10px;
}

.btn-primary,
.btn-info,
.btn-dark,
.btn-secondary,
.btn-light {
  color: #ffffff !important;
  background-color: #c77700 !important;
  border-color: #c77700 !important;
  box-shadow: none !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  color: #ffffff !important;
  background-color: #9a5f00 !important;
  border-color: #9a5f00 !important;
}

.btn-outline-primary,
.btn-outline-dark,
.btn-outline-secondary,
.btn-outline-light {
  color: #c77700 !important;
  border-color: #c77700 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active {
  color: #ffffff !important;
  background: #c77700 !important;
  border-color: #c77700 !important;
}

.btn-success {
  color: #ffffff !important;
  background-color: #1f9d55 !important;
  border-color: #1f9d55 !important;
  box-shadow: none !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  color: #ffffff !important;
  background-color: #157347 !important;
  border-color: #157347 !important;
}

.btn-danger {
  color: #ffffff !important;
  background-color: #d92d20 !important;
  border-color: #d92d20 !important;
  box-shadow: none !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  color: #ffffff !important;
  background-color: #b42318 !important;
  border-color: #b42318 !important;
}

.btn-warning {
  color: #ffffff !important;
  background-color: #c77700 !important;
  border-color: #c77700 !important;
  box-shadow: none !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  color: #ffffff !important;
  background-color: #9a5f00 !important;
  border-color: #9a5f00 !important;
}

.btn-outline-success {
  color: #1f9d55 !important;
  border-color: #1f9d55 !important;
  background: transparent !important;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active {
  color: #ffffff !important;
  background: #1f9d55 !important;
  border-color: #1f9d55 !important;
}

.btn-outline-danger {
  color: #d92d20 !important;
  border-color: #d92d20 !important;
  background: transparent !important;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active {
  color: #ffffff !important;
  background: #d92d20 !important;
  border-color: #d92d20 !important;
}

.btn-outline-warning {
  color: #c77700 !important;
  border-color: #c77700 !important;
  background: transparent !important;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active {
  color: #ffffff !important;
  background: #c77700 !important;
  border-color: #c77700 !important;
}

.btn-outline-info {
  color: #c77700 !important;
  border-color: #c77700 !important;
  background: transparent !important;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active {
  color: #ffffff !important;
  background: #c77700 !important;
  border-color: #c77700 !important;
}

/* Contraste alto en vistas con fondo de imagen */
body.preserve-bg .fondo_asesor,
body.preserve-bg .fondo_asesor .card,
body.preserve-bg .fondo_asesor .card-body,
body.preserve-bg .fondo_asesor .table,
body.preserve-bg .fondo_asesor .table tbody td,
body.preserve-bg .fondo_asesor .table tbody th,
body.preserve-bg .fondo_asesor p,
body.preserve-bg .fondo_asesor span,
body.preserve-bg .fondo_asesor h1,
body.preserve-bg .fondo_asesor h2,
body.preserve-bg .fondo_asesor h3,
body.preserve-bg .fondo_asesor h4,
body.preserve-bg .fondo_asesor h5,
body.preserve-bg .fondo_asesor h6,
body.preserve-bg .fondo_asesor label,
body.preserve-bg .fondo_asesor small,
body.preserve-bg .fondo_asesor .nav-link,
body.preserve-bg .fondo_asesor .form-label {
  color: #ffffff !important;
}

body.preserve-bg .fondo_asesor .text-muted,
body.preserve-bg .fondo_asesor .text-secondary,
body.preserve-bg .fondo_asesor .text-light {
  color: rgba(255, 255, 255, 0.82) !important;
}

body.preserve-bg .fondo_asesor .text-success {
  color: #4ade80 !important;
}

body.preserve-bg .fondo_asesor .text-danger {
  color: #f87171 !important;
}

body.preserve-bg .fondo_asesor .text-warning {
  color: #fbbf24 !important;
}

body.preserve-bg .fondo_asesor .text-info {
  color: #dbeafe !important;
}

body.preserve-bg .fondo_asesor .table {
  background: rgba(11, 22, 16, 0.55) !important;
  border-radius: 12px;
  overflow: hidden;
}

body.preserve-bg .fondo_asesor .table tbody tr,
body.preserve-bg .fondo_asesor table tbody tr {
  background: rgba(11, 22, 16, 0.42) !important;
}

body.preserve-bg .fondo_asesor .table tbody tr:nth-child(even),
body.preserve-bg .fondo_asesor table tbody tr:nth-child(even) {
  background: rgba(20, 32, 24, 0.7) !important;
}

body.preserve-bg .fondo_asesor .table tbody td,
body.preserve-bg .fondo_asesor table tbody td {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

body.preserve-bg .fondo_asesor .btn-outline-light {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.8) !important;
  background: transparent !important;
}

body.preserve-bg .fondo_asesor .btn-outline-light:hover,
body.preserve-bg .fondo_asesor .btn-outline-light:focus {
  color: #0b1610 !important;
  background: #ffffff !important;
  border-color: #ffffff !important;
}

/* Base visual comun para vistas sin fondo de imagen */
body:not(.preserve-bg) .page-breadcrumb,
body:not(.preserve-bg) .breadcrumb-section,
body:not(.preserve-bg) .dashboard_mercado_breadcrumb_container,
body:not(.preserve-bg) .historico_mercado_breadcrumb_principal {
  background: #ffffff !important;
  border: 1px solid #d7ead9 !important;
  border-radius: 10px !important;
  box-shadow: 0 2px 8px rgba(11, 22, 16, 0.05) !important;
  padding: 1rem 1.5rem !important;
}

body:not(.preserve-bg) .breadcrumb-title,
body:not(.preserve-bg) .dashboard_mercado_titulo_breadcrumb,
body:not(.preserve-bg) .historico_mercado_titulo_breadcrumb {
  color: #459860 !important;
  font-weight: 600 !important;
}

body:not(.preserve-bg) .section-card,
body:not(.preserve-bg) .rates-card,
body:not(.preserve-bg) .contenedor_tabla_historico_mercado,
body:not(.preserve-bg) .tarjeta_historico_precios_mercado,
body:not(.preserve-bg) .tarjeta_formulario_actualizacion,
body:not(.preserve-bg) .container {
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  box-shadow: 0 10px 30px rgba(11, 22, 16, 0.08) !important;
}

body:not(.preserve-bg) .section-header,
body:not(.preserve-bg) .rates-card-header,
body:not(.preserve-bg) .header_tabla_historico_azul,
body:not(.preserve-bg) .header_formulario_actualizacion,
body:not(.preserve-bg) .header {
  background: #102417 !important;
  color: #ffffff !important;
}

body:not(.preserve-bg) .section-header h2,
body:not(.preserve-bg) .section-header h4,
body:not(.preserve-bg) .section-header h5,
body:not(.preserve-bg) .section-header h6,
body:not(.preserve-bg) .rates-card-header h2,
body:not(.preserve-bg) .rates-card-header h4,
body:not(.preserve-bg) .rates-card-header h5,
body:not(.preserve-bg) .rates-card-header h6,
body:not(.preserve-bg) .header h1,
body:not(.preserve-bg) .header h2,
body:not(.preserve-bg) .header h3,
body:not(.preserve-bg) .header p,
body:not(.preserve-bg) .header_formulario_actualizacion h5,
body:not(.preserve-bg) .header_tabla_historico_azul h6 {
  color: #ffffff !important;
}

body:not(.preserve-bg) .table tbody td,
body:not(.preserve-bg) .table tbody th,
body:not(.preserve-bg) .modern-table tbody td,
body:not(.preserve-bg) .modern-table tbody th {
  color: #111827 !important;
}

/* Eliminar fondos verdes del resto del sistema, sin tocar el aside */
body:not(.preserve-bg) .bg-gradient-info,
body:not(.preserve-bg) .bg-gradient-success,
body:not(.preserve-bg) .bg-gradient-warning,
body:not(.preserve-bg) .bg-gradient-danger,
body:not(.preserve-bg) .bg-gradient-purple,
body:not(.preserve-bg) .bg-gradient-branding,
body:not(.preserve-bg) .bg-warning,
body:not(.preserve-bg) .bg-info,
body:not(.preserve-bg) .bg-success,
body:not(.preserve-bg) .bg-light,
body:not(.preserve-bg) .widget-icon-2,
body:not(.preserve-bg) .badge-pending,
body:not(.preserve-bg) .badge-paid,
body:not(.preserve-bg) .badge-status,
body:not(.preserve-bg) .last-update,
body:not(.preserve-bg) .contenedor_resumen_cambios_precios,
body:not(.preserve-bg) .formulario_actualizacion_precios_mercado,
body:not(.preserve-bg) .dashboard_mercado_breadcrumb_container,
body:not(.preserve-bg) .historico_mercado_breadcrumb_principal,
body:not(.preserve-bg) .historico_mercado_breadcrumb_principal,
body:not(.preserve-bg) .contenedor_borde_interno_tabla {
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #111827 !important;
}

body:not(.preserve-bg) .widget-icon-2,
body:not(.preserve-bg) .badge-pending,
body:not(.preserve-bg) .badge-paid,
body:not(.preserve-bg) .badge-status,
body:not(.preserve-bg) .last-update {
  border: 1px solid #d1d5db !important;
}

/* Ajuste puntual: contraste de tabla de liquidaciones en vistaAsesor */
body.ruta-vistaAsesor #liquidaciones .table,
body.ruta-vistaAsesor #liquidaciones .table-responsive {
  background: rgba(11, 22, 16, 0.55) !important;
}

body.ruta-vistaAsesor #liquidaciones .table tbody tr,
body.ruta-vistaAsesor #liquidaciones table tbody tr,
body.ruta-vistaAsesor #liquidaciones .table-striped > tbody > tr:nth-of-type(odd),
body.ruta-vistaAsesor #liquidaciones .table-striped > tbody > tr:nth-of-type(even) {
  background: rgba(11, 22, 16, 0.42) !important;
}

body.ruta-vistaAsesor #liquidaciones .table tbody tr:nth-child(even),
body.ruta-vistaAsesor #liquidaciones table tbody tr:nth-child(even) {
  background: rgba(20, 32, 24, 0.7) !important;
}

body.ruta-vistaAsesor #liquidaciones .table tbody td,
body.ruta-vistaAsesor #liquidaciones .table tbody th,
body.ruta-vistaAsesor #liquidaciones table tbody td,
body.ruta-vistaAsesor #liquidaciones table tbody th {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

/* Ajuste puntual extra: DataTables de liquidaciones en vistaAsesor */
body.ruta-vistaAsesor #liquidaciones table.dataTable tbody td,
body.ruta-vistaAsesor #liquidaciones table.dataTable tbody th,
body.ruta-vistaAsesor #liquidaciones .dataTables_wrapper table tbody td,
body.ruta-vistaAsesor #liquidaciones .dataTables_wrapper table tbody th,
body.ruta-vistaAsesor #liquidaciones .table.table-striped tbody td,
body.ruta-vistaAsesor #liquidaciones .table.table-striped tbody th {
  color: #111827 !important;
}

body.ruta-vistaAsesor #liquidaciones table.dataTable tbody tr,
body.ruta-vistaAsesor #liquidaciones .dataTables_wrapper table tbody tr,
body.ruta-vistaAsesor #liquidaciones .table.table-striped tbody tr,
body.ruta-vistaAsesor #liquidaciones .table-striped > tbody > tr:nth-of-type(odd),
body.ruta-vistaAsesor #liquidaciones .table-striped > tbody > tr:nth-of-type(even) {
  background: rgba(255, 255, 255, 0.92) !important;
}

body.ruta-vistaAsesor #liquidaciones table.dataTable.display tbody tr.odd > .sorting_1,
body.ruta-vistaAsesor #liquidaciones table.dataTable.order-column.stripe tbody tr.odd > .sorting_1,
body.ruta-vistaAsesor #liquidaciones table.dataTable.stripe tbody tr.odd > .sorting_1,
body.ruta-vistaAsesor #liquidaciones table.dataTable.display tbody tr.even > .sorting_1,
body.ruta-vistaAsesor #liquidaciones table.dataTable.order-column.stripe tbody tr.even > .sorting_1,
body.ruta-vistaAsesor #liquidaciones table.dataTable.stripe tbody tr.even > .sorting_1 {
  background: rgba(255, 255, 255, 0.92) !important;
  color: #111827 !important;
}

body.ruta-vistaAsesor #liquidaciones .dataTables_wrapper .dataTables_info,
body.ruta-vistaAsesor #liquidaciones .dataTables_wrapper .dataTables_length,
body.ruta-vistaAsesor #liquidaciones .dataTables_wrapper .dataTables_filter,
body.ruta-vistaAsesor #liquidaciones .dataTables_wrapper .dataTables_length label,
body.ruta-vistaAsesor #liquidaciones .dataTables_wrapper .dataTables_filter label {
  color: #ffffff !important;
}

/* Ajuste de contraste para tablas en vistas con fondo preservado */
body.ruta-vistaCliente .table tbody tr,
body.ruta-vistaCliente table tbody tr,
body.ruta-vistaCliente .table-striped > tbody > tr:nth-of-type(odd),
body.ruta-vistaCliente .table-striped > tbody > tr:nth-of-type(even),
body.ruta-productofinanciero .table tbody tr,
body.ruta-productofinanciero table tbody tr,
body.ruta-productofinanciero .table-striped > tbody > tr:nth-of-type(odd),
body.ruta-productofinanciero .table-striped > tbody > tr:nth-of-type(even),
body.ruta-productofinanciero .table-hover tbody tr:hover {
  background: rgba(255, 255, 255, 0.94) !important;
}

body.ruta-vistaCliente .table tbody td,
body.ruta-vistaCliente .table tbody th,
body.ruta-vistaCliente table tbody td,
body.ruta-vistaCliente table tbody th,
body.ruta-productofinanciero .table tbody td,
body.ruta-productofinanciero .table tbody th,
body.ruta-productofinanciero table tbody td,
body.ruta-productofinanciero table tbody th {
  color: #111827 !important;
  border-color: #d1d5db !important;
}

body.ruta-vistaCliente .table thead th,
body.ruta-vistaCliente table thead th,
body.ruta-productofinanciero .table thead th,
body.ruta-productofinanciero table thead th {
  color: #ffffff !important;
}

body.ruta-productofinanciero .table-secondary,
body.ruta-productofinanciero .table-secondary th,
body.ruta-productofinanciero .table-secondary td {
  background: #e5e7eb !important;
  color: #111827 !important;
}

body.ruta-vistaCliente .table-responsive,
body.ruta-productofinanciero .table-responsive {
  background: transparent !important;
}

/* Ajuste de encabezados y tabs para vistaCliente */
body.ruta-vistaCliente .nav.nav-tabs,
body.ruta-vistaCliente .nav-tabs.bg-light {
  background: rgba(255, 255, 255, 0.92) !important;
  border-radius: 0.75rem 0.75rem 0 0 !important;
}

body.ruta-vistaCliente .nav-tabs .nav-link {
  color: #374151 !important;
}

body.ruta-vistaCliente .nav-tabs .nav-link:hover,
body.ruta-vistaCliente .nav-tabs .nav-link:focus {
  color: #102417 !important;
  background: rgba(16, 36, 23, 0.08) !important;
}

body.ruta-vistaCliente .nav-tabs .nav-link.active {
  color: #102417 !important;
  background: #ffffff !important;
  border-color: transparent !important;
  font-weight: 700 !important;
}

body.ruta-vistaCliente #cuenta h5,
body.ruta-vistaCliente #cuenta h6,
body.ruta-vistaCliente #cuenta .text-center,
body.ruta-vistaCliente #cuenta .fw-semibold,
body.ruta-vistaCliente #cuenta .fw-bold {
  color: #111827 !important;
}

/* Refinar vistaCliente: tabs oscuras sobre bloque claro, contenido claro sobre bloque oscuro */
body.ruta-vistaCliente #cuenta > .nav.nav-tabs,
body.ruta-vistaCliente #cuenta > .nav-tabs.bg-light {
  background: rgba(255, 255, 255, 0.92) !important;
}

body.ruta-vistaCliente #cuenta > .nav-tabs .nav-link {
  color: #374151 !important;
}

body.ruta-vistaCliente #cuenta > .nav-tabs .nav-link:hover,
body.ruta-vistaCliente #cuenta > .nav-tabs .nav-link:focus {
  color: #102417 !important;
  background: rgba(16, 36, 23, 0.08) !important;
}

body.ruta-vistaCliente #cuenta > .nav-tabs .nav-link.active {
  color: #102417 !important;
  background: #ffffff !important;
  border-color: transparent !important;
}

body.ruta-vistaCliente #cuenta .tab-content,
body.ruta-vistaCliente #cuenta .tab-pane,
body.ruta-vistaCliente #cuenta .tab-pane h5,
body.ruta-vistaCliente #cuenta .tab-pane h6,
body.ruta-vistaCliente #cuenta .tab-pane p,
body.ruta-vistaCliente #cuenta .tab-pane span,
body.ruta-vistaCliente #cuenta .tab-pane label,
body.ruta-vistaCliente #cuenta .tab-pane small,
body.ruta-vistaCliente #cuenta .tab-pane .fw-semibold,
body.ruta-vistaCliente #cuenta .tab-pane .fw-bold {
  color: #ffffff !important;
}

body.ruta-vistaCliente #cuenta .tab-pane table tbody td,
body.ruta-vistaCliente #cuenta .tab-pane table tbody th {
  color: #111827 !important;
}

/* Ajuste puntual: tablas internas de historial en productofinanciero */
body.ruta-productofinanciero .glass-card .table,
body.ruta-productofinanciero .glass-card .table-responsive {
  background: transparent !important;
}

body.ruta-productofinanciero .glass-card .table thead th,
body.ruta-productofinanciero .glass-card table thead th {
  background: #102417 !important;
  color: #ffffff !important;
  border-color: #1f3a29 !important;
}

body.ruta-productofinanciero .glass-card .table tbody tr,
body.ruta-productofinanciero .glass-card table tbody tr,
body.ruta-productofinanciero .glass-card .table-striped > tbody > tr:nth-of-type(odd),
body.ruta-productofinanciero .glass-card .table-striped > tbody > tr:nth-of-type(even) {
  background: rgba(255, 255, 255, 0.96) !important;
}

body.ruta-productofinanciero .glass-card .table tbody td,
body.ruta-productofinanciero .glass-card .table tbody th,
body.ruta-productofinanciero .glass-card table tbody td,
body.ruta-productofinanciero .glass-card table tbody th {
  color: #111827 !important;
  border-color: #d1d5db !important;
}

body.ruta-productofinanciero .glass-card .badge {
  color: #ffffff !important;
}

/* Ajuste de encabezados y tabs para clienteAsesor */
body.ruta-clienteAsesor .nav.nav-tabs,
body.ruta-clienteAsesor .nav-tabs.bg-light {
  background: rgba(255, 255, 255, 0.92) !important;
  border-radius: 0.75rem 0.75rem 0 0 !important;
}

body.ruta-clienteAsesor .nav-tabs .nav-link {
  color: #374151 !important;
}

body.ruta-clienteAsesor .nav-tabs .nav-link:hover,
body.ruta-clienteAsesor .nav-tabs .nav-link:focus {
  color: #102417 !important;
  background: rgba(16, 36, 23, 0.08) !important;
}

body.ruta-clienteAsesor .nav-tabs .nav-link.active {
  color: #102417 !important;
  background: #ffffff !important;
  border-color: transparent !important;
  font-weight: 700 !important;
}

body.ruta-clienteAsesor .table thead th,
body.ruta-clienteAsesor table thead th {
  color: #ffffff !important;
}

/* Correccion especifica de tabs blancas en clienteAsesor */
body.ruta-clienteAsesor #myTab,
body.ruta-clienteAsesor #datos .nav.nav-tabs.nav-justified.bg-light {
  background: rgba(255, 255, 255, 0.94) !important;
  border-radius: 0.75rem 0.75rem 0 0 !important;
}

body.ruta-clienteAsesor #myTab .nav-link,
body.ruta-clienteAsesor #datos .nav.nav-tabs.nav-justified.bg-light .nav-link {
  color: #374151 !important;
}

body.ruta-clienteAsesor #myTab .nav-link:hover,
body.ruta-clienteAsesor #myTab .nav-link:focus,
body.ruta-clienteAsesor #datos .nav.nav-tabs.nav-justified.bg-light .nav-link:hover,
body.ruta-clienteAsesor #datos .nav.nav-tabs.nav-justified.bg-light .nav-link:focus {
  color: #102417 !important;
  background: rgba(16, 36, 23, 0.08) !important;
}

body.ruta-clienteAsesor #myTab .nav-link.active,
body.ruta-clienteAsesor #datos .nav.nav-tabs.nav-justified.bg-light .nav-link.active {
  color: #102417 !important;
  background: #ffffff !important;
  border-color: transparent !important;
  font-weight: 700 !important;
}

/* Correccion especifica de tabs principales en vistaAsesor */
body.ruta-vistaAsesor .nav.nav-tabs.nav-info.glass-card {
  background: rgba(11, 22, 16, 0.72) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 0.75rem !important;
}

body.ruta-vistaAsesor .nav.nav-tabs.nav-info.glass-card .nav-link,
body.ruta-vistaAsesor .nav.nav-tabs.nav-info.glass-card .nav-link .tab-title,
body.ruta-vistaAsesor .nav.nav-tabs.nav-info.glass-card .nav-link .tab-icon,
body.ruta-vistaAsesor .nav.nav-tabs.nav-info.glass-card .nav-link ion-icon {
  color: #ffffff !important;
}

body.ruta-vistaAsesor .nav.nav-tabs.nav-info.glass-card .nav-link:hover,
body.ruta-vistaAsesor .nav.nav-tabs.nav-info.glass-card .nav-link:focus {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
}

body.ruta-vistaAsesor .nav.nav-tabs.nav-info.glass-card .nav-link.active,
body.ruta-vistaAsesor .nav.nav-tabs.nav-info.glass-card .nav-link.active .tab-title,
body.ruta-vistaAsesor .nav.nav-tabs.nav-info.glass-card .nav-link.active .tab-icon,
body.ruta-vistaAsesor .nav.nav-tabs.nav-info.glass-card .nav-link.active ion-icon {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: transparent !important;
  border-radius: 0.65rem !important;
}
