div.filterarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 auto;
    padding: 12px 30px 25px 32px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.filter-title {
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}

#btnSearch {
    width: 250px;
    border-radius: 1.25rem;
}

.date-group {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.date-box {
    display: inline-block;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    background: white;
    border-radius: 5px;
    width: 147px;
    height: 40px;
}

.date-box-title {
    font-size: 12px;
    padding-left: 11px;
}

.datechange {
    border: none;
    outline: none;
    vertical-align: top;
    font-size: 13px;
    font-weight: bold;
    font-family: Verdana;
    padding: 5px 0px 5px 10px;
    width: 107px;
    height: 20px;
}

.datechange-icon {
    background-image: url(./calendar-orange.png);
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 5px;
    margin-right: 5px;
}

.guest-box {
    display: inline-block;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    background: white;
    border-radius: 5px;
    width: 220px;
    height: 40px;
}

.guest-box-btn {
    height: 40px;
}

.guestchange {
    border: none;
    outline: none;
    vertical-align: top;
    font-size: 13px;
    font-weight: bold;
    font-family: Verdana;
    padding: 5px 0px 5px 10px;
    width: 185px;
    height: 20px;
}

@media (max-width: 991px) {
    .col-contacts {
        flex-direction: column;
        height: 100% !important;
        width: 70% !important;
    }

}

.guestchange-icon {
    background-image: url(./guest-orange.png);
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 5px;
    margin-right: 5px;
}

/* .guestcount {
    padding-left: 10%;
    padding-right: 10%;
} */
.removeRoomButton {
    background: url(https://shabby.cafe/templates/shabby/img/close.png) 0 50% no-repeat;
    width: 1em;
    height: 1em;
    padding: 0.5rem 0.5rem;
    border: none;
}

.childrens-ages {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.allops {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
}

.addops {
    display: flex;
    height: 100%;
    gap: 10px
}

.add-room {
    border: none;
    background-color: white;
}

@media (max-width: 435px) {
    .childrens-ages {
        flex-direction: column;
    }

    .allops {
        flex-direction: column;

    }
}

.children-count {
    width: 50%;
}

.guest-count {
    width: 50%;
}

.guestcount-title {
    position: relative;
    text-align: center;
}

.hh {
    display: none;
}

.break {
    display: none;
    width: 0%;
}

.choose-period {
    /* justify-content: space-between !important; */
}

.selected-period {
    border: 1px solid #f8ae0d;
    padding: 8px;
    border-radius: 8px;
    margin-left: 43px !important;
    display: flex;
    flex-direction: column;
}

.grey-border {
    border: 1px solid #aaa;
    cursor: pointer;
}

.flex-dates {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.requestDates {
    flex-direction: row;
    justify-content: flex-end;
}

.row-main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
}

.col-photo {
    width: 45%;
}

.col-description {
    width: 50%;
}

.break-header {
    display: none;
}

.beds-choose {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0px;
}

.container-contacts {
    display: flex;
    flex-direction: column;
}

.row-contacts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.whide {
    margin-top: 10px !important;
}

.margin-top {
    margin-top: 30px !important;
}

.margin-top-none {
    margin-top: 0px !important;
}

.col-contact {
    min-width: 350px;
}

.whide .col-contact {
    min-width: 48%;
}

.room-title {
    cursor: pointer;
    width: 100%;
    transition: 0.4s;
}

.active,
.accordion:hover {
    background-color: #ccc;
}

.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.room-attribute-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.container-contacts .form-label {
    font-weight: bold;
}

.form-check-input:checked {
    background-color: #f8ae0d !important;
    border-color: #f8ae0d !important;
}

.row-check {
    margin-left: 18px;
    margin-bottom: 5px;
}

.row-check label {
    width: 92%;
}

.comment {
    width: 97%;
}

.sales img {
    width: 45px;
}

.payment-info {
    width: 45%;
}

.sales {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
}

.row-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5%;
    justify-content: center;
}

.payment-info p {
    text-align: justify;
    font-size: 14px;
    ;
}

.row-info-mobile {
    display: none;
}

.form-label-info {
    font-size: 15px;
    margin-top: 5px;
}

#amount-info-mobile hr {
    margin-top: 7px;
    margin-bottom: 7px;
}

#amount-info-mobile .div-bold {
    font-weight: 500;
}

