.sz_inp {
    font-size: 13px !important;
    color: #64748b !important;
}

.error_alert {
    background-color: #f8d7da;
    color: #721c24;
    padding: 10px;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
    text-align: center;
    font-size: 25px;
}

.success_alert {
    background-color: #75e575ba;
    color: white;
    padding: 10px;
    border: 1px solid #94e984;
    border-radius: 5px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

/* Este es para los campos flotantes de las estadisticas, capaz sea mejor sacarlo de aca */
.inp_estilos {
    border: none !important;
    font-size: 14px !important;
    text-align: center;
    margin: 0;
    padding: 0 !important;
}

.vscomp-toggle-button {
    border-radius: 6px;
    border: 1px solid lightgray;
    font-size: 13px !important;
    color: #64748b !important;
    font-weight: 500;
}

.subtitle {
    background: #e4f0ec !important;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin: 0;
}

/* BTN PDF */
.btn_pdf {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.5em;
    border: 0px solid transparent;
    background-color: #c1c1c14f;
    border-radius: 5px;
    transition: all 0.2s linear;
}

.btn_pdf:hover {
    box-shadow: 3.4px 2.5px 4.9px rgba(0, 0, 0, 0.025),
        8.6px 6.3px 12.4px rgba(0, 0, 0, 0.035),
        17.5px 12.8px 25.3px rgba(0, 0, 0, 0.045),
        36.1px 26.3px 52.2px rgba(0, 0, 0, 0.055),
        99px 72px 143px rgba(0, 0, 0, 0.08);
}

.btn_modify,
.btn_mod_danger,
.btn_mod_warning,
.btn_modify_danger,
.btn_modify_close,
.btn_mod_close,
.btn_mod_success {
    color: white;
    border: none;
    font-size: 14px;
    padding: 5px 15px;
    transition: all 0.2s ease-in-out;
    border-radius: 5px;
}

.btn_modify {
    background-color: #608ad0;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: rgb(230, 230, 230);
}

.btn_modify[disabled] {
    background-color: #7993ab !important;
    cursor: not-allowed;
    transition: all 0.3s ease-in-out;
}

.btn_modify:hover {
    box-shadow: 0px 10px 16px 0px rgba(232, 232, 232, 1);
    color: white;
    /* background-color: #608ad0; */
}

.btn_modify_close {
    background-color: #7a7a7ac7;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: rgb(230, 230, 230);
}
.btn_modify_close:hover {
    box-shadow: 0px 10px 16px 0px rgba(232, 232, 232, 1);
    color: white;
}

.btn_modify_danger {
    background-color: #e2817c;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: rgb(230, 230, 230);
}
.btn_modify_danger:hover {
    box-shadow: 0px 10px 16px 0px rgba(232, 232, 232, 1);
    color: white;
}

.btn_mod_danger {
    border-radius: 0;
    padding: 10px;
    background-color: rgb(146, 146, 146);

    transition: all 0.2s ease-in;
    /* background-color: #cf3d36; */
}

.btn_mod_danger:hover {
    /* background-color: #f9f9f9; */
    background-color: #e2817c;
}

.btn_mod_warning {
    background-color: #ffc107;
}

.btn_mod_warning:hover {
    background-color: #ffca2c;
}

.btn_mod_close {
    background-color: #7a7a7ac7;
}

.btn_mod_close:hover {
    background-color: #7a7a7ae0;
}

.btn_mod_success {
    border-radius: 0;
    padding: 10px;
    background-color: rgb(146, 146, 146);
    transition: all 0.2s ease-in;
    /* background-color: #5ac35b; */
}

.btn_mod_success:hover {
    background-color: #abdfad;
    /* background-color: #51b352; */
}

.btn_volver {
    text-decoration: none;
    cursor: pointer;
}

.btn_volver:hover {
    color: white;
}

.inp_custom {
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #65748b;
}

/* === Estilos de view.php === */
.divBox {
    border-radius: 7px;
    box-shadow: 0px 0px 11px 0px rgb(237 232 232);
    position: relative;
    margin-top: 25px;
    margin-bottom: 15px;
}

.divBox_title {
    position: absolute;
    top: 0%;
    left: 50%;
    background: #0b96cd;
    color: white;
    padding: 3px 50px;
    transform: translate(-50%, -50%);
    border-radius: 5px;
}

.divBox_title p {
    margin-bottom: 0;
    font-weight: bold;
}

.divBox_contain {
    padding-top: 29px;
    padding-bottom: 5px;
}

.divBox_contain p {
    margin-bottom: 0;
}

.subtitle-view {
    font-weight: bold;
    letter-spacing: 1.6px;
}

.subtitle-view::after {
    content: "";
    height: 1.8px;
    width: 100px;
    background-color: #00b8e6;
    display: block;
}

/** Botones Ver/Edición | Activar | Desactivar **/
/* .btn-desactivar, */
.btn-desactivar,
.btn-activar,
.btn-editar,
.btn-copy,
.btn-copy_check {
    display: flex;
    width: 35px;
    height: 35px;
    color: white;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.5em;
    border: 0px solid transparent;
    background-color: rgb(160, 216, 229);
    border-radius: 5px;
    transition: all 0.2s linear;
}

/** Botón Desactivar **/
.btn-desactivar:hover {
    color: rgb(73, 73, 73);
    /* color: rgb(231, 121, 121); */
    background-color: rgb(255, 209, 209);
    box-shadow: 3.4px 2.5px 4.9px rgba(0, 0, 0, 0.025),
        8.6px 6.3px 12.4px rgba(0, 0, 0, 0.035),
        17.5px 12.8px 25.3px rgba(0, 0, 0, 0.045),
        36.1px 26.3px 52.2px rgba(0, 0, 0, 0.055),
        99px 72px 143px rgba(0, 0, 0, 0.08);
}

/** Botón Activar **/

.btn-activar:hover {
    color: rgb(174, 231, 121);
    background-color: rgb(222, 255, 209);
    box-shadow: 3.4px 2.5px 4.9px rgba(0, 0, 0, 0.025),
        8.6px 6.3px 12.4px rgba(0, 0, 0, 0.035),
        17.5px 12.8px 25.3px rgba(0, 0, 0, 0.045),
        36.1px 26.3px 52.2px rgba(0, 0, 0, 0.055),
        99px 72px 143px rgba(0, 0, 0, 0.08);
}

/** Botón Editar **/

.btn-editar:hover {
    background-color: rgb(121, 231, 204);
    box-shadow: 3.4px 2.5px 4.9px rgba(0, 0, 0, 0.025),
        8.6px 6.3px 12.4px rgba(0, 0, 0, 0.035),
        17.5px 12.8px 25.3px rgba(0, 0, 0, 0.045),
        36.1px 26.3px 52.2px rgba(0, 0, 0, 0.055),
        99px 72px 143px rgba(0, 0, 0, 0.08);
}

/** Botón Copiar **/

.btn_copy_paste,
.btn_copy_checkeado {
    border-radius: 0 0 15px 15px;
    padding: 5px;
    width: 100%;
    border: none;
    margin-top: 5px;
}

.btn_copy_paste {
    background: #f1f1f1 !important;
    color: #64748b;
}

.btn_copy_checkeado {
    background: #87df87 !important;
    color: white;
    font-weight: bold;
}

.btn-copy {
    background: lightgray;
}
.btn-copy:hover {
    background: rgb(173, 173, 173);
    box-shadow: 3.4px 2.5px 4.9px rgba(0, 0, 0, 0.025),
        8.6px 6.3px 12.4px rgba(0, 0, 0, 0.035),
        17.5px 12.8px 25.3px rgba(0, 0, 0, 0.045),
        36.1px 26.3px 52.2px rgba(0, 0, 0, 0.055),
        99px 72px 143px rgba(0, 0, 0, 0.08);
}

.edit_select {
    max-width: initial;
}

.td-estado_act,
.td-estado_des {
    text-align: center;
    border-radius: 10px;
    font-size: 11px;
    color: white;
    font-weight: 600;
    letter-spacing: 1.5px;
    width: 65%;
}

.td-estado_act {
    background: #45cb85;
}

.td-estado_des {
    background: #f06548;
}

/** SWAL EDITADO **/

.swal2-backdrop-show {
    backdrop-filter: blur(4px);
}

.swal_edicion {
    width: 29em !important;
    background-color: #f1fbfc !important;
    font-size: 13px !important;
}

.swal_edicion .swal2-html-container {
    font-weight: bold;
    letter-spacing: 0.4px;
}

.swal_edicion .swal2-icon {
    font-size: 11px !important;
}

.swal_edicion .swal2-title {
    font-size: 19px !important;
    font-weight: 600 !important;
}

.swal_edicion .swal2-actions button {
    font-size: 13px !important;
}

.swal_edicion .swal2-confirm {
    background-color: #608ad0 !important;
}

.toast_edit {
    margin-top: 50px;
    background-color: #eeffe3 !important;
}

/*  */

.simulate_dis {
    background: #f9f9f9;
    box-shadow: inset 0px 0px 18px 0px rgb(239 239 239);
}

/* Estilos de Tablas */
.tabla_modify {
    font-size: 14px;
    width: 100%;
    font-weight: 500;
    color: #64748b;
}

.tabla_modify thead {
    border-bottom: 2px solid white;
}

.tabla_modify th,
td {
    padding: 12px 9.6px;
}

.tabla_modify th {
    background: #f3f6f9;
    font-weight: 600;
}

.tabla_modify th:first-child {
    border-radius: 5px 0 0 0;
}

.tabla_modify th:last-child {
    border-radius: 0 5px 0 0;
}

.tabla_modify td:first-child {
    color: #4b38b3;
    text-align: center;
}

.tabla_modify td {
    border-bottom: 1px solid #f6f6f6;
}

.tabla_modify tr:hover {
    background: #f9f9f9;
    cursor: pointer;
}

/* Contenedor Modificado */
.row {
    padding: 5px 0px;
}

.card_perfil {
    margin-top: 240px;
}

.container_mod {
    width: 100%;
    text-align: left;
    margin-left: 0px;
    position: relative;
}

.title_custom {
    display: flex;
    flex-direction: column;
    color: #64748b;
    width: 100%;
    font-weight: 500;
}

.title_custom h4 {
    width: 100%;
    border-right: 0;
}

.title_custom p {
    margin-left: 0;
}

@media (min-width: 1024px) {
    .title_custom {
        flex-direction: row;
        width: 100%;
    }

    .title_custom h4 {
        width: 100%;
    }

    .title_custom p {
        margin-left: 8px;
    }

    .card_perfil {
        margin-top: 0;
    }

    /* .container_mod {
        width: 60%;
        margin-left: 70px;
    } */

    @media (min-width: 1024px) {
        .container_mod {
            width: 100% !important;
            margin-left: 0 !important;
        }
    }

    #img_card {
        right: -215px;
        top: 85px;
        width: 200px;
    }
}

