.trip-select-dropdown{
    min-width: 200px;
    width: 100%;
}

.trip-select .select2-container--default .select2-selection--single{
    border: none;
}

.trip-table-row.disable a.w-button, .w-dropdown-link.disabled {
opacity: 1;
}

.trip-table > .fact-block{
    margin-left: 0;
}

.trip-table-row.green-text .dot{
    background-color: green;
}

.trip-table-row.orange-text .dot{
    background-color: orange;
}

.trip-table-row.red-text .dot{
    background-color: red;
}

.trip-table-row.red-button > .trip-table-btn{
    color: #ffffff;
    background: #dc2700;
#    background-image: linear-gradient(0deg,rgba(212, 75, 51, 1) 100%, rgba(212, 75, 51, 1) 100%);
}

.trip-table-row.red-button > .trip-table-btn:hover{
    color: #ffffff;
#    background-image: linear-gradient(180deg, #cc0f28, #a5091e);
    background: #e42900;
}

.trip-table-row.yellow-button > .trip-table-btn{
    color: #494646;
    background: #fff200;
}

.trip-table-row.yellow-button > .trip-table-btn:hover{
    color: #494646;
    background: #faee15;
}

.table-trip-depature{
    padding-left: 10px;
}

.table-trip-availability{
    width: 30px;
    margin-top: 10px;
    float: left;
    overflow: hidden;
    text-align: center;
}

.dot {
    height: 12.5px;
    width: 12.5px;
    border-radius: 50%;
    display: inline-block;
}

.trip-select-wrap > .trip-select{
    width: 100%;
}

/* Agreed Code */

@media screen and (max-width: 767px) {
    .trip-select {
        width: 100% !important;
    }
}

@media screen and (max-width: 991px) {
    .trip-select {
        width: 100% !important;
    }
}

.trip-info {
    width: 600px;
    align-content: center;
    padding-right: 10px;
}

.trip-info p {
    margin-bottom: 0px;
}

.select2-selection__placeholder {
    color: #222 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgba(102,97,98,.1) !important;
    color: #222 !important;
}

.select2-results__option {
    font-size: 20px !important;
    font-weight: 500px !important;
}

