
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
@import url("animate.css");
@import url("icons.css");



@-webkit-viewport {
    zoom: 1.0;
    width: device-width;
}

@-moz-viewport {
    zoom: 1.0;
    width: device-width;
}

@-ms-viewport {
    zoom: 1.0;
    width: device-width;
}

@-o-viewport {
    zoom: 1.0;
    width: device-width;
}

@viewport {
    zoom: 1.0;
    width: device-width;
}

div#app {
    width: 100%;
}

:root {
    --main-color: #bfff76;
    --main-color-dark: #011a2b;
    --main-color-light: #e4ffc5;
    --secondary-color: #4886b5;
    --secondary-color-dark: #23455e;
    --secondary-color-light: #a0bdd3;
    --tertiary-color: #04d7e1;
    --tertiary-color-dark: #02565b;
    --tertiary-color-light: #a9edf1;
    --text-color: #000;
    --dark-color: #01061c;
    --dark-color-light: #2b3149;
    --success-color: #2ed8b6;
    --success-color-light: #87dccb;
    --danger-color: #FF5370;
    --danger-color-light: #fb7b90;
    --info-color: #8950FC;
    --info-color-light: #a77dfb;
    --color-dark: #181824;
    --color-dark-light: #303043;
    --yellow-color: #d8ca2e;
}

body {
    min-height: 100vh;
    font-family: 'Montserrat', sans-serif;
    background: rgb(46,70,98);
    background: radial-gradient(circle, rgb(3, 87, 117) 10%, rgb(3, 28, 46) 40%, rgb(1, 20, 32) 65%, rgba(1, 6, 28, 1) 100%);
    background: -webkit-radial-gradient(left 90%, rgba(3, 87, 117, 1) 10%, rgba(3, 28, 46) 40%, rgba(1, 20, 32, 1) 65%, rgba(1, 6, 28, 1) 100%);
    background: radial-gradient(at left 90%, rgba(3, 87, 117, 1) 10%, rgba(3, 28, 46) 40%, rgba(1, 20, 32, 1) 65%, rgba(1, 6, 28, 1) 100%);
    color: #fff;
}

a {
    text-decoration: none;
    color: var(--main-color);
    background-color: transparent;
    outline: none !important;
}

    a:hover {
        text-decoration: none;
        color: var(--main-color-light);
        background-color: transparent;
    }

.hover2:hover {
    color: var(--main-color-light) !important;
}


    .hover2:hover img {
        opacity: 0.7 !important;
        filter: alpha(opacity=70) !important;
        /* For IE8 and earlier */
    }

ul, li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: var(--main-color);
}

::selection {
    color: #fff;
    background: var(--main-color);
}
/******
offcanvas-menu
***********/

.offcanvas-start {
    width: 300px;
}

.btn-close-menu {
    background: transparent;
    border: 0px;
    box-shadow: none;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.5);
}

.sidebar-menu ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    text-decoration: none;
    position: relative;
    padding: 15px 0;
    color: #fff;
    font-size: 16px;
}

    .sidebar-menu ul li a:hover,
    .sidebar-menu ul li a:active,
    .sidebar-menu ul li a:focus {
        color: var(--main-color)
    }

    .sidebar-menu ul li a i {
        margin-right: 10px;
        font-size: 12px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 4px;
    }

    .sidebar-menu ul li a i {
        color: var(--main-color);
        font-size: 18px;
    }

    .sidebar-menu ul li a:hover > i::before {
        display: inline-block;
        animation: flash ease-in-out 0.5s 1 alternate;
    }

.sidebar-menu .sidebar-dropdown > a:after {
    font-family: 'Linearicons-Free';
    font-weight: 900;
    content: "\e876";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 15px;
    top: 27px;
    font-size: 13px;
}



.sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
    padding: 5px 0;
}

.sidebar-menu .sidebar-dropdown .sidebar-submenu li {
    padding-left: 25px;
    font-size: 13px;
}

    .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
        content: "\e68e";
        font-family: 'themify';
        font-weight: 400;
        font-style: normal;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-right: 10px;
        font-size: 15px;
    }

    .sidebar-menu .sidebar-dropdown .sidebar-submenu li a.active {
        border-radius: 24px 0px 0 5px;
    }

.sidebar-menu ul li a span.label,
.sidebar-menu ul li a span.badge {
    float: right;
    margin-top: 8px;
    margin-left: 5px;
}

.sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
    float: right;
    margin-top: 0px;
}

.sidebar-menu .sidebar-submenu {
    display: none;
}