.card_custom {
    border: none;
    box-shadow: 0px 0px 5px 0px rgba(191, 191, 191, 1);
}

.card_header_custom {
    background-color: #f8fafc !important;
    margin: 0;
    color: #475569;
    padding: 15px;
    padding-bottom: 0;
    border: none;
}

.inp_custom {
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #65748b;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
    scroll-behavior: smooth;
}

body {
    /* font-family: 'Poppins', sans-serif; */
    /* font-family: "Quicksand", sans-serif !important; */
    font-family: "Rubik", sans-serif !important;
    font-size: 14px !important;
    background: #f6f9ff;
    color: #444444;
}

a {
    color: #00b8e6;
    text-decoration: none;
}

a:hover {
    color: #003e59;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: "Quicksand", sans-serif; */
    font-family: "Rubik", sans-serif;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
    margin-top: 60px;
    /* padding: 20px 30px; */
    transition: all 0.3s;
}

/* @media (max-width: 1199px) {
    #main {
        padding: 20px;
    }
} */

@media (max-width: 1199px) {
    #main {
        padding: 0 !important;
    }
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
    margin-bottom: 10px;
}

.pagetitle h1 {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
    color: #012970;
}

.blister-title-container {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 15px;
}

.blister-title {
    font-weight: 700;
    letter-spacing: 0.8px;
    padding: 0px;
    margin-bottom: 20px;
    padding: 7px 0px 7px 0px;
    border-bottom: 3px solid #00b8e6;
    text-align: center;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #00b8e6;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #0a5879;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
    border-radius: 4px;
    padding: 10px 0;
    -webkit-animation-name: dropdown-animate;
    animation-name: dropdown-animate;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 0;
    box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
    text-align: center;
    font-size: 15px;
    padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
    color: #444444;
    text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
    text-decoration: none;
}

