.calendar-view td,
.calendar-view th {
    padding: 10px;
}

.calendar-view .table-bordered>tbody>tr>td,
.calendar-view .table-bordered>tbody>tr>th,
.calendar-view .table-bordered>tfoot>tr>td,
.calendar-view .table-bordered>tfoot>tr>th,
.calendar-view .table-bordered>thead>tr>td,
.calendar-view .table-bordered>thead>tr>th {
    border: 1px solid #28a745;
}

.calendar-toolbar {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.calendar-toolbar .button_default {
    background-color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 21px;
    letter-spacing: .15em;
    min-width: 0px;
    padding: 4px 30px;
    margin: 0;
}

.calendar-toolbar .button_default:hover {
    background-color: #28a745;
}

.calendar-toolbar .today-btn {
    width: 137px;
}

.calendar-month-head th {
    background-color: #28a745;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    line-height: 21px;
    letter-spacing: .15em;
    text-transform: uppercase;
    width: 14.2857143%;
}

.calendar-month-row td {
    background-color: #fff;
    color: #28a745;
    position: relative;
    font-size: 11px;
    font-weight: bold;
}

.calendar-month-row td.calendar-prior-months-date {
    color: #dad6cb;
}

.calendar-month-row td.closed {
    color: #bfbaa7;
}

.calendar-month-row td.closed:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #28a745;
    opacity: 0.2;
}

.calendar-month-row td .button-book {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px;
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0px none;
    min-width: 0;
    text-align: left;
    font-size: 11px;
    font-weight: bold;
}

.calendar-month-row td .button-book:before {
    content: "+";
    position: absolute;
    bottom: 8px;
    left: 8px;
    margin: 0;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 8px;
    color: #28a745;
}

.rtl .calendar-month-row td .button-book:before {
    right: 8px;
    left: auto;
}

.calendar-month-row td .button-book span {
    font-weight: 400;
    font-size: 9px;
    letter-spacing: .25em;
    text-transform: uppercase;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: inline-grid;
    text-align: left;
    align-items: end;
    padding-left: 26px;
    color: #28a745;
}

.rtl .calendar-month-row td .button-book span {
    text-align: right;
    padding-left: 0px;
    padding-right: 26px;
}

.calendar-month-row td .button-book:hover:before {
    color: #fff;
}

.calendar-month-row td .button-book:hover span {
    opacity: 1;
    color: #fff;
}

.calendar-month-row {
    height: 75px;
}

.calendar-prior-months-date {
    color: #DDD;
}

.calendar-month-row td.calendar-today {
    color: #d60b0b;
}

.calendar-current-date-wrapper {
    display: flex;
}

.rtl .calendar-current-date-wrapper {
    direction: ltr;
}

.calendar-current-date {
    text-align: center;
    display: inline-block;
    width: 131px;
    border-top: 1px solid #28a745;
    border-bottom: 1px solid #28a745;
    padding: 4px;
    background: #fff;
    margin: 0;
    font-size: 10px;
    line-height: 21px;
    text-transform: uppercase;
    color: #28a745;
    font-weight: bold;
    letter-spacing: .15em;
}

.calendar-toolbar .button_default.prev-button {
    border-right: 0px none;
}

.calendar-toolbar .button_default.next-button {
    border-left: 0px none;
}

.day_book {
    top: -3px !important;
    left: 0px !important;
    display: unset !important;
    padding: 8px !important;
    color: #28a745;
    position: relative;
    font-size: 11px !important;
    font-weight: bold !important;
    opacity: 1 !important;
    letter-spacing: unset !important;
}

#book-popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    background: #fafafa;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-box-shadow: 0px 30px 100px -13px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 30px 100px -13px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 30px 100px -13px rgba(0, 0, 0, 0.4);
}

#book-popup-wrapper .book-popup-inner-wrapper {
    overflow-y: auto;
}

#book-popup-wrapper a.close-pop {
    color: #fff;
    background: #28a745;
    font-size: 10px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: block;
    line-height: 25px;
    text-align: center;
    position: absolute;
    top: 60px;
    right: 60px;
}

#book-popup-wrapper .prodprivacy {
    display: inline;
}

#book-popup-wrapper .selecttooption {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

#book-popup-wrapper .select2OptionPicker,
#book-popup-wrapper .fakeSelect {
    margin-left: -15px;
    margin-right: -15px;
}

#book-popup-wrapper .select2OptionPicker ul,
#book-popup-wrapper .fakeSelect ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

#book-popup-wrapper .select2OptionPicker li,
#book-popup-wrapper .fakeSelect li {
    margin: 0px 15px 15px 15px;
    width: calc(33.33333% - 30px);
}

#book-popup-wrapper .select2OptionPicker li.disabled,
#book-popup-wrapper .fakeSelect li.disabled {
    display: none;
}

#book-popup-wrapper .select2OptionPicker li a,
#book-popup-wrapper .fakeSelect li a {
    width: 100%;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border-radius: 0;
    border: solid 1px #28a7465e;
    color: #28a7465e;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: .15em;
}

#book-popup-wrapper .select2OptionPicker a:hover,
#book-popup-wrapper .select2OptionPicker .picked,
#book-popup-wrapper .fakeSelect a:hover,
#book-popup-wrapper .fakeSelect .picked {
    color: #28a745;
    border-color: #28a745;
}

#book-popup-wrapper h4 {
    margin-bottom: 15px;
}

#book-popup-wrapper .msg-container .alert {
    width: 100%;
    padding: 20px 40px;
    text-align: center;
    margin: 0 0 40px 0;
}

#book-popup-wrapper #fakeSelect2 li {
    width: auto;
}

#book-popup-wrapper #fakeSelect2 li a {
    padding: 5px 20px;
}