#amount-info-mobile {
    margin-bottom: 10px;
}

#payment-images-mobile {
    display: none;
}

#payment-images-mobile img {
    width: 45px;
    object-fit: unset !important;
}

.itc-slider ol>li {
    list-style-type: none !important;
    padding: 0 !important;
}

.itc-slider ol {
    padding: 0 !important;
    margin: 0 !important;
}

.itc-slider img {
    padding: 0 !important;
    margin: 0 !important;
}

.room-attribute img {
    margin: 0 !important;
}

#roomsWindow h2 {
    margin-top: 0 !important;
    margin-bottom: 0.5rem !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    padding: 0 !important;
    font-family: system-ui !important;
}

.info-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.info-lines {
    padding-top: 10px;
    display: none;
    flex-direction: column;
}

.info-lines-flex {
    display: flex;
    flex-direction: column;
}

.info-img {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (max-width: 991px) {
    .col-photo {
        width: 100%;
    }

    .col-description {
        width: 100%;
    }

    .break-header {
        display: block;
        width: 100%;
    }

    #btnDates {
        width: 254px;
    }

    #guests-change {
        width: 254px;
    }

    .room-attribute {
        min-width: 130px !important;
    }

    .col-contact {
        min-width: 100% !important;
    }

    .row-info {
        display: none;
    }

    .row-info-mobile {
        display: flex;
        flex-direction: column;
    }

    .payment-info {
        width: 100%;
    }

    .info-img {
        width: 100%;
    }

    .beds-choose .btn {
        width: 100%;
    }

    .beds-choose .center-btn {
        border-top: 0px #000;
        border-bottom: 1px #000 solid !important;

        border-left: 1px solid #000 !important;
        border-right: 1px solid #000 !important;
    }
}

@media (max-width: 900px) {
    .date-group {
        height: 150px;
    }

    .break {
        display: block;
        width: 100%;
    }

    .guest-box {
        width: 45%;
    }

    .date-box {
        width: 45%;
    }

    #btnSearch {
        width: 45%;
    }
}

@media (max-width: 480px) {
    .requestDates {
        justify-content: flex-start !important;
    }

    .date-group {
        flex-direction: column;
        height: 270px;
    }

    #btnSearch {
        width: 100%;
    }

    .guest-box {
        width: 100%;
    }

    .date-box {
        width: 100%;
    }

    .break {
        display: none;
    }

    .beds-choose .btn {
        width: 100%;
    }

    .beds-choose {
        width: 150px;
    }

    .beds-choose .center-btn {
        border-top: 0px #000;
        border-bottom: 1px #000 solid !important;

        border-left: 1px solid #000 !important;
        border-right: 1px solid #000 !important;
    }

    .row-check label {
        width: 184px;
    }

    .row-check input {
        margin-top: 10px;
        margin-right: 10px;
    }

    .sales {
        justify-content: flex-end !important;
    }

    #payment-images-mobile {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    #payment-images {
        display: none;
    }

    .info-img .img-hotel {
        width: 100px !important;
    }

    .modal-footer-form {
        justify-content: flex-start !important;
    }
}

/*слайдер*/
.hvr__images {
    position: relative;
}

.hvr__sectors {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
}

.hvr__sector {
    flex-grow: 1;
    cursor: pointer;
}

.images {
    display: flex;
    overflow: hidden;
}

.image {
    display: block;
}

.hvr__dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hvr__dot {
    width: 5px;
    height: 5px;
    margin: 10px 2px 0;
    border-radius: 50%;
    background: #d6dbe0;
}

.hvr__dot--active {
    background: #000;
}

.btn-check:checked {
    background-color: #fc7720 !important;
}

