.user {
    letter-spacing: 2px;
}
.list-info .required {
    padding-left: 10%;
    color: #0861bc;
}
.list-info li span {
    font-size: 1rem;
}
#calendar-body td {
    text-align: center;
    padding: 10px;
    background-color: #f5f5f5;
    border: 2px solid #fff;
}
.card-header {
    text-align: center;
    position: relative;
}
.button_select .select_previous {
    position: absolute;
    top: 0;
    left: 40%;
}
.button_select .select_next {
    position: absolute;
    top: 0;
    right: 40%;
}
.slider-number {
    font-size: 16px;
    display: block;
    width: 100px;
    padding: 5px;
    background-color: #ccc;
    margin-top: 10px;
    text-align: center;
  }
.icon-slider {
    position: absolute;
    bottom: 0;
}
.orbit-previous {
    right: 90px;
    bottom: 21px;
}
.orbit-next {
    bottom: 21px;
    right: 30px;
}