/* /Pages/Delivery/HomeDelivery.razor.rz.scp.css */
body[b-dgzytjbfls] {
}
/* /Pages/Delivery/pRoutesAssign/StepsRoutesAssign.razor.rz.scp.css */
body[b-3gp17021k0] {
}
/* /Pages/Index.razor.rz.scp.css */
/*.form-group {
    padding-bottom: 10px;
}
*/
.form-control[b-vnf6gm3n6x] {
    background-color: var(--fondoIntermedio);
    color: var(--textoBlanco);
}


a:link[b-vnf6gm3n6x] {
    color: var(--textoBlanco);
}

.login[b-vnf6gm3n6x] {
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, var(--fondoBase) 0%, var(--fondoIntermedio) 45%, var(--fondoFinal) 100%);
}

    .login .presentacion[b-vnf6gm3n6x] {
        padding-right: 50px;
        text-align: end;
    }

    .login .presentacion .presentacion_logo_img[b-vnf6gm3n6x] {
        max-width: 30vh;
    }

        .login .presentacion .presentacion_text_sp[b-vnf6gm3n6x] {
            font-weight: 300;
            font-size: 13px;
            color: var(--textoBlanco);
        }

    .login .formulario[b-vnf6gm3n6x] {
        border-left: 2px solid var(--textoGris2);
        padding-top: 30px;
        padding-left: 50px;
        padding-bottom: 30px;
    }

        .login .formulario .formulario_logo[b-vnf6gm3n6x] {
            text-align: center;
            padding-bottom: 15px;
        }

        .login .formulario .formulario_text[b-vnf6gm3n6x] {
            margin-top: 25px;
        }

            .login .formulario .formulario_text .formulario_text_sp[b-vnf6gm3n6x] {
                font-size: 25px;
                color: var(--textoBlanco);
            }

        .login .formulario .formulario_form[b-vnf6gm3n6x] {
            max-width: 350px;
            margin: auto;
        }

    .login /deep/ .mat-form-field-label[b-vnf6gm3n6x] {
        color: var(--textoBlanco) !important;
    }

    .login /deep/ .mat-form-field.mat-form-field-invalid .mat-form-field-label[b-vnf6gm3n6x] {
        color: var(--textoBlanco) !important;
    }

    .login /deep/ .mat-form-field-appearance-outline .mat-form-field-outline[b-vnf6gm3n6x] {
        color: var(--textoGris3) !important;
        background: var(--fondoGris1);
        border-radius: 7px;
    }

    .login /deep/ .mat-form-field-appearance-outline .mat-form-field-outline-thick[b-vnf6gm3n6x] {
        color: var(--textoGris3) !important;
        background: var(--fondoGris1);
        border-radius: 7px;
    }

    .login /deep/ .mat-progress-spinner circle[b-vnf6gm3n6x], .login .mat-spinner circle[b-vnf6gm3n6x] {
        stroke: var(--textoGris2) !important;
    }

    .login /deep/ .mat-input-element[b-vnf6gm3n6x] {
        color: var(--textoBlanco) !important;
        font-size: 17px !important;
        font-weight: 300 !important;
    }

    .login /deep/ .mat-button-disabled[b-vnf6gm3n6x] {
        color: var(--textoBlanco) !important;
    }

.boton[b-vnf6gm3n6x] {
    height: 55px;
}

    .boton .spinner[b-vnf6gm3n6x] {
        margin-top: 8px;
        margin-right: 5px;
    }

    .boton:disabled[b-vnf6gm3n6x] {
        background: var(--botonDisabled);
        color: var(--textoGris2) !important;
    }

@media (max-width: 350px) {
    .container[b-vnf6gm3n6x] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 470px) {
    .formulario_logo[b-vnf6gm3n6x] {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (max-width: 576px) {
    .container[b-vnf6gm3n6x] {
        padding-right: 50px;
        padding-left: 50px;
    }
}

@media (max-width: 776px) {
    .presentacion[b-vnf6gm3n6x] {
        padding-right: 1px;
    }

    .formulario[b-vnf6gm3n6x] {
        border-left: none !important;
        padding-top: 0px !important;
        padding-left: 15px !important;
        padding-bottom: 0px !important;
    }

        .formulario .formulario_logo[b-vnf6gm3n6x] {
            padding-left: 60px;
            padding-right: 60px;
        }

        .formulario .formulario_form[b-vnf6gm3n6x] {
            margin: auto;
        }
}
/* /Pages/Menu.razor.rz.scp.css */
.menu[b-udjfzvuc3b] {
    background: linear-gradient(0deg, var(--fondoBase) 0%, var(--fondoIntermedio) 45%, var(--fondoFinal) 100%);
    font-family: 'Oxygen', sans-serif;
    align-items: center !important;
    position: relative;
    display: grid;    
    height: 100%;
    width: 100%;
}

    .menu .menu_logo[b-udjfzvuc3b] {
        position: absolute;
        padding: 20px 25px;
        width: 100%;
        top: 0;
    }

    .menu .menu_logo_img[b-udjfzvuc3b] {
        max-width: 170px;
    }

    .menu .menu_modulo[b-udjfzvuc3b] {
        position: absolute;
        width: 100%;
    }

    .menu .menu_titulo[b-udjfzvuc3b] {
        font-size: 34px;
        font-weight: 500 !important;
        font-weight: normal;
        color: var(--textoBlanco);
        padding-bottom: 20px;
    }

    .menu .menu_row[b-udjfzvuc3b] {
        max-height: calc(100vh - 235px) !important;
        max-width: 77%;
        overflow-y: auto;
        overflow-x: hidden;
        width: inherit;
        padding: 10px 0px 0px;
        margin: auto;
    }

        .menu .menu_row .menu_col[b-udjfzvuc3b] {
            padding: 0px !important;
        }

    .menu .menu_card[b-udjfzvuc3b] {
        box-shadow: 1px 1px 1px 0px #000;
        background: #e9ecef !important;
        border-radius: 15px;
        margin: 0px 10px 20px 10px;
        border: none !important;
        min-height: 110px;
        cursor: pointer;
        font-size: 18px;
    }

        .menu .menu_card .menu_card_icon[b-udjfzvuc3b] {
            text-align: center;
            /*margin-bottom: -12px;*/
        }

        .menu .menu_card .mat-icon[b-udjfzvuc3b] {
            height: 40px;
            width: 40px;
            font-size: 70px;
            color: var(--textoIntermedio);
        }

        .menu .menu_card .menu_card_title[b-udjfzvuc3b] {
            text-align: center;
        }

    .menu .menu_botones[b-udjfzvuc3b] {
        margin-top: 25px;
        text-align: center;
    }

    .menu .zoom[b-udjfzvuc3b] {
        transition: 1.4s ease;
        -moz-transition: 1.4s ease;
        /* Firefox */
        -webkit-transition: 1.4s ease;
        /* Chrome - Safari */
        -o-transition: 1.4s ease;
        /* Opera */
        /* IE9 */
    }

        .menu .zoom:hover[b-udjfzvuc3b] {
            transform: scale(1.03);
            -moz-transform: scale(1.03);
            -webkit-transform: scale(1.03);
            /* Firefox */
            -o-transform: scale(1.03);
            /* Chrome - Safari */
            -ms-transform: scale(1.03);
            /* Opera */
        }

#estilo_scroll[b-udjfzvuc3b]::-webkit-scrollbar {
    width: 8px;
}

#estilo_scroll[b-udjfzvuc3b]::-webkit-scrollbar-thumb {
    background-color: rgba(189, 190, 190, 0.945);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    scroll-snap-type: mandatory;
    border-radius: 10px;
    overflow: auto;
}

