:root,
[data-bs-theme=light] {
    --fn-aspect-ratio: calc(180 / 268 * 100%);
    --bs-blue: #1d3b53;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #e83e8c;
    --bs-red: #d6293e;
    --bs-orange: #fd7e14;
    --bs-yellow: #f7c32e;
    --bs-green: #0cbc87;
    --bs-teal: #20c997;
    --bs-cyan: #17a2b8;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #747579;
    --bs-gray-dark: #0b0a12;
    --bs-danger-bg-dark: #111f39;
    --bs-gray-100: #f5f5f6;
    --bs-gray-200: #dfdfe3;
    --bs-gray-300: #c5c5c7;
    --bs-gray-400: #96969a;
    --bs-gray-500: #85878a;
    --bs-gray-600: #747579;
    --bs-gray-700: #5e5e5f;
    --bs-gray-800: #0b0a12;
    --bs-gray-900: #0b0a12;
    --bs-primary: #ff9a02;
    --bs-white: #fff;
    --bs-secondary: #85878a;
    --bs-success: #0cbc87;
    --bs-info: #17a2b8;
    --bs-warning: #f7c32e;
    --bs-danger: #d6293e;
    --bs-light: #f5f5f6;
    --bs-dark: #0b0a12;
    --bs-orange: #fd7e14;
    --bs-mode: #fff;
    --bs-primary-rgb: 255, 154, 2;
    --bs-white-rgb: 255, 255, 255;
    --bs-secondary-rgb: 133, 135, 138;
    --bs-success-rgb: 12, 188, 135;
    --bs-info-rgb: 23, 162, 184;
    --bs-warning-rgb: 247, 195, 46;
    --bs-danger-rgb: 214, 41, 62;
    --bs-light-rgb: 245, 245, 246;
    --bs-dark-rgb: 11, 10, 18;
    --bs-orange-rgb: 253, 126, 20;
    --bs-mode-rgb: 255, 255, 255;
    --bs-primary-text-emphasis: #ff9a02;
    --bs-secondary-text-emphasis: #5d5f61;
    --bs-success-text-emphasis: #08845f;
    --bs-info-text-emphasis: #107181;
    --bs-warning-text-emphasis: #ad8920;
    --bs-danger-text-emphasis: #961d2b;
    --bs-light-text-emphasis: #5e5e5f;
    --bs-dark-text-emphasis: #08070d;
    --bs-primary-bg-subtle: #dcd9f7;
    --bs-secondary-bg-subtle: #e7e7e8;
    --bs-success-bg-subtle: #cef2e7;
    --bs-info-bg-subtle: #d1ecf1;
    --bs-warning-bg-subtle: #fdf3d5;
    --bs-danger-bg-subtle: #f7d4d8;
    --bs-light-bg-subtle: #fafafb;
    --bs-dark-bg-subtle: #ceced0;
    --bs-primary-border-subtle: #b9b4f0;
    --bs-secondary-border-subtle: #cecfd0;
    --bs-success-border-subtle: #9ee4cf;
    --bs-info-border-subtle: #a2dae3;
    --bs-warning-border-subtle: #fce7ab;
    --bs-danger-border-subtle: #efa9b2;
    --bs-light-border-subtle: #dfdfe3;
    --bs-dark-border-subtle: #9d9da0;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: "DM Sans", sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #747579;
    --bs-body-color-rgb: 116, 117, 121;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: #c5c5c7;
    --bs-secondary-color-rgb: 197, 197, 199;
    --bs-secondary-bg: #dfdfe3;
    --bs-secondary-bg-rgb: 223, 223, 227;
    --bs-tertiary-color: rgba(116, 117, 121, 0.5);
    --bs-tertiary-color-rgb: 116, 117, 121;
    --bs-tertiary-bg: #f5f5f6;
    --bs-tertiary-bg-rgb: 245, 245, 246;
    --bs-heading-color: var(--bs-gray-900);
    --bs-link-color: #5143d9;
    --bs-link-color-rgb: 81, 67, 217;
    --bs-link-decoration: none;
    --bs-link-hover-color: #4136ae;
    --bs-link-hover-color-rgb: 65, 54, 174;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: var(--bs-gray-200);
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.5rem;
    --bs-border-radius-sm: 0.4rem;
    --bs-border-radius-lg: 1rem;
    --bs-border-radius-xl: 1.5rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.1);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(29, 58, 83, 0.15);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(29, 58, 83, 0.15);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-brand .navbar-brand-item {
        height: 55px;
        display: block;
        width: auto;
    }
}

