﻿/* Estilos generales aplicados a todos los dispositivos */
body {
    background: #eeeeee;
}
.uni-red-logo {
    display: none;
}

.uni-white-logo {
    display: block;
}

md-toolbar#main-header {
    background-color: #e02e20;
}

.iframe_detalle {
    border: none;
    border-radius: 16px;
}

.search-content {
    background-color: #ffffff;
}

.uni-page-content {
    min-height: 0;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    flex: 1;
}

.uni-title-container-grey {
    background: #f5f5f5;
}

.uni-header-enviroment {
    position: relative;
    border-radius: 8px;
    font-size: 10px;
    padding: 0px 8px;
    box-sizing: border-box;
}

uni-header .user-label-span
{
    padding-right: 4px;
}

uni-header .uni-header-enviroment-test {
    font-weight: 600;
    animation: destello 10s 1 forwards;
}

.uni-padding-8{
    padding:8px;
}

.uni-padding-top-16 {
    padding-top: 16px;
}

.uni-padding-top-20 {
    padding-top: 20px!important;
}

.uni-margin-bottom-10 {
    margin-bottom: 10px !important;
}

.uni-gap-16{
    gap:16px;
}

@keyframes destello {
    0%, 16.6% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    }

    8.3% {
        box-shadow: 0 0 0 6px rgba(255, 255, 255, 0);
    }

    33.3%, 50% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    }

    41.6% {
        box-shadow: 0 0 0 6px rgba(255, 255, 255, 0);
    }

    66.6%, 83.3% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    }

    75% {
        box-shadow: 0 0 0 6px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: none;
    }
}