#estilo_scroll[b-udjfzvuc3b]::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 0px rgba(128, 128, 128, 0.11);
    scroll-snap-type: mandatory;
    border-radius: 100px;
    margin-top: 0px;
    overflow: auto;
}

.hover-navtop:hover[b-udjfzvuc3b]{
    background-color: #f3f4f6;
    border-radius: 4px;
}

@media (min-width: 768px) {
    .toggle-navtop--user[b-udjfzvuc3b]{
        position: absolute; 
        margin-top: 5px; 
        margin-left: -170px;
    }
}


@media (min-width: 768px) {
    .toggle-navtop--languages[b-udjfzvuc3b] {
        position: absolute;
        margin-top: 5px;
        margin-left: -115px;
    }
}
/* /Pages/Messenger/HomeMessenger.razor.rz.scp.css */
img[b-n0pa9uv8s2] {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
/* /Pages/Overview/HomeOverview.razor.rz.scp.css */
/*div {
    padding: 8px;
}*/

main[b-azwgwghmr5] {
    min-height: 85vh;
    display: grid;
    place-items: center;
}


@media (max-width: 425px) {
    img[b-azwgwghmr5] {
        width: 40vh;
    }
}

@media only screen and (min-width: 426px) {
    img[b-azwgwghmr5] {
        width: 70vh;
    }
}
/* /Pages/Shared/Paginacion.razor.rz.scp.css */
.page-link[b-5smfhmkus8] {
    color: #506c96;
    border: 1px solid var(--appcolor) !important;
}

.page-item.active .page-link[b-5smfhmkus8] {
    background-color: var(--appcolor);
    color: black;
}

/*    .page-link {
        position: relative;
        display: block;
        padding: .5rem .75rem;
        margin-left: -1px;
        line-height: 1.25;
        color: black !important;
        background-color: whitesmoke !important;
        border: 1px solid #541b9e !important;
    }

        .page-link:hover {
            z-index: 2;
            color: #fff !important;
            text-decoration: none;
            background-color: #a4a4a4 !important;
            border-color: #506c96
        }

    .page-item.active .page-link {
        z-index: 3;
        color: white;
        background-color: #541b9e !important;
        border-color: #506c96
    }
*/
/* /Pages/Shared/SideMenu.razor.rz.scp.css */
.sidenav_menu1[b-3hpb9sg1sf] {
    background: linear-gradient(0deg, var(--fondoBase) 0%, var(--fondoIntermedio) 45%, var(--fondoFinal) 100%);
}
.sidenav_container[b-3hpb9sg1sf] {
    background: var(--fondoSidenav);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.sidenav_menu[b-3hpb9sg1sf] {
    border: 0 !important;
    min-width: 250px !important;
    background: var(--fondoBase);
    background: linear-gradient(0deg, var(--fondoBase) 0%, var(--fondoIntermedio) 45%, var(--fondoFinal) 100%);
}

    .sidenav_menu .sidenav_menu_logo[b-3hpb9sg1sf] {
        padding-top: 5px;
        padding-bottom: 15px;
        text-align: center;
    }

        .sidenav_menu .sidenav_menu_logo .sidenav_menu_logo_img[b-3hpb9sg1sf] {
            max-width: 130px;
            max-height: 50px;
            cursor: pointer;
        }

    .sidenav_menu .linea[b-3hpb9sg1sf] {
        margin: 0 20px;
        border-bottom: 1px var(--bordeBlanco) solid;
    }

    .sidenav_menu .sidenav_menu_lista[b-3hpb9sg1sf] {
        max-height: calc(100vh - 65px) !important;
        margin-top: 15px;
        padding: 0px;
        overflow-y: auto;
        width: inherit;
        float: left;
    }

        .sidenav_menu .sidenav_menu_lista .mat-list-item[b-3hpb9sg1sf] {
            height: 41px !important;
            color: var(--textoGris1);
        }

            .sidenav_menu .sidenav_menu_lista .mat-list-item:hover[b-3hpb9sg1sf] {
                background: var(--menuHover);
                color: var(--textoGris1);
            }

        .sidenav_menu .sidenav_menu_lista .mat-list-item-activo[b-3hpb9sg1sf] {
            background: var(--menuActivo);
            color: var(--textoGris1);
        }

        .sidenav_menu .sidenav_menu_lista .mat-list-item-inactivo[b-3hpb9sg1sf] {
            background: transparent;
        }

        .sidenav_menu .sidenav_menu_lista .rotacion-inactivo[b-3hpb9sg1sf] {
            transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            transition: all 0.2s ease-out;
            -webkit-transition: all 0.2s ease-out;
        }

        .sidenav_menu .sidenav_menu_lista .rotacion-activo[b-3hpb9sg1sf] {
            transform: rotate(-45deg);
            -webkit-transform: rotate(90deg);
            transition: all 0.2s ease-out;
            -webkit-transition: all 0.2s ease-out;
        }

.sidenav_contenido .toolbar[b-3hpb9sg1sf] {
    background: var(--fondoBase);
    background: linear-gradient(315deg, var(--fondoBase) 0%, var(--fondoIntermedio) 45%, var(--fondoFinal) 100%);
    height: 46px;
    padding: 0;
}

    .sidenav_contenido .toolbar .toolbar_title[b-3hpb9sg1sf] {
        margin-bottom: -5px;
        cursor: pointer;
    }

        .sidenav_contenido .toolbar .toolbar_title .toolbar_company[b-3hpb9sg1sf] {
            margin-right: 5px;
        }

        .sidenav_contenido .toolbar .toolbar_title .toolbar_breadcrumb[b-3hpb9sg1sf] {
            margin-right: 5px;
            font-size: 15px;
            font-weight: 300;
        }

    .sidenav_contenido .toolbar .espacio[b-3hpb9sg1sf] {
        flex: 1 1 auto;
    }

    .sidenav_contenido .toolbar .divider[b-3hpb9sg1sf] {
        border-color: var(--bordeBlanco);
        height: 27px;
    }

    .sidenav_contenido .toolbar .toolbar_options[b-3hpb9sg1sf] {
        padding: auto;
        margin-bottom: -5px;
        color: var(--textoGris4);
    }

        .sidenav_contenido .toolbar .toolbar_options .icon-active[b-3hpb9sg1sf] {
            width: 20px;
            height: 20px;
            margin: 0px 10px;
            border-radius: 10px;
            cursor: pointer;
        }

        .sidenav_contenido .toolbar .toolbar_options .toolbar_btn_user[b-3hpb9sg1sf] {
            margin: 0px 10px;
            cursor: pointer;
        }

        .sidenav_contenido .toolbar .toolbar_options .toolbar_user[b-3hpb9sg1sf] {
            font-weight: 400;
            font-size: 18px;
        }

.menu[b-3hpb9sg1sf] {
    min-height: calc(100vh - 46px) !important;
}

    .menu .menu_titulo[b-3hpb9sg1sf] {
        font-size: 28px;
        font-weight: 600 !important;
        font-weight: normal;
        color: var(--textoPrimario);
        padding-top: 30px;
        font-family: 'Oxygen', sans-serif;
    }

    .menu .menu_opciones[b-3hpb9sg1sf] {
        padding: 0px;
        margin: 0px 15px;
    }

        .menu .menu_opciones div[b-3hpb9sg1sf] {
            padding: 0;
        }

    .menu .menu_caja[b-3hpb9sg1sf] {
        min-height: calc(100vh - 90px) !important;
        border: var(--bordeAzul) 1.3px solid;
        border-radius: 10px;
        margin: 15px;
    }

    .menu .menu_caja_titulo[b-3hpb9sg1sf] {
        border-radius: 10px 10px 0px 0px;
        color: var(--textoBlanco);
        font-size: 17px;
        text-align: center;
        margin-left: -1px;
        margin-right: -1px;
        margin-top: -1px;
        height: 46px;
    }

    .menu .menu_caja_option[b-3hpb9sg1sf] {
        padding: 0px 10px !important;
        margin-left: -1px;
        margin-right: -1px;
        font-size: 16px;
        height: 37px;
        cursor: pointer;
    }

    .menu .menu_caja .fondo_modulos[b-3hpb9sg1sf] {
        background: var(--fondoFinal);
    }

    .menu .menu_caja .fondo_modulo_activo[b-3hpb9sg1sf] {
        background: var(--fondoFinalActivo);
        color: var(--textoBlanco);
    }

    .menu .menu_caja .modulo:hover[b-3hpb9sg1sf] {
        background: var(--fondoFinalActivo);
        color: var(--textoBlanco);
    }

    .menu .menu_caja .fondo_grupos[b-3hpb9sg1sf] {
        background: var(--fondoIntermedio);
    }

    .menu .menu_caja .fondo_grupo_activo[b-3hpb9sg1sf] {
        background: var(--fondoIntermedioActivo);
        color: var(--textoBlanco);
    }

    .menu .menu_caja .grupo:hover[b-3hpb9sg1sf] {
        background: var(--fondoIntermedioActivo);
        color: var(--textoBlanco);
    }

    .menu .menu_caja .fondo_funcionalidades[b-3hpb9sg1sf] {
        background: var(--fondoBase);
    }

    .menu .menu_caja .funcionalidad:hover[b-3hpb9sg1sf] {
        background: var(--fondoBaseActivo);
        color: var(--textoBlanco);
    }

.mat-menu_item[b-3hpb9sg1sf] {
    padding: 0px 10px;
}

.menu_translate_icon[b-3hpb9sg1sf] {
    max-width: 30px;
    margin-right: 15px;
}

.caja_scroll[b-3hpb9sg1sf] {
    max-height: calc(100vh - 138px) !important;
    overflow-y: auto;
    overflow-x: hidden;
    width: inherit;
    margin-right: -1px;
    margin-left: -1px;
}

::ng-deep .mat-menu-panel[b-3hpb9sg1sf] {
    min-width: 205px !important;
    min-height: 42px !important;
}

::ng-deep .mat-menu-content:not(:empty)[b-3hpb9sg1sf] {
    padding: 0 !important;
}

::ng-deep #modulo .mat-list-item-content[b-3hpb9sg1sf] {
    padding-right: 8px !important;
}

::ng-deep #grupo .mat-list-item-content[b-3hpb9sg1sf] {
    padding-left: 24px !important;
    padding-right: 8px !important;
}

