/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#quick-access-form .brb-input-w-icon input {
    padding-left: 25px;
    /*width: 100%;
    background-color: #eaeaea;
    border: none;
    border-radius: 0px !important;*/
}

#brbSearchForm .brb-input-w-icon input {
    padding-left: 40px;
    /*width: 100%;
    background-color: #eaeaea;
    border: none;
    border-radius: 0px !important;*/
}

.brb-geo-location {
    padding: 30px;

    display: flex;
    background: #ededed;
    margin-bottom: 50px;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.brb-geo-location {
    background: white;
}

.brb-icon {
    position: absolute;
    left: 3px;
    top: calc(50% - 0.5em);
}

.brb-geo-location select {
    width: 100%;
}

.brb-input-w-icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.brb-input-icon {
    position: absolute;
    margin-left: 5px;
}


.brb-closet-departure-wrapper {
    flex: 1.3;
}
.brb-departure-text {
    display: flex;
    font-size: 0.6rem;
    align-items: center;
}

.brb-departure-text span {
    margin-right: 3%;
}

.brb-price-content-wrapper-card {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex: 1;
}

.brb-card-footer-wrapper {
    display: flex;
    justify-content: space-between;
}