
/*Mehran*/

.airports {
    padding: 5px 9px !important;
    font-size: small !important;
    margin-right: 0 !important;
    color: #8798ad !important;
}
.airports:hover{
    color: #d71921 !important;
    font-weight: bold !important;
}

.searchbox-dropdown-item{
    padding-bottom: 0 !important;
}

.state{
    width: 100% !important;
}

.all_airports {
    padding: 0 15px !important;
    font-size: 12px !important;
    color: #a4a4a4 !important;
}

.searchbox-dropdown-list div:not(.state) {
    border-right: 1.7pt solid #d6d9e3 !important;
    position: relative !important;
    right: 16px !important;
    width: 90% !important;
}

.searchbox-autocomplete-item__airport-pipe {
    border-right: 1.7pt solid #d6d9e3 !important;
    width: 1px !important;
    height: 18px !important;
    position: absolute !important;
    right: -2px !important;
}

.searchbox-autocomplete-item__airport-pipe:after {
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    left: -1.5px;
    top: 6px;
}

.label-error{
    display: none;
}

.plaintext{
    unicode-bidi: plaintext !important;
}

.expire-time-modal {
    display: none;
    position: fixed;
    z-index: 59595;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

/*End Mehran*/
