body{
    padding: 0;
    margin: 0;
    background-color: var(--azul_claro);
}

#contAlert{
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 22;
}

#tachita{
    position: absolute;
    color: var(--azul);
    background: none;
    border: none;
    font-size: 1.3rem;
    right: 22px;
    top: 12px;
}

#tachita:hover{
    cursor: pointer;
    color: var(--amarillo);
}

#modalMessageTitle{
    color: var(--azul);
    font-weight: 500;
    font-size: 1.3rem;
    width: 90%;
    text-wrap: balance;
}

#modalHorario{
    width: 90%;
    position: relative;
    overflow: hidden;
    .basicRow{
        justify-content: space-between;
        width: 90%;
        .basicColumn{
            gap: 16px;
            width: 45%;
            margin-bottom: 16px;
            .basicImp, select{
                width: 90%;
            }
        }
    }
}

#modalHorarioCarga{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    background-color: #fff;
    height: 100%;
    width: 100%;
    z-index: 55;
}

.btnVisibleHorario{
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

#newHorarioParadas{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 12px 0;
    height: auto;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
}

.newHorarioParadaItem{
    padding: 10px 20px;
    gap: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    color: #fff;
    background-color: var(--azul);
    border-radius: 5px;
    input, select{
        border-radius: 4px;
        border: none;
        outline: none;
        cursor: pointer;
    }
    input{
        width: 25%;
    }
    select{
        width: 40%;
    }
}

.horarioParadas{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}

.btnRemoveHorario{
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

.basicTachita{
    position: absolute;
    color: var(--azul);
    background: none;
    border: none;
    font-size: 1.3rem;
    right: 22px;
    top: 12px;
}

#alert{
    position: relative;
    padding: 1rem 0;
    height: auto;
    width: 90%;
    background-color: var(--blanco);
    border-radius: 5px;
}

#alertTitle{
    text-align: center;
    color: var(--azul);
}

#alertHeader{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.alertHeaderHeader{
    font-size: 0.85rem;
    color: var(--azul);
    font-weight: 600;
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#alertBody{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#todo{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

#mainHeader{
    margin-top: 132px;
    height: 70px;
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    /* border: 1px solid red; */
}

#mainHeader button{
    height: 80%;
}

.panelSection{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 32px;
    padding: 2rem 0;
    height: auto;
    width: 90%;
    background-color: var(--blanco);
    border-radius: 5px;
}

.sectionTitle{
    width: 90%;
    color: var(--azul);
    font-size: 1.4rem;
}

/*? SECCION VIAJE */

#headViajes{
    margin-top: 32px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 930px;
    width: 90%;
}

#viajeStatus{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
    width: 500px;
    border-radius: 5px;
    background-color: var(--amarillo);
}

#viajeStatus h3{
    font-size: 1.1rem;
    margin: 20px 12px;
    margin-bottom: 20px;
    text-align: center;
    color: var(--azul);
}

#viajeSteps{
    padding: 0 12px;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: var(--azul);
    box-sizing: border-box;
}

#viajeSteps p{
    margin: 0;
}

.viajeStep{
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--blanco);
    text-align: center;
}

.viajeDot{
    background-color: var(--blanco);
    height: 10px;
    width: 5px;
    border-radius: 30%;
}

#realVan{
    
    height: 200px;
    width: 90%;
    top: 0px;
    background-image: url(../Images/white-logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#contNewQr{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 100%;
    width: 600px;
    padding: 0rem 1rem;
    background-color: var(--azul);
    border-radius: 5px;
    color: var(--blanco);
    box-sizing: border-box;
}

#contNewQr label{
    width: 90%;
    font-size: 0.9rem;
}

#contNewQr .btnWhite{
    margin-top: 12px;
    margin-bottom: 16px;
    font-size: 0.9rem;
    width: 30%;
    text-align: center;
}

.impQr{
    height: 30px;
    width: 90%;
    box-sizing: border-box;
    border: none;
    text-indent: 12px;
    border-radius: 5px;
}

#impQrComment{
    height: 50px;
    padding-top: 4px;
    resize: none;
}

#contAsientos, #contAsientosInfo{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0.9rem 0;
    margin-top: 12px;
    height: 190px;
    width: 90%;
    background-color: var(--azul_opaco);
    border-radius: 5px;
}

#contAsientosInfo{
    padding: 2rem 0;
    height: auto;
    align-items: start;
    background-color: #fff;
}

.asientoRow, .asientoRowI{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    height: 100%;
    width: 20%;
}

.asientoOptsI{
    position: absolute;
    background-color: var(--azul_opaco);
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0.5rem;
    padding-inline: 0.9rem;
    border-radius: 5px;
    z-index: 20;
    button{
        padding: 0.2rem 0.4rem;
        border: 1px solid var(--azul);
        color: var(--azul);
        background-color: #fff;
        font-size: 0.75rem;
        text-wrap: nowrap;
        font-weight: 600;
        border-radius: 3px;
    }
    button:hover{
        background-color: var(--azul);
        color: #fff;
        cursor: pointer;
    }
}