.sidebar-menu .sidebar-dropdown.active > a:after {
    transform: rotate(90deg);
    right: 17px;
}


.sidebar-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    background-color: var(--main-color);
}

    .sidebar-footer > a {
        flex-grow: 1;
        text-align: center;
        line-height: 30px;
        position: relative;
        color: #fff;
        padding: 20px;
        display: block;
    }

        .sidebar-footer > a:hover {
            color: var(--main-color-light)
        }

.sidebar-menu .header-menu span {
    font-weight: bold;
    font-size: 14px;
    padding: 15px 20px 5px 20px;
    display: inline-block;
    text-transform: uppercase;
    color: var(--main-color-light)
}
/*******
botones
*********/
.btn {
    border-radius: 0px;
}

.btn-outline-primary {
    background: var(--primary-color);
    border: 1px solid #fff;
    color: #fff
}

    .btn-outline-primary:hover {
        background: rgba(255,255,255,0.3);
        border: 1px solid #fff;
        color: #fff;
        box-shadow: 0 0 5px #0ff;
    }

.btn-outline-primary-light {
    background: var(--primary-color);
    border: 1px solid #ffffff93;
    color: #ffffff85
}

    .btn-outline-primary-light:hover, .btn-outline-primary-light:focus {
        border: 1px solid #ffffffdc;
        color: #0ff;
        box-shadow: 0 0 5px #0ff;
    }

/*******
navbar
**********/
.navbar-header {
    min-height: 50px;
    background-color: rgba(1, 6, 28, 1);
}
/*******
colores
**********/
.color-01 {
    color: var(--main-color)
}

.color-01-light {
    color: var(--main-color-light)
}

.color-03 {
    color: var(--tertiary-color)
}
/********
weigth text*/
.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}
/*************
 Textos tamaños
 ************/
.text-9 {
    font-size: 9px !important;
}

.text-10 {
    font-size: 10px !important;
}

.text-11 {
    font-size: 11px !important;
}

.text-12 {
    font-size: 12px !important;
    ;
}

.text-13 {
    font-size: 13px !important;
}

.text-14 {
    font-size: 14px !important;
}

.text-15 {
    font-size: 15px;
}

.text-16 {
    font-size: 16px !important;
}

.text-18 {
    font-size: 18px !important;
}

.text-20 {
    font-size: 20px !important;
}

.text-22 {
    font-size: 22px !important;
}

.text-24 {
    font-size: 24px !important;
}

.text-25 {
    font-size: 25px !important;
}

.text-30 {
    font-size: 30px !important;
}

.text-35 {
    font-size: 35px !important;
}

.text-40 {
    font-size: 40px !important;
}

.text-45 {
    font-size: 45px !important;
}

.text-50 {
    font-size: 50px !important;
}

.text-60 {
    font-size: 60px !important;
}

.text-70 {
    font-size: 70px !important;
}

.text-100 {
    font-size: 100px !important;
}



/***********
gradientes
************/

.gradient-01 {
    background: rgb(4, 133, 178);
    background: radial-gradient(at bottom left, rgba(4, 133, 178, 0.6992997882746849) 0%, rgba(3, 102, 142, 0.8981793400954132) 16%, rgba(2, 48, 78, 1) 62%, rgb(1, 6, 28, 1) 100%);
}


.text-shadow-01 {
    text-shadow: 0 0 6px var(--main-color);
}

/***********
progress bar
************/
.progress-container {
    width: 100%;
    max-width: 600px;
    margin: 0px auto;
    text-align: center;
    position: relative;
}

.progress-label-top {
    font-size: 14px;
    color: #00f2fe;
    text-shadow: 0 0 6px #0ff;
    margin-bottom: 5px;
    font-weight: bold;
    animation: pulse 2s infinite ease-in-out;
}

