﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

@import 'https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet';
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --dk-gray-100: #F3F4F6;
    --dk-gray-200: #E5E7EB;
    --dk-gray-300: #D1D5DB;
    --dk-gray-400: #9CA3AF;
    --dk-gray-500: #6B7280;
    --dk-gray-600: #4B5563;
    --dk-gray-700: #374151;
    --dk-gray-800: #1F2937;
    --dk-gray-900: #111827;
    --dk-dark-bg: #313348;
    --dk-darker-bg: #2a2b3d;
    --eg-gray-light: #cbcecf;
    --eg-gray-dark: #727d84;
    --navbar-bg-color: var(--eg-gray-light);
    --sidebar-bg-color: var(--eg-gray-light); /*#018445*/
    --sidebar-border-color: var(--eg-gray-light); /*#018445*/
    --sidebar-width: 250px;
    --primary-color: #37a54c; /* Define tu color primario aquí */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*body {
    font-family: 'Inter', sans-serif;
    background-color: var(--dk-darker-bg);
    font-size: .925rem;
}*/

#wrapper {
    margin-left: var(--sidebar-width);
    transition: all .3s ease-in-out;
}

    #wrapper.fullwidth {
        margin-left: 0;
    }

.sidebar {
    background-color: var(--sidebar-bg-color);
    width: var(--sidebar-width);
    transition: all .3s ease-in-out;
    transform: translateX(0);
    z-index: 0;
}

    .sidebar .close-aside {
        position: absolute;
        top: 7px;
        right: 7px;
        cursor: pointer;
        color: #EEE;
    }

    .sidebar .sidebar-header {
        border-bottom: 1px solid var(--sidebar-border-color);
    }

        .sidebar .sidebar-header h5 a {
            color: var(--dk-gray-300)
        }

        .sidebar .sidebar-header p {
            color: var(--dk-gray-400);
            font-size: .825rem;
        }

    .sidebar .search .form-control ~ i {
        color: #2b2f3a;
        right: 40px;
        top: 22px;
    }

    .sidebar > ul > li {
        padding: .7rem 1.75rem;
    }

    .sidebar ul > li > span {
        color: var(--dk-gray-900);
        text-decoration: none;
        font-size: 16px;
        cursor: pointer;
    }

    .sidebar ul > li > a {
        color: var(--dk-gray-900);
        text-decoration: none;
        font-size: 13px;
        transition: all .1s ease-in-out;
    }

        .sidebar ul > li > a:hover {
            color: var(--dk-gray-700);
            text-decoration: none;
            font-weight: 800;
            font-size: 15px;
            transition: all .1s ease-in-out;
        }

Start numbers
.sidebar ul > li > span > .num {
    line-height: 0;
    border-radius: 3px;
    font-size: 14px;
    padding: 0px 5px
}

.sidebar ul > li > i {
    font-size: 18px;
    margin-right: .7rem;
    color: var(--dk-gray-500);
}

.sidebar ul > li.has-dropdown > span:after {
    content: '\eb3a';
    font-family: unicons-line;
    font-size: 1rem;
    line-height: 1.8;
    float: right;
    color: var(--dk-gray-500);
    transition: all .3s ease-in-out;
    transform: rotate(90deg);
}

.sidebar ul .opened > span:after {
    transform: rotate(0deg) !important;
}

Start dropdown menu
.sidebar ul .sidebar-dropdown {
    padding-top: 0.5em;
    padding-left: 1em;
    display: none;
}

.sidebar ul .sidebar-dropdown.active {
    display: block;
}

.sidebar ul .sidebar-dropdown > li > span {
    font-size: .85rem;
    padding: .5rem 0;
    display: block;
}

End dropdown menu

.show-sidebar {
    transform: translateX(-270px);
}

