.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 2px dashed #dddddd75;
    border-radius: 4px;
    height: 50px;
    padding: 0px 12px;
    font-size: 100px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 90%;
    top: 36%;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #999;
    font-size: 16px;
    padding-top: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #000000;
    font-size: 16px;
    padding-top: 10px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
    cursor: pointer;
    float: right;
    font-weight: bold;
    padding-top: 0px;

}
.clear-filter {
    display: none;
}

/*
.flight_Search_boxed {
    background: #8b3eea17;
    padding: 10px 10px 10px 20px;
    border-radius: 10px;
    position: relative;
    height: 115px;
}*/

.noUi-handle-lower .noUi-tooltip {
    margin-left: 15px;
}

.noUi-handle-upper .noUi-tooltip {
    margin-left: -15px;
}