.dropdown-menu .dropdown-divider {
    color: #a5c5fe;
    margin: 0;
}

.dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 10px 15px;
    transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #f6f9ff;
}

@media (min-width: 768px) {
    .dropdown-menu-arrow::before {
        content: "";
        width: 13px;
        height: 13px;
        background: #fff;
        position: absolute;
        top: -7px;
        right: 20px;
        transform: rotate(45deg);
        border-top: 1px solid #eaedf1;
        border-left: 1px solid #eaedf1;
    }
}

@-webkit-keyframes dropdown-animate {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

    0% {
        opacity: 0;
    }
}

@keyframes dropdown-animate {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

    0% {
        opacity: 0;
    }
}

/* Light Backgrounds */
.bg-primary-light {
    background-color: #cfe2ff;
    border-color: #cfe2ff;
}

.bg-secondary-light {
    background-color: #e2e3e5;
    border-color: #e2e3e5;
}

.bg-success-light {
    background-color: #d1e7dd;
    border-color: #d1e7dd;
}

.bg-danger-light {
    background-color: #f8d7da;
    border-color: #f8d7da;
}

.bg-warning-light {
    background-color: #fff3cd;
    border-color: #fff3cd;
}

.bg-info-light {
    background-color: #cff4fc;
    border-color: #cff4fc;
}

.bg-dark-light {
    background-color: #d3d3d4;
    border-color: #d3d3d4;
}

/* Card */
.card {
    margin-bottom: 30px;
    border: none !important;
    border-radius: 5px;
    box-shadow: 0px 0 20px rgb(1 41 112 / 7%);
}

.card-header,
.card-footer {
    border-color: #ebeef4;
    background-color: #fff;
    color: #798eb3;
    padding: 15px;
}

.card-title {
    padding: 20px 0 15px 0;
    font-size: 18px;
    font-weight: 500;
    color: #012970;
    /* font-family: "Poppins", sans-serif; */
    /* font-family: "Quicksand", sans-serif !important; */
    font-family: "Rubik", sans-serif !important;
}

.card-title span {
    color: #899bbd;
    font-size: 14px;
    font-weight: 400;
}

.card-body {
    padding: 0 20px 20px 20px;
}

.card-img-overlay {
    background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
    font-weight: 500;
    /* font-family: "Poppins", sans-serif; */
    font-family: "Quicksand", sans-serif !important;
    font-size: 20px;
}

/* Close Button */
.btn-close {
    background-size: 25%;
}

.btn-close:focus {
    outline: 0;
    box-shadow: none;
}

/* Accordion */
.accordion-item {
    border: 1px solid #ebeef4;
}

.accordion-button:focus {
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #012970;
    background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
    padding: 15px 0;
    background: none;
    border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #00b8e6;
}

