.top-static-search-form.hotel-page .str-container {margin-left: 0;}
.str-container .tr-dep-field .select2-selection.select2-selection--single {
    border: 1px solid var(--main-color-dark-gray);
}

.tr-dep-field .select2-selection__arrow {display: none;}
.tr-dep-field .select2-selection.select2-selection--single {
    height: 54px !important;
    min-width: 60px;
    padding: 0;
    box-shadow: none;
    font-family: "Lato", sans-serif;
}
.tr-dep-field .select2-selection.select2-selection--single > .select2-selection__rendered {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: .3rem;
    color: var(--main-color-dark-gray);
}
.tr-dep-field .select2-selection.select2-selection--single > .select2-selection__rendered .fa-plane-departure {
    font-size: 1.1rem;
    margin-right: 1rem;
}
.tr-dep-field .select2-selection.select2-selection--single > .select2-selection__rendered .custom-selection {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.tr-dep-field .select2-selection.select2-selection--single:hover {background-color: #eaf3fc;}
.tr-dep-field .select2-selection.select2-selection--single:hover i.fa-plane-departure {color: #3988df;}

.tr-dep-field .select2-selection.select2-selection--single > .select2-selection__rendered .custom-selection > .selection-label { font-size: 0.75rem; }
.tr-dep-field .select2-selection.select2-selection--single > .select2-selection__rendered .custom-selection > .selection-text { font-size: 1rem; }