/* -------------------- Header (soon) -------------------- */
    .uni-header-new {
        width: 100%;
        height: 50px;
        z-index: 9999;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        display: none;
    }

    .uni-header-left {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .uni-header-menu {
        width: 70px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .uni-header-logo {
        width: 85px;
        height: 100%;
        background-color: pink;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .uni-header-ulogo {
        width: 85px;
        display: flex;
    }

    .uni-header-title {
        width: auto;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #FEFEFE;
        font-weight: 300;
        white-space: nowrap;
        display: flex;
        align-items: center;
        font-size: 18px;
        font-family: 'Inter', Arial, sans-serif;
        padding: 16px;
        box-sizing: border-box;
    }

    .uni-header-right {
        display: flex;
        flex-direction: row;
        gap: 8px;
    }

    .uni-header-search-content {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .uni-header-user {
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: center;
    }

    .uni-header-favorites {
        width: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .uni-header-notif {
        width: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: aquamarine;
    }

    .uni-header-info {
        width: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .uni-header-username {
        width: 100%;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-size: 11px;
        line-height: 14px;
        display: flex;
        align-items: center;
        color: #ffffff;
    }

    .uni-header-enviroment-content {
        display: flex;
        flex-direction: row;
    }

    .uni-enviroment {
        width: 100%;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        width: auto;
        line-height: 18px;
        font-size: 11px;
        align-items: center;
    }

    .uni-header-avatar {
        width: 32px;
        height: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
    }

    .uni-header-dropdown {
        box-sizing: border-box;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin: 0px;
    }
/* -------------------- Header -------------------- */

/* -------------------- Área con sombra y bordes -------------------- */
    .uni-area-content-over-white {
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.04) !important;
        border-radius: 8px !important;
        background-color: white;
    }

    .uni-area-content {
        background-color: #ffffff;
        border-radius: 8px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 16%);
    }
/* -------------------- Área con sombra y bordes -------------------- */

/* -------------------- Primary button -------------------- */
    .uni-btn-primary {
        display: flex;
        height: 36px;
        width: auto;
        padding: 0px 16px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
        border-radius: 2px;
        border: none;
        background: var(--Color-Primary-05, #00979B);
        color: var(--Color-Light-01, #FEFEFE);
        text-align: center;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        text-transform: capitalize;
        text-decoration: none;
        box-sizing: border-box;
    }

    .uni-btn-rounded {
        border-radius:20px;
    }

    .uni-btn-rounded:hover {
        border-radius: 20px !important;
    }

    .uni-btn-rounded:active {
        border-radius: 20px !important;
    }

    .uni-btn-rounded:disabled {
        border-radius: 20px !important;
    }

    .uni-btn-primary:hover {
        background: var(--Color-Primary-Hover, #1DA9B3);
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    }

    .uni-btn-primary:active {
        background: var(--Color-Primary-Clicked, #006E80);
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25) inset;
    }
    
    .uni-btn-primary:disabled,
    .uni-btn-primary[disabled]:hover {
        background: var(--Color-Bg-05, #D4D4D4);
        box-shadow: none;
    }
/* -------------------- Primary button -------------------- */

/* -------------------- Secondary button -------------------- */
    .uni-btn-secondary {
        display: flex;
        height: 36px;
        width: auto;
        padding: 0px 16px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
        border-radius: 2px;
        border: 1px solid var(--Color-Primary-05, #00979B);
        background: var(--Color-Light-05, #ffffff);
        color: var(--Color-Primary-05, #00979B);
        text-align: center;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        text-transform: capitalize;
        text-decoration: none;
        box-sizing: border-box;
    }

    .uni-btn-secondary:hover {
        border: 1px solid var(--Color-Primary-Hover, #1DA9B3);
        background: var(--Color-Light-05, #ffffff);
        box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
        color: var(--Color-Primary-Hover, #1DA9B3);
    }

    .uni-btn-secondary:active {
        border: 1px solid var(--Color-Primary-05, #00979B);
        background: var(--Color-Light-05, #ffffff);
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25) inset;
        color: var(--Color-Primary-Clicked, #006E80);
    }

    .uni-btn-secondary:disabled,
    .uni-btn-secondary[disabled]:hover{
        border: 1px solid var(--Color-Primary-05, #00979B);
        opacity: 0.3;
        background: rgba(255, 255, 255, 0.40);
        box-shadow: none;
    }
/* -------------------- Secondary button -------------------- */

/* -------------------- Tertiary button -------------------- */
    .uni-btn-tertiary {
        display: flex;
        height: 36px;
        width: auto;
        padding: 0px 16px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
        border-radius: 2px;
        background: var(--Color-Light-05, #ffffff);
        color: var(--Color-Primary-05, #00979B);
        text-align: center;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        text-transform: capitalize;
        border: none;
        text-decoration: none;
        box-sizing: border-box;
    }

    .uni-btn-tertiary:hover {
        color: var(--Color-Primary-Hover, #1DA9B3);
        box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
    }

    .uni-btn-tertiary:active {
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25) inset;
        color: var(--Color-Primary-Clicked, #006E80);
    }

    .uni-btn-tertiary:disabled {
        background: var(--Color-Bg-05, #D4D4D4);
        color: var(--Color-Neutral-02, #EAEAEA);
    }
/* -------------------- Tertiary button -------------------- */

/* -------------------- Circle primary button -------------------- */
    .uni-btn-circle-primary {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 36px;
        width: 36px;
        padding: 0px;
        border-radius: 500px;
        border: none;
        background: var(--Color-Primary-05, #00979B);
        box-sizing: border-box;
        color: var(--Color-Light-01, #FEFEFE);
    }

    .uni-btn-circle-primary:hover {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 36px;
        width: 36px;
        padding: 0px;
        border-radius: 500px;
        background: var(--Color-Primary-Hover, #1DA9B3);
        box-sizing: border-box;
        color: var(--Color-Light-01, #FEFEFE);
        /* Shadow Default */
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    }

    .uni-btn-circle-primary:focus {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 36px;
        width: 36px;
        padding: 0px;
        border-radius: 500px;
        background: var(--Color-Primary-Clicked, #006E80);
        box-sizing: border-box;
        color: var(--Color-Light-01, #FEFEFE);
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25) inset;
    }

    .uni-btn-circle-primary:disabled {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 36px;
        width: 36px;
        padding: 0px;
        border-radius: 500px;
        background: var(--Color-Bg-05, #D4D4D4);
        box-sizing: border-box;
        color: var(--Color-Neutral-02, #EAEAEA);
    }
/* -------------------- Circle primary button -------------------- */

/* -------------------- Circle secondary button -------------------- */
    .uni-btn-circle-secondary {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 36px;
        width: 36px;
        padding: 0px;
        border-radius: 500px;
        border: 1px solid var(--Color-Primary-05, #00979B);
        background: var(--Color-Light-05, #ffffff);
        box-sizing: border-box;
        color: var(--Color-Primary-05, #00979B);
    }

    .uni-btn-circle-secondary:hover {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 36px;
        width: 36px;
        padding: 0px;
        border-radius: 500px;
        border: 1px solid var(--Color-Primary-Hover, #1DA9B3);
        background: var(--Color-Light-05, #ffffff);
        box-sizing: border-box;
        color: var(--Color-Primary-Hover, #1DA9B3);
    }

    .uni-btn-circle-secondary:focus {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 36px;
        width: 36px;
        padding: 0px;
        border-radius: 500px;
        border: 1px solid var(--Color-Primary-Clicked, #006E80);
        background: var(--Color-Light-05, #ffffff);
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25) inset;
    }

    .uni-btn-circle-secondary:disabled {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 36px;
        width: 36px;
        padding: 0px;
        border-radius: 500px;
        border: 1px solid var(--Color-Primary-05, #00979B);
        opacity: 0.6;
        background: var(--Color-Light-05, #ffffff);
    }
/* -------------------- Circle secondary button -------------------- */

/* -------------------- Circle tertiary button -------------------- */
    .uni-btn-circle-tertiary {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 36px;
        width: 36px;
        padding: 0px;
        border-radius: 500px;
        border: none;
        background: var(--Color-Light-05, #ffffff);
        box-sizing: border-box;
        color: var(--Color-Primary-05, #00979B);
        margin: 0px !important;
        min-height: 36px;
        min-width: 36px;
    }

    .uni-btn-circle-tertiary {
        font-size: 24px;
    }

    .uni-btn-circle-tertiary:hover {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 36px;
        width: 36px;
        padding: 0px;
        border-radius: 500px;
        background: var(--Color-Light-05, #ffffff);
        box-sizing: border-box;
        color: var(--Color-Primary-Hover, #1DA9B3);
        box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
    }

    .uni-btn-circle-tertiary:active {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 36px;
        width: 36px;
        padding: 0px;
        border-radius: 500px;
        box-sizing: border-box;
        color: var(--Color-Primary-Clicked, #006E80);
        background: var(--Color-Bg-03, #F5F5F5);
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25) inset;
    }

    .uni-btn-circle-tertiary:disabled {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 36px;
        width: 36px;
        padding: 0px;
        border-radius: 500px;
        box-sizing: border-box;
        color: #99D5D7;
        background: var(--Color-Bg-04, #F1F1F1);
        box-shadow: none;
    }
/* -------------------- Circle tertiary button -------------------- */

/* -------------------- IA button -------------------- */
.uni-alma {
    background: radial-gradient(ellipse at 50% 80%, #8B81FC 16%, #A6B5FD 40%, #B8DAFE 58%, #B9E3FD 100%);
    color: white;
    border: none;
    border-radius: 50%;
    font-weight: bold;
    cursor: pointer;
    width: 36px;
    height: 36px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0px;
}

    .ml-icon {
        width: 65%;
        height: auto;
    }

    .uni-alma:hover {
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    }

    .uni-alma svg {
        width: 80%; /* Ajusta el tamaño del SVG */
        height: 80%;
        z-index: 1;
        position: relative;
    }

    .uni-alma:hover svg path[fill="white"],
    .uni-alma:hover svg path[opacity="0.1"] {
        filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.8));
        transform: scale(1.05);
        transform-origin: center;
    }

    /* Reflejo más brillante y ancho */
    .uni-alma::before {
        content: "";
        position: absolute;
        top: 1%;
        left: -50%;
        width: 30%;
        height: 100%;
        background: linear-gradient( 120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0) 100% );
        transform: skewX(-20deg);
        z-index: 2;
        pointer-events: none;
        opacity: 0;
    }

    /* Activar el reflejo con hover */
    .uni-alma:hover::before {
        animation: shine-effect 0.7s ease-out forwards;
        opacity: 1;
    }

    /* Animación rápida con más visibilidad */
    @keyframes shine-effect {
        0% {
            left: -70%;
            opacity: 0;
        }

        25% {
            opacity: 1;
        }

        100% {
            left: 130%;
            opacity: 0;
        }
    }
/* -------------------- IA button -------------------- */

/* -------------------- Circle map button -------------------- */
    .uni-btn-circle-map {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 36px;
        width: 36px;
        padding: 0px;
        border-radius: 500px;
        border: none;
        background: var(--Color-Light-05, #ffffff);
        box-sizing: border-box;
        color: var(--Color-Primary-05, #00979B);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .17);
    }

    .uni-btn-circle-map {
        font-size: 24px;
    }

    .uni-btn-circle-map:hover {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 36px;
        width: 36px;
        padding: 0px;
        border-radius: 500px;
        background: var(--Color-Light-05, #ffffff);
        box-sizing: border-box;
        color: var(--Color-Primary-Hover, #1DA9B3);
        box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
    }

    .uni-btn-circle-map:active {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 36px;
        width: 36px;
        padding: 0px;
        border-radius: 500px;
        box-sizing: border-box;
        color: var(--Color-Primary-Clicked, #006E80);
        background: var(--Color-Bg-03, #F5F5F5);
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25) inset;
    }

    .uni-btn-circle-map:disabled {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 36px;
        width: 36px;
        padding: 0px;
        border-radius: 500px;
        box-sizing: border-box;
        color: #99D5D7;
        background: var(--Color-Bg-04, #F1F1F1);
        box-shadow: none;
    }
/* -------------------- Circle map button -------------------- */

.wr-mapa-botones {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 90;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.uni-card-history {
    background: var(--Color-Light-05, #ffffff);
    border-radius: 6px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 16%);
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.uni-card-wrap {
    flex-wrap: wrap;
}

/* ----- Vista Preview Detalle */
    .uni-card-white {
        min-width: 300px;
        width: 300px;
        border-radius: 0px;
        box-shadow: none;
        border-right: 1px solid #ddd;
    }

    .uni-box-title-container {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 16px;
        width: 100%;
        box-sizing: border-box;
    }

    .uni-card-white .title {
        font-weight: 500;
        font-size: 18px;
        color: var(--Color-Neutral-06, #292323);
        line-height: 24px;
        padding: 0px;
        margin: 0px;
    }

    .uni-card-white .subtitle {
        font-size: 16px;
        color: var(--Color-Neutral-04, #828282);
    }

    .uni-description-container {
        padding: 16px 16px 0px 16px;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
    }

    .uni-card-white > .uni-description-container:last-child {
        padding: 16px;
    }

    .info-container-card .title {
        font-size: 18px;
        color: var(--Color-Neutral-06, #292323);
        margin: 0px;
        font-weight: 500;
    }
/* ----- Vista Preview Detalle */


.card-white .uni-box-title-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    width: 100%;
    box-sizing: border-box;
}

.uni-contenedor-infoaccion {
    display: flex;
    justify-content: space-between;
    height: auto;
    align-items: center;
}

.uni-card-info {
    display: flex;
    flex-direction: row;
}

.uni-info {
    display: flex;
    flex-direction: column;
}

.uni-box-title-container .uni-card-info .uni-info .title {
    margin: 0px;
}

.card-white .description-container {
    padding: 16px;
    padding-bottom:8px;
    padding-top:8px;
}

.card-white .description-container:first-of-type {
    padding-top: 15px;
}

.card-white .description-container:last-of-type {
    padding-bottom: 15px;
}

.info-container-card {
    display: flex;
    flex-direction: column;
    padding: 16px;
}

.uni-panel-right {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.timer {
    max-width: 300px;
}

.uni-stadistics {
    width: 30px;
    cursor: pointer;
}

.uni-title-container-vertical {
    transform: rotate(90deg);
}

.uni-tabs-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.uni-md-indent {
    display: flex;
    flex-direction: row;
    gap: 4px;
    height: 40px !important;
    min-width: auto !important;
    padding: 0px 4px;
}

/* -------------------- Contenido inicial, row y column -------------------- */
    .uni-content-page-row {
        display: flex;
        flex-direction: row;
        gap: 16px;
        height: 100%;
        flex: 1;
    }

    .uni-content-page-column {
        display: flex;
        flex-direction: column;
        gap: 12px;
        height: 100%;
        flex: 1;
        width: 100%;
        box-sizing: border-box;
    }

.uni-content-page-column.uni-paddingcon-mapa {
    padding-right: 12px;
}

    .uni-content-screen {
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .uni-detail-page {
        display: flex;
        flex-direction: row;
        gap: 12px;
    }

    .uni-detail-column {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin: 0px;
    }
/* -------------------- Contenido inicial, row y column -------------------- */

/* -------------------- Aviso vacío -------------------- */
    .uni-empty-advice {
        text-align: center;
        height: 100%;
        font-weight: 400;
        color: var(--Color-Neutral-04, #828282);
        display: flex;
        flex-direction: column;
        gap: 32px;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex: 1;
    }

    .uni-empty-icon {
        font-size: 18px;
    }

    .uni-empty-title {
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: 28px; /* 140% */
    }

    .uni-empty-help {
        /* Light/Body paragraphs 16px */
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 24px; /* 150% */
    }
/* -------------------- Aviso vacío -------------------- */

/* -------------------- Campos -------------------- */
    .uni-fields {
        display: flex;
        flex-direction: column;
    }

    .uni-field-title {
        color: var(--Color-Neutral-04, #828282);
        /* Medium/Body sm 12px */
        font-family: Inter;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 166.667% */
        width: max-content;
    }

    .uni-field-value {
        color: var(--Color-Neutral-05, #303030);
        /* Regular/Body sm 12px */
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 166.667% */
        padding: 0px 4px 0px 0px;
    }
/* -------------------- Campos -------------------- */

/* -------------------- Row títulos de página -------------------- */
.uni-page-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 36px;
    padding: 0 12px;
}

    .uni-page-head-left {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }

    .uni-page-head-right {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }

    .uni-icon-title {
        color: #454242;
        width: 24px;
        height: 24px;
    }

    .uni-page-title {
        color: var(--Color-Neutral-06, #292323);
        /* Medium/Subtitle 18px */
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px; /* 144.444% */
    }
/* -------------------- Row títulos de página -------------------- */

/* -------------------- Chip filtros -------------------- */
    .uni-div-filters {
        display: flex;
        flex-direction: row;
        gap: 8px;
        padding: 0px;
    }

    .chip-filtro {
        padding: 4px 10px;
        border-radius: 4px;
        background: #fff;
        box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
        box-sizing: border-box;
        color: #404040;
        font-weight: 400;
        font-size: 12px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        line-height: 14px;
    }
/* -------------------- Chip filtros -------------------- */

/* -------------------- Switch -------------------- */
    .uni-switch {
        display: flex;
        flex-direction: row;
        gap: 8px;
        margin: 0px;
    }

    md-switch .md-container {
        margin: 0px;
    }
/* -------------------- Switch -------------------- */

/* -------------------- Menú (more) -------------------- */
    md-menu-item {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    md-menu-item .md-button i {
        color: #aaaaaa;
        font-size: 22px;
    }

    md-menu-item md-icon {
        /*color: #aaaaaa !important;*/
        font-size: 22px !important;
        top: 4px !important;
        left: 12px !important;
        margin: 0 !important;
    }

    md-menu-item .md-button {
        display: flex;
        flex-direction: row;
        gap: 8px;
        color: var(--Color-Neutral-05, #303030);
        /* Regular/Body txt 14px */
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px; /* 157.143% */
        padding: 0 27px 0 12px !important;
    }

    md-menu-item:hover {
        background: #eaeaea;
    }

    md-menu-item md-divider {
        margin-top: 2px;
    }
/* -------------------- Menú (more) -------------------- */

/* -------------------- Estados -------------------- */
.chip-estado i {
    width: 18px;
    height: 18px;
    display: none;
}

.chip-estado:hover i {
    display: inline-block;
    transition: all 1s ease-out;
}

.uni-estado-outline {
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 5px;
    text-align: center;
    flex-direction: row;
    line-height: 10px;
    box-sizing: border-box;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    width: fit-content;
    max-width: 130px;
    transition: max-width 0.2s ease;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 600;
}

.uni-estado-fill {
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 5px;
    text-align: center;
    flex-direction: row;
    line-height: 10px;
    box-sizing: border-box;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    width: fit-content;
    max-width: 130px;
    transition: max-width 0.2s ease;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 600;
}

.uni-estado-bullet {
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 5px;
    text-align: center;
    flex-direction: row;
    line-height: 10px;
    box-sizing: border-box;
    height: 23px;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    width: fit-content;
    max-width: 130px;
    transition: max-width 0.2s ease;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 600;
    border: none;
}

.uni-estado-empty {
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 5px;
    text-align: center;
    flex-direction: row;
    line-height: 10px;
    box-sizing: border-box;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    width: fit-content;
    max-width: 130px;
    transition: max-width 0.2s ease;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 600;
}

.uni-estado-outline:hover,
.uni-estado-fill:hover,
.uni-estado-bullet:hover,
.uni-estado-bullet:hover,
.uni-estado-empty:hover {
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
}

.uni-bullet-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.uni-bullet-square {
    width: 10px;
    height: 10px;
    border-radius: 3px;
}
/* -------------------- Estados -------------------- */

/* -------------------- Modal Dialog Galery -------------------- */
.uni-mddialog-modal {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin: 0px;
}

.uni-mdtoolbar-header {
    padding: 0px 16px;
}

.uni-mddialog-content {
    text-align: center;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
    gap: 8px;
    margin: 0px;
    flex: 1;
    overflow: hidden;
}

.uni-img-rotate {
    z-index: 50;
    position: absolute;
    top: 56px;
    right: 16px;
    margin: 0px;
}

.ImgARotar {
    margin: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.ImgARotar img {
    width: 100%;
    height: auto;
}

.uni-mddialog-footer {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 0px 16px 16px 16px;
}

.uni-pdf-content {
    display: flex;
    justify-content: center;
}

.uni-thumbnail-content {
    display: flex;
    justify-content: center;
}

.uni-thumb-pdf {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.uni-thumb-img {
    margin: 0px !important;
    padding: 0px;
}

.uni-thumbnail-tabla {
    width: 90px;
    height: 50px;
    box-sizing: border-box;
    margin: 8px 0px;
    border-radius: 4px;
}

.uni-table-galery {
    padding: 10px;
    width: 100%;
    margin: 0px;
    box-sizing: border-box;
}

.uni-icon-table {
    color: #C0C0C0;
}

/* -------------------- Modal Dialog Galery -------------------- */
.uni-trip-map {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 16px 16px 8px 16px;
}

.uni-trip-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.uni-trip-icons {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.uni-tree-label {
    text-decoration: none;
    color: #303030;
    font-size: 12px;
    transition: .5s all;
    font-weight: 400;
}

.uni-tree-label:hover {
    opacity: .6;
}

/* -------------------- Emulator -------------------- */
.uni-emulator-head {
    background-color: #F0F1F4;
    color: var(--Color-Neutral-05, #303030);
}

/* -------------------- Paginador -------------------- */
.uni-div-wr-pagination {
    display: flex !important;
    flex-direction: row;
    align-content: center;
    height: 40px !important;
    background-color: white;
}

/* -------------------- Drag & Drop -------------------- */
.uni-li-columnsOrdersRoute-drag {
    font-size: 18px;
    width: 24px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    flex-direction: row !important;
}

.uni-ul-li-columnsOrdersRoute {
    padding: 8px 0px 8px 10px;
    display: flex;
    flex-direction: row !important;
    align-items: center;
    gap: 8px;
}

.ui-sortable-placeholder {
    display: flex !important;
    flex-direction: row !important;
    height: 42px !important;
}

.uni-md-checkbox-option {
    margin: 0px;
}

/* Estilos para los bordes */
.repeater-container-consolidados {
    /*box-shadow: 0px 3px 6px rgba(0, 0, 0, 16%);*/
    border-radius: 6px;
    -webkit-overflow-scrolling: touch;
}

/* -------------------- Modal Filtros -------------------- */
.uni-modal-filters {
    height: auto;
    top: 10%;
    min-height: fit-content;
}

.uni-modal-footer-buttons {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 8px;
    box-sizing: border-box;
    padding: 8px;
}

/* ---------------------------------------- PLANNING ---------------------------------------- */
.uni-pla-td-icon-see {
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #909090;
}

.uni-consol-max-icon-settings {
    color: #909090 !important;
    font-size: 20px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.uni-pl-tooltip-data {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.editarrutamax-links:hover .uni-pl-tooltip {
    display: block;
}

.uni-pl-tooltip {
    display: none;
    flex-direction: column;
    background-color: rgba(253, 253, 253, 0.97);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
    position: absolute;
    border-radius: 4px;
    width: fit-content;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 13px;
    padding: 10px;
    color: rgba(0, 0, 0, .87);
    z-index: 999;
    box-sizing: border-box;
    transition: 1s;
}

.uni-pl-content-tooltip {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0px 0px 8px 0px
}

.uni-pl-tooltip-field {
    word-break: keep-all;
    white-space: pre-wrap !important;
    line-height: unset !important;
    margin-bottom: 0px !important;
    color: #909090;
    font-size: 12px;
}

.uni-pl-tooltip-value {
    color: #303030;
    font-size: 14px;
    margin: 0px;
}

.iconUserMenu {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    justify-content: center;
}

.image-user-menu {
    font-size: 60px;
    transform: scale(0.9);
    color: #fff;
}

.uni-img-user-menu {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.uni-pl-tabs {
    display: flex;
    flex-direction: column;
}

.uni-pagination-small {
    height: 40px;
}

.repeater-container-consolidados {
    flex: 1;
    overflow: auto;
}

.uni-md-dialog-container {
    background-color: #fff;
    box-sizing: border-box;
    margin: 0px;
    padding: 16px;
}

.u-md-dialog-content {
    display: flex !important;
    flex-direction: column;
    gap: 8px;
}

.uni-pl-editDock-row {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.uni-pl-editDock-column {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.uni-row-inputs-h {
    display: flex;
    flex-direction: row;
    height: 50px;
    align-items: end;
    box-sizing: border-box;
    gap: 16px;
}

/* ----- Edición Volumetria ----- */
.u-edit-vol {
    width: 100% !important;
    padding: 0px;
}

.u-edit-vol-footer {
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: flex-end;
}

.uni-edit-vol-head-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.u-edit-vol-settings {
    margin: 0px;
    width: 100%;
    height: 100%;
    font-size: 20px;
}

.uni-edit-vol-info {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    padding: 0px 8px 0px 16px;
    box-sizing: border-box;
}

.u-editVol-title {
    font-size: 14px;
    color: #303030;
    padding: 0px !important;
}

/* ----- Menú del header ----- */
.uni-md-menu-item {
    height: auto;
}

.uni-header-menu-option {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 16px;
    background-color: rgb(248,248,248);
}

.u-header-menu-user {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    width: 100%;
}

.u-header-user-image {
    display: flex;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #c0c0c0;
    width: 60px;
    height: 60px;
}

.u-header-user-info {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    flex: 1;
    padding: 8px;
    align-items: center;
}

.u-header-user-name {
    font-size: 16px;
    font-family: 'Inter';
    color: #303030;
    font-weight: 500;
    width: 100%;
}

.u-header-version {
    font-size: 12px;
    font-family: "Inter";
    font-weight: 400;
    color: #828282;
    text-align: left;
    width: 100%;
    text-transform:lowercase;
}

.uni-version {
    font-size: 12px;
    font-family: "Inter";
    font-weight: 400;
    color: #828282;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .ancho-mobile-dialog {
        width: 90% !important;
        z-index: 1 !important;
    }
}

/* Phone Portrait */
@media only screen and (max-width: 599px) {
    /* -------------------- Primary button -------------------- */
    .uni-btn-primary {
        height: 36px;
        width: auto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
    }

        .uni-btn-primary i {
            font-size: 24px;
        }
    /* -------------------- Primary button -------------------- */

    /* -------------------- Secondary button -------------------- */
        .uni-btn-secondary {
            height: 36px;
            width: auto;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 22px;
        }
    /* -------------------- Secondary button -------------------- */

    /* -------------------- Tertiary button -------------------- */
        .uni-btn-tertiary {
            height: 36px;
            width: auto;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 22px;
        }
    /* -------------------- Tertiary button -------------------- */

    /* -------------------- Circle primary button -------------------- */
        .uni-btn-circle-primary {
            height: 36px;
            width: 36px;
        }
    /* -------------------- Circle primary button -------------------- */

    /* -------------------- Circle secondary button -------------------- */
        .uni-btn-circle-secondary {
            height: 36px;
            width: 36px;
        }
    /* -------------------- Circle secondary button -------------------- */

    /* -------------------- Circle tertiary button -------------------- */
        .uni-btn-circle-tertiary {
            height: 36px;
            width: 36px;
        }

        .uni-btn-circle-tertiary {
            font-size: 24px;
        }
    /* -------------------- Circle tertiary button -------------------- */

    /* -------------------- Circle map button -------------------- */
        .uni-btn-circle-map {
            height: 36px;
            width: 36px;
        }

        .uni-btn-circle-map {
            font-size: 24px;
        }
    /* -------------------- Circle map button -------------------- */

    .wr-mapa-botones {
        right: 0px;
        top: 0px;
        z-index: 90;
        padding: 8px;
        flex-direction: column;
    }

    .uni-card-history {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .card-white .uni-box-title-container {
        flex-direction: column;
        gap: 16px;
        padding: 16px;
        width: 100%;
    }

    .uni-contenedor-infoaccion {
        justify-content: space-between;
        height: auto;
        align-items: center;
    }

    .uni-card-info {
        flex-direction: row;
    }

    .uni-info {
        flex-direction: column;
    }

    .uni-box-title-container .uni-card-info .uni-info .title {
        margin: 0px;
    }

    .card-white .description-container {
        padding: 16px;
    }

    .info-container-card {
        flex-direction: column;
        padding: 16px;
    }

    .uni-panel-right {
        flex-direction: column;
        gap: 0px;
    }

    .uni-stadistics {
        width: 100%;
    }

    .uni-title-container-vertical {
        transform: none;
    }

    

    /* -------------------- Contenido inicial, row y column -------------------- */
        .uni-content-page-row {
            flex-direction: row;
            gap: 16px;
            height: 100%;
            flex: 1;
        }

        .uni-content-page-column {
            display: flex;
            flex-direction: column;
            gap: 12px;
            height: 100%;
            flex: 1;
            width: 100%;
            box-sizing: border-box;
        }

        .uni-content-screen {
            display: flex;
            flex-direction: column;
            flex: 1;
        }

        .uni-detail-page {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .uni-detail-column {
            display: flex;
            flex-direction: column;
            gap: 12px;
            margin: 0px;
        }
    /* -------------------- Contenido inicial, row y column -------------------- */

    /* -------------------- Aviso vacío -------------------- */
        .uni-empty-advice {
            height: 100%;
            flex-direction: column;
            width: 100%;
            flex: 1;
        }

        .uni-empty-icon {
            font-size: 18px;
        }

        .uni-empty-title {
            font-size: 20px;
        }

        .uni-empty-help {
            font-size: 16px;
        }
    /* -------------------- Aviso vacío -------------------- */

    /* -------------------- Campos -------------------- */
        .uni-fields {
            display: flex;
            flex-direction: column;
        }

        .uni-field-title {
            font-size: 13px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px; /* 166.667% */
            width: max-content;
        }

        .uni-field-value {
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px; /* 166.667% */
            width: max-content;
        }
    /* -------------------- Campos -------------------- */

    /* -------------------- Row títulos de página -------------------- */
        .uni-page-head {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
        }

        .uni-page-head-left {
            flex-direction: row;
        }

        .uni-page-head-right {
            flex-direction: row;
        }

        .uni-icon-title {
            width: 24px;
            height: 24px;
        }

        .uni-page-title {
            font-size: 18px;
            font-style: normal;
            font-weight: 500;
            line-height: 26px; /* 144.444% */
        }
    /* -------------------- Row títulos de página -------------------- */

    /* -------------------- Chip filtros -------------------- */
        .uni-div-filters {
            flex-direction: row;
            padding: 0px;
        }

        .chip-filtro {
            font-size: 12px;
        }
    /* -------------------- Chip filtros -------------------- */

    /* -------------------- Switch -------------------- */
        .uni-switch {
            flex-direction: row;
            gap: 8px;
            margin: 0px;
        }

        md-switch .md-container {
            margin: 0px;
        }
    /* -------------------- Switch -------------------- */

    /* -------------------- Menú (more) -------------------- */
        md-menu-content {
            padding: 4px 0!important;
        }

        md-menu-item {
            flex-direction: row;
            align-items: center;
        }

        md-menu-item .md-button i {
            font-size: 22px;
        }

        md-menu-item md-icon {
            color: #aaaaaa !important;
            font-size: 22px !important;
            top: 4px !important;
            left: 12px !important;
            margin: 0 !important;
        }

        md-menu-item .md-button {
            flex-direction: row;
            gap: 8px;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 22px; /* 157.143% */
            padding: 0 27px 0 12px!important;
        }

        md-menu-item md-divider {
            margin-top: 2px;
        }
    /* -------------------- Menú (more) -------------------- */
}

/* Phone Landscape - Tablet Portrait */
@media only screen and (min-width: 600px) and (max-width: 899px) {
    .uni-panel-right {
        flex-direction: column;
        gap: 0px;
    }

    .card-statscontent {
        width: 100%;
    }

    .uni-title-container-vertical {
        transform: rotate(0deg);
    }
}

/* Tablet Landscape - Laptop */
@media only screen and (min-width: 900px) and (max-width: 1199px) {
    .uni-panel-right {
        flex-direction: column;
        gap: 16px;
    }

    .uni-title-container-vertical {
        transform: rotate(0deg);
    }

    .timer {
        max-width: 100% !important;
    }

    .mapa {
        min-height: 500px;
    }
}

/* Desktop */
@media only screen and (min-width: 1200px) and (max-width: 1799px) {
    
}

/* Big Screen */
@media only screen and (min-width: 1800px) {
    
}


.unigis-user-chip {
    display: inline-block;
    background-color: #f5f5f5; /* Gris ultra suave, casi blanco */
    color: #333; /* Texto neutro, oscuro pero no negro */
    font-size: 12px; /* 13px */
    font-weight: 400;
    padding: 4px 10px;
    border-radius: 16px;
    font-family: 'Inter', sans-serif;
    white-space: nowrap;
    border: 1px solid #dcdcdc;
    line-height: 1.2;
}

.md-open-menu-container
{
    border-radius: 8px;
}