
.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;
}

/* 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;
}