@media (max-width: 767px) {
    .sidebar ul > li {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .sidebar .search {
        padding: 10px 0 10px 30px
    }
}






.main-color {
    color: #ffc107
}

.navbar {
    background-color: var(--navbar-bg-color) !important;
    border: none !important;
}

    .navbar .dropdown-menu {
        right: auto !important;
        left: 0 !important;
    }

    .navbar .navbar-nav > li > a {
        color: #EEE !important;
        line-height: 55px !important;
        padding: 0 10px !important;
    }

    .navbar .navbar-brand {
        color: #FFF !important
    }

    .navbar .navbar-nav > li > a:focus,
    .navbar .navbar-nav > li > a:hover {
        color: #EEE !important
    }

    .navbar .navbar-nav > .open > a,
    .navbar .navbar-nav > .open > a:focus,
    .navbar .navbar-nav > .open > a:hover {
        background-color: transparent !important;
        color: #FFF !important
    }

    .navbar .navbar-brand {
        line-height: 55px !important;
        padding: 0 !important
    }

        .navbar .navbar-brand:focus,
        .navbar .navbar-brand:hover {
            color: #FFF !important
        }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin: 0 !important
    }

@media (max-width: 767px) {
    .navbar > .container-fluid .navbar-brand {
        margin-left: 15px !important;
    }

    .navbar .navbar-nav > li > a {
        padding-left: 0 !important;
    }

    .navbar-nav {
        margin: 0 !important;
    }

    .navbar .navbar-collapse,
    .navbar .navbar-form {
        border: none !important;
    }
}

.navbar .navbar-nav > li > a {
    float: left !important;
}

    .navbar .navbar-nav > li > a > span:not(.caret) {
        background-color: #e74c3c !important;
        border-radius: 50% !important;
        height: 25px !important;
        width: 25px !important;
        padding: 2px !important;
        font-size: 11px !important;
        position: relative !important;
        top: -10px !important;
        right: 5px !important
    }

.dropdown-menu > li > a {
    padding-top: 5px !important;
    padding-right: 5px !important;
}

.navbar .navbar-nav > li > a > i {
    font-size: 18px !important;
}




Start media query

@media (max-width: 767px) {
    #wrapper

{
    margin: 0 !important
}

.statistics .box {
    margin-bottom: 25px !important;
}

.navbar .navbar-nav .open .dropdown-menu > li > a {
    color: #CCC !important
}

    .navbar .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #FFF !important
    }

.navbar .navbar-toggle {
    border: none !important;
    color: #EEE !important;
    font-size: 18px !important;
}

    .navbar .navbar-toggle:focus, .navbar .navbar-toggle:hover {
        background-color: transparent !important
    }

}

::-webkit-scrollbar {
    background: transparent;
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 74, 49, 0.9);
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0, 132, 69, 0.3);
    }

.navbar,
.navbar > .container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .navbar,
    .navbar > .container {
        display: block;
    }
}

.navbar {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    padding: 0.2rem 0.2rem;
    border-bottom: 1px solid #eceef3;
    |----------------------------------- | Start navbar logo or brand etc.. |----------------------------------- |----------------------------------- | Start navbar menu |-----------------------------------
}

@media (min-width: 576px) {
    .navbar .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .navbar .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .navbar .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .navbar .container {
        max-width: 1140px;
    }
}