.fill-primary {
    fill: var(--bs-primary) !important;
}

.space-cat {
    height: 120px;
    width: 120px;
    object-fit: cover;
}

@media only screen and (max-width: 572px) {
    .space-cat {
        height: auto;
        width: 100% !important;
        object-fit: cover;
    }
}

.nav-link-active {
    color: var(--bs-primary) !important;
    font-weight: bold !important;
    text-decoration: underline !important;
}

a {
    color: var(--bs-primary);
    text-decoration: none;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-primary) !important;
    --bs-btn-border-color: var(--bs-primary) !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-primary) !important;
    --bs-btn-hover-border-color: var(--bs-primary) !important;
    --bs-btn-focus-shadow-rgb: 107, 95, 223;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-primary) !important;
    --bs-btn-active-border-color: var(--bs-primary) !important;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--bs-primary) !important;
    --bs-btn-disabled-border-color: var(--bs-primary) !important;
}

.featured-in-img {
    height: 39px !important;
    width: 134px !important;
    object-fit: contain !important;
}

header.header-sticky-on .navbar-brand .navbar-brand-item {
    height: 55px !important;
}

.bg-flexspacez {
    background: #111f39 !important;
}

.btn-flexspacez {
    background: #ff9a02 !important;
    color: var(--bs-white) !important;
}

.team-hover-card {
    flex-direction: column;
    flex: 1;
    bottom: -7px;
    position: absolute;
    gap: 10px;
}

.team-card-text {
    background: #111f39;
    border-radius: 1rem;
    padding-right: 10px;
    max-height: 133px;
    overflow: scroll;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.team-card-text p {
    font-size: 14px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    color: #fff;
    text-align: left;
}

.vendor-btn {
    background: #fff;
    color: #111f39 !important;
    border: 1px solid #fff;
}

.display-9 {
    color: var(--bs-heading-color) !important;
    font-size: 40px !important;
    font-weight: bold !important;
}

.spaces-list .card>img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl .navbar-brand .navbar-brand-item {
        height: 55px;
    }
}

.navbar-toggler {
    font-size: 19px;
    position: absolute;
    right: 0px;
    color: #fff;
    top: 27px;
    background: #ff9a01;
    border-radius: 3px;
}

.navbar-toggler .bi {
    padding-top: 3px;
}

.navbar-toggler .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.navbar-toggler span {
    font-size: 9px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

.text-20 {
    font-size: 20px !important;
}

#categorylist {
    border: none;
    font-size: 18px;
    color: #858589;
    font-weight: 400;
    padding-top: 10px;
}

.featured-logo {
    max-height: 30px;
    width: auto;
    margin: 5px 10px;
}

.pricing-ul li span {
    color: #ff9a00;
    font-weight: bold;
    text-decoration: underline;
}

.alert-primary {
    color: #14243d !important;
}

.form-label {
    color: #1f1f22 !important;
}

.form-control::placeholder {
    color: #6d6d71 !important;
}

aside .sticky-top .nat-item a {
    color: #111f39;
    font-weight: 400;
}

aside .sticky-top .nat-item a.active-steps {
    color: #ff4d00 !important;
    font-weight: bold !important;
}

.add-photos-img img {
    height: 180px !important;
}

.add-photos-item {
    border-radius: 8px;
}

.ratio::before {
    content: "";
    display: block;
    padding-top: var(--fn-aspect-ratio);
}

.hover-effect-opacity .hover-effect-target {
    transition: visibility .25s ease-in-out, opacity .25s ease-in-out;
}

.hmenu .nav-item .nav-link:hover {
    color: #ff4d00 !important;
}