.progress-bar {
    background: linear-gradient(90deg, #1a1a2e, #16213e);
    border: 1px solid #0ff;
    border-radius: 20px;
    box-shadow: 0 0 12px #0ff5;
    overflow: hidden;
    height: 10px;
    position: relative;
}

.progress-fill {
    background: linear-gradient(90deg, #00f2fe, #4facfe);
    height: 100%;
    border-radius: 20px 0 0 20px;
    animation: pulseFill 2s infinite ease-in-out;
}

@keyframes pulse {
    0%, 100% {
        text-shadow: 0 0 6px #0ff;
    }

    50% {
        text-shadow: 0 0 12px #0ff;
    }
}

@keyframes pulseFill {
    0%, 100% {
        box-shadow: 0 0 10px #00f2fe;
    }

    50% {
        box-shadow: 0 0 20px #00f2fe;
    }
}


/*********
fondos
*************/
.bg-primary {
    background-color: var(--dark-color) !important;
}

.dropdown-menu-dark {
    background-color: var(--dark-color) !important;
}
/***********
perfect-scrollbar
**************/


.ps-container .ps-scrollbar-y-rail {
    right: -2px;
    width: 8px
}

.ps-container .ps-scrollbar-y {
    width: 8px
}

    .ps-container .ps-scrollbar-y:hover, .ps-container .ps-scrollbar-y:active {
        background-color: var(--dark-color-light);
    }


/***********
toastr
************/


.toast-success {
    background-color: #3eb69e;
    border: 0px;
}

.toast-error {
    background-color: var(--danger-color);
    border: 0px;
}

#toast-container > .toast-info {
    background-color: #6d379c;
}

.toast-warning {
    background-color: #F89406;
}

.toast-dark {
    background-color: #0f0e0e;
    color: #fff;
}
/*************
alertas
***********/


.alert-danger {
    color: #fff;
    background-color: var(--danger-color);
    border-color: var(--danger-color);
}

.alert-success {
    color: #000;
    background-color: var(--success-color);
    border-color: var(--success-color);
}


/*********
spinner preload
***************/

.preload-spinner {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: rgba(0, 0, 0, 0.336) url(../img/loading-inline.svg) no-repeat center center;
    border-radius: 5px;
}


/*********
 preload
***************/

#preloader {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: rgba(0, 0, 0, 0.8) url(../img/loading.svg) no-repeat center center;
    border-radius: 5px;
}
/*********
 select
***************/
.custom-transparent {
    background-color: transparent !important;
    border: 2px solid #00f2fe !important; /* borde celeste futurista */
    color: #afafaf; /* texto blanco */
    backdrop-filter: blur(2px); /* opcional: desenfoque de fondo */
    border-radius: 6px;
    font-family: 'Orbitron', sans-serif; /* futurista */
}

    .custom-transparent:focus {
        border-color: #0ff;
        box-shadow: 0 0 5px #0ff;
        background-color: transparent;
    }

    .custom-transparent option {
        color: #fff; /* texto oscuro */
        background-color: #01061c; /* fondo blanco, no se puede hacer transparente en todos los browsers */
        border: 0px;
        border-radius: 0px;
    }


.border-bottom-50 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
/******
title
**********/
.line-title {
    width: 50px;
    height: 2px;
    background-color: var(--tertiary-color);
}




.skeleton-loader {
    width: 100%;
    height: 5px;
    display: block;
    background: linear-gradient( to right, rgba(255, 255, 255, 0), rgba(14, 32, 62, 0.745) 50%, rgba(255, 255, 255, 0) 80% ), rgb(32, 49, 74);
    background-repeat: repeat-y;
    background-size: 200px 500px;
    background-position: 0 0;
    animation: shine 1s infinite;
}

@keyframes shine {
    to {
        background-position: 100% 0, /* move highlight to right */ 0 0;
    }
}






.alert-futurista {
    background: rgba(0, 0, 0, 0.6);
    border: 2px solid #00f2fe;
    color: #00f2fe;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    font-family: 'Orbitron', sans-serif;
    text-shadow: 0 0 5px #0ff;
    box-shadow: 0 0 10px #00f2fe66, 0 0 20px #00f2fe33 inset;
    backdrop-filter: blur(3px);
    animation: glowPulse 2.5s infinite alternate;
}

@keyframes glowPulse {
    from {
        box-shadow: 0 0 10px #00f2fe66, 0 0 20px #00f2fe33 inset;
    }

    to {
        box-shadow: 0 0 20px #0ff, 0 0 30px #0ff inset;
    }
}






.alert-futurista-roja {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(30, 0, 0, 0.6);
    border: 2px solid #ff0044;
    color: #ff0044;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    font-family: 'Orbitron', sans-serif;
    text-shadow: 0 0 6px #ff0044;
    box-shadow: 0 0 10px #ff004455, 0 0 20px #ff004422 inset;
    backdrop-filter: blur(3px);
    animation: glowRed 2.5s infinite alternate;
}

.icono-alerta {
    width: 32px;
    height: 32px;
    min-width: 32px;
    filter: drop-shadow(0 0 3px #ff0044);
}

@keyframes glowRed {
    from {
        box-shadow: 0 0 10px #ff004455, 0 0 20px #ff004422 inset;
    }

    to {
        box-shadow: 0 0 20px #ff0044, 0 0 30px #ff0044 inset;
    }
}
