/* --------------------------------------------------
         1. VARIABLES GLOBALES (COLORES)
 ---------------------------------------------------- */
.color-p1 {
    background: #23B6CC
}

.color-p2 {
    background: #05324D
}

.color-p3 {
    background: #66C4A1
}
.color-p4 {
    background: #D9E1E7
}
.mud-avatar-filled.mud-avatar-filled-primary {
    background: #32A2C6;
}

.mud-avatar-filled.mud-avatar-filled-success {
    background: #76B981;
    border-color: #76B981;
}
.color-gray {
    background: #6c6e7af0;
}
.color-pink {
    background: #f588a8e6;
}
.color-blue-info {
    background: #2196f3 !important;
}
.font-white-8 {
    color: white !important;
    font-size: 0.75rem !important;
    text-align:center;
}
.font-white-9 {
    color: white !important;
    font-size: 0.87rem !important;
}
.font-size-8 {
    font-size: 0.87rem !important;
}
.font-size-7 {
    font-size: 0.7rem !important;
}
.font-size-1rem {
    font-size: 1.1rem;
}
.m-right {
    margin-right: 8px;
}
.gap-btns{
    gap: 5px;
}


/* --------------------------------------------------
                2. MINI RESET CSS
 ---------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif !important;
}

/* --------------------------------------------------
                   3. BODY
 ---------------------------------------------------- */

body {
    background: url(images/magentrackFondo.png) #FEFEFE 0% 0% no-repeat padding-box;
    background-size: cover;
    height: 100vh;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
    body::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(188, 188, 201, 0.34); /* Color BCBCC9 con 50% de opacidad */
        pointer-events: none; /* Asegura que la superposici�n no interfiera con otros elementos */
    }
/* --------------------------------------------------
                   4. TIPOGRAFIA
 ---------------------------------------------------- */


h1.mud-typography-h1 {
    text-align: left;
    font: normal normal bold 32px/42px 'Poppins';
    letter-spacing: 0px;
    color: #050505;
    opacity: 1;
}

.main-content h1 {
    text-align: left;
    font: normal normal bold 28px/40px 'Poppins';
    letter-spacing: 0px;
    color: #3F4254;
}


h2.mud-typography-h2 {
    text-align: left;
    font: normal normal normal 22px/30px 'Poppins';
    letter-spacing: 0px;
    color: #050505;
    opacity: 1;
}

a.mud-typography.mud-link {
    text-decoration: underline;
    font: normal normal normal 14px/14px 'Poppins';
    letter-spacing: 0px;
    color: #3A36DB !important;
}

.mud-typography.mud-typography-body1 {
    text-align: left;
    font: normal normal normal 14px/22px 'Poppins';
    color: #3F4254;
    letter-spacing: 0px;
}


/* --------------------------------------------------
                   5. LOGIN
 ---------------------------------------------------- */
.opciones-login {
    display: flex;
    justify-content: center;
    margin: auto;
}

