body {
    font-family: "Poppins", sans-serif !important;
}

*::-webkit-scrollbar {
    width: 0.5rem;
}

*::-webkit-scrollbar-track {
    background-color: #e7e7e7;
    border: 1px solid #cacaca;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

*::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #363636;
}

.main-content-guest {
    background: #f8f8f8;
    min-height: 100vh;
}

.main-content {
    background: #e3e7f2;
    min-height: calc(100vh - 82px);
    padding: 25px;
    margin-top: 82px;
    width: calc(100% - 250px);
    margin-left: 250px;
}

.text-red {
    color: red;
}

@media only screen and (min-width: 500px) {
    .login_section {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        min-width: 500px;
        display: inline-block;
    }
}

.bg-red {
    background-color: #f00;
}

.form-control:focus {
    box-shadow: none;
}

.user_img1 img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: fill;
}

.btn.action_btn {
    background: #fff;
    box-shadow: none !important;
    width: 37px;
    height: 37px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 2px !important;
    border: 1.5px solid #e1e4eb;
    border-radius: 12px;
}

.navbar-main {
    box-shadow: 16px 0px 16px rgba(24, 23, 38, 0.06);
    padding: 18px 20px;
    align-items: baseline;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1024;
    left: 250px;
    background-color: #fff;
}

.table> :not(caption)>*>* {
    background-color: transparent;
}

.table {
    margin: 0;
}

.table tbody tr:last-child td {
    border-bottom: 0;
}

.search-input {
    display: block;
    width: 100%;
    padding: 6px 12px !important;
    font-size: 0.875rem;
    font-weight: 400;
    background-color: #fff !important;
    color: #243046 !important;
    border: 1px solid #e1e4eb;
    background-clip: padding-box;
    border-radius: 0.5rem;
    transition: box-shadow 0.15s ease, border-color 0.15s ease;
    position: relative;
}

.table thead th,
.table thead th a {
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 14px;
    font-weight: 600;
}

a {
    /* color: black; */
    text-decoration: none;
    font-size: 1rem;
}

.dlex_data1 {
    display: flex;
    border-bottom: 1px solid #d3d3d363;
}

.card .dlex_data1:last-child {
    border-bottom: 0;
}

.dlex_data1 .active {
    width: 30%;
    padding: 17px 10px;
    font-size: 14px;
    color: #344767;
    font-weight: 600;
    border-right: 1px solid #d3d3d363;
    display: flex;
    align-items: center;
}

.dlex_data1 .width-70 {
    padding: 17px 10px 17px 16px;
    font-size: 14px;
    color: #8e8d91;
    font-weight: 500;
    width: 70%;
    display: flex;
    align-items: center;
    gap: 3px;
    flex-wrap: wrap;
    word-break: break-word;
}

.prof-img {
    width: 64px;
    height: 64px;
    display: block;
    object-fit: fill;
}

/* map css start */

.hero_banner_section .mapouter {
    position: relative;
    text-align: right;
    width: 100%;
    height: 900px;
}

.hero_banner_section .gmap_canvas {
    overflow: hidden;
    background: none !important;
    width: 100%;
    height: 900px;
}

.hero_banner_section .gmap_iframe {
    height: 900px !important;
}

.btn,
.upload_div_1 {
    padding: 10px 12px;
}

.upload_div_1,
.btn-primary,
.btn-success {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    border-radius: 50px;
}

.upload_div_1,
.btn-primary {
    border: 2px solid #f00;
    background: #f00;
}

.btn-success {
    border: 2px solid #17822c;
    background: #17822c;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus-visible,
.upload_div_1:hover {
    color: #f00 !important;
    background: #fff !important;
    border: 2px solid #f00 !important;
    transition: 0.3s;
    box-shadow: none;
}

.btn-secondary {
    color: #f00;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    border-radius: 50px;
    border: 2px solid #f00;
    background: #fff;
}

.btn-secondary:hover {
    color: #fff;
    background: #f00;
    border: 2px solid #f00;
    transition: 0.3s;
}

.btn-dark {
    border: 2px solid #343a40;
    background: #343a40;
    border-radius: 50px;
}

.btn-danger {
    border: 2px solid #dc3644;
    background: #dc3644;
    border-radius: 50px;
}

.btn-black {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    border-radius: 50px;
    border: 2px solid #000;
    background: #fff;
}

.btn-black:hover {
    color: #fff;
    background: #000;
    border: 2px solid #000;
    transition: 0.3s;
}

/* button css end */

/* header section css start */
.hyphen-header {
    position: absolute;
    top: 37px;
    width: 100%;
    z-index: 1020;
}

.hyphen-header .main_logo {
    width: 178px;
}

.hyphen-header .navbar {
    border-radius: 15px;
    background: #fff;
    padding: 18px;
    position: relative;
}

.hyphen-header .navbar-nav .nav-link {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 0 10px !important;
    line-height: normal;
    position: relative;
}

@media (min-width: 1400px) {
    .dashboard-nav {
        max-width: 1600px;
    }
}

.hyphen-header .navbar-nav .nav-link::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 0%;
    top: auto;
    bottom: -10px;
    left: 22px;
    background-color: #f00;
}

.hyphen-header .navbar-nav .nav-link:hover::after {
    width: 40%;
    transition: 0.3s;
}

.hyphen-header .navbar-nav .nav-link.active,
.hyphen-header .navbar-nav .nav-link.active:hover {
    color: #f00;
    font-weight: 600;
}

.hyphen-header .navbar-nav .nav-link.active::after {
    width: 40%;
}

.hyphen-header .navbar-nav .nav-link:hover {
    color: #000000a6;
}

.hyphen-header .navbar .header-info {
    border-radius: 0px 10px;
    background: #000;
    padding: 8px 20px;
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
}

.hyphen-header .navbar .header-info .opening-det {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.hyphen-header .navbar .header-info .social-list {
    list-style: none;
    display: flex;
    gap: 20px;
}

.hyphen-header .navbar .header-info .social-list li a {
    color: #fff;
}

.hyphen-header.fixedHeader {
    position: fixed;
    top: 0;
    animation: slideDown 0.35s ease-out;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
        rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/* .hyphen-header.fixedHeader > .container {
    padding: 0 !important;
    max-width: 100% !important;
} */

.hyphen-header.fixedHeader .navbar {
    border-radius: 0 0 15px 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
        rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.hyphen-header.fixedHeader .navbar .header-info {
    border-radius: 0 0 0 10px;
}

.hyphen-header .navbar-toggler {
    border: 0;
}

.hyphen-header .navbar-toggler:focus {
    box-shadow: none;
}

.hyphen-header .free-submit span.freeBadge {
    position: absolute;
    top: -10px;
    left: -15px;
    padding: 0px 5px;
    background-color: #f00;
    color: #fff;
    font-size: 10px;
    border-radius: 5px;
    animation: freeAnimate 1.5s ease infinite;
    border: 2px solid #fff;
}

@keyframes freeAnimate {
    30% {
        transform: scale(1.2);
    }

    40%,
    60% {
        transform: rotate(-10deg) scale(1.2);
    }

    50% {
        transform: rotate(10deg) scale(1.2);
    }

    70% {
        transform: rotate(0deg) scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

/* header section css end */
.common-subheading {
    color: #292929;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.small-subheading {
    color: #6c6c6c;
    font-size: 13px;
    font-weight: 400;
}

.small-subheading {
    color: #6c6c6c;
    font-size: 13px;
    font-weight: 400;
}

.discription-para {
    color: #6c6c6c;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}

.section-spacing {
    padding: 60px 0;
}

.hero_banner_section {
    position: relative;
}

.hero_banner_section::before {
    content: "";
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.56) 3.38%,
            rgba(0, 0, 0, 0) 59.87%);
    top: 0;
    position: absolute;
    right: 0;
    width: 100%;
    height: 17%;
    z-index: 9;
}

.hero_banner_section .hero-banner-div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 570px;
    left: 8%;
    z-index: 9;
}

.hero_banner_section .hero-banner-div .hero-details {
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.79);
    backdrop-filter: blur(5px);
    padding: 20px 25px;
}

.hero_banner_section .hero-banner-div .hero-details h1 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    line-height: 48px;
}

.hero_banner_section .hero-banner-div .hero-details h1 span {
    color: #f00;
}

/* .hero_banner_section .hero-banner-div .hero-details .numb-div {
    border-radius: 10px;
    position: relative;
    padding: 12px;
    border: 2px solid #f00;
} */

.hero_banner_section .hero-banner-div .hero-details .numb-div {
    border-radius: 10px;
    position: relative;
    background-color: #f00;
    height: 100px;
}

/* .hero_banner_section .hero-banner-div .hero-details .numb-div::after {
    content: "";
    width: 140px;
    border-top: 2px dashed #f00;
    position: absolute;
    left: -140px;
    top: 50%;
    transform: translateY(-50%);
} */

.hero_banner_section .hero-banner-div .hero-details .numb-div:nth-child(2):after,
.hero_banner_section .hero-banner-div .hero-details .numb-div:nth-child(3):after {
    width: 80px;
    left: -80px;
}

/* .hero_banner_section .hero-banner-div .hero-details .numb-div::before {
    content: "";
    height: 12px;
    width: 12px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: -142px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    border: 2px solid #f00;
} */

.hero_banner_section .hero-banner-div .hero-details .numb-div:first-child::before {
    left: -148px;
}

.hero_banner_section .hero-banner-div .hero-details .numb-div:nth-child(2)::before,
.hero_banner_section .hero-banner-div .hero-details .numb-div:nth-child(3)::before {
    left: -86px;
}

.hero_banner_section .hero-banner-div .hero-details .numb-div h3 {
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    line-height: 27.235px;
    letter-spacing: 0.9px;
    /* padding-top: 15px; */
    border-radius: 5px;
}

.hero_banner_section .hero-banner-div .hero-details .numb-div p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    transition: 0.3s;
    /* display: inline;
    width: 80px; */
}

