/*
    ======================================
    
    DASHBOARD PAGE STYLE

    ========================================
*/


.tab button.active {
    color: #fff;
    border-bottom: 4px solid #ffd943;
}

.tab button {
    background: inherit;
    color: #ffffff9c;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    border-bottom: 4px solid transparent;
}

.tabcontent {
    display: none;
}

/*
    ======================================
    
    EMPLOYEES SCHEDULE PAGE STYLE

    ========================================
*/

input[type=checkbox] {
    vertical-align: middle;
    width: 25px;
    height: 25px;
    -webkit-box-flex: 20px;
    border: 1px solid #dcdddf;
    cursor: pointer;
}

.day-name {
    font-size: 20px;
    color: #253246;
    text-transform: capitalize;
    width: 60px;
    font-weight: bold;
    margin-left: 10px;
}

.worktime-day {
    margin: 10px 0px;
    border-bottom: 1px solid #eee;
    min-height: 60px;
    align-items: center;
}


/*
    ======================================
    
    BARBERSHOP LOGIN PAGE STYLE

    ======================================
*/


.login {
    max-width: 560px;
    background: #fff;
    position: relative;
    margin: 15px auto;
    padding: 55px 85px 55px 85px;
    -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    border-radius: 3px;
}

@media (max-width: 560px) {
    .login {
        padding-left: 15px;
        padding-right: 15px;
        margin: 30px;
    }
}

.form-input {
    margin-bottom: 50px;
}


.login input[type="text"],
.login input[type="password"] {
    border: 1px solid #e6e6e6;
    box-shadow: none;
    color: #555555;
    line-height: 1.2;
    font-size: 18px;
    display: block;
    width: 100%;
    background: transparent;
    height: 55px;
    padding: 0 25px 0 25px;
    border-bottom-right-radius: 2px !important;
    border-top-right-radius: 2px !important;
    margin-bottom: 10px;
}

.login input[type="text"]:focus,
.login input[type="password"]:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

.login button[type="submit"] {
    background: #28d;
    border-color: transparent;
    color: #fff;
    cursor: pointer;
    line-height: 40px;
    font-size: 16px;
    width: 100%;
    border: none;
    border-radius: 3px;
}


input:focus .border {
    width: 100%;
    height: 100%;
}

.login button[type="submit"]:hover {
    background: #17c;
}

.login button[type="submit"]:focus {
    border-color: #05a;
}

.login .forgotPW {
    font-size: 13px;
    padding: 10px;
    text-align: center;
    display: block;
    margin: 0;
}

.login100-form-title {
    font-size: 30px;
    color: #555555;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    display: block;
    padding-bottom: 32px;
}

.txt1 {
    font-size: 13px;
    color: #555555;
    line-height: 1.4;
    text-transform: uppercase;
    padding-bottom: 11px;
    display: block;
    font-weight: bold;
}



/* Contenedor principal del select */
.custom1-select {
    appearance: none;
    /* Quita el estilo por defecto */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #ffffff;
    border: 1px solid rgb(100, 157, 203);
    border-radius: 8px;
    padding: 5px 10px 5px 10px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0%200l5%206%205-6z%22%20fill%3D%22%234a90e2%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
}

/* Hover */
.custom1-select:hover {
    border-color: rgb(93, 142, 182);
}

/* Focus */
.custom1-select:focus {
    outline: none;
    border-color: rgb(255, 255, 255);
    box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.3);
}

/* Opciones */
.custom1-select option {
    padding: 10px;
}


input[type="date"] {
    width: 100%;
    padding: 8px 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

input[type="submit"] {
    margin-top: 20px;
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 10px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

input[type="submit"]:hover {
    background-color: #45a049;
}

.resultado {

    text-align: center;
    background-color: #e7ffe7;
    padding: 10px;
    border-radius: 4px;
}

/* Media query para pantallas de 768px o menos (tablets o móviles) */
@media (max-width: 700px) {
  body {
    height: 30px;
  }
}

@media (max-width: 560px) {
    /* Selecciona el segundo elemento de la columna en el modo móvil */
    .elemento-con-salto {
        /* Fuerza a que el segundo elemento se comporte como un bloque, creando un "salto de línea" */
        display: block; 
    }
}