.size-font-title {
    font-size: 1.6rem !important;
    margin-top: 50px;
    margin-bottom: 15px;
    font-weight: 400 !important
}
.card-login {
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #0000000d;
    border-radius: 8px;
    margin: 5px auto;
}


    .card-login h1 {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .card-login h2 {
        margin-top: 0px;
        margin-bottom: 20px;
    }

.link-login {
    text-align: left;
    justify-content: left;
    font: normal normal normal 14px/40px 'Poppins';
    letter-spacing: 0px;
    color: #05324D;
}

    .link-login a {
        margin-left: 5px;
    }

.card-login .btn-primary {
    margin-top: 25px;
    margin-bottom: 25px;
}


/*.card-login .mud-typography.mud-typography-body1 {
    margin-bottom: 24px;
}*/

hr {
    border-top: 1px dashed #D9E2E7;
}

/* --------------------------------------------------
                   6. BOTONES
 ---------------------------------------------------- */

.btn{
    border-radius: 5px;
    opacity: 1;
    min-width: 130px;
    height: 37px;
    box-sizing: border-box;
    transition: all ease-in-out 0.2s;
}

    .btn > .mud-button-label {
        font: normal 14px 'Poppins';
        letter-spacing: 0px;
    }

.btn-primary, .btn-primary[disabled] {
    background: #23B6CC 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000000;
    border: 1px solid #199CAF;
    color: #FEFEFE !important;
    text-transform: initial !important;
}

    .btn-primary:hover, .btn-check:focus + .btn-primary, .btn-primary:focus,
    .btn-primary-icon:hover, .btn-check:focus + .btn-primary-icon, .btn-primary-icon:focus,
    .e-footer-content .e-btn.e-primary.e-flat:not([DISABLED]) {
        background: #199CAF 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px #00000029;
        border: 1px solid #199CAF;
        border-radius: 5px;
    }


.btn-secondary {
    border: 1px solid #05324D;
    border-radius: 5px;
    background: white;
    text-transform: initial !important;
    font-size: 14px;
    font-family: 'Poppins';
    letter-spacing: 0px;
    color: #3F4254;
    padding: 0.375rem 1.70rem
}

    .btn-secondary:hover, .btn-check:focus + .btn-secondary, .btn-secondary:focus,
    .btn-secondary-icon:hover, .btn-check:focus + .btn-secondary-icon, .btn-secondary-icon:focus {
        background: #05324D 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px #00000029;
        border: 1px solid #199CAF;
        border-radius: 5px;
        transition: all ease-in-out 0.2s;
    }

    .btn-secondary .mud-button-label span {
        font: normal 14px 'Poppins';
        letter-spacing: 0px;
    }

    
        .btn-primary-icon {
            background: #23B6CC;
            color: white;
            font: normal 14px 'Poppins';
            border-radius: 5px;
            box-shadow: 0px 3px 6px #00000000;
            border: 1px solid #199CAF;
            color: #FEFEFE !important;
            text-transform: initial !important;
            position: relative;
            padding: 8px 8px 8px 40px;
            height: 37px;
            transition: all ease-in-out 0.2s;
        }

    .btn-primary-icon .mud-button-icon-start {
        background: #21BFD6;
        color: white;
        position: absolute;
        top: 0;
        left: 0;
        padding: 5px;
        height: 37px;
        width: 35px;
        transition: all ease-in-out 0.2s;
    }

        .btn-primary-icon .mud-button-icon-start .mdi:before {
            margin-top: 2px;
            margin-left: 4px;
        }

    .btn-primary-icon:hover .mud-button-icon-start {
        background: #138191 0% 0% no-repeat padding-box;
    }

.toolbar-grid input[type="radio"] + .btn-label {
    line-height: 27px;
    opacity: 0.7;
    transition: all ease-in-out 0.2s;
}

.toolbar-grid input[type="radio"]:checked + .btn-label {
    opacity: 1;
    box-shadow: 0px 3px 6px #00000029 !important;
}

.e-btn-group .e-btn:focus.e-success, .e-btn-group input:focus + label.e-btn.e-success, .e-css.e-btn-group .e-btn:focus.e-success, .e-css.e-btn-group input:focus + label.e-btn.e-success,
.e-btn-group .e-btn:focus.e-warning, .e-btn-group input:focus + label.e-btn.e-warning, .e-css.e-btn-group .e-btn:focus.e-warning, .e-css.e-btn-group input:focus + label.e-btn.e-warning {
    box-shadow: none;
}
/* --------------------------------------------------
                   7. LAYOUT
 ---------------------------------------------------- */
.subtitle-cliente {
    font-weight: 500;
    color: #35bcd0;
}
.main-content {
    height: 100vh;
    background: #F3F3F9;
}
.main-terminos {
    height: fit-content;
    background: #fefefe;
    background-color: rgba(254, 254, 254, 1) !important; /* Sobrescribe el color */
    z-index: 1; /* Asegúrate de que esté sobre otros elementos si es necesario */
    position: relative; /* Garantiza que no sea afectado por pseudo-elementos del body */
}

.mud-container {
    padding-left: 0;
}

.sidebar-content {
    margin-top: 95px;
    box-sizing: border-box;
    /*background: green;*/
}

.body-content {
    margin-left: 30px;
    box-sizing: border-box;
}
.sync-button {
    background: linear-gradient(to right, #a0eaff, #32a2c6);
    border-radius: 50px;
    color: black;
    font-size: 16px;
    padding: 10px 20px;
    text-align: center;
    text-transform: none;
    position: sticky;
    bottom: 10px;
    left: 44%;
}

    .sync-button:hover {
        background: linear-gradient(to right, #35bcd0, #a0eaff);
    }
/* - Buscador Header - */

.search-input .e-input-group {
    position: relative;
}

    .search-input .e-input-group:before {
        content: "\F0349" !important;
        display: inline-block;
        font: normal normal normal 24px/1 "Material Design Icons";
        font-size: inherit;
        text-rendering: auto;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        top: 4px;
        left: 7px;
        position: absolute;
        width: 20px;
        height: 20px;
        color: #939598;
        font-size: 1.5rem;
    }

    .search-input input.e-input,
    .search-input .e-input-group input.e-input,
    .search-input .e-input-group input,
    .search-input .e-input-group.e-control-wrapper input.e-input,
    .search-input .e-input-group.e-control-wrapper input,
    .search-input .e-float-input input.e-input, 
    .search-input .e-float-input input, 
    .search-input .e-float-input.e-control-wrapper input.e-input, .search-input .e-float-input.e-control-wrapper input, .search-input .e-input-group input.e-input:focus, .search-input .e-input-group.e-control-wrapper input.e-input:focus, .search-input .e-float-input.e-control-wrapper input:focus, .search-input .e-float-input input:focus, .search-input .e-input-group.e-input-focus input.e-input, .search-input .e-input-group.e-control-wrapper.e-input-focus input.e-input, .search-input .e-float-input.e-control-wrapper.e-input-focus input, .search-input .e-float-input.e-input-focus input {
        padding-left: 40px
    }

        .search-input .e-input-group input.e-input,
        .search-input .e-input-group.e-control-wrapper input.e-input {
            background: #F3F3F9;
            border-radius: 5px;
            font: normal normal normal 14px/22px 'Poppins';
        }

    .search-input .e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
    .search-input .e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
    .search-input .e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
    .search-input .e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
    .search-input .e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
    .search-input .e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
    .search-input .e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]),
    .search-input .e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]),
    .search-input .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
    .search-input .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
    .search-input .e-float-input.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
    .search-input .e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
    .search-input .e-float-input.e-input-focus:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
    .search-input .e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
    .search-input .e-float-input.e-input-focus:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]),
    .search-input .e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]) {
        background: #F3F3F9 0% 0% no-repeat padding-box;
        border: 1px solid #23B6CC;
        border-radius: 5px;
        box-shadow: none;
    }

