/* This CSS file will be loaded at last. Any CSS customization should be placed here */
.vbdivsearch {
padding: 43px;
background: #F7F8F9;
width: 100%;
}
.vbo-search-submit .btn {
    padding: 10px 50px !important;
    background: #ef4747;
    font-size: 16px;
    color: #fff;
    position: relative;
}
.vbmodroomsview > a {
    display: inline-block;
    padding: 10px 20px;
    background: #ef4747;
    border-radius: 6px;
    width: 100%;
    border: 1px solid #ef4747;
    color: #fff;
}
.vbo-reqinfo-opener {
    display: inline-block;
    padding: 7px 20px;
    border-radius: 7px;
    background: #ef4747;
    color: #fff;
    font-weight: 600;
    transition: all 400ms ease-in-out;
}
.vbo-listing-details-wrap .vbo-listing-details-desc-cont {
    padding: 0;
    font-size: 1em;
    line-height: 1.65em;
    float: none;
    border: 0;
    width: initial;
    flex: 1;
}
.vbo-listing-details-wrap .vbo-listing-details-divsearch .vbo-search-submit .btn {
    width: 100%;
    font-size: 1.4em;
    padding: 14px 20px !important;
    border-radius: 6px !important;
    cursor: pointer;
    font-weight: 600;
    transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
}
.vbo-search-submit .btn {
    padding: 7px 46px !important;
    background: #ef4747;
    font-size: 18px;
    color: #fff;
    position: relative;
    font-weight: 600;
    border-radius: 5px;
}
.vbmodroomsview > a {
    display: inline-block;
    padding: 10px 20px;
    background: #ef4747;
    border-radius: 9px;
    width: 100%;
    border: 1px solid #ef4747;
    color: #fff;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px !important;
    background: #9b9b9b;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
}
.vbdivsearch .vb-search-inner select, .vbo-showprc-optionstable .vbo-showprc-option-entry > div select, .vbo-availability-controls select {
    padding: 10.5px 30px 10.5px 9px;
    background: var(--vbo-input-style) url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E) no-repeat right .75rem center;
    background-size: 8px 10px;
    width: auto !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid var(--vbo-border-color);
    font-size: 14px;
    color: var(--vbo-text-color);
    font-weight: normal;
    height: 42px;
    line-height: initial;
    margin-top: -5px;
}