::ng-deep #funcionalidad .mat-list-item-content[b-3hpb9sg1sf] {
    padding-left: 41px !important;
    padding-right: 8px !important;
}

#estilo_scroll[b-3hpb9sg1sf]::-webkit-scrollbar {
    width: 6px;
}

#estilo_scroll[b-3hpb9sg1sf]::-webkit-scrollbar-thumb {
    background-color: rgba(160, 164, 167, 0.945);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    scroll-snap-type: mandatory;
    border-radius: 100px;
    overflow: auto;
}

#estilo_scroll[b-3hpb9sg1sf]::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 0px rgba(128, 128, 128, 0.11);
    scroll-snap-type: mandatory;
    border-radius: 100px;
    overflow: auto;
}
/* /Pages/Support/HomeSupport.razor.rz.scp.css */
body[b-l4o5l1t53o] {
}
/* /Pages/Vehicular/HomeVehicular.razor.rz.scp.css */
/* /Pages/Vehicular/Routesx/pRoutes/RoutesAssign.razor.rz.scp.css */
/*e-icons.e-icons.e-location:before {
    content: '\e725';
}
*/
.e-schedule .e-timeline-week-view .e-all-day-appointment-wrapper .e-appointment.withoutstart[b-somskvycm5],
.e-schedule .e-timeline-view .e-appointment.withoutstart[b-somskvycm5],
.e-schedule .e-timeline-month-view .e-appointment.withoutstart[b-somskvycm5] {
    background-color: whitesmoke;
}

.e-schedule .e-timeline-week-view .e-all-day-appointment-wrapper .e-appointment.inprogress[b-somskvycm5],
.e-schedule .e-timeline-view .e-appointment.inprogress[b-somskvycm5],
.e-schedule .e-timeline-month-view .e-appointment.inprogress[b-somskvycm5] {
    background-color: cyan;
}

.e-schedule .e-timeline-week-view .e-all-day-appointment-wrapper .e-appointment.paused[b-somskvycm5],
.e-schedule .e-timeline-view .e-appointment.paused[b-somskvycm5],
.e-schedule .e-timeline-month-view .e-appointment.paused[b-somskvycm5] {
    background-color: coral;
    color: whitesmoke;
}

