.carouselHeadline {
    color: white;
    font-size: 37px;
    font-weight: 100;
    font-family: 'Open Sans',sans-serif;
}

.carouselText{
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 300;
}

.mainMenuTabActive{
    background-color: #33a74b !important;
    color: white;
    border-radius: 0 !important;
    border: black solid 1px !important
}

.sortBtn{
    color: black;
    background-color: white !important;
    border-radius: 0 !important;
}

.sortBtnActive{
    background-color: #33a74b !important;
    color: white;
    border-radius: 0 !important;
}

.sortBtn:hover {
    background-color: #33a74b !important;
    color: white;
    cursor: pointer;
    border-radius: 0 !important;
}

.sortBtnActive:hover {
    background-color: #33a74b !important;
    color: white;
    cursor: pointer;
}

.loaderContainer{
    width: 105%;
    height: 105%;
    position: fixed;
    z-index: 9999;
    opacity: 0.4;
    background-color: #315277;
    left: 0;
    top: 0;
    display: none;
}

.loaderRow{
    padding-left: 5%;
    margin-top: 15%;
}
.mainMenuTab{
    color: black;
    background-color: white !important;
    border-radius: 0 !important;
}

.mainMenuTab:hover {
    background-color: #33a74b !important;
    color: white;
    cursor: pointer;
    border-radius: 0 !important;
}

.mainMenuTabActive:hover {
    background-color: #33a74b !important;
    color: white;
    cursor: pointer;
}

.searchContainer{
    background-color: #33a74b !important;
}

.destinationInnerContainer{
    position: relative;
}
.destinationText {
    position: absolute;
    bottom: 28px;
    left: 16px;
    color: white;
}
.destinationSubtext{
    position: absolute;
    bottom: 8px;
    left: 16px;
    color: white;
}

.locationInput{
    border-radius: 0;
}

.selectInput{
    border: 1px solid #ced4da;
}

.formInput{
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    background-color: #f8fafc;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.searchBtn, .filterBtn, .addGroupBtn, .deleteGroupRowBtn{
    width: 100%;
    background-color: white !important;
    color: green !important;
}

.addGroupBtn{
    border-radius: 5px;
}

.newGroupTitle{
    color: white;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute; cursor: default;z-index:30 !important;
}
.ratingStar{
    color: #33a74b;
    margin: 0;
}
.hiddenRating{
    color: #f8eaea;
}
.convertImg{
    max-width: 100%;
    height: 300px;
    object-fit: cover;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.locationText{
    color: #33a74b;
    font-weight: bolder;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
}

p{
    font-family: 'Open Sans',sans-serif;
}

.priceText{
    color: #075724;
    font-family: 'Open Sans',sans-serif;
    font-size: 24px;
    font-weight: 800;
}

.offerContainer{

}

.offerInnerContainer{
    background-color: #f8eaea;
    border-radius: 5px;
}

.filterContainer{
    background-color: #7dc88d;
}

.filterText{
    font-size: 20px;
    font-weight: 500;
    font-family: 'Open Sans',sans-serif;
}

.btn{
    background-color: #33a74b;
    color: white;
    width: 100%;
    border-radius: 0;
}

.btn-danger{
    background-color: #e3342f !important;
}

.btn:hover, .btn:focus, .btn:active{
    background-color: white;
    color: black;
}

.filterLabel{

}

.tabActive{
    background-color: #33a74b !important;
    color: white;
    border-radius: 0 !important;
    font-size: 10px;
}

.tab{
    color: black;
    background-color: white !important;
    border-radius: 0 !important;
    font-size: 10px;
}

@media screen and (max-width: 700px) {
    .tabActive{
        font-size: 8px;
    }

    .tab{
        font-size: 8px;
    }
}

@media screen and (max-width: 770px) {
    .convertImg{
        width: 100%;
    }
}


/* On screens that are 600px or less, set the background color to olive */
@media screen and (min-width: 700px) {
    .tabActive{
        font-size: 16px;
    }

    .tab{
        font-size: 16px;
    }
}

.tab:hover {
    background-color: #33a74b !important;
    color: white;
    cursor: pointer;
    border-radius: 0 !important;
}

.tabActive:hover {
    background-color: #33a74b !important;
    color: white;
    cursor: pointer;
}
.offerContainer:hover{
    cursor: pointer;
    border-radius: 5px;
}
.tabContainer{
    font-size: 14px;
    padding-top: 8px;
}

br{
    margin-top: 20px;
}

.moreInfoBtn{
    background-color: inherit;
    color: black;
    border: none;
}

.moreInfoBtn:hover{
    background-color: inherit;
    color: black;
    border: none;
}

.tableHeader{
    font-size: 16px;
    font-weight: bolder;
    font-family: sans-serif;
}

.createAirportContainer, .createHotelContainer{
    background-color: beige;
    border-radius: 5px;
    border: solid;
}

.destinationInnerContainer:hover{
    cursor: pointer;
}

.reservationText{
    margin: 0px !important;
}

.reservationTextBold{
    margin: 0px !important;
}
.reservationTextCritical{
    color: red;
}
