﻿/*!

=========================================================
* C3 Bootstrap 5 Admin Dashboard (Bootstrap 5)
=========================================================

=========================================================

* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

[Table of contents]

* Background
* Typography
* Layouts
+ Body & Wrapper
+ Main Header
+ Sidebar
* Layouts Color
* Components
+ Breadcrumbs
+ Cards
    - Card Stats
    - Card Task
    - Card States
    - Card Posts
    - Card Pricing
    - Card Annoucement
    - Card Profile
    - Accordion
+ Inputs
+ Tables
+ Navbars
+ Navsearch
+ Badges
+ Dropdowns
+ Charts
+ Alerts
+ Buttons
+ Navtabs
+ Popovers
+ Progress
+ Paginations
+ Sliders
+ Modals
+ Timeline
+ Maps
+ Invoice
+ Messages
+ Tasks
+ Settings
* Plugins
+ jQueryUI
+ jQuery Scrollbar
+ Toggle
+ Css Animate
+ Full Calendar
+ SweetAlert
+ Datatables
+ DateTimePicker
+ Select2
+ Tagsinput
+ Dropzone
+ Summernote
* Responsive
* 404
* Login & Register

# [Color codes]

body-text-color: #575962
white-color: #ffffff
black-color: #191919
transparent-bg : transparent
default-color : #282a3c
primary-color : #177dff
secondary-color : #716aca
info-color : #36a3f7
success-color : #35cd3a
warning-color : #ffa534
danger-color : #f3545d

-------------------------------------------------------------------*/
html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    padding-top: 5.4rem !important;
}

    body.no-padding-top {
        padding-top: 0 !important;
    }

main {
    flex: 1;
}

/*   Typography    */
body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple, .alert, a, .td-name, td, button.close {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'Public Sans', sans-serif;
}

body, html {
    font-size: 14px;
    color: #2A2F5B;
}

a {
    color: #1572E8;
    text-decoration: none !important;
}

    a:hover, a:focus {
        color: #1269DB;
    }

h1,
.h1 {
    font-size: 2.15rem;
}

h2,
.h2 {
    font-size: 1.85rem;
}

h3,
.h3 {
    font-size: 1.64rem;
}

h4,
.h4 {
    font-size: 1.48rem;
}

h5,
.h5 {
    font-size: 1.3rem;
    font-weight: 400;
}

h6,
.h6 {
    font-size: 1.07rem;
    font-weight: 400;
}

p {
    font-size: 1rem;
    line-height: 1.82;
    margin-bottom: 1rem;
    word-break: break-word;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.5;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
        color: inherit;
    }

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

b, .b, strong, .strong {
    font-weight: 600;
}

.page-pretitle {
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #95aac9;
}

.page-title {
    font-size: 23px;
    font-weight: 600;
    color: #444444;
    line-height: 30px;
    margin-bottom: 20px;
}

.page-category {
    color: #444444;
    line-height: 1.8;
    margin-bottom: 25px;
}

.text-primary, .text-primary a {
    color: #1572E8 !important;
}

    .text-primary:hover, .text-primary a:hover {
        color: #1572E8 !important;
    }

.text-secondary, .text-secondary a {
    color: #6861CE !important;
}

    .text-secondary:hover, .text-secondary a:hover {
        color: #6861CE !important;
    }

.text-info, .text-info a {
    color: #48ABF7 !important;
}

    .text-info:hover, .text-info a:hover {
        color: #48ABF7 !important;
    }

.text-success, .text-success a {
    color: #31CE36 !important;
}

    .text-success:hover, .text-success a:hover {
        color: #31CE36 !important;
    }

.text-warning, .text-warning a {
    color: #FFAD46 !important;
}

    .text-warning:hover, .text-warning a:hover {
        color: #FFAD46 !important;
    }

.text-danger, .text-danger a {
    color: #F25961 !important;
}

    .text-danger:hover, .text-danger a:hover {
        color: #F25961 !important;
    }

label {
    color: #b0b0b0 !important;
    font-size: 11px !important;
}

.text-small {
    font-size: 11px;
}

.metric-value {
    margin-bottom: 5px;
    line-height: 1;
    white-space: nowrap;
}

.metric-label {
    font-size: .975rem;
    font-weight: 500;
    color: #686f76;
    white-space: nowrap;
    margin-bottom: 0;
}

/*   Font-weight    */
.fw-light {
    font-weight: 300 !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-mediumbold {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 600 !important;
}

.fw-extrabold {
    font-weight: 700 !important;
}

/* 		Opacity  	*/
.op-9 {
    opacity: 0.9 !important;
}

.op-8 {
    opacity: 0.8 !important;
}

.op-7 {
    opacity: 0.7 !important;
}

.op-6 {
    opacity: 0.6 !important;
}

.op-5 {
    opacity: 0.5 !important;
}

.op-4 {
    opacity: 0.4 !important;
}

.op-3 {
    opacity: 0.3 !important;
}

/*    Basic Layouts     */
body {
    min-height: 100vh;
    position: relative;
    background: #F5F7FD;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.body-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.15;
    z-index: 2000;
    top: 0;
    left: 0;
}

*:focus {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.border-left, .border-right, .border-bottom, .border-top {
    border-color: #F0F1F3 !important;
}

.no-box-shadow {
    box-shadow: none !important;
}

/*    margin-top negative   */
.mt--5, .my--5 {
    margin-top: -3rem !important;
}

.mt--4, .my--4 {
    margin-top: -1.5rem !important;
}

.mt--3, .my--3 {
    margin-top: -1rem !important;
}

.mt--2, .my--2 {
    margin-top: -0.5rem !important;
}

.mt--1, .my--1 {
    margin-top: -0.25rem !important;
}

/*      Wrapper      */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.wrapper {
    min-height: 100vh;
    position: relative;
    top: 0;
    height: 100vh;
}

/*    Flex-1    */
.flex-1 {
    -ms-flex: 1;
    flex: 1;
}

/*    Metric    */
.metric {
    display: flex;
    padding: 1rem;
    flex-direction: column;
}

/* No Box-Shadow Style */
.no-box-shadow-style * {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.no-box-shadow-style .card, .no-box-shadow-style .row-card-no-pd {
    border: 1px solid #eaeaea;
}

.main-header {
    background: #ffffff;
    min-height: 60px;
    width: calc(100% - 250px);
    position: fixed;
    z-index: 1001;
}

    .main-header .navbar-header {
        min-height: 70px;
    }

        .main-header .navbar-header .btn-toggle {
            margin-right: 30px;
            margin-left: 20px;
        }

#search-nav {
    flex: 1;
    max-width: 300px;
    transition: all .4s;
}

    #search-nav.focus {
        max-width: 400px;
    }

.main-panel {
    position: relative;
    width: calc(100% - 265px);
    height: 100vh;
    min-height: 100%;
    float: right;
    transition: all .3s;
}

    .main-panel > .container {
        min-height: calc(100% - 123px);
        margin-top: 69px;
        overflow: hidden;
        width: 100%;
        max-width: unset;
        padding: 0 !important;
    }

    .main-panel > .container-full {
        padding: 0px !important;
        min-height: calc(100% - 123px);
        margin-top: 70px;
        overflow: hidden;
        width: 100%;
        max-width: unset;
    }

    .main-panel .row {
        --bs-gutter-x: 30px;
    }

    .main-panel .page-header {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

        .main-panel .page-header .page-title {
            margin-bottom: 0px;
        }

        .main-panel .page-header .btn-page-header-dropdown {
            width: 35px;
            height: 35px;
            font-size: 1rem;
            padding: 0px;
            color: #6b6b6b;
            box-shadow: 0 2px 14px 0 rgba(144, 116, 212, 0.1) !important;
            border: 0;
        }

            .main-panel .page-header .btn-page-header-dropdown:after {
                display: none;
            }

        .main-panel .page-header .dropdown-menu {
            margin-top: 15px;
            top: 0px !important;
        }

            .main-panel .page-header .dropdown-menu:after {
                width: 0;
                height: 0;
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                border-bottom: 8px solid #ffffff;
                position: absolute;
                top: -8px;
                right: 32px;
                content: '';
            }

    .main-panel .page-divider {
        height: 0;
        margin: .3rem 0 1rem;
        overflow: hidden;
        border-top: 1px solid #ebecec;
    }

/*      Page Wrapper      */
.page-wrapper {
    min-height: calc(100vh - 57px);
    position: relative;
}

    .page-wrapper.has-sidebar .page-inner {
        margin-left: 22.5rem;
    }

.page-navs {
    position: relative;
    display: block;
    padding-right: 1rem;
    padding-left: 1rem;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.07);
    z-index: 1;
}

    .page-navs .nav .nav-link {
        padding: 1rem !important;
    }

    .page-navs .nav-line {
        border: 0px !important;
    }

        .page-navs .nav-line .nav-link {
            border-bottom-width: 3px !important;
        }

.nav-scroller {
    overflow-x: auto;
    overflow-y: hidden;
}

    .nav-scroller .nav {
        flex-wrap: nowrap;
        white-space: nowrap;
    }

@media (min-width: 991px) {
    .main-panel > .container-full {
        padding: 24px !important;
    }

    .page-wrapper {
        overflow: hidden;
    }

    .page-navs {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

.page-inner {
    padding: 24px 0;
}

@media (min-width: 576px) {
    .page-inner {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.page-inner-fill {
    padding: 0;
    height: calc(100% - 57px);
    display: flex;
    flex-direction: column;
}

.page-sidebar {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    max-width: 22.5rem;
    box-shadow: none;
    transform: translate3d(100%, 0, 0);
    overflow: auto;
    z-index: 2;
    transition: transform .2s ease-in-out;
    border-right: 1px solid rgba(61, 70, 79, 0.125) !important;
}

    .page-sidebar .back {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 1rem;
        box-shadow: 0 0 0 1px rgba(61, 70, 79, 0.05), 0 1px 3px 0 rgba(61, 70, 79, 0.15);
        font-size: 15px;
    }

.page-sidebar-section {
    flex: 1;
    overflow-y: auto;
}

@media (min-width: 1200.5px) {
    .page-sidebar {
        transform: translateZ(0);
        left: 0;
    }
}

@media (max-width: 1200.5px) {
    .page-wrapper.has-sidebar .page-inner {
        margin-left: 0px;
    }

    .pagesidebar_open .page-sidebar {
        transform: translate3d(0, 0, 0) !important;
        max-width: unset;
    }
}

.page-with-aside {
    display: flex;
}

    .page-with-aside .page-aside {
        width: 280px;
        min-height: 100vh;
        border-right: 1px solid #f1f1f1;
        padding: 15px 0;
    }

        .page-with-aside .page-aside .aside-header {
            padding: 15px 22px;
        }

            .page-with-aside .page-aside .aside-header .title {
                font-size: 24px;
            }

            .page-with-aside .page-aside .aside-header .description {
                font-size: 12px;
            }

        .page-with-aside .page-aside .aside-nav .nav {
            flex-direction: column;
        }

            .page-with-aside .page-aside .aside-nav .nav > li {
                padding: 8px 22px;
                margin-bottom: 5px;
            }

                .page-with-aside .page-aside .aside-nav .nav > li:hover, .page-with-aside .page-aside .aside-nav .nav > li:focus, .page-with-aside .page-aside .aside-nav .nav > li.active {
                    background: rgba(51, 51, 51, 0.08);
                }

                .page-with-aside .page-aside .aside-nav .nav > li.active {
                    padding: 12px 22px;
                    font-weight: 600;
                }

                    .page-with-aside .page-aside .aside-nav .nav > li.active > a {
                        color: #575962 !important;
                    }

                .page-with-aside .page-aside .aside-nav .nav > li > a {
                    color: #83848a;
                    display: flex;
                    align-items: center;
                    font-size: 12px;
                }

                    .page-with-aside .page-aside .aside-nav .nav > li > a:hover, .page-with-aside .page-aside .aside-nav .nav > li > a:focus {
                        text-decoration: none;
                    }

                    .page-with-aside .page-aside .aside-nav .nav > li > a i {
                        font-size: 20px;
                        margin-right: 15px;
                        color: #a1a2a6;
                    }

        .page-with-aside .page-aside .aside-nav .label {
            padding: 5px 22px;
            margin-top: 22px;
            margin-bottom: 5px;
            display: block;
        }

        .page-with-aside .page-aside .aside-compose {
            padding: 25px 22px;
        }

    .page-with-aside .page-content {
        width: calc(100% - 280px);
    }

.footer {
    border-top: 1px solid #eee;
    padding: 15px;
    background: #ffffff;
    position: absolute;
    width: 100%;
}

    .footer .container, .footer .container-fluid {
        display: flex;
        align-items: center;
    }

.sidebar, .sidebar[data-background-color="white"] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 265px;
    display: block;
    z-index: 1002;
    color: #ffffff;
    font-weight: 200;
    background: #ffffff;
    -webkit-box-shadow: 4px 4px 10px rgba(69, 65, 78, 0.06);
    -moz-box-shadow: 4px 4px 10px rgba(69, 65, 78, 0.06);
    box-shadow: 4px 4px 10px rgba(69, 65, 78, 0.06);
    transition: all .3s;
}

    .sidebar .user, .sidebar[data-background-color="white"] .user {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        border-top: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
        display: block;
        margin-left: 15px;
        margin-right: 15px;
    }

        .sidebar .user .info a, .sidebar[data-background-color="white"] .user .info a {
            white-space: nowrap;
            display: block;
            position: relative;
        }

            .sidebar .user .info a:hover, .sidebar .user .info a:focus, .sidebar[data-background-color="white"] .user .info a:hover, .sidebar[data-background-color="white"] .user .info a:focus {
                text-decoration: none;
            }

            .sidebar .user .info a > span, .sidebar[data-background-color="white"] .user .info a > span {
                font-size: 1rem;
                font-weight: 400;
                color: #777;
                display: flex;
                flex-direction: column;
            }

                .sidebar .user .info a > span .user-level, .sidebar[data-background-color="white"] .user .info a > span .user-level {
                    color: #555;
                    font-weight: 600;
                    font-size: 12px;
                    margin-top: 5px;
                }

            .sidebar .user .info a .link-collapse, .sidebar[data-background-color="white"] .user .info a .link-collapse {
                padding: 7px 0;
            }

        .sidebar .user .info .caret, .sidebar[data-background-color="white"] .user .info .caret {
            position: absolute;
            top: 17px;
            right: 0px;
            border-top-color: #777;
        }

    .sidebar .sidebar-wrapper, .sidebar[data-background-color="white"] .sidebar-wrapper {
        position: relative;
        max-height: calc(100vh - 75px);
        min-height: 100%;
        overflow: auto;
        width: 100%;
        z-index: 4;
        transition: all .3s;
    }

        .sidebar .sidebar-wrapper .sidebar-content, .sidebar[data-background-color="white"] .sidebar-wrapper .sidebar-content {
            padding-top: 0px;
            padding-bottom: 100px;
        }

        .sidebar .sidebar-wrapper .scroll-element.scroll-y, .sidebar[data-background-color="white"] .sidebar-wrapper .scroll-element.scroll-y {
            top: 5px !important;
        }

    .sidebar .nav, .sidebar[data-background-color="white"] .nav {
        display: block;
        float: none;
        margin-top: 20px;
    }

        .sidebar .nav .nav-section, .sidebar[data-background-color="white"] .nav .nav-section {
            margin: 15px 0 0 0;
        }

            .sidebar .nav .nav-section .sidebar-mini-icon, .sidebar[data-background-color="white"] .nav .nav-section .sidebar-mini-icon {
                text-align: center;
                font-size: 15px;
                color: #909093;
                display: none;
            }

            .sidebar .nav .nav-section .text-section, .sidebar[data-background-color="white"] .nav .nav-section .text-section {
                padding: 2px 30px;
                font-size: 12px;
                color: #727275;
                font-weight: 600;
                text-transform: uppercase;
                letter-spacing: 0.5px;
                margin-bottom: 12px;
                margin-top: 20px;
            }

        .sidebar .nav > .nav-item, .sidebar[data-background-color="white"] .nav > .nav-item {
            display: list-item;
        }

            .sidebar .nav > .nav-item.active > a, .sidebar[data-background-color="white"] .nav > .nav-item.active > a {
                background: rgba(0, 0, 0, 0.03);
                color: #2A2F5B !important;
            }

                .sidebar .nav > .nav-item.active > a:before, .sidebar[data-background-color="white"] .nav > .nav-item.active > a:before {
                    background: #1d7af3;
                }

                .sidebar .nav > .nav-item.active > a p, .sidebar[data-background-color="white"] .nav > .nav-item.active > a p {
                    color: #2A2F5B !important;
                    font-weight: 600;
                }

            .sidebar .nav > .nav-item.active:hover > a:before, .sidebar[data-background-color="white"] .nav > .nav-item.active:hover > a:before {
                background: #1d7af3;
            }

            .sidebar .nav > .nav-item.active a i, .sidebar[data-background-color="white"] .nav > .nav-item.active a i {
                color: #4d7cfe;
            }

            .sidebar .nav > .nav-item.submenu, .sidebar[data-background-color="white"] .nav > .nav-item.submenu {
                background: rgba(0, 0, 0, 0.03);
            }

                .sidebar .nav > .nav-item.submenu > li > a i, .sidebar[data-background-color="white"] .nav > .nav-item.submenu > li > a i {
                    color: rgba(23, 125, 255, 0.76);
                }

            .sidebar .nav > .nav-item a, .sidebar[data-background-color="white"] .nav > .nav-item a {
                display: flex;
                align-items: center;
                color: #575962;
                padding: 6px 25px;
                width: 100%;
                font-size: 1rem;
                font-weight: 400;
                position: relative;
                margin-bottom: 3px;
                text-decoration: none !important;
            }

                .sidebar .nav > .nav-item a:hover, .sidebar .nav > .nav-item a:focus, .sidebar[data-background-color="white"] .nav > .nav-item a:hover, .sidebar[data-background-color="white"] .nav > .nav-item a:focus {
                    text-decoration: none;
                }

                    .sidebar .nav > .nav-item a:hover p, .sidebar .nav > .nav-item a:focus p, .sidebar[data-background-color="white"] .nav > .nav-item a:hover p, .sidebar[data-background-color="white"] .nav > .nav-item a:focus p {
                        color: #575962 !important;
                        font-weight: 600;
                    }

                    .sidebar .nav > .nav-item a:hover i, .sidebar .nav > .nav-item a:focus i, .sidebar[data-background-color="white"] .nav > .nav-item a:hover i, .sidebar[data-background-color="white"] .nav > .nav-item a:focus i {
                        color: #4d7cfe !important;
                    }

                .sidebar .nav > .nav-item a .letter-icon, .sidebar[data-background-color="white"] .nav > .nav-item a .letter-icon {
                    color: #a1a2a6;
                    margin-right: 15px;
                    width: 25px;
                    text-align: center;
                    vertical-align: middle;
                    float: left;
                    font-size: 20px;
                    font-weight: 200;
                }

                .sidebar .nav > .nav-item a i, .sidebar[data-background-color="white"] .nav > .nav-item a i {
                    color: #8d9498;
                    margin-right: 15px;
                    width: 25px;
                    text-align: center;
                    vertical-align: middle;
                    float: left;
                    font-size: 16px;
                    line-height: 30px;
                }

                    .sidebar .nav > .nav-item a i[class^="flaticon-"], .sidebar[data-background-color="white"] .nav > .nav-item a i[class^="flaticon-"] {
                        font-size: 20px;
                    }

                .sidebar .nav > .nav-item a p, .sidebar[data-background-color="white"] .nav > .nav-item a p {
                    font-size: 1rem;
                    margin-bottom: 0px;
                    margin-right: 5px;
                    white-space: nowrap;
                    font-weight: 600;
                }

                .sidebar .nav > .nav-item a .caret, .sidebar[data-background-color="white"] .nav > .nav-item a .caret {
                    margin-left: auto;
                    margin-right: 6px;
                    transition: all .5s;
                    color: #8d9498;
                }

                .sidebar .nav > .nav-item a[data-toggle=collapse][aria-expanded=true], .sidebar[data-background-color="white"] .nav > .nav-item a[data-toggle=collapse][aria-expanded=true] {
                    background: transparent;
                }

                    .sidebar .nav > .nav-item a[data-toggle=collapse][aria-expanded=true] p, .sidebar[data-background-color="white"] .nav > .nav-item a[data-toggle=collapse][aria-expanded=true] p {
                        color: #575962;
                    }

                    .sidebar .nav > .nav-item a[data-toggle=collapse][aria-expanded=true] i, .sidebar[data-background-color="white"] .nav > .nav-item a[data-toggle=collapse][aria-expanded=true] i {
                        color: #4d7cfe;
                    }

                    .sidebar .nav > .nav-item a[data-toggle=collapse][aria-expanded=true] .caret, .sidebar[data-background-color="white"] .nav > .nav-item a[data-toggle=collapse][aria-expanded=true] .caret {
                        filter: none;
                        -webkit-transform: rotate(-180deg);
                        transform: rotate(-180deg);
                    }

                    .sidebar .nav > .nav-item a[data-toggle=collapse][aria-expanded=true]:before, .sidebar[data-background-color="white"] .nav > .nav-item a[data-toggle=collapse][aria-expanded=true]:before {
                        background: #1d7af3;
                    }

        .sidebar .nav.nav-primary > .nav-item a:hover i, .sidebar .nav.nav-primary > .nav-item a:focus i, .sidebar .nav.nav-primary > .nav-item a[data-toggle=collapse][aria-expanded=true] i, .sidebar[data-background-color="white"] .nav.nav-primary > .nav-item a:hover i, .sidebar[data-background-color="white"] .nav.nav-primary > .nav-item a:focus i, .sidebar[data-background-color="white"] .nav.nav-primary > .nav-item a[data-toggle=collapse][aria-expanded=true] i {
            color: #1572E8 !important;
        }

        .sidebar .nav.nav-primary > .nav-item a[data-toggle=collapse][aria-expanded=true]:before, .sidebar[data-background-color="white"] .nav.nav-primary > .nav-item a[data-toggle=collapse][aria-expanded=true]:before {
            background: #1572E8 !important;
        }

        .sidebar .nav.nav-primary > .nav-item.active a:before, .sidebar[data-background-color="white"] .nav.nav-primary > .nav-item.active a:before {
            background: #1572E8 !important;
        }

        .sidebar .nav.nav-primary > .nav-item.active a i, .sidebar[data-background-color="white"] .nav.nav-primary > .nav-item.active a i {
            color: #1572E8 !important;
        }

        .sidebar .nav.nav-primary > .nav-item .nav-collapse li.active > a, .sidebar[data-background-color="white"] .nav.nav-primary > .nav-item .nav-collapse li.active > a {
            color: #1572E8 !important;
        }

        .sidebar .nav.nav-secondary > .nav-item a:hover i, .sidebar .nav.nav-secondary > .nav-item a:focus i, .sidebar .nav.nav-secondary > .nav-item a[data-toggle=collapse][aria-expanded=true] i, .sidebar[data-background-color="white"] .nav.nav-secondary > .nav-item a:hover i, .sidebar[data-background-color="white"] .nav.nav-secondary > .nav-item a:focus i, .sidebar[data-background-color="white"] .nav.nav-secondary > .nav-item a[data-toggle=collapse][aria-expanded=true] i {
            color: #6861CE !important;
        }

        .sidebar .nav.nav-secondary > .nav-item a[data-toggle=collapse][aria-expanded=true]:before, .sidebar[data-background-color="white"] .nav.nav-secondary > .nav-item a[data-toggle=collapse][aria-expanded=true]:before {
            background: #6861CE !important;
        }

        .sidebar .nav.nav-secondary > .nav-item.active a:before, .sidebar[data-background-color="white"] .nav.nav-secondary > .nav-item.active a:before {
            background: #6861CE !important;
        }

        .sidebar .nav.nav-secondary > .nav-item.active a i, .sidebar[data-background-color="white"] .nav.nav-secondary > .nav-item.active a i {
            color: #6861CE !important;
        }

        .sidebar .nav.nav-secondary > .nav-item .nav-collapse li.active > a, .sidebar[data-background-color="white"] .nav.nav-secondary > .nav-item .nav-collapse li.active > a {
            color: #6861CE !important;
        }

        .sidebar .nav.nav-info > .nav-item a:hover i, .sidebar .nav.nav-info > .nav-item a:focus i, .sidebar .nav.nav-info > .nav-item a[data-toggle=collapse][aria-expanded=true] i, .sidebar[data-background-color="white"] .nav.nav-info > .nav-item a:hover i, .sidebar[data-background-color="white"] .nav.nav-info > .nav-item a:focus i, .sidebar[data-background-color="white"] .nav.nav-info > .nav-item a[data-toggle=collapse][aria-expanded=true] i {
            color: #48ABF7 !important;
        }

        .sidebar .nav.nav-info > .nav-item a[data-toggle=collapse][aria-expanded=true]:before, .sidebar[data-background-color="white"] .nav.nav-info > .nav-item a[data-toggle=collapse][aria-expanded=true]:before {
            background: #48ABF7 !important;
        }

        .sidebar .nav.nav-info > .nav-item.active a:before, .sidebar[data-background-color="white"] .nav.nav-info > .nav-item.active a:before {
            background: #48ABF7 !important;
        }

        .sidebar .nav.nav-info > .nav-item.active a i, .sidebar[data-background-color="white"] .nav.nav-info > .nav-item.active a i {
            color: #48ABF7 !important;
        }

        .sidebar .nav.nav-info > .nav-item .nav-collapse li.active > a, .sidebar[data-background-color="white"] .nav.nav-info > .nav-item .nav-collapse li.active > a {
            color: #48ABF7 !important;
        }

        .sidebar .nav.nav-success > .nav-item a:hover i, .sidebar .nav.nav-success > .nav-item a:focus i, .sidebar .nav.nav-success > .nav-item a[data-toggle=collapse][aria-expanded=true] i, .sidebar[data-background-color="white"] .nav.nav-success > .nav-item a:hover i, .sidebar[data-background-color="white"] .nav.nav-success > .nav-item a:focus i, .sidebar[data-background-color="white"] .nav.nav-success > .nav-item a[data-toggle=collapse][aria-expanded=true] i {
            color: #31CE36 !important;
        }

        .sidebar .nav.nav-success > .nav-item a[data-toggle=collapse][aria-expanded=true]:before, .sidebar[data-background-color="white"] .nav.nav-success > .nav-item a[data-toggle=collapse][aria-expanded=true]:before {
            background: #31CE36 !important;
        }

        .sidebar .nav.nav-success > .nav-item.active a:before, .sidebar[data-background-color="white"] .nav.nav-success > .nav-item.active a:before {
            background: #31CE36 !important;
        }

        .sidebar .nav.nav-success > .nav-item.active a i, .sidebar[data-background-color="white"] .nav.nav-success > .nav-item.active a i {
            color: #31CE36 !important;
        }

        .sidebar .nav.nav-success > .nav-item .nav-collapse li.active > a, .sidebar[data-background-color="white"] .nav.nav-success > .nav-item .nav-collapse li.active > a {
            color: #31CE36 !important;
        }

        .sidebar .nav.nav-warning > .nav-item a:hover i, .sidebar .nav.nav-warning > .nav-item a:focus i, .sidebar .nav.nav-warning > .nav-item a[data-toggle=collapse][aria-expanded=true] i, .sidebar[data-background-color="white"] .nav.nav-warning > .nav-item a:hover i, .sidebar[data-background-color="white"] .nav.nav-warning > .nav-item a:focus i, .sidebar[data-background-color="white"] .nav.nav-warning > .nav-item a[data-toggle=collapse][aria-expanded=true] i {
            color: #FFAD46 !important;
        }

        .sidebar .nav.nav-warning > .nav-item a[data-toggle=collapse][aria-expanded=true]:before, .sidebar[data-background-color="white"] .nav.nav-warning > .nav-item a[data-toggle=collapse][aria-expanded=true]:before {
            background: #FFAD46 !important;
        }

        .sidebar .nav.nav-warning > .nav-item.active a:before, .sidebar[data-background-color="white"] .nav.nav-warning > .nav-item.active a:before {
            background: #FFAD46 !important;
        }

        .sidebar .nav.nav-warning > .nav-item.active a i, .sidebar[data-background-color="white"] .nav.nav-warning > .nav-item.active a i {
            color: #FFAD46 !important;
        }

        .sidebar .nav.nav-warning > .nav-item .nav-collapse li.active > a, .sidebar[data-background-color="white"] .nav.nav-warning > .nav-item .nav-collapse li.active > a {
            color: #FFAD46 !important;
        }

        .sidebar .nav.nav-danger > .nav-item a:hover i, .sidebar .nav.nav-danger > .nav-item a:focus i, .sidebar .nav.nav-danger > .nav-item a[data-toggle=collapse][aria-expanded=true] i, .sidebar[data-background-color="white"] .nav.nav-danger > .nav-item a:hover i, .sidebar[data-background-color="white"] .nav.nav-danger > .nav-item a:focus i, .sidebar[data-background-color="white"] .nav.nav-danger > .nav-item a[data-toggle=collapse][aria-expanded=true] i {
            color: #F25961 !important;
        }

        .sidebar .nav.nav-danger > .nav-item a[data-toggle=collapse][aria-expanded=true]:before, .sidebar[data-background-color="white"] .nav.nav-danger > .nav-item a[data-toggle=collapse][aria-expanded=true]:before {
            background: #F25961 !important;
        }

        .sidebar .nav.nav-danger > .nav-item.active a:before, .sidebar[data-background-color="white"] .nav.nav-danger > .nav-item.active a:before {
            background: #F25961 !important;
        }

        .sidebar .nav.nav-danger > .nav-item.active a i, .sidebar[data-background-color="white"] .nav.nav-danger > .nav-item.active a i {
            color: #F25961 !important;
        }

        .sidebar .nav.nav-danger > .nav-item .nav-collapse li.active > a, .sidebar[data-background-color="white"] .nav.nav-danger > .nav-item .nav-collapse li.active > a {
            color: #F25961 !important;
        }

        .sidebar .nav > .nav-item.active > a:before, .sidebar[data-background-color="white"] .nav > .nav-item.active > a:before, .sidebar .nav > .nav-item.active:hover > a:before, .sidebar[data-background-color="white"] .nav > .nav-item.active:hover > a:before, .sidebar .nav > .nav-item a[data-toggle=collapse][aria-expanded=true]:before, .sidebar[data-background-color="white"] .nav > .nav-item a[data-toggle=collapse][aria-expanded=true]:before, .sidebar[data-background-color="white"] .nav > .nav-item.active > a:before, .sidebar[data-background-color="white"] .nav > .nav-item.active:hover > a:before, .sidebar[data-background-color="white"] .nav > .nav-item a[data-toggle=collapse][aria-expanded=true]:before {
            opacity: 1 !important;
            position: absolute;
            z-index: 1;
            width: 2px;
            height: 100%;
            content: '';
            left: 0;
            top: 0;
        }

    .sidebar .nav-collapse, .sidebar[data-background-color="white"] .nav-collapse {
        margin-top: 0px;
        margin-bottom: 15px;
        padding-bottom: 15px;
        padding-top: 10px;
    }

        .sidebar .nav-collapse li.active > a, .sidebar[data-background-color="white"] .nav-collapse li.active > a {
            font-weight: 600;
        }

        .sidebar .nav-collapse li a:before, .sidebar .nav-collapse li a:hover:before, .sidebar[data-background-color="white"] .nav-collapse li a:before, .sidebar[data-background-color="white"] .nav-collapse li a:hover:before {
            opacity: 0 !important;
        }

        .sidebar .nav-collapse li a, .sidebar[data-background-color="white"] .nav-collapse li a {
            margin-bottom: 3px !important;
            padding: 10px 25px !important;
        }

            .sidebar .nav-collapse li a .sub-item, .sidebar[data-background-color="white"] .nav-collapse li a .sub-item {
                font-size: 1rem;
                position: relative;
                margin-left: 25px;
                opacity: .85;
            }

                .sidebar .nav-collapse li a .sub-item:before, .sidebar[data-background-color="white"] .nav-collapse li a .sub-item:before {
                    content: '';
                    height: 4px;
                    width: 4px;
                    background: rgba(131, 132, 138, 0.89);
                    position: absolute;
                    left: -15px;
                    top: 50%;
                    transform: translateY(-50%);
                    border-radius: 100%;
                }

            .sidebar .nav-collapse li a:hover .sub-item, .sidebar[data-background-color="white"] .nav-collapse li a:hover .sub-item {
                opacity: 1;
            }

            .sidebar .nav-collapse li a .sidebar-mini-icon, .sidebar[data-background-color="white"] .nav-collapse li a .sidebar-mini-icon {
                font-size: 16px;
                color: #C3C5CA;
                margin-right: 15px;
                width: 25px;
                text-align: center;
                vertical-align: middle;
                float: left;
                font-weight: 300 !important;
            }

        .sidebar .nav-collapse.subnav, .sidebar[data-background-color="white"] .nav-collapse.subnav {
            padding-bottom: 10px;
            margin-bottom: 0px;
        }

            .sidebar .nav-collapse.subnav li a, .sidebar[data-background-color="white"] .nav-collapse.subnav li a {
                padding-left: 40px !important;
            }

    .sidebar .profile-section .border-right, .sidebar .profile-section .border-left, .sidebar .profile-section .border-top, .sidebar .profile-section .border-bottom, .sidebar[data-background-color="white"] .profile-section .border-right, .sidebar[data-background-color="white"] .profile-section .border-left, .sidebar[data-background-color="white"] .profile-section .border-top, .sidebar[data-background-color="white"] .profile-section .border-bottom {
        border-color: rgba(255, 255, 255, 0.3) !important;
    }

    .sidebar .user-profile .user-name, .sidebar[data-background-color="white"] .user-profile .user-name {
        font-size: 16px;
    }

    .sidebar .user-profile .user-level, .sidebar[data-background-color="white"] .user-profile .user-level {
        font-size: 13px;
    }

    .sidebar .menubar, .sidebar[data-background-color="white"] .menubar {
        color: #fff;
        line-height: 80px;
        font-size: 18px;
        opacity: .9;
    }

    .sidebar[data-background-color="dark"] .nav .nav-item > a:hover, .sidebar[data-background-color="dark"] .nav .nav-item > a:focus, .sidebar[data-background-color="dark"] .nav .nav-item.submenu, .sidebar[data-background-color="dark2"] .nav .nav-item > a:hover, .sidebar[data-background-color="dark2"] .nav .nav-item > a:focus, .sidebar[data-background-color="dark2"] .nav .nav-item.submenu {
        background: rgba(0, 0, 0, 0.16);
    }

        .sidebar[data-background-color="dark"] .nav .nav-item.submenu > a, .sidebar[data-background-color="dark2"] .nav .nav-item.submenu > a {
            background: transparent !important;
        }

    .sidebar[data-background-color="dark"] .nav .nav-item.active > a, .sidebar[data-background-color="dark2"] .nav .nav-item.active > a {
        background: rgba(0, 0, 0, 0.16);
    }

.logo-header {
    float: left;
    width: 265px;
    height: 70px;
    line-height: 60px;
    color: #333333;
    z-index: 1001;
    font-size: 17px;
    font-weight: 400;
    padding-left: 25px;
    padding-right: 25px;
    z-index: 1001;
    display: flex;
    align-items: center;
    position: relative;
    transition: all .3s;
}

    .logo-header .big-logo {
        margin-right: 8px;
    }

        .logo-header .big-logo:hover {
            text-decoration: none;
        }

        .logo-header .big-logo .logo-img {
            width: 35px;
            height: 35px;
        }

    .logo-header .logo {
        color: #2A2F5B;
        opacity: 1;
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
    }

        .logo-header .logo:hover {
            text-decoration: none;
        }

        .logo-header .logo .navbar-brand {
            padding-top: 0px;
            padding-bottom: 0px;
            margin-right: 0px;
        }

    .logo-header .nav-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        position: absolute;
        top: 0;
        right: 18px;
        z-index: 5;
    }

    .logo-header .navbar-toggler {
        padding-left: 0px;
        padding-right: 0px;
        opacity: 0;
        display: none;
    }

        .logo-header .navbar-toggler .navbar-toggler-icon {
            height: unset;
            width: unset;
            display: block;
            color: #545454;
            font-size: 22px;
        }

    .logo-header .more {
        background: transparent;
        border: 0;
        font-size: 22px;
        padding: 0;
        opacity: 0;
        width: 0;
        display: none;
    }

.btn-toggle {
    font-size: 20px !important;
    line-height: 20px;
    padding: 0px !important;
    background: transparent !important;
    color: #2A2F5B !important;
}

    .btn-toggle:hover, .btn-toggle:focus {
        opacity: 1;
    }

/* Sidebar style 2 */
.sidebar.sidebar-style-2 .nav .nav-item {
    padding: 0 15px;
}

    .sidebar.sidebar-style-2 .nav .nav-item a {
        padding: 8px 10px;
        border-radius: 10px;
    }

        .sidebar.sidebar-style-2 .nav .nav-item a:hover, .sidebar.sidebar-style-2 .nav .nav-item a:focus, .sidebar.sidebar-style-2 .nav .nav-item a[data-toggle=collapse][aria-expanded=true] {
            background: rgba(199, 199, 199, 0.2);
        }

            .sidebar.sidebar-style-2 .nav .nav-item a:hover p, .sidebar.sidebar-style-2 .nav .nav-item a:hover i, .sidebar.sidebar-style-2 .nav .nav-item a:focus p, .sidebar.sidebar-style-2 .nav .nav-item a:focus i, .sidebar.sidebar-style-2 .nav .nav-item a[data-toggle=collapse][aria-expanded=true] p, .sidebar.sidebar-style-2 .nav .nav-item a[data-toggle=collapse][aria-expanded=true] i {
                color: #575962 !important;
            }

    .sidebar.sidebar-style-2 .nav .nav-item.active a:before {
        background: transparent;
    }

    .sidebar.sidebar-style-2 .nav .nav-item .active a {
        background: rgba(199, 199, 199, 0.2);
    }

        .sidebar.sidebar-style-2 .nav .nav-item .active a p, .sidebar.sidebar-style-2 .nav .nav-item .active a i {
            color: #575962 !important;
        }

    .sidebar.sidebar-style-2 .nav .nav-item.submenu {
        background: transparent !important;
    }

    .sidebar.sidebar-style-2 .nav .nav-item a[data-toggle=collapse][aria-expanded=true]:before {
        background: transparent !important;
    }

.sidebar.sidebar-style-2 .nav.nav-primary > .nav-item.active > a {
    background: #1572E8 !important;
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1), 4px 4px 15px -5px rgba(21, 114, 232, 0.4);
}

    .sidebar.sidebar-style-2 .nav.nav-primary > .nav-item.active > a:before {
        background: transparent !important;
    }

    .sidebar.sidebar-style-2 .nav.nav-primary > .nav-item.active > a p, .sidebar.sidebar-style-2 .nav.nav-primary > .nav-item.active > a i, .sidebar.sidebar-style-2 .nav.nav-primary > .nav-item.active > a .caret, .sidebar.sidebar-style-2 .nav.nav-primary > .nav-item.active > a span {
        color: #ffffff !important;
    }

    .sidebar.sidebar-style-2 .nav.nav-primary > .nav-item.active > a[data-toggle=collapse][aria-expanded=true] i {
        color: #ffffff !important;
    }

.sidebar.sidebar-style-2 .nav.nav-secondary > .nav-item.active > a {
    background: #6861CE !important;
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1), 4px 4px 15px -5px rgba(104, 97, 206, 0.4);
}

    .sidebar.sidebar-style-2 .nav.nav-secondary > .nav-item.active > a:before {
        background: transparent !important;
    }

    .sidebar.sidebar-style-2 .nav.nav-secondary > .nav-item.active > a p, .sidebar.sidebar-style-2 .nav.nav-secondary > .nav-item.active > a i, .sidebar.sidebar-style-2 .nav.nav-secondary > .nav-item.active > a .caret, .sidebar.sidebar-style-2 .nav.nav-secondary > .nav-item.active > a span {
        color: #ffffff !important;
    }

    .sidebar.sidebar-style-2 .nav.nav-secondary > .nav-item.active > a[data-toggle=collapse][aria-expanded=true] i {
        color: #ffffff !important;
    }

.sidebar.sidebar-style-2 .nav.nav-info > .nav-item.active > a {
    background: #48ABF7 !important;
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1), 4px 4px 15px -5px rgba(72, 171, 247, 0.4);
}

    .sidebar.sidebar-style-2 .nav.nav-info > .nav-item.active > a:before {
        background: transparent !important;
    }

    .sidebar.sidebar-style-2 .nav.nav-info > .nav-item.active > a p, .sidebar.sidebar-style-2 .nav.nav-info > .nav-item.active > a i, .sidebar.sidebar-style-2 .nav.nav-info > .nav-item.active > a .caret, .sidebar.sidebar-style-2 .nav.nav-info > .nav-item.active > a span {
        color: #ffffff !important;
    }

    .sidebar.sidebar-style-2 .nav.nav-info > .nav-item.active > a[data-toggle=collapse][aria-expanded=true] i {
        color: #ffffff !important;
    }

.sidebar.sidebar-style-2 .nav.nav-success > .nav-item.active > a {
    background: #31CE36 !important;
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1), 4px 4px 15px -5px rgba(49, 206, 54, 0.4);
}

    .sidebar.sidebar-style-2 .nav.nav-success > .nav-item.active > a:before {
        background: transparent !important;
    }

    .sidebar.sidebar-style-2 .nav.nav-success > .nav-item.active > a p, .sidebar.sidebar-style-2 .nav.nav-success > .nav-item.active > a i, .sidebar.sidebar-style-2 .nav.nav-success > .nav-item.active > a .caret, .sidebar.sidebar-style-2 .nav.nav-success > .nav-item.active > a span {
        color: #ffffff !important;
    }

    .sidebar.sidebar-style-2 .nav.nav-success > .nav-item.active > a[data-toggle=collapse][aria-expanded=true] i {
        color: #ffffff !important;
    }

.sidebar.sidebar-style-2 .nav.nav-warning > .nav-item.active > a {
    background: #FFAD46 !important;
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1), 4px 4px 15px -5px rgba(255, 173, 70, 0.4);
}

    .sidebar.sidebar-style-2 .nav.nav-warning > .nav-item.active > a:before {
        background: transparent !important;
    }

    .sidebar.sidebar-style-2 .nav.nav-warning > .nav-item.active > a p, .sidebar.sidebar-style-2 .nav.nav-warning > .nav-item.active > a i, .sidebar.sidebar-style-2 .nav.nav-warning > .nav-item.active > a .caret, .sidebar.sidebar-style-2 .nav.nav-warning > .nav-item.active > a span {
        color: #ffffff !important;
    }

    .sidebar.sidebar-style-2 .nav.nav-warning > .nav-item.active > a[data-toggle=collapse][aria-expanded=true] i {
        color: #ffffff !important;
    }

.sidebar.sidebar-style-2 .nav.nav-danger > .nav-item.active > a {
    background: #F25961 !important;
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1), 4px 4px 15px -5px rgba(242, 89, 97, 0.4);
}

    .sidebar.sidebar-style-2 .nav.nav-danger > .nav-item.active > a:before {
        background: transparent !important;
    }

    .sidebar.sidebar-style-2 .nav.nav-danger > .nav-item.active > a p, .sidebar.sidebar-style-2 .nav.nav-danger > .nav-item.active > a i, .sidebar.sidebar-style-2 .nav.nav-danger > .nav-item.active > a .caret, .sidebar.sidebar-style-2 .nav.nav-danger > .nav-item.active > a span {
        color: #ffffff !important;
    }

    .sidebar.sidebar-style-2 .nav.nav-danger > .nav-item.active > a[data-toggle=collapse][aria-expanded=true] i {
        color: #ffffff !important;
    }

.sidebar.sidebar-style-2[data-background-color="dark"] .nav .nav-item a:hover p, .sidebar.sidebar-style-2[data-background-color="dark"] .nav .nav-item a:hover i, .sidebar.sidebar-style-2[data-background-color="dark"] .nav .nav-item a:focus p, .sidebar.sidebar-style-2[data-background-color="dark"] .nav .nav-item a:focus i, .sidebar.sidebar-style-2[data-background-color="dark"] .nav .nav-item a[data-toggle=collapse][aria-expanded=true] p, .sidebar.sidebar-style-2[data-background-color="dark"] .nav .nav-item a[data-toggle=collapse][aria-expanded=true] i, .sidebar.sidebar-style-2[data-background-color="dark2"] .nav .nav-item a:hover p, .sidebar.sidebar-style-2[data-background-color="dark2"] .nav .nav-item a:hover i, .sidebar.sidebar-style-2[data-background-color="dark2"] .nav .nav-item a:focus p, .sidebar.sidebar-style-2[data-background-color="dark2"] .nav .nav-item a:focus i, .sidebar.sidebar-style-2[data-background-color="dark2"] .nav .nav-item a[data-toggle=collapse][aria-expanded=true] p, .sidebar.sidebar-style-2[data-background-color="dark2"] .nav .nav-item a[data-toggle=collapse][aria-expanded=true] i {
    color: #b9babf !important;
}

.sidebar.sidebar-style-2[data-background-color="dark"] .nav .nav-item.active a, .sidebar.sidebar-style-2[data-background-color="dark2"] .nav .nav-item.active a {
    color: #ffffff;
}

    .sidebar.sidebar-style-2[data-background-color="dark"] .nav .nav-item.active a p, .sidebar.sidebar-style-2[data-background-color="dark"] .nav .nav-item.active a i, .sidebar.sidebar-style-2[data-background-color="dark"] .nav .nav-item.active a .caret, .sidebar.sidebar-style-2[data-background-color="dark"] .nav .nav-item.active a span, .sidebar.sidebar-style-2[data-background-color="dark2"] .nav .nav-item.active a p, .sidebar.sidebar-style-2[data-background-color="dark2"] .nav .nav-item.active a i, .sidebar.sidebar-style-2[data-background-color="dark2"] .nav .nav-item.active a .caret, .sidebar.sidebar-style-2[data-background-color="dark2"] .nav .nav-item.active a span {
        color: #ffffff;
    }

    .sidebar.sidebar-style-2[data-background-color="dark"] .nav .nav-item.active a[data-toggle=collapse][aria-expanded=true] p, .sidebar.sidebar-style-2[data-background-color="dark"] .nav .nav-item.active a[data-toggle=collapse][aria-expanded=true] i, .sidebar.sidebar-style-2[data-background-color="dark"] .nav .nav-item.active a[data-toggle=collapse][aria-expanded=true] .caret, .sidebar.sidebar-style-2[data-background-color="dark"] .nav .nav-item.active a[data-toggle=collapse][aria-expanded=true] span, .sidebar.sidebar-style-2[data-background-color="dark2"] .nav .nav-item.active a[data-toggle=collapse][aria-expanded=true] p, .sidebar.sidebar-style-2[data-background-color="dark2"] .nav .nav-item.active a[data-toggle=collapse][aria-expanded=true] i, .sidebar.sidebar-style-2[data-background-color="dark2"] .nav .nav-item.active a[data-toggle=collapse][aria-expanded=true] .caret, .sidebar.sidebar-style-2[data-background-color="dark2"] .nav .nav-item.active a[data-toggle=collapse][aria-expanded=true] span {
        color: #ffffff;
    }

/*    sidebar minimized   */
@media screen and (min-width: 992px) {
    .sidebar_minimize .main-panel, .sidebar_minimize .main-header {
        width: calc(100% - 75px);
        transition: all .3s;
    }

    .sidebar_minimize .logo-header {
        width: 75px;
        transition: all .3s;
        padding: 0px;
        text-align: center;
    }

        .sidebar_minimize .logo-header .big-logo {
            margin-right: 0px;
        }

        .sidebar_minimize .logo-header .logo {
            position: absolute;
            transform: translate3d(25px, 0, 0);
            opacity: 0;
        }

            .sidebar_minimize .logo-header .logo img {
                display: none;
            }

        .sidebar_minimize .logo-header .nav-toggle {
            position: absolute;
            left: 50% !important;
            transform: translateX(-50%);
            height: 100%;
            right: 0 !important;
        }

    .sidebar_minimize .sidebar {
        width: 75px;
        transition: all .3s;
    }

        .sidebar_minimize .sidebar .sidebar-wrapper {
            width: 75px;
            transition: all .3s;
        }

            .sidebar_minimize .sidebar .sidebar-wrapper .user {
                padding-left: 0px;
                padding-right: 0px;
            }

                .sidebar_minimize .sidebar .sidebar-wrapper .user [class^="avatar-"] {
                    float: none !important;
                }

                .sidebar_minimize .sidebar .sidebar-wrapper .user .info {
                    display: none;
                }

                    .sidebar_minimize .sidebar .sidebar-wrapper .user .info span {
                        display: none;
                    }

            .sidebar_minimize .sidebar .sidebar-wrapper .nav-item {
                position: relative;
            }

                .sidebar_minimize .sidebar .sidebar-wrapper .nav-item a .letter-icon {
                    display: block !important;
                }

                .sidebar_minimize .sidebar .sidebar-wrapper .nav-item a i {
                    margin-right: unset;
                }

                .sidebar_minimize .sidebar .sidebar-wrapper .nav-item a .badge, .sidebar_minimize .sidebar .sidebar-wrapper .nav-item a span, .sidebar_minimize .sidebar .sidebar-wrapper .nav-item a .caret, .sidebar_minimize .sidebar .sidebar-wrapper .nav-item a p {
                    display: none;
                    transition: all .3s;
                }

                .sidebar_minimize .sidebar .sidebar-wrapper .nav-item a .sidebar-mini-icon {
                    display: block !important;
                    margin-right: 0px;
                }

                .sidebar_minimize .sidebar .sidebar-wrapper .nav-item.submenu .nav-collapse, .sidebar_minimize .sidebar .sidebar-wrapper .nav-item.active .nav-collapse {
                    display: none;
                }

            .sidebar_minimize .sidebar .sidebar-wrapper .nav-section .text-section {
                display: none;
            }

            .sidebar_minimize .sidebar .sidebar-wrapper .nav-section .sidebar-mini-icon {
                display: block;
            }

        .sidebar_minimize .sidebar .user-profile .user-name, .sidebar_minimize .sidebar .user-profile .user-level {
            display: none;
        }

        .sidebar_minimize .sidebar .user-profile .avatar {
            display: none;
        }

            .sidebar_minimize .sidebar .user-profile .avatar.avatar-minimize {
                display: block !important;
            }

        .sidebar_minimize .sidebar .menubars {
            display: none;
        }

    .sidebar_minimize.sidebar_minimize_hover .sidebar {
        width: 265px;
        position: fixed;
        height: 100vh;
        top: 0;
    }

        .sidebar_minimize.sidebar_minimize_hover .sidebar .logo-header {
            width: 265px;
            padding-left: 25px;
            padding-right: 25px;
            text-align: left;
        }

            .sidebar_minimize.sidebar_minimize_hover .sidebar .logo-header .logo {
                opacity: 1 !important;
                transform: translate3d(0, 0, 0) !important;
                position: relative !important;
            }

                .sidebar_minimize.sidebar_minimize_hover .sidebar .logo-header .logo img {
                    display: inline-block !important;
                }

            .sidebar_minimize.sidebar_minimize_hover .sidebar .logo-header .nav-toggle {
                right: 18px !important;
                transform: translateX(0%) !important;
                left: unset !important;
            }

        .sidebar_minimize.sidebar_minimize_hover .sidebar .sidebar-wrapper {
            width: 265px;
        }

            .sidebar_minimize.sidebar_minimize_hover .sidebar .sidebar-wrapper .user {
                padding-left: 15px;
                padding-right: 15px;
            }

                .sidebar_minimize.sidebar_minimize_hover .sidebar .sidebar-wrapper .user [class^="avatar-"] {
                    float: left !important;
                }

                .sidebar_minimize.sidebar_minimize_hover .sidebar .sidebar-wrapper .user .info {
                    display: block;
                }

                    .sidebar_minimize.sidebar_minimize_hover .sidebar .sidebar-wrapper .user .info span {
                        display: flex;
                    }

            .sidebar_minimize.sidebar_minimize_hover .sidebar .sidebar-wrapper .nav-item a i {
                margin-right: 15px;
            }

            .sidebar_minimize.sidebar_minimize_hover .sidebar .sidebar-wrapper .nav-item a .badge, .sidebar_minimize.sidebar_minimize_hover .sidebar .sidebar-wrapper .nav-item a span, .sidebar_minimize.sidebar_minimize_hover .sidebar .sidebar-wrapper .nav-item a .caret, .sidebar_minimize.sidebar_minimize_hover .sidebar .sidebar-wrapper .nav-item a p {
                display: block;
            }

            .sidebar_minimize.sidebar_minimize_hover .sidebar .sidebar-wrapper .nav-item a .sidebar-mini-icon {
                display: block !important;
                margin-right: 15px;
            }

            .sidebar_minimize.sidebar_minimize_hover .sidebar .sidebar-wrapper .nav-item.submenu .nav-collapse, .sidebar_minimize.sidebar_minimize_hover .sidebar .sidebar-wrapper .nav-item.active .nav-collapse {
                display: block;
            }

            .sidebar_minimize.sidebar_minimize_hover .sidebar .sidebar-wrapper .nav-section .sidebar-mini-icon {
                display: none;
            }

            .sidebar_minimize.sidebar_minimize_hover .sidebar .sidebar-wrapper .nav-section .text-section {
                display: block;
            }

        .sidebar_minimize.sidebar_minimize_hover .sidebar .user-profile .user-name, .sidebar_minimize.sidebar_minimize_hover .sidebar .user-profile .user-level {
            display: block;
        }

        .sidebar_minimize.sidebar_minimize_hover .sidebar .user-profile .avatar {
            display: block;
        }

            .sidebar_minimize.sidebar_minimize_hover .sidebar .user-profile .avatar.avatar-minimize {
                display: none !important;
            }

        .sidebar_minimize.sidebar_minimize_hover .sidebar .menubars {
            display: flex;
        }
}
/*     	Customable Layouts Colors     */
.main-header .navbar-header[data-background-color]:not([data-background-color="white"]) .nav-search .input-group, .main-header[data-background-color="custom"] .navbar-header .nav-search .input-group {
    border: 0;
    background: rgba(0, 0, 0, 0.18) !important;
    box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.4s;
}

    .main-header .navbar-header[data-background-color]:not([data-background-color="white"]) .nav-search .input-group .form-control, .main-header[data-background-color="custom"] .navbar-header .nav-search .input-group .form-control {
        color: #ffffff !important;
    }

        .main-header .navbar-header[data-background-color]:not([data-background-color="white"]) .nav-search .input-group .form-control::-webkit-input-placeholder, .main-header[data-background-color="custom"] .navbar-header .nav-search .input-group .form-control::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            opacity: 1;
        }

        .main-header .navbar-header[data-background-color]:not([data-background-color="white"]) .nav-search .input-group .form-control::-moz-placeholder, .main-header[data-background-color="custom"] .navbar-header .nav-search .input-group .form-control::-moz-placeholder {
            /* Firefox 19+ */
            opacity: 1;
        }

        .main-header .navbar-header[data-background-color]:not([data-background-color="white"]) .nav-search .input-group .form-control:-ms-input-placeholder, .main-header[data-background-color="custom"] .navbar-header .nav-search .input-group .form-control:-ms-input-placeholder {
            /* IE 10+ */
            opacity: 1;
        }

        .main-header .navbar-header[data-background-color]:not([data-background-color="white"]) .nav-search .input-group .form-control:-moz-placeholder, .main-header[data-background-color="custom"] .navbar-header .nav-search .input-group .form-control:-moz-placeholder {
            /* Firefox 18- */
            opacity: 1;
        }

    .main-header .navbar-header[data-background-color]:not([data-background-color="white"]) .nav-search .input-group .search-icon, .main-header[data-background-color="custom"] .navbar-header .nav-search .input-group .search-icon {
        color: #ffffff !important;
    }

.main-header .navbar-header[data-background-color]:not([data-background-color="white"]) #search-nav.focus .nav-search .input-group, .main-header[data-background-color="custom"] .navbar-header #search-nav.focus .nav-search .input-group {
    background: #fff !important;
}

    .main-header .navbar-header[data-background-color]:not([data-background-color="white"]) #search-nav.focus .nav-search .input-group .form-control, .main-header[data-background-color="custom"] .navbar-header #search-nav.focus .nav-search .input-group .form-control {
        color: inherit !important;
    }

        .main-header .navbar-header[data-background-color]:not([data-background-color="white"]) #search-nav.focus .nav-search .input-group .form-control::-webkit-input-placeholder, .main-header[data-background-color="custom"] .navbar-header #search-nav.focus .nav-search .input-group .form-control::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #bfbfbf !important;
        }

        .main-header .navbar-header[data-background-color]:not([data-background-color="white"]) #search-nav.focus .nav-search .input-group .form-control::-moz-placeholder, .main-header[data-background-color="custom"] .navbar-header #search-nav.focus .nav-search .input-group .form-control::-moz-placeholder {
            /* Firefox 19+ */
            color: #bfbfbf !important;
        }

        .main-header .navbar-header[data-background-color]:not([data-background-color="white"]) #search-nav.focus .nav-search .input-group .form-control:-ms-input-placeholder, .main-header[data-background-color="custom"] .navbar-header #search-nav.focus .nav-search .input-group .form-control:-ms-input-placeholder {
            /* IE 10+ */
            color: #bfbfbf !important;
        }

        .main-header .navbar-header[data-background-color]:not([data-background-color="white"]) #search-nav.focus .nav-search .input-group .form-control:-moz-placeholder, .main-header[data-background-color="custom"] .navbar-header #search-nav.focus .nav-search .input-group .form-control:-moz-placeholder {
            /* Firefox 18- */
            color: #bfbfbf !important;
        }

    .main-header .navbar-header[data-background-color]:not([data-background-color="white"]) #search-nav.focus .nav-search .input-group .search-icon, .main-header[data-background-color="custom"] .navbar-header #search-nav.focus .nav-search .input-group .search-icon {
        color: #bfbfbf !important;
    }

.main-header .navbar-header[data-background-color]:not([data-background-color="white"]) .navbar-nav .nav-item .nav-link, .main-header[data-background-color="custom"] .navbar-header .navbar-nav .nav-item .nav-link {
    color: #ffffff !important;
}

    .main-header .navbar-header[data-background-color]:not([data-background-color="white"]) .navbar-nav .nav-item .nav-link:hover, .main-header[data-background-color="custom"] .navbar-header .navbar-nav .nav-item .nav-link:hover, .main-header .navbar-header[data-background-color]:not([data-background-color="white"]) .navbar-nav .nav-item .nav-link:focus, .main-header[data-background-color="custom"] .navbar-header .navbar-nav .nav-item .nav-link:focus {
        background: rgba(31, 30, 30, 0.12);
    }

.main-header .navbar-header[data-background-color]:not([data-background-color="white"]) .navbar-nav .nav-item.active .nav-link, .main-header[data-background-color="custom"] .navbar-header .navbar-nav .nav-item.active .nav-link {
    background: rgba(31, 30, 30, 0.12);
}

.main-header .navbar-header[data-background-color]:not([data-background-color="white"]) .navbar-nav .topbar-user .profile-pic, .main-header[data-background-color="custom"] .navbar-header .navbar-nav .topbar-user .profile-pic {
    color: #fff;
}

body[data-background-color="dark"] .border-left,
body[data-background-color="dark"] .border-right,
body[data-background-color="dark"] .border-bottom,
body[data-background-color="dark"] .border-top, body[data-background-color="dark"] .border-left,
body[data-background-color="dark"] .border-right,
body[data-background-color="dark"] .border-bottom,
body[data-background-color="dark"] .border-top {
    border-color: rgba(181, 181, 181, 0.1) !important;
}

.main-header .navbar-header[data-background-color][data-background-color="dark"] .dropdown-menu, .main-header .navbar-header[data-background-color][data-background-color="dark2"] .dropdown-menu {
    background: #202940 !important;
}

    .main-header .navbar-header[data-background-color][data-background-color="dark"] .dropdown-menu:after, .main-header .navbar-header[data-background-color][data-background-color="dark2"] .dropdown-menu:after {
        border-bottom-color: #202940;
    }

    .main-header .navbar-header[data-background-color][data-background-color="dark"] .dropdown-menu .dropdown-title, .main-header .navbar-header[data-background-color][data-background-color="dark2"] .dropdown-menu .dropdown-title {
        border-color: rgba(181, 181, 181, 0.1) !important;
        color: #fff;
    }

    .main-header .navbar-header[data-background-color][data-background-color="dark"] .dropdown-menu .dropdown-divider, .main-header .navbar-header[data-background-color][data-background-color="dark2"] .dropdown-menu .dropdown-divider {
        border-color: rgba(181, 181, 181, 0.1) !important;
    }

    .main-header .navbar-header[data-background-color][data-background-color="dark"] .dropdown-menu .dropdown-item, .main-header .navbar-header[data-background-color][data-background-color="dark2"] .dropdown-menu .dropdown-item {
        color: #fff;
    }

        .main-header .navbar-header[data-background-color][data-background-color="dark"] .dropdown-menu .dropdown-item:hover, .main-header .navbar-header[data-background-color][data-background-color="dark2"] .dropdown-menu .dropdown-item:hover {
            background: rgba(0, 0, 0, 0.1) !important;
        }

.main-header .navbar-header[data-background-color][data-background-color="dark"] .messages-notif-box .notif-center a,
.main-header .navbar-header[data-background-color][data-background-color="dark"] .notif-box .see-all,
.main-header .navbar-header[data-background-color][data-background-color="dark"] .messages-notif-box .see-all, .main-header .navbar-header[data-background-color][data-background-color="dark2"] .messages-notif-box .notif-center a,
.main-header .navbar-header[data-background-color][data-background-color="dark2"] .notif-box .see-all,
.main-header .navbar-header[data-background-color][data-background-color="dark2"] .messages-notif-box .see-all {
    border-color: rgba(181, 181, 181, 0.1) !important;
    color: #fff;
}

.main-header .navbar-header[data-background-color][data-background-color="dark"] .notif-box .notif-center a,
.main-header .navbar-header[data-background-color][data-background-color="dark"] .messages-notif-box .notif-center a, .main-header .navbar-header[data-background-color][data-background-color="dark2"] .notif-box .notif-center a,
.main-header .navbar-header[data-background-color][data-background-color="dark2"] .messages-notif-box .notif-center a {
    color: #ffffff;
}

    .main-header .navbar-header[data-background-color][data-background-color="dark"] .notif-box .notif-center a:hover,
    .main-header .navbar-header[data-background-color][data-background-color="dark"] .messages-notif-box .notif-center a:hover, .main-header .navbar-header[data-background-color][data-background-color="dark2"] .notif-box .notif-center a:hover,
    .main-header .navbar-header[data-background-color][data-background-color="dark2"] .messages-notif-box .notif-center a:hover {
        background: rgba(0, 0, 0, 0.1) !important;
    }

    .main-header .navbar-header[data-background-color][data-background-color="dark"] .notif-box .notif-center a .notif-content .time,
    .main-header .navbar-header[data-background-color][data-background-color="dark"] .messages-notif-box .notif-center a .notif-content .time, .main-header .navbar-header[data-background-color][data-background-color="dark2"] .notif-box .notif-center a .notif-content .time,
    .main-header .navbar-header[data-background-color][data-background-color="dark2"] .messages-notif-box .notif-center a .notif-content .time {
        color: #b9babf !important;
    }

.main-header .navbar-header[data-background-color][data-background-color="dark"] .scrollbar-outer > .scroll-element, .main-header .navbar-header[data-background-color][data-background-color="dark2"] .scrollbar-outer > .scroll-element {
    background: transparent;
}

.main-header .navbar-header[data-background-color][data-background-color="dark"] .topbar-user .profile-pic, .main-header .navbar-header[data-background-color][data-background-color="dark2"] .topbar-user .profile-pic {
    color: #fff !important;
}

.main-header .navbar-header[data-background-color][data-background-color="dark"] .nav-search .input-group, .main-header .navbar-header[data-background-color][data-background-color="dark2"] .nav-search .input-group {
    background: rgba(185, 185, 185, 0.18) !important;
}

.main-header .navbar-header[data-background-color][data-background-color="dark"] .navbar-nav .nav-item .nav-link:hover, .main-header .navbar-header[data-background-color][data-background-color="dark"] .navbar-nav .nav-item .nav-link:focus, .main-header .navbar-header[data-background-color][data-background-color="dark2"] .navbar-nav .nav-item .nav-link:hover, .main-header .navbar-header[data-background-color][data-background-color="dark2"] .navbar-nav .nav-item .nav-link:focus {
    background: rgba(185, 185, 185, 0.18) !important;
}

.main-header .navbar-header[data-background-color][data-background-color="dark"] .navbar-nav .nav-item.active .nav-link, .main-header .navbar-header[data-background-color][data-background-color="dark2"] .navbar-nav .nav-item.active .nav-link {
    background: rgba(185, 185, 185, 0.18) !important;
}

.btn-toggle {
    color: #fff !important;
}

.logo-header .navbar-toggler .navbar-toggler-icon,
.logo-header .more,
.logo-header .btn-toggle {
    color: #8d9498 !important;
}

.logo-header[data-background-color] .navbar-toggler .navbar-toggler-icon {
    color: #ffffff !important;
}

.logo-header[data-background-color] .more,
.logo-header[data-background-color] .btn-toggle {
    color: #ffffff !important;
}

.logo-header[data-background-color="white"] .navbar-toggler .navbar-toggler-icon,
.logo-header[data-background-color="white"] .more,
.logo-header[data-background-color="white"] .btn-toggle, .logo-header[data-background-color="grey"] .navbar-toggler .navbar-toggler-icon,
.logo-header[data-background-color="grey"] .more,
.logo-header[data-background-color="grey"] .btn-toggle {
    color: #8d9498 !important;
}

.logo-header[data-background-color="grey"], .sidebar[data-background-color="grey"] {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.logo-header[data-background-color="white"] {
    background: #ffffff !important;
}

.navbar-header[data-background-color="white"] {
    background: #ffffff !important;
}

.logo-header[data-background-color="grey"] {
    background: #fafafe !important;
}

.logo-header[data-background-color="dark"] {
    background: #1a2035 !important;
}

.logo-header[data-background-color="dark2"] {
    background: #151a2b !important;
}

.navbar-header[data-background-color="dark"] {
    background: #1a2035 !important;
}

.navbar-header[data-background-color="dark2"] {
    background: #151a2b !important;
}

.logo-header[data-background-color="blue"] {
    background: #1572E8 !important;
}

.logo-header[data-background-color="blue2"] {
    background: #1269DB !important;
}

.navbar-header[data-background-color="blue"] {
    background: #1572E8 !important;
}

.navbar-header[data-background-color="blue2"] {
    background: #1269DB !important;
}

.logo-header[data-background-color="purple"] {
    background: #6861CE !important;
}

.logo-header[data-background-color="purple2"] {
    background: #5C55BF !important;
}

.navbar-header[data-background-color="purple"] {
    background: #6861CE !important;
}

.navbar-header[data-background-color="purple2"] {
    background: #5C55BF !important;
}

.logo-header[data-background-color="light-blue"] {
    background: #48ABF7 !important;
}

.logo-header[data-background-color="light-blue2"] {
    background: #3697E1 !important;
}

.navbar-header[data-background-color="light-blue"] {
    background: #48ABF7 !important;
}

.navbar-header[data-background-color="light-blue2"] {
    background: #3697E1 !important;
}

.logo-header[data-background-color="green"] {
    background: #31CE36 !important;
}

.logo-header[data-background-color="green2"] {
    background: #2BB930 !important;
}

.navbar-header[data-background-color="green"] {
    background: #31CE36 !important;
}

.navbar-header[data-background-color="green2"] {
    background: #2BB930 !important;
}

.logo-header[data-background-color="orange"] {
    background: #FFAD46 !important;
}

.logo-header[data-background-color="orange2"] {
    background: #FF9E27 !important;
}

.navbar-header[data-background-color="orange"] {
    background: #FFAD46 !important;
}

.navbar-header[data-background-color="orange2"] {
    background: #FF9E27 !important;
}

.logo-header[data-background-color="red"] {
    background: #F25961 !important;
}

.logo-header[data-background-color="red2"] {
    background: #EA4d56 !important;
}

.navbar-header[data-background-color="red"] {
    background: #F25961 !important;
}

.navbar-header[data-background-color="red2"] {
    background: #EA4d56 !important;
}

.sidebar[data-background-color="grey"] {
    background: #fafafe;
}

.sidebar[data-background-color="dark"] {
    background: #1a2035 !important;
}

    .sidebar[data-background-color="dark"] .user {
        border-color: rgba(181, 181, 181, 0.1) !important;
    }

        .sidebar[data-background-color="dark"] .user .info a > span {
            color: #b9babf;
        }

            .sidebar[data-background-color="dark"] .user .info a > span .user-level {
                color: #8d9498;
            }

    .sidebar[data-background-color="dark"] .nav > .nav-item.active > a p,
    .sidebar[data-background-color="dark"] .nav > .nav-item.active a:hover p,
    .sidebar[data-background-color="dark"] .nav > .nav-item.active a:focus p {
        color: #fff !important;
    }

    .sidebar[data-background-color="dark"] .nav > .nav-item a {
        color: #b9babf !important;
    }

        .sidebar[data-background-color="dark"] .nav > .nav-item a:hover p, .sidebar[data-background-color="dark"] .nav > .nav-item a:focus p, .sidebar[data-background-color="dark"] .nav > .nav-item a[data-toggle="collapse"][aria-expanded="true"] p {
            color: #b9babf !important;
        }

    .sidebar[data-background-color="dark"].sidebar-style-2 .nav .nav-item.active > a,
    .sidebar[data-background-color="dark"].sidebar-style-2 .nav .nav-item.active > a:hover,
    .sidebar[data-background-color="dark"].sidebar-style-2 .nav .nav-item.active > a:focus,
    .sidebar[data-background-color="dark"].sidebar-style-2 .nav .nav-item.active > a[data-toggle="collapse"][aria-expanded="true"] {
        background: #fff !important;
        color: #1a2035 !important;
    }

        .sidebar[data-background-color="dark"].sidebar-style-2 .nav .nav-item.active > a p,
        .sidebar[data-background-color="dark"].sidebar-style-2 .nav .nav-item.active > a i,
        .sidebar[data-background-color="dark"].sidebar-style-2 .nav .nav-item.active > a .caret,
        .sidebar[data-background-color="dark"].sidebar-style-2 .nav .nav-item.active > a:hover p,
        .sidebar[data-background-color="dark"].sidebar-style-2 .nav .nav-item.active > a:hover i,
        .sidebar[data-background-color="dark"].sidebar-style-2 .nav .nav-item.active > a:hover .caret,
        .sidebar[data-background-color="dark"].sidebar-style-2 .nav .nav-item.active > a:focus p,
        .sidebar[data-background-color="dark"].sidebar-style-2 .nav .nav-item.active > a:focus i,
        .sidebar[data-background-color="dark"].sidebar-style-2 .nav .nav-item.active > a:focus .caret,
        .sidebar[data-background-color="dark"].sidebar-style-2 .nav .nav-item.active > a[data-toggle="collapse"][aria-expanded="true"] p,
        .sidebar[data-background-color="dark"].sidebar-style-2 .nav .nav-item.active > a[data-toggle="collapse"][aria-expanded="true"] i,
        .sidebar[data-background-color="dark"].sidebar-style-2 .nav .nav-item.active > a[data-toggle="collapse"][aria-expanded="true"] .caret {
            color: #1a2035 !important;
        }

    .sidebar[data-background-color="dark"] .scrollbar-inner > .scroll-element .scroll-bar {
        background-color: #f7f7f7;
    }

    .sidebar[data-background-color="dark"] .scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar, .sidebar[data-background-color="dark"] .scrollbar-inner > .scroll-element:hover .scroll-bar {
        background-color: #dcdbdb;
    }

.sidebar[data-background-color="dark2"] {
    background: #151a2b !important;
}

    .sidebar[data-background-color="dark2"] .user {
        border-color: rgba(181, 181, 181, 0.1) !important;
    }

        .sidebar[data-background-color="dark2"] .user .info a > span {
            color: #b9babf;
        }

            .sidebar[data-background-color="dark2"] .user .info a > span .user-level {
                color: #8d9498;
            }

    .sidebar[data-background-color="dark2"] .nav > .nav-item.active > a p,
    .sidebar[data-background-color="dark2"] .nav > .nav-item.active a:hover p,
    .sidebar[data-background-color="dark2"] .nav > .nav-item.active a:focus p {
        color: #fff !important;
    }

    .sidebar[data-background-color="dark2"] .nav > .nav-item a {
        color: #b9babf !important;
    }

        .sidebar[data-background-color="dark2"] .nav > .nav-item a:hover p, .sidebar[data-background-color="dark2"] .nav > .nav-item a:focus p, .sidebar[data-background-color="dark2"] .nav > .nav-item a[data-toggle="collapse"][aria-expanded="true"] p {
            color: #b9babf !important;
        }

    .sidebar[data-background-color="dark2"].sidebar-style-2 .nav .nav-item.active > a,
    .sidebar[data-background-color="dark2"].sidebar-style-2 .nav .nav-item.active > a:hover,
    .sidebar[data-background-color="dark2"].sidebar-style-2 .nav .nav-item.active > a:focus,
    .sidebar[data-background-color="dark2"].sidebar-style-2 .nav .nav-item.active > a[data-toggle="collapse"][aria-expanded="true"] {
        background: #fff !important;
        color: #151a2b !important;
    }

        .sidebar[data-background-color="dark2"].sidebar-style-2 .nav .nav-item.active > a p,
        .sidebar[data-background-color="dark2"].sidebar-style-2 .nav .nav-item.active > a i,
        .sidebar[data-background-color="dark2"].sidebar-style-2 .nav .nav-item.active > a .caret,
        .sidebar[data-background-color="dark2"].sidebar-style-2 .nav .nav-item.active > a:hover p,
        .sidebar[data-background-color="dark2"].sidebar-style-2 .nav .nav-item.active > a:hover i,
        .sidebar[data-background-color="dark2"].sidebar-style-2 .nav .nav-item.active > a:hover .caret,
        .sidebar[data-background-color="dark2"].sidebar-style-2 .nav .nav-item.active > a:focus p,
        .sidebar[data-background-color="dark2"].sidebar-style-2 .nav .nav-item.active > a:focus i,
        .sidebar[data-background-color="dark2"].sidebar-style-2 .nav .nav-item.active > a:focus .caret,
        .sidebar[data-background-color="dark2"].sidebar-style-2 .nav .nav-item.active > a[data-toggle="collapse"][aria-expanded="true"] p,
        .sidebar[data-background-color="dark2"].sidebar-style-2 .nav .nav-item.active > a[data-toggle="collapse"][aria-expanded="true"] i,
        .sidebar[data-background-color="dark2"].sidebar-style-2 .nav .nav-item.active > a[data-toggle="collapse"][aria-expanded="true"] .caret {
            color: #151a2b !important;
        }

    .sidebar[data-background-color="dark2"] .scrollbar-inner > .scroll-element .scroll-bar {
        background-color: #f7f7f7;
    }

    .sidebar[data-background-color="dark2"] .scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar, .sidebar[data-background-color="dark2"] .scrollbar-inner > .scroll-element:hover .scroll-bar {
        background-color: #dcdbdb;
    }

/*    Avatar    */
.avatar {
    position: relative;
    display: inline-block;
}

.avatar-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.avatar-title {
    width: 100%;
    height: 100%;
    background-color: #6861CE;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-online::before, .avatar-offline::before, .avatar-away::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
    height: 25%;
    border-radius: 50%;
    content: '';
    border: 2px solid #fff;
}

.avatar-online::before {
    background-color: #31CE36;
}

.avatar-offline::before {
    background-color: #97a2b1;
}

.avatar-away::before {
    background-color: #FFAD46;
}

.avatar {
    width: 3.2rem;
    height: 3.2rem;
}

    .avatar .border {
        border-width: 3px !important;
    }

    .avatar .rounded {
        border-radius: 6px !important;
    }

    .avatar .avatar-title {
        font-size: 18px;
    }

.avatar-xs {
    width: 1.95rem;
    height: 1.95rem;
}

    .avatar-xs .border {
        border-width: 2px !important;
    }

    .avatar-xs .rounded {
        border-radius: 4px !important;
    }

    .avatar-xs .avatar-title {
        font-size: 12px;
    }

    .avatar-xs.avatar-online::before, .avatar-xs.avatar-offline::before, .avatar-xs.avatar-away::before {
        border-width: 1px;
    }

.avatar-sm {
    width: 2.75rem;
    height: 2.75rem;
}

    .avatar-sm .border {
        border-width: 3px !important;
    }

    .avatar-sm .rounded {
        border-radius: 4px !important;
    }

    .avatar-sm .avatar-title {
        font-size: 15px;
    }

    .avatar-sm.avatar-online::before, .avatar-sm.avatar-offline::before, .avatar-sm.avatar-away::before {
        border-width: 2px;
    }

.avatar-lg {
    width: 3.95rem;
    height: 3.95rem;
}

    .avatar-lg .border {
        border-width: 3px !important;
    }

    .avatar-lg .rounded {
        border-radius: 8px !important;
    }

    .avatar-lg .avatar-title {
        font-size: 24px;
    }

    .avatar-lg.avatar-online::before, .avatar-lg.avatar-offline::before, .avatar-lg.avatar-away::before {
        border-width: 3px;
    }

.avatar-xl {
    width: 5.2rem;
    height: 5.2rem;
}

    .avatar-xl .border {
        border-width: 4px !important;
    }

    .avatar-xl .rounded {
        border-radius: 8px !important;
    }

    .avatar-xl .avatar-title {
        font-size: 28px;
    }

    .avatar-xl.avatar-online::before, .avatar-xl.avatar-offline::before, .avatar-xl.avatar-away::before {
        border-width: 4px;
    }

.avatar-xxl {
    width: 5.325rem;
    height: 5.325rem;
}

    .avatar-xxl .border {
        border-width: 6px !important;
    }

    .avatar-xxl .rounded {
        border-radius: 8px !important;
    }

    .avatar-xxl .avatar-title {
        font-size: 30px;
    }

    .avatar-xxl.avatar-online::before, .avatar-xxl.avatar-offline::before, .avatar-xxl.avatar-away::before {
        border-width: 4px;
    }

@media (min-width: 991.98px) {
    .avatar-xxl {
        width: 8rem;
        height: 8rem;
    }

        .avatar-xxl .border {
            border-width: 4px !important;
        }

        .avatar-xxl .rounded {
            border-radius: 12px !important;
        }

        .avatar-xxl .avatar-title {
            font-size: 42px;
        }

        .avatar-xxl.avatar-online::before, .avatar-xxl.avatar-offline::before, .avatar-xxl.avatar-away::before {
            border-width: 4px;
        }
}

.avatar-group {
    display: inline-flex;
}

    .avatar-group .avatar + .avatar {
        margin-left: -.75rem;
    }

    .avatar-group .avatar-xs + .avatar-xs {
        margin-left: -.40625rem;
    }

    .avatar-group .avatar-sm + .avatar-sm {
        margin-left: -.625rem;
    }

    .avatar-group .avatar-lg + .avatar-lg {
        margin-left: -1rem;
    }

    .avatar-group .avatar-xl + .avatar-xl {
        margin-left: -1.28125rem;
    }

    .avatar-group .avatar:hover {
        z-index: 1;
    }

.border-dark {
    border-color: #202940 !important;
}

/* 		Breadcrumb		*/
.breadcrumbs {
    list-style: none;
    display: inline;
    width: auto;
    border-left: 1px solid #efefef;
    margin-left: 25px;
    padding-left: 25px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    height: 100%;
}

    .breadcrumbs li {
        display: inline-block;
    }

        .breadcrumbs li a {
            color: #2A2F5B;
            font-size: 13px;
        }

            .breadcrumbs li a i {
                font-size: 16px;
            }

            .breadcrumbs li a:hover {
                text-decoration: none;
            }

        .breadcrumbs li.separator {
            padding-left: 10px;
            padding-right: 10px;
            font-size: 12px;
        }

/*     Card     */
.card, .card-light {
    border-radius: 10px;
    background-color: #ffffff;
    margin-bottom: 30px;
    -webkit-box-shadow: 2px 6px 15px 0px rgba(69, 65, 78, 0.1);
    -moz-box-shadow: 2px 6px 15px 0px rgba(69, 65, 78, 0.1);
    box-shadow: 2px 6px 15px 0px rgba(69, 65, 78, 0.1);
    border: 0px;
}

    .card .card-header, .card-light .card-header {
        padding: 1rem 1.25rem;
        background-color: transparent;
    }

        .card .card-header:first-child, .card-light .card-header:first-child {
            border-radius: 0px;
        }

    .card .card-head-row, .card-light .card-head-row {
        display: flex;
        align-items: center;
    }

        .card .card-head-row .card-tools, .card-light .card-head-row .card-tools {
            margin-left: auto;
            float: right;
            padding-left: 15px;
        }

            .card .card-head-row .card-tools .btn, .card-light .card-head-row .card-tools .btn {
                margin-right: 10px;
            }

                .card .card-head-row .card-tools .btn:last-child, .card-light .card-head-row .card-tools .btn:last-child {
                    margin-right: 0px;
                }

    .card .separator-solid, .card-light .separator-solid {
        border-top: 1px solid #ebecec;
        margin: 15px 0;
    }

    .card .separator-dashed, .card-light .separator-dashed {
        border-top: 1px dashed #ebecec;
        margin: 15px 0;
    }

    .card .separator-dot, .card-light .separator-dot {
        border-top: 1px dotted #ebecec;
        margin: 15px 0;
    }

    .card .full-width-separator, .card-light .full-width-separator {
        margin: 15px -20px 15px;
    }

    .card .b-b1, .card-light .b-b1 {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .card .card-body, .card-light .card-body {
        padding: 1.25rem;
    }

    .card .card-footer, .card-light .card-footer {
        background-color: transparent;
        line-height: 30px;
        border-top: 1px solid #ebecec !important;
        font-size: 13px;
    }

    .card .pull-in, .card-light .pull-in {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

        .card .pull-in.sparkline-fix, .card-light .pull-in.sparkline-fix {
            margin-left: -1.35rem;
            margin-right: -1.35rem;
            margin-bottom: -3px;
        }

    .card .chart-as-background, .card-light .chart-as-background {
        position: absolute;
        bottom: 0;
        width: calc(100% + 2px);
    }

    .card .card-action, .card-light .card-action {
        padding: 30px;
        background-color: transparent;
        line-height: 30px;
        border-top: 1px solid #ebecec !important;
        font-size: 1rem;
    }

    .card .card-footer hr, .card-light .card-footer hr {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .card .card-footer .legend, .card-light .card-footer .legend {
        display: inline-block;
    }

@media screen and (max-width: 476px) {
    .card .card-head-row:not(.card-tools-still-right) {
        flex-direction: column;
        align-items: unset;
    }

        .card .card-head-row:not(.card-tools-still-right) .card-tools {
            margin-left: 0px;
            float: left;
            padding-left: 0px;
            padding-top: 10px;
        }
}

.card.full-height {
    height: calc(100% - 30px);
}

.card-space {
    padding: 0 30px;
}

    .card-space > .card-header, .card-space > .card-body, .card-space > .card-footer, .card-space > .card-action {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

.card-with-nav .card-header {
    border-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.card-with-nav .card-body {
    padding: 15px 25px !important;
}

.card-list {
    padding: 10px 0;
}

    .card-list .item-list {
        display: flex;
        flex-direction: row;
        padding: 10px 0;
        align-items: center;
    }

        .card-list .item-list .info-user {
            flex: 1;
        }

            .card-list .item-list .info-user .username, .card-list .item-list .info-user a.username {
                font-size: 14px;
                margin-bottom: 5px;
                font-weight: 600;
            }

            .card-list .item-list .info-user .status {
                font-size: 12px;
                color: #7d7b7b;
            }

.card-title {
    margin: 0;
    color: #2A2F5B;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
}

    .card-title a, .card-title a:hover, .card-title a:focus {
        color: #2A2F5B;
        text-decoration: none;
    }

.card-sub {
    display: block;
    margin: 5px 0 10px 0;
    font-size: .9rem;
    background: #f7f8fa;
    color: #2A2F5B;
    padding: 0.85rem 1.5rem;
    border-radius: 4px;
    line-height: 1.82;
}

.card-category {
    margin-top: 8px;
    font-size: 1rem;
    color: #8d9498;
    margin-bottom: 0px;
    word-break: normal;
}

label {
    font-size: 1rem;
    font-weight: 400;
    color: #8d9498;
    margin-bottom: 0px;
}

.card-transparent {
    background: transparent !important;
    box-shadow: none;
    border-color: transparent !important;
}

/*     Card Stats    */
.card-stats .card-body {
    padding: 15px !important;
}

.card-stats .card-title {
    margin-bottom: 0px !important;
}

.card-stats .card-category {
    margin-top: 0px;
}

.card-stats .col-icon {
    width: 65px;
    height: 65px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
}

.card-stats .icon-big {
    width: 100%;
    height: 100%;
    font-size: 2.2em;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .card-stats .icon-big.icon-black, .card-stats .icon-big.icon-primary, .card-stats .icon-big.icon-secondary, .card-stats .icon-big.icon-success, .card-stats .icon-big.icon-info, .card-stats .icon-big.icon-warning, .card-stats .icon-big.icon-danger {
        border-radius: 5px;
    }

        .card-stats .icon-big.icon-black i, .card-stats .icon-big.icon-primary i, .card-stats .icon-big.icon-secondary i, .card-stats .icon-big.icon-success i, .card-stats .icon-big.icon-info i, .card-stats .icon-big.icon-warning i, .card-stats .icon-big.icon-danger i {
            color: #ffffff !important;
        }

    .card-stats .icon-big.icon-black {
        background: #1a2035;
    }

    .card-stats .icon-big.icon-primary {
        background: #1572E8;
    }

    .card-stats .icon-big.icon-secondary {
        background: #6861CE;
    }

    .card-stats .icon-big.icon-success {
        background: #31CE36;
    }

    .card-stats .icon-big.icon-warning {
        background: #FFAD46;
    }

    .card-stats .icon-big.icon-info {
        background: #48ABF7;
    }

    .card-stats .icon-big.icon-danger {
        background: #F25961;
    }

    .card-stats .icon-big.round {
        border-radius: 50% !important;
    }

    .card-stats .icon-big i.fa, .card-stats .icon-big i.fab, .card-stats .icon-big i.fal, .card-stats .icon-big i.far, .card-stats .icon-big i.fas {
        font-size: 0.8em;
    }

.card-stats .col-stats {
    align-items: center;
    display: flex;
    padding-left: 15px;
}

/*     Card Task     */
.card-tasks .table {
    margin-bottom: 0px;
}

    .card-tasks .table .form-check {
        padding: 0 0 0 0.75rem !important;
    }

        .card-tasks .table .form-check label {
            margin-bottom: 0px !important;
        }

    .card-tasks .table tbody td:first-child, .card-tasks .table thead th:first-child {
        padding-left: 15px;
        padding-right: 15px;
    }

    .card-tasks .table tbody td:last-child, .card-tasks .table thead th:last-child {
        padding-right: 15px;
    }

    .card-tasks .table tbody tr:last-child td {
        border-bottom-width: 0px !important;
    }

.card-tasks .card-body {
    padding-top: 0px;
    padding-bottom: 0px;
}

    .card-tasks .card-body .table td {
        font-size: 13px;
    }

        .card-tasks .card-body .table td .btn {
            font-size: 15px;
            opacity: 0.7;
            transition: all .3s;
        }

        .card-tasks .card-body .table td:hover .btn {
            opacity: 1;
        }

.card-tasks .form-button-action {
    display: block !important;
}

/*     Card States    */
.card-dark, .card-black, .card-primary, .card-secondary, .card-info, .card-success, .card-warning, .card-danger {
    color: #ffffff !important;
    border: 0px !important;
}

    .card-dark .card-header, .card-black .card-header, .card-primary .card-header, .card-secondary .card-header, .card-info .card-header, .card-success .card-header, .card-warning .card-header, .card-danger .card-header {
        border-bottom: transparent !important;
    }

    .card-dark .card-category, .card-black .card-category, .card-primary .card-category, .card-secondary .card-category, .card-info .card-category, .card-success .card-category, .card-warning .card-category, .card-danger .card-category, .card-dark .card-title, .card-black .card-title, .card-primary .card-title, .card-secondary .card-title, .card-info .card-title, .card-success .card-title, .card-warning .card-title, .card-danger .card-title, .card-dark label, .card-black label, .card-primary label, .card-info label, .card-success label, .card-warning label, .card-danger label {
        color: #ffffff !important;
    }

    .card-dark .icon-big > i, .card-black .icon-big > i, .card-primary .icon-big > i, .card-secondary .icon-big > i, .card-info .icon-big > i, .card-success .icon-big > i, .card-warning .icon-big > i, .card-danger .icon-big > i {
        color: #ffffff !important;
    }

    .card-dark .card-footer, .card-black .card-footer, .card-primary .card-footer, .card-secondary .card-footer, .card-info .card-footer, .card-success .card-footer, .card-warning .card-footer, .card-danger .card-footer {
        border-top: transparent !important;
    }

.card-black {
    background: #1a2035 !important;
}

.card-primary {
    background: #1572E8 !important;
}

.card-secondary {
    background: #6861CE !important;
}

.card-info {
    background: #48ABF7 !important;
}

.card-success {
    background: #31CE36 !important;
}

.card-warning {
    background: #FFAD46 !important;
}

.card-danger {
    background: #F25961 !important;
}

.card-round {
    border-radius: 10px;
}

/*     Progress Card    */
.progress-card {
    margin-bottom: 25px;
}

    .progress-card .progress-status {
        display: flex;
        margin-bottom: 10px;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

/*      Card Posts    */
.card-post .info-post .username {
    margin-bottom: 0px;
    font-weight: 600;
}

.card-post .info-post .date {
    margin-bottom: 0px;
}

/*     Card Pricing    */
.card-pricing {
    padding: 20px 5px;
    text-align: center;
    border-radius: 10px;
}

    .card-pricing .card-header {
        border-bottom: 0px !important;
    }

    .card-pricing .card-footer {
        border-top: 0px !important;
        padding: 15px 15px 10px 15px;
    }

    .card-pricing .card-title {
        font-weight: 400;
        font-size: 20px;
    }

    .card-pricing .card-price .price {
        font-size: 36px;
        font-weight: 400;
    }

    .card-pricing .card-price .text {
        font-size: 18px;
        font-weight: 400;
        color: #d1d7e3;
    }

    .card-pricing .specification-list {
        list-style: none;
        padding-left: 0px;
    }

        .card-pricing .specification-list li {
            padding: 8px 0 12px;
            border-bottom: 1px solid #eee;
            text-align: left;
            font-size: 12px;
            margin-bottom: 5px;
        }

            .card-pricing .specification-list li .name-specification {
                color: #83848a;
            }

            .card-pricing .specification-list li .status-specification {
                margin-left: auto;
                float: right;
                font-weight: 400;
            }

    .card-pricing.card-pricing-focus {
        padding: 40px 5px;
    }

    .card-pricing.card-black .name-specification, .card-pricing.card-primary .name-specification, .card-pricing.card-secondary .name-specification, .card-pricing.card-info .name-specification, .card-pricing.card-success .name-specification, .card-pricing.card-danger .name-specification, .card-pricing.card-warning .name-specification {
        color: #ffffff !important;
    }

    .card-pricing.card-black .price, .card-pricing.card-primary .price, .card-pricing.card-secondary .price, .card-pricing.card-info .price, .card-pricing.card-success .price, .card-pricing.card-danger .price, .card-pricing.card-warning .price {
        color: #fff !important;
    }

    .card-pricing.card-primary .specification-list li {
        border-color: #2f8bff !important;
    }

    .card-pricing.card-primary .btn-light {
        color: #1572E8 !important;
    }

    .card-pricing.card-success .specification-list li {
        border-color: #64e069 !important;
    }

    .card-pricing.card-success .btn-light {
        color: #31CE36 !important;
    }

    .card-pricing.card-secondary .specification-list li {
        border-color: #7f77dc !important;
    }

    .card-pricing.card-secondary .btn-light {
        color: #6861CE !important;
    }

    .card-pricing.card-black .specification-list li {
        border-color: #6f8996 !important;
    }

    .card-pricing.card-black .btn-light {
        color: #1a2035 !important;
    }

    .card-pricing.card-info .specification-list li {
        border-color: #11c0e4 !important;
    }

    .card-pricing.card-info .btn-light {
        color: #48ABF7 !important;
    }

    .card-pricing.card-danger .specification-list li {
        border-color: #ff6972 !important;
    }

    .card-pricing.card-danger .btn-light {
        color: #F25961 !important;
    }

    .card-pricing.card-warning .specification-list li {
        border-color: #ffbc67 !important;
    }

    .card-pricing.card-warning .btn-light {
        color: #FFAD46 !important;
    }

.card-pricing2 {
    padding-bottom: 10px;
    background: #fff !important;
    border-bottom: 7px solid;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
}

    .card-pricing2:before {
        content: "";
        width: 100%;
        height: 350px;
        position: absolute;
        top: -150px;
        left: 0;
        transform: skewY(-20deg);
    }

    .card-pricing2 .price-value:after, .card-pricing2 .price-value:before {
        content: "";
        left: 50%;
        transform: translateX(-50%) scaleY(0.5) rotate(45deg);
    }

    .card-pricing2 .value:after, .card-pricing2 .value:before {
        content: "";
        left: 50%;
        transform: translateX(-50%) scaleY(0.5) rotate(45deg);
    }

    .card-pricing2 .pricing-header {
        padding: 20px 20px 60px;
        text-align: left;
        position: relative;
    }

    .card-pricing2 .sub-title {
        display: block;
        font-size: 16px;
    }

    .card-pricing2 .value {
        background: #fff;
    }

    .card-pricing2 .price-value {
        display: inline-block;
        width: 170px;
        height: 110px;
        padding: 15px;
        border: 2px solid;
        border-top: none;
        border-bottom: none;
        position: relative;
    }

        .card-pricing2 .price-value:after, .card-pricing2 .price-value:before {
            width: 121px;
            height: 121px;
            border: 3px solid;
            border-right: none;
            border-bottom: none;
            position: absolute;
            top: -60px;
        }

        .card-pricing2 .price-value:after {
            border-top: none;
            border-left: none;
            border-bottom: 3px solid;
            border-right: 3px solid;
            top: auto;
            bottom: -60px;
        }

    .card-pricing2 .value {
        width: 100%;
        height: 100%;
        border: 2px solid;
        border-top: none;
        border-bottom: none;
        z-index: 1;
        position: relative;
    }

        .card-pricing2 .value:after, .card-pricing2 .value:before {
            width: 97px;
            height: 97px;
            background: #fff;
            border: 3px solid;
            border-bottom: none;
            border-right: none;
            position: absolute;
            top: -48px;
            z-index: -1;
        }

        .card-pricing2 .value:after {
            border-right: 3px solid;
            border-bottom: 3px solid;
            border-top: none;
            border-left: none;
            top: auto;
            bottom: -48px;
        }

    .card-pricing2 .currency {
        display: inline-block;
        font-size: 30px;
        margin-top: 7px;
        vertical-align: top;
    }

    .card-pricing2 .amount {
        display: inline-block;
        font-size: 40px;
        font-weight: 600;
        line-height: 65px;
    }

        .card-pricing2 .amount span {
            display: inline-block;
            font-size: 30px;
            font-weight: 400;
            vertical-align: top;
            margin-top: -7px;
        }

    .card-pricing2 .month {
        display: block;
        font-size: 16px;
        line-height: 0;
    }

    .card-pricing2 .pricing-content {
        padding: 50px 0 0 80px;
        margin-bottom: 20px;
        list-style: none;
        text-align: left;
        transition: all .3s ease 0s;
    }

        .card-pricing2 .pricing-content li {
            padding: 7px 0;
            font-size: 13px;
            color: grey;
            position: relative;
        }

            .card-pricing2 .pricing-content li.disable:before, .card-pricing2 .pricing-content li:before {
                content: "\f00c";
                font-family: 'Font Awesome 5 Solid';
                font-weight: 900;
                width: 20px;
                height: 20px;
                line-height: 20px;
                border-radius: 50%;
                background: #98c458;
                text-align: center;
                color: #fff;
                position: absolute;
                left: -50px;
                font-size: 9px;
            }

            .card-pricing2 .pricing-content li.disable:before {
                content: "\f00d";
                background: #fe6c6c;
            }

    .card-pricing2.card-black {
        border-bottom-color: #1a2035;
    }

        .card-pricing2.card-black .price-value:before, .card-pricing2.card-black .value:before {
            border-left-color: #1a2035;
            border-top-color: #1a2035;
        }

        .card-pricing2.card-black .price-value, .card-pricing2.card-black .value {
            border-right-color: #1a2035;
        }

            .card-pricing2.card-black .price-value:after, .card-pricing2.card-black .value:after {
                border-right-color: #1a2035;
            }

            .card-pricing2.card-black .price-value:after, .card-pricing2.card-black .value:after {
                border-bottom-color: #1a2035;
            }

        .card-pricing2.card-black .value {
            color: #1a2035;
        }

        .card-pricing2.card-black:before {
            background: #1a2035;
        }

        .card-pricing2.card-black .price-value, .card-pricing2.card-black .value {
            border-left-color: #1a2035;
        }

    .card-pricing2.card-primary {
        border-bottom-color: #1572E8;
    }

        .card-pricing2.card-primary .price-value:before, .card-pricing2.card-primary .value:before {
            border-left-color: #1572E8;
            border-top-color: #1572E8;
        }

        .card-pricing2.card-primary .price-value, .card-pricing2.card-primary .value {
            border-right-color: #1572E8;
        }

            .card-pricing2.card-primary .price-value:after, .card-pricing2.card-primary .value:after {
                border-right-color: #1572E8;
            }

            .card-pricing2.card-primary .price-value:after, .card-pricing2.card-primary .value:after {
                border-bottom-color: #1572E8;
            }

        .card-pricing2.card-primary .value {
            color: #1572E8;
        }

        .card-pricing2.card-primary:before {
            background: #1572E8;
        }

        .card-pricing2.card-primary .price-value, .card-pricing2.card-primary .value {
            border-left-color: #1572E8;
        }

    .card-pricing2.card-secondary {
        border-bottom-color: #6861CE;
    }

        .card-pricing2.card-secondary .price-value:before, .card-pricing2.card-secondary .value:before {
            border-left-color: #6861CE;
            border-top-color: #6861CE;
        }

        .card-pricing2.card-secondary .price-value, .card-pricing2.card-secondary .value {
            border-right-color: #6861CE;
        }

            .card-pricing2.card-secondary .price-value:after, .card-pricing2.card-secondary .value:after {
                border-right-color: #6861CE;
            }

            .card-pricing2.card-secondary .price-value:after, .card-pricing2.card-secondary .value:after {
                border-bottom-color: #6861CE;
            }

        .card-pricing2.card-secondary .value {
            color: #6861CE;
        }

        .card-pricing2.card-secondary:before {
            background: #6861CE;
        }

        .card-pricing2.card-secondary .price-value, .card-pricing2.card-secondary .value {
            border-left-color: #6861CE;
        }

    .card-pricing2.card-info {
        border-bottom-color: #48ABF7;
    }

        .card-pricing2.card-info .price-value:before, .card-pricing2.card-info .value:before {
            border-left-color: #48ABF7;
            border-top-color: #48ABF7;
        }

        .card-pricing2.card-info .price-value, .card-pricing2.card-info .value {
            border-right-color: #48ABF7;
        }

            .card-pricing2.card-info .price-value:after, .card-pricing2.card-info .value:after {
                border-right-color: #48ABF7;
            }

            .card-pricing2.card-info .price-value:after, .card-pricing2.card-info .value:after {
                border-bottom-color: #48ABF7;
            }

        .card-pricing2.card-info .value {
            color: #48ABF7;
        }

        .card-pricing2.card-info:before {
            background: #48ABF7;
        }

        .card-pricing2.card-info .price-value, .card-pricing2.card-info .value {
            border-left-color: #48ABF7;
        }

    .card-pricing2.card-success {
        border-bottom-color: #31CE36;
    }

        .card-pricing2.card-success .price-value:before, .card-pricing2.card-success .value:before {
            border-left-color: #31CE36;
            border-top-color: #31CE36;
        }

        .card-pricing2.card-success .price-value, .card-pricing2.card-success .value {
            border-right-color: #31CE36;
        }

            .card-pricing2.card-success .price-value:after, .card-pricing2.card-success .value:after {
                border-right-color: #31CE36;
            }

            .card-pricing2.card-success .price-value:after, .card-pricing2.card-success .value:after {
                border-bottom-color: #31CE36;
            }

        .card-pricing2.card-success .value {
            color: #31CE36;
        }

        .card-pricing2.card-success:before {
            background: #31CE36;
        }

        .card-pricing2.card-success .price-value, .card-pricing2.card-success .value {
            border-left-color: #31CE36;
        }

    .card-pricing2.card-warning {
        border-bottom-color: #FFAD46;
    }

        .card-pricing2.card-warning .price-value:before, .card-pricing2.card-warning .value:before {
            border-left-color: #FFAD46;
            border-top-color: #FFAD46;
        }

        .card-pricing2.card-warning .price-value, .card-pricing2.card-warning .value {
            border-right-color: #FFAD46;
        }

            .card-pricing2.card-warning .price-value:after, .card-pricing2.card-warning .value:after {
                border-right-color: #FFAD46;
            }

            .card-pricing2.card-warning .price-value:after, .card-pricing2.card-warning .value:after {
                border-bottom-color: #FFAD46;
            }

        .card-pricing2.card-warning .value {
            color: #FFAD46;
        }

        .card-pricing2.card-warning:before {
            background: #FFAD46;
        }

        .card-pricing2.card-warning .price-value, .card-pricing2.card-warning .value {
            border-left-color: #FFAD46;
        }

    .card-pricing2.card-danger {
        border-bottom-color: #F25961;
    }

        .card-pricing2.card-danger .price-value:before, .card-pricing2.card-danger .value:before {
            border-left-color: #F25961;
            border-top-color: #F25961;
        }

        .card-pricing2.card-danger .price-value, .card-pricing2.card-danger .value {
            border-right-color: #F25961;
        }

            .card-pricing2.card-danger .price-value:after, .card-pricing2.card-danger .value:after {
                border-right-color: #F25961;
            }

            .card-pricing2.card-danger .price-value:after, .card-pricing2.card-danger .value:after {
                border-bottom-color: #F25961;
            }

        .card-pricing2.card-danger .value {
            color: #F25961;
        }

        .card-pricing2.card-danger:before {
            background: #F25961;
        }

        .card-pricing2.card-danger .price-value, .card-pricing2.card-danger .value {
            border-left-color: #F25961;
        }

/*    Card Product    */
.row-cardProduct {
    padding: 0 5px;
    white-space: nowrap;
    overflow-x: auto;
    display: block !important;
    margin-right: -2rem;
    width: unset !important;
}

.col-cardProduct {
    width: 225px;
    padding: 0 10px;
    display: inline-block;
}

.card-product {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.12);
    margin-bottom: 15px;
}

    .card-product .product-summary {
        padding: 15px;
    }

@media screen and (max-width: 991.98px) {
    .col-cardProduct {
        width: 175px;
    }

    .card-product .title-product {
        font-size: 1rem;
    }

    .card-product .price-product {
        font-size: 18px;
    }
}
/*     Card Shadow    */
.skew-shadow {
    position: relative;
    overflow: hidden;
}

    .skew-shadow:before {
        content: '';
        position: absolute;
        background: rgba(255, 255, 255, 0.1);
        width: 50%;
        min-width: 150px;
        height: 100%;
        top: 0;
        right: -25%;
        transform: skewX(-32.5deg);
    }

.bubble-shadow {
    position: relative;
    overflow: hidden;
}

    .bubble-shadow:before {
        position: absolute;
        top: -10%;
        right: -140px;
        width: 300px;
        height: 300px;
        content: "";
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.05);
    }

    .bubble-shadow:after {
        position: absolute;
        top: -65px;
        right: 80px;
        width: 150px;
        height: 150px;
        content: "";
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.05);
    }

.curves-shadow {
    position: relative;
    overflow: hidden;
}

    .curves-shadow:before {
        content: '';
        position: absolute;
        background: url(../img/img-shadow.png);
        background-size: cover;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

@media only screen and (min-width: 991px) {
    .card-list-messages {
        margin-left: -14px;
        margin-right: -14px;
        border-radius: 0;
        box-shadow: none;
    }
}

@media only screen and (max-width: 991px) {
    .card-pricing2 {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .card-pricing2:before {
        transform: skewY(-15deg);
    }
}
/*     Card Annoucement    */
.card-annoucement .card-body {
    padding: 50px 25px;
}

.card-annoucement .card-opening {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.01em;
}

.card-annoucement .card-desc {
    padding: 15px 0;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 300;
}

.card-annoucement.card-primary .btn-light {
    color: #1572E8 !important;
}

.card-annoucement.card-success .btn-light {
    color: #31CE36 !important;
}

.card-annoucement.card-secondary .btn-light {
    color: #6861CE !important;
}

.card-annoucement.card-black .btn-light {
    color: #1a2035 !important;
}

.card-annoucement.card-info .btn-light {
    color: #48ABF7 !important;
}

.card-annoucement.card-danger .btn-light {
    color: #F25961 !important;
}

.card-annoucement.card-warning .btn-light {
    color: #FFAD46 !important;
}

/*     Card Profile     */
.card-profile {
    color: #2A2F5B;
}

    .card-profile .profile-picture {
        text-align: center;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: -41px;
        width: 100%;
        box-sizing: border-box;
    }

    .card-profile .user-profile .name {
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 5px;
    }

    .card-profile .user-profile .job {
        color: #83848a;
        margin-bottom: 5px;
    }

    .card-profile .user-profile .desc {
        color: #bbb;
        margin-bottom: 15px;
    }

    .card-profile .user-profile .social-media {
        margin-bottom: 20px;
    }

        .card-profile .user-profile .social-media .btn {
            padding: 5px !important;
        }

            .card-profile .user-profile .social-media .btn i {
                font-size: 22px !important;
            }

    .card-profile .user-stats {
        margin-bottom: 10px;
    }

        .card-profile .user-stats [class^="col"] {
            border-right: 1px solid #ebebeb;
        }

            .card-profile .user-stats [class^="col"]:last-child {
                border-right: 0px;
            }

        .card-profile .user-stats .number {
            font-weight: 400;
            font-size: 15px;
        }

        .card-profile .user-stats .title {
            color: #7d7b7b;
        }

    .card-profile .card-header {
        border-bottom: 0px;
        height: 100px;
        position: relative;
    }

    .card-profile .card-body {
        padding-top: 60px;
    }

    .card-profile .card-footer {
        border-top: 0px;
    }

    .card-profile.card-secondary .card-header {
        background: #6861CE;
    }

/*      Row Card No Padding      */
.row-card-no-pd {
    border-radius: 10px;
    margin-left: 0;
    margin-right: 0;
    background: #ffffff;
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    -webkit-box-shadow: 2px 6px 15px 0px rgba(69, 65, 78, 0.1);
    -moz-box-shadow: 2px 6px 15px 0px rgba(69, 65, 78, 0.1);
    box-shadow: 2px 6px 15px 0px rgba(69, 65, 78, 0.1);
    border: 0px;
}

    .row-card-no-pd .card {
        margin-bottom: 0px;
        border-width: 0px;
        box-shadow: none;
        position: relative;
    }

        .row-card-no-pd .card .card-header {
            padding-left: 0px !important;
            padding-top: 0px !important;
            padding-right: 0px !important;
        }

    .row-card-no-pd [class*=col] .card:before {
        position: absolute;
        height: calc(100%);
        width: 1px;
        background: #eee;
        content: '';
        right: -15px;
    }

    .row-card-no-pd [class*=col]:last-child .card:before {
        width: 0px;
    }

/*     Accordion     */
.accordion .card {
    border-radius: 10px !important;
    background: #f7f7f7 !important;
    color: #2A2F5B !important;
    border: 0;
    box-shadow: none;
}

    .accordion .card .span-icon {
        font-size: 22px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .accordion .card > .card-header {
        border: 0px !important;
        display: flex;
        flex-direction: row;
        align-items: center;
        cursor: pointer;
        border-radius: 0 !important;
    }

        .accordion .card > .card-header > .span-mode {
            margin-left: auto;
        }

            .accordion .card > .card-header > .span-mode:before {
                content: "\f068" !important;
                font-family: 'Font Awesome 5 Solid';
                font-weight: 900;
                font-size: 16px;
            }

        .accordion .card > .card-header.collapsed > .span-mode:before {
            content: "\f067" !important;
        }

    .accordion .card .card-body {
        border-top: 1px solid #ebebeb;
        padding: 30px;
    }

.accordion.accordion-black .card .card-header, .accordion.accordion-black .card .card-header .btn-link, .accordion.accordion-primary .card .card-header, .accordion.accordion-primary .card .card-header .btn-link, .accordion.accordion-secondary .card .card-header, .accordion.accordion-secondary .card .card-header .btn-link, .accordion.accordion-info .card .card-header, .accordion.accordion-info .card .card-header .btn-link, .accordion.accordion-success .card .card-header, .accordion.accordion-success .card .card-header .btn-link, .accordion.accordion-warning .card .card-header, .accordion.accordion-warning .card .card-header .btn-link, .accordion.accordion-danger .card .card-header, .accordion.accordion-danger .card .card-header .btn-link {
    font-size: 1rem;
}

.accordion.accordion-black .card .card-header {
    color: #1a2035;
}

    .accordion.accordion-black .card .card-header .btn-link {
        color: #1a2035 !important;
    }

.accordion.accordion-primary .card .card-header {
    color: #1572E8;
}

    .accordion.accordion-primary .card .card-header .btn-link {
        color: #1572E8 !important;
    }

.accordion.accordion-secondary .card .card-header {
    color: #6861CE;
}

    .accordion.accordion-secondary .card .card-header .btn-link {
        color: #6861CE !important;
    }

.accordion.accordion-info .card .card-header {
    color: #48ABF7;
}

    .accordion.accordion-info .card .card-header .btn-link {
        color: #48ABF7 !important;
    }

.accordion.accordion-success .card .card-header {
    color: #31CE36;
}

    .accordion.accordion-success .card .card-header .btn-link {
        color: #31CE36 !important;
    }

.accordion.accordion-warning .card .card-header {
    color: #FFAD46;
}

    .accordion.accordion-warning .card .card-header .btn-link {
        color: #FFAD46 !important;
    }

.accordion.accordion-danger .card .card-header {
    color: #F25961;
}

    .accordion.accordion-danger .card .card-header .btn-link {
        color: #F25961 !important;
    }

.border-transparent {
    border-color: transparent !important;
}

.gutters-0 {
    margin-right: 0;
    margin-left: 0;
}

    .gutters-0 > .col, .gutters-0 > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

    .gutters-0 .card {
        margin-bottom: 0;
    }

.gutters-xs {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
}

    .gutters-xs > .col, .gutters-xs > [class*="col-"] {
        padding-right: 0.25rem;
        padding-left: 0.25rem;
    }

    .gutters-xs .card {
        margin-bottom: 0.5rem;
    }

.gutters-sm {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

    .gutters-sm > .col, .gutters-sm > [class*="col-"] {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .gutters-sm .card {
        margin-bottom: 1rem;
    }

.gutters-lg {
    margin-right: -1rem;
    margin-left: -1rem;
}

    .gutters-lg > .col, .gutters-lg > [class*="col-"] {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .gutters-lg .card {
        margin-bottom: 2rem;
    }

.gutters-xl {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
}

    .gutters-xl > .col, .gutters-xl > [class*="col-"] {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    .gutters-xl .card {
        margin-bottom: 3rem;
    }

.stamp {
    background: #6861CE;
    display: inline-block;
    min-width: 2rem;
    height: 2rem;
    padding: 0 0.25rem;
    line-height: 2rem;
    text-align: center;
    border-radius: 3px;
    font-weight: 600;
}

    .stamp i {
        color: #fff !important;
    }

.stamp-md {
    min-width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
}

/*     Form     */
.form-control {
    font-size: 1rem;
    border-color: #ebedf2;
    padding: 0.6rem 1rem;
    height: inherit !important;
    border-width: 2px;
}

    .form-control:focus {
        border-color: #3e93ff;
    }

/*     Form Control Sizes    */
.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
    padding: 0.5rem 1rem !important;
    font-size: 1.25rem !important;
}

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
    padding: 0.25rem 0.5rem !important;
    font-size: 0.875rem !important;
    line-height: 1.5;
}

.form-control::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.7;
}

.form-control:-moz-placeholder {
    color: inherit;
    opacity: 0.7;
}

.form-control::-moz-placeholder {
    color: inherit;
    opacity: 0.7;
}

.form-control:-ms-input-placeholder {
    color: inherit;
    opacity: 0.7;
}

body.dark-theme .input-group-text {
    border: .5px solid #3d4047 !important;
}

body.light-theme .input-group-text {
    border: .5px solid #e3e6ed !important;
}

.form-button-action {
    display: inline-flex;
}

.form-check-label,
.form-radio-label {
    margin-right: 15px;
}

/*     CheckBox Input    */
.select-all-checkbox + .form-check-sign:before {
    background: #ccc !important;
    border-color: #ccc !important;
}

.form-check .form-check-input {
    margin-left: 0;
    margin-right: 0.75em;
}

/*     Radio Input    */
.form-radio [type="radio"]:not(:checked), .form-radio [type="radio"]:checked {
    position: absolute;
    left: -9999px;
}

    .form-radio [type="radio"]:not(:checked) + .form-radio-sign, .form-radio [type="radio"]:checked + .form-radio-sign {
        color: #2A2F5B;
        position: relative;
        padding-left: 2em;
        cursor: pointer;
        line-height: 22px;
        font-weight: 400;
    }

        .form-radio [type="radio"]:not(:checked) + .form-radio-sign:before {
            content: "\f18a";
            font-size: 22px;
            font-family: LineAwesome;
            position: absolute;
            left: 0;
            top: auto;
            background: transparent;
            line-height: 1;
            color: #bbb;
        }

        .form-radio [type="radio"]:checked + .form-radio-sign:before {
            content: "\f18a";
            font-size: 22px;
            font-family: LineAwesome;
            position: absolute;
            left: 0;
            top: auto;
            background: transparent;
            line-height: 1;
            display: none;
        }

        .form-radio [type="radio"]:not(:checked) + .form-radio-sign:after, .form-radio [type="radio"]:checked + .form-radio-sign:after {
            content: "\f1bc";
            position: absolute;
            left: 0px;
            top: auto;
            text-align: center;
            font-size: 22px;
            color: #4d7cfe;
            transition: all 0.2s;
            line-height: 1;
            font-family: LineAwesome;
        }

        .form-radio [type="radio"]:not(:checked) + .form-radio-sign:after {
            opacity: 0;
            transform: scale(0);
        }

    .form-radio [type="radio"]:checked + .form-radio-sign {
        font-weight: 400;
    }

        .form-radio [type="radio"]:checked + .form-radio-sign:after {
            opacity: 1;
            transform: scale(1);
        }

.form-radio [type="radio"]:disabled:not(:checked) + .form-radio-sign:before {
    box-shadow: none;
    opacity: 0.65;
}

.form-radio [type="radio"]:disabled:checked + .form-radio-sign:before {
    box-shadow: none;
    opacity: 0.65;
}

.form-radio [type="radio"]:disabled:checked + .form-radio-sign:after {
    opacity: 0.65;
}

.form-radio [type="radio"]:disabled + .form-radio-sign {
    color: #aaa;
    opacity: 0.65;
}

.form-radio [type="radio"]:checked:focus + .form-radio-sign:before, .form-radio [type="radio"]:not(:checked):focus + .form-radio-sign:before {
    border: 1px solid #ccc;
}

.form-radio {
    padding-left: 0.75rem;
}

.form-radio-input {
    position: relative;
    margin-top: 0.3rem;
}

/*      Custom Checkbox      */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #1572E8;
}

.custom-checkbox.checkbox-black .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #1a2035;
}

.custom-checkbox.checkbox-primary .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #1572E8;
}

.custom-checkbox.checkbox-secondary .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #6861CE;
}

.custom-checkbox.checkbox-info .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #48ABF7;
}

.custom-checkbox.checkbox-success .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #31CE36;
}

.custom-checkbox.checkbox-warning .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #FFAD46;
}

.custom-checkbox.checkbox-danger .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #F25961;
}

/*      Label      */
.col-form-label {
    line-height: 1.8;
}

.required-label {
    color: red;
}

.label-align-left {
    text-align: left;
}

.label-align-right {
    text-align: right;
}

.label-align-center {
    text-align: center;
}

/*     Input    */
.form-group,
.form-check {
    margin-bottom: 0;
    padding: 4px;
}

    .form-group label,
    .form-check label {
        margin-bottom: 0.5rem;
        color: #495057;
        font-size: 1rem;
        white-space: nowrap;
    }

.form-group-default {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    padding-top: 7px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 4px;
    overflow: hidden;
    width: 100%;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    margin-bottom: 15px;
}

    .form-group-default label {
        opacity: 1;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        margin: 0;
        display: block;
        -webkit-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
    }

        .form-group-default label:not(.error) {
            font-size: 10.5px !important;
            letter-spacing: 0.06em;
            text-transform: uppercase;
            font-weight: 400;
        }

    .form-group-default .form-control {
        background: unset !important;
    }

    .form-group-default .form-control, .form-group-default .form-select {
        border: 0;
        min-height: 25px;
        padding: 0;
        margin-top: 6px;
        font-size: 1rem;
    }

    .form-group-default select.form-control:not([size]):not([multiple]), .form-group-default select.form-select:not([size]):not([multiple]) {
        height: unset !important;
    }

    .form-group-default.active {
        border-color: rgba(0, 0, 0, 0.1) !important;
        background-color: #f0f0f0;
    }

        .form-group-default.active label {
            opacity: 0.5;
        }

.form-floating-custom {
    position: relative;
}

    .form-floating-custom .form-control, .form-floating-custom .form-select {
        border-left: 0;
        border-top: 0;
        border-right: 0;
        border-radius: 0;
        padding-left: 0;
        background: transparent !important;
    }

    .form-floating-custom label {
        padding-left: 0 !important;
    }

    .form-floating-custom .form-control:focus + label, .form-floating-custom .form-control:not(:placeholder-shown) + label, .form-floating-custom .form-select:focus + label, .form-floating-custom .form-select:not(:placeholder-shown) + label {
        font-size: 85% !important;
        transform: translate3d(0, -10px, 0);
        top: 0;
        opacity: 1;
        padding: .375rem 0 .75rem;
    }

    .form-floating-custom .form-control:not(:placeholder-shown) + label, .form-floating-custom .form-select:not(:placeholder-shown) + label {
        color: #1572E8 !important;
    }

    .form-floating-custom .form-control:not(:placeholder-shown) ~ label::after {
        background: transparent !important;
    }

    .form-floating-custom .form-control ::-webkit-input-placeholder {
        color: transparent;
    }

    .form-floating-custom .form-control :-moz-placeholder {
        color: transparent;
    }

    .form-floating-custom .form-control ::-moz-placeholder {
        color: transparent;
    }

    .form-floating-custom .form-control :-ms-input-placeholder {
        color: transparent;
    }

    .form-floating-custom > .form-select ~ label::after {
        display: none !important;
    }

    .form-floating-custom > .form-control ~ label::after {
        background: transparent !important;
    }

.form-inline label {
    margin-bottom: 0 !important;
}

.input-fixed {
    width: 200px;
}

.form-control.input-full {
    width: 100% !important;
}

.has-success label {
    color: #31CE36 !important;
}

.has-success .form-control {
    border-color: #31CE36 !important;
    color: #31CE36 !important;
}

.has-success .input-group-text {
    border-color: #31CE36 !important;
    background: #31CE36 !important;
    color: #ffffff !important;
}

.has-error label {
    color: #F25961 !important;
}

.has-error .form-control {
    border-color: #F25961 !important;
    color: #F25961 !important;
}

.has-error .input-group-text {
    border-color: #F25961 !important;
    background: #F25961 !important;
    color: #ffffff !important;
}

.input-group label.error, .input-group label.success {
    width: 100%;
    order: 100;
}

.custom-control {
    position: relative;
}

    .custom-control.custom-radio, .custom-control.custom-checkbox {
        margin-bottom: 0;
        cursor: pointer;
        margin-right: 25px;
        display: inline-block;
    }

        .custom-control.custom-radio .custom-control-input, .custom-control.custom-checkbox .custom-control-input {
            margin-right: 10px;
        }

        .custom-control.custom-radio label.error, .custom-control.custom-radio label.success, .custom-control.custom-checkbox label.error, .custom-control.custom-checkbox label.success {
            position: absolute;
            width: 100vh;
            top: 23px;
            left: 0;
        }

.has-feedback {
    position: relative;
}

.form-control-feedback {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.has-success .form-control-feedback {
    color: #31CE36;
}

.has-error .form-control-feedback {
    color: #F25961;
}

.input-group.has-icon {
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
}

    .input-group.has-success, .input-group.has-icon.has-success {
        border: 1px solid #31CE36 !important;
        color: #31CE36;
    }

.input-group.has-error {
    border: 1px solid #F25961 !important;
    color: #F25961;
}

.input-group.has-icon.has-error {
    border: 1px solid #F25961 !important;
    color: #F25961;
}

.input-group.has-icon .form-control {
    border-radius: 0.25rem;
    border: 0px;
    position: relative;
}

.input-group.has-icon .input-group-icon {
    background: transparent;
    border: 0px;
}

.input-square {
    border-radius: 0px !important;
}

.input-pill {
    border-radius: 1.3rem !important;
}

.input-solid {
    background: #e8e8e8 !important;
    border-color: #e8e8e8 !important;
}

.input-border-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0px;
    padding: 0.75rem 0;
    background: transparent !important;
}

/*      Input File      */
.input-file input[type="file"],
.input-file .form-control,
.input-file .form-control-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.input-file label.error, .input-file label.success {
    display: block;
}

.input-file input[type="file"] + label:not(.error),
.input-file .form-control + label:not(.error),
.input-file .form-control-file + label:not(.error),
.input-file .label-input-file {
    font-weight: 600;
    letter-spacing: 0.02em;
    color: white !important;
    display: inline-block;
}

.input-file.input-file-image img.img-upload-preview {
    max-width: 100%;
    display: block;
    margin-bottom: 15px;
    box-shadow: 0 1px 15px 1px rgba(39, 39, 39, 0.1);
}

    .input-file.input-file-image img.img-upload-preview.img-circle {
        border-radius: 2000px;
    }

.form-control:disabled, .form-control[readonly] {
    background: #e8e8e8 !important;
    border-color: #e8e8e8 !important;
}

.form-control:disabled, .form-control[readonly] {
    opacity: 0.6 !important;
}

/*    Input Group    */
.input-group-text {
    font-size: 1rem;
}

    .input-group-text i.la {
        font-size: 21px;
    }

    .input-group-text i[class*="flaticon"] {
        font-size: 17px;
    }

/*    Input Icon */
.input-icon {
    position: relative;
}

    .input-icon .form-control:not(:first-child) {
        padding-left: 2.5rem;
    }

    .input-icon .form-control:not(:last-child) {
        padding-right: 2.5rem;
    }

    .input-icon .input-icon-addon {
        position: absolute;
        left: 1rem;
        top: 0;
        height: 100%;
        display: flex;
        align-items: center;
    }

        .input-icon .input-icon-addon:last-child {
            left: auto;
            right: 1rem;
        }

/*     Label States      */
label.error {
    color: #F25961 !important;
    font-size: 80% !important;
    margin-top: 0.5rem;
}

/*     Label states for select2      */
.select2-input {
    position: relative;
}

    .select2-input label.error, .select2-input label.success {
        position: absolute;
        bottom: -30px;
    }

    .select2-input .select2 {
        margin-bottom: 15px;
    }

/*      Custom Dropzone      */
.dropzone {
    padding: 70px 60px 80px !important;
    border: 2px dashed rgba(0, 0, 0, 0.13) !important;
    background: transparent !important;
}

    .dropzone:hover {
        background: #fafafa !important;
        transition: all 0.5s !important;
    }

    .dropzone .dz-message .icon {
        margin-bottom: 15px;
        font-size: 39px;
    }

    .dropzone .dz-message .message {
        font-size: 34px;
        font-weight: 200;
    }

    .dropzone .dz-message .note {
        font-size: 16px;
        margin-top: 18px;
        font-weight: 300;
    }

/*      Custom Summernote     */
.note-editor.note-frame {
    border: 0px !important;
    box-shadow: none !important;
}

    .note-editor.note-frame .note-toolbar {
        padding: 0 !important;
        border-bottom: 0px !important;
    }

    .note-editor.note-frame .note-btn {
        border: 1px solid #eee !important;
        background: #fafafa !important;
    }

    .note-editor.note-frame .note-placeholder {
        margin-top: 15px !important;
    }

    .note-editor.note-frame .note-codable {
        margin-top: 15px !important;
    }

    .note-editor.note-frame .note-editing-area .note-editable {
        margin-top: 15px !important;
        border: 2px solid #eee !important;
    }

/*     Table    */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}

.table > tbody > tr > td, .table > tbody > tr > th {
    padding: 16px 24px !important;
}

.table > tfoot > tr > td, .table > tfoot > tr > th {
    padding: 12px 24px !important;
}

.table thead th {
    font-size: .95rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 24px !important;
    border-bottom-width: 1px;
    font-weight: 600;
}

.table td, .table th {
    font-size: 1rem;
    border-top-width: 0px;
    border-bottom: 1px solid;
    border-color: #ebedf2 !important;
    vertical-align: middle !important;
}

.table .thead-light th {
    background-color: #f6f9fc;
    color: #8898aa;
    border-color: #ebecec !important;
}

.table .thead-dark th {
    background-color: #1a2035;
    color: #fff;
}

/* table full-width */
.table-full-width {
    margin-left: -15px;
    margin-right: -15px;
}

/* table bordered states */
.table-bordered-bd-black td, .table-bordered-bd-black th {
    border: 1px solid #1a2035 !important;
}

.table-bordered-bd-primary td, .table-bordered-bd-primary th {
    border: 1px solid #1572E8 !important;
}

.table-bordered-bd-secondary td, .table-bordered-bd-secondary th {
    border: 1px solid #6861CE !important;
}

.table-bordered-bd-info td, .table-bordered-bd-info th {
    border: 1px solid #48ABF7 !important;
}

.table-bordered-bd-success td, .table-bordered-bd-success th {
    border: 1px solid #31CE36 !important;
}

.table-bordered-bd-warning td, .table-bordered-bd-warning th {
    border: 1px solid #FFAD46 !important;
}

.table-bordered-bd-danger td, .table-bordered-bd-danger th {
    border: 1px solid #F25961 !important;
}

.table-striped td, .table-striped th {
    border-top: 0 !important;
    border-bottom: 0 !important;
}

/* table head background states*/
.table-head-bg-black thead {
    border: 1px solid #1a2035 !important;
}

.table-head-bg-primary thead {
    border: 1px solid #1572E8 !important;
}

.table-head-bg-secondary thead {
    border: 1px solid #6861CE !important;
}

.table-head-bg-info thead {
    border: 1px solid #48ABF7 !important;
}

.table-head-bg-success thead {
    border: 1px solid #31CE36 !important;
}

.table-head-bg-warning thead {
    border: 1px solid #FFAD46 !important;
}

.table-head-bg-danger thead {
    border: 1px solid #F25961 !important;
}

.table-head-bg-black thead th, .table-striped-bg-black tbody tr:nth-of-type(odd) {
    background: #1a2035 !important;
    color: #ffffff !important;
    border: 0px !important;
}

.table-head-bg-primary thead th, .table-striped-bg-primary tbody tr:nth-of-type(odd) {
    background: #1572E8 !important;
    color: #ffffff !important;
    border: 0px !important;
}

.table-head-bg-secondary thead th, .table-striped-bg-secondary tbody tr:nth-of-type(odd) {
    background: #6861CE !important;
    color: #ffffff !important;
    border: 0px !important;
}

.table-head-bg-info thead th, .table-striped-bg-info tbody tr:nth-of-type(odd) {
    background: #48ABF7 !important;
    color: #ffffff !important;
    border: 0px !important;
}

.table-head-bg-success thead th, .table-striped-bg-success tbody tr:nth-of-type(odd) {
    background: #31CE36 !important;
    color: #ffffff !important;
    border: 0px !important;
}

.table-head-bg-warning thead th, .table-striped-bg-warning tbody tr:nth-of-type(odd) {
    background: #FFAD46 !important;
    color: #ffffff !important;
    border: 0px !important;
}

.table-head-bg-danger thead th, .table-striped-bg-danger tbody tr:nth-of-type(odd) {
    background: #F25961 !important;
    color: #ffffff !important;
    border: 0px !important;
}

/* table-responsive */
.table-responsive {
    width: 100% !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

/*     Navbar     */
.navbar .navbar-nav .nav-item {
    padding: 0 4px;
}

    .navbar .navbar-nav .nav-item .nav-link {
        display: inline-block;
        vertical-align: middle;
        color: #8a95a0;
        padding: 8px 14px;
        border-radius: 3px;
        position: relative;
        font-size: 13px;
        font-weight: 400;
        text-align: center;
        transition: all .3s;
    }

        .navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:focus {
            background: rgba(77, 89, 149, 0.06);
        }

        .navbar .navbar-nav .nav-item .nav-link i {
            font-size: 16px;
            vertical-align: middle;
            line-height: 1 !important;
        }

    .navbar .navbar-nav .nav-item.active .nav-link {
        background: rgba(77, 89, 149, 0.06);
    }

.navbar .navbar-nav .topbar-icon {
    padding: 0;
}

    .navbar .navbar-nav .topbar-icon .nav-link {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: unset;
        height: 44px;
        width: 44px;
    }

.navbar .navbar-nav .topbar-user .profile-pic {
    display: flex;
    align-items: center;
    padding: 0 8px;
    height: 44px;
    border-radius: 3px;
    color: azure;
}

    .navbar .navbar-nav .topbar-user .profile-pic:hover, .navbar .navbar-nav .topbar-user .profile-pic:focus {
        background: rgba(77, 89, 149, 0.06);
    }

.navbar .navbar-nav .topbar-user .profile-username {
    margin-left: 8px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    left: auto;
    right: 0;
    z-index: 1001;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    background-color: #495057 !important;
}

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

.navbar .navbar-nav .notification {
    position: absolute;
    background-color: #31CE36;
    text-align: center;
    border-radius: 10px;
    min-width: 17px;
    height: 17px;
    font-size: 10px;
    color: #ffffff;
    font-weight: 300;
    line-height: 17px;
    top: 3px;
    right: 3px;
    letter-spacing: -1px;
}

.navbar-header {
    padding: 0px 30px;
}

    .navbar-header .container-fluid {
        min-height: inherit;
        padding: 0 !important;
    }

    .navbar-header .dropdown-toggle::after {
        margin-left: 0;
    }

.profile-pic:hover, .profile-pic:focus {
    text-decoration: none;
}

.profile-pic span {
    font-size: 1rem;
}

.navbar-header .dropdown-toggle::after {
    vertical-align: middle;
    color: #555;
}

.hidden-caret .dropdown-toggle::after {
    display: none !important;
}

.navbar[class*="bg-"] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

    .navbar[class*="bg-"] .navbar-brand {
        color: #ffffff;
    }

    .navbar[class*="bg-"] .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    .navbar[class*="bg-"] .navbar-nav > .nav-item > .nav-link {
        font-size: 1.05rem;
        color: #ffffff;
    }
        /* Menu Superior */
        .navbar[class*="bg-"] .navbar-nav > .nav-item > .nav-link.disabled {
            color: #d8d8d8 !important;
        }

        .navbar[class*="bg-"] .navbar-nav > .nav-item > .nav-link:hover {
            background: rgba(255, 255, 255, 0.22) !important;
        }

    .navbar[class*="bg-"] .navbar-nav > .nav-item.active > .nav-link {
        background: rgba(255, 255, 255, 0.22) !important;
    }

    .navbar[class*="bg-"] .btn-toggle {
        background: rgba(19, 19, 19, 0.25) !important;
        color: #ffffff !important;
    }

    .navbar[class*="bg-"] .nav-search .input-group {
        border: 0;
        background: rgba(19, 19, 19, 0.25) !important;
    }

        .navbar[class*="bg-"] .nav-search .input-group .form-control {
            color: #ffffff !important;
        }

    .navbar[class*="bg-"] .nav-search .search-icon {
        color: #ffffff !important;
    }

/*    Page Navigation   */
.navbar-nav.page-navigation.page-navigation-black .nav-item.active .nav-link {
    color: #1a2035 !important;
}

.navbar-nav.page-navigation.page-navigation-black .nav-item .nav-link:hover {
    color: #1a2035 !important;
}

.navbar-nav.page-navigation.page-navigation-primary .nav-item.active .nav-link {
    color: #1572E8 !important;
}

.navbar-nav.page-navigation.page-navigation-primary .nav-item .nav-link:hover {
    color: #1572E8 !important;
}

.navbar-nav.page-navigation.page-navigation-secondary .nav-item.active .nav-link {
    color: #6861CE !important;
}

.navbar-nav.page-navigation.page-navigation-secondary .nav-item .nav-link:hover {
    color: #6861CE !important;
}

.navbar-nav.page-navigation.page-navigation-success .nav-item.active .nav-link {
    color: #31CE36 !important;
}

.navbar-nav.page-navigation.page-navigation-success .nav-item .nav-link:hover {
    color: #31CE36 !important;
}

.navbar-nav.page-navigation.page-navigation-warning .nav-item.active .nav-link {
    color: #FFAD46 !important;
}

.navbar-nav.page-navigation.page-navigation-warning .nav-item .nav-link:hover {
    color: #FFAD46 !important;
}

.navbar-nav.page-navigation.page-navigation-danger .nav-item.active .nav-link {
    color: #F25961 !important;
}

.navbar-nav.page-navigation.page-navigation-danger .nav-item .nav-link:hover {
    color: #F25961 !important;
}

.navbar-nav.page-navigation.page-navigation-info .nav-item.active .nav-link {
    color: #48ABF7 !important;
}

.navbar-nav.page-navigation.page-navigation-info .nav-item .nav-link:hover {
    color: #48ABF7 !important;
}

/*    Navbar Line     */
.navbar-line {
    min-height: inherit;
}

    .navbar-line .navbar-nav {
        min-height: inherit;
    }

        .navbar-line .navbar-nav.page-navigation .nav-item {
            min-height: 100%;
            display: flex;
            align-items: center;
        }

            .navbar-line .navbar-nav.page-navigation .nav-item .nav-link {
                padding: 10px 20px;
                background: transparent !important;
                font-weight: 600;
            }

                .navbar-line .navbar-nav.page-navigation .nav-item .nav-link:first-child {
                    margin-left: -20px;
                }

            .navbar-line .navbar-nav.page-navigation .nav-item.active {
                position: relative;
            }

                .navbar-line .navbar-nav.page-navigation .nav-item.active::before {
                    height: 2px;
                    width: calc(100% - 30px);
                    bottom: 0px;
                    transform: translateX(-50%);
                    margin-left: -10px;
                    left: 50%;
                    background: #1572E8;
                    content: '';
                    position: absolute;
                }

                    .navbar-line .navbar-nav.page-navigation .nav-item.active::before .nav-link {
                        color: #fff !important;
                    }

                .navbar-line .navbar-nav.page-navigation .nav-item.active:first-child::before {
                    width: calc(100% - 30px);
                    margin-left: -10px;
                }

            .navbar-line .navbar-nav.page-navigation .nav-item:not(.active) .nav-link {
                font-weight: 400;
                color: rgba(255, 255, 255, 0.85) !important;
                transition: all .3s;
            }

                .navbar-line .navbar-nav.page-navigation .nav-item:not(.active) .nav-link:hover {
                    color: #fff !important;
                }

        .navbar-line .navbar-nav.page-navigation.page-navigation-black .nav-item.active::before {
            background: #1a2035 !important;
        }

        .navbar-line .navbar-nav.page-navigation.page-navigation-primary .nav-item.active::before {
            background: #1572E8 !important;
        }

        .navbar-line .navbar-nav.page-navigation.page-navigation-secondary .nav-item.active::before {
            background: #6861CE !important;
        }

        .navbar-line .navbar-nav.page-navigation.page-navigation-success .nav-item.active::before {
            background: #31CE36 !important;
        }

        .navbar-line .navbar-nav.page-navigation.page-navigation-warning .nav-item.active::before {
            background: #FFAD46 !important;
        }

        .navbar-line .navbar-nav.page-navigation.page-navigation-danger .nav-item.active::before {
            background: #F25961 !important;
        }

        .navbar-line .navbar-nav.page-navigation.page-navigation-info .nav-item.active::before {
            background: #48ABF7 !important;
        }

.navbar-header:not([data-background-color]) .navbar-line .navbar-nav.page-navigation .active .nav-link, .navbar-header[data-background-color="white"] .navbar-line .navbar-nav.page-navigation .active .nav-link {
    color: #666;
}

.navbar-header:not([data-background-color]) .navbar-line .navbar-nav.page-navigation .nav-item:not(.active) .nav-link, .navbar-header[data-background-color="white"] .navbar-line .navbar-nav.page-navigation .nav-item:not(.active) .nav-link {
    color: #9EA2AD !important;
}

    .navbar-header:not([data-background-color]) .navbar-line .navbar-nav.page-navigation .nav-item:not(.active) .nav-link:hover, .navbar-header[data-background-color="white"] .navbar-line .navbar-nav.page-navigation .nav-item:not(.active) .nav-link:hover {
        color: #666 !important;
    }

/*     Nav Search     */
.nav-search .input-group {
    border: 1px solid #e6e7e9;
    background: #f9f9f9;
    border-radius: 5px;
}

    .nav-search .input-group:hover, .nav-search .input-group:focus {
        border: 1px solid #ddd;
    }

.nav-search.nav-search-round .input-group {
    border-radius: 50px;
}

.nav-search .form-control {
    border: 0;
    background: transparent !important;
    font-size: 1rem;
    padding: 0.75em 1em;
    min-width: 250px;
    max-width: 100%;
}

.nav-search .input-group-text {
    border: 0;
    background: transparent;
}

.nav-search .search-icon {
    font-size: 18px;
    color: #4a4a4a;
}

.nav-search .btn-search {
    background: transparent !important;
    padding: .375rem 1rem;
    display: flex;
    align-items: center;
    height: 100%;
}

/*    Quick Search    */
.quick-search {
    display: flex;
    align-items: center;
    width: 225px;
}

    .quick-search .input-group {
        background: #eee;
        border-radius: 5px;
    }

    .quick-search .btn-search {
        background: transparent;
        padding: .5rem 1rem;
    }

    .quick-search .search-icon {
        font-size: 16px;
    }

    .quick-search input.form-control {
        background: transparent;
        border: 0;
        padding: .5rem 0;
    }

/*     Dropdown Search     */
.dropdown-search {
    min-width: 350px;
    padding: 5px 0;
}

    .dropdown-search .nav-search .input-group {
        background: transparent !important;
        box-shadow: none !important;
        border: 0 !important;
    }

        .dropdown-search .nav-search .input-group .form-control {
            color: inherit !important;
        }

            .dropdown-search .nav-search .input-group .form-control::-webkit-input-placeholder {
                /* Chrome/Opera/Safari */
                color: #bfbfbf !important;
            }

            .dropdown-search .nav-search .input-group .form-control::-moz-placeholder {
                /* Firefox 19+ */
                color: #bfbfbf !important;
            }

            .dropdown-search .nav-search .input-group .form-control:-ms-input-placeholder {
                /* IE 10+ */
                color: #bfbfbf !important;
            }

            .dropdown-search .nav-search .input-group .form-control:-moz-placeholder {
                /* Firefox 18- */
                color: #bfbfbf !important;
            }

/*     Badge    */
.badge {
    border-radius: 5px;
    margin-left: auto;
    line-height: 1;
    padding: 4px 7px;
    vertical-align: middle;
    font-weight: 400;
    font-size: 11px;
    border: 1px solid #ddd;
    height: fit-content !important;
}

[class*="badge-"]:not(.badge-count) {
    border: 0px !important;
}

.badge-count {
    color: inherit !important;
}

.badge-black {
    background: #1a2035;
    color: #ffffff !important;
}

.badge-primary {
    background: #1572E8;
}

.badge-secondary {
    background: #6861CE;
}

.badge-info {
    background: #48ABF7;
}

.badge-success {
    background-color: #31CE36;
}

.badge-warning {
    background: #FFAD46;
}

.badge-danger {
    background-color: #F25961;
}

/*     Dropdown    */
.dropdown-menu {
    border: 0px;
    border-radius: 3px;
    box-shadow: 0 1px 11px rgba(0, 0, 0, 0.15) !important;
    padding-bottom: 5px;
    margin-top: 3px;
}

/*     Notification dropdown    */
.dropdown-title {
    border-bottom: 1px solid #f1f1f1;
    color: #444444;
    font-size: 1rem;
    font-weight: 600;
    padding: 12px 15px;
    text-align: center;
}

.notif-box, .messages-notif-box {
    width: 280px;
    padding: 0 !important;
}

    .notif-box .notif-center a, .messages-notif-box .notif-center a {
        display: flex;
        color: #4d585f;
    }

        .notif-box .notif-center a:hover, .messages-notif-box .notif-center a:hover {
            text-decoration: none;
            background: #fafafa;
            transition: all .2s;
        }

        .notif-box .notif-center a .notif-icon, .messages-notif-box .notif-center a .notif-icon {
            display: inline-flex;
            width: 40px;
            height: 40px;
            margin: 10px;
            align-items: center;
            justify-content: center;
            background: #eee;
            border-radius: 50%;
        }

        .notif-box .notif-center a .notif-img, .messages-notif-box .notif-center a .notif-img {
            display: inline-flex;
            width: 40px;
            height: 40px;
            margin: 10px;
            align-items: center;
            justify-content: center;
            background: #eee;
            border-radius: 50%;
        }

            .notif-box .notif-center a .notif-img img, .messages-notif-box .notif-center a .notif-img img {
                width: 100%;
                height: 100%;
                border-radius: 50%;
            }

        .notif-box .notif-center a .notif-icon.notif-black, .notif-box .notif-center a .notif-icon.notif-primary, .notif-box .notif-center a .notif-icon.notif-secondary, .notif-box .notif-center a .notif-icon.notif-info, .notif-box .notif-center a .notif-icon.notif-success, .notif-box .notif-center a .notif-icon.notif-warning, .notif-box .notif-center a .notif-icon.notif-danger, .messages-notif-box .notif-center a .notif-icon.notif-black, .messages-notif-box .notif-center a .notif-icon.notif-primary, .messages-notif-box .notif-center a .notif-icon.notif-secondary, .messages-notif-box .notif-center a .notif-icon.notif-info, .messages-notif-box .notif-center a .notif-icon.notif-success, .messages-notif-box .notif-center a .notif-icon.notif-warning, .messages-notif-box .notif-center a .notif-icon.notif-danger {
            color: #ffffff !important;
        }

        .notif-box .notif-center a .notif-icon.notif-black, .messages-notif-box .notif-center a .notif-icon.notif-black {
            background: #1a2035 !important;
        }

        .notif-box .notif-center a .notif-icon.notif-primary, .messages-notif-box .notif-center a .notif-icon.notif-primary {
            background: #1572E8 !important;
        }

        .notif-box .notif-center a .notif-icon.notif-secondary, .messages-notif-box .notif-center a .notif-icon.notif-secondary {
            background: #6861CE !important;
        }

        .notif-box .notif-center a .notif-icon.notif-info, .messages-notif-box .notif-center a .notif-icon.notif-info {
            background: #48ABF7 !important;
        }

        .notif-box .notif-center a .notif-icon.notif-success, .messages-notif-box .notif-center a .notif-icon.notif-success {
            background: #31CE36 !important;
        }

        .notif-box .notif-center a .notif-icon.notif-warning, .messages-notif-box .notif-center a .notif-icon.notif-warning {
            background: #FFAD46 !important;
        }

        .notif-box .notif-center a .notif-icon.notif-danger, .messages-notif-box .notif-center a .notif-icon.notif-danger {
            background: #F25961 !important;
        }

        .notif-box .notif-center a .notif-icon i, .messages-notif-box .notif-center a .notif-icon i {
            font-size: 15px;
        }

        .notif-box .notif-center a .notif-content, .messages-notif-box .notif-center a .notif-content {
            padding: 10px 15px 10px 0;
        }

        .notif-box .notif-center a .message-content, .messages-notif-box .notif-center a .message-content {
            padding: 7px 15px 10px 0;
        }

        .notif-box .notif-center a .notif-content .subject, .messages-notif-box .notif-center a .notif-content .subject {
            font-size: 13px;
            font-weight: 600;
            display: block;
            margin-bottom: 2px;
        }

        .notif-box .notif-center a .notif-content .block, .messages-notif-box .notif-center a .notif-content .block {
            font-size: 13px;
            line-height: 20px;
            display: block;
        }

        .notif-box .notif-center a .notif-content .time, .messages-notif-box .notif-center a .notif-content .time {
            color: #7d8c95;
            font-size: 11px;
        }

    .notif-box .see-all, .messages-notif-box .see-all {
        border-top: 1px solid #f1f1f1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        color: #555;
        font-size: 13px;
        font-weight: 400;
        text-decoration: none;
    }

        .notif-box .see-all:hover, .messages-notif-box .see-all:hover {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px 20px;
            color: #555;
            font-size: 13px;
            font-weight: 400;
            text-decoration: none;
        }

        .notif-box .see-all i, .messages-notif-box .see-all i {
            float: right;
        }

    .notif-box .notif-scroll {
        max-height: 256px;
    }

    .messages-notif-box .message-notif-scroll {
        max-height: 250px;
    }

    .messages-notif-box .notif-center a {
        border-bottom: 1px solid #f1f1f1;
    }

        .messages-notif-box .notif-center a:last-child {
            border-bottom: 0px;
        }

        .messages-notif-box .notif-center a .notif-content {
            padding: 7px 15px 7px 5px;
        }

/*     User Dropdown    */
.dropdown-user {
    width: 260px;
}

.user-box {
    display: flex;
    padding: .25rem 1rem;
}

    .user-box .u-text {
        padding: 0 10px;
    }

        .user-box .u-text h4 {
            margin-bottom: 5px;
            margin-top: 4px;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1;
        }

        .user-box .u-text .text-muted {
            font-size: 12px;
            margin-bottom: 5px;
        }

        .user-box .u-text .btn {
            font-size: 11px;
        }

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

/* Quick Actions Dropdown */
.quick-actions {
    width: 350px;
    padding: 0px;
}

    .quick-actions:after {
        border-bottom-color: #1572E8 !important;
    }

    .quick-actions .quick-actions-header {
        display: flex;
        align-items: center;
        flex-direction: column;
        background: #1572E8;
        color: #fff;
        padding: 15px;
        border-radius: 3px 3px 0 0;
    }

        .quick-actions .quick-actions-header .title {
            font-size: 16px;
        }

        .quick-actions .quick-actions-header .subtitle {
            font-size: 13px;
        }

    .quick-actions .quick-actions-items {
        padding: 7.5px 0;
    }

    .quick-actions a:hover {
        text-decoration: none;
    }

    .quick-actions .quick-actions-item {
        display: flex;
        flex-direction: column;
        margin: 7.5px 10px;
        padding: 10px;
        align-items: center;
        color: #1572E8;
    }

        .quick-actions .quick-actions-item i {
            color: #fff;
            font-size: 18px;
        }

        .quick-actions .quick-actions-item .text {
            text-align: center;
            font-size: 1rem;
            margin-top: 12px;
        }

        .quick-actions .quick-actions-item:hover .avatar-item {
            transform: scale(1.1);
        }

    .quick-actions .avatar-item {
        display: inline-flex;
        width: 48px;
        height: 48px;
        color: #fff;
        border-radius: .375rem;
        background-color: #1572E8;
        align-items: center;
        justify-content: center;
        transition: all .15s;
        box-shadow: 2px 2px 8px 0px rgba(31, 30, 30, 0.13) !important;
    }

    .quick-actions.quick-actions-black:after {
        border-bottom-color: #1a2035 !important;
    }

    .quick-actions.quick-actions-black .quick-actions-header {
        background: #1a2035;
    }

    .quick-actions.quick-actions-black .quick-actions-item {
        color: #1a2035;
    }

    .quick-actions.quick-actions-primary:after {
        border-bottom-color: #1572E8 !important;
    }

    .quick-actions.quick-actions-primary .quick-actions-header {
        background: #1572E8;
    }

    .quick-actions.quick-actions-primary .quick-actions-item {
        color: #1572E8;
    }

    .quick-actions.quick-actions-secondary:after {
        border-bottom-color: #6861CE !important;
    }

    .quick-actions.quick-actions-secondary .quick-actions-header {
        background: #6861CE;
    }

    .quick-actions.quick-actions-secondary .quick-actions-item {
        color: #6861CE;
    }

    .quick-actions.quick-actions-info:after {
        border-bottom-color: #48ABF7 !important;
    }

    .quick-actions.quick-actions-info .quick-actions-header {
        background: #48ABF7;
    }

    .quick-actions.quick-actions-info .quick-actions-item {
        color: #48ABF7;
    }

    .quick-actions.quick-actions-warning:after {
        border-bottom-color: #FFAD46 !important;
    }

    .quick-actions.quick-actions-warning .quick-actions-header {
        background: #FFAD46;
    }

    .quick-actions.quick-actions-warning .quick-actions-item {
        color: #FFAD46;
    }

    .quick-actions.quick-actions-success:after {
        border-bottom-color: #31CE36 !important;
    }

    .quick-actions.quick-actions-success .quick-actions-header {
        background: #31CE36;
    }

    .quick-actions.quick-actions-success .quick-actions-item {
        color: #31CE36;
    }

    .quick-actions.quick-actions-danger:after {
        border-bottom-color: #F25961 !important;
    }

    .quick-actions.quick-actions-danger .quick-actions-header {
        background: #F25961;
    }

    .quick-actions.quick-actions-danger .quick-actions-item {
        color: #F25961;
    }

@media screen and (max-width: 991.5px) {
    .notif-box .notif-scroll, .messages-notif-box .message-notif-scroll, .quick-actions .quick-actions-scroll {
        max-height: calc(100vh - 200px);
    }

    .dropdown-user .dropdown-user-scroll {
        max-height: calc(100vh - 132px);
    }
}

@media screen and (min-width: 991px) {
    .navbar-header .dropdown-menu {
        margin-top: 13px;
    }

        .navbar-header .dropdown-menu:after {
            border-bottom: 8px solid #fff;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            content: "";
            right: 10px;
            top: -8px;
            position: absolute;
            z-index: 1001;
        }
}
/*     Chart Circle    */
.chart-circle {
    display: flex;
    justify-content: center;
}

    .chart-circle .circles-text {
        font-size: 25px !important;
    }

/*     Chart JS Container    */
.chart-container {
    min-height: 300px;
    position: relative;
}

/*     HTML legend    */
.html-legend {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    list-style: none;
    cursor: pointer;
    padding-left: 0;
    text-align: center;
    margin-top: 1rem;
}

    .html-legend li {
        justify-content: center;
        align-items: center;
        display: flex;
        vertical-align: middle;
        padding: 0 5px;
        margin-right: 5px;
        margin-bottom: 6px;
        color: #8d9498;
        font-size: 12px;
    }

        .html-legend li.hidden {
            text-decoration: line-through;
        }

        .html-legend li span {
            border-radius: 15px;
            display: inline-block;
            height: 15px;
            margin-right: 10px;
            width: 15px;
            vertical-align: top;
        }

.jqstooltip {
    box-sizing: content-box;
}

/*     Alert    */
.alert {
    border: 0px;
    position: relative;
    padding: .95rem 1.25rem;
    border-radius: 1px;
    color: inherit;
    background-color: #ffffff;
    -webkit-box-shadow: 1px 1px 14px 0px rgba(18, 38, 63, 0.26);
    -moz-box-shadow: 1px 1px 14px 0px rgba(18, 38, 63, 0.26);
    box-shadow: 1px 1px 14px 0px rgba(18, 38, 63, 0.26);
}

    .alert [data-notify="icon"] {
        display: block;
    }

        .alert [data-notify="icon"]::before {
            line-height: 35px;
            font-size: 22px;
            display: block;
            left: 15px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 35px;
            height: 35px;
            border-radius: 30px;
            text-align: center;
            color: #fff;
        }

    .alert [data-notify="title"] {
        display: block;
        color: #2b2b2b;
        font-weight: 700;
        font-size: 1rem;
        margin-bottom: 5px;
    }

    .alert [data-notify="message"] {
        font-size: 13px;
        color: #908e8e;
    }

    .alert .close {
        background: rgba(255, 255, 255, 0.8);
        width: 25px;
        height: 25px;
        line-height: 25px;
        top: 12px !important;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

/*    Alert States    */
.alert-black {
    border-left: 4px solid #1a2035;
}

    .alert-black [data-notify="icon"]:before {
        background: #1a2035;
    }

.alert-primary {
    border-left: 4px solid #1572E8;
}

    .alert-primary [data-notify="icon"]:before {
        background: #1572E8;
    }

.alert-secondary {
    border-left: 4px solid #6861CE;
}

    .alert-secondary [data-notify="icon"]:before {
        background: #6861CE;
    }

.alert-info {
    border-left: 4px solid #48ABF7;
}

    .alert-info [data-notify="icon"]:before {
        background: #48ABF7;
    }

.alert-success {
    border-left: 4px solid #31CE36;
}

    .alert-success [data-notify="icon"]:before {
        background: #31CE36;
    }

.alert-warning {
    border-left: 4px solid #FFAD46;
}

    .alert-warning [data-notify="icon"]:before {
        background: #FFAD46;
    }

.alert-danger {
    border-left: 4px solid #F25961;
}

    .alert-danger [data-notify="icon"]:before {
        background: #F25961;
    }

/*    Button    */
.btn {
    padding: 0.65rem 1.4rem;
    font-size: 1rem;
    font-weight: 500;
    opacity: 1;
    border-radius: 3px;
}

    .btn:hover, .btn:focus {
        opacity: 0.8;
    }

    .btn .btn-label {
        display: inline-block;
    }

        .btn .btn-label i {
            font-size: 16px;
            vertical-align: middle;
            margin-right: 2px;
            margin-left: -2px;
            line-height: 0;
            margin-top: -2.5px;
        }

        .btn .btn-label.just-icon i {
            margin-left: 0 !important;
            margin-right: 0px !important;
        }

/*     Button Sizes     */
.btn-lg {
    font-size: 15px;
    border-radius: 6px;
    padding: 12.5px 27.5px;
    font-weight: 400;
}

    .btn-lg .btn-label i {
        font-size: 27px;
        vertical-align: middle;
        margin-right: 2px;
        margin-left: -7px;
        line-height: 0;
        margin-top: -2.5px;
    }

    .btn-lg .btn-label.just-icon i {
        margin-left: 0 !important;
        margin-right: 0px !important;
    }

.btn-sm {
    font-size: 11px;
    padding: 7px 13px;
}

.btn-xs {
    font-size: 10px;
    padding: 5px 9px;
}

.btn.disabled:hover, .btn:hover:disabled {
    opacity: 0.65;
}

/*      Button Icon        */
.btn-icon {
    font-size: 1.25rem;
    height: 2.5125rem;
    line-height: normal;
    min-width: 2.5125rem;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 2.5125rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

    .btn-icon.btn-lg {
        height: 2.75rem;
        min-width: 2.75rem;
        width: 2.75rem;
    }

    .btn-icon.btn-sm {
        height: 2rem;
        min-width: 2rem;
        width: 2rem;
    }

    .btn-icon.btn-xs {
        height: 1.6875rem;
        min-width: 1.6875rem;
        width: 1.6875rem;
    }

/*      Button States      */
.btn-white {
    background: #ffffff !important;
    color: #1a2035 !important;
}

    .btn-white:hover, .btn-white:focus, .btn-white:disabled {
        background: #ffffff !important;
        color: #1a2035 !important;
    }

.btn-black {
    background: #1a2035 !important;
    color: #ffffff !important;
}

    .btn-black:hover, .btn-black:focus, .btn-black:disabled {
        background: #1a2035 !important;
        color: #ffffff !important;
    }

.btn-primary {
    background: #1572E8 !important;
    border-color: #1572E8 !important;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:disabled {
        color: #ffffff !important;
        background: #1572E8 !important;
        border-color: #1572E8 !important;
    }

.btn-secondary {
    background: #6861CE !important;
    border-color: #6861CE !important;
}

    .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:disabled {
        color: #ffffff !important;
        background: #6861CE !important;
        border-color: #6861CE !important;
    }

.btn-info {
    background: #48ABF7 !important;
    border-color: #48ABF7 !important;
    color: #ffffff !important;
}

    .btn-info:hover, .btn-info:focus, .btn-info:disabled {
        color: #ffffff !important;
        background: #48ABF7 !important;
        border-color: #48ABF7 !important;
    }

.btn-success {
    background: #31CE36 !important;
    border-color: #31CE36 !important;
}

    .btn-success:hover, .btn-success:focus, .btn-success:disabled {
        color: #ffffff !important;
        background: #31CE36 !important;
        border-color: #31CE36 !important;
    }

.btn-warning {
    background: #FFAD46 !important;
    border-color: #FFAD46 !important;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:disabled {
        background: #FFAD46 !important;
        border-color: #FFAD46 !important;
    }

.btn-danger {
    background: #F25961 !important;
    border-color: #F25961 !important;
}

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

.btn-light {
    background: #ffffff !important;
    border-color: transparent;
}

    .btn-light:hover, .btn-light:focus, .btn-light:disabled {
        background: #ebecec !important;
        border-color: transparent;
    }

.btn-dropdown-card-header {
    padding: 0;
    background: transparent;
    color: inherit;
    font-size: 15px;
}

    .btn-dropdown-card-header:after {
        display: none;
    }

.btn-clean {
    background: transparent;
}

    .btn-clean:hover, .btn-clean:focus, .btn-clean:disabled {
        color: #1572E8;
        background: rgba(21, 114, 232, 0.05);
        opacity: 1;
    }

.btn-label-primary {
    background: rgba(21, 114, 232, 0.1);
    color: #1572E8 !important;
    border-color: transparent;
}

    .btn-label-primary:hover, .btn-label-primary:focus, .btn-label-primary:disabled {
        background: #1572E8;
        color: #fff !important;
        opacity: 1;
    }

.btn-label-secondary {
    background: rgba(104, 97, 206, 0.1);
    color: #6861CE !important;
    border-color: transparent;
}

    .btn-label-secondary:hover, .btn-label-secondary:focus, .btn-label-secondary:disabled {
        background: #6861CE;
        color: #fff !important;
        opacity: 1;
    }

.btn-label-info {
    background: rgba(72, 171, 247, 0.1);
    color: #48ABF7 !important;
    border-color: transparent;
}

    .btn-label-info:hover, .btn-label-info:focus, .btn-label-info:disabled {
        background: #48ABF7;
        color: #fff !important;
        opacity: 1;
    }

.btn-label-success {
    background: rgba(49, 206, 54, 0.1);
    color: #31CE36 !important;
    border-color: transparent;
}

    .btn-label-success:hover, .btn-label-success:focus, .btn-label-success:disabled {
        background: #31CE36;
        color: #fff !important;
        opacity: 1;
    }

.btn-label-warning {
    background: rgba(255, 173, 70, 0.1);
    color: #FFAD46 !important;
    border-color: transparent;
}

    .btn-label-warning:hover, .btn-label-warning:focus, .btn-label-warning:disabled {
        background: #FFAD46;
        color: #fff !important;
        opacity: 1;
    }

.btn-label-danger {
    background: rgba(242, 89, 97, 0.1);
    color: #F25961 !important;
    border-color: transparent;
}

    .btn-label-danger:hover, .btn-label-danger:focus, .btn-label-danger:disabled {
        background: #F25961;
        color: #fff !important;
        opacity: 1;
    }

.btn-label-light {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

    .btn-label-light:hover, .btn-label-light:focus {
        background: #fff;
        color: #2a2f5b;
        opacity: 1;
    }

/*      Button Border     */
.btn-border {
    background: transparent !important;
}

    .btn-border:hover, .btn-border:focus {
        background: transparent !important;
    }

    .btn-border.btn-white {
        color: #ffffff !important;
        border: 1px solid #ffffff !important;
    }

    .btn-border.btn-black {
        color: #1a2035 !important;
        border: 1px solid #1a2035 !important;
    }

    .btn-border.btn-primary {
        color: #1572E8 !important;
        border: 1px solid #1572E8 !important;
    }

    .btn-border.btn-secondary {
        color: #6861CE !important;
        border: 1px solid #6861CE !important;
    }

    .btn-border.btn-info {
        color: #48ABF7 !important;
        border: 1px solid #48ABF7 !important;
    }

    .btn-border.btn-success {
        color: #31CE36 !important;
        border: 1px solid #31CE36 !important;
    }

    .btn-border.btn-warning {
        color: #FFAD46 !important;
        border: 1px solid #FFAD46 !important;
    }

    .btn-border.btn-danger {
        color: #F25961 !important;
        border: 1px solid #F25961 !important;
    }

    .btn-border.btn-light {
        border: 1px solid #efefef;
        background: #fff !important;
    }

/*      Button Rounded      */
.btn-round {
    border-radius: 100px !important;
}

/*      Button Link      */
.btn-link {
    border: 0 !important;
    background: transparent !important;
}

    .btn-link:hover, .btn-link:focus {
        text-decoration: underline !important;
        background: transparent !important;
        border: 0 !important;
    }

    .btn-link.btn-black {
        color: #1a2035 !important;
    }

        .btn-link.btn-black:hover {
            color: #1a2035 !important;
        }

    .btn-link.btn-primary {
        color: #1572E8 !important;
    }

        .btn-link.btn-primary:hover {
            color: #1572E8 !important;
        }

    .btn-link.btn-secondary {
        color: #6861CE !important;
    }

        .btn-link.btn-secondary:hover {
            color: #6861CE !important;
        }

    .btn-link.btn-info {
        color: #48ABF7 !important;
    }

        .btn-link.btn-info:hover {
            color: #48ABF7 !important;
        }

    .btn-link.btn-success {
        color: #31CE36 !important;
    }

        .btn-link.btn-success:hover {
            color: #31CE36 !important;
        }

    .btn-link.btn-warning {
        color: #FFAD46 !important;
    }

        .btn-link.btn-warning:hover {
            color: #FFAD46 !important;
        }

    .btn-link.btn-danger {
        color: #F25961 !important;
    }

        .btn-link.btn-danger:hover {
            color: #F25961 !important;
        }

.toggle-on.btn {
    color: #ffffff !important;
}

.toggle-handle {
    background: #ffffff !important;
}

    .toggle-handle:hover {
        background: #ffffff !important;
    }

.btn-round .toggle-handle {
    border-radius: 50px;
}

.btn-rounded {
    border-radius: 60px !important;
}

.btn-full {
    width: 100%;
}

.btn-no-radius {
    border-radius: 0px;
}

/*     Nav Pill     */
.nav-pills > li:first-child > .nav-link {
    border-radius: 4px 0 0 4px !important;
}

.nav-pills > li:last-child > .nav-link {
    border-radius: 0 4px 4px 0 !important;
}

.nav-link.disabled {
    color: #6c757d !important;
}

.nav-pills .nav-link {
    padding: 10px 20px;
}

.nav-pills > li > .nav-link {
    border-radius: 0 !important;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #1572E8;
    color: #585c5d;
}

    .nav-pills > li > .nav-link.active {
        background: #1572E8;
    }

    .nav-pills > li > .nav-link:hover {
        background: rgba(222, 222, 222, 0.4);
    }

.nav-pills.nav-pills-no-bd li {
    margin-left: 15px !important;
}

    .nav-pills.nav-pills-no-bd li .nav-link {
        border: 0px !important;
        border-radius: 50px !important;
        background: rgba(222, 222, 222, 0.4);
    }

        .nav-pills.nav-pills-no-bd li .nav-link.active {
            border-radius: 50px !important;
        }

    .nav-pills.nav-pills-no-bd li:first-child {
        margin-left: 0px !important;
    }

.nav-pills.nav-pills-no-bd.nav-pills-icons .nav-link, .nav-pills.nav-pills-no-bd.nav-pills-icons .nav-link.active {
    border-radius: 5px !important;
}

.nav-pills.flex-column .nav-link {
    border-radius: 0 !important;
    border: 1px solid #1572E8;
    color: #585c5d;
    margin-top: -1px;
    text-align: center;
    word-wrap: normal;
    padding: 10px 0;
}

    .nav-pills.flex-column .nav-link:hover {
        background: rgba(222, 222, 222, 0.4);
    }

    .nav-pills.flex-column .nav-link.active {
        background: #1572E8;
    }

    .nav-pills.flex-column .nav-link:first-child {
        border-radius: 4px 4px 0 0 !important;
    }

    .nav-pills.flex-column .nav-link:last-child {
        border-radius: 0 0 4px 4px !important;
    }

.nav-pills.flex-column.nav-pills-no-bd .nav-link {
    border: 0px !important;
    border-radius: 50px !important;
    background: rgba(222, 222, 222, 0.4);
    margin-top: 5px;
    margin-bottom: 5px;
}

    .nav-pills.flex-column.nav-pills-no-bd .nav-link.active {
        border-radius: 50px !important;
    }

.nav-pills.flex-column.nav-pills-icons .nav-link, .nav-pills.flex-column.nav-pills-icons .nav-link.active {
    border-radius: 5px !important;
}

.nav-pills.nav-pills-icons .nav-link, .nav-pills.nav-pills-icons .nav-link.active {
    border-radius: 5px !important;
    padding-top: 12px;
    padding-bottom: 12px;
}

.nav-pills.nav-pills-icons i {
    display: block;
    text-align: center;
    font-size: 2em;
    line-height: 50px;
}

.nav-pills.nav-black .nav-link, .nav-pills.nav-primary .nav-link, .nav-pills.nav-secondary .nav-link, .nav-pills.nav-info .nav-link, .nav-pills.nav-warning .nav-link, .nav-pills.nav-success .nav-link, .nav-pills.nav-danger .nav-link {
    border: 1px solid #eeeeee;
}

    .nav-pills.nav-black .nav-link.active, .nav-pills.nav-primary .nav-link.active, .nav-pills.nav-secondary .nav-link.active, .nav-pills.nav-info .nav-link.active, .nav-pills.nav-warning .nav-link.active, .nav-pills.nav-success .nav-link.active, .nav-pills.nav-danger .nav-link.active {
        color: #ffffff !important;
    }

    .nav-pills.nav-black .nav-link.active {
        background: #1a2035;
        border: 1px solid #1a2035;
    }

    .nav-pills.nav-primary .nav-link.active {
        background: #1572E8;
        border: 1px solid #1572E8;
    }

    .nav-pills.nav-secondary .nav-link.active {
        background: #6861CE;
        border: 1px solid #6861CE;
    }

    .nav-pills.nav-info .nav-link.active {
        background: #48ABF7;
        border: 1px solid #48ABF7;
    }

    .nav-pills.nav-success .nav-link.active {
        background: #31CE36;
        border: 1px solid #31CE36;
    }

    .nav-pills.nav-warning .nav-link.active {
        background: #FFAD46;
        border: 1px solid #FFAD46;
    }

    .nav-pills.nav-danger .nav-link.active {
        background: #F25961;
        border: 1px solid #F25961;
    }

/* Nav Line */
.row-nav-line {
    margin-left: -20px;
    margin-right: -20px;
}

.nav.nav-line .nav-link, .nav.nav-simple .nav-link {
    padding: 18px 0 !important;
    margin-right: 40px;
    color: #6B6D7E;
    border-width: 0px;
    font-size: 1rem;
    font-weight: 600;
}

    .nav.nav-line .nav-link:hover, .nav.nav-line .nav-link:focus, .nav.nav-simple .nav-link:hover, .nav.nav-simple .nav-link:focus {
        color: #1572E8;
        border-width: 0px;
    }

    .nav.nav-line .nav-link.active, .nav.nav-simple .nav-link.active {
        border-width: 0;
        background-color: transparent;
        color: #1572E8;
        border-radius: 0px;
    }

.nav.nav-simple.nav-color-black .nav-link:hover, .nav.nav-simple.nav-color-black .nav-link:focus {
    color: #1a2035;
}

.nav.nav-simple.nav-color-black .nav-link.active {
    color: #1a2035;
}

.nav.nav-simple.nav-color-primary .nav-link:hover, .nav.nav-simple.nav-color-primary .nav-link:focus {
    color: #1572E8;
}

.nav.nav-simple.nav-color-primary .nav-link.active {
    color: #1572E8;
}

.nav.nav-simple.nav-color-secondary .nav-link:hover, .nav.nav-simple.nav-color-secondary .nav-link:focus {
    color: #6861CE;
}

.nav.nav-simple.nav-color-secondary .nav-link.active {
    color: #6861CE;
}

.nav.nav-simple.nav-color-info .nav-link:hover, .nav.nav-simple.nav-color-info .nav-link:focus {
    color: #48ABF7;
}

.nav.nav-simple.nav-color-info .nav-link.active {
    color: #48ABF7;
}

.nav.nav-simple.nav-color-success .nav-link:hover, .nav.nav-simple.nav-color-success .nav-link:focus {
    color: #31CE36;
}

.nav.nav-simple.nav-color-success .nav-link.active {
    color: #31CE36;
}

.nav.nav-simple.nav-color-danger .nav-link:hover, .nav.nav-simple.nav-color-danger .nav-link:focus {
    color: #F25961;
}

.nav.nav-simple.nav-color-danger .nav-link.active {
    color: #F25961;
}

.nav.nav-simple.nav-color-warning .nav-link:hover, .nav.nav-simple.nav-color-warning .nav-link:focus {
    color: #FFAD46;
}

.nav.nav-simple.nav-color-warning .nav-link.active {
    color: #FFAD46;
}

.nav.nav-simple.nav-color-light .nav-link:hover, .nav.nav-simple.nav-color-light .nav-link:focus {
    color: #ffffff;
}

.nav.nav-simple.nav-color-light .nav-link.active {
    color: #ffffff;
}

.nav.nav-simple.nav-color-light .nav-link {
    color: #f1f1f1;
}

.nav.nav-line .nav-link.active {
    border-bottom: 3px solid #1572E8;
}

.nav.nav-line.nav-color-black .nav-link:hover, .nav.nav-line.nav-color-black .nav-link:focus {
    color: #1a2035;
}

.nav.nav-line.nav-color-black .nav-link.active {
    color: #1a2035;
}

.nav.nav-line.nav-color-black .nav-link.active {
    border-color: #1a2035;
}

.nav.nav-line.nav-color-primary .nav-link:hover, .nav.nav-line.nav-color-primary .nav-link:focus {
    color: #1572E8;
}

.nav.nav-line.nav-color-primary .nav-link.active {
    color: #1572E8;
}

.nav.nav-line.nav-color-primary .nav-link.active {
    border-color: #1572E8;
}

.nav.nav-line.nav-color-secondary .nav-link:hover, .nav.nav-line.nav-color-secondary .nav-link:focus {
    color: #6861CE;
}

.nav.nav-line.nav-color-secondary .nav-link.active {
    color: #6861CE;
}

.nav.nav-line.nav-color-secondary .nav-link.active {
    border-color: #6861CE;
}

.nav.nav-line.nav-color-info .nav-link:hover, .nav.nav-line.nav-color-info .nav-link:focus {
    color: #48ABF7;
}

.nav.nav-line.nav-color-info .nav-link.active {
    color: #48ABF7;
}

.nav.nav-line.nav-color-info .nav-link.active {
    border-color: #48ABF7;
}

.nav.nav-line.nav-color-success .nav-link:hover, .nav.nav-line.nav-color-success .nav-link:focus {
    color: #31CE36;
}

.nav.nav-line.nav-color-success .nav-link.active {
    color: #31CE36;
}

.nav.nav-line.nav-color-success .nav-link.active {
    border-color: #31CE36;
}

.nav.nav-line.nav-color-danger .nav-link:hover, .nav.nav-line.nav-color-danger .nav-link:focus {
    color: #F25961;
}

.nav.nav-line.nav-color-danger .nav-link.active {
    color: #F25961;
}

.nav.nav-line.nav-color-danger .nav-link.active {
    border-color: #F25961;
}

.nav.nav-line.nav-color-warning .nav-link:hover, .nav.nav-line.nav-color-warning .nav-link:focus {
    color: #FFAD46;
}

.nav.nav-line.nav-color-warning .nav-link.active {
    color: #FFAD46;
}

.nav.nav-line.nav-color-warning .nav-link.active {
    border-color: #FFAD46;
}

.nav.nav-line.nav-color-light .nav-link:hover, .nav.nav-line.nav-color-light .nav-link:focus {
    color: #ffffff;
}

.nav.nav-line.nav-color-light .nav-link.active {
    color: #ffffff;
}

.nav.nav-line.nav-color-light .nav-link.active {
    border-color: #ffffff;
}

.nav.nav-line.nav-color-light .nav-link {
    color: #f1f1f1;
}

/* Size Nav */
.nav-sm .nav-link {
    font-size: 11px !important;
    padding: 8px 16px !important;
}

/*     	Popover     */
.popover {
    max-width: 240px;
    line-height: 1.7;
    border: 0;
    box-shadow: 0px 0px 20px 1px rgba(69, 65, 78, 0.2);
}

    .popover .popover-header {
        background: transparent;
        font-size: 1rem;
        border-bottom: 0px;
        text-transform: capitalize;
        margin-top: 5px;
        color: #aaaaaa;
        font-weight: 400;
    }

    .popover .popover-body {
        margin-bottom: 5px;
    }

        .popover .popover-body p {
            font-size: 13px;
            margin-bottom: 1rem;
        }

    .popover.bs-popover-top .arrow:before, .popover.bs-popover-bottom .arrow:before, .popover.bs-popover-left .arrow:before, .popover.bs-popover-right .arrow:before {
        border: transparent;
    }

    .popover.bs-popover-auto[x-placement^=right], .popover.bs-popover-right {
        margin-left: 10px;
    }

    .popover.bs-popover-auto[x-placement^=left], .popover.bs-popover-left {
        margin-right: 10px;
    }

    .popover.bs-popover-auto[x-placement^=top], .popover.bs-popover-top {
        margin-bottom: 10px;
    }

    .popover.bs-popover-auto[x-placement^=bottom], .popover.bs-popover-bottom {
        margin-top: 10px;
    }

/*     	Progress     */
.progress {
    border-radius: 100px;
    height: 14px;
}

    .progress .progress-bar {
        border-radius: 100px;
    }

    .progress.progress-sm {
        height: 8px;
    }

    .progress.progress-lg {
        height: 20px;
    }

/*     Pagination     */
.pagination > li > a, .pagination > li:first-child > a, .pagination > li:last-child > a, .pagination > li > span, .pagination > li:first-child > span, .pagination > li:last-child > span {
    border-radius: 100px !important;
    margin: 0 2px;
    color: #777777;
    border-color: #ddd;
}

.pagination > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination.pg-black > li.active > a, .pagination.pg-black > li.active:first-child > a, .pagination.pg-black > li.active:last-child > a, .pagination.pg-black > li.active > span, .pagination.pg-black > li.active:first-child > span, .pagination.pg-black > li.active:last-child > span {
    background: #1a2035;
    border-color: #1a2035;
    color: #ffffff;
}

.pagination.pg-primary > li.active > a, .pagination.pg-primary > li.active:first-child > a, .pagination.pg-primary > li.active:last-child > a, .pagination.pg-primary > li.active > span, .pagination.pg-primary > li.active:first-child > span, .pagination.pg-primary > li.active:last-child > span {
    background: #1572E8;
    border-color: #1572E8;
    color: #ffffff;
}

.pagination.pg-secondary > li.active > a, .pagination.pg-secondary > li.active:first-child > a, .pagination.pg-secondary > li.active:last-child > a, .pagination.pg-secondary > li.active > span, .pagination.pg-secondary > li.active:first-child > span, .pagination.pg-secondary > li.active:last-child > span {
    background: #6861CE;
    border-color: #6861CE;
    color: #ffffff;
}

.pagination.pg-info > li.active > a, .pagination.pg-info > li.active:first-child > a, .pagination.pg-info > li.active:last-child > a, .pagination.pg-info > li.active > span, .pagination.pg-info > li.active:first-child > span, .pagination.pg-info > li.active:last-child > span {
    background: #48ABF7;
    border-color: #48ABF7;
    color: #ffffff;
}

.pagination.pg-success > li.active > a, .pagination.pg-success > li.active:first-child > a, .pagination.pg-success > li.active:last-child > a, .pagination.pg-success > li.active > span, .pagination.pg-success > li.active:first-child > span, .pagination.pg-success > li.active:last-child > span {
    background: #31CE36;
    border-color: #31CE36;
    color: #ffffff;
}

.pagination.pg-warning > li.active > a, .pagination.pg-warning > li.active:first-child > a, .pagination.pg-warning > li.active:last-child > a, .pagination.pg-warning > li.active > span, .pagination.pg-warning > li.active:first-child > span, .pagination.pg-warning > li.active:last-child > span {
    background: #FFAD46;
    border-color: #FFAD46;
    color: #ffffff;
}

.pagination.pg-danger > li.active > a, .pagination.pg-danger > li.active:first-child > a, .pagination.pg-danger > li.active:last-child > a, .pagination.pg-danger > li.active > span, .pagination.pg-danger > li.active:first-child > span, .pagination.pg-danger > li.active:last-child > span {
    background: #F25961;
    border-color: #F25961;
    color: #ffffff;
}

/*     Slider     */
.slider-black .ui-slider-range {
    background: #1a2035;
}

.slider-primary .ui-slider-range {
    background: #1572E8;
}

.slider-secondary .ui-slider-range {
    background: #6861CE;
}

.slider-info .ui-slider-range {
    background: #48ABF7;
}

.slider-success .ui-slider-range {
    background: #31CE36;
}

.slider-warning .ui-slider-range {
    background: #FFAD46;
}

.slider-danger .ui-slider-range {
    background: #F25961;
}

/*     	Modal     */
.modal .bg-black .modal-title, .modal .bg-primary .modal-title, .modal .bg-secondary .modal-title, .modal .bg-info .modal-title, .modal .bg-success .modal-title, .modal .bg-warning .modal-title, .modal .bg-danger .modal-title {
    color: #ffffff !important;
}

.modal-content {
    border-radius: .4rem;
    border: 0 !important;
}

.rating > label {
    display: inline;
    color: #e9eaeb !important;
    line-height: 1;
    float: right;
    cursor: pointer;
}

    .rating > label:hover {
        color: #FFC600 !important;
        opacity: 0.5;
    }

    .rating > label span {
        font-size: 18px;
    }

.rating input[type="radio"], .rating input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

    .rating input[type="radio"]:checked ~ label, .rating input[type="checkbox"]:checked ~ label {
        color: #FFC600 !important;
    }

.activity-feed {
    padding: 15px;
    list-style: none;
}

    .activity-feed .feed-item {
        position: relative;
        padding-bottom: 20px;
        padding-left: 30px;
        border-left: 2px solid #e4e8eb;
    }

        .activity-feed .feed-item:last-child {
            border-color: transparent;
        }

        .activity-feed .feed-item::after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: -7px;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #177dff;
        }

.feed-item-black::after {
    background: #1a2035 !important;
}

.feed-item-primary::after {
    background: #1572E8 !important;
}

.feed-item-secondary::after {
    background: #6861CE !important;
}

.feed-item-success::after {
    background: #31CE36 !important;
}

.feed-item-danger::after {
    background: #F25961 !important;
}

.feed-item-info::after {
    background: #48ABF7 !important;
}

.feed-item-warning::after {
    background: #FFAD46 !important;
}

.activity-feed .feed-item .date {
    display: block;
    position: relative;
    top: -5px;
    color: #8c96a3;
    text-transform: uppercase;
    font-size: 13px;
}

.activity-feed .feed-item .text {
    position: relative;
    top: -3px;
}

/*      Timeline     */
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            content: " ";
            display: table;
            clear: both;
        }

        .timeline > li:before {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            content: " ";
            display: table;
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 50%;
            float: left;
            border: 1px solid #eeeeee;
            background: #ffffff;
            border-radius: 3px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0px 1px 20px 1px rgba(69, 65, 78, 0.06);
            -moz-box-shadow: 0px 1px 20px 1px rgba(69, 65, 78, 0.06);
            box-shadow: 0px 1px 20px 1px rgba(69, 65, 78, 0.06);
        }

        .timeline > li.timeline-inverted + li:not(.timeline-inverted) {
            margin-top: -60px;
        }

        .timeline > li:not(.timeline-inverted) {
            padding-right: 90px;
        }

            .timeline > li:not(.timeline-inverted) + li.timeline-inverted {
                margin-top: -60px;
            }

        .timeline > li.timeline-inverted {
            padding-left: 90px;
        }

            .timeline > li.timeline-inverted > .timeline-panel {
                float: right;
            }

                .timeline > li.timeline-inverted > .timeline-panel:before {
                    border-left-width: 0;
                    border-right-width: 15px;
                    left: -15px;
                    right: auto;
                }

                .timeline > li.timeline-inverted > .timeline-panel:after {
                    border-left-width: 0;
                    border-right-width: 14px;
                    left: -14px;
                    right: auto;
                }

        .timeline > li > .timeline-panel:before {
            position: absolute;
            top: 26px;
            right: -15px;
            display: inline-block;
            border-top: 15px solid transparent;
            border-left: 15px solid #eeeeee;
            border-right: 0 solid #eeeeee;
            border-bottom: 15px solid transparent;
            content: " ";
        }

        .timeline > li > .timeline-panel:after {
            position: absolute;
            top: 27px;
            right: -14px;
            display: inline-block;
            border-top: 14px solid transparent;
            border-left: 14px solid #ffffff;
            border-right: 0 solid #ffffff;
            border-bottom: 14px solid transparent;
            content: " ";
        }

        .timeline > li > .timeline-badge {
            color: #ffffff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.8em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .timeline > li > .timeline-badge i {
                color: #ffffff !important;
            }

                .timeline > li > .timeline-badge i.fa, .timeline > li > .timeline-badge i.fab, .timeline > li > .timeline-badge i.fal, .timeline > li > .timeline-badge i.far, .timeline > li > .timeline-badge i.fas {
                    font-size: 0.8em;
                }

.timeline-badge.black {
    background-color: #1a2035 !important;
}

.timeline-badge.primary {
    background-color: #1572E8 !important;
}

.timeline-badge.secondary {
    background-color: #6861CE !important;
}

.timeline-badge.success {
    background-color: #31CE36 !important;
}

.timeline-badge.warning {
    background-color: #FFAD46 !important;
}

.timeline-badge.danger {
    background-color: #F25961 !important;
}

.timeline-badge.info {
    background-color: #48ABF7 !important;
}

.timeline-title {
    font-size: 17px;
    margin-top: 0;
    color: inherit;
}

.timeline-heading i {
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.timeline-body > p, .timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

/*      Google Maps      */
.full-screen-maps {
    height: 100vh !important;
}

/*      jQVMap     */
.vmap {
    width: 100%;
    min-height: 265px;
}

    .vmap > svg {
        margin: auto;
        display: flex;
        width: 100% !important;
    }

        .vmap > svg > g {
            transition: all ease-in-out .2s;
        }

.jqvmap-label, .jqvmap-pin {
    pointer-events: none;
}

.jqvmap-label {
    position: absolute;
    display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    color: #ffffff;
    font-size: smaller;
    padding: 3px;
}

.jqvmap-zoomin, .jqvmap-zoomout {
    position: absolute;
    left: 10px;
    border-radius: 4px;
    background: #fff;
    font-weight: 600;
    color: #8a95a0;
    border: 1px solid #e2dddd !important;
    cursor: pointer;
    line-height: 25px;
    text-align: center;
    font-size: 1.25rem;
    width: 25px;
    height: 25px;
}

.jqvmap-zoomin {
    top: 15px;
}

.jqvmap-zoomout {
    top: 45px;
}

.jqvmap-region {
    cursor: pointer;
}

.jqvmap-ajax_response {
    width: 100%;
    height: 500px;
}

/*     Invoices	    */
.card-invoice .invoice-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

    .card-invoice .invoice-header .invoice-title {
        font-size: 27px;
        font-weight: 400;
    }

    .card-invoice .invoice-header .invoice-logo {
        width: 150px;
        display: flex;
        align-items: center;
    }

        .card-invoice .invoice-header .invoice-logo img {
            width: 100%;
        }

.card-invoice .sub {
    font-size: 1rem;
    margin-bottom: 8px;
    font-weight: 600;
}

.card-invoice .info-invoice {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .card-invoice .info-invoice p {
        font-size: 13px;
    }

.card-invoice .invoice-desc {
    text-align: right;
    font-size: 13px;
}

.card-invoice .invoice-detail {
    width: 100%;
    display: block;
}

    .card-invoice .invoice-detail .invoice-top .title {
        font-size: 20px;
    }

.card-invoice .transfer-to .sub {
    font-size: 1rem;
    margin-bottom: 8px;
    font-weight: 600;
}

.card-invoice .transfer-to .account-transfer > div span:first-child {
    font-weight: 600;
    font-size: 13px;
}

.card-invoice .transfer-to .account-transfer > div span:last-child {
    font-size: 13px;
    float: right;
}

.card-invoice .transfer-total {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .card-invoice .transfer-total .sub {
        font-size: 1rem;
        margin-bottom: 8px;
        font-weight: 600;
    }

    .card-invoice .transfer-total .price {
        font-size: 28px;
        color: #1572E8;
        padding: 7px 0;
        font-weight: 600;
    }

    .card-invoice .transfer-total span {
        font-weight: 600;
        font-size: 13px;
    }

.card-invoice .card-body {
    padding: 0;
    border: 0px !important;
    width: 75%;
    margin: auto;
}

.card-invoice .card-header {
    padding: 50px 0px 20px;
    border: 0px !important;
    width: 75%;
    margin: auto;
}

.card-invoice .card-footer {
    padding: 5px 0 50px;
    border: 0px !important;
    width: 75%;
    margin: auto;
}

.list-group .list-group-header {
    font-size: 12px;
    font-weight: 600;
    padding: .75rem 1rem;
}

.list-group .list-group-item {
    display: flex;
    align-items: stretch;
    border-width: 1px 0;
    border-color: #ebecec;
}

.list-group .list-group-item-figure {
    align-self: start;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #a9acb0;
}

.list-group .list-group-item-body {
    flex: 1;
    min-width: 0;
    align-self: center;
    font-size: .875rem;
}

.list-group .list-group-item-text {
    margin-bottom: 0;
    line-height: 1.25rem;
    color: #686f76;
}

.list-group-file-item .list-group-item {
    padding: 0px;
}

.list-group-file-item .list-group-item-figure {
    padding: .75rem 1rem;
}

.list-group-file-item .list-group-item-body {
    padding: .75rem 0;
}

.list-group-bordered .list-group-item {
    border: 1px solid #e3ebf6;
}

    .list-group-bordered .list-group-item.active {
        background: #1572E8;
        border-color: #1572E8;
    }

.list-group-lg .list-group-item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.selectgroup {
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.selectgroup-item {
    flex-grow: 1;
    position: relative;
    font-weight: 400 !important;
}

    .selectgroup-item + .selectgroup-item {
        margin-left: -1px;
    }

    .selectgroup-item:not(:first-child) .selectgroup-button {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .selectgroup-item:not(:last-child) .selectgroup-button {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.selectgroup-input {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.selectgroup-button {
    display: block;
    border: 1px solid rgba(0, 40, 100, 0.12);
    text-align: center;
    padding: 0.375rem 1rem;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
    color: #9aa0ac;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    line-height: 1.5rem;
    min-width: 2.375rem;
}

.selectgroup-button-icon {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 1rem;
}

.selectgroup-input:checked + .selectgroup-button {
    border-color: #1572E8;
    z-index: 1;
    color: #1572E8;
    background: rgba(21, 114, 232, 0.15);
}

.selectgroup-input:focus + .selectgroup-button {
    border-color: #1572E8;
    z-index: 2;
    color: #1572E8;
    box-shadow: 0 0 0 2px rgba(21, 114, 232, 0.25);
}

.selectgroup-pills {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .selectgroup-pills .selectgroup-item {
        margin-right: .5rem;
        flex-grow: 0;
    }

    .selectgroup-pills .selectgroup-button {
        border-radius: 50px !important;
    }

.selectgroup.selectgroup-primary .selectgroup-input:checked + .selectgroup-button {
    border-color: #1572E8;
    color: #1572E8;
    background: rgba(21, 114, 232, 0.15);
}

.selectgroup.selectgroup-primary .selectgroup-input:focus + .selectgroup-button {
    border-color: #1572E8;
    color: #1572E8;
    box-shadow: 0 0 0 2px rgba(21, 114, 232, 0.25);
}

.selectgroup.selectgroup-secondary .selectgroup-input:checked + .selectgroup-button {
    border-color: #6861CE;
    color: #6861CE;
    background: rgba(104, 97, 206, 0.15);
}

.selectgroup.selectgroup-secondary .selectgroup-input:focus + .selectgroup-button {
    border-color: #6861CE;
    color: #6861CE;
    box-shadow: 0 0 0 2px rgba(104, 97, 206, 0.25);
}

.selectgroup.selectgroup-info .selectgroup-input:checked + .selectgroup-button {
    border-color: #48ABF7;
    color: #48ABF7;
    background: rgba(72, 171, 247, 0.15);
}

.selectgroup.selectgroup-info .selectgroup-input:focus + .selectgroup-button {
    border-color: #48ABF7;
    color: #48ABF7;
    box-shadow: 0 0 0 2px rgba(72, 171, 247, 0.25);
}

.selectgroup.selectgroup-success .selectgroup-input:checked + .selectgroup-button {
    border-color: #31CE36;
    color: #31CE36;
    background: rgba(49, 206, 54, 0.15);
}

.selectgroup.selectgroup-success .selectgroup-input:focus + .selectgroup-button {
    border-color: #31CE36;
    color: #31CE36;
    box-shadow: 0 0 0 2px rgba(49, 206, 54, 0.25);
}

.selectgroup.selectgroup-warning .selectgroup-input:checked + .selectgroup-button {
    border-color: #FFAD46;
    color: #FFAD46;
    background: rgba(255, 173, 70, 0.15);
}

.selectgroup.selectgroup-warning .selectgroup-input:focus + .selectgroup-button {
    border-color: #FFAD46;
    color: #FFAD46;
    box-shadow: 0 0 0 2px rgba(255, 173, 70, 0.25);
}

.selectgroup.selectgroup-danger .selectgroup-input:checked + .selectgroup-button {
    border-color: #F25961;
    color: #F25961;
    background: rgba(242, 89, 97, 0.15);
}

.selectgroup.selectgroup-danger .selectgroup-input:focus + .selectgroup-button {
    border-color: #F25961;
    color: #F25961;
    box-shadow: 0 0 0 2px rgba(242, 89, 97, 0.25);
}

.colorinput {
    margin: 0;
    position: relative;
    cursor: pointer;
}

.colorinput-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.colorinput-color {
    display: inline-block;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 3px;
    border: 1px solid rgba(0, 40, 100, 0.12);
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

    .colorinput-color:before {
        content: '';
        opacity: 0;
        position: absolute;
        top: .25rem;
        left: .25rem;
        height: 1.25rem;
        width: 1.25rem;
        transition: .3s opacity;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") no-repeat center center/50% 50%;
    }

.colorinput-input:checked ~ .colorinput-color:before {
    opacity: 1;
}

.colorinput-input:focus ~ .colorinput-color {
    border-color: #467fcf;
    box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25);
}

.imagecheck {
    margin: 0;
    position: relative;
    cursor: pointer;
}

.imagecheck-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.imagecheck-figure {
    border: 1px solid rgba(0, 40, 100, 0.12);
    border-radius: 3px;
    margin: 0;
    position: relative;
}

.imagecheck-input:focus ~ .imagecheck-figure {
    border-color: #1572E8;
    box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25);
}

.imagecheck-input:checked ~ .imagecheck-figure {
    border-color: rgba(0, 40, 100, 0.24);
}

.imagecheck-figure:before {
    content: '';
    position: absolute;
    top: .25rem;
    left: .25rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #1572E8 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") no-repeat center center/50% 50%;
    color: #fff;
    z-index: 1;
    border-radius: 3px;
    opacity: 0;
    transition: .3s opacity;
}

.imagecheck-input:checked ~ .imagecheck-figure:before {
    opacity: 1;
}

.imagecheck-image {
    max-width: 100%;
    opacity: .64;
    transition: .3s opacity;
}

    .imagecheck-image:first-child {
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    }

    .imagecheck-image:last-child {
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

.imagecheck:hover .imagecheck-image {
    opacity: 1;
}

.imagecheck-input:focus ~ .imagecheck-figure .imagecheck-image, .imagecheck-input:checked ~ .imagecheck-figure .imagecheck-image {
    opacity: 1;
}

.imagecheck-caption {
    text-align: center;
    padding: .25rem .25rem;
    color: #9aa0ac;
    font-size: 0.875rem;
    transition: .3s color;
}

.imagecheck:hover .imagecheck-caption {
    color: #495057;
}

.imagecheck-input:focus ~ .imagecheck-figure .imagecheck-caption, .imagecheck-input:checked ~ .imagecheck-figure .imagecheck-caption {
    color: #495057;
}

/*     	Messages Tab    */
.tab-chat {
    position: relative;
}

.messages-contact {
    position: absolute;
    left: 0;
    width: 100%;
    transition: left 0.3s ease;
}

    .messages-contact .contact-list .user a {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 11px 10px;
        border-radius: 5px;
    }

        .messages-contact .contact-list .user a:hover {
            text-decoration: none;
            background: rgba(0, 0, 0, 0.05);
        }

        .messages-contact .contact-list .user a .user-data,
        .messages-contact .contact-list .user a .user-data2 {
            margin-left: 20px;
            display: flex;
            flex-direction: column;
        }

            .messages-contact .contact-list .user a .user-data .name,
            .messages-contact .contact-list .user a .user-data2 .name {
                color: #2A2F5B;
                font-size: 13px;
                margin-bottom: 3px;
                font-weight: 600;
            }

            .messages-contact .contact-list .user a .user-data .message,
            .messages-contact .contact-list .user a .user-data2 .message {
                color: #aaa;
            }

            .messages-contact .contact-list .user a .user-data .status,
            .messages-contact .contact-list .user a .user-data2 .status {
                color: #979797;
            }

.messages-wrapper {
    position: absolute;
    left: calc(100% + 40px);
    transition: left 0.3s ease;
}

    .messages-wrapper .messages-title {
        width: 100%;
        display: inline-block;
        border-bottom: 1px solid #eee;
        margin-bottom: 15px;
    }

        .messages-wrapper .messages-title .user {
            width: calc(100% - 40px);
            float: right;
            text-align: right;
            padding: 10px 0;
        }

            .messages-wrapper .messages-title .user .name {
                display: inline-block;
                font-size: 13px;
                font-weight: 400;
                margin-bottom: 4px;
            }

            .messages-wrapper .messages-title .user .last-active {
                display: block;
                font-size: 10px;
            }

        .messages-wrapper .messages-title .return {
            background: transparent;
            border: 0;
            font-size: 25px;
            padding: 10px 0;
            cursor: pointer;
        }

    .messages-wrapper .messages-body {
        height: calc(100vh - 290px);
        display: block;
        overflow-y: auto;
    }

        .messages-wrapper .messages-body .message-content-wrapper,
        .conversations-body .message-content-wrapper {
            display: inline-block;
            width: 100%;
        }

        .messages-wrapper .messages-body .message,
        .conversations-body .message {
            display: table;
            table-layout: fixed;
            padding: 8px 0;
        }

        .messages-wrapper .messages-body .message-in,
        .conversations-body .message-in {
            margin-right: 40px;
            float: left;
        }

            .messages-wrapper .messages-body .message-in .message-body,
            .conversations-body .message-in .message-body {
                display: table-cell;
                vertical-align: top;
            }

                .messages-wrapper .messages-body .message-in .message-body .message-content,
                .conversations-body .message-in .message-body .message-content {
                    background: #f7f7f7;
                    padding: 12px 15px;
                    border-radius: 5px;
                    margin-left: 10px;
                    position: relative;
                    width: fit-content;
                }

                    .messages-wrapper .messages-body .message-in .message-body .message-content:before,
                    .conversations-body .message-in .message-body .message-content:before {
                        width: 0;
                        height: 0;
                        border-top: 10px solid transparent;
                        border-bottom: 10px solid transparent;
                        border-right: 10px solid #f7f7f7;
                        content: "";
                        position: absolute;
                        left: -9px;
                        top: 12px;
                    }

                    .messages-wrapper .messages-body .message-in .message-body .message-content .name,
                    .conversations-body .message-in .message-body .message-content .name {
                        color: #83848a;
                        font-size: 11px;
                        margin-bottom: 5px;
                    }

                    .messages-wrapper .messages-body .message-in .message-body .message-content .content,
                    .conversations-body .message-in .message-body .message-content .content {
                        font-size: 13px;
                    }

                .messages-wrapper .messages-body .message-in .message-body .date,
                .conversations-body .message-in .message-body .date {
                    margin-left: 10px;
                    margin-top: 8px;
                    font-size: 11px;
                    color: #83848a;
                    padding-left: 12px;
                }

                .messages-wrapper .messages-body .message-in .message-body .message-content + .message-content,
                .conversations-body .message-in .message-body .message-content + .message-content {
                    margin-top: 10px;
                }

                    .messages-wrapper .messages-body .message-in .message-body .message-content + .message-content:before,
                    .conversations-body .message-in .message-body .message-content + .message-content:before {
                        display: none;
                    }

        .messages-wrapper .messages-body .message-out,
        .conversations-body .message-out {
            float: right;
            margin-left: 40px;
        }

            .messages-wrapper .messages-body .message-out .message-body,
            .conversations-body .message-out .message-body {
                display: table-cell;
                vertical-align: top;
                float: right;
            }

                .messages-wrapper .messages-body .message-out .message-body .message-content,
                .conversations-body .message-out .message-body .message-content {
                    background: #1572E8;
                    padding: 12px 15px;
                    border-radius: 5px;
                    margin-right: 10px;
                    position: relative;
                    width: fit-content;
                }

                    .messages-wrapper .messages-body .message-out .message-body .message-content:before,
                    .conversations-body .message-out .message-body .message-content:before {
                        width: 0;
                        height: 0;
                        border-top: 10px solid transparent;
                        border-bottom: 10px solid transparent;
                        border-left: 10px solid #1572E8;
                        content: "";
                        position: absolute;
                        right: -9px;
                        top: 12px;
                    }

                    .messages-wrapper .messages-body .message-out .message-body .message-content .content,
                    .conversations-body .message-out .message-body .message-content .content {
                        font-size: 13px;
                        color: #ffffff !important;
                    }

                .messages-wrapper .messages-body .message-out .message-body .date,
                .conversations-body .message-out .message-body .date {
                    margin-right: 10px;
                    margin-top: 8px;
                    font-size: 11px;
                    color: #83848a;
                    text-align: right;
                    padding-right: 15px;
                }

                .messages-wrapper .messages-body .message-out .message-body .message-content + .message-content,
                .conversations-body .message-out .message-body .message-content + .message-content {
                    margin-top: 10px;
                }

                    .messages-wrapper .messages-body .message-out .message-body .message-content + .message-content:before,
                    .conversations-body .message-out .message-body .message-content + .message-content:before {
                        display: none;
                    }

.messages-form {
    display: table;
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

    .messages-form .messages-form-control {
        display: table-cell;
        padding-right: 15px;
    }

    .messages-form .messages-form-tool {
        display: table-cell;
        text-align: right;
        width: 50px;
    }

        .messages-form .messages-form-tool .attachment {
            height: 100%;
            line-height: 1;
            color: #888c91;
            background: #e8e8e8;
            font-size: 17px;
            padding: 10px 12px;
            border-radius: 50%;
            margin-left: auto;
        }

.show-chat .messages-contact {
    left: calc(-100% - 40px);
}

.show-chat .messages-wrapper {
    left: 0px;
}

.chat-contacts .chat-username {
    font-weight: 600;
}

.chat-contacts .chat-msg {
    overflow: hidden;
    white-space: nowrap;
    max-width: 175px;
    text-overflow: ellipsis;
    margin-top: 4px;
    opacity: 0.8;
}

.chat-contacts .list-group-item.unread {
    background: #f5f7fd;
}

/* 		List Group Messages 	*/
.list-group-messages .btn-dropdown {
    background: transparent;
    border: 0;
    font-size: 16px;
    color: #b5b5b5;
    line-height: 1;
    cursor: pointer;
    padding: 4px 10px;
}

.list-group-messages .list-group-item {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

    .list-group-messages .list-group-item.unread {
        background: #f5f7fd;
    }

        .list-group-messages .list-group-item.unread .list-group-item-title {
            font-weight: 600;
        }

.list-group-messages .list-group-item-title a {
    color: #2A2F5B;
}

/*      Conversations Wrapper     */
.conversations {
    display: flex;
    height: calc(100vh - 57px);
    flex-direction: column;
}

    .conversations .message-header {
        background: #fff;
        padding: 0.5rem;
        box-shadow: 0 1px 0 0 rgba(61, 70, 79, 0.075);
        z-index: 1;
    }

    .conversations .message-title {
        width: 100%;
        display: flex;
        align-items: center;
        position: relative;
    }

        .conversations .message-title .user {
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .conversations .message-title .user .name {
                display: block;
                font-size: 1rem;
                font-weight: 600;
                line-height: 24px;
                margin-bottom: 2px;
            }

            .conversations .message-title .user .last-active {
                display: block;
                font-size: 11px;
            }

        .conversations .message-title .return {
            background: transparent;
            border: 0;
            font-size: 25px;
            cursor: pointer;
            height: 100%;
            top: 0;
        }

    .conversations .conversations-body {
        flex: 1;
        overflow-y: auto;
        padding: 1.5rem 2rem;
    }

    .conversations .conversations-content {
        border: 1px solid #eee;
        border-radius: 5px;
        padding: 1rem;
    }

    .conversations .messages-form {
        margin: 0;
        padding: 0.7rem 1rem;
        background: #fff;
    }

.conversations-action {
    background: #f6f6f6;
    padding: 10px 0;
}

    .conversations-action .action {
        display: flex;
        padding: 1rem 1.5rem;
        background: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
        margin-bottom: 10px;
        cursor: pointer;
    }

        .conversations-action .action:hover {
            background: #f4f5f5;
        }

        .conversations-action .action span {
            font-size: 16px;
            line-height: 21px;
        }

        .conversations-action .action i {
            font-size: 21px;
            width: 2.5rem;
            color: rgba(38, 50, 56, 0.5);
        }

        .conversations-action .action.danger span,
        .conversations-action .action.danger i {
            color: #F25961;
        }

        .conversations-action .action:last-child {
            margin-bottom: 0px;
        }

@media screen and (max-width: 991.5px) {
    .conversations {
        margin-left: -15px;
        margin-right: -15px;
    }
}
/*     	Task Tab     */
.tasks-wrapper .tasks-scroll {
    height: calc(100vh - 130px);
    overflow: auto;
    margin-bottom: 15px;
}

.tasks-wrapper .tasks-content {
    padding-bottom: 25px;
}

    .tasks-wrapper .tasks-content .tasks-list {
        padding: 0px 10px;
        list-style: none;
    }

        .tasks-wrapper .tasks-content .tasks-list li {
            position: relative;
            margin-bottom: 15px;
        }

            .tasks-wrapper .tasks-content .tasks-list li .custom-control {
                position: unset !important;
            }

            .tasks-wrapper .tasks-content .tasks-list li input[type="checkbox"]:checked ~ .custom-control-label {
                text-decoration: line-through;
                color: #999;
            }

            .tasks-wrapper .tasks-content .tasks-list li .custom-control.custom-checkbox {
                margin-right: 50px !important;
            }

            .tasks-wrapper .tasks-content .tasks-list li .task-action {
                display: none;
                position: absolute;
                font-size: 17px;
                right: 0;
                top: 0;
            }

                .tasks-wrapper .tasks-content .tasks-list li .task-action a.link {
                    margin-left: 10px;
                }

                    .tasks-wrapper .tasks-content .tasks-list li .task-action a.link:hover {
                        text-decoration: none;
                        color: unset;
                    }

            .tasks-wrapper .tasks-content .tasks-list li:hover .task-action {
                display: block;
            }

/*     	Setting Tab     */
.settings-wrapper .settings-content .settings-list {
    padding-left: 0px;
    list-style: none;
}

    .settings-wrapper .settings-content .settings-list li {
        display: table;
        width: 100%;
        margin-bottom: 15px;
    }

        .settings-wrapper .settings-content .settings-list li .item-label {
            display: table-cell;
            vertical-align: middle;
            font-size: 13px;
        }

        .settings-wrapper .settings-content .settings-list li .item-control {
            display: table-cell;
            float: right;
            margin-right: 5px;
        }

            .settings-wrapper .settings-content .settings-list li .item-control .toggle-group .toggle-on, .settings-wrapper .settings-content .settings-list li .item-control .toggle-group .toggle-off {
                font-size: 11px !important;
            }

.loader, .is-loading:after {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background: transparent;
    border: 3px solid #6861CE;
    border-bottom-color: transparent;
    border-radius: 50%;
    animation: 1s spin linear infinite;
}

.loader-lg, .is-loading-lg:after {
    width: 2rem;
    height: 2rem;
    border-width: 5px;
}

.loader-sm, .is-loading-sm:after {
    width: 1rem;
    height: 1rem;
    border-width: 2px;
}

.is-loading {
    position: relative;
    color: transparent !important;
}

    .is-loading > * {
        opacity: 0.2 !important;
    }

    .is-loading:after {
        position: absolute;
        top: calc(50% - 1.5rem/2);
        left: calc(50% - 1.5rem/2);
        content: '';
    }

.is-loading-lg:after {
    top: calc(50% - 2rem/2);
    left: calc(50% - 2rem/2);
}

.is-loading-sm:after {
    top: calc(50% - 1rem/2);
    left: calc(50% - 1rem/2);
}

.btn-black.is-loading:after, .card-black.is-loading:after, .btn-primary.is-loading:after, .card-primary.is-loading:after, .btn-secondary.is-loading:after, .card-secondary.is-loading:after, .btn-info.is-loading:after, .card-info.is-loading:after, .btn-success.is-loading:after, .card-success.is-loading:after, .btn-warning.is-loading:after, .card-warning.is-loading:after, .btn-danger.is-loading:after, .card-danger.is-loading:after, .loader-black,
.is-loading-black:after, .loader-primary,
.is-loading-primary:after, .loader-secondary,
.is-loading-secondary:after, .loader-info,
.is-loading-info:after, .loader-success,
.is-loading-success:after, .loader-warning,
.is-loading-warning:after, .loader-danger,
.is-loading-danger:after {
    border-bottom-color: transparent !important;
}

.btn-black.is-loading:after, .card-black.is-loading:after, .btn-primary.is-loading:after, .card-primary.is-loading:after, .btn-secondary.is-loading:after, .card-secondary.is-loading:after, .btn-info.is-loading:after, .card-info.is-loading:after, .btn-success.is-loading:after, .card-success.is-loading:after, .btn-warning.is-loading:after, .card-warning.is-loading:after, .btn-danger.is-loading:after, .card-danger.is-loading:after {
    border-color: #fff;
}

.loader-black,
.is-loading-black:after {
    border-color: #1a2035;
}

.loader-primary,
.is-loading-primary:after {
    border-color: #1572E8;
}

.loader-secondary,
.is-loading-secondary:after {
    border-color: #6861CE;
}

.loader-info,
.is-loading-info:after {
    border-color: #48ABF7;
}

.loader-success,
.is-loading-success:after {
    border-color: #31CE36;
}

.loader-warning,
.is-loading-warning:after {
    border-color: #FFAD46;
}

.loader-danger,
.is-loading-danger:after {
    border-color: #F25961;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.gg-menu {
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background: currentColor;
}

    .gg-menu::after, .gg-menu::before {
        box-sizing: border-box;
        position: relative;
        display: block;
        width: 20px;
        height: 2px;
        border-radius: 3px;
        background: currentColor;
    }

    .gg-menu::after, .gg-menu::before {
        content: "";
        position: absolute;
        top: -6px;
    }

    .gg-menu::after {
        top: 6px;
    }

.gg-menu-left {
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background: currentColor;
}

    .gg-menu-left::after, .gg-menu-left::before {
        box-sizing: border-box;
        position: relative;
        display: block;
        width: 20px;
        height: 2px;
        border-radius: 3px;
        background: currentColor;
    }

    .gg-menu-left::after, .gg-menu-left::before {
        content: "";
        position: absolute;
        top: -6px;
        width: 10px;
    }

    .gg-menu-left::after {
        top: 6px;
        width: 14px;
    }

.gg-menu-right {
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background: currentColor;
}

    .gg-menu-right::after, .gg-menu-right::before {
        box-sizing: border-box;
        position: relative;
        display: block;
        width: 20px;
        height: 2px;
        border-radius: 3px;
        background: currentColor;
    }

    .gg-menu-right::after, .gg-menu-right::before {
        content: "";
        position: absolute;
        top: -6px;
        right: 0;
        width: 10px;
    }

    .gg-menu-right::after {
        top: 6px;
        width: 14px;
    }

    .gg-menu-left::after, .gg-menu-left::before, .gg-menu-right::after, .gg-menu-right::before {
        transition: all .2s;
    }

    .gg-menu-left:hover::after, .gg-menu-left:hover::before, .gg-menu-right:hover::after, .gg-menu-right:hover::before {
        width: 100%;
    }

.gg-menu-round {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border-radius: 24px;
    border: 2px solid;
}

    .gg-menu-round::before {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        width: 10px;
        height: 2px;
        background: currentColor;
        border-radius: 3px;
        top: 4px;
        left: 4px;
        box-shadow: 0 4px 0, 0 8px 0;
    }

.gg-menu-boxed {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 2px solid;
}

    .gg-menu-boxed::before {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        width: 10px;
        height: 2px;
        background: currentColor;
        border-radius: 3px;
        top: 2px;
        left: 2px;
        box-shadow: 0 4px 0, 0 8px 0;
    }

.gg-more-vertical-alt {
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 4px;
    height: 4px;
    background: currentColor;
    border-radius: 100%;
}

    .gg-more-vertical-alt::after, .gg-more-vertical-alt::before {
        box-sizing: border-box;
        position: relative;
        display: block;
        width: 4px;
        height: 4px;
        background: currentColor;
        border-radius: 100%;
    }

    .gg-more-vertical-alt::after, .gg-more-vertical-alt::before {
        content: "";
        position: absolute;
    }

    .gg-more-vertical-alt::after {
        left: 0;
        top: 6px;
    }

    .gg-more-vertical-alt::before {
        top: -6px;
        right: 0;
    }

.gg-close {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 40px;
}

    .gg-close::after, .gg-close::before {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        width: 16px;
        height: 2px;
        background: currentColor;
        transform: rotate(45deg);
        border-radius: 5px;
        top: 8px;
        left: 1px;
    }

    .gg-close::after {
        transform: rotate(-45deg);
    }

.gg-close-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 40px;
}

    .gg-close-o::after, .gg-close-o::before {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        width: 12px;
        height: 2px;
        background: currentColor;
        transform: rotate(45deg);
        border-radius: 5px;
        top: 8px;
        left: 3px;
    }

    .gg-close-o::after {
        transform: rotate(-45deg);
    }

.gg-close-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 4px;
}

    .gg-close-r::after, .gg-close-r::before {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        width: 12px;
        height: 2px;
        background: currentColor;
        transform: rotate(45deg);
        border-radius: 5px;
        top: 8px;
        left: 3px;
    }

    .gg-close-r::after {
        transform: rotate(-45deg);
    }

/*     Responsive     */
@media screen and (max-width: 576px) {
    .row-card-no-pd [class*=col-] .card:before {
        width: calc(100% - 30px) !important;
        right: 15px !important;
        height: 1px !important;
    }

    .row-card-no-pd [class*=col-]:first-child .card:before {
        display: none !important;
    }
}

@media screen and (min-width: 992px) {
    .main-header .main-header-logo {
        display: none;
    }

    .main-panel > .container.container-full {
        padding: 0px !important;
    }

    .main-panel.full-height > .container, .main-panel.full-height > .container-full {
        margin-top: 0;
    }

    .main-panel.full-height .navbar-header {
        min-height: 62px;
    }

    .logo-header {
        line-height: 57px;
    }

    .nav-toggle .sidenav-toggler {
        display: none;
    }

    .nav-toggle .toggle-sidebar {
        display: inline-block;
    }

    .toggle-nav-search {
        display: none;
    }

    #search-nav {
        display: block !important;
    }

    .sidebar .scroll-element {
        opacity: 0;
        transition: all .2s;
    }

    .sidebar:hover .scroll-element {
        opacity: 1;
    }

    .sidebar[data-background-color]:before {
        background: rgba(255, 255, 255, 0.2) !important;
        z-index: 1000;
    }
}

@media screen and (max-width: 991.5px) {
    .container, .container-full {
        max-width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .main-header[data-background-color] .navbar-header {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .sidebar {
        position: fixed;
        left: 0 !important;
        right: 0;
        -webkit-transform: translate3d(-270px, 0, 0);
        -moz-transform: translate3d(-270px, 0, 0);
        -o-transform: translate3d(-270px, 0, 0);
        -ms-transform: translate3d(-270px, 0, 0);
        transform: translate3d(-270px, 0, 0) !important;
        transition: all .5s;
        margin-top: 0px;
    }

        .sidebar:before {
            background: none;
        }

        .sidebar .sidebar-logo {
            display: none;
        }

        .sidebar .scrollbar-inner > .scroll-element.scroll-y {
            width: 4px;
        }

        .sidebar .scrollbar-inner > .scroll-element.scroll-x {
            height: 4px;
        }

    .nav_open .sidebar {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0) !important;
    }

    .sidebar .sidebar-wrapper {
        padding-top: 0px;
    }

        .sidebar .sidebar-wrapper .sidebar-content {
            padding-top: 0px !important;
            padding-bottom: 60px !important;
        }

        .sidebar .sidebar-wrapper .scroll-element.scroll-y {
            top: 0px !important;
        }

    .nav_open {
        overflow: hidden !important;
    }

        .nav_open .wrapper {
            overflow-x: hidden;
        }

        .nav_open .main-panel {
            -webkit-transform: translate3d(265px, 0, 0);
            -moz-transform: translate3d(265px, 0, 0);
            -o-transform: translate3d(265px, 0, 0);
            -ms-transform: translate3d(265px, 0, 0);
            transform: translate3d(265px, 0, 0) !important;
        }

    .quick_sidebar_open .quick-sidebar {
        max-width: 350px;
        width: 100%;
    }

    .main-header {
        width: 100% !important;
        transition: all .5s;
    }

        .main-header .main-header-logo {
            display: block;
        }

    .dropdown-search {
        min-width: unset;
        max-width: 350px !important;
    }

    #search-nav {
        margin: 0 auto !important;
    }

    .main-panel {
        width: 100%;
        transition: all .5s;
    }

        .main-panel > .container {
            transition: all .5s;
        }

        .main-panel .page-header .dropdown-menu:after {
            right: 16px !important;
        }

    .page-inner {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .page-sidebar {
        background: #fff;
    }

    .logo-header {
        display: flex;
        width: 100% !important;
        text-align: left;
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
    }

        .logo-header .logo {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
        }

        .logo-header .navbar-toggler {
            height: 100%;
            margin-left: 0px !important;
            opacity: 1;
            display: block;
            order: 1;
        }

        .logo-header .more {
            opacity: 1;
            color: #545454;
            cursor: pointer;
            display: inline-block;
            line-height: 56px;
            order: 3;
            width: unset;
            margin-left: auto;
        }

        .logo-header .navbar-brand {
            position: unset !important;
            margin-right: 0px;
        }

    .topbar_open .logo-header {
        border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    }

    .nav-search {
        width: 100%;
        margin-right: 0 !important;
    }

    .navbar-header {
        position: absolute;
        width: 100%;
        transform: translate3d(0, -200px, 0) !important;
        transition: all .5s;
    }

    .topbar_open .navbar-header {
        transform: translate3d(0, 70px, 0) !important;
        background: #fff;
    }

        .topbar_open .navbar-header .navbar-nav > .nav-item .nav-link i {
            font-size: 16px;
        }

        .topbar_open .navbar-header .navbar-nav > .nav-item:last-child .nav-link {
            padding: 0px !important;
        }

        .topbar_open .navbar-header .navbar-nav > .nav-item:last-child .quick-sidebar-toggler {
            padding-left: 5px !important;
        }

    .topbar_open .toggle-nav-search {
        display: list-item;
    }

    .topbar_open #search-nav {
        text-align: center;
        width: 100%;
        padding: 10px 15px 0px;
        order: 1;
    }

    .topbar_open .main-panel > .container {
        margin-top: 123px;
    }

    .topbar_open > .content {
        margin-top: 0px !important;
    }

    .nav_open.topbar_open .main-panel {
        transform: translate3d(265px, 0, 0) !important;
    }

    .navbar-header .navbar-nav {
        width: 100%;
        flex-direction: row;
        justify-content: center;
        margin-left: 0px !important;
        position: relative;
    }

        .navbar-header .navbar-nav .dropdown {
            position: unset;
        }

        .navbar-header .navbar-nav .dropdown-menu {
            position: absolute;
            left: 0;
            right: 0;
            top: 100%;
            margin: 0 auto;
            max-width: calc(100vw - 48px);
        }

    .profile-pic span {
        display: none;
    }

    .nav-toggle {
        left: 15px !important;
        right: unset !important;
    }

        .nav-toggle .sidenav-toggler {
            display: inline-block;
        }

        .nav-toggle .toggle-sidebar {
            display: none;
        }

    .page-title {
        font-size: 18px;
    }

    .card .card-title {
        font-size: 18px;
    }

    .mail-wrapper .mail-option .email-filters-left {
        width: 50%;
    }

        .mail-wrapper .mail-option .email-filters-left .btn-group {
            margin-bottom: 10px;
        }

    /* Dropzone */
    .dropzone {
        padding: 20px 15px !important;
    }

        .dropzone .dz-message .message {
            font-size: 23px;
        }

        .dropzone .dz-message .note {
            font-size: 15px;
        }
}

@media screen and (min-width: 856px) {
    .mail-wrapper .aside-nav {
        display: block !important;
    }
}

@media screen and (max-width: 856px) {
    .mail-wrapper {
        flex-direction: column;
    }

        .mail-wrapper .page-aside {
            width: 100%;
            height: unset;
            min-height: unset;
            border-bottom: 1px solid #eee;
            border-left: 0;
            border-right: 0;
            background: transparent;
            padding-top: 0px;
            padding-bottom: 0px;
        }

            .mail-wrapper .page-aside .aside-header {
                padding-top: 25px;
                padding-bottom: 25px;
                background: #f1f1f1;
            }

            .mail-wrapper .page-aside .aside-nav {
                background: #ffffff;
                padding-top: 15px;
                padding-bottom: 15px;
            }

        .mail-wrapper .mail-content {
            width: 100%;
        }

            .mail-wrapper .mail-content .inbox-head {
                flex-direction: column;
                align-items: start;
            }

                .mail-wrapper .mail-content .inbox-head h3 {
                    font-size: 18px;
                }

                .mail-wrapper .mail-content .inbox-head form {
                    margin-left: 0px !important;
                    margin-top: 15px;
                }

            .mail-wrapper .mail-content .email-head h3 {
                font-size: 18px;
            }

            .mail-wrapper .mail-content .email-compose-fields {
                padding: 20px 15px;
            }

        .mail-wrapper .mail-option {
            flex-direction: column;
        }

            .mail-wrapper .mail-option .email-filters-left {
                width: 100%;
                margin-bottom: 10px;
            }

        .mail-wrapper .toggle-email-nav {
            display: inline-block !important;
        }

        .mail-wrapper .table-inbox tr td .badge {
            margin-top: 5px;
            float: left;
        }
}

@media screen and (max-width: 767px) {
    .wizard-container {
        margin-left: 15px;
        margin-right: 15px;
    }

    .main-panel .page-header {
        flex-direction: column;
        align-items: normal;
        position: relative;
        min-height: 43px;
        justify-content: center;
    }

        .main-panel .page-header .breadcrumbs {
            margin-left: 0px;
            padding-top: 15px;
            padding-left: 5px;
            padding-bottom: 0px;
            border-left: 0px;
        }

        .main-panel .page-header .btn-group-page-header {
            position: absolute;
            right: 0px;
        }

    .footer > .container-fluid, .footer > .container {
        flex-direction: column;
    }

        .footer > .container-fluid .copyright, .footer > .container .copyright {
            margin-left: 0 !important;
            margin-top: 10px;
            margin-bottom: 15px;
        }
}

@media screen and (max-width: 576px) {
    .container, .container-full {
        padding: 0 !important;
    }

    .main-panel > .container, .main-panel > .container-full {
        padding: 0 !important;
    }

    #chart-container {
        min-height: 250px;
    }

    .form-check-inline {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    #calendar .fc-toolbar {
        display: flex;
        flex-direction: column;
    }

        #calendar .fc-toolbar .fc-left, #calendar .fc-toolbar .fc-right, #calendar .fc-toolbar .fc-center {
            margin: auto;
            margin-bottom: 15px;
        }

        #calendar .fc-toolbar .fc-left {
            order: 1;
        }

        #calendar .fc-toolbar .fc-right {
            order: 3;
        }

        #calendar .fc-toolbar .fc-center {
            order: 2;
        }

    .conversations .conversations-body {
        padding: 1.5rem 1rem;
    }
}

@media screen and (max-width: 350px) {
    .quick_sidebar_open .quick-sidebar {
        width: 100%;
        padding: 20px;
    }
}
/* 	 Background Body */
body {
    background: #F5F7FD;
}

    body[data-background-color="bg1"] {
        background: #F5F7FD;
    }

    body[data-background-color="bg2"] {
        background: #ffffff;
    }

    body[data-background-color="bg3"] {
        background: #f1f1f1;
    }

    body[data-background-color="dark"] {
        background: #1a2035;
    }

    body[data-background-color="dark2"] {
        background: #151a2b;
    }

        body[data-background-color="dark"] .text-muted, body[data-background-color="dark2"] .text-muted {
            color: #b9babf !important;
        }

        body[data-background-color="dark"] .main-header, body[data-background-color="dark2"] .main-header {
            box-shadow: 0px 0px 5px #121727;
        }

        body[data-background-color="dark"] .main-panel, body[data-background-color="dark2"] .main-panel {
            color: rgba(169, 175, 187, 0.82);
        }

            body[data-background-color="dark"] .main-panel p,
            body[data-background-color="dark"] .main-panel input[type="file"],
            body[data-background-color="dark"] .main-panel .card:not(.card-primary, .card-secondary, .card-info, .card-success, .card-warning, .card-danger )
            .card-body, body[data-background-color="dark2"] .main-panel p,
            body[data-background-color="dark2"] .main-panel input[type="file"],
            body[data-background-color="dark2"] .main-panel .card:not(.card-primary, .card-secondary, .card-info, .card-success, .card-warning, .card-danger )
            .card-body {
                color: rgba(169, 175, 187, 0.82);
            }

            body[data-background-color="dark"] .main-panel .h1,
            body[data-background-color="dark"] .main-panel .h2,
            body[data-background-color="dark"] .main-panel .h3,
            body[data-background-color="dark"] .main-panel .h4,
            body[data-background-color="dark"] .main-panel .h5,
            body[data-background-color="dark"] .main-panel .h6,
            body[data-background-color="dark"] .main-panel h1,
            body[data-background-color="dark"] .main-panel h2,
            body[data-background-color="dark"] .main-panel h3,
            body[data-background-color="dark"] .main-panel h4,
            body[data-background-color="dark"] .main-panel h5,
            body[data-background-color="dark"] .main-panel h6,
            body[data-background-color="dark"] .main-panel label,
            body[data-background-color="dark"] .main-panel .badge-count, body[data-background-color="dark2"] .main-panel .h1,
            body[data-background-color="dark2"] .main-panel .h2,
            body[data-background-color="dark2"] .main-panel .h3,
            body[data-background-color="dark2"] .main-panel .h4,
            body[data-background-color="dark2"] .main-panel .h5,
            body[data-background-color="dark2"] .main-panel .h6,
            body[data-background-color="dark2"] .main-panel h1,
            body[data-background-color="dark2"] .main-panel h2,
            body[data-background-color="dark2"] .main-panel h3,
            body[data-background-color="dark2"] .main-panel h4,
            body[data-background-color="dark2"] .main-panel h5,
            body[data-background-color="dark2"] .main-panel h6,
            body[data-background-color="dark2"] .main-panel label,
            body[data-background-color="dark2"] .main-panel .badge-count {
                color: #fff !important;
            }

        body[data-background-color="dark"] .card:not(.card-primary, .card-secondary, .card-info, .card-success, .card-warning, .card-danger, .card-list-messages ),
        body[data-background-color="dark"] .row-card-no-pd,
        body[data-background-color="dark"] .list-group-item.unread,
        body[data-background-color="dark"] .timeline > li > .timeline-panel, body[data-background-color="dark2"] .card:not(.card-primary, .card-secondary, .card-info, .card-success, .card-warning, .card-danger, .card-list-messages ),
        body[data-background-color="dark2"] .row-card-no-pd,
        body[data-background-color="dark2"] .list-group-item.unread,
        body[data-background-color="dark2"] .timeline > li > .timeline-panel {
            background: #202940 !important;
        }

        body[data-background-color="dark"] .card-list-messages, body[data-background-color="dark2"] .card-list-messages {
            background: transparent !important;
        }

        body[data-background-color="dark"] .card-pricing2, body[data-background-color="dark2"] .card-pricing2 {
            background: #202940 !important;
        }

        body[data-background-color="dark"] .row-card-no-pd [class*="col"] .card:before, body[data-background-color="dark2"] .row-card-no-pd [class*="col"] .card:before {
            background: rgba(181, 181, 181, 0.1) !important;
        }

        body[data-background-color="dark"] .card .card-header,
        body[data-background-color="dark"] .card .card-footer,
        body[data-background-color="dark"] .card .card-action,
        body[data-background-color="dark"] .card-profile .user-stats [class^="col"],
        body[data-background-color="dark"] .timeline > li > .timeline-panel,
        body[data-background-color="dark"] .table td,
        body[data-background-color="dark"] .table th,
        body[data-background-color="dark"] .breadcrumbs,
        body[data-background-color="dark"] .separator-dashed,
        body[data-background-color="dark"] .separator-solid,
        body[data-background-color="dark"] .separator-dot,
        body[data-background-color="dark"] .list-group .list-group-item,
        body[data-background-color="dark"] .conversations .messages-form,
        body[data-background-color="dark"] .mail-wrapper .mail-content .inbox-body .email-list .email-list-item,
        body[data-background-color="dark"] .page-with-aside .page-aside,
        body[data-background-color="dark"] .mail-wrapper .mail-content .email-head,
        body[data-background-color="dark"] .mail-wrapper .mail-content .email-sender,
        body[data-background-color="dark"] .main-panel .page-divider, body[data-background-color="dark2"] .card .card-header,
        body[data-background-color="dark2"] .card .card-footer,
        body[data-background-color="dark2"] .card .card-action,
        body[data-background-color="dark2"] .card-profile .user-stats [class^="col"],
        body[data-background-color="dark2"] .timeline > li > .timeline-panel,
        body[data-background-color="dark2"] .table td,
        body[data-background-color="dark2"] .table th,
        body[data-background-color="dark2"] .breadcrumbs,
        body[data-background-color="dark2"] .separator-dashed,
        body[data-background-color="dark2"] .separator-solid,
        body[data-background-color="dark2"] .separator-dot,
        body[data-background-color="dark2"] .list-group .list-group-item,
        body[data-background-color="dark2"] .conversations .messages-form,
        body[data-background-color="dark2"] .mail-wrapper .mail-content .inbox-body .email-list .email-list-item,
        body[data-background-color="dark2"] .page-with-aside .page-aside,
        body[data-background-color="dark2"] .mail-wrapper .mail-content .email-head,
        body[data-background-color="dark2"] .mail-wrapper .mail-content .email-sender,
        body[data-background-color="dark2"] .main-panel .page-divider {
            border-color: rgba(181, 181, 181, 0.1) !important;
            color: rgba(169, 175, 187, 0.82);
            background: transparent;
        }

        body[data-background-color="dark"] .card-primary p,
        body[data-background-color="dark"] .card-primary i,
        body[data-background-color="dark"] .card-primary input[type="file"],
        body[data-background-color="dark"] .card-secondary p,
        body[data-background-color="dark"] .card-secondary i,
        body[data-background-color="dark"] .card-secondary input[type="file"],
        body[data-background-color="dark"] .card-info p,
        body[data-background-color="dark"] .card-info i,
        body[data-background-color="dark"] .card-info input[type="file"],
        body[data-background-color="dark"] .card-success p,
        body[data-background-color="dark"] .card-success i,
        body[data-background-color="dark"] .card-success input[type="file"],
        body[data-background-color="dark"] .card-warning p,
        body[data-background-color="dark"] .card-warning i,
        body[data-background-color="dark"] .card-warning input[type="file"],
        body[data-background-color="dark"] .card-danger p,
        body[data-background-color="dark"] .card-danger i,
        body[data-background-color="dark"] .card-danger input[type="file"], body[data-background-color="dark2"] .card-primary p,
        body[data-background-color="dark2"] .card-primary i,
        body[data-background-color="dark2"] .card-primary input[type="file"],
        body[data-background-color="dark2"] .card-secondary p,
        body[data-background-color="dark2"] .card-secondary i,
        body[data-background-color="dark2"] .card-secondary input[type="file"],
        body[data-background-color="dark2"] .card-info p,
        body[data-background-color="dark2"] .card-info i,
        body[data-background-color="dark2"] .card-info input[type="file"],
        body[data-background-color="dark2"] .card-success p,
        body[data-background-color="dark2"] .card-success i,
        body[data-background-color="dark2"] .card-success input[type="file"],
        body[data-background-color="dark2"] .card-warning p,
        body[data-background-color="dark2"] .card-warning i,
        body[data-background-color="dark2"] .card-warning input[type="file"],
        body[data-background-color="dark2"] .card-danger p,
        body[data-background-color="dark2"] .card-danger i,
        body[data-background-color="dark2"] .card-danger input[type="file"] {
            color: #fff;
        }

        body[data-background-color="dark"] .card-primary .h1,
        body[data-background-color="dark"] .card-primary .h2,
        body[data-background-color="dark"] .card-primary .h3,
        body[data-background-color="dark"] .card-primary .h4,
        body[data-background-color="dark"] .card-primary .h5,
        body[data-background-color="dark"] .card-primary .h6,
        body[data-background-color="dark"] .card-primary h1,
        body[data-background-color="dark"] .card-primary h2,
        body[data-background-color="dark"] .card-primary h3,
        body[data-background-color="dark"] .card-primary h4,
        body[data-background-color="dark"] .card-primary h5,
        body[data-background-color="dark"] .card-primary h6,
        body[data-background-color="dark"] .card-secondary .h1,
        body[data-background-color="dark"] .card-secondary .h2,
        body[data-background-color="dark"] .card-secondary .h3,
        body[data-background-color="dark"] .card-secondary .h4,
        body[data-background-color="dark"] .card-secondary .h5,
        body[data-background-color="dark"] .card-secondary .h6,
        body[data-background-color="dark"] .card-secondary h1,
        body[data-background-color="dark"] .card-secondary h2,
        body[data-background-color="dark"] .card-secondary h3,
        body[data-background-color="dark"] .card-secondary h4,
        body[data-background-color="dark"] .card-secondary h5,
        body[data-background-color="dark"] .card-secondary h6,
        body[data-background-color="dark"] .card-info .h1,
        body[data-background-color="dark"] .card-info .h2,
        body[data-background-color="dark"] .card-info .h3,
        body[data-background-color="dark"] .card-info .h4,
        body[data-background-color="dark"] .card-info .h5,
        body[data-background-color="dark"] .card-info .h6,
        body[data-background-color="dark"] .card-info h1,
        body[data-background-color="dark"] .card-info h2,
        body[data-background-color="dark"] .card-info h3,
        body[data-background-color="dark"] .card-info h4,
        body[data-background-color="dark"] .card-info h5,
        body[data-background-color="dark"] .card-info h6,
        body[data-background-color="dark"] .card-success .h1,
        body[data-background-color="dark"] .card-success .h2,
        body[data-background-color="dark"] .card-success .h3,
        body[data-background-color="dark"] .card-success .h4,
        body[data-background-color="dark"] .card-success .h5,
        body[data-background-color="dark"] .card-success .h6,
        body[data-background-color="dark"] .card-success h1,
        body[data-background-color="dark"] .card-success h2,
        body[data-background-color="dark"] .card-success h3,
        body[data-background-color="dark"] .card-success h4,
        body[data-background-color="dark"] .card-success h5,
        body[data-background-color="dark"] .card-success h6,
        body[data-background-color="dark"] .card-warning .h1,
        body[data-background-color="dark"] .card-warning .h2,
        body[data-background-color="dark"] .card-warning .h3,
        body[data-background-color="dark"] .card-warning .h4,
        body[data-background-color="dark"] .card-warning .h5,
        body[data-background-color="dark"] .card-warning .h6,
        body[data-background-color="dark"] .card-warning h1,
        body[data-background-color="dark"] .card-warning h2,
        body[data-background-color="dark"] .card-warning h3,
        body[data-background-color="dark"] .card-warning h4,
        body[data-background-color="dark"] .card-warning h5,
        body[data-background-color="dark"] .card-warning h6,
        body[data-background-color="dark"] .card-danger .h1,
        body[data-background-color="dark"] .card-danger .h2,
        body[data-background-color="dark"] .card-danger .h3,
        body[data-background-color="dark"] .card-danger .h4,
        body[data-background-color="dark"] .card-danger .h5,
        body[data-background-color="dark"] .card-danger .h6,
        body[data-background-color="dark"] .card-danger h1,
        body[data-background-color="dark"] .card-danger h2,
        body[data-background-color="dark"] .card-danger h3,
        body[data-background-color="dark"] .card-danger h4,
        body[data-background-color="dark"] .card-danger h5,
        body[data-background-color="dark"] .card-danger h6, body[data-background-color="dark2"] .card-primary .h1,
        body[data-background-color="dark2"] .card-primary .h2,
        body[data-background-color="dark2"] .card-primary .h3,
        body[data-background-color="dark2"] .card-primary .h4,
        body[data-background-color="dark2"] .card-primary .h5,
        body[data-background-color="dark2"] .card-primary .h6,
        body[data-background-color="dark2"] .card-primary h1,
        body[data-background-color="dark2"] .card-primary h2,
        body[data-background-color="dark2"] .card-primary h3,
        body[data-background-color="dark2"] .card-primary h4,
        body[data-background-color="dark2"] .card-primary h5,
        body[data-background-color="dark2"] .card-primary h6,
        body[data-background-color="dark2"] .card-secondary .h1,
        body[data-background-color="dark2"] .card-secondary .h2,
        body[data-background-color="dark2"] .card-secondary .h3,
        body[data-background-color="dark2"] .card-secondary .h4,
        body[data-background-color="dark2"] .card-secondary .h5,
        body[data-background-color="dark2"] .card-secondary .h6,
        body[data-background-color="dark2"] .card-secondary h1,
        body[data-background-color="dark2"] .card-secondary h2,
        body[data-background-color="dark2"] .card-secondary h3,
        body[data-background-color="dark2"] .card-secondary h4,
        body[data-background-color="dark2"] .card-secondary h5,
        body[data-background-color="dark2"] .card-secondary h6,
        body[data-background-color="dark2"] .card-info .h1,
        body[data-background-color="dark2"] .card-info .h2,
        body[data-background-color="dark2"] .card-info .h3,
        body[data-background-color="dark2"] .card-info .h4,
        body[data-background-color="dark2"] .card-info .h5,
        body[data-background-color="dark2"] .card-info .h6,
        body[data-background-color="dark2"] .card-info h1,
        body[data-background-color="dark2"] .card-info h2,
        body[data-background-color="dark2"] .card-info h3,
        body[data-background-color="dark2"] .card-info h4,
        body[data-background-color="dark2"] .card-info h5,
        body[data-background-color="dark2"] .card-info h6,
        body[data-background-color="dark2"] .card-success .h1,
        body[data-background-color="dark2"] .card-success .h2,
        body[data-background-color="dark2"] .card-success .h3,
        body[data-background-color="dark2"] .card-success .h4,
        body[data-background-color="dark2"] .card-success .h5,
        body[data-background-color="dark2"] .card-success .h6,
        body[data-background-color="dark2"] .card-success h1,
        body[data-background-color="dark2"] .card-success h2,
        body[data-background-color="dark2"] .card-success h3,
        body[data-background-color="dark2"] .card-success h4,
        body[data-background-color="dark2"] .card-success h5,
        body[data-background-color="dark2"] .card-success h6,
        body[data-background-color="dark2"] .card-warning .h1,
        body[data-background-color="dark2"] .card-warning .h2,
        body[data-background-color="dark2"] .card-warning .h3,
        body[data-background-color="dark2"] .card-warning .h4,
        body[data-background-color="dark2"] .card-warning .h5,
        body[data-background-color="dark2"] .card-warning .h6,
        body[data-background-color="dark2"] .card-warning h1,
        body[data-background-color="dark2"] .card-warning h2,
        body[data-background-color="dark2"] .card-warning h3,
        body[data-background-color="dark2"] .card-warning h4,
        body[data-background-color="dark2"] .card-warning h5,
        body[data-background-color="dark2"] .card-warning h6,
        body[data-background-color="dark2"] .card-danger .h1,
        body[data-background-color="dark2"] .card-danger .h2,
        body[data-background-color="dark2"] .card-danger .h3,
        body[data-background-color="dark2"] .card-danger .h4,
        body[data-background-color="dark2"] .card-danger .h5,
        body[data-background-color="dark2"] .card-danger .h6,
        body[data-background-color="dark2"] .card-danger h1,
        body[data-background-color="dark2"] .card-danger h2,
        body[data-background-color="dark2"] .card-danger h3,
        body[data-background-color="dark2"] .card-danger h4,
        body[data-background-color="dark2"] .card-danger h5,
        body[data-background-color="dark2"] .card-danger h6 {
            color: #fff !important;
        }

        body[data-background-color="dark"] .nav-line, body[data-background-color="dark2"] .nav-line {
            border-color: rgba(181, 181, 181, 0.1) !important;
        }

        body[data-background-color="dark"] .accordion .card, body[data-background-color="dark2"] .accordion .card {
            background: #1a2035 !important;
        }

            body[data-background-color="dark"] .accordion .card .card-body, body[data-background-color="dark2"] .accordion .card .card-body {
                border-color: rgba(181, 181, 181, 0.1) !important;
            }

        body[data-background-color="dark"] .timeline > li > .timeline-panel:before, body[data-background-color="dark2"] .timeline > li > .timeline-panel:before {
            border-left-color: rgba(181, 181, 181, 0.1);
            border-right-color: rgba(181, 181, 181, 0.1);
        }

        body[data-background-color="dark"] .timeline > li > .timeline-panel:after, body[data-background-color="dark2"] .timeline > li > .timeline-panel:after {
            border-left-color: #202940;
            border-right-color: #202940;
        }

        body[data-background-color="dark"] .activity-feed .feed-item, body[data-background-color="dark2"] .activity-feed .feed-item {
            border-color: rgba(181, 181, 181, 0.1) !important;
        }

        body[data-background-color="dark"] .timeline:before,
        body[data-background-color="dark"] .progress,
        body[data-background-color="dark"] .progress-stacked, body[data-background-color="dark2"] .timeline:before,
        body[data-background-color="dark2"] .progress,
        body[data-background-color="dark2"] .progress-stacked {
            background-color: rgba(181, 181, 181, 0.1) !important;
        }

        body[data-background-color="dark"] .page-title,
        body[data-background-color="dark"] .breadcrumbs li a, body[data-background-color="dark2"] .page-title,
        body[data-background-color="dark2"] .breadcrumbs li a {
            color: rgba(169, 175, 187, 0.82);
        }

        body[data-background-color="dark"] .page-category, body[data-background-color="dark2"] .page-category {
            color: #828282;
        }

        body[data-background-color="dark"] .card-title,
        body[data-background-color="dark"] .card-title a,
        body[data-background-color="dark"] .card-title a:hover,
        body[data-background-color="dark"] .card-title a:focus, body[data-background-color="dark2"] .card-title,
        body[data-background-color="dark2"] .card-title a,
        body[data-background-color="dark2"] .card-title a:hover,
        body[data-background-color="dark2"] .card-title a:focus {
            color: #fff;
        }

        body[data-background-color="dark"] .card-category, body[data-background-color="dark2"] .card-category {
            color: #8b92a9;
        }

        body[data-background-color="dark"] .card-black,
        body[data-background-color="dark"] .card-primary,
        body[data-background-color="dark"] .card-secondary,
        body[data-background-color="dark"] .card-info,
        body[data-background-color="dark"] .card-success,
        body[data-background-color="dark"] .card-warning,
        body[data-background-color="dark"] .card-danger, body[data-background-color="dark2"] .card-black,
        body[data-background-color="dark2"] .card-primary,
        body[data-background-color="dark2"] .card-secondary,
        body[data-background-color="dark2"] .card-info,
        body[data-background-color="dark2"] .card-success,
        body[data-background-color="dark2"] .card-warning,
        body[data-background-color="dark2"] .card-danger {
            color: #fff !important;
        }

            body[data-background-color="dark"] .card-black .card-title,
            body[data-background-color="dark"] .card-black .card-category,
            body[data-background-color="dark"] .card-primary .card-title,
            body[data-background-color="dark"] .card-primary .card-category,
            body[data-background-color="dark"] .card-secondary .card-title,
            body[data-background-color="dark"] .card-secondary .card-category,
            body[data-background-color="dark"] .card-info .card-title,
            body[data-background-color="dark"] .card-info .card-category,
            body[data-background-color="dark"] .card-success .card-title,
            body[data-background-color="dark"] .card-success .card-category,
            body[data-background-color="dark"] .card-warning .card-title,
            body[data-background-color="dark"] .card-warning .card-category,
            body[data-background-color="dark"] .card-danger .card-title,
            body[data-background-color="dark"] .card-danger .card-category, body[data-background-color="dark2"] .card-black .card-title,
            body[data-background-color="dark2"] .card-black .card-category,
            body[data-background-color="dark2"] .card-primary .card-title,
            body[data-background-color="dark2"] .card-primary .card-category,
            body[data-background-color="dark2"] .card-secondary .card-title,
            body[data-background-color="dark2"] .card-secondary .card-category,
            body[data-background-color="dark2"] .card-info .card-title,
            body[data-background-color="dark2"] .card-info .card-category,
            body[data-background-color="dark2"] .card-success .card-title,
            body[data-background-color="dark2"] .card-success .card-category,
            body[data-background-color="dark2"] .card-warning .card-title,
            body[data-background-color="dark2"] .card-warning .card-category,
            body[data-background-color="dark2"] .card-danger .card-title,
            body[data-background-color="dark2"] .card-danger .card-category {
                color: #fff !important;
            }

        body[data-background-color="dark"] .nav-pills .nav-link:not(.active), body[data-background-color="dark2"] .nav-pills .nav-link:not(.active) {
            background: #1a2035;
            color: #a0aaac;
            border-color: #20263d;
        }

        body[data-background-color="dark"] .card-pricing .specification-list li, body[data-background-color="dark2"] .card-pricing .specification-list li {
            border-color: #373d4c;
        }

        body[data-background-color="dark"] .input-group-text, body[data-background-color="dark2"] .input-group-text {
            border-color: #2f374b !important;
            background-color: #1f283e;
            color: #fff;
        }

        body[data-background-color="dark"] .input-solid, body[data-background-color="dark2"] .input-solid {
            background: #363b4c !important;
            border-color: #363b4c !important;
        }

        body[data-background-color="dark"] .table, body[data-background-color="dark2"] .table {
            background-color: transparent;
        }

        body[data-background-color="dark"] .list-group-messages .list-group-item-title a,
        body[data-background-color="dark"] .list-group .list-group-item-text, body[data-background-color="dark2"] .list-group-messages .list-group-item-title a,
        body[data-background-color="dark2"] .list-group .list-group-item-text {
            color: inherit;
        }

        body[data-background-color="dark"] .footer, body[data-background-color="dark2"] .footer {
            border-top: 1px solid #293247;
            background: #1f283e;
        }

        body[data-background-color="dark"] .form-control,
        body[data-background-color="dark"] .form-select,
        body[data-background-color="dark"] .form-group-default,
        body[data-background-color="dark"] .select2-container--bootstrap .select2-selection, body[data-background-color="dark2"] .form-control,
        body[data-background-color="dark2"] .form-select,
        body[data-background-color="dark2"] .form-group-default,
        body[data-background-color="dark2"] .select2-container--bootstrap .select2-selection {
            background-color: #1a2035;
            color: #fff;
            border-color: #2f374b;
        }

        body[data-background-color="dark"] select option, body[data-background-color="dark2"] select option {
            background: #1a2035;
        }

        body[data-background-color="dark"] .bootstrap-tagsinput, body[data-background-color="dark2"] .bootstrap-tagsinput {
            background: transparent;
        }

        body[data-background-color="dark"] .selectgroup-button, body[data-background-color="dark2"] .selectgroup-button {
            border: 1px solid #2f374b;
        }

        body[data-background-color="dark"] .conversations .message-header, body[data-background-color="dark2"] .conversations .message-header {
            background: #1a2035;
            box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.07);
        }

        body[data-background-color="dark"] .conversations .conversations-content, body[data-background-color="dark2"] .conversations .conversations-content {
            color: #575962;
            border-color: #2e364a;
        }

        body[data-background-color="dark"] .mail-wrapper .mail-content .inbox-body .email-list .email-list-item.unread, body[data-background-color="dark2"] .mail-wrapper .mail-content .inbox-body .email-list .email-list-item.unread {
            background: #151a2b !important;
        }

        body[data-background-color="dark"] .mail-wrapper .mail-content .inbox-body .email-list .email-list-item:hover, body[data-background-color="dark2"] .mail-wrapper .mail-content .inbox-body .email-list .email-list-item:hover {
            background: #171e2f !important;
        }

        body[data-background-color="dark"] .page-with-aside .page-aside .aside-nav .nav > li:hover,
        body[data-background-color="dark"] .page-with-aside .page-aside .aside-nav .nav > li:focus,
        body[data-background-color="dark"] .page-with-aside .page-aside .aside-nav .nav > li.active, body[data-background-color="dark2"] .page-with-aside .page-aside .aside-nav .nav > li:hover,
        body[data-background-color="dark2"] .page-with-aside .page-aside .aside-nav .nav > li:focus,
        body[data-background-color="dark2"] .page-with-aside .page-aside .aside-nav .nav > li.active {
            background: rgba(0, 0, 0, 0.03);
        }

            body[data-background-color="dark"] .page-with-aside .page-aside .aside-nav .nav > li.active > a, body[data-background-color="dark2"] .page-with-aside .page-aside .aside-nav .nav > li.active > a {
                color: #b9babf !important;
            }

        body[data-background-color="dark"] .board, body[data-background-color="dark2"] .board {
            color: #575962;
        }

        body[data-background-color="dark"] .dropzone:hover, body[data-background-color="dark2"] .dropzone:hover {
            background: #1a2035 !important;
        }

        body[data-background-color="dark"] .dropzone .dz-preview.dz-image-preview, body[data-background-color="dark2"] .dropzone .dz-preview.dz-image-preview {
            background: transparent !important;
        }

        body[data-background-color="dark"] .jvm-zoom-btn, body[data-background-color="dark2"] .jvm-zoom-btn {
            background: #fff;
            color: #292929;
        }

/*   Background   */
.bg-transparent {
    background: transparent !important;
}

.bg-black {
    background-color: #1e1e1e !important;
}

.bg-black2 {
    background-color: #151a2b !important;
}

.bg-primary {
    background-color: #1572E8 !important;
}

.bg-primary2 {
    background-color: #1269DB !important;
}

.bg-secondary {
    background-color: #6861CE !important;
}

.bg-secondary2 {
    background-color: #5C55BF !important;
}

.bg-info {
    background-color: #48ABF7 !important;
}

.bg-info2 {
    background-color: #3697E1 !important;
}

.bg-success {
    background-color: #31CE36 !important;
}

.bg-success2 {
    background-color: #2BB930 !important;
}

.bg-warning {
    background-color: #FFAD46 !important;
}

.bg-warning2 {
    background-color: #FF9E27 !important;
}

.bg-danger {
    background-color: #F25961 !important;
}

.bg-danger2 {
    background-color: #EA4d56 !important;
}

.bg-gray1 {
    background: #F5F7FD !important;
}

.bg-gray2 {
    background: #f1f1f1 !important;
}

.bg-black-gradient {
    background: #151a2b !important;
    background: -webkit-linear-gradient(legacy-direction(-45deg), #0a0b11, #151a2b) !important;
    background: linear-gradient(-45deg, #0a0b11, #151a2b) !important;
}

.bg-primary-gradient {
    background: #1572E8 !important;
    background: -webkit-linear-gradient(legacy-direction(-45deg), #06418e, #1572E8) !important;
    background: linear-gradient(-45deg, #06418e, #1572E8) !important;
}

.bg-secondary-gradient {
    background: #6861CE !important;
    background: -webkit-linear-gradient(legacy-direction(-45deg), #2a20ac, #6861CE) !important;
    background: linear-gradient(-45deg, #2a20ac, #6861CE) !important;
}

.bg-info-gradient {
    background: #48ABF7 !important;
    background: -webkit-linear-gradient(legacy-direction(-45deg), #0a5a97, #48ABF7) !important;
    background: linear-gradient(-45deg, #0a5a97, #48ABF7) !important;
}

.bg-success-gradient {
    background: #31CE36 !important;
    background: -webkit-linear-gradient(legacy-direction(-45deg), #179d08, #31CE36) !important;
    background: linear-gradient(-45deg, #179d08, #31CE36) !important;
}

.bg-warning-gradient {
    background: #FFAD46 !important;
    background: -webkit-linear-gradient(legacy-direction(-45deg), #e1810b, #FFAD46) !important;
    background: linear-gradient(-45deg, #e1810b, #FFAD46) !important;
}

.bg-danger-gradient {
    background: #F25961 !important;
    background: -webkit-linear-gradient(legacy-direction(-45deg), #e80a15, #F25961) !important;
    background: linear-gradient(-45deg, #e80a15, #F25961) !important;
}

/*      Mail      */
.mail-wrapper .toggle-email-nav {
    margin-top: 10px;
    display: none;
}

.mail-wrapper .mail-content .inbox-head, .mail-wrapper .mail-content .email-head {
    padding: 35px 25px 20px;
}

    .mail-wrapper .mail-content .inbox-head h3, .mail-wrapper .mail-content .email-head h3 {
        font-size: 22px;
        font-weight: 300;
        margin: 0px;
    }

.mail-wrapper .mail-content .email-head {
    padding: 35px 25px;
    border-bottom: 1px solid #f1f1f1;
}

    .mail-wrapper .mail-content .email-head .favorite {
        color: #eee;
        margin-right: 5px;
    }

        .mail-wrapper .mail-content .email-head .favorite.active {
            color: #FFC600;
        }

    .mail-wrapper .mail-content .email-head .controls {
        margin-left: auto;
    }

        .mail-wrapper .mail-content .email-head .controls > a {
            color: #9c9c9c;
            font-size: 18px;
            padding: 0 5px;
        }

            .mail-wrapper .mail-content .email-head .controls > a:hover {
                text-decoration: none;
                opacity: 0.8;
            }

            .mail-wrapper .mail-content .email-head .controls > a:last-child {
                padding-right: 0px;
            }

.mail-wrapper .mail-content .email-sender {
    padding: 14px 25px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
}

    .mail-wrapper .mail-content .email-sender .avatar {
        padding-right: 12px;
    }

        .mail-wrapper .mail-content .email-sender .avatar img {
            max-width: 40px;
            max-height: 40px;
            border-radius: 50%;
        }

    .mail-wrapper .mail-content .email-sender .date {
        margin-left: auto;
    }

    .mail-wrapper .mail-content .email-sender .sender .action {
        display: inline-block;
    }

        .mail-wrapper .mail-content .email-sender .sender .action > a {
            cursor: pointer;
        }

.mail-wrapper .mail-content .email-body {
    padding: 30px 28px;
}

.mail-wrapper .mail-content .email-attachments {
    padding: 25px 28px;
    border-top: 1px solid #f1f1f1;
}

    .mail-wrapper .mail-content .email-attachments .title {
        font-weight: 400;
        margin-bottom: 10px;
    }

        .mail-wrapper .mail-content .email-attachments .title span {
            font-weight: 400;
        }

    .mail-wrapper .mail-content .email-attachments ul {
        padding-left: 0px;
        list-style: none;
    }

        .mail-wrapper .mail-content .email-attachments ul li {
            padding: 6px 0;
        }

            .mail-wrapper .mail-content .email-attachments ul li a {
                font-weight: 400;
            }

                .mail-wrapper .mail-content .email-attachments ul li a:hover {
                    text-decoration: none;
                }

                .mail-wrapper .mail-content .email-attachments ul li a i {
                    font-size: 20px;
                    display: inline-block;
                    vertical-align: middle;
                }

                .mail-wrapper .mail-content .email-attachments ul li a span {
                    font-weight: 400;
                }

.mail-wrapper .mail-content .inbox-body {
    padding: 20px 0px;
}

    .mail-wrapper .mail-content .inbox-body .mail-option {
        padding: 0 20px;
        margin-bottom: 20px;
        display: flex;
    }

        .mail-wrapper .mail-content .inbox-body .mail-option .chk-all {
            display: inline-block;
        }

        .mail-wrapper .mail-content .inbox-body .mail-option .btn-option {
            color: #555 !important;
            border: 1px solid #ebedf2 !important;
            font-weight: 600;
            background: #ffffff !important;
            box-shadow: 2px 2px 3px 0px #f2f1f1 !important;
        }

        .mail-wrapper .mail-content .inbox-body .mail-option .form-check {
            padding: 0;
        }

            .mail-wrapper .mail-content .inbox-body .mail-option .form-check .form-check-sign:before {
                border: 1px solid #eee;
                background: #eeeeee;
            }

    .mail-wrapper .mail-content .inbox-body .email-list .email-list-item {
        padding: 14px 20px;
        display: table;
        cursor: pointer;
        position: relative;
        font-size: 12px;
        width: 100%;
        border-top: 1px solid #f1f1f1;
    }

        .mail-wrapper .mail-content .inbox-body .email-list .email-list-item:hover {
            background: #f6f5f5;
        }

        .mail-wrapper .mail-content .inbox-body .email-list .email-list-item .email-list-actions, .mail-wrapper .mail-content .inbox-body .email-list .email-list-item .email-list-detail {
            vertical-align: top;
            display: table-cell;
        }

        .mail-wrapper .mail-content .inbox-body .email-list .email-list-item .email-list-actions {
            width: 50px;
        }

            .mail-wrapper .mail-content .inbox-body .email-list .email-list-item .email-list-actions .custom-checkbox {
                margin-right: 0px;
            }

            .mail-wrapper .mail-content .inbox-body .email-list .email-list-item .email-list-actions .favorite {
                color: #eee;
                font-size: 18px;
            }

                .mail-wrapper .mail-content .inbox-body .email-list .email-list-item .email-list-actions .favorite:hover {
                    text-decoration: none;
                    color: #969696;
                }

                .mail-wrapper .mail-content .inbox-body .email-list .email-list-item .email-list-actions .favorite.active, .mail-wrapper .mail-content .inbox-body .email-list .email-list-item .email-list-actions .favorite.active:hover {
                    color: #FFC600;
                }

        .mail-wrapper .mail-content .inbox-body .email-list .email-list-item .email-list-detail p, .mail-wrapper .mail-content .inbox-body .email-list .email-list-item .email-list-detail .msg {
            font-size: 12px;
        }

        .mail-wrapper .mail-content .inbox-body .email-list .email-list-item .email-list-detail .msg {
            margin-bottom: 0px;
            margin-top: 8px;
        }

        .mail-wrapper .mail-content .inbox-body .email-list .email-list-item .email-list-detail .from {
            font-size: 13px;
        }

        .mail-wrapper .mail-content .inbox-body .email-list .email-list-item .email-list-detail .date {
            font-size: 12px;
            display: flex;
            align-items: center;
        }

            .mail-wrapper .mail-content .inbox-body .email-list .email-list-item .email-list-detail .date .paperclip {
                font-size: 16px;
                padding-right: 4px;
            }

        .mail-wrapper .mail-content .inbox-body .email-list .email-list-item.unread {
            font-weight: 400;
            background: #fbfbfb;
        }

            .mail-wrapper .mail-content .inbox-body .email-list .email-list-item.unread:after {
                content: '';
                display: block;
                position: absolute;
                width: 3px;
                background: #1572E8;
                top: -1px;
                left: 0px;
                bottom: -1px;
                height: calc(100% + 2px);
            }

            .mail-wrapper .mail-content .inbox-body .email-list .email-list-item.unread .email-list-detail .from {
                font-weight: 600;
            }

.mail-wrapper .mail-content .email-compose-fields, .mail-wrapper .mail-content .email-editor {
    padding: 20px 25px;
}

.mail-wrapper .mail-content .email-compose-fields {
    padding: 20px 25px;
    border-bottom: 1px solid #f1f1f1;
}

.mail-wrapper .mail-content .email-action {
    text-align: right;
    margin-bottom: 15px;
}

    .mail-wrapper .mail-content .email-action > .btn {
        margin-right: 7px;
    }

        .mail-wrapper .mail-content .email-action > .btn:last-child {
            margin-right: 0px;
        }

/*     	Login     */
.login {
    background: #efefee;
}

    .login .wrapper.wrapper-login {
        display: flex;
        justify-content: center;
        align-items: center;
        height: unset;
        padding: 15px;
    }

        .login .wrapper.wrapper-login .container-login, .login .wrapper.wrapper-login .container-signup {
            width: 400px;
            padding: 60px 22px;
            border-radius: 5px;
        }

            .login .wrapper.wrapper-login .container-login:not(.container-transparent), .login .wrapper.wrapper-login .container-signup:not(.container-transparent) {
                background: #ffffff;
                -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
                -moz-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
                box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
                border: 1px solid #ebecec;
            }

            .login .wrapper.wrapper-login .container-login h3, .login .wrapper.wrapper-login .container-signup h3 {
                font-size: 20px;
                font-weight: 600;
                margin-bottom: 24px;
            }

            .login .wrapper.wrapper-login .container-login .form-sub, .login .wrapper.wrapper-login .container-signup .form-sub {
                align-items: center;
                justify-content: space-between;
                padding: 8px 10px;
            }

            .login .wrapper.wrapper-login .container-login .btn-login, .login .wrapper.wrapper-login .container-signup .btn-login {
                padding: 15px 0;
                min-width: 135px;
            }

            .login .wrapper.wrapper-login .container-login .form-action, .login .wrapper.wrapper-login .container-signup .form-action {
                text-align: center;
                padding: 25px 10px 0;
            }

            .login .wrapper.wrapper-login .container-login .form-action-d-flex, .login .wrapper.wrapper-login .container-signup .form-action-d-flex {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

            .login .wrapper.wrapper-login .container-login .login-account, .login .wrapper.wrapper-login .container-signup .login-account {
                padding-top: 16px;
                font-size: 14px;
                text-align: center;
            }

            .login .wrapper.wrapper-login .container-signup .form-action {
                display: flex;
                justify-content: space-between;
            }

    .login .wrapper.wrapper-login-full {
        justify-content: unset;
        align-items: unset;
        padding: 0 !important;
    }

    .login .login-aside {
        padding: 25px;
    }

        .login .login-aside .title {
            font-size: 36px;
        }

        .login .login-aside .subtitle {
            font-size: 18px;
        }

    .login .show-password {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
        cursor: pointer;
    }

    .login .custom-control-label {
        white-space: nowrap;
    }

@media screen and (max-width: 576px) {
    .form-action-d-flex {
        flex-direction: column;
        align-items: start !important;
    }

    .login .wrapper-login-full {
        flex-direction: column;
    }

    .login .login-aside {
        width: 100% !important;
    }

        .login .login-aside .title {
            font-size: 24px;
        }

        .login .login-aside .subtitle {
            font-size: 16px;
        }
}

@media screen and (max-width: 399px) {
    .wrapper-login {
        padding: 15px !important;
    }

    .container-login {
        width: 100% !important;
        padding: 60px 15px !important;
    }
}
/*     	Page 404     */
.page-not-found {
    background-image: url("../img/bg-404.jpeg");
    background-size: cover;
    background-position: center;
    image-rendering: pixelated;
}

    .page-not-found .wrapper.not-found {
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #ffffff;
        background: rgba(0, 0, 0, 0.61);
    }

        .page-not-found .wrapper.not-found h1 {
            font-size: 100px;
            letter-spacing: .15em;
            font-weight: 600;
            animation-delay: .5s;
        }

        .page-not-found .wrapper.not-found .desc {
            font-size: 27px;
            text-align: center;
            line-height: 50px;
            animation-delay: 1.5s;
            letter-spacing: 2px;
        }

            .page-not-found .wrapper.not-found .desc span {
                font-weight: 600;
                font-size: 30px;
            }

        .page-not-found .wrapper.not-found .btn-back-home {
            border-radius: 50px;
            padding: 13px 25px;
            animation-delay: 2.5s;
        }

@media screen and (max-width: 576px) {
    .wrapper.not-found h1 {
        font-size: 65px !important;
    }

    .wrapper.not-found .desc {
        font-size: 18px !important;
    }
}

/* -----------------------------------
BEGIN - Custom Core C3
-------------------------------------- */

.c3-title-page {
    color: #ffc000; /* Amarelo identidade visual */
    font-size: 1.28rem;
}

.modal-body.min-height-raiox {
    min-height: 260px;
}

.modal-body.min-height {
    min-height: 300px;
}

.min-full-height {
    min-height: 100dvh;
}

/* -----------------------------------
BEGIN - Custom Colors
-------------------------------------- */

.custom-green {
    color: #28a745 !important; /* Verde positivo */
    font-weight: 600;
}

.custom-green-light {
    color: #31CE36;
}

.custom-yellow {
    color: #ffc000; /* Amarelo identidade visual */
}

.custom-black {
    color: #212529 !important; /* Black identidade visual */
}

.custom-white {
    color: #ffffff !important; /* White identidade visual */
}

.custom-gray {
    color: #b0b0b0 !important; /* Cinza identidade visual */
}

.custom-dark-gray {
    color: #6c757d !important; /* Cinza identidade visual */
}

.custom-darkred {
    color: #c00000 !important;
}

.custom-blue {
    color: #6861CE !important;
}

.custom-card-dark-blue {
    background-color: #1a2035 !important;
}

.custom-blue-ligth {
    color: #9db6dd !important;
}

.custom-card-blue {
    background-color: #6861CE !important;
}

.custom-card-variacao-bg-green {
    background-color: #486d3a !important;
}

.custom-card-variacao-bg-red {
    background-color: #7d1616 !important;
}

.custom-card-variacao-text-color-red {
    color: #dc3545;
}

.custom-bg-blue {
    background-color: darkslateblue !important; /* Azul identidade visual */
}

.custom-bg-yellow {
    background-color: #ffc000 !important;
}

.custom-border-color-gray {
    border-color: #b0b0b0 !important;
}

.custom-border-color-dark-gray {
    border-color: darkslategray !important;
}

/* -----------------------------------
BEGIN - Custom Borders
-------------------------------------- */
body.dark-theme .border-padrao {
    border: .5px solid #3d4047 !important;
}


body.light-theme .border-padrao {
    border: .5px solid #e3e6ed !important;
}

/* -----------------------------------
BEGIN - BTNs Custom
-------------------------------------- */
.btn-mode-layout {
    border-style: none;
}

.custom-red {
    color: #c0392b !important; /* Vermelho mais suave que o danger padrão */
    font-weight: 600;
}

/* -----------------------------------
BEGIN - Layout Mode C3
-------------------------------------- */
main {
    transition: background-color 0.3s ease, color 0.3s ease;
}

:root {
    --bg-color: #ffffff;
    --text-color: #000000;
    --card-color: #f8f9fa;
    --accent-red: #e63946;
    --accent-green: #2ecc71;
}

.dark-theme {
    --bg-color: #0e0e0e;
    --text-color: #ffffff;
    --card-color: #1e1e1e;
}

body {
    background-color: var(--bg-color);
    color: var(--text-color);
}

    body.light-theme {
        background-color: #f3f4f7 !important;
    }

/* Estilo Btns Actions */
.btn-icon {
    border: none;
    padding: 0.375rem 0.55rem;
    font-size: 1rem;
    border-radius: 0.375rem;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-light-primary {
    color: #0d6efd;
}

    .btn-light-primary:hover {
        color: #084298;
    }

.btn-light-danger {
    color: #dc3545;
}

    .btn-light-danger:hover {
        color: #a71d2a;
    }

/* Estilo base da tabela */
.table {
    border-collapse: collapse;
    width: 100%;
    font-size: 0.95rem;
}

    /* Títulos da tabela */
    .table thead th {
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        font-size: 1.0rem;
        padding: 20px 16px !important
    }

    /* Células da tabela */
    .table td {
        padding: 10px 16px;
        vertical-align: middle;
        white-space: nowrap;
    }

/* -------- DARK THEME - Header -------- */
body.dark-theme .table thead th {
    background-color: #2C2C3C !important;
    color: #b0b0b0;
    padding: 20px 16px !important
}

/* -------- DARK THEME - Footer -------- */
body.dark-theme .table > tfoot > tr > td {
    background-color: #2C2C3C !important;
    color: #b0b0b0 !important;
    border-bottom: none;
}

/* -------- LIGHT THEME - Footer -------- */
body.light-theme .table > tfoot > tr > td {
    background-color: #f2f2f2 !important;
    color: #6c757d !important;
    border-bottom: none;
}

/* -------- DARK THEME - Footer -------- */
body.dark-theme .table > tfoot > tr > th {
    background-color: #2C2C3C !important;
    color: #b0b0b0 !important;
    border-bottom: none;
}

/* -------- LIGHT THEME - Footer -------- */
body.light-theme .table > tfoot > tr > th {
    background-color: #f2f2f2 !important;
    color: #6c757d !important;
    border-bottom: none;
}

body.dark-theme .table tbody td {
    color: #b0b0b0;
    background: rgba(255, 255, 255, 0.035);
    border-radius: 8px;
    border-bottom: 1px solid #b0b0b0 !important;
    padding: 10px 16px !important
}

/* Linhas hover */
body.dark-theme .table tbody tr:hover td {
    background-color: #2d2d3d;
    color: #b0b0b0;
}

/* -------- LIGHT THEME -------- */
body.light-theme .table thead th {
    background-color: #f2f2f2;
    color: #6c757d;
    padding: 20px 16px !important
}

body.light-theme .table tbody td {
    color: #6c757d;
    background-color: #fff;
    border-radius: 8px;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 16px !important
}

body.light-theme .table tbody tr:hover td {
    background-color: #f9f9f9;
}

body.dark-theme .table {
    border-radius: 8px;
    box-shadow: 0 0 0 1px #333;
    overflow: hidden;
}

.tooltip-lg .tooltip-inner {
    max-width: 300px; /* ou 400px, 500px, etc */
    width: 300px;
}

/* ---------------------- */
/* Estilo Tema DataTables */
/* ---------------------- */
body.dark-theme table.dataTable {
    background-color: #1e1e2f;
    color: #ffffff;
}

/* Estilo Input Filter */
body.dark-theme .dataTables_wrapper .dataTables_filter input {
    background-color: #2a2a40;
    color: #b0b0b0;
    border: 1px solid #555;
}

/* Estilo Input Resultado */
body.dark-theme .dataTables_wrapper .dataTables_length select {
    background-color: #2a2a40;
    color: #ffffff;
    border: 1px solid #555;
}

/* Alinha o search para a direita */
div.dataTables_filter {
    text-align: right !important;
}

/* Alinha a paginação para a direita */
div.dataTables_paginate {
    text-align: right !important;
    float: right !important;
}

/* Opcional: remove margem lateral do search */
div.dataTables_filter input {
    margin-left: 0.5rem;
}

/* Enfileira a label com o input/select */
div.dataTables_filter label,
div.dataTables_length label {
    color: #b0b0b0;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem; /* espaço entre label e campo */
    margin-top: 15px;
    margin-bottom: 15px;
}

div.dataTables_info {
    margin-bottom: 16px;
}

/* Botões Paginãção DataTable de paginação no tema claro */
body.light-theme .dataTables_paginate a {
    background-color: #f8f9fa;
    color: #777777;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

    body.light-theme .dataTables_paginate a:hover {
        background-color: #e2e6ea;
    }

/* Botões de paginação no tema escuro */
body.dark-theme .dataTables_paginate a {
    background-color: #343a40;
    color: #ffffff;
    border: 1px solid #495057;
    border-radius: 0.25rem;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

    body.dark-theme .dataTables_paginate a:hover {
        background-color: #495057;
    }

/* Tema claro */
body.light-theme .pagination .active > .page-link,
body.light-theme .pagination .page-link.active {
    background-color: var(--bs-pagination-active-bg);
    color: #ffffff;
    font-weight: bold;
    border-color: var(--bs-pagination-active-border-color);
}

/* Tema escuro */
body.dark-theme .pagination .active > .page-link,
body.dark-theme .pagination .page-link.active {
    background-color: var(--bs-pagination-active-bg);
    color: #ffffff;
    font-weight: bold;
    border-color: var(--bs-pagination-active-border-color);
}

/* ---------------------- */
/* Estilo Tema Footer     */
/* ---------------------- */
/* Tema Claro */
body.light-theme footer .bi {
    color: #212529;
}

/* Tema Escuro */
body.dark-theme footer .bi {
    color: #ffffff;
}

    /* Hover (ambos os temas) */
    body.light-theme footer .bi:hover,
    body.dark-theme footer .bi:hover {
        color: #0dcaf0; /* ou outro tom de destaque */
    }

body.dark-theme footer a:hover {
    color: #0aad0a; /* Hover em verde */
}

body.light-theme .footer-link {
    color: #333;
}

body.light-theme .footer-link:hover {
    color: #0aad0a;
}

body.dark-theme .footer-link {
    color: #f8f9fa;
    font-size: 0.9rem;
}

body.dark-theme .footer-link:hover {
    color: #ffc000;
}

/* -----------------------------------
BEGIN - Estilo Menu Superior Fresh
-------------------------------------- */

.c3-navbar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    z-index: 1050 !important; /* acima de cards, dropdowns etc */
}

.navbar {
    z-index: 1050 !important;
    height: 75px !important;
}

    .navbar,
    .navbar.fixed-top {
        height: 75px !important;
        min-height: 75px;
        max-height: 75px;
        transition: none !important; /* evita redução suave da altura */
    }

        .navbar .dropdown-menu {
            border: none;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
            border-radius: 0.5rem;
            min-width: 300px;
        }

        .navbar .mega-menu {
            width: 600px;
            left: 0;
            right: 0;
            top: 100%;
            margin: 0 auto;
        }

.dropdown-menu .dropdown-item {
    padding: 0.5rem 1rem;
    font-size: 1.05rem;
    color: #b0b0b0;
    transition: all 0.2s ease;
    border-radius: 0.35rem;
}

    .dropdown-menu .dropdown-item:hover {
        font-size: 1.05rem;
        background-color: #ffc000;
        color: #212529;
    }

body.dark-theme .dropdown-menu .dropdown-divider {
    border-top: 1px solid darkslategray;
}

body.light-theme .dropdown-menu .dropdown-divider {
    border-top: 1px solid #b0b0b0;
}

.navbar .dropdown-menu i {
    color: #b0b0b0 !important;
}

.dropdown-header {
    font-size: 0.8rem;
    font-weight: bold;
    color: #888;
    text-transform: uppercase;
    padding: 0.25rem 1rem;
    margin-bottom: 0.25rem;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #ffc000;
    color: #212529
}

@media (max-width: 991.98px) {
    .navbar .mega-menu {
        width: 100% !important;
        position: static;
        box-shadow: none;
        padding: 1rem;
    }

    .dropdown-menu {
        position: static !important;
    }

    /* Backdrop FICA ATRÁS do menu */
    .c3-navbar-backdrop {
        position: fixed;
        top: 75px; /* altura da navbar */
        left: 0;
        width: 100%;
        height: calc(100vh - 75px);
        background: rgba(0,0,0,0.5);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s ease;
    }

        .c3-navbar-backdrop.show {
            opacity: 1;
            visibility: visible;
        }

    .navbar-toggler.open .navbar-toggler-icon {
        transform: rotate(90deg);
    }

    .custom-toggler {
        border: none;
        background: transparent;
        width: 30px;
        height: 24px;
        position: relative;
    }

        .custom-toggler span {
            display: block;
            height: 3px;
            width: 100%;
            background: white;
            margin: 5px 0;
            transition: 0.3s ease;
        }

        /* Quando aberto vira X */
        .custom-toggler.open span:nth-child(1) {
            transform: translateY(8px) rotate(45deg);
        }

        .custom-toggler.open span:nth-child(2) {
            opacity: 0;
        }

        .custom-toggler.open span:nth-child(3) {
            transform: translateY(-8px) rotate(-45deg);
        }
}

/* -----------------------------------
BEGIN - MOBILE HEADER STYLE
-------------------------------------- */
@media (max-width: 991.98px) {
    .c3-logo-center {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .c3-navbar-grid {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
    }

    .c3-nav-left {
        justify-self: start;
    }

    .c3-nav-center {
        justify-self: center;
    }

    .c3-nav-right {
        justify-self: end;
        display: flex;
        align-items: center;
        gap: 12px;
        white-space: nowrap;
    }

    .topbar-nav {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 2px !important;
    }

    .navbar .navbar-nav .nav-item {
        padding: 0px;
    }

    .navbar .navbar-nav .topbar-user .profile-pic {
        padding: 0px;
    }

    .topbar-user {
        position: static !important;
    }

        .topbar-user .dropdown-menu {
            position: fixed !important;
            top: 64px; /* altura do header */
            right: 12px;
            left: auto !important;
            width: 280px;
            z-index: 2000;
        }

        .topbar-user .profile-pic {
            padding: 0 !important;
        }

    .avatar-sm {
        margin-right: 0 !important;
    }
}

/* -----------------------------------
BEGIN - Estilo Nav - Alertas
-------------------------------------- */

/* Tema claro */
.nav-tab-light {
    background-color: none;
    color: #b0b0b0;
    border: 1px solid #dee2e6;
}

    .nav-tab-light.active {
        background-color: #e9ecef;
        color: #000;
        border-bottom: none;
    }

/* Tema escuro */
.nav-tab-dark {
    background-color: none;
    color: #b0b0b0;
    border: 1px solid #b0b0b0;
}

    .nav-tab-dark.active {
        background-color: darkslateblue !important;
        color: #b0b0b0 !important;
        border-color: #b0b0b0 !important;
        border-bottom: none;
    }

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    background-color: darkslateblue !important;
    color: #b0b0b0 !important;
    border-color: #b0b0b0 !important;
    border-bottom: none;
}

/* -----------------------------------
BEGIN - Footer
-------------------------------------- */
footer ul li a {
    color: #212529;
    transition: color 0.3s ease;
}

    footer ul li a:hover {
        color: #198754; /* Hover verde */
        text-decoration: none;
    }

footer a {
    font-size: 1rem;
    text-decoration: none;
    line-height: 1.7;
    transition: color 0.3s;
}

.footer a:hover {
    color: #ffc000 !important; /* Amarelo identidade visual */
    text-decoration: none;
}

body.dark-theme .footer-secao {
    color: #ffc000; /* Amarelo identidade visual */
}

body.light-theme .footer-secao {
    color: #0aad0a; /* Amarelo identidade visual */
}

footer .app-btn {
    max-width: 140px;
    height: auto;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* Ícones sociais */
footer .bi {
    font-size: 1.5rem;
    color: #212529;
    transition: color 0.3s ease;
}

    footer .bi:hover {
        color: #198754;
    }

/* -----------------------------------
BEGIN - Cards Carteira
-------------------------------------- */
.variacao-positiva {
    color: #28a745 !important; /* Verde positivo */
    font-weight: 500;
}

.variacao-negativa {
    color: #c0392b !important; /* Vermelho negativo */
    font-weight: 500;
}

.rentabilidade-positiva {
    color: #28a745 !important; /* Verde positivo */
    font-weight: 500;
}

.rentabilidade-negativa {
    color: #c0392b !important; /* Vermelho negativo */
    font-weight: 500;
}

/* Estilo Btn Group */
.btn-group .btn {
    padding: 0.6rem 1.3rem;
    border-radius: 0.25rem;
    font-weight: 500;
    font-size: 1rem;
}

/* Btn group - dark-theme */
body.dark-theme .btn-outline-light:hover,
body.dark-theme .btn-outline-light.active {
    background-color: #ffc000;
    color: #000;
    border-color: #ffc000;
}

/* Btn outline group - dark-theme */
body.dark-theme .btn-outline-light {
    color: #fff;
    border-color: #555;
}

/* Btn group - light-theme */
body.light-theme .btn-outline-light:hover,
body.light-theme .btn-outline-light.active {
    background-color: #f8f9fa;
    color: #000;
    border-color: #b9babf;
}

/* Btn outline group - light-theme */
body.light-theme .btn-outline-light {
    color: #000;
    border-color: #b9babf;
}

/* Btn outline header */
.btn-outline-light-header {
    color: #fff !important;
}

/* Btn outline header */
.btn.btn-outline-light-header:hover,
.btn.btn-outline-light-header.active {
    background-color: #ffc000;
    color: #fff;
    border-color: #ffc000;
}

/* -----------------------------------
BEGIN - Menu Desktop Premium
-------------------------------------- */
.c3-premium-create-account-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0.55rem 1rem !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 8px !important;
    background: linear-gradient(135deg, #7568dc 0%, #5d52cf 100%) !important;
    color: #ffffff !important;
    font-size: 0.9rem !important;
    font-weight: 800 !important;
    box-shadow: 0 12px 28px rgba(104, 97, 206, 0.28);
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

    .c3-premium-create-account-btn:hover,
    .c3-premium-create-account-btn:focus {
        color: #ffffff !important;
        filter: brightness(1.06);
        transform: translateY(-1px);
        box-shadow: 0 16px 34px rgba(104, 97, 206, 0.38);
    }

.c3-premium-nav-header {
    align-items: center;
}

.navbar,
.navbar.fixed-top,
.c3-navbar-fixed {
    background: linear-gradient(180deg, #0b0f14 0%, #050608 100%) !important;
    border-bottom: 1px solid rgba(148, 163, 184, 0.12) !important;
}

.c3-premium-tool-trigger,
.c3-premium-nav-icon-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(148, 163, 184, 0.18) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.06) !important;
    color: #e5edf8 !important;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

    .c3-premium-tool-trigger i,
    .c3-premium-nav-icon-btn i {
        color: inherit !important;
    }

    .c3-premium-tool-trigger:hover,
    .c3-premium-tool-trigger:focus,
    .c3-premium-nav-icon-btn:hover,
    .c3-premium-nav-icon-btn:focus {
        background: rgba(255, 192, 0, 0.14) !important;
        border-color: rgba(255, 192, 0, 0.45) !important;
        color: #ffc000 !important;
        transform: translateY(-1px);
    }

.c3-premium-quick-actions {
    width: 350px;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.18) !important;
    border-radius: 8px !important;
    background: linear-gradient(180deg, #111827 0%, #0b111b 100%) !important;
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.38) !important;
}

    .c3-premium-quick-actions:after {
        border-bottom-color: #6b5fd6 !important;
    }

.c3-premium-quick-actions-header {
    min-height: 58px;
    background: linear-gradient(135deg, #7568dc 0%, #5d52cf 100%) !important;
    border-radius: 8px 8px 0 0 !important;
}

    .c3-premium-quick-actions-header .title {
        color: #ffffff;
        font-size: 1rem;
        font-weight: 800;
    }

.c3-premium-quick-actions .quick-actions-items {
    padding: 12px 12px 14px;
}

.c3-premium-quick-action-item {
    min-height: 94px;
    margin: 6px !important;
    padding: 12px 8px !important;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #cfe1f7 !important;
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

    .c3-premium-quick-action-item:hover {
        background: rgba(255, 192, 0, 0.08);
        border-color: rgba(255, 192, 0, 0.24);
        transform: translateY(-1px);
    }

.c3-premium-quick-actions .quick-actions-item:hover .avatar-item {
    transform: none;
}

.c3-premium-quick-action-icon {
    width: 46px !important;
    height: 46px !important;
    margin-bottom: 8px;
    background: linear-gradient(135deg, #7568dc 0%, #594fd0 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 12px 24px rgba(104, 97, 206, 0.26) !important;
}

    .c3-premium-quick-action-icon i {
        margin-right: 0 !important;
    }

.c3-premium-quick-action-label {
    color: #cfe1f7 !important;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}

body.light-theme .c3-premium-create-account-btn {
    border-color: rgba(104, 97, 206, 0.24) !important;
    box-shadow: 0 12px 28px rgba(104, 97, 206, 0.22);
}

@media (max-width: 1199.98px) {
    .c3-premium-create-account-btn {
        padding: 0.5rem 0.85rem !important;
        font-size: 0.82rem !important;
    }

    .c3-premium-tool-trigger,
    .c3-premium-nav-icon-btn {
        width: 40px;
        height: 40px;
    }
}

/* -----------------------------------
BEGIN - Moedas Premium
-------------------------------------- */
.moeda-premium-page {
    padding: 1.25rem 2.5rem 2.5rem;
}

.moeda-premium-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.25rem;
}

.moeda-premium-kicker {
    display: block;
    margin-bottom: 0.35rem;
    color: #78a6ff;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.32em;
    text-transform: uppercase;
}

.moeda-premium-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    color: #ffffff;
    font-size: 1.45rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

    .moeda-premium-title i {
        color: #ffc000;
    }

.moeda-premium-subtitle {
    max-width: 680px;
    margin: 0.6rem 0 0;
    color: #a8b3c7;
    font-size: 0.95rem;
    line-height: 1.55;
}

.moeda-premium-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(120px, 1fr));
    gap: 0.75rem;
    min-width: 460px;
}

.moeda-premium-summary-item {
    padding: 0.9rem 1rem;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

    .moeda-premium-summary-item small {
        display: block;
        margin-bottom: 0.3rem;
        color: #93a4bd;
        font-size: 0.68rem;
        font-weight: 900;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

    .moeda-premium-summary-item strong {
        color: #ffffff;
        font-size: 1rem;
        font-weight: 900;
    }

.moeda-premium-card,
.moeda-premium-loading {
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    background: linear-gradient(180deg, #111827 0%, #0b111b 100%);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24);
    overflow: hidden;
}

.moeda-premium-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    min-height: 260px;
    color: #cfe1f7;
    font-weight: 800;
}

.moeda-premium-table {
    margin-bottom: 0 !important;
    color: #cfe1f7;
}

    .moeda-premium-table thead th {
        padding: 1rem 1.2rem !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.72) !important;
        background: #2c2a3d !important;
        color: #c3cad8 !important;
        font-size: 0.72rem !important;
        font-weight: 900 !important;
        letter-spacing: 0.12em;
    }

    .moeda-premium-table tbody td {
        padding: 1rem 1.2rem !important;
        border-bottom: 1px solid rgba(226, 232, 240, 0.72) !important;
        background: #111827 !important;
        color: #cfe1f7 !important;
        font-size: 0.95rem;
        font-weight: 800;
    }

    .moeda-premium-table tbody tr:hover td {
        background: #151d2b !important;
    }

.moeda-premium-symbol {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
}

.moeda-premium-symbol-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 192, 0, 0.28);
    border-radius: 8px;
    background: rgba(255, 192, 0, 0.12);
    color: #ffc000;
}

.moeda-premium-change-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-width: 86px;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 900;
}

.moeda-premium-positive {
    color: #22c55e !important;
}

.moeda-premium-negative {
    color: #ff4d5f !important;
}

.moeda-premium-change-pill.moeda-premium-positive {
    background: rgba(34, 197, 94, 0.12);
}

.moeda-premium-change-pill.moeda-premium-negative {
    background: rgba(255, 77, 95, 0.12);
}

.moeda-premium-mobile-list {
    display: grid;
    gap: 0.85rem;
    padding: 0.85rem;
}

.moeda-premium-mobile-card {
    padding: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.72);
}

.moeda-premium-mobile-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.85rem;
}

.moeda-premium-mobile-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
}

    .moeda-premium-mobile-grid div {
        padding: 0.75rem;
        border: 1px solid rgba(148, 163, 184, 0.12);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.03);
    }

    .moeda-premium-mobile-grid small {
        display: block;
        margin-bottom: 0.25rem;
        color: #93a4bd;
        font-size: 0.66rem;
        font-weight: 900;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

    .moeda-premium-mobile-grid strong {
        color: #ffffff;
        font-size: 0.88rem;
        font-weight: 900;
    }

.moeda-premium-alert {
    margin: 1.25rem 2.5rem 0;
    border-radius: 8px;
}

body.light-theme .moeda-premium-kicker {
    color: #4f7fd9;
}

body.light-theme .moeda-premium-title,
body.light-theme .moeda-premium-summary-item strong,
body.light-theme .moeda-premium-mobile-grid strong {
    color: #0f172a;
}

body.light-theme .moeda-premium-subtitle,
body.light-theme .moeda-premium-summary-item small,
body.light-theme .moeda-premium-mobile-grid small {
    color: #64748b;
}

body.light-theme .moeda-premium-card,
body.light-theme .moeda-premium-loading {
    background: #ffffff;
    border-color: rgba(15, 23, 42, 0.1);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.08);
}

body.light-theme .moeda-premium-summary-item,
body.light-theme .moeda-premium-mobile-card {
    background: #f8fafc;
    border-color: rgba(15, 23, 42, 0.1);
}

body.light-theme .moeda-premium-table thead th {
    background: #eef2f7 !important;
    color: #64748b !important;
    border-bottom-color: rgba(15, 23, 42, 0.18) !important;
}

body.light-theme .moeda-premium-table tbody td {
    background: #ffffff !important;
    color: #1e293b !important;
    border-bottom-color: rgba(15, 23, 42, 0.12) !important;
}

body.light-theme .moeda-premium-table tbody tr:hover td {
    background: #f8fafc !important;
}

body.light-theme .moeda-premium-mobile-grid div {
    background: #ffffff;
    border-color: rgba(15, 23, 42, 0.1);
}

@media (max-width: 991.98px) {
    .moeda-premium-page {
        padding: 1rem 0.75rem 1.5rem;
    }

    .moeda-premium-header {
        align-items: stretch;
        flex-direction: column;
        gap: 1rem;
    }

    .moeda-premium-summary {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        min-width: 0;
    }

    .moeda-premium-summary-item {
        padding: 0.75rem;
    }

    .moeda-premium-title {
        font-size: 1rem;
    }

    .moeda-premium-subtitle {
        font-size: 0.85rem;
    }

    .moeda-premium-alert {
        margin: 1rem 0.75rem 0;
    }
}

@media (max-width: 575.98px) {
    .moeda-premium-summary {
        grid-template-columns: 1fr;
    }

    .moeda-premium-mobile-topline {
        align-items: flex-start;
        flex-direction: column;
    }

    .moeda-premium-mobile-grid {
        grid-template-columns: 1fr;
    }
}

/* Mobile card styling for Carteira (tweak colors to fit theme) */
.carteira-mobile-card {
    border-radius: 12px;
    padding: 14px;
    background: #ffffff;
    box-shadow: 0 6px 14px rgba(11,11,11,0.06);
    color: #111827;
}

    .carteira-mobile-card.dark {
        background: black;
        color: #e5e7eb;
        box-shadow: none;
    }

    .carteira-mobile-card .fw-semibold {
        font-weight: 600;
    }

    .carteira-mobile-card .small.text-muted {
        color: rgba(0,0,0,0.5);
    }

    .carteira-mobile-card.dark .small.text-muted {
        color: rgba(255,255,255,0.45);
    }

    .carteira-mobile-card .btn-sm {
        padding: 6px 8px;
        line-height: 1;
        min-width: 36px;
    }

    /* ensure company name stays on one line with ellipsis */
    .carteira-mobile-card .company-name {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
    }

/* -----------------------------------
BEGIN - Cards Body
-------------------------------------- */

/* Card da Análise IA */
.card-body {
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #888 transparent; /* Firefox */
    overscroll-behavior: contain; /* Evita scroll "estourando" a modal */
}

    /* Scrollbar personalizada (Chrome, Edge, Safari) */
    .card-body::-webkit-scrollbar {
        width: 6px;
    }

    .card-body::-webkit-scrollbar-track {
        background: transparent;
    }

    .card-body::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 10px;
        transition: background-color 0.2s ease-in-out;
    }

        .card-body::-webkit-scrollbar-thumb:hover {
            background-color: #555;
        }

/* Ajuste para modo escuro */
body.dark-mode .card-body::-webkit-scrollbar-thumb {
    background-color: #666;
}

    body.dark-mode .card-body::-webkit-scrollbar-thumb:hover {
        background-color: #444;
    }

/* -----------------------------------
BEGIN - Modal Forms e Alerts
-------------------------------------- */
/* Z-Index específico para modals */
.modal-backdrop {
    z-index: 1040 !important;
}

/* Sucesso Dark Mode */
.alert-success-dark {
    background-color: #234d20;
    border: 1px solid #28a745;
    color: #d4edda;
    padding: 0.75rem 1.25rem;
    border-radius: 0.25rem;
}

/* Danger Dark Mode */
.alert-danger-dark {
    background-color: #5c1e1e;
    border: 1px solid #dc3545;
    color: #f8d7da;
    padding: 0.75rem 1.25rem;
    border-radius: 0.25rem;
}

/* Warning Dark Mode */
.alert-warning-dark {
    background-color: #5c3c0d;
    border: 1px solid #ffc107;
    color: #fff3cd;
    padding: 0.75rem 1.25rem;
    border-radius: 0.25rem;
}

/* Info Dark Mode */
.alert-info-dark {
    background-color: #0c3e5c;
    border: 1px solid #17a2b8;
    color: #d1ecf1;
    padding: 0.75rem 1.25rem;
    border-radius: 0.25rem;
}

/* Botão Close Branco para Dark Theme */
.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}

/* Título do Modal */
body.dark-theme .modal-title {
    color: #ffc000;
}

body.light-theme .modal-title {
    color: #ffc000;
}

/* Fundo do Modal */
body.dark-theme .modal-content {
    background-color: #2b2b2b;
    color: #b0b0b0;
    border: 1px solid #444;
}

body.light-theme .modal-content {
    background-color: #ffffff;
    color: #212529;
}

/* Estilo para inputs tipo number */
/* Chrome, Safari, Edge */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

/* Options Select - light */
body.light-theme select option {
    color: #212529;
}

/* Input fields - dark */
body.dark-theme .modal-body input.form-control {
    background-color: #1e1e1e;
    color: #b0b0b0;
    border: 1px solid #555;
}

/* Input fields - light */
body.light-theme .modal-body input.form-control {
    background-color: #fff;
    color: #212529;
    border: 1px solid #ced4da;
}

    /* Inputs com foco */
    body.light-theme .modal-body input.form-control:focus {
        background-color: #fff;
        color: #212529;
        box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25) !important;
    }

/* Input fields - light */
body.light-theme .modal-body input.form-control {
    background-color: #fff;
    color: #212529;
    border: 1px solid #ced4da;
}

/* form-select - dark */
body.dark-theme .modal-body .form-select {
    background-color: #1e1e1e;
    color: #b0b0b0;
    border: 1px solid #555;
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
}

/* form-select - light */
body.light-theme .modal-body .form-select {
    background-color: #fff;
    color: #212529;
    border: 1px solid #ced4da;
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
}

body.dark-theme .input-group-text {
    background-color: #2b2b2b;
    color: #ccc;
    border: 1px solid #555;
}

    /* input-group - focus */
    body.dark-theme .input-group-text:focus {
        background-color: #1e1e1e;
        color: #ffffff;
        box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25) !important;
    }

/* Inputs com foco */
body.dark-theme .modal-body input.form-control:focus {
    background-color: #1e1e1e;
    color: #ffffff;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25) !important;
}

/* form-select - focus */
body.dark-theme .modal-body .form-select:focus,
body.light-theme .modal-body .form-select:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25) !important;
}

/* Remove botão do calendário */
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

/* Campo inválido - borda vermelha */
body .form-control.invalid,
body .form-control:invalid {
    border-color: #dc3545 !important;
    box-shadow: none !important;
}

/* Disabled field - dark */
body.dark-theme .disabled-field {
    background-color: darkslategray !important;
    color: #aeb3c2 !important;
    border: 1px solid #555 !important;
}

/* Disabled field - light */
body.light-theme .disabled-field {
    background-color: var(--bs-secondary-bg) !important;
    color: #6c757d !important;
    border: 1px solid #e8e8e8 !important;
}

/* Mensagem de erro */
body .validation-message {
    color: indianred;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

/* -----------------------------------
BEGIN - TomSelect
-------------------------------------- */

/* Tema claro - TomSelect */
body.light-theme .ts-dropdown {
    background-color: #ffffff;
    color: #212529;
    border-color: #ced4da;
}

    body.light-theme .ts-dropdown .option {
        color: #212529;
    }

        body.light-theme .ts-dropdown .option:hover,
        body.light-theme .ts-dropdown .option.active {
            background-color: #f1f3f5;
            color: #000;
        }

/* Tema escuro - TomSelect */
body.dark-theme .ts-dropdown {
    background-color: #1e1e2f;
    color: #f8f9fa;
    border-color: #343a40;
}

    body.dark-theme .ts-dropdown .option {
        color: #f8f9fa;
    }

        body.dark-theme .ts-dropdown .option:hover,
        body.dark-theme .ts-dropdown .option.active {
            background-color: #343c57;
            color: #fff;
        }

/* Texto digitado e cursor visível no tema escuro */
body.dark-theme .ts-control,
body.dark-theme .ts-control input {
    color: #b0b0b0; /* Texto digitado */
    caret-color: #b0b0b0; /* Cor do cursor de digitação */
    line-height: 1.8;
}

    body.dark-theme .ts-control .item {
        color: #b0b0b0;
    }

body.dark-theme .ts-dropdown .option.active,
body.dark-theme .ts-dropdown .option.selected,
body.dark-theme .ts-dropdown .option:hover {
    background-color: #ffc000;
    color: #000;
}

body.dark-theme .focus .ts-control {
    border-color: #ffc000 !important;
}

/* Borda do campo no foco */
body.dark-theme .ts-control:focus {
    border-color: #ffc000 !important;
    box-shadow: 0 0 0 0.1rem rgba(255, 192, 0, 0.5) !important;
    outline: none !important;
}

/* Disable - dark */
body.dark-theme .disabled .ts-control {
    background-color: darkslategray !important;
}

/* Disable - light */
body.light-theme .disabled .ts-control {
    background-color: var(--bs-secondary-bg) !important;
}

.dark-theme .form-control:disabled,
.dark-theme .form-select:disabled {
    background-color: #2c2f36 !important;
    color: #aeb3c2 !important;
}

.light-theme .form-control:disabled,
.light-theme .form-select:disabled {
    background-color: var(--bs-secondary-bg) !important;
    color: #6c757d !important;
}

/* Transição suave entre temas */
.ts-dropdown {
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Validação campo inválido TomSelect */
.ts-wrapper.is-invalid,
.was-validated .invalid,
.was-validated :invalid + .ts-wrapper {
    border-color: #dc3545; /* Bootstrap danger */
}

    .ts-wrapper.is-invalid:not(.single),
    .was-validated .invalid:not(.single),
    .was-validated :invalid + .ts-wrapper:not(.single) {
        border-color: #dc3545; /* Bootstrap danger */
    }

    .ts-wrapper.is-invalid.single,
    .was-validated .invalid.single,
    .was-validated :invalid + .ts-wrapper.single {
        border-color: #dc3545; /* Bootstrap danger */
    }

/* Força truncamento com reticências nas opções longas */
.tom-select .ts-dropdown .option {
    display: block !important; /* torna truncável */
    max-width: 100% !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

body.dark-theme .ts-control input::placeholder {
    color: #adb5bd !important;
    opacity: 0.5 !important;
}

/* -----------------------------------
BEGIN - Toggle Btns
-------------------------------------- */

/* Tabs modernas */
.tab-toggle {
    display: flex;
    width: 100%;
}

body.dark-theme .toggle-button,
body.light-theme .toggle-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex: 1;
    height: 50px;
    cursor: pointer;
    border-radius: 0.375rem;
    transition: background-color 0.2s, color 0.2s;
}

/* Tema Escuro */
body.dark-theme .toggle-button {
    background-color: #2b2b2b;
    color: #b0b0b0;
    border: .5px solid #3d4047 !important;
}

    body.dark-theme .toggle-button.active {
        background-color: #fcc000;
        color: #212529;
    }

/* Tema Claro */
body.light-theme .toggle-button {
    background-color: white;
    color: #b0b0b0;
    border: .5px solid #e3e6ed !important;
}

    body.light-theme .toggle-button.active {
        background-color: #f8f9fa;
        color: #212529;
    }

/* -----------------------------------
BEGIN - Btns Primary e Secondary
-------------------------------------- */

/* Botão primário - dark e light theme */
body.dark-theme .btn.btn-primary,
body.light-theme .btn.btn-primary {
    background-color: #ffc000 !important;
    color: #212529 !important;
    border-color: #ffc000 !important;
    font-weight: 600;
}

/* Botão primário - dark e light theme */
body.dark-theme .modal-content .btn.btn-primary,
body.light-theme .modal-content .btn.btn-primary {
    background-color: #ffc000 !important;
    color: #212529 !important;
    border-color: #ffc000 !important;
    font-weight: 600;
}

/* Btn hover - btn-primary */
body .modal-content .btn.btn-primary:hover {
    background-color: #daa600 !important;
    color: #212529 !important;
    border-color: #e6ac00;
}

/* Botão secundário - dark-theme */
body.dark-theme .modal-content .btn.btn-secondary {
    background-color: #3b3b3b !important;
    color: #ffc000 !important;
    border: 1px solid #444 !important;
    font-weight: 600;
}

/* Botão secundário - light-theme */
body.light-theme .modal-content .btn.btn-secondary {
    background-color: #2c2c2c !important;
    color: #ffc000 !important;
    border: 1px solid #444 !important;
    font-weight: 600;
}

/* Btn hover - btn-secondary */
body .modal-content .btn.btn-secondary:hover {
    background-color: #2c2c2c !important;
    color: #e6ac00 !important;
    border-color: #555;
}

/* -----------------------------------
BEGIN - Notification Toast
-------------------------------------- */
/* Posição Toast */
#liveToast {
    position: fixed;
    top: 90px;
    right: 20px;
    z-index: 1055;
    min-width: 600px;
    max-width: 90vw;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.4s ease;
}

    #liveToast.show {
        opacity: 1;
        transform: scale(1);
    }

/* Para dispositivos pequenos (até 991.98px de largura) */
@media (max-width: 991.98px) {
    #liveToast {
        min-width: auto;
        width: 90vw;
        right: 5%;
        left: 5%;
    }
}

/* Estilo para temas */
.toast-light {
    background-color: #ffffff;
    color: #212529;
}

.toast-dark {
    background-color: #333333;
    color: #f1f1f1;
}

/* Estilos base dos toast (ícones, cores por tipo) */
.toast-success {
    border-left: 4px solid #28a745;
}

.toast-danger {
    border-left: 4px solid #dc3545;
}

.toast-warning {
    border-left: 4px solid #ffc107;
}

.toast-info {
    border-left: 4px solid #17a2b8;
}

/* Ícone dentro do Toast */
.toast .fas {
    margin-right: 10px;
}

/* Cor personalizada para ícone e título do Toast */
/* Estilos por tipo */
.toast-success .toast-body i,
.toast-success .toast-body strong {
    color: #28a745; /* verde */
}

.toast-danger .toast-body i,
.toast-danger .toast-body strong {
    color: #dc3545; /* vermelho */
}

.toast-warning .toast-body i,
.toast-warning .toast-body strong {
    color: #ffc107; /* amarelo */
}

.toast-info .toast-body i,
.toast-info .toast-body strong {
    color: #17a2b8; /* azul */
}

/* Animação para o Toast */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Aplicar animação quando o Toast é exibido */
.custom-toast.showing,
.custom-toast.show {
    animation: fadeInUp 0.3s ease forwards;
}

/* Estilo para animação do Modal */
.custom-modal-animation .modal-dialog {
    transform: scale(0.9);
    opacity: 0;
    transition: all 0.4s ease;
}

.custom-modal-animation.show .modal-dialog {
    transform: scale(1);
    opacity: 1;
}

/* Remover borda e arredondamento das modais */
.no-border {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* Ajuste também para header, body e footer da modal */
.modal-header, .modal-body, .modal-footer {
    border: none !important;
}

.toast-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background-color: #facc15; /* cor amarela */
    animation: progressBar 3s linear forwards;
    border-radius: 0 0 6px 6px;
}

@keyframes progressBar {
    from {
        width: 100%;
    }

    to {
        width: 0%;
    }
}

/* Premium toast overrides */
.c3-toast-host {
    position: fixed;
    top: 88px;
    right: 20px;
    z-index: 9999;
    width: min(430px, calc(100vw - 32px));
    pointer-events: none;
}

#liveToast.custom-toast {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.22) !important;
    border-radius: 14px;
    opacity: 0;
    transform: translateX(18px) scale(0.98);
    transition: opacity 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
    pointer-events: auto;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.35);
}

#liveToast.custom-toast.show {
    opacity: 1;
    transform: translateX(0) scale(1);
}

#liveToast.custom-toast.toast-dark {
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.98), rgba(2, 6, 23, 0.96));
    color: #e5efff;
}

#liveToast.custom-toast.toast-light {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(241, 245, 249, 0.96));
    color: #0f172a;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.18);
}

.custom-toast .c3-toast-body {
    position: relative;
    padding: 16px 18px;
    gap: 0;
}

.custom-toast .c3-toast-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    margin-top: 2px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.custom-toast .c3-toast-icon .fas {
    margin-right: 0;
    font-size: 1rem;
}

.custom-toast .c3-toast-title {
    color: inherit;
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.custom-toast .c3-toast-message {
    display: block;
    color: #b9c7dc;
    font-size: 0.92rem;
    line-height: 1.45;
}

#liveToast.toast-light .c3-toast-message {
    color: #475569;
}

.custom-toast .c3-toast-close {
    width: 28px;
    height: 28px;
    margin-top: 1px;
    border-radius: 9px;
    opacity: 0.78;
    background-color: rgba(148, 163, 184, 0.12);
    background-size: 0.72rem;
}

.custom-toast.toast-dark .c3-toast-close,
body.dark-theme .custom-toast .c3-toast-close {
    filter: invert(1) grayscale(100%) brightness(180%);
}

.custom-toast .c3-toast-close:hover {
    opacity: 1;
    background-color: rgba(148, 163, 184, 0.22);
}

#liveToast.toast-success {
    border-left: 1px solid rgba(148, 163, 184, 0.22) !important;
    border-top: 3px solid #22c55e !important;
}

#liveToast.toast-danger {
    border-left: 1px solid rgba(148, 163, 184, 0.22) !important;
    border-top: 3px solid #ff4d5f !important;
}

#liveToast.toast-warning {
    border-left: 1px solid rgba(148, 163, 184, 0.22) !important;
    border-top: 3px solid #ffc000 !important;
}

#liveToast.toast-info {
    border-left: 1px solid rgba(148, 163, 184, 0.22) !important;
    border-top: 3px solid #60a5fa !important;
}

#liveToast.toast-success .c3-toast-icon {
    background: rgba(34, 197, 94, 0.16);
    border: 1px solid rgba(34, 197, 94, 0.35);
    color: #22c55e;
}

#liveToast.toast-danger .c3-toast-icon {
    background: rgba(255, 77, 95, 0.16);
    border: 1px solid rgba(255, 77, 95, 0.35);
    color: #ff4d5f;
}

#liveToast.toast-warning .c3-toast-icon {
    background: rgba(255, 192, 0, 0.16);
    border: 1px solid rgba(255, 192, 0, 0.35);
    color: #ffc000;
}

#liveToast.toast-info .c3-toast-icon {
    background: rgba(96, 165, 250, 0.16);
    border: 1px solid rgba(96, 165, 250, 0.35);
    color: #60a5fa;
}

#liveToast.toast-success .c3-toast-title {
    color: #22c55e;
}

#liveToast.toast-danger .c3-toast-title {
    color: #ff4d5f;
}

#liveToast.toast-warning .c3-toast-title {
    color: #ffc000;
}

#liveToast.toast-info .c3-toast-title {
    color: #60a5fa;
}

#liveToast.toast-success .toast-progress {
    background: linear-gradient(90deg, #22c55e, #86efac);
}

#liveToast.toast-danger .toast-progress {
    background: linear-gradient(90deg, #ff4d5f, #fca5a5);
}

#liveToast.toast-warning .toast-progress {
    background: linear-gradient(90deg, #ffc000, #fde68a);
}

#liveToast.toast-info .toast-progress {
    background: linear-gradient(90deg, #60a5fa, #93c5fd);
}

.custom-toast.showing,
.custom-toast.show {
    animation: c3ToastIn 0.26s ease forwards;
}

@keyframes c3ToastIn {
    from {
        opacity: 0;
        transform: translateX(18px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@media (max-width: 575.98px) {
    .c3-toast-host {
        top: 76px;
        right: 12px;
        left: 12px;
        width: auto;
    }

    .custom-toast .c3-toast-body {
        padding: 14px;
    }

    .custom-toast .c3-toast-title {
        font-size: 0.78rem;
    }

    .custom-toast .c3-toast-message {
        font-size: 0.86rem;
    }
}

/* -----------------------------------
BEGIN - Login Modal
-------------------------------------- */

.modal-backdrop-custom {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(4px);
    z-index: 1050;
}

/* Escuro */
body.dark-theme .form-control {
    background-color: #1e1e1e;
    color: #ccc;
    border: 1px solid #444;
}

    body.dark-theme .form-control:focus {
        background-color: #1e1e1e;
        color: #fff;
        border-color: #3e93ff;
        box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25) !important;
    }

/* Claro */
body.light-theme .form-control:focus {
    border-color: #ffc000;
}

.btn-close {
    filter: brightness(0.8);
}

.input-with-icon {
    padding-left: 2.5rem;
}

.input-icon {
    position: absolute;
    top: 50%;
    left: 0.9rem;
    transform: translateY(-50%);
    color: #888;
    font-size: 1rem;
    z-index: 5;
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 0.6rem;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #888;
    z-index: 5;
}

/* Animação suave */
@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Responsivo */
@media (max-width: 991.98px) {
    .login-modal-content {
        padding: 1rem;
        width: 90%;
    }
}

.divider-line {
    display: flex;
    align-items: center;
    margin: 1.5rem 0 1rem;
    text-align: center;
    gap: 0.5rem;
}

    .divider-line::before,
    .divider-line::after {
        content: '';
        flex: 1;
        border-top: 1px solid #ccc;
    }

    .divider-line label {
        margin: 0;
        font-size: 0.875rem;
        color: #888;
        font-weight: 500;
        text-transform: uppercase;
    }

.btn-cadastro, .btn-cadastro:hover {
    background-color: #a1865e;
    color: white;
    font-weight: 600;
    border-radius: 10px;
}

    /* Cor fixa mesmo com Tab / Focus */
    .btn-cadastro:focus,
    .btn-cadastro:active,
    .btn-cadastro:focus-visible {
        background-color: #a1865e !important;
        color: white !important;
        box-shadow: none !important;
    }

/* Desabilitar cursor quando botão estiver desabilitado */
.btn-entrar:disabled {
    cursor: not-allowed !important;
}

.loading-style {
    background-color: #a1865e !important;
    color: white !important;
    box-shadow: none !important;
}

/* -----------------------------------
BEGIN - EmptyState Component
-------------------------------------- */

.hover-shadow:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    transform: scale(1.01);
    transition: all 0.2s ease-in-out;
}

.ts-wrapper.is-invalid.single {
    border-color: #dc3545; /* Bootstrap danger */
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* -----------------------------------
BEGIN - Scroll Collapse
-------------------------------------- */

.scrollable-collapse {
    max-height: 300px; /* altura máxima */
    min-height: 150px; /* altura mínima opcional */
    overflow-y: auto; /* scroll vertical quando necessário */
    overflow-x: hidden;
    scroll-behavior: smooth;
}

    .scrollable-collapse::-webkit-scrollbar {
        width: 8px;
    }

    .scrollable-collapse::-webkit-scrollbar-track {
        background: transparent;
    }

    .scrollable-collapse::-webkit-scrollbar-thumb {
        background-color: #667;
        border-radius: 4px;
        border: 2px solid transparent;
        background-clip: content-box;
    }

        .scrollable-collapse::-webkit-scrollbar-thumb:hover {
            background-color: #888;
        }

.body.dark-theme .scrollable-collapse::-webkit-scrollbar-thumb {
    background-color: #667;
}

.body.light-theme .scrollable-collapse::-webkit-scrollbar-thumb {
    background-color: #b0b0b0;
}

/* -----------------------------------
BEGIN - APEX Chart
-------------------------------------- */

.apexcharts-legend-text span {
    pointer-events: auto !important;
}

/* -----------------------------------
BEGIN - Cotações Card
-------------------------------------- */

.ticker-wrapper {
    position: relative;
    overflow: hidden;
    background: var(--bs-body-bg);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    white-space: nowrap;
    height: 40px; /* altura maior */
    display: flex;
    align-items: center; /* centraliza verticalmente */
}

.ticker {
    display: flex;
    width: max-content;
    animation: tickerScroll 390s linear infinite;
}

.ticker-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    font-size: 0.95rem;
    line-height: 1.4;
    height: 100%; /* garante alinhamento vertical */
    white-space: nowrap;
}

@keyframes tickerScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* -----------------------------------
   BEGIN - Ativo Carteira Modal
-------------------------------------- */

.select-regra-remuneracao {
    height: 41px !important;
}

/* -----------------------------------
BEGIN - Home
-------------------------------------- */
.carousel-home {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.carousel-hero {
    height: 320px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

    .carousel-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( 90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.2) 100% );
    }

    .carousel-hero .container {
        position: relative;
        z-index: 2;
    }

/* -----------------------------------
BEGIN - Footer
-------------------------------------- */
.footer-link.disabled {
    pointer-events: none;
    opacity: 0.7;
}

/* -----------------------------------
BEGIN - Institucional - Sobre
-------------------------------------- */
.sobre-hero {
    position: relative;
    padding: 6rem 0;
    background-image: linear-gradient( rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85) ), url('/assets/img/institucional/hero-sobre.png');
    background-size: cover;
    background-position: center;
}

    .sobre-hero .container {
        position: relative;
        z-index: 2;
    }

    .sobre-hero h1 {
        color: #111827;
    }

    .sobre-hero .lead {
        font-size: 1.15rem;
        color: #374151;
    }

    .sobre-hero .btn-dark {
        background-color: #111827;
        border-color: #111827;
    }

    .sobre-hero .btn-outline-dark {
        color: #111827;
        border-color: #111827;
    }

.btn-outline-dark:hover,
.btn-outline-dark:focus {
    color: #fff;
}

/* -------------------------------------
BEGIN - Institucional - Sobre Missão
---------------------------------------- */
.sobre-missao {
    background-color: #6b7280; /* cinza institucional do fundo */
    padding: 5rem 0;
    color: #1f2937;
}

    .sobre-missao .container {
        background-color: #e5e7eb;
        padding: 4rem;
        border-radius: 1rem;
    }

.badge-missao {
    background-color: #f3f4f6;
    color: #374151;
    font-weight: 600;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    font-size: 0.75rem;
}

.sobre-missao h2 {
    color: #111827;
}

.sobre-missao p {
    color: #374151;
    font-size: 0.95rem;
}

.missao-card {
    background-color: #eef0f3;
    border: 1px solid #d1d5db;
    border-radius: 0.75rem;
    padding: 1.5rem;
    height: 100%;
}

    .missao-card h6 {
        margin-bottom: 0.5rem;
        color: #111827;
    }

    .missao-card p {
        margin: 0;
        font-size: 0.85rem;
        color: #4b5563;
    }

/* -------------------------------------
BEGIN - Institucional - Sobre Tecn.
---------------------------------------- */

.sobre-tecnologia {
    background-color: #7c8190;
    padding: 5rem 0;
    color: #f9fafb;
}

.badge-tecnologia {
    background-color: rgba(255,255,255,0.15);
    color: #f9fafb;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    text-transform: uppercase;
}

.sobre-tecnologia h2,
.sobre-tecnologia h5,
.sobre-tecnologia h6 {
    color: #ffffff;
}

.sobre-tecnologia p {
    color: #e5e7eb;
    font-size: 0.9rem;
}

.sobre-divider {
    border-color: rgba(255,255,255,0.3);
    margin: 3rem 0;
}

.recurso-card {
    background-color: rgba(255,255,255,0.1);
    border-radius: 1rem;
    padding: 2rem;
    position: relative;
    height: 100%;
}

.recurso-step {
    position: absolute;
    top: -14px;
    left: 24px;
    background-color: #111827;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recurso-card h6 {
    margin-top: 1rem;
    margin-bottom: 0.75rem;
}

.recurso-card p {
    font-size: 0.85rem;
    margin-bottom: 0;
}

/* -------------------------------------
BEGIN - Institucional - Compromisso
---------------------------------------- */

.sobre-fechamento {
    background-color: #ffffff;
    padding: 6rem 0;
    color: #1f2937;
}

.badge-compromisso {
    background-color: #e5e7eb;
    color: #374151;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    text-transform: uppercase;
}

.sobre-fechamento h2,
.sobre-fechamento h3,
.sobre-fechamento h6 {
    color: #111827;
}

.sobre-fechamento p {
    color: #4b5563;
    font-size: 0.95rem;
}

.pilar-item {
    padding: 1.5rem;
}

    .pilar-item i {
        font-size: 1.8rem;
        color: #111827;
        margin-bottom: 0.75rem;
    }

    .pilar-item h6 {
        margin-bottom: 0.5rem;
    }

    .pilar-item p {
        font-size: 0.85rem;
    }

.institucional-quote {
    border-left: 4px solid #d1d5db;
    padding-left: 1.5rem;
    font-style: italic;
    color: #374151;
    max-width: 720px;
}

.cta-final p {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.cta-final .btn-dark {
    background-color: #111827;
    border-color: #111827;
}

/* -------------------------------------
BEGIN - Institucional - Canais
---------------------------------------- */

.atendimento-hero {
    padding: 80px 0;
    /*background: radial-gradient(circle at top left, #111 0%, #000 60%);*/
    color: #fff;
}

.atendimento-title {
    font-size: 2rem;
}

.atendimento-divider {
    width: 40px;
    height: 3px;
    background-color: #f5c400;
    margin-top: 8px;
}

.atendimento-card {
    background: linear-gradient(180deg, #1c1c1c, #151515);
    border: 1px solid #2a2a2a;
    border-radius: 16px;
    padding: 32px;
    height: 100%;
}

body.dark-theme .atendimento-card {
    background: linear-gradient(180deg, #1c1c1c, #151515);
    border: 1px solid #2a2a2a;
    border-radius: 16px;
    padding: 32px;
    height: 100%;
    color: #e5e5e5;
}

body.light-theme .atendimento-card {
    background: linear-gradient(180deg, #ffffff, #f4f6f8);
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    padding: 32px;
    height: 100%;
    color: #1f2937;
}

.atendimento-icon {
    color: #f5c400;
    font-size: 1.2rem;
    margin-bottom: 12px;
}

.atendimento-phone {
    font-size: 1.1rem;
    color: #f5c400;
    margin-bottom: 12px;
}

.atendimento-link {
    color: #f5c400;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

    .atendimento-link:hover {
        text-decoration: underline;
    }

.atendimento-qr {
    max-width: 180px;
    border-radius: 12px;
    background: #fff;
    padding: 12px;
}

/* -------------------------------------
BEGIN - Institucional - Canais Premium
---------------------------------------- */
.atendimento-premium-page,
.atendimento-premium-hours-section {
    padding: 20px 0;
}

.atendimento-premium-page {
    background: radial-gradient(circle at top left, rgba(104, 97, 206, 0.18), transparent 34%), linear-gradient(180deg, #0b0f17 0%, #090d13 100%);
    color: #ffffff;
}

.atendimento-premium-hours-section {
    background: #090d13;
}

.atendimento-premium-hero {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
}

.atendimento-premium-kicker {
    display: block;
    margin-bottom: 0.5rem;
    color: #78a6ff;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.32em;
    text-transform: uppercase;
}

.atendimento-premium-title,
.atendimento-premium-hours-title {
    margin: 0;
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 900;
    letter-spacing: 0;
}

    .atendimento-premium-title::after,
    .atendimento-premium-hours-title::after {
        content: "";
        display: block;
        width: 44px;
        height: 3px;
        margin-top: 0.8rem;
        border-radius: 999px;
        background: #ffc000;
    }

.atendimento-premium-subtitle {
    max-width: 700px;
    margin: 1.15rem 0 0;
    color: #a8b3c7;
    font-size: 1rem;
    line-height: 1.65;
}

.atendimento-premium-status,
.atendimento-premium-hours-grid div {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

    .atendimento-premium-status small,
    .atendimento-premium-hours-grid small {
        display: block;
        color: #93a4bd;
        font-size: 0.68rem;
        font-weight: 900;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

    .atendimento-premium-status strong,
    .atendimento-premium-hours-grid strong {
        display: block;
        color: #ffffff;
        font-size: 0.95rem;
        font-weight: 900;
    }

.atendimento-premium-status-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.12);
}

.atendimento-premium-card,
.atendimento-premium-hours-card {
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    background: linear-gradient(180deg, #111827 0%, #0b111b 100%);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24);
}

.atendimento-premium-card {
    padding: 2rem;
    min-height: 100%;
}

.atendimento-premium-card-featured {
    position: relative;
    overflow: hidden;
}

    .atendimento-premium-card-featured::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(135deg, rgba(255, 192, 0, 0.08), transparent 42%);
    }

.atendimento-premium-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 1rem;
    border: 1px solid rgba(255, 192, 0, 0.28);
    border-radius: 8px;
    background: rgba(255, 192, 0, 0.12);
    color: #ffc000;
    font-size: 1.25rem;
}

.atendimento-premium-label {
    display: block;
    margin-bottom: 0.35rem;
    color: #78a6ff;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.atendimento-premium-card-title {
    margin-bottom: 0.35rem;
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 900;
}

.atendimento-premium-phone {
    margin-bottom: 0.9rem;
    color: #ffc000;
    font-size: 1.05rem;
    font-weight: 900;
}

.atendimento-premium-card-text {
    color: #a8b3c7;
    font-size: 0.96rem;
    line-height: 1.6;
}

.atendimento-premium-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #ffc000;
    font-weight: 900;
    text-decoration: none;
    transition: color 0.18s ease, transform 0.18s ease;
}

    .atendimento-premium-link:hover {
        color: #ffd44d;
        text-decoration: none;
        transform: translateX(2px);
    }

.atendimento-premium-qr-shell {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
}

.atendimento-premium-qr {
    max-width: 190px;
    border-radius: 8px;
    background: #ffffff;
    padding: 0.75rem;
}

.atendimento-premium-qr-shell small {
    color: #93a4bd;
    font-size: 0.75rem;
    font-weight: 800;
}

.atendimento-premium-hours-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 2rem;
}

.atendimento-premium-hours-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(170px, 1fr));
    gap: 0.8rem;
}

body.light-theme .atendimento-premium-page {
    background: radial-gradient(circle at top left, rgba(104, 97, 206, 0.12), transparent 34%), linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
    color: #0f172a;
}

body.light-theme .atendimento-premium-hours-section {
    background: #eef2f7;
}

body.light-theme .atendimento-premium-title,
body.light-theme .atendimento-premium-hours-title,
body.light-theme .atendimento-premium-card-title,
body.light-theme .atendimento-premium-status strong,
body.light-theme .atendimento-premium-hours-grid strong {
    color: #0f172a;
}

body.light-theme .atendimento-premium-subtitle,
body.light-theme .atendimento-premium-card-text,
body.light-theme .atendimento-premium-status small,
body.light-theme .atendimento-premium-hours-grid small,
body.light-theme .atendimento-premium-qr-shell small {
    color: #64748b;
}

body.light-theme .atendimento-premium-card,
body.light-theme .atendimento-premium-hours-card,
body.light-theme .atendimento-premium-status,
body.light-theme .atendimento-premium-hours-grid div {
    background: #ffffff;
    border-color: rgba(15, 23, 42, 0.1);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.08);
}

body.light-theme .atendimento-premium-qr-shell {
    background: #f8fafc;
    border-color: rgba(15, 23, 42, 0.1);
}

@media (max-width: 991.98px) {
    .atendimento-premium-page,
    .atendimento-premium-hours-section {
        padding: 12px 0;
    }

    .atendimento-premium-hero,
    .atendimento-premium-hours-card {
        align-items: stretch;
        flex-direction: column;
    }

    .atendimento-premium-title,
    .atendimento-premium-hours-title {
        font-size: 1.65rem;
    }

    .atendimento-premium-card,
    .atendimento-premium-hours-card {
        padding: 1.25rem;
    }

    .atendimento-premium-hours-grid {
        grid-template-columns: 1fr;
    }
}

/* ===============================
FAQ
=============================== */

.faq-title {
    font-size: 2rem;
}

.faq-item {
    border-bottom: 1px solid var(--faq-border);
    padding: 1.25rem 0;
}

.faq-section-title {
    margin-top: 3rem;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #ffc000;
}

.faq-question {
    width: 100%;
    background: transparent;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 1rem;
    color: #b0b0b0;
    padding: 0;
}

    .faq-question i {
        transition: transform 0.2s ease;
        color: var(--faq-icon);
    }

    .faq-question[aria-expanded="true"] i {
        transform: rotate(45deg); /* vira um X */
    }

.faq-answer {
    margin-top: 0.75rem;
    color: #b0b0b0;
}

/* -------------------------------------
BEGIN - Institucional Premium Geral
---------------------------------------- */
.sobre-premium-hero,
.faq-premium-page,
.privacidade-premium-page {
    background: radial-gradient(circle at top left, rgba(104, 97, 206, 0.18), transparent 34%), linear-gradient(180deg, #0b0f17 0%, #090d13 100%);
    color: #ffffff;
}

.sobre-premium-hero {
    background-image: linear-gradient(90deg, rgba(9, 13, 19, 0.94) 0%, rgba(9, 13, 19, 0.82) 48%, rgba(9, 13, 19, 0.42) 100%), url('/assets/img/institucional/hero-sobre.png');
    background-size: cover;
    background-position: center;
}

.sobre-premium-kicker,
.faq-premium-kicker {
    display: block;
    margin-bottom: 0.5rem;
    color: #78a6ff;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.32em;
    text-transform: uppercase;
}

.sobre-premium-hero h1,
.faq-premium-hero .faq-title {
    color: #ffffff;
    font-weight: 900;
}

.sobre-premium-hero .lead,
.faq-premium-hero p {
    max-width: 760px;
    color: #a8b3c7;
    line-height: 1.65;
}

.sobre-premium-primary,
.sobre-premium-secondary,
.faq-premium-panel,
.privacidade-premium-shell,
.sobre-premium-section .container,
.sobre-premium-card,
.sobre-premium-pillar,
.cta-final {
    border-radius: 8px;
}

.sobre-premium-primary {
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    background: linear-gradient(135deg, #7568dc 0%, #5d52cf 100%) !important;
    color: #ffffff !important;
    font-weight: 900;
    box-shadow: 0 16px 34px rgba(104, 97, 206, 0.26);
}

    .sobre-premium-primary:hover,
    .sobre-premium-primary:focus {
        color: #ffffff !important;
        filter: brightness(1.06);
    }

.sobre-premium-secondary {
    border: 1px solid rgba(255, 192, 0, 0.42) !important;
    color: #ffc000 !important;
    background: rgba(255, 192, 0, 0.08) !important;
    font-weight: 900;
}

    .sobre-premium-secondary:hover,
    .sobre-premium-secondary:focus {
        background: rgba(255, 192, 0, 0.16) !important;
        color: #ffc000 !important;
    }

.sobre-premium-section {
    padding: 72px 0;
    background: radial-gradient(circle at top left, rgba(104, 97, 206, 0.12), transparent 34%), #090d13;
    color: #ffffff;
}

    .sobre-premium-section .container,
    .privacidade-premium-shell,
    .faq-premium-panel {
        border: 1px solid rgba(148, 163, 184, 0.16);
        background: linear-gradient(180deg, #111827 0%, #0b111b 100%);
        box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24);
    }

    .sobre-premium-section .container {
        padding: 3rem;
    }

    .sobre-premium-section h2,
    .sobre-premium-section h3,
    .sobre-premium-section h5,
    .sobre-premium-section h6,
    .cta-final h3 {
        color: #ffffff;
        font-weight: 900;
    }

    .sobre-premium-section p,
    .cta-final p {
        color: #a8b3c7;
        line-height: 1.65;
    }

.badge-missao,
.badge-tecnologia,
.badge-compromisso {
    border: 1px solid rgba(120, 166, 255, 0.28);
    background: rgba(120, 166, 255, 0.1);
    color: #78a6ff;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sobre-premium-card,
.sobre-premium-pillar {
    border: 1px solid rgba(148, 163, 184, 0.14);
    background: rgba(15, 23, 42, 0.72);
}

.sobre-premium-card {
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

    .sobre-premium-card:hover {
        transform: translateY(-2px);
        border-color: rgba(255, 192, 0, 0.34);
        background: rgba(15, 23, 42, 0.92);
    }

.sobre-premium-feature-icon,
.sobre-premium-pillar i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 1rem;
    border: 1px solid rgba(255, 192, 0, 0.28);
    border-radius: 8px;
    background: rgba(255, 192, 0, 0.12);
    color: #ffc000 !important;
    font-size: 1.25rem;
}

.recurso-step {
    background: #ffc000;
    color: #111827;
    font-weight: 900;
}

.sobre-divider {
    border-color: rgba(148, 163, 184, 0.2);
}

.institucional-quote {
    max-width: 860px;
    border-left: 4px solid #ffc000;
    color: #cfe1f7;
    background: rgba(255, 192, 0, 0.06);
    border-radius: 0 8px 8px 0;
    padding: 1.25rem 1.5rem;
}

.cta-final {
    padding: 2rem;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: rgba(15, 23, 42, 0.72);
}

.faq-premium-page {
    padding: 64px 0 48px;
}

.faq-premium-hero {
    margin: 0 0 2rem;
}

    .faq-premium-hero .faq-title::after {
        content: "";
        display: block;
        width: 44px;
        height: 3px;
        margin-top: 0.8rem;
        border-radius: 999px;
        background: #ffc000;
    }

.faq-premium-panel {
    padding: 1.25rem 1.5rem;
}

    .faq-premium-panel .faq-section-title {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        margin: 1.8rem 0 0.75rem;
        color: #ffc000;
        font-size: 0.8rem;
        font-weight: 900;
        letter-spacing: 0.14em;
        text-transform: uppercase;
    }

        .faq-premium-panel .faq-section-title:first-child {
            margin-top: 0;
        }

.faq-premium-item {
    margin-bottom: 0.65rem;
    padding: 0;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.72);
    overflow: hidden;
}

    .faq-premium-item .faq-question {
        padding: 1rem 1.1rem;
        color: #ffffff;
        font-weight: 900;
        text-align: left;
    }

        .faq-premium-item .faq-question i {
            color: #ffc000;
        }

    .faq-premium-item .faq-answer {
        margin: 0;
        padding: 0 1.1rem 1rem;
        color: #a8b3c7;
    }

        .faq-premium-item .faq-answer p {
            margin: 0;
            line-height: 1.6;
        }

.privacidade-premium-shell {
    padding: 2.5rem;
}

    .privacidade-premium-shell > .container {
        max-width: none;
        padding: 1rem !important;
    }

    .privacidade-premium-shell h2 {
        color: #ffffff;
        font-weight: 900;
    }

        .privacidade-premium-shell h2::after {
            content: "";
            display: block;
            width: 44px;
            height: 3px;
            margin-top: 0.8rem;
            border-radius: 999px;
            background: #ffc000;
        }

    .privacidade-premium-shell section {
        padding: 1.1rem 0;
        border-bottom: 1px solid rgba(148, 163, 184, 0.14);
    }

        .privacidade-premium-shell section:last-of-type {
            border-bottom: 0;
        }

    .privacidade-premium-shell h5 {
        color: #ffc000;
        font-size: 0.9rem;
        font-weight: 900;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .privacidade-premium-shell p,
    .privacidade-premium-shell li,
    .privacidade-premium-shell small {
        color: #a8b3c7;
        line-height: 1.65;
    }

    .privacidade-premium-shell a {
        color: #ffc000;
        font-weight: 800;
    }

body.dark-theme .privacidade-premium-shell,
body.dark-theme .account-premium-policy-content {
    scrollbar-color: #6f7d91 #0d131d;
    scrollbar-width: thin;
}

    body.dark-theme .privacidade-premium-shell::-webkit-scrollbar,
    body.dark-theme .account-premium-policy-content::-webkit-scrollbar {
        height: 10px;
        width: 10px;
    }

    body.dark-theme .privacidade-premium-shell::-webkit-scrollbar-track,
    body.dark-theme .account-premium-policy-content::-webkit-scrollbar-track {
        background: #0d131d;
        border-left: 1px solid rgba(148, 163, 184, 0.12);
    }

    body.dark-theme .privacidade-premium-shell::-webkit-scrollbar-thumb,
    body.dark-theme .account-premium-policy-content::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, #7b8798, #4b5567);
        border: 2px solid #0d131d;
        border-radius: 999px;
    }

        body.dark-theme .privacidade-premium-shell::-webkit-scrollbar-thumb:hover,
        body.dark-theme .account-premium-policy-content::-webkit-scrollbar-thumb:hover {
            background: linear-gradient(180deg, #a7b2c3, #64748b);
        }

body.light-theme .privacidade-premium-shell,
body.light-theme .account-premium-policy-content {
    scrollbar-color: #aeb8c6 #edf1f7;
    scrollbar-width: thin;
}

    body.light-theme .privacidade-premium-shell::-webkit-scrollbar,
    body.light-theme .account-premium-policy-content::-webkit-scrollbar {
        height: 10px;
        width: 10px;
    }

    body.light-theme .privacidade-premium-shell::-webkit-scrollbar-track,
    body.light-theme .account-premium-policy-content::-webkit-scrollbar-track {
        background: #edf1f7;
        border-left: 1px solid rgba(15, 23, 42, 0.08);
    }

    body.light-theme .privacidade-premium-shell::-webkit-scrollbar-thumb,
    body.light-theme .account-premium-policy-content::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, #c8d0dc, #98a5b7);
        border: 2px solid #edf1f7;
        border-radius: 999px;
    }

        body.light-theme .privacidade-premium-shell::-webkit-scrollbar-thumb:hover,
        body.light-theme .account-premium-policy-content::-webkit-scrollbar-thumb:hover {
            background: linear-gradient(180deg, #aeb8c6, #7f8ca0);
        }

body.light-theme .sobre-premium-hero,
body.light-theme .faq-premium-page,
body.light-theme .privacidade-premium-page {
    background: radial-gradient(circle at top left, rgba(104, 97, 206, 0.12), transparent 34%), linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
    color: #0f172a;
}

body.light-theme .sobre-premium-hero {
    background-image: linear-gradient(90deg, rgba(248, 250, 252, 0.94) 0%, rgba(248, 250, 252, 0.86) 50%, rgba(248, 250, 252, 0.54) 100%), url('/assets/img/institucional/hero-sobre.png');
}

body.light-theme .sobre-premium-section {
    background: #eef2f7;
}

    body.light-theme .sobre-premium-section .container,
    body.light-theme .privacidade-premium-shell,
    body.light-theme .faq-premium-panel,
    body.light-theme .cta-final {
        background: #ffffff;
        border-color: rgba(15, 23, 42, 0.1);
        box-shadow: 0 22px 48px rgba(15, 23, 42, 0.08);
    }

        body.light-theme .sobre-premium-hero h1,
        body.light-theme .faq-premium-hero .faq-title,
        body.light-theme .sobre-premium-section h2,
        body.light-theme .sobre-premium-section h3,
        body.light-theme .sobre-premium-section h5,
        body.light-theme .sobre-premium-section h6,
        body.light-theme .cta-final h3,
        body.light-theme .faq-premium-item .faq-question,
        body.light-theme .privacidade-premium-shell h2 {
            color: #0f172a;
        }

        body.light-theme .sobre-premium-hero .lead,
        body.light-theme .faq-premium-hero p,
        body.light-theme .sobre-premium-section p,
        body.light-theme .cta-final p,
        body.light-theme .faq-premium-item .faq-answer,
        body.light-theme .privacidade-premium-shell p,
        body.light-theme .privacidade-premium-shell li,
        body.light-theme .privacidade-premium-shell small {
            color: #64748b;
        }

body.light-theme .sobre-premium-card,
body.light-theme .sobre-premium-pillar,
body.light-theme .faq-premium-item {
    background: #f8fafc;
    border-color: rgba(15, 23, 42, 0.1);
}

    body.light-theme .sobre-premium-card:hover {
        background: #ffffff;
    }

body.light-theme .institucional-quote {
    color: #334155;
    background: rgba(255, 192, 0, 0.1);
}

@media (max-width: 991.98px) {
    .sobre-premium-section .container,
    .privacidade-premium-shell,
    .faq-premium-panel {
        padding: 1.25rem;
    }

    .sobre-premium-hero {
        padding: 3.5rem 0;
    }

    .sobre-premium-section,
    .faq-premium-page,
    .privacidade-premium-page {
        padding: 48px 0;
    }

    .sobre-premium-hero h1,
    .faq-premium-hero .faq-title {
        font-size: 1.75rem;
    }
}

/* -------------------------------------
BEGIN - Institucional - Suporte
---------------------------------------- */
.support-task-card {
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    transition: all .2s ease;
}

    .support-task-card.light {
        background: #fff;
        border: 1px solid #eee;
    }

    .support-task-card.dark {
        background: #1f1f1f;
        border: 1px solid #2c2c2c;
    }

    .support-task-card:hover {
        transform: translateY(-4px);
    }

    .support-task-card .icon {
        font-size: 28px;
        margin-bottom: 12px;
        color: var(--custom-yellow);
    }

.support-link {
    font-weight: 600;
    color: var(--custom-yellow);
    text-decoration: none;
}

.support-article-container {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0rem 1rem;
}

.support-article-header h1 {
    font-size: 2.2rem;
    font-weight: 600;
}

.support-article-summary {
    font-size: 1.1rem;
    opacity: .8;
    margin-top: .5rem;
}

.support-step,
.support-result {
    margin-top: 2.5rem;
}

    .support-step h2,
    .support-result h2 {
        font-size: 1.4rem;
        margin-bottom: .5rem;
    }

.support-hint {
    margin-top: 1rem;
    padding: .75rem 1rem;
    border-left: 4px solid var(--bs-warning);
    display: flex;
    gap: .5rem;
    align-items: center;
    font-size: .95rem;
}

    .support-hint span {
        white-space: pre-line;
    }

.support-faq {
    margin-top: 3rem;
}

    .support-faq details {
        margin-top: 1rem;
        cursor: pointer;
    }

    .support-faq summary {
        font-weight: 500;
    }

.support-layout {
    display: grid;
    grid-template-columns: 340px 1fr;
    min-height: calc(100vh - 64px); /* desconta navbar */
}

.support-sidebar {
    padding: 2.5rem 1.5rem;
    border-right: 1px solid var(--support-border);
    background-color: darkslategray;
}

.support-menu-category h6 {
    text-transform: uppercase;
    font-size: .75rem;
    opacity: .7;
    margin-bottom: .5rem;
}

.support-menu a {
    display: block;
    padding: .6rem 0;
    color: #b0b0b0;
    text-decoration: none;
}

    .support-menu a.active {
        color: #ffffff;
        font-weight: 500;
    }

.support-content {
    padding: 1.5rem 4rem;
}

.support-category-header {
    display: flex;
    align-items: center;
    gap: .75rem;
    width: 100%;
    background: none;
    border: none;
    color: inherit;
    font-weight: 500;
    padding: .5rem 0;
}

.support-article-list {
    margin-left: 1.75rem;
    margin-bottom: 1rem;
}

/* -------------------------------------
BEGIN - Suporte Premium
---------------------------------------- */
.suporte-premium-home,
.suporte-premium-layout {
    background: radial-gradient(circle at top left, rgba(104, 97, 206, 0.18), transparent 34%), linear-gradient(180deg, #0b0f17 0%, #090d13 100%);
    color: #ffffff;
}

.suporte-premium-home {
    min-height: calc(100vh - 75px);
    padding: 72px 0;
}

.suporte-premium-hero {
    max-width: 760px;
    margin-bottom: 2rem;
}

.suporte-premium-kicker {
    display: block;
    margin-bottom: 0.5rem;
    color: #78a6ff;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.32em;
    text-transform: uppercase;
}

.suporte-premium-title,
.suporte-premium-article-header h1 {
    margin: 0;
    color: #ffffff;
    font-weight: 900;
    letter-spacing: 0;
}

.suporte-premium-title {
    font-size: 2.2rem;
}

    .suporte-premium-title::after,
    .suporte-premium-article-header h1::after {
        content: "";
        display: block;
        width: 44px;
        height: 3px;
        margin-top: 0.8rem;
        border-radius: 999px;
        background: #ffc000;
    }

.suporte-premium-subtitle,
.suporte-premium-article-header .support-article-summary {
    max-width: 780px;
    margin: 1.15rem 0 0;
    color: #a8b3c7 !important;
    font-size: 1rem;
    line-height: 1.65;
}

.suporte-premium-task-card {
    position: relative;
    overflow: hidden;
    min-height: 240px;
    border: 1px solid rgba(148, 163, 184, 0.16) !important;
    border-radius: 8px !important;
    background: linear-gradient(180deg, #111827 0%, #0b111b 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24);
}

    .suporte-premium-task-card::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(135deg, rgba(255, 192, 0, 0.08), transparent 44%);
    }

    .suporte-premium-task-card:hover {
        transform: translateY(-4px);
        border-color: rgba(255, 192, 0, 0.34) !important;
    }

    .suporte-premium-task-card .icon {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 46px;
        height: 46px;
        margin-bottom: 1rem;
        border: 1px solid rgba(255, 192, 0, 0.28);
        border-radius: 8px;
        background: rgba(255, 192, 0, 0.12);
        color: #ffc000;
        font-size: 1.25rem;
    }

    .suporte-premium-task-card .content {
        position: relative;
    }

    .suporte-premium-task-card h6 {
        color: #ffffff;
        font-size: 1.05rem;
        font-weight: 900;
    }

    .suporte-premium-task-card p {
        color: #a8b3c7;
        line-height: 1.55;
    }

.support-link {
    color: #ffc000;
    font-weight: 900;
}

    .support-link:hover {
        color: #ffd44d;
    }

.suporte-premium-layout {
    grid-template-columns: 340px minmax(0, 1fr);
}

    .suporte-premium-layout .support-sidebar {
        border-right: 1px solid rgba(148, 163, 184, 0.16);
        background: radial-gradient(circle at top left, rgba(104, 97, 206, 0.18), transparent 36%), #0b111b;
    }

@media (min-width: 992px) {
    .suporte-premium-layout .support-sidebar {
        align-self: start;
        height: calc(100vh - 75px);
        overflow-y: auto;
        position: sticky;
        top: 75px;
    }

    .suporte-premium-layout .support-sidebar::-webkit-scrollbar {
        width: 8px;
    }

    .suporte-premium-layout .support-sidebar::-webkit-scrollbar-track {
        background: rgba(15, 23, 42, 0.5);
    }

    .suporte-premium-layout .support-sidebar::-webkit-scrollbar-thumb {
        background: rgba(148, 163, 184, 0.34);
        border-radius: 999px;
    }

    .suporte-premium-layout .support-sidebar::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 192, 0, 0.45);
    }

    .suporte-premium-layout .support-content {
        min-width: 0;
    }
}

.suporte-premium-menu h3 {
    color: #ffffff;
    font-weight: 900;
}

.support-sidebar-title-row {
    align-items: center;
    display: flex;
    gap: .75rem;
    justify-content: space-between;
}

.support-home-shortcut {
    align-items: center;
    border: 1px solid rgba(255, 192, 0, 0.28);
    border-radius: 8px;
    background: rgba(255, 192, 0, 0.1);
    color: #ffc000 !important;
    display: inline-flex;
    flex: 0 0 36px;
    height: 36px;
    justify-content: center;
    text-decoration: none;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
    width: 36px;
}

.support-menu .support-home-shortcut {
    display: inline-flex;
    padding: 0;
}

    .support-home-shortcut:hover,
    .support-home-shortcut:focus-visible {
        background: rgba(255, 192, 0, 0.18);
        border-color: rgba(255, 192, 0, 0.48);
        color: #ffd44d;
    }

.suporte-premium-menu p {
    color: #a8b3c7;
    line-height: 1.55;
}

.suporte-premium-menu .support-category-header {
    margin-bottom: 0.45rem;
    padding: 0.8rem 0.85rem;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.72);
    color: #ffffff;
    font-weight: 900;
}

    .suporte-premium-menu .support-category-header i,
    .suporte-premium-menu .support-category-header span {
        color: #ffc000;
    }

.suporte-premium-menu .support-article-list {
    margin: 0 0 1rem;
    padding: 0;
    list-style: none;
}

    .suporte-premium-menu .support-article-list li {
        margin-bottom: 0.35rem;
    }

.suporte-premium-menu .support-link {
    display: block;
    padding: 0.75rem 0.9rem;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #a8b3c7;
}

    .suporte-premium-menu .support-link:hover,
    .suporte-premium-menu .support-link.active {
        border-color: rgba(255, 192, 0, 0.28);
        background: rgba(255, 192, 0, 0.08);
        color: #ffc000;
    }

.suporte-premium-menu hr {
    border-color: rgba(148, 163, 184, 0.16);
}

.suporte-premium-layout .support-content {
    padding: 2.5rem 4rem;
}

.suporte-premium-layout .support-article-container {
    max-width: 1180px;
}

.suporte-premium-article-header {
    padding: 2rem;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    background: linear-gradient(180deg, #111827 0%, #0b111b 100%);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.2);
    position: relative;
}

.support-article-home-shortcut {
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
}

.suporte-premium-article-header .suporte-premium-kicker,
.suporte-premium-article-header h1,
.suporte-premium-article-header .support-article-summary {
    padding-right: 3rem;
}

.suporte-premium-layout .support-article-content {
    margin-top: 1.25rem;
    color: #a8b3c7 !important;
}

.suporte-premium-layout .support-step,
.suporte-premium-layout .support-result,
.suporte-premium-layout .support-faq {
    margin-top: 1.2rem;
    padding: 1.35rem;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.72);
}

    .suporte-premium-layout .support-step h2,
    .suporte-premium-layout .support-result h2,
    .suporte-premium-layout .support-faq h2 {
        color: #ffffff;
        font-size: 1.12rem;
        font-weight: 900;
    }

    .suporte-premium-layout .support-step p,
    .suporte-premium-layout .support-result p,
    .suporte-premium-layout .support-faq p {
        color: #a8b3c7;
        line-height: 1.65;
    }

.suporte-premium-layout .support-hint {
    border-left: 4px solid #ffc000;
    border-radius: 0 8px 8px 0;
    background: rgba(255, 192, 0, 0.08);
    color: #cfe1f7;
}

.suporte-premium-layout .support-faq details {
    padding: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.03);
}

.suporte-premium-layout .support-faq summary {
    color: #ffffff;
    font-weight: 900;
}

.suporte-premium-layout .support-editorial-faq details + details {
    margin-top: .85rem;
}

.suporte-premium-layout .support-editorial-faq .support-editorial-markdown {
    margin-top: .45rem;
}

.suporte-premium-layout .support-editorial-list-panel {
    margin-top: 1.2rem;
    padding: 1.35rem;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.72);
}

.support-editorial-list-panel h2 {
    color: #ffffff;
    font-size: 1.12rem;
    font-weight: 900;
    line-height: 1.25;
    margin: 0 0 1rem;
}

.support-editorial-list-stack {
    display: flex;
    flex-direction: column;
    gap: .85rem;
}

.support-editorial-list-card {
    display: flex;
    align-items: center;
    gap: .55rem;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.03);
    padding: 1rem 1.15rem;
}

.support-editorial-list-marker {
    flex: 0 0 auto;
    color: #ffffff;
    font-size: .78rem;
    line-height: 1;
    opacity: .95;
}

.support-editorial-list-card .support-editorial-markdown {
    color: #ffffff;
    font-weight: 900;
    min-width: 0;
}

.support-editorial-list-card .support-editorial-markdown p {
    margin: 0;
}

.suporte-premium-mobile-menu {
    border-color: rgba(255, 192, 0, 0.42) !important;
    color: #ffc000 !important;
    background: rgba(255, 192, 0, 0.08) !important;
    font-weight: 900;
}

.suporte-premium-loading {
    color: #a8b3c7;
    font-weight: 800;
}

.support-content-category {
    margin-top: 2rem;
}

.support-content-category-card {
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(17, 24, 39, 0.96) 0%, rgba(11, 17, 27, 0.96) 100%);
    box-shadow: 0 24px 52px rgba(0, 0, 0, 0.18);
    margin-top: 2rem;
    padding: 1.5rem;
}

.support-content-category-header {
    display: flex;
    align-items: center;
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    justify-content: space-between;
    margin-top: .5rem;
    margin-bottom: 1.25rem;
    padding: 0;
    text-align: left;
    width: 100%;
}

.support-content-category-header-main {
    align-items: center;
    display: inline-flex;
    gap: 0.75rem;
    min-width: 0;
}

    .support-content-category-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        border: 1px solid rgba(255, 192, 0, 0.28);
        border-radius: 8px;
        background: rgba(255, 192, 0, 0.12);
        color: #ffc000;
    }

        .support-content-category-icon i {
            line-height: 1;
        }

.support-content-category-title {
    color: #ffffff;
    display: block;
    font-size: 1.18rem;
    font-weight: 900;
    line-height: 1.2;
    margin: 0;
}

    .support-content-category-header small {
        color: #8fa2c2;
        display: block;
        font-size: .76rem;
        font-weight: 800;
        margin-top: .18rem;
    }

.support-content-category-toggle {
    align-items: center;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 8px;
    color: #ffc000;
    display: inline-flex;
    flex: 0 0 34px;
    height: 34px;
    justify-content: center;
    margin-left: 1rem;
    transition: border-color .2s ease, background .2s ease;
    width: 34px;
}

.support-content-category-header:hover .support-content-category-toggle,
.support-content-category-header:focus-visible .support-content-category-toggle {
    background: rgba(255, 192, 0, 0.12);
    border-color: rgba(255, 192, 0, 0.36);
}

.support-content-category-grid {
    align-items: stretch;
}

.support-dynamic-article-image {
    width: 100%;
    max-height: 340px;
    margin: 1.25rem 0 0;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    object-fit: cover;
}

.support-dynamic-article {
    color: #a8b3c7;
    line-height: 1.75;
}

    .support-dynamic-article h1,
    .support-dynamic-article h2,
    .support-dynamic-article h3,
    .support-dynamic-article h4 {
        color: #ffffff;
        font-weight: 900;
    }

    .support-dynamic-article a {
        color: #ffc000;
        font-weight: 800;
    }

.support-editorial-block,
.support-editorial-card,
.support-editorial-image {
    margin-top: 1.25rem;
}

.support-editorial-markdown p:last-child,
.support-editorial-markdown ul:last-child {
    margin-bottom: 0;
    font-size: 1rem;
}

.support-editorial-markdown ul {
    margin: .35rem 0 0;
    padding-left: 1.25rem;
}

.support-editorial-markdown li {
    margin-bottom: .45rem;
}

.support-editorial-markdown code {
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.06);
    color: #ffc000;
    padding: .1rem .32rem;
}

.support-editorial-inline-heading,
.support-editorial-card-heading {
    align-items: center;
    display: flex;
    gap: .75rem;
}

.support-editorial-step {
    position: relative;
    overflow: hidden;
}

.support-editorial-step-card {
    display: block !important;
    position: relative;
    width: 100%;
}

.support-editorial-step-card-title {
    display: block;
    max-width: calc(100% - 3.5rem);
    margin: 0 0 .65rem;
    overflow-wrap: normal;
    white-space: normal;
    word-break: normal;
}

.support-editorial-step-card-description {
    display: block;
    max-width: min(920px, 100%);
    margin: 0;
    white-space: normal;
}

.support-editorial-step-card-icon {
    align-items: center;
    border: 1px solid rgba(255, 192, 0, 0.28);
    border-radius: 8px;
    background: rgba(255, 192, 0, 0.12);
    color: #ffc000;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    position: absolute;
    right: 1.35rem;
    top: 1.35rem;
    width: 36px;
}

.support-editorial-step-heading {
    margin-bottom: .7rem;
    max-width: min(920px, 100%);
    padding-right: 3rem;
}

.support-editorial-step-heading h2 {
    margin: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
}

.support-editorial-card-heading h2 {
    margin: 0;
}

.support-editorial-step-heading p {
    margin: .35rem 0 0;
}

.support-editorial-step-icon,
.support-editorial-inline-heading i,
.support-editorial-card-heading i {
    align-items: center;
    border: 1px solid rgba(255, 192, 0, 0.28);
    border-radius: 8px;
    background: rgba(255, 192, 0, 0.12);
    color: #ffc000;
    display: inline-flex;
    flex: 0 0 36px;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.support-editorial-step-icon {
    position: absolute;
    right: 1.35rem;
    top: 1.35rem;
}

.support-editorial-tip,
.support-editorial-alert {
    padding: 1rem;
    margin-left: 0.3rem;
}

.support-editorial-inline-heading {
    margin-bottom: .65rem;
}

.support-editorial-alert {
    border-left-color: #ff5b6b;
    background: rgba(255, 91, 107, 0.08);
    margin-left: 0.3rem;
}

.support-editorial-card {
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    background: linear-gradient(180deg, #111827 0%, #0b111b 100%);
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(120px, 180px) 1fr;
    padding: 1rem;
}

.support-editorial-card.no-image {
    grid-template-columns: minmax(0, 1fr);
}

.support-editorial-card.image-direita,
.support-editorial-card.video-direita {
    grid-template-columns: 1fr minmax(120px, 180px);
}

.support-editorial-card.image-topo,
.support-editorial-card.image-inferior,
.support-editorial-card.video-topo,
.support-editorial-card.video-inferior {
    grid-template-columns: minmax(0, 1fr);
}

.support-editorial-card-image,
.support-editorial-card-video {
    aspect-ratio: 4 / 3;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    height: 100%;
    min-height: 120px;
    overflow: hidden;
    width: 100%;
}

.support-editorial-card-image {
    object-fit: cover;
}

.support-editorial-card-video {
    background: #020617;
    display: flex;
}

.support-editorial-card-video-frame {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
}

.support-editorial-card.image-topo .support-editorial-card-image,
.support-editorial-card.image-inferior .support-editorial-card-image,
.support-editorial-card.video-topo .support-editorial-card-video,
.support-editorial-card.video-inferior .support-editorial-card-video {
    align-self: center;
    aspect-ratio: 16 / 9;
    height: auto;
    max-height: 528px;
    max-width: min(940px, 100%);
    min-height: 180px;
}

.support-editorial-card-body {
    display: flex;
    flex-direction: column;
    gap: .7rem;
    min-width: 0;
    width: 100%;
}

.support-editorial-card.no-image .support-editorial-card-body {
    max-width: min(980px, 100%);
}

.support-editorial-link {
    align-items: center;
    color: #ffc000;
    display: inline-flex;
    font-weight: 900;
    gap: .25rem;
    margin-top: auto;
    text-decoration: none;
}

.suporte-premium-layout .support-editorial-card-heading h2 {
    font-size: 1.12rem;
    font-weight: 900;
    line-height: 1.35;
}

body.dark-theme .suporte-premium-layout .support-editorial-card-heading h2 {
    color: #ffffff;
}

body.light-theme .suporte-premium-layout .support-editorial-card-heading h2 {
    color: #0f172a;
}

.support-editorial-card .support-editorial-markdown {
    color: #a8b3c7;
    line-height: 1.65;
}

.support-editorial-image {
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    overflow: hidden;
}

.support-editorial-image img {
    display: block;
    max-height: 420px;
    object-fit: cover;
    width: 100%;
}

.support-editorial-image figcaption {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    padding: .85rem 1rem;
}

.support-editorial-image figcaption span {
    color: #a8b3c7;
}

body.light-theme .suporte-premium-home,
body.light-theme .suporte-premium-layout {
    background: radial-gradient(circle at top left, rgba(104, 97, 206, 0.12), transparent 34%), linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
    color: #0f172a;
}

    body.light-theme .suporte-premium-title,
    body.light-theme .suporte-premium-article-header h1,
    body.light-theme .suporte-premium-task-card h6,
    body.light-theme .suporte-premium-menu h3,
    body.light-theme .suporte-premium-layout .support-step h2,
    body.light-theme .suporte-premium-layout .support-result h2,
    body.light-theme .suporte-premium-layout .support-faq h2,
    body.light-theme .support-editorial-list-panel h2,
    body.light-theme .suporte-premium-layout .support-faq summary {
        color: #0f172a;
    }

    body.light-theme .suporte-premium-subtitle,
    body.light-theme .suporte-premium-article-header .support-article-summary,
    body.light-theme .suporte-premium-task-card p,
    body.light-theme .suporte-premium-menu p,
    body.light-theme .suporte-premium-layout .support-article-content,
    body.light-theme .suporte-premium-layout .support-step p,
    body.light-theme .suporte-premium-layout .support-result p,
    body.light-theme .suporte-premium-layout .support-faq p {
        color: #64748b !important;
    }

    body.light-theme .suporte-premium-task-card,
    body.light-theme .suporte-premium-article-header,
    body.light-theme .suporte-premium-layout .support-step,
    body.light-theme .suporte-premium-layout .support-result,
    body.light-theme .suporte-premium-layout .support-faq,
    body.light-theme .suporte-premium-layout .support-editorial-list-panel {
        background: #ffffff !important;
        border-color: rgba(15, 23, 42, 0.1) !important;
        box-shadow: 0 22px 48px rgba(15, 23, 42, 0.08);
    }

    body.light-theme .suporte-premium-layout .support-sidebar {
        background: #ffffff;
        border-right-color: rgba(15, 23, 42, 0.1);
    }

    body.light-theme .support-home-shortcut {
        background: rgba(255, 192, 0, 0.12);
        border-color: rgba(255, 192, 0, 0.34);
        color: #8a5d00;
    }

    body.light-theme .support-home-shortcut:hover,
    body.light-theme .support-home-shortcut:focus-visible {
        background: rgba(255, 192, 0, 0.2);
        border-color: rgba(255, 192, 0, 0.52);
        color: #5f4100;
    }

    body.light-theme .suporte-premium-layout .support-sidebar::-webkit-scrollbar-track {
        background: rgba(241, 245, 249, 0.9);
    }

    body.light-theme .suporte-premium-layout .support-sidebar::-webkit-scrollbar-thumb {
        background: rgba(100, 116, 139, 0.36);
    }

    body.light-theme .suporte-premium-layout .support-sidebar::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 192, 0, 0.55);
    }

    body.light-theme .suporte-premium-menu .support-category-header,
    body.light-theme .suporte-premium-layout .support-faq details {
        background: #f8fafc;
        border-color: rgba(15, 23, 42, 0.1);
    }

body.light-theme .support-editorial-list-card {
    background: #f8fafc;
    border-color: rgba(15, 23, 42, 0.1);
}

body.light-theme .support-editorial-list-card .support-editorial-markdown {
    color: #0f172a;
}

body.light-theme .support-content-category-card {
    background: #ffffff;
    border-color: rgba(15, 23, 42, 0.1);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.08);
}

body.light-theme .support-content-category-header small {
    color: #64748b;
}

body.light-theme .support-editorial-list-marker {
    color: #0f172a;
}

body.light-theme .suporte-premium-menu .support-link {
    color: #64748b;
}

    body.light-theme .suporte-premium-menu .support-link:hover,
    body.light-theme .suporte-premium-menu .support-link.active {
        color: #111827;
        background: rgba(255, 192, 0, 0.12);
        border-color: rgba(255, 192, 0, 0.34);
    }

body.light-theme .suporte-premium-layout .support-hint {
    color: #334155;
    background: rgba(255, 192, 0, 0.12);
}

body.light-theme .suporte-premium-loading,
body.light-theme .support-dynamic-article {
    color: #64748b;
}

body.light-theme .support-content-category-title,
body.light-theme .support-dynamic-article h1,
body.light-theme .support-dynamic-article h2,
body.light-theme .support-dynamic-article h3,
body.light-theme .support-dynamic-article h4 {
    color: #0f172a;
}

body.light-theme .support-editorial-card,
body.light-theme .support-editorial-image {
    background: #ffffff;
    border-color: rgba(15, 23, 42, 0.1);
}

body.light-theme .support-editorial-card-video {
    background: #f8fafc;
    border-color: rgba(15, 23, 42, 0.1);
}

body.light-theme .support-content-category-toggle {
    border-color: rgba(15, 23, 42, 0.12);
}

body.light-theme .support-editorial-markdown code {
    background: rgba(255, 192, 0, 0.12);
    border-color: rgba(255, 192, 0, 0.26);
    color: #8a5d00;
}

body.light-theme .support-editorial-image figcaption span {
    color: #64748b;
}

@media (max-width: 767.98px) {
    .support-editorial-card {
        grid-template-columns: 1fr;
    }

    .support-editorial-card-image,
    .support-editorial-card-video {
        max-height: 220px;
    }
}

/* -------------------------------------
BEGIN - Account e Assinatura Premium
---------------------------------------- */
.account-premium-page,
.assinatura-premium-page,
.assinatura-premium-dashboard {
    background: radial-gradient(circle at top left, rgba(104, 97, 206, 0.16), transparent 34%), linear-gradient(180deg, #0b0f17 0%, #090d13 100%);
    color: #ffffff;
}

.account-premium-page,
.assinatura-premium-dashboard {
    min-height: calc(100vh - 75px);
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
}

.account-premium-header,
.assinatura-premium-header {
    display: flex !important;
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 0.35rem;
}

.account-premium-kicker {
    display: block;
    color: #78a6ff;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.32em;
    text-transform: uppercase;
}

.account-premium-header h3,
.assinatura-premium-header h3,
.assinatura-premium-header h5,
.account-premium-panel h5,
.assinatura-premium-card h3,
.assinatura-premium-card h4,
.assinatura-premium-card h5,
.assinatura-premium-card h6,
.account-premium-modal-content .modal-title {
    color: #ffffff !important;
    font-weight: 900;
}

.account-premium-panel,
.account-premium-empty-state,
.account-premium-modal-content,
.account-premium-policy-shell,
.account-premium-policy-content,
.assinatura-premium-card {
    border: 1px solid rgba(148, 163, 184, 0.16) !important;
    border-radius: 8px !important;
    background: linear-gradient(180deg, #111827 0%, #0b111b 100%) !important;
    color: #cfe1f7 !important;
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24) !important;
}

.account-premium-panel {
    padding: 1.5rem;
}

.account-premium-modal-content::before,
.assinatura-premium-card::before,
.account-premium-empty-state::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(255, 192, 0, 0.06), transparent 46%);
}

.account-premium-modal-content,
.assinatura-premium-card,
.account-premium-empty-state {
    position: relative;
    overflow: hidden;
}

    .account-premium-modal-content > *,
    .assinatura-premium-card > *,
    .account-premium-empty-state > * {
        position: relative;
    }

    .account-premium-panel label,
    .account-premium-modal-content label,
    .assinatura-premium-card label,
    .account-premium-policy-content h4,
    .account-premium-policy-content h5 {
        color: #cfe1f7 !important;
        font-weight: 800;
    }

    .account-premium-panel .form-control,
    .account-premium-modal-content .form-control,
    .assinatura-premium-card .form-control,
    .assinatura-premium-card select,
    .assinatura-premium-card textarea {
        border: 1px solid rgba(148, 163, 184, 0.18) !important;
        border-radius: 8px !important;
        background: rgba(15, 23, 42, 0.78) !important;
        color: #ffffff !important;
    }

        .account-premium-panel .form-control:focus,
        .account-premium-modal-content .form-control:focus,
        .assinatura-premium-card .form-control:focus {
            border-color: rgba(255, 192, 0, 0.48) !important;
            box-shadow: 0 0 0 0.2rem rgba(255, 192, 0, 0.12) !important;
        }

    .account-premium-primary-action,
    .account-premium-modal-content .btn-cadastro,
    .assinatura-premium-card .btn-primary,
    .assinatura-premium-card .btn-success,
    .assinatura-premium-page .btn-primary,
    .assinatura-premium-page .btn-success {
        border: 1px solid rgba(255, 255, 255, 0.16) !important;
        border-radius: 8px !important;
        background: linear-gradient(135deg, #7568dc 0%, #5d52cf 100%) !important;
        color: #ffffff !important;
        font-weight: 900 !important;
        box-shadow: 0 14px 32px rgba(104, 97, 206, 0.26) !important;
    }

    .account-premium-secondary-action,
    .assinatura-premium-card .btn-outline-secondary,
    .assinatura-premium-card .btn-outline-light,
    .assinatura-premium-page .btn-outline-secondary {
        border: 1px solid rgba(255, 192, 0, 0.38) !important;
        border-radius: 8px !important;
        background: rgba(255, 192, 0, 0.08) !important;
        color: #ffc000 !important;
        font-weight: 900 !important;
    }

        .account-premium-secondary-action:hover,
        .assinatura-premium-card .btn-outline-secondary:hover,
        .assinatura-premium-card .btn-outline-light:hover,
        .assinatura-premium-card .btn-outline-light.active {
            background: rgba(255, 192, 0, 0.16) !important;
            color: #ffc000 !important;
        }

.account-premium-policy-content {
    max-height: 520px;
    overflow: auto;
}

    .account-premium-policy-content > .container {
        max-width: none;
        padding: 0 !important;
    }

    .account-premium-policy-content h2 {
        color: #ffffff !important;
        font-weight: 900;
    }

    .account-premium-policy-content p,
    .account-premium-policy-content li,
    .account-premium-policy-content small {
        color: #a8b3c7 !important;
        line-height: 1.65;
    }

    .account-premium-policy-content a {
        color: #ffc000 !important;
        font-weight: 800;
    }

.account-premium-empty-state .card,
.account-premium-empty-state button {
    border: 1px solid rgba(148, 163, 184, 0.16) !important;
    border-radius: 8px !important;
    background: rgba(15, 23, 42, 0.72) !important;
    color: #ffffff !important;
}

.account-premium-empty-state i {
    color: #ffc000 !important;
}

.assinatura-premium-stepper {
    gap: 0.75rem;
}

    .assinatura-premium-stepper .step {
        border: 1px solid rgba(148, 163, 184, 0.16) !important;
        border-bottom: 1px solid rgba(148, 163, 184, 0.16) !important;
        border-radius: 8px;
        background: rgba(15, 23, 42, 0.72);
        color: #93a4bd;
        font-weight: 900;
    }

        .assinatura-premium-stepper .step.active,
        .assinatura-premium-stepper .step.completed {
            border-color: rgba(255, 192, 0, 0.42) !important;
            background: rgba(255, 192, 0, 0.12);
            color: #ffc000;
        }

.assinatura-premium-page .container,
.assinatura-premium-dashboard {
    position: relative;
}

.assinatura-premium-card {
    padding: 1.5rem !important;
}

.assinatura-premium-summary-card {
    color: #ffffff !important;
}

    .assinatura-premium-summary-card span,
    .assinatura-premium-summary-card li,
    .assinatura-premium-card p,
    .assinatura-premium-card small {
        color: #a8b3c7 !important;
    }

    .assinatura-premium-summary-card .text-success,
    .assinatura-premium-card .text-success {
        color: #22c55e !important;
    }

.assinatura-premium-option {
    min-height: 42px;
}

.assinatura-premium-pix-card img {
    padding: 0.85rem;
    border-radius: 8px;
    background: #ffffff;
}

.assinatura-premium-dashboard .alert,
.assinatura-premium-page .alert {
    border: 1px solid rgba(148, 163, 184, 0.16) !important;
    border-radius: 8px !important;
    background: rgba(15, 23, 42, 0.78) !important;
    color: #cfe1f7 !important;
}

.assinatura-premium-dashboard .card-value-status {
    color: #ffffff;
}

body.light-theme .account-premium-page,
body.light-theme .assinatura-premium-page,
body.light-theme .assinatura-premium-dashboard {
    background: radial-gradient(circle at top left, rgba(104, 97, 206, 0.12), transparent 34%), linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
    color: #0f172a;
}

body.light-theme .account-premium-panel,
body.light-theme .account-premium-empty-state,
body.light-theme .account-premium-modal-content,
body.light-theme .account-premium-policy-shell,
body.light-theme .account-premium-policy-content,
body.light-theme .assinatura-premium-card {
    background: #ffffff !important;
    border-color: rgba(15, 23, 42, 0.1) !important;
    color: #0f172a !important;
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.08) !important;
}

    body.light-theme .account-premium-header h3,
    body.light-theme .assinatura-premium-header h3,
    body.light-theme .assinatura-premium-header h5,
    body.light-theme .account-premium-panel h5,
    body.light-theme .assinatura-premium-card h3,
    body.light-theme .assinatura-premium-card h4,
    body.light-theme .assinatura-premium-card h5,
    body.light-theme .assinatura-premium-card h6,
    body.light-theme .account-premium-modal-content .modal-title,
    body.light-theme .account-premium-policy-content h2,
    body.light-theme .assinatura-premium-dashboard .card-value-status {
        color: #0f172a !important;
    }

    body.light-theme .account-premium-panel label,
    body.light-theme .account-premium-modal-content label,
    body.light-theme .assinatura-premium-card label,
    body.light-theme .account-premium-policy-content h4,
    body.light-theme .account-premium-policy-content h5 {
        color: #334155 !important;
    }

    body.light-theme .account-premium-panel .form-control,
    body.light-theme .account-premium-modal-content .form-control,
    body.light-theme .assinatura-premium-card .form-control,
    body.light-theme .assinatura-premium-card select,
    body.light-theme .assinatura-premium-card textarea {
        background: #f8fafc !important;
        border-color: rgba(15, 23, 42, 0.12) !important;
        color: #0f172a !important;
    }

    body.light-theme .account-premium-policy-content p,
    body.light-theme .account-premium-policy-content li,
    body.light-theme .account-premium-policy-content small,
    body.light-theme .assinatura-premium-summary-card span,
    body.light-theme .assinatura-premium-summary-card li,
    body.light-theme .assinatura-premium-card p,
    body.light-theme .assinatura-premium-card small {
        color: #64748b !important;
    }

    body.light-theme .account-premium-empty-state .card,
    body.light-theme .account-premium-empty-state button,
    body.light-theme .assinatura-premium-stepper .step {
        background: #f8fafc !important;
        border-color: rgba(15, 23, 42, 0.1) !important;
        color: #0f172a !important;
    }

body.light-theme .assinatura-premium-dashboard .alert,
body.light-theme .assinatura-premium-page .alert {
    background: #ffffff !important;
    color: #334155 !important;
    border-color: rgba(15, 23, 42, 0.1) !important;
}

@media (max-width: 991.98px) {
    .account-premium-panel,
    .assinatura-premium-card {
        padding: 1.1rem !important;
    }

    .assinatura-premium-stepper {
        flex-direction: column;
    }

    .account-premium-page,
    .assinatura-premium-page,
    .assinatura-premium-dashboard {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

/* -------------------------------------
BEGIN - Segmento - Tabs
---------------------------------------- */
.segment-control {
    width: 100%;
}

.segment-wrapper {
    display: flex;
    background: #1f1f1f;
    border-radius: 14px;
    padding: 4px;
    gap: 4px;
}

.segment-btn {
    flex: 1;
    border: none;
    background: transparent;
    color: #9ca3af;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 8px 0;
    border-radius: 10px;
    transition: all 0.25s ease;
}

    .segment-btn.active {
        background: linear-gradient(135deg, #6f42c1, #4c1d95);
        color: white;
        box-shadow: 0 2px 8px rgba(111, 66, 193, 0.4);
    }

    .segment-btn:hover {
        color: white;
    }

    .segment-btn.active {
        background: linear-gradient(135deg, #ffc107, #ff9800);
        color: #000;
    }

/* --------------------------------------
  BEGIN - Adesão Assinatura
---------------------------------------- */
.btn-voltar-home {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 1rem;
}

.card-qrcode-pix {
    border: solid 1px #b0b0b0;
    margin-top: 15px;
    margin-bottom: 5px;
}

/* --------------------------------------
PADRÃO MOBILE – SEÇÕES INSTITUCIONAIS
---------------------------------------- */
.institucional-section {
    overflow-x: hidden;
}

@media (max-width: 991.98px) {
    .institucional-section {
        padding-left: 1.2rem !important;
        padding-right: 1.2rem !important;
    }

    .sobre-hero {
        padding-top: 1.5rem;
    }

    .sobre-tecnologia,
    .sobre-fechamento {
        padding: 3.0rem;
    }

    .sobre-missao-card {
        margin-left: 0.75rem !important;
        padding-right: 2.75rem !important;
    }

    .pilar-item {
        padding: 0rem;
    }

    .atendimento-hero {
        padding-top: 1.5rem;
    }

    .faq-title {
        margin-top: 2.0rem;
        font-size: 1.6rem;
    }
}

@media (max-width: 991.98px) {
    .support-layout {
        grid-template-columns: 1fr;
    }

    .support-sidebar {
        position: fixed;
        inset: 0 30% 0 0;
        z-index: 1050;
        transform: translateX(-100%);
        transition: transform .3s ease;
    }

        .support-sidebar.open {
            transform: translateX(0);
        }

    .support-content {
        padding: 1.5rem;
    }

    .suporte-premium-layout .support-sidebar {
        inset: 75px 18% 0 0;
        border-right: 1px solid rgba(148, 163, 184, 0.16);
        box-shadow: 20px 0 40px rgba(0, 0, 0, 0.28);
    }

    .suporte-premium-layout .support-content {
        padding: 1rem;
    }

    .suporte-premium-home {
        padding: 30px 0;
    }

    .support-content-category-card {
        margin-top: 1.25rem;
        padding: 1rem;
    }

    .support-content-category-header {
        align-items: flex-start;
        margin-bottom: 1rem;
    }

    .suporte-premium-title,
    .suporte-premium-article-header h1 {
        font-size: 1.55rem;
    }

    .suporte-premium-article-header,
    .suporte-premium-layout .support-step,
    .suporte-premium-layout .support-result,
    .suporte-premium-layout .support-faq,
    .suporte-premium-layout .support-editorial-list-panel {
        padding: 1.1rem;
    }
}

@media (max-width: 575.98px) {
    .suporte-premium-layout .support-sidebar {
        inset: 75px 8% 0 0;
    }
}

/* --------------------------------------
   BEGIN MENU MOBILE 
---------------------------------------- */
.drawer-overlay {
    position: fixed;
    top: 75px;
    left: 0;
    width: 100%;
    height: calc(100vh - 75px);
    background: rgba(0,0,0,0.6);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 1040;
}

    .drawer-overlay.show {
        opacity: 1;
        visibility: visible;
    }

.drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh; /* viewport real (corrige mobile e scroll) */
    background: #212529;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 1050;
    display: flex;
    flex-direction: column;
}

    .drawer.open {
        transform: translateX(0);
    }

.drawer-header {
    padding: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.drawer-profile {
    padding: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.drawer-content {
    overflow-y: auto;
    flex: 1; /* 👈 ISSO evita o espaço sobrando */
}

.c3-mobile-drawer.drawer,
.c3-mobile-drawer.drawer-light {
    background:
        radial-gradient(circle at 15% 0%, rgba(255, 192, 0, 0.12), transparent 32%),
        linear-gradient(180deg, #151b24 0%, #0b1119 100%) !important;
    border-right: 1px solid rgba(148, 163, 184, 0.18);
    color: #d7e2f0;
}

.c3-mobile-drawer .drawer-content {
    padding: .65rem .75rem 1.25rem;
}

.c3-mobile-drawer-header {
    background: rgba(255, 255, 255, 0.025);
    border-bottom: 1px solid rgba(148, 163, 184, 0.14) !important;
    padding: 1rem .95rem !important;
}

.c3-mobile-drawer-kicker {
    color: #ffc000;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .12rem;
    text-transform: uppercase;
}

.c3-mobile-drawer-title {
    color: #ffffff;
    font-size: .96rem;
    font-weight: 900;
}

.c3-mobile-drawer-close {
    align-items: center;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    color: #d7e2f0;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.c3-mobile-drawer-close:hover {
    background: rgba(255, 192, 0, 0.14);
    border-color: rgba(255, 192, 0, 0.36);
    color: #ffc000;
}

.c3-mobile-drawer-profile {
    align-items: center;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 8px;
    display: flex;
    gap: .85rem;
    margin: .85rem .75rem .35rem;
    padding: .85rem !important;
}

.c3-mobile-profile-avatar {
    align-items: center;
    background: linear-gradient(135deg, #ffc000 0%, #6b5ce7 100%);
    border-radius: 10px;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    overflow: hidden;
    width: 42px;
}

.c3-mobile-profile-avatar img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.c3-mobile-profile-avatar span {
    color: #0b1119;
    font-size: .8rem;
    font-weight: 900;
}

.c3-mobile-profile-name {
    color: #ffffff;
    font-size: .9rem;
    font-weight: 900;
}

.c3-mobile-profile-plan {
    color: #8fb7ff;
    font-size: .72rem;
    font-weight: 800;
}

.drawer-section-title {
    font-size: 0.75rem;
    text-transform: uppercase;
    opacity: 0.6;
    padding: 12px 16px 6px;
}

.c3-mobile-drawer .drawer-section-title {
    color: #8fb7ff;
    font-size: .66rem;
    font-weight: 900;
    letter-spacing: .12rem;
    opacity: 1;
    padding: 1rem .35rem .45rem;
}

.drawer-item-btn {
    background: none;
    border: none;
    width: 100%;
    padding: 12px 16px;
    text-align: left;
    cursor: pointer;
}

.drawer-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    color: #b0b0b0;
    text-decoration: none;
}

    .drawer-item,
    .drawer-item:visited,
    .drawer-item:active,
    .drawer-item:focus {
        color: #b0b0b0;
        text-decoration: none;
    }

        .drawer-item.active {
            background-color: rgba(255, 255, 255, 0.08);
            color: #fff;
            border-radius: 8px;
        }

        .drawer-item:hover {
            background: rgba(255,255,255,0.05);
        }

.c3-mobile-drawer .drawer-item,
.c3-mobile-drawer .drawer-group,
.c3-mobile-drawer .drawer-item-btn {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #b9c7da !important;
    font-size: .88rem;
    font-weight: 750;
    margin-bottom: .25rem;
    min-height: 44px;
    padding: .7rem .65rem;
    text-decoration: none;
}

.c3-mobile-drawer .drawer-group > div {
    align-items: center;
    display: flex;
    gap: 12px;
}

.c3-mobile-drawer .drawer-item i:first-child,
.c3-mobile-drawer .drawer-group i:first-child,
.c3-mobile-drawer .drawer-item-btn i:first-child {
    align-items: center;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 8px;
    color: #8fb7ff;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    min-width: 30px;
    width: 30px;
}

.c3-mobile-drawer .drawer-item.active,
.c3-mobile-drawer .drawer-item:hover,
.c3-mobile-drawer .drawer-group:hover {
    background: rgba(255, 192, 0, 0.10) !important;
    border-color: rgba(255, 192, 0, 0.22);
    color: #ffffff !important;
}

.c3-mobile-drawer .drawer-item.active i:first-child,
.c3-mobile-drawer .drawer-item:hover i:first-child,
.c3-mobile-drawer .drawer-group:hover i:first-child {
    background: rgba(255, 192, 0, 0.15);
    border-color: rgba(255, 192, 0, 0.32);
    color: #ffc000;
}

.c3-mobile-drawer .drawer-item-btn.text-danger,
.c3-mobile-drawer .drawer-item-btn.text-danger span {
    color: #ff4d5f !important;
}

.c3-mobile-drawer .drawer-item-btn.text-danger i:first-child {
    background: rgba(255, 77, 95, 0.10);
    border-color: rgba(255, 77, 95, 0.22);
    color: #ff4d5f;
}

.drawer-group {
    display: flex;
    justify-content: space-between;
    padding: 14px 16px;
    color: #b0b0b0;
    cursor: pointer;
}

.drawer-subitems {
    padding-left: 32px;
}

    .drawer-subitems a {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 8px 16px;
        font-size: 0.9rem;
        color: #b0b0b0;
        text-decoration: none;
        border-radius: 6px;
        -webkit-tap-highlight-color: transparent;
    }

        .drawer-subitems a.active {
            background-color: rgba(255, 255, 255, 0.08);
            color: #fff;
        }

        .drawer-subitems a:active {
            background-color: rgba(255, 255, 255, 0.05);
        }

.c3-mobile-drawer .drawer-subitems {
    border-left: 1px solid rgba(148, 163, 184, 0.14);
    margin: .15rem 0 .55rem 1.35rem;
    padding-left: .65rem;
}

.c3-mobile-drawer .drawer-subitems a {
    color: #94a3b8 !important;
    font-size: .82rem;
    font-weight: 750;
    padding: .55rem .65rem;
}

.c3-mobile-drawer .drawer-subitem-label {
    color: #ffc107;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .12em;
    margin: .55rem .65rem .2rem;
    text-transform: uppercase;
}

.c3-mobile-drawer .drawer-subitems a.active,
.c3-mobile-drawer .drawer-subitems a:hover {
    background: rgba(143, 183, 255, 0.10);
    color: #dbeafe !important;
}

.drawer-action {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.c3-mobile-drawer hr {
    border-color: rgba(148, 163, 184, 0.16);
    opacity: 1;
}

.drawer-footer {
    margin-top: auto; /* 👈 empurra pro final */
    padding: 16px;
}

.drawer-btn {
    width: 90%;
    max-width: 280px;
    padding: 0.6rem 1rem;
    font-size: 0.95rem;
    border-radius: 10px;
}

.c3-mobile-primary-action {
    background: linear-gradient(135deg, #6b5ce7 0%, #8b7cf6 100%) !important;
    border: 1px solid rgba(143, 183, 255, 0.28) !important;
    box-shadow: 0 18px 42px rgba(107, 92, 231, 0.26);
    color: #ffffff !important;
    font-weight: 900;
}

.c3-mobile-secondary-action {
    border-color: rgba(148, 163, 184, 0.36) !important;
    color: #d7e2f0 !important;
    font-weight: 850;
}

/* Apenas estilo visual diferente */
.logout-btn {
    background: transparent;
    border: 1px solid #b0b0b0;
    color: #b0b0b0;
}

    .logout-btn:hover {
        background: rgba(255, 255, 255, 0.05);
    }

.drawer-subitems a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    font-size: 0.9rem;
    opacity: 0.85;
}

.c3-mobile-actions {
    margin-left: auto;
}

/* --------------------------------------
   LIGHT THEME OVERRIDES
---------------------------------------- */

.drawer-light.drawer {
    background: #ffffff;
}

/* HEADER / PROFILE */
.drawer-light .drawer-header,
.drawer-light .drawer-profile {
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

/* TITLES */
.drawer-light .drawer-section-title {
    color: #495057;
    opacity: 100;
}

/* ITEMS */
.drawer-light .drawer-item {
    color: #495057;
}

    .drawer-light .drawer-item,
    .drawer-light .drawer-item:visited,
    .drawer-light .drawer-item:active,
    .drawer-light .drawer-item:focus {
        color: #495057;
    }

        /* ACTIVE ITEM */
        .drawer-light .drawer-item.active {
            background-color: #e9ecef;
            color: #000;
        }

        /* HOVER */
        .drawer-light .drawer-item:hover {
            background: rgba(0,0,0,0.05);
        }

/* GROUP */
.drawer-light .drawer-group {
    color: #495057;
}

/* SUBITEMS */
.drawer-light .drawer-subitems a {
    color: #495057;
}

    .drawer-light .drawer-subitems a.active {
        background-color: #dee2e6;
        color: #000;
    }

    .drawer-light .drawer-subitems a:active {
        background-color: rgba(0,0,0,0.05);
    }

/* BUTTON */
.drawer-light .drawer-item-btn {
    color: #495057;
}

.footer-accordion-btn {
    background: transparent;
    color: #ffc107; /* amarelo C3 */
    font-weight: 600;
    border: none;
    padding-left: 0;
}

    /* ESTADO ABERTO (ativo) */
    .footer-accordion-btn:not(.collapsed) {
        background: #ffc107; /* fundo amarelo */
        color: #000; /* texto preto */
        border-radius: 6px;
        padding-left: 12px;
    }

    /* Remove sombra padrão */
    .footer-accordion-btn:focus {
        box-shadow: none;
    }

/* SETA padrão */
.accordion-button::after {
    filter: invert(1); /* branca no dark */
}

/* SETA quando aberto */
.footer-accordion-btn:not(.collapsed)::after {
    filter: invert(0); /* preta */
}

/* --------------------------------------
PADRÃO MOBILE – Minhas Carteiras
---------------------------------------- */
/* Tablet */
@media (max-width: 991.98px) {
    .card-stats .card-body {
        padding: 5px !important;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .min-full-height {
        min-height: 180dvh;
    }

    .card-title {
        font-size: 0.85rem !important; /* equivalente ao small do Bootstrap */
    }

    .carteira-table-mobile {
        font-size: 0.85rem !important; /* small */
    }

    .table thead th {
        font-size: 0.85rem !important; /* small */
    }

    .table tbody td {
        font-size: 0.85rem !important; /* small */
    }

    .table tbody td {
        font-size: 0.85rem !important; /* small */
    }

    div.dataTables_info {
        font-size: 0.85rem !important; /* small */
    }

    .page-link {
        font-size: 0.85rem !important; /* small */
    }

    .form-select {
        font-size: 0.85rem !important; /* small */
    }

    .card {
        margin-bottom: 12px;
    }

    .card-round {
        margin-bottom: 12px;
    }

    .card-final {
        margin-bottom: 20px;
    }

    .card-stats .card-body {
        padding: 0.75rem;
    }

    .card-stats .card-category {
        font-size: 0.75rem;
    }

    .card-stats .card-title {
        font-size: 0.95rem;
    }

    .card-stats .icon-big {
        font-size: 1.2rem;
    }

    .card-stats .col-5 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .card-stats .col-7 {
        flex: 0 0 75%;
        max-width: 75%;
        padding-left: 0px;
    }

    .card-carteiras {
        margin-bottom: 0.8rem !important;
    }
}

/* --------------------------------------
Home Usuario - Premium Analytics
---------------------------------------- */
.home-user-shell {
    padding-top: 1.25rem;
}

/* --------------------------------------
Minhas Carteiras - Premium Analytics
---------------------------------------- */
.carteira-premium-page {
    padding-top: 1.25rem;
}

.carteira-premium-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding-top: .25rem;
}

    .carteira-premium-header > .d-flex,
    .carteira-premium-header > .d-md-flex,
    .carteira-premium-header > .d-md-none {
        width: 100%;
    }

.carteira-premium-kicker {
    color: #7ea7e6;
    font-size: .66rem;
    font-weight: 900;
    letter-spacing: .16rem;
    text-transform: uppercase;
}

.carteira-premium-title {
    color: #ffc000;
    font-size: 1.28rem;
    font-weight: 900;
    letter-spacing: 0;
    margin: .18rem 0 0;
    text-transform: uppercase;
}

.carteira-premium-selector-card,
.carteira-premium-stat-card,
.carteira-premium-asset-card,
.carteira-premium-modal-content {
    background: linear-gradient(180deg, #151b27, #0d1118);
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
    color: #d7e2f0;
}

.carteira-premium-stat-card {
    padding: 0rem !important;
}

.carteira-premium-selector-card {
    margin-bottom: 1rem;
}

    .carteira-premium-selector-card .card-body {
        padding: .9rem;
    }

.carteira-premium-button,
.carteira-premium-icon-button,
.carteira-premium-table-action,
.carteira-premium-tab {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-weight: 900;
    justify-content: center;
    text-decoration: none;
    transition: background-color .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}

.carteira-premium-button {
    border: 1px solid rgba(255, 192, 0, 0.24);
    gap: .4rem;
    min-height: 2.35rem;
    padding: .48rem .85rem;
}

    .carteira-premium-button:disabled,
    .carteira-premium-icon-button:disabled,
    .carteira-premium-table-action:disabled,
    .carteira-premium-row-action:disabled {
        cursor: wait;
        opacity: .72;
        transform: none !important;
    }

    .carteira-premium-button.primary,
    .carteira-premium-icon-button.primary {
        background: #ffc000;
        border-color: #ffc000;
        color: #172033;
    }

    .carteira-premium-button.secondary,
    .carteira-premium-icon-button {
        background: rgba(255, 192, 0, 0.12);
        border-color: rgba(255, 192, 0, 0.24);
        color: #ffc000;
    }

        .carteira-premium-button:hover,
        .carteira-premium-icon-button:hover,
        .carteira-premium-table-action:hover,
        .carteira-premium-tab:hover {
            transform: translateY(-1px);
        }

.carteira-premium-icon-button,
.carteira-premium-table-action {
    border: 1px solid rgba(255, 255, 255, 0.075);
    min-height: 2.1rem;
    padding: 0;
    width: 2.1rem;
}

.carteira-premium-table-action {
    background: rgba(255, 255, 255, 0.035);
    color: #aeb9c8;
}

    .carteira-premium-table-action.danger {
        color: #ff4f63;
    }

.carteira-premium-tab {
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.075);
    color: #d7e2f0;
    min-height: 2.4rem;
    padding: .5rem 1rem;
}

    .carteira-premium-tab.active,
    .carteira-premium-tab:hover {
        background: rgba(255, 192, 0, 0.14);
        border-color: rgba(255, 192, 0, 0.34);
        color: #ffc000;
    }

.carteira-premium-control {
    background-color: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    border-radius: 8px !important;
    color: #d7e2f0 !important;
}

    .carteira-premium-control::placeholder {
        color: #6f7d8f;
    }

body.dark-theme .carteira-premium-page select.form-select.carteira-premium-control,
body.dark-theme .carteira-premium-page select.form-select.carteira-premium-control:focus {
    background-color: #121925 !important;
    border-color: rgba(148, 163, 184, 0.22) !important;
    color: #d7e2f0 !important;
    color-scheme: dark;
}

    body.dark-theme .carteira-premium-page select.form-select.carteira-premium-control option {
        background-color: #121925;
        color: #d7e2f0;
    }

        body.dark-theme .carteira-premium-page select.form-select.carteira-premium-control option:checked,
        body.dark-theme .carteira-premium-page select.form-select.carteira-premium-control option:hover {
            background-color: #243145;
            color: #ffffff;
        }

body.light-theme .carteira-premium-page select.form-select.carteira-premium-control,
body.light-theme .carteira-premium-page select.form-select.carteira-premium-control:focus {
    background-color: #f8fafc !important;
    border-color: rgba(15, 23, 42, 0.12) !important;
    color: #172033 !important;
    color-scheme: light;
}

    body.light-theme .carteira-premium-page select.form-select.carteira-premium-control option {
        background-color: #ffffff;
        color: #172033;
    }

        body.light-theme .carteira-premium-page select.form-select.carteira-premium-control option:checked,
        body.light-theme .carteira-premium-page select.form-select.carteira-premium-control option:hover {
            background-color: #eef3fb;
            color: #0f172a;
        }

.carteira-premium-search-addon {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.09);
    color: #93a0b2;
}

.carteira-premium-stat-card {
    margin-bottom: 1.1rem;
    overflow: hidden;
}

.carteira-premium-select-card-minhas-carteiras {
    margin-bottom: -8px;
}

.carteira-premium-stat-card .card-body {
    padding: .9rem;
}

.carteira-premium-stat-card .icon-big {
    align-items: center;
    border-radius: 8px;
    color: #ffc000;
    display: inline-flex;
    height: 2.45rem;
    justify-content: center;
    width: 2.45rem;
}

    .carteira-premium-stat-card .icon-big i {
        color: #ffc000 !important;
        font-size: 1.35rem !important;
    }

.carteira-premium-stat-card .card-category {
    color: #93a0b2;
    font-size: .72rem !important;
    font-weight: 850;
    margin-bottom: .25rem;
    text-transform: uppercase;
}

.carteira-premium-stat-card .card-title {
    color: #edf4ff;
    font-size: 1rem !important;
    font-weight: 900;
    margin-bottom: 0;
}

.carteira-premium-asset-card {
    margin-bottom: .45rem;
    overflow: hidden;
}

.carteira-premium-page .row > [class*="col-"] {
    margin-bottom: .85rem;
}

.carteira-premium-page .card-carteiras {
    display: grid;
    gap: 0rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.carteira-premium-asset-header {
    background: #151b27;
    border-bottom: 1px solid rgba(255, 255, 255, 0.075);
    padding: 0.2rem 1.25rem !important;
}

    .carteira-premium-asset-header a {
        color: inherit;
        text-decoration: none;
    }

.carteira-premium-asset-title {
    color: #d7e2f0 !important;
    font-size: .86rem !important;
    font-weight: 850;
    line-height: 1.25;
    margin-bottom: 0;
}

    .carteira-premium-asset-title .row {
        align-items: center;
    }

        .carteira-premium-asset-title .row:first-child {
            color: #edf4ff;
            font-weight: 900;
            margin-top: .5rem;
            margin-bottom: 0rem;
            text-transform: uppercase;
        }

.carteira-premium-asset-body {
    background: #0d1118;
}

.carteira-premium-mobile-asset {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.055);
    border-radius: 8px;
    box-shadow: none;
    color: #d7e2f0;
}

.carteira-premium-table {
    color: #d7e2f0;
    margin-bottom: 0;
    overflow: hidden;
}

.carteira-premium-table-shell,
.carteira-premium-asset-body .dataTables_wrapper,
.carteira-premium-asset-body .dataTables_scroll,
.carteira-premium-asset-body .dataTables_scrollBody {
    overflow-x: hidden !important;
}

.carteira-premium-table,
.carteira-premium-asset-body table.dataTable {
    width: 100% !important;
}

    .carteira-premium-table thead th {
        background: #252537;
        border-bottom: 1px solid rgba(255, 255, 255, 0.34);
        color: #aeb9c8;
        font-size: .72rem;
        font-weight: 900;
        letter-spacing: .08rem;
        padding: 1rem .85rem;
        text-transform: uppercase;
    }

    .carteira-premium-table tbody td {
        background: #101722;
        border-bottom: 1px solid rgba(255, 255, 255, 0.36);
        color: #c5d0de;
        font-size: .86rem;
        padding: .78rem .85rem;
        vertical-align: middle;
    }

    .carteira-premium-table tbody tr:hover td {
        background: #151d2a;
    }

    .carteira-premium-table tbody tr:last-child td {
        border-bottom-color: rgba(255, 255, 255, 0.5);
    }

.carteira-premium-asset-code {
    color: #edf4ff;
    font-size: .9rem !important;
    font-weight: 900;
}

.carteira-premium-asset-link {
    display: inline-flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
    transition: color .16s ease, transform .16s ease;
}

    .carteira-premium-asset-link:hover {
        color: #ffc000;
        transform: translateX(2px);
    }

        .carteira-premium-asset-link:hover .carteira-premium-asset-code {
            color: #ffc000 !important;
        }

.carteira-premium-metric-value {
    color: #edf4ff;
    font-size: .9rem !important;
    font-variant-numeric: tabular-nums;
    font-weight: 900;
}

.carteira-premium-muted-value {
    color: #aeb9c8;
    font-size: .84rem !important;
    font-weight: 750;
}

.carteira-premium-change-pill {
    align-items: center;
    background: rgba(255, 255, 255, 0.045);
    border-radius: 999px;
    display: inline-flex;
    font-size: .82rem;
    font-variant-numeric: tabular-nums;
    font-weight: 900;
    justify-content: center;
    min-width: 76px;
    padding: .28rem .58rem;
}

    .carteira-premium-change-pill.variacao-positiva,
    .carteira-premium-change-pill.rentabilidade-positiva {
        background: rgba(34, 197, 94, 0.14);
        color: #22c55e !important;
    }

    .carteira-premium-change-pill.variacao-negativa,
    .carteira-premium-change-pill.rentabilidade-negativa {
        background: rgba(239, 68, 68, 0.14);
        color: #ff4f63 !important;
    }

.carteira-premium-row-action {
    align-items: center;
    border: 0;
    border-radius: 6px;
    color: #ffffff;
    display: inline-flex;
    font-size: .82rem;
    height: 1.85rem;
    justify-content: center;
    transition: filter .16s ease, transform .16s ease;
    width: 1.85rem;
}

    .carteira-premium-row-action:hover {
        filter: brightness(1.08);
        transform: translateY(-1px);
    }

    .carteira-premium-row-action.edit {
        background: #22c836;
    }

    .carteira-premium-row-action.delete {
        background: #ff4f63;
    }

.carteira-premium-asset-body .datatable-wrapper {
    background: linear-gradient(180deg, #101722, #090d11);
}

.carteira-premium-asset-body .dataTables_wrapper {
    color: #d7e2f0;
    padding: 0 .7rem .85rem;
}

.carteira-premium-asset-body .dataTables_info {
    color: #d7e2f0;
    font-size: .82rem;
    font-weight: 800;
    margin: .85rem 0 0;
    padding-top: 0;
}

.carteira-premium-asset-body .dataTables_paginate {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
    justify-content: flex-end;
    margin-top: .5rem;
}

    .carteira-premium-asset-body .dataTables_paginate a.paginate_button,
    .carteira-premium-asset-body .dataTables_paginate a.page-link {
        align-items: center;
        background: #151f2e !important;
        border: 1px solid rgba(255, 192, 0, 0.2) !important;
        border-radius: 8px !important;
        color: #d7e2f0 !important;
        cursor: pointer;
        display: inline-flex;
        font-size: .78rem;
        font-weight: 900;
        height: 2rem;
        justify-content: center;
        min-height: 2rem;
        min-width: 2rem;
        padding: 0 !important;
        text-decoration: none !important;
        width: 2rem;
    }

        .carteira-premium-asset-body .dataTables_paginate a.paginate_button.current,
        .carteira-premium-asset-body .dataTables_paginate a.paginate_button.current:hover,
        .carteira-premium-asset-body .dataTables_paginate a.paginate_button:hover,
        .carteira-premium-asset-body .dataTables_paginate a:hover,
        .carteira-premium-asset-body .dataTables_paginate a.active {
            background: rgba(255, 192, 0, 0.12) !important;
            border-color: #ffc000 !important;
            color: #ffc000 !important;
        }

        .carteira-premium-asset-body .dataTables_paginate a.paginate_button.disabled,
        .carteira-premium-asset-body .dataTables_paginate a.paginate_button.disabled:hover {
            background: #101722 !important;
            border-color: rgba(255, 255, 255, 0.055) !important;
            color: #6f7d8f !important;
            cursor: default;
        }

    .carteira-premium-asset-body .dataTables_paginate ul.pagination {
        align-items: center;
        display: flex;
        gap: .35rem;
        justify-content: flex-end;
        margin: 0;
    }

    .carteira-premium-asset-body .dataTables_paginate li.paginate_button,
    .carteira-premium-asset-body .dataTables_paginate li.page-item {
        background: transparent !important;
        border: 0 !important;
        height: auto;
        margin: 0 !important;
        min-height: 0;
        min-width: 0;
        padding: 0 !important;
        width: auto;
    }

    .carteira-premium-asset-body .dataTables_paginate .page-link {
        align-items: center;
        background: #151f2e !important;
        border: 1px solid rgba(255, 192, 0, 0.2) !important;
        border-radius: 8px !important;
        color: #d7e2f0 !important;
        display: inline-flex;
        font-size: .78rem;
        font-weight: 900;
        height: 2rem;
        justify-content: center;
        line-height: 1;
        min-width: 2rem;
        padding: 0 !important;
        width: 2rem;
    }

        .carteira-premium-asset-body .dataTables_paginate .page-link .bi,
        .carteira-premium-asset-body .dataTables_paginate a.paginate_button .bi {
            font-size: .8rem;
            line-height: 1;
        }

        .carteira-premium-asset-body .dataTables_paginate li.active .page-link,
        .carteira-premium-asset-body .dataTables_paginate .page-link:hover {
            background: rgba(255, 192, 0, 0.12) !important;
            border-color: #ffc000 !important;
            color: #ffc000 !important;
        }

    .carteira-premium-asset-body .dataTables_paginate li.disabled .page-link,
    .carteira-premium-asset-body .dataTables_paginate li.disabled .page-link:hover {
        background: #101722 !important;
        border-color: rgba(255, 255, 255, 0.055) !important;
        color: #6f7d8f !important;
        cursor: default;
        opacity: .72;
    }

.carteira-premium-modal .modal-dialog {
    margin-top: 5rem;
}

.carteira-premium-modal-content {
    overflow: hidden;
}

.carteira-premium-modal-header {
    background: #151b27;
    border-color: rgba(255, 255, 255, 0.08);
}

    .carteira-premium-modal-header .modal-title {
        color: #edf4ff;
        font-size: 1rem;
        font-weight: 900;
    }

.carteira-premium-modal-content .form-label {
    color: #aeb9c8;
    font-size: .78rem;
    font-weight: 850;
    text-transform: uppercase;
}

.carteira-premium-modal-content .btn-close {
    filter: invert(1) grayscale(100%);
}

.ativo-carteira-premium-modal .modal-body {
    padding: 1.25rem;
}

body.dark-theme .modal-dialog-scrollable .modal-body,
body.dark-theme .carteira-premium-modal-content,
body.dark-theme .lancamentos-premium-modal-content {
    scrollbar-color: #6f7d91 #0d131d;
    scrollbar-width: thin;
}

    body.dark-theme .modal-dialog-scrollable .modal-body::-webkit-scrollbar,
    body.dark-theme .carteira-premium-modal-content::-webkit-scrollbar,
    body.dark-theme .lancamentos-premium-modal-content::-webkit-scrollbar {
        height: 10px;
        width: 10px;
    }

    body.dark-theme .modal-dialog-scrollable .modal-body::-webkit-scrollbar-track,
    body.dark-theme .carteira-premium-modal-content::-webkit-scrollbar-track,
    body.dark-theme .lancamentos-premium-modal-content::-webkit-scrollbar-track {
        background: #0d131d;
        border-left: 1px solid rgba(148, 163, 184, 0.12);
    }

    body.dark-theme .modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb,
    body.dark-theme .carteira-premium-modal-content::-webkit-scrollbar-thumb,
    body.dark-theme .lancamentos-premium-modal-content::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, #7b8798, #4b5567);
        border: 2px solid #0d131d;
        border-radius: 999px;
    }

        body.dark-theme .modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb:hover,
        body.dark-theme .carteira-premium-modal-content::-webkit-scrollbar-thumb:hover,
        body.dark-theme .lancamentos-premium-modal-content::-webkit-scrollbar-thumb:hover {
            background: linear-gradient(180deg, #a7b2c3, #64748b);
        }

body.light-theme .modal-dialog-scrollable .modal-body,
body.light-theme .carteira-premium-modal-content,
body.light-theme .lancamentos-premium-modal-content {
    scrollbar-color: #aeb8c6 #edf1f7;
    scrollbar-width: thin;
}

    body.light-theme .modal-dialog-scrollable .modal-body::-webkit-scrollbar,
    body.light-theme .carteira-premium-modal-content::-webkit-scrollbar,
    body.light-theme .lancamentos-premium-modal-content::-webkit-scrollbar {
        height: 10px;
        width: 10px;
    }

    body.light-theme .modal-dialog-scrollable .modal-body::-webkit-scrollbar-track,
    body.light-theme .carteira-premium-modal-content::-webkit-scrollbar-track,
    body.light-theme .lancamentos-premium-modal-content::-webkit-scrollbar-track {
        background: #edf1f7;
        border-left: 1px solid rgba(15, 23, 42, 0.08);
    }

    body.light-theme .modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb,
    body.light-theme .carteira-premium-modal-content::-webkit-scrollbar-thumb,
    body.light-theme .lancamentos-premium-modal-content::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, #c8d0dc, #98a5b7);
        border: 2px solid #edf1f7;
        border-radius: 999px;
    }

        body.light-theme .modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb:hover,
        body.light-theme .carteira-premium-modal-content::-webkit-scrollbar-thumb:hover,
        body.light-theme .lancamentos-premium-modal-content::-webkit-scrollbar-thumb:hover {
            background: linear-gradient(180deg, #aeb8c6, #7f8ca0);
        }

.ativo-carteira-premium-modal .disabled-field {
    opacity: .82;
}

.ativo-carteira-premium-modal .form-select.carteira-premium-control {
    background-image: var(--bs-form-select-bg-img);
}

body.dark-theme .ativo-carteira-premium-modal .form-select.carteira-premium-control,
body.dark-theme .ativo-carteira-premium-modal .form-select.carteira-premium-control:focus {
    background-color: #121925 !important;
    border-color: rgba(148, 163, 184, 0.22) !important;
    color: #d7e2f0 !important;
}

    body.dark-theme .ativo-carteira-premium-modal .form-select.carteira-premium-control option {
        background-color: #121925;
        color: #d7e2f0;
    }

        body.dark-theme .ativo-carteira-premium-modal .form-select.carteira-premium-control option:checked,
        body.dark-theme .ativo-carteira-premium-modal .form-select.carteira-premium-control option:hover {
            background-color: #243145;
            color: #ffffff;
        }

body.light-theme .ativo-carteira-premium-modal .form-select.carteira-premium-control,
body.light-theme .ativo-carteira-premium-modal .form-select.carteira-premium-control:focus {
    background-color: #f8fafc !important;
    border-color: rgba(15, 23, 42, 0.12) !important;
    color: #172033 !important;
}

    body.light-theme .ativo-carteira-premium-modal .form-select.carteira-premium-control option {
        background-color: #ffffff;
        color: #172033;
    }

        body.light-theme .ativo-carteira-premium-modal .form-select.carteira-premium-control option:checked,
        body.light-theme .ativo-carteira-premium-modal .form-select.carteira-premium-control option:hover {
            background-color: #eef3fb;
            color: #0f172a;
        }

.c3-confirm-premium-content {
    border: 1px solid rgba(255, 192, 0, 0.18);
}

.c3-confirm-premium-header {
    padding: 1rem 1.15rem;
}

.c3-confirm-premium-icon {
    align-items: center;
    background: rgba(255, 192, 0, 0.12);
    border: 1px solid rgba(255, 192, 0, 0.24);
    border-radius: 8px;
    color: #ffc000;
    display: inline-flex;
    height: 2.25rem;
    justify-content: center;
    width: 2.25rem;
}

.c3-confirm-premium-body {
    color: #c5d0de;
    font-size: .95rem;
    line-height: 1.55;
    padding: 1.15rem;
}

.c3-confirm-premium-footer {
    background: #111824;
    border-color: rgba(255, 255, 255, 0.08);
    gap: .55rem;
    justify-content: flex-end;
    padding: 1rem 1.15rem;
}

body.light-theme .carteira-premium-selector-card,
body.light-theme .carteira-premium-stat-card,
body.light-theme .carteira-premium-asset-card,
body.light-theme .carteira-premium-modal-content {
    background: #ffffff;
    border-color: rgba(15, 23, 42, 0.1);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
    color: #172033;
}

.carteira-premium-selector-card {
    padding: .5rem !important;
}

body.light-theme .carteira-premium-kicker {
    color: #4f76ad;
}

body.light-theme .carteira-premium-tab,
body.light-theme .carteira-premium-table-action,
body.light-theme .carteira-premium-control,
body.light-theme .carteira-premium-search-addon,
body.light-theme .carteira-premium-mobile-asset {
    background: #f8fafc !important;
    border-color: rgba(15, 23, 42, 0.09) !important;
    color: #172033 !important;
}

    body.light-theme .carteira-premium-tab.active,
    body.light-theme .carteira-premium-tab:hover {
        background: rgba(255, 192, 0, 0.16) !important;
        border-color: rgba(181, 122, 0, 0.28) !important;
        color: #a66b00 !important;
    }

body.light-theme .carteira-premium-stat-card .card-title,
body.light-theme .carteira-premium-asset-title,
body.light-theme .carteira-premium-asset-title .row:first-child,
body.light-theme .carteira-premium-modal-header .modal-title {
    color: #172033 !important;
}

body.light-theme .carteira-premium-stat-card .card-category,
body.light-theme .carteira-premium-modal-content .form-label {
    color: #5f6f85;
}

body.light-theme .carteira-premium-asset-header,
body.light-theme .carteira-premium-modal-header {
    background: #f8fafc;
    border-color: rgba(15, 23, 42, 0.08);
}

body.light-theme .c3-confirm-premium-content {
    border-color: rgba(181, 122, 0, 0.2);
}

body.light-theme .c3-confirm-premium-icon {
    background: rgba(255, 192, 0, 0.16);
    border-color: rgba(181, 122, 0, 0.28);
    color: #a66b00;
}

body.light-theme .c3-confirm-premium-body {
    color: #405169;
}

body.light-theme .c3-confirm-premium-footer {
    background: #f8fafc;
    border-color: rgba(15, 23, 42, 0.08);
}

body.light-theme .carteira-premium-asset-body {
    background: #ffffff;
}

body.light-theme .carteira-premium-table {
    color: #172033;
}

    body.light-theme .carteira-premium-table thead th {
        background: #eef2f7;
        border-bottom-color: rgba(15, 23, 42, 0.12);
        color: #405169;
    }

    body.light-theme .carteira-premium-table tbody td {
        background: #ffffff;
        border-bottom-color: rgba(15, 23, 42, 0.08);
        color: #172033;
    }

    body.light-theme .carteira-premium-table tbody tr:hover td {
        background: #f8fafc;
    }

body.light-theme .carteira-premium-asset-code,
body.light-theme .carteira-premium-metric-value {
    color: #172033;
}

body.light-theme .carteira-premium-muted-value {
    color: #5f6f85;
}

body.light-theme .carteira-premium-change-pill {
    background: #f1f5f9;
}

body.light-theme .carteira-premium-asset-body .datatable-wrapper {
    background: #ffffff;
}

body.light-theme .carteira-premium-asset-body .dataTables_wrapper,
body.light-theme .carteira-premium-asset-body .dataTables_info {
    color: #172033;
}

body.light-theme .carteira-premium-asset-body .dataTables_paginate a.paginate_button,
body.light-theme .carteira-premium-asset-body .dataTables_paginate a {
    background: #ffffff !important;
    border-color: rgba(181, 122, 0, 0.22) !important;
    color: #405169 !important;
}

    body.light-theme .carteira-premium-asset-body .dataTables_paginate a.paginate_button.current,
    body.light-theme .carteira-premium-asset-body .dataTables_paginate a.paginate_button.current:hover,
    body.light-theme .carteira-premium-asset-body .dataTables_paginate a.paginate_button:hover,
    body.light-theme .carteira-premium-asset-body .dataTables_paginate a:hover,
    body.light-theme .carteira-premium-asset-body .dataTables_paginate a.active {
        background: rgba(255, 192, 0, 0.16) !important;
        border-color: #ffc000 !important;
        color: #a66b00 !important;
    }

body.light-theme .carteira-premium-asset-body .dataTables_paginate li.paginate_button,
body.light-theme .carteira-premium-asset-body .dataTables_paginate li.page-item {
    background: transparent !important;
    border: 0 !important;
}

body.light-theme .carteira-premium-asset-body .dataTables_paginate .page-link {
    background: #ffffff !important;
    border-color: rgba(181, 122, 0, 0.22) !important;
    color: #405169 !important;
}

    body.light-theme .carteira-premium-asset-body .dataTables_paginate li.active .page-link,
    body.light-theme .carteira-premium-asset-body .dataTables_paginate .page-link:hover {
        background: rgba(255, 192, 0, 0.16) !important;
        border-color: #ffc000 !important;
        color: #a66b00 !important;
    }

body.light-theme .carteira-premium-asset-body .dataTables_paginate li.disabled .page-link,
body.light-theme .carteira-premium-asset-body .dataTables_paginate li.disabled .page-link:hover {
    background: #f8fafc !important;
    border-color: rgba(15, 23, 42, 0.08) !important;
    color: #8a98aa !important;
}

body.light-theme .carteira-premium-modal-content .btn-close {
    filter: none;
}

/* Mantém Minhas Carteiras com a identidade premium/analytics escura no tema dark. */
body.light-theme .carteira-premium-page .carteira-premium-selector-card,
body.light-theme .carteira-premium-page .carteira-premium-stat-card,
body.light-theme .carteira-premium-page .carteira-premium-asset-card,
body.light-theme .carteira-premium-modal-content,
.carteira-premium-page .carteira-premium-selector-card,
.carteira-premium-page .carteira-premium-stat-card,
.carteira-premium-page .carteira-premium-asset-card,
.carteira-premium-modal-content {
    background: linear-gradient(180deg, #151b27, #0d1118) !important;
    border-color: rgba(255, 255, 255, 0.075) !important;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24) !important;
    color: #d7e2f0 !important;
}

    body.light-theme .carteira-premium-page .carteira-premium-selector-card .card-body,
    body.light-theme .carteira-premium-page .carteira-premium-asset-body,
    .carteira-premium-page .carteira-premium-selector-card .card-body,
    .carteira-premium-page .carteira-premium-asset-body {
        background: transparent !important;
        color: #d7e2f0 !important;
    }

body.light-theme .carteira-premium-page .carteira-premium-asset-header,
body.light-theme .carteira-premium-modal-header,
.carteira-premium-page .carteira-premium-asset-header,
.carteira-premium-modal-header {
    background: #151b27 !important;
    border-color: rgba(255, 255, 255, 0.075) !important;
}

    body.light-theme .carteira-premium-page .carteira-premium-asset-title,
    body.light-theme .carteira-premium-page .carteira-premium-asset-title .row:first-child,
    body.light-theme .carteira-premium-page .carteira-premium-stat-card .card-title,
    body.light-theme .carteira-premium-page .carteira-premium-asset-code,
    body.light-theme .carteira-premium-page .carteira-premium-metric-value,
    body.light-theme .carteira-premium-modal-header .modal-title,
    .carteira-premium-page .carteira-premium-asset-title,
    .carteira-premium-page .carteira-premium-asset-title .row:first-child,
    .carteira-premium-page .carteira-premium-stat-card .card-title,
    .carteira-premium-page .carteira-premium-asset-code,
    .carteira-premium-page .carteira-premium-metric-value,
    .carteira-premium-modal-header .modal-title {
        color: #edf4ff !important;
    }

body.light-theme .carteira-premium-page .carteira-premium-stat-card .card-category,
body.light-theme .carteira-premium-page .carteira-premium-muted-value,
body.light-theme .carteira-premium-modal-content .form-label,
.carteira-premium-page .carteira-premium-stat-card .card-category,
.carteira-premium-page .carteira-premium-muted-value,
.carteira-premium-modal-content .form-label {
    color: #aeb9c8 !important;
}

body.light-theme .carteira-premium-page .carteira-premium-tab,
body.light-theme .carteira-premium-page .carteira-premium-table-action,
body.light-theme .carteira-premium-page .carteira-premium-control,
body.light-theme .carteira-premium-page .carteira-premium-search-addon,
body.light-theme .carteira-premium-page .carteira-premium-mobile-asset,
.carteira-premium-page .carteira-premium-tab,
.carteira-premium-page .carteira-premium-table-action,
.carteira-premium-page .carteira-premium-control,
.carteira-premium-page .carteira-premium-search-addon,
.carteira-premium-page .carteira-premium-mobile-asset {
    background: rgba(255, 255, 255, 0.04) !important;
    border-color: rgba(255, 255, 255, 0.09) !important;
    color: #d7e2f0 !important;
}

    body.light-theme .carteira-premium-page .carteira-premium-tab.active,
    body.light-theme .carteira-premium-page .carteira-premium-tab:hover,
    .carteira-premium-page .carteira-premium-tab.active,
    .carteira-premium-page .carteira-premium-tab:hover {
        background: rgba(255, 192, 0, 0.14) !important;
        border-color: rgba(255, 192, 0, 0.34) !important;
        color: #ffc000 !important;
    }

body.light-theme .carteira-premium-page .carteira-premium-table,
body.light-theme .carteira-premium-page .carteira-premium-asset-body .datatable-wrapper,
body.light-theme .carteira-premium-page .carteira-premium-asset-body .dataTables_wrapper,
.carteira-premium-page .carteira-premium-table,
.carteira-premium-page .carteira-premium-asset-body .datatable-wrapper,
.carteira-premium-page .carteira-premium-asset-body .dataTables_wrapper {
    background: linear-gradient(180deg, #101722, #090d11) !important;
    color: #d7e2f0 !important;
}

    body.light-theme .carteira-premium-page .carteira-premium-table thead th,
    .carteira-premium-page .carteira-premium-table thead th {
        background: #252537 !important;
        border-bottom-color: rgba(255, 255, 255, 0.34) !important;
        color: #aeb9c8 !important;
    }

    body.light-theme .carteira-premium-page .carteira-premium-table tbody td,
    .carteira-premium-page .carteira-premium-table tbody td {
        background: #101722 !important;
        border-bottom-color: rgba(255, 255, 255, 0.36) !important;
        color: #c5d0de !important;
    }

    body.light-theme .carteira-premium-page .carteira-premium-table tbody tr:hover td,
    .carteira-premium-page .carteira-premium-table tbody tr:hover td {
        background: #151d2a !important;
    }

body.light-theme .carteira-premium-page .carteira-premium-asset-body .dataTables_info,
.carteira-premium-page .carteira-premium-asset-body .dataTables_info {
    color: #d7e2f0 !important;
}

/* Tema light de Minhas Carteiras: superfície clara mantendo a mesma hierarquia premium. */
body.light-theme .carteira-premium-page .carteira-premium-selector-card,
body.light-theme .carteira-premium-page .carteira-premium-stat-card,
body.light-theme .carteira-premium-page .carteira-premium-asset-card,
body.light-theme .carteira-premium-modal-content {
    background: #ffffff !important;
    border-color: rgba(15, 23, 42, 0.10) !important;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08) !important;
    color: #172033 !important;
}

    body.light-theme .carteira-premium-page .carteira-premium-selector-card .card-body,
    body.light-theme .carteira-premium-page .carteira-premium-asset-body {
        background: #ffffff !important;
        color: #172033 !important;
    }

body.light-theme .carteira-premium-page .carteira-premium-asset-header,
body.light-theme .carteira-premium-modal-header {
    background: #f8fafc !important;
    border-color: rgba(15, 23, 42, 0.08) !important;
}

    body.light-theme .carteira-premium-page .carteira-premium-asset-title,
    body.light-theme .carteira-premium-page .carteira-premium-asset-title .row:first-child,
    body.light-theme .carteira-premium-page .carteira-premium-stat-card .card-title,
    body.light-theme .carteira-premium-page .carteira-premium-asset-code,
    body.light-theme .carteira-premium-page .carteira-premium-metric-value,
    body.light-theme .carteira-premium-modal-header .modal-title {
        color: #172033 !important;
    }

body.light-theme .carteira-premium-page .carteira-premium-stat-card .card-category,
body.light-theme .carteira-premium-page .carteira-premium-muted-value,
body.light-theme .carteira-premium-modal-content .form-label {
    color: #5f6f85 !important;
}

body.light-theme .carteira-premium-page .carteira-premium-tab,
body.light-theme .carteira-premium-page .carteira-premium-table-action,
body.light-theme .carteira-premium-page .carteira-premium-control,
body.light-theme .carteira-premium-page .carteira-premium-search-addon,
body.light-theme .carteira-premium-page .carteira-premium-mobile-asset {
    background: #f8fafc !important;
    border-color: rgba(15, 23, 42, 0.09) !important;
    color: #172033 !important;
}

    body.light-theme .carteira-premium-page .carteira-premium-tab.active,
    body.light-theme .carteira-premium-page .carteira-premium-tab:hover {
        background: rgba(255, 192, 0, 0.16) !important;
        border-color: rgba(181, 122, 0, 0.28) !important;
        color: #a66b00 !important;
    }

body.light-theme .carteira-premium-page .carteira-premium-table,
body.light-theme .carteira-premium-page .carteira-premium-asset-body .datatable-wrapper,
body.light-theme .carteira-premium-page .carteira-premium-asset-body .dataTables_wrapper {
    background: #ffffff !important;
    color: #172033 !important;
}

    body.light-theme .carteira-premium-page .carteira-premium-table thead th {
        background: #eef2f7 !important;
        border-bottom-color: rgba(15, 23, 42, 0.12) !important;
        color: #405169 !important;
    }

    body.light-theme .carteira-premium-page .carteira-premium-table tbody td {
        background: #ffffff !important;
        border-bottom-color: rgba(15, 23, 42, 0.08) !important;
        color: #172033 !important;
    }

    body.light-theme .carteira-premium-page .carteira-premium-table tbody tr:hover td {
        background: #f8fafc !important;
    }

body.light-theme .carteira-premium-page .carteira-premium-asset-body .dataTables_info {
    color: #172033 !important;
}

body.light-theme .carteira-premium-page .carteira-premium-change-pill {
    background: #f1f5f9 !important;
}

    body.light-theme .carteira-premium-page .carteira-premium-change-pill.variacao-positiva,
    body.light-theme .carteira-premium-page .carteira-premium-change-pill.rentabilidade-positiva {
        background: rgba(22, 163, 74, 0.12) !important;
        color: #16a34a !important;
    }

    body.light-theme .carteira-premium-page .carteira-premium-change-pill.variacao-negativa,
    body.light-theme .carteira-premium-page .carteira-premium-change-pill.rentabilidade-negativa {
        background: rgba(220, 38, 38, 0.12) !important;
        color: #dc2626 !important;
    }

body.light-theme .carteira-premium-page .carteira-premium-asset-link:hover,
body.light-theme .carteira-premium-page .carteira-premium-asset-link:hover .carteira-premium-asset-code {
    color: #a66b00 !important;
}

@media (max-width: 767.98px) {
    .carteira-premium-page {
        padding-top: .75rem;
    }

    .carteira-premium-header {
        margin-bottom: .8rem;
    }

    .carteira-premium-title {
        font-size: 1rem;
    }

    .carteira-premium-selector-card .card-body,
    .carteira-premium-stat-card .card-body {
        padding: .75rem;
    }

    .carteira-premium-asset-header {
        padding: .75rem;
    }

    .carteira-premium-asset-title {
        font-size: .8rem !important;
    }
}

.home-user-panel {
    background: linear-gradient(180deg, #151b27, #0d1118);
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
    color: #d7e2f0;
    padding: 1rem;
}

.home-user-quotes-strip {
    background: linear-gradient(180deg, #151b27, #0d1118);
    border-bottom: 1px solid rgba(255, 255, 255, 0.075);
    border-top: 1px solid rgba(255, 255, 255, 0.075);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
    color: #d7e2f0;
    margin-bottom: 1rem;
    overflow: hidden;
}

.home-user-quotes-track {
    overflow: hidden;
    padding: .42rem 0;
    white-space: nowrap;
}

.home-user-quotes-ticker {
    align-items: center;
    display: inline-flex;
    gap: 1.35rem;
}

.home-user-quote-item {
    align-items: center;
    display: inline-flex;
    font-variant-numeric: tabular-nums;
    gap: .45rem;
}

.home-user-quote-code {
    color: #edf4ff;
    font-size: .83rem;
    font-weight: 900;
}

.home-user-quote-value {
    align-items: center;
    display: inline-flex;
    font-size: .82rem;
    font-weight: 800;
    gap: .3rem;
}

    .home-user-quote-value strong {
        font-weight: 900;
    }

.home-user-quotes-loading {
    align-items: center;
    color: #93a0b2;
    display: flex;
    font-size: .78rem;
    font-weight: 750;
    justify-content: center;
    padding: .45rem 0;
}

.home-user-card-header,
.home-user-section-header {
    align-items: center;
    display: flex;
    gap: .75rem;
    justify-content: space-between;
    margin-bottom: .9rem;
}

.home-user-section-header {
    margin: .25rem 0 1rem;
}

.home-user-kicker {
    color: #7ea7e6;
    font-size: .66rem;
    font-weight: 900;
    letter-spacing: .16rem;
    text-transform: uppercase;
}

.home-user-card-title,
.home-user-section-title {
    align-items: center;
    color: #edf4ff;
    display: flex;
    font-size: .98rem;
    font-weight: 900;
    gap: .5rem;
    letter-spacing: 0;
    margin: .18rem 0 0;
    text-transform: uppercase;
}

.home-user-section-title {
    color: #ffc000;
    font-size: 1.05rem;
}

.home-user-card-title i {
    color: #ffc000;
}

.home-user-count-pill,
.home-user-icon-button,
.home-user-link-button {
    align-items: center;
    background: rgba(255, 192, 0, 0.12);
    border: 1px solid rgba(255, 192, 0, 0.24);
    border-radius: 999px;
    color: #ffc000;
    display: inline-flex;
    font-size: .72rem;
    font-weight: 900;
    min-height: 1.85rem;
    padding: .32rem .65rem;
}

.home-user-count-pill,
.home-user-link-button {
    white-space: nowrap;
}

.home-user-icon-button {
    cursor: pointer;
    height: 2rem;
    justify-content: center;
    padding: 0;
    width: 2rem;
}

.home-user-link-button {
    cursor: pointer;
    gap: .35rem;
}

    .home-user-icon-button:hover,
    .home-user-link-button:hover {
        background: rgba(255, 192, 0, 0.18);
    }

.home-user-summary-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-user-summary-grid {
    display: grid;
    gap: .65rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-user-summary-metric {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.055);
    border-radius: 8px;
    min-height: 62px;
    padding: .75rem;
}

    .home-user-summary-metric span {
        color: #edf4ff;
        display: block;
        font-size: 1.05rem;
        font-weight: 900;
        line-height: 1.2;
    }

    .home-user-summary-metric small {
        color: #93a0b2;
        display: block;
        font-size: .72rem;
        font-weight: 750;
        margin-top: .35rem;
    }

.home-user-indicators-grid {
    display: grid;
    gap: .62rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-user-indicator-tile,
.home-user-mobile-row,
.home-user-mover-row,
.home-user-chart-surface {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.055);
    border-radius: 8px;
}

.home-user-indicator-tile {
    min-height: 80px;
    padding: .68rem;
}

.home-user-indicator-topline {
    align-items: center;
    display: flex;
    gap: .5rem;
    justify-content: space-between;
}

    .home-user-indicator-topline span {
        color: #aeb9c8;
        font-size: .68rem;
        font-weight: 850;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .home-user-indicator-topline strong,
    .home-user-mover-change {
        font-size: .72rem;
        font-variant-numeric: tabular-nums;
        font-weight: 900;
    }

.home-user-indicator-value {
    color: #edf4ff;
    font-size: 1.04rem;
    font-variant-numeric: tabular-nums;
    font-weight: 900;
    margin-top: .8rem;
}

    .home-user-indicator-value small {
        color: #93a0b2;
        font-size: .68rem;
        margin-left: .2rem;
    }

.home-user-mobile-list {
    display: flex;
    flex-direction: column;
    gap: .55rem;
}

.home-user-mobile-row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: .65rem .75rem;
}

    .home-user-mobile-row strong {
        color: #edf4ff;
        display: block;
        font-size: .82rem;
    }

    .home-user-mobile-row span {
        color: #93a0b2;
        display: block;
        font-size: .72rem;
        margin-top: .15rem;
    }

.home-user-chart-card {
    min-height: 100%;
}

.home-user-chart-surface {
    padding: .75rem;
}

.home-user-filter-control {
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 8px;
    color: #d7e2f0;
    min-width: 130px;
}

.home-user-movers-grid {
    display: grid;
    gap: .85rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-user-movers-mobile-section {
    margin-bottom: .5rem !important;
}

.home-user-map-section {
    margin-top: 0 !important;
}

.home-user-column-title {
    font-size: .76rem;
    font-weight: 900;
    margin-bottom: .55rem;
    text-transform: uppercase;
}

.home-user-mover-row {
    align-items: center;
    color: inherit;
    display: flex;
    justify-content: space-between;
    margin-bottom: .45rem;
    min-height: 54px;
    padding: .58rem .65rem;
    text-decoration: none;
    transition: background-color .16s ease, border-color .16s ease, transform .16s ease;
}

    .home-user-mover-row:hover {
        background: rgba(255, 255, 255, 0.05);
        border-color: rgba(255, 192, 0, 0.18);
        color: inherit;
        text-decoration: none;
        transform: translateY(-1px);
    }

.home-user-mover-main {
    min-width: 0;
}

    .home-user-mover-main strong {
        color: #edf4ff;
        display: block;
        font-size: .84rem;
        font-weight: 900;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .home-user-mover-main span {
        color: #93a0b2;
        display: block;
        font-size: .72rem;
        font-weight: 750;
        margin-top: .12rem;
    }

.home-user-mover-change {
    align-items: center;
    display: inline-flex;
    gap: .35rem;
    justify-content: flex-end;
    min-width: 72px;
}

.home-user-insights-ticker {
    height: 2.7rem;
}

.home-user-treemap-card .apexcharts-treemap-rect,
.home-user-treemap-card .apexcharts-series path {
    cursor: pointer;
}

.home-user-insight-item {
    align-items: center;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.055);
    border-radius: 8px;
    display: flex;
    gap: .55rem;
    min-height: 2.45rem;
    padding: .52rem .65rem;
}

.home-user-empty-state {
    border: 1px dashed rgba(143, 156, 174, 0.28);
    border-radius: 8px;
    color: #93a0b2;
    font-size: .78rem;
    font-weight: 700;
    padding: .8rem;
    text-align: center;
}

.home-user-positive {
    color: #20e05f !important;
}

.home-user-negative {
    color: #ff4f63 !important;
}

.home-user-insights-modal-backdrop {
    background-color: rgba(0, 0, 0, 0.62);
}

.home-user-insights-modal-content {
    background: radial-gradient(circle at top left, rgba(104, 97, 206, 0.18), transparent 34%), linear-gradient(180deg, #0b0f17 0%, #090d13 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    color: #d7e2f0;
    overflow: hidden;
}

.home-user-insights-modal-header,
.home-user-insights-modal-footer {
    background: #151b27;
    border-color: rgba(255, 255, 255, 0.08);
}

    .home-user-insights-modal-header .modal-title {
        color: #edf4ff;
        font-size: 1rem;
        font-weight: 900;
    }

.home-user-insights-modal-content .btn-close {
    filter: invert(1) grayscale(100%);
}

.home-user-insights-tabs {
    border: 0;
    display: flex;
    gap: .5rem;
    overflow-x: auto;
    padding-bottom: .25rem;
}

    .home-user-insights-tabs .nav-link {
        background: rgba(255, 255, 255, 0.025);
        border: 1px solid rgba(255, 255, 255, 0.07);
        border-radius: 999px;
        color: #aeb9c8;
        display: inline-flex;
        align-items: center;
        gap: .45rem;
        font-size: .78rem;
        font-weight: 850;
        white-space: nowrap;
    }

        .home-user-insights-tabs .nav-link.active {
            background: rgba(255, 192, 0, 0.14);
            border-color: rgba(255, 192, 0, 0.28);
            color: #ffc000;
        }

.home-user-insights-tab-icon {
    flex: 0 0 auto;
}

.home-user-insights-tab-label {
    min-width: 0;
}

.home-user-insights-tab-badge {
    flex: 0 0 auto;
}

@media (max-width: 575.98px) {
    .home-user-insights-tabs {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .5rem;
        overflow-x: visible;
        padding-bottom: 0;
    }

        .home-user-insights-tabs .nav-item {
            min-width: 0;
        }

        .home-user-insights-tabs .nav-link {
            border-radius: 8px;
            justify-content: flex-start;
            min-height: 2.3rem;
            padding: .5rem .55rem;
            width: 100%;
        }

        .home-user-insights-tabs .nav-link.active {
            box-shadow: inset 0 0 0 1px rgba(255, 192, 0, 0.16);
        }

    .home-user-insights-tab-label {
        flex: 1 1 auto;
        overflow: hidden;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .home-user-insights-tab-badge {
        margin-left: auto;
    }
}

.home-user-insights-list .list-group-item {
    background: transparent;
    border: 0;
    padding: .35rem 0;
}

.home-user-insights-list-item {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.055);
    border-radius: 8px;
    display: flex;
    font-size: .88rem;
    font-weight: 700;
    padding: .72rem .85rem;
    white-space: normal;
    width: 100%;
}

.home-user-primary-button {
    background: #ffc000;
    border: 0;
    border-radius: 8px;
    color: #172033;
    font-weight: 900;
}

    .home-user-primary-button:hover {
        background: #ffd34d;
        color: #172033;
    }

body.light-theme .home-user-panel,
body.light-theme .home-user-quotes-strip,
body.light-theme .home-user-insights-modal-content {
    background: #ffffff;
    border-color: rgba(15, 23, 42, 0.1);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
    color: #172033;
}

body.light-theme .home-user-card-title,
body.light-theme .home-user-quote-code,
body.light-theme .home-user-summary-metric span,
body.light-theme .home-user-indicator-value,
body.light-theme .home-user-mobile-row strong,
body.light-theme .home-user-mover-main strong,
body.light-theme .home-user-insights-modal-header .modal-title {
    color: #172033;
}

body.light-theme .home-user-kicker {
    color: #4f76ad;
}

body.light-theme .home-user-summary-metric,
body.light-theme .home-user-indicator-tile,
body.light-theme .home-user-mobile-row,
body.light-theme .home-user-mover-row,
body.light-theme .home-user-chart-surface,
body.light-theme .home-user-insight-item,
body.light-theme .home-user-insights-list-item,
body.light-theme .home-user-filter-control,
body.light-theme .home-user-insights-tabs .nav-link {
    background: #f8fafc;
    border-color: rgba(15, 23, 42, 0.08);
}

    body.light-theme .home-user-summary-metric small,
    body.light-theme .home-user-quotes-loading,
    body.light-theme .home-user-indicator-topline span,
    body.light-theme .home-user-indicator-value small,
    body.light-theme .home-user-mobile-row span,
    body.light-theme .home-user-mover-main span,
    body.light-theme .home-user-empty-state {
        color: #5f6f85;
    }

    body.light-theme .home-user-mover-row:hover {
        background: #f1f5f9;
        border-color: rgba(255, 192, 0, 0.36);
    }

body.light-theme .home-user-filter-control {
    color: #172033;
}

body.light-theme .home-user-insights-modal-header,
body.light-theme .home-user-insights-modal-footer {
    background: #f8fafc;
    border-color: rgba(15, 23, 42, 0.08);
}

body.light-theme .home-user-insights-modal-content .btn-close {
    filter: none;
}

@media (max-width: 1199.98px) {
    .home-user-movers-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991.98px) {
    .home-user-indicators-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .home-user-shell {
        padding-top: .75rem;
    }

    .home-user-panel {
        padding: .9rem;
    }

    .home-user-section-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-user-card-header {
        align-items: flex-start;
        flex-direction: row;
    }

        .home-user-card-header > div {
            min-width: 0;
        }

    .home-user-card-title {
        font-size: .94rem;
        line-height: 1.25;
    }

    .home-user-count-pill,
    .home-user-link-button {
        flex: 0 0 auto;
        margin-left: auto;
    }

    .home-user-summary-grid {
        grid-template-columns: 1fr;
    }

    .home-user-filter-control {
        width: 100%;
    }

    .home-user-map-section {
        margin-bottom: 1rem !important;
        margin-top: .25rem !important;
    }

    .home-user-treemap-card {
        margin-bottom: 1rem !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .card-stats .card-category {
        font-size: 0.75rem;
    }

    .card-stats .card-title {
        font-size: 1rem;
    }

    .card-stats .icon-big {
        font-size: 1.2rem;
    }

    .card-stats .col-5 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .card-stats .col-7 {
        flex: 0 0 75%;
        max-width: 75%;
        padding-left: 0px;
    }
}

/* --------------------------------------
PADRÃO MOBILE – Status Assinatura
---------------------------------------- */
@media (max-width: 767.98px) {
    .alert-status-assinatura {
        margin-left: .5rem !important;
        margin-right: .5rem !important;
        margin-bottom: 1rem !important;
    }

    .card-plano {
        margin-left: .5rem !important;
    }

    .card-status {
        margin-right: .5rem !important;
    }

    .card-validade {
        margin-left: .5rem !important;
        margin-right: .5rem !important;
    }

    .card-value-status {
        font-size: larger;
    }

    .card-row-status {
        margin-top: .5rem !important;
    }
}

/* --------------------------------------
PADRÃO MOBILE – Home
---------------------------------------- */
/* Mobile e Tablet */
@media (max-width: 991.98px) {
    .card-home-busca {
        margin-top: 0.5rem !important;
        margin-bottom: 0rem !important;
    }

    .card-home-indicadores {
        margin-top: 0.5rem !important;
        margin-bottom: 0rem !important;
    }

    .carousel-title {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .carousel-sub-title {
        padding-left: 12px !important;
        padding-right: 12px !important;
        font-size: 1.10rem !important;
    }
}

/* Tablet */
@media (max-width: 991.98px) {
    .card-radar-semnal {
        margin-top: 0rem !important;
        margin-bottom: 0rem !important;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .card-radar-semnal {
        margin-top: 0rem !important;
        margin-bottom: 0.5rem !important;
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }
}

/* --------------------------------------
 PADRÃO MOBILE – Ativos Lançamentos
---------------------------------------- */
/* Mobile */
@media (max-width: 767.98px) {
    .card-ativos-lancamento {
        margin-bottom: 1.5rem !important;
    }
}

/* --------------------------------------
 PADRÃO MOBILE – Prov a Rec. Lançamentos
---------------------------------------- */
/* Mobile */
@media (max-width: 767.98px) {
    .card-proventos-a-receber-lancamento {
        margin-bottom: 1.5rem !important;
    }
}

/* --------------------------------------
PADRÃO MOBILE – Prov Rec. Lançamentos
---------------------------------------- */
/* Mobile */
@media (max-width: 767.98px) {
    .card-proventos-recebidos-lancamento {
        margin-bottom: 1.5rem !important;
    }
}

/* --------------------------------------
PADRÃO MOBILE – Footer
---------------------------------------- */
/* Tablet */
@media (max-width: 991.98px) {
    .badge-renda-variavel {
        margin-left: 0px !important;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .footer-c3 {
        padding-top: 1rem !important;
    }
}

/* --------------------------------------
PADRÃO MOBILE – Central Suporte
---------------------------------------- */
/* Mobile */
@media (max-width: 767.98px) {
    .card-proventos-a-receber {
        margin-bottom: 1.5rem !important;
    }
}

/* --------------------------------------
PADRÃO MOBILE – Adesão Assinatura
---------------------------------------- */
/* Tablet */
@media (max-width: 991.98px) {
    .container-adesao {
        padding-bottom: 0px !important;
    }

    .checkout-footer {
        padding-top: 0.5rem !important;
        padding-bottom: 3.5rem !important;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .modal-adesao-body {
        padding: 8px !important;
    }

    .adesao-title {
        font-size: 1.7rem !important;
    }

    .checkout-header {
        margin-bottom: 25px !important;
    }

    .checkout-footer {
        padding-top: 0rem !important;
    }

    .btn-voltar-home {
        font-size: 14px;
        top: 10px;
        bottom: auto;
        right: 15px;
        padding: 6px 8px;
    }

        .btn-voltar-home .btn-text {
            display: none;
        }
}

/* --------------------------------------
Comunidade - Análise Dividendos
---------------------------------------- */
.dividend-analytics-shell {
    background: #080b0f;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
    overflow: hidden;
}

.dividend-analytics-header {
    background: linear-gradient(180deg, rgba(34, 39, 52, 0.96), rgba(16, 19, 27, 0.96));
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dividend-analytics-kicker {
    color: #9aa8bc;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: .08rem;
    text-transform: uppercase;
    text-align: left !important;
}

.dividend-market-stat {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    min-width: 132px;
}

.dividend-market-stat-label {
    color: #7d899b;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
}

.dividend-market-stat-value {
    color: #dbe7f7;
    font-size: 1rem;
    font-weight: 800;
}

.dividend-analytics-table {
    color: #d7e2f0;
    margin-bottom: 0;
}

    .dividend-analytics-table thead th {
        background: #252537;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        color: #aeb9c8;
        font-size: 0.72rem;
        letter-spacing: .07rem;
        padding: 1rem .85rem;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .dividend-analytics-table tbody tr {
        background: #090d11;
        border-bottom: 1px solid rgba(255, 255, 255, 0.055);
        transition: background-color .16s ease;
    }

        .dividend-analytics-table tbody tr:hover {
            background: #111824;
        }

    .dividend-analytics-table td {
        border: 0;
        padding: .86rem .85rem;
        vertical-align: middle;
    }

.rank-chip {
    align-items: center;
    background: rgba(255, 192, 0, 0.12);
    border: 1px solid rgba(255, 192, 0, 0.3);
    border-radius: 999px;
    color: #ffc000;
    display: inline-flex;
    font-size: .78rem;
    font-weight: 800;
    height: 1.9rem;
    justify-content: center;
    min-width: 1.9rem;
}

.ticker-cell {
    color: #dce8f8;
    font-weight: 800;
    letter-spacing: .03rem;
}

.company-cell {
    color: #9facbc;
    font-size: .88rem;
}

.metric-value {
    color: #b0b0b0;
    font-variant-numeric: tabular-nums;
    font-weight: 650;
}

.yield-pill {
    border-radius: 999px;
    display: inline-flex;
    font-size: .82rem;
    font-variant-numeric: tabular-nums;
    font-weight: 800;
    justify-content: flex-end;
    min-width: 78px;
    padding: .28rem .58rem;
}

.yield-pill-high {
    background: rgba(49, 206, 54, 0.14);
    color: #35d84e;
}

.yield-pill-mid {
    background: rgba(255, 192, 0, 0.14);
    color: #ffc000;
}

.yield-pill-low {
    background: rgba(120, 135, 154, 0.16);
    color: #b9c5d2;
}

.dividend-disclaimer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: #8f9cae;
    font-size: .82rem;
}

.analysis-odilon-header {
    color: #dbe7f7;
}

.analysis-odilon-timestamp {
    color: #c9d4e2;
    font-size: .88rem;
    font-weight: 700;
    margin-top: .35rem;
}

.analysis-odilon-card {
    background: linear-gradient(180deg, #151b27, #0d1118);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
    overflow: hidden;
}

.analysis-odilon-card-header {
    align-items: center;
    background: rgba(37, 37, 55, 0.76);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    gap: .8rem;
    padding: 1rem 1.1rem;
}

.analysis-odilon-icon {
    align-items: center;
    border-radius: 10px;
    display: inline-flex;
    flex: 0 0 auto;
    height: 2.45rem;
    justify-content: center;
    width: 2.45rem;
}

.analysis-odilon-icon-blue {
    background: rgba(21, 114, 232, 0.14);
    color: #6ca8ff;
}

.analysis-odilon-icon-green {
    background: rgba(49, 206, 54, 0.14);
    color: #35d84e;
}

.analysis-odilon-icon-yellow {
    background: rgba(255, 192, 0, 0.14);
    color: #ffc000;
}

.analysis-odilon-icon-purple {
    background: rgba(112, 92, 230, 0.16);
    color: #9d8dff;
}

.analysis-odilon-card-title {
    color: #edf4ff;
    font-size: .88rem;
    font-weight: 800;
    text-align: left !important;
}

.analysis-odilon-card-subtitle {
    color: #8996aa;
    font-size: .74rem;
    margin-top: .16rem;
}

.analysis-odilon-card-body {
    color: #d5deea;
    font-size: .92rem;
    line-height: 1.75;
    padding: 1.2rem 1.25rem 1.35rem;
    text-align: start;
}

    .analysis-odilon-card-body p:last-child,
    .analysis-odilon-list {
        margin-bottom: 0;
    }

.analysis-odilon-list {
    list-style: none;
    padding-left: 0;
}

    .analysis-odilon-list li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.055);
        padding: .5rem 0 .5rem 1.25rem;
        position: relative;
    }

        .analysis-odilon-list li:first-child {
            padding-top: 0;
        }

        .analysis-odilon-list li:last-child {
            border-bottom: 0;
            padding-bottom: 0;
        }

        .analysis-odilon-list li::before {
            background: #ffc000;
            border-radius: 999px;
            content: "";
            height: .4rem;
            left: 0;
            position: absolute;
            top: 1.08rem;
            width: .4rem;
        }

@media (max-width: 991.98px) {
    .dividend-market-stat {
        border-left: 0;
    }
}

/* --------------------------------------
Home - Agenda Semanal
---------------------------------------- */
.weekly-agenda-shell {
    color: #dbe7f7;
}

.weekly-agenda-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.weekly-agenda-kicker {
    color: #7ea6d8;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .12rem;
    text-transform: uppercase;
}

.weekly-agenda-title {
    color: #ffc000;
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0;
    margin-top: .25rem;
}

.weekly-agenda-stats {
    display: flex;
    gap: .8rem;
}

.weekly-agenda-stat,
.weekly-agenda-summary {
    background: #141a24;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    min-width: 108px;
    padding: .68rem .85rem;
    text-align: end;
}

    .weekly-agenda-stat span,
    .weekly-agenda-summary span {
        color: #edf4ff;
        display: block;
        font-size: 1.05rem;
        font-weight: 850;
        line-height: 1;
    }

    .weekly-agenda-stat small,
    .weekly-agenda-summary small {
        color: #8f9cae;
        display: block;
        font-size: .68rem;
        font-weight: 750;
        margin-top: .25rem;
        text-transform: uppercase;
    }

.weekly-agenda-day-card {
    background: linear-gradient(180deg, #171e28, #0d1118);
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 8px;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
    display: flex;
    flex-direction: column;
    min-height: 225px;
    overflow: hidden;
}

.weekly-agenda-day-card.is-today {
    border-color: rgba(255, 192, 0, 0.42);
    box-shadow: inset 0 0 0 1px rgba(255, 192, 0, 0.1), 0 16px 34px rgba(0, 0, 0, 0.24);
}

.weekly-agenda-day-header {
    align-items: center;
    background: rgba(37, 37, 55, 0.78);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: space-between;
    padding: .9rem .95rem;
}

.weekly-agenda-day-name {
    color: #edf4ff;
    font-size: .82rem;
    font-weight: 850;
    text-transform: uppercase;
}

.weekly-agenda-day-date {
    color: #8794a8;
    font-size: .72rem;
    font-weight: 750;
    margin-top: .15rem;
}

.weekly-agenda-day-count {
    align-items: center;
    background: rgba(255, 192, 0, 0.12);
    border: 1px solid rgba(255, 192, 0, 0.28);
    border-radius: 999px;
    color: #ffc000;
    display: inline-flex;
    font-size: .78rem;
    font-weight: 850;
    height: 1.85rem;
    justify-content: center;
    min-width: 1.85rem;
}

.weekly-agenda-day-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: .85rem .85rem .95rem;
}

.weekly-agenda-events {
    max-height: 220px;
    overflow-y: auto;
    padding-right: .2rem;
}

.weekly-agenda-event-row {
    align-items: center;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.055);
    border-radius: 8px;
    display: flex;
    gap: .65rem;
    margin-bottom: .55rem;
    min-height: 54px;
    padding: .58rem .6rem;
    transition: background-color .16s ease, border-color .16s ease, transform .16s ease;
}

    .weekly-agenda-event-row:hover {
        background: rgba(255, 255, 255, 0.05);
        border-color: rgba(255, 192, 0, 0.18);
        transform: translateY(-1px);
    }

.weekly-agenda-event-row-modal {
    margin-bottom: .75rem;
}

.weekly-agenda-event-icon {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    flex: 0 0 auto;
    height: 2rem;
    justify-content: center;
    width: 2rem;
}

.weekly-agenda-event-income {
    background: rgba(49, 206, 54, 0.14);
    color: #35d84e;
}

.weekly-agenda-event-results {
    background: rgba(21, 114, 232, 0.14);
    color: #6ca8ff;
}

.weekly-agenda-event-meeting {
    background: rgba(112, 92, 230, 0.16);
    color: #9d8dff;
}

.weekly-agenda-event-subscription {
    background: rgba(255, 192, 0, 0.14);
    color: #ffc000;
}

.weekly-agenda-event-default {
    background: rgba(143, 156, 174, 0.14);
    color: #b8c4d4;
}

.weekly-agenda-event-content {
    min-width: 0;
}

.weekly-agenda-event-topline {
    align-items: center;
    display: flex;
    gap: .45rem;
    min-width: 0;
}

.weekly-agenda-event-ticker {
    color: #edf4ff;
    font-size: .82rem;
    font-weight: 850;
}

.weekly-agenda-event-type {
    color: #8fa1b7;
    font-size: .66rem;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.weekly-agenda-event-description {
    color: #aeb9c8;
    font-size: .76rem;
    font-weight: 650;
    margin-top: .12rem;
    max-width: 130px;
}

.weekly-agenda-value {
    color: #35d84e;
    font-size: .77rem;
    font-variant-numeric: tabular-nums;
    font-weight: 850;
    margin-left: auto;
}

.weekly-agenda-empty {
    align-items: center;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #8f9cae;
    display: flex;
    flex-direction: column;
    font-size: .82rem;
    gap: .5rem;
    justify-content: center;
    min-height: 128px;
    padding: 1rem;
    text-align: center;
}

    .weekly-agenda-empty i {
        color: rgba(255, 192, 0, 0.72);
        font-size: 1.35rem;
    }

.weekly-agenda-see-all {
    background: transparent;
    border: 0;
    color: #b8c4d4;
    font-size: .82rem;
    font-weight: 800;
    padding: .25rem 0;
}

    .weekly-agenda-see-all:hover {
        color: #ffc000;
    }

.weekly-agenda-mobile-tabs .segment-wrapper {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    overflow: hidden;
}

.weekly-agenda-tab-count {
    align-items: center;
    background: rgba(255, 192, 0, 0.16);
    border-radius: 999px;
    color: #ffc000;
    display: inline-flex;
    font-size: .65rem;
    font-weight: 850;
    height: 1.1rem;
    justify-content: center;
    margin-left: .25rem;
    min-width: 1.1rem;
    padding: 0 .25rem;
}

.weekly-agenda-mobile-card {
    min-height: 205px;
}

.weekly-agenda-modal-backdrop {
    background-color: rgba(0, 0, 0, 0.58);
}

.weekly-agenda-modal-content {
    background: #101720;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
}

.weekly-agenda-modal-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 991.98px) {
    .weekly-agenda-header {
        align-items: flex-start;
        gap: .9rem;
        margin-top: 1rem !important;
    }

    .weekly-agenda-title {
        font-size: 1rem;
    }

    .weekly-agenda-summary {
        min-width: 84px;
    }

    .weekly-agenda-event-description {
        max-width: none;
    }
}

/* --------------------------------------
Home - Indicadores e Maiores Variações
---------------------------------------- */
.home-market-search {
    align-items: center;
    background: linear-gradient(180deg, #151b27, #0d1118);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    display: flex;
    gap: .75rem;
    min-height: 50px;
    padding: .42rem .75rem;
}

    .home-market-search i {
        color: #7ea6d8;
        font-size: 1rem;
    }

    .home-market-search .form-select {
        border: 0;
        box-shadow: none;
    }

.home-market-strip {
    background: linear-gradient(180deg, #151b27, #0d1118);
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 8px;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
    overflow: hidden;
    padding: .9rem;
}

.home-market-strip-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: .75rem;
}

.home-market-kicker {
    color: #7ea6d8;
    font-size: .66rem;
    font-weight: 850;
    letter-spacing: .11rem;
    text-transform: uppercase;
}

.home-market-title {
    color: #edf4ff;
    font-size: .95rem;
    font-weight: 850;
    margin-top: .18rem;
}

.home-market-count {
    align-items: center;
    background: rgba(255, 192, 0, 0.12);
    border: 1px solid rgba(255, 192, 0, 0.28);
    border-radius: 999px;
    color: #ffc000;
    display: inline-flex;
    font-size: .78rem;
    font-weight: 850;
    height: 1.85rem;
    justify-content: center;
    min-width: 1.85rem;
    padding: 0 .55rem;
}

.home-market-grid {
    display: grid;
    gap: .65rem;
    grid-template-columns: repeat(auto-fit, minmax(124px, 1fr));
}

.home-market-indicator-card {
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    padding: .7rem .75rem;
    text-align: start;
    transition: background-color .16s ease, border-color .16s ease, transform .16s ease;
}

    .home-market-indicator-card:hover {
        background: rgba(255, 255, 255, 0.055);
        border-color: rgba(255, 192, 0, 0.16);
        transform: translateY(-1px);
    }

.home-market-indicator-topline {
    align-items: center;
    display: flex;
    gap: .5rem;
    justify-content: space-between;
}

    .home-market-indicator-topline span {
        color: #aeb9c8;
        font-size: .72rem;
        font-weight: 850;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .home-market-indicator-topline strong {
        font-size: .78rem;
        font-variant-numeric: tabular-nums;
        font-weight: 900;
    }

.home-market-indicator-value {
    color: #edf4ff;
    font-size: .92rem;
    font-variant-numeric: tabular-nums;
    font-weight: 850;
    margin-top: .32rem;
}

.home-market-positive {
    color: #35d84e;
}

.home-market-negative {
    color: #ff5d67;
}

.home-movers-card {
    background: linear-gradient(180deg, #171e28, #0d1118);
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 8px;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
    overflow: hidden;
}

.home-movers-body {
    padding: 1rem .9rem .9rem;
}

.home-movers-header {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: space-between;
    margin-bottom: .85rem;
    padding-bottom: .8rem;
}

.home-movers-title {
    color: #edf4ff;
    font-size: 1rem;
    font-weight: 850;
    margin-top: .18rem;
    text-transform: uppercase;
}

.home-movers-list {
    display: flex;
    flex-direction: column;
    gap: .55rem;
}

.home-movers-row {
    align-items: center;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.055);
    border-radius: 8px;
    color: inherit;
    display: grid;
    gap: .65rem;
    grid-template-columns: 1.65rem minmax(0, 1fr) auto;
    min-height: 58px;
    padding: .58rem .65rem;
    text-decoration: none;
    transition: background-color .16s ease, border-color .16s ease, transform .16s ease;
}

    .home-movers-row:hover {
        background: rgba(255, 255, 255, 0.05);
        border-color: rgba(255, 192, 0, 0.18);
        color: inherit;
        text-decoration: none;
        transform: translateY(-1px);
    }

.home-movers-rank {
    align-items: center;
    background: rgba(255, 192, 0, 0.12);
    border: 1px solid rgba(255, 192, 0, 0.25);
    border-radius: 999px;
    color: #ffc000;
    display: inline-flex;
    font-size: .7rem;
    font-weight: 850;
    height: 1.55rem;
    justify-content: center;
    width: 1.55rem;
}

.home-movers-asset {
    align-items: center;
    display: flex;
    gap: .62rem;
    min-width: 0;
}

.home-movers-logo,
.home-movers-logo-fallback {
    border-radius: 6px;
    flex: 0 0 auto;
    height: 2rem;
    width: 2rem;
}

.home-movers-logo-fallback {
    align-items: center;
    background: rgba(143, 156, 174, 0.14);
    color: #b8c4d4;
    display: inline-flex;
    justify-content: center;
}

.home-movers-asset-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

    .home-movers-asset-text strong {
        color: #edf4ff;
        font-size: .85rem;
        font-weight: 900;
    }

    .home-movers-asset-text span {
        color: #93a0b2;
        font-size: .72rem;
        font-weight: 650;
        max-width: 145px;
    }

.home-movers-metrics {
    text-align: end;
}

.home-movers-change {
    font-size: .86rem;
    font-variant-numeric: tabular-nums;
    font-weight: 900;
}

.home-movers-metrics small {
    color: #aeb9c8;
    font-size: .75rem;
    font-variant-numeric: tabular-nums;
    font-weight: 750;
}

.home-movers-column-title {
    font-size: .78rem;
    font-weight: 900;
    margin-bottom: .55rem;
    text-transform: uppercase;
}

.home-movers-mini-row {
    align-items: center;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.055);
    border-radius: 7px;
    color: inherit;
    display: flex;
    justify-content: space-between;
    margin-bottom: .45rem;
    padding: .48rem .5rem;
    text-decoration: none;
}

    .home-movers-mini-row:hover {
        color: inherit;
        text-decoration: none;
    }

    .home-movers-mini-row span,
    .home-movers-mini-row strong {
        font-size: .78rem;
        font-weight: 850;
    }

    .home-movers-mini-row span {
        color: #edf4ff;
    }

.home-movers-see-all {
    color: #b8c4d4;
    cursor: pointer;
    font-size: .82rem;
    font-weight: 800;
    text-decoration: none;
}

    .home-movers-see-all:hover {
        color: #ffc000;
    }

@media (min-width: 992px) {
    .home-market-grid {
        grid-template-columns: repeat(6, minmax(118px, 1fr));
    }
}

@media (max-width: 991.98px) {
    .home-market-strip {
        padding: .85rem;
    }

    .home-market-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-movers-body {
        padding: .85rem;
    }
}

/* --------------------------------------
Home - Resumo da Semana
---------------------------------------- */
.home-weekly-summary-shell {
    background: linear-gradient(180deg, #171e28, #0d1118);
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 8px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
    color: #dbe7f7;
    overflow: hidden;
    padding: 1rem;
}

.home-weekly-summary-loading {
    align-items: center;
    color: #aeb9c8;
    display: flex;
    font-size: .86rem;
    font-weight: 750;
    gap: .7rem;
    justify-content: center;
    min-height: 180px;
}

.home-weekly-summary-header {
    align-items: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: .9rem;
    padding-bottom: .9rem;
}

.home-weekly-summary-kicker {
    color: #7ea6d8;
    font-size: .66rem;
    font-weight: 850;
    letter-spacing: .11rem;
    text-transform: uppercase;
}

.home-weekly-summary-title {
    color: #edf4ff;
    font-size: 1.04rem;
    font-weight: 900;
    margin: .18rem 0 0;
    text-transform: uppercase;
}

.home-weekly-summary-meta {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: .35rem;
    text-align: end;
}

.home-weekly-summary-meta small {
    color: #93a0b2;
    font-size: .72rem;
    font-weight: 700;
}

.home-weekly-summary-period {
    align-items: center;
    background: rgba(255, 93, 103, 0.12);
    border: 1px solid rgba(255, 93, 103, 0.28);
    border-radius: 999px;
    color: #ff5d67;
    display: inline-flex;
    font-size: .76rem;
    font-weight: 900;
    min-height: 1.9rem;
    padding: .25rem .7rem;
}

.home-weekly-summary-period.is-open {
    background: rgba(53, 216, 78, 0.12);
    border-color: rgba(53, 216, 78, 0.28);
    color: #35d84e;
}

.home-weekly-summary-period.is-weekly {
    background: rgba(255, 93, 103, 0.12);
    border-color: rgba(255, 93, 103, 0.28);
    color: #ff5d67;
}

.home-weekly-summary-grid {
    display: grid;
    gap: .9rem;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
    align-items: stretch;
}

.home-weekly-summary-side {
    display: flex;
    flex-direction: column;
    gap: .9rem;
    min-width: 0;
}

.home-weekly-summary-panel {
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    min-width: 0;
    padding: .9rem;
}

.home-weekly-summary-panel-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: .75rem;
}

.home-weekly-summary-panel-header span,
.home-weekly-summary-sentiment span {
    color: #7ea6d8;
    display: block;
    font-size: .66rem;
    font-weight: 850;
    letter-spacing: .09rem;
    text-transform: uppercase;
}

.home-weekly-summary-panel-header strong,
.home-weekly-summary-sentiment strong {
    color: #edf4ff;
    display: block;
    font-size: .96rem;
    font-weight: 900;
    margin-top: .12rem;
}

.home-weekly-summary-panel-header > i {
    color: #ffc000;
    font-size: 1.05rem;
}

.home-weekly-summary-market-grid {
    display: grid;
    gap: .65rem;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: .85rem;
}

.home-weekly-summary-indicator {
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.055);
    border-radius: 8px;
    display: flex;
    gap: .6rem;
    min-height: 78px;
    min-width: 0;
    padding: .66rem;
}

.home-weekly-summary-indicator-icon,
.home-weekly-summary-wallet-icon,
.home-weekly-summary-sentiment-icon {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    flex: 0 0 auto;
    justify-content: center;
}

.home-weekly-summary-indicator-icon {
    background: rgba(126, 166, 216, 0.12);
    color: #9fc5f7;
    height: 2rem;
    width: 2rem;
}

.home-weekly-summary-indicator-body {
    min-width: 0;
    width: 100%;
}

.home-weekly-summary-indicator-topline {
    align-items: center;
    display: flex;
    gap: .45rem;
    justify-content: space-between;
}

.home-weekly-summary-indicator-topline span {
    color: #aeb9c8;
    font-size: .69rem;
    font-weight: 850;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.home-weekly-summary-indicator-topline strong,
.home-weekly-summary-indicator-value {
    font-variant-numeric: tabular-nums;
    font-weight: 900;
}

.home-weekly-summary-indicator-topline strong {
    font-size: .76rem;
}

.home-weekly-summary-indicator-value {
    color: #edf4ff;
    font-size: .9rem;
    margin-top: .25rem;
}

.home-weekly-summary-indicator.is-positive .home-weekly-summary-indicator-topline strong {
    color: #35d84e;
}

.home-weekly-summary-indicator.is-negative .home-weekly-summary-indicator-topline strong {
    color: #ff5d67;
}

.home-weekly-summary-indicator.is-neutral .home-weekly-summary-indicator-topline strong {
    color: #b8c4d4;
}

.home-weekly-summary-sentiment {
    display: flex;
    gap: .75rem;
    min-height: 100%;
}

.home-weekly-summary-sentiment-icon {
    height: 2.35rem;
    width: 2.35rem;
}

.home-weekly-summary-sentiment.is-positive .home-weekly-summary-sentiment-icon {
    background: rgba(53, 216, 78, 0.12);
    color: #35d84e;
}

.home-weekly-summary-sentiment.is-cautious .home-weekly-summary-sentiment-icon {
    background: rgba(255, 192, 0, 0.14);
    color: #ffc000;
}

.home-weekly-summary-sentiment.is-neutral .home-weekly-summary-sentiment-icon {
    background: rgba(126, 166, 216, 0.12);
    color: #9fc5f7;
}

.home-weekly-summary-sentiment p,
.home-weekly-summary-list-item p,
.home-weekly-summary-wallet-item p {
    color: #aeb9c8;
    font-size: .82rem;
    font-weight: 650;
    line-height: 1.45;
    margin: 1rem 0 0 0rem;
}

.home-weekly-summary-sentiment p
{
    margin: 1.35rem 0 0 -3rem !important;
}

.home-weekly-summary-sentiment small {
    color: #93a0b2;
    display: block;
    font-size: .72rem;
    font-weight: 750;
    margin-top: .45rem;
    margin-left: -3rem;
}

.home-weekly-summary-macro {
    grid-column: 1 / -1;
}

.home-weekly-summary-list {
    display: flex;
    flex-direction: column;
    gap: .55rem;
}

.home-weekly-summary-list-item,
.home-weekly-summary-wallet-item {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.055);
    border-radius: 8px;
    display: flex;
    gap: .65rem;
    min-width: 0;
    padding: .65rem;
}

.home-weekly-summary-macro .home-weekly-summary-list-item {
    align-items: flex-start;
    min-height: 132px;
}

.home-weekly-summary-list-image {
    background: rgba(126, 166, 216, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    flex: 0 0 116px;
    height: 116px;
    max-height: 116px;
    max-width: 116px;
    min-height: 116px;
    min-width: 116px;
    overflow: hidden;
    width: 116px;
}

.home-weekly-summary-list-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.home-weekly-summary-list-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
    margin-top: 0.6rem;
}

.home-weekly-summary-destaque {
    color: #8fb0dc !important;
    margin-top: 0.6rem !important;
}

.home-weekly-summary-list-heading {
    align-items: center;
    display: flex;
    gap: .45rem;
    min-width: 0;
}

.home-weekly-summary-list-heading i,
.home-weekly-summary-list-item > i {
    color: #ffc000;
    flex: 0 0 auto;
    margin-top: .1rem;
}

.home-weekly-summary-list-item strong {
    color: #edf4ff;
    display: block;
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.home-weekly-summary-list-source {
    align-self: flex-end;
    color: #7ea6d8;
    display: block;
    font-size: .68rem;
    font-weight: 800;
    margin-top: .45rem;
    max-width: 100%;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 0.6rem;
}

.home-weekly-summary-macro-empty {
    min-height: 76px;
}

.home-weekly-summary-wallet {
    margin-top: .9rem;
}

.home-weekly-summary-wallet-grid {
    display: grid;
    gap: .65rem;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.home-weekly-summary-wallet-icon {
    background: rgba(255, 192, 0, 0.12);
    color: #ffc000;
    height: 2rem;
    width: 2rem;
}

.home-weekly-summary-wallet-topline {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
}

.home-weekly-summary-wallet-topline strong {
    color: #edf4ff;
    font-size: .84rem;
    font-weight: 900;
}

.home-weekly-summary-wallet-topline span {
    background: rgba(126, 166, 216, 0.12);
    border-radius: 999px;
    color: #9fc5f7;
    font-size: .64rem;
    font-weight: 850;
    padding: .12rem .45rem;
    text-transform: uppercase;
}

.home-weekly-summary-wallet-item small {
    color: #93a0b2;
    display: block;
    font-size: .72rem;
    font-weight: 750;
    margin-top: .35rem;
}

.home-weekly-summary-empty {
    align-items: center;
    border: 1px dashed rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    color: #aeb9c8;
    display: flex;
    font-size: .85rem;
    font-weight: 700;
    gap: .55rem;
    padding: .85rem;
}

.home-weekly-summary-disclaimer {
    align-items: flex-start;
    color: #93a0b2;
    display: flex;
    font-size: .72rem;
    font-weight: 650;
    gap: .5rem;
    line-height: 1.45;
    margin-top: .9rem;
    padding-top: .8rem;
}

.home-weekly-summary-disclaimer i {
    color: #7ea6d8;
    flex: 0 0 auto;
    margin-top: .05rem;
}

@media (max-width: 1199.98px) {
    .home-weekly-summary-grid {
        grid-template-columns: 1fr;
    }

    .home-weekly-summary-market-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-weekly-summary-wallet-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .home-weekly-summary-shell {
        padding: .85rem;
    }

    .home-weekly-summary-header {
        align-items: flex-start;
        flex-direction: row;
        gap: .65rem;
    }

    .home-weekly-summary-meta {
        align-items: flex-end;
        flex: 0 0 auto;
        text-align: end;
        max-width: 52%;
    }

    .home-weekly-summary-title {
        font-size: .98rem;
    }

    .home-weekly-summary-period {
        font-size: .68rem;
        min-height: 1.75rem;
        padding: .2rem .55rem;
        white-space: nowrap;
    }

    .home-weekly-summary-meta small {
        font-size: .68rem;
    }

    .home-weekly-summary-wallet-grid {
        grid-template-columns: 1fr;
    }

    .home-weekly-summary-market-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-weekly-summary-indicator {
        gap: .5rem;
        min-height: 78px;
        padding: .58rem;
        min-height: 2rem;
    }

    .home-weekly-summary-indicator-icon {
        height: 1.8rem;
        width: 1.8rem;
    }

    .home-weekly-summary-indicator-topline {
        align-items: flex-start;
        flex-direction: row;
        gap: .35rem;
        justify-content: space-between;
    }

    .home-weekly-summary-macro .home-weekly-summary-list-item {
        align-items: flex-start;
        gap: .55rem;
        min-height: 86px;
        padding: .55rem;
    }

    .home-weekly-summary-list-image {
        flex-basis: 74px;
        height: 74px;
        max-height: 74px;
        max-width: 74px;
        min-height: 74px;
        min-width: 74px;
        width: 74px;
        margin-top: 0.5rem;
    }

    .home-weekly-summary-list-heading {
        gap: .35rem;
    }

    .home-weekly-summary-list-item strong {
        font-size: .72rem;
    }

    .home-weekly-summary-list-item p {
        font-size: .75rem;
        margin-top: .35rem;
    }
}

/* --------------------------------------
Home - Lista Completa de Maiores Variações
---------------------------------------- */
.market-movers-page {
    color: #dbe7f7;
    padding: 2rem 0 3rem;
}

.market-movers-page-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.15rem;
}

.market-movers-page-title {
    color: #ffc000;
    font-size: 1.55rem;
    font-weight: 900;
    letter-spacing: 0;
    margin: .25rem 0 .35rem;
    text-transform: uppercase;
}

.market-movers-page-subtitle {
    color: #8f9cae;
    font-size: .92rem;
    margin: 0;
}

.market-movers-page-summary {
    background: #141a24;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    min-width: 112px;
    padding: .78rem .9rem;
    text-align: end;
}

    .market-movers-page-summary span {
        color: #edf4ff;
        display: block;
        font-size: 1.15rem;
        font-weight: 900;
        line-height: 1;
    }

    .market-movers-page-summary small {
        color: #8f9cae;
        display: block;
        font-size: .68rem;
        font-weight: 800;
        margin-top: .28rem;
        text-transform: uppercase;
    }

.market-movers-toolbar {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 0.4rem;
}

.market-movers-tabs {
    min-width: 260px;
}

.market-movers-search {
    align-items: center;
    background: linear-gradient(180deg, #151b27, #0d1118);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    display: flex;
    flex: 0 1 360px;
    gap: .7rem;
    min-height: 46px;
    padding: .25rem .75rem;
}

    .market-movers-search i {
        color: #7ea6d8;
    }

    .market-movers-search .form-control {
        background: transparent;
        border: 0;
        box-shadow: none;
        color: #dbe7f7;
        padding-left: 0;
    }

        .market-movers-search .form-control::placeholder {
            color: #6f7d8f;
        }

.market-movers-table-shell {
    background: linear-gradient(180deg, #151b27, #0d1118);
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
    overflow: hidden;
}

.market-movers-table {
    color: #d7e2f0;
    margin-bottom: 0;
}

    .market-movers-table thead th {
        background: #252537;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        color: #aeb9c8;
        font-size: .72rem;
        letter-spacing: .07rem;
        padding: 1rem .85rem;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .market-movers-table td {
        background: #090d11;
        border-bottom: 1px solid rgba(255, 255, 255, 0.055);
        padding: .78rem .85rem;
        vertical-align: middle;
    }

    .market-movers-table tbody tr:hover td {
        background: #111824;
    }

.market-movers-clickable-row {
    cursor: pointer;
}

.market-movers-asset-link {
    align-items: center;
    color: #edf4ff;
    display: inline-flex;
    gap: .65rem;
    text-decoration: none;
}

    .market-movers-asset-link:hover {
        color: #ffc000;
    }

.market-movers-logo,
.market-movers-logo-fallback {
    border-radius: 6px;
    flex: 0 0 auto;
    height: 2rem;
    width: 2rem;
}

.market-movers-logo-fallback {
    align-items: center;
    background: rgba(143, 156, 174, 0.14);
    color: #b8c4d4;
    display: inline-flex;
    justify-content: center;
}

.market-movers-table-description {
    color: #aeb9c8;
    font-size: .86rem;
}

.market-movers-change-pill {
    background: rgba(255, 255, 255, 0.045);
    border-radius: 999px;
    display: inline-flex;
    font-size: .82rem;
    font-variant-numeric: tabular-nums;
    font-weight: 900;
    justify-content: flex-end;
    min-width: 82px;
    padding: .28rem .58rem;
}

.market-movers-mobile-list {
    display: flex;
    flex-direction: column;
    gap: .65rem;
}

.market-movers-mobile-row {
    align-items: center;
    background: linear-gradient(180deg, #171e28, #0d1118);
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 8px;
    color: inherit;
    display: grid;
    gap: .65rem;
    grid-template-columns: 1.65rem 2.2rem minmax(0, 1fr);
    min-height: 72px;
    padding: .75rem;
    text-decoration: none;
}

    .market-movers-mobile-row:hover {
        border-color: rgba(255, 192, 0, 0.18);
        color: inherit;
    }

.market-movers-mobile-rank {
    align-items: center;
    background: rgba(255, 192, 0, 0.12);
    border: 1px solid rgba(255, 192, 0, 0.25);
    border-radius: 999px;
    color: #ffc000;
    display: inline-flex;
    font-size: .7rem;
    font-weight: 850;
    height: 1.55rem;
    justify-content: center;
    width: 1.55rem;
}

.market-movers-mobile-logo-wrap {
    align-items: center;
    display: flex;
    justify-content: center;
}

.market-movers-mobile-content {
    min-width: 0;
}

.market-movers-mobile-topline {
    align-items: center;
    display: flex;
    gap: .75rem;
    justify-content: space-between;
}

    .market-movers-mobile-topline strong {
        color: #edf4ff;
        font-size: .88rem;
        font-weight: 900;
    }

    .market-movers-mobile-topline span {
        font-size: .82rem;
        font-variant-numeric: tabular-nums;
        font-weight: 900;
    }

.market-movers-mobile-description {
    color: #93a0b2;
    font-size: .75rem;
    font-weight: 650;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.market-movers-mobile-price {
    color: #c5d0de;
    font-size: .78rem;
    font-variant-numeric: tabular-nums;
    font-weight: 800;
    margin-top: .1rem;
}

.market-movers-mobile-extra {
    color: #7f8da0;
    display: flex;
    flex-wrap: wrap;
    font-size: .68rem;
    font-weight: 750;
    gap: .4rem .75rem;
    margin-top: .3rem;
}

.market-movers-empty {
    align-items: center;
    background: linear-gradient(180deg, #151b27, #0d1118);
    border: 1px dashed rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    color: #8f9cae;
    display: flex;
    flex-direction: column;
    gap: .6rem;
    justify-content: center;
    min-height: 220px;
    text-align: center;
}

    .market-movers-empty i {
        color: rgba(255, 192, 0, 0.72);
        font-size: 1.6rem;
    }

.market-movers-pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    justify-content: flex-end;
    margin-top: 1rem;
}

.market-movers-page-button {
    align-items: center;
    background: #141a24;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 7px;
    color: #b8c4d4;
    display: inline-flex;
    font-size: .82rem;
    font-weight: 850;
    height: 2rem;
    justify-content: center;
    min-width: 2rem;
    padding: 0 .65rem;
}

    .market-movers-page-button:hover:not(:disabled),
    .market-movers-page-button.active {
        border-color: rgba(255, 192, 0, 0.34);
        color: #ffc000;
    }

    .market-movers-page-button:disabled {
        cursor: not-allowed;
        opacity: .45;
    }

.market-movers-pagination-summary {
    color: #8f9cae;
    font-size: .78rem;
    font-weight: 750;
    margin-left: .35rem;
}

@media (max-width: 991.98px) {
    .market-movers-page {
        padding-top: 1.2rem;
    }

    .market-movers-page-header {
        align-items: flex-start;
        gap: .85rem;
    }

    .market-movers-page-title {
        font-size: 1.22rem;
    }

    .market-movers-page-summary {
        min-width: 86px;
    }

    .market-movers-toolbar {
        align-items: stretch;
        flex-direction: column;
        gap: .75rem;
        margin-bottom: 1rem;
    }

    .market-movers-tabs {
        min-width: 0;
        width: 100%;
    }

    .market-movers-search {
        flex-basis: auto;
        width: 100%;
    }

    .market-movers-pagination {
        justify-content: center;
    }

    .market-movers-pagination-summary {
        flex-basis: 100%;
        margin-left: 0;
        text-align: center;
    }
}

/* --------------------------------------
Home - Tema Light para Radar, Indicadores e Market Movers
---------------------------------------- */
body.light-theme .home-market-search,
body.light-theme .home-market-strip,
body.light-theme .home-movers-card,
body.light-theme .home-weekly-summary-shell,
body.light-theme .home-weekly-summary-panel,
body.light-theme .weekly-agenda-shell,
body.light-theme .market-movers-page,
body.light-theme .weekly-agenda-day-card,
body.light-theme .weekly-agenda-stat,
body.light-theme .weekly-agenda-summary,
body.light-theme .market-movers-page-summary,
body.light-theme .market-movers-search,
body.light-theme .market-movers-table-shell,
body.light-theme .market-movers-mobile-row,
body.light-theme .market-movers-empty {
    background: #ffffff;
    border-color: rgba(15, 23, 42, 0.1);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

body.light-theme .weekly-agenda-shell,
body.light-theme .market-movers-page {
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #6c757d;
}

body.light-theme .home-market-search {
    background: #ffffff;
}

body.light-theme .home-weekly-summary-shell {
    color: #5f6f85;
}

    body.light-theme .home-market-search .form-select,
    body.light-theme .market-movers-search .form-control {
        color: #6c757d;
    }

    body.light-theme .home-market-search .ts-control,
    body.light-theme .home-market-search .ts-control input {
        background: transparent;
        color: #6c757d;
    }

    body.light-theme .home-market-search i,
    body.light-theme .market-movers-search i,
    body.light-theme .home-market-kicker,
    body.light-theme .home-weekly-summary-kicker,
    body.light-theme .home-weekly-summary-panel-header span,
    body.light-theme .home-weekly-summary-sentiment span,
    body.light-theme .weekly-agenda-kicker {
        color: #4f76ad;
    }

body.light-theme .home-market-title,
body.light-theme .home-market-indicator-value,
body.light-theme .home-movers-title,
body.light-theme .home-weekly-summary-title,
body.light-theme .home-weekly-summary-panel-header strong,
body.light-theme .home-weekly-summary-sentiment strong,
body.light-theme .home-weekly-summary-indicator-value,
body.light-theme .home-weekly-summary-list-item strong,
body.light-theme .home-weekly-summary-wallet-topline strong,
body.light-theme .home-movers-asset-text strong,
body.light-theme .home-movers-mini-row span,
body.light-theme .weekly-agenda-day-name,
body.light-theme .weekly-agenda-stat span,
body.light-theme .weekly-agenda-summary span,
body.light-theme .weekly-agenda-event-ticker,
body.light-theme .market-movers-page-summary span,
body.light-theme .market-movers-mobile-topline strong,
body.light-theme .market-movers-asset-link,
body.light-theme .market-movers-table,
body.light-theme .market-movers-table .metric-value {
    color: #172033;
}

body.light-theme .home-market-indicator-topline span,
body.light-theme .home-weekly-summary-meta small,
body.light-theme .home-weekly-summary-indicator-topline span,
body.light-theme .home-weekly-summary-sentiment p,
body.light-theme .home-weekly-summary-sentiment small,
body.light-theme .home-weekly-summary-list-item p,
body.light-theme .home-weekly-summary-list-source,
body.light-theme .home-weekly-summary-wallet-item p,
body.light-theme .home-weekly-summary-wallet-item small,
body.light-theme .home-weekly-summary-empty,
body.light-theme .home-weekly-summary-disclaimer,
body.light-theme .home-movers-asset-text span,
body.light-theme .home-movers-metrics small,
body.light-theme .weekly-agenda-day-date,
body.light-theme .weekly-agenda-stat small,
body.light-theme .weekly-agenda-summary small,
body.light-theme .weekly-agenda-event-type,
body.light-theme .weekly-agenda-event-description,
body.light-theme .weekly-agenda-empty,
body.light-theme .market-movers-page-subtitle,
body.light-theme .market-movers-page-summary small,
body.light-theme .market-movers-table-description,
body.light-theme .market-movers-mobile-description,
body.light-theme .market-movers-mobile-price,
body.light-theme .market-movers-mobile-extra,
body.light-theme .market-movers-empty,
body.light-theme .market-movers-pagination-summary {
    color: #5f6f85;
}

body.light-theme .home-market-indicator-card,
body.light-theme .home-weekly-summary-indicator,
body.light-theme .home-weekly-summary-list-item,
body.light-theme .home-weekly-summary-wallet-item,
body.light-theme .home-movers-row,
body.light-theme .home-movers-mini-row,
body.light-theme .weekly-agenda-event-row {
    background: #f8fafc;
    border-color: rgba(15, 23, 42, 0.08);
}

body.light-theme .home-weekly-summary-list-image {
    background: #eef4fb;
    border-color: rgba(15, 23, 42, 0.08);
}

body.light-theme .home-market-indicator-card:hover,
body.light-theme .home-movers-row:hover,
body.light-theme .home-movers-mini-row:hover,
body.light-theme .weekly-agenda-event-row:hover,
body.light-theme .market-movers-mobile-row:hover {
    background: #f1f5f9;
    border-color: rgba(255, 192, 0, 0.36);
}

body.light-theme .home-movers-header,
body.light-theme .home-weekly-summary-header,
body.light-theme .weekly-agenda-day-header,
body.light-theme .weekly-agenda-modal-header {
    background: #f8fafc;
    border-color: rgba(15, 23, 42, 0.08);
}

body.light-theme .weekly-agenda-modal-content {
    background: #ffffff;
    border-color: rgba(15, 23, 42, 0.1);
    color: #172033;
}

body.light-theme .weekly-agenda-empty,
body.light-theme .market-movers-empty {
    border-color: rgba(15, 23, 42, 0.12);
}

body.light-theme .weekly-agenda-day-card.is-today {
    border-color: rgba(255, 192, 0, 0.56) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 192, 0, 0.16), 0 16px 34px rgba(15, 23, 42, 0.08);
}

body.light-theme .home-movers-logo-fallback,
body.light-theme .market-movers-logo-fallback,
body.light-theme .weekly-agenda-event-default {
    background: rgba(79, 118, 173, 0.12);
    color: #4f76ad;
}

body.light-theme .weekly-agenda-event-income {
    background: rgba(22, 163, 74, 0.12);
    color: #15803d;
}

body.light-theme .weekly-agenda-event-results {
    background: rgba(37, 99, 235, 0.12);
    color: #2563eb;
}

body.light-theme .weekly-agenda-event-meeting {
    background: rgba(112, 92, 230, 0.12);
    color: #5b4acf;
}

body.light-theme .weekly-agenda-event-subscription {
    background: rgba(255, 192, 0, 0.16);
    color: #a66b00;
}

body.light-theme .weekly-agenda-see-all,
body.light-theme .home-movers-see-all {
    color: #405169;
}

    body.light-theme .weekly-agenda-see-all:hover,
    body.light-theme .home-movers-see-all:hover,
    body.light-theme .market-movers-asset-link:hover {
        color: #b57a00;
    }

body.light-theme .market-movers-table thead th {
    background: #eef2f7;
    border-bottom-color: rgba(15, 23, 42, 0.1);
    color: #405169;
}

body.light-theme .market-movers-table td {
    background: #ffffff;
    border-bottom-color: rgba(15, 23, 42, 0.08);
}

body.light-theme .market-movers-table tbody tr:hover td {
    background: #f8fafc;
}

body.light-theme .market-movers-change-pill {
    background: #f1f5f9;
}

body.light-theme .market-movers-page-button {
    background: #ffffff;
    border-color: rgba(15, 23, 42, 0.12);
    color: #405169;
}

    body.light-theme .market-movers-page-button:hover:not(:disabled),
    body.light-theme .market-movers-page-button.active {
        border-color: rgba(255, 192, 0, 0.45);
        color: #b57a00;
    }

body.light-theme .rank-chip,
body.light-theme .home-market-count,
body.light-theme .home-weekly-summary-period,
body.light-theme .home-movers-rank,
body.light-theme .weekly-agenda-day-count,
body.light-theme .weekly-agenda-tab-count,
body.light-theme .market-movers-mobile-rank {
    background: rgba(255, 192, 0, 0.16);
    border-color: rgba(181, 122, 0, 0.24);
    color: #a66b00;
}

body.light-theme .home-market-positive {
    color: #16a34a;
}

body.light-theme .home-market-negative {
    color: #dc3545;
}

body.light-theme .home-weekly-summary-period,
body.light-theme .home-weekly-summary-period.is-weekly {
    background: rgba(220, 53, 69, 0.12);
    border-color: rgba(220, 53, 69, 0.24);
    color: #dc3545;
}

body.light-theme .home-weekly-summary-period.is-open {
    background: rgba(22, 163, 74, 0.12);
    border-color: rgba(22, 163, 74, 0.24);
    color: #16a34a;
}

body.light-theme .home-weekly-summary-indicator.is-positive .home-weekly-summary-indicator-topline strong {
    color: #16a34a;
}

body.light-theme .home-weekly-summary-indicator.is-negative .home-weekly-summary-indicator-topline strong {
    color: #dc3545;
}

body.light-theme .home-weekly-summary-indicator-icon,
body.light-theme .home-weekly-summary-wallet-topline span {
    background: rgba(79, 118, 173, 0.12);
    color: #4f76ad;
}

body.light-theme .home-weekly-summary-wallet-icon {
    background: rgba(255, 192, 0, 0.16);
    color: #a66b00;
}

body.light-theme .home-weekly-summary-empty {
    border-color: rgba(15, 23, 42, 0.12);
}

/* --------------------------------------
Dashboards - Raio-X sem ativo selecionado
---------------------------------------- */
.raiox-search-shell {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
    margin: 1.2rem auto 2rem;
    max-width: 860px;
    padding: 2rem;
}

.raiox-search-shell-compact {
    margin: 0 0 1rem;
    max-width: none;
    padding: 1rem;
}

body.dark-theme .raiox-search-shell-compact {
    background: linear-gradient(135deg, #151b27 0%, #0d1118 58%, #17132a 100%);
}

body.light-theme .raiox-search-shell-compact {
    background: #ffffff;
}

.raiox-search-content {
    margin: 0 auto;
    max-width: 640px;
    text-align: center;
}

.raiox-search-content-compact {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(120px, auto) minmax(280px, 520px);
    justify-content: space-between;
    max-width: none;
    text-align: start;
}

.raiox-search-kicker {
    color: #7ea6d8;
    font-size: .7rem;
    font-weight: 850;
    letter-spacing: .12rem;
    text-transform: uppercase;
}

.raiox-search-title {
    color: #ffc000;
    font-size: 1.7rem;
    font-weight: 900;
    margin: .35rem 0 .5rem;
}

.raiox-search-subtitle {
    color: #aeb9c8;
    font-size: .95rem;
    margin: 0 auto 1.3rem;
}

.raiox-search-box {
    align-items: center;
    background: linear-gradient(180deg, #151b27, #0d1118);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    display: flex;
    gap: .75rem;
    min-height: 52px;
    padding: .42rem .75rem;
}

    .raiox-search-box i {
        color: #7ea6d8;
        font-size: 1rem;
    }

    .raiox-search-box .form-select {
        border: 0;
        box-shadow: none;
    }

.raiox-empty-dashboard {
    align-items: center;
    border: 1px dashed rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 1rem 0 2rem;
    min-height: 260px;
    padding: 2rem;
    text-align: center;
}

    .raiox-empty-dashboard i {
        color: rgba(255, 192, 0, 0.78);
        font-size: 2rem;
        margin-bottom: .75rem;
    }

    .raiox-empty-dashboard h4 {
        color: #edf4ff;
        font-size: 1.15rem;
        font-weight: 850;
        margin-bottom: .35rem;
    }

    .raiox-empty-dashboard p {
        color: #aeb9c8;
        margin-bottom: 0;
    }

body.light-theme .raiox-search-shell {
    border-color: rgba(15, 23, 42, 0.1);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

body.light-theme .raiox-search-subtitle {
    color: #5f6f85;
}

body.light-theme .raiox-search-box {
    background: #ffffff;
    border-color: rgba(15, 23, 42, 0.1);
}

    body.light-theme .raiox-search-box i,
    body.light-theme .raiox-search-kicker {
        color: #4f76ad;
    }

    body.light-theme .raiox-search-box .form-select,
    body.light-theme .raiox-search-box .ts-control,
    body.light-theme .raiox-search-box .ts-control input {
        background: transparent;
        color: #172033;
    }

body.light-theme .raiox-empty-dashboard {
    border-color: rgba(15, 23, 42, 0.12);
}

    body.light-theme .raiox-empty-dashboard h4 {
        color: #172033;
    }

    body.light-theme .raiox-empty-dashboard p {
        color: #5f6f85;
    }

/* --------------------------------------
Dashboards - Cards analiticos do Raio-X
---------------------------------------- */
.raiox-header-card {
    background: linear-gradient(135deg, #151b27 0%, #0d1118 58%, #17132a 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
    color: #dbe7f7;
    overflow: hidden;
    padding: 1rem;
    position: relative;
}

    .raiox-header-card::before {
        background: linear-gradient(90deg, rgba(255, 192, 0, 0.72), rgba(49, 206, 54, 0.42), transparent);
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

.raiox-header-main {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
}

.raiox-header-logo {
    align-items: center;
    background: rgba(7, 11, 18, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    display: flex;
    height: 76px;
    justify-content: center;
    width: 76px;
}

    .raiox-header-logo img {
        max-height: 64px;
        max-width: 64px;
    }

    .raiox-header-logo i {
        color: #ffc000;
        font-size: 1.75rem;
    }

.raiox-header-identity {
    min-width: 0;
}

.raiox-header-segment {
    color: #7ea6d8;
    font-size: .78rem;
    font-weight: 750;
    margin-top: .35rem;
}

.raiox-header-quote {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: .45rem;
    text-align: end;
}

.raiox-header-price {
    color: #edf4ff;
    font-size: 1.45rem;
    font-variant-numeric: tabular-nums;
    font-weight: 900;
    line-height: 1.1;
}

.raiox-header-variation {
    min-height: 28px;
}

.raiox-header-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    justify-content: flex-end;
}

.raiox-header-action {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 8px;
    display: inline-flex;
    font-size: .78rem;
    font-weight: 850;
    gap: .25rem;
    min-height: 34px;
    padding: .45rem .72rem;
}

.raiox-header-action-primary {
    background: #6861ce;
    color: #ffffff;
}

    .raiox-header-action-primary:hover {
        background: #5b54bd;
        color: #ffffff;
    }

.raiox-header-action-secondary {
    background: rgba(255, 255, 255, 0.045);
    border-color: rgba(255, 255, 255, 0.14);
    color: #dbe7f7;
}

    .raiox-header-action-secondary:hover {
        border-color: rgba(255, 192, 0, 0.34);
        color: #ffc000;
    }

.raiox-section-card {
    background: linear-gradient(180deg, #151b27 0%, #0d1118 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
    color: #dbe7f7;
    padding: 1rem;
}

.raiox-section-header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.raiox-section-heading {
    align-items: center;
    display: flex;
    gap: .75rem;
}

.raiox-section-icon {
    align-items: center;
    background: rgba(255, 192, 0, 0.14);
    border: 1px solid rgba(255, 192, 0, 0.26);
    border-radius: 8px;
    color: #ffc000;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.raiox-section-title {
    color: #edf4ff;
    font-size: 1rem;
    font-weight: 850;
}

.raiox-section-subtitle {
    color: #9fb0c7;
    font-size: .82rem;
    margin-top: .18rem;
}

.raiox-chart-shell {
    background: rgba(7, 11, 18, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: .75rem;
    position: relative;
}

.raiox-filter-control {
    align-items: center;
    display: inline-flex;
    min-width: 180px;
    position: relative;
}

.raiox-chart-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    justify-content: flex-end;
}

.raiox-period-return {
    align-items: center;
    background: rgba(7, 11, 18, 0.74);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #dbe7f7;
    display: inline-flex;
    gap: .65rem;
    min-height: 38px;
    padding: .45rem .75rem;
}

    .raiox-period-return span {
        color: #9fb0c7;
        font-size: .66rem;
        font-weight: 850;
        letter-spacing: .08rem;
        text-transform: uppercase;
    }

    .raiox-period-return strong {
        align-items: center;
        display: inline-flex;
        font-size: .9rem;
        font-weight: 900;
        gap: .25rem;
        white-space: nowrap;
    }

    .raiox-period-return.is-positive strong {
        color: #22c55e;
    }

    .raiox-period-return.is-negative strong {
        color: #ff4d57;
    }

    .raiox-filter-control > i {
        color: #7ea6d8;
        left: .85rem;
        pointer-events: none;
        position: absolute;
        z-index: 1;
    }

    .raiox-filter-control .form-select {
        background-color: rgba(7, 11, 18, 0.74);
        border-color: rgba(255, 255, 255, 0.1);
        color: #edf4ff;
        min-height: 38px;
        padding-left: 2.45rem;
    }

.raiox-metric-card {
    background: linear-gradient(180deg, rgba(21, 28, 40, 0.95), rgba(10, 15, 23, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    min-height: 82px;
    padding: .75rem;
}

.raiox-metric-card-compact {
    min-height: 74px;
}

.raiox-metric-label {
    align-items: center;
    color: #9fb0c7;
    display: flex;
    font-size: .7rem;
    font-weight: 850;
    gap: .35rem;
    justify-content: space-between;
    letter-spacing: .02rem;
    line-height: 1.25;
    margin-bottom: .45rem;
    text-transform: uppercase;
}

.raiox-metric-value {
    color: #edf4ff;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.2;
}

.raiox-positive-value {
    color: #31ce36;
}

.raiox-help-icon {
    color: #8fa1b7;
}

.raiox-generated-card {
    height: 100%;
}

.raiox-subsection-title {
    color: #9fb0c7;
    font-size: .74rem;
    font-weight: 850;
    letter-spacing: .05rem;
    margin-bottom: .75rem;
    text-transform: uppercase;
}

.raiox-checklist-grid {
    display: grid;
    gap: .65rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.raiox-checklist-item {
    align-items: center;
    background: rgba(7, 11, 18, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    color: #dbe7f7;
    display: flex;
    font-size: .86rem;
    min-height: 42px;
    padding: .65rem .75rem;
}

.raiox-analysis-box {
    background: rgba(7, 11, 18, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    color: #b0b0b0;
    line-height: 1.65;
    max-height: 600px;
    overflow-y: auto;
    padding: 1rem;
    white-space: pre-line;
}

.raiox-empty-state {
    align-items: center;
    border: 1px dashed rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    color: #9fb0c7;
    display: flex;
    justify-content: center;
    min-height: 96px;
    padding: 1rem;
    text-align: center;
}

.raiox-data-table {
    color: #dbe7f7;
}

    .raiox-data-table thead th {
        background: rgba(48, 46, 68, 0.92);
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
        color: #c5cfdd;
        font-size: .72rem;
        font-weight: 850;
        letter-spacing: .06rem;
        padding: .8rem;
        text-transform: uppercase;
    }

    .raiox-data-table tbody td {
        background: rgba(7, 11, 18, 0.35);
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        color: #dbe7f7;
        padding: .75rem .8rem;
        vertical-align: middle;
    }

    .raiox-data-table tbody tr:hover td {
        background: rgba(255, 255, 255, 0.04);
    }

.raiox-dividend-table-shell {
    margin-top: .75rem;
}

.raiox-dividend-table {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.raiox-dividend-type {
    align-items: center;
    background: rgba(255, 192, 0, 0.12);
    border: 1px solid rgba(255, 192, 0, 0.2);
    border-radius: 999px;
    color: #ffc000;
    display: inline-flex;
    font-size: .76rem;
    font-weight: 850;
    min-width: 58px;
    padding: .25rem .55rem;
    text-transform: uppercase;
}

.raiox-dividend-mobile-list {
    display: grid;
    gap: .75rem;
    margin-top: .75rem;
}

.raiox-dividend-mobile-card {
    background: linear-gradient(180deg, #171e28, #0d1118);
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
    padding: .9rem;
}

.raiox-dividend-mobile-topline {
    align-items: center;
    display: flex;
    gap: .75rem;
    justify-content: space-between;
    margin-bottom: .75rem;
}

    .raiox-dividend-mobile-topline strong {
        color: #edf4ff;
        font-size: .95rem;
        font-variant-numeric: tabular-nums;
        font-weight: 900;
        white-space: nowrap;
    }

.raiox-dividend-mobile-grid {
    display: grid;
    gap: .65rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

    .raiox-dividend-mobile-grid div {
        background: rgba(255, 255, 255, 0.035);
        border: 1px solid rgba(255, 255, 255, 0.07);
        border-radius: 8px;
        padding: .65rem;
    }

    .raiox-dividend-mobile-grid small {
        color: #93a0b2;
        display: block;
        font-size: .64rem;
        font-weight: 850;
        letter-spacing: .06rem;
        margin-bottom: .2rem;
        text-transform: uppercase;
    }

    .raiox-dividend-mobile-grid strong {
        color: #dbe7f7;
        font-size: .82rem;
        font-variant-numeric: tabular-nums;
        font-weight: 850;
    }

.raiox-comparator-peer {
    align-items: center;
    background: transparent;
    border: 0;
    color: inherit;
    display: grid;
    gap: .6rem;
    grid-template-columns: 34px minmax(0, 1fr);
    min-width: 220px;
    text-decoration: none;
}

    .raiox-comparator-peer:hover {
        color: inherit;
        text-decoration: none;
    }

.raiox-comparator-logo {
    align-items: center;
    background: rgba(143, 156, 174, 0.14);
    border-radius: 6px;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    width: 34px;
}

    .raiox-comparator-logo img {
        border-radius: 6px;
        max-height: 30px;
        max-width: 30px;
    }

    .raiox-comparator-logo i {
        color: #ffc000;
    }

.raiox-comparator-peer-text {
    min-width: 0;
}

    .raiox-comparator-peer-text strong {
        color: #edf4ff;
        display: block;
        font-size: .86rem;
        font-weight: 900;
    }

    .raiox-comparator-peer-text span {
        color: #93a0b2;
        display: block;
        font-size: .72rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.raiox-comparator-table-shell {
    margin-top: .5rem;
}

.raiox-comparator-table {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.raiox-comparator-current-row td {
    background: rgba(255, 192, 0, 0.065) !important;
}

body.light-theme .raiox-header-card {
    background: #ffffff;
    border-color: rgba(15, 23, 42, 0.1);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
    color: #172033;
}

body.light-theme .raiox-header-logo {
    background: #f8fafc;
    border-color: rgba(15, 23, 42, 0.1);
}

    body.light-theme .raiox-header-logo i,
    body.light-theme .raiox-header-segment {
        color: #4f76ad;
    }

body.light-theme .raiox-header-price {
    color: #172033;
}

body.light-theme .raiox-header-action-secondary {
    background: #ffffff;
    border-color: rgba(15, 23, 42, 0.12);
    color: #405169;
}

    body.light-theme .raiox-header-action-secondary:hover {
        border-color: rgba(255, 192, 0, 0.45);
        color: #b57a00;
    }

body.light-theme .raiox-dividend-type {
    background: rgba(255, 192, 0, 0.16);
    border-color: rgba(181, 122, 0, 0.24);
    color: #a66b00;
}

body.light-theme .raiox-dividend-mobile-card {
    background: #ffffff;
    border-color: rgba(15, 23, 42, 0.1);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

body.light-theme .raiox-dividend-mobile-grid div {
    background: #f8fafc;
    border-color: rgba(15, 23, 42, 0.1);
}

body.light-theme .raiox-dividend-mobile-topline strong,
body.light-theme .raiox-dividend-mobile-grid strong {
    color: #172033;
}

body.light-theme .raiox-dividend-mobile-grid small {
    color: #5f6f85;
}

body.light-theme .raiox-comparator-logo {
    background: rgba(79, 118, 173, 0.12);
}

    body.light-theme .raiox-comparator-logo i {
        color: #4f76ad;
    }

body.light-theme .raiox-comparator-peer-text strong {
    color: #172033;
}

body.light-theme .raiox-comparator-peer-text span {
    color: #5f6f85;
}

body.light-theme .raiox-comparator-current-row td {
    background: rgba(255, 192, 0, 0.11) !important;
}

body.light-theme .raiox-section-card {
    background: #ffffff;
    border-color: rgba(15, 23, 42, 0.1);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
    color: #172033;
}

body.light-theme .raiox-section-title,
body.light-theme .raiox-metric-value {
    color: #172033;
}

body.light-theme .raiox-section-icon {
    background: rgba(255, 192, 0, 0.16);
    border-color: rgba(181, 122, 0, 0.24);
    color: #a66b00;
}

body.light-theme .raiox-chart-shell,
body.light-theme .raiox-analysis-box,
body.light-theme .raiox-checklist-item,
body.light-theme .raiox-metric-card {
    background: #f8fafc;
    border-color: rgba(15, 23, 42, 0.09);
    color: #172033;
}

body.light-theme .raiox-filter-control .form-select {
    background-color: #ffffff;
    border-color: rgba(15, 23, 42, 0.12);
    color: #172033;
}

body.light-theme .raiox-period-return {
    background: #ffffff;
    border-color: rgba(15, 23, 42, 0.12);
    color: #172033;
}

body.light-theme .raiox-period-return span {
    color: #5f6f85;
}

body.light-theme .raiox-filter-control > i,
body.light-theme .raiox-help-icon {
    color: #4f76ad;
}

body.light-theme .raiox-metric-label,
body.light-theme .raiox-subsection-title,
body.light-theme .raiox-section-subtitle,
body.light-theme .raiox-empty-state {
    color: #5f6f85;
}

body.light-theme .raiox-positive-value {
    color: #15803d;
}

body.light-theme .raiox-empty-state {
    border-color: rgba(15, 23, 42, 0.12);
}

body.light-theme .raiox-data-table {
    color: #172033;
}

    body.light-theme .raiox-data-table thead th {
        background: #eef2f7;
        border-bottom-color: rgba(15, 23, 42, 0.12);
        color: #405169;
    }

    body.light-theme .raiox-data-table tbody td {
        background: #ffffff;
        border-bottom-color: rgba(15, 23, 42, 0.08);
        color: #172033;
    }

    body.light-theme .raiox-data-table tbody tr:hover td {
        background: #f8fafc;
    }

@media (min-width: 768px) and (max-width: 991.98px) {
    .raiox-header-main {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .raiox-header-quote {
        align-items: flex-start;
        grid-column: 1 / -1;
        text-align: start;
    }

    .raiox-header-actions {
        justify-content: flex-start;
    }

    .raiox-checklist-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .raiox-header-card {
        padding: .9rem;
    }

    .raiox-header-main {
        align-items: flex-start;
        grid-template-columns: 58px minmax(0, 1fr);
    }

    .raiox-header-logo {
        height: 58px;
        width: 58px;
    }

        .raiox-header-logo img {
            max-height: 48px;
            max-width: 48px;
        }

    .raiox-header-quote {
        align-items: flex-start;
        grid-column: 1 / -1;
        text-align: start;
    }

    .raiox-header-price {
        font-size: 1.25rem;
    }

    .raiox-header-actions {
        justify-content: flex-start;
        width: 100%;
    }

    .raiox-section-card {
        padding: .9rem;
    }

    .raiox-filter-control {
        width: 100%;
    }

    .raiox-chart-actions {
        justify-content: stretch;
        width: 100%;
    }

    .raiox-period-return {
        justify-content: space-between;
        width: 100%;
    }

    .raiox-checklist-grid {
        grid-template-columns: 1fr;
    }

    .raiox-search-shell {
        margin-top: .75rem;
        padding: 1.2rem;
    }

    .raiox-search-title {
        font-size: 1.35rem;
    }

    .raiox-search-shell-compact {
        padding: .9rem;
    }

    .raiox-search-content-compact {
        display: block;
    }

    .raiox-search-content-compact .raiox-search-kicker {
        margin-bottom: .6rem;
    }
}
/* -----------------------------------
BEGIN - CMS C3 Admin
-------------------------------------- */
.cms-admin-page .cms-admin-alert {
    min-height: 48px;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.cms-admin-page .cms-admin-control {
    min-height: 40px;
}

.cms-admin-table-conteudos,
.cms-admin-table-contetudos {
    padding: 1rem 1rem 1rem 1rem;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 560px;
    scrollbar-width: thin;
}

.cms-admin-table-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .85rem;
}

.cms-admin-search {
    display: flex;
    flex: 1 1 340px;
    gap: .45rem;
    max-width: 460px;
}

    .cms-admin-search i {
        color: #5aa7ff;
    }

    .cms-admin-search .cms-admin-control {
        min-width: 0;
        padding-left: .85rem;
    }

    .cms-admin-search .cms-admin-search-btn {
        align-items: center;
        display: inline-flex;
        flex: 0 0 auto;
        justify-content: center;
        min-width: 42px;
    }

.cms-admin-pagination-summary {
    color: #93a0b2;
    font-size: .78rem;
    font-weight: 800;
    white-space: nowrap;
    margin-right: 0.4rem;
}

.cms-admin-table-inactive {
    max-height: 360px;
}

.cms-admin-page .cms-admin-muted {
    color: #93a0b2;
    display: block;
    font-size: .74rem;
    font-weight: 650;
    margin-top: .2rem;
}

.cms-admin-scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.cms-admin-scroll::-webkit-scrollbar-track {
    border-radius: 8px;
}

.cms-admin-scroll::-webkit-scrollbar-thumb {
    border-radius: 8px;
}

.cms-admin-page .cms-admin-field-label {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
}

.cms-admin-page .cms-admin-info-icon {
    color: #5aa7ff;
    font-size: .84rem;
}

.cms-admin-page .cms-admin-icon-preview {
    min-width: 42px;
    justify-content: center;
}

.cms-admin-page .cms-admin-table {
    table-layout: fixed;
    width: 100%;
    min-width: 0;
}

.cms-admin-page .cms-admin-col-section {
    width: 110px;
}

.cms-admin-page .cms-admin-col-title {
    width: auto;
}

.cms-admin-page .cms-admin-col-status {
    width: 105px;
}

.cms-admin-page .cms-admin-col-date {
    width: 105px;
}

.cms-admin-page .cms-admin-col-actions {
    width: 188px;
}

.cms-admin-page .cms-admin-section-cell {
    width: 110px;
    font-size: 0.8rem;
}

.cms-admin-page .cms-admin-title-cell {
    min-width: 0;
    width: 1000px;
    overflow: hidden;
    font-size: 0.8rem;
}

.cms-admin-page .cms-admin-title-cell strong,
.cms-admin-page .cms-admin-title-cell div {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cms-admin-page .cms-admin-status-cell {
    width: 105px;
    font-size: 0.8rem;
}

.cms-admin-page .cms-admin-date-cell {
    width: 105px;
    font-size: 0.8rem;
}

.cms-admin-page .cms-admin-actions-cell {
    width: 188px;
    overflow: hidden;
    font-size: 0.8rem;
}

.cms-admin-page .cms-admin-actions {
    display: flex;
    flex-wrap: nowrap;
    gap: .3rem;
    justify-content: center;
    min-width: 0;
}

.cms-admin-page .cms-admin-action-btn {
    align-items: center;
    display: inline-flex;
    flex: 0 0 30px;
    height: 30px;
    justify-content: center;
    padding: 0;
    width: 30px;
}

.cms-admin-page .cms-admin-actions-cell .btn-group {
    flex-wrap: nowrap;
}

.cms-admin-page .cms-admin-control:disabled,
.cms-admin-page .cms-admin-control[disabled] {
    opacity: 1;
}

.cms-admin-editor-form {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    margin-bottom: -20px;
}

.cms-admin-editor-form > .cms-admin-form-field {
    margin-bottom: 0 !important;
}

.cms-admin-form-field-sm {
    grid-column: span 4;
}

.cms-admin-form-field-wide {
    grid-column: span 8;
}

.cms-admin-form-field-half {
    grid-column: span 6;
}

.cms-admin-editor-form > .cms-admin-blocks-editor,
.cms-admin-editor-form > .d-flex {
    grid-column: 1 / -1;
}

.cms-admin-blocks-editor {
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    margin: .25rem 0 0rem;
    padding: 1rem;
}

.cms-admin-blocks-header,
.cms-admin-block-item-header {
    align-items: flex-start;
    display: flex;
    gap: .85rem;
    justify-content: space-between;
    min-height: 34px;
}

.cms-admin-block-collapse {
    margin-top: .85rem;
}

.cms-admin-block-title {
    min-width: 0;
}

.cms-admin-block-title span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cms-admin-block-actions {
    flex: 0 0 auto;
}

.cms-admin-block-item-header {
    align-items: center;
}

.cms-admin-blocks-header {
    margin-bottom: .85rem;
}

.cms-admin-block-empty {
    border: 1px dashed rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    color: #93a0b2;
    font-size: .82rem;
    font-weight: 750;
    padding: .85rem;
}

.cms-admin-block-item {
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    margin-bottom: .8rem;
    padding: .9rem;
}

.cms-admin-block-item:last-child {
    margin-bottom: 0;
}

.cms-admin-block-title {
    align-items: center;
    color: #ffffff;
    display: inline-flex;
    font-size: .9rem;
    font-weight: 900;
    gap: .5rem;
}

.cms-admin-block-title i {
    color: #ffc000;
}

.cms-admin-block-actions {
    display: inline-flex;
    flex-wrap: nowrap;
    gap: .3rem;
}

.cms-admin-block-fields {
    margin-top: .85rem;
}

body.dark-theme .cms-admin-page .cms-admin-control,
body.dark-theme .cms-admin-page .cms-admin-control:focus {
    background-color: #1e1e1e;
    color: #f1f5f9;
    border-color: #555;
    box-shadow: none;
}

body.dark-theme .cms-admin-page .cms-admin-control,
body.dark-theme .cms-admin-page .cms-admin-control:disabled {
    border-color: #555 !important;
}

body.dark-theme .cms-admin-page select.cms-admin-control {
    background-color: #1e1e1e;
    color: #f1f5f9;
}

body.dark-theme .cms-admin-page select.cms-admin-control option {
    background-color: #1e1e1e;
    color: #f1f5f9;
}

body.dark-theme .cms-admin-page .cms-admin-icon-preview {
    background-color: #242933;
    color: #ffc000;
    border-color: #555;
}

body.dark-theme .cms-admin-page .cms-admin-control:disabled,
body.dark-theme .cms-admin-page .cms-admin-control[disabled] {
    background-color: #242933;
    color: #b9c3d1;
}

body.dark-theme .cms-admin-blocks-editor {
    background: rgba(15, 23, 42, 0.34);
    border-color: rgba(148, 163, 184, 0.16);
}

body.dark-theme .cms-admin-block-item {
    background: rgba(17, 24, 39, 0.72);
    border-color: rgba(148, 163, 184, 0.18);
}

body.dark-theme .cms-admin-scroll {
    scrollbar-color: #5aa7ff #171b22;
}

body.dark-theme .cms-admin-scroll::-webkit-scrollbar-track {
    background-color: #171b22;
}

body.dark-theme .cms-admin-scroll::-webkit-scrollbar-thumb {
    background-color: #5aa7ff;
}

body.light-theme .cms-admin-page .cms-admin-control,
body.light-theme .cms-admin-page .cms-admin-control:focus {
    background-color: #ffffff;
    color: #202936;
    border-color: #ced4da;
    box-shadow: none;
}

body.light-theme .cms-admin-page .cms-admin-icon-preview {
    background-color: #f8f9fa;
    color: #0d6efd;
    border-color: #ced4da;
}

body.light-theme .cms-admin-page .cms-admin-control:disabled,
body.light-theme .cms-admin-page .cms-admin-control[disabled] {
    background-color: #f8f9fa;
    color: #495057;
}

body.light-theme .cms-admin-scroll {
    scrollbar-color: #8aa4c7 #eef2f7;
}

body.light-theme .cms-admin-scroll::-webkit-scrollbar-track {
    background-color: #eef2f7;
}

body.light-theme .cms-admin-scroll::-webkit-scrollbar-thumb {
    background-color: #8aa4c7;
}

body.light-theme .cms-admin-page .cms-admin-muted {
    color: #5f6f85;
}

body.light-theme .cms-admin-blocks-editor {
    background: #f8fafc;
    border-color: rgba(15, 23, 42, 0.1);
}

body.light-theme .cms-admin-block-item {
    background: #ffffff;
    border-color: rgba(15, 23, 42, 0.1);
}

body.light-theme .cms-admin-block-title {
    color: #0f172a;
}

body.dark-theme .cms-admin-page .cms-admin-table thead {
    background-color: #2f2e3e;
    color: #d9d8e5;
}

body.light-theme .cms-admin-page .cms-admin-table thead {
    background-color: #f8f9fa;
    color: #202936;
}

.cms-admin-page .cms-admin-sort-header {
    align-items: center;
    background: transparent;
    border: 0;
    color: inherit;
    display: inline-flex;
    font: inherit;
    font-weight: 900;
    gap: .35rem;
    letter-spacing: .04em;
    padding: 0;
    text-align: inherit;
    text-transform: uppercase;
}

    .cms-admin-page .cms-admin-sort-header i {
        color: #ffc000;
        font-size: .74rem;
    }

    .cms-admin-page .cms-admin-sort-header.is-disabled {
        cursor: default;
    }

.cms-admin-pagination {
    align-items: center;
    color: #93a0b2;
    display: flex;
    font-size: .82rem;
    font-weight: 800;
    gap: .75rem;
    justify-content: flex-end;
    padding-top: .85rem;
}

    .cms-admin-pagination .btn {
        align-items: center;
        display: inline-flex;
        height: 30px;
        justify-content: center;
        padding: 0;
        width: 34px;
    }

body.light-theme .cms-admin-pagination,
body.light-theme .cms-admin-pagination-summary {
    color: #5f6f85;
}

.cms-admin-table-card {
    margin-bottom: 0px !important;
}

.cms-admin-mobile-cards {
    display: none;
}

@media (max-width: 767.98px) {
    .cms-admin-editor-form {
        display: block;
    }

    .cms-admin-editor-form > .cms-admin-form-field {
        margin-bottom: 1rem !important;
    }

    .cms-admin-table-toolbar {
        align-items: center;
        gap: .55rem;
        margin-bottom: .65rem;
    }

    .cms-admin-search {
        flex: 1 1 auto;
        max-width: none;
        min-width: 0;
        width: 100%;
    }

    .cms-admin-search .cms-admin-control {
        height: 38px;
    }

    .cms-admin-search .cms-admin-search-btn {
        height: 38px;
        min-width: 40px;
    }

    .cms-admin-pagination-summary {
        flex: 0 0 auto;
        font-size: .68rem;
        white-space: nowrap;
    }

    .cms-admin-table {
        display: none;
    }

    .cms-admin-mobile-cards {
        display: grid;
        gap: .75rem;
    }

    .cms-admin-mobile-card {
        border: 1px solid rgba(148, 163, 184, 0.16);
        border-radius: 8px;
        background: rgba(15, 23, 42, 0.34);
        padding: .85rem;
    }

    .cms-admin-mobile-card.is-empty {
        align-items: center;
        color: #93a0b2;
        display: flex;
        gap: .5rem;
        justify-content: center;
        min-height: 74px;
    }

    .cms-admin-mobile-card-header,
    .cms-admin-mobile-card-footer {
        align-items: flex-start;
        display: flex;
        gap: .75rem;
        justify-content: space-between;
    }

    .cms-admin-mobile-card-category,
    .cms-admin-mobile-card-title {
        color: #ffffff;
        font-size: .86rem;
        font-weight: 900;
        line-height: 1.25;
    }

    .cms-admin-mobile-card-type,
    .cms-admin-mobile-card-summary,
    .cms-admin-mobile-card-footer {
        color: #9fb5d8;
        font-size: .74rem;
        font-weight: 700;
        line-height: 1.35;
    }

    .cms-admin-mobile-card-title {
        display: block;
        margin-top: .7rem;
    }

    .cms-admin-mobile-card-summary {
        display: -webkit-box;
        margin: .25rem 0 .8rem;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .cms-admin-mobile-card-footer {
        align-items: center;
    }

    .cms-admin-mobile-card .cms-admin-actions {
        justify-content: flex-end;
    }

    .cms-admin-mobile-card .cms-admin-action-btn {
        height: 30px;
        width: 30px;
    }

    .cms-admin-pagination {
        justify-content: center;
    }

    body.light-theme .cms-admin-mobile-card {
        background: #ffffff;
        border-color: rgba(15, 23, 42, 0.1);
    }

    body.light-theme .cms-admin-mobile-card-category,
    body.light-theme .cms-admin-mobile-card-title {
        color: #0f172a;
    }

    body.light-theme .cms-admin-mobile-card-type,
    body.light-theme .cms-admin-mobile-card-summary,
    body.light-theme .cms-admin-mobile-card-footer {
        color: #5f6f85;
    }
}
/* -----------------------------------
END - CMS C3 Admin
-------------------------------------- */
