/* utilities */
.fw-100 {
    font-weight: 100 !important;
}
.fw-200 {
    font-weight: 200 !important;
}
.fw-300 {
    font-weight: 300 !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.fw-800 {
    font-weight: 800 !important;
}

.gap-5 {
    gap: 5px !important;
}

.br-5 {
    border-radius: 5px !important;
}
.br-10 {
    border-radius: 10px !important;
}
.m-0 {
    margin: 0 !important;
}
.p-0 {
    padding: 0 !important;
}
.p-1-25 {
    padding: 1.25rem !important;
}
.fs-14 {
    font-size: 14px !important;
}
/* utilities end */

.form-group label {
    font-weight: 800;
}
.main-header .logo img {
    height: 60px;
}
.banner-section {
    height: 100vh;
}
.ls-widget .widget-content {
    padding: 30px 30px 15px;
}
.submit-button-group {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.submit-button-group .form-group {
    margin-bottom: 0 !important;
}
.submit-button-group .bottom-text {
    margin-bottom: 0 !important;
}
.submit-button-group button {
    margin-top: 0 !important;
}
.action-buttons {
    width: 250px;
    text-align: center;
}
.action-buttons.single {
    width: 100px;
    text-align: center;
}
.uploadButton .uploadButton-button:before {
    content: "";
}
.uploading-outer .thumbnail {
    height: calc(100% - 5px);
    width: calc(100% - 5px);
    border-radius: 5px;
}
.user-sidebar .sidebar-header .user-image img {
    height: 100%;
    width: 100%;
}

.uploaded-images {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.uploaded-images .image {
    height: 120px;
    width: 200px;
    border-radius: 5px;
    position: relative;
}
.uploaded-images .image img {
    width: 100%;
    height: 100%;
}
.uploaded-images .image span {
    position: absolute;
    background: #fff;
    border-radius: 50%;
    right: 5px;
    top: 5px;
    width: 28px;
    height: 28px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.3s ease-in-out;
}
.uploaded-images .image span:hover {
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
}
.uploaded-images .image span {
    color: #c43795;
}
.inline-form {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.user-sidebar .navigation.disabled {
    background-color: #ffffff;
    opacity: 0.3;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    cursor: not-allowed;
}
.listing-block .user-thumb img,
.listing-block-two .user-thumb img {
    height: 100%;
}
.explore-block .image,
.listing-block .image,
.listing-block-two .image {
    height: 260px;
}
.explore-block .image img,
.listing-block .image img,
.listing-block-two .image img,
.listing-banner-four .content-box .image img,
.listing-block-five .user-thumb img {
    height: 100%;
}
.listing-banner-four .price-box {
    gap: 20px;
}
.ls-widget .widget-content {
    padding: 15px 30px;
}
.listing-gallery {
    margin: unset;
}

#geocoder {
    width: 100%;
}
.mapboxgl-ctrl-geocoder.mapboxgl-ctrl {
    width: 100%;
    box-shadow: none;
    max-width: unset;
}
.mapboxgl-ctrl-geocoder--pin-right button.mapboxgl-ctrl-geocoder--button {
    position: absolute;
    min-width: unset;
    width: unset;
    background: transparent;
}
.mapboxgl-ctrl-geocoder--input:focus {
    outline: none !important;
}
.listing-search-form .form-group input {
    font-family: "Nunito", sans-serif;
}
.leave-rating .fa.fa-star {
    color: #c43795;
}
.main-header .shopping-cart {
    min-width: 350px;
}
.listing-block .inner-box .action-box {
    position: absolute;
    right: 0;
    min-width: 30px;
    text-align: center;
    z-index: 3;
    padding: 0 10px;
}

.fixed-header .logo {
    padding: 5px 0;
}
.main-header .logo img {
    height: 80px;
}
.main-header.alternate .logo {
    padding: 2.5px 0;
}
.btn-primary-two {
    background-color: #c43795;
    border-color: #c43795;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    border-radius: 0.25rem;
}
.btn-primary-two:hover {
    color: #ffffff;
    opacity: 0.8;
}

.search-form .search-btn {
    right: 12px;
}
.search-form input[type="text"],
.search-form input[type="search"] {
    min-width: unset;
}

.contacts li.active a {
    background-color: #eaeaea !important;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current > span {
    font-weight: 800;
}
.chat-widget .chat {
    margin-top: 0;
}
.chat-widget .card {
    height: auto;
}

body.app .main-header .logo {
    padding: 0;
}

body.app .main-header .logo img {
    height: 100px;
}

.services .form-group button.remove {
    margin: 0 !important;
    border-radius: 0 10px 10px 0;
    border-left: none;
}
.services .form-group button {
    min-width: 60px;
}
.services button.sbtn {
    min-width: 100px;
    padding: 0 20px;
}
.services .form-group input[type="text"] {
    border-radius: 10px 0 0 10px;
    border-right: none;
}
.features-widget.additional-services h5 {
    font-size: medium;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.features-widget.additional-services .listing-features {
    position: relative;
    display: block !important;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}
.features-widget.additional-services .listing-features li {
    margin-bottom: 0;
    margin-bottom: 0.25rem;
}
.login-from .form-group {
    /*display: block !important;*/
}
.login-from .form-group .invalid-feedback {
    text-align: left;
}
.login-from .form-group .social-btn {
    margin-right: 5px;
}
.dashboard-option {
    margin-left: 20px;
}
.search-field {
    display: flex;
    gap: 5px;
    align-items: center;
}

.search-outer #filterForm {
    min-width: 200px !important;
}

table.loc2finder-dt td:first-child,
table.loc2finder-dt th:first-child {
    width: 40px;
    white-space: nowrap;
    text-align: center;
}

/* Fix last column */
table.loc2finder-dt td:last-child,
table.loc2finder-dt th:last-child {
    width: 300px;
}

@media only screen and (max-width: 599px) {
    .mobile-header .logo img {
        max-height: 60px;
    }
}
@media only screen and (max-width: 1023px) {
    .mobile-header {
        display: flex;
        justify-content: space-between;
    }
    .mobile-header:after {
        display: table;
        clear: both;
        content: unset;
    }
}