/* .hero_banner_section .hero-banner-div .hero-details .numb-div p.count-hding {
    position: absolute;
    top: -15px;
    background-color: #fff;
    padding: 3px;
    border-radius: 10px;
    border: 2px solid #f00;
} */

.heading-circle {
    position: absolute;
    height: 370px;
    width: 370px;
    border-radius: 50%;
    border: 2px solid #f00;
    border-left: 0 !important;
    top: 50%;
    left: -70px;
    transform: translateY(-50%);
}

.hero-banner-div .secondary-data h5 {
    color: #f00;
    font-size: 20px;
    font-weight: 600;
}

.hero-banner-div .secondary-data p {
    font-size: 14px;
    font-weight: 600;
}

.hero-banner-div .secondary-data {
    border-right: 1px solid #f00;
}

.hero_banner_section .hero-banner-div .hero-details .num-slider {
    height: 40px;
}

.hero_banner_section .hero-banner-div .hero-details .num-slider p {
    position: absolute;
    left: 0%;
    right: 0%;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    font-size: 14px;
    -webkit-animation: rotateWord 3s ease-in-out infinite 0s;
    -ms-animation: rotateWord 3s ease-in-out infinite 0s;
    animation: rotateWord 3s ease-in-out infinite 0s;
}

.hero_banner_section .hero-banner-div .hero-details .num-slider p:nth-child(2) {
    -webkit-animation-delay: 1.4s;
    -ms-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

@keyframes rotateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    5% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    47% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* .hero_banner_section .hero-banner-div .hero-details .numb-div #partner::after {
    content: "";
    animation: Partners 2s linear infinite;
}

@keyframes Partners {
    0% {
        content: "Partners";
    }

    100% {
        content: "28";
    }
}

.hero_banner_section .hero-banner-div .hero-details .numb-div #area::after {
    content: "";
    animation: Area 2s linear infinite;
}

@keyframes Area {
    0% {
        content: "Area sq/ft.";
    }

    100% {
        content: "28000";
    }
}

.hero_banner_section .hero-banner-div .hero-details .numb-div #client::after {
    content: "";
    animation: Client 2s linear infinite;
}

@keyframes Client {
    0% {
        content: "Client";
    }

    100% {
        content: "28,000";
    }
} */

.h-100px {
    height: 100px;
}

.h-60px {
    height: 60px;
}

.srch-dqs-icon {
    color: #f00;
    font-size: 16px;
}

.master-search-section {
    margin-top: -120px;
    position: relative;
    z-index: 99;
    /* background-image: url("../img/master-serach-bg.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover; */
}

/* .master-search-section::after {
    content: "";
    background-color: #fff;
    clip-path: polygon(100% 50%, 0% 100%, 100% 100%);
    position: absolute;
    right: 0;
    top: 0;
} */

.serch-slct .select2-container--default .select2-selection--single {
    border: 0;
    width: 100%;
}

.master-search-section .search-container {
    border-radius: 100px;
    background: #fff;
    padding: 14px 25px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
        rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.section-heading {
    color: #000;
    font-family: poppins;
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    position: relative;
}

.section-heading span {
    color: #f00;
}

.section-heading::after {
    content: url("../img/section-hding-icon.svg");
    margin: auto;
    left: 0;
    right: 0;
    bottom: -25px;
    position: absolute;
}

.no-after::after {
    display: none;
}

.warehouse-category .single-category {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    margin: 10px;
    background: white;
}

.warehouse-category .single-category .sngl-category-img {
    height: 350px;
    max-height: 350px;
}

.warehouse-category .single-category .sngl-category-img img {
    width: 100%;
    height: 350px !important;
    object-fit: cover;
    max-height: 350px;
    border-radius: 10px 10px 0 0;
}

.sngl-category-img .poly-shape {
    clip-path: polygon(100% 65%, 100% 100%, 0% 100%, 0% 90%);
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 100%;
}

.listing-span {
    padding: 10px;
    border-radius: 0 10px 10px 0;
    background-color: rgba(255, 0, 0, 0.49);
    backdrop-filter: blur(2px);
    color: #fff;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 9;
    font-size: 12px;
}

.listing-span img {
    width: 28px;
    max-height: 28px;
}

.rent-badge {
    padding: 5px 10px;
    border-radius: 10px 0 0 10px;
    background-color: #f00;
    color: #fff;
    position: absolute;
    top: 12px;
    right: 0;
    z-index: 9;
}

.favourite-badge {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgba(255, 0, 0, 0.62);
    backdrop-filter: blur(1.894736886024475px);
    color: #fff;
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 9;
    cursor: pointer;
}

.favourite-badge {
    background-color: #fff;
    color: #f00;
    font-size: 22px;
    transition: all 0.5s;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.favourite-badge.liked {
    animation: like 0.5s 1;
}

.favourite-badge.liked .fa-heart::before {
    font-weight: 900;
}

@keyframes like {
    0% {
        transform: scale(1);
    }

    90% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1.1);
    }
}

@-webkit-keyframes like {
    0% {
        transform: scale(1);
    }

    90% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1.1);
    }
}

.user-img-badge {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #f4f4f4c3;
    backdrop-filter: blur(1.894736886024475px);
    color: #797979;
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 9;
    cursor: pointer;
}

.more-link {
    padding: 10px 30px;
    background-color: #f00;
    border-radius: 0 0 10px 0;
    position: absolute;
    top: auto;
    bottom: 10px;
    right: 10px;
    color: #fff;
}

.more-link:hover {
    transform: scale(1.1);
    transition: 0.2s;
}

.warehouse-category .single-category .ctgry-details {
    background: url("../img/category-rectangle.svg");
    height: 100%;
    background-repeat: no-repeat;
    background-position: top;
    width: 345px;
    height: 280px;
    display: flex;
    align-items: left;
    justify-content: center;
    flex-direction: column;
    padding: 40px;
    margin-top: -170px;
    position: relative;
}

