html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: white !important;
}

body {
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden;
    flex-direction: column;
    flex-grow: 1;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background: url('../images/fondo-ondas.png') no-repeat center bottom !important;
    background-size: cover;
    display: flex;
    height: 100vh;
}

.page-head {
visibility:hidden;
}

.page-header .page-header-menu {
    display: flex;
    justify-content: center; /* Centra las opciones */
    align-items: center;
    gap: 2rem; /* Espaciado entre opciones */
    list-style: none; /* Quita los estilos de lista */
    margin-top: 1rem;
    height: 75px;
    width: 98%;
    position: absolute;
    left: 1%;
    background-color: transparent;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
}

    .page-header .page-header-menu a {
        font-family: Arial, sans-serif !important; /* Usa una fuente limpia */
        font-size: 16px !important; /* Tamaño del texto */
        font-weight: 500 !important; /* Grosor medio */
        color: #1572b6 !important; /* Color azul similar al de la imagen */
        text-decoration: none !important; /* Quita el subrayado */
        transition: color 0.3s ease-in-out !important; /* Suaviza cambios de color */
        margin-left: 15rem;
    }

        .page-header .page-header-menu a:hover {
            color: #0d569c !important; /* Azul más oscuro al pasar el cursor */
            background-color: transparent !important;
        }

.page-header .page-header-top .page-logo {
    float: left;
    display: block;
    width: 255px;
    height: 75px;
}

.page-wrapper .page-wrapper-middle {
    background: none !important;
}

.page-footer {
    background-color: black !important;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: transparent;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}



/* Contenedor principal */
.container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -9rem !important;
}

/* Tarjeta de login */
.login-card {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    width: 350px;
}

/* Logo */
.logo {
    font-size: 28px;
    font-weight: bold;
    color: #0057B8;
}

    .logo span {
        font-style: italic;
    }

/* Estilo de enlaces */
.register, .forgot-password {
    font-size: 14px;
}

    .register a, .forgot-password {
        color: #0057B8;
        text-decoration: none;
        font-weight: bold;
    }

.register {
    margin-bottom: 15px;
}