.asientoOptsI:hover{
    background-color: var(--azul_claro);
}

.asientoRowI{
    gap: 48px;
}

.asientoNombreI{
    position: absolute;
    top: -20px;
    border-radius: 10px;
    border: 1px solid rgb(205, 205, 205);
    text-wrap: nowrap;
    font-size: 0.75rem;
    font-weight: 700;
    padding-inline: 12px;
    background-color: var(--blanco);
    color: var(--azul);
}

.asientoI{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.asiento, .asientoI{
    cursor: pointer;
    user-select: none;
}

.asientoImg, .asientoImgI{
    background-image: url(../Images/asiento.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
    width: 100%;
}

.asientoText, .asientoTextI{
    font-size: 0.8rem;
    text-align: center;
}

.asientoTextI{
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--azul);
}

#bottomQr{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    p{
        text-align: center;
        margin-bottom: 0;
    }
}

.listContainer{
    width: 90%;
}

.headerStats{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 90%;
}

.excelModal{

    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 0;

    .basicTacha{
        font-size: 14px;
        left: 4px;
    }

    h3{
        color: var(--azul);
        margin-bottom: 0;
    }

    .sub{
        font-size: 14px;
        color: gray;
    }

    .sSub{
        font-size: 12px;
        color: grey;
        width: 60%;
        text-align: center;
        text-wrap: balance;
    }

    #select-excel-period{
        width: 250px;
        padding: 4px 8px;
        font-size: 12px;
        border-radius: 2px;
        border: 1px solid var(--gris_hover);
        color: grey;
        margin-bottom: 16px;
    }

    .row{

        margin-bottom: 16px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 8px;

        label{
            font-size: 14px;
            color: gray;
        }
        
        input{
            width: 35%;
            padding: 4px 8px;
            font-size: 12px;
            border-radius: 2px;
            border: 1px solid var(--gris_hover);
            color: grey;
        }
    }

    .btn{
        font-size: 12px;
    }

}   

.contStats{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.listNav{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 64px;
    background-color: var(--azul);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.listBody{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 0px;
    gap: 18px;
    height: 400px;
    width: 100%;
    background-color: var(--azul_claro);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow-y: auto;
}

.noListMessage{
    margin-top: 170px;
    color: #fff;
    font-weight: 700;
}

#contUsuarios{
    width: 95%;
}

.listFilter{
    margin-left: 16px;
    text-indent: 8px;
    border-radius: 5px;
    border: 2spx solid var(--gris);
    padding: 4px 0;
}

.listItem{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 6px 0;
    height: 64px;
    width: 98%;
    color: var(--azul);
    background-color: var(--blanco);
    border-radius: 2px;
    box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.08);
}

.listCat{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.listTitle{
    text-align: center;
    margin: 0;
    font-size: 0.9rem;
    font-weight: 700;
}

.listData{
    margin-top: 8px;
    text-align: center;
    margin: 0;
    font-size: 0.75rem;
}

.itemUser{
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
}

.userPhoto{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    background-color: var(--azul);
}

.userPhoto i{
    color: var(--blanco);
}

.userStat{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.9rem;
}

.userStat p{
    text-align: center;
    margin: 0;
}

.userStat a{
    color: var(--azul);
    text-decoration: none;
}

.userStat a:hover{
    text-decoration: underline;
}

.statItem{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    width: auto;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--gris_medio_claro);
}

.statTitle{
    padding: 16px 0;
    background-color: var(--azul);
    color: #fff;
    padding-inline: 16px;
    font-size: 0.9rem;
    width: 100%;
    box-sizing: border-box;
}

.statBody{
    display: flex;
    flex-direction: row;
    width: 90%;
    font-size: 0.9rem;
    font-weight: 550;
    color: var(--azul);
}

.infoImage{
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2rem;
    overflow: hidden;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-color: var(--azul_opaco);
}

.boletoInfoRow{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    background-color: var(--azul);
    color: #fff;
    border-radius: 10px;
    width: 80%;
    justify-content: space-evenly;
    padding: 1rem 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    .linkInfoBoleto{
        color: var(--amarillo);
    }
}

.boletoInfoItem, .boletoInfoItem2{
    margin: 0;
    width: 80%;
    font-size: 0.8rem;
    font-weight: 450;
    padding: 8px 0;
    color: var(--azul);
    text-indent: 16px;
    background-color: #e4ebff;
}

.boletoInfoItem2{
    background-color: #fff
}

.sectionH{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 90%;
}

.rowPay{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    width: 90%;
    button{
        padding-inline: 12px;
        height: 100%;
        width: auto;
        font-size: 0.8rem;
        border-radius: 5px;
    }
    label{
        font-size: 0.9rem;
    }
}

#horarioList{
    display: flex;
    flex-direction: column;
    height: auto;
    width: 90%;
    gap: 4px;
}

#btnNewHorario{
    text-wrap: nowrap;
}

.horarioItem{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-evenly;
    height: auto;
    min-height: 100px;
    width: 100%;
    background-color: var(--azul_claro);
    color: var(--azul);
}