.e-schedule .e-timeline-week-view .e-all-day-appointment-wrapper .e-appointment.finished[b-somskvycm5],
.e-schedule .e-timeline-view .e-appointment.finished[b-somskvycm5],
.e-schedule .e-timeline-month-view .e-appointment.finished[b-somskvycm5] {
    background-color: olive;
    color: whitesmoke;
}

.e-schedule .e-timeline-weekview .e-all-day-appointment-wrapper .e-appointment.closed[b-somskvycm5],
.e-schedule .e-timeline-week-view .e-appointment.closed[b-somskvycm5],
.e-schedule .e-timeline-month-view .e-appointment.closed[b-somskvycm5] {
    background-color: green;
    color: whitesmoke;
}


.e-schedule .e-timeline-week-view .e-all-day-appointment-wrapper .e-appointment.multiple[b-somskvycm5],
.e-schedule .e-timeline-view .e-appointment.multiple[b-somskvycm5],
.e-schedule .e-timeline-month-view .e-appointment.multiple[b-somskvycm5] {
    background-color: yellow;
}

.e-schedule .e-timeline-week-view .e-all-day-appointment-wrapper .e-appointment.preloaded[b-somskvycm5],
.e-schedule .e-timeline-view .e-appointment.preloaded[b-somskvycm5],
.e-schedule .e-timeline-month-view .e-appointment.preloaded[b-somskvycm5] {
    background-color: orangered;
    color: whitesmoke;
}

.e-schedule .e-timeline-week-view .e-all-day-appointment-wrapper .e-appointment.permited[b-somskvycm5],
.e-schedule .e-timeline-view .e-appointment.permited[b-somskvycm5],
.e-schedule .e-timeline-month-view .e-appointment.permited[b-somskvycm5] {
    background-color: red;
    color: whitesmoke;
}

.e-schedule .e-timeline-week-view .e-all-day-appointment-wrapper .e-appointment.nostatus[b-somskvycm5],
.e-schedule .e-timeline-view .e-appointment.nostatus[b-somskvycm5],
.e-schedule .e-timeline-month-view .e-appointment.nostatus[b-somskvycm5] {
    background-color: black;
    color: whitesmoke;
}



.e-schedule .e-vertical-view .e-work-hours.custom-class[b-somskvycm5] {
    background-color: blueviolet;
}

.wos[b-somskvycm5] {
    background: whitesmoke;
}

.inp[b-somskvycm5] {
    background: cyan;
}

.pau[b-somskvycm5] {
    background: coral;
    color: whitesmoke;
}

.fin[b-somskvycm5] {
    background: olive;
    color: whitesmoke;
}

.clo[b-somskvycm5] {
    background: green;
    color: whitesmoke;
}

.mul[b-somskvycm5] {
    background: yellow;
}

.pre[b-somskvycm5] {
    background: orangered;
    color: whitesmoke;
}

.per[b-somskvycm5] {
    background: red;
    color: whitesmoke;
}



.tailwind .e-settings[b-somskvycm5]::before,
.tailwind-dark .e-settings[b-somskvycm5]::before {
    font-size: 14px;
}

.tailwind.e-bigger .e-settings[b-somskvycm5],
.tailwind-dark.e-bigger .e-settings[b-somskvycm5] {
    font-size: 16px !important;
}

.material .schedule-overview .overview-toolbar .e-toolbar[b-somskvycm5] {
    border-style: solid;
}

.material .schedule-overview .overview-header .overview-titlebar .e-upload.calendar-import .e-upload-browse-btn[b-somskvycm5] {
    text-transform: capitalize;
    box-shadow: none;
}

.highcontrast .schedule-overview .overview-header .overview-titlebar[b-somskvycm5] {
    background-color: #ffd939;
    color: black;
}

.highcontrast .schedule-overview .overview-content[b-somskvycm5] {
    border: 1px solid #969696;
}

.tailwind-dark .schedule-overview .overview-content[b-somskvycm5] {
    border: 1px solid #4b5563;
    border-top: 0;
}

.highcontrast .schedule-overview .overview-content[b-somskvycm5] {
    border-top: 0;
}

.fabric-dark .schedule-overview .overview-content[b-somskvycm5] {
    border: 1px solid #414040;
}

.fabric-dark .schedule-overview .overview-toolbar .overview-toolbar-settings[b-somskvycm5] {
    border-color: #414040;
}

.tailwind .schedule-overview .overview-toolbar .e-toolbar[b-somskvycm5] {
    border: 1px solid #e5e7eb;
}

.tailwind-dark .schedule-overview .overview-toolbar .e-toolbar[b-somskvycm5] {
    border: 1px solid #4b5563;
}

.tailwind .schedule-overview .overview-toolbar .overview-toolbar-settings[b-somskvycm5],
.tailwind .schedule-overview .overview-content .right-panel .control-panel[b-somskvycm5] {
    background-color: #f3f4f6;
    border-color: #e5e7eb;
    box-shadow: none;
}

.tailwind-dark .schedule-overview .overview-toolbar .overview-toolbar-settings[b-somskvycm5],
.tailwind-dark .schedule-overview .overview-content .right-panel .control-panel[b-somskvycm5] {
    background-color: #374151;
    border-color: #4b5563;
    box-shadow: none;
}

.highcontrast .schedule-overview .overview-toolbar .e-toolbar[b-somskvycm5],
.highcontrast .schedule-overview .overview-toolbar .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator[b-somskvycm5],
.highcontrast .schedule-overview .overview-toolbar .e-toolbar .e-hscroll .e-scroll-nav.e-scroll-left-nav[b-somskvycm5],
.highcontrast .schedule-overview .overview-toolbar .e-toolbar .e-hscroll .e-scroll-nav.e-scroll-right-nav[b-somskvycm5] {
    border-color: #969696;
}

.material .schedule-overview .overview-toolbar .overview-toolbar-settings[b-somskvycm5] {
    background-color: #fafafa;
    box-shadow: none;
}

.material .schedule-overview .overview-content .right-panel .control-panel[b-somskvycm5] {
    background-color: #fafafa;
}

.fabric .schedule-overview .overview-toolbar .overview-toolbar-settings[b-somskvycm5],
.fabric .schedule-overview .overview-content .right-panel .control-panel[b-somskvycm5] {
    background-color: #ffffff;
}

.fabric-dark .schedule-overview .overview-toolbar .overview-toolbar-settings[b-somskvycm5],
.fabric-dark .schedule-overview .overview-content .right-panel .control-panel[b-somskvycm5] {
    background-color: #333232;
    color: #fff;
}

.bootstrap5 .schedule-overview .overview-toolbar .overview-toolbar-settings[b-somskvycm5],
.bootstrap5 .schedule-overview .overview-content .right-panel .control-panel[b-somskvycm5] {
    background-color: #f8f9fa;
    color: #212529;
    font-weight: 400;
}

