.body {
    font-family: Roboto;
}

.toolbar-custom {
    background: tomato;
    height: 50px;
    padding-top: 15px;
    color: white;
    border-radius: 5px;
}
.col-control-custom {
    width: 30px !important;
    padding: 0px;
}
.col-control-custom .button-left-carrousel-custom {
    position: absolute;
    top: 20px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    left: 5px;
    transition: opacity .15s ease;
    background: tomato;
    border-radius: 50px;
    width: 32px;
}
.col-control-custom .button-right-carrousel-custom {
    position: absolute;
    top: 20px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    right: 5px;
    transition: opacity .15s ease;
    background: tomato;
    border-radius: 50px;
    width: 32px;
}
.col-control-custom button span {
    width: 22px;
}
.col-control-custom .button-left-carrousel-custom span {
    margin-left: -3px;
}
.card.container .carousel-inner {
    padding: 0px;
}
.carousel-item div div.col-sm {
    width: 75px;
    padding: 0px;
}
.carousel-item div div.col-sm div .dia-semana {
    font-size: 12px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.carousel-item div div.col-sm div .dia-mes {
    font-size: 10px;
}
.carousel-item div div.col-sm div .col-horarios {
    font-size: 10px;
}
.col-horarios .box-hora {
    background: #ff63476e;
    height: 27px;
    width: 55px;
    position: relative;
    margin: auto;
}
.col-horarios .box-hora div a {
    font-size: 12px;
    font-weight: bold;
    color: #ff2801;
}
.col-horarios .box-hora-indisponivel {
    height: 35px;
    width: 55px;
    position: relative;
    margin: auto;
}
.col-horarios .box-hora-indisponivel div {
    font-size: 12px;
    font-weight: bold;
    color: #ff2801;
    text-decoration:line-through;
    ext-decoration: line-through;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
    background: white;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.2);
}