.datepicker-day {
    width: 68px;
    height: 64px;
    display: flex;
    flex-direction: column;
    padding: 2px;
    border: 1px solid #fff;
}

.datepicker-titlemonth {
    width: 100%;
    text-align: center;
    margin-bottom: 14px;
}

.datepicker-titlemonth .titlemonth {
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
    font-family: Arial;
}

.datepicker-titleday {
    min-width: 68px;
    min-height: 20px;
    display: flex;
    flex-direction: column;
    padding: 2px;
    border: 1px solid #fff;
    text-align: center;
    font-family: Verdana, sans-serif;
    font-size: 14px;
}

.special-disabled-day .datepicker-day-price {
    display: none;
}

.special-disabled-day {
    cursor: pointer !important;
}

.room-attribute {
    border: 0px solid #dadada;
    padding: 9px;
    min-width: 170px;
}

.row-description {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    /*gap: 50px;*/
    justify-content: space-between;
}

.lineoptions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    flex-basis: 50%;

}

.lineoptions-beds {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    /* flex-basis: 50%; */
}

.room-options {
    border: 1px solid;
    padding: 5px;
    border-radius: 5px;
    border-color: #eee;
    display: flex;
    flex-direction: column;
}

.room-options.border-none {
    border: 0px !important;
}

.room-options.display-none {
    display: none !important;
}

.room-options span {
    font-weight: 500;
    margin-bottom: 5px;
}

.lineoptions.addplace {
    flex-basis: auto;
    justify-content: space-between;
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
}

.title-option {
    width: 180px;
}

.collapse-link {
    color: #aaaaaa;
    text-decoration: dotted;
}

.other-info p {
    margin-top: 2px;
    margin-bottom: 2px;
}

.other-info li {
    color: #9c9c9c;
}

.other-info li span {
    color: #000000;
}

.btn-check+.btn-outline-secondary {
    border-radius: 0px;
}

.btn-check:checked+.btn-outline-secondary {
    background-color: #f8ae0d !important;
    border-color: #050505 !important;
}

.center-btn {
    border-left: 0 !important;
    /*border-right: 0 !important;*/
}

.btn-check:active+.btn-outline-secondary {
    background-color: #f8ae0d !important;
    border-color: #f8ae0d !important;
}

.btn-check:active+.btn-outline-secondary:hover {
    color: rgb(255, 255, 255) !important;
}

.btn-check:hover+.btn-outline-secondary {
    background-color: #f8ae0d !important;
    color: rgb(255, 255, 255) !important;
}

.btn-check:checked+.btn-secondary {
    background-color: #f8ae0d !important;
    border-color: #f8ae0d !important;
}

.btn-check:active+.btn-secondary {
    background-color: #f8ae0d !important;
    border-color: #f8ae0d !important;
}

.btn-check:active+.btn-secondary:hover {
    color: rgb(255, 255, 255) !important;
}

.info-line-change {
    margin-left: 10px;
    align-items: center;
    display: flex;
    border: 1px solid;
    border-radius: 11px;
    padding: 8px;
    gap: 10px;
    cursor: pointer;
    opacity: 1.05;
}

.info-line-change:hover {
    opacity: 1.07;
}

.info-line-change:hover .pen-info {
    background-image: url(./pen-orange2.png);
}

.pen-info {
    width: 24px;
    height: 24px;
    background-image: url(./pen.png);
}

.amount {
    align-items: center;
    flex-basis: auto;
}

.system-hidden {
    display: none;
}

.div-bold {
    font-weight: bold;
}

.modal p {
    line-height: normal;
    padding: 0;
}

.breakfast-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.breakfast-basket {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    flex-basis: 25%;
    /*border-left: 1px solid #dadada;*/
}

.breakfast-table {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex-basis: 74%;
}

.breakfast-products {
    overflow-y: scroll;
    height: 417px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 22px;
}

.bf-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bf-basket {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    flex-basis: 25%;
    /*border-left: 1px solid #dadada;*/
}

.bf-table {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
}