.bootstrap5-dark .schedule-overview .overview-toolbar .overview-toolbar-settings[b-somskvycm5],
.bootstrap5-dark .schedule-overview .overview-content .right-panel .control-panel[b-somskvycm5] {
    background-color: #343a40;
    color: #fff;
    font-weight: 400;
}

.bootstrap .schedule-overview .overview-toolbar .overview-toolbar-settings[b-somskvycm5],
.bootstrap .schedule-overview .overview-content .right-panel .control-panel[b-somskvycm5] {
    background-color: #f8f8f8;
}

.bootstrap-dark .schedule-overview .overview-toolbar .overview-toolbar-settings[b-somskvycm5],
.bootstrap-dark .schedule-overview .overview-content .right-panel .control-panel[b-somskvycm5] {
    background-color: #2a2a2a;
    color: #fff;
}

.highcontrast .schedule-overview .overview-toolbar .overview-toolbar-settings[b-somskvycm5],
.highcontrast .schedule-overview .overview-content .right-panel .control-panel[b-somskvycm5] {
    background-color: #000000;
    border-color: #969696;
    color: #ffffff;
}

.schedule-overview .overview-header .overview-titlebar[b-somskvycm5] {
    background-color: #007bff;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    width: 100%;
    font-size: 12px;
    padding: 0 10px;
    font-family: inherit;
    display: flex;
    justify-content: space-between;
}

    .schedule-overview .overview-header .overview-titlebar .right-panel[b-somskvycm5] {
        display: flex;
        justify-content: space-between;
    }

    .schedule-overview .overview-header .overview-titlebar .e-upload.calendar-import[b-somskvycm5] {
        line-height: 40px;
    }

.bootstrap5 .schedule-overview .overview-header .overview-titlebar .e-upload.calendar-import[b-somskvycm5],
.bootstrap5-dark .schedule-overview .overview-header .overview-titlebar .e-upload.calendar-import[b-somskvycm5],
.fabric .schedule-overview .overview-header .overview-titlebar .e-upload.calendar-import[b-somskvycm5],
.fabric-dark .schedule-overview .overview-header .overview-titlebar .e-upload.calendar-import[b-somskvycm5],
.highcontrast .schedule-overview .overview-header .overview-titlebar .e-upload.calendar-import[b-somskvycm5] {
    line-height: 1.5em;
}

.bootstrap5 .schedule-overview .overview-header .overview-titlebar .calendar-export[b-somskvycm5],
.bootstrap5-dark .schedule-overview .overview-header .overview-titlebar .calendar-export[b-somskvycm5],
.fabric .schedule-overview .overview-header .overview-titlebar .calendar-export[b-somskvycm5],
.fabric-dark .schedule-overview .overview-header .overview-titlebar .calendar-export[b-somskvycm5],
.highcontrast .schedule-overview .overview-header .overview-titlebar .calendar-export[b-somskvycm5] {
    line-height: 3em;
}

.schedule-overview .overview-header .overview-titlebar .e-upload.calendar-import button[b-somskvycm5],
.schedule-overview .overview-header .overview-titlebar .e-upload.calendar-import button:focus[b-somskvycm5],
.schedule-overview .overview-header .overview-titlebar .e-upload.calendar-import button:hover[b-somskvycm5] {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    color: inherit;
    font-size: 12px;
    height: 40px;
    text-transform: capitalize;
}

.fabric .schedule-overview .overview-header .overview-titlebar .e-upload.calendar-import button[b-somskvycm5],
.fabric-dark .schedule-overview .overview-header .overview-titlebar .e-upload.calendar-import button[b-somskvycm5] {
    padding-left: 10px !important;
}

.highcontrast .schedule-overview .overview-header .overview-titlebar .title-bar-btn[b-somskvycm5],
.highcontrast .schedule-overview .overview-header .overview-titlebar .calendar-import .e-file-select-wrap .e-css.e-btn[b-somskvycm5],
.highcontrast .schedule-overview .overview-header .overview-titlebar .e-dropdown-btn.e-btn[b-somskvycm5] {
    color: black;
}

.schedule-overview .overview-header .overview-titlebar .title-bar-btn[b-somskvycm5],
.schedule-overview .overview-header .overview-titlebar .e-dropdown-btn[b-somskvycm5] {
    background: transparent;
    font-family: inherit;
    border-color: transparent;
    border-radius: 2px;
    color: inherit;
    font-size: 12px;
    height: 40px;
    text-transform: capitalize;
    font-weight: 400;
}

.schedule-overview .overview-header .overview-titlebar .e-btn:not([disabled]):focus[b-somskvycm5] {
    background-color: rgba(255, 255, 255, 0.4) !important;
}

.schedule-overview .overview-toolbar[b-somskvycm5] {
    display: flex;
    height: 70px;
}

    .schedule-overview .overview-toolbar .e-toolbar[b-somskvycm5] {
        border-radius: 0;
    }

        .schedule-overview .overview-toolbar .e-toolbar .e-toolbar-item .e-tbar-btn.e-tbtn-txt[b-somskvycm5] {
            display: inline-grid;
        }

        .schedule-overview .overview-toolbar .e-toolbar .e-toolbar-item.e-template[b-somskvycm5] {
            margin: 0 5px;
        }

    .schedule-overview .overview-toolbar .overview-toolbar-settings[b-somskvycm5] {
        border-radius: 0;
        background-color: #f8f9fa;
        border-color: #00000026;
        border-left-width: 0;
        border-top-width: 0;
        color: #495057;
        height: 72px;
        line-height: 1.6;
        outline: none;
        text-transform: capitalize;
        width: 100%;
    }

.tailwind-dark .schedule-overview .overview-toolbar .overview-toolbar-settings[b-somskvycm5] {
    background-color: #374151;
    color: #fff;
}

.material .schedule-overview .overview-toolbar .overview-toolbar-settings:focus[b-somskvycm5] {
    background-color: #0000001f;
}

.fabric .schedule-overview .overview-toolbar .overview-toolbar-settings:focus[b-somskvycm5] {
    background-color: #f4f4f4;
}

.bootstrap .schedule-overview .overview-toolbar .overview-toolbar-settings:focus[b-somskvycm5] {
    background-color: rgb(230, 230, 230);
}

.bootstrap4 .schedule-overview .overview-toolbar .overview-toolbar-settings:focus[b-somskvycm5],
.bootstrap5 .schedule-overview .overview-toolbar .overview-toolbar-settings:focus[b-somskvycm5] {
    background-color: #5c636a;
    color: #fff;
    box-shadow: none;
}

.tailwind .schedule-overview .overview-toolbar .overview-toolbar-settings:focus[b-somskvycm5] {
    background-color: #e5e7eb;
}

.highcontrast .schedule-overview .overview-toolbar .overview-toolbar-settings:focus[b-somskvycm5] {
    background-color: rgb(104, 87, 8);
}

