.navbar-brand img{
    height: 2.5rem;
}
.navbar-brand{
    padding-top: 0;
    padding-bottom: 0;
}
.vernav>.nav-item>.nav-link{
    color: #333;
}
.vernav>.nav-item>.nav-link:hover, .vernav>.nav-item>.nav-link.active{
    background-color: #f5f5f5;
    color: #333;
}
.modal-dialog{
    margin: 0 0 0 auto !important;
}
.modal-open .modal{
    padding-right: 0px !important;
}
.modal-dialog-scrollable{
    max-height: 100% !important;
    height: 100% !important;
}
.modal-dialog-scrollable .modal-content{
    max-height: 100% !important;
    border-radius: 0px !important;
    border: 0px !important;
}
.modal-header{
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
select[data-fouc]:not([aria-hidden=false]){
    opacity: 1 !important;
}
.host-item{
    border: 1px solid #ccc;
    padding: 30px;
    margin-bottom: 20px;
}
.host-item > .header {
    font-size: 20px;
}
.host-item .price{
    font-size: 30px;
}
.host-item .btn{
    width: 100%;
}
.host-item i{
    color: #009688;
}
.host-item .btn i{
    color: #fff;
}
.content-wrapper{
    overflow: inherit !important;
}