/* _content/Agenda/MVVM/View/CalendarioResumenView.razor.rz.scp.css */
@media(max-width:601px) {
    .horaencelular[b-4x3hfr8zc6] {
        font-size: 10px !important;
    }
/* _content/Agenda/MVVM/View/Componentes/CalendarioAgenda/AgendarUsuarios.razor.rz.scp.css */

.boton[b-c1tzu67b4t] {
    height:70px;
    width:250px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content:center;
}
.titulo[b-c1tzu67b4t] {
    height: 50px;
    width: 250px;
    display: flex;
    flex-flow: row wrap;
    align-items: start;
    justify-content: center;
}
.dia[b-c1tzu67b4t]{
    display:flex;
    flex-flow:column wrap;
    align-items:center;
    margin:0px 0px 10px 0px;
}
.dia p:nth-child(1)[b-c1tzu67b4t]{
    color:cyan;
}
.Hora[b-c1tzu67b4t] {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-evenly;
    margin: 0px 0px 10px 0px;
}
.Hora p[b-c1tzu67b4t]{
    width:90px;
}
    .Hora p:nth-child(2)[b-c1tzu67b4t] {
        width: 3px;
    }
/* _content/Agenda/MVVM/View/Componentes/Loading/LoadingComponent.razor.rz.scp.css */
.lds-default[b-7916i7pvwx] {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
}

    .lds-default div[b-7916i7pvwx] {
        position: absolute;
        width: 3px;
        height: 3px;
        background: white;
        border-radius: 50%;
        animation: lds-default-b-7916i7pvwx 1.2s linear infinite;
    }

        .lds-default div:nth-child(1)[b-7916i7pvwx] {
            animation-delay: 0s;
            top: 18.5px;
            left: 33px;
        }

        .lds-default div:nth-child(2)[b-7916i7pvwx] {
            animation-delay: -0.1s;
            top: 11px;
            left: 31px;
        }

        .lds-default div:nth-child(3)[b-7916i7pvwx] {
            animation-delay: -0.2s;
            top: 5.5px;
            left: 26px;
        }

        .lds-default div:nth-child(4)[b-7916i7pvwx] {
            animation-delay: -0.3s;
            top: 3.5px;
            left: 18.5px;
        }

        .lds-default div:nth-child(5)[b-7916i7pvwx] {
            animation-delay: -0.4s;
            top: 5.5px;
            left: 11px;
        }

        .lds-default div:nth-child(6)[b-7916i7pvwx] {
            animation-delay: -0.5s;
            top: 11px;
            left: 5.5px;
        }

        .lds-default div:nth-child(7)[b-7916i7pvwx] {
            animation-delay: -0.6s;
            top: 18.5px;
            left: 3.5px;
        }

        .lds-default div:nth-child(8)[b-7916i7pvwx] {
            animation-delay: -0.7s;
            top: 26px;
            left: 5.5px;
        }

        .lds-default div:nth-child(9)[b-7916i7pvwx] {
            animation-delay: -0.8s;
            top: 31px;
            left: 11px;
        }

        .lds-default div:nth-child(10)[b-7916i7pvwx] {
            animation-delay: -0.9s;
            top: 33px;
            left: 18.5px;
        }

        .lds-default div:nth-child(11)[b-7916i7pvwx] {
            animation-delay: -1s;
            top: 31px;
            left: 26px;
        }

        .lds-default div:nth-child(12)[b-7916i7pvwx] {
            animation-delay: -1.1s;
            top: 26px;
            left: 31px;
        }

@keyframes lds-default-b-7916i7pvwx {
    0%, 20%, 80%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}
/* _content/Agenda/MVVM/View/Componentes/Personal/CuentaView.razor.rz.scp.css */
.contenedor-padre[b-4egz8843kk]{
    padding:25px;
    display:flex;
    flex-flow:row wrap;
    justify-content:center;
    align-items:center; 
    gap:25px;
    height:90vh;
}
.contenedor-hijo[b-4egz8843kk] {
    flex: 1 1 40%;
    gap: 25px;
    text-align: center;
    display:flex;
    flex-flow:column nowrap;
    justify-content:center;
    align-items:stretch;
    height:100%;
}
    .contenedor-hijo:nth-child(2)[b-4egz8843kk]{
        border:1px solid white;
        border-radius:5px;
        height:auto;
        width:100%;
    }
    .div-hijo[b-4egz8843kk] {
        border: 1px solid white;
        border-radius: 5px;
        display: flex;
        flex-flow: column nowrap;
        gap: 10px;
        align-items: stretch;
        justify-content: stretch;
        height: 50%;
    } 
    [b-4egz8843kk] .div-hijo1 {
      padding:10px 20px 10px 20px;
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: space-around;
    overflow-y:scroll;
    height:100%;
}
    .datos-padre[b-4egz8843kk]{
     display:flex;
     flex-flow:row nowrap;
     justify-content:start;
    }
    .datos[b-4egz8843kk]{
        flex:1 1 40%;
    }
@media screen and (max-width:960px) {
    .contenedor-hijo:nth-child(1)[b-4egz8843kk] {
        flex: 1 1 80%;
        height: 200% !important;
    }
    .div-hijo[b-4egz8843kk]{
        height:100% !important;
    }
    .contenedor-padre[b-4egz8843kk]{
        height:auto;
        padding:10px;
    }
    [b-4egz8843kk] .div-hijo1{
        height:100%;
    }
    }
@media screen and  (max-height:600px) {
    .contenedor-hijo:nth-child(1)[b-4egz8843kk] {
        flex: 1 1 80%;
        height: 200% !important;
    }

    .div-hijo[b-4egz8843kk] {
        height: 100% !important;
    }

    .contenedor-padre[b-4egz8843kk] {
        height: auto;
        padding: 10px;
    }

    [b-4egz8843kk] .div-hijo1 {
        width:100%;
        height: 100%;
    }
}
/* _content/Agenda/MVVM/View/Componentes/Personal/PersonalView.razor.rz.scp.css */

.contenedor[b-ygtl7wl4tv]{
    display:flex;
    flex-flow:column wrap;
    gap:15px;
    text-align:center;
    font-weight:100;
}
.contenedorPlan[b-ygtl7wl4tv] {
    display: flex;
    flex-flow: column wrap;
    gap: 10px;
    text-align: center;
    font-weight: 100;
}
.sectionColumn[b-ygtl7wl4tv] {
    display: flex;
    flex-flow: column wrap;
    text-align: start;
    line-height:10px;
}