.fabric-dark .schedule-overview .overview-toolbar .overview-toolbar-settings:focus[b-somskvycm5] {
    background-color: rgb(65, 64, 64);
}

.bootstrap-dark .schedule-overview .overview-toolbar .overview-toolbar-settings:focus[b-somskvycm5] {
    background-color: rgb(49, 49, 49);
}

.tailwind-dark .schedule-overview .overview-toolbar .overview-toolbar-settings:focus[b-somskvycm5] {
    background-color: #4b5563;
}

.bootstrap5-dark .schedule-overview .overview-toolbar .overview-toolbar-settings:focus[b-somskvycm5] {
    background-color: #5c636a;
    box-shadow: none;
}

.bootstrap5 .schedule-overview .overview-toolbar .e-toolbar[b-somskvycm5] {
    border: 1px solid #dee2e6;
}

.bootstrap5-dark .schedule-overview .overview-toolbar .e-toolbar[b-somskvycm5] {
    border: 1px solid #444c54;
}

.schedule-overview .overview-content[b-somskvycm5] {
    border: 1px solid #00000026;
    border-top: 0;
    display: flex;
}

    .schedule-overview .overview-content .left-panel[b-somskvycm5] {
        height: 600px;
        width: 100%;
    }

    .schedule-overview .overview-content .right-panel[b-somskvycm5] {
        display: block;
        height: 600px;
        transform: translateX(0%);
        transition: transform .5s ease, width 500ms;
        width: 500px;
    }

        .schedule-overview .overview-content .right-panel.hide[b-somskvycm5] {
            display: none;
            transform: translateX(100%);
            transition: transform .5s ease, width 500ms;
            width: 0;
        }

        .schedule-overview .overview-content .right-panel .control-panel[b-somskvycm5] {
            background: #f8f9fa;
            border-left: 1px solid #00000026;
            font-size: 14px;
            height: 100%;
            overflow: auto;
            padding: 15px;
            width: 100%;
        }

.tailwind-dark .schedule-overview .overview-content .right-panel .control-panel[b-somskvycm5] {
    background: #374151;
}

.schedule-overview .overview-content .right-panel .control-panel .col-row[b-somskvycm5] {
    display: flex;
    flex-wrap: wrap;
}

.schedule-overview .overview-content .right-panel .control-panel label[b-somskvycm5] {
    font-weight: 500;
}

.schedule-overview .overview-content .right-panel .control-panel .col-left[b-somskvycm5] {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    margin-bottom: 1rem;
}

.schedule-overview .overview-content .right-panel .control-panel .col-right[b-somskvycm5] {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    margin-bottom: 1rem;
}

.schedule-overview .overview-scheduler[b-somskvycm5] {
    height: 100%;
    padding: 10px;
    width: 100%;
}

.schedule-overview .e-schedule .e-vertical-view .e-header-cells[b-somskvycm5] {
    padding: 0;
    text-align: center !important;
}

.schedule-overview .e-schedule .date-text[b-somskvycm5] {
    font-size: 14px;
}

.schedule-overview .e-schedule.e-device .date-text[b-somskvycm5] {
    font-size: 12px;
}

