/*@import "./css/main-search_form.css";*/
.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: 1000;
}

.tsoperator__highlight {
    background: #ba7246!important;
    color: #fff!important;
}

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

.packagetours-transport-type-list {
    z-index: 10;
}
.packagetours-transport-type-input{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media (min-width: 1079px) {
    .form-group-40 {
        flex-basis: 40%!important;
    }
}