.e-spinner-pane .e-spinner-inner .e-spin-bootstrap5 {
    stroke: #23B6CC;
}

.e-ddl.e-popup {
    background: #fff;
    border: 1px solid #dee2e6;
    position: absolute;
    font: normal normal normal 14px/14px 'Poppins';
    margin-top: -2px;
    border-radius: 0 0 5px 5px;
    box-shadow: 3px 3px 6px #0000001A;
}

.e-dropdownbase .e-list-parent {
    padding: 5px 0;
}

.e-dropdownbase .e-list-item {
    font: normal normal normal 14px/22px 'Poppins';
    transition: all ease-in-out 0.2s;
}

    .e-dropdownbase .e-list-item span {
        text-align: left;
        font: normal normal normal 14px/22px 'Poppins';
        color: #3F4254;
        letter-spacing: 0px;
        padding: 4px 0px;
        display: inline-block
    }

    .e-dropdownbase .e-list-item.e-hover {
        background: #F0F0F0;
        color: #3F4254;
    }

/* - Header - */

.main-menu-header {
    font: normal normal medium 12px/22px 'Poppins';
    letter-spacing: 0px;
    color: #939598;
    text-shadow: 0px 3px 6px #00000029;
    margin: 0 20px 20px;
}

.e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
    margin-left: 20px;
}

.e-toolbar .e-tbar-btn:focus {
    background: transparent;
    border-color: transparent;
    border-radius: 0;
    color: transparent;
}

.e-toolbar-items .mdi-menu {
    position: relative;
}

    .e-toolbar-items .mdi-menu::before {
        position: absolute;
        left: 6px;
        top: -4px;
        font-size: 30px;
        z-index: 999;
    }

.toolbar-header {
    position: fixed;
    z-index: 1001;
    width: 100% !important;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    /*background: yellow;*/
    box-shadow: 0px 3px 6px #00000029;
    padding: 5px 0;
    height: 70px !important;
    box-sizing: border-box !important;
}

    .toolbar-header .e-toolbar-items {
        background: #FFFFFF 0% 0% no-repeat padding-box;
    }

.icons-app .mud-list {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    min-width: 150px;
}

.mud-list-item {
    padding-top: 2px;
    padding-bottom: 2px;
}

.e-toolbar-items .mud-icon-root {
    position: relative;
}

.e-toolbar-items .mdi:before {
    top: -6px;
    left: 0px;
    position: absolute;
}

.e-toolbar-items .mdi-menu:before {
    left: -3px;
}

