﻿/* Estilos generales aplicados a todos los dispositivos */
body {
    background: #eeeeee;
}

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;
}

/* -------------------- 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: 'Roboto', 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: 'Roboto';
        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: 6px !important;
        background-color: white;
    }

    .uni-area-content {
        background-color: #ffffff;
        border-radius: 6px;
        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: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px; /* 157.143% */
        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: Roboto;
        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: Roboto;
        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);
    }

    .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 -------------------- */

/* -------------------- 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: 16px;
        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: Roboto;
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: 28px; /* 140% */
    }

    .uni-empty-help {
        /* Light/Body paragraphs 16px */
        font-family: Roboto;
        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: Roboto;
        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: Roboto;
        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: #828282;
        width: 24px;
        height: 24px;
    }

    .uni-page-title {
        color: var(--Color-Neutral-06, #292323);
        /* Medium/Subtitle 18px */
        font-family: Roboto;
        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 {
        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: Roboto;
        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;
}

@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: 16px;
            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) {
    
}