.navbar .navbar-header {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .navbar .navbar-header {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
}

.navbar .navbar-header .navbar-toggler {
    cursor: pointer;
    border: none;
    display: none;
    outline: none;
}

@media (max-width: 768px) {
    .navbar .navbar-header .navbar-toggler {
        display: block;
    }
}

.navbar .navbar-header .navbar-toggler span {
    height: 2px;
    width: 22px;
    background-color: #929aad;
    display: block;
}

    .navbar .navbar-header .navbar-toggler span:not(:last-child) {
        margin-bottom: 0.2rem;
    }

.navbar .navbar-header > a {
    font-weight: 500;
    color: #3c4250;
}

.navbar .navbar-menu {
    display: flex;
    align-items: center;
    flex-basis: auto;
    flex-grow: 1;
}

@media (max-width: 768px) {
    .navbar .navbar-menu {
        display: none;
        text-align: center;
    }
}

.navbar .navbar-menu.active {
    display: flex !important;
}

.navbar .navbar-menu .navbar-nav {
    margin-left: auto;
    flex-direction: row;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

@media (max-width: 768px) {
    .navbar .navbar-menu .navbar-nav {
        width: 100%;
        display: block;
        border-top: 1px solid #EEE;
        margin-top: 1rem;
    }
}

.navbar .navbar-menu .navbar-nav > li > a {
    color: #3c4250;
    text-decoration: none;
    display: inline-block;
    padding: 0.5rem 1rem;
}

    .navbar .navbar-menu .navbar-nav > li > a:hover {
        color: #66f;
    }

@media (max-width: 768px) {
    .navbar .navbar-menu .navbar-nav > li > a {
        border-bottom: 1px solid #eceef3;
    }
}

.navbar .navbar-menu .navbar-nav > li.active a {
    color: #66f;
}

.navbar .navbar-menu .navbar-nav .navbar-dropdown .dropdown {
    list-style: none;
    position: absolute;
    top: 150%;
    left: 0;
    background-color: #fff;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-width: 160px;
    width: auto;
    white-space: nowrap;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    z-index: 99999;
    border-radius: 0.75rem;
    display: none;
}

@media (max-width: 768px) {
    .navbar .navbar-menu .navbar-nav .navbar-dropdown .dropdown {
        position: relative;
        box-shadow: none;
    }
}

.navbar .navbar-menu .navbar-nav .navbar-dropdown .dropdown li a {
    color: #3c4250;
    padding: 0.25rem 1rem;
    display: block;
}

.navbar .navbar-menu .navbar-nav .navbar-dropdown .dropdown.show {
    display: block !important;
}

.navbar .navbar-menu .navbar-nav .dropdown > .separator {
    height: 1px;
    width: 100%;
    margin-top: 9px;
    margin-bottom: 9px;
    background-color: #eceef3;
}

.navbar .navbar-dropdown {
    position: relative;
}

.navbar .navbar-header > a span {
    color: #66f;
}

.navbar .navbar-header h4 {
    font-weight: 500;
    font-size: 1.25rem;
}

@media (max-width: 768px) {
    .navbar .navbar-header h4 {
        font-size: 1.05rem;
    }
}

.line-md--phone-call-loop {
    display: flex;
    width: 2em;
    height: 2em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath stroke-dasharray='64' stroke-dashoffset='64' d='M8 3c0.5 0 2.5 4.5 2.5 5c0 1 -1.5 2 -2 3c-0.5 1 0.5 2 1.5 3c0.39 0.39 2 2 3 1.5c1 -0.5 2 -2 3 -2c0.5 0 5 2 5 2.5c0 2 -1.5 3.5 -3 4c-1.5 0.5 -2.5 0.5 -4.5 0c-2 -0.5 -3.5 -1 -6 -3.5c-2.5 -2.5 -3 -4 -3.5 -6c-0.5 -2 -0.5 -3 0 -4.5c0.5 -1.5 2 -3 4 -3Z'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' dur='0.6s' values='64;0'/%3E%3CanimateTransform id='lineMdPhoneCallLoop0' fill='freeze' attributeName='transform' begin='0.6s;lineMdPhoneCallLoop0.begin+2.7s' dur='0.5s' type='rotate' values='0 12 12;15 12 12;0 12 12;-12 12 12;0 12 12;12 12 12;0 12 12;-15 12 12;0 12 12'/%3E%3C/path%3E%3Cpath stroke-dasharray='4' stroke-dashoffset='4' d='M15.76 8.28c-0.5 -0.51 -1.1 -0.93 -1.76 -1.24M15.76 8.28c0.49 0.49 0.9 1.08 1.2 1.72'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='lineMdPhoneCallLoop0.begin+0s' dur='2.7s' keyTimes='0;0.111;0.259;0.37;1' values='4;0;0;4;4'/%3E%3C/path%3E%3Cpath stroke-dasharray='6' stroke-dashoffset='6' d='M18.67 5.35c-1 -1 -2.26 -1.73 -3.67 -2.1M18.67 5.35c0.99 1 1.72 2.25 2.08 3.65'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='lineMdPhoneCallLoop0.begin+0.2s' dur='2.7s' keyTimes='0;0.074;0.185;0.333;0.444;1' values='6;6;0;0;6;6'/%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.bi-dot {
    display: inline-block;
    width: 1em;
    height: 1em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' d='M8 9.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.uil-bars {
    display: inline-block;
    width: 1em;
    height: 1em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M3 8h18a1 1 0 0 0 0-2H3a1 1 0 0 0 0 2m18 8H3a1 1 0 0 0 0 2h18a1 1 0 0 0 0-2m0-5H3a1 1 0 0 0 0 2h18a1 1 0 0 0 0-2'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.sidemenu-root {
    font-size: 25px;
}

.float-button {
    text-decoration: none;
    position: fixed;
    padding: 10px;
    padding-right: 15px;
    bottom: 30px;
    right: 30px;
    border-radius: 25px 30px 5px 25px;
    z-index: 100;
    font-family: Arial;
    font-size: 17px;
    animation: whatsapp-animation 0.5s ease-in-out;
    box-shadow: 1px 2px 5px 2px rgba(30,30,30,0.3);
    transition: all 0.3s ease-out;
}

    .float-button:hover {
        border-radius: 10px 30px 10px 30px;
        background-color: #128C7E;
        color: #fff;
    }

.fa-whatsapp {
    font-size: 20px !important;
    padding-right: 5px;
    padding-left: 5px;
}

@keyframes whatsapp-animation {
    from {
        opacity: 0%;
    }

    to {
        opacity: 100%
    }
}

@media screen and (max-width: 545px) {
    span {
        display: none;
    }

    .float-button {
        bottom: 15px;
        right: 15px;
        width: 20px;
        border-radius: 20px 20px 5px 20px;
    }

    .fa-whatsapp {
        font-size: 22px !important;
        padding: 4px;
    }
}

html, body {
    /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    font-family: "Exo 2", sans-serif;
    width: 100vw !important;
    height: 100vh !important;
    overflow: hidden;
}

#app {
    height: 100vh !important;
    width: 100vw !important;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
        color: #fff;
    background-color: #38b44a;
    border-color: #34a144;
    margin: .15rem .15rem;
}

    .btn-primary:hover {
                color: #1f2b12ff;
        background-color: #90c854;
        border-color: #87be4c;
    }

    .btn-primary.disabled, .btn-primary:disabled {
               color: #fff;
        background-color: #38b44a;
        border-color: #38b44a;
        filter: saturate(0.5);
    }

    .btn-check:focus + .btn-primary, .btn-primary:focus {
            background-color: #90c854;
        border-color: #87be4c;
        box-shadow: 0 0 4px .15rem #90c8546e
    }

    .btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: 0 0 4px .15rem #90c8546e
    }

    .btn-primary.actions {
        padding: 0.5em;
    }

.ConainerActions {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    flex-wrap: nowrap;
    margin-top: 10px;
    margin-bottom: 10px;
}

.HeaderActions {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}


.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#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."
    }