.warehouse-category .single-category .ctgry-details h4 {
    color: #f00;
    font-size: 19px;
    font-weight: 600;
    line-height: 26px;
}

.warehouse-category .owl-dots {
    display: none;
}

.warehouse-category .owl-nav button.owl-prev,
.warehouse-category .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    background: #fff;
    filter: drop-shadow(0px 1px 7px rgba(0, 0, 0, 0.1));
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-size: 34px;
    line-height: 1;
    transform: translateY(-50%);
}

.warehouse-category .owl-nav button.owl-prev {
    left: -20px;
}

.warehouse-category .owl-nav button.owl-next {
    right: -20px;
}

.warehouse-category .owl-nav button.owl-prev:hover,
.warehouse-category .owl-nav button.owl-next:hover {
    background: rgba(255, 0, 0, 0.42);
}

.one-stop-solution,
.rent-warehouse,
.bg-shape {
    background-image: url(../img/section-background-shape.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .rent-warehouse.warehouse-category .owl-dots {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 40px;
    background: linear-gradient(
        180deg,
        rgba(231, 231, 231, 0) 0%,
        #464646 100%
    );
}
.owl-theme .owl-dots .owl-dot span {
    background-color: #fff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #f00;
} */

.clients-slider .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 8px;
}

.clients-slider .owl-dots .owl-dot span {
    background-color: #fff;
    height: 10px;
    width: 10px;
    display: inline-block;
    border-radius: 50%;
}

.clients-slider .owl-dots .owl-dot.active span {
    background-color: #f00;
}

.common-heading {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
}

.common-heading2 {
    color: #050505;
    font-size: 25px;
    font-weight: 600;
    line-height: 36px;
}

.rent-warehouse-details .single-detail-box {
    background-color: #f4f4f4;
    padding: 10px;
    border-radius: 10px;
    min-height: 80px;
}

.owl-carousel .owl-item .listing-span img {
    width: 28px !important;
    max-height: 28px;
    display: inline;
}

.rent-or-lease {
    background-image: url("../img/rent_or_lease-background.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.rent-or-lease .lease-property-img img {
    border-radius: 10px;
    height: 100%;
    width: 100%;
}

.rent-or-lease .lease-property-discption-card {
    padding: 40px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.79);
    backdrop-filter: blur(2px);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.one-stop-solution .solution-icon {
    width: 95px;
    height: 95px;
    background-color: #f00;
    border-radius: 50%;
}

.featured-warehouse {
    background-image: url("../img/featured-warehouse-background.png");
    background-repeat: no-repeat;
    background-size: 100% 400px;
}

.single-warehouse-card {
    height: 450px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.single-warehouse-card .feat-wrhouse {
    padding: 15px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(2px);
    position: absolute;
    top: auto;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
    opacity: 0;
}

.swiper-slide-active .single-warehouse-card .feat-wrhouse {
    opacity: 1;
}

/* .swiper-slide-active .single-warehouse-card {
    filter: drop-shadow(0px 0px 24px rgba(255, 0, 0, 0.27));
    margin: 30px 0;
} */

.swiper-slide-active .single-warehouse-card .listing-span {
    opacity: 1;
}

.single-warehouse-card .listing-span {
    opacity: 0;
}

.single-warehouse-card .feat-wrhouse .area_docs {
    background-color: #f00;
    padding: 15px 10px;
    border-radius: 10px;
}

.single-warehouse-card .feat-wrhouse .area_docs .common-subheading {
    font-size: 14px;
}

.single-warehouse-card .feat-wrhouse .area_docs .common-subheading {
    font-size: 14px;
}

.single-warehouse-card .feat-wrhouse .area_docs .common-subheading {
    font-size: 14px;
}

.single-warehouse-card .swiper-button-prev {
    background: white;
    border-radius: 50%;
    top: 47%;
    left: -30px;
    width: 50px;
    height: 50px;
    box-shadow: 0px 2px 11px rgb(0 0 0 / 17%);
}

.feature-warehouse .swiper-button-prev::after,
.feature-warehouse .swiper-button-next::after {
    font-size: 20px !important;
    color: #000;
}

.single-warehouse-card .swiper-button-next {
    background: white;
    border-radius: 50%;
    top: 47%;
    right: -30px;
    width: 50px;
    height: 50px;
    box-shadow: 0px 2px 11px rgb(0 0 0 / 17%);
}

.feature-warehouse .swiper-button-prev,
.feature-warehouse .swiper-button-next {
    background: #fff;
    filter: drop-shadow(0px 1px 7px rgba(0, 0, 0, 0.1));
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-size: 34px;
    line-height: 1;
}

.feature-warehouse .swiper-button-prev:hover,
.feature-warehouse .swiper-button-next:hover {
    background-color: rgba(255, 0, 0, 0.42);
    filter: drop-shadow(0px 1px 7px rgba(0, 0, 0, 0.1));
}

.feature-warehouse .swiper-button-prev:hover::after,
.feature-warehouse .swiper-button-next:hover::after {
    color: #fff !important;
}

.single-expert-card {
    background-color: #f4f4f4;
    border-radius: 10px;
    padding: 40px 10px;
}

.single-expert-card::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 390px;
    border-radius: 50%;
    background: #ff8787;
    top: -250px;
    left: 0;
}

.single-expert-card:hover {
    background-color: #f00;
    transition: 0.3s;
}

.single-expert-card:hover::before {
    background: #fff;
    transition: 0.3s;
}

.single-expert-card:hover .common-heading,
.single-expert-card:hover .common-subheading {
    color: #fff;
    transition: 0.3s;
}

.single-expert-card .user-img {
    height: 165px;
    width: 165px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.single-expert-card:hover .btn-primary {
    background-color: #fff;
    color: #f00;
    transition: 0.3s;
}

.border-primary {
    border-color: #f00 !important;
}

.hyphen-app-section {
    background-image: url("../img/hyphen_app_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hyphen-app-section .app-form-card {
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.64);
    backdrop-filter: blur(2px);
    padding: 40px 30px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.hyphen-app-section .sendlink-form input[type="checkbox"]~label,
.advance-filter .single-filter .filter-checks input[type="checkbox"]~label,
.hyphen-app-section .sendlink-form input[type="radio"]~label,
.advance-filter .single-filter .filter-checks input[type="radio"]~label {
    padding-left: 35px;
    position: relative;
    cursor: pointer;
}

.hyphen-app-section .sendlink-form input[type="checkbox"]~label::after,
.advance-filter .single-filter .filter-checks input[type="checkbox"]~label::after,
.hyphen-app-section .sendlink-form input[type="radio"]~label::after,
.advance-filter .single-filter .filter-checks input[type="radio"]~label::after {
    border-radius: 5px;
    border: 1px solid #dadada;
    background: #fff;
    width: 25px;
    height: 25px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.hyphen-app-section .sendlink-form input[type="checkbox"]~label::before,
.advance-filter .single-filter .filter-checks input[type="checkbox"]~label::before,
.hyphen-app-section .sendlink-form input[type="radio"]~label::before,
.advance-filter .single-filter .filter-checks input[type="radio"]~label::before {
    content: url("../img/check-icon.svg");
    position: absolute;
    left: 5px;
    top: 3px;
    z-index: 1;
    opacity: 0;
}

.hyphen-app-section .sendlink-form input[type="checkbox"]:checked~label::before,
.advance-filter .single-filter .filter-checks input[type="checkbox"]:checked~label::before,
.hyphen-app-section .sendlink-form input[type="radio"]:checked~label::before,
.advance-filter .single-filter .filter-checks input[type="radio"]:checked~label::before {
    opacity: 1;
}

.hyphen-app-section .sendlink-form input[type="text"].enter-num-email {
    border-radius: 50px;
    border: 1px solid #e0e0e0;
    background: #fff;
    padding: 9px 18px;
}

.warehouses-tab-data {
    border-radius: 0px 0px 20px 20px;
    background: #feeded;
    padding: 20px;
    padding-bottom: 0;
    min-height: 155px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.warehouses-tab-data .city-name p::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 40px;
    top: auto;
    bottom: -10px;
    left: 0px;
    background-color: #f00;
}

.warehouses-tab-data .city-name:hover::after {
    width: 50px;
    transition: 0.3s ease;
}

.related-warehouse-section .warehouse-tabs .nav-tabs {
    border-color: #f00;
    gap: 3px;
    min-height: 70px;
    overflow-y: hidden;
    padding-top: 9px;
}

.related-warehouse-section .warehouse-tabs .nav-tabs .nav-link {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    padding: 15px 20px;
    border-radius: 20px 20px 0px 0px;
    white-space: nowrap;
    height: 60px;
}

.related-warehouse-section .warehouse-tabs .nav-tabs .nav-link:hover {
    border-color: #f00;
    box-shadow: 1px 2px 5px #6b0404;
}

.related-warehouse-section .warehouse-tabs .nav-tabs .nav-link.active {
    color: #fff;
    background: #f00;
    border-color: #f00;
    box-shadow: 1px 2px 5px #6b0404;
}

.testimonials-section {
    background-image: url("../img/testimonials-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.testimonials-section .single-testimonial-card {
    background-color: #fff;
    padding: 20px 25px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 10px;
    padding-bottom: 40px;
}

.testimonials-section .tmonial-user img {
    height: 74px;
    width: 74px;
    border-radius: 50%;
    margin-top: -37px;
}

.latest-news-section .blog-card {
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.latest-news-section .blog-card .text-danger {
    color: #f00 !important;
}

.latest-news-section .owl-carousel .owl-nav.disabled,
.rent-warehouse .owl-carousel .owl-nav.disabled {
    display: block !important;
}

.our-clients-section,
.our-achievements-section,
.our-news-section,
.about-section {
    background: #eaeaea;
}

.our-clients-section .logo-card img {
    width: 300px;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.our-memberships-section .logo-card img {
    width: 300px;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.media-coverage-section .media-logo-card {
    padding: 0;
}

.media-coverage-section .media-logo-card img {
    aspect-ratio: 1/1;
}

.hyphen-footer {
    border-top: 10px solid #f00;
    background-image: url("../img/footer-bg.png");
}

.hyphen-footer .quick-link-footer .quick-links li {
    padding: 10px 0;
    padding-left: 20px;
    position: relative;
}

.hyphen-footer .quick-link-footer .quick-links li::before {
    content: url("../img/broken-arrow.svg");
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-40%);
}

.hyphen-footer .quick-link-footer .quick-links li a {
    color: #000;
}

.hyphen-footer .quick-link-footer .quick-links li a:hover {
    color: #f00;
}

.hyphen-footer .quick-link-footer h4.quick-heading {
    color: #f00;
    font-size: 18px;
    font-weight: 600;
    line-height: 48px;
}

.hyphen-footer .quick-link-footer h4.quick-heading::after {
    content: "";
    height: 3px;
    width: 40px;
    background-color: #f00;
    position: absolute;
    left: 0;
    bottom: 20px;
}

.achievement-media img {
    max-height: 75px;
}

.hyphen-footer .newsletter-footer {
    background-color: #f00;
}

.hyphen-footer .newsletter-footer .newsletter-form label {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.hyphen-footer .newsletter-footer .newsletter-form .form-control {
    border-radius: 50px;
    border: transparent;
    box-shadow: none !important;
    padding: 10px 105px 10px 20px;
}

.hyphen-footer .newsletter-footer .newsletter-form .btn {
    background-color: #000;
    color: #fff;
    border-radius: 0 50px 50px 0;
    padding: 9px 30px;
    position: absolute;
    right: 0;
    top: 32px;
}

.hyphen-footer .newsletter-footer .social-list li a {
    height: 35px;
    width: 35px;
    background-color: #fff;
    color: #f00;
    border-radius: 50%;
}

.hyphen-footer .footer-copyright {
    background: #e71818;
}

/* ====== login modal css ====== */

#loginModal .close {
    position: absolute;
    top: 2px;
    right: 7px;
    color: #ff0000;
    font-size: 27px;
}

#loginModal .modal-dialog {
    max-width: 623px;
}

.authentication-wrapper .nav-pills {
    border: 1px solid #f00;
    width: max-content;
    padding: 5px;
    border-radius: 30px;
}

.authentication-wrapper .nav-pills .nav-link {
    width: 155px;
    font-family: Poppins;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0em;
    color: #f00;
    padding: 7px;
}

.authentication-wrapper .nav-pills .nav-link.active,
.authentication-wrapper .nav-pills .show>.nav-link {
    background-color: #f00;
    color: #fff;
}

.login-form label {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.02em;
}

.login-form .login-btn {
    height: 48px;
    font-size: 18px;
}

.forgot-password-wrap a {
    color: #f00;
}

.or-content {
    width: 40%;
    color: rgba(119, 119, 119, 1);
}

.or-content::after {
    position: absolute;
    width: 80px;
    height: 1px;
    background-color: rgba(179, 179, 179, 1);
    content: "";
    top: 10px;
    margin-left: 12px;
    right: 0;
}

.or-content::before {
    position: absolute;
    width: 80px;
    height: 1px;
    background-color: rgba(179, 179, 179, 1);
    content: "";
    top: 10px;
    margin-right: 12px;
    left: 0;
}

.login-social-link {
    list-style: none;
    gap: 20px;
    display: flex;
    justify-content: center;
}

.login-social-link li {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-social-link li a {
    font-size: 20px;
    color: #fff;
}

.login-social-link li.twitter-icon {
    background-color: rgba(0, 0, 0, 1);
}

.login-social-link li.fb-icon {
    background-color: rgba(59, 89, 158, 1);
}

.login-social-link li.google-icon {
    background-color: #f00;
}

.login-social-link li.linkedin-icon {
    background-color: rgba(10, 102, 194, 1);
}

.forgot-password-wrap label.form-check-label {
    color: red;
}

.forgot-password-wrap .form-check-input[type="checkbox"] {
    accent-color: red;
    border-color: red;
    width: 1.2em;
    height: 1.2em;
}

.forgot-password-wrap .form-check-input[type="checkbox"]:focus {
    box-shadow: none;
}

.forgot-password-wrap .form-check-input[type="checkbox"]:checked {
    background-color: red;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection,
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
    box-shadow: none;
}

.form-control,
.select2-container--bootstrap-5 .select2-selection {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* warehouse page css start */
.warehouse-banner {
    background-image: url("../img/warehouse-bg.png");
    background-size: cover;
    background-position: center;
    padding: 170px 0 30px 0;
}

.warehouse-banner .section-heading::after {
    display: none;
}

.all-warehouses {
    padding: 45px 0;
    background: #e3e7f2;
}

.all-products {
    padding: 5px 0 5px 0;
    background: #e3e7f2;
}

.advance-filter {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
}

.advance-filter .search-heading {
    background-color: #f00;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 48px;
    text-transform: capitalize;
}

/* range slider filter css start */
.irs--round {
    height: 40px;
}

.irs--round .irs-bar {
    background-color: #f00 !important;
}

.irs--round .irs-line {
    top: 10px;
}

.irs--round .irs-bar {
    top: 10px;
}

.irs--round .irs-handle {
    background-color: #fff;
    border-color: #f00;
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
    background-color: #f00;
}

.irs--round .irs-handle {
    width: 16px;
    height: 16px;
    top: 4px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single,
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before,
.irs--round .irs-min,
.irs--round .irs-max {
    display: none;
}

/* range slider filter css end */
.single-filter input[type="number"].range-value {
    border-radius: 50px;
    border: 1px solid #d5dceb;
    color: #6c6c6c;
    font-size: 12px;
    font-weight: 500;
}

.single-filter input[type="number"].range-value::-webkit-inner-spin-button,
.single-filter input[type="number"].range-value::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.single-filter label.filter-label {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.advance-filter .accordion {
    --bs-accordion-border-width: 0px;
}

.advance-filter .accordion .accordion-button {
    color: #6c6c6c;
    font-size: 15px;
    font-weight: 500;
    line-height: 36px;
    text-transform: capitalize;
}

.advance-filter .accordion .accordion-button:focus {
    box-shadow: none;
    outline: none;
    border: 0;
}

.advance-filter .accordion-button:not(.collapsed) {
    background-color: #fff !important;
    box-shadow: none;
}

.advance-filter .accordion .accordion-item {
    border-bottom: 1px solid #ebebeb;
}

.sorting-select2 .select2-container--default .select2-selection--single {
    /* border-radius: 50px; */
    border: transparent;
    background: #fff;
}

.sorting-select2 .clear {
    color: #f00;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.single-warehouse {
    padding: 10px;
    border-radius: 15px;
    background: #fff;
}

.single-warehouse .img-slider {
    border-radius: 15px;
    margin-bottom: 10px;
}

.single-warehouse .warehouse-single-details {
    padding: 8px 10px;
    background-color: #f4f4f4;
    border-radius: 10px;
}

.single-warehouse .warehouse-single-details .common-subheading {
    font-size: 14px;
    line-height: normal;
}

.single-warehouse .warehouse-single-details.danger {
    background: #ffdada;
    min-height: 62px;
}

.single-warehouse .warehouse-single-details.danger .common-subheading {
    color: #f00;
    font-size: 16px;
    font-weight: 500;
}

.single-warehouse .warehouse-single-details .common-subheading {
    font-size: 14px;
    line-height: normal;
    white-space: normal;
}

.single-warehouse .warehouse-single-details.danger {
    background: #ffdada;
    min-height: 62px;
}

.single-warehouse .warehouse-single-details.danger .common-subheading {
    color: #f00;
    font-size: 16px;
    font-weight: 500;
}

.advance-filter .toggle-filter {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

/* warehouse page css end */

.carousel-indicators [data-bs-target] {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    opacity: 1;
    border: 0;
}

.carousel-indicators .active {
    background-color: #f00;
}

.table td,
.table th {
    text-align: center;
    white-space: nowrap;
    padding: 0.75rem 0.5rem;
    font-size: 0.95rem;
    font-weight: 500;
    color: #7c8aa1;
    vertical-align: middle;
}

/* ====Admin panel css=== */

/* === sidebar css === */

.sidenav {
    height: 100vh;
    width: 250px;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1;
    transition: 0.3s;
    background-color: var(--white);
    border-right: var(--border);
}

.sidenav .navbar-brand {
    padding: 0;
    font-size: 26px;
    color: #000;
    font-weight: 700;
    display: block;
}

.sidenav-header {
    height: 82px;
    border-bottom: var(--border);
}

.sidenav-header .navbar-brand>img {
    max-width: 100%;
    max-height: 58px;
}

.sidenav-header .company-name {
    color: #444;
    font-size: 22px;
}

.navbar-vertical.navbar-expand-xs .navbar-collapse {
    display: block;
}

#sidenav-collapse-main {
    height: calc(100vh - 88px);
    overflow-y: auto;
    /* padding: 0 14px 20px 0; */
    overflow-x: hidden;
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav-item {
    width: 100%;
}

.sidenav .accordion-button {
    color: var(--white);
    line-height: 1.7;
    border-radius: 10px;
    font-size: var(--font-14);
    font-weight: 500;
}

.sidenav .accordion-button:not(.collapsed) {
    display: flex;
    align-items: center;
    color: var(--blue);
    border-radius: 0 60px 60px 0;
    line-height: 1.7;
}

.sidenav .accordion-button.collapsed {
    color: var(--secondary-color);
}

.sidenav .accordion-button {
    padding: 8px 20px !important;
    font-size: var(--font-14);
    font-weight: 500;
}

#sidebarAccordian .accordion-item {
    border: 0 solid var(--white);
}

#sidebarAccordian .accordion-item .accordion-body {
    padding: 0.5rem 1.25rem;
}

.sidenav .accordion-button::after {
    width: 0.8rem;
    background-size: 0.8rem;
}

.sidenav .accordion-button::after {
    font: var(--fa-font-solid);
    content: "\f054";
    margin-right: 13px;
    position: absolute;
    right: 0;
    background-image: none;
    top: 12px;
    font-size: 12px;
}

.sidenav .accordion-button:not(.collapsed)::after {
    transform: rotate(90deg);
}

.sidenav ul>.nav-item>a {
    padding: 15px 20px;
    font-weight: 500;
    color: #444;
    font-size: 16px;
    line-height: normal;
}

.sidenav ul>.nav-item>a.active,
.sidenav ul>.nav-item>a.active:hover {
    color: #fff;
    background: #f00;
}

.sidenav ul>.nav-item>a.active svg path {
    stroke: #fff;
    fill: #fff;
}

.sidenav ul>.nav-item>a:hover {
    color: #f00;
}

.sidenav ul>li>a>i,
.sidenav .accordion-button i {
    margin-right: 5px;
}

.inner_menu {
    padding-left: 30px !important;
}

.inner_menu li a {
    padding: 0 !important;
}

@media (max-width: 991.98px) {
    body.open-sidebar .sidenav {
        width: 0;
    }

    body.open-sidebar #sidenav-collapse-main {
        padding: 0;
    }

    body.open-sidebar .main-wrapper {
        margin-left: 0;
    }

    body.open-sidebar .header-wrapper {
        width: 100%;
    }
}

/* sidebar css end */

.info-cards .single-info-card {
    padding: 15px;
    border-radius: 15px;
    background: #ff0000;
}

.info-cards .single-card:nth-child(4n-2) .single-info-card {
    /* background: linear-gradient(90deg, #F66129 0%, #ED9952 100%); */
    background: #4a9d93;
}

.info-cards .single-card:nth-child(4n-2) .single-info-card .info-icon svg path {
    fill: #4a9d93;
}

.info-cards .single-card:nth-child(4n-1) .single-info-card {
    /* background: linear-gradient(90deg, #068E5E 1.83%, #3DCE9C 100%); */
    background: #ff4d4d;
}

.info-cards .single-card:nth-child(4n-1) .single-info-card .info-icon svg path {
    fill: #ff4d4d;
}

.info-cards .single-card:nth-child(4n-0) .single-info-card {
    /* background: linear-gradient(90deg, #B01515 0%, #F36969 100%); */
    background: #f4b07a;
}

.info-cards .single-card:nth-child(4n-0) .single-info-card .info-icon svg path {
    fill: #f4b07a;
}

.info-cards .single-card:nth-child(4n-3) .single-info-card {
    /* background: linear-gradient(90deg, #0052E7 0%, rgba(44, 184, 234, 0.81) 100%); */
    background: #457fe7;
}

.info-cards .single-card:nth-child(4n-3) .single-info-card .info-icon svg path {
    fill: #457fe7;
}

/* .info-cards .single-card:nth-child(7n-1) .single-info-card {
    background: linear-gradient(90deg, #C129F6 0%, #D565FD 100%);
}
.info-cards .single-card:nth-child(7n-1) .single-info-card .info-icon svg path {
    fill: #C435F7;
}
.info-cards .single-card:nth-child(7n-0) .single-info-card {
    background: linear-gradient(90deg, #DB8623 1.83%, #F5C566 100%);
}
.info-cards .single-card:nth-child(7n-0) .single-info-card .info-icon svg path {
    fill: #DC8926;
}
.info-cards .single-card:nth-child(7n-6) .single-info-card {
    background: linear-gradient(90deg, #C71B78 0%, #F254A9 100%);
}
.info-cards .single-card:nth-child(7n-6) .single-info-card .info-icon svg path {
    fill: #C81D7A;
}  */

/* .info-cards .single-info-card .info-icon svg path {
    fill: #ff0000;
} */

.info-cards .single-info-card .info-icon {
    background-color: #fff;
    border-radius: 50%;
    height: 65px;
    width: 65px;
}

.info-cards .single-info-card h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    line-height: 27.235px;
}

.info-cards .single-info-card .info-name {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.2px;
}

/* Info cards css end */
.form-select:focus,
.form-control:focus {
    box-shadow: none;
}

.card.admin-card {
    border-radius: 10px;
    border: 2px solid #d5dceb;
    background: #fff;
}

.admin-sorting .form-label {
    color: #444;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}

.admin-search .form-control {
    padding: 7px 150px 7px 35px;
}

.admin-search .btn-primary {
    right: 0;
    top: 0;
}

.search-icon {
    color: #f00;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}

.table.admin-table thead th {
    background-color: #f00;
    color: #fff;
}

.admin-table.table-striped>tbody>tr:nth-of-type(odd)>*,
.admin-table.table-hover>tbody>tr:hover>* {
    --bs-table-bg-type: #f9f9f9;
}

.admin-table.table-hover>tbody>tr:hover>* {
    color: #353535;
}

.sidenav-toggler-inner .sidenav-toggler-line {
    height: 3px;
    width: 25px;
    background-color: #f00;
    display: block;
    border-radius: 5px;
}

.sidenav-toggler-inner .sidenav-toggler-line:nth-child(2) {
    width: 18px;
}

.sidenav-toggler-inner .sidenav-toggler-line:nth-child(3) {
    width: 22px;
}

.sidenav-toggler-inner:hover .sidenav-toggler-line:nth-child(2),
.sidenav-toggler-inner:hover .sidenav-toggler-line:nth-child(3) {
    width: 25px;
    transition: 0.3s;
}

/* ====Admin panel css end === */
/* .upload_div_1 {
    color: #868b90;
    font-weight: 500;
    background: #fff;
    border-radius: 12px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 20px;
    font-weight: 600;
    border: 1.5px solid #e1e4eb;
    box-shadow: none !important;
    margin-right: 10px;
    transition: 0.3s ease;
}

.upload_div_1:hover {
    transform: translateY(-2px);
    transition: 0.3s ease;
    cursor: pointer;
    color: #2461ff !important;
    background: rgba(36, 97, 255, 0.1);
    border: 1.5px solid #a4bcf6;
    box-shadow: none !important;
} */

.upload_div_1 input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.image-preview {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.image-preview img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin: 5px;
    border: 1px solid #ddd;
}

.image-cover {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.image-cover img {
    width: 80%;
    object-fit: cover;
    padding: 10px;
    border: 1px solid #ddd;
    height: 100%;
}

.warehouseImages .item img {
    height: 490px;
    object-fit: cover;
    border-radius: 25px;
}

.all-warehouses.warehouse-category .owl-carousel .owl-nav.disabled {
    display: block;
}

.list-group-horizontal {
    display: flex;
    flex-wrap: wrap;
}

.theme-card .nav-pills .nav-link {
    padding: 8px 15px;
    border-radius: 50px;
    background: transparent;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
}

.theme-card .nav-pills .nav-link:focus {
    box-shadow: none;
}

.theme-card .nav-pills .nav-link:hover {
    color: #f00;
}

.theme-card .nav-pills .nav-link.active {
    background: #f00;
    color: #fff;
}

.label-required {
    position: relative;
}

.label-required i {
    position: absolute;
    top: 0;
    font-size: 0.5rem;
    color: red;
}

.theme-grey-card {
    border-radius: 15px;
    background: #e3e7f2;
    padding: 20px 13px;
}

.theme-grey-card .icon-circle {
    flex-basis: 49px;
    max-width: 49px;
    min-width: 49px;
    height: 49px;
    background-color: #f00;
    border-radius: 50%;
}

.theme-grey-card .grey-card-details .status-heading {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 27.235px;
}

.theme-grey-card .grey-card-details .status-title {
    color: #f00;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    word-wrap: break-word;
    word-break: break-all;
}

.theme-grey-card .grey-card-details .status-title a {
    color: #f00;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    word-break: break-word;
}

.warehouse-map iframe {
    min-height: 350px;
    width: 100%;
}

.booking-form .form-label,
.contact-form .form-label {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 27.235px;
    letter-spacing: 0.36px;
    margin-bottom: 10px;
}

.booking-form .form-control,
.contact-form .form-control,
.contact-form .form-select {
    border-radius: 24px;
    border: 1px solid #b3b3b3;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.ipad-container {
    position: relative;
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
    padding: 9px 21px;
}

.ipad-container video {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.ipad-frame-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.faq-section .accordion-header .accordion-button {
    color: #000;
    font-size: 20px;
    font-weight: 400;
}

.faq-section .accordion-header .accordion-button .accordion-numb {
    height: 45px;
    width: 45px;
    min-width: 45px;
    display: grid;
    place-items: center;
    background-color: #f00;
    border-radius: 50%;
    color: #fff;
    font-size: 26px;
    font-weight: 400;
}

.faq-section .accordion-body {
    color: #292929;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.contact-us .send-msg {
    color: #f00;
    font-size: 20px;
    font-weight: 600;
}

.contact-details .icon {
    font-size: 32px;
    color: #f00;
}

.badge-danger {
    border-radius: 10px;
    border: 1px solid #f00;
    background: #ffdada;
    color: #f00;
    font-size: 14px;
    padding: 7px 16px;
    font-weight: 500;
}

.pac-target-input {
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid transparent;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 300;
    height: 40px;
    margin-left: 17px;
    margin-top: 10px;
    outline: none;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
}

.pac-target-input:focus {
    border-color: #4d90fe;
}

.delete-icon {
    width: 40px;
    height: 40px;
    border: 2px solid #f00;
    color: #f00;
    background-color: #ffe8e8;
}

.notification-card {
    border-radius: 15px;
    background: #fff;
}

.notification-card.unread {
    border: 2px solid #f00 !important;
    background-color: #ffe8e8;
}

.hyphen-steps li.list-group-item {
    background-color: transparent;
    border: 0;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 48px;
    display: flex;
    align-items: center;
}

.hyphen-steps li.list-group-item span.step-numb {
    background-color: #e3e7f2;
    width: 32px;
    height: 32px;
    color: #414141;
    font-size: 16px;
    font-weight: 500;
    line-height: 39px;
}

.hyphen-steps li.list-group-item.active {
    color: #f00;
}

.hyphen-steps li.list-group-item.active span.step-numb {
    color: #fff;
    background-color: #f00;
}

.hyphen-steps li.list-group-item span.step-line {
    border-top: 2px dashed #bcc5df;
    flex-grow: inherit;
}

.hyphen-steps li.list-group-item.active span.step-line {
    border-top: 2px solid #f00;
}

.flies-upload-card {
    border-radius: 20px;
    border: 3px dashed #dee1e8;
    background: #fff;
}

.profile-picture-div .prof-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 2px solid #f00;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.profile-picture-div .edit-profile-btn {
    position: absolute;
    top: auto;
    left: 70px;
    bottom: 1px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #f00;
    height: 20px;
    width: 20px;
    font-size: 12px;
    cursor: pointer;
}

.badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.blog-banner {
    background-image: url("../img/warehouse-bg.png");
    background-size: cover;
    background-position: center;
    padding: 170px 0 30px 0;
    position: relative;
}

.blog-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.blog-banner .user-media .user-name {
    font-size: 15px;
}

.blog-banner .user-media .added-date-time {
    font-size: 12px;
    color: #cecece;
}

.cmnt_box_div .cmnt_div1 .comment-user {
    font-size: 18px;
    color: #424242;
}

.cmnt_box_div .cmnt_div1 .small-time {
    font-size: 12px;
    color: #888888;
}

.cmnt_box_div .comment-text {
    white-space: pre-line;
    color: #5f5f5f;
    font-size: 15px;
    border-left: 3px solid #f00;
    padding-left: 20px;
}

.cmnt_box_div .single-comment:last-child {
    border-bottom: 0 !important;
}

.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-item {
    min-height: 100%;
}

.warehouses-tab-data .hidden {
    width: 0px;
    height: 0px;
    overflow: hidden;
    flex: none;
    padding: 0;
}

#loader {
    background-color: #ffffffcf;
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}

.topnav li.nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-cover a.removeBtn {
    position: absolute;
    top: 7px;
    right: 12%;
}

.image-cover a.featureBtn {
    position: absolute;
    top: 7px;
    left: 12%;
}

.image-cover a i {
    background-color: white;
    border-radius: 50%;
}

.video-item a,
.ipad-container a {
    position: absolute;
    top: 6px;
    right: 17px;
    height: fit-content;
}

.video-item a i,
.ipad-container a i {
    background-color: white;
    border-radius: 50%;
}

textarea {
    border-radius: var(--bs-border-radius) !important;
}

.custom-input {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.edit-stops {
    position: absolute;
    top: 0;
    right: 0;
}

.comparison-h2 {
    font-size: 24px;
}

.table-responsive::-webkit-scrollbar {
    width: 7px;
    max-height: 7px;
}

.comparison-table.table td,
.comparison-table.table th {
    white-space: unset;
}

.comparison-table span.badge {
    font-weight: 600;
}

.comparison-table span.badge.bg-primary {
    background: #e7f0ff !important;
    color: #3285fd;
}

.comparison-table span.badge.bg-success {
    background-color: #c5ebd9 !important;
    color: #198754;
}

.comparison-table span.badge.bg-danger {
    background-color: #ffd1d4 !important;
    color: #dc3644;
}

.comparison-table td .comparison-h5 {
    font-size: 16px;
}

.media-see-more-btn {
    color: #f00;
}

.text-ellipse-p .common-subheading {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single-line {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 35px;
}

.two-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.leaflet-marker-icon.marker-cluster {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff0000;
    border-radius: 50%;
    border: 5px solid #ccc;
    color: white;
    font-weight: 700;
}

.gmap_iframe {
    z-index: 1;
}

.pagination .page-link.active {
    background-color: #f00;
    border-color: #f00;
    color: #fff;
}

.pagination .page-link,
.pagination .page-link:hover {
    color: #f00;
}

.pagination .page-link.active:hover {
    color: #fff;
}

.advanced-filter-form {
    position: sticky;
    top: 110px;
    overflow-y: auto;
    height: calc(100vh - 110px);
}

.advanced-filter-form::-webkit-scrollbar {
    display: none;
}

.advanced-filter-form {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.hero_banner_section .gmap_canvas .leaflet-top .leaflet-control {
    margin-top: 150px;
}

.multiselect-dropdown-list-wrapper span.select2.select2-container {
    width: 100% !important;
}

.alert-fixed {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 11111;
}

.latest-category-area .owl-carousel .owl-item img,
.our-achievements-section .owl-carousel .owl-item img {
    aspect-ratio: 1 / 1;
    height: unset;
    object-fit: cover !important;
}

.our-achievements-section .owl-carousel .owl-item img {
    object-fit: cover !important;
}

.leaflet-popup-content img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.notification-dropdown {
    overflow-y: auto;
    max-height: 80vh;
    max-width: 30vw;
}

.toggle-eye {
    position: absolute;
    top: 43px;
    right: 35px;
    min-height: 24px;
}

.toggle-eye-update {
    position: absolute;
    top: 39px;
    right: 35px;
    min-height: 24px;
}

.download_dialouge {
    position: fixed;
    top: auto;
    z-index: 1049;
    bottom: 10px;
    right: 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
        rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    max-width: 300px;
    width: 300px;
}

.download_dialouge h3 {
    font-size: 20px;
    font-weight: 600;
}

.download_dialouge .cross {
    top: 3px;
    right: 5px;
    cursor: pointer;
}

.download_dialouge .text-muted {
    font-size: 12px;
}

.download_dialouge .progress .bg-danger {
    background-color: #f00 !important;
}

.filter-badge {
    background: white;
    max-width: 100%;
    display: inline-block;
    padding: 0.2rem;
    border-radius: 10px;
    border: 1px dashed #ff0000;
    font-size: 0.8rem;
}

.grecaptcha-badge {
    z-index: 11;
}

.team_profile_img {
    width: 120px;
    height: 120px;
    border-radius: 20px;
    border: 4px solid #ff0000;
    margin-top: -70px;
}

.team_profile_img img {
    border-radius: 15px;
}

.our_team_section .card-main {
    background-color: #fff;
    padding: 20px 25px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 20px;
    border-top: 4px solid #ff0000;
}

/* chat css starts here */

.chat-list-outer {
    flex-basis: 342px;
    border-right: 1px solid #cecece;
}

.chat-list-outer .chat-listtype {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.chat-list .single-chat-user {
    padding: 10px 12px;
    border-left: 2px solid transparent;
    margin: 0 2px 2px 0;
}

.chat-list .single-chat-user.active,
.chat-list .single-chat-user:hover {
    background-color: #ff0000;
}

.chat-list .single-chat-user:hover .user-name,
.chat-list .single-chat-user:hover .msg-prev,
.chat-list .single-chat-user:hover .dateTime,
.chat-list .single-chat-user.active .dateTime,
.chat-list .single-chat-user.active .msg-prev.typing {
    color: #fff !important;
}

.chat-list .single-chat-user .user-prfil-pic,
.active-chatUser .user-prfil-pic {
    max-height: 47px;
    min-height: 47px;
    max-width: 47px;
    min-width: 47px;
}

.chat-list .single-chat-user .messageUser-area {
    flex: 1 1 auto;
}

.chat-list .single-chat-user .user-name,
.active-chatUser .user-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.chat-list .single-chat-user .dateTime {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #4a4a4a;
}

.chat-list .single-chat-user .msg-prev,
.active-chatUser .msg-prev {
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    color: #4a4a4a;
}

.chat-list .single-chat-user .msg-prev.typing,
.active-chatUser .msg-prev.typing {
    color: #43c35f;
}

.chat-list .single-chat-user .messageUser-area .msg-numb {
    height: 20px;
    width: 20px;
    background-color: #ff0000;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}

.chat-messages-outer {
    flex: 1 1 0;
    padding-bottom: 75px;
    min-height: calc(100vh - 120px);
}

.chat-messages-outer .chat-profile-links {
    border-bottom: 1px solid #cecece;
    padding: 5px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.chat-container {
    max-height: calc(100vh - 330px);
    overflow-y: auto;
}

.chat-message {
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 10px;
    max-width: 80%;
    word-wrap: break-word;
    font-size: 16px;
    font-weight: 500;
}

.chat-message.recieved {
    border-bottom-left-radius: 0;
    background-color: #f8f8f8;
}

.chat-message.sent {
    border-bottom-right-radius: 0;
    align-self: flex-end;
    margin-left: auto;
    background-color: #ffe2e2;
}

.profilepic-outer .profile-img {
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    border-radius: 50%;
}

.chat-row {
    display: flex;
    align-items: flex-end;
}

.chat-row.sent-msg {
    justify-content: flex-end;
}

.chat-timestamp {
    font-size: 0.8rem;
    color: #b2b2b2;
}

.profilepic-outer {
    padding: 15px;
}

.name-chattime .name {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.chat-row .name-chattime {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.chat-row .chat-message.sent+.name-chattime {
    justify-content: end;
}

.msg-input-area {
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 15px;
    background-color: #fff;
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
    box-shadow: 4px 1px 25px 0px #00000029;
}

.msg-input-area .form-control {
    border: 0;
    background-color: transparent;
    color: #fff;
}

.msg-input-area .form-control::placeholder {
    color: #4a4a4a;
}

.chat-messages-outer .icon-file {
    background-color: #fff;
    padding: 6px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #cecece;
}

.msg-input-area .btn-sendmsg {
    padding: 10px 28px;
    background-color: #ff0000;
    border-radius: 10px;
}

.search-outer {
    padding: 12px 20px;
    color: #090909;
    background-color: #fff;
    border: 1px solid #cecece;
    border-radius: 10px;
}

.search-outer input {
    outline: none;
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
    color: #090909;
}

.search-outer input::placeholder,
.search-outer input::-moz-placeholder,
.search-outer input::-webkit-input-placeholder {
    color: #090909 !important;
}

/* chat css end here */

.custom-form-group input.form-control {
    border-radius: 55px;
    background-color: #efefef !important;
    padding: 15px 25px;
}

.custom-form-group button.btn.btn-danger {
    border-radius: 55px;
    width: 143px;
    background-color: #f79696;
    border: unset;
}

.btn-pink {
    /* background-color: #f68d8d; */
    background-color: #f00;
    color: white;
    border-radius: 999px;
    border: none;
}

.btn-pink:hover {
    /* background-color: #f57c7c; */
    background-color: #f00;
}

.quantity-selector {
    /* background-color: #f68d8d; */
    background-color: #f00;
    border-radius: 50px !important;
    color: white;
    font-weight: 500;
    font-size: 1rem;
    min-width: 140px;
    height: 50px;
}

.custom-input-group input {
    border-radius: 50px;
    background-color: #efefef !important;
    padding: 17px;
}

.custom-compare-btn {
    background-color: #efefef;
}

.btn-qty {
    background: transparent;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
}

.qty-value {
    font-weight: bold;
    font-size: 1rem;
    color: white;
    min-width: 30px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.border-end-dashed:not(:last-child) {
    border-right: 1px dashed #ccc;
}

.custom-table .col {
    flex: 1;
    padding: 0.5rem 0px;
}

.custom-table {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    background-color: #efefef;
}

.border-end-dashed span {
    background-color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 15px;
}

.border-end-dashed p {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 0;
    font-size: 15px;
    height: 100%;
}

.last-sub-head-title p {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 0;
    font-size: 15px;
}

.last-sub-head-title span {
    background-color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 15px;
}

.benefit-box {
    background-color: #efefef;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    font-weight: 500;
    color: #444;
    justify-content: center;
}

.description-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-top: 1px solid #e3e3e3;
}

.section-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.underline {
    width: 200px;
    height: 3px;
    background-color: #ff2c2c;
    margin-bottom: 1.5rem;
}

.description-text {
    color: #333;
    font-size: 1rem;
    line-height: 1.8;
}

.gallery-container {
    display: flex;
    padding: 0px;
    margin: auto;
    position: relative;
}

.main-carousel.owl-carousel.owl-loaded.owl-drag {
    width: 100%;
    max-width: 684px;
}

.thumb-carousel {
    width: 133px;
    margin-right: 20px;
}

.thumb-carousel .owl-carousel {
    display: block;
}

.thumb-carousel .owl-carousel .owl-stage-outer {
    max-height: 500px;
}

.thumb-carousel .item {
    margin-bottom: 10px;
}

.thumb-carousel .item img {
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border 0.3s;
}

.thumb-carousel .item.active img,
.thumb-carousel .item:hover img {
    border: 2px solid #fff;
}

.main-carousel {
    flex-grow: 1;
    position: relative;
}

.nav-buttons {
    position: absolute;
    top: 41%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    transform: translateY(-50%);
    z-index: 2;
    font-size: 34px;
}

.nav-buttons button {
    background: rgb(0 0 0 / 0%);
    border: none;
    color: white;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    height: 41px;
    width: 41px;
}

.main-carousel .item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    /* Ensures the image covers the area nicely without distortion */
    border-radius: 10px;
    display: block;
}

.nav-buttons button#prev {
    left: 140px;
    position: absolute;
}

.nav-buttons button#next {
    right: 7px;
    position: absolute;
}

.thumb-carousel .item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.thumb-carousel .owl-nav.disabled {
    display: none;
}

.table-responsive-mobile {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.custom-table {
    min-width: 600px;
    /* You can adjust this based on your layout */
}

.main-carousel .item {
    width: 100% !important;
    max-width: 700px;
}

.main-carousel .owl-item.active {
    width: 100% !important;
    max-width: 684px;
}

.thumb-carousel .owl-item.active {
    width: 100% !important;
}

.thumb-carousel .owl-stage {
    width: 100% !important;
}

.product-card-hover {
    overflow: hidden;
    border-radius: 10px;
}

.product-card-hover img {
    transition: transform 0.4s ease-in-out 0.1s;
    transform: scale(1);
}

.product-card-hover:hover {
    transform: scale(1.08);
    transition: transform 0.4s ease-in-out 0.4s;
    transition-delay: 0.2s;
}

/* Under  Under maintenance page  css starts here*/

.maintenance-section {
    padding: 100px 0;
    margin: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fdefef;
}

.maintenance-section h1 {
    margin: 0px;
    color: #d32f2f;
}

.maintenance-section .center-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.maintenance-section .cog {
    position: absolute;
    width: 60px;
    height: 60px;
}

.maintenance-section .cog.left {
    left: 30px;
    z-index: 9;
    top: 20%;
}

.maintenance-section .cog.right {
    right: 20px;
    z-index: 9;
}

.maintenance-section .cog svg {
    width: 100%;
    height: 100%;
    animation: spin 4s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.maintenance-section img {
    max-width: 600px;
    height: auto;
    z-index: 1;
    width: 100%;
}

/* Under  Under maintenance page  css ends here*/

.card-default {
    background: #FFFFFF;
    box-shadow: 6px 6px 54px rgba(0, 0, 0, 0.05);
    border-radius: 14px;
    border: 0;
}

@media (min-width: 1200px) {
    .custom-container {
        max-width: 1600px;
    }

    .hyphen-header .navbar .navbar-brand {
        position: absolute;
        top: 10px;
        left: 28px;
        max-width: 120px;
    }
}

@media (max-width: 1600px) and (min-width: 991.98px) {
    .hyphen-header .navbar {
        padding: 12px;
    }

    .hyphen-header .navbar-nav .nav-link {
        font-size: 14px;
    }

    .hyphen-header .navbar-nav .btn-secondary {
        font-size: 13px;
        font-weight: 500;
    }
}

@media (max-width: 1199.98px) {
    .chat-message {
        padding: 10px 15px;
        max-width: 90%;
        font-size: 14px;
    }
}

@media (max-width: 991.98px) {
    .chat-list-outer {
        flex-basis: auto;
        width: 100%;
    }

    .chat-messages-outer,
    .mobileuserChatActivated .chat-list-outer {
        display: none;
    }

    .mobileuserChatActivated .chat-messages-outer {
        display: block;
    }
}

@media (max-width: 768px) {
    .sidebar li .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: 0% !important;
        min-width: 240px;
    }

    .gallery-container {
        flex-direction: column;
        padding: 15px;
    }

    .thumb-carousel {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .thumb-carousel .owl-carousel {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .thumb-carousel .item {
        flex: 0 0 auto;
        width: 80px;
        margin: 0 5px;
    }

    .main-carousel {
        width: 100%;
    }

    .nav-buttons {
        top: 73%;
        bottom: -30px;
    }

    .nav-buttons button#prev {
        left: 14px;
        position: absolute;
    }

    .nav-buttons button#next {
        right: 14px;
        position: absolute;
    }

    .nav-buttons button {
        font-size: 24px;
        padding: 8px;
        width: 40px;
        height: 40px;
    }

    .main-carousel .item {
        width: 100% !important;
        max-width: 322px;
    }

    .main-carousel .owl-item.active {
        width: 100% !important;
        max-width: 322px;
    }
}

/* New rule to remove border for the last child */
.border-end-dashed:last-child {
    border-right: none;
}

.scrollable-panel {
    height: 400px;
    overflow-y: auto;
}