.accordion-flush .accordion-body {
    padding: 0 0 15px 0;
    color: #3e4f6f;
    font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
    font-size: 14px;
    font-family: "Quicksand", sans-serif;
    color: #899bbd;
    font-weight: 600;
}

.breadcrumb a {
    color: #899bbd;
    transition: 0.3s;
}

.breadcrumb a:hover {
    color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
    color: #899bbd;
}

.breadcrumb-forced .breadcrumb-item::before {
    color: whitesmoke !important;
}

.breadcrumb .active {
    color: #51678f;
    font-weight: 600;
}

/* Bordered Tabs */
.nav-tabs-bordered {
    border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
    margin-bottom: -2px;
    border: none;
    color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
    color: #00b8e6;
}

.nav-tabs-bordered .nav-link.active {
    background-color: #fff;
    color: #00b8e6;
    border-bottom: 2px solid #00b8e6;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
    line-height: 1;
}

@media (min-width: 1200px) {
    .logo {
        width: 280px;
    }
}

.logo img {
    max-height: 56px;
    margin-right: 6px;
    object-fit: contain;
}

.logo span {
    font-size: 26px;
    color: #012970;
    letter-spacing: 1px;
    font-family: "Oswald", sans-serif;
}

.logo-img {
    border-radius: 100%;
}

.header {
    transition: all 0.5s;
    z-index: 997;
    height: 60px;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
    padding-left: 20px;
    /* Toggle Sidebar Button */
    /* Search Bar */
}

.header .toggle-sidebar-btn {
    font-size: 32px;
    padding-left: 10px;
    cursor: pointer;
    color: #012970;
}

.header .search-bar {
    min-width: 360px;
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .header .search-bar {
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        padding: 20px;
        box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
        background: white;
        z-index: 9999;
        transition: 0.3s;
        visibility: hidden;
        opacity: 0;
    }

    .header .search-bar-show {
        top: 60px;
        visibility: visible;
        opacity: 1;
    }
}

.header .search-form {
    width: 100%;
}

.header .search-form input {
    border: 0;
    font-size: 14px;
    color: #012970;
    border: 1px solid rgba(1, 41, 112, 0.2);
    padding: 7px 38px 7px 8px;
    border-radius: 3px;
    transition: 0.3s;
    width: 100%;
}

.header .search-form input:focus,
.header .search-form input:hover {
    outline: none;
    box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
    border: 1px solid rgba(1, 41, 112, 0.3);
}

.header .search-form button {
    border: 0;
    padding: 0;
    margin-left: -30px;
    background: none;
}

.header .search-form button i {
    color: #012970;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
    list-style: none;
}

.header-nav > ul {
    margin: 0;
    padding: 0;
}

.header-nav .nav-icon {
    font-size: 22px;
    color: #012970;
    margin-right: 25px;
    position: relative;
}

.header-nav .nav-profile {
    color: #012970;
}

.header-nav .nav-profile img {
    max-height: 36px;
}

.header-nav .nav-profile span {
    font-size: 14px;
    font-weight: 600;
}

.header-nav .badge-number {
    position: absolute;
    inset: -2px -5px auto auto;
    font-weight: normal;
    font-size: 12px;
    padding: 3px 6px;
}

.header-nav .notifications {
    inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    transition: 0.3s;
}

.header-nav .notifications .notification-item i {
    margin: 0 20px 0 10px;
    font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
    font-size: 13px;
    margin-bottom: 3px;
    color: #919191;
}

.header-nav .notifications .notification-item:hover {
    background-color: #f6f9ff;
}

.header-nav .messages {
    inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
    padding: 15px 10px;
    transition: 0.3s;
}

.header-nav .messages .message-item a {
    display: flex;
}

.header-nav .messages .message-item img {
    margin: 0 20px 0 10px;
    max-height: 40px;
}

.header-nav .messages .message-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #444444;
}

.header-nav .messages .message-item p {
    font-size: 13px;
    margin-bottom: 3px;
    color: #919191;
}

.header-nav .messages .message-item:hover {
    background-color: #f6f9ff;
}

.header-nav .profile {
    min-width: 240px;
    padding-bottom: 0;
    top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    color: #444444;
}

.header-nav .profile .dropdown-header span {
    font-size: 14px;
}

.header-nav .profile .dropdown-item {
    font-size: 14px;
    padding: 10px 15px;
    transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
    background-color: #f6f9ff;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 300px;
    z-index: 996;
    transition: all 0.3s;
    padding: 20px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
}

@media (max-width: 1199px) {
    .sidebar {
        left: -300px;
    }
}

.sidebar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #aab7cf;
}

@media (min-width: 1200px) {
    #main,
    #footer {
        margin-left: 300px;
    }
}

@media (max-width: 1199px) {
    .toggle-sidebar .sidebar {
        left: 0;
    }
}

@media (min-width: 1200px) {
    .toggle-sidebar #main,
    .toggle-sidebar #footer {
        margin-left: 0;
    }

    .toggle-sidebar .sidebar {
        left: -300px;
    }
}