.bf-products {
    overflow-y: scroll;
    height: 417px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 29px;
    padding-left: 32px;
}

.bf-products-basket {
    overflow-y: scroll;
    height: 473px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 29px;
    padding-left: 32px;
}

.bf-prod-row {
    display: flex;
    flex-direction: row;
}

.bf-nav-panel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.prod-card {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 179px;
    height: 163px;
    border: 1px solid #e5d2bb;
    margin-bottom: 36px;
}

.bf-prod-card {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 174px;
    height: 163px;
    margin-bottom: 36px;
}

.ui-draggable-dragging {
    z-index: 1055 !important;
}

.prod-count-block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-top: 8px;
    flex-basis: 30%;
}

.prod-add-block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #f8ae0d;
    width: 174px;
}

.prod-add-link {
    color: #fff;
    text-decoration: auto;
    font-weight: 400;
}

.prod-add-link:hover {
    text-decoration: underline;
    font-weight: 500;
    color: #fff;
}

.prod-operand {
    font-size: 27px;
    /*background-color: #fafafa;*/
    height: 23px;
    width: 23px;
    line-height: 16px !important;
    cursor: pointer;
    color: #ff6500;
    text-align: center;
}

.prod-operand:hover {
    background-color: #fafafa;
}

.prod-card-img {
    /*width: 100%;*/
    height: 86px;
}

.basket-block {
    /*flex-basis: 95%;*/
    height: 400px;
    padding-right: 13px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
}

.basket-block.active {
    background-color: #ddffdd;
}

.basket-block.hover {
    background-color: #ddffdd;
}

.basket-title {
    text-align: center;
}

.basket-amount {
    padding: 10px;
    border: 1px solid #ddd;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.basket-amount-wallet {
    flex-basis: 20%;
}

