
.style-logo {
    background: black;
    padding: 15px;
}

.next-cita {
    margin-top: -45px;
}

.select-service {
    text-align: center;
    border-radius: 20px;
    /*    max-width: 152px;*/
}

.icon-service {
    font-size: 25px;
}

.icon-service-category {
    font-size: 40px;
}

.none-link {
    text-decoration: none;
}

.occupied {
    background-color: #ededed !important;
    color: #7a8489;
}

.available {
    background-color: #a2efff !important;
    color: #006073;
}

.icon-big {
    font-size: 100px;
    margin-bottom: 50px;
}

.calendary-five {
    margin-bottom: 0px;
}

.active-day-calendary {
    background-color: blue;
    padding: 5px;
    border-radius: 30px;
    color: white;
}

.toDayText {
    color: #fff;
    font-size: 10px;
    margin-top: -8px;
    position: absolute;
    margin-left: 13px;
}

.link-black {
    color: black;
}

.link-muted {
    color: #afafaf;
}

.ok-check {
    font-size: 30px;
    color: green;
}

.warranty-reservaclic {
    background-color: black;
    padding: 4px 13px;
    color: white;
    border-radius: 11px;
    font-size: 10px
}

/* https://mdbootstrap.com/docs/standard/tools/design/gradients/*/
.gradient-custom {
    /* fallback for old browsers */
    background: #37ecba;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, rgba(55, 236, 186, 0.5), rgba(114, 175, 211, 0.5));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, rgba(55, 236, 186, 0.5), rgba(114, 175, 211, 0.5))
}

.dash-users {
    padding: 10px;
    background-color: #5ce794;
    border-radius: 16px;
    color: white;
}

.dash-star {
    padding: 10px;
    background-color: #5cb4e7;
    border-radius: 16px;
    color: white;
}

.dash-cites {
    padding: 10px;
    background-color: #e75ce3;
    border-radius: 16px;
    color: white;
}

.dash-cites-cancel {
    padding: 10px;
    background-color: #e75c5c;
    border-radius: 16px;
    color: white;
}

.info-dash {
    color: grey;
}

.min-height-principal {
    min-height: 90vh;
}

.confirmed-asistense {
    background-color: #eefbee !important;
}

.lock-cita {
    border-radius: 20px !important;
}

.img-all-supplier {
    margin-top: 20px;
    margin-left: 0px;
}

/* ----------------------------------------------
    Generated by AnimatiSS
    Licensed under FreeBSD License
    URL: https://xsgames.co/animatiss
    Twitter: @xsgames_
---------------------------------------------- */

.rotate-scale-up {
    animation: rotate-scale-up 0.4s linear both
}

@keyframes rotate-scale-up {
    0% {
        transform: scale(1) rotateZ(0)
    }

    50% {
        transform: scale(2) rotateZ(180deg)
    }

    100% {
        transform: scale(1) rotateZ(360deg)
    }
}

.blur-in {
    animation: blur-in 0.7s linear both
}

@keyframes blur-in {
    0% {
        filter: blur(12px);
        opacity: 0
    }

    100% {
        filter: blur(0);
        opacity: 1
    }
}

/* SWIPER styles ---------------------- */
swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

/* swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
} */

swiper-slide {
    background-position: center;
    background-size: cover;
    width: 350px;
    height: 100%;
    margin-left: -28px;
}

swiper-slide img {
    display: block;
    width: 100%;
}

.cita-especial {
    position: fixed;
    z-index: 99;
    top: 87%;
    left: 79%;
    background: #212529;
    padding: 9px;
    border-radius: 50px;
}

.max-altura {
    max-height: 200px;
    border-radius: 50px;
}

.modal-button-photo-profile {
    background: #23acdc;
    padding: 5px;
    position: absolute;
    margin-top: -25px;
    /* margin-left: 108px; */
    color: #fff;
    border-radius: 5px;
    font-size: 25px;
    cursor: pointer;
}


        .provider-card {
            border-radius: 1rem;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            transition: transform 0.2s ease;
        }

        .provider-card:hover {
            transform: translateY(-4px);
        }

        .provider-img {
            border-top-left-radius: 1rem;
            border-top-right-radius: 1rem;
            height: 180px;
            object-fit: cover;
            width: 100%;
        }

        .rating {
            color: #fbbc04;
            font-weight: bold;
        }

        .btn-primary {
            border-radius: 50px;
        }