.user-item .mud-button {
    height: 70px;
    margin-top: -4px;
    margin-left: 10px;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.user-item .mud-button-label {
    text-align: left;
    font: normal normal normal 14px/22px 'Poppins';
    letter-spacing: 0px;
    color: #939598;
    text-transform: initial;
}

    .user-item .mud-button-label .mud-avatar-filled {
        margin-right: 11px
    }

.user-avatar {
    display: flex;
    margin-top: 27px;
}

    .user-avatar + h3 {
        text-align: center;
        font: normal normal bold 18px/22px 'Poppins';
        letter-spacing: 0px;
        color: #3F4254;
        opacity: 1;
        margin-top: 10px;
        min-width: 220px;
        margin-bottom: 15px;
    }

        .user-avatar + h3 + h4 {
            text-align: center;
            font: normal normal normal 12px/22px 'Poppins';
            letter-spacing: 0px;
            color: #939598;
            opacity: 1;
            margin-bottom: 10px
        }

.mud-typography.mud-typography-body1 span.mdi {
    color: #939598;
    margin-right: 7px;
}

.mud-icon-size-small {
    font-size: 1rem;
}


/* Menu Lateral */
.e-icons {
    font-family: "e-icons" !important;
}
    .e-sidebar.e-left {
    position: fixed;
    border: none;
    background: transparent;
    overflow-y: hidden;
}

.sf-sidebar {
    width: 280px;
    height: 100%;
    background: 0 0;
    z-index: 5;
}


.main-menu {
    padding-top: 20px;
    margin-top: 95px;
    background: #01324C 0% 0% no-repeat padding-box;
    border-radius: 0 10px 0 0;
    overflow-y: auto;
    height: 100vh;
}

.e-treeview .e-list-text {
    font: normal normal normal 14px/34px 'Poppins';
    letter-spacing: 0px;
    color: #FFFFFF;
}

.e-treeview .e-list-item.e-hover > .e-text-content .e-list-text {
    color: #FFFFFF !important;
}

.e-treeview .e-list-item {
    /*background: #01324C 0% 0% no-repeat padding-box;*/
    transition: all ease-in-out 0.2s;
}

.e-listview:not(.e-list-template) .e-list-item {
    border: none;
    font-size: 1rem;
    color: white;
}
    .e-listview:not(.e-list-template) .e-list-item:hover {
        background: rgba(175 190 205 / 27%);
    }
.e-listview .e-icons {
    color: white !important;
    padding-top: 8px;
    padding-left: 5px;
}
.e-list-text {
    font-size: 0.8rem !important;
    margin-top: 8px;
}



.e-treeview .e-list-item.e-hover > .e-fullrow {
    background: #255B7770 0% 0% no-repeat padding-box;
    border: none;
}

    .e-treeview .e-list-item.e-active > .e-fullrow {
        background: #255B7770 0% 0% no-repeat padding-box;
        border: none;
    }

    .e-treeview .e-list-item.e-active.e-hover > .e-fullrow {
        background: #255B7770 0% 0% no-repeat padding-box;
        border: none;
    }

    .e-treeview .e-list-item.e-active > .e-fullrow {
        background: #255B7770 0% 0% no-repeat padding-box;
        border: none;
    }

.e-treeview .e-list-icon, .e-treeview .e-list-img {
    font-size: 16px;
    color: white;
    margin: 0;
    padding: 0;
    vertical-align: sub;
}

.e-treeview .e-list-item.e-active .e-text-content {
    position: relative;
}

    .e-treeview .e-list-item.e-active .e-text-content::before {
        border-style: solid;
        border-width: 10px 9px 10px 0;
        border-color: transparent #F3F3F9 transparent transparent;
        position: absolute;
        top: 6px;
        right: -1px;
        content: '';
    }

.footer-content {
    position: absolute;
    bottom: 0;
    right: 10px;
}

    .footer-content p {
        color: white;
        font: normal normal 12px/22px 'Poppins';
        text-align: right;
    }
.invisible-box{
    display: none;
}


/* --------------------------------------------------
                   8. CAMPOS
 ---------------------------------------------------- */

.mud-input.mud-input-outlined .mud-input-outlined-border {
    top: 11px;
    height: 66%;
    border: 2px solid #D9E1E7;
    border-radius: 5px;
    opacity: 1;
    transition: all ease-in-out 0.2s;
}

.mud-input > input.mud-input-root-outlined {
    font: normal 14px/18px 'Poppins';
    letter-spacing: 0px;
    color: #06152B;
    padding: 23px 14px 18px;
}

.mud-input-control > .mud-input-control-input-container > .mud-input-label-inputcontrol {
    font: normal 14px/18px 'Poppins';
    letter-spacing: 0px;
    color: #06152B;
    transform: translate(11px,22px) scale(1);
}

.mud-input.mud-input-outlined:not(.mud-disabled):not(:focus-within):hover .mud-input-outlined-border {
    box-shadow: 0px 3px 6px #0000001A;
    border: 2px solid #D9E1E7;
    border-radius: 5px;
}

.mud-input.mud-input-outlined:focus-within .mud-input-outlined-border {
    border: 2px solid #23B6CC;
}

.mud-shrink ~ label.mud-input-label.mud-input-label-inputcontrol.mud-input-label-outlined, .mud-input:focus-within ~ label.mud-input-label.mud-input-label-inputcontrol.mud-input-label-outlined {
    transform: translate(4px,-6px) scale(.75);
}

.mud-input-adornment-end {
    margin-top: 3px;
}

.mud-icon-button-edge-end {
    padding: 9px 9px;
}

.mud-icon-button-label {
    color: #666666;
}

/* Autocompletado Chrome */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 0px solid #fff;
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

/* Validaciones */


.mud-input-control-helper-container.px-2 {
    margin: 0;
    padding: 0;
}

.mud-input-helper-text.mud-input-error {
    font-size: 12px;
    color: #F17979 !important;
    font: normal normal normal 12px/18px 'Poppins';
    margin-top: -4px;
    margin-bottom: 10px;
    padding: 0;
}

.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error), .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error),
{
    border-color: none !important;
    box-shadow: none !important;
}


/* --------------------------------------------------
                   9. CARD
 ---------------------------------------------------- */

.mud-card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 25px;
    box-shadow: none;
    font: normal normal normal 14px/14px 'Poppins';
}

    .mud-card.card-home {
        padding: 10px;
    }

    .mud-card-header .mud-link {
        display: flex;
        justify-content: end;
    }