.sidebar-nav {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav .nav-item {
    margin-bottom: 5px;
}

.sidebar-nav .nav-heading {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #899bbd;
    font-weight: 600;
    margin: 15px 0 15px 15px;
}

.sidebar-nav .nav-link {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    color: #608ad0;
    letter-spacing: 0.3px;
    font-weight: 600;
    transition: 0.3s all ease-in-out;
    background: #f6f9ff;
    padding: 10px 15px;
    border-radius: 4px;
}

.sidebar-nav .nav-link i {
    font-size: 16px;
    margin-right: 10px;
    color: #608ad0;
}

.sidebar-nav .nav-link.collapsed {
    color: #012970;
    background: #fff;
}

.sidebar-nav .nav-link.collapsed i {
    color: #899bbd;
}

.sidebar-nav .nav-link:hover {
    color: #608ad0;
    background: #f6f9ff;
}

.sidebar-nav .nav-link:hover i {
    color: #608ad0;
}

.sidebar-nav .nav-link .bi-chevron-down {
    margin-right: 0;
    transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
    transform: rotate(180deg);
}

.sidebar-nav .nav-content {
    padding: 5px 0 0 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav .nav-content a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #012970;
    transition: 0.3;
    padding: 10px 0 10px 20px;
    transition: all 0.1s ease;
    text-decoration: none;
    font-weight: 400;
}

.sidebar-nav .nav-content a i {
    font-size: 6px;
    margin-right: 8px;
    line-height: 0;
    border-radius: 50%;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
    color: #608ad0;
    font-weight: 500;
    transition: all 0.1s ease;
}

.sidebar-nav .nav-content a.active i {
    background-color: #608ad0;
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */

.row-dashboard {
    height: 175px;
    z-index: -1;
    background-color: #012970;
    position: relative;
    opacity: 0.7;
    margin-bottom: -145px;
    border-radius: 5px;
}

.row-dashboard-forced-white {
    color: whitesmoke !important;
}

.dashboard .filter {
    position: absolute;
    right: 0px;
    top: 15px;
}

.dashboard .filter .icon {
    color: #aab7cf;
    padding-right: 20px;
    padding-bottom: 5px;
    transition: 0.3s;
    font-size: 16px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
    color: #00b8e6;
}

.dashboard .filter .dropdown-header {
    padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #aab7cf;
    margin-bottom: 0;
    padding: 0;
}

.dashboard .filter .dropdown-item {
    padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {
    padding-bottom: 10px;
}

.dashboard .info-card h6 {
    font-size: 28px;
    color: #012970;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.dashboard .card-icon {
    font-size: 32px;
    line-height: 0;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    flex-grow: 0;
}

.dashboard .info-card .card-icon {
    color: #00b8e6;
    background: #ddf5ff;
}

.dashboard .success-card .card-icon {
    color: #2eca6a;
    background: #e0f8e9;
}

.dashboard .warning-card .card-icon {
    color: #ff771d;
    background: #ffecdf;
}

.dashboard .danger-card .card-icon {
    color: #dc3545;
    background: #ffd6d6;
}

/* Activity */
.dashboard .activity {
    font-size: 14px;
}

.dashboard .activity .activity-item .activite-label {
    color: #888;
    position: relative;
    flex-shrink: 0;
    flex-grow: 0;
    min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
    content: "";
    position: absolute;
    right: -11px;
    width: 4px;
    top: 0;
    bottom: 0;
    background-color: #eceefe;
}

.dashboard .activity .activity-item .activity-badge {
    margin-top: 3px;
    z-index: 1;
    font-size: 11px;
    line-height: 0;
    border-radius: 50%;
    flex-shrink: 0;
    border: 3px solid #fff;
    flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
    padding-left: 10px;
    padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
    top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
    padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item + .post-item {
    margin-top: 15px;
}

.dashboard .news img {
    width: 80px;
    float: left;
    border-radius: 5px;
}

.dashboard .news h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
    margin-bottom: 5px;
}

.dashboard .news h4 a {
    color: #012970;
    transition: 0.3s;
}

.dashboard .news h4 a:hover {
    color: #00b8e6;
}

.dashboard .news p {
    font-size: 14px;
    color: #777777;
    margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
    font-size: 14px;
}

.dashboard .recent-sales .table thead {
    background: #f6f6fe;
}

.dashboard .recent-sales .table thead th {
    border: 0;
}

.dashboard .recent-sales .dataTable-top {
    padding: 0 0 10px 0;
}

.dashboard .recent-sales .dataTable-bottom {
    padding: 10px 0 0 0;
}

/* Top Selling */
.dashboard .top-selling {
    font-size: 14px;
}

.dashboard .top-selling .table thead {
    background: #f6f6fe;
}

.dashboard .top-selling .table thead th {
    border: 0;
}

.dashboard .top-selling .table tbody td {
    vertical-align: middle;
}

.dashboard .top-selling img {
    border-radius: 5px;
    max-width: 60px;
}

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
    display: grid;
    max-width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.25rem;
    padding-top: 15px;
}

.iconslist .icon {
    background-color: #fff;
    border-radius: 0.25rem;
    text-align: center;
    color: #012970;
    padding: 15px 0;
}

.iconslist i {
    margin: 0.25rem;
    font-size: 2.5rem;
}

.iconslist .label {
    font-family: var(--bs-font-monospace);
    display: inline-block;
    width: 100%;
    overflow: hidden;
    padding: 0.25rem;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img {
    max-width: 120px;
}

.profile .profile-card h2 {
    font-size: 24px;
    font-weight: 700;
    color: #2c384e;
    margin: 10px 0 0 0;
}

.profile .profile-card h3 {
    font-size: 18px;
}

.profile .profile-card .social-links a {
    font-size: 20px;
    display: inline-block;
    color: rgba(1, 41, 112, 0.5);
    line-height: 0;
    margin-right: 10px;
    transition: 0.3s;
}

.profile .profile-card .social-links a:hover {
    color: #012970;
}

.profile .profile-overview .row {
    margin-bottom: 20px;
    font-size: 15px;
}

.profile .profile-overview .card-title {
    color: #012970;
}

.profile .profile-overview .label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img {
    max-width: 120px;
}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
    font-size: 18px;
    font-weight: 600;
    color: #00b8e6;
}

.faq .basic p {
    color: #6980aa;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
    padding: 28px 30px;
}

.contact .info-box i {
    font-size: 38px;
    line-height: 0;
    color: #00b8e6;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #012970;
    font-weight: 700;
    margin: 20px 0 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #00b8e6;
}

.contact .php-email-form input {
    padding: 10px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
    background: #00b8e6;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #5969f3;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
    padding: 30px;
}

.error-404 h1 {
    font-size: 180px;
    font-weight: 700;
    color: #00b8e6;
    margin-bottom: 0;
    line-height: 150px;
}

.error-404 h2 {
    font-size: 24px;
    font-weight: 700;
    color: #012970;
    margin-bottom: 30px;
}

.error-404 .btn {
    background: #51678f;
    color: #fff;
    padding: 8px 30px;
}

.error-404 .btn:hover {
    background: #3e4f6f;
}

@media (min-width: 992px) {
    .error-404 img {
        max-width: 50%;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    padding: 20px 0;
    font-size: 14px;
    transition: all 0.3s;
    border-top: 1px solid #cddfff;
}

.footer .copyright {
    text-align: center;
    color: #012970;
}

.footer .credits {
    padding-top: 5px;
    text-align: center;
    font-size: 13px;
    color: #012970;
}







/* Oculta sidebar por completo */
#sidebar, .sidebar {
  display: none !important;
}

/* Quita el margen que el template aplica cuando hay sidebar */
@media (min-width: 1200px) {
  #main, #footer {
    margin-left: 0 !important;
  }
}

/* Main: full ancho + márgenes laterales más amplios */
#main {
  margin-left: 0 !important;
  width: 100% !important;
  max-width: 100% !important;

  /* márgenes laterales (más grandes) */
  padding-left: 48px !important;
  padding-right: 48px !important;

  margin-top: 60px;
}

