body {
    background: white;
    margin: 0;
    padding: 30px;
}

.calendar-select-days-message {
    height: auto;
    margin-bottom: 10px
}

#calendar-1,
#calendar-2 {
    padding: 0;
    margin: 0
}

#calendar-2 {
    float: right;
}

.modifyButtonCalendar {
    margin-top: 30px;
}

body {
    padding: 0;
}

#prices-calendar .calendars-section {
    padding: 0;
}

#prices-calendar .selection-section {
    margin-top: 0;
}

#prices-calendar .approximate-prices-message {
    margin-bottom: 0;
}

#prices-calendar .calendars {
    position: relative;
}

.previous_month, .next_month {
    display: block;
    width: 30px;
    height: 30px;
    background: url(https://cdn.paraty.es/static_files/secure-booking8/generic/202505221549/images/booking_2/right_arrow_calendar.png) no-repeat center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.previous_month:hover, .next_month:hover{
    opacity: 0.8;
}

.previous_month {
    left: -50px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.next_month {
    right: -50px;
}