.hmenu .nav-link.active {
    color: #ff4d00 !important;
    font-weight: bold !important;
}

.add-space-view {
    background: #fff;
    border-radius: 12px;
    width: 60%;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.add-space-view .nav-link {
    width: 100%;
    text-align: center;
    justify-content: start;
    align-content: center;
    align-items: center;
}

.add-space-view hr {
    margin: 0px !important;
}

.is-filled {
    color: #ff4d00 !important;
}

.inner-chat {
    background: #d0d0e2;
    overflow: scroll;
    height: 500px;
    margin-bottom: 20px;
}

.single-message span {
    color: #0b0a12;
}

@media (max-width: 575.98px) {

    .navbar-mobile .nav-item .nav-link.active,
    .navbar-mobile .nav-item .nav-link:hover {
        color: #ff9b03;
        font-weight: bold !important;
    }
}

.alert-centered {
    margin: 0 auto;
    margin-top: 28px;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
}

.team-card-img {
    height: 270px;
    object-fit: cover;
    width: 100%;
    object-position: top;
}

.priority-listed .card img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}


@media only screen and (min-width: 762px) {

    .my-notif {
        display: none;
    }
}

@media only screen and (min-width: 1202px) {
    .my-notif {
        display: block;
    }
}

.space-guide {
    border-bottom: 2px solid #dfdfe3;
    margin-bottom: 25px !important;
    padding-bottom: 6px !important;
}

.space-guide .badge {
    font-size: 12px !important;
    position: relative !important;
    top: -19px !important;
}

.spaces-find-img {
    height: 180px !important;
    width: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

@media only screen and (max-width: 600px) {
    .single-message {
        width: fit-content !important;
        max-width: 80% !important;
    }
}

.read-check {
    color: #2411e4 !important;
    font-weight: bold;
    font-size: 12px;
}

.noread-check {
    color: grey !important;
    font-weight: normal;
    font-size: 12px;
}


.chat-upload-preview {
    width: 80px !important;
    height: 80px !important;
    margin-bottom: 12px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}

#previewPanel {
    width: 120px;
}

#previewPanel i {
    color: #5143d9 !important;
    cursor: pointer !important;
    margin-right: 7px !important;
    font-size: 22px !important;
}

.single-message img {
    height: 100px;
    display: block;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 10px;
    object-fit: cover;
    object-position: center;
}

/* Hide all menus by default */
.nav-x-mobile,
.nav-x-tablet,
.nav-x-large {
    display: none;
}

/* Show mobile menu only on small screens (< 768px) */
@media (max-width: 480px) {
    .nav-x-mobile {
        display: block;
    }

    .nav-x-mobile .nav-item {
        margin-bottom: 9px;
    }
}

/* Show tablet menu only on medium screens (768px - 991px) */
@media (min-width: 481px) and (max-width: 679px) {
    .nav-x-tablet {
        display: block;
    }

    .nav-x-tablet .nav-item {
        margin-bottom: 9px;
    }
}

@media (min-width: 778px) and (max-width: 1199px) {
    .nav-x-tablet {
        display: flex;
    }

    .navbar-toggler {
        display: none !important;
    }

    #navbarCategoryCollapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-xl .navbar-collapse {
        -webkit-box-shadow: none;
        box-shadow: none;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        background: none;
        border-top: none;
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

/* Show large menu only on large screens (>= 992px) */
@media (min-width: 971px) {
    .nav-x-tablet {
        display: none;
    }

    .nav-x-large {
        display: flex;
    }
}

.bg-main-dark {
    color: #fff !important;
    background: #111f39 !important;
}


.hero-overflow {
    background: #111f391c;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}

.host-prev-thumb {
    object-fit: cover !important;
    object-position: center !important;
    height: 80px !important;
    width: 80px !important;
    max-width: 80px !important;
    max-height: 80px !important;
}

.hidden {
    display: none !important;
}

.bookbtn {
    font-size: 18px !important;
}


@media (max-width: 550px) {
    .featured-logo {
        max-height: 35px !important;
    }

    #featured-slider {
        display: flex !important;
        flex-direction: column !important;
    }

    #featured-slider a {
        margin-bottom: 6px;
    }
}