/* Tablet */
@media (max-width: 1199px) {
  #main {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}

/* Mobile */
@media (max-width: 576px) {
  #main {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* Asegura que no haya scroll horizontal raro */
html, body {
  width: 100%;
  overflow-x: hidden;
}

/* Si tienes container_mod, que no limite el ancho */
@media (min-width: 1024px) {
  .container_mod {
    width: 100% !important;
    margin-left: 0 !important;
  }
}


/* ///// */

/* :root{
  --sfm-bg: #f6f9ff;
  --sfm-card: #ffffff;
  --sfm-text: #0f172a;
  --sfm-muted: #64748b;
  --sfm-border: #e5e7eb;


  --sfm-primary: #0b5ed7;
  --sfm-primary-2: #094fb8;
  --sfm-accent: #f2c100;
  --sfm-radius: 14px;
  --sfm-shadow: 0 14px 40px rgba(15,23,42,.10);
}

.sfm-widget{
  max-width: 980px;
  margin: 0 auto;
  padding: 18px 0;
}

.sfm-card{
  background: var(--sfm-card);
  border: 1px solid var(--sfm-border);
  border-radius: var(--sfm-radius);
  box-shadow: var(--sfm-shadow);
  padding: 20px;
}

.sfm-header{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:14px;
  padding-bottom: 12px;
}

.sfm-title{
  margin:0;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -.02em;
  color: var(--sfm-text);
}

.sfm-subtitle{
  margin:6px 0 0 0;
  font-size: 13px;
  color: var(--sfm-muted);
}

.sfm-steps{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.sfm-step{
  font-weight: 800;
  font-size: 12px;
  color: var(--sfm-muted);
  background: #f8fafc;
  border: 1px solid var(--sfm-border);
  border-radius: 999px;
  padding: 8px 10px;
}
.sfm-step.is-active{
  border-color: rgba(242,193,0,.5);
  background: rgba(242,193,0,.18);
  color: #4b3b00;
}

.sfm-section{ padding-top: 10px; }
.sfm-section-head h2{
  margin:0;
  font-size: 15px;
  font-weight: 900;
  color: var(--sfm-text);
}
.sfm-section-head p{
  margin: 6px 0 12px 0;
  color: var(--sfm-muted);
  font-size: 13px;
}

.sfm-divider{
  height:1px;
  background: var(--sfm-border);
  margin: 16px 0;
}

.sfm-row{
  display:flex;
  gap:12px;
  align-items:flex-end;
  flex-wrap: wrap;
}

.sfm-grow{ flex: 1 1 380px; }

.sfm-label{
  display:block;
  font-weight: 800;
  margin-bottom: 6px;
  color: var(--sfm-text);
}

.sfm-input{
  height: 48px;
  border-radius: 12px !important;
  border: 1px solid var(--sfm-border) !important;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sfm-help{
  display:block;
  margin-top: 6px;
  color: var(--sfm-muted);
  font-size: 12px;
}

.sfm-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.sfm-btn{
  border-radius: 12px;
  padding: 12px 14px;
  font-weight: 900;
  border: 1px solid transparent;
  transition: .15s ease;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  height: 48px;
}

.sfm-btn-primary{
  min-width: 230px;
  color:#fff;
  background: linear-gradient(180deg, var(--sfm-primary), var(--sfm-primary-2));
  box-shadow: 0 12px 24px rgba(11,94,215,.18);
}
.sfm-btn-primary:hover{ transform: translateY(-1px); filter: brightness(.98); }
.sfm-btn-primary:disabled{ opacity:.7; cursor:not-allowed; transform:none; }

.sfm-btn-soft{
  background: rgba(242,193,0,.18);
  border-color: rgba(242,193,0,.35);
  color: #4b3b00;
}
.sfm-btn-soft:hover{ background: rgba(242,193,0,.24); }

.sfm-btn-ghost{
  background: #fff;
  border-color: var(--sfm-border);
  color: var(--sfm-muted);
}
.sfm-btn-ghost:hover{ background: #f8fafc; }

.select2-container{ width: 100% !important; }
.select2-container--default .select2-selection--multiple{
  min-height: 48px;
  border-radius: 12px;
  border: 1px solid var(--sfm-border);
  padding: 6px 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
  background: #eef2ff;
  border: 1px solid #dbeafe;
  color: #1e3a8a;
  border-radius: 999px;
  padding: 4px 10px;
  font-weight: 800;
}

.btn-spinner{
  width: 16px; height: 16px;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,.65);
  border-top-color: #fff;
  animation: sfmspin 1s linear infinite;
}
@keyframes sfmspin{ to { transform: rotate(360deg); } } */


/* ===========================
   SinFotoMultas - Search UI v2
   =========================== */

:root{
  --sfm-yellow: #f5c400;     /* ajustá si tu amarillo real es otro */
  --sfm-blue:   #0b5ed7;     /* azul moderno */
  --sfm-navy:   #0f172a;
  --sfm-text:   #334155;
  --sfm-muted:  #64748b;
  --sfm-bg:     #f6f9ff;
  --sfm-card:   #ffffff;
  --sfm-line:   #e2e8f0;
}

.sfm-wrap{
  max-width: 1060px;
  margin: 0 auto;
  padding: 18px 18px 40px;
}

/* Card principal con “accent bar” */
.sfm-card{
  background: var(--sfm-card);
  border: 1px solid rgba(226,232,240,.9);
  border-radius: 18px;
  box-shadow: 0 14px 40px rgba(2, 6, 23, .08);
  overflow: hidden;
  position: relative;
}

/* barra superior tipo marca */
.sfm-card::before{
  content:"";
  position:absolute;
  top:0; left:0; right:0;
  height: 5px;
  background: linear-gradient(90deg, var(--sfm-yellow), #ffd86a, #111827);
}

/* fondo decorativo suave */
.sfm-card::after{
  content:"";
  position:absolute;
  inset: -80px -80px auto auto;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle at 30% 30%, rgba(245,196,0,.20), transparent 55%),
              radial-gradient(circle at 70% 70%, rgba(15,23,42,.14), transparent 55%);
  filter: blur(2px);
  pointer-events: none;
}

/* Header */
.sfm-head{
  padding: 26px 28px 10px;
  display:flex;
  align-items:flex-start;
  justify-content: space-between;
  gap: 18px;
  position: relative;
  z-index: 1;
}

.sfm-title{
  margin:0;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--sfm-navy);
  font-size: 34px;
  line-height: 1.1;
}

.sfm-sub{
  margin-top: 8px;
  margin-bottom: 0;
  color: var(--sfm-muted);
  font-size: 15.5px;
}

/* Step pills */
.sfm-steps{
  display:flex;
  gap: 10px;
  align-items:center;
  flex-wrap: wrap;
}

.sfm-step{
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--sfm-line);
  background: #f8fafc;
  color: var(--sfm-muted);
  font-weight: 700;
  font-size: 13.5px;
  display:flex;
  gap: 8px;
  align-items:center;
  white-space: nowrap;
}

