
.guests-input button {
    cursor: pointer;
}

.guests-input button:after,
.guests-input button:before {
    content: " ";
    width: 10px;
    height: 2px;
    border-radius: 2px;
    background-color: #484848;
    position: absolute;
    top: 19px
}

.guests-input button:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 15px
}

.guests-input button:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 21px
}

.guests-input button.open:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.guests-input button.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.guests-input__options {
    margin-left: 2px;
    position: absolute;
    width: 14rem;
    background-color: #fff;
    -webkit-box-shadow: rgba(72, 72, 72, 0.2) 0px 15px 20px;
    box-shadow: rgba(72, 72, 72, 0.2) 0px 15px 20px;
    border-radius: 2px;
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

.guests-input__options.open {
    opacity: 1;
    height: 146px
}

.guests-input__options > div {
    padding: 10px 0;
    text-align: center
}

.guests-input__options > div:first-child {
    padding-top: 35px
}

.guests-input__options > div:last-child {
    padding-bottom: 35px
}

.guests-input__ctrl {
    display: inline-block;
    border: 1px solid #484848;
    font-size: 20px;
    color: #484848;
    padding: 3px 8px;
    line-height: 20px;
    border-radius: 2px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.guests-input__ctrl.disabled {
    color: #d8d8d8;
    border-color: #d8d8d8;
    cursor: default
}

.guests-input__value {
    display: inline-block;
    padding: 0 10px;
    width: 100px;
    cursor: default
}

.guests-input__value span {
    display: inline-block;
    padding-right: 5px
}

.navbar-light .navbar-brand {
    color: rgb(47 43 43 / 90%) !important;
    font-size: 1.1rem !important;
}

.sub-navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.z-index-pop {
    z-index: 1024;
}

.sticky-card {
	position: sticky !important;
	top: 4.4rem;
}

.filter-option-inner-inner {
    color: #000;
}

#guests-input-btn {
    color: #000 !important;
}

.custom-control.image-checkbox {
  position: relative;
  padding-left: 0;
}

.custom-control.image-checkbox .custom-control-input:checked ~ .custom-control-label:after, .custom-control.image-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  opacity: 1;
}

.custom-control.image-checkbox label {
  cursor: pointer;
}

.custom-control.image-checkbox label:before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control.image-checkbox label:after, .custom-control.image-checkbox label:before {
  transition: opacity .3s ease;
  opacity: 0;
  left: .25rem;
}

.custom-control.image-checkbox label:focus, .custom-control.image-checkbox label:hover {
  opacity: .8;
}

.custom-control.image-checkbox label img {
  border-radius: 2.5px;
}

.accordion-button:not(.collapsed) {
    color: #000 !important;
}

.amenity-title {
    margin-left: 10px;
}

@media (max-width: 680px) {
    .hero-banner {
        background-image: none;
        background-color: #D8D7D7;
        padding: 40px 0 40px;
    }
    .hero-banner-content {
        margin-right: 0 !important;
        padding: 0 !important;
    }
}

.create-btn {
    display: inline-block;
}

@media (max-width: 810px) {
    .hero-banner {
        background-image: none;
        background-color: #D8D7D7;
        padding: 60px 0 60px;
    }
    .hero-banner-content {
        margin-right: 0 !important;
        padding: 0 !important;
    }

}

.logo {
    height: 60px;
    width: 86px !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #000 !important;
    color: white !important;
}

a {
    color: #14336d !important;
}

a:hover {
    color: #14336d !important;
}

.footer-link {
    color: #fff !important;
}

.btn-primary  {
    color: #fff !important;
    background-color: #14336d !important;
    border-color: #14336d !important;
    padding: 10px 20px !important;
    border-radius: 10px !important;
}

.bg-gray {
    background: #a4a4a4;
}

.navigation-menu-footer li a {
    color: #fff !important;
}

.menu_left {
    top: 30px !important;
}

.btn-dark {
    background-color: #fff !important;
}

.dashboard-body {
    margin-top: 20px;
}

.menu--label {
    color: #000 !important;
}

.menu--icon {
    color: #000 !important;
}

.property-image {
    max-height: 238px !important;
}