@media (min-width: 777px) {
    #dashboardMenu.show ul {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
    }
}

.navbar-toggler.is-auth {
    right: 45px !important;
}

.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #111f39 !important;
}

.booking-result-icon {
    height: 80px;
    width: 80px;
    align-content: center;
    display: flex;
    justify-content: center;
    align-self: center;
    margin-top: 33px;
    border-radius: 100%;
    align-items: center;
    font-size: 40px;
}

.txt-right {
    text-align: right !important;
}

.splide-span {
    background: #ff9a02 !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
    color: #fff !important;
    font-weight: bold !important;
}

.splide-under {
    display: inline-block;
    border-bottom: 3px solid #ff9a02;
    padding-bottom: -2px !important;
}

.notyf {
    right: 0 !important;
    width: auto !important;
    align-items: center !important;
    display: flex !important;
    left: 0 !important;
    justify-content: center !important;
    align-self: center !important;
    align-content: center !important;
    bottom: 70px !important;
    flex-direction: column;
    gap: 8px;
    z-index: 1087277278282882;
}

.notyf__toast.notyf--alert {
    width: 100%;
    border-radius: 12px;
}

.notyf__toast.notyf--confirm {
    width: 100%;
    border-radius: 12px;
}

.link .cal-ico {
    font-size: 18px !important;
    color: #fb9803;
}

.link.disabled .cal-ico {
    color: #20201e !important;
}

tbody .link.cal-disabled {
    color: white !important;
    background-color: #ed3d3d !important;
}

tbody .cal-active {
    color: white !important;
    background-color: #fb9803 !important;
}

.empty-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-content: center;
    align-items: center;
    align-self: center;
    margin-top: 30px;
    margin-bottom: 40px;
}

.empty-box img {
    height: 180px;
}

.empty-box p {
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
}

.cal-message {
    justify-content: start;
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.cal-info-text {
    color: #474747;
    font-size: 14px;
}

.cal-info {
    height: 12px;
    width: 12px;
    background: #ed3d3d;
    border-radius: 100%;
}

@media only screen and (max-width: 1199px) {
    .admin-nav-header button {
        display: block !important;
    }
}

@media only screen and (min-width: 1199px) {
    .admin-nav-header button {
        display: none !important;
    }
}

@media only screen and (max-width: 1199px) {
    .admin-search {
        display: none !important;
    }
}

.switch-sm {
    color: #666262 !important;
    font-size: 14px !important;
}

.switch-title {
    color: #0b0a12;
}

.switch-spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid #ff9a02;
    border-right-color: transparent;
}

.day-toggle:checked {
    background-color: #ff9a02 !important;
    border-color: #ff9a02 !important;
}

.days-toggle:checked {
    background-color: #ff9a02 !important;
    border-color: #ff9a02 !important;
}

@media only screen and (max-width: 750px) {
    .asidespace {
        margin-bottom: 40px !important;
    }

    .asidespace .add-space-view {
        width: auto !important;
        border: 1px solid #dfdfe3 !important;
        padding-left: 26px !important;
        padding-top: 0px !important;
        overflow: auto !important;
        background: #f3f3f3 !important;
        padding-bottom: 0px !important;
    }

    .asidespace .add-space-view li:not(:last-child) {
        border-right: 1px solid #cdc9c98c;
        padding-right: 18px;
    }

    .asidespace .add-space-view hr {
        display: none !important;
    }
}

.search-suggestions {
    background: #f0f0f0 !important;
    width: 100% !important;
    margin-top: 0px !important;
    border-radius: 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 13px;
    border: 1px solid #0b0a1214;
}

.search-suggestions .card-body {
    background: white;
    padding: 12px !important;
    border-radius: 9px;
    cursor: pointer;
}

.search-suggestions .card-img {
    height: 70px !important;
    width: 70px !important;
    border-radius: 12px !important;
    object-fit: cover !important;
    object-position: center;
}

.place-badge {
    padding-bottom: 0px !important;
    background: #14233d !important;
    color: #fff !important;
}

