/* ==========================================================================
   #DATEPICKER
   ========================================================================== */
.daterangepicker {
    display: none;
    width: 570px;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 30px 35px;
    padding-top: 27px;
    padding-bottom: 45px;
    margin-top: 5px;
    margin-left: -48px;
}

@media (max-width: 767px) {
    .daterangepicker {
        width: -webkit-calc(100% - 60px);
        width: -moz-calc(100% - 60px);
        width: calc(100% - 60px);
        padding: 25px 0px;
    }
}

.daterangepicker:before, .daterangepicker:after {
    display: none;
}

.daterangepicker .calendar {
    margin: 0;
    width: 235px;
}

.daterangepicker .calendar th {
    font-size: 14px;
    color: #aaa;
    cursor: default;
}

.daterangepicker .calendar th.month {
    font-size: 16px;
    color: #555;
    font-weight: 700;
}

.daterangepicker .calendar th.next, .daterangepicker .calendar th.prev {
    font-size: 20px;
    color: #ccc;
    text-align: center;
}

.daterangepicker .calendar.right {
    float: right;
}

@media (max-width: 767px) {
    .daterangepicker .calendar {
        width: 235px;
        max-width: 270px;
    }
    .daterangepicker .calendar.right, .daterangepicker .calendar.left {
        float: none !important;
        clear: none !important;
        margin: 0 auto !important;
    }
    .daterangepicker .calendar.left {
        margin-bottom: 30px !important;
    }
}

.daterangepicker .calendar-table {
    padding: 0;
}

.daterangepicker .calendar-table .table-condensed thead tr:nth-child(2) th {
    padding-top: 27px;
    padding-bottom: 17px;
}

.daterangepicker.ltr .calendar.left .calendar-table {
    padding: 0;
}

.daterangepicker_input {
    display: none;
}

.daterangepicker td {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    font-family: "Jost", sans-serif;
    text-align: center;
    font-size: 14px;
    color: #555;
}

.daterangepicker td.start-date, .daterangepicker td.end-date {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #00ad5f;
}

.daterangepicker td.start-date.end-date {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.daterangepicker td.in-range {
    background: #d9f1e3;
}

.daterangepicker td.today {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    background: #c9c9c9;
}

.daterangepicker td.today.in-range {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background: #00ad5f;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background: transparent;
    color: #aaa;
}

.daterangepicker select {
    outline: none;
    font-family: inherit;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 14px;
    padding: 8px 4px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background: #00ad5f;
}

.dropdown-datepicker {
    position: relative;
}

.dropdown-datepicker .daterangepicker {
    width: 280px;
    padding: 20px;
}

/* ==========================================================================
   #FORM
   ========================================================================== */
.search-bar-form input,
.search-bar-form textarea {
    outline: none;
    margin: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    font-size: 18px;
    font-family: inherit;
}

.search-bar-form input:disabled {
    background: transparent;
    cursor: pointer;
}

.search-bar-form textarea {
    resize: none;
}

.search-bar-form .input-group-search {
    position: relative;
    background: #ffffff;
    padding: 9px 50px;
    padding-bottom: 3px;
    padding-right: 20px;
    border-right: 1px solid #3ba626;
}

.search-bar-form .input-group-symbol {
    position: absolute;
    font-size: 30px;
    left: 15px;
    bottom: 17px;
    color: #26a65b;
}

.search-bar-form .input-group-icon {
    position: relative;
}

.search-bar-form .input-icon {
    font-size: 24px;
    color: #808080;
    position: absolute;
    line-height: 28px;
    right: 0;
    top: 0;
    width: 28px;
    background: #fff;
    text-align: center;
    cursor: pointer;
}

.search-bar-form .input-icon::before {
    display: block;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.search-bar-form .label {
    font-size: 14px;
    color: #000000;
    text-transform: capitalize;
    display: block;
    font-weight: bolder;
    font-family: "Jost", sans-serif;
}

.select2-container--default .select2-selection--single {
   border: 0!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 0;
}
.select2-container--default .select2-results__option{
    font-family: "Jost", sans-serif;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    font-family: "Jost", sans-serif;
    color: #26a65b;
    font-size: 16px;
}

.search-bar-form .input--style-1 {
    font-size: 16px;
    padding: 5px 0;
    padding-top: 0px;
    text-transform: uppercase;
    color: #26a65b;
    font-family: "Jost", sans-serif;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #26a65b;
    font-size: 16px;
    padding: 5px 0;
    padding-top: 0px;
    text-transform: uppercase;
    font-family: "Jost", sans-serif;
}

.search-bar-form .input--style-1::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #26a65b;
}

.search-bar-form .input--style-1:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #26a65b;
    opacity: 1;
}