.mud-card-header {
    padding: 0;
}

    .mud-card-header .mud-avatar {
        width: 30px;
        height: 30px;
        border-radius: 50px;
    }

        .mud-card-header .mud-avatar .mud-icon-size-medium {
            font-size: 1em;
        }

        .mud-card > h6.mud-typography-h6,
        .mud-card .mud-card-header-content h6.mud-typography-h6 {
            font: 600 22px 'Poppins' !important;
            letter-spacing: 0px;
            color: #3F4254;
        }

.mud-card > .mud-card-header > h5.mud-typography-h5,
.mud-card .mud-card-header-content h5.mud-typography-h5 {
    font: 600 18px 'Poppins' !important;
    letter-spacing: 0px;
    color: #3F4254;
    width: 100%;
}

.mud-card.card-home > .mud-card-header > h5.mud-typography-h5 {
    padding: 15px 25px 0px 25px;
}

.mud-card > h6.mud-typography-h6 {
    margin-bottom: 30px;
}

.mud-card a.mud-typography.mud-link {
    text-decoration: none;
    font: normal normal normal 14px/14px 'Poppins';
    letter-spacing: 0px;
    color: #05324D !important;
}

.mud-card.card-home > .mud-card-header{
    position: relative;
}

.mud-card.card-home > .mud-card-header button {
    position: absolute;
    top: 15px;
    right: 15px;
}

/* -Detalles Paciente- */
.details-page .mud-card {
    margin-bottom: 30px;
    position: relative;
}

.mud-card.detail-user {
    position: relative;
    padding-top: 30px;
}

    .mud-card.detail-user .mud-avatar.mud-avatar-medium.item-grid {
        position: absolute;
        right: 20px;
        top: 20px;
    }

.detail-user {
    position: relative;
    padding-top: 60px;
}

.avatar-card {
    display: block;
    margin: auto;
}

.detail-user .user-avatar .mud-avatar {
    width: 70px;
    height: 70px;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 2.5rem;
}

.detail-user h6 {
    text-align: center;
}

.detail-user .info-user span.mud-typography-caption {
    font: normal normal bold 12px/20px 'Poppins';
    letter-spacing: 1.2px;
    color: #939598;
    text-transform: uppercase;
    display: block;
}

.detail-user h6.mud-typography-subtitle1 {
    font: normal normal normal 14px/20px 'Poppins';
    letter-spacing: 0px;
    color: #3F4254;
    text-align: left;
    margin-bottom: 20px;
    word-break: break-word;
}

.detail-user .button-grid {
    margin-top: 5px;
}

.card-diagnostico h6.mud-typography-subtitle2 {
    font: normal normal normal 14px/22px 'Poppins';
    letter-spacing: 0px;
    color: #3F4254;
}

.card-diagnostico .mud-card-header {
    margin-bottom: 30px;
}

.card-dispositivo img {
    display: block;
    width: 100%;
}

.card-dispositivo * {
    align-items: center;
}

.card-estado.mud-card {
    padding: 0;
}

    .card-estado.mud-card .mud-card-header {
        padding: 20px 25px;
    }

        .card-estado.mud-card .mud-card-header h6 {
            font: normal normal bold 22px/30px 'Poppins';
            letter-spacing: 0px;
            color: #FFFFFF;
        }

.card-estado .mud-card-content {
    padding: 15px 25px;
    border-radius: 0 0 10px 10px;
    font: normal normal normal 14px/22px 'Poppins';
    letter-spacing: 0px;
    color: #FFFFFF;
}

.card-estado .mud-typography-h6 {
    color: white;
}

.card-estado .mud-icon-size-small {
    font-size: 1.25rem;
}

.card-estado .item-grid {
    text-align: left;
    font: normal 14px 'Poppins';
    letter-spacing: 0px;
    color: #FFFFFF;
}

.estado-error {
    background: #F17171;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 60px;
    color: white;
}

    .estado-error .mud-card-content {
        padding: 15px 25px;
        background: #F27F7F;
    }

    .estado-error .item-grid {
        color: white;
    }

        .estado-error .item-grid .mdi-arrow-left::before {
            -webkit-transform: rotate(225deg);
            -ms-transform: rotate(225deg);
            transform: rotate(225deg);
        }

.estado-normal {
    background: #6bad76;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 60px;
    color: white;
}

    .estado-normal .mud-card-content {
        padding: 15px 25px;
        background: #76B981;
    }

    .estado-normal .item-grid {
        background: #76B981
    }
        .estado-normal .item-grid .mdi-arrow-left::before {
            -webkit-transform: rotate(145deg);
            -ms-transform: rotate(145deg);
            transform: rotate(145deg);
        }

.card-mapa > div > div + div {
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
}
.mud-typography .mud-typography-body1 .item-header-card {
    color: white;
}
.item-header-card {
    padding-left: 12%;
    color: white;
    text-align: center;
    word-wrap: break-word;
}
.border-right{
    border-right: solid white 2px;
}
.break-line{
    white-space: break-spaces;
}
.box-state-alerts {
    display: flex;
    justify-content: center;
}
.no-text-transform {
    text-transform: none !important;
}
/* --------------------------------------------------
                   10. TABLA
 ---------------------------------------------------- */