.sfm-step .dot{
  width: 22px; height: 22px;
  border-radius: 999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size: 12px;
  font-weight: 900;
  background: #e2e8f0;
  color: #334155;
}

.sfm-step.is-active{
  background: rgba(245,196,0,.14);
  border-color: rgba(245,196,0,.45);
  color: #7a5a00;
}

.sfm-step.is-active .dot{
  background: rgba(245,196,0,.35);
  color: #6b4f00;
}

.sfm-step.is-done{
  background: rgba(34,197,94,.10);
  border-color: rgba(34,197,94,.25);
  color: #166534;
}
.sfm-step.is-done .dot{
  background: rgba(34,197,94,.25);
  color: #14532d;
}

/* Body layout */
.sfm-body{
  padding: 10px 28px 26px;
  position: relative;
  z-index: 1;
}

.sfm-grid{
  display:grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 22px;
  align-items: start;
}

@media (max-width: 991px){
  .sfm-grid{
    grid-template-columns: 1fr;
  }
}

/* bloques */
.sfm-block{
  border: 1px solid rgba(226,232,240,.9);
  border-radius: 16px;
  background: #ffffff;
  padding: 18px;
}

.sfm-block h5{
  margin:0 0 10px 0;
  font-size: 16px;
  font-weight: 800;
  color: var(--sfm-navy);
}

