.widget{
    background: none !important;
}

@media only screen and (min-width: 1101px) {

.widget{
    margin-left: -40px
}

.widget-dates{
margin-left: -9px;    
}

.widget-passengers{
margin-left: -9px;    
}


.widget-airports{
    width: 800px;
}

.widget-airports__col:first-of-type .widget-airports__airportCode {
    right: 22px !important;
}

@media only screen and (min-width: 1101px) {
    .widget:after
    {
        background: none !important;
    }
}

.widget-airports__swap{
    /* left: 5px !important; */
    background: white !important;
    /* margin-left: 26px; */
    margin-left: 30px !important;
    border-radius: 100px !important;
    height: 28px !important;
    font-size: 11px !important;
    width: 28px !important;
    border: 1px solid #dedede !important;
}

.widget-airports__swap:before{
    top: 7px !important;
    left: 5px !important;
    width: 13px !important;
    height: 5px !important;
    background-size: 13px !important;
}

.widget-airports__swap:after{
    top: 14px !important;
    left: 6px !important;
    width: 13px !important;
    height: 5px !important;
    background-size: 13px !important;
}

.widget-airports__col:last-of-type .widget-airports__select__wrapper {
        padding-left: 6px !important;
    }
}

@media only screen and (max-width: 650px) {
    .widget-airports__select .Select-control {
        margin-bottom: 5px;
    }
}

.widget-ui-mobile__header, .widget-ui-datepicker__header, .widget-ui-datepicker__header_departure{
    background-color: rgb(44 57 89) !important;
}

.widget-ui-datepicker__footer__button {
    background-color: rgba(7, 95, 211) !important;
}

.widget-passengers__footer__button{
    background-color: rgba(7, 95, 211) !important;
}

.widget-classType__inner__button_selected{
    background-color: rgba(7, 95, 211) !important;
}

.bg-white {
    z-index: 9999;
}

.widget .form-control, .widget-airports__select .Select-input{

    display: flex !important;
    align-items: center !important;
    height: 50px !important;
    padding: 10px 15px 10px 15px !important;
    border-left: 1px solid rgba(24, 25, 32, .1 ) !important;
    line-height: 30px !important;
    border: none !important;
    border-radius: 5px !important;
}

.Select-control {
    border-radius: 5px !important;
}

.widget-passengers__trigger, .Select{
    border-radius: 5px !important;
}

.widget-airports__select__value{
    padding-right: 0px !important;
}

.widget-airports__select__value__airportName, .widget-airports__select__value__comma, .widget-dates__caption, .widget .Select, .widget .Select input, .widget-airports__select__value__placeholder, .widget-airports__select .Select-placeholder, .widget-airports__select .widget-airports__select__value__placeholder {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 50px !important;
    border-radius: 5px !important;
}

.btn{
    height: 50px !important;
    background-color: rgba(12, 115, 254, 1) !important;
    color: rgba(255 255 255) !important;
    border-radius: 5px !important;
} 
.btn.btn-primary.widget__startButton:hover{
    background:  rgb(0, 85, 196) !important;
}

.widget__startButton{
    width: 87px;
}