.scrollbar {
    margin-left: 30px;
    float: left;
    height: 300px;
    overflow-y: scroll;
    margin-bottom: 25px;
}

.force-overflow {
    min-height: 450px;
}

#style-1::-webkit-scrollbar-track {
    border-radius: 100px !important;
}

#style-1::-webkit-scrollbar {
    width: 6px !important;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 100px !important;
    background-color: #555;
}

.scrollbar-menu-agendamento {
    float: left;
    max-height: 265px;
    overflow-y: scroll;
}

.scrollbar-menu-agendamento-style::-webkit-scrollbar-track {
    border-radius: 100px !important;
}

.scrollbar-menu-agendamento-style::-webkit-scrollbar {
    width: 6px !important;
}

.scrollbar-menu-agendamento-style::-webkit-scrollbar-thumb {
    border-radius: 100px !important;
    background-color: #555;
}
/*}*/