.schedule-overview .e-schedule .weather-image[b-somskvycm5] {
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.schedule-overview .e-schedule .weather-text[b-somskvycm5] {
    font-size: 11px;
}

.schedule-overview .e-schedule-toolbar .e-views[b-somskvycm5],
.schedule-overview .e-schedule-toolbar .e-schedule-seperator[b-somskvycm5],
.schedule-workweek.e-multi-select-list-wrapper.e-checkbox .e-filter-parent[b-somskvycm5],
.schedule-resource.e-multi-select-list-wrapper.e-checkbox .e-filter-parent[b-somskvycm5] {
    display: none;
}

.schedule-overview .e-timeline-view .e-resource-left-td[b-somskvycm5],
.schedule-overview .e-timeline-month-view .e-resource-left-td[b-somskvycm5] {
    width: 120px;
}

.schedule-resource.e-multi-select-list-wrapper.e-checkbox .e-list-parent:first-child li:first-child[b-somskvycm5] {
    background-image: none;
    opacity: .5;
    pointer-events: none;
    user-select: none;
}

.schedule-overview .quick-info-header[b-somskvycm5] {
    background-color: white;
    padding: 8px 18px;
}

.tailwind-dark .schedule-overview .quick-info-header[b-somskvycm5] {
    background-color: #374151;
}

.bootstrap5-dark .schedule-overview .quick-info-header[b-somskvycm5] {
    background-color: transparent;
}

.bootstrap-dark .schedule-overview .quick-info-header[b-somskvycm5] {
    background-color: #1a1a1a;
}

.fabric-dark .schedule-overview .quick-info-header[b-somskvycm5] {
    background-color: #201f1f;
}

.highcontrast .schedule-overview .quick-info-header[b-somskvycm5] {
    background-color: #000000;
}

.schedule-overview .quick-info-header-content[b-somskvycm5] {
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    padding: 5px 10px 5px;
}

.tailwind-dark .schedule-overview .quick-info-header-content[b-somskvycm5],
.bootstrap-dark .schedule-overview .quick-info-header-content[b-somskvycm5],
.bootstrap5-dark .schedule-overview .quick-info-header-content[b-somskvycm5],
.fabric-dark .schedule-overview .quick-info-header-content[b-somskvycm5],
.highcontrast .schedule-overview .quick-info-header-content[b-somskvycm5] {
    color: #fff !important;
}

.schedule-overview .quick-info-title[b-somskvycm5] {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.48px;
    height: 22px;
}

.schedule-overview .duration-text[b-somskvycm5] {
    font-size: 11px;
    letter-spacing: 0.33px;
    height: 14px;
}

.schedule-overview .content-area[b-somskvycm5] {
    padding: 10px;
    width: auto;
}

.schedule-overview .event-content[b-somskvycm5] {
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 15px;
}

.schedule-overview .meeting-type-wrap[b-somskvycm5],
.schedule-overview .meeting-subject-wrap[b-somskvycm5],
.schedule-overview .notes-wrap[b-somskvycm5] {
    font-size: 11px;
    color: #666;
    letter-spacing: 0.33px;
    height: 24px;
    padding: 5px;
}

.schedule-overview .event-content div label[b-somskvycm5] {
    display: inline-block;
    min-width: 45px;
    color: #666;
}

.schedule-overview .event-content div span[b-somskvycm5] {
    font-size: 11px;
    color: #151515;
    letter-spacing: 0.33px;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 8px;
    position: absolute;
    width: 200px;
}

.tailwind-dark .schedule-overview .event-content div label[b-somskvycm5],
.bootstrap-dark .schedule-overview .event-content div label[b-somskvycm5],
.bootstrap5-dark .schedule-overview .event-content div label[b-somskvycm5],
.fabric-dark .schedule-overview .event-content div label[b-somskvycm5],
.highcontrast .schedule-overview .event-content div label[b-somskvycm5],
.tailwind-dark .schedule-overview .event-content div span[b-somskvycm5],
.bootstrap-dark .schedule-overview .event-content div span[b-somskvycm5],
.bootstrap5-dark .schedule-overview .event-content div span[b-somskvycm5],
.fabric-dark .schedule-overview .event-content div span[b-somskvycm5],
.highcontrast .schedule-overview .event-content div span[b-somskvycm5] {
    color: #fff;
}

.schedule-overview .cell-footer.e-btn[b-somskvycm5] {
    background-color: #ffffff;
    border-color: #878787;
    color: #878787;
}

.schedule-overview .cell-footer[b-somskvycm5] {
    padding-top: 10px;
}

.schedule-overview .e-quick-popup-wrapper .e-cell-popup .e-popup-content[b-somskvycm5] {
    padding: 0 14px;
}

.schedule-overview .e-quick-popup-wrapper .e-event-popup .e-popup-footer[b-somskvycm5] {
    display: block;
}

.schedule-overview .e-quick-popup-wrapper .e-popup-footer button:first-child[b-somskvycm5] {
    margin-right: 5px;
}

.schedule-overview .calendar-import.e-upload[b-somskvycm5] {
    border: 0;
    padding-left: 0 !important;
}

    .schedule-overview .calendar-import.e-upload .e-file-select-wrap[b-somskvycm5] {
        padding: 0
    }

        .schedule-overview .calendar-import.e-upload .e-file-select-wrap .e-file-drop[b-somskvycm5], .calendar-import .e-upload-files[b-somskvycm5] {
            display: none;
        }

.bootstrap4 .schedule-overview .overview-toolbar .e-toolbar .e-toolbar-item:not(.e-separator)[b-somskvycm5],
.material .schedule-overview .overview-toolbar .e-toolbar .e-toolbar-item:not(.e-separator)[b-somskvycm5] {
    padding: 4px 2.5px;
}

.schedule-overview .overview-toolbar .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn[b-somskvycm5] {
    height: 50px !important;
}

.schedule-overview .overview-toolbar .e-toolbar .e-toolbar-item:not(.e-separator)[b-somskvycm5] {
    padding: 3.5px;
}

.schedule-overview .overview-toolbar .e-toolbar .e-toolbar-item .e-tbar-btn[b-somskvycm5] {
    padding: 1.5px !important;
}

.e-bigger .schedule-overview .overview-toolbar .e-toolbar .e-toolbar-item:not(.e-separator)[b-somskvycm5] {
    padding: 5px;
}

.e-bigger .schedule-overview .overview-toolbar .e-toolbar .e-toolbar-item .e-tbar-btn[b-somskvycm5] {
    padding: 6px;
}

.bootstrap:not(.e-bigger) .schedule-overview .overview-toolbar .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn:hover[b-somskvycm5],
.bootstrap-dark:not(.e-bigger) .schedule-overview .overview-toolbar .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn:hover[b-somskvycm5],
.bootstrap4:not(.e-bigger) .schedule-overview .overview-toolbar .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn:hover[b-somskvycm5] {
    border-width: 1.5px;
    padding: unset !important;
}

.schedule-overview .overview-toolbar .e-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon[b-somskvycm5],
.schedule-overview .overview-toolbar .e-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-tbar-btn-text[b-somskvycm5] {
    line-height: 23px !important;
    min-height: 23px !important;
    padding: 0px !important;
}

.schedule-overview .overview-toolbar .e-toolbar .e-toolbar-item.e-template .icon-child[b-somskvycm5] {
    height: 23px !important;
}

.schedule-overview .overview-toolbar .e-toolbar .e-toolbar-item.e-template .text-child[b-somskvycm5] {
    line-height: 23px !important;
}

.tailwind .schedule-overview.e-schedule .e-left-indent .e-header-cells[b-somskvycm5],
.tailwind-dark .schedule-overview.e-schedule .e-left-indent .e-header-cells[b-somskvycm5] {
    height: 66px;
}

.tailwind .e-more-popup-wrapper .e-more-event-close .e-btn-icon[b-somskvycm5],
.tailwind-dark .e-more-popup-wrapper .e-more-event-close .e-btn-icon[b-somskvycm5] {
    margin-top: 0px;
}

.bootstrap-dark .schedule-overview .overview-content[b-somskvycm5] {
    border: 1px solid #505050;
}

.bootstrap5-dark .schedule-overview .overview-content[b-somskvycm5] {
    border: 1px solid #444c54;
}

.bootstrap5 .schedule-overview .overview-toolbar .overview-toolbar-settings[b-somskvycm5] {
    border-color: #dee2e6;
}

.bootstrap5-dark .schedule-overview .overview-toolbar .overview-toolbar-settings[b-somskvycm5] {
    border-color: #444c54;
}

.bootstrap-dark .schedule-overview .overview-toolbar .overview-toolbar-settings[b-somskvycm5] {
    border-color: #505050;
}

.bootstrap-dark .schedule-overview .overview-header .overview-titlebar .title-bar-btn[b-somskvycm5],
.bootstrap5-dark .schedule-overview .overview-header .overview-titlebar .title-bar-btn[b-somskvycm5],
.bootstrap5 .schedule-overview .overview-header .overview-titlebar .title-bar-btn[b-somskvycm5],
.tailwind .schedule-overview .overview-header .overview-titlebar .title-bar-btn[b-somskvycm5],
.tailwind-dark .schedule-overview .overview-header .overview-titlebar .title-bar-btn[b-somskvycm5],
.material .schedule-overview .overview-header .overview-titlebar .title-bar-btn[b-somskvycm5] {
    box-shadow: none;
}

@@media (max-width: 481px) {
    .schedule-overview .overview-content .right-panel[b-somskvycm5] {
        position: absolute;
        width: auto;
    }
}
/* /Shared/DeliveryLayout.razor.rz.scp.css */
.page[b-hky4tpjsgv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-hky4tpjsgv] {
    flex: 1;
}

.sidebar[b-hky4tpjsgv] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-hky4tpjsgv] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-hky4tpjsgv]  a, .top-row[b-hky4tpjsgv]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-hky4tpjsgv]  a:hover, .top-row[b-hky4tpjsgv]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-hky4tpjsgv]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-hky4tpjsgv] {
        display: none;
    }

    .top-row.auth[b-hky4tpjsgv] {
        justify-content: space-between;
    }

    .top-row[b-hky4tpjsgv]  a, .top-row[b-hky4tpjsgv]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-hky4tpjsgv] {
        flex-direction: row;
    }

    .sidebar[b-hky4tpjsgv] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-hky4tpjsgv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-hky4tpjsgv]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-hky4tpjsgv], article[b-hky4tpjsgv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/EldLayout.razor.rz.scp.css */
.page[b-m72rqr7jl1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-m72rqr7jl1] {
    flex: 1;
}

.sidebar[b-m72rqr7jl1] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-m72rqr7jl1] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-m72rqr7jl1]  a, .top-row[b-m72rqr7jl1]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-m72rqr7jl1]  a:hover, .top-row[b-m72rqr7jl1]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-m72rqr7jl1]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-m72rqr7jl1] {
        display: none;
    }

    .top-row.auth[b-m72rqr7jl1] {
        justify-content: space-between;
    }

    .top-row[b-m72rqr7jl1]  a, .top-row[b-m72rqr7jl1]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-m72rqr7jl1] {
        flex-direction: row;
    }

    .sidebar[b-m72rqr7jl1] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-m72rqr7jl1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-m72rqr7jl1]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-m72rqr7jl1], article[b-m72rqr7jl1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/InputImg.razor.rz.scp.css */
/*image-container {
    width: 100%;
    height: 100%;
    padding-bottom: 56.25%;*/  /*Proporción 16:9 */
    /*position: relative;*/
/*    border: 1px solid #000000;
*//*}

.image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}*/

/*.image {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}*/









/* /Shared/LoginLayout.razor.rz.scp.css */
html[b-zdymyadpyu], body[b-zdymyadpyu] {
    height: 100%;
}


/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(80, 108, 150) 0%, #506c96 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

    body {
        color: #4e4e4e;
        background: #f7f5f5;*/ /*#e2e2e2;*/
        /*        font-family: 'Roboto', sans-serif; */
    /*}

    .form-control {
        font-size: 16px;
        background: #f2f2f2;
        box-shadow: none !important;
        border-color: transparent;
    }

        .form-control:focus {
            border-color: #d3d3d3;
        }

    .form-control, .btn {
        border-radius: 2px;
    }

    .login-form {
        width: 380px;
        margin: 0 auto;
    }*/

/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-h8i9yeur38] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-h8i9yeur38] {
    flex: 1;
}