.e-emptyrow {
    font: normal 14px 'Poppins';
}

.button-grid {
    display: flex;
    justify-content: end !important;
    align-items: center;
    margin-bottom: 0px;
}

    .button-grid > div {
        display: inline-flex;
        align-items: center;
    }

    .button-grid .btn {
        margin-left: 10px;
        margin-top: 8px;
    }

.button-grid-alert button {
    margin-right: 13px !important;
}


    .button-grid .e-input-group:not(.e-success):not(.e-warning):not(.e-error),
    .button-grid .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error)
    .button-grid .e-input-group.e-success,
    .button-grid .e-input-group.e-control-wrapper.e-success,
    .button-grid .e-input-group.e-success:not(.e-float-icon-left),
    .button-grid .e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),
    .button-grid .e-input-group.e-error, .button-grid .e-input-group.e-control-wrapper.e-error, .button-grid .e-input-group.e-error:not(.e-float-icon-left), .button-grid .e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 2px solid #D9E1E7;
        border-radius: 5px;
        height: 38px;
        transition: all ease-in-out 0.2s;
        margin-top: 9px;
        margin-right: 10px;
        box-shadow: none;
    }


    .button-grid input.e-input,
    .button-grid .e-input-group input,
    .button-grid .e-input-group.e-control-wrapper input, .button-grid .e-input-group input.e-input, .button-grid .e-input-group.e-control-wrapper input.e-input {
        height: 37px;
    }

    .button-grid .e-input-group:hover {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px #0000001A;
        border: 2px solid #D9E1E7;
        border-radius: 5px;
    }

    .button-grid .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
    .button-grid .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
    .button-grid .e-input-group:not(.e-disabled):active:not(.e-error):not(.e-warning).e-success,
    .button-grid .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-error):not(.e-warning).e-success {
        border: 2px solid #23B6CC;
        box-shadow: none;
    }

.e-table {
    border: none;
}

    .e-table tr.e-columnheader th {
        background: #F3F6F9;
        padding: 23px 19px 23px 3px;
        border: none;
        font: bold 14px/22px 'Poppins';
        letter-spacing: 0px;
        color: #3F4254;
    }

.e-grid.sf-grid .e-gridcontent .e-content {
    overflow-y: auto !important;
    max-height: 500px;
    padding-right: 3px;
    padding-bottom: 3px;
}

.e-grid .e-virtualtable {
    position: unset !important;
}

.e-virtualtrack {
    height: auto !important;
    width: 100%;
}

.e-row .e-rowcell {
    font: normal normal normal 14px/22px 'Poppins';
    letter-spacing: 0px;
    color: #3F4254 !important;
}

.e-grid .e-rowcell {
    padding: 3px;
    border-color: #F3F6F9;
}

.e-grid .e-gridheader {
    border-color: transparent;
}

.e-grid {
    border-color: transparent;
}

    .e-grid.e-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow) .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
    }

    .e-grid.e-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
        background: white;
    }

    .e-grid.sf-grid .e-table {
        border-spacing: 0;
    }

tr.e-row {
    box-shadow: 3px 3px 6px #0000;
    transition: all ease-in-out 0.2s;
}

    tr.e-row:hover {
        box-shadow: 3px 3px 6px #0000001A;
        cursor: pointer;
        transform: scale(1);
    }

.e-grid td.e-active {
    background: #F3F6F9;
}

.e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border) {
    padding-left: 20px;
}

.e-grid .e-icon-gdownarrow,
.e-grid .e-icon-grightarrow {
    font-size: 14px;
    padding: 0px;
    text-decoration: none;
    text-indent: 11px;
}

.avatar-grid {
    width: 30px !important;
    height: 30px !important;
    margin-left: 17px;
}

.mud-avatar.mud-avatar-medium.item-grid {
    height: 30px;
    width: 100px;
    font-size: 12px;
    justify-content: space-around;
    padding-right: 10px;
    padding-left: 8px;
}

.avatar-grid .mud-icon-size-small {
    font-size: 1.15rem;
    color: white
}

.e-grid.e-responsive .e-rowcell {
    white-space: normal;
    padding: 0 0 0 10px;
}

.grid-alerta {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    align-items: center;
    padding: 0px 5px;
}

.item-grid-alerta {
    grid-column: span 2;
    margin: auto 0px;
}

/*Paginador*/