.sfm-help{
  margin:0 0 14px 0;
  color: var(--sfm-muted);
  font-size: 14px;
}

/* Botones */
.sfm-btn-primary{
  border: none !important;
  border-radius: 14px !important;
  font-weight: 900 !important;
  letter-spacing: .2px;
  padding: 14px 18px !important;
  color: #fff !important;
  background: linear-gradient(180deg, #1d6bf0, #0b5ed7) !important;
  box-shadow: 0 14px 30px rgba(11,94,215,.22);
  transition: transform .14s ease, box-shadow .14s ease, filter .14s ease;
  position: relative;
  overflow: hidden;
}

/* brillo sutil en hover */
.sfm-btn-primary::after{
  content:"";
  position:absolute;
  top:-60%;
  left:-40%;
  width: 60%;
  height: 220%;
  transform: rotate(25deg);
  background: rgba(255,255,255,.18);
  opacity: 0;
  transition: opacity .18s ease, left .18s ease;
}

.sfm-btn-primary:hover{
  transform: translateY(-1px);
  box-shadow: 0 20px 44px rgba(11,94,215,.26);
  filter: brightness(1.02);
}

.sfm-btn-primary:hover::after{
  opacity: 1;
  left: 110%;
}

.sfm-btn-primary:active{
  transform: translateY(0px);
  box-shadow: 0 14px 30px rgba(11,94,215,.20);
}

.sfm-btn-primary:disabled{
  opacity: .65;
  box-shadow: none;
  transform: none;
  cursor: not-allowed;
}


/* Secondary */
.sfm-btn-soft{
  border-radius: 14px !important;
  font-weight: 800 !important;
  padding: 12px 14px !important;
  border: 1px solid var(--sfm-line) !important;
  background: #fff !important;
  color: var(--sfm-text) !important;
}

.sfm-btn-accent{
  border-radius: 14px !important;
  font-weight: 800 !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(245,196,0,.45) !important;
  background: rgba(245,196,0,.14) !important;
  color: #7a5a00 !important;
}

/* Input patente */
.sfm-input{
  border-radius: 14px !important;
  border: 1px solid var(--sfm-line) !important;
  padding: 14px 14px 14px 44px !important;
  font-size: 16px !important;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sfm-input:focus{
  box-shadow: 0 0 0 4px rgba(11,94,215,.12) !important;
  border-color: rgba(11,94,215,.35) !important;
}

.sfm-input-wrap{
  position: relative;
}

.sfm-input-icon{
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  opacity: .65;
}

/* Ilustración box */
.sfm-illu{
  border: 1px dashed rgba(148,163,184,.6);
  background: linear-gradient(180deg, rgba(245,196,0,.12), rgba(11,94,215,.06));
  border-radius: 16px;
  padding: 16px;
  display:flex;
  gap: 14px;
  align-items: center;
}

.sfm-illu-title{
  margin:0;
  font-weight: 900;
  color: var(--sfm-navy);
  font-size: 14px;
}

.sfm-illu-text{
  margin:6px 0 0;
  color: var(--sfm-muted);
  font-size: 13px;
}

/* Select2 ancho full dentro del bloque */
.sfm-select2 .select2-container{
  width: 100% !important;
}

/* Separador suave */
.sfm-divider{
  height: 1px;
  background: rgba(226,232,240,.9);
  margin: 16px 0;
}


/* ===========================
   FORZAR TIPOGRAFÍA RUBIK
   (pegar al FINAL del CSS)
   =========================== */

:root{
  --sfm-font: "Rubik", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

/* Base */
html, body{
  font-family: var(--sfm-font) !important;
  font-optical-sizing: auto;
}

/* Todo texto típico */
*{
  font-family: var(--sfm-font) !important;
}

/* Títulos */
h1,h2,h3,h4,h5,h6{
  font-family: var(--sfm-font) !important;
}

/* Formularios */
input, textarea, select, button, label, small, p, span, a, li, td, th{
  font-family: var(--sfm-font) !important;
}

/* Bootstrap / components comunes */
.btn, .form-control, .form-select, .dropdown-menu, .dropdown-item, .card, .modal, .toast{
  font-family: var(--sfm-font) !important;
}

/* Select2 (muy importante) */
.select2-container,
.select2-selection,
.select2-results,
.select2-search__field,
.select2-dropdown{
  font-family: var(--sfm-font) !important;
}

/* SweetAlert2 (si usas) */
.swal2-popup, .swal2-title, .swal2-html-container, .swal2-actions button{
  font-family: var(--sfm-font) !important;
}