.horarioContPl{
    margin: 8px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
    width: 80%;
    gap: 8px;
}

.horarioPl{
    cursor: pointer;
    padding: 8px 16px;
    height: auto;
    width: fit-content;
    font-size: 0.9rem;
    margin: 0;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
    p{
        text-align: center;
        margin: 4px 0;
    }
}

.horarioPlTitle{
    font-size: 0.95rem;
    font-weight: 700;
}

.horarioPlSub{
    font-size: 0.8rem;
    font-weight: 500;
}

.horarioItemDia{
    display: flex;
    flex-direction: column;
    background-color: var(--azul);
    color: #fff;
    margin: 8px 0;
    height: auto;
    width: 15%;
    padding: 0px 16px;
    border-radius: 2px;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
}

.horarioItemDiaTitle{
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0;
}

.horarioItemDiaSub{
    margin-top: 2px;
    font-size: 0.9rem;
}

.listSqs{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 90%;
}

.sqTitle{
    margin-top: 0px;
    color: var(--azul);
}

.sqPrecio{
    letter-spacing: 0.5px;
    font-size: 0.95rem;
    color: var(--azul);
}

.sqSub{
    position: absolute;
    right: 8px;
    bottom: -4px;
    color: gray;
    font-size: 0.8rem;
}

.sqPago{
    position: relative;
    padding: 16px;
    box-sizing: border-box;
    height: 120px;
    width: 300px;
    border: 1px solid lightgray;
    border-radius: 5px;
}

.blue-selector{
    border: 1px solid var(--gris_hover);
    color: var(--azul);
    border-radius: 3px;
    padding: 8px;
}

@media(max-width:908px){

    #viajeSteps{
        padding-bottom: 64px;
        border-bottom-left-radius: 10px;
    }

    .panelSection{  
        width: 100%;
    }

    #horarioList{
        width: 95%;
    }

    #contNewQr label{
        width: 100%;
    }    

    .alertRightSide{
        font-size: 0.7rem;
        width: 40%;
        select{
            width: 100%;
            padding: 2px 0px;
            font-size: 0.7rem;
        }
    }

    #infoViajeTitle{
        font-size: 0.7rem;
        width: 60%;
        text-wrap: balance;
    }

    .rowPay{
        width: 100%;
        gap: 8px;
        button{
            font-size: 0.7rem;
        }
        .impQr{
            width: 32%;
            font-size: 0.8rem;
        }
    }

    .boletoInfoRow{
        gap: 16px;
        width: 95%;
        box-sizing: border-box;
        padding-inline: 16px;
        margin-top: 22px;
    }
    
    .boletoInfoItem, .boletoInfoItem2{
        width: 95%;
    }

    .asientoOptsI{
        button{
            padding: 0.2rem;
            font-size: 0.65rem;
        }
    }

    .infoImage{
        height: 70px;
        width: 70px;
        font-size: 1.5rem;
    }

    #alert{
        width: 100%;
    }

    #contAsientosInfo{
        width: 95%;
        justify-content: space-evenly;
    }

    .asientoRowI{
        width: 19%;
    }

    .asientoNombreI{
        font-size: 0.6rem;
    }

    .asientoImgI{
        height: 30px;
    }

    .statItem{
        width: 90%;
    }

    #mainHeader{
        width: 98%;
        gap: 8px;
        button{
            height: auto;
        }
    }

    .btnSection{
        font-size: 0.8rem;
        padding: 8px 16px;
    }

    .asientoImg{
        height: 35px;
    }

    .asientoText, .asientoTextI{
        font-size: 0.65rem;
    }

    #contNewQr{
        .btnWhite{
            width: 85%;
        }
    }

    #bottomQr{
        width: 100%;
        p{
            font-size: 0.78rem;
        }
    }

    .listItem{
        display: flex;
        flex-direction: column;
        height: auto;
        gap: 20px;
        padding: 16px 0;
        width: 90%;
    }

    .listTitle{
        font-size: 0.8rem;
    }

    .listData{
        margin-top: 8px;
       font-size: 0.75rem;
       text-wrap: balance;
    }

    #mainHeader{
        margin-top: 32px;
    }

    #contAsientos{
        width: 100%;
    }

    .impQr{
        width: 100%;
    }

    #headViajes{
        flex-direction: column;
        align-items: center;
        height: auto;
        gap: 32px;
    }

    #contViajes{
        width: 100%;
    }

    #viajeStatus{
        height: 750px;
        border-radius: 10px;
    }

    #viajeStatus, #contNewQr{
        width: 95%;
    }

    #contNewQr{
        gap: 16px;
    }

    #headViajes{
        width: 100%;
    }

    .panelSection{
        height: auto;
    }
}

@media(max-width:500px){
    .sqPago{
        width: 45%;
    }
    .sqTitle{
        font-size: 0.9rem;
    }
    .sqPrecio{
        font-size: 0.8rem;
    }
    .sqSub{
        font-size: 0.7rem;
    }
    .excelModal{
        .sSub{
            font-size: 10px;
        }
    }
}