.prod-card-body {
    background-color: #fff;
    cursor: move;
    width: 174px;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.bf-prod-card-body {
    background-color: #fff;
    width: 174px;
    align-items: center;
    display: flex;
    flex-direction: column;
    border: 1px solid #e5d2bb;
}

.prod-card-title {
    text-align: center;
    margin-bottom: 5px;
    font-size: 15px;
    height: 42px;
}

.prod-card-cost {
    margin-bottom: 5px;
}

.prod-description {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.drop-item {
    border: 1px solid #eee;
    padding: 5px;
}

.drop-item-prod-header {
    display: flex;
    flex-direction: row;
    align-items: top;
    justify-content: space-between;
}

.drop-item-prod-title {
    font-weight: 600;
}

.drop-item-prod-delete {
    opacity: 0.7;
    cursor: pointer;
}

.drop-item-prod-delete:hover {
    opacity: 1;
}


.drop-item-cost {
    display: flex;
    flex-direction: column;
}

.drop-item-sum {
    display: flex;
    flex-direction: column;
    font-weight: bold;
    color: #e26118;
}

.nav-link {
    color: rgb(33, 37, 41) !important;
}

.nav-link:hover {
    color: #ff6500 !important;
}

.nav-link.active {
    text-decoration: underline;
}

.modal-title-bold {
    color: rgb(33, 37, 41) !important;
    display: block;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 20px;
    font-weight: 500;
    height: 30px;
    line-height: 30px;
    width: auto !important;
    margin: 0 !important;
    text-align: left !important;
}

.img-hotel {
    width: auto !important;
    margin: 0 !important;
}

.hotel-modal {
    z-index: 1055;
}

.btn-secondary {
    color: #000 !important;
    font-weight: 500 !important;
    background-color: #fff !important;
    border-color: #fff !important;
}

.btn-secondary:hover {
    /*color: #f8ae0d !important;*/
}

.btn-primary {
    background-color: #f8ae0d !important;
    border-color: #f8ae0d !important;
}

@media (max-width: 1199px) {
    .datepicker-titleday {
        min-width: 50px;
        max-width: 53px;
    }

    .datepicker-day {
        min-width: 50px;
        max-width: 53px;
    }

    .lineoptions {
        flex-basis: auto;
    }

    .row-description {
        gap: 15px;
    }

    .selected-period {
        margin-left: 12px !important;
    }

    .endPeriod .triangle {
        width: 50px !important;
    }

    .col-contact {
        min-width: 240px;
    }

}

@media (max-width: 990px) {
    .datepicker-weeks-container {
        flex-direction: column !important;
    }

    .datepicker-day {
        min-height: 58px;
    }
}

@media (max-width: 430px) {
    .datepicker-titleday {
        min-width: 35px;
    }

    .datepicker-day {
        width: 35px;
        min-width: 35px;
        min-height: 45px;
    }

    .endPeriod .triangle {
        width: 33px !important;
        border-left: 0px solid rgba(0, 0, 0, 0.25) !important;
        min-height: 45px;
    }

    .datepicker-day-price {
        font-size: 9px !important;
    }

    .room-attribute-block {
        display: none;
    }

    #formWindowLabel {
        font-size: 17px !important;
    }

    .startPeriod .triangle {
        width: 31px !important;
        border-right: 0px solid !important;
    }
}


.weekend-day {
    color: #fc7720;
}

.normal-day {
    cursor: pointer;
    background-color: #eee;
}

.month-change:hover {
    background-color: #eee;
}

.month-change {
    position: absolute;
    cursor: pointer;
}

.left-arrow {
    left: 0px;
}

.right-arrow {
    right: 0px;
}

.another-month-day {
    cursor: default;
    background-color: #fff;
}

.disabled-day {
    cursor: default;
    background-color: #fafafa;
    border: #fff solid 1px;
    padding: 0px;
}

.disabled-vacant-day {
    cursor: not-allowed;
    background-color: #fafafa;
    border: #fff solid 1px;
    padding: 0px;
    align-items: center;
}

.datepicker-day.startPeriod {
    padding: 0;
}

.datepicker-day.endPeriod {
    padding: 0;
}

.startPeriod .triangle {
    position: absolute;
    border: 31px solid transparent;
    border-left: 20px solid rgba(0, 0, 0, 0.25);
    width: 66px;
}

.endPeriod .triangle {
    position: absolute;
    border: 31px solid transparent;
    border-right: 20px solid rgba(0, 0, 0, 0.25);
    width: 66px;
}


.datepicker-day-number {
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    flex: 1 1 auto;
}

.disabled-day .datepicker-day-number {
    color: #dadada !important;
}

.disabled-vacant-day .datepicker-day-number {
    color: #dadada !important;
    flex: auto !important;
}

.disabled-day .datepicker-day-price {
    display: none;
}

.disabled-vacant-day .datepicker-day-price {
    margin-top: 10px;
    background: url(./disabled.png) no-repeat;
    height: 30px;
    width: 24px;
    opacity: 0.35;
}

.datepicker-day-price {
    font-size: 11px;
    text-align: center;
    /*font-weight:bold;*/
}

.datepicker-weeks {
    width: 100%;
}

.datepicker-week {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
}

.double-datepicker-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}

.hovered {
    background-color: #f8ae0d !important;
}

.selected {
    background-color: #f8ae0d !important;
}

.datepicker-weeks-container {
    display: flex;
    flex-direction: row;
}

.btn-outline-success {
    color: #2f8905 !important;
    border-color: #2f8905 !important;
}

.btn-outline-success:hover {
    color: #fff !important;
    background-color: #2f8905 !important;
    border-color: #2f8905 !important;
}

.guest-label {
    width: 44px;
}

.guest-label-whide {
    width: 100%;
}

.guest-display-none {
    display: none !important;
}

.progress-loading {
    position: absolute;
    z-index: 10000;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.progress-back {
    position: absolute;
    z-index: 1000;
    width: 100%;
    background: #fff;
    height: 100%;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0.9;
}

.flex-field {
    display: flex;
    flex-direction: row;
}

.special-disabled-day .datepicker-day-number {
    color: #000 !important;
}

.wish-row-info {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

.col-info {
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
}