.flag-option {
    transition: all 0.3s ease;
    cursor: pointer;
}
.flag-option:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 0 6px rgba(0,0,0,0.4));
}
.flag-option small {
    font-size: 0.9rem;
    color: #333;
}



.body {
    margin: 0;
    padding: 0;
}

.body .altura {
    min-height: inherit;
}

.body .row {
    margin-left: 0;
    margin-right: 0;
}

.body .row .icona-persona {
    max-width: 50px;
    width: 100%;
    font-size: 30px;
}

.body .row .redondeado {
    border-radius: 20px !important;
}

.body .row .user{

}

.body .row .bg-compsa {
    background-color: #1a71b8;
}

.body .row .text-compsa {
    color: #1a71b8;
}

.body .row .btn-menu {
    background-color: #1a71b8 !important;
    color: white !important;
}

.body .row .btn-menu:hover {
    background-color: #4C98D6 !important;
}

.body .row .btn-menu:active {
    background-color: #4C98D6 !important;
}

.body .row .activo {
    background-color: black !important;
    border: 1px solid black !important;
}

.body .row .activo:hover {
    background-color: #4D4D4D !important;
    border: 1px solid black !important;
}

.body .row .header-img {
    width: 40px;
}

.body .row .imagen-fondo {
    min-height: 100vh;
    background-image: url('/img/fichajes/fons.png');
    background-size: cover;
    background-position: right;
}

.body .row .logo-img {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.body .row .bg-light_gray {
    background-color: #ecedf0 !important;
}

.body .row .trabajador {
    max-width: inherit;
}

.body .row .load-part {
    width: 100%;
}

.body .row .load-part .entrada {
    background-color: #c2e69e;
}

.body .row .load-part .salida {
    background-color: #e49ca8;
}

.body .row .load-part .minutos {
    background-color: #1a71b8;
    height: 220px;
}

.body .row .load-part .minutos .tiempo,
.body .row .load-part .minutos .tiempo_trabajado {
    font-size: 60px;
}

.body .row .load-part .minutos_extra {
    background-color: green;
    height: 100px;
}

.body .row .load-part .minutos_extra .tiempo_extra {
    font-size: 50px;
}

.body .row .load-part .minutos_falta {
    background-color: red;
    height: 100px;
}

.body .row .load-part .minutos_falta .tiempo_falta {
    font-size: 50px;
}

.body .row .load-part .calendario {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
}

.body .row .load-part .calendario div {
    padding: 2px 5px;
    border-radius: 5px;
}

.body .row .load-part .calendario .hoy {
    background-color: #1a71b8;
    color: white;
}

.body .row .load-part .informe {
    overflow-y: auto;
    background-color: #ecedf0;
}

.body .row .load-part .fecha_informe {
    border: none;
    background-color: #ecedf0 !important;
}

.datepicker {
    background: #ecedf0 !important;
    border: none !important;
    border-radius: 20px !important;
}

.datepicker .table-condensed {
    font-weight: bold;
    color: black;
}

.datepicker .table-condensed .dow {
    display: none;
}

.datepicker .table-condensed .datepicker-switch {
    font-weight: bold;
    font-size: 14px;
    color: #1a71b8;
}

.datepicker .table-condensed .new,
.datepicker .table-condensed .old {
    visibility: hidden !important;
}

.datepicker .table-condensed .day {
    font-size: 14px;
}

.mes {
    margin-top: 10px;
    color: black;
}

.mes .nombreMes {
    color: #1a71b8;
    font-size: 16px;
    font-weight: bold;
}

.mes .diasDelMes {
    margin: 10px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
}

.mes .diasDelMes .vacio {
    visibility: hidden;
}

.mes .diasDelMes .dia {
    border-radius: 5px;
    padding: 2px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.mes .diasDelMes .festivo_trabajador {
    background-color: orange;
    color: white;
}

.mes .diasDelMes .festivo {
    background-color: red;
    color: white;
}

.mes .diasDelMes .dia_actual {
    background-color: green;
    color: white;
}

.header-part{
    background-color: #1a71b8;
}

.header-part:hover{
    background-color: #4C98D6;
}

.menu-ppal{
    background-color: #4C98D6;
    border-radius: 10px;
}

.barra{
    background-color: white;
    width: 75%;
    height: 1px;
    margin: auto;
}
/*css para telefono*/

@media (max-width: 768px) {
    .body .row .header-img {
        width: 38px;
        margin-top: 10px;
    }
    .imagenes-telefono{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    .body .row .header-part{
        background-color: #4C98D6;
        padding: 10px auto;
    }
    .body .row .header-part:hover{
        background-color: #1a71b8;
    }
    .body .row .header-part:first-child{
        border-radius: 10px 10px 0 0;
    }
    .body .row .header-part:last-child{
        border-radius: 0 0 10px 10px;
    }
    .body .row .activo {
        background-color: #1a71b8 !important;
        border: 1px solid #1a71b8 !important;
    }
    .body .row .activo:hover {
        background-color: #4C98D6 !important;
        border: 1px solid #4C98D6 !important;
    }
    .body .row .dropdown-edit{

    }
    .body .row .userbox{
        padding: 0;
        margin: 0;
    }
    .body .row .userbox .profile-info{
        margin: 0 5px 0 0;
    }
    .body .row .btn-dropmenu{
        background-color: #1a71b8 !important;
        border: none;
        color: white;
        width: 40px;
        height: 40px;
    }
}