.search-bar-form .input--style-1::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #26a65b;
    opacity: 1;
}

.search-bar-form .input--style-1:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #26a65b;
}

.search-bar-form .input--style-1:-ms-input-placeholder {
    /* Microsoft Edge */
    color: #26a65b;
}

/* ==========================================================================
   #SELECT
   ========================================================================== */
.search-bar-form .quantity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
}

@media (max-width: 575px) {
    .search-bar-form .quantity {
        float: none;
        margin-top: 10px;
    }
}

.search-bar-form .quantity > input {
    -webkit-appearance: none;
    width: 55px;
    text-align: center;
    font-size: 18px;
    color: #555;
    font-weight: 700;
}

.search-bar-form .minus,
.search-bar-form .plus {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 28px;
    text-align: center;
    border: 2px solid #ccc;
    font-size: 24px;
    color: #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.search-bar-form .minus:hover,
.search-bar-form .plus:hover {
    background: #ccc;
    color: #fff;
}

.search-bar-form .list-room {
    list-style: none;
    max-height: 324px;
    overflow-y: auto;
    padding-right: 20px;
}

.search-bar-form .list-room__item {
    margin-bottom: 20px;
}

.search-bar-form .list-room__footer {
    padding-top: 22px;
    border-top: 1px solid #e5e5e5;
}

.search-bar-form .list-room__name {
    margin-bottom: 5px;
    display: block;
    font-weight: 700;
    color: #26a65b;
    border-bottom: 1px solid;
    width: fit-content;
}

.search-bar-form .list-person {
    list-style: none;
}

.search-bar-form .list-person .list-person__item:last-child {
    margin-bottom: 0;
}

.search-bar-form .list-person__item {
    margin-bottom: 15px;
}

.search-bar-form .list-person__item::after {
    content: "";
    clear: both;
    display: table;
}

.search-bar-form .list-person__item .name {
    font-size: 18px;
    color: #555;
    font-weight: 700;
    display: inline-block;
    margin-top: 5px;
}

.search-bar-form #btn-add-room {
    font-family: inherit;
    font-size: 16px;
    color: #00ad5f;
    font-weight: 700;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.search-bar-form #btn-add-room:hover {
    text-decoration: underline;
}

.search-bar-form .dropdown-select {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: -webkit-calc(100% + 2px);
    top: -moz-calc(100% + 2px);
    top: calc(100% + 2px);
    background: #fff;
    z-index: 999;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}

.search-bar-form .dropdown-select.show {
    display: block;
}

.search-bar-form .open .input-icon::before {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

/* ==========================================================================
   #SELECT2
   ========================================================================== */
.select--no-search .select2-search {
    display: none !important;
}

.rs-select2 {
    width: 100%;
}

.rs-select2 .select2-container {
    width: 100% !important;
    outline: none;
}

.rs-select2 .select2-container .select2-selection--single {
    outline: none;
    border: none;
    height: 30px;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
    padding-left: 0;
    color: #808080;
    font-size: 16px;
    text-transform: uppercase;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow {
    height: 28px;
    right: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow:after {
    font-family: "Jost", sans-serif;
    content: '\f2f9';
    font-size: 24px;
    color: #808080;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.rs-select2 .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow::after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.select2-container--open .select2-dropdown--below {
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    margin-top: 2px;
    overflow: hidden;
}

.select2-container--default .select2-results__option {
    padding: 10px;
    font-size: 16px;
    color: #808080;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #00ad5f;
}