.e-pager {
    border-color: white;
}

    .e-pager div.e-parentmsgbar {
        font: normal normal normal 14px/22px 'Poppins';
    }

    .e-pager div.e-icons.e-pager-default, .e-pager .e-numericitem {
        color: #23B6CC;
        border: none;
    }


    .e-pager .e-pagercontainer,
    .e-pager .e-firstpage, .e-pager .e-prevpage, .e-pager .e-firstpagedisabled, .e-pager .e-prevpagedisabled, .e-pager .e-nextpage, .e-pager .e-lastpage, .e-pager .e-nextpagedisabled, .e-pager .e-lastpagedisabled,
    .e-pager .e-pagercontainer .e-firstpage, .e-pager .e-pagercontainer .e-prevpage, .e-pager .e-pagercontainer .e-firstpagedisabled, .e-pager .e-pagercontainer .e-prevpagedisabled, .e-pager .e-pagercontainer .e-nextpage, .e-pager .e-pagercontainer .e-lastpage, .e-pager .e-pagercontainer .e-nextpagedisabled, .e-pager .e-pagercontainer .e-lastpagedisabled {
        border: none;
    }

    .e-pager.sf-pager .e-numericcontainer a {
        font: normal normal normal 13px 'Poppins';
        letter-spacing: 0px;
        color: #3F4254;
        margin-left: 3px;
        border-color: transparent
    }

        .e-pager.sf-pager .e-numericcontainer a.e-active {
            font: bold 13px 'Poppins';
            border-bottom: 2px solid #23B6CC;
            background: transparent;
        }

    .e-pager .e-currentitem, .e-pager .e-currentitem:hover {
        font-weight: bold;
        border-right: 0;
    }

        .e-pager .e-currentitem, .e-pager .e-currentitem:hover {
            border-bottom: 2px solid #23B6CC;
            font-weight: bold;
            border-right: 0;
        }

            .e-pager .e-currentitem, .e-pager .e-currentitem:hover,
            .e-pager .e-currentitem.e-numericitem.e-focused {
                box-shadow: none;
                background: none;
            }

    .e-pager .e-spacing.e-numericitem:not(.e-active):not(.e-np):not(.e-pp):hover {
        border-radius: 5px;
        background: #F3F6F9;
    }

.icon-grid {
    display: block;
    margin: auto;
    transition: all ease-in-out 0.2s;
    opacity: 0;
}

tr.e-row:hover .icon-grid {
    opacity: 1;
}

.icon-grid .mud-icon-size-small {
    font-size: 1.20rem;
}

/*--Botones Tabla -*/

.toolbar-grid {
    margin-bottom: 10px;
    min-height: 42px;
    box-shadow: none !important;
}

.toolbar-grid, .e-toolbar .e-toolbar-items {
    background: transparent;
}

    .toolbar-grid .e-toolbar-items.e-tbar-pos .e-toolbar-left {
        left: initial;
        right: 0;
    }

.toolbar-btn .e-tbar-btn.e-btn {
    border-radius: 5px !important;
    opacity: 1;
    min-width: 100px !important;
    height: 37px !important;
    box-sizing: border-box !important;
    transition: all ease-in-out 0.2s !important;
    font: normal 14px 'Poppins' !important;
}

.toolbar-btn-primary .e-tbar-btn.e-btn {
    background: #23B6CC 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000000 !important;
    border: 1px solid #199CAF !important;
    color: #FEFEFE !important;
    text-transform: initial !important;
}

    .toolbar-btn-primary .e-tbar-btn.e-btn:hover,
    .toolbar-btn-primary .e-tbar-btn.e-btn:focus {
        background: #199CAF 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px #00000029;
        border: 1px solid #199CAF;
        border-radius: 5px;
    }

.toolbar-btn-secondary .e-tbar-btn.e-btn {
    border: 1px solid #05324D !important;
    border-radius: 5px !important;
    background: white !important;
    text-transform: initial !important;
    font-size: 14px !important;
    font-family: 'Poppins' !important;
    letter-spacing: 0px;
    color: #3F4254 !important;
    transition: all ease-in-out 0.2s;
}

    .toolbar-btn-secondary .e-tbar-btn.e-btn:hover,
    .toolbar-btn-secondary .e-tbar-btn.e-btn:focus {
        background: #05324D 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px #00000029;
        border: 1px solid #199CAF;
        border-radius: 5px;
        transition: all ease-in-out 0.2s;
        color: #3F4254 !important;
    }

        .toolbar-btn-secondary .e-tbar-btn.e-btn:hover .e-tbar-btn-text {
            color: #3F4254 !important;
        }

/* --------------------------------------------------
                11. TABS
---------------------------------------------------- */
.tab-magentrack.e-tab .e-tab-header::before {
    border-color: #ECF0F3;
    border-width: 0 0 2px;
}

.tab-magentrack.e-tab .e-tab-header .e-toolbar-items {
    margin-left: 20px;
    height: 40px;
}

    .tab-magentrack.e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-scroll-device) {
        margin-left: 0px;
        height: 40px;
    }

.tab-magentrack.e-tab .e-tab-header .e-toolbar-item.e-active {
    background: #F3F3F9 0% 0% no-repeat padding-box;
    border-top: 2px solid #23B6CC;
}

.tab-magentrack.e-tab .e-tab-header .e-toolbar-item:not(.e-separator) {
    border-radius: 5px 5px 0px 0px;
    height: 40px;
    margin-left: 5px !important;
}

