:root {
    --swit-white: #ffffff;
    --swit-black: #000000;
    --swit-light-gray: rgba(0, 0, 0, 0.45);
    --swit-main-text: #190A5F;
    --swit-btn-submit-bg: #4E20DA;
    --swit-btn-submit-shadow-rgb: rgb(78, 32, 218);
    --swit-btn-excel-bg: #3BBC2F;
    --swit-btn-excel-hover-bg: #2F9B26;
    --swit-btn-excel-shadow-rgb: rgba(59, 188, 47, 0.4);
    --swit-btn-pdf-bg: #F08719;
    --swit-btn-pdf-hover-bg: #D07015;
    --swit-btn-pdf-shadow-rgb: rgba(240, 135, 25, 0.4);
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

.swit-main-container {
    @media (min-width: 992px) {
        padding-right: 3rem;
        padding-left: 3rem;
    }
}

body {
    font-family: Inter, sans-serif !important;
    font-weight: 400;
    background-color: var(--swit-white) !important;
    margin-bottom: 70px;
}

/*navbar form super admin*/
.swit-navbar-sa {
    padding: 0.5rem 0;
    background: linear-gradient(270deg, #4F0090 0%, #7A35FF 51%, #3514C5 100%);
}

    .swit-navbar-sa .container-fluid {
        @media (min-width: 992px) {
            padding-right: 3rem;
            padding-left: 3rem;
        }
    }

    .swit-navbar-sa .nav-link {
        color: var(--swit-white);
    }

    .swit-navbar-sa .dropdown-toggle::after {
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 0.9em;
        border: none;
        transition: transform 0.3s ease;
        vertical-align: unset;
    }

    .swit-navbar-sa .nav-link.dropdown-toggle.inter-medium.show::after {
        transform: rotate(180deg);
    }

    .swit-navbar-sa .navbar-toggler i {
        color: var(--swit-white);
    }
/*navbar form rt*/

/*navbar for rt*/
.swit-navbar-rt {
    padding: 0.5rem 0;
    background: linear-gradient(270deg, #E6651F -49.83%, #F2AE69 100%);
}

    .swit-navbar-rt .container-fluid {
        @media (min-width: 992px) {
            padding-right: 3rem;
            padding-left: 3rem;
        }
    }

    .swit-navbar-rt .nav-link {
        color: var(--swit-white);
    }

    .swit-navbar-rt .dropdown-toggle::after {
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 0.9em;
        border: none;
        transition: transform 0.3s ease;
        vertical-align: unset;
    }

    .swit-navbar-rt .nav-link.dropdown-toggle.inter-medium.show::after {
        transform: rotate(180deg);
    }

    .swit-navbar-rt .navbar-toggler i {
        color: var(--swit-white);
    }
/*navbar for rt*/

.swit-navbar {
    padding: 0.5rem 0;
    background: linear-gradient(270deg, #E6651F -49.83%, #F2AE69 100%);
}

    .swit-navbar .container-fluid {
        @media (min-width: 992px) {
            padding-right: 3rem;
            padding-left: 3rem;
        }
    }

    .swit-navbar .nav-link {
        color: var(--swit-white);
    }

.swit-notification-icon {
    width: 42px;
    height: 42px;
    background-color: rgba(255, 255, 255, 0.38);
}

.swit-navbar .dropdown-toggle::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.9em;
    border: none;
    transition: transform 0.3s ease;
    vertical-align: unset;
}

.swit-navbar .nav-link.dropdown-toggle.inter-medium.show::after {
    transform: rotate(180deg);
}

.swit-navbar .navbar-toggler i {
    color: var(--swit-white);
}

.swit-notification-icon img {
    filter: brightness(0) invert(1);
}

.swit-notification-icon:hover {
    background-color: #ffffff;
}

    .swit-notification-icon:hover img {
        filter: none;
        opacity: 1;
    }

.swit-main-container {
    /*padding-right: calc(1.5rem * .5);
    padding-left: calc(1.5rem * .5);*/

    @media (min-width: 992px) {
        padding-right: 3rem;
        padding-left: 3rem;
    }
}

.swit-page-nav {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

    .swit-page-nav .breadcrumb-item + .breadcrumb-item::before {
        content: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M9.00005 6C9.00005 6 14 10.5 15 12C14 13.5 9 18 9 18" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
        display: flex;
    }

.swit-breadcrumbs-nav {
    padding: 0;
    background-color: transparent;
}

    .swit-breadcrumbs-nav a {
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 20px;
        color: rgba(2, 2, 2, 0.45) !important;
        text-decoration: none;
    }

        .swit-breadcrumbs-nav a.active {
            color: rgba(2, 2, 2, 1) !important;
        }

.swit-main-content {
    border: none;
    /*padding-right: calc(1.5rem * .5);*/

    @media (min-width: 992px) {
        padding-right: 2rem;
    }

    @media (min-width: 1200px) {
        border-right: 1px solid rgba(0, 0, 0, 0.25);
    }
}

.swit-content-container {
    @media(min-width: 992px) {
        padding-left: 8rem;
        padding-right: 8rem;
    }
}

.swit-widget-side {
    /*padding-left: calc(1.5rem * .5);*/

    @media (min-width: 992px) {
        padding-left: 2rem;
    }
}

.swit-10982645 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

.swit-10459475 {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45);
}

.swit-home-payment-form .swit-form-input {
    height: 56px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 39px;
    text-indent: 1rem;
    background-color: transparent !important;
}

    .swit-home-payment-form .swit-form-input::placeholder {
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 20px;
        color: rgba(0, 0, 0, 0.45);
    }

    .swit-home-payment-form .swit-form-input:focus::placeholder {
        color: rgba(0, 0, 0, 0.45);
    }

.swit-btn-submit-consult {
    height: 56px;
    font-weight: 600;
    color: var(--swit-white);
    background: var(--swit-btn-submit-bg);
    border-color: var(--swit-btn-submit-bg);
    font-size: 20px;
    border: none;
    border-radius: 39px;
}

    .swit-btn-submit-consult:hover {
        color: var(--swit-white);
        background: #6835FF;
        border-color: #6835FF;
    }

    .swit-btn-submit-consult:focus {
        box-shadow: 0 0 0 0.25rem var(--swit-btn-submit-shadow-rgb);
    }

    .swit-btn-submit-consult:active {
        color: var(--swit-white);
        background: #3A16A8;
        border-color: #3A16A8;
    }

.swit-card-options {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 9.1px;
    box-shadow: 0px 6.06px 10.38px 0px rgba(0, 0, 0, 0.12);
    background-color: var(--swit-white);
}

.swit-10292654 {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.45);
    text-decoration: none;
}

.swit-card-novedades-rt {
    border: 10px solid transparent;
    border-radius: 12px;
    background: linear-gradient(0deg, rgba(235, 128, 59, 0.83),rgba(235, 128, 59, 0.83));
    box-shadow: 0px 8px 13.7px 0px rgba(0, 0, 0, 0.12);
}

    .swit-card-novedades-rt .card-title {
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 25px;
        color: var(--swit-white);
    }

.swit-card-novedades-sa {
    border: 10px solid transparent;
    border-radius: 12px;
    background: linear-gradient(0deg, rgba(55, 22, 199, 0.83),rgba(55, 22, 199, 0.83));
    box-shadow: 0px 8px 13.7px 0px rgba(0, 0, 0, 0.12);
}

    .swit-card-novedades-sa .card-title {
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 25px;
        color: var(--swit-white);
    }

footer {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: clamp(0.7rem, 0.7rem + 1vw, 1.25rem);
    color: rgba(0, 0, 0, 0.45) !important;
}

.swit-main-text {
    color: var(--swit-main-text);
}

.swit-text-success {
    color: #67B860 !important;
}

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

.swit-text-secondary {
    color: rgba(0, 0, 0, 0.45) !important;
}

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

.swit-text-dark {
    color: var(--swit-black);
}

.swit-text-14 {
    font-size: 14px !important;
}

.swit-text-20 {
    font-size: 20px !important;
}

/* BOOTSTRAP 5.3.3 FIXES */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.h1, h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width:1200px) {
    .h1, h1 {
        font-size: 2.5rem;
    }
}

.h2, h2 {
    font-size: calc(1.325rem + .9vw);
}

@media (min-width:1200px) {
    .h2, h2 {
        font-size: 2rem;
    }
}

.h3, h3 {
    font-size: calc(1.3rem + .6vw);
}

@media (min-width:1200px) {
    .h3, h3 {
        font-size: 1.75rem;
    }
}

.h4, h4 {
    font-size: calc(1.275rem + .3vw);
}

@media (min-width:1200px) {
    .h4, h4 {
        font-size: 1.5rem;
    }
}

.h5, h5 {
    font-size: 1.25rem;
}

.h6, h6 {
    font-size: 1rem;
}

@media (min-width: 992px) {
    .ms-lg-auto {
        margin-left: auto !important;
    }
}

.me-1 {
    margin-right: .25rem !important;
}

.me-2 {
    margin-right: .5rem !important;
}

.border-1 {
    border-width: 1px !important;
}

.border-white {
    opacity: 1;
    border-color: rgba(255, 255, 255, 1) !important;
}

.border-start {
    border-left: 1px solid #dee2e6 !important;
}

.d-grid {
    display: grid !important;
}

.g-1, .gy-1 {
    gap: 0 0.25rem;
}

.g-1, .gx-1 {
    gap: 0.25rem 0;
}

.g-2, .gy-2 {
    gap: 0 0.5rem;
}

.g-2, .gx-2 {
    gap: 0.5rem 0;
}

.g-3, .gy-3 {
    gap: 0 1rem;
}

.g-3, .gx-3 {
    gap: 1rem 0;
}

.g-4, .gy-4 {
    gap: 0 1.5rem;
}

.g-4, .gx-4 {
    gap: 1.5rem 0;
}

.g-5, .gy-5 {
    gap: 0 3rem;
}

.g-5, .gx-5 {
    gap: 3rem 0;
}

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

.border-end {
    border-right: 1px solid rgba(0, 0, 0, 0.25) !important;
}

.start-100 {
    left: 100% !important;
}

.top-50 {
    top: 50% !important;
}

.translate-middle {
    transform: translate(-50%,-50%) !important;
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out;
}

.offcanvas-header .btn-close {
    padding: .5rem .5rem;
    margin-top: -.5rem;
    margin-right: -.5rem;
    margin-bottom: -.5rem;
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0,0,0,.2);
    transform: translateX(100%);
}

