body{
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(
        45deg,
        rgb(1, 127, 168),
        rgb(236, 246, 255),
        rgb(0, 52, 91));
    flex-direction: column; 
}

.btn_comentario{
    
    all: unset;
    color:rgb(236, 246, 255);
    box-shadow: 0 0 20px rgba(1, 127, 168, 0.7);
    border-radius: 5px;
    width: 50%;
    background: linear-gradient(
        90deg,
        rgb(1, 127, 168) 20%,
        rgb(0, 52, 91)100%);

    cursor: pointer;
}
form{
    box-shadow: 0 0 20px rgba(0,0, 0, 0.2);
    padding: 50px 35px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    text-align: center;
    
    width: 580px;
    background-color:rgb(236, 246, 255) ;
    margin-bottom: 35px;
    overflow-x: auto;
    position: relative;
    
}
.form_comentarios{
    all: unset;
    position:fixed;
    border: solid white;
    backdrop-filter: blur(10px);
    width: 250px;
    background-color:rgb(236, 246, 255) ;
    right: 10px;
    bottom: 20px;
    text-align: center;
    padding: 5px 5px 5px 5px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.ver_tutorial{
    
    position:fixed;
    top: 30px;
    left: 30px;
    cursor: pointer;
    background-color: rgb(236, 246, 255);
    border-radius: 10px;
    width: 70px;
    padding: 10px 10px 10px 10px;
    text-align: center;
    
}

.form_comentarios:hover{
    z-index: 9999;
}

.input_comentarios{
    all: initial;
    background-color: white;
    width: 100%;
    
    

}
.textarea_comentarios{
    width: 98%;
    height: 60%;
    background: transparent;
    border-radius: 5px;
}
.form_consultar{

    all: unset;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    padding: 50px 35px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    width: fit-content;
    background-color:rgb(236, 246, 255) ;
    margin-bottom: 35px;
    overflow-x: auto;
}
table{
    display: flex;
    font-family: Arial, sans-serif;
    width: 100%;
    border-collapse: collapse;
    background: linear-gradient(
        
        rgb(1, 127, 168),
        rgb(236, 246, 255),
        rgb(0, 52, 91));
  
    color: rgb(236, 246, 255);
    border-color: #bbbbe2;
    border-radius: 15px; 
    table-layout: auto;
    margin-bottom: 35px;
    
}
tr{
    height: auto; 
}
tr:hover{
    background-color: rgb(236, 246, 255);
    
}
.boton_ok{
    background:rgb(0, 52, 91);
}
.icono_sucess .swal2-success-ring{
    border-color: rgb(1, 127, 168) !important;
}
.icono_sucess .swal2-success-line-tip,
.icono_sucess .swal2-success-line-long {
   
    background: linear-gradient(
        90deg,
        rgb(1, 127, 168) 20%,
        rgb(0, 52, 91)100%) !important;
}
td{
    align-items: center;
    color: rgb(6, 9, 10);
}
form h2{
    font-family: 30px;
    color:black;
    margin: 0;
}
a{
    text-decoration: none;
    font-size: 16px;
    color:rgb(0, 52, 91);
    position: absolute;
    left: 30px;
    top: 40px;
    
}
.img_logo{
    width: 170px;
    height: 170px;
    margin-left: auto;
    margin-right: auto;
    
    
    
}


form p{
    font-size: 16px;
    color: #5E5E5E;
    margin-bottom: 35PX;
}

.input-wrapper{
    position: relative;
    width: 100%;
    margin-bottom: 35px;
}
.input_index{
    position: relative;
    width: 88%;
    margin-bottom: 35px;
}
label{
    margin-right: 35px;
}

select,
::picker(select){
    appearance: base-select;
    
}

select{
    color: rgb(233, 230, 252);
    padding: 20px 15px 20px 60px;
    width: 100%;
    border-radius: 25px;
    border: 0;
    box-shadow: 0 0 20px rgba(1, 127, 168, 0.7);
    outline: none;
    font-size: 16px;
    
    background: linear-gradient(
        
        rgb(1, 127, 168),
        rgb(0, 52, 91));
}


::picker(select){
    border-radius: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-color: rgba(1, 127, 168, 0.7);
}
option{
    color: rgb(230, 244, 250);
    background: rgba(45, 143, 175, 0.7);
        &:hover{
                background: rgba(1, 127, 168, 0.7);
            }
    
}
.select_tabla{
    all: unset;
    width: 100px;
}
option.select_place{
     color: #5E5E5E;
}
h{
    font-size: 16px;
    color: #5E5E5E;
}

.input_hora{
    width: 100%;
    box-shadow: 0 0 20px rgba(192,203, 251, 0.7);
    margin-bottom: 35px;
}

.select_consultar{
    all: unset;

    max-width: 680px;
    width: 100%;
    margin-bottom: 35px;
    justify-content: center;

    
}

.select_wrap{
    position: relative;
    max-width: 680px;
    width: 100%;
    margin-bottom: 35px;
}
input{
    color: black;
    padding: 20px 15px 20px 60px;
    width: 100%;
    border-radius: 25px;
    border: 0;
    box-shadow: 0 0 20px rgba(192,203, 251, 0.7);
    outline: none;
    font-size: 16px;

}
table input{
    padding: 0px;
    width: 120px;
    background:none;
    box-shadow: none;
    color: rgb(6, 9, 10)
}

input::placeholder{
    font-size: 16px;
    color: #bbbbe2
    
}
.input-table{
    all:unset;
    padding: 20px 15px 20px 15px;
    size: 10;
    margin-bottom: 35px;
    border-radius: 25px;
    border: 0;
    box-shadow: 0 0 20px rgba(192,203, 251, 0.7);
    outline: none;
    font-size: 16px;
}
.btn {
    padding: 20px;
    background: linear-gradient(
        90deg,
        rgb(1, 127, 168) 20%,
        rgb(0, 52, 91)100%);
        box-shadow: 0 0 20px rgba(192, 203, 251, 0.7);
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 35px;
}
strong{
    text-transform: uppercase;
}

.btn:hover{
    background: rgb(0, 52, 91);
}

.success{
    position:absolute;
    top: 50px;
    color: #00C83C;
    font-size: 18px;
}

.error{
    position:absolute;
    top: 50px;
    color: #b82803;
    font-size: 18px;
}



@media(max-width:991px){
    body{
        padding:10px;
    }
    form{
        padding: 20px;
        width:100%;
    }
    .input-wrapper{
        position: relative;
        width: 88%;
        margin-bottom: 35px;
    }

    input{
        padding: 20px 0px 20px 45px;
    }
}