/*Reset this*/
.table td, .table th {
    padding: 4px 8px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tableFixHead {
    overflow-y: auto;
    overflow-x: auto;
    /*height: 400px;*/
}

    .tableFixHead thead th {
        position: sticky;
        white-space: unset !important;
        text-align: center;
        align-content: center;
        top: 0;
        z-index: 2;
        background-color: #8bc86f;
    }
.Head {
    background-color: #90c8549e;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    display: table-row;
}
/* Just common table stuff. Really. */
table {
    border-collapse: collapse;
    width: 100%;
}

/* th, td {
            padding: 4px 8px;
        }*/

th {
    background: #eee;
}

.tdRight {
    text-align: right
}

.td-bold {
    font-weight: bold;
}

.nv-h {
    width: auto;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
}

.tableAllWrap td {
    overflow: hidden;
    max-width: 400px;
    word-wrap: break-word;
    text-overflow: initial;
}

.icon.container a > img {
    width: 40px;
}

.icon.container {
    display: inline-block;
}

.badge-notify {
    position: relative;
    top: -10px;
    left: -18px;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}



table.dropdowns-opened tbody tr.non-dropdown th {
    z-index: 0;
}

.bg-primary {
    background-color: var(--primary-color) !important; /* Utiliza la variable personalizada */
}

.ev-table {
    border-collapse: collapse;
    border-spacing: 0;
    /*border: 1px solid #ddd;*/
    overflow-y: auto;
    overflow-x: auto;
    border-radius: 4px;
}

    .ev-table thead th {
        position: sticky;
        top: 0;
        z-index: 1;
        background-color: #f8f8f8;
        padding: 8px;
    }

    .ev-table td {
        padding: 8px;
        border-bottom: 1px solid #ddd;
        text-align: left;
    }

    .ev-table tr:hover {
        background-color: #bbf7d0;
    }


    .ev-table thead th:first-child {
        border-top-left-radius: 4px;
    }

    .ev-table thead th:last-child {
        border-top-right-radius: 4px;
    }

.text-link {
    color: #007bff;
}

.text-primary {
    color: var(--primary-color);
}

.page-link {
    background-color: #d8dfe3;
    color: #000000;
    border: 1px solid #b6c0c6;
}

    .page-link:hover {
        z-index: 2;
        color: #182b03;
        background-color: #e6eedd;
        border-color: #2d903b;
        font-weight: 600;
    }

.page-item.active .page-link {
    color: #fff;
    background-color: #38b44a;
    border-color: #2d903b;
}

.page-link:focus {
    z-index: 3;
    color: rgb(5 57 13);
    background-color: rgb(203 224 191);
    outline: 0px;
    box-shadow: rgb(72 174 86 / 23%) 0px 0px 0px 0.05rem;
}

.textUserMain {
    text-align: center !important;
    text-wrap: nowrap;
    font-size: 14px;
    padding: 10px;
}

.nav-link {
    padding: .1rem .5rem;
    /*color: #000000;*/
    font-size: 15px;
}

    .nav-link.bars {
        font-size: 30px;
    }

    .nav-link:hover, .nav-link:focus {
        /*color: #38b44a;*/
    }

    .nav-link.active {
        padding-bottom: 0.3rem;
        color: #000000;
        font-weight: 600;
        font-size: 17px;
    }

.cultureFlex {
    display: flex;
    padding-right: 10px;
    padding-left: 17px;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.dropdown-item {
    color: #1e2125;
    background-color: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-bottom: 0.5em;
}

    .dropdown-item:hover {
        color: #1e2125;
        background-color: #38b44a2e;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

.form-select {
    padding: .275rem 1.25rem .275rem .65rem;
    font-size: 1rem;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
}

    .form-select:focus {
        border-color: #ced4da00;
        box-shadow: 0 0 2px 0rem #90c8546e;
    }

.form-control {
    color: #212529;
    background-color: #fff;
    border: 1px solid #38b44a82;
}

    .form-control:focus {
        border-color: #ced4da00;
        box-shadow: 0 0 2px 0rem #90c8546e;
    }

.form-floating > label {
    color: #004a31;
    font-weight: 600;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .4em;
    vertical-align: .2em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #000000;
    content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item {
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    font-style: italic;
}

    .breadcrumb-item.active {
        color: #38b44a;
        font-weight: 700;
        font-size: 16px;
        font-style: italic;
    }

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    opacity: .65;
    transform: scale(.80) translateY(-.9rem) translateX(-0.1rem);
}

.form-floating > .form-control, .form-floating > .form-select {
    height: calc(3.5rem + -7px);
    line-height: 1.25;
}

.form-floating {
    margin-bottom: 10px;
}

.row.fix {
    --bs-gutter-x: .5rem;
}

.breadcrumb {
    float: left;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 0.1rem;
    list-style: none;
    margin-top: 0.5rem;
}

.navbar-nav {
    align-items: center !important;
}

.tdSwitch {
    text-align: center;
    vertical-align: middle;
}

.containerSwitch {
    display: flex;
    align-items: center;
    justify-content: center;
    --hue: 220deg;
    --width: 2.6rem;
    --accent-hue: 128deg;
    --duration: 0.1s;
    --easing: cubic-bezier(1, 0, 1, 1);
}

.togglesw {
    display: none;
}

.switch {
    --shadow-offset: calc(var(--width) / 20);
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: var(--width);
    height: calc(var(--width) / 2.5);
    border-radius: var(--width);
    box-shadow: inset 10px 10px 10px hsl(var(--hue) 20% 80%), inset -10px -10px 10px hsl(var(--hue) 20% 93%);
}
.indicator {
    content: '';
    position: absolute;
    width: 40%;
    height: 60%;
    transition: all var(--duration) var(--easing);
    box-shadow: inset 0 0 2px hsl(var(--hue) 20% 15% / 60%), inset 0 0 3px 2px hsl(var(--hue) 20% 15% / 60%), inset 0 0 5px 2px hsl(var(--hue) 20% 45% / 60%);
}

    .indicator.left {
        --hue: var(--accent-hue);
        overflow: hidden;
        left: 10%;
        border-radius: 100px 0 0 100px;
        background: linear-gradient(180deg, hsl(calc(var(--accent-hue) + 20deg) 95% 80%) 10%, hsl(calc(var(--accent-hue) + 20deg) 100% 60%) 30%, hsl(var(--accent-hue) 90% 50%) 60%, hsl(var(--accent-hue) 90% 60%) 75%, hsl(var(--accent-hue) 90% 50%));
    }

        .indicator.left::after {
            content: '';
            position: absolute;
            opacity: 0.6;
            width: 100%;
            height: 100%;
        }

    .indicator.right {
        right: 10%;
        border-radius: 0 100px 100px 0;
        background-image: linear-gradient(180deg, hsl(var(--hue) 20% 95%), hsl(var(--hue) 20% 65%) 60%, hsl(var(--hue) 20% 70%) 70%, hsl(var(--hue) 20% 65%));
    }
.button {
    position: absolute;
    z-index: 0;
    width: 40%;
    height: 80%;
    left: 5%;
    border-radius: 100px;
    background-image: linear-gradient(160deg, hsl(var(--hue) 20% 95%) 40%, hsl(var(--hue) 20% 65%) 70%);
    transition: all var(--duration) var(--easing);
    box-shadow: 3px 2px 3px hsl(var(--hue) 18% 50% / 80%), 2px 2px 6px hsl(var(--hue) 18% 50% / 40%), 1px 1px 7px hsl(var(--hue) 18% 50% / 40%), 1px 1px 20px hsl(var(--hue) 18% 50% / 60%);
}

    .button::before,
    .button::after {
        content: '';
        position: absolute;
        top: 10%;
        width: 41%;
        height: 80%;
        border-radius: 100%;
    }

    .button::before {
        left: 5%;
        /*box-shadow: inset 1px 1px 2px hsl(var(--hue) 20% 85%);
        background-image: linear-gradient(-50deg, hsl(var(--hue) 20% 95%) 20%, hsl(var(--hue) 20% 85%) 80%);*/
    }

    .button::after {
        right: 5%;
        /*    box-shadow: inset 1px 1px 3px hsl(var(--hue) 20% 70%);
        background-image: linear-gradient(-50deg, hsl(var(--hue) 20% 95%) 20%, hsl(var(--hue) 20% 75%) 80%);*/
    }
.togglesw:checked ~ .button {
    left: 50%;
}

.togglesw:not(:checked) ~ .indicator.left,
.togglesw:checked ~ .indicator.right {
    box-shadow: inset 0 0 5px hsl(var(--hue) 20% 15% / 100%), inset 20px 20px 10px hsl(var(--hue) 20% 15% / 100%), inset 20px 20px 15px hsl(var(--hue) 20% 45% / 100%);
}

.container-lnk {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
}

.lnk-text {
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
    padding: 0 10px;
}

    .lnk-text.edit {
        color: #38b44a;
    }

        .lnk-text.edit:hover {
            color: #38b44a;
        }

        .lnk-text.edit > span.yes {
            color: #38b44a;
        }

        .lnk-text.edit:hover > span.yes {
            color: #38b44a;
            font-weight: 600;
        }

        .lnk-text.edit > span.no {
            color: red;
        }

        .lnk-text.edit:hover > span.no {
            color: red;
            font-weight: 600;
        }

.lnk-Btn {
    font-size: 25px;
    text-decoration: underline;
    cursor: pointer;
    padding: 0 10px;
    z-index: 0;
}

    .lnk-Btn.del {
        color: red;
    }

        .lnk-Btn.del:hover {
            color: red;
            font-weight: 600;
        }

    .lnk-Btn.edit {
        color: #38b44a;
    }

        .lnk-Btn.edit:hover {
            color: #38b44a;
            font-weight: 600;
        }

.ico-typcn-ok {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Ccircle cx='24' cy='24' r='21' fill='%234caf50'/%3E%3Cpath fill='%23ccff90' d='M34.6 14.6L21 28.2l-5.6-5.6l-2.8 2.8l8.4 8.4l16.4-16.4z'/%3E%3C/svg%3E");
}

.ico-typcn-delete {
    display: inline-block;
    width: 1em;
    height: 1em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 4c-4.419 0-8 3.582-8 8s3.581 8 8 8s8-3.582 8-8s-3.581-8-8-8m3.707 10.293a.999.999 0 1 1-1.414 1.414L12 13.414l-2.293 2.293a.997.997 0 0 1-1.414 0a1 1 0 0 1 0-1.414L10.586 12L8.293 9.707a.999.999 0 1 1 1.414-1.414L12 10.586l2.293-2.293a.999.999 0 1 1 1.414 1.414L13.414 12z'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.ico-tabler-edit {
    display: inline-block;
    width: 1em;
    height: 1em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M7 7H6a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2-2v-1'/%3E%3Cpath d='M20.385 6.585a2.1 2.1 0 0 0-2.97-2.97L9 12v3h3zM16 5l3 3'/%3E%3C/g%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.ico-tabler-plus {
    display: inline-block;
    width: 1em;
    height: 1em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56'%3E%3Cpath fill='%23000' d='M46.586 9.45c-2.39-2.391-5.766-2.766-9.75-2.766H19.117c-3.937 0-7.312.375-9.703 2.765s-2.742 5.742-2.742 9.657v17.718c0 4.008.352 7.336 2.742 9.727s5.766 2.765 9.774 2.765h17.648c3.984 0 7.36-.375 9.75-2.765s2.742-5.719 2.742-9.727V19.176c0-4.008-.351-7.36-2.742-9.727M28 41.745a1.855 1.855 0 0 1-1.852-1.851V29.84h-10.03c-1.032 0-1.852-.844-1.852-1.828s.82-1.875 1.851-1.875h10.031V16.105c0-1.054.82-1.875 1.852-1.875c1.055 0 1.852.82 1.852 1.875v10.032h10.054c1.032 0 1.852.89 1.852 1.875c0 .984-.82 1.828-1.852 1.828H29.852v10.055A1.84 1.84 0 0 1 28 41.746'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.ico-tabler-down {
    display: inline-block;
    width: 1em;
    height: 1em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000' d='M0 512h139.6V372.4H0zm46.5-93.1H93v46.5H46.5zM0 139.6h139.6V0H0zm0 186.2h139.6V186.2H0zm46.5-93.1H93v46.5H46.5zM209.5 0c162.9 93.1 244.4 221.1 58.2 337.5L186.2 256v256h256l-81.5-81.5C605.1 186.2 372.4 0 209.5 0'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.ico-account-details {
    display: inline-block;
    width: 1em;
    height: 1em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M11 9c0 1.66-1.34 3-3 3s-3-1.34-3-3s1.34-3 3-3s3 1.34 3 3m3 11H2v-2c0-2.21 2.69-4 6-4s6 1.79 6 4m8-6v2h-9v-2m9-4v2h-9V8m9-4v2h-9V4Z'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.table > :not(caption) > * > * {
    padding: .2rem .5rem;
    text-align: center;
}

.table td, .table th {
    padding-top: 5px;
}

.table-Col-W5 {
    width: 5%;
}

.table-Col-W20 {
    width: 20%;
}

.table-Col-W10 {
    width: 10%;
}

.blazored-modal {
    display: flex;
    z-index: 102;
    flex-direction: column;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #fff;
    padding: 1.5rem;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
    /*width: 40% !important;*/
}

.blazored-modal-medium {
    display: flex;
    z-index: 102;
    flex-direction: column;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #fff;
    padding: 1.5rem;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
    width: 50%;
}

.blazored-modal-large {
    display: flex;
    z-index: 102;
    flex-direction: column;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #fff;
    padding: 1.5rem;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
    width: 80%;
}