.sidebar[b-h8i9yeur38] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-h8i9yeur38] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-h8i9yeur38]  a, .top-row[b-h8i9yeur38]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-h8i9yeur38]  a:hover, .top-row[b-h8i9yeur38]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-h8i9yeur38]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-h8i9yeur38] {
        display: none;
    }

    .top-row.auth[b-h8i9yeur38] {
        justify-content: space-between;
    }

    .top-row[b-h8i9yeur38]  a, .top-row[b-h8i9yeur38]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-h8i9yeur38] {
        flex-direction: row;
    }

    .sidebar[b-h8i9yeur38] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-h8i9yeur38] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-h8i9yeur38]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-h8i9yeur38], article[b-h8i9yeur38] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-iubdxq6edg] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-iubdxq6edg] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-iubdxq6edg] {
    font-size: 1.1rem;
}

.oi[b-iubdxq6edg] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-iubdxq6edg] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-iubdxq6edg] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-iubdxq6edg] {
        padding-bottom: 1rem;
    }

    .nav-item[b-iubdxq6edg]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-iubdxq6edg]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-iubdxq6edg]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-iubdxq6edg] {
        display: none;
    }

    .collapse[b-iubdxq6edg] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/PersonnelLayout.razor.rz.scp.css */
.page[b-9u9qayhc91] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9u9qayhc91] {
    flex: 1;
}

.sidebar[b-9u9qayhc91] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-9u9qayhc91] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-9u9qayhc91]  a, .top-row[b-9u9qayhc91]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-9u9qayhc91]  a:hover, .top-row[b-9u9qayhc91]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-9u9qayhc91]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-9u9qayhc91] {
        display: none;
    }

    .top-row.auth[b-9u9qayhc91] {
        justify-content: space-between;
    }

    .top-row[b-9u9qayhc91]  a, .top-row[b-9u9qayhc91]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9u9qayhc91] {
        flex-direction: row;
    }

    .sidebar[b-9u9qayhc91] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9u9qayhc91] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-9u9qayhc91]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-9u9qayhc91], article[b-9u9qayhc91] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/ReportsLayout.razor.rz.scp.css */
.page[b-wrksy3jt0o] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wrksy3jt0o] {
    flex: 1;
}

.sidebar[b-wrksy3jt0o] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-wrksy3jt0o] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wrksy3jt0o]  a, .top-row[b-wrksy3jt0o]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-wrksy3jt0o]  a:hover, .top-row[b-wrksy3jt0o]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-wrksy3jt0o]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-wrksy3jt0o] {
        display: none;
    }

    .top-row.auth[b-wrksy3jt0o] {
        justify-content: space-between;
    }

    .top-row[b-wrksy3jt0o]  a, .top-row[b-wrksy3jt0o]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-wrksy3jt0o] {
        flex-direction: row;
    }

    .sidebar[b-wrksy3jt0o] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-wrksy3jt0o] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-wrksy3jt0o]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-wrksy3jt0o], article[b-wrksy3jt0o] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/SupportLayout.razor.rz.scp.css */
.page[b-hsufig98p0] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-hsufig98p0] {
    flex: 1;
}

.sidebar[b-hsufig98p0] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-hsufig98p0] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-hsufig98p0]  a, .top-row[b-hsufig98p0]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-hsufig98p0]  a:hover, .top-row[b-hsufig98p0]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-hsufig98p0]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-hsufig98p0] {
        display: none;
    }

    .top-row.auth[b-hsufig98p0] {
        justify-content: space-between;
    }

    .top-row[b-hsufig98p0]  a, .top-row[b-hsufig98p0]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-hsufig98p0] {
        flex-direction: row;
    }

    .sidebar[b-hsufig98p0] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-hsufig98p0] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-hsufig98p0]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-hsufig98p0], article[b-hsufig98p0] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/VehicleLayout.razor.rz.scp.css */
.page[b-k5jvd1aa2w] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-k5jvd1aa2w] {
    flex: 1;
}

.sidebar[b-k5jvd1aa2w] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-k5jvd1aa2w] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-k5jvd1aa2w]  a, .top-row[b-k5jvd1aa2w]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-k5jvd1aa2w]  a:hover, .top-row[b-k5jvd1aa2w]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-k5jvd1aa2w]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-k5jvd1aa2w] {
        display: none;
    }

    .top-row.auth[b-k5jvd1aa2w] {
        justify-content: space-between;
    }

    .top-row[b-k5jvd1aa2w]  a, .top-row[b-k5jvd1aa2w]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-k5jvd1aa2w] {
        flex-direction: row;
    }

    .sidebar[b-k5jvd1aa2w] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-k5jvd1aa2w] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-k5jvd1aa2w]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-k5jvd1aa2w], article[b-k5jvd1aa2w] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