.tab-magentrack.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap,
.tab-magentrack.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-text,
.tab-magentrack.e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-text {
    font: bold 14px 'Poppins' !important;
    color: #3F4254;
}

.tab-magentrack.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
    height: 40px;
    padding: 0px 30px;
    width: 100%;
    font-family: 'Poppins', sans-serif !important;
}
.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
    font-family: 'Poppins', sans-serif !important;
}

.tab-magentrack.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap,
.tab-magentrack.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, .tab-magentrack.e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap,
.tab-magentrack.e-tab .e-tab-header .e-toolbar-item .e-text-wrap {
    height: 38px;
    border: 0px solid transparent;
    background-color: #F3F3F9;
}


    .tab-magentrack.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
        border: 0px solid transparent;
        border-radius: 5px 5px 0px 0px;
        background: #F3F3F9;
        font: 600 14px 'Poppins';
        color: #3F4254;
    }

        .tab-magentrack.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
        .tab-magentrack.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
            color: #3F4254;
        }

.tab-magentrack.e-tab .e-content > .e-item {
    padding: 20px;
    box-sizing: border-box
}

/* --------------------------------------------------
                12. MODAL
---------------------------------------------------- */

.e-dialog .e-footer-content .e-btn.e-primary.e-flat:not([DISABLED]) {
    background: #23B6CC 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000000;
    border: 1px solid #199CAF;
    color: #FEFEFE !important;
    text-transform: initial !important;
}

.e-footer-content .e-flat {
    line-height: 28px;
    opacity: 1;
    min-width: 100px !important;
    height: 37px !important;
    box-sizing: border-box !important;
    border: 1px solid #05324D !important;
    border-radius: 5px !important;
    background: white !important;
    text-transform: initial !important;
    font-size: 14px !important;
    font-family: 'Poppins' !important;
    letter-spacing: 0px;
    color: #3F4254 !important;
    transition: all ease-in-out 0.2s;
}

    .e-footer-content .e-flat:hover,
    .e-footer-content .e-flat:focus {
        background: #05324D 0% 0% no-repeat padding-box !important;
        box-shadow: 0px 3px 6px #00000029;
        border: 1px solid #199CAF !important;
        border-radius: 5px !important;
        transition: all ease-in-out 0.2s !important;
        color: white !important;
    }

    .e-footer-content .e-flat.e-primary {
        background: #23B6CC 0% 0% no-repeat padding-box !important;
        box-shadow: 0px 3px 6px #00000029;
        border: 1px solid #199CAF !important;
        border-radius: 5px !important;
    }

        .e-footer-content .e-flat.e-primary:hover,
        .e-footer-content .e-flat.e-primary:focus {
            background: #199CAF 0% 0% no-repeat padding-box !important;
            box-shadow: 0px 3px 6px #00000029 !important;
            border: 1px solid #199CAF !important;
            border-radius: 5px !important;
        }

/* Inputs Modal*/

.e-table .e-input-group:not(.e-success):not(.e-warning):not(.e-error),
.e-table .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error)
.e-table .e-input-group.e-success,
.e-table .e-input-group.e-control-wrapper.e-success,
.e-table .e-input-group.e-success:not(.e-float-icon-left),
.e-table .e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left) {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #D9E1E7;
    border-radius: 5px;
    height: 38px;
    transition: all ease-in-out 0.2s;
    margin-bottom: 10px;
}


.e-table input.e-input,
.e-table .e-input-group input,
.e-table .e-input-group.e-control-wrapper input, .e-table .e-input-group input.e-input, .e-table .e-input-group.e-control-wrapper input.e-input {
    height: 37px;
}

.e-table .e-input-group:hover {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #0000001A;
    border: 2px solid #D9E1E7;
    border-radius: 5px;
}

.e-table .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
.e-table .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
.e-table .e-input-group:not(.e-disabled):active:not(.e-error):not(.e-warning).e-success,
.e-table .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-error):not(.e-warning).e-success {
    border: 2px solid #23B6CC;
    box-shadow: none;
}

.e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text, .e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text, .e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text, .e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, .e-float-input .e-control-wrapper:not(.e-error) input label.e-float-text.e-label-top, .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:focus ~ label.e-float-text, .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:valid ~ label.e-float-text, .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text, .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text, .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text, .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text, .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text, .e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text, .e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text {
    font: normal normal normal 12px/18px 'Poppins';
    letter-spacing: 0px;
    color: #06152B;
    transform: translate3d(-5px, -40px, 0) scale(1);
}


/* -- */
.img-container {
    text-align: center;
}

.img-container-base {
    max-height: 25px;
    max-width: 160px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #23B6CC;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #01324C;
        -webkit-animation: spin 3s linear infinite;
        animation: spin 3s linear infinite;
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #66C4A1;
        -webkit-animation: spin 1.5s linear infinite;
        animation: spin 1.5s linear infinite;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}