.s-overflow {
    background: #3e2b0e57;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.note-editor .note-popover .popover-content,
.card-header.note-toolbar {
    padding: 8px 10px 8px 10px !important;
    width: auto;
    border-bottom: 1px solid #bbb7b7;
    justify-content: flex-start;
    background: #eee;
}

#propertiesContainer img {
    height: 150px;
}

.inwish {
    color: #ff9a01 !important;
}

.adminview {
    background: #111f39c7;
    padding: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    gap: 20px;
}

#imagePreviews2 {
    gap: 10px;
}

.app-h-name {
    color: black !important;
}

.mobile-footer {
    display: none;
}

@media only screen and (max-width: 600px) {
    .mobile-footer {
        position: fixed;
        z-index: 100;
        width: 100%;
        bottom: 0px;
        padding: 5px;
        background: #dcdcdc;
        display: block;
    }

    .mobile-footer .btn {
        font-size: 14px !important;
        font-weight: bold !important;
    }
}

#main-wrapper .dashHeader {
    padding-top: 20px !important;
    padding-bottom: 0px !important;
}

#main-wrapper .dashCaption {
    padding: 20px !important;
}

.dashboard_Menu li i {
    font-size: 18px;
    padding-top: 2px;
}

#allchats textarea {
    height: auto !important;
}

#allchats .card-footer {
    padding-top: 10px !important;
}

#allchats #collapseComment .d-flex {
    justify-content: start;
    align-items: center;
}

.img-blank {
    height: 50px !important;
    width: 50px !important;
    max-height: 50px !important;
    background: #13233c;
    border-radius: 100%;
    max-width: 50px !important;
}

.img-blank img {
    height: 50px !important;
    width: 50px !important;
    max-height: 50px !important;
    border-radius: 100%;
    max-width: 50px !important;
    object-fit: cover !important;
}

.card-head-link {
    font-size: 24px !important;
    text-decoration: underline;
    color: var(--bs-primary) !important;
}

.card-head-link i {
    font-size: 25px !important;
}

.sticky-bottom {
    padding: 0px !important;
}

.autocomplete-box {
    position: absolute;
    top: 100 percent;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    z-index: 2000;
    display: none;
    max-height: 300px;
    overflow-y: auto;
}

.autocomplete-item {
    padding: 15px 12px;
    cursor: pointer;
    font-size: 14px;
    color: #393939;
    font-weight: 500;
    border-bottom: 1px solid #dfdfdf;
    display: flex;
    justify-content: flex-start;
    gap: 11px;
    align-content: center;
    align-items: center;
}

.autocomplete-item .a-name {
    max-height: 43px;
    overflow: hidden;
}

.autocomplete-item:hover {
    background: #e6e6e6;
}


.autocomplete-item img {
    height: 45px !important;
    width: 45px !important;
    border-radius: 7px !important;
    object-fit: cover;
    max-width: 45px !important;
    min-width: 45px !important;
}

.autocomplete-item .img {
    height: 45px !important;
    width: 45px !important;
    border-radius: 7px !important;
    background: #c5c5c7 !important;
    object-fit: cover;
    max-width: 45px !important;
    min-width: 45px !important;
    text-align: center;
    align-self: center;
}

.card .card-body {
    padding: 16px !important;
}

.autocomplete-item i {
    font-size: 16px !important;
    color: #ff9a02 !important;
}

.singleItem .badge:hover {
    color: #ff9a02 !important;
}

.singlelisting-item .listing-top-item .opssListing .listing-details .listingTitle .titleLink {
    height: 57px;
    overflow: hidden;
}

#loadmore {
    display: flex;
    margin-top: 22px;
    text-align: center;
    width: 100%;
    justify-content: center;
    align-content: center;
    gap: 20px;
    align-items: center;
}

.w90 {
    width: 90% !important;
}

.user-dashboard-inner {
    height: 100% !important;
}

.host-view-list {
    display: flex;
    justify-content: start;
    gap: 3px;
    align-content: center;
    align-items: center;
}

.form-check-input {
    margin-left: 0px !important;
}

#filter-form .form-check {
    padding-left: 0px !important;
}