/* Ocultar antes inicio Alpine */
[x-cloak] {
    display: none;
}

@font-face {
    font-family: "Comfortaa";
    font-weight: 600;
    src: url("../fonts/Comfortaa.ttf");
}

/* Animación Texto Alergias */
.fade-in {
    -webkit-animation: fade-in 0.9s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in 0.9s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.top-fixed {
    top: 150px;
}

/* Inputs disabled */
.disabled,
.disable {
    opacity: 0.4;
    cursor: not-allowed !important;
}

/* Avisos */
.avisos p:empty {
    display: none;
}

.avisos p {
    margin: 1em 0;
}

/* Dirección */
#crearDireccion .title-direccion .fa-sort-up {
    position: relative;
    top: 0.5rem;
}

/* Conflico z-index botones SwAl */
.swal2-actions {
    z-index: 0 !important;
}

.top-up {
    top: -5px;
}

/* Maquetacion tabla info cookies */
.table-cookies {
    width: 100%;
    background: #f7f7f7;
    text-align: left;
    border-radius: 10px;
}

.table-cookies > tbody > tr:nth-child(1) {
    color: #fff;
    background: #252f3f;
    font-weight: bold;
    text-align: center;
}

/* Picker Time */
ul.picker__list {
    padding-bottom: 0;
}

.picker--time .picker__button--clear {
    width: 100% !important;
    margin: 0 !important;
}

.picker--time .picker__button--clear:hover {
    background: #9ca1aa !important;
}