.offcanvas.show {
    transform: none;
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
}

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
}

.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.inter-thin {
    font-family: "Inter", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.inter-light {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.inter-regular {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.inter-medium {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.inter-medium-bold {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.inter-bold {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.inter-black {
    font-family: "Inter", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.inter-thin-italic {
    font-family: "Inter", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.inter-light-italic {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.inter-regular-italic {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.inter-medium-italic {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.inter-bold-italic {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.inter-black-italic {
    font-family: "Inter", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.swit-card-shared {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    background-color: var(--swit-white);
    box-shadow: 5px 10px 15px 5px rgba(0, 0, 0, 0.12);
}

.swit-shared-navigation .nav-link.active {
    background-color: #4E20DA;
    border-radius: 39px;
}

.form-control.inter-medium {
    height: 40px;
    border: 0px solid rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    background-color: #F1F1F1;
}

    .form-control.inter-medium.disabled {
        height: 40px;
        border: 0px solid rgba(0, 0, 0, 0.25);
        border-radius: 12px;
        background-color: #DEDEDE;
    }

.form-control::placeholder {
    color: rgba(0, 0, 0, 0.45);
    font-size: 20px;
}

.swit-shared-navigation .nav-link {
    width: 200px;
    text-align: center;
    padding: 8px 16px;
    font-size: 20px;
    border: 2px solid #007bff;
    border-radius: 30px !important;
    padding: 8px 16px;
    background-color: white;
    color: #1a1956;
    transition: all 0.3s ease-in-out;
}

.control-label {
    color: #777499;
}

.swit-page-nav .breadcrumb-item.active {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #020202;
}

.swit-page-nav .breadcrumb-item + .breadcrumb-item::before {
    display: flex;
}

.swit-button-sa {
    color: white;
    width: 150px;
    border-radius: 20px;
    background: linear-gradient(270deg, #4F0090 0%, #7A35FF 51%, #3514C5 100%);
}

    .swit-button-sa:hover {
        color: white;
    }

.offcanvas-top-spacing {
    top: 85px !important;
    height: calc(100% - 70px);
}

.offcanvas-wide {
    width: 500px;
}

.offcanvas-wide-notification {
    width: 1000px;
}

.swit-button-cancel {
    color: #4F0090;
    width: 150px;
    border-radius: 20px;
    background-color: white;
    border: 2px solid #4F0090;
    transition: all 0.3s ease;
}

    .swit-button-cancel:hover {
        background-color: #f5f5f5;
        color: #3514C5;
        border-color: #3514C5;
    }

.swit-text-20 {
    font-size: 20px !important;
}

.swit-text-24 {
    font-size: 24px !important;
}

.swit-text-light-gray {
    color: rgba(0, 0, 0, 0.45) !important;
}






.card {
    background-color: #fff;
    border-radius: 10px;
    border: none;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,0.1), 0 0.9375rem 1.40625rem rgba(90,97,105,0.1), 0 0.25rem 0.53125rem rgba(90,97,105,0.12), 0 0.125rem 0.1875rem rgba(90,97,105,0.1);
}

.l-bg-cherry {
    background: linear-gradient(to right, #493240, #f09) !important;
    color: #fff;
}

.l-bg-blue-dark {
    background: linear-gradient(to right, #373b44, #4286f4) !important;
    color: #fff;
}

.l-bg-green-dark {
    background: linear-gradient(to right, #0a504a, #38ef7d) !important;
    color: #fff;
}

.l-bg-orange-dark {
    background: linear-gradient(to right, #a86008, #ffba56) !important;
    color: #fff;
}

.card .card-statistic-3 .card-icon-large .fas, .card .card-statistic-3 .card-icon-large .far, .card .card-statistic-3 .card-icon-large .fab, .card .card-statistic-3 .card-icon-large .fal {
    font-size: 110px;
}

.card .card-statistic-3 .card-icon {
    text-align: center;
    line-height: 50px;
    margin-left: 15px;
    color: #000;
    position: absolute;
    right: 15px;
    top: 20px;
    opacity: 0.1;
}

.l-bg-cyan {
    background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
    color: #fff;
}

.l-bg-green {
    background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%) !important;
    color: #fff;
}

.l-bg-orange {
    background: linear-gradient(to right, #f9900e, #ffba56) !important;
    color: #fff;
}

.l-bg-cyan {
    background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
    color: #fff;
}

.section-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 0.5rem;
}

    .section-title::after {
        content: '';
        width: 50px;
        height: 3px;
        background: #007bff;
        position: absolute;
        bottom: 0;
        left: 0;
    }

.dropdown-menu {
    position: absolute !important;
    will-change: transform;
    overflow: visible;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

body {
    overflow-x: hidden;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
        display: none; 
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block; 
    }

.button-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .button-container .btn {
        margin-bottom: 10px; /* Ajusta el espacio entre botones si es necesario */
    }

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
}

.dropdown-submenu.open-left .dropdown-menu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 0.1rem;
}