/* Campos de entrada */
input {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Botón de inicio de sesión */
button {
    width: 100%;
    padding: 12px;
    background-color: #69BCE7;
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

    button:hover {
        background-color: #51A3D1;
    }

/*Estilo Titulos Paginas*/
.caption-helper {
    font-size: inherit !important;
}



/* Estilo base para el menú principal */
.navbar-nav {
    display: flex; /* Coloca los elementos principales en fila */
    flex-direction: row;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    background-color: white !important;
}

    .navbar-nav > li {
        position: relative; /* Necesario para los submenús */
        background-color: white !important;
    }

        .navbar-nav > li > a {
            display: block;
            padding: 10px 15px; /* Ajusta según tu diseño */
            text-decoration: none;
            background-color: white !important;
        }

        /* Submenús nivel 1 */
        .navbar-nav > li > .dropdown-menu {
            display: none; /* Oculto por defecto */
            position: absolute;
            top: 100%; /* Justo debajo del menú principal */
            /*left: 0;*/
            background-color: white !important;
            /*list-style: none;*/
            padding: 0;
            /*margin: 0;*/
            margin-left: 10rem;
            /*box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);*/
            z-index: 1000;
        }

        .navbar-nav > li:hover > .dropdown-menu {
            display: block; /* Mostrar al pasar el mouse */
        }

/* Submenús multinivel */
.dropdown-submenu {
    position: relative; /* Necesario para submenús anidados */
}

    .dropdown-submenu > .dropdown-menu {
        display: none;
        position: absolute;
        top: 0;
        left: 100%; /* Desplaza a la derecha del submenú padre */
        margin-left: 1px;
        background-color: white !important;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    }

    .dropdown-submenu:hover > .dropdown-menu {
        background-color: white !important;
        display: block; /* Mostrar submenú al pasar el mouse */
    }


/* Estilos opcionales */
.dropdown-menu > li > a {
    padding: 10px 15px;
    color: white;
    text-decoration: none;
}

    .dropdown-menu > li > a:hover {
        background-color: white !important;
    }


.page-header .page-header-menu .hor-menu .navbar-nav > li.classic-menu-dropdown .dropdown-menu {
    min-width:none !important;
    max-width:none !important;
}

.page-header .page-header-menu .hor-menu
.navbar-nav > li.open > a, .page-header
.page-header-menu .hor-menu .navbar-nav >
li:hover > a, .page-header .page-header-menu
.hor-menu .navbar-nav > li > a:active, .page-header
.page-header-menu .hor-menu .navbar-nav > li > a:focus,
.page-header .page-header-menu .hor-menu .navbar-nav > li > a:hover {
    background-color: transparent !important;
}

.dxbl-text {
    font-size: 12px !important;
}

.modulos-titulo {
    background: #06CBB7;
}


.dropdown-toggle-custom {
    display: inline-block;
    flex: 1 1 auto;
    height: 100%;
    max-height: 100%;
    display: inherit;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    line-height: 0;
    color: #ffffff !important;
    background-color: #f2784b !important;
    border-color: #f2784b !important;
    border-radius: 0% !important;
}

    .dropdown-toggle-custom::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }

.tabs-icon {
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
}

/*TABS*/
.tabs-icon {
    opacity: 0.7;
}

.tabs-icon-home {
    mask-image: url("../images/icons/home.svg");
    -webkit-mask-image: url("../images/icons/home.svg");
}

.tabs-icon-support {
    mask-image: url("../images/icons/support.svg");
    -webkit-mask-image: url("../images/icons/support.svg");
}

.tabs-icon-products {
    mask-image: url("../images/icons/products.svg");
    -webkit-mask-image: url("../images/icons/products.svg");
}

/*---------------------------------------------------------------------*/

.has-error {
    border: solid !important;
    border-width: 1px !important;
    border-color: #e73d4a !important;
}

.logoModulo {
    width: 150px;
}

.page-head .page-title > h1 {
    color: transparentfff;
}

.avatar img {
    float: none;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.dashboard-stat.portal-9 {
    background-color: #e45543;
}

.dashboard-stat .details {
    right: 5px !important;
    max-width: 241px !important;
}

.dashboard-stat.portal-9.dashboard-stat-light:hover {
    background-color: #f16a38
}

@media (min-width: 992px) {
    .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.container, .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.dashboard-stat.portal-9 .visual > i {
    color: transparent;
    opacity: .2;
    filter: alpha(opacity=20)
}

.dashboard-stat.portal-9 .details .number {
    color: transparent
}

.dashboard-stat.portal-9 .details .desc {
    color: transparent;
    opacity: 1;
    filter: alpha(opacity=100)
}

.dashboard-stat.portal-9 .more {
    color: transparent;
    /*background-color: #E65A52*/
}


.border-after-portal-9:after, .border-before-portal-9:before, .border-portal-9 {
    border-color: #e45543 !important
}

.border-top-after-portal-9:after, .border-top-before-portal-9:before, .border-top-portal-9 {
    border-top-color: #e45543 !important
}

.border-bottom-after-portal-9:after, .border-bottom-before-portal-9:before, .border-bottom-portal-9 {
    border-bottom-color: #e45543 !important
}

.border-left-after-portal-9:after, .border-left-before-portal-9:before, .border-left-portal-9 {
    border-left-color: #e45543 !important
}

.border-right-after-portal-9:after, .border-right-before-portal-9:before, .border-right-portal-9 {
    border-right-color: #e45543 !important
}

.bg-portal-9 {
    background: #e45543 !important
}

.bg-portal-9-opacity {
    background: rgba(242,120,75,.8) !important
}

.bg-after-portal-9:after, .bg-before-portal-9:before, .bg-hover-portal-9:hover {
    background: #e45543 !important
}

.font-portal-9 {
    color: #e45543 !important
}

.bg-font-portal-9 {
    color: transparent !important
}

.portlet.portal-9, .portlet.box.portal-9 > .portlet-title, .portlet > .portlet-body.portal-9 {
    background-color: #e45543
}

.portlet.box.portal-9 {
    border: 1px solid #e45543;
    border-top: 0
}

    .portlet.box.portal-9 > .portlet-title > .caption, .portlet.box.portal-9 > .portlet-title > .caption > i {
        color: transparent
    }

    .portlet.box.portal-9 > .portlet-title > .actions .btn-default {
        background: 0 0 !important;
        border: 1px solid #acb9ca;
        color: #e45543
    }

        .portlet.box.portal-9 > .portlet-title > .actions .btn-default > i {
            color: #c5ceda
        }

        .portlet.box.portal-9 > .portlet-title > .actions .btn-default.active,
        .portlet.box.portal-9 > .portlet-title > .actions .btn-default:active,
        .portlet.box.portal-9 > .portlet-title > .actions .btn-default:focus,
        .portlet.box.portal-9 > .portlet-title > .actions .btn-default:hover {
            border: 1px solid #cbd4de;
            color: #dbe1e8
        }



.datosFormulario {
    display: none;
}

@media (min-width: 992px).container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.field_set {
    padding: 10px !important;
    border: 2px solid #578EBE !important;
}

    .field_set legend {
        margin-top: -2.2rem;
        background: white;
        border: 0px !important;
        width: auto !important;
        font-family: "Open Sans",sans-serif;
        font-weight: 400;
        font-size: 14px !important;
        padding: 10px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin-bottom: auto !important;
    }

.linea {
    padding-bottom: 10px !important;
}

.readOnlyInput {
    border: none;
}

.has-error-row {
    border-color: #e73d4a !important;
    border: 1px solid;
}

.dx-link {
    width: auto !important;
    height: auto !important;
    background-position: unset !important;
    background-size: auto !important;
    padding: inherit !important;
    font-size: inherit !important;
    text-align: unset !important;
    line-height: inherit !important;
    margin: auto !important;
}



.bug-icon {
    width: 16px;
    height: 17px;
    background-image: url("images/icons/bug.svg");
}

td:has(:hover) {
    background-color: #f5f5f5 !important;
    color: black !important;
    cursor: pointer !important;
}


/* Si un contenedor tiene .not-dxbl-grid-toolbar-container adentro, afecta el toolbar */
:not(.not-dxbl-grid-toolbar-container):has(.not-dxbl-grid-toolbar-container) .dxbl-grid-toolbar-container {
    top: 0 !important;
    text-align: left !important;
}


/* Aplica solo a los dropdowns con clase calendario-180 */
.dxbl-dropdown-dialog.calendario-180,
.dxbl-edit-dropdown.calendario-180 {
    width: 21.2rem !important;
}

.dxbl-grid-search-box {
    display: flex !important;
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    height: 100% !important;
}
.dx-button-content {
    flex: 1 1 auto;
    height: 100%;
    max-height: 100%;
    display: inherit;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    line-height: 0;
}

.dx-button {
    height: 32px;
    position: relative;
    border-radius: 1px;
    background-color: #fff;
}


.dx-icon-column-chooser {
}

.dxbl-grid .dxbl-grid-table > tbody > tr, .dxbl-grid .dxbl-grid-table > tfoot > tr, .dxbl-grid .dxbl-grid-table > thead > tr, td, dxbl-grid-header-content {
    padding: 5px 5px !important;
    font-size: inherit !important;
    line-height: 15px !important;
    cursor: pointer !important;
}

.dxbl-grid .dxbl-grid-table > tbody > tr, .dxbl-grid .dxbl-grid-table > tfoot > tr, .dxbl-grid .dxbl-grid-table > thead > tr, td {
    text-align: left;
}

.table-loading-message {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 0.475rem;
    box-shadow: var(--bs-table-loading-message-box-shadow);
    background-color: var(--bs-table-loading-message-bg);
    color: var(--bs-table-loading-message-color);
    font-weight: 600;
    margin: 0 !important;
    width: auto;
    padding: 0.85rem 2rem !important;
    transform: translateX(-50%) translateY(-50%);
}

.table-loading {
    position: relative;
}

    .table-loading .table-loading-message {
        display: block;
    }

.dx-diagram-loading-indicator {
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    width: 64px;
    height: 64px
}

.dxbl-grid-header, .dxbl-grid-action, .dxbl-grid-header-row {
    border-color: #336EAF;
    color: #ffffff !important;
    background-color: #336EAF;
    align-content: center !important;
    text-align: center !important;
}



.dxbl-grid-header-content, .dxbl-grid-header, .dxbl-grid-action {
    background-color: mediumturquoise !important;
    color: #ffffff !important;
}

.dxbl-grid.dxbl-grid-nowrap {
    white-space: nowrap;
    border: none;
}

.dxbl-grid-filter-menu-funnel-btn {
    background-color: mediumturquoise !important;
    color: #ffffff !important;
}

.dxbl-btn {
    border-radius: 0px;
    margin-left: 1px !important;
    /*  margin: -2px !important;*/
    font-size: 5px;
    gap: 8px;
    width: 5rem;
}
.dxbl-edit-btn-dropdown, .dxbl-edit-btn-clear, .dxbl-spin-btn-dec, .dxbl-spin-btn-inc {
    background-color: transparent !important;
    color: #336EAF !important;
}

.dxbl-text-edit-input {
    border-bottom-color: white !important;
}

.dxbl-texteditor.dxbl-editor-underlined::after {
    border-bottom: 1px solid white !important;
}

.dxbl-grid {
    width: 100% !important;
}
/* Grid sin Data del Componente */
.dxbl-list-box-empty-data-container::before {
    content: "Sin datos disponibles";
    white-space: pre-line;
    font-family: inherit;
    font-weight: 400;
    font-size: 0.9rem;
    color: #999;
    display: block;
    text-align: center;
    margin: 10px 0;
} 
.dx-button {
    display: inline-flex;
    text-align: center;
    vertical-align: middle;
    max-width: 100%;
    overflow: hidden;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-drag: none;
}

.btn-column-chooser {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/icons/column-chooser.svg");
    mask-image: url("images/icons/column-chooser.svg");
    background-color: currentColor;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0rem !important;
}

.btnCrearEnTabla {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: inherit;
    line-height: 1.42857;
    border-radius: 4px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


    .btnCrearEnTabla.green:not(.btn-outline) {
        color: #FFF;
        background-color: #32c5d2;
        border-color: #32c5d2;
    }

/* Tabla */
.dx-header-row {
    background-color: #336EAF;
    color: #ffffff;
}

.dx-column-indicators, .dx-header-filter, .dx-header-filter-empty {
    color: #ffffff !important;
}

.dx-texteditor.dx-editor-underlined.dx-state-disabled::after, .dx-texteditor.dx-editor-underlined.dx-state-readonly::after {
    border-bottom-color: white !important;
}

.dx-texteditor.dx-editor-underlined::after {
    border-bottom: 1px solid white !important;
}
/*.dx-htmleditor.dx-htmleditor-outlined, .dx-texteditor.dx-editor-outlined {
    border-color: #e0e0e0 #e0e0e0 #e0e0e0 !important;
}*/
.dx-gridbase-a11y-status-container {
    display: none;
}

/*Estilo alinea grid */
.dxbl-fl .dxbl-fl-item {
    display: flow-root !important;
}
/*Estilos para subir archivos*/


.content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

.form-select {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}

.custom-drop-zone {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.drop-file-icon {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: #ADB5BD;
    width: 48px;
    height: 48px;
    -webkit-mask-image: url("../images/icons/drop-file.svg");
    mask-image: url("../images/icons/drop-file.svg");
}

.drop-file-label {
    font-weight: 500;
    font-size: 1rem;
}

.custom-drop-zone {
    padding: 0 !important;
    border-style: dashed;
    border-width: 2px !important;
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(183, 183, 183, 0.1);
}

    .custom-drop-zone.custom-drop-zone-hover {
        border-style: solid;
    }

    .custom-drop-zone svg {
        width: 42px;
        height: 42px;
    }

    .custom-drop-zone > *:not(#overviewDemoSelectButton) {
        pointer-events: none;
    }
/*EsTilo para DxFormLayoutItem*/
.dxbl-fl .dxbl-fl-item {
    margin-top: 30px;
}
/*********************** DevExpress ***********************/
/* Boton de exportar Excel*/
.dx-datagrid-export-button {
    background-color: #26a1ab !important;
    border-color: #2499a3 !important;
    color: transparentfff !important;
}

    .dx-datagrid-export-button .dx-icon-xlsxfile {
        color: transparentfff !important;
    }

    .dx-datagrid-export-button:hover {
        color: transparentFFF !important;
        background-color: #2c7772 !important;
        border-color: #215955 !important;
    }
/* Boton de columnas */
.dx-datagrid-column-chooser-button {
    color: transparent !important;
    background-color: #61527b !important;
    border-color: #5c4e75 !important;
}

    .dx-datagrid-column-chooser-button .dx-icon-column-chooser {
        color: transparentfff !important;
    }

    .dx-datagrid-column-chooser-button:hover {
        color: transparentfff !important;
        background-color: #504465 !important;
        border-color: #3d344d !important;
    }
/* Boton de agregar */
.dx-datagrid-addrow-button {
    color: transparent !important;
    background-color: #32c5d2 !important;
    border-color: #32c5d2 !important;
}

    .dx-datagrid-addrow-button .dx-icon-edit-button-addrow {
        color: transparentfff !important;
    }

    .dx-datagrid-addrow-button:hover {
        color: transparentFFF;
        background-color: #1f858e !important;
        border-color: #18666d !important;
    }
/* Boton de dropdown */
.dx-dropdownbutton-action {
    color: transparentfff !important;
    background-color: #f2784b !important;
    border-color: #f2784b !important;
}

    .dx-dropdownbutton-action .dx-icon-export, .dx-icon-right {
        color: transparentfff !important;
    }

    .dx-dropdownbutton-action:hover {
        color: transparentfff;
        background-color: #ef541b !important;
        border-color: #ee4d12 !important;
    }

.templateListbox {
    border-width: 0 !important;
    width: 100% !important;
}

.dx-datagrid-export-button {
    background-color: #26a1ab !important;
    border-color: #2499a3 !important;
    color: transparentfff !important;
}

.dx-icon-column-chooser {
}



.dxbl-grid .dxbl-grid-table > tbody > tr, .dxbl-grid .dxbl-grid-table > tfoot > tr, .dxbl-grid .dxbl-grid-table > thead > tr, td, dxbl-grid-header-content {
    padding: 5px 5px !important;
    font-size: inherit !important;
    line-height: 15px !important;
    cursor: pointer !important;
    font-size: inherit !important;
}

.dxbl-grid-header, .dxbl-grid-action, .dxbl-grid-header-row {
    border-color: #336EAF;
    color: transparentfff !important;
    background-color: #336EAF;
    align-content: center !important;
    text-align: center !important;
    font-size: inherit !important;
}




.dxbl-edit-btn-dropdown, .dxbl-edit-btn-clear, .dxbl-spin-btn-dec, .dxbl-spin-btn-inc {
    background-color: transparent !important;
    color: #336EAF !important;
}

.dxbl-text-edit-input {
    border-bottom-color: white !important;
}

.dxbl-texteditor.dxbl-editor-underlined::after {
    border-bottom: 1px solid white !important;
}

.dxbl-grid {
    width: 100% !important;
}

/* mejoras Grid sin Data */
.dxbl-grid-empty-data-area use.dxbl-icon-set-default {
    display: none !important;
}

.dxbl-grid-empty-data-area span.dxbl-grid-empty-data-not-found {
    display: none !important;
}

.dxbl-grid-empty-data-area::before {
    content: "Sin datos disponibles";
    white-space: pre-line;
    font-family: inherit;
    font-weight: 400;
    font-size: inherit !important;
    color: #999;
    display: block;
    text-align: center;
    margin: 10px 0;
}
/*********************** DevExpress ***********************/
.templateGrid {
    border-width: 0;
    width: 800px;
    height: 350px
}

.demo-calendar {
    border-width: 1px;
    border-style: solid;
}

.dx-datagrid .dx-datagrid-group {
    background-color: #F1F1F1; /* Color de fondo del grupo */
    font-weight: bold; /* Para resaltar el tipo de cuenta */
}

.dx-datagrid .dx-datagrid-row {
    background-color: #D1C4E9; /* Color de fondo de las cuentas contables */
}

/* Boton de exportar Excel*/
.dx-datagrid-export-button {
    background-color: #26a1ab !important;
    border-color: #2499a3 !important;
    color: #ffffff !important;
}

    .dx-datagrid-export-button .dx-icon-xlsxfile {
        color: #ffffff !important;
    }

    .dx-datagrid-export-button:hover {
        color: #FFFFFF !important;
        background-color: #2c7772 !important;
        border-color: #215955 !important;
    }
/* Boton de columnas */
.dx-datagrid-column-chooser-button {
    color: #fff !important;
    background-color: #61527b !important;
    border-color: #5c4e75 !important;
}

    .dx-datagrid-column-chooser-button .dx-icon-column-chooser {
        color: #ffffff !important;
    }

    .dx-datagrid-column-chooser-button:hover {
        color: #ffffff !important;
        background-color: #504465 !important;
        border-color: #3d344d !important;
    }
/* Boton de agregar */
.dx-datagrid-addrow-button {
    color: #FFF !important;
    background-color: #32c5d2 !important;
    border-color: #32c5d2 !important;
}

    .dx-datagrid-addrow-button .dx-icon-edit-button-addrow {
        color: #ffffff !important;
    }

    .dx-datagrid-addrow-button:hover {
        color: #FFFFFF;
        background-color: #1f858e !important;
        border-color: #18666d !important;
    }
/* Boton de dropdown */
.dx-dropdownbutton-action {
    color: #ffffff !important;
    background-color: #f2784b !important;
    border-color: #f2784b !important;
}

    .dx-dropdownbutton-action .dx-icon-export, .dx-icon-right {
        color: #ffffff !important;
    }

    .dx-dropdownbutton-action:hover {
        color: #ffffff;
        background-color: #ef541b !important;
        border-color: #ee4d12 !important;
    }

.templateListbox {
    border-width: 0 !important;
    width: 100% !important
}

.dx-datagrid-export-button {
    background-color: #26a1ab !important;
    border-color: #2499a3 !important;
    color: #ffffff !important;
}
.dropdown-dialog {
    background-color: var(--dxbl-treeview-item-hover-bg, #6f6f6f) !important;
}
/* Paginacion*/
.pagination-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: transparent;
    border: 0px solid #ddd;
    border-radius: 5px;
}

.pagination-controls {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dx-info {
    display: inline-block;
    margin-right: 9px;
    opacity: .7;
}


.pagination-container .btnCrearEnTabla {
    background-color: white;
    color: #333;
    border: 1px solid #ddd;
    padding: 6px 12px;
    border-radius: 4px !important;
    font-size: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}


    .pagination-container .btnCrearEnTabla:disabled {
        color: #ccc;
        cursor: not-allowed;
    }

.pagination-container .page-input {
    width: 40px;
    text-align: center;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 4px !important;
    font-size: 1rem;
}
.pagination-container .page-info {
    font-size: 1rem;
}

.page-size-selector label,
.page-size-selector select {
    font-size: 0.9rem;
}

.table th, .table td {
    color: #ffffff !important;
}

.custom-grid {
    display: block;
    font-family: inherit;
    white-space: pre-line;
    font-size: inherit !important;
    text-align: left;
}

    /* General para el grid */
    .custom-grid .dx-datagrid-header {
        background-color: #007bff; /* Azul para encabezado */
        color: white;
        text-align: left;
        font-weight: bold;
        border-bottom: 2px solid #0056b3;
    }

    .custom-grid .dx-row {
        border-bottom: 1px solid #ddd;
    }


.bug-icon {
    width: 16px;
    height: 17px;
    background-image: url("images/icons/bug.svg");
}

td:has(:hover) {
    background-color: #f5f5f5 !important;
    color: black !important;
    cursor: pointer !important;
}

.dxbl-grid-top-panel, .dxbl-grid-toolbar-container {
    border: none !important;
}

.dxbl-grid-search-box {
    display: flex !important;
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    height: 100% !important;
}



.dx-button-content {
    flex: 1 1 auto;
    height: 100%;
    max-height: 100%;
    display: inherit;
    align-items: center;
    justify-content: center;
    font-size: inherit !important;
    vertical-align: middle;
    line-height: 0;
}

.dx-button {
    height: 32px;
    position: relative;
    border-radius: 1px;
    background-color: transparent;
}

.dx-button {
    display: inline-flex;
    text-align: center;
    vertical-align: middle;
    max-width: 100%;
    overflow: hidden;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-drag: none;
}

.btn-column-chooser {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/icons/column-chooser.svg");
    mask-image: url("images/icons/column-chooser.svg");
    background-color: currentColor;
}



.btnCrearEnTabla {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


    .btnCrearEnTabla.green:not(.btn-outline) {
        color: transparent;
        background-color: #32c5d2;
        border-color: #32c5d2;
    }

/* Tabla */
.dx-header-row {
    background-color: #336EAF;
    color: transparentfff;
}

.dx-column-indicators, .dx-header-filter, .dx-header-filter-empty {
    color: transparentfff !important;
}

.dx-texteditor.dx-editor-underlined.dx-state-disabled::after, .dx-texteditor.dx-editor-underlined.dx-state-readonly::after {
    border-bottom-color: white !important;
}

.dx-texteditor.dx-editor-underlined::after {
    border-bottom: 1px solid white !important;
}
/*.dx-htmleditor.dx-htmleditor-outlined, .dx-texteditor.dx-editor-outlined {
    border-color: #e0e0e0 #e0e0e0 #e0e0e0 !important;
}*/
.dx-gridbase-a11y-status-container {
    display: none;
}

.portlet.portal-9, .portlet.box.portal-9 > .portlet-title, .portlet > .portlet-body.portal-9 {
    background-color: #e45543
}

.portlet.box.portal-9 {
    border: 2px solid #e45543;
    border-top: 0
}

    .portlet.box.portal-9 > .portlet-title > .caption, .portlet.box.portal-9 > .portlet-title > .caption > i {
        color: transparent
    }

    .portlet.box.portal-9 > .portlet-title > .actions .btn-default {
        background: 0 0 !important;
        border: 2px solid #acb9ca;
        color: #e45543
    }

        .portlet.box.portal-9 > .portlet-title > .actions .btn-default > i {
            color: #c5ceda
        }

        .portlet.box.portal-9 > .portlet-title > .actions .btn-default.active,
        .portlet.box.portal-9 > .portlet-title > .actions .btn-default:active,
        .portlet.box.portal-9 > .portlet-title > .actions .btn-default:focus,
        .portlet.box.portal-9 > .portlet-title > .actions .btn-default:hover {
            border: 1px solid #cbd4de;
            color: #dbe1e8
        }



.datosFormulario {
    display: none;
}

.tabla_content_centrado th, td {
    text-align: center;
    font-size: inherit !important;
}


/*PopOvers*/
.info-ayuda {
    margin-left: 15px;
}

.popover {
    max-width: 350px !important;
}

    .popover p, .popover hr {
        text-align: justify !important;
        margin: 10px 0 !important;
    }

.popovers {
    color: gray !important;
}
/*FIN PopOvers*/


/*BlockUI*/
.blockPage {
    padding: 7px !important;
    width: fit-content !important;
    border-radius: 10px !important;
    left: 50% !important;
    top: 40% !important;
    transform: translateX(-50%) !important;
}

/*FIN BlockUI*/



.dropdown-dialog {
    background-color: var(--dxbl-treeview-item-hover-bg, #6f6f6f) !important;
}

/*Borde Tablas*/
.dxbl-grid .dxbl-grid-table > tbody > tr, td {
    border: 1px solid #ddd !important;
}

/* Paginacion*/
.pagination-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.pagination-controls {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pagination-container .btn {
    background-color: white;
    color: transparent;
    border: 1px solid #ddd;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: inherit !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .pagination-container .btn:disabled {
        color: #ccc;
        cursor: not-allowed;
    }

.pagination-container .page-input {
    width: 40px;
    text-align: center;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
}

.pagination-container .page-info {
    font-size: 1rem;
    color: transparent;
}

.page-size-selector label,
.page-size-selector select {
    font-size: inherit !important;
}

label {
    font-size: inherit !important;
}

.informacion-horas-extras {
    margin: 20px;
}

.captura-horas-extras {
    margin: 20px;
}

.table th, .table td {
    text-align: center;
    vertical-align: middle;
}


.btn.green:not(.btn-outline) {
    color: transparent;
    background-color: #32c5d2;
    border-color: #32c5d2;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.5rem !important;
    margin-left: 5px !important;
}

.btn-column-chooser {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/icons/column-chooser.svg");
    mask-image: url("images/icons/column-chooser.svg");
    background-color: currentColor;
}

.dxbl-grid .dxbl-grid-table > tbody > tr, .dxbl-grid .dxbl-grid-table > tfoot > tr, .dxbl-grid .dxbl-grid-table > thead > tr, td, dxbl-grid-header-content {
    padding: 5px 5px !important;
    font-size: inherit !important;
    line-height: 15px !important;
    cursor: pointer !important;
}

.dxbl-grid.dxbl-grid-nowrap {
    white-space: nowrap;
    border: none;
}


td:has(:hover) {
    background-color: #f5f5f5 !important;
    color: black !important;
    cursor: pointer !important;
}

.dxbl-grid-top-panel, .dxbl-grid-toolbar-container {
    border: none !important;
}

.dxbl-grid-search-box {
    display: flex !important;
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    height: 100% !important;
}

.field_set {
    padding: 10px;
    border: 2px solid #578EBE !important;
}

    .field_set legend {
        border: 0px !important;
        width: auto !important;
        font-family: "Open Sans",sans-serif;
        font-weight: 400;
        font-size: inherit !important;
        padding: 10px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin-bottom: auto !important;
    }

.readOnlyInput {
    border: none;
}

.has-error-row {
    border-color: #e73d4a !important;
    border: 1px solid;
}

.dx-link {
    width: auto !important;
    height: auto !important;
    background-position: unset !important;
    background-size: auto !important;
    padding: inherit !important;
    font-size: inherit !important;
    text-align: unset !important;
    line-height: inherit !important;
    margin: auto !important;
}

.dropdown-dialog {
    background-color: var(--dxbl-treeview-item-hover-bg, #6f6f6f) !important;
}


#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

/* Estilo del overlay */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
}

.loading-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: white;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1001;
}
    /* Estilo de la imagen GIF */
    .loading-spinner img {
        width: 25px; /* Ajusta el tamaño del GIF */
        height: 25px; /* Asegúrate de que sea proporcional */
        margin-bottom: 8px; /* Espacio entre el GIF y el texto */
    }

.textoCargando {
    margin-top: 1rem;
    width: 50rem; /* Ajusta el tamaño del GIF */
    height: 2rem; /* Asegúrate de que sea proporcional */
    font-family: "Open Sans", sans-serif;
    font-size: inherit !important;
}

/*--------------------------------------------------------*/
/*Estilos param exportar*/
.contenedor-dropdown {
    position: relative;
    display: inline-block;
    z-index: 9999;
    height: 90% !important;
    color: #fff !important;
    -webkit-border-radius: 10% !important;
    -moz-border-radius: 10% !important;
    border-radius: 10% !important;
    margin-right: 0.2rem !important;
    margin-top: 0.1rem !important;
}

/* Ocultar el menú por defecto */
.dropdownMenu {
    list-style: none;
    display: none;
    position: absolute;
    right: 0;
    bottom: 100%;
    background-color: white;
    min-width: 200px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    margin-top: 6px;
    margin-bottom: 0px;
    padding: 6px 0;
    z-index: 10000;
}

/* Mostrar menú al pasar el mouse por el botón o el menú */
.contenedor-dropdown:hover .dropdownMenu {
    display: block;
}

.dropdown-item {
    display: block;
    padding: 8px 16px;
    color: black;
    text-decoration: none;
}

    .dropdown-item:hover {
        background-color: #f1f1f1;
        color: #333;
    }



.mi-dropdown-toggle:hover {
    background-color: var(--bs-secondary) !important;
}
/*Estilos param exportar*/
.dx-datagrid-column-chooser-button {
    height: 90% !important;
    color: #fff !important;
    background-color: #61527b !important;
    border-color: #5c4e75 !important;
    margin-right: 1rem !important;
    margin-top: 0.1rem !important;
}

.dx-datagrid-column-Agregar-button {
    color: #FFF !important;
    background-color: #32c5d2 !important;
    border-color: #32c5d2 !important;
    height: 90% !important;
    color: #fff !important;
    -webkit-border-radius: 10% !important;
    -moz-border-radius: 10% !important;
    margin-right: 0.1rem !important;
    margin-top: 0.1rem !important;
    border-radius: 0% !important;
}

.dxbl-btn {
    border-radius: 0px;
    margin-left: 1px !important;
    /*  margin: -2px !important;*/
    font-size: 12px;
    gap: 8px;
}
/* Estilo del overlay */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
}
.dx-texteditor-container {
    display: flex !important;
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    height: 100% !important;
}

.dx-texteditor-input-container {
    display: flex !important;
    flex-grow: 1 !important;
    position: relative !important;
    align-items: baseline !important;
}

.dx-texteditor-input {
    -webkit-appearance: none !important;
    width: 100% !important;
    height: 100% !important;
    outline: 0 !important;
    border: 0 !important;
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    user-select: text !important;
    margin: 0 !important;
    background-color: transparent !important;
    color: #242424 !important;
    font-size: inherit !important;
    line-height: 1.428571 !important;
}

.dx-icon {
    position: absolute !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 100% !important;
}

.dx-icon-search {
    position: absolute !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 100% !important;
}

.dx-placeholder {
    position: absolute !important;
    top: 0 !important;
    inset-inline-start: 0 !important;
    max-width: 100% !important;
    width: auto !important;
    height: 100% !important;
    text-align: left !important;
    cursor: text !important;
    pointer-events: none !important;
    color: #707070 !important;
    font-size: inherit !important;
    line-height: normal !important;
}

.dropdown-toggle-custom {
    display: inline-block;
    flex: 1 1 auto;
    height: 100%;
    max-height: 100%;
    display: inherit;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    line-height: 0;
    color: #ffffff !important;
    background-color: #f2784b !important;
    border-color: #f2784b !important;
    border-radius: 0% !important;
}

    .dropdown-toggle-custom::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }

.espacio-Icono-dropdown-toggle {
    margin-right: 0.5rem !important;
}

.custom-dropdown {
    z-index: 1055 !important; /* Bootstrap's default modal z-index is 1050 */
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.custom-dropdown-menu-show {
    margin-top: -9.5rem !important;
}

.dropdown-menu {
    z-index: 1055 !important; /* Bootstrap's default modal z-index is 1050 */
    position: absolute !important;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
/*********************** DevExpress ***********************/
.templateGrid {
    border-width: 0;
    width: 800px;
    height: 350px
}

.demo-calendar {
    border-width: 1px;
    border-style: solid;
}

.dx-datagrid .dx-datagrid-group {
    font-weight: bold; /* Para resaltar el tipo de cuenta */
}

.dx-datagrid .dx-datagrid-row {
    background-color: #D1C4E9; /* Color de fondo de las cuentas contables */
}

/* Boton de exportar Excel*/
.dx-datagrid-export-button {
    background-color: #26a1ab !important;
    border-color: #2499a3 !important;
    color: #ffffff !important;
}

    .dx-datagrid-export-button .dx-icon-xlsxfile {
        color: #ffffff !important;
    }

    .dx-datagrid-export-button:hover {
        color: #FFFFFF !important;
        background-color: #2c7772 !important;
        border-color: #215955 !important;
    }
/* Boton de columnas */
.dx-datagrid-column-chooser-button {
    color: #fff !important;
    background-color: #61527b !important;
    border-color: #5c4e75 !important;
}

    .dx-datagrid-column-chooser-button .dx-icon-column-chooser {
        color: #ffffff !important;
    }

    .dx-datagrid-column-chooser-button:hover {
        color: #ffffff !important;
        background-color: #504465 !important;
        border-color: #3d344d !important;
    }
/* Boton de agregar */
.dx-datagrid-addrow-button {
    color: #FFF !important;
    background-color: #32c5d2 !important;
    border-color: #32c5d2 !important;
}

    .dx-datagrid-addrow-button .dx-icon-edit-button-addrow {
        color: #ffffff !important;
    }

    .dx-datagrid-addrow-button:hover {
        color: #FFFFFF;
        background-color: #1f858e !important;
        border-color: #18666d !important;
    }
/* Boton de dropdown */
.dx-dropdownbutton-action {
    color: #ffffff !important;
    background-color: #f2784b !important;
    border-color: #f2784b !important;
}

    .dx-dropdownbutton-action .dx-icon-export, .dx-icon-right {
        color: #ffffff !important;
    }

    .dx-dropdownbutton-action:hover {
        color: #ffffff;
        background-color: #ef541b !important;
        border-color: #ee4d12 !important;
    }

.templateListbox {
    border-width: 0 !important;
    width: 100% !important
}

.dx-datagrid-export-button {
    background-color: #26a1ab !important;
    border-color: #2499a3 !important;
    color: #ffffff !important;
}


.dx-icon-column-chooser {
}

.dxbl-grid .dxbl-grid-table > tbody > tr, .dxbl-grid .dxbl-grid-table > tfoot > tr, .dxbl-grid .dxbl-grid-table > thead > tr, td, dxbl-grid-header-content {
    padding: 5px 5px !important;
    font-size: inherit !important;
    line-height: 15px !important;
    cursor: pointer !important;
}

.dxbl-grid .dxbl-grid-table > tbody > tr, .dxbl-grid .dxbl-grid-table > tfoot > tr, .dxbl-grid .dxbl-grid-table > thead > tr, td {
    text-align: left;
}

.table-loading-message {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 0.475rem;
    box-shadow: var(--bs-table-loading-message-box-shadow);
    background-color: var(--bs-table-loading-message-bg);
    color: var(--bs-table-loading-message-color);
    font-weight: 600;
    margin: 0 !important;
    width: auto;
    padding: 0.85rem 2rem !important;
    transform: translateX(-50%) translateY(-50%);
}

.table-loading {
    position: relative;
}

    .table-loading .table-loading-message {
        display: block;
    }

.dx-diagram-loading-indicator {
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    width: 64px;
    height: 64px
}

.dxbl-grid-header, .dxbl-grid-action, .dxbl-grid-header-row {
    align-content: center !important;
    text-align: center !important;
}

.dxbl-grid.dxbl-grid-nowrap {
    white-space: nowrap;
    border: none;
}

.dxbl-grid-filter-menu-funnel-btn {
    background-color: #336EAF !important;
    color: #ffffff !important;
}

.dxbl-edit-btn-dropdown, .dxbl-edit-btn-clear, .dxbl-spin-btn-dec, .dxbl-spin-btn-inc {
    background-color: transparent !important;
    color: #336EAF !important;
}

.dxbl-text-edit-input {
    border-bottom-color: white !important;
}

.dxbl-texteditor.dxbl-editor-underlined::after {
    border-bottom: 1px solid white !important;
}

.dxbl-grid {
    width: 100% !important;
}
/* Grid sin Data del Componente */
.dxbl-list-box-empty-data-container::before {
    content: "Sin datos disponibles";
    white-space: pre-line;
    font-family: inherit;
    font-weight: 400;
    font-size: 0.9rem;
    color: #999;
    display: block;
    text-align: center;
    margin: 10px 0;
}

.dxbl-list-box-empty-data-container use.dxbl-icon-set-default {
    display: none !important;
}

.dxbl-list-box-empty-data-container span.dxbl-grid-empty-data-not-found {
    display: none !important;
}
/* mejoras Grid sin Data */
.dxbl-grid-empty-data-area use.dxbl-icon-set-default {
    display: none !important;
}

.dxbl-grid-empty-data-area span.dxbl-grid-empty-data-not-found {
    display: none !important;
}

.dxbl-grid-empty-data-area::before {
    content: "Sin datos disponibles";
    white-space: pre-line;
    font-family: inherit;
    font-weight: 400;
    font-size: 0.9rem;
    color: #999;
    display: block;
    text-align: center;
    margin: 10px 0;
}

.bug-icon {
    width: 16px;
    height: 17px;
    background-image: url("images/icons/bug.svg");
}

td:has(:hover) {
    color: black !important;
    cursor: pointer !important;
}



/* Si un contenedor tiene .not-dxbl-grid-toolbar-container adentro, afecta el toolbar */
:not(.not-dxbl-grid-toolbar-container):has(.not-dxbl-grid-toolbar-container) .dxbl-grid-toolbar-container {
    top: 0 !important;
    text-align: left !important;
}


/* Aplica solo a los dropdowns con clase calendario-180 */
.dxbl-dropdown-dialog.calendario-180,
.dxbl-edit-dropdown.calendario-180 {
    width: 21.2rem !important;
}

.dxbl-grid-search-box {
    display: flex !important;
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    height: 100% !important;
}



.dx-button-content {
    flex: 1 1 auto;
    height: 100%;
    max-height: 100%;
    display: inherit;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    line-height: 0;
}

.dx-button {
    height: 32px;
    position: relative;
    border-radius: 1px;
    background-color: #fff;
}

.dx-button {
    display: inline-flex;
    text-align: center;
    vertical-align: middle;
    max-width: 100%;
    overflow: hidden;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-drag: none;
}

.btn-column-chooser {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/icons/column-chooser.svg");
    mask-image: url("images/icons/column-chooser.svg");
    background-color: currentColor;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0rem !important;
}


.btnCrearEnTabla {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: inherit;
    line-height: 1.42857;
    border-radius: 4px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


    .btnCrearEnTabla.green:not(.btn-outline) {
        color: #FFF;
        background-color: #32c5d2;
        border-color: #32c5d2;
    }

/* Tabla */
.dx-column-indicators, .dx-header-filter, .dx-header-filter-empty {
    color: #ffffff !important;
}

.dx-texteditor.dx-editor-underlined.dx-state-disabled::after, .dx-texteditor.dx-editor-underlined.dx-state-readonly::after {
    border-bottom-color: white !important;
}

.dx-texteditor.dx-editor-underlined::after {
    border-bottom: 1px solid white !important;
}
/*.dx-htmleditor.dx-htmleditor-outlined, .dx-texteditor.dx-editor-outlined {
    border-color: #e0e0e0 #e0e0e0 #e0e0e0 !important;
}*/
.dx-gridbase-a11y-status-container {
    display: none;
}


.form-total {
    padding: 3px 0px 0px 0px !important;
    font-weight: bold !important;
}

div.dx-label span {
    font-size: inherit !important;
}

#invCantidad, #divInicio, #divMetodo, #divPlazo, #divContactos, #divDetalle, #divCliente, #divTranferencia01, #divTarjeta01, #divTranferencia02, #divTarjeta02, #infoTarjeta01, #infoTarjeta02, .divMetodo {
    display: none;
}

.dx-texteditor-buttons-container > .dx-button {
    margin: 0px !important;
}

.text-right > div > div > .dx-texteditor-input {
    text-align: right;
}

.has-errorDataGrid > div:first-child {
    border: 1px solid red !important;
}

#divCompra {
    display: none;
}

.page-button {
    background-color: transparent;
    border: none;
    color: #333;
    font-weight: 400;
    padding: 6px 12px;
    margin: 0 5px;
    border-radius: 9999px;
    cursor: pointer;
    transition: background-color 0.2s;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}

    .page-button:hover {
        background-color: #f0f0f0;
    }

    .page-button.active {
        background-color: #0055A5;
        color: #ffffff;
    }

/*Estilos para barra de progreso */

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}

.progress,
.progress-stacked {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: var(--bs-gray-100);
    --bs-progress-border-radius: 6px;
    --bs-progress-box-shadow: none;
    --bs-progress-bar-color: #ffffff;
    --bs-progress-bar-bg: #009ef7;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
    box-shadow: var(--bs-progress-box-shadow);
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition);
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
    overflow: visible;
}

    .progress-stacked > .progress > .progress-bar {
        width: 100%;
    }

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none;
    }
}
/*botones de carusel de Tab*/
.wizard-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
    padding-top: 10px;
}

.wizard-step {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    text-align: center;
    flex: 1;
}

.wizard-step-circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #ccc;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
}

.wizard-step-label {
    font-size: 0.9rem;
    color: #333;
    max-width: 80%;
    overflow-wrap: break-word;
}

.completed .wizard-step-circle {
    background-color: #F1C40F;
    color: #fff;
}


.active .wizard-step-circle {
    background-color: #17a2b8;
}

.wizard-progress {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
/*Estilos Para acordion */
.AccordionEncabezado .dxbl-accordion-group {
    border: none !important;
    box-shadow: none !important;
}

.AccordionEncabezado .dxbl-accordion-group-header {
    background-color: white;
    border-right: none;
    border-left: none;
    color: #e45543;
    transition: all 0.3s ease;
}

    .AccordionEncabezado .dxbl-accordion-group-header:hover {
        background-color: white !important; /* Color de fondo al hacer hover */
        color: #e45543 !important; /* Cambia el color del texto al pasar el mouse */
        cursor: pointer;
    }

/*Fin Estilos Para acordion Dos en Detalles*/
/*Estilos Para acordion */
.AccordionEncabezadoDetalle .dxbl-accordion-group {
    border: 1px solid #32c5d2 !important;
    box-shadow: 1px !important;
}

.AccordionEncabezadoDetalle .dxbl-accordion-group-header {
    background-color: #32c5d2 !important;
    color: white !important;
    cursor: pointer;
    box-shadow: 1px !important;
}

.AccordionEncabezadoDetalle .dxbl-accordion-item-text {
    color: #FFF !important;
    float: left !important;
    display: inline-block !important;
    font-size: 18px !important;
    line-height: 18px;
    padding: 10px 0 !important;
}
/*Fin Estilos Para acordion dosDetalles*/
/*Contenido mensaje historico*/
.timeline-item {
    display: flex;
    align-items: flex-start;
    margin: 15px;
    position: relative;
}

.timeline-badge {
    flex-shrink: 0;
    margin-right: 10px;
    position: relative;
    z-index: 2;
}

.timeline-badge-userpic {
    border-radius: 50%;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    object-fit: cover;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}


.timeline-body {
    background-color: #f5f6fa; /* Color de fondo claro */
    padding: 10px 15px;
    border-radius: 8px;
    position: relative;
    flex-grow: 1;
    width: 100%;
}

    .timeline-body::before {
        content: "";
        position: absolute;
        left: -10px;
        top: 15px;
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-right: 10px solid #f5f6fa; /* mismo color que el fondo */
    }

.timeline-body-title {
    font-weight: 600;
    font-size: 14px;
    color: #e74c3c; /* Color principal */
    margin-bottom: 2px;
}

.timeline-body-time {
    font-size: 13px;
    color: #e74c3c;
}

.timeline-body-content {
    margin-top: 5px;
    font-size: 13px;
    color: #555;
}

/* Estilos de color opcionales */
.font-red {
    color: #e74c3c;
}

.font-blue {
    color: #3498db;
}

.font-green {
    color: #2ecc71;
}


.dxbl-dropdown {
    max-width: none !important;
    width: 70rem;
}


.dxbl-loading-panel .dxbl-loading-panel-container.dxbl-loading-panel-shading {
    background-color: rgba(255, 255, 255, 0.85) !important;
}

.dxbl-loading-panel .dxbl-loading-panel-message {
    font-size: var(--dxbl-loading-panel-message-size);
    color: #5f368d !important;
}

.dxbl-wait-indicator.dxbl-wait-indicator-spin > svg > g > circle {
    fill: transparent !important;
    stroke: #5f368d !important;
    opacity: .3 !important;
}

.dxbl-wait-indicator.dxbl-wait-indicator-spin > svg > g > g {
    stroke: #5f368d !important;
}

.dxbl-group-header, dxbl-accordion-group-header {
    background-color: white !important;
}

.dxbl-accordion, .dxbl-accordion-group {
    border: none !important;
}

.dxbl-accordion-item-text {
    font-size: 16px !important;
}

.dxbl-accordion-item-text, .icon-share {
    color: #666 !important;
    padding: 10px 0 !important;
    font-weight: bold;
}

.dxbl-virtual-toolbar {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
}

.input-with-suffix {
    display: flex;
    align-items: center;
    gap: 4px; /* Espacio entre input y símbolo */
}

.spin-edit-custom {
    flex: 1; /* Que el SpinEdit use todo el espacio disponible */
}

.unidad-medida {
    background-color: #f0f0f0;
    border: 1px solid #dcdcdc;
    padding: 6px 10px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 0.9rem;
    white-space: nowrap;
}

.dxbl-group-header, .dxbl-accordion-group-header {
    background-color: #e5e5e5 !important;
}

.dxbl-accordion-item-text, .dxbl-tabs-text-overflow {
    margin-left: 5px;
}

.btnFac {
    color: #fff !important;
    border-color: #26C281 !important;
    background-color: #26C281 !important;
}

.btnCancelFac {
    color: #fff !important;
    background-color: #e7505a !important;
    border-color: #e7505a !important;
}

.loading-panel-custom {
    border-radius: 12px;
    padding: 20px;
    font-size: 1.4rem;
}
.progress-custom {
    margin: 1rem !important;
    height: 3rem !important; /* más alto */
    width: 100% !important; /* ocupa todo el ancho */
    font-size: 1.2rem !important; /* texto más grande */
    border-radius: 8px !important; /* bordes redondeados */
}

.dxbl-progress-bar-label-container {
    margin-bottom: 3rem;
        display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px !important;
    font-weight: bold !important;
    color: #000; /* opcional: cambia color */
}

.dxbl-progress-bar-indicator,
.dxbl-progress-bar-track,
.dxbl-progress-bar-track-container,
.dxbl-progress-bar-container, .dxbl-progress-bar-column,
.dxbl-progress-bar {
    height: 3rem !important; /* más alto */
}

/*_______________________Estilos a prueba ya que son traidos de otros css ____________________________________________________________________________*/
/*BOTONES  EN PRUEBA*/
.page-toolbar {
    margin-top: 1rem !important;
    margin-left: 1rem !important;
    margin-bottom: 1rem !important;
}


.btn-circle {
    border-radius: 50% !important;
}

.btn-icon-only {
    height: 27px !important;
    width: 27px !important;
    text-align: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 2px !important;
}

.btn.btn-icon i,
.btn.btn-icon .svg-icon {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
}

.btn.btn-outline.btn-outline-dashed {
    border-width: 1px !important;
    border-style: dashed !important;
}

    .btn-check:checked + .btn.btn-outline.btn-outline-dashed, .btn-check:active + .btn.btn-outline.btn-outline-dashed, .btn.btn-outline.btn-outline-dashed:focus:not(.btn-active), .btn.btn-outline.btn-outline-dashed:hover:not(.btn-active), .btn.btn-outline.btn-outline-dashed:active:not(.btn-active), .btn.btn-outline.btn-outline-dashed.active, .btn.btn-outline.btn-outline-dashed.show, .show > .btn.btn-outline.btn-outline-dashed {
        border-color: var(--bs-primary) !important;
    }

.btn.btn-white {
    color: var(--bs-white-inverse) !important;
    border-color: var(--bs-white) !important;
    background-color: var(--bs-white !important;
}

    .btn.btn-white i,
    .btn.btn-white .svg-icon {
        color: var(--bs-white-inverse) !important;
    }

    .btn.btn-white.dropdown-toggle:after {
        color: var(--bs-white-inverse) !important;
    }

    .btn-check:checked + .btn.btn-white, .btn-check:active + .btn.btn-white, .btn.btn-white:focus:not(.btn-active), .btn.btn-white:hover:not(.btn-active), .btn.btn-white:active:not(.btn-active), .btn.btn-white.active, .btn.btn-white.show, .show > .btn.btn-white {
        color: var(--bs-white-inverse) !important;
        border-color: var(--bs-white-active) !important;
        background-color: var(--bs-white-active) !important;
    }

        .btn-check:checked + .btn.btn-white i,
        .btn-check:checked + .btn.btn-white .svg-icon, .btn-check:active + .btn.btn-white i,
        .btn-check:active + .btn.btn-white .svg-icon, .btn.btn-white:focus:not(.btn-active) i,
        .btn.btn-white:focus:not(.btn-active) .svg-icon, .btn.btn-white:hover:not(.btn-active) i,
        .btn.btn-white:hover:not(.btn-active) .svg-icon, .btn.btn-white:active:not(.btn-active) i,
        .btn.btn-white:active:not(.btn-active) .svg-icon, .btn.btn-white.active i,
        .btn.btn-white.active .svg-icon, .btn.btn-white.show i,
        .btn.btn-white.show .svg-icon, .show > .btn.btn-white i,
        .show > .btn.btn-white .svg-icon {
            color: var(--bs-white-inverse) !important;
        }

        .btn-check:checked + .btn.btn-white.dropdown-toggle:after, .btn-check:active + .btn.btn-white.dropdown-toggle:after, .btn.btn-white:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-white:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-white:active:not(.btn-active).dropdown-toggle:after, .btn.btn-white.active.dropdown-toggle:after, .btn.btn-white.show.dropdown-toggle:after, .show > .btn.btn-white.dropdown-toggle:after {
            color: var(--bs-white-inverse) !important;
        }

.btn.btn-bg-white {
    border-color: var(--bs-white) !important;
    background-color: var(--bs-white) !important;
}

.btn-check:checked + .btn.btn-active-white, .btn-check:active + .btn.btn-active-white, .btn.btn-active-white:focus:not(.btn-active), .btn.btn-active-white:hover:not(.btn-active), .btn.btn-active-white:active:not(.btn-active), .btn.btn-active-white.active, .btn.btn-active-white.show, .show > .btn.btn-active-white {
    color: var(--bs-white-inverse) !important;
    border-color: var(--bs-white) !important;
    background-color: var(--bs-white) !important;
}

    .btn-check:checked + .btn.btn-active-white i,
    .btn-check:checked + .btn.btn-active-white .svg-icon, .btn-check:active + .btn.btn-active-white i,
    .btn-check:active + .btn.btn-active-white .svg-icon, .btn.btn-active-white:focus:not(.btn-active) i,
    .btn.btn-active-white:focus:not(.btn-active) .svg-icon, .btn.btn-active-white:hover:not(.btn-active) i,
    .btn.btn-active-white:hover:not(.btn-active) .svg-icon, .btn.btn-active-white:active:not(.btn-active) i,
    .btn.btn-active-white:active:not(.btn-active) .svg-icon, .btn.btn-active-white.active i,
    .btn.btn-active-white.active .svg-icon, .btn.btn-active-white.show i,
    .btn.btn-active-white.show .svg-icon, .show > .btn.btn-active-white i,
    .show > .btn.btn-active-white .svg-icon {
        color: var(--bs-white-inverse) !important;
    }

    .btn-check:checked + .btn.btn-active-white.dropdown-toggle:after, .btn-check:active + .btn.btn-active-white.dropdown-toggle:after, .btn.btn-active-white:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-white:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-white:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-white.active.dropdown-toggle:after, .btn.btn-active-white.show.dropdown-toggle:after, .show > .btn.btn-active-white.dropdown-toggle:after {
        color: var(--bs-white-inverse) !important;
    }

.btn.btn-outline.btn-outline-white {
    color: var(--bs-white) !important;
    border-color: var(--bs-white) !important;
    background-color: transparent !important;
}

    .btn.btn-outline.btn-outline-white i,
    .btn.btn-outline.btn-outline-white .svg-icon {
        color: var(--bs-white) !important;
    }

    .btn.btn-outline.btn-outline-white.dropdown-toggle:after {
        color: var(--bs-white) !important;
    }

    .btn-check:checked + .btn.btn-outline.btn-outline-white, .btn-check:active + .btn.btn-outline.btn-outline-white, .btn.btn-outline.btn-outline-white:focus:not(.btn-active), .btn.btn-outline.btn-outline-white:hover:not(.btn-active), .btn.btn-outline.btn-outline-white:active:not(.btn-active), .btn.btn-outline.btn-outline-white.active, .btn.btn-outline.btn-outline-white.show, .show > .btn.btn-outline.btn-outline-white {
        color: var(--bs-white-active) !important;
        border-color: var(--bs-white) !important;
        background-color: var(--bs-white-light) !important;
    }

        .btn-check:checked + .btn.btn-outline.btn-outline-white i,
        .btn-check:checked + .btn.btn-outline.btn-outline-white .svg-icon, .btn-check:active + .btn.btn-outline.btn-outline-white i,
        .btn-check:active + .btn.btn-outline.btn-outline-white .svg-icon, .btn.btn-outline.btn-outline-white:focus:not(.btn-active) i,
        .btn.btn-outline.btn-outline-white:focus:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-white:hover:not(.btn-active) i,
        .btn.btn-outline.btn-outline-white:hover:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-white:active:not(.btn-active) i,
        .btn.btn-outline.btn-outline-white:active:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-white.active i,
        .btn.btn-outline.btn-outline-white.active .svg-icon, .btn.btn-outline.btn-outline-white.show i,
        .btn.btn-outline.btn-outline-white.show .svg-icon, .show > .btn.btn-outline.btn-outline-white i,
        .show > .btn.btn-outline.btn-outline-white .svg-icon {
            color: var(--bs-white-active) !important;
        }

        .btn-check:checked + .btn.btn-outline.btn-outline-white.dropdown-toggle:after, .btn-check:active + .btn.btn-outline.btn-outline-white.dropdown-toggle:after, .btn.btn-outline.btn-outline-white:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-outline.btn-outline-white:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-outline.btn-outline-white:active:not(.btn-active).dropdown-toggle:after, .btn.btn-outline.btn-outline-white.active.dropdown-toggle:after, .btn.btn-outline.btn-outline-white.show.dropdown-toggle:after, .show > .btn.btn-outline.btn-outline-white.dropdown-toggle:after {
            color: var(--bs-white-active) !important;
        }

.btn.btn-light {
    color: var(--bs-light-inverse) !important;
    border-color: var(--bs-light) !important;
    background-color: var(--bs-light) !important;
}

    .btn.btn-light i,
    .btn.btn-light .svg-icon {
        color: var(--bs-light-inverse) !important;
    }

    .btn.btn-light.dropdown-toggle:after {
        color: var(--bs-light-inverse) !important;
    }

    .btn-check:checked + .btn.btn-light, .btn-check:active + .btn.btn-light, .btn.btn-light:focus:not(.btn-active), .btn.btn-light:hover:not(.btn-active), .btn.btn-light:active:not(.btn-active), .btn.btn-light.active, .btn.btn-light.show, .show > .btn.btn-light {
        color: var(--bs-light-inverse) !important;
        border-color: var(--bs-light-active) !important;
        background-color: var(--bs-light-active) !important;
    }

        .btn-check:checked + .btn.btn-light i,
        .btn-check:checked + .btn.btn-light .svg-icon, .btn-check:active + .btn.btn-light i,
        .btn-check:active + .btn.btn-light .svg-icon, .btn.btn-light:focus:not(.btn-active) i,
        .btn.btn-light:focus:not(.btn-active) .svg-icon, .btn.btn-light:hover:not(.btn-active) i,
        .btn.btn-light:hover:not(.btn-active) .svg-icon, .btn.btn-light:active:not(.btn-active) i,
        .btn.btn-light:active:not(.btn-active) .svg-icon, .btn.btn-light.active i,
        .btn.btn-light.active .svg-icon, .btn.btn-light.show i,
        .btn.btn-light.show .svg-icon, .show > .btn.btn-light i,
        .show > .btn.btn-light .svg-icon {
            color: var(--bs-light-inverse) !important;
        }

        .btn-check:checked + .btn.btn-light.dropdown-toggle:after, .btn-check:active + .btn.btn-light.dropdown-toggle:after, .btn.btn-light:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-light:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-light:active:not(.btn-active).dropdown-toggle:after, .btn.btn-light.active.dropdown-toggle:after, .btn.btn-light.show.dropdown-toggle:after, .show > .btn.btn-light.dropdown-toggle:after {
            color: var(--bs-light-inverse) !important;
        }

.btn.btn-bg-light {
    border-color: var(--bs-light) !important;
    background-color: var(--bs-light) !important;
}

.btn-check:checked + .btn.btn-active-light, .btn-check:active + .btn.btn-active-light, .btn.btn-active-light:focus:not(.btn-active), .btn.btn-active-light:hover:not(.btn-active), .btn.btn-active-light:active:not(.btn-active), .btn.btn-active-light.active, .btn.btn-active-light.show, .show > .btn.btn-active-light {
    color: var(--bs-light-inverse) !important;
    border-color: var(--bs-light) !important;
    background-color: var(--bs-light) !important;
}

    .btn-check:checked + .btn.btn-active-light i,
    .btn-check:checked + .btn.btn-active-light .svg-icon, .btn-check:active + .btn.btn-active-light i,
    .btn-check:active + .btn.btn-active-light .svg-icon, .btn.btn-active-light:focus:not(.btn-active) i,
    .btn.btn-active-light:focus:not(.btn-active) .svg-icon, .btn.btn-active-light:hover:not(.btn-active) i,
    .btn.btn-active-light:hover:not(.btn-active) .svg-icon, .btn.btn-active-light:active:not(.btn-active) i,
    .btn.btn-active-light:active:not(.btn-active) .svg-icon, .btn.btn-active-light.active i,
    .btn.btn-active-light.active .svg-icon, .btn.btn-active-light.show i,
    .btn.btn-active-light.show .svg-icon, .show > .btn.btn-active-light i,
    .show > .btn.btn-active-light .svg-icon {
        color: var(--bs-light-inverse) !important;
    }

    .btn-check:checked + .btn.btn-active-light.dropdown-toggle:after, .btn-check:active + .btn.btn-active-light.dropdown-toggle:after, .btn.btn-active-light:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light.active.dropdown-toggle:after, .btn.btn-active-light.show.dropdown-toggle:after, .show > .btn.btn-active-light.dropdown-toggle:after {
        color: var(--bs-light-inverse) !important;
    }

.btn.btn-outline.btn-outline-light {
    color: var(--bs-light) !important;
    border-color: var(--bs-light) !important;
    background-color: transparent !important;
}

    .btn.btn-outline.btn-outline-light i,
    .btn.btn-outline.btn-outline-light .svg-icon {
        color: var(--bs-light) !important;
    }

    .btn.btn-outline.btn-outline-light.dropdown-toggle:after {
        color: var(--bs-light) !important;
    }

    .btn-check:checked + .btn.btn-outline.btn-outline-light, .btn-check:active + .btn.btn-outline.btn-outline-light, .btn.btn-outline.btn-outline-light:focus:not(.btn-active), .btn.btn-outline.btn-outline-light:hover:not(.btn-active), .btn.btn-outline.btn-outline-light:active:not(.btn-active), .btn.btn-outline.btn-outline-light.active, .btn.btn-outline.btn-outline-light.show, .show > .btn.btn-outline.btn-outline-light {
        color: var(--bs-light-active) !important;
        border-color: var(--bs-light) !important;
        background-color: var(--bs-light-light) !important;
    }

        .btn-check:checked + .btn.btn-outline.btn-outline-light i,
        .btn-check:checked + .btn.btn-outline.btn-outline-light .svg-icon, .btn-check:active + .btn.btn-outline.btn-outline-light i,
        .btn-check:active + .btn.btn-outline.btn-outline-light .svg-icon, .btn.btn-outline.btn-outline-light:focus:not(.btn-active) i,
        .btn.btn-outline.btn-outline-light:focus:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-light:hover:not(.btn-active) i,
        .btn.btn-outline.btn-outline-light:hover:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-light:active:not(.btn-active) i,
        .btn.btn-outline.btn-outline-light:active:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-light.active i,
        .btn.btn-outline.btn-outline-light.active .svg-icon, .btn.btn-outline.btn-outline-light.show i,
        .btn.btn-outline.btn-outline-light.show .svg-icon, .show > .btn.btn-outline.btn-outline-light i,
        .show > .btn.btn-outline.btn-outline-light .svg-icon {
            color: var(--bs-light-active) !important;
        }

        .btn-check:checked + .btn.btn-outline.btn-outline-light.dropdown-toggle:after, .btn-check:active + .btn.btn-outline.btn-outline-light.dropdown-toggle:after, .btn.btn-outline.btn-outline-light:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-outline.btn-outline-light:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-outline.btn-outline-light:active:not(.btn-active).dropdown-toggle:after, .btn.btn-outline.btn-outline-light.active.dropdown-toggle:after, .btn.btn-outline.btn-outline-light.show.dropdown-toggle:after, .show > .btn.btn-outline.btn-outline-light.dropdown-toggle:after {
            color: var(--bs-light-active) !important;
        }

.btn.btn-primary {
    color: var(--bs-primary-inverse) !important;
    border-color: var(--bs-primary) !important;
    background-color: var(--bs-primary) !important;
}

    .btn.btn-primary i,
    .btn.btn-primary .svg-icon {
        color: var(--bs-primary-inverse) !important;
    }

    .btn.btn-primary.dropdown-toggle:after {
        color: var(--bs-primary-inverse) !important;
    }

    .btn-check:checked + .btn.btn-primary, .btn-check:active + .btn.btn-primary, .btn.btn-primary:focus:not(.btn-active), .btn.btn-primary:hover:not(.btn-active), .btn.btn-primary:active:not(.btn-active), .btn.btn-primary.active, .btn.btn-primary.show, .show > .btn.btn-primary {
        color: var(--bs-primary-inverse) !important;
        border-color: var(--bs-primary-active) !important;
        background-color: var(--bs-primary-active) !important;
    }

        .btn-check:checked + .btn.btn-primary i,
        .btn-check:checked + .btn.btn-primary .svg-icon, .btn-check:active + .btn.btn-primary i,
        .btn-check:active + .btn.btn-primary .svg-icon, .btn.btn-primary:focus:not(.btn-active) i,
        .btn.btn-primary:focus:not(.btn-active) .svg-icon, .btn.btn-primary:hover:not(.btn-active) i,
        .btn.btn-primary:hover:not(.btn-active) .svg-icon, .btn.btn-primary:active:not(.btn-active) i,
        .btn.btn-primary:active:not(.btn-active) .svg-icon, .btn.btn-primary.active i,
        .btn.btn-primary.active .svg-icon, .btn.btn-primary.show i,
        .btn.btn-primary.show .svg-icon, .show > .btn.btn-primary i,
        .show > .btn.btn-primary .svg-icon {
            color: var(--bs-primary-inverse) !important;
        }

        .btn-check:checked + .btn.btn-primary.dropdown-toggle:after, .btn-check:active + .btn.btn-primary.dropdown-toggle:after, .btn.btn-primary:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-primary:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-primary:active:not(.btn-active).dropdown-toggle:after, .btn.btn-primary.active.dropdown-toggle:after, .btn.btn-primary.show.dropdown-toggle:after, .show > .btn.btn-primary.dropdown-toggle:after {
            color: var(--bs-primary-inverse) !important;
        }

.btn.btn-light-primary {
    color: var(--bs-primary) !important;
    border-color: var(--bs-primary-light) !important;
    background-color: var(--bs-primary-light) !important;
}

    .btn.btn-light-primary i,
    .btn.btn-light-primary .svg-icon {
        color: var(--bs-primary) !important;
    }

    .btn.btn-light-primary.dropdown-toggle:after {
        color: var(--bs-primary) !important;
    }

    .btn-check:checked + .btn.btn-light-primary, .btn-check:active + .btn.btn-light-primary, .btn.btn-light-primary:focus:not(.btn-active), .btn.btn-light-primary:hover:not(.btn-active), .btn.btn-light-primary:active:not(.btn-active), .btn.btn-light-primary.active, .btn.btn-light-primary.show, .show > .btn.btn-light-primary {
        color: var(--bs-primary-inverse) !important;
        border-color: var(--bs-primary) !important;
        background-color: var(--bs-primary) !important;
    }

        .btn-check:checked + .btn.btn-light-primary i,
        .btn-check:checked + .btn.btn-light-primary .svg-icon, .btn-check:active + .btn.btn-light-primary i,
        .btn-check:active + .btn.btn-light-primary .svg-icon, .btn.btn-light-primary:focus:not(.btn-active) i,
        .btn.btn-light-primary:focus:not(.btn-active) .svg-icon, .btn.btn-light-primary:hover:not(.btn-active) i,
        .btn.btn-light-primary:hover:not(.btn-active) .svg-icon, .btn.btn-light-primary:active:not(.btn-active) i,
        .btn.btn-light-primary:active:not(.btn-active) .svg-icon, .btn.btn-light-primary.active i,
        .btn.btn-light-primary.active .svg-icon, .btn.btn-light-primary.show i,
        .btn.btn-light-primary.show .svg-icon, .show > .btn.btn-light-primary i,
        .show > .btn.btn-light-primary .svg-icon {
            color: var(--bs-primary-inverse) !important;
        }

        .btn-check:checked + .btn.btn-light-primary.dropdown-toggle:after, .btn-check:active + .btn.btn-light-primary.dropdown-toggle:after, .btn.btn-light-primary:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-light-primary:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-light-primary:active:not(.btn-active).dropdown-toggle:after, .btn.btn-light-primary.active.dropdown-toggle:after, .btn.btn-light-primary.show.dropdown-toggle:after, .show > .btn.btn-light-primary.dropdown-toggle:after {
            color: var(--bs-primary-inverse) !important;
        }

.btn.btn-bg-primary {
    border-color: var(--bs-primary) !important;
    background-color: var(--bs-primary) !important;
}

.btn-check:checked + .btn.btn-active-primary, .btn-check:active + .btn.btn-active-primary, .btn.btn-active-primary:focus:not(.btn-active), .btn.btn-active-primary:hover:not(.btn-active), .btn.btn-active-primary:active:not(.btn-active), .btn.btn-active-primary.active, .btn.btn-active-primary.show, .show > .btn.btn-active-primary {
    color: var(--bs-primary-inverse) !important;
    border-color: var(--bs-primary) !important;
    background-color: var(--bs-primary) !important;
}

    .btn-check:checked + .btn.btn-active-primary i,
    .btn-check:checked + .btn.btn-active-primary .svg-icon, .btn-check:active + .btn.btn-active-primary i,
    .btn-check:active + .btn.btn-active-primary .svg-icon, .btn.btn-active-primary:focus:not(.btn-active) i,
    .btn.btn-active-primary:focus:not(.btn-active) .svg-icon, .btn.btn-active-primary:hover:not(.btn-active) i,
    .btn.btn-active-primary:hover:not(.btn-active) .svg-icon, .btn.btn-active-primary:active:not(.btn-active) i,
    .btn.btn-active-primary:active:not(.btn-active) .svg-icon, .btn.btn-active-primary.active i,
    .btn.btn-active-primary.active .svg-icon, .btn.btn-active-primary.show i,
    .btn.btn-active-primary.show .svg-icon, .show > .btn.btn-active-primary i,
    .show > .btn.btn-active-primary .svg-icon {
        color: var(--bs-primary-inverse) !important;
    }

    .btn-check:checked + .btn.btn-active-primary.dropdown-toggle:after, .btn-check:active + .btn.btn-active-primary.dropdown-toggle:after, .btn.btn-active-primary:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-primary:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-primary:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-primary.active.dropdown-toggle:after, .btn.btn-active-primary.show.dropdown-toggle:after, .show > .btn.btn-active-primary.dropdown-toggle:after {
        color: var(--bs-primary-inverse) !important;
    }

.btn-check:checked + .btn.btn-active-light-primary, .btn-check:active + .btn.btn-active-light-primary, .btn.btn-active-light-primary:focus:not(.btn-active), .btn.btn-active-light-primary:hover:not(.btn-active), .btn.btn-active-light-primary:active:not(.btn-active), .btn.btn-active-light-primary.active, .btn.btn-active-light-primary.show, .show > .btn.btn-active-light-primary {
    color: var(--bs-primary) !important;
    border-color: var(--bs-primary-light) !important;
    background-color: var(--bs-primary-light) !important;
}

    .btn-check:checked + .btn.btn-active-light-primary i,
    .btn-check:checked + .btn.btn-active-light-primary .svg-icon, .btn-check:active + .btn.btn-active-light-primary i,
    .btn-check:active + .btn.btn-active-light-primary .svg-icon, .btn.btn-active-light-primary:focus:not(.btn-active) i,
    .btn.btn-active-light-primary:focus:not(.btn-active) .svg-icon, .btn.btn-active-light-primary:hover:not(.btn-active) i,
    .btn.btn-active-light-primary:hover:not(.btn-active) .svg-icon, .btn.btn-active-light-primary:active:not(.btn-active) i,
    .btn.btn-active-light-primary:active:not(.btn-active) .svg-icon, .btn.btn-active-light-primary.active i,
    .btn.btn-active-light-primary.active .svg-icon, .btn.btn-active-light-primary.show i,
    .btn.btn-active-light-primary.show .svg-icon, .show > .btn.btn-active-light-primary i,
    .show > .btn.btn-active-light-primary .svg-icon {
        color: var(--bs-primary) !important;
    }

    .btn-check:checked + .btn.btn-active-light-primary.dropdown-toggle:after, .btn-check:active + .btn.btn-active-light-primary.dropdown-toggle:after, .btn.btn-active-light-primary:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light-primary:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light-primary:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light-primary.active.dropdown-toggle:after, .btn.btn-active-light-primary.show.dropdown-toggle:after, .show > .btn.btn-active-light-primary.dropdown-toggle:after {
        color: var(--bs-primary) !important;
    }

.btn.btn-outline.btn-outline-primary {
    color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    background-color: transparent !important;
}

    .btn.btn-outline.btn-outline-primary i,
    .btn.btn-outline.btn-outline-primary .svg-icon {
        color: var(--bs-primary) !important;
    }

    .btn.btn-outline.btn-outline-primary.dropdown-toggle:after {
        color: var(--bs-primary) !important;
    }

    .btn-check:checked + .btn.btn-outline.btn-outline-primary, .btn-check:active + .btn.btn-outline.btn-outline-primary, .btn.btn-outline.btn-outline-primary:focus:not(.btn-active), .btn.btn-outline.btn-outline-primary:hover:not(.btn-active), .btn.btn-outline.btn-outline-primary:active:not(.btn-active), .btn.btn-outline.btn-outline-primary.active, .btn.btn-outline.btn-outline-primary.show, .show > .btn.btn-outline.btn-outline-primary {
        color: var(--bs-primary-active) !important;
        border-color: var(--bs-primary) !important;
        background-color: var(--bs-primary-light) !important;
    }

        .btn-check:checked + .btn.btn-outline.btn-outline-primary i,
        .btn-check:checked + .btn.btn-outline.btn-outline-primary .svg-icon, .btn-check:active + .btn.btn-outline.btn-outline-primary i,
        .btn-check:active + .btn.btn-outline.btn-outline-primary .svg-icon, .btn.btn-outline.btn-outline-primary:focus:not(.btn-active) i,
        .btn.btn-outline.btn-outline-primary:focus:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-primary:hover:not(.btn-active) i,
        .btn.btn-outline.btn-outline-primary:hover:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-primary:active:not(.btn-active) i,
        .btn.btn-outline.btn-outline-primary:active:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-primary.active i,
        .btn.btn-outline.btn-outline-primary.active .svg-icon, .btn.btn-outline.btn-outline-primary.show i,
        .btn.btn-outline.btn-outline-primary.show .svg-icon, .show > .btn.btn-outline.btn-outline-primary i,
        .show > .btn.btn-outline.btn-outline-primary .svg-icon {
            color: var(--bs-primary-active) !important;
        }

        .btn-check:checked + .btn.btn-outline.btn-outline-primary.dropdown-toggle:after, .btn-check:active + .btn.btn-outline.btn-outline-primary.dropdown-toggle:after, .btn.btn-outline.btn-outline-primary:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-outline.btn-outline-primary:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-outline.btn-outline-primary:active:not(.btn-active).dropdown-toggle:after, .btn.btn-outline.btn-outline-primary.active.dropdown-toggle:after, .btn.btn-outline.btn-outline-primary.show.dropdown-toggle:after, .show > .btn.btn-outline.btn-outline-primary.dropdown-toggle:after {
            color: var(--bs-primary-active) !important;
        }

.btn.btn-secondary {
    color: var(--bs-secondary-inverse) !important;
    border-color: var(--bs-secondary) !important;
    background-color: var(--bs-secondary) !important;
}

    .btn.btn-secondary i,
    .btn.btn-secondary .svg-icon {
        color: var(--bs-secondary-inverse) !important;
    }

    .btn.btn-secondary.dropdown-toggle:after {
        color: var(--bs-secondary-inverse) !important;
    }

    .btn-check:checked + .btn.btn-secondary, .btn-check:active + .btn.btn-secondary, .btn.btn-secondary:focus:not(.btn-active), .btn.btn-secondary:hover:not(.btn-active), .btn.btn-secondary:active:not(.btn-active), .btn.btn-secondary.active, .btn.btn-secondary.show, .show > .btn.btn-secondary {
        color: var(--bs-secondary-inverse) !important;
        border-color: var(--bs-secondary-active) !important;
        background-color: var(--bs-secondary-active) !important;
    }

        .btn-check:checked + .btn.btn-secondary i,
        .btn-check:checked + .btn.btn-secondary .svg-icon, .btn-check:active + .btn.btn-secondary i,
        .btn-check:active + .btn.btn-secondary .svg-icon, .btn.btn-secondary:focus:not(.btn-active) i,
        .btn.btn-secondary:focus:not(.btn-active) .svg-icon, .btn.btn-secondary:hover:not(.btn-active) i,
        .btn.btn-secondary:hover:not(.btn-active) .svg-icon, .btn.btn-secondary:active:not(.btn-active) i,
        .btn.btn-secondary:active:not(.btn-active) .svg-icon, .btn.btn-secondary.active i,
        .btn.btn-secondary.active .svg-icon, .btn.btn-secondary.show i,
        .btn.btn-secondary.show .svg-icon, .show > .btn.btn-secondary i,
        .show > .btn.btn-secondary .svg-icon {
            color: var(--bs-secondary-inverse) !important;
        }

        .btn-check:checked + .btn.btn-secondary.dropdown-toggle:after, .btn-check:active + .btn.btn-secondary.dropdown-toggle:after, .btn.btn-secondary:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-secondary:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-secondary:active:not(.btn-active).dropdown-toggle:after, .btn.btn-secondary.active.dropdown-toggle:after, .btn.btn-secondary.show.dropdown-toggle:after, .show > .btn.btn-secondary.dropdown-toggle:after {
            color: var(--bs-secondary-inverse) !important;
        }

.btn.btn-light-secondary {
    color: var(--bs-secondary) !important;
    border-color: var(--bs-secondary-light) !important;
    background-color: var(--bs-secondary-light) !important;
}

    .btn.btn-light-secondary i,
    .btn.btn-light-secondary .svg-icon {
        color: var(--bs-secondary) !important;
    }

    .btn.btn-light-secondary.dropdown-toggle:after {
        color: var(--bs-secondary) !important;
    }

    .btn-check:checked + .btn.btn-light-secondary, .btn-check:active + .btn.btn-light-secondary, .btn.btn-light-secondary:focus:not(.btn-active), .btn.btn-light-secondary:hover:not(.btn-active), .btn.btn-light-secondary:active:not(.btn-active), .btn.btn-light-secondary.active, .btn.btn-light-secondary.show, .show > .btn.btn-light-secondary {
        color: var(--bs-secondary-inverse) !important;
        border-color: var(--bs-secondary) !important;
        background-color: var(--bs-secondary) !important;
    }

        .btn-check:checked + .btn.btn-light-secondary i,
        .btn-check:checked + .btn.btn-light-secondary .svg-icon, .btn-check:active + .btn.btn-light-secondary i,
        .btn-check:active + .btn.btn-light-secondary .svg-icon, .btn.btn-light-secondary:focus:not(.btn-active) i,
        .btn.btn-light-secondary:focus:not(.btn-active) .svg-icon, .btn.btn-light-secondary:hover:not(.btn-active) i,
        .btn.btn-light-secondary:hover:not(.btn-active) .svg-icon, .btn.btn-light-secondary:active:not(.btn-active) i,
        .btn.btn-light-secondary:active:not(.btn-active) .svg-icon, .btn.btn-light-secondary.active i,
        .btn.btn-light-secondary.active .svg-icon, .btn.btn-light-secondary.show i,
        .btn.btn-light-secondary.show .svg-icon, .show > .btn.btn-light-secondary i,
        .show > .btn.btn-light-secondary .svg-icon {
            color: var(--bs-secondary-inverse) !important;
        }

        .btn-check:checked + .btn.btn-light-secondary.dropdown-toggle:after, .btn-check:active + .btn.btn-light-secondary.dropdown-toggle:after, .btn.btn-light-secondary:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-light-secondary:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-light-secondary:active:not(.btn-active).dropdown-toggle:after, .btn.btn-light-secondary.active.dropdown-toggle:after, .btn.btn-light-secondary.show.dropdown-toggle:after, .show > .btn.btn-light-secondary.dropdown-toggle:after {
            color: var(--bs-secondary-inverse) !important;
        }

.btn.btn-bg-secondary {
    border-color: var(--bs-secondary) !important;
    background-color: var(--bs-secondary) !important;
}

.btn-check:checked + .btn.btn-active-secondary, .btn-check:active + .btn.btn-active-secondary, .btn.btn-active-secondary:focus:not(.btn-active), .btn.btn-active-secondary:hover:not(.btn-active), .btn.btn-active-secondary:active:not(.btn-active), .btn.btn-active-secondary.active, .btn.btn-active-secondary.show, .show > .btn.btn-active-secondary {
    color: var(--bs-secondary-inverse) !important;
    border-color: var(--bs-secondary) !important;
    background-color: var(--bs-secondary) !important;
}

    .btn-check:checked + .btn.btn-active-secondary i,
    .btn-check:checked + .btn.btn-active-secondary .svg-icon, .btn-check:active + .btn.btn-active-secondary i,
    .btn-check:active + .btn.btn-active-secondary .svg-icon, .btn.btn-active-secondary:focus:not(.btn-active) i,
    .btn.btn-active-secondary:focus:not(.btn-active) .svg-icon, .btn.btn-active-secondary:hover:not(.btn-active) i,
    .btn.btn-active-secondary:hover:not(.btn-active) .svg-icon, .btn.btn-active-secondary:active:not(.btn-active) i,
    .btn.btn-active-secondary:active:not(.btn-active) .svg-icon, .btn.btn-active-secondary.active i,
    .btn.btn-active-secondary.active .svg-icon, .btn.btn-active-secondary.show i,
    .btn.btn-active-secondary.show .svg-icon, .show > .btn.btn-active-secondary i,
    .show > .btn.btn-active-secondary .svg-icon {
        color: var(--bs-secondary-inverse) !important;
    }

    .btn-check:checked + .btn.btn-active-secondary.dropdown-toggle:after, .btn-check:active + .btn.btn-active-secondary.dropdown-toggle:after, .btn.btn-active-secondary:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-secondary:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-secondary:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-secondary.active.dropdown-toggle:after, .btn.btn-active-secondary.show.dropdown-toggle:after, .show > .btn.btn-active-secondary.dropdown-toggle:after {
        color: var(--bs-secondary-inverse) !important;
    }

.btn-check:checked + .btn.btn-active-light-secondary, .btn-check:active + .btn.btn-active-light-secondary, .btn.btn-active-light-secondary:focus:not(.btn-active), .btn.btn-active-light-secondary:hover:not(.btn-active), .btn.btn-active-light-secondary:active:not(.btn-active), .btn.btn-active-light-secondary.active, .btn.btn-active-light-secondary.show, .show > .btn.btn-active-light-secondary {
    color: var(--bs-secondary) !important;
    border-color: var(--bs-secondary-light) !important;
    background-color: var(--bs-secondary-light) !important;
}

    .btn-check:checked + .btn.btn-active-light-secondary i,
    .btn-check:checked + .btn.btn-active-light-secondary .svg-icon, .btn-check:active + .btn.btn-active-light-secondary i,
    .btn-check:active + .btn.btn-active-light-secondary .svg-icon, .btn.btn-active-light-secondary:focus:not(.btn-active) i,
    .btn.btn-active-light-secondary:focus:not(.btn-active) .svg-icon, .btn.btn-active-light-secondary:hover:not(.btn-active) i,
    .btn.btn-active-light-secondary:hover:not(.btn-active) .svg-icon, .btn.btn-active-light-secondary:active:not(.btn-active) i,
    .btn.btn-active-light-secondary:active:not(.btn-active) .svg-icon, .btn.btn-active-light-secondary.active i,
    .btn.btn-active-light-secondary.active .svg-icon, .btn.btn-active-light-secondary.show i,
    .btn.btn-active-light-secondary.show .svg-icon, .show > .btn.btn-active-light-secondary i,
    .show > .btn.btn-active-light-secondary .svg-icon {
        color: var(--bs-secondary) !important;
    }

    .btn-check:checked + .btn.btn-active-light-secondary.dropdown-toggle:after, .btn-check:active + .btn.btn-active-light-secondary.dropdown-toggle:after, .btn.btn-active-light-secondary:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light-secondary:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light-secondary:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light-secondary.active.dropdown-toggle:after, .btn.btn-active-light-secondary.show.dropdown-toggle:after, .show > .btn.btn-active-light-secondary.dropdown-toggle:after {
        color: var(--bs-secondary) !important;
    }

.btn.btn-outline.btn-outline-secondary {
    color: var(--bs-secondary) !important;
    border-color: var(--bs-secondary) !important;
    background-color: transparent !important;
}

    .btn.btn-outline.btn-outline-secondary i,
    .btn.btn-outline.btn-outline-secondary .svg-icon {
        color: var(--bs-secondary) !important;
    }

    .btn.btn-outline.btn-outline-secondary.dropdown-toggle:after {
        color: var(--bs-secondary) !important;
    }

    .btn-check:checked + .btn.btn-outline.btn-outline-secondary, .btn-check:active + .btn.btn-outline.btn-outline-secondary, .btn.btn-outline.btn-outline-secondary:focus:not(.btn-active), .btn.btn-outline.btn-outline-secondary:hover:not(.btn-active), .btn.btn-outline.btn-outline-secondary:active:not(.btn-active), .btn.btn-outline.btn-outline-secondary.active, .btn.btn-outline.btn-outline-secondary.show, .show > .btn.btn-outline.btn-outline-secondary {
        color: var(--bs-secondary-active) !important;
        border-color: var(--bs-secondary) !important;
        background-color: var(--bs-secondary-light) !important;
    }

        .btn-check:checked + .btn.btn-outline.btn-outline-secondary i,
        .btn-check:checked + .btn.btn-outline.btn-outline-secondary .svg-icon, .btn-check:active + .btn.btn-outline.btn-outline-secondary i,
        .btn-check:active + .btn.btn-outline.btn-outline-secondary .svg-icon, .btn.btn-outline.btn-outline-secondary:focus:not(.btn-active) i,
        .btn.btn-outline.btn-outline-secondary:focus:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-secondary:hover:not(.btn-active) i,
        .btn.btn-outline.btn-outline-secondary:hover:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-secondary:active:not(.btn-active) i,
        .btn.btn-outline.btn-outline-secondary:active:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-secondary.active i,
        .btn.btn-outline.btn-outline-secondary.active .svg-icon, .btn.btn-outline.btn-outline-secondary.show i,
        .btn.btn-outline.btn-outline-secondary.show .svg-icon, .show > .btn.btn-outline.btn-outline-secondary i,
        .show > .btn.btn-outline.btn-outline-secondary .svg-icon {
            color: var(--bs-secondary-active) !important;
        }

        .btn-check:checked + .btn.btn-outline.btn-outline-secondary.dropdown-toggle:after, .btn-check:active + .btn.btn-outline.btn-outline-secondary.dropdown-toggle:after, .btn.btn-outline.btn-outline-secondary:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-outline.btn-outline-secondary:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-outline.btn-outline-secondary:active:not(.btn-active).dropdown-toggle:after, .btn.btn-outline.btn-outline-secondary.active.dropdown-toggle:after, .btn.btn-outline.btn-outline-secondary.show.dropdown-toggle:after, .show > .btn.btn-outline.btn-outline-secondary.dropdown-toggle:after {
            color: var(--bs-secondary-active) !important;
        }

.btn.btn-success {
    color: var(--bs-success-inverse) !important;
    border-color: var(--bs-success) !important;
    background-color: var(--bs-success) !important;
}

    .btn.btn-success i,
    .btn.btn-success .svg-icon {
        color: var(--bs-success-inverse) !important;
    }

    .btn.btn-success.dropdown-toggle:after {
        color: var(--bs-success-inverse) !important;
    }

    .btn-check:checked + .btn.btn-success, .btn-check:active + .btn.btn-success, .btn.btn-success:focus:not(.btn-active), .btn.btn-success:hover:not(.btn-active), .btn.btn-success:active:not(.btn-active), .btn.btn-success.active, .btn.btn-success.show, .show > .btn.btn-success {
        color: var(--bs-success-inverse) !important;
        border-color: var(--bs-success-active) !important;
        background-color: var(--bs-success-active) !important;
    }

        .btn-check:checked + .btn.btn-success i,
        .btn-check:checked + .btn.btn-success .svg-icon, .btn-check:active + .btn.btn-success i,
        .btn-check:active + .btn.btn-success .svg-icon, .btn.btn-success:focus:not(.btn-active) i,
        .btn.btn-success:focus:not(.btn-active) .svg-icon, .btn.btn-success:hover:not(.btn-active) i,
        .btn.btn-success:hover:not(.btn-active) .svg-icon, .btn.btn-success:active:not(.btn-active) i,
        .btn.btn-success:active:not(.btn-active) .svg-icon, .btn.btn-success.active i,
        .btn.btn-success.active .svg-icon, .btn.btn-success.show i,
        .btn.btn-success.show .svg-icon, .show > .btn.btn-success i,
        .show > .btn.btn-success .svg-icon {
            color: var(--bs-success-inverse) !important;
        }

        .btn-check:checked + .btn.btn-success.dropdown-toggle:after, .btn-check:active + .btn.btn-success.dropdown-toggle:after, .btn.btn-success:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-success:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-success:active:not(.btn-active).dropdown-toggle:after, .btn.btn-success.active.dropdown-toggle:after, .btn.btn-success.show.dropdown-toggle:after, .show > .btn.btn-success.dropdown-toggle:after {
            color: var(--bs-success-inverse) !important;
        }

.btn.btn-light-success {
    color: var(--bs-success) !important;
    border-color: var(--bs-success-light) !important;
    background-color: var(--bs-success-light) !important;
}

    .btn.btn-light-success i,
    .btn.btn-light-success .svg-icon {
        color: var(--bs-success) !important;
    }

    .btn.btn-light-success.dropdown-toggle:after {
        color: var(--bs-success) !important;
    }

    .btn-check:checked + .btn.btn-light-success, .btn-check:active + .btn.btn-light-success, .btn.btn-light-success:focus:not(.btn-active), .btn.btn-light-success:hover:not(.btn-active), .btn.btn-light-success:active:not(.btn-active), .btn.btn-light-success.active, .btn.btn-light-success.show, .show > .btn.btn-light-success {
        color: var(--bs-success-inverse) !important;
        border-color: var(--bs-success) !important;
        background-color: var(--bs-success) !important;
    }

        .btn-check:checked + .btn.btn-light-success i,
        .btn-check:checked + .btn.btn-light-success .svg-icon, .btn-check:active + .btn.btn-light-success i,
        .btn-check:active + .btn.btn-light-success .svg-icon, .btn.btn-light-success:focus:not(.btn-active) i,
        .btn.btn-light-success:focus:not(.btn-active) .svg-icon, .btn.btn-light-success:hover:not(.btn-active) i,
        .btn.btn-light-success:hover:not(.btn-active) .svg-icon, .btn.btn-light-success:active:not(.btn-active) i,
        .btn.btn-light-success:active:not(.btn-active) .svg-icon, .btn.btn-light-success.active i,
        .btn.btn-light-success.active .svg-icon, .btn.btn-light-success.show i,
        .btn.btn-light-success.show .svg-icon, .show > .btn.btn-light-success i,
        .show > .btn.btn-light-success .svg-icon {
            color: var(--bs-success-inverse) !important;
        }

        .btn-check:checked + .btn.btn-light-success.dropdown-toggle:after, .btn-check:active + .btn.btn-light-success.dropdown-toggle:after, .btn.btn-light-success:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-light-success:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-light-success:active:not(.btn-active).dropdown-toggle:after, .btn.btn-light-success.active.dropdown-toggle:after, .btn.btn-light-success.show.dropdown-toggle:after, .show > .btn.btn-light-success.dropdown-toggle:after {
            color: var(--bs-success-inverse) !important;
        }

.btn.btn-bg-success {
    border-color: var(--bs-success) !important;
    background-color: var(--bs-success) !important;
}

.btn-check:checked + .btn.btn-active-success, .btn-check:active + .btn.btn-active-success, .btn.btn-active-success:focus:not(.btn-active), .btn.btn-active-success:hover:not(.btn-active), .btn.btn-active-success:active:not(.btn-active), .btn.btn-active-success.active, .btn.btn-active-success.show, .show > .btn.btn-active-success {
    color: var(--bs-success-inverse) !important;
    border-color: var(--bs-success) !important;
    background-color: var(--bs-success) !important;
}

    .btn-check:checked + .btn.btn-active-success i,
    .btn-check:checked + .btn.btn-active-success .svg-icon, .btn-check:active + .btn.btn-active-success i,
    .btn-check:active + .btn.btn-active-success .svg-icon, .btn.btn-active-success:focus:not(.btn-active) i,
    .btn.btn-active-success:focus:not(.btn-active) .svg-icon, .btn.btn-active-success:hover:not(.btn-active) i,
    .btn.btn-active-success:hover:not(.btn-active) .svg-icon, .btn.btn-active-success:active:not(.btn-active) i,
    .btn.btn-active-success:active:not(.btn-active) .svg-icon, .btn.btn-active-success.active i,
    .btn.btn-active-success.active .svg-icon, .btn.btn-active-success.show i,
    .btn.btn-active-success.show .svg-icon, .show > .btn.btn-active-success i,
    .show > .btn.btn-active-success .svg-icon {
        color: var(--bs-success-inverse) !important;
    }

    .btn-check:checked + .btn.btn-active-success.dropdown-toggle:after, .btn-check:active + .btn.btn-active-success.dropdown-toggle:after, .btn.btn-active-success:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-success:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-success:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-success.active.dropdown-toggle:after, .btn.btn-active-success.show.dropdown-toggle:after, .show > .btn.btn-active-success.dropdown-toggle:after {
        color: var(--bs-success-inverse) !important;
    }

.btn-check:checked + .btn.btn-active-light-success, .btn-check:active + .btn.btn-active-light-success, .btn.btn-active-light-success:focus:not(.btn-active), .btn.btn-active-light-success:hover:not(.btn-active), .btn.btn-active-light-success:active:not(.btn-active), .btn.btn-active-light-success.active, .btn.btn-active-light-success.show, .show > .btn.btn-active-light-success {
    color: var(--bs-success) !important;
    border-color: var(--bs-success-light) !important;
    background-color: var(--bs-success-light) !important;
}

    .btn-check:checked + .btn.btn-active-light-success i,
    .btn-check:checked + .btn.btn-active-light-success .svg-icon, .btn-check:active + .btn.btn-active-light-success i,
    .btn-check:active + .btn.btn-active-light-success .svg-icon, .btn.btn-active-light-success:focus:not(.btn-active) i,
    .btn.btn-active-light-success:focus:not(.btn-active) .svg-icon, .btn.btn-active-light-success:hover:not(.btn-active) i,
    .btn.btn-active-light-success:hover:not(.btn-active) .svg-icon, .btn.btn-active-light-success:active:not(.btn-active) i,
    .btn.btn-active-light-success:active:not(.btn-active) .svg-icon, .btn.btn-active-light-success.active i,
    .btn.btn-active-light-success.active .svg-icon, .btn.btn-active-light-success.show i,
    .btn.btn-active-light-success.show .svg-icon, .show > .btn.btn-active-light-success i,
    .show > .btn.btn-active-light-success .svg-icon {
        color: var(--bs-success) !important;
    }

    .btn-check:checked + .btn.btn-active-light-success.dropdown-toggle:after, .btn-check:active + .btn.btn-active-light-success.dropdown-toggle:after, .btn.btn-active-light-success:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light-success:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light-success:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light-success.active.dropdown-toggle:after, .btn.btn-active-light-success.show.dropdown-toggle:after, .show > .btn.btn-active-light-success.dropdown-toggle:after {
        color: var(--bs-success) !important;
    }

.btn.btn-outline.btn-outline-success {
    color: var(--bs-success) !important;
    border-color: var(--bs-success) !important;
    background-color: transparent !important;
}

    .btn.btn-outline.btn-outline-success i,
    .btn.btn-outline.btn-outline-success .svg-icon {
        color: var(--bs-success) !important;
    }

    .btn.btn-outline.btn-outline-success.dropdown-toggle:after {
        color: var(--bs-success) !important;
    }

    .btn-check:checked + .btn.btn-outline.btn-outline-success, .btn-check:active + .btn.btn-outline.btn-outline-success, .btn.btn-outline.btn-outline-success:focus:not(.btn-active), .btn.btn-outline.btn-outline-success:hover:not(.btn-active), .btn.btn-outline.btn-outline-success:active:not(.btn-active), .btn.btn-outline.btn-outline-success.active, .btn.btn-outline.btn-outline-success.show, .show > .btn.btn-outline.btn-outline-success {
        color: var(--bs-success-active) !important;
        border-color: var(--bs-success) !important;
        background-color: var(--bs-success-light) !important;
    }

        .btn-check:checked + .btn.btn-outline.btn-outline-success i,
        .btn-check:checked + .btn.btn-outline.btn-outline-success .svg-icon, .btn-check:active + .btn.btn-outline.btn-outline-success i,
        .btn-check:active + .btn.btn-outline.btn-outline-success .svg-icon, .btn.btn-outline.btn-outline-success:focus:not(.btn-active) i,
        .btn.btn-outline.btn-outline-success:focus:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-success:hover:not(.btn-active) i,
        .btn.btn-outline.btn-outline-success:hover:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-success:active:not(.btn-active) i,
        .btn.btn-outline.btn-outline-success:active:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-success.active i,
        .btn.btn-outline.btn-outline-success.active .svg-icon, .btn.btn-outline.btn-outline-success.show i,
        .btn.btn-outline.btn-outline-success.show .svg-icon, .show > .btn.btn-outline.btn-outline-success i,
        .show > .btn.btn-outline.btn-outline-success .svg-icon {
            color: var(--bs-success-active) !important;
        }

        .btn-check:checked + .btn.btn-outline.btn-outline-success.dropdown-toggle:after, .btn-check:active + .btn.btn-outline.btn-outline-success.dropdown-toggle:after, .btn.btn-outline.btn-outline-success:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-outline.btn-outline-success:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-outline.btn-outline-success:active:not(.btn-active).dropdown-toggle:after, .btn.btn-outline.btn-outline-success.active.dropdown-toggle:after, .btn.btn-outline.btn-outline-success.show.dropdown-toggle:after, .show > .btn.btn-outline.btn-outline-success.dropdown-toggle:after {
            color: var(--bs-success-active) !important;
        }

.btn.btn-info {
    color: var(--bs-info-inverse) !important;
    border-color: var(--bs-info) !important;
    background-color: var(--bs-info) !important;
}

    .btn.btn-info i,
    .btn.btn-info .svg-icon {
        color: var(--bs-info-inverse) !important;
    }

    .btn.btn-info.dropdown-toggle:after {
        color: var(--bs-info-inverse) !important;
    }

    .btn-check:checked + .btn.btn-info, .btn-check:active + .btn.btn-info, .btn.btn-info:focus:not(.btn-active), .btn.btn-info:hover:not(.btn-active), .btn.btn-info:active:not(.btn-active), .btn.btn-info.active, .btn.btn-info.show, .show > .btn.btn-info {
        color: var(--bs-info-inverse) !important;
        border-color: var(--bs-info-active) !important;
        background-color: var(--bs-info-active) !important;
    }

        .btn-check:checked + .btn.btn-info i,
        .btn-check:checked + .btn.btn-info .svg-icon, .btn-check:active + .btn.btn-info i,
        .btn-check:active + .btn.btn-info .svg-icon, .btn.btn-info:focus:not(.btn-active) i,
        .btn.btn-info:focus:not(.btn-active) .svg-icon, .btn.btn-info:hover:not(.btn-active) i,
        .btn.btn-info:hover:not(.btn-active) .svg-icon, .btn.btn-info:active:not(.btn-active) i,
        .btn.btn-info:active:not(.btn-active) .svg-icon, .btn.btn-info.active i,
        .btn.btn-info.active .svg-icon, .btn.btn-info.show i,
        .btn.btn-info.show .svg-icon, .show > .btn.btn-info i,
        .show > .btn.btn-info .svg-icon {
            color: var(--bs-info-inverse) !important;
        }

        .btn-check:checked + .btn.btn-info.dropdown-toggle:after, .btn-check:active + .btn.btn-info.dropdown-toggle:after, .btn.btn-info:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-info:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-info:active:not(.btn-active).dropdown-toggle:after, .btn.btn-info.active.dropdown-toggle:after, .btn.btn-info.show.dropdown-toggle:after, .show > .btn.btn-info.dropdown-toggle:after {
            color: var(--bs-info-inverse) !important;
        }

.btn.btn-light-info {
    color: var(--bs-info) !important;
    border-color: var(--bs-info-light) !important;
    background-color: var(--bs-info-light) !important;
}

    .btn.btn-light-info i,
    .btn.btn-light-info .svg-icon {
        color: var(--bs-info) !important;
    }

    .btn.btn-light-info.dropdown-toggle:after {
        color: var(--bs-info) !important;
    }

    .btn-check:checked + .btn.btn-light-info, .btn-check:active + .btn.btn-light-info, .btn.btn-light-info:focus:not(.btn-active), .btn.btn-light-info:hover:not(.btn-active), .btn.btn-light-info:active:not(.btn-active), .btn.btn-light-info.active, .btn.btn-light-info.show, .show > .btn.btn-light-info {
        color: var(--bs-info-inverse) !important;
        border-color: var(--bs-info) !important;
        background-color: var(--bs-info) !important;
    }

        .btn-check:checked + .btn.btn-light-info i,
        .btn-check:checked + .btn.btn-light-info .svg-icon, .btn-check:active + .btn.btn-light-info i,
        .btn-check:active + .btn.btn-light-info .svg-icon, .btn.btn-light-info:focus:not(.btn-active) i,
        .btn.btn-light-info:focus:not(.btn-active) .svg-icon, .btn.btn-light-info:hover:not(.btn-active) i,
        .btn.btn-light-info:hover:not(.btn-active) .svg-icon, .btn.btn-light-info:active:not(.btn-active) i,
        .btn.btn-light-info:active:not(.btn-active) .svg-icon, .btn.btn-light-info.active i,
        .btn.btn-light-info.active .svg-icon, .btn.btn-light-info.show i,
        .btn.btn-light-info.show .svg-icon, .show > .btn.btn-light-info i,
        .show > .btn.btn-light-info .svg-icon {
            color: var(--bs-info-inverse) !important;
        }

        .btn-check:checked + .btn.btn-light-info.dropdown-toggle:after, .btn-check:active + .btn.btn-light-info.dropdown-toggle:after, .btn.btn-light-info:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-light-info:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-light-info:active:not(.btn-active).dropdown-toggle:after, .btn.btn-light-info.active.dropdown-toggle:after, .btn.btn-light-info.show.dropdown-toggle:after, .show > .btn.btn-light-info.dropdown-toggle:after {
            color: var(--bs-info-inverse) !important;
        }

.btn.btn-bg-info {
    border-color: var(--bs-info) !important;
    background-color: var(--bs-info) !important;
}

.btn-check:checked + .btn.btn-active-info, .btn-check:active + .btn.btn-active-info, .btn.btn-active-info:focus:not(.btn-active), .btn.btn-active-info:hover:not(.btn-active), .btn.btn-active-info:active:not(.btn-active), .btn.btn-active-info.active, .btn.btn-active-info.show, .show > .btn.btn-active-info {
    color: var(--bs-info-inverse) !important;
    border-color: var(--bs-info) !important;
    background-color: var(--bs-info) !important;
}

    .btn-check:checked + .btn.btn-active-info i,
    .btn-check:checked + .btn.btn-active-info .svg-icon, .btn-check:active + .btn.btn-active-info i,
    .btn-check:active + .btn.btn-active-info .svg-icon, .btn.btn-active-info:focus:not(.btn-active) i,
    .btn.btn-active-info:focus:not(.btn-active) .svg-icon, .btn.btn-active-info:hover:not(.btn-active) i,
    .btn.btn-active-info:hover:not(.btn-active) .svg-icon, .btn.btn-active-info:active:not(.btn-active) i,
    .btn.btn-active-info:active:not(.btn-active) .svg-icon, .btn.btn-active-info.active i,
    .btn.btn-active-info.active .svg-icon, .btn.btn-active-info.show i,
    .btn.btn-active-info.show .svg-icon, .show > .btn.btn-active-info i,
    .show > .btn.btn-active-info .svg-icon {
        color: var(--bs-info-inverse) !important;
    }

    .btn-check:checked + .btn.btn-active-info.dropdown-toggle:after, .btn-check:active + .btn.btn-active-info.dropdown-toggle:after, .btn.btn-active-info:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-info:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-info:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-info.active.dropdown-toggle:after, .btn.btn-active-info.show.dropdown-toggle:after, .show > .btn.btn-active-info.dropdown-toggle:after {
        color: var(--bs-info-inverse) !important;
    }

.btn-check:checked + .btn.btn-active-light-info, .btn-check:active + .btn.btn-active-light-info, .btn.btn-active-light-info:focus:not(.btn-active), .btn.btn-active-light-info:hover:not(.btn-active), .btn.btn-active-light-info:active:not(.btn-active), .btn.btn-active-light-info.active, .btn.btn-active-light-info.show, .show > .btn.btn-active-light-info {
    color: var(--bs-info) !important;
    border-color: var(--bs-info-light) !important;
    background-color: var(--bs-info-light) !important;
}

    .btn-check:checked + .btn.btn-active-light-info i,
    .btn-check:checked + .btn.btn-active-light-info .svg-icon, .btn-check:active + .btn.btn-active-light-info i,
    .btn-check:active + .btn.btn-active-light-info .svg-icon, .btn.btn-active-light-info:focus:not(.btn-active) i,
    .btn.btn-active-light-info:focus:not(.btn-active) .svg-icon, .btn.btn-active-light-info:hover:not(.btn-active) i,
    .btn.btn-active-light-info:hover:not(.btn-active) .svg-icon, .btn.btn-active-light-info:active:not(.btn-active) i,
    .btn.btn-active-light-info:active:not(.btn-active) .svg-icon, .btn.btn-active-light-info.active i,
    .btn.btn-active-light-info.active .svg-icon, .btn.btn-active-light-info.show i,
    .btn.btn-active-light-info.show .svg-icon, .show > .btn.btn-active-light-info i,
    .show > .btn.btn-active-light-info .svg-icon {
        color: var(--bs-info) !important;
    }

    .btn-check:checked + .btn.btn-active-light-info.dropdown-toggle:after, .btn-check:active + .btn.btn-active-light-info.dropdown-toggle:after, .btn.btn-active-light-info:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light-info:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light-info:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light-info.active.dropdown-toggle:after, .btn.btn-active-light-info.show.dropdown-toggle:after, .show > .btn.btn-active-light-info.dropdown-toggle:after {
        color: var(--bs-info) !important;
    }

.btn.btn-outline.btn-outline-info {
    color: var(--bs-info) !important;
    border-color: var(--bs-info) !important;
    background-color: transparent !important;
}

    .btn.btn-outline.btn-outline-info i,
    .btn.btn-outline.btn-outline-info .svg-icon {
        color: var(--bs-info) !important;
    }

    .btn.btn-outline.btn-outline-info.dropdown-toggle:after {
        color: var(--bs-info) !important;
    }

    .btn-check:checked + .btn.btn-outline.btn-outline-info, .btn-check:active + .btn.btn-outline.btn-outline-info, .btn.btn-outline.btn-outline-info:focus:not(.btn-active), .btn.btn-outline.btn-outline-info:hover:not(.btn-active), .btn.btn-outline.btn-outline-info:active:not(.btn-active), .btn.btn-outline.btn-outline-info.active, .btn.btn-outline.btn-outline-info.show, .show > .btn.btn-outline.btn-outline-info {
        color: var(--bs-info-active) !important;
        border-color: var(--bs-info) !important;
        background-color: var(--bs-info-light) !important;
    }

        .btn-check:checked + .btn.btn-outline.btn-outline-info i,
        .btn-check:checked + .btn.btn-outline.btn-outline-info .svg-icon, .btn-check:active + .btn.btn-outline.btn-outline-info i,
        .btn-check:active + .btn.btn-outline.btn-outline-info .svg-icon, .btn.btn-outline.btn-outline-info:focus:not(.btn-active) i,
        .btn.btn-outline.btn-outline-info:focus:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-info:hover:not(.btn-active) i,
        .btn.btn-outline.btn-outline-info:hover:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-info:active:not(.btn-active) i,
        .btn.btn-outline.btn-outline-info:active:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-info.active i,
        .btn.btn-outline.btn-outline-info.active .svg-icon, .btn.btn-outline.btn-outline-info.show i,
        .btn.btn-outline.btn-outline-info.show .svg-icon, .show > .btn.btn-outline.btn-outline-info i,
        .show > .btn.btn-outline.btn-outline-info .svg-icon {
            color: var(--bs-info-active) !important;
        }

        .btn-check:checked + .btn.btn-outline.btn-outline-info.dropdown-toggle:after, .btn-check:active + .btn.btn-outline.btn-outline-info.dropdown-toggle:after, .btn.btn-outline.btn-outline-info:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-outline.btn-outline-info:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-outline.btn-outline-info:active:not(.btn-active).dropdown-toggle:after, .btn.btn-outline.btn-outline-info.active.dropdown-toggle:after, .btn.btn-outline.btn-outline-info.show.dropdown-toggle:after, .show > .btn.btn-outline.btn-outline-info.dropdown-toggle:after {
            color: var(--bs-info-active) !important;
        }

.btn.btn-warning {
    color: var(--bs-warning-inverse) !important;
    border-color: var(--bs-warning) !important;
    background-color: var(--bs-warning) !important;
}

    .btn.btn-warning i,
    .btn.btn-warning .svg-icon {
        color: var(--bs-warning-inverse) !important;
    }

    .btn.btn-warning.dropdown-toggle:after {
        color: var(--bs-warning-inverse) !important;
    }

    .btn-check:checked + .btn.btn-warning, .btn-check:active + .btn.btn-warning, .btn.btn-warning:focus:not(.btn-active), .btn.btn-warning:hover:not(.btn-active), .btn.btn-warning:active:not(.btn-active), .btn.btn-warning.active, .btn.btn-warning.show, .show > .btn.btn-warning {
        color: var(--bs-warning-inverse) !important;
        border-color: var(--bs-warning-active) !important;
        background-color: var(--bs-warning-active) !important;
    }

        .btn-check:checked + .btn.btn-warning i,
        .btn-check:checked + .btn.btn-warning .svg-icon, .btn-check:active + .btn.btn-warning i,
        .btn-check:active + .btn.btn-warning .svg-icon, .btn.btn-warning:focus:not(.btn-active) i,
        .btn.btn-warning:focus:not(.btn-active) .svg-icon, .btn.btn-warning:hover:not(.btn-active) i,
        .btn.btn-warning:hover:not(.btn-active) .svg-icon, .btn.btn-warning:active:not(.btn-active) i,
        .btn.btn-warning:active:not(.btn-active) .svg-icon, .btn.btn-warning.active i,
        .btn.btn-warning.active .svg-icon, .btn.btn-warning.show i,
        .btn.btn-warning.show .svg-icon, .show > .btn.btn-warning i,
        .show > .btn.btn-warning .svg-icon {
            color: var(--bs-warning-inverse) !important;
        }

        .btn-check:checked + .btn.btn-warning.dropdown-toggle:after, .btn-check:active + .btn.btn-warning.dropdown-toggle:after, .btn.btn-warning:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-warning:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-warning:active:not(.btn-active).dropdown-toggle:after, .btn.btn-warning.active.dropdown-toggle:after, .btn.btn-warning.show.dropdown-toggle:after, .show > .btn.btn-warning.dropdown-toggle:after {
            color: var(--bs-warning-inverse) !important;
        }

.btn.btn-light-warning {
    color: var(--bs-warning) !important;
    border-color: var(--bs-warning-light) !important;
    background-color: var(--bs-warning-light) !important;
}

    .btn.btn-light-warning i,
    .btn.btn-light-warning .svg-icon {
        color: var(--bs-warning) !important;
    }

    .btn.btn-light-warning.dropdown-toggle:after {
        color: var(--bs-warning) !important;
    }

    .btn-check:checked + .btn.btn-light-warning, .btn-check:active + .btn.btn-light-warning, .btn.btn-light-warning:focus:not(.btn-active), .btn.btn-light-warning:hover:not(.btn-active), .btn.btn-light-warning:active:not(.btn-active), .btn.btn-light-warning.active, .btn.btn-light-warning.show, .show > .btn.btn-light-warning {
        color: var(--bs-warning-inverse) !important;
        border-color: var(--bs-warning) !important;
        background-color: var(--bs-warning) !important;
    }

        .btn-check:checked + .btn.btn-light-warning i,
        .btn-check:checked + .btn.btn-light-warning .svg-icon, .btn-check:active + .btn.btn-light-warning i,
        .btn-check:active + .btn.btn-light-warning .svg-icon, .btn.btn-light-warning:focus:not(.btn-active) i,
        .btn.btn-light-warning:focus:not(.btn-active) .svg-icon, .btn.btn-light-warning:hover:not(.btn-active) i,
        .btn.btn-light-warning:hover:not(.btn-active) .svg-icon, .btn.btn-light-warning:active:not(.btn-active) i,
        .btn.btn-light-warning:active:not(.btn-active) .svg-icon, .btn.btn-light-warning.active i,
        .btn.btn-light-warning.active .svg-icon, .btn.btn-light-warning.show i,
        .btn.btn-light-warning.show .svg-icon, .show > .btn.btn-light-warning i,
        .show > .btn.btn-light-warning .svg-icon {
            color: var(--bs-warning-inverse) !important;
        }

        .btn-check:checked + .btn.btn-light-warning.dropdown-toggle:after, .btn-check:active + .btn.btn-light-warning.dropdown-toggle:after, .btn.btn-light-warning:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-light-warning:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-light-warning:active:not(.btn-active).dropdown-toggle:after, .btn.btn-light-warning.active.dropdown-toggle:after, .btn.btn-light-warning.show.dropdown-toggle:after, .show > .btn.btn-light-warning.dropdown-toggle:after {
            color: var(--bs-warning-inverse) !important;
        }

.btn.btn-bg-warning {
    border-color: var(--bs-warning) !important;
    background-color: var(--bs-warning) !important;
}

.btn-check:checked + .btn.btn-active-warning, .btn-check:active + .btn.btn-active-warning, .btn.btn-active-warning:focus:not(.btn-active), .btn.btn-active-warning:hover:not(.btn-active), .btn.btn-active-warning:active:not(.btn-active), .btn.btn-active-warning.active, .btn.btn-active-warning.show, .show > .btn.btn-active-warning {
    color: var(--bs-warning-inverse) !important;
    border-color: var(--bs-warning) !important;
    background-color: var(--bs-warning) !important;
}

    .btn-check:checked + .btn.btn-active-warning i,
    .btn-check:checked + .btn.btn-active-warning .svg-icon, .btn-check:active + .btn.btn-active-warning i,
    .btn-check:active + .btn.btn-active-warning .svg-icon, .btn.btn-active-warning:focus:not(.btn-active) i,
    .btn.btn-active-warning:focus:not(.btn-active) .svg-icon, .btn.btn-active-warning:hover:not(.btn-active) i,
    .btn.btn-active-warning:hover:not(.btn-active) .svg-icon, .btn.btn-active-warning:active:not(.btn-active) i,
    .btn.btn-active-warning:active:not(.btn-active) .svg-icon, .btn.btn-active-warning.active i,
    .btn.btn-active-warning.active .svg-icon, .btn.btn-active-warning.show i,
    .btn.btn-active-warning.show .svg-icon, .show > .btn.btn-active-warning i,
    .show > .btn.btn-active-warning .svg-icon {
        color: var(--bs-warning-inverse) !important;
    }

    .btn-check:checked + .btn.btn-active-warning.dropdown-toggle:after, .btn-check:active + .btn.btn-active-warning.dropdown-toggle:after, .btn.btn-active-warning:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-warning:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-warning:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-warning.active.dropdown-toggle:after, .btn.btn-active-warning.show.dropdown-toggle:after, .show > .btn.btn-active-warning.dropdown-toggle:after {
        color: var(--bs-warning-inverse) !important;
    }

.btn-check:checked + .btn.btn-active-light-warning, .btn-check:active + .btn.btn-active-light-warning, .btn.btn-active-light-warning:focus:not(.btn-active), .btn.btn-active-light-warning:hover:not(.btn-active), .btn.btn-active-light-warning:active:not(.btn-active), .btn.btn-active-light-warning.active, .btn.btn-active-light-warning.show, .show > .btn.btn-active-light-warning {
    color: var(--bs-warning) !important;
    border-color: var(--bs-warning-light) !important;
    background-color: var(--bs-warning-light) !important;
}

    .btn-check:checked + .btn.btn-active-light-warning i,
    .btn-check:checked + .btn.btn-active-light-warning .svg-icon, .btn-check:active + .btn.btn-active-light-warning i,
    .btn-check:active + .btn.btn-active-light-warning .svg-icon, .btn.btn-active-light-warning:focus:not(.btn-active) i,
    .btn.btn-active-light-warning:focus:not(.btn-active) .svg-icon, .btn.btn-active-light-warning:hover:not(.btn-active) i,
    .btn.btn-active-light-warning:hover:not(.btn-active) .svg-icon, .btn.btn-active-light-warning:active:not(.btn-active) i,
    .btn.btn-active-light-warning:active:not(.btn-active) .svg-icon, .btn.btn-active-light-warning.active i,
    .btn.btn-active-light-warning.active .svg-icon, .btn.btn-active-light-warning.show i,
    .btn.btn-active-light-warning.show .svg-icon, .show > .btn.btn-active-light-warning i,
    .show > .btn.btn-active-light-warning .svg-icon {
        color: var(--bs-warning) !important;
    }

    .btn-check:checked + .btn.btn-active-light-warning.dropdown-toggle:after, .btn-check:active + .btn.btn-active-light-warning.dropdown-toggle:after, .btn.btn-active-light-warning:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light-warning:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light-warning:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light-warning.active.dropdown-toggle:after, .btn.btn-active-light-warning.show.dropdown-toggle:after, .show > .btn.btn-active-light-warning.dropdown-toggle:after {
        color: var(--bs-warning) !important;
    }

.btn.btn-outline.btn-outline-warning {
    color: var(--bs-warning) !important;
    border-color: var(--bs-warning) !important;
    background-color: transparent !important;
}

    .btn.btn-outline.btn-outline-warning i,
    .btn.btn-outline.btn-outline-warning .svg-icon {
        color: var(--bs-warning) !important;
    }

    .btn.btn-outline.btn-outline-warning.dropdown-toggle:after {
        color: var(--bs-warning) !important;
    }

    .btn-check:checked + .btn.btn-outline.btn-outline-warning, .btn-check:active + .btn.btn-outline.btn-outline-warning, .btn.btn-outline.btn-outline-warning:focus:not(.btn-active), .btn.btn-outline.btn-outline-warning:hover:not(.btn-active), .btn.btn-outline.btn-outline-warning:active:not(.btn-active), .btn.btn-outline.btn-outline-warning.active, .btn.btn-outline.btn-outline-warning.show, .show > .btn.btn-outline.btn-outline-warning {
        color: var(--bs-warning-active) !important;
        border-color: var(--bs-warning) !important;
        background-color: var(--bs-warning-light) !important;
    }

        .btn-check:checked + .btn.btn-outline.btn-outline-warning i,
        .btn-check:checked + .btn.btn-outline.btn-outline-warning .svg-icon, .btn-check:active + .btn.btn-outline.btn-outline-warning i,
        .btn-check:active + .btn.btn-outline.btn-outline-warning .svg-icon, .btn.btn-outline.btn-outline-warning:focus:not(.btn-active) i,
        .btn.btn-outline.btn-outline-warning:focus:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-warning:hover:not(.btn-active) i,
        .btn.btn-outline.btn-outline-warning:hover:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-warning:active:not(.btn-active) i,
        .btn.btn-outline.btn-outline-warning:active:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-warning.active i,
        .btn.btn-outline.btn-outline-warning.active .svg-icon, .btn.btn-outline.btn-outline-warning.show i,
        .btn.btn-outline.btn-outline-warning.show .svg-icon, .show > .btn.btn-outline.btn-outline-warning i,
        .show > .btn.btn-outline.btn-outline-warning .svg-icon {
            color: var(--bs-warning-active) !important;
        }

        .btn-check:checked + .btn.btn-outline.btn-outline-warning.dropdown-toggle:after, .btn-check:active + .btn.btn-outline.btn-outline-warning.dropdown-toggle:after, .btn.btn-outline.btn-outline-warning:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-outline.btn-outline-warning:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-outline.btn-outline-warning:active:not(.btn-active).dropdown-toggle:after, .btn.btn-outline.btn-outline-warning.active.dropdown-toggle:after, .btn.btn-outline.btn-outline-warning.show.dropdown-toggle:after, .show > .btn.btn-outline.btn-outline-warning.dropdown-toggle:after {
            color: var(--bs-warning-active) !important;
        }

.btn.btn-danger {
    color: var(--bs-danger-inverse) !important;
    border-color: var(--bs-danger) !important;
    background-color: var(--bs-danger) !important;
}

    .btn.btn-danger i,
    .btn.btn-danger .svg-icon {
        color: var(--bs-danger-inverse) !important;
    }

    .btn.btn-danger.dropdown-toggle:after {
        color: var(--bs-danger-inverse) !important;
    }

    .btn-check:checked + .btn.btn-danger, .btn-check:active + .btn.btn-danger, .btn.btn-danger:focus:not(.btn-active), .btn.btn-danger:hover:not(.btn-active), .btn.btn-danger:active:not(.btn-active), .btn.btn-danger.active, .btn.btn-danger.show, .show > .btn.btn-danger {
        color: var(--bs-danger-inverse) !important;
        border-color: var(--bs-danger-active) !important;
        background-color: var(--bs-danger-active) !important;
    }

        .btn-check:checked + .btn.btn-danger i,
        .btn-check:checked + .btn.btn-danger .svg-icon, .btn-check:active + .btn.btn-danger i,
        .btn-check:active + .btn.btn-danger .svg-icon, .btn.btn-danger:focus:not(.btn-active) i,
        .btn.btn-danger:focus:not(.btn-active) .svg-icon, .btn.btn-danger:hover:not(.btn-active) i,
        .btn.btn-danger:hover:not(.btn-active) .svg-icon, .btn.btn-danger:active:not(.btn-active) i,
        .btn.btn-danger:active:not(.btn-active) .svg-icon, .btn.btn-danger.active i,
        .btn.btn-danger.active .svg-icon, .btn.btn-danger.show i,
        .btn.btn-danger.show .svg-icon, .show > .btn.btn-danger i,
        .show > .btn.btn-danger .svg-icon {
            color: var(--bs-danger-inverse) !important;
        }

        .btn-check:checked + .btn.btn-danger.dropdown-toggle:after, .btn-check:active + .btn.btn-danger.dropdown-toggle:after, .btn.btn-danger:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-danger:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-danger:active:not(.btn-active).dropdown-toggle:after, .btn.btn-danger.active.dropdown-toggle:after, .btn.btn-danger.show.dropdown-toggle:after, .show > .btn.btn-danger.dropdown-toggle:after {
            color: var(--bs-danger-inverse) !important;
        }

.btn.btn-light-danger {
    color: var(--bs-danger) !important;
    border-color: var(--bs-danger-light) !important;
    background-color: var(--bs-danger-light) !important;
}

    .btn.btn-light-danger i,
    .btn.btn-light-danger .svg-icon {
        color: var(--bs-danger) !important;
    }

    .btn.btn-light-danger.dropdown-toggle:after {
        color: var(--bs-danger) !important;
    }

    .btn-check:checked + .btn.btn-light-danger, .btn-check:active + .btn.btn-light-danger, .btn.btn-light-danger:focus:not(.btn-active), .btn.btn-light-danger:hover:not(.btn-active), .btn.btn-light-danger:active:not(.btn-active), .btn.btn-light-danger.active, .btn.btn-light-danger.show, .show > .btn.btn-light-danger {
        color: var(--bs-danger-inverse) !important;
        border-color: var(--bs-danger) !important;
        background-color: var(--bs-danger) !important;
    }

        .btn-check:checked + .btn.btn-light-danger i,
        .btn-check:checked + .btn.btn-light-danger .svg-icon, .btn-check:active + .btn.btn-light-danger i,
        .btn-check:active + .btn.btn-light-danger .svg-icon, .btn.btn-light-danger:focus:not(.btn-active) i,
        .btn.btn-light-danger:focus:not(.btn-active) .svg-icon, .btn.btn-light-danger:hover:not(.btn-active) i,
        .btn.btn-light-danger:hover:not(.btn-active) .svg-icon, .btn.btn-light-danger:active:not(.btn-active) i,
        .btn.btn-light-danger:active:not(.btn-active) .svg-icon, .btn.btn-light-danger.active i,
        .btn.btn-light-danger.active .svg-icon, .btn.btn-light-danger.show i,
        .btn.btn-light-danger.show .svg-icon, .show > .btn.btn-light-danger i,
        .show > .btn.btn-light-danger .svg-icon {
            color: var(--bs-danger-inverse) !important;
        }

        .btn-check:checked + .btn.btn-light-danger.dropdown-toggle:after, .btn-check:active + .btn.btn-light-danger.dropdown-toggle:after, .btn.btn-light-danger:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-light-danger:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-light-danger:active:not(.btn-active).dropdown-toggle:after, .btn.btn-light-danger.active.dropdown-toggle:after, .btn.btn-light-danger.show.dropdown-toggle:after, .show > .btn.btn-light-danger.dropdown-toggle:after {
            color: var(--bs-danger-inverse) !important;
        }

.btn.btn-bg-danger {
    border-color: var(--bs-danger) !important;
    background-color: var(--bs-danger) !important;
}

.btn-check:checked + .btn.btn-active-danger, .btn-check:active + .btn.btn-active-danger, .btn.btn-active-danger:focus:not(.btn-active), .btn.btn-active-danger:hover:not(.btn-active), .btn.btn-active-danger:active:not(.btn-active), .btn.btn-active-danger.active, .btn.btn-active-danger.show, .show > .btn.btn-active-danger {
    color: var(--bs-danger-inverse) !important;
    border-color: var(--bs-danger) !important;
    background-color: var(--bs-danger) !important;
}

    .btn-check:checked + .btn.btn-active-danger i,
    .btn-check:checked + .btn.btn-active-danger .svg-icon, .btn-check:active + .btn.btn-active-danger i,
    .btn-check:active + .btn.btn-active-danger .svg-icon, .btn.btn-active-danger:focus:not(.btn-active) i,
    .btn.btn-active-danger:focus:not(.btn-active) .svg-icon, .btn.btn-active-danger:hover:not(.btn-active) i,
    .btn.btn-active-danger:hover:not(.btn-active) .svg-icon, .btn.btn-active-danger:active:not(.btn-active) i,
    .btn.btn-active-danger:active:not(.btn-active) .svg-icon, .btn.btn-active-danger.active i,
    .btn.btn-active-danger.active .svg-icon, .btn.btn-active-danger.show i,
    .btn.btn-active-danger.show .svg-icon, .show > .btn.btn-active-danger i,
    .show > .btn.btn-active-danger .svg-icon {
        color: var(--bs-danger-inverse) !important;
    }

    .btn-check:checked + .btn.btn-active-danger.dropdown-toggle:after, .btn-check:active + .btn.btn-active-danger.dropdown-toggle:after, .btn.btn-active-danger:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-danger:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-danger:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-danger.active.dropdown-toggle:after, .btn.btn-active-danger.show.dropdown-toggle:after, .show > .btn.btn-active-danger.dropdown-toggle:after {
        color: var(--bs-danger-inverse) !important;
    }

.btn-check:checked + .btn.btn-active-light-danger, .btn-check:active + .btn.btn-active-light-danger, .btn.btn-active-light-danger:focus:not(.btn-active), .btn.btn-active-light-danger:hover:not(.btn-active), .btn.btn-active-light-danger:active:not(.btn-active), .btn.btn-active-light-danger.active, .btn.btn-active-light-danger.show, .show > .btn.btn-active-light-danger {
    color: var(--bs-danger) !important;
    border-color: var(--bs-danger-light) !important;
    background-color: var(--bs-danger-light) !important;
}

    .btn-check:checked + .btn.btn-active-light-danger i,
    .btn-check:checked + .btn.btn-active-light-danger .svg-icon, .btn-check:active + .btn.btn-active-light-danger i,
    .btn-check:active + .btn.btn-active-light-danger .svg-icon, .btn.btn-active-light-danger:focus:not(.btn-active) i,
    .btn.btn-active-light-danger:focus:not(.btn-active) .svg-icon, .btn.btn-active-light-danger:hover:not(.btn-active) i,
    .btn.btn-active-light-danger:hover:not(.btn-active) .svg-icon, .btn.btn-active-light-danger:active:not(.btn-active) i,
    .btn.btn-active-light-danger:active:not(.btn-active) .svg-icon, .btn.btn-active-light-danger.active i,
    .btn.btn-active-light-danger.active .svg-icon, .btn.btn-active-light-danger.show i,
    .btn.btn-active-light-danger.show .svg-icon, .show > .btn.btn-active-light-danger i,
    .show > .btn.btn-active-light-danger .svg-icon {
        color: var(--bs-danger) !important;
    }

    .btn-check:checked + .btn.btn-active-light-danger.dropdown-toggle:after, .btn-check:active + .btn.btn-active-light-danger.dropdown-toggle:after, .btn.btn-active-light-danger:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light-danger:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light-danger:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light-danger.active.dropdown-toggle:after, .btn.btn-active-light-danger.show.dropdown-toggle:after, .show > .btn.btn-active-light-danger.dropdown-toggle:after {
        color: var(--bs-danger) !important;
    }

.btn.btn-outline.btn-outline-danger {
    color: var(--bs-danger) !important;
    border-color: var(--bs-danger) !important;
    background-color: transparent !important;
}

    .btn.btn-outline.btn-outline-danger i,
    .btn.btn-outline.btn-outline-danger .svg-icon {
        color: var(--bs-danger) !important;
    }

    .btn.btn-outline.btn-outline-danger.dropdown-toggle:after {
        color: var(--bs-danger) !important;
    }

    .btn-check:checked + .btn.btn-outline.btn-outline-danger, .btn-check:active + .btn.btn-outline.btn-outline-danger, .btn.btn-outline.btn-outline-danger:focus:not(.btn-active), .btn.btn-outline.btn-outline-danger:hover:not(.btn-active), .btn.btn-outline.btn-outline-danger:active:not(.btn-active), .btn.btn-outline.btn-outline-danger.active, .btn.btn-outline.btn-outline-danger.show, .show > .btn.btn-outline.btn-outline-danger {
        color: var(--bs-danger-active) !important;
        border-color: var(--bs-danger) !important;
        background-color: var(--bs-danger-light) !important;
    }

        .btn-check:checked + .btn.btn-outline.btn-outline-danger i,
        .btn-check:checked + .btn.btn-outline.btn-outline-danger .svg-icon, .btn-check:active + .btn.btn-outline.btn-outline-danger i,
        .btn-check:active + .btn.btn-outline.btn-outline-danger .svg-icon, .btn.btn-outline.btn-outline-danger:focus:not(.btn-active) i,
        .btn.btn-outline.btn-outline-danger:focus:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-danger:hover:not(.btn-active) i,
        .btn.btn-outline.btn-outline-danger:hover:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-danger:active:not(.btn-active) i,
        .btn.btn-outline.btn-outline-danger:active:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-danger.active i,
        .btn.btn-outline.btn-outline-danger.active .svg-icon, .btn.btn-outline.btn-outline-danger.show i,
        .btn.btn-outline.btn-outline-danger.show .svg-icon, .show > .btn.btn-outline.btn-outline-danger i,
        .show > .btn.btn-outline.btn-outline-danger .svg-icon {
            color: var(--bs-danger-active) !important;
        }

        .btn-check:checked + .btn.btn-outline.btn-outline-danger.dropdown-toggle:after, .btn-check:active + .btn.btn-outline.btn-outline-danger.dropdown-toggle:after, .btn.btn-outline.btn-outline-danger:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-outline.btn-outline-danger:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-outline.btn-outline-danger:active:not(.btn-active).dropdown-toggle:after, .btn.btn-outline.btn-outline-danger.active.dropdown-toggle:after, .btn.btn-outline.btn-outline-danger.show.dropdown-toggle:after, .show > .btn.btn-outline.btn-outline-danger.dropdown-toggle:after {
            color: var(--bs-danger-active) !important;
        }

.btn.btn-dark {
    color: var(--bs-dark-inverse) !important;
    border-color: var(--bs-dark) !important;
    background-color: var(--bs-dark) !important;
}

    .btn.btn-dark i,
    .btn.btn-dark .svg-icon {
        color: var(--bs-dark-inverse) !important;
    }

    .btn.btn-dark.dropdown-toggle:after {
        color: var(--bs-dark-inverse) !important;
    }

    .btn-check:checked + .btn.btn-dark, .btn-check:active + .btn.btn-dark, .btn.btn-dark:focus:not(.btn-active), .btn.btn-dark:hover:not(.btn-active), .btn.btn-dark:active:not(.btn-active), .btn.btn-dark.active, .btn.btn-dark.show, .show > .btn.btn-dark {
        color: var(--bs-dark-inverse) !important;
        border-color: var(--bs-dark-active) !important;
        background-color: var(--bs-dark-active) !important;
    }

        .btn-check:checked + .btn.btn-dark i,
        .btn-check:checked + .btn.btn-dark .svg-icon, .btn-check:active + .btn.btn-dark i,
        .btn-check:active + .btn.btn-dark .svg-icon, .btn.btn-dark:focus:not(.btn-active) i,
        .btn.btn-dark:focus:not(.btn-active) .svg-icon, .btn.btn-dark:hover:not(.btn-active) i,
        .btn.btn-dark:hover:not(.btn-active) .svg-icon, .btn.btn-dark:active:not(.btn-active) i,
        .btn.btn-dark:active:not(.btn-active) .svg-icon, .btn.btn-dark.active i,
        .btn.btn-dark.active .svg-icon, .btn.btn-dark.show i,
        .btn.btn-dark.show .svg-icon, .show > .btn.btn-dark i,
        .show > .btn.btn-dark .svg-icon {
            color: var(--bs-dark-inverse) !important;
        }

        .btn-check:checked + .btn.btn-dark.dropdown-toggle:after, .btn-check:active + .btn.btn-dark.dropdown-toggle:after, .btn.btn-dark:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-dark:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-dark:active:not(.btn-active).dropdown-toggle:after, .btn.btn-dark.active.dropdown-toggle:after, .btn.btn-dark.show.dropdown-toggle:after, .show > .btn.btn-dark.dropdown-toggle:after {
            color: var(--bs-dark-inverse) !important;
        }

.btn.btn-light-dark {
    color: var(--bs-dark) !important;
    border-color: var(--bs-dark-light) !important;
    background-color: var(--bs-dark-light) !important;
}

    .btn.btn-light-dark i,
    .btn.btn-light-dark .svg-icon {
        color: var(--bs-dark) !important;
    }

    .btn.btn-light-dark.dropdown-toggle:after {
        color: var(--bs-dark) !important;
    }

    .btn-check:checked + .btn.btn-light-dark, .btn-check:active + .btn.btn-light-dark, .btn.btn-light-dark:focus:not(.btn-active), .btn.btn-light-dark:hover:not(.btn-active), .btn.btn-light-dark:active:not(.btn-active), .btn.btn-light-dark.active, .btn.btn-light-dark.show, .show > .btn.btn-light-dark {
        color: var(--bs-dark-inverse) !important;
        border-color: var(--bs-dark) !important;
        background-color: var(--bs-dark) !important;
    }

        .btn-check:checked + .btn.btn-light-dark i,
        .btn-check:checked + .btn.btn-light-dark .svg-icon, .btn-check:active + .btn.btn-light-dark i,
        .btn-check:active + .btn.btn-light-dark .svg-icon, .btn.btn-light-dark:focus:not(.btn-active) i,
        .btn.btn-light-dark:focus:not(.btn-active) .svg-icon, .btn.btn-light-dark:hover:not(.btn-active) i,
        .btn.btn-light-dark:hover:not(.btn-active) .svg-icon, .btn.btn-light-dark:active:not(.btn-active) i,
        .btn.btn-light-dark:active:not(.btn-active) .svg-icon, .btn.btn-light-dark.active i,
        .btn.btn-light-dark.active .svg-icon, .btn.btn-light-dark.show i,
        .btn.btn-light-dark.show .svg-icon, .show > .btn.btn-light-dark i,
        .show > .btn.btn-light-dark .svg-icon {
            color: var(--bs-dark-inverse) !important;
        }

        .btn-check:checked + .btn.btn-light-dark.dropdown-toggle:after, .btn-check:active + .btn.btn-light-dark.dropdown-toggle:after, .btn.btn-light-dark:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-light-dark:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-light-dark:active:not(.btn-active).dropdown-toggle:after, .btn.btn-light-dark.active.dropdown-toggle:after, .btn.btn-light-dark.show.dropdown-toggle:after, .show > .btn.btn-light-dark.dropdown-toggle:after {
            color: var(--bs-dark-inverse) !important;
        }

.btn.btn-bg-dark {
    border-color: var(--bs-dark) !important;
    background-color: var(--bs-dark) !important;
}

.btn-check:checked + .btn.btn-active-dark, .btn-check:active + .btn.btn-active-dark, .btn.btn-active-dark:focus:not(.btn-active), .btn.btn-active-dark:hover:not(.btn-active), .btn.btn-active-dark:active:not(.btn-active), .btn.btn-active-dark.active, .btn.btn-active-dark.show, .show > .btn.btn-active-dark {
    color: var(--bs-dark-inverse) !important;
    border-color: var(--bs-dark) !important;
    background-color: var(--bs-dark) !important;
}

    .btn-check:checked + .btn.btn-active-dark i,
    .btn-check:checked + .btn.btn-active-dark .svg-icon, .btn-check:active + .btn.btn-active-dark i,
    .btn-check:active + .btn.btn-active-dark .svg-icon, .btn.btn-active-dark:focus:not(.btn-active) i,
    .btn.btn-active-dark:focus:not(.btn-active) .svg-icon, .btn.btn-active-dark:hover:not(.btn-active) i,
    .btn.btn-active-dark:hover:not(.btn-active) .svg-icon, .btn.btn-active-dark:active:not(.btn-active) i,
    .btn.btn-active-dark:active:not(.btn-active) .svg-icon, .btn.btn-active-dark.active i,
    .btn.btn-active-dark.active .svg-icon, .btn.btn-active-dark.show i,
    .btn.btn-active-dark.show .svg-icon, .show > .btn.btn-active-dark i,
    .show > .btn.btn-active-dark .svg-icon {
        color: var(--bs-dark-inverse) !important;
    }

    .btn-check:checked + .btn.btn-active-dark.dropdown-toggle:after, .btn-check:active + .btn.btn-active-dark.dropdown-toggle:after, .btn.btn-active-dark:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-dark:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-dark:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-dark.active.dropdown-toggle:after, .btn.btn-active-dark.show.dropdown-toggle:after, .show > .btn.btn-active-dark.dropdown-toggle:after {
        color: var(--bs-dark-inverse) !important;
    }

.btn-check:checked + .btn.btn-active-light-dark, .btn-check:active + .btn.btn-active-light-dark, .btn.btn-active-light-dark:focus:not(.btn-active), .btn.btn-active-light-dark:hover:not(.btn-active), .btn.btn-active-light-dark:active:not(.btn-active), .btn.btn-active-light-dark.active, .btn.btn-active-light-dark.show, .show > .btn.btn-active-light-dark {
    color: var(--bs-dark) !important;
    border-color: var(--bs-dark-light) !important;
    background-color: var(--bs-dark-light) !important;
}

    .btn-check:checked + .btn.btn-active-light-dark i,
    .btn-check:checked + .btn.btn-active-light-dark .svg-icon, .btn-check:active + .btn.btn-active-light-dark i,
    .btn-check:active + .btn.btn-active-light-dark .svg-icon, .btn.btn-active-light-dark:focus:not(.btn-active) i,
    .btn.btn-active-light-dark:focus:not(.btn-active) .svg-icon, .btn.btn-active-light-dark:hover:not(.btn-active) i,
    .btn.btn-active-light-dark:hover:not(.btn-active) .svg-icon, .btn.btn-active-light-dark:active:not(.btn-active) i,
    .btn.btn-active-light-dark:active:not(.btn-active) .svg-icon, .btn.btn-active-light-dark.active i,
    .btn.btn-active-light-dark.active .svg-icon, .btn.btn-active-light-dark.show i,
    .btn.btn-active-light-dark.show .svg-icon, .show > .btn.btn-active-light-dark i,
    .show > .btn.btn-active-light-dark .svg-icon {
        color: var(--bs-dark) !important;
    }

    .btn-check:checked + .btn.btn-active-light-dark.dropdown-toggle:after, .btn-check:active + .btn.btn-active-light-dark.dropdown-toggle:after, .btn.btn-active-light-dark:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light-dark:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light-dark:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light-dark.active.dropdown-toggle:after, .btn.btn-active-light-dark.show.dropdown-toggle:after, .show > .btn.btn-active-light-dark.dropdown-toggle:after {
        color: var(--bs-dark) !important;
    }

.btn.btn-outline.btn-outline-dark {
    color: var(--bs-dark) !important;
    border-color: var(--bs-dark) !important;
    background-color: transparent !important;
}

    .btn.btn-outline.btn-outline-dark i,
    .btn.btn-outline.btn-outline-dark .svg-icon {
        color: var(--bs-dark) !important;
    }

    .btn.btn-outline.btn-outline-dark.dropdown-toggle:after {
        color: var(--bs-dark) !important;
    }

    .btn-check:checked + .btn.btn-outline.btn-outline-dark, .btn-check:active + .btn.btn-outline.btn-outline-dark, .btn.btn-outline.btn-outline-dark:focus:not(.btn-active), .btn.btn-outline.btn-outline-dark:hover:not(.btn-active), .btn.btn-outline.btn-outline-dark:active:not(.btn-active), .btn.btn-outline.btn-outline-dark.active, .btn.btn-outline.btn-outline-dark.show, .show > .btn.btn-outline.btn-outline-dark {
        color: var(--bs-dark-active) !important;
        border-color: var(--bs-dark) !important;
        background-color: var(--bs-dark-light) !important;
    }

        .btn-check:checked + .btn.btn-outline.btn-outline-dark i,
        .btn-check:checked + .btn.btn-outline.btn-outline-dark .svg-icon, .btn-check:active + .btn.btn-outline.btn-outline-dark i,
        .btn-check:active + .btn.btn-outline.btn-outline-dark .svg-icon, .btn.btn-outline.btn-outline-dark:focus:not(.btn-active) i,
        .btn.btn-outline.btn-outline-dark:focus:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-dark:hover:not(.btn-active) i,
        .btn.btn-outline.btn-outline-dark:hover:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-dark:active:not(.btn-active) i,
        .btn.btn-outline.btn-outline-dark:active:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-dark.active i,
        .btn.btn-outline.btn-outline-dark.active .svg-icon, .btn.btn-outline.btn-outline-dark.show i,
        .btn.btn-outline.btn-outline-dark.show .svg-icon, .show > .btn.btn-outline.btn-outline-dark i,
        .show > .btn.btn-outline.btn-outline-dark .svg-icon {
            color: var(--bs-dark-active) !important;
        }

        .btn-check:checked + .btn.btn-outline.btn-outline-dark.dropdown-toggle:after, .btn-check:active + .btn.btn-outline.btn-outline-dark.dropdown-toggle:after, .btn.btn-outline.btn-outline-dark:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-outline.btn-outline-dark:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-outline.btn-outline-dark:active:not(.btn-active).dropdown-toggle:after, .btn.btn-outline.btn-outline-dark.active.dropdown-toggle:after, .btn.btn-outline.btn-outline-dark.show.dropdown-toggle:after, .show > .btn.btn-outline.btn-outline-dark.dropdown-toggle:after {
            color: var(--bs-dark-active) !important;
        }

.btn.btn-color-white {
    color: var(--bs-text-white) !important;
}

    .btn.btn-color-white i,
    .btn.btn-color-white .svg-icon {
        color: var(--bs-text-white) !important;
    }

    .btn.btn-color-white.dropdown-toggle:after {
        color: var(--bs-text-white) !important;
    }

.btn-check:checked + .btn.btn-active-color-white, .btn-check:active + .btn.btn-active-color-white, .btn.btn-active-color-white:focus:not(.btn-active), .btn.btn-active-color-white:hover:not(.btn-active), .btn.btn-active-color-white:active:not(.btn-active), .btn.btn-active-color-white.active, .btn.btn-active-color-white.show, .show > .btn.btn-active-color-white {
    color: var(--bs-text-white) !important;
}

    .btn-check:checked + .btn.btn-active-color-white i,
    .btn-check:checked + .btn.btn-active-color-white .svg-icon, .btn-check:active + .btn.btn-active-color-white i,
    .btn-check:active + .btn.btn-active-color-white .svg-icon, .btn.btn-active-color-white:focus:not(.btn-active) i,
    .btn.btn-active-color-white:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-white:hover:not(.btn-active) i,
    .btn.btn-active-color-white:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-white:active:not(.btn-active) i,
    .btn.btn-active-color-white:active:not(.btn-active) .svg-icon, .btn.btn-active-color-white.active i,
    .btn.btn-active-color-white.active .svg-icon, .btn.btn-active-color-white.show i,
    .btn.btn-active-color-white.show .svg-icon, .show > .btn.btn-active-color-white i,
    .show > .btn.btn-active-color-white .svg-icon {
        color: var(--bs-text-white) !important;
    }

    .btn-check:checked + .btn.btn-active-color-white.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-white.dropdown-toggle:after, .btn.btn-active-color-white:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-white:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-white:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-white.active.dropdown-toggle:after, .btn.btn-active-color-white.show.dropdown-toggle:after, .show > .btn.btn-active-color-white.dropdown-toggle:after {
        color: var(--bs-text-white) !important;
    }

.btn.btn-icon-white i,
.btn.btn-icon-white .svg-icon {
    color: var(--bs-text-white) !important;
}

.btn.btn-icon-white.dropdown-toggle:after {
    color: var(--bs-text-white) !important;
}

.btn-check:checked + .btn.btn-active-icon-white i,
.btn-check:checked + .btn.btn-active-icon-white .svg-icon, .btn-check:active + .btn.btn-active-icon-white i,
.btn-check:active + .btn.btn-active-icon-white .svg-icon, .btn.btn-active-icon-white:focus:not(.btn-active) i,
.btn.btn-active-icon-white:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-white:hover:not(.btn-active) i,
.btn.btn-active-icon-white:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-white:active:not(.btn-active) i,
.btn.btn-active-icon-white:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-white.active i,
.btn.btn-active-icon-white.active .svg-icon, .btn.btn-active-icon-white.show i,
.btn.btn-active-icon-white.show .svg-icon, .show > .btn.btn-active-icon-white i,
.show > .btn.btn-active-icon-white .svg-icon {
    color: var(--bs-text-white) !important;
}

.btn-check:checked + .btn.btn-active-icon-white.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-white.dropdown-toggle:after, .btn.btn-active-icon-white:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-white:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-white:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-white.active.dropdown-toggle:after, .btn.btn-active-icon-white.show.dropdown-toggle:after, .show > .btn.btn-active-icon-white.dropdown-toggle:after {
    color: var(--bs-text-white) !important;
}

.btn.btn-text-white {
    color: var(--bs-text-white) !important;
}

.btn-check:checked + .btn.btn-active-text-white, .btn-check:active + .btn.btn-active-text-white, .btn.btn-active-text-white:focus:not(.btn-active), .btn.btn-active-text-white:hover:not(.btn-active), .btn.btn-active-text-white:active:not(.btn-active), .btn.btn-active-text-white.active, .btn.btn-active-text-white.show, .show > .btn.btn-active-text-white {
    color: var(--bs-text-white) !important;
}

.btn.btn-color-primary {
    color: var(--bs-text-primary) !important;
}

    .btn.btn-color-primary i,
    .btn.btn-color-primary .svg-icon {
        color: var(--bs-text-primary) !important;
    }

    .btn.btn-color-primary.dropdown-toggle:after {
        color: var(--bs-text-primary) !important;
    }

.btn-check:checked + .btn.btn-active-color-primary, .btn-check:active + .btn.btn-active-color-primary, .btn.btn-active-color-primary:focus:not(.btn-active), .btn.btn-active-color-primary:hover:not(.btn-active), .btn.btn-active-color-primary:active:not(.btn-active), .btn.btn-active-color-primary.active, .btn.btn-active-color-primary.show, .show > .btn.btn-active-color-primary {
    color: var(--bs-text-primary) !important;
}

    .btn-check:checked + .btn.btn-active-color-primary i,
    .btn-check:checked + .btn.btn-active-color-primary .svg-icon, .btn-check:active + .btn.btn-active-color-primary i,
    .btn-check:active + .btn.btn-active-color-primary .svg-icon, .btn.btn-active-color-primary:focus:not(.btn-active) i,
    .btn.btn-active-color-primary:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-primary:hover:not(.btn-active) i,
    .btn.btn-active-color-primary:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-primary:active:not(.btn-active) i,
    .btn.btn-active-color-primary:active:not(.btn-active) .svg-icon, .btn.btn-active-color-primary.active i,
    .btn.btn-active-color-primary.active .svg-icon, .btn.btn-active-color-primary.show i,
    .btn.btn-active-color-primary.show .svg-icon, .show > .btn.btn-active-color-primary i,
    .show > .btn.btn-active-color-primary .svg-icon {
        color: var(--bs-text-primary) !important;
    }

    .btn-check:checked + .btn.btn-active-color-primary.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-primary.dropdown-toggle:after, .btn.btn-active-color-primary:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-primary:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-primary:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-primary.active.dropdown-toggle:after, .btn.btn-active-color-primary.show.dropdown-toggle:after, .show > .btn.btn-active-color-primary.dropdown-toggle:after {
        color: var(--bs-text-primary) !important;
    }

.btn.btn-icon-primary i,
.btn.btn-icon-primary .svg-icon {
    color: var(--bs-text-primary) !important;
}

.btn.btn-icon-primary.dropdown-toggle:after {
    color: var(--bs-text-primary) !important;
}

.btn-check:checked + .btn.btn-active-icon-primary i,
.btn-check:checked + .btn.btn-active-icon-primary .svg-icon, .btn-check:active + .btn.btn-active-icon-primary i,
.btn-check:active + .btn.btn-active-icon-primary .svg-icon, .btn.btn-active-icon-primary:focus:not(.btn-active) i,
.btn.btn-active-icon-primary:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-primary:hover:not(.btn-active) i,
.btn.btn-active-icon-primary:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-primary:active:not(.btn-active) i,
.btn.btn-active-icon-primary:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-primary.active i,
.btn.btn-active-icon-primary.active .svg-icon, .btn.btn-active-icon-primary.show i,
.btn.btn-active-icon-primary.show .svg-icon, .show > .btn.btn-active-icon-primary i,
.show > .btn.btn-active-icon-primary .svg-icon {
    color: var(--bs-text-primary) !important;
}

.btn-check:checked + .btn.btn-active-icon-primary.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-primary.dropdown-toggle:after, .btn.btn-active-icon-primary:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-primary:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-primary:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-primary.active.dropdown-toggle:after, .btn.btn-active-icon-primary.show.dropdown-toggle:after, .show > .btn.btn-active-icon-primary.dropdown-toggle:after {
    color: var(--bs-text-primary) !important;
}

.btn.btn-text-primary {
    color: var(--bs-text-primary) !important;
}

.btn-check:checked + .btn.btn-active-text-primary, .btn-check:active + .btn.btn-active-text-primary, .btn.btn-active-text-primary:focus:not(.btn-active), .btn.btn-active-text-primary:hover:not(.btn-active), .btn.btn-active-text-primary:active:not(.btn-active), .btn.btn-active-text-primary.active, .btn.btn-active-text-primary.show, .show > .btn.btn-active-text-primary {
    color: var(--bs-text-primary) !important;
}

.btn.btn-color-secondary {
    color: var(--bs-text-secondary) !important;
}

    .btn.btn-color-secondary i,
    .btn.btn-color-secondary .svg-icon {
        color: var(--bs-text-secondary) !important;
    }

    .btn.btn-color-secondary.dropdown-toggle:after {
        color: var(--bs-text-secondary) !important;
    }

.btn-check:checked + .btn.btn-active-color-secondary, .btn-check:active + .btn.btn-active-color-secondary, .btn.btn-active-color-secondary:focus:not(.btn-active), .btn.btn-active-color-secondary:hover:not(.btn-active), .btn.btn-active-color-secondary:active:not(.btn-active), .btn.btn-active-color-secondary.active, .btn.btn-active-color-secondary.show, .show > .btn.btn-active-color-secondary {
    color: var(--bs-text-secondary) !important;
}

    .btn-check:checked + .btn.btn-active-color-secondary i,
    .btn-check:checked + .btn.btn-active-color-secondary .svg-icon, .btn-check:active + .btn.btn-active-color-secondary i,
    .btn-check:active + .btn.btn-active-color-secondary .svg-icon, .btn.btn-active-color-secondary:focus:not(.btn-active) i,
    .btn.btn-active-color-secondary:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-secondary:hover:not(.btn-active) i,
    .btn.btn-active-color-secondary:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-secondary:active:not(.btn-active) i,
    .btn.btn-active-color-secondary:active:not(.btn-active) .svg-icon, .btn.btn-active-color-secondary.active i,
    .btn.btn-active-color-secondary.active .svg-icon, .btn.btn-active-color-secondary.show i,
    .btn.btn-active-color-secondary.show .svg-icon, .show > .btn.btn-active-color-secondary i,
    .show > .btn.btn-active-color-secondary .svg-icon {
        color: var(--bs-text-secondary) !important;
    }

    .btn-check:checked + .btn.btn-active-color-secondary.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-secondary.dropdown-toggle:after, .btn.btn-active-color-secondary:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-secondary:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-secondary:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-secondary.active.dropdown-toggle:after, .btn.btn-active-color-secondary.show.dropdown-toggle:after, .show > .btn.btn-active-color-secondary.dropdown-toggle:after {
        color: var(--bs-text-secondary) !important;
    }

.btn.btn-icon-secondary i,
.btn.btn-icon-secondary .svg-icon {
    color: var(--bs-text-secondary) !important;
}

.btn.btn-icon-secondary.dropdown-toggle:after {
    color: var(--bs-text-secondary) !important;
}

.btn-check:checked + .btn.btn-active-icon-secondary i,
.btn-check:checked + .btn.btn-active-icon-secondary .svg-icon, .btn-check:active + .btn.btn-active-icon-secondary i,
.btn-check:active + .btn.btn-active-icon-secondary .svg-icon, .btn.btn-active-icon-secondary:focus:not(.btn-active) i,
.btn.btn-active-icon-secondary:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-secondary:hover:not(.btn-active) i,
.btn.btn-active-icon-secondary:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-secondary:active:not(.btn-active) i,
.btn.btn-active-icon-secondary:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-secondary.active i,
.btn.btn-active-icon-secondary.active .svg-icon, .btn.btn-active-icon-secondary.show i,
.btn.btn-active-icon-secondary.show .svg-icon, .show > .btn.btn-active-icon-secondary i,
.show > .btn.btn-active-icon-secondary .svg-icon {
    color: var(--bs-text-secondary) !important;
}

.btn-check:checked + .btn.btn-active-icon-secondary.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-secondary.dropdown-toggle:after, .btn.btn-active-icon-secondary:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-secondary:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-secondary:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-secondary.active.dropdown-toggle:after, .btn.btn-active-icon-secondary.show.dropdown-toggle:after, .show > .btn.btn-active-icon-secondary.dropdown-toggle:after {
    color: var(--bs-text-secondary) !important;
}

.btn.btn-text-secondary {
    color: var(--bs-text-secondary) !important;
}

.btn-check:checked + .btn.btn-active-text-secondary, .btn-check:active + .btn.btn-active-text-secondary, .btn.btn-active-text-secondary:focus:not(.btn-active), .btn.btn-active-text-secondary:hover:not(.btn-active), .btn.btn-active-text-secondary:active:not(.btn-active), .btn.btn-active-text-secondary.active, .btn.btn-active-text-secondary.show, .show > .btn.btn-active-text-secondary {
    color: var(--bs-text-secondary) !important;
}

.btn.btn-color-light {
    color: var(--bs-text-light) !important;
}

    .btn.btn-color-light i,
    .btn.btn-color-light .svg-icon {
        color: var(--bs-text-light) !important;
    }

    .btn.btn-color-light.dropdown-toggle:after {
        color: var(--bs-text-light) !important;
    }

.btn-check:checked + .btn.btn-active-color-light, .btn-check:active + .btn.btn-active-color-light, .btn.btn-active-color-light:focus:not(.btn-active), .btn.btn-active-color-light:hover:not(.btn-active), .btn.btn-active-color-light:active:not(.btn-active), .btn.btn-active-color-light.active, .btn.btn-active-color-light.show, .show > .btn.btn-active-color-light {
    color: var(--bs-text-light) !important;
}

    .btn-check:checked + .btn.btn-active-color-light i,
    .btn-check:checked + .btn.btn-active-color-light .svg-icon, .btn-check:active + .btn.btn-active-color-light i,
    .btn-check:active + .btn.btn-active-color-light .svg-icon, .btn.btn-active-color-light:focus:not(.btn-active) i,
    .btn.btn-active-color-light:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-light:hover:not(.btn-active) i,
    .btn.btn-active-color-light:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-light:active:not(.btn-active) i,
    .btn.btn-active-color-light:active:not(.btn-active) .svg-icon, .btn.btn-active-color-light.active i,
    .btn.btn-active-color-light.active .svg-icon, .btn.btn-active-color-light.show i,
    .btn.btn-active-color-light.show .svg-icon, .show > .btn.btn-active-color-light i,
    .show > .btn.btn-active-color-light .svg-icon {
        color: var(--bs-text-light) !important;
    }

    .btn-check:checked + .btn.btn-active-color-light.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-light.dropdown-toggle:after, .btn.btn-active-color-light:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-light:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-light:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-light.active.dropdown-toggle:after, .btn.btn-active-color-light.show.dropdown-toggle:after, .show > .btn.btn-active-color-light.dropdown-toggle:after {
        color: var(--bs-text-light) !important;
    }

.btn.btn-icon-light i,
.btn.btn-icon-light .svg-icon {
    color: var(--bs-text-light) !important;
}

.btn.btn-icon-light.dropdown-toggle:after {
    color: var(--bs-text-light) !important;
}

.btn-check:checked + .btn.btn-active-icon-light i,
.btn-check:checked + .btn.btn-active-icon-light .svg-icon, .btn-check:active + .btn.btn-active-icon-light i,
.btn-check:active + .btn.btn-active-icon-light .svg-icon, .btn.btn-active-icon-light:focus:not(.btn-active) i,
.btn.btn-active-icon-light:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-light:hover:not(.btn-active) i,
.btn.btn-active-icon-light:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-light:active:not(.btn-active) i,
.btn.btn-active-icon-light:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-light.active i,
.btn.btn-active-icon-light.active .svg-icon, .btn.btn-active-icon-light.show i,
.btn.btn-active-icon-light.show .svg-icon, .show > .btn.btn-active-icon-light i,
.show > .btn.btn-active-icon-light .svg-icon {
    color: var(--bs-text-light) !important;
}

.btn-check:checked + .btn.btn-active-icon-light.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-light.dropdown-toggle:after, .btn.btn-active-icon-light:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-light:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-light:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-light.active.dropdown-toggle:after, .btn.btn-active-icon-light.show.dropdown-toggle:after, .show > .btn.btn-active-icon-light.dropdown-toggle:after {
    color: var(--bs-text-light) !important;
}

.btn.btn-text-light {
    color: var(--bs-text-light) !important;
}

.btn-check:checked + .btn.btn-active-text-light, .btn-check:active + .btn.btn-active-text-light, .btn.btn-active-text-light:focus:not(.btn-active), .btn.btn-active-text-light:hover:not(.btn-active), .btn.btn-active-text-light:active:not(.btn-active), .btn.btn-active-text-light.active, .btn.btn-active-text-light.show, .show > .btn.btn-active-text-light {
    color: var(--bs-text-light) !important;
}

.btn.btn-color-success {
    color: var(--bs-text-success) !important;
}

    .btn.btn-color-success i,
    .btn.btn-color-success .svg-icon {
        color: var(--bs-text-success) !important;
    }

    .btn.btn-color-success.dropdown-toggle:after {
        color: var(--bs-text-success) !important;
    }

.btn-check:checked + .btn.btn-active-color-success, .btn-check:active + .btn.btn-active-color-success, .btn.btn-active-color-success:focus:not(.btn-active), .btn.btn-active-color-success:hover:not(.btn-active), .btn.btn-active-color-success:active:not(.btn-active), .btn.btn-active-color-success.active, .btn.btn-active-color-success.show, .show > .btn.btn-active-color-success {
    color: var(--bs-text-success) !important;
}

    .btn-check:checked + .btn.btn-active-color-success i,
    .btn-check:checked + .btn.btn-active-color-success .svg-icon, .btn-check:active + .btn.btn-active-color-success i,
    .btn-check:active + .btn.btn-active-color-success .svg-icon, .btn.btn-active-color-success:focus:not(.btn-active) i,
    .btn.btn-active-color-success:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-success:hover:not(.btn-active) i,
    .btn.btn-active-color-success:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-success:active:not(.btn-active) i,
    .btn.btn-active-color-success:active:not(.btn-active) .svg-icon, .btn.btn-active-color-success.active i,
    .btn.btn-active-color-success.active .svg-icon, .btn.btn-active-color-success.show i,
    .btn.btn-active-color-success.show .svg-icon, .show > .btn.btn-active-color-success i,
    .show > .btn.btn-active-color-success .svg-icon {
        color: var(--bs-text-success) !important;
    }

    .btn-check:checked + .btn.btn-active-color-success.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-success.dropdown-toggle:after, .btn.btn-active-color-success:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-success:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-success:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-success.active.dropdown-toggle:after, .btn.btn-active-color-success.show.dropdown-toggle:after, .show > .btn.btn-active-color-success.dropdown-toggle:after {
        color: var(--bs-text-success) !important;
    }

.btn.btn-icon-success i,
.btn.btn-icon-success .svg-icon {
    color: var(--bs-text-success) !important;
}

.btn.btn-icon-success.dropdown-toggle:after {
    color: var(--bs-text-success) !important;
}

.btn-check:checked + .btn.btn-active-icon-success i,
.btn-check:checked + .btn.btn-active-icon-success .svg-icon, .btn-check:active + .btn.btn-active-icon-success i,
.btn-check:active + .btn.btn-active-icon-success .svg-icon, .btn.btn-active-icon-success:focus:not(.btn-active) i,
.btn.btn-active-icon-success:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-success:hover:not(.btn-active) i,
.btn.btn-active-icon-success:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-success:active:not(.btn-active) i,
.btn.btn-active-icon-success:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-success.active i,
.btn.btn-active-icon-success.active .svg-icon, .btn.btn-active-icon-success.show i,
.btn.btn-active-icon-success.show .svg-icon, .show > .btn.btn-active-icon-success i,
.show > .btn.btn-active-icon-success .svg-icon {
    color: var(--bs-text-success) !important;
}

.btn-check:checked + .btn.btn-active-icon-success.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-success.dropdown-toggle:after, .btn.btn-active-icon-success:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-success:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-success:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-success.active.dropdown-toggle:after, .btn.btn-active-icon-success.show.dropdown-toggle:after, .show > .btn.btn-active-icon-success.dropdown-toggle:after {
    color: var(--bs-text-success) !important;
}

.btn.btn-text-success {
    color: var(--bs-text-success) !important;
}

.btn-check:checked + .btn.btn-active-text-success, .btn-check:active + .btn.btn-active-text-success, .btn.btn-active-text-success:focus:not(.btn-active), .btn.btn-active-text-success:hover:not(.btn-active), .btn.btn-active-text-success:active:not(.btn-active), .btn.btn-active-text-success.active, .btn.btn-active-text-success.show, .show > .btn.btn-active-text-success {
    color: var(--bs-text-success) !important;
}

.btn.btn-color-info {
    color: var(--bs-text-info) !important;
}

    .btn.btn-color-info i,
    .btn.btn-color-info .svg-icon {
        color: var(--bs-text-info) !important;
    }

    .btn.btn-color-info.dropdown-toggle:after {
        color: var(--bs-text-info) !important;
    }

.btn-check:checked + .btn.btn-active-color-info, .btn-check:active + .btn.btn-active-color-info, .btn.btn-active-color-info:focus:not(.btn-active), .btn.btn-active-color-info:hover:not(.btn-active), .btn.btn-active-color-info:active:not(.btn-active), .btn.btn-active-color-info.active, .btn.btn-active-color-info.show, .show > .btn.btn-active-color-info {
    color: var(--bs-text-info) !important;
}

    .btn-check:checked + .btn.btn-active-color-info i,
    .btn-check:checked + .btn.btn-active-color-info .svg-icon, .btn-check:active + .btn.btn-active-color-info i,
    .btn-check:active + .btn.btn-active-color-info .svg-icon, .btn.btn-active-color-info:focus:not(.btn-active) i,
    .btn.btn-active-color-info:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-info:hover:not(.btn-active) i,
    .btn.btn-active-color-info:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-info:active:not(.btn-active) i,
    .btn.btn-active-color-info:active:not(.btn-active) .svg-icon, .btn.btn-active-color-info.active i,
    .btn.btn-active-color-info.active .svg-icon, .btn.btn-active-color-info.show i,
    .btn.btn-active-color-info.show .svg-icon, .show > .btn.btn-active-color-info i,
    .show > .btn.btn-active-color-info .svg-icon {
        color: var(--bs-text-info) !important;
    }

    .btn-check:checked + .btn.btn-active-color-info.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-info.dropdown-toggle:after, .btn.btn-active-color-info:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-info:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-info:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-info.active.dropdown-toggle:after, .btn.btn-active-color-info.show.dropdown-toggle:after, .show > .btn.btn-active-color-info.dropdown-toggle:after {
        color: var(--bs-text-info) !important;
    }

.btn.btn-icon-info i,
.btn.btn-icon-info .svg-icon {
    color: var(--bs-text-info) !important;
}

.btn.btn-icon-info.dropdown-toggle:after {
    color: var(--bs-text-info) !important;
}

.btn-check:checked + .btn.btn-active-icon-info i,
.btn-check:checked + .btn.btn-active-icon-info .svg-icon, .btn-check:active + .btn.btn-active-icon-info i,
.btn-check:active + .btn.btn-active-icon-info .svg-icon, .btn.btn-active-icon-info:focus:not(.btn-active) i,
.btn.btn-active-icon-info:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-info:hover:not(.btn-active) i,
.btn.btn-active-icon-info:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-info:active:not(.btn-active) i,
.btn.btn-active-icon-info:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-info.active i,
.btn.btn-active-icon-info.active .svg-icon, .btn.btn-active-icon-info.show i,
.btn.btn-active-icon-info.show .svg-icon, .show > .btn.btn-active-icon-info i,
.show > .btn.btn-active-icon-info .svg-icon {
    color: var(--bs-text-info) !important;
}

.btn-check:checked + .btn.btn-active-icon-info.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-info.dropdown-toggle:after, .btn.btn-active-icon-info:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-info:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-info:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-info.active.dropdown-toggle:after, .btn.btn-active-icon-info.show.dropdown-toggle:after, .show > .btn.btn-active-icon-info.dropdown-toggle:after {
    color: var(--bs-text-info) !important;
}

.btn.btn-text-info {
    color: var(--bs-text-info) !important;
}

.btn-check:checked + .btn.btn-active-text-info, .btn-check:active + .btn.btn-active-text-info, .btn.btn-active-text-info:focus:not(.btn-active), .btn.btn-active-text-info:hover:not(.btn-active), .btn.btn-active-text-info:active:not(.btn-active), .btn.btn-active-text-info.active, .btn.btn-active-text-info.show, .show > .btn.btn-active-text-info {
    color: var(--bs-text-info) !important;
}

.btn.btn-color-warning {
    color: var(--bs-text-warning) !important;
}

    .btn.btn-color-warning i,
    .btn.btn-color-warning .svg-icon {
        color: var(--bs-text-warning) !important;
    }

    .btn.btn-color-warning.dropdown-toggle:after {
        color: var(--bs-text-warning) !important;
    }

.btn-check:checked + .btn.btn-active-color-warning, .btn-check:active + .btn.btn-active-color-warning, .btn.btn-active-color-warning:focus:not(.btn-active), .btn.btn-active-color-warning:hover:not(.btn-active), .btn.btn-active-color-warning:active:not(.btn-active), .btn.btn-active-color-warning.active, .btn.btn-active-color-warning.show, .show > .btn.btn-active-color-warning {
    color: var(--bs-text-warning) !important;
}

    .btn-check:checked + .btn.btn-active-color-warning i,
    .btn-check:checked + .btn.btn-active-color-warning .svg-icon, .btn-check:active + .btn.btn-active-color-warning i,
    .btn-check:active + .btn.btn-active-color-warning .svg-icon, .btn.btn-active-color-warning:focus:not(.btn-active) i,
    .btn.btn-active-color-warning:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-warning:hover:not(.btn-active) i,
    .btn.btn-active-color-warning:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-warning:active:not(.btn-active) i,
    .btn.btn-active-color-warning:active:not(.btn-active) .svg-icon, .btn.btn-active-color-warning.active i,
    .btn.btn-active-color-warning.active .svg-icon, .btn.btn-active-color-warning.show i,
    .btn.btn-active-color-warning.show .svg-icon, .show > .btn.btn-active-color-warning i,
    .show > .btn.btn-active-color-warning .svg-icon {
        color: var(--bs-text-warning) !important;
    }

    .btn-check:checked + .btn.btn-active-color-warning.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-warning.dropdown-toggle:after, .btn.btn-active-color-warning:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-warning:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-warning:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-warning.active.dropdown-toggle:after, .btn.btn-active-color-warning.show.dropdown-toggle:after, .show > .btn.btn-active-color-warning.dropdown-toggle:after {
        color: var(--bs-text-warning) !important;
    }

.btn.btn-icon-warning i,
.btn.btn-icon-warning .svg-icon {
    color: var(--bs-text-warning) !important;
}

.btn.btn-icon-warning.dropdown-toggle:after {
    color: var(--bs-text-warning) !important;
}

.btn-check:checked + .btn.btn-active-icon-warning i,
.btn-check:checked + .btn.btn-active-icon-warning .svg-icon, .btn-check:active + .btn.btn-active-icon-warning i,
.btn-check:active + .btn.btn-active-icon-warning .svg-icon, .btn.btn-active-icon-warning:focus:not(.btn-active) i,
.btn.btn-active-icon-warning:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-warning:hover:not(.btn-active) i,
.btn.btn-active-icon-warning:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-warning:active:not(.btn-active) i,
.btn.btn-active-icon-warning:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-warning.active i,
.btn.btn-active-icon-warning.active .svg-icon, .btn.btn-active-icon-warning.show i,
.btn.btn-active-icon-warning.show .svg-icon, .show > .btn.btn-active-icon-warning i,
.show > .btn.btn-active-icon-warning .svg-icon {
    color: var(--bs-text-warning) !important;
}

.btn-check:checked + .btn.btn-active-icon-warning.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-warning.dropdown-toggle:after, .btn.btn-active-icon-warning:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-warning:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-warning:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-warning.active.dropdown-toggle:after, .btn.btn-active-icon-warning.show.dropdown-toggle:after, .show > .btn.btn-active-icon-warning.dropdown-toggle:after {
    color: var(--bs-text-warning) !important;
}

.btn.btn-text-warning {
    color: var(--bs-text-warning) !important;
}

.btn-check:checked + .btn.btn-active-text-warning, .btn-check:active + .btn.btn-active-text-warning, .btn.btn-active-text-warning:focus:not(.btn-active), .btn.btn-active-text-warning:hover:not(.btn-active), .btn.btn-active-text-warning:active:not(.btn-active), .btn.btn-active-text-warning.active, .btn.btn-active-text-warning.show, .show > .btn.btn-active-text-warning {
    color: var(--bs-text-warning) !important;
}

.btn.btn-color-danger {
    color: var(--bs-text-danger) !important;
}

    .btn.btn-color-danger i,
    .btn.btn-color-danger .svg-icon {
        color: var(--bs-text-danger) !important;
    }

    .btn.btn-color-danger.dropdown-toggle:after {
        color: var(--bs-text-danger) !important;
    }

.btn-check:checked + .btn.btn-active-color-danger, .btn-check:active + .btn.btn-active-color-danger, .btn.btn-active-color-danger:focus:not(.btn-active), .btn.btn-active-color-danger:hover:not(.btn-active), .btn.btn-active-color-danger:active:not(.btn-active), .btn.btn-active-color-danger.active, .btn.btn-active-color-danger.show, .show > .btn.btn-active-color-danger {
    color: var(--bs-text-danger) !important;
}

    .btn-check:checked + .btn.btn-active-color-danger i,
    .btn-check:checked + .btn.btn-active-color-danger .svg-icon, .btn-check:active + .btn.btn-active-color-danger i,
    .btn-check:active + .btn.btn-active-color-danger .svg-icon, .btn.btn-active-color-danger:focus:not(.btn-active) i,
    .btn.btn-active-color-danger:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-danger:hover:not(.btn-active) i,
    .btn.btn-active-color-danger:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-danger:active:not(.btn-active) i,
    .btn.btn-active-color-danger:active:not(.btn-active) .svg-icon, .btn.btn-active-color-danger.active i,
    .btn.btn-active-color-danger.active .svg-icon, .btn.btn-active-color-danger.show i,
    .btn.btn-active-color-danger.show .svg-icon, .show > .btn.btn-active-color-danger i,
    .show > .btn.btn-active-color-danger .svg-icon {
        color: var(--bs-text-danger) !important;
    }

    .btn-check:checked + .btn.btn-active-color-danger.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-danger.dropdown-toggle:after, .btn.btn-active-color-danger:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-danger:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-danger:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-danger.active.dropdown-toggle:after, .btn.btn-active-color-danger.show.dropdown-toggle:after, .show > .btn.btn-active-color-danger.dropdown-toggle:after {
        color: var(--bs-text-danger) !important;
    }

.btn.btn-icon-danger i,
.btn.btn-icon-danger .svg-icon {
    color: var(--bs-text-danger) !important;
}

.btn.btn-icon-danger.dropdown-toggle:after {
    color: var(--bs-text-danger) !important;
}

.btn-check:checked + .btn.btn-active-icon-danger i,
.btn-check:checked + .btn.btn-active-icon-danger .svg-icon, .btn-check:active + .btn.btn-active-icon-danger i,
.btn-check:active + .btn.btn-active-icon-danger .svg-icon, .btn.btn-active-icon-danger:focus:not(.btn-active) i,
.btn.btn-active-icon-danger:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-danger:hover:not(.btn-active) i,
.btn.btn-active-icon-danger:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-danger:active:not(.btn-active) i,
.btn.btn-active-icon-danger:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-danger.active i,
.btn.btn-active-icon-danger.active .svg-icon, .btn.btn-active-icon-danger.show i,
.btn.btn-active-icon-danger.show .svg-icon, .show > .btn.btn-active-icon-danger i,
.show > .btn.btn-active-icon-danger .svg-icon {
    color: var(--bs-text-danger) !important;
}

.btn-check:checked + .btn.btn-active-icon-danger.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-danger.dropdown-toggle:after, .btn.btn-active-icon-danger:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-danger:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-danger:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-danger.active.dropdown-toggle:after, .btn.btn-active-icon-danger.show.dropdown-toggle:after, .show > .btn.btn-active-icon-danger.dropdown-toggle:after {
    color: var(--bs-text-danger) !important;
}

.btn.btn-text-danger {
    color: var(--bs-text-danger) !important;
}

.btn-check:checked + .btn.btn-active-text-danger, .btn-check:active + .btn.btn-active-text-danger, .btn.btn-active-text-danger:focus:not(.btn-active), .btn.btn-active-text-danger:hover:not(.btn-active), .btn.btn-active-text-danger:active:not(.btn-active), .btn.btn-active-text-danger.active, .btn.btn-active-text-danger.show, .show > .btn.btn-active-text-danger {
    color: var(--bs-text-danger) !important;
}

.btn.btn-color-dark {
    color: var(--bs-text-dark) !important;
}

    .btn.btn-color-dark i,
    .btn.btn-color-dark .svg-icon {
        color: var(--bs-text-dark) !important;
    }

    .btn.btn-color-dark.dropdown-toggle:after {
        color: var(--bs-text-dark) !important;
    }

.btn-check:checked + .btn.btn-active-color-dark, .btn-check:active + .btn.btn-active-color-dark, .btn.btn-active-color-dark:focus:not(.btn-active), .btn.btn-active-color-dark:hover:not(.btn-active), .btn.btn-active-color-dark:active:not(.btn-active), .btn.btn-active-color-dark.active, .btn.btn-active-color-dark.show, .show > .btn.btn-active-color-dark {
    color: var(--bs-text-dark) !important;
}

    .btn-check:checked + .btn.btn-active-color-dark i,
    .btn-check:checked + .btn.btn-active-color-dark .svg-icon, .btn-check:active + .btn.btn-active-color-dark i,
    .btn-check:active + .btn.btn-active-color-dark .svg-icon, .btn.btn-active-color-dark:focus:not(.btn-active) i,
    .btn.btn-active-color-dark:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-dark:hover:not(.btn-active) i,
    .btn.btn-active-color-dark:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-dark:active:not(.btn-active) i,
    .btn.btn-active-color-dark:active:not(.btn-active) .svg-icon, .btn.btn-active-color-dark.active i,
    .btn.btn-active-color-dark.active .svg-icon, .btn.btn-active-color-dark.show i,
    .btn.btn-active-color-dark.show .svg-icon, .show > .btn.btn-active-color-dark i,
    .show > .btn.btn-active-color-dark .svg-icon {
        color: var(--bs-text-dark) !important;
    }

    .btn-check:checked + .btn.btn-active-color-dark.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-dark.dropdown-toggle:after, .btn.btn-active-color-dark:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-dark:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-dark:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-dark.active.dropdown-toggle:after, .btn.btn-active-color-dark.show.dropdown-toggle:after, .show > .btn.btn-active-color-dark.dropdown-toggle:after {
        color: var(--bs-text-dark) !important;
    }

.btn.btn-icon-dark i,
.btn.btn-icon-dark .svg-icon {
    color: var(--bs-text-dark) !important;
}

.btn.btn-icon-dark.dropdown-toggle:after {
    color: var(--bs-text-dark) !important;
}

.btn-check:checked + .btn.btn-active-icon-dark i,
.btn-check:checked + .btn.btn-active-icon-dark .svg-icon, .btn-check:active + .btn.btn-active-icon-dark i,
.btn-check:active + .btn.btn-active-icon-dark .svg-icon, .btn.btn-active-icon-dark:focus:not(.btn-active) i,
.btn.btn-active-icon-dark:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-dark:hover:not(.btn-active) i,
.btn.btn-active-icon-dark:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-dark:active:not(.btn-active) i,
.btn.btn-active-icon-dark:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-dark.active i,
.btn.btn-active-icon-dark.active .svg-icon, .btn.btn-active-icon-dark.show i,
.btn.btn-active-icon-dark.show .svg-icon, .show > .btn.btn-active-icon-dark i,
.show > .btn.btn-active-icon-dark .svg-icon {
    color: var(--bs-text-dark) !important;
}

.btn-check:checked + .btn.btn-active-icon-dark.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-dark.dropdown-toggle:after, .btn.btn-active-icon-dark:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-dark:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-dark:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-dark.active.dropdown-toggle:after, .btn.btn-active-icon-dark.show.dropdown-toggle:after, .show > .btn.btn-active-icon-dark.dropdown-toggle:after {
    color: var(--bs-text-dark) !important;
}

.btn.btn-text-dark {
    color: var(--bs-text-dark) !important;
}

.btn-check:checked + .btn.btn-active-text-dark, .btn-check:active + .btn.btn-active-text-dark, .btn.btn-active-text-dark:focus:not(.btn-active), .btn.btn-active-text-dark:hover:not(.btn-active), .btn.btn-active-text-dark:active:not(.btn-active), .btn.btn-active-text-dark.active, .btn.btn-active-text-dark.show, .show > .btn.btn-active-text-dark {
    color: var(--bs-text-dark) !important;
}

.btn.btn-color-muted {
    color: var(--bs-text-muted) !important;
}

    .btn.btn-color-muted i,
    .btn.btn-color-muted .svg-icon {
        color: var(--bs-text-muted) !important;
    }

    .btn.btn-color-muted.dropdown-toggle:after {
        color: var(--bs-text-muted) !important;
    }

.btn-check:checked + .btn.btn-active-color-muted, .btn-check:active + .btn.btn-active-color-muted, .btn.btn-active-color-muted:focus:not(.btn-active), .btn.btn-active-color-muted:hover:not(.btn-active), .btn.btn-active-color-muted:active:not(.btn-active), .btn.btn-active-color-muted.active, .btn.btn-active-color-muted.show, .show > .btn.btn-active-color-muted {
    color: var(--bs-text-muted) !important;
}

    .btn-check:checked + .btn.btn-active-color-muted i,
    .btn-check:checked + .btn.btn-active-color-muted .svg-icon, .btn-check:active + .btn.btn-active-color-muted i,
    .btn-check:active + .btn.btn-active-color-muted .svg-icon, .btn.btn-active-color-muted:focus:not(.btn-active) i,
    .btn.btn-active-color-muted:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-muted:hover:not(.btn-active) i,
    .btn.btn-active-color-muted:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-muted:active:not(.btn-active) i,
    .btn.btn-active-color-muted:active:not(.btn-active) .svg-icon, .btn.btn-active-color-muted.active i,
    .btn.btn-active-color-muted.active .svg-icon, .btn.btn-active-color-muted.show i,
    .btn.btn-active-color-muted.show .svg-icon, .show > .btn.btn-active-color-muted i,
    .show > .btn.btn-active-color-muted .svg-icon {
        color: var(--bs-text-muted) !important;
    }

    .btn-check:checked + .btn.btn-active-color-muted.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-muted.dropdown-toggle:after, .btn.btn-active-color-muted:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-muted:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-muted:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-muted.active.dropdown-toggle:after, .btn.btn-active-color-muted.show.dropdown-toggle:after, .show > .btn.btn-active-color-muted.dropdown-toggle:after {
        color: var(--bs-text-muted) !important;
    }

.btn.btn-icon-muted i,
.btn.btn-icon-muted .svg-icon {
    color: var(--bs-text-muted) !important;
}

.btn.btn-icon-muted.dropdown-toggle:after {
    color: var(--bs-text-muted) !important;
}

.btn-check:checked + .btn.btn-active-icon-muted i,
.btn-check:checked + .btn.btn-active-icon-muted .svg-icon, .btn-check:active + .btn.btn-active-icon-muted i,
.btn-check:active + .btn.btn-active-icon-muted .svg-icon, .btn.btn-active-icon-muted:focus:not(.btn-active) i,
.btn.btn-active-icon-muted:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-muted:hover:not(.btn-active) i,
.btn.btn-active-icon-muted:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-muted:active:not(.btn-active) i,
.btn.btn-active-icon-muted:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-muted.active i,
.btn.btn-active-icon-muted.active .svg-icon, .btn.btn-active-icon-muted.show i,
.btn.btn-active-icon-muted.show .svg-icon, .show > .btn.btn-active-icon-muted i,
.show > .btn.btn-active-icon-muted .svg-icon {
    color: var(--bs-text-muted) !important;
}

.btn-check:checked + .btn.btn-active-icon-muted.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-muted.dropdown-toggle:after, .btn.btn-active-icon-muted:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-muted:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-muted:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-muted.active.dropdown-toggle:after, .btn.btn-active-icon-muted.show.dropdown-toggle:after, .show > .btn.btn-active-icon-muted.dropdown-toggle:after {
    color: var(--bs-text-muted) !important;
}

.btn.btn-text-muted {
    color: var(--bs-text-muted) !important;
}

.btn-check:checked + .btn.btn-active-text-muted, .btn-check:active + .btn.btn-active-text-muted, .btn.btn-active-text-muted:focus:not(.btn-active), .btn.btn-active-text-muted:hover:not(.btn-active), .btn.btn-active-text-muted:active:not(.btn-active), .btn.btn-active-text-muted.active, .btn.btn-active-text-muted.show, .show > .btn.btn-active-text-muted {
    color: var(--bs-text-muted) !important;
}

.btn.btn-color-gray-100 {
    color: var(--bs-text-gray-100) !important;
}

    .btn.btn-color-gray-100 i,
    .btn.btn-color-gray-100 .svg-icon {
        color: var(--bs-text-gray-100) !important;
    }

    .btn.btn-color-gray-100.dropdown-toggle:after {
        color: var(--bs-text-gray-100) !important;
    }

.btn-check:checked + .btn.btn-active-color-gray-100, .btn-check:active + .btn.btn-active-color-gray-100, .btn.btn-active-color-gray-100:focus:not(.btn-active), .btn.btn-active-color-gray-100:hover:not(.btn-active), .btn.btn-active-color-gray-100:active:not(.btn-active), .btn.btn-active-color-gray-100.active, .btn.btn-active-color-gray-100.show, .show > .btn.btn-active-color-gray-100 {
    color: var(--bs-text-gray-100) !important;
}

    .btn-check:checked + .btn.btn-active-color-gray-100 i,
    .btn-check:checked + .btn.btn-active-color-gray-100 .svg-icon, .btn-check:active + .btn.btn-active-color-gray-100 i,
    .btn-check:active + .btn.btn-active-color-gray-100 .svg-icon, .btn.btn-active-color-gray-100:focus:not(.btn-active) i,
    .btn.btn-active-color-gray-100:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-100:hover:not(.btn-active) i,
    .btn.btn-active-color-gray-100:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-100:active:not(.btn-active) i,
    .btn.btn-active-color-gray-100:active:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-100.active i,
    .btn.btn-active-color-gray-100.active .svg-icon, .btn.btn-active-color-gray-100.show i,
    .btn.btn-active-color-gray-100.show .svg-icon, .show > .btn.btn-active-color-gray-100 i,
    .show > .btn.btn-active-color-gray-100 .svg-icon {
        color: var(--bs-text-gray-100) !important;
    }

    .btn-check:checked + .btn.btn-active-color-gray-100.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-gray-100.dropdown-toggle:after, .btn.btn-active-color-gray-100:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-100:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-100:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-100.active.dropdown-toggle:after, .btn.btn-active-color-gray-100.show.dropdown-toggle:after, .show > .btn.btn-active-color-gray-100.dropdown-toggle:after {
        color: var(--bs-text-gray-100) !important;
    }

.btn.btn-icon-gray-100 i,
.btn.btn-icon-gray-100 .svg-icon {
    color: var(--bs-text-gray-100) !important;
}

.btn.btn-icon-gray-100.dropdown-toggle:after {
    color: var(--bs-text-gray-100) !important;
}

.btn-check:checked + .btn.btn-active-icon-gray-100 i,
.btn-check:checked + .btn.btn-active-icon-gray-100 .svg-icon, .btn-check:active + .btn.btn-active-icon-gray-100 i,
.btn-check:active + .btn.btn-active-icon-gray-100 .svg-icon, .btn.btn-active-icon-gray-100:focus:not(.btn-active) i,
.btn.btn-active-icon-gray-100:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-100:hover:not(.btn-active) i,
.btn.btn-active-icon-gray-100:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-100:active:not(.btn-active) i,
.btn.btn-active-icon-gray-100:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-100.active i,
.btn.btn-active-icon-gray-100.active .svg-icon, .btn.btn-active-icon-gray-100.show i,
.btn.btn-active-icon-gray-100.show .svg-icon, .show > .btn.btn-active-icon-gray-100 i,
.show > .btn.btn-active-icon-gray-100 .svg-icon {
    color: var(--bs-text-gray-100) !important;
}

.btn-check:checked + .btn.btn-active-icon-gray-100.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-gray-100.dropdown-toggle:after, .btn.btn-active-icon-gray-100:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-100:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-100:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-100.active.dropdown-toggle:after, .btn.btn-active-icon-gray-100.show.dropdown-toggle:after, .show > .btn.btn-active-icon-gray-100.dropdown-toggle:after {
    color: var(--bs-text-gray-100) !important;
}

.btn.btn-text-gray-100 {
    color: var(--bs-text-gray-100) !important;
}

.btn-check:checked + .btn.btn-active-text-gray-100, .btn-check:active + .btn.btn-active-text-gray-100, .btn.btn-active-text-gray-100:focus:not(.btn-active), .btn.btn-active-text-gray-100:hover:not(.btn-active), .btn.btn-active-text-gray-100:active:not(.btn-active), .btn.btn-active-text-gray-100.active, .btn.btn-active-text-gray-100.show, .show > .btn.btn-active-text-gray-100 {
    color: var(--bs-text-gray-100) !important;
}

.btn.btn-color-gray-200 {
    color: var(--bs-text-gray-200) !important;
}

    .btn.btn-color-gray-200 i,
    .btn.btn-color-gray-200 .svg-icon {
        color: var(--bs-text-gray-200) !important;
    }

    .btn.btn-color-gray-200.dropdown-toggle:after {
        color: var(--bs-text-gray-200) !important;
    }

.btn-check:checked + .btn.btn-active-color-gray-200, .btn-check:active + .btn.btn-active-color-gray-200, .btn.btn-active-color-gray-200:focus:not(.btn-active), .btn.btn-active-color-gray-200:hover:not(.btn-active), .btn.btn-active-color-gray-200:active:not(.btn-active), .btn.btn-active-color-gray-200.active, .btn.btn-active-color-gray-200.show, .show > .btn.btn-active-color-gray-200 {
    color: var(--bs-text-gray-200) !important;
}

    .btn-check:checked + .btn.btn-active-color-gray-200 i,
    .btn-check:checked + .btn.btn-active-color-gray-200 .svg-icon, .btn-check:active + .btn.btn-active-color-gray-200 i,
    .btn-check:active + .btn.btn-active-color-gray-200 .svg-icon, .btn.btn-active-color-gray-200:focus:not(.btn-active) i,
    .btn.btn-active-color-gray-200:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-200:hover:not(.btn-active) i,
    .btn.btn-active-color-gray-200:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-200:active:not(.btn-active) i,
    .btn.btn-active-color-gray-200:active:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-200.active i,
    .btn.btn-active-color-gray-200.active .svg-icon, .btn.btn-active-color-gray-200.show i,
    .btn.btn-active-color-gray-200.show .svg-icon, .show > .btn.btn-active-color-gray-200 i,
    .show > .btn.btn-active-color-gray-200 .svg-icon {
        color: var(--bs-text-gray-200) !important;
    }

    .btn-check:checked + .btn.btn-active-color-gray-200.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-gray-200.dropdown-toggle:after, .btn.btn-active-color-gray-200:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-200:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-200:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-200.active.dropdown-toggle:after, .btn.btn-active-color-gray-200.show.dropdown-toggle:after, .show > .btn.btn-active-color-gray-200.dropdown-toggle:after {
        color: var(--bs-text-gray-200) !important;
    }

.btn.btn-icon-gray-200 i,
.btn.btn-icon-gray-200 .svg-icon {
    color: var(--bs-text-gray-200) !important;
}

.btn.btn-icon-gray-200.dropdown-toggle:after {
    color: var(--bs-text-gray-200) !important;
}

.btn-check:checked + .btn.btn-active-icon-gray-200 i,
.btn-check:checked + .btn.btn-active-icon-gray-200 .svg-icon, .btn-check:active + .btn.btn-active-icon-gray-200 i,
.btn-check:active + .btn.btn-active-icon-gray-200 .svg-icon, .btn.btn-active-icon-gray-200:focus:not(.btn-active) i,
.btn.btn-active-icon-gray-200:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-200:hover:not(.btn-active) i,
.btn.btn-active-icon-gray-200:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-200:active:not(.btn-active) i,
.btn.btn-active-icon-gray-200:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-200.active i,
.btn.btn-active-icon-gray-200.active .svg-icon, .btn.btn-active-icon-gray-200.show i,
.btn.btn-active-icon-gray-200.show .svg-icon, .show > .btn.btn-active-icon-gray-200 i,
.show > .btn.btn-active-icon-gray-200 .svg-icon {
    color: var(--bs-text-gray-200) !important;
}

.btn-check:checked + .btn.btn-active-icon-gray-200.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-gray-200.dropdown-toggle:after, .btn.btn-active-icon-gray-200:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-200:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-200:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-200.active.dropdown-toggle:after, .btn.btn-active-icon-gray-200.show.dropdown-toggle:after, .show > .btn.btn-active-icon-gray-200.dropdown-toggle:after {
    color: var(--bs-text-gray-200) !important;
}

.btn.btn-text-gray-200 {
    color: var(--bs-text-gray-200) !important;
}

.btn-check:checked + .btn.btn-active-text-gray-200, .btn-check:active + .btn.btn-active-text-gray-200, .btn.btn-active-text-gray-200:focus:not(.btn-active), .btn.btn-active-text-gray-200:hover:not(.btn-active), .btn.btn-active-text-gray-200:active:not(.btn-active), .btn.btn-active-text-gray-200.active, .btn.btn-active-text-gray-200.show, .show > .btn.btn-active-text-gray-200 {
    color: var(--bs-text-gray-200) !important;
}

.btn.btn-color-gray-300 {
    color: var(--bs-text-gray-300) !important;
}

    .btn.btn-color-gray-300 i,
    .btn.btn-color-gray-300 .svg-icon {
        color: var(--bs-text-gray-300) !important;
    }

    .btn.btn-color-gray-300.dropdown-toggle:after {
        color: var(--bs-text-gray-300) !important;
    }

.btn-check:checked + .btn.btn-active-color-gray-300, .btn-check:active + .btn.btn-active-color-gray-300, .btn.btn-active-color-gray-300:focus:not(.btn-active), .btn.btn-active-color-gray-300:hover:not(.btn-active), .btn.btn-active-color-gray-300:active:not(.btn-active), .btn.btn-active-color-gray-300.active, .btn.btn-active-color-gray-300.show, .show > .btn.btn-active-color-gray-300 {
    color: var(--bs-text-gray-300) !important;
}

    .btn-check:checked + .btn.btn-active-color-gray-300 i,
    .btn-check:checked + .btn.btn-active-color-gray-300 .svg-icon, .btn-check:active + .btn.btn-active-color-gray-300 i,
    .btn-check:active + .btn.btn-active-color-gray-300 .svg-icon, .btn.btn-active-color-gray-300:focus:not(.btn-active) i,
    .btn.btn-active-color-gray-300:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-300:hover:not(.btn-active) i,
    .btn.btn-active-color-gray-300:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-300:active:not(.btn-active) i,
    .btn.btn-active-color-gray-300:active:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-300.active i,
    .btn.btn-active-color-gray-300.active .svg-icon, .btn.btn-active-color-gray-300.show i,
    .btn.btn-active-color-gray-300.show .svg-icon, .show > .btn.btn-active-color-gray-300 i,
    .show > .btn.btn-active-color-gray-300 .svg-icon {
        color: var(--bs-text-gray-300) !important;
    }

    .btn-check:checked + .btn.btn-active-color-gray-300.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-gray-300.dropdown-toggle:after, .btn.btn-active-color-gray-300:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-300:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-300:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-300.active.dropdown-toggle:after, .btn.btn-active-color-gray-300.show.dropdown-toggle:after, .show > .btn.btn-active-color-gray-300.dropdown-toggle:after {
        color: var(--bs-text-gray-300) !important;
    }

.btn.btn-icon-gray-300 i,
.btn.btn-icon-gray-300 .svg-icon {
    color: var(--bs-text-gray-300) !important;
}

.btn.btn-icon-gray-300.dropdown-toggle:after {
    color: var(--bs-text-gray-300) !important;
}

.btn-check:checked + .btn.btn-active-icon-gray-300 i,
.btn-check:checked + .btn.btn-active-icon-gray-300 .svg-icon, .btn-check:active + .btn.btn-active-icon-gray-300 i,
.btn-check:active + .btn.btn-active-icon-gray-300 .svg-icon, .btn.btn-active-icon-gray-300:focus:not(.btn-active) i,
.btn.btn-active-icon-gray-300:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-300:hover:not(.btn-active) i,
.btn.btn-active-icon-gray-300:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-300:active:not(.btn-active) i,
.btn.btn-active-icon-gray-300:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-300.active i,
.btn.btn-active-icon-gray-300.active .svg-icon, .btn.btn-active-icon-gray-300.show i,
.btn.btn-active-icon-gray-300.show .svg-icon, .show > .btn.btn-active-icon-gray-300 i,
.show > .btn.btn-active-icon-gray-300 .svg-icon {
    color: var(--bs-text-gray-300) !important;
}

.btn-check:checked + .btn.btn-active-icon-gray-300.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-gray-300.dropdown-toggle:after, .btn.btn-active-icon-gray-300:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-300:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-300:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-300.active.dropdown-toggle:after, .btn.btn-active-icon-gray-300.show.dropdown-toggle:after, .show > .btn.btn-active-icon-gray-300.dropdown-toggle:after {
    color: var(--bs-text-gray-300) !important;
}

.btn.btn-text-gray-300 {
    color: var(--bs-text-gray-300) !important;
}

.btn-check:checked + .btn.btn-active-text-gray-300, .btn-check:active + .btn.btn-active-text-gray-300, .btn.btn-active-text-gray-300:focus:not(.btn-active), .btn.btn-active-text-gray-300:hover:not(.btn-active), .btn.btn-active-text-gray-300:active:not(.btn-active), .btn.btn-active-text-gray-300.active, .btn.btn-active-text-gray-300.show, .show > .btn.btn-active-text-gray-300 {
    color: var(--bs-text-gray-300) !important;
}

.btn.btn-color-gray-400 {
    color: var(--bs-text-gray-400) !important;
}

    .btn.btn-color-gray-400 i,
    .btn.btn-color-gray-400 .svg-icon {
        color: var(--bs-text-gray-400) !important;
    }

    .btn.btn-color-gray-400.dropdown-toggle:after {
        color: var(--bs-text-gray-400) !important;
    }

.btn-check:checked + .btn.btn-active-color-gray-400, .btn-check:active + .btn.btn-active-color-gray-400, .btn.btn-active-color-gray-400:focus:not(.btn-active), .btn.btn-active-color-gray-400:hover:not(.btn-active), .btn.btn-active-color-gray-400:active:not(.btn-active), .btn.btn-active-color-gray-400.active, .btn.btn-active-color-gray-400.show, .show > .btn.btn-active-color-gray-400 {
    color: var(--bs-text-gray-400) !important;
}

    .btn-check:checked + .btn.btn-active-color-gray-400 i,
    .btn-check:checked + .btn.btn-active-color-gray-400 .svg-icon, .btn-check:active + .btn.btn-active-color-gray-400 i,
    .btn-check:active + .btn.btn-active-color-gray-400 .svg-icon, .btn.btn-active-color-gray-400:focus:not(.btn-active) i,
    .btn.btn-active-color-gray-400:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-400:hover:not(.btn-active) i,
    .btn.btn-active-color-gray-400:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-400:active:not(.btn-active) i,
    .btn.btn-active-color-gray-400:active:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-400.active i,
    .btn.btn-active-color-gray-400.active .svg-icon, .btn.btn-active-color-gray-400.show i,
    .btn.btn-active-color-gray-400.show .svg-icon, .show > .btn.btn-active-color-gray-400 i,
    .show > .btn.btn-active-color-gray-400 .svg-icon {
        color: var(--bs-text-gray-400) !important;
    }

    .btn-check:checked + .btn.btn-active-color-gray-400.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-gray-400.dropdown-toggle:after, .btn.btn-active-color-gray-400:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-400:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-400:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-400.active.dropdown-toggle:after, .btn.btn-active-color-gray-400.show.dropdown-toggle:after, .show > .btn.btn-active-color-gray-400.dropdown-toggle:after {
        color: var(--bs-text-gray-400) !important;
    }

.btn.btn-icon-gray-400 i,
.btn.btn-icon-gray-400 .svg-icon {
    color: var(--bs-text-gray-400) !important;
}

.btn.btn-icon-gray-400.dropdown-toggle:after {
    color: var(--bs-text-gray-400) !important;
}

.btn-check:checked + .btn.btn-active-icon-gray-400 i,
.btn-check:checked + .btn.btn-active-icon-gray-400 .svg-icon, .btn-check:active + .btn.btn-active-icon-gray-400 i,
.btn-check:active + .btn.btn-active-icon-gray-400 .svg-icon, .btn.btn-active-icon-gray-400:focus:not(.btn-active) i,
.btn.btn-active-icon-gray-400:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-400:hover:not(.btn-active) i,
.btn.btn-active-icon-gray-400:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-400:active:not(.btn-active) i,
.btn.btn-active-icon-gray-400:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-400.active i,
.btn.btn-active-icon-gray-400.active .svg-icon, .btn.btn-active-icon-gray-400.show i,
.btn.btn-active-icon-gray-400.show .svg-icon, .show > .btn.btn-active-icon-gray-400 i,
.show > .btn.btn-active-icon-gray-400 .svg-icon {
    color: var(--bs-text-gray-400) !important;
}

.btn-check:checked + .btn.btn-active-icon-gray-400.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-gray-400.dropdown-toggle:after, .btn.btn-active-icon-gray-400:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-400:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-400:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-400.active.dropdown-toggle:after, .btn.btn-active-icon-gray-400.show.dropdown-toggle:after, .show > .btn.btn-active-icon-gray-400.dropdown-toggle:after {
    color: var(--bs-text-gray-400) !important;
}

.btn.btn-text-gray-400 {
    color: var(--bs-text-gray-400) !important;
}

.btn-check:checked + .btn.btn-active-text-gray-400, .btn-check:active + .btn.btn-active-text-gray-400, .btn.btn-active-text-gray-400:focus:not(.btn-active), .btn.btn-active-text-gray-400:hover:not(.btn-active), .btn.btn-active-text-gray-400:active:not(.btn-active), .btn.btn-active-text-gray-400.active, .btn.btn-active-text-gray-400.show, .show > .btn.btn-active-text-gray-400 {
    color: var(--bs-text-gray-400) !important;
}

.btn.btn-color-gray-500 {
    color: var(--bs-text-gray-500) !important;
}

    .btn.btn-color-gray-500 i,
    .btn.btn-color-gray-500 .svg-icon {
        color: var(--bs-text-gray-500) !important;
    }

    .btn.btn-color-gray-500.dropdown-toggle:after {
        color: var(--bs-text-gray-500) !important;
    }

.btn-check:checked + .btn.btn-active-color-gray-500, .btn-check:active + .btn.btn-active-color-gray-500, .btn.btn-active-color-gray-500:focus:not(.btn-active), .btn.btn-active-color-gray-500:hover:not(.btn-active), .btn.btn-active-color-gray-500:active:not(.btn-active), .btn.btn-active-color-gray-500.active, .btn.btn-active-color-gray-500.show, .show > .btn.btn-active-color-gray-500 {
    color: var(--bs-text-gray-500) !important;
}

    .btn-check:checked + .btn.btn-active-color-gray-500 i,
    .btn-check:checked + .btn.btn-active-color-gray-500 .svg-icon, .btn-check:active + .btn.btn-active-color-gray-500 i,
    .btn-check:active + .btn.btn-active-color-gray-500 .svg-icon, .btn.btn-active-color-gray-500:focus:not(.btn-active) i,
    .btn.btn-active-color-gray-500:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-500:hover:not(.btn-active) i,
    .btn.btn-active-color-gray-500:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-500:active:not(.btn-active) i,
    .btn.btn-active-color-gray-500:active:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-500.active i,
    .btn.btn-active-color-gray-500.active .svg-icon, .btn.btn-active-color-gray-500.show i,
    .btn.btn-active-color-gray-500.show .svg-icon, .show > .btn.btn-active-color-gray-500 i,
    .show > .btn.btn-active-color-gray-500 .svg-icon {
        color: var(--bs-text-gray-500) !important;
    }

    .btn-check:checked + .btn.btn-active-color-gray-500.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-gray-500.dropdown-toggle:after, .btn.btn-active-color-gray-500:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-500:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-500:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-500.active.dropdown-toggle:after, .btn.btn-active-color-gray-500.show.dropdown-toggle:after, .show > .btn.btn-active-color-gray-500.dropdown-toggle:after {
        color: var(--bs-text-gray-500) !important;
    }

.btn.btn-icon-gray-500 i,
.btn.btn-icon-gray-500 .svg-icon {
    color: var(--bs-text-gray-500) !important;
}

.btn.btn-icon-gray-500.dropdown-toggle:after {
    color: var(--bs-text-gray-500) !important;
}

.btn-check:checked + .btn.btn-active-icon-gray-500 i,
.btn-check:checked + .btn.btn-active-icon-gray-500 .svg-icon, .btn-check:active + .btn.btn-active-icon-gray-500 i,
.btn-check:active + .btn.btn-active-icon-gray-500 .svg-icon, .btn.btn-active-icon-gray-500:focus:not(.btn-active) i,
.btn.btn-active-icon-gray-500:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-500:hover:not(.btn-active) i,
.btn.btn-active-icon-gray-500:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-500:active:not(.btn-active) i,
.btn.btn-active-icon-gray-500:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-500.active i,
.btn.btn-active-icon-gray-500.active .svg-icon, .btn.btn-active-icon-gray-500.show i,
.btn.btn-active-icon-gray-500.show .svg-icon, .show > .btn.btn-active-icon-gray-500 i,
.show > .btn.btn-active-icon-gray-500 .svg-icon {
    color: var(--bs-text-gray-500) !important;
}

.btn-check:checked + .btn.btn-active-icon-gray-500.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-gray-500.dropdown-toggle:after, .btn.btn-active-icon-gray-500:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-500:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-500:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-500.active.dropdown-toggle:after, .btn.btn-active-icon-gray-500.show.dropdown-toggle:after, .show > .btn.btn-active-icon-gray-500.dropdown-toggle:after {
    color: var(--bs-text-gray-500) !important;
}

.btn.btn-text-gray-500 {
    color: var(--bs-text-gray-500) !important;
}

.btn-check:checked + .btn.btn-active-text-gray-500, .btn-check:active + .btn.btn-active-text-gray-500, .btn.btn-active-text-gray-500:focus:not(.btn-active), .btn.btn-active-text-gray-500:hover:not(.btn-active), .btn.btn-active-text-gray-500:active:not(.btn-active), .btn.btn-active-text-gray-500.active, .btn.btn-active-text-gray-500.show, .show > .btn.btn-active-text-gray-500 {
    color: var(--bs-text-gray-500) !important;
}

.btn.btn-color-gray-600 {
    color: var(--bs-text-gray-600) !important;
}

    .btn.btn-color-gray-600 i,
    .btn.btn-color-gray-600 .svg-icon {
        color: var(--bs-text-gray-600) !important;
    }

    .btn.btn-color-gray-600.dropdown-toggle:after {
        color: var(--bs-text-gray-600) !important;
    }

.btn-check:checked + .btn.btn-active-color-gray-600, .btn-check:active + .btn.btn-active-color-gray-600, .btn.btn-active-color-gray-600:focus:not(.btn-active), .btn.btn-active-color-gray-600:hover:not(.btn-active), .btn.btn-active-color-gray-600:active:not(.btn-active), .btn.btn-active-color-gray-600.active, .btn.btn-active-color-gray-600.show, .show > .btn.btn-active-color-gray-600 {
    color: var(--bs-text-gray-600) !important;
}

    .btn-check:checked + .btn.btn-active-color-gray-600 i,
    .btn-check:checked + .btn.btn-active-color-gray-600 .svg-icon, .btn-check:active + .btn.btn-active-color-gray-600 i,
    .btn-check:active + .btn.btn-active-color-gray-600 .svg-icon, .btn.btn-active-color-gray-600:focus:not(.btn-active) i,
    .btn.btn-active-color-gray-600:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-600:hover:not(.btn-active) i,
    .btn.btn-active-color-gray-600:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-600:active:not(.btn-active) i,
    .btn.btn-active-color-gray-600:active:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-600.active i,
    .btn.btn-active-color-gray-600.active .svg-icon, .btn.btn-active-color-gray-600.show i,
    .btn.btn-active-color-gray-600.show .svg-icon, .show > .btn.btn-active-color-gray-600 i,
    .show > .btn.btn-active-color-gray-600 .svg-icon {
        color: var(--bs-text-gray-600) !important;
    }

    .btn-check:checked + .btn.btn-active-color-gray-600.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-gray-600.dropdown-toggle:after, .btn.btn-active-color-gray-600:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-600:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-600:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-600.active.dropdown-toggle:after, .btn.btn-active-color-gray-600.show.dropdown-toggle:after, .show > .btn.btn-active-color-gray-600.dropdown-toggle:after {
        color: var(--bs-text-gray-600) !important;
    }

.btn.btn-icon-gray-600 i,
.btn.btn-icon-gray-600 .svg-icon {
    color: var(--bs-text-gray-600) !important;
}

.btn.btn-icon-gray-600.dropdown-toggle:after {
    color: var(--bs-text-gray-600) !important;
}

.btn-check:checked + .btn.btn-active-icon-gray-600 i,
.btn-check:checked + .btn.btn-active-icon-gray-600 .svg-icon, .btn-check:active + .btn.btn-active-icon-gray-600 i,
.btn-check:active + .btn.btn-active-icon-gray-600 .svg-icon, .btn.btn-active-icon-gray-600:focus:not(.btn-active) i,
.btn.btn-active-icon-gray-600:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-600:hover:not(.btn-active) i,
.btn.btn-active-icon-gray-600:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-600:active:not(.btn-active) i,
.btn.btn-active-icon-gray-600:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-600.active i,
.btn.btn-active-icon-gray-600.active .svg-icon, .btn.btn-active-icon-gray-600.show i,
.btn.btn-active-icon-gray-600.show .svg-icon, .show > .btn.btn-active-icon-gray-600 i,
.show > .btn.btn-active-icon-gray-600 .svg-icon {
    color: var(--bs-text-gray-600) !important;
}

.btn-check:checked + .btn.btn-active-icon-gray-600.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-gray-600.dropdown-toggle:after, .btn.btn-active-icon-gray-600:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-600:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-600:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-600.active.dropdown-toggle:after, .btn.btn-active-icon-gray-600.show.dropdown-toggle:after, .show > .btn.btn-active-icon-gray-600.dropdown-toggle:after {
    color: var(--bs-text-gray-600) !important;
}

.btn.btn-text-gray-600 {
    color: var(--bs-text-gray-600) !important;
}

.btn-check:checked + .btn.btn-active-text-gray-600, .btn-check:active + .btn.btn-active-text-gray-600, .btn.btn-active-text-gray-600:focus:not(.btn-active), .btn.btn-active-text-gray-600:hover:not(.btn-active), .btn.btn-active-text-gray-600:active:not(.btn-active), .btn.btn-active-text-gray-600.active, .btn.btn-active-text-gray-600.show, .show > .btn.btn-active-text-gray-600 {
    color: var(--bs-text-gray-600) !important;
}

.btn.btn-color-gray-700 {
    color: var(--bs-text-gray-700) !important;
}

    .btn.btn-color-gray-700 i,
    .btn.btn-color-gray-700 .svg-icon {
        color: var(--bs-text-gray-700) !important;
    }

    .btn.btn-color-gray-700.dropdown-toggle:after {
        color: var(--bs-text-gray-700) !important;
    }

.btn-check:checked + .btn.btn-active-color-gray-700, .btn-check:active + .btn.btn-active-color-gray-700, .btn.btn-active-color-gray-700:focus:not(.btn-active), .btn.btn-active-color-gray-700:hover:not(.btn-active), .btn.btn-active-color-gray-700:active:not(.btn-active), .btn.btn-active-color-gray-700.active, .btn.btn-active-color-gray-700.show, .show > .btn.btn-active-color-gray-700 {
    color: var(--bs-text-gray-700) !important;
}

    .btn-check:checked + .btn.btn-active-color-gray-700 i,
    .btn-check:checked + .btn.btn-active-color-gray-700 .svg-icon, .btn-check:active + .btn.btn-active-color-gray-700 i,
    .btn-check:active + .btn.btn-active-color-gray-700 .svg-icon, .btn.btn-active-color-gray-700:focus:not(.btn-active) i,
    .btn.btn-active-color-gray-700:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-700:hover:not(.btn-active) i,
    .btn.btn-active-color-gray-700:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-700:active:not(.btn-active) i,
    .btn.btn-active-color-gray-700:active:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-700.active i,
    .btn.btn-active-color-gray-700.active .svg-icon, .btn.btn-active-color-gray-700.show i,
    .btn.btn-active-color-gray-700.show .svg-icon, .show > .btn.btn-active-color-gray-700 i,
    .show > .btn.btn-active-color-gray-700 .svg-icon {
        color: var(--bs-text-gray-700) !important;
    }

    .btn-check:checked + .btn.btn-active-color-gray-700.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-gray-700.dropdown-toggle:after, .btn.btn-active-color-gray-700:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-700:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-700:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-700.active.dropdown-toggle:after, .btn.btn-active-color-gray-700.show.dropdown-toggle:after, .show > .btn.btn-active-color-gray-700.dropdown-toggle:after {
        color: var(--bs-text-gray-700) !important;
    }

.btn.btn-icon-gray-700 i,
.btn.btn-icon-gray-700 .svg-icon {
    color: var(--bs-text-gray-700) !important;
}

.btn.btn-icon-gray-700.dropdown-toggle:after {
    color: var(--bs-text-gray-700) !important;
}

.btn-check:checked + .btn.btn-active-icon-gray-700 i,
.btn-check:checked + .btn.btn-active-icon-gray-700 .svg-icon, .btn-check:active + .btn.btn-active-icon-gray-700 i,
.btn-check:active + .btn.btn-active-icon-gray-700 .svg-icon, .btn.btn-active-icon-gray-700:focus:not(.btn-active) i,
.btn.btn-active-icon-gray-700:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-700:hover:not(.btn-active) i,
.btn.btn-active-icon-gray-700:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-700:active:not(.btn-active) i,
.btn.btn-active-icon-gray-700:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-700.active i,
.btn.btn-active-icon-gray-700.active .svg-icon, .btn.btn-active-icon-gray-700.show i,
.btn.btn-active-icon-gray-700.show .svg-icon, .show > .btn.btn-active-icon-gray-700 i,
.show > .btn.btn-active-icon-gray-700 .svg-icon {
    color: var(--bs-text-gray-700) !important;
}

.btn-check:checked + .btn.btn-active-icon-gray-700.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-gray-700.dropdown-toggle:after, .btn.btn-active-icon-gray-700:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-700:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-700:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-700.active.dropdown-toggle:after, .btn.btn-active-icon-gray-700.show.dropdown-toggle:after, .show > .btn.btn-active-icon-gray-700.dropdown-toggle:after {
    color: var(--bs-text-gray-700) !important;
}

.btn.btn-text-gray-700 {
    color: var(--bs-text-gray-700) !important;
}

.btn-check:checked + .btn.btn-active-text-gray-700, .btn-check:active + .btn.btn-active-text-gray-700, .btn.btn-active-text-gray-700:focus:not(.btn-active), .btn.btn-active-text-gray-700:hover:not(.btn-active), .btn.btn-active-text-gray-700:active:not(.btn-active), .btn.btn-active-text-gray-700.active, .btn.btn-active-text-gray-700.show, .show > .btn.btn-active-text-gray-700 {
    color: var(--bs-text-gray-700) !important;
}

.btn.btn-color-gray-800 {
    color: var(--bs-text-gray-800) !important;
}

    .btn.btn-color-gray-800 i,
    .btn.btn-color-gray-800 .svg-icon {
        color: var(--bs-text-gray-800) !important;
    }

    .btn.btn-color-gray-800.dropdown-toggle:after {
        color: var(--bs-text-gray-800) !important;
    }

.btn-check:checked + .btn.btn-active-color-gray-800, .btn-check:active + .btn.btn-active-color-gray-800, .btn.btn-active-color-gray-800:focus:not(.btn-active), .btn.btn-active-color-gray-800:hover:not(.btn-active), .btn.btn-active-color-gray-800:active:not(.btn-active), .btn.btn-active-color-gray-800.active, .btn.btn-active-color-gray-800.show, .show > .btn.btn-active-color-gray-800 {
    color: var(--bs-text-gray-800) !important;
}

    .btn-check:checked + .btn.btn-active-color-gray-800 i,
    .btn-check:checked + .btn.btn-active-color-gray-800 .svg-icon, .btn-check:active + .btn.btn-active-color-gray-800 i,
    .btn-check:active + .btn.btn-active-color-gray-800 .svg-icon, .btn.btn-active-color-gray-800:focus:not(.btn-active) i,
    .btn.btn-active-color-gray-800:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-800:hover:not(.btn-active) i,
    .btn.btn-active-color-gray-800:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-800:active:not(.btn-active) i,
    .btn.btn-active-color-gray-800:active:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-800.active i,
    .btn.btn-active-color-gray-800.active .svg-icon, .btn.btn-active-color-gray-800.show i,
    .btn.btn-active-color-gray-800.show .svg-icon, .show > .btn.btn-active-color-gray-800 i,
    .show > .btn.btn-active-color-gray-800 .svg-icon {
        color: var(--bs-text-gray-800) !important;
    }

    .btn-check:checked + .btn.btn-active-color-gray-800.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-gray-800.dropdown-toggle:after, .btn.btn-active-color-gray-800:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-800:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-800:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-800.active.dropdown-toggle:after, .btn.btn-active-color-gray-800.show.dropdown-toggle:after, .show > .btn.btn-active-color-gray-800.dropdown-toggle:after {
        color: var(--bs-text-gray-800) !important;
    }

.btn.btn-icon-gray-800 i,
.btn.btn-icon-gray-800 .svg-icon {
    color: var(--bs-text-gray-800) !important;
}

.btn.btn-icon-gray-800.dropdown-toggle:after {
    color: var(--bs-text-gray-800) !important;
}

.btn-check:checked + .btn.btn-active-icon-gray-800 i,
.btn-check:checked + .btn.btn-active-icon-gray-800 .svg-icon, .btn-check:active + .btn.btn-active-icon-gray-800 i,
.btn-check:active + .btn.btn-active-icon-gray-800 .svg-icon, .btn.btn-active-icon-gray-800:focus:not(.btn-active) i,
.btn.btn-active-icon-gray-800:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-800:hover:not(.btn-active) i,
.btn.btn-active-icon-gray-800:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-800:active:not(.btn-active) i,
.btn.btn-active-icon-gray-800:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-800.active i,
.btn.btn-active-icon-gray-800.active .svg-icon, .btn.btn-active-icon-gray-800.show i,
.btn.btn-active-icon-gray-800.show .svg-icon, .show > .btn.btn-active-icon-gray-800 i,
.show > .btn.btn-active-icon-gray-800 .svg-icon {
    color: var(--bs-text-gray-800) !important;
}

.btn-check:checked + .btn.btn-active-icon-gray-800.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-gray-800.dropdown-toggle:after, .btn.btn-active-icon-gray-800:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-800:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-800:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-800.active.dropdown-toggle:after, .btn.btn-active-icon-gray-800.show.dropdown-toggle:after, .show > .btn.btn-active-icon-gray-800.dropdown-toggle:after {
    color: var(--bs-text-gray-800) !important;
}

.btn.btn-text-gray-800 {
    color: var(--bs-text-gray-800) !important;
}

.btn-check:checked + .btn.btn-active-text-gray-800, .btn-check:active + .btn.btn-active-text-gray-800, .btn.btn-active-text-gray-800:focus:not(.btn-active), .btn.btn-active-text-gray-800:hover:not(.btn-active), .btn.btn-active-text-gray-800:active:not(.btn-active), .btn.btn-active-text-gray-800.active, .btn.btn-active-text-gray-800.show, .show > .btn.btn-active-text-gray-800 {
    color: var(--bs-text-gray-800) !important;
}

.btn.btn-color-gray-900 {
    color: var(--bs-text-gray-900) !important;
}

    .btn.btn-color-gray-900 i,
    .btn.btn-color-gray-900 .svg-icon {
        color: var(--bs-text-gray-900) !important;
    }

    .btn.btn-color-gray-900.dropdown-toggle:after {
        color: var(--bs-text-gray-900) !important;
    }

.btn-check:checked + .btn.btn-active-color-gray-900, .btn-check:active + .btn.btn-active-color-gray-900, .btn.btn-active-color-gray-900:focus:not(.btn-active), .btn.btn-active-color-gray-900:hover:not(.btn-active), .btn.btn-active-color-gray-900:active:not(.btn-active), .btn.btn-active-color-gray-900.active, .btn.btn-active-color-gray-900.show, .show > .btn.btn-active-color-gray-900 {
    color: var(--bs-text-gray-900) !important;
}

    .btn-check:checked + .btn.btn-active-color-gray-900 i,
    .btn-check:checked + .btn.btn-active-color-gray-900 .svg-icon, .btn-check:active + .btn.btn-active-color-gray-900 i,
    .btn-check:active + .btn.btn-active-color-gray-900 .svg-icon, .btn.btn-active-color-gray-900:focus:not(.btn-active) i,
    .btn.btn-active-color-gray-900:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-900:hover:not(.btn-active) i,
    .btn.btn-active-color-gray-900:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-900:active:not(.btn-active) i,
    .btn.btn-active-color-gray-900:active:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-900.active i,
    .btn.btn-active-color-gray-900.active .svg-icon, .btn.btn-active-color-gray-900.show i,
    .btn.btn-active-color-gray-900.show .svg-icon, .show > .btn.btn-active-color-gray-900 i,
    .show > .btn.btn-active-color-gray-900 .svg-icon {
        color: var(--bs-text-gray-900) !important;
    }

    .btn-check:checked + .btn.btn-active-color-gray-900.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-gray-900.dropdown-toggle:after, .btn.btn-active-color-gray-900:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-900:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-900:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-900.active.dropdown-toggle:after, .btn.btn-active-color-gray-900.show.dropdown-toggle:after, .show > .btn.btn-active-color-gray-900.dropdown-toggle:after {
        color: var(--bs-text-gray-900) !important;
    }

.btn.btn-icon-gray-900 i,
.btn.btn-icon-gray-900 .svg-icon {
    color: var(--bs-text-gray-900) !important;
}

.btn.btn-icon-gray-900.dropdown-toggle:after {
    color: var(--bs-text-gray-900) !important;
}

.btn-check:checked + .btn.btn-active-icon-gray-900 i,
.btn-check:checked + .btn.btn-active-icon-gray-900 .svg-icon, .btn-check:active + .btn.btn-active-icon-gray-900 i,
.btn-check:active + .btn.btn-active-icon-gray-900 .svg-icon, .btn.btn-active-icon-gray-900:focus:not(.btn-active) i,
.btn.btn-active-icon-gray-900:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-900:hover:not(.btn-active) i,
.btn.btn-active-icon-gray-900:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-900:active:not(.btn-active) i,
.btn.btn-active-icon-gray-900:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-900.active i,
.btn.btn-active-icon-gray-900.active .svg-icon, .btn.btn-active-icon-gray-900.show i,
.btn.btn-active-icon-gray-900.show .svg-icon, .show > .btn.btn-active-icon-gray-900 i,
.show > .btn.btn-active-icon-gray-900 .svg-icon {
    color: var(--bs-text-gray-900) !important;
}

.btn-check:checked + .btn.btn-active-icon-gray-900.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-gray-900.dropdown-toggle:after, .btn.btn-active-icon-gray-900:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-900:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-900:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-900.active.dropdown-toggle:after, .btn.btn-active-icon-gray-900.show.dropdown-toggle:after, .show > .btn.btn-active-icon-gray-900.dropdown-toggle:after {
    color: var(--bs-text-gray-900) !important;
}

.btn.btn-text-gray-900 {
    color: var(--bs-text-gray-900) !important;
}

.btn-check:checked + .btn.btn-active-text-gray-900, .btn-check:active + .btn.btn-active-text-gray-900, .btn.btn-active-text-gray-900:focus:not(.btn-active), .btn.btn-active-text-gray-900:hover:not(.btn-active), .btn.btn-active-text-gray-900:active:not(.btn-active), .btn.btn-active-text-gray-900.active, .btn.btn-active-text-gray-900.show, .show > .btn.btn-active-text-gray-900 {
    color: var(--bs-text-gray-900) !important;
}

.btn.btn-facebook {
    color: #ffffff !important;
    border-color: #3b5998 !important;
    background-color: #3b5998 !important;
}

    .btn.btn-facebook i,
    .btn.btn-facebook .svg-icon {
        color: #ffffff !important;
    }

    .btn.btn-facebook.dropdown-toggle:after {
        color: #ffffff !important;
    }

    .btn-check:checked + .btn.btn-facebook, .btn-check:active + .btn.btn-facebook, .btn.btn-facebook:focus:not(.btn-active), .btn.btn-facebook:hover:not(.btn-active), .btn.btn-facebook:active:not(.btn-active), .btn.btn-facebook.active, .btn.btn-facebook.show, .show > .btn.btn-facebook {
        border-color: #30497c !important;
        background-color: #30497c !important;
    }

.btn.btn-light-facebook {
    color: #3b5998 !important;
    border-color: rgba(59, 89, 152, 0.1) !important;
    background-color: rgba(59, 89, 152, 0.1) !important;
}

    .btn.btn-light-facebook i,
    .btn.btn-light-facebook .svg-icon {
        color: #3b5998 !important;
    }

    .btn.btn-light-facebook.dropdown-toggle:after {
        color: #3b5998 !important;
    }

    .btn-check:checked + .btn.btn-light-facebook, .btn-check:active + .btn.btn-light-facebook, .btn.btn-light-facebook:focus:not(.btn-active), .btn.btn-light-facebook:hover:not(.btn-active), .btn.btn-light-facebook:active:not(.btn-active), .btn.btn-light-facebook.active, .btn.btn-light-facebook.show, .show > .btn.btn-light-facebook {
        color: #ffffff !important;
        border-color: #3b5998 !important;
        background-color: #3b5998 !important;
    }

        .btn-check:checked + .btn.btn-light-facebook i,
        .btn-check:checked + .btn.btn-light-facebook .svg-icon, .btn-check:active + .btn.btn-light-facebook i,
        .btn-check:active + .btn.btn-light-facebook .svg-icon, .btn.btn-light-facebook:focus:not(.btn-active) i,
        .btn.btn-light-facebook:focus:not(.btn-active) .svg-icon, .btn.btn-light-facebook:hover:not(.btn-active) i,
        .btn.btn-light-facebook:hover:not(.btn-active) .svg-icon, .btn.btn-light-facebook:active:not(.btn-active) i,
        .btn.btn-light-facebook:active:not(.btn-active) .svg-icon, .btn.btn-light-facebook.active i,
        .btn.btn-light-facebook.active .svg-icon, .btn.btn-light-facebook.show i,
        .btn.btn-light-facebook.show .svg-icon, .show > .btn.btn-light-facebook i,
        .show > .btn.btn-light-facebook .svg-icon {
            color: #ffffff !important;
        }

        .btn-check:checked + .btn.btn-light-facebook.dropdown-toggle:after, .btn-check:active + .btn.btn-light-facebook.dropdown-toggle:after, .btn.btn-light-facebook:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-light-facebook:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-light-facebook:active:not(.btn-active).dropdown-toggle:after, .btn.btn-light-facebook.active.dropdown-toggle:after, .btn.btn-light-facebook.show.dropdown-toggle:after, .show > .btn.btn-light-facebook.dropdown-toggle:after {
            color: #ffffff !important;
        }

.btn.btn-google {
    color: #ffffff !important;
    border-color: #dd4b39 !important;
    background-color: #dd4b39 !important;
}

    .btn.btn-google i,
    .btn.btn-google .svg-icon {
        color: #ffffff !important;
    }

    .btn.btn-google.dropdown-toggle:after {
        color: #ffffff !important;
    }

    .btn-check:checked + .btn.btn-google, .btn-check:active + .btn.btn-google, .btn.btn-google:focus:not(.btn-active), .btn.btn-google:hover:not(.btn-active), .btn.btn-google:active:not(.btn-active), .btn.btn-google.active, .btn.btn-google.show, .show > .btn.btn-google {
        border-color: #cd3623 !important;
        background-color: #cd3623 !important;
    }

.btn.btn-light-google {
    color: #dd4b39 !important;
    border-color: rgba(221, 75, 57, 0.1) !important;
    background-color: rgba(221, 75, 57, 0.1) !important;
}

    .btn.btn-light-google i,
    .btn.btn-light-google .svg-icon {
        color: #dd4b39 !important;
    }

    .btn.btn-light-google.dropdown-toggle:after {
        color: #dd4b39 !important;
    }

    .btn-check:checked + .btn.btn-light-google, .btn-check:active + .btn.btn-light-google, .btn.btn-light-google:focus:not(.btn-active), .btn.btn-light-google:hover:not(.btn-active), .btn.btn-light-google:active:not(.btn-active), .btn.btn-light-google.active, .btn.btn-light-google.show, .show > .btn.btn-light-google {
        color: #ffffff !important;
        border-color: #dd4b39 !important;
        background-color: #dd4b39 !important;
    }

        .btn-check:checked + .btn.btn-light-google i,
        .btn-check:checked + .btn.btn-light-google .svg-icon, .btn-check:active + .btn.btn-light-google i,
        .btn-check:active + .btn.btn-light-google .svg-icon, .btn.btn-light-google:focus:not(.btn-active) i,
        .btn.btn-light-google:focus:not(.btn-active) .svg-icon, .btn.btn-light-google:hover:not(.btn-active) i,
        .btn.btn-light-google:hover:not(.btn-active) .svg-icon, .btn.btn-light-google:active:not(.btn-active) i,
        .btn.btn-light-google:active:not(.btn-active) .svg-icon, .btn.btn-light-google.active i,
        .btn.btn-light-google.active .svg-icon, .btn.btn-light-google.show i,
        .btn.btn-light-google.show .svg-icon, .show > .btn.btn-light-google i,
        .show > .btn.btn-light-google .svg-icon {
            color: #ffffff !important;
        }

        .btn-check:checked + .btn.btn-light-google.dropdown-toggle:after, .btn-check:active + .btn.btn-light-google.dropdown-toggle:after, .btn.btn-light-google:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-light-google:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-light-google:active:not(.btn-active).dropdown-toggle:after, .btn.btn-light-google.active.dropdown-toggle:after, .btn.btn-light-google.show.dropdown-toggle:after, .show > .btn.btn-light-google.dropdown-toggle:after {
            color: #ffffff !important;
        }

.btn.btn-twitter {
    color: #ffffff !important;
    border-color: #1da1f2 !important;
    background-color: #1da1f2 !important;
}

    .btn.btn-twitter i,
    .btn.btn-twitter .svg-icon {
        color: #ffffff !important;
    }

    .btn.btn-twitter.dropdown-toggle:after {
        color: #ffffff !important;
    }

    .btn-check:checked + .btn.btn-twitter, .btn-check:active + .btn.btn-twitter, .btn.btn-twitter:focus:not(.btn-active), .btn.btn-twitter:hover:not(.btn-active), .btn.btn-twitter:active:not(.btn-active), .btn.btn-twitter.active, .btn.btn-twitter.show, .show > .btn.btn-twitter {
        border-color: #0d8ddc !important;
        background-color: #0d8ddc !important;
    }

.btn.btn-light-twitter {
    color: #1da1f2 !important;
    border-color: rgba(29, 161, 242, 0.1) !important;
    background-color: rgba(29, 161, 242, 0.1) !important;
}

    .btn.btn-light-twitter i,
    .btn.btn-light-twitter .svg-icon {
        color: #1da1f2 !important;
    }

    .btn.btn-light-twitter.dropdown-toggle:after {
        color: #1da1f2 !important;
    }

    .btn-check:checked + .btn.btn-light-twitter, .btn-check:active + .btn.btn-light-twitter, .btn.btn-light-twitter:focus:not(.btn-active), .btn.btn-light-twitter:hover:not(.btn-active), .btn.btn-light-twitter:active:not(.btn-active), .btn.btn-light-twitter.active, .btn.btn-light-twitter.show, .show > .btn.btn-light-twitter {
        color: #ffffff !important;
        border-color: #1da1f2 !important;
        background-color: #1da1f2 !important;
    }

        .btn-check:checked + .btn.btn-light-twitter i,
        .btn-check:checked + .btn.btn-light-twitter .svg-icon, .btn-check:active + .btn.btn-light-twitter i,
        .btn-check:active + .btn.btn-light-twitter .svg-icon, .btn.btn-light-twitter:focus:not(.btn-active) i,
        .btn.btn-light-twitter:focus:not(.btn-active) .svg-icon, .btn.btn-light-twitter:hover:not(.btn-active) i,
        .btn.btn-light-twitter:hover:not(.btn-active) .svg-icon, .btn.btn-light-twitter:active:not(.btn-active) i,
        .btn.btn-light-twitter:active:not(.btn-active) .svg-icon, .btn.btn-light-twitter.active i,
        .btn.btn-light-twitter.active .svg-icon, .btn.btn-light-twitter.show i,
        .btn.btn-light-twitter.show .svg-icon, .show > .btn.btn-light-twitter i,
        .show > .btn.btn-light-twitter .svg-icon {
            color: #ffffff !important;
        }

        .btn-check:checked + .btn.btn-light-twitter.dropdown-toggle:after, .btn-check:active + .btn.btn-light-twitter.dropdown-toggle:after, .btn.btn-light-twitter:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-light-twitter:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-light-twitter:active:not(.btn-active).dropdown-toggle:after, .btn.btn-light-twitter.active.dropdown-toggle:after, .btn.btn-light-twitter.show.dropdown-toggle:after, .show > .btn.btn-light-twitter.dropdown-toggle:after {
            color: #ffffff !important;
        }

.btn.btn-instagram {
    color: #ffffff !important;
    border-color: #e1306c !important;
    background-color: #e1306c !important;
}

    .btn.btn-instagram i,
    .btn.btn-instagram .svg-icon {
        color: #ffffff !important;
    }

    .btn.btn-instagram.dropdown-toggle:after {
        color: #ffffff !important;
    }

    .btn-check:checked + .btn.btn-instagram, .btn-check:active + .btn.btn-instagram, .btn.btn-instagram:focus:not(.btn-active), .btn.btn-instagram:hover:not(.btn-active), .btn.btn-instagram:active:not(.btn-active), .btn.btn-instagram.active, .btn.btn-instagram.show, .show > .btn.btn-instagram {
        border-color: #cd1e59 !important;
        background-color: #cd1e59 !important;
    }

.btn.btn-light-instagram {
    color: #e1306c !important;
    border-color: rgba(225, 48, 108, 0.1) !important;
    background-color: rgba(225, 48, 108, 0.1) !important;
}

    .btn.btn-light-instagram i,
    .btn.btn-light-instagram .svg-icon {
        color: #e1306c !important;
    }

    .btn.btn-light-instagram.dropdown-toggle:after {
        color: #e1306c !important;
    }

    .btn-check:checked + .btn.btn-light-instagram, .btn-check:active + .btn.btn-light-instagram, .btn.btn-light-instagram:focus:not(.btn-active), .btn.btn-light-instagram:hover:not(.btn-active), .btn.btn-light-instagram:active:not(.btn-active), .btn.btn-light-instagram.active, .btn.btn-light-instagram.show, .show > .btn.btn-light-instagram {
        color: #ffffff !important;
        border-color: #e1306c !important;
        background-color: #e1306c !important;
    }

        .btn-check:checked + .btn.btn-light-instagram i,
        .btn-check:checked + .btn.btn-light-instagram .svg-icon, .btn-check:active + .btn.btn-light-instagram i,
        .btn-check:active + .btn.btn-light-instagram .svg-icon, .btn.btn-light-instagram:focus:not(.btn-active) i,
        .btn.btn-light-instagram:focus:not(.btn-active) .svg-icon, .btn.btn-light-instagram:hover:not(.btn-active) i,
        .btn.btn-light-instagram:hover:not(.btn-active) .svg-icon, .btn.btn-light-instagram:active:not(.btn-active) i,
        .btn.btn-light-instagram:active:not(.btn-active) .svg-icon, .btn.btn-light-instagram.active i,
        .btn.btn-light-instagram.active .svg-icon, .btn.btn-light-instagram.show i,
        .btn.btn-light-instagram.show .svg-icon, .show > .btn.btn-light-instagram i,
        .show > .btn.btn-light-instagram .svg-icon {
            color: #ffffff !important;
        }

        .btn-check:checked + .btn.btn-light-instagram.dropdown-toggle:after, .btn-check:active + .btn.btn-light-instagram.dropdown-toggle:after, .btn.btn-light-instagram:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-light-instagram:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-light-instagram:active:not(.btn-active).dropdown-toggle:after, .btn.btn-light-instagram.active.dropdown-toggle:after, .btn.btn-light-instagram.show.dropdown-toggle:after, .show > .btn.btn-light-instagram.dropdown-toggle:after {
            color: #ffffff !important;
        }

.btn.btn-youtube {
    color: #ffffff !important;
    border-color: #ff0000 !important;
    background-color: #ff0000 !important;
}

    .btn.btn-youtube i,
    .btn.btn-youtube .svg-icon {
        color: #ffffff !important;
    }

    .btn.btn-youtube.dropdown-toggle:after {
        color: #ffffff !important;
    }

    .btn-check:checked + .btn.btn-youtube, .btn-check:active + .btn.btn-youtube, .btn.btn-youtube:focus:not(.btn-active), .btn.btn-youtube:hover:not(.btn-active), .btn.btn-youtube:active:not(.btn-active), .btn.btn-youtube.active, .btn.btn-youtube.show, .show > .btn.btn-youtube {
        border-color: #d90000 !important;
        background-color: #d90000 !important;
    }

.btn.btn-light-youtube {
    color: #ff0000 !important;
    border-color: rgba(255, 0, 0, 0.1) !important;
    background-color: rgba(255, 0, 0, 0.1) !important;
}

    .btn.btn-light-youtube i,
    .btn.btn-light-youtube .svg-icon {
        color: #ff0000 !important;
    }

    .btn.btn-light-youtube.dropdown-toggle:after {
        color: #ff0000 !important;
    }

    .btn-check:checked + .btn.btn-light-youtube, .btn-check:active + .btn.btn-light-youtube, .btn.btn-light-youtube:focus:not(.btn-active), .btn.btn-light-youtube:hover:not(.btn-active), .btn.btn-light-youtube:active:not(.btn-active), .btn.btn-light-youtube.active, .btn.btn-light-youtube.show, .show > .btn.btn-light-youtube {
        color: #ffffff !important;
        border-color: #ff0000 !important;
        background-color: #ff0000 !important;
    }

        .btn-check:checked + .btn.btn-light-youtube i,
        .btn-check:checked + .btn.btn-light-youtube .svg-icon, .btn-check:active + .btn.btn-light-youtube i,
        .btn-check:active + .btn.btn-light-youtube .svg-icon, .btn.btn-light-youtube:focus:not(.btn-active) i,
        .btn.btn-light-youtube:focus:not(.btn-active) .svg-icon, .btn.btn-light-youtube:hover:not(.btn-active) i,
        .btn.btn-light-youtube:hover:not(.btn-active) .svg-icon, .btn.btn-light-youtube:active:not(.btn-active) i,
        .btn.btn-light-youtube:active:not(.btn-active) .svg-icon, .btn.btn-light-youtube.active i,
        .btn.btn-light-youtube.active .svg-icon, .btn.btn-light-youtube.show i,
        .btn.btn-light-youtube.show .svg-icon, .show > .btn.btn-light-youtube i,
        .show > .btn.btn-light-youtube .svg-icon {
            color: #ffffff !important;
        }

        .btn-check:checked + .btn.btn-light-youtube.dropdown-toggle:after, .btn-check:active + .btn.btn-light-youtube.dropdown-toggle:after, .btn.btn-light-youtube:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-light-youtube:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-light-youtube:active:not(.btn-active).dropdown-toggle:after, .btn.btn-light-youtube.active.dropdown-toggle:after, .btn.btn-light-youtube.show.dropdown-toggle:after, .show > .btn.btn-light-youtube.dropdown-toggle:after {
            color: #ffffff !important;
        }

.btn.btn-linkedin {
    color: #ffffff !important;
    border-color: #0077b5 !important;
    background-color: #0077b5 !important;
}

    .btn.btn-linkedin i,
    .btn.btn-linkedin .svg-icon {
        color: #ffffff !important;
    }

    .btn.btn-linkedin.dropdown-toggle:after {
        color: #ffffff !important;
    }

    .btn-check:checked + .btn.btn-linkedin, .btn-check:active + .btn.btn-linkedin, .btn.btn-linkedin:focus:not(.btn-active), .btn.btn-linkedin:hover:not(.btn-active), .btn.btn-linkedin:active:not(.btn-active), .btn.btn-linkedin.active, .btn.btn-linkedin.show, .show > .btn.btn-linkedin {
        border-color: #005e8f !important;
        background-color: #005e8f !important;
    }

.btn.btn-light-linkedin {
    color: #0077b5 !important;
    border-color: rgba(0, 119, 181, 0.1) !important;
    background-color: rgba(0, 119, 181, 0.1) !important;
}

    .btn.btn-light-linkedin i,
    .btn.btn-light-linkedin .svg-icon {
        color: #0077b5 !important;
    }

    .btn.btn-light-linkedin.dropdown-toggle:after {
        color: #0077b5 !important;
    }

    .btn-check:checked + .btn.btn-light-linkedin, .btn-check:active + .btn.btn-light-linkedin, .btn.btn-light-linkedin:focus:not(.btn-active), .btn.btn-light-linkedin:hover:not(.btn-active), .btn.btn-light-linkedin:active:not(.btn-active), .btn.btn-light-linkedin.active, .btn.btn-light-linkedin.show, .show > .btn.btn-light-linkedin {
        color: #ffffff !important;
        border-color: #0077b5 !important;
        background-color: #0077b5 !important;
    }

        .btn-check:checked + .btn.btn-light-linkedin i,
        .btn-check:checked + .btn.btn-light-linkedin .svg-icon, .btn-check:active + .btn.btn-light-linkedin i,
        .btn-check:active + .btn.btn-light-linkedin .svg-icon, .btn.btn-light-linkedin:focus:not(.btn-active) i,
        .btn.btn-light-linkedin:focus:not(.btn-active) .svg-icon, .btn.btn-light-linkedin:hover:not(.btn-active) i,
        .btn.btn-light-linkedin:hover:not(.btn-active) .svg-icon, .btn.btn-light-linkedin:active:not(.btn-active) i,
        .btn.btn-light-linkedin:active:not(.btn-active) .svg-icon, .btn.btn-light-linkedin.active i,
        .btn.btn-light-linkedin.active .svg-icon, .btn.btn-light-linkedin.show i,
        .btn.btn-light-linkedin.show .svg-icon, .show > .btn.btn-light-linkedin i,
        .show > .btn.btn-light-linkedin .svg-icon {
            color: #ffffff !important;
        }

        .btn-check:checked + .btn.btn-light-linkedin.dropdown-toggle:after, .btn-check:active + .btn.btn-light-linkedin.dropdown-toggle:after, .btn.btn-light-linkedin:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-light-linkedin:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-light-linkedin:active:not(.btn-active).dropdown-toggle:after, .btn.btn-light-linkedin.active.dropdown-toggle:after, .btn.btn-light-linkedin.show.dropdown-toggle:after, .show > .btn.btn-light-linkedin.dropdown-toggle:after {
            color: #ffffff !important;
        }

.btn-icon-only {
    height: 27px !important;
    width: 27px !important;
}


.btn-group, .btn-group-vertical {
    position: relative !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative !important;
        float: left !important;
    }

.btn {
    width: 100% !important;
}
/*_______________________________________________________________________________________________________________________________*/
/*Estilo para Caption de Formularios*/