.search_form__counter_item_label small {
    display: none !important;
}

.search_form__counter_item_label {
    flex-basis: 55%;
    margin: auto 0;
}

.list-group-item {
    cursor: pointer;
    max-width: none !important;
}

.MuiSvgIcon-root {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}

.list-optgroup {
    font-weight: bold;
    text-transform: uppercase;
    cursor: default !important;
}

.list-optgroup:hover {
    background: none !important;
}

.list-group-item:not(.list-optgroup) {
    padding-left: 15px !important;
}

.packagetours-obejcts-list, .packagetours-destination-list, .packagetours-people-select {
    z-index: 100;
}

.packagetours-destination-list{
    min-width: 125px;
}

.drp-calendar {
    margin-left: 0 !important;
}

.checkbox-item {
    margin: 4px 2px;
    display: flex;
    align-items: center;
}

.ts-checkbox {
    display: flex;
    width: 100%;
}

.ts-checkbox-control:hover {
    cursor: pointer;
}

.ts-checkbox-control {
    margin-top: 5px;
    margin-right: 10px;
    align-self: center;
}

.ts-checkbox-control input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid var(--SECONDARY);
    transform: scale(1.3);
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    padding: 0;
}

.ts-checkbox-control input[type="checkbox"]:checked {
    background-color: var(--SECONDARY);
}

.ts-checkbox-control input[type="checkbox"]:checked::after {
    content: "\2713";
    height: 14px;
    display: inline-block;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    line-height: 1;
    color: white;
}

.ts-checkbox__title {
    margin: 0;
    color: black;
    font-size: 85%;
    line-height: 1;
    width: 100%;
    align-self: center;
}

.ts-checkbox__title:hover {
    cursor: pointer;
}

.dropdown-container {
    position: relative;
}

.dropdown-wrapper {
	position: absolute;
    width: 510px;
    background-color: #fff;
    border: 1px solid #c9d5d7;
    border-radius: 8px;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
    z-index: 999;
    display: flex;
    top: 5px;
}

.dropdown-objects-container {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 300px;
}

.dropdown-objects {
    display: flex;
    flex-direction: column;
    overflow: auto;
    height: auto;
}

.dropdown-cities {
    width: 41%;
    background-color: #cedadc36;
}

.dropdown-placements {
    width: 59%
}

.dropdown-content {
    display: flex;
    flex-direction: column;
    height: 400px;
    padding: 20px 10px 20px 20px;
}

.dropdown-content__title {
    font-weight: 900;
}

.dropdown-content__search {
    margin: 10px 0;
    width: 100%;
}

.dropdown-content__search input {
    cursor: pointer;
    border-radius: 8px;
    color: black;
    background-color: #f4fae7;
    border: 1px solid #d0dcde;
    margin-top: 8px;
    padding: 5px 10px;
}

.dropdown-objects__label {
    width: 100%
}

.dropdown-objects__label:hover {
    cursor: pointer;
}

.dropdown-tabs {
    display: none;
}

.dropdown-controls {
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
}

.dropdown-controls.desktop {
    display: none;
}

.dropdown-controls__btn {
    height: 35px !important;
}

.simplebar-track.simplebar-vertical {
    background-color: #d9d9d9 !important;
    width: 10px !important;
}

.simplebar-content-wrapper {
    padding-right: 10px !important;
}

.simplebar-scrollbar::before {
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    border-radius: 0 !important;
    background-color: var(--SECONDARY) !important;
}

.simplebar-scrollbar.simplebar-visible::before {
    opacity: 1 !important;
}

input.packagetours-object-input, input.packagetours-destination-input{
    background-color: transparent;
    height: 40px;
    padding: 10px;
    font-size: 16px;
    line-height: 16px;
    border: 2px solid #d0dcde;
    border-radius: 8px;
}

.tr-hero-widget-input input.packagetours-daterange, .tr-hero-widget-input input.packagetours-people-input{
    font-weight: 400;
}

.tr-hero-widget-input input.packagetours-people-input{
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polyline points="6 9 12 15 18 9" /></svg>') no-repeat right 10px center;
}

.form-control{
	height: 40px !important;
    padding: 10px;
    font-size: 16px;
    line-height: 16px;
    border: 2px solid #d0dcde !important;
    border-radius: 8px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polyline points="6 9 12 15 18 9" /></svg>') no-repeat right 10px center;
    background-size: 20px auto;
}

.search_form__counter_item_control input{
    height: 21px;
    background-color: transparent;
}

.packagetours-people-select{
    width: 195px;
    border-radius: 10px;
}

.packagetours-people-select .card{
    border-radius: 10px;
    padding: 10px;
}

.tr-hero-widget-input .calendar-wrapper input {
    font-weight: 400;
    height: 40px;
    padding: 10px;
    font-size: 16px;
    line-height: 16px;
    border: 2px solid #d0dcde !important;
    border-radius: 8px;
} 

.vanilla-calendar{
    min-width: 100px;
}

@media screen and (max-width: 768px) {
    .dropdown-wrapper {
        width: 100%;
        flex-wrap: wrap;
    }

    .dropdown-controls.desktop {
        display: flex;
    }

    .dropdown-cities {
        width: 100%;
        border-right: none;

    }

    .dropdown-cities,
    .dropdown-placements {
        width: 100%;
        display: none;
    }

    .dropdown-cities.active,
    .dropdown-placements.active {
        display: flex;
    }

    .dropdown-tabs {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%
    }

    .dropdown-tab {
        width: 50%;
        text-align: center;
    }

    .dropdown-tab:hover {
        cursor: pointer;
    }

    .dropdown-tab__active {
        background-color: var(--SECONDARY);
        color: #FFF;
    }

    .dropdown-cities {
        background-color: #f5f5f5 !important;
    }

    .dropdown-placements {
        background-color: #f5f5f5 !important;
    }
}
.people-picker {
    font-weight: 400;
    height: 40px;
    font-size: 17px;
    line-height: 16px;
    border: 2px solid #d0dcde !important;
    border-radius: 8px;
}