@font-face {
    font-family: "Outfit-ExtraBold";
    src: url("../fonts/Outfit-ExtraBold.woff2") format("woff2"),
        url("../fonts/Outfit-ExtraBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit-Bold";
    src: url("../fonts/Outfit-Bold.woff2") format("woff2"),
        url("../fonts/Outfit-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit-Light";
    src: url("../fonts/Outfit-Light.woff2") format("woff2"),
        url("../fonts/Outfit-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit-Regular";
    src: url("../fonts/Outfit-Regular.woff2") format("woff2"),
        url("../fonts/Outfit-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit-SemiBold";
    src: url("../fonts/Outfit-SemiBold.woff2") format("woff2"),
        url("../fonts/Outfit-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit-Medium";
    src: url("../fonts/Outfit-Medium.woff2") format("woff2"),
        url("../fonts/Outfit-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.dash-body {
    margin: 0;
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    height: 100vh;
}


/* Navbar Css */

.navbar {
    background: #fff;
    padding: 20px 60px;

    @media screen and (min-width:768px) and (max-width:819px) {
        padding: 20px 30px;
    }
}

.nav-container {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;

    @media screen and (min-width:1801px) {
        width: 50%;
    }
}

.logo {
    font-family: "Outfit-Bold";
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #0077B6;
}

.nav-link {
    text-decoration: none;
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
    cursor: pointer;
    margin: 0 10px;

    @media screen and (max-width:1280px) {
        margin: 0;
    }

    @media screen and (min-width:1801px) {
        font-size: 16px;
    }

    @media screen and (min-width:820px) and (max-width:911px) {
        font-size: 15px;
    }

    @media screen and (min-width:768px) and (max-width:819px) {
        font-size: 16px;
    }
}

.nav-link.active {
    color: #0077B6;
    font-weight: 600;
    font-family: 'Outfit-semiBold';
}

.nav-links {
    display: flex;
    gap: 20px;

    @media screen and (min-width:1801px) {
        gap: 15px;
    }
}

.login-btn-nav {
    width: 135px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    border-radius: 10px;
    background: #0077B6;
    font-family: "Outfit-Regular";
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFF;
    border: 1px solid #0077B6;

    @media screen and (min-width:768px) and (max-width:819px) {
        width: 100px;
    }

    @media screen and (max-width:480px) {
        width: 101px !important;
    }
}




.login-btn-nav:hover {
    background: #FFF;
    color: #0077B6;
    cursor: pointer;
}

/* Hero Section */

.hero-banner {
    /* background: url('../images/heroBanner.svg'); */
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 60px;
    justify-content: center;

    @media screen and (max-width:1024px) {
        height: auto;
        padding: 50px 60px;
    }

    @media screen and (min-width:768px) and (max-width:819px) {
        height: auto;
        padding: 50px 30px;
    }
}

.hero-overlay {
    height: 100%;
    width: 100%;

    @media screen and (min-width:1801px) {
        width: 50%;
    }
}

.hero-content {
    width: 813px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
    height: 100%;

    @media screen and (max-width:1024px) {
        width: auto;
    }
}

.platform-name {
    font-family: "Outfit-Regular";
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFF;
}

.hero-text {
    font-family: "Outfit-Regular";
    font-weight: 700;
    font-size: 45px;
    line-height: 48px;
    letter-spacing: 0%;
    color: #FFF;

    @media screen and (max-width:389px) {
        line-height: 35px;
    }
}

.hero-shortTxt {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.hero-register {
    width: 224px;
    height: 50px;
    gap: 10px;
    border-radius: 8px;
    backdrop-filter: blur(0px);
    background: #FFFFFF;
    font-family: "Outfit-Regular";
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
    border: 2px solid #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-register:hover {
    /* background: transparent;
    cursor: pointer;
    color: #FFF;*/
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}

.hero-browse {
    width: 180px;
    height: 50px;
    opacity: 1;
    gap: 10px;
    border-radius: 11px;
    border-width: 2px;
    background: #FFFFFF05;
    border: 2px solid #FFFFFF;
    backdrop-filter: blur(4px);
    font-family: "Outfit-Regular";
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-browse:hover {
    background: #FFF;
    color: #000;
    cursor: pointer;
}

.hero-buttons {
    display: flex;
    gap: 15px;
}

/* Hamburger for navlinks on mobile */

.hamburger {
    display: none;
    font-size: 26px;
    background: none;
    border: none;
    color: #0077B6;
    cursor: pointer;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 70px;

    @media screen and (max-width: 999px) {
        gap: 20px;
    }

    @media screen and (min-width: 1801px) {
        gap: 40px;
    }
}

@media screen and (max-width: 767px) {
    .nav-links {
        display: none;
        flex-direction: column;
        gap: 15px;
        background: #fff;
        position: absolute;
        top: 70px;
        right: 20px;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        z-index: 1000;
    }

    .nav-links.active {
        display: flex;
    }

    .hamburger {
        display: block;
    }

    .nav-container {
        position: relative;
    }

    .nav-actions {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .navbar {
        padding: 20px;
    }

    .hero-register {
        font-size: 14px;
    }

    .hero-browse {
        font-size: 14px;
    }

    .hero-banner {
        padding: 20px;
    }

    .hero-text {
        font-size: 34px;
    }
}

.dropdown {
    cursor: pointer;
}

.dropdown-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 66px;
}

/* navbar dropdown */

.first-dropdown {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: end;
    gap: 10px;
    height: 43px;
    margin-bottom: 10px;
}

.second-dropdown {
    width: 231px;
    height: 167px;
    opacity: 1;
    gap: 12;
    border-radius: 10px;
    border-width: 1px;
    border: 1px solid #0077B6
}

.second-dropdown p {
    width: 231px;
    height: 49px;
    opacity: 1;
    gap: 10px;
    padding: 10px;
    border-bottom-width: 1px;
    border-bottom: 1px solid #CCCCCCB2;
    display: flex;
    align-items: center;
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    cursor: pointer;
    margin-bottom: 0px;
}

.second-dropdown p img {
    width: 20px;
    height: 20px;
}

.dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-top: 8px;
    border-radius: 8px;
    overflow: hidden;
    z-index: 10;

    width: 251px;
    height: auto;
    opacity: 1;
    gap: 10px;
    border-radius: 10px;
    padding: 10px;
    background: #FFFFFF;
}

.dropdown-menu a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
}

.dropdown-menu a:hover {
    background: #f2f2f2;
}

.profile {
    width: 39.42px;
    height: 39.42px;
}

.dropdown {
    width: 13px;
    height: 8px;
}

/* About Section */

.about-section {
    padding: 80px 60px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    position: relative;

    @media screen and (max-width: 767px) {
        padding: 40px 20px;
    }

    @media screen and (min-width: 768px) and (max-width: 911px) {
        padding: 50px 30px;
    }
}

.aboutBtn {
    width: 103px;
    height: 35px;
    gap: 10px;
    border-radius: 40px;
    background: #DDEFF7;
    border: none;
    font-family: "Outfit-Regular";
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 3%;
    text-align: center;
    color: #0588C2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.about-ellipse {
    position: absolute;
    left: 7px;
    z-index: 9;
}

.about-vector {
    width: 43.63926315307617px;
    height: 43.589290618896484px;
    position: absolute;
    left: -26px;
    top: -20px;
    z-index: 10;
}

.about-vector2 {
    width: 9.867659568786621px;
    height: 16.579345703125px;
    position: absolute;
    left: 4px;
    top: -7px;
    z-index: -1;
}

.aboutHeading {
    font-family: "Outfit-Regular";
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    letter-spacing: 3%;
    text-align: center;

}

.aboutText {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #6B6B6B;
}

.about-main-section {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    gap: 5%;
    align-items: center;

    @media screen and (min-width: 1801px) {
        justify-content: center;
        gap: 1%;
    }

    @media screen and (max-width: 767px) {
        flex-direction: column;
        gap: 20px;
    }

    @media screen and (min-width: 768px) and (max-width: 911px) {
        gap: 12px;
    }

    @media screen and (min-width: 912px) and (max-width: 999px) {
        gap: 3%;
    }

    @media screen and (min-width: 1000px) and (max-width: 1280px) {
        gap: 2%;
    }
}

.tree-imgs {
    /*position: absolute;*/
}

.about-left-section {
    display: flex;
    gap: 30px;

    @media screen and (max-width: 767px) {
        flex-direction: column;
    }

    @media screen and (min-width: 768px) and (max-width: 911px) {
        gap: 12px;
    }
}

.about-left-section img {
    @media screen and (max-width: 767px) {
        width: 100%;
    }
}

.about-nested-images {
    display: flex;
    flex-direction: column;
    gap: 29.59px;

    @media screen and (min-width: 768px) and (max-width: 911px) {
        gap: 12px;
    }
}

.about-right-heading {
    font-family: "Outfit-Regular";
    font-weight: 600;
    font-size: 22px;
    line-height: 150%;
    letter-spacing: 0%;

}

.about-right-Text {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #6B6B6B;
}

.about-right-section ul li {
    text-decoration: none;
    display: flex;
    gap: 10px;
    /* align-items: center; */
}

.about-right-section ul li img {
    width: 30px;
    height: 30px;
}

.about-right-section {
    width: 33%;
    display: flex;
    flex-direction: column;
    /* gap: 20px; */

    @media screen and (max-width: 767px) {
        width: auto;
    }

    @media screen and (min-width: 768px) and (max-width: 911px) {
        width: auto;
        gap: 7px;
    }

    @media screen and (min-width: 912px) and (max-width: 999px) {
        width: auto;
        gap: 8px;
    }

    @media screen and (min-width: 1000px) and (max-width: 1280px) {
        gap: 11px;
    }
}

.about-right-section ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-left: 0px;

    @media screen and (min-width: 768px) and (max-width: 911px) {
        gap: 0px;
    }

    @media screen and (min-width: 912px) and (max-width: 999px) {
        gap: 0;
    }

    @media screen and (min-width: 1000px) and (max-width: 1280px) {
        gap: 0;
    }
}

.fishesImg-about {
    @media screen and (min-width: 768px) and (max-width: 911px) {
        width: 211px;
        height: 271px;
    }

    @media screen and (min-width: 912px) and (max-width: 999px) {
        width: 263px;
        height: 340px;
    }

    @media screen and (min-width: 1000px) and (max-width: 1280px) {
        width: 283px;
        height: 365px;
    }

}

.fishImgshort-about {
    @media screen and (min-width: 768px) and (max-width: 911px) {
        width: 146px;
    }

    @media screen and (min-width: 912px) and (max-width: 999px) {
        width: 176px;
    }

    @media screen and (min-width: 1000px) and (max-width: 1280px) {
        width: 191px;
    }
}




/* Browse Verified Seafood Listings Section */

.featuredBtn {
    width: 145px;
    height: 35px;
    gap: 10px;
    border-radius: 40px;
    background: #94C3DC;
    border: none;
    font-family: "Outfit-Regular";
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 3%;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.carousel-section-login {
    background-color: #0077B6;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 50px;
    gap: 12px;
    position: relative;

    @media screen and (min-width: 768px) and (max-width: 911px) {
        padding: 50px 30px;
    }

    @media screen and (max-width: 767px) {
        padding: 40px 20px;
    }
}

.featuredHeading {
    font-family: "Outfit-Bold";
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    letter-spacing: 3%;
    text-align: center;
    color: #FFFFFF;
}

.featuredText {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
}

.cards-carousel {
    margin-top: 38px;
    margin-top: 38px;
    width: 100%;
    max-width: 1200px;
}

.carouselLeftBtn {
    width: 57px;
    height: 57px;
}



.carousel-section-login .cards-carousel {
    width: 100%;
    max-width: 100%;
    margin-top: 38px;

    @media screen and (min-width: 1801px) {
        width: 50%;
    }
}


.carousel-section-login .owl-carousel .owl-stage {
    padding: 6px 0;
    display: flex;
    gap: 0;

    @media screen and (min-width: 1801px) {
        width: 4012px !important;
    }

    @media screen and (max-width: 480px) {
        gap: 0;
    }

}

.carousel-section-login .owl-carousel .owl-item {
    width: 307.11px;
    height: 406.29px;
    display: flex;
    justify-content: center;
}

.owl-carousel .owl-stage-outer {
    height: 450px;

    @media screen and (min-width: 1801px) {
        height: auto;
    }

    @media screen and (max-width: 1200px) {
        height: auto;
    }
}

.owl-carousel.owl-drag .owl-item {
    @media screen and (min-width: 1801px) {
        width: 322px !important;
    }

    @media screen and (max-width: 1280px) {
        width: 398px !important;
    }
}

.owl-carousel .owl-item img {
    width: 100%;
    max-width: 300px;
    border-radius: 12px;

}


.carousel-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 12px;

    @media screen and (min-width: 1200px) and (max-width: 1440px) {
        position: relative;
        top: -43px;
        margin-top: 0;
    }
}

.carouselLeftBtn,
.carouselRightBtn {
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.carouselLeftBtn:hover,
.carouselRightBtn:hover {
    transform: scale(1.1);
}


.carouselRightBtn {
    width: 57px;
    height: 57px;
    cursor: pointer;
}

.carouselLeftBtn {
    cursor: pointer;
}


.carousel-dots {
    display: flex;
    align-items: center;
    gap: 5px;
}

.carousel-dots .owl-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #00000066;
    border: none;
    outline: none;
    cursor: pointer;
}

.carousel-dots .owl-dot.active {
    background: #fff;
}

.card-car {
    /* width: 235.5px; */
    width: 100%;
    height: 385.2884521484375px;
    opacity: 1;
    gap: 10.63px;
    border-radius: 20px;
    border-width: 1px;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    padding: 10px;
    position: relative;
    overflow: hidden;
    border: 1px solid #00000066;

    @media screen and (max-width: 480px) {
        width: 280px;
    }
}

.card-car.locked {
    filter: blur(3px);
    pointer-events: none;
}


.card-car .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    pointer-events: auto;
}

/* Login button style */
.login-btn {
    background: #0077b6;
    color: #fff;
    border: none;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    width: 90%;
    height: 47px;
    border-radius: 6.38px;
    padding: 10.63px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0077B6;
}

.lock-btn {
    width: 21.25px !important;
    height: 21.25px;
}

.login-btn:hover {
    background: #ffff;
    color: #0077B6;
}


.card-btn {
    width: 100%;
    height: 47px;
    opacity: 1;
    gap: 10.63px;
    border-radius: 6.38px;
    padding: 10.63px;
    background: #0077B6;
    font-family: "Outfit-Bold";
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    border: 1px solid #0077B6;
    cursor: pointer;

    @media screen and (max-width: 480px) {
        width: 100%;
    }
}

.card-btn:hover {
    background: #fff;
    color: #0077B6;
}

.cardsbuyerdash img.tuna {
    width: 100%;
    height: 203.8404083251953;
    opacity: 1;
    border-radius: 17px;
}

.owl-carousel .owl-item img.tuna {
    width: 100%;
    height: 203.84px;
    opacity: 1;
    border-radius: 17px;

    @media(max-width: 1400px) {
        height: 151.84px;
    }

}

.carcard-heading {
    font-family: "Outfit-Regular";
    font-weight: 600;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;

}

.carcard-text {
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-size: 14.88px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #6B6B6B;
}


.card-price {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.card-price p .amount,
.card-price p {
    font-family: "Outfit-Bold";
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    border: none;
    padding: 0px;
    height: auto;
    width: auto;

}

.card-price .woocommerce-Price-currencySymbol {
    font-family: "Outfit-Regular";
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #6B6B6B;
}

.card-price .woocommerce-Price-currencySymbol {
    font-family: "Outfit-Regular";
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #6B6B6B;
}

.card-price .stock-count {
    font-family: "Outfit-Regular";
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #6B6B6B;
}

/* .card-price span {
    font-family: "Outfit-Regular";
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #6B6B6B;
} */

.bigCircle {
    width: 140px;
    height: 140px;
    position: absolute;
    right: 188px;
    top: 80px;

    @media screen and (max-width: 911px) {
        right: 17px;
    }
}

.smallCircle {
    position: absolute;
    width: 51px;
    height: 51px;
    right: 334px;
    top: 220px;

    @media screen and (max-width: 911px) {
        right: 15%;
    }
}

.vectorFish {
    position: absolute;
    left: 93px;
    top: 135px;
}

.fishEllipse1 {
    width: 30px;
    height: 30px;
    position: relative;
    top: -30px;
}

.bigFish {
    width: 101.72px;
    height: 101.72px;
}

.fishEllipse2 {
    width: 25px;
    height: 25px;
    position: relative;
    bottom: 70px;
    right: 26px;
}

.smallFish {
    width: 53px;
    height: 53px;
    position: relative;
    right: 30px;
    bottom: 20px;
}

/* How It Works Section */

.howWorksBtn {
    width: 121px;
    height: 35px;
    gap: 10px;
    border-radius: 40px;
    background: #DDEFF7;
    border: none;
    font-family: "Outfit-Regular";
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 3%;
    text-align: center;
    color: #0588C2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.how-works-section {
    padding: 60px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;

    @media screen and (max-width: 767px) {
        padding: 20px;
        padding-top: 40px;
    }
}

.how-works-heading {
    font-family: "Outfit-Regular";
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    letter-spacing: 3%;
    text-align: center;

}

.how-works-text {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #6B6B6B;
}

.how-works-cards {
    margin-top: 38px;
    margin-bottom: 50px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.work-card {
    width: 215px;
    height: 252px;
    opacity: 1;
    gap: 10px;
    border-radius: 20px;
    padding: 10px;
    border-width: 1px;
    border: 1px solid #3B82F666;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.work-card img {
    width: 64px;
    height: 64px;
}

.card-heading {
    font-family: "Outfit-Regular";
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: var(--Theme-heading-color, #111827);

}

.card-text {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    color: var(--Theme-body-color, #4E5562);

}

/* Frequently Asked Questions Section */


.faqBtn {
    width: 77px;
    height: 35px;
    gap: 10px;
    border-radius: 40px;
    background: #DDEFF7;
    border: none;
    font-family: "Outfit-Regular";
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 3%;
    text-align: center;
    color: #0588C2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.questions-heading {
    font-family: "Outfit-Regular";
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    letter-spacing: 3%;
    text-align: center;

}

.questions-text {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #6B6B6B;
}

.question-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.questions {
    margin-top: 38px;
    margin-bottom: 50px;
    width: 80%;

    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;

    @media screen and (min-width: 1801px) {
        width: 50%;
    }
}

.faq-header {
    width: 100%;
    height: 72px;
    justify-content: space-between;
    opacity: 1;
    padding: 20px;
    background: #0588C21A;
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #0588C2;
    display: flex;
    transition: background 0.3s;
    cursor: pointer;
    border-radius: 20px;

    @media screen and (max-width: 767px) {
        height: auto;
    }
}


.faq-header.active span {
    transform: rotate(180deg);
    cursor: pointer;
}



.faq-body {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 3%;
    color: #808080;
    width: 100%;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    padding: 0 20px;
    transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
}

.faq-header.active+.faq-body {
    max-height: 600px;
    opacity: 1;
    padding: 20px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Contact Us */

.contactBtn {
    width: 113px;
    height: 35px;
    gap: 10px;
    border-radius: 40px;
    background: #DDEFF7;
    border: none;
    font-family: "Outfit-Regular";
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 3%;
    text-align: center;
    color: #0588C2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.contactus-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 30px;
    position: relative;

    @media screen and (max-width: 480px) {
        padding: 20px;
    }

    @media screen and (max-width: 767px) {
        padding: 20px;
        padding-top: 40px;
    }
}

.shape {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 391.15px;
    height: 362px;
}

.bubbles {
    position: absolute;
    width: 102.55px;
    height: 126.29px;
    right: 23px;
    bottom: 280px;
}

.ship {
    position: absolute;
    width: 274px;
    height: 274px;
    right: 157px;
    bottom: -35PX;
}

.contactInfo-elements {
    display: flex;
    justify-content: center;
    gap: 5%;

    @media screen and (max-width: 767px) {
        flex-direction: column;
        gap: 20px;
    }

    @media screen and (max-width: 1280px) {
        width: 100%;
    }
}

.getInTouch {
    font-family: "Outfit-Regular";
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

}

.semi-circle {
    width: 140px;
    height: 140px;
    position: absolute;
    right: -35px;
    top: 144px;
}

.getInTouchText {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #6B6B6B;
    width: 65%;

    @media screen and (max-width: 480px) {
        width: auto;
    }
}

.card-input {
    width: 563px;
    height: 48px;
    opacity: 1;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    gap: 10px;
    border-radius: 10px;
    border-width: 1px;
    border: 1px solid #D6D6D6;
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #808080;

    @media screen and (max-width: 1280px) {
        width: 100%;
    }
}

.card-input:focus {
    outline: none;
    border: none;
}

.contact-comment {
    width: 563px;
    height: 144px;
    opacity: 1;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    gap: 10px;
    border-radius: 10px;
    border-width: 1px;
    border: 1px solid #D6D6D6;
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #808080;

    @media screen and (max-width: 1280px) {
        width: 100%;
    }
}

.contact-comment:focus {
    outline: none;
    border: none;
}

.contactSendBtn {
    width: 193px;
    height: 50px;
    opacity: 1;
    gap: 10px;
    border-radius: 10px;
    padding: 10px;
    background: #0077B6;
    font-family: "Outfit-SemiBold";
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 5%;
    color: #FFFFFF;
    border: 1px solid #0077B6;
    margin-top: 20px;
}

.contactSendBtn:hover {
    background: #fff;
    color: #0077B6;
    cursor: pointer;
}


/*
    phone country code design
*/

/* Arrow */
.fluentform .iti__selected-flag {
    background: transparent !important;
}

.fluentform .iti__selected-dial-code {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-size: 16px;
}

.fluentform .iti__arrow {
    border: none !important;
    width: 12px;
    height: 12px;
    margin-left: 6px;
    /* controls spacing from +91 */
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: none;
}

.fluentform .iti__arrow::before {
    content: "";
    width: 9px;
    height: 9px;
    display: block;
    background-image: url("http://seafood.yilstaging.com/wp-content/uploads/2026/01/dial-phone-down-arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.fluentform .iti__selected-flag::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 24px;
    /* match input height from Figma */
    width: 1px;
    background-color: #8888884D;
}




.contact-card {
    width: 643px;
    /* height: 620px; */
    opacity: 1;
    gap: 40px;
    border-radius: 20px;
    padding: 40px;
    background: #0077B61A;
    display: flex;
    flex-direction: column;

    @media screen and (max-width: 1280px) {
        width: 50%;
    }

    @media screen and (max-width: 767px) {
        width: 100%;
    }
}

.contact-card .ff_submit_btn_wrapper {
    margin-bottom: 0px !important;
}

.contactInfo-heading {
    font-family: "Outfit-Regular";
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 3%;

}

.contactImage-address {
    display: flex;
    align-items: center;
    gap: 30px;
}

.contactImage-address img {
    width: 64px;
    height: 64px;
}

.office-address {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 5px;
}

.office-address p:first-child {
    font-family: "Outfit-Regular";
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 3%;
    vertical-align: middle;

}

.office-address p:last-child,
.office-address p:last-child a {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 3%;
    vertical-align: middle;
    color: #1f2937;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 24px;
    width: 530px;

    @media screen and (max-width: 1280px) {
        width: 50%;
    }

    @media screen and (max-width: 767px) {
        width: 100%;
    }
}

.address-align {
    display: flex;
    flex-direction: column;
    gap: 24px;
}



/* Register Section */

.register-heading {
    font-family: "Outfit-Regular";
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 1%;
    text-align: center;
    color: #FFFFFF;

    @media screen and (max-width: 480px) {
        line-height: 40px;
    }
}

.register-text {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-size: 18px;
    line-height: 37px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;

    @media screen and (max-width: 480px) {
        line-height: 28px;
    }
}

.registerBuyer {
    width: 240px;
    height: 50px;
    opacity: 1;
    gap: 10px;
    border-radius: 10px;
    padding: 10px;
    background: #0588C2;
    font-family: "Outfit-SemiBold";
    font-weight: 600;
    font-size: 18px;
    line-height: 37px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #0588C2;
    display: flex;
    align-items: center;
    justify-content: center;

    @media screen and (min-width: 481px) and (max-width: 767px) {
        width: 182px;
    }
}

.registerBuyer:hover {
    cursor: pointer;
    background: transparent;
    color: #FFF;
    border: 1px solid #FFF;
}

.registerSeller {
    width: 240px;
    height: 50px;
    opacity: 1;
    gap: 10px;
    border-radius: 10px;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #FFF;
    font-family: "Outfit-SemiBold";
    font-weight: 600;
    font-size: 18px;
    line-height: 37px;
    letter-spacing: 0%;
    text-align: center;
    color: #0588C2;
    display: flex;
    justify-content: center;
    align-items: center;

    @media screen and (min-width: 481px) and (max-width: 767px) {
        width: 182px;
    }
}

.registerSeller:hover {
    cursor: pointer;
    background: transparent;
    color: #FFF;
    border: 1px solid #FFF;
}


.register-btns {
    display: flex;
    gap: 52px;

    @media screen and (max-width: 480px) {
        flex-direction: column;
        gap: 30px;
    }

    @media screen and (min-width: 481px) and (max-width: 767px) {
        gap: 20px
    }
}

.register-section {
    position: relative;
    background-image: url('../images/oceanImg.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding: 72px 201px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    z-index: 1;

    @media screen and (max-width: 480px) {
        padding: 40px 20px;
    }

    @media screen and (min-width: 481px) and (max-width: 767px) {
        padding: 40px 20px;
    }

    @media screen and (min-width: 768px) and (max-width: 911px) {
        padding: 50px 30px;
    }

    @media screen and (min-width: 912px) and (max-width: 1280px) {
        padding: 50px 60px;
    }
}

.register-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: -1;
}


/* Footer Section */

.seafood-footer {
    background-color: #05374E;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px;
    gap: 10px;

    @media screen and (max-width: 480px) {
        padding: 20px;
    }
}

.subs-btn {
    width: 124px;
    height: 60px;
    opacity: 1;
    padding-top: 16px;
    padding-right: 22px;
    padding-bottom: 16px;
    padding-left: 22px;
    gap: 10px;
    border-radius: 8px;
    border-width: 1px;
    background: #0077B6;
    border: 1px solid #0077B6;
    font-family: "Outfit-Regular";
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #FFFFFF;
    cursor: pointer;
    /* position: absolute;
    right: -108px; */

    /* @media screen and (max-width: 819px) {
        top: 0;
        left: -17px;
    }*/


}


.footer-subs-div .ff-t-column-2 {
    width: 124px !important;
    height: 60px;
    position: absolute;
    right: -108px;

    @media screen and (max-width: 375px) {
        left: 0;
    }
}

.footer-subs-div {
    position: relative;
}

.footer-input {
    width: 562px !important;
    height: 60px;
    opacity: 1;
    border-radius: 10px;
    border-width: 1px;
    border: 1px solid #FFFFFF;
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: start;
    padding: 10px 16px;
    color: #808080;

    @media screen and (max-width: 819px) {
        width: 90%;
    }

    @media screen and (max-width: 375px) {
        width: 100%;
    }
}

.footer-input:focus {
    border: none;
    outline: none;
}

.footer-subscribe {
    font-family: "Outfit-Regular";
    font-weight: 700;
    font-size: 32px;
    line-height: 60px;
    letter-spacing: -2%;
    text-align: center;
    color: #FFFFFF;

    @media screen and (max-width: 767px) {
        line-height: 40px;
    }
}

.footer-first-div {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 37px;
    align-items: center;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 30px;
}

.footer-second-div {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    gap: 30px;
    flex-direction: column;
    align-items: center;
}

.footerLogo {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 3%;
    vertical-align: middle;
    color: #FFFFFF;
}

.footer-list {
    display: flex;

    @media screen and (max-width:480px) {
        flex-direction: column;
    }
}

.footer-second-div ul li {
    list-style: none;
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 5%;
    color: #FFFFFF;
    width: 126.5px;
    height: 57px;
    opacity: 1;
    gap: 10px;
    border-radius: 30px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.footer-second-div ul li a {
    text-decoration: none;
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 5%;
    color: #FFFFFF;
    width: 126.5px;
    height: 57px;
    opacity: 1;
    gap: 10px;
    border-radius: 30px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.footer-social img {
    width: 59px;
    height: 60px;
    cursor: pointer;
}

.footer-social {
    display: flex;
    gap: 15px;
}

.footer-copyright-div {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    border-top: 1px solid #D6D6D6;

    @media screen and (min-width: 1801px) {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.footer-signature {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;

    @media screen and (max-width: 767px) {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    @media screen and (min-width: 1801px) {
        width: 50%;
    }
}

.footer-info {
    display: flex;
    gap: 20px;
}

.copyright-closing {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}

.copyright-font,
.copyright-font a {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 5%;
    color: #FFFFFF;
    text-decoration: none;
}

.terms {
    cursor: pointer;
}

.footer-subs-div {
    @media screen and (max-width: 819px) {
        display: flex;
    }

    @media screen and (max-width: 375px) {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}


/* carousel1 */

.carousel-section-customers .cards-carousel2 {
    width: 100%;
    max-width: 100%;
    margin-top: 38px;

    @media screen and (min-width: 1801px) {
        width: 50%;
    }
}

.cards-carousel2 {
    margin-top: 38px;
    margin-top: 38px;
    width: 100%;
    max-width: 1200px;
}

.carousel-dots2 {
    display: flex;
    align-items: center;
    gap: 5px;
}

.carousel-dots2 .owl-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #00000066;
    border: none;
    outline: none;
    cursor: pointer;
}

.carousel-dots2 .owl-dot.active {
    background: #fff;
}

.carouselLeftBtn2,
.carouselRightBtn2 {
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.carouselLeftBtn2.about-ellipse,
.carouselRightBtn2:hover {
    transform: scale(1.1);
}

.carouselRightBtn2 {
    width: 57px;
    height: 57px;
    cursor: pointer;
}

.carouselLeftBtn2 {
    width: 57px;
    height: 57px;
}

.carouselLeftBtn2 {
    cursor: pointer;
}

.carousel-section-customers {
    background-color: #0077B6;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 60px 50px;
    padding: 50px;
    border-radius: 20px;
    gap: 12px;
    position: relative;

    @media screen and (min-width: 768px) and (max-width: 911px) {
        padding: 50px 30px;
    }

    @media screen and (max-width: 767px) {
        margin: 0 20px;
        padding: 40px 10px;
    }
}


.carousel-section-customers .cards-carousel {
    width: 100%;
    max-width: 100%;
    margin-top: 38px;

    @media screen and (min-width: 1801px) {
        width: 50%;
    }
}

.carousel-section-customers .owl-carousel .owl-stage {
    padding: 6px 0;
    display: flex;
    gap: 0;

    @media screen and (min-width: 1801px) {
        width: 4012px !important;
    }

    @media screen and (max-width: 480px) {
        gap: 0;
    }

}

.carousel-section-customers .owl-carousel .owl-item {
    width: 307.11px;
    height: 406.29px;
    display: flex;
    justify-content: center;
}

.testBtn {
    width: 120px;
    height: 35px;
    gap: 10px;
    border-radius: 40px;
    background: #94C3DC;
    border: none;
    font-family: "Outfit-Regular";
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 3%;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.featuredListing {
    font-family: "Outfit-Bold";
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;

    @media screen and (max-width: 767px) {
        font-size: 25px;
    }
}

.card-test {
    width: 272px;
    height: 373px;
    opacity: 1;
    border-radius: 20px;
    padding: 20px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    padding: 20px;

    @media screen and (max-width: 767px) {
        width: 246px;
    }
}

.woman-test {
    width: 88px !important;
    height: 88px;
    border: 6px solid #0588C21A;
    border-radius: 50px !important;

    @media screen and (max-width: 767px) {
        width: 55px !important;
        height: 55px;
    }
}

.name-woman {
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 3%;

}

.text-woman {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 3%;
    color: #6B6B6B;

    @media screen and (max-width: 767px) {
        font-size: 15px;
    }
}

.commas {
    width: 137px !important;
    height: 113.07px;
    right: 30px;
    top: -39px;
    position: absolute;

    @media screen and (max-width: 767px) {
        width: 150px !important;
        right: -16px;
        top: -33px;
    }
}

.trees {
    position: absolute;
    width: 197.35px;
    height: 169.95px;
    top: -150px;
    right: 0;
}



/* Login, Signup, Forgot Pass, ID Verification Pages*/

* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    margin: 0;
    font-family: 'Outfit', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
    background: #f3f5f7;
    color: #1F2937;
}


.page-wrap {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}


.card-log {

    display: grid;
    grid-template-columns: 1fr 420px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    width: 100%;
    gap: 20px;

    @media screen and (min-width: 1280px) {
        gap: 127px;
    }

    @media screen and (max-width: 767px) {
        flex-direction: column;
    }

}


.card-left {
    background: #eaf6fb;
    width: 50%;

    @media screen and (max-width: 767px) {
        width: 100%;
    }
}

.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px !important;
    display: block;
}


.card-right {
    /*padding: 48px;*/
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;

    @media screen and (max-width: 767px) {
        width: 100%;
        padding: 0px;
    }
}

.card-right-inner {
    width: 100%;
    max-width: 460px;

    @media screen and (max-width: 1280px) {
        max-width: 360px;
    }
}

.logo-heading {
    margin: 0 0 20px;
    font-family: "Outfit-Bold";
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0px;

}

.login-heading {

    margin: 0 0 20px;
    font-family: "Outfit-Bold";
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;

    line-height: 100%;
    letter-spacing: 1px;
    color: #0588C2;
}

.logins-text {
    margin: 0 0 18px;
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-size: 18px;

    line-height: 100%;
    letter-spacing: 1px;
    color: #1F2937;
}


.login-as-btns {
    /*display: flex;*/
    gap: 10px;
    padding: 6px;
    border-radius: 8px;
    background: rgba(5, 136, 194, 0.08);
    margin-bottom: 30px;
}


/*.btn {
    flex: 1;
    padding: 12px 10px;
    border-radius: 8px;
    border: none;
    display: flex;
    gap: 8px;
    align-items: center;
    font-family: "Outfit-Regular";
    letter-spacing: 1px;
    justify-content: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    background: transparent;
    color: #0f1724;
    width: 187px;
    height: 55px;
}

.btn.active:hover {
    background: #fff;
    color: #0077B6;
}

.btn img {
    height: 18px;
    display: inline-block;
}


.btn.active {
    background: #0077B6;
    color: #fff;
    border: 1px solid #0077B6;
}

.btn:not(.active) {
    background: transparent;
}*/

.input-group {
    position: relative;
    margin-bottom: 14px;
}

.icon.left {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 16.33px;
    height: 16.33px;
    opacity: .95;
}

.icon.right {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    cursor: pointer;
    opacity: .95;
}

.mailInput {
    width: 100%;
    padding: 0px 46px;
    border-radius: 10px !important;
    border: 1px solid #1F2937B2;
    font-size: 15px;
    outline: none;
    color: #0f1724;
    background: #fff;
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;

    line-height: 294%;
    letter-spacing: 1px;
    color: #1F2937B2;

}

/* forgot password + login button */
.row-between {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 8px;
}

.btn-forgot {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;

    line-height: 100%;
    letter-spacing: 1px;
    text-align: right;
    color: #0588C2;
    text-decoration: none;
}

.login-page-btn {
    width: 100%;
    padding: 13px;
    border-radius: 10px;
    background: #0588C2;
    border: 1px solid #0588C2;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    margin-top: 20px;
    font-family: 'Outfit-SemiBold';
}

.login-page-btn:hover {
    background: #fff;
    color: #0588C2;
}


.donthave {
    text-align: center;
    margin-top: 20px;
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;

    line-height: 100%;
    letter-spacing: 1px;
    text-align: center;

}

.donthave a {
    color: #0588C2;
    text-decoration: underline;
}


@media (max-width: 1100px) {
    .card {
        grid-template-columns: 1fr 360px;
        height: calc(100vh - 30px);
    }

    .card-right {
        padding: 40px 28px;
    }
}

@media (max-width: 820px) {
    .card {
        grid-template-columns: 1fr;
        height: auto;
        border-radius: 14px;
    }

    .hero-img {
        height: 100%;
    }

    .card-right {
        padding: 0px;
        padding-top: 28px;
    }
}

.text-email {
    margin-top: 40px;
}

.arrow-right {
    width: 45px;
    height: 45px;
}

.loading-forgot {
    display: flex;
    align-items: center;
    gap: 10px;

    @media screen and (max-width:767px) {
        font-size: 26px;
    }
}

.btn-link {
    text-decoration: none;
    color: #fff;
}

.login-page-btn:hover .btn-link {
    color: #0077B6;
}

/* ID Verification Page */

.upload-box {
    width: 100%;
    margin: 20px 0;
}

.upload-label {
    display: block;
    cursor: pointer;
}

.upload-area {
    border: 2px dashed #258694;

    background: #E6F7FF;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    transition: 0.3s;
    width: 404px;
    height: 132px;

    @media screen and (max-width: 1280px) {
        width: auto;
    }
}

.upload-area:hover {
    background: #d9f2ff;
}

.upload-icon {
    width: 24px;
    margin-bottom: 8px;
}

.upload-area p {
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;

    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #0077B6;
}

.file-preview {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.file-item {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    width: 80px;
    text-align: center;
    background: #fff;
    font-size: 12px;
}

.file-item img {
    width: 40px;
    display: block;
    margin: 0 auto 5px;
}

.remove-btn {
    position: absolute;
    top: -8px;
    right: -8px;
    background: red;
    color: white;
    border-radius: 50%;
    border: none;
    width: 18px;
    height: 18px;
    font-size: 12px;
    cursor: pointer;
}

.documents {
    display: flex;
    gap: 28px;

    @media screen and (max-width: 1280px) {
        gap: 18px;
    }

    @media screen and (max-width: 480px) {
        gap: 8px;

    }
}

.documents img {
    @media screen and (max-width: 1280px) {
        width: 61px;
        height: 83.29px;
    }
}

.verification-txt {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-size: 16px;

    line-height: 32px;
    letter-spacing: 1%;
    color: #3C3C3C;
}

.verification-txt span {
    color: #0588C2;
}

.timing {
    text-decoration: underline;
}

.otp-input-group {
    display: flex;
    gap: 10px;
    justify-content: start;
    margin: 20px 0;
}

.otp-input {
    width: 55px;
    height: 51px;
    background: #EFF6FF;

    text-align: center;
    border: 1px solid #258694;
    border-radius: 8px;
    outline: none;
    transition: 0.2s;
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;

    line-height: 40px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #0588C2;

    @media screen and (max-width:480px) {
        width: 47px;
        height: 42px;
    }

    @media screen and (max-width:768px) {
        width: 46px;
        height: 42px;
    }

    @media screen and (max-width:1000px) {
        width: 49px;
        height: 47px;
    }
}

.otp-input:focus {
    border-color: #0588C2;
    box-shadow: 0 0 5px rgba(5, 136, 194, 0.4);


}

.otp-input-group .otp-input.filled {
    background: #E6F7FF;
    color: #0588C2;
    font-weight: 600;
}

.alert {
    color: #FF2626 !important;
}

/* Successful Popup */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}


.popup-box {
    background: #fff;
    text-align: center;
    width: 390px;
    height: 276px;
    gap: 20px;
    border-radius: 10px;
    padding: 10px 54px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.popup-box-password {
    background: #fff;
    text-align: center;
    width: 367px;
    height: 223px;
    gap: 20px;
    border-radius: 10px;
    padding: 10px 54px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.showPopup {
    width: 59.44px;
    height: 62.5px;
}

.popup-box p {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;

    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #212529;
}

.popup-box-password p {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;

    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #212529;
}

.popup-box button {
    width: 130px;
    height: 35px;
    cursor: pointer;
    opacity: 1;
    gap: 10px;
    padding-top: 10px;
    padding-right: 14px;
    padding-bottom: 10px;
    padding-left: 14px;
    border-radius: 6px;
    background: #0588C2 !important;
    font-family: "Outfit-Bold";
    font-weight: 700;
    font-size: 14px;

    line-height: 150%;
    letter-spacing: 1%;
    color: #EFF6FF;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0588C2 !important;
}

.popup-box button:hover {
    background: #fff !important;
    color: #0588C2 !important;
}

.popup-box-password button {
    width: 130px;
    height: 35px;
    opacity: 1;
    gap: 10px;
    padding-top: 10px;
    padding-right: 14px;
    padding-bottom: 10px;
    padding-left: 14px;
    border-radius: 6px;
    background: #0588C2 !important;
    font-family: "Outfit-Bold";
    font-weight: 700;
    font-size: 14px;

    line-height: 150%;
    letter-spacing: 1%;
    color: #EFF6FF;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0588C2 !important;
}

.popup-box-password button:hover {
    background: #fff !important;
    color: #0588C2 !important;
    cursor: pointer;
}


/* sidebar navbar layout */

/*.dash-body {
    margin: 0;
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    height: 100vh;
}
*/

.navbar-dash {
    height: 75px;
    background: #fff;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.hamburger-dash {
    font-size: 22px;
    cursor: pointer;
}


.layout-dash {
    display: flex;
    flex: 1;
    margin-top: 75px;
    transition: all 0.3s ease;
    overflow-y: hidden;
}


.sidebar-dash {
    width: 268px;
    background: #fff;
    color: #fff;
    border-right: 1px solid #eee;
    height: calc(100vh - 60px);
    padding: 20px;
    padding-right: 16px;
    transition: all 0.3s ease;
    overflow: auto;
    scrollbar-width: none;
}

.sidebar-dash.hidden {
    width: 0;
    padding: 0;
    border: none;
}


.content-dash {
    flex: 1;
    padding: 20px;
    background: #F0F0F0;
    overflow-y: auto;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 31px;

    @media screen and (max-width: 479px) {
        padding-left: 12px;
        padding-right: 12px;
    }
}


@media (max-width: 767px) {
    .sidebar-dash {
        position: fixed;
        top: 75px;
        left: 0;
        height: calc(100vh - 60px);
        z-index: 999;
    }
}

.hamDash {
    width: 43px;
    height: 43px;
}

.seafood-trading {
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;

    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #1A1A1A;
    width: 265px;

    @media screen and (max-width: 767px) {
        width: auto;
    }
}

.left-dash {
    display: flex;
    align-items: center;

    @media screen and (max-width: 767px) {
        gap: 10px;
        flex-direction: row-reverse;
    }
}

.buyer-btn {
    width: 136px;
    height: 43px;
    opacity: 1;
    gap: 10px;
    border-radius: 10px;
    padding: 10px;
    background: #0077B6;
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;

    line-height: 21.4px;
    letter-spacing: -0.26px;
    color: #FFFFFF;
    border: 1px solid #0077B6;
    cursor: pointer;

    @media screen and (max-width:1023px) {
        font-size: 14px;
        width: 113px;
    }

    @media screen and (max-width: 767px) {
        display: none;
    }
}


.buyer-btn:hover {
    background: #FFF;
    color: #0077B6;
}

.buyer-btn2 {
    width: 136px;
    height: 43px;
    opacity: 1;
    gap: 10px;
    border-radius: 10px;
    padding: 10px;
    background: #0077B6;
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;

    line-height: 21.4px;
    letter-spacing: -0.26px;
    color: #FFFFFF;
    border: 1px solid #0077B6;
    cursor: pointer;

    @media screen and (max-width:1023px) {
        font-size: 14px;
        width: 113px;
    }

    @media screen and (min-width: 768px) {
        display: none;
    }
}

.buyer-btn2:hover {
    background: #FFF;
    color: #0077B6;
}

.notification-bell-icon {
    display: flex;
    align-items: flex-end;
    height: 43px;
}

.bellImg {
    /* width: 41.666664123535156px;
    height: 43px; */
    width: 19.83px;
    height: 23.33px;
    cursor: pointer;
}

.notification-bell-icon {
    position: relative;   /* allows absolute positioning inside */
    display: inline-block;
    height: 43px;
}

.bellImg {
    width: 19.83px;
    height: 23.33px;
    cursor: pointer;
}

/* Badge circle */
.notification-bell-icon::after {
    content: "0"; /* replace with dynamic number via JS if needed */
    position: absolute;
    top: 10.5px;   /* from your spec */
    left: 17px;    /* from your spec */
    width: 24.67px;
    height: 24.67px;
    background-color: #0077B6;
    border-radius: 50%;
    opacity: 1;

    display: flex;
    align-items: center;
    justify-content: center;

    font-family: "Outfit-Regular", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    color: #FFFFFF;
}

.rupees-dash {
    width: 121px;
    height: 43px;
    opacity: 1;
    border-width: 1px;
    border-radius: 10px;
    border: 1px solid #0077B6;
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;

    line-height: 21.4px;
    letter-spacing: -0.26px;
    color: #0077B6;
    display: flex;
    align-items: center;
    gap: 3px;
    justify-content: center;
    cursor: pointer;

    @media screen and (max-width: 767px) {
        display: none;
    }
}

.rupees-dash-side {
    width: 121px;
    height: 43px;
    opacity: 1;
    border-width: 1px;
    border-radius: 10px;
    border: 1px solid #0077B6;
    font-family: Outfit;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;

    line-height: 21.4px;
    letter-spacing: -0.26px;
    color: #0077B6;
    display: flex;
    align-items: center;
    gap: 3px;
    justify-content: center;
    cursor: pointer;

    @media screen and (min-width: 768px) {
        display: none;
    }
}

.identitytext {
    display: flex;
    flex-direction: column;
}

.Chelsea {
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;

    line-height: 21.4px;
    letter-spacing: -0.26px;
    color: #1A1A1A;

    @media screen and (max-width: 767px) {
        display: none;
    }
}

.Chelsea {
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;

    line-height: 21.4px;
    letter-spacing: -0.26px;
    color: #1A1A1A;

}

.seller {
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;

    line-height: 21.4px;
    letter-spacing: -0.26px;
    color: #666666;

    @media screen and (max-width: 767px) {
        display: none;
    }
}

.seller-dash {
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;

    line-height: 21.4px;
    letter-spacing: -0.26px;
    color: #666666;
}

.person-id {
    width: 32.250022888183594px;
    height: 33.590179443359375px;

}

.profile-block {
    width: 50px;
    height: 48px;
    border-radius: 10px;
    box-shadow: 0px 2px 14px 0px #00000017;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #fff;

    @media screen and (max-width: 767px) {
        display: none;
    }
}

.profile-block-dash {
    width: 50px;
    height: 48px;
    border-radius: 10px;
    box-shadow: 0px 2px 14px 0px #00000017;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #fff;
}

.mobile-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 0 10px;

    @media screen and (min-width: 768px) {
        display: none;
    }
}

.Chelsea-side {
    color: #1A1A1A;
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;

    line-height: 21.4px;
    letter-spacing: -0.26px;

}

.profile-block-align {
    display: flex;
    gap: 10px;


}

.right-dash {
    display: flex;
    gap: 24px;
    padding-right: 20px;

    @media screen and (max-width: 819px) {
        gap: 8px;
    }

    @media screen and (max-width: 1023px) {
        gap: 12px;
    }
}

.side-option {
    font-family: "Outfit-SemiBold";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;

    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #023E8AB2;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    padding-left: 0;
    position: relative;
    margin-bottom: 0px;
}

.menu-itm {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;

    line-height: 100%;
    letter-spacing: 0%;
    color: #949494;
    padding: 16px;
    margin-bottom: 8px;
}

/* product management page*/

.dashboard-header {
    background: #FFFFFF;
    width: 100%;
    padding: 20px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #DEDEDE;

    @media screen and (max-width: 767px) {
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }
}

.dashboard-header-main {
    background: #0077B6;
    width: 100%;
    padding: 32px 20px;
    border-radius: 16px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;

    @media screen and (max-width: 767px) {
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }
}

.dashboard-header h2 {
    font-family: "Outfit-SemiBold";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 28px;

    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #1A1A1A;

    @media screen and (max-width:480px) {
        font-size: 24px;
    }
}

.dashboard-header button {
    width: 136px;
    height: 40px;
    opacity: 1;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 8px;
    background: #0077B6;
    box-shadow: 0px 0px 4px 0px #00000026;
    border: 1px solid #0077B6;
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;

    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;

    @media (min-width: 320px) and (max-width: 359px) {
        width: 255px !important;
    }
}

.dashboard-header button:hover {
    background: #fff;
    color: #0077B6;
    cursor: pointer;
}

.dashboard-header button span {
    margin-left: 10px;
}

.dsh-body {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.profile-body {
    background: #FBFBFB;

}

.dsh-body-dashboard {
    border-radius: 20px;
    display: flex;
    gap: 30px;

    @media screen and (max-width: 480px) {
        flex-direction: column;
    }
}

.dash-oder {
    width: 60%;
    background: #F8F9FA;
    padding: 20px;
    border-radius: 10px;

    @media screen and (max-width: 480px) {
        width: 100%;
    }
}

.dash-inventry {
    width: 40%;
    background: #fff;
    padding: 20px;
    border-radius: 10px;

    @media screen and (max-width: 480px) {
        width: 100%;
    }
}

.glass {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 14px;
    cursor: pointer;
}

.cal {
    width: 20px;
    height: 20px;
}

.date-btn {
    width: 109px;
    height: 40px;
    opacity: 1;
    /* gap: 5px; */
    border-width: 1px;
    border-radius: 8px;
    border: 1px solid #0077B6;
    box-shadow: 0px 0px 4px 0px #00000026;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #0077B6;
    cursor: pointer;
}

.date-btn:hover {
    background-color: #0077B6;
    color: #fff;
}

.date-btn:hover img {
    filter: brightness(0) invert(1);
}

.searchInput {
    width: 300px;
    height: 40px;
    opacity: 1;
    gap: 4px;
    border-width: 1.6px;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    border-radius: 12px;
    border: 1.6px solid var(--Neutral-300, #B0B0B0);

    @media screen and (max-width: 767px) {
        width: 100%;
    }
}

.searchInput:focus {
    outline: none;
    border: 1.6px solid var(--Neutral-300, #B0B0B0);
}

.input-align {
    position: relative;
    display: flex;
    align-items: center;
    width: 300px;
    border: 1.6px solid var(--Neutral-300, #B0B0B0);
    border-radius: 12px;

    @media screen and (max-width: 767px) {
        width: 100%;
    }
}

.dashBody-top .input-align {
    width: 300px !important;
}

.dashBody-top {
    display: flex;
    justify-content: space-between;
    position: relative;

    @media screen and (max-width: 767px) {
        flex-direction: column;
        gap: 30px;
    }

    @media screen and (max-width: 480px) {
        align-items: end;
    }
}

.card-mob {
    @media screen and (max-width: 480px) {
        width: 100% !important;
    }
}


.table-wrap-responsive {
    overflow-x: auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: var(--shadow);
    margin-top: 20px;
}

.responsive-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px;
}

.responsive-table th,
.responsive-table td {
    padding: 10px;
    text-align: left;
    height: 44px;
    white-space: nowrap;

}

.responsive-table th {
    font-family: "Outfit-SemiBold";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;

    line-height: 150%;
    letter-spacing: 0%;
    color: #023E8A;
}

.responsive-table td {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;

    line-height: 150%;
    letter-spacing: 0%;
    color: #212529;
    border-bottom: 1px solid #E2E8F0;
    height: 60px;
}

.responsive-table thead {
    background: #90E0EF26;
    color: #0078d4;
}

.table-img {
    width: 50px;
    height: 28px;
    border-radius: 2px;
}


.table-action {
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.pagination {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
    padding: 12px 0 0;
    flex-wrap: wrap;
}

.pagination button {
    background: transparent;
    padding: 6px 12px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    color: #0078d4;
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 15px;

    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;

}

.pagination button.active {
    background: #0078d4;
    color: #fff;
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 15px;

    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #0078d4;
    width: 40px;
    height: 40px;
}

.pagination button:disabled {
    color: #999;
    cursor: not-allowed;
}

@media (max-width: 600px) {
    .responsive-table {
        font-size: 13px;
        min-width: 600px;
    }
}

.action {
    display: flex;
    gap: 20px;
    align-items: center;
}

.side-option img.sideImg {
    /*margin-right: 8px;*/
    /*filter: grayscale(100%) brightness(0.6);
    transition: all 0.3s ease;*/
}

.side-option.active {
    color: #0077c8;
    font-weight: bold;
}

.side-option.active img.sideImg {
    filter: none;
}


.rect {
    position: absolute;
    left: -20px;
}

/* dashboard page */

.dashboard-header {
    background: #0077b6;
    color: white;
    border-radius: 12px;
    padding: 20px;
    font-family: Arial, sans-serif;
}


.dh-welcome {
    display: flex;
    align-items: center;
    gap: 14px;

    @media screen and (max-width: 479px) {
        flex-direction: column;
    }
}

.dh-welcome-icon img {
    width: 91px;
    height: 91px;
}

.dh-welcome-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dh-welcome-text h2 {
    font-family: "Outfit-SemiBold";
    font-weight: 600;
    font-style: Semi;
    font-size: 32px;

    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #FFFFFF;

    @media screen and (max-width: 479px) {
        font-size: 28px;
    }
}

.dh-welcome-text p {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;

    line-height: 21.4px;
    letter-spacing: -0.26px;
    color: #FFFFFF;
}

/* Action Buttons */
.dh-actions {
    display: flex;
    align-items: center;
    gap: 15px;

    @media screen and (max-width: 479px) {
        flex-direction: column;
        width: 100%;
    }
}

.dash-first {
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 100%;

    @media screen and (max-width: 1280px) {
        flex-direction: column-reverse;
        gap: 20px;
    }
}

.dh-btn {
    width: 123px;
    height: 31px;
    opacity: 1;
    gap: 5px;
    border-radius: 8px;
    padding-right: 10px;
    padding-left: 10px;
    background: #00B4D8;
    box-shadow: 0px 0px 4px 0px #00000026;
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    transition: 0.3s;
    border: 1px solid #00B4D8;
    cursor: pointer;

    @media screen and (min-width:320px) and (max-width:359px) {
        width: 123px;
    }
}

.check {
    width: 11px;
    height: 11px;
}

.dh-btn:hover {
    opacity: 0.85;
}

.dh-btn-add {
    width: 115px;
    height: 31px;
    opacity: 1;
    gap: 5px;
    border-radius: 8px;
    padding-right: 10px;
    padding-left: 10px;
    background: #00B4D8;
    box-shadow: 0px 0px 4px 0px #00000026;
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;

    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    display: flex;
    justify-content: space-evenly;
    align-items: center;

    @media screen and (min-width:320px) and (max-width:359px) {
        width: 123px;
    }
}

.dh-btn-view {
    width: 100px;
    height: 31px;
    opacity: 1;
    gap: 5px;
    border-radius: 8px;

    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px #00000026;
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;

    line-height: 100%;
    letter-spacing: 0%;
    color: #00B4D8;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFF;
    cursor: pointer;

    @media screen and (min-width:320px) and (max-width:359px) {
        width: 123px;
    }
}

.dh-avatar {
    width: 36px;
    height: 36px;
    background: #d0006f;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dh-stats {
    display: flex;
    gap: 30px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.dh-card {}

.dh-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.dh-card-icon {
    font-size: 26px;
    margin-bottom: 6px;
}

.dh-card-title {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;

    line-height: 100%;
    letter-spacing: 0%;
    color: #023E8A;
}

.dh-card-value {
    margin-top: 10px;
    font-family: "Outfit-SemiBold";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 23px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #232323;
}

.dh-card-yellow {
    width: 215px;
    height: 106px;
    opacity: 1;
    gap: 10px;
    border-radius: 10px;
    padding-top: 25px;
    padding-right: 20px;
    padding-bottom: 25px;
    padding-left: 20px;
    background: #FFFFFF;
    display: flex;
    gap: 10px;
    align-items: center;

    @media screen and (min-width:320px) and (max-width:359px) {
        width: 255px;
    }
}

.yellowCard {
    width: 67.36px;
    height: 70px;
}

.dh-card-blue {
    width: 215px;
    height: 106px;
    opacity: 1;
    left: 267px;
    gap: 10px;
    border-radius: 10px;
    padding-top: 25px;
    padding-right: 20px;
    padding-bottom: 25px;
    padding-left: 20px;
    background: #FFFFFF;
    display: flex;
    gap: 10px;
    align-items: center;
}

.dh-card-pink {
    width: 220px;
    height: 106px;
    opacity: 1;
    left: 554px;
    gap: 10px;
    border-radius: 10px;
    padding-top: 25px;
    padding-right: 20px;
    padding-bottom: 25px;
    padding-left: 20px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 10px;

    @media screen and (min-width:320px) and (max-width:359px) {
        width: 255px;
    }
}

.dh-card-green {
    width: 238px;
    height: 106px;
    opacity: 1;
    left: 831px;
    gap: 10px;
    border-radius: 10px;
    padding-top: 25px;
    padding-right: 20px;
    padding-bottom: 25px;
    padding-left: 20px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 10px;

    @media screen and (min-width:320px) and (max-width:359px) {
        width: 255px;
    }
}

.dh-negative {
    color: red;
}

.disc {
    width: 12px;
    height: 12px;
}

.dash-head {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.dash-table-h2 {
    font-family: "Outfit-SemiBold";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;

    line-height: 100%;
    letter-spacing: 0%;
    color: #212529;
}

.dash-head-link {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;

    line-height: 100%;
    letter-spacing: 0%;
    color: #0077B6;
    text-decoration: underline;
    cursor: pointer;
}

.seafood-dashboard-table-container {
    margin-top: 20px;
    overflow-x: auto;
    border-radius: 10px;
    background: #ffffff;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.seafood-dashboard-th,
.seafood-dashboard-td {
    text-align: center;
    vertical-align: middle;
}


.seafood-dashboard-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    text-align: left;
}

.seafood-dashboard-th {
    padding: 12px;
    color: #023E8A;
    background: #90E0EF26;
    font-family: "Outfit-SemiBold";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;

    line-height: 150%;
    letter-spacing: 0%;

}

.seafood-dashboard-td {
    padding: 12px;
    border-bottom: 1px solid #E2E8F0;
    color: #212529;
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;

    line-height: 150%;
    letter-spacing: 0%;

}

.seafood-dashboard-table tbody tr:hover {
    background: #f9f9f9;
}


.product-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 0;
}

.dash-bg {
    background: #FFF;
}

.product-item {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 18px;
    padding: 10px;
    height: 60px;
    border-radius: 8px;
}

.product-item:nth-child(odd) {
    background: #90E0EF26;
}

.product-img {
    width: 64.13249969482422px;
    height: 47.15625px;
    opacity: 1;
    border-radius: 5px;

}

.product-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.product-name {
    font-family: "Outfit-Medium";
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #023E8A;
}

.product-id {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #212529;
}

.product-meta {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.product-price {
    font-family: "Outfit-Medium";
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    vertical-align: bottom;
    color: #023E8A;
}

.product-qty {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    vertical-align: bottom;
    color: #212529;
}

/* Add New Product */

.add-new-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.add-new-popup {
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    width: 674px;
    height: auto;
    opacity: 1;
    border-radius: 10px;
    margin-top: 45px;
}

.add-inventry-popup {
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    opacity: 1;
    width: 404px;
    height: auto;
    border-radius: 10px;
}

.add-inventry-popup-wallet {
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    opacity: 1;
    width: 404px;
    height: 435px;
    border-radius: 10px;
}

.cancel-wallet {
    width: 108px;
    height: 42px;
    opacity: 1;
    border-radius: 10px;
    gap: 10px;
    padding-top: 12px;
    padding-right: 32px;
    padding-bottom: 12px;
    padding-left: 32px;
    background: #fff;
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.7%;
    text-align: center;
    color: #0077B6;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    cursor: pointer;
}

.submit-withdraw {
    width: fit-content;
    height: 42px;
    opacity: 1;
    border-radius: 10px;
    gap: 10px;
    padding-top: 12px;
    padding-right: 32px;
    padding-bottom: 12px;
    padding-left: 32px;
    background: #0077B6;
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;

    line-height: 100%;
    letter-spacing: 0.7%;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #0077B6;
    cursor: pointer;
}

.wallet-btns {
    display: flex;
    width: 100%;
    justify-content: end;
    gap: 10px;
    margin-top: 31px;
}

.addnew-header {
    width: 100%;
    height: 62px;
    background: #0077B6;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 20px 12px;
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    position: relative;
}

.amount.active {
    color: #0077B6;
    border-color: #0077B6;
}

.addnew-header p {
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;

    line-height: 120%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #FFFFFF;
}

.addnew-header img {
    width: 37.00000762939453px;
    height: 37px;
    position: absolute;
    right: 0;
    top: -50px;
    cursor: pointer;
}

.addNew-Body {
    padding: 20px 12px;
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 85%;
}

.cross-close {
    width: 10.49px !important;
    height: 10.49px !important;
    top: -37px !important;
    right: 13px !important;

}


.addNew-label {
    display: block;
    margin-bottom: 8px;


    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;

    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #212529;
}

.addNew-uploadBox {
    border: 2px dashed #258694;
    position: relative;
    background: #90E0EF26;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 30px;
    cursor: pointer;
}

.addNew-uploadInner {
    display: inline-block;
}

.addNew-uploadIcon {
    width: 24px;
    margin-bottom: 6px;
}

.addNew-uploadText {
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;

    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #0077B6;
}

.addNew-uploadSize {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: #666;
}

.addNew-formRow {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.addNew-formRow-invent {
    display: flex;
    gap: 20px;
    /*margin-bottom: 30px;*/
    flex-direction: column;
}

.eimg {
    width: 10px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 34px;

}

.positiongroup {
    position: relative;
}

.addNew-formGroup {
    flex: 1;
}

.addNew-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    height: 48px;
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;

    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #949494;
}

.addNew-textarea {
    min-height: 100px;
    resize: vertical;
    height: 106px;
    border: 0.6px solid #949494
}

.addNew-actions {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-top: 20px;
}

.addNew-btn {
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    border: none;
}

.addNew-cancel {
    background: none;
    color: #0077B6;
    font-family: "Outfit-Bold";
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;

    line-height: 100%;
    letter-spacing: 0.7%;
    text-align: center;

}

.addNew-add {
    width: 108px;
    height: 43px;
    opacity: 1;
    gap: 10px;
    border-radius: 10px;
    padding-top: 12px;
    padding-right: 32px;
    padding-bottom: 12px;
    padding-left: 32px;
    background: #0077B6;
    font-family: "Outfit-Bold";
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;

    line-height: 100%;
    letter-spacing: 0.7%;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* product added popup */

.productAddedOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.productAddedPopup {
    background: #fff;

    max-width: 90%;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
    position: relative;
    width: 318px;
    height: auto;
    gap: 10px;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-direction: column;
}

.inventrySubmitted {
    background: #fff;

    max-width: 90%;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
    position: relative;
    width: 318px;
    height: 230px;
    gap: 0px;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.doneImg {
    width: 55px;
    height: 55px;
}

.productAddedPopup p {
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;

    line-height: 100%;
    letter-spacing: 0%;
    color: #212529;
}

.addNewcro {
    position: absolute;
    right: 0;
    top: -50px;
    cursor: pointer;
}

.screen {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.redcross {
    width: 14.17px;
    height: 14.17px;
    position: absolute;
    top: -5px;
    right: -90px;
    cursor: pointer;
}

.mid-img {
    position: relative;
    width: 14.17px;
    margin-bottom: 10px;
}

.popup-editname {
    height: auto !important;
}

/* delete popup */
.deleteOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.deletePopup {
    background: #fff;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);

    width: 415px;
    height: 211px;
    opacity: 1;
    gap: 14px;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    @media screen and (min-width:320px) and (max-width:359px) {
        height: 250px;
        top: 20px;
    }
}

.deleteIcon {
    width: 36.42px;
    height: 38.33px;
}

.deleteIcon {
    width: 36.416664123535156px;
    height: 38.33333206176758px;
    top: 3.83px;
    left: 4.79px;

}

.deleteText {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;

    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
    margin-bottom: 0;
}

.delete-para {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;

    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
}

.cancel-del {
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;

    line-height: 100%;
    letter-spacing: 0%;
    color: #0077B6;
    width: 111px;
    height: 44px;
    background: #FFF;
    opacity: 1;
    gap: 10px;
    border-radius: 10px;
    padding-top: 15px;
    padding-right: 64px;
    padding-bottom: 15px;
    padding-left: 64px;
    border: 1px solid #fff;
    cursor: pointer;
}

.delete-del {
    width: 111px;
    height: 44px;
    opacity: 1;
    gap: 10px;
    border-radius: 10px;
    padding-top: 12px;
    padding-right: 32px;
    padding-bottom: 12px;
    padding-left: 32px;
    background: #0077B6;
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;

    line-height: 100%;
    letter-spacing: 0.7%;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #0077B6;
    cursor: pointer;
}

.product-updated {
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;

    line-height: 100%;
    letter-spacing: 0%;
    color: #212529;
}

.pending {
    width: 117px;
    height: 40px;
    opacity: 1;
    padding-right: 10px;
    padding-left: 10px;
    gap: 5px;
    border-radius: 8px;
    border-width: 1px;
    border: 1px solid #0077B6;
    box-shadow: 0px 0px 4px 0px #00000026;
    font-family: Outfit;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;

    line-height: 100%;
    letter-spacing: 0%;
    color: #0077B6 !important;
    background: #FFF !important;
    margin-right: 20px;
}

.date-filter {
    display: flex;
    gap: 20px;
}

.fil {
    width: 22px;
    height: 15px;
}

.tabStatus {
    width: 93px;
    height: 27px;
    opacity: 1;
    gap: 10px;
    border-radius: 5px;
    padding: 10px;
    background: #FCD7D4;
    font-family: "Outfit-Bold";
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;

    line-height: 100%;
    letter-spacing: 0px;
    color: #EF3826;
    display: flex;
    align-items: center;
    justify-content: center;
}

.extra-inventry-popup-txt {
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;

    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #212529;
}

.extra-inventry-popup-txt2 {
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;

    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #212529;
    margin-top: 20px;
}

.invntry-sub {
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;

    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #212529;
    margin-top: 10px;
}

/* wallet */

.action-num-green {
    font-family: "Outfit-Bold";
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;

    line-height: 150%;
    letter-spacing: 0%;
    color: #00B65B;
}

.action-num-red {
    font-family: "Outfit-Bold";
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;

    line-height: 150%;
    letter-spacing: 0%;
    color: #DD2E44;
}

.withdraw {
    width: 93px;
    height: 27px;
    opacity: 1;
    gap: 10px;
    border-radius: 5px;
    padding: 10px;
    background: #BC13FF21;
    font-family: "Outfit-Bold";
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;

    line-height: 100%;
    letter-spacing: 0px;
    color: #BC13FF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.enter-amt {
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;

    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #0077B6;
}

.enter-div {
    width: 100%;
    height: 85px;
    opacity: 1;
    gap: 10px;
    border-radius: 10px;
    padding: 10px;
    background: #0588C21A;

}

.amount {
    width: 83.75px;
    height: 48px;
    opacity: 1;
    padding-top: 14px;
    padding-right: 17px;
    padding-bottom: 14px;
    padding-left: 17px;
    gap: 8px;
    border-radius: 8px;
    border-width: 0.6px;
    border: 0.6px solid #949494;
    font-family: Outfit;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;

    line-height: 100%;
    letter-spacing: 0%;
    color: #949494;
    display: flex;
    justify-content: center;
    align-items: center;
}

.amount-100 {
    display: flex;
    gap: 15px;
}

.currBalance {
    font-family: "Outfit-Regular";
    font-weight: 600;
    margin-top: 20px;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #232323;
}

.currBalance span {
    font-family: "Outfit-Bold";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 25px;

    line-height: 100%;
    letter-spacing: 0%;
    color: #0077B6;
}

.amount-widraw {
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;

    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #212529;
    margin-top: 20px;
}

.justify-div {
    justify-content: start !important;
}

.input-amount {
    width: 100%;
    height: 48px;
    opacity: 1;
    border-radius: 8px;
    gap: 10px;
    padding-top: 14px;
    padding-right: 17px;
    padding-bottom: 14px;
    padding-left: 17px;
    border-width: 0.6px;
    border: 0.6px solid #949494;
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;

    line-height: 100%;
    letter-spacing: 0%;
    color: #949494;
    margin-top: 8px;
}

.text-yellow {
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;

    line-height: 24px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #A47706;
}

.yeelow-box {
    width: 100%;
    height: 102;
    opacity: 1;
    border-radius: 10px;
    gap: 10px;
    padding: 10px;
    background: #FFBC1321;
    margin-top: 31px;
}

.yeelow-box ul li {
    position: relative;
    left: 17px;
}

.money {
    width: 18px;
    height: 18px;
}

.money-btn {
    width: 106px !important;
    height: 40px;
    opacity: 1;
    border-radius: 8px;
    gap: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border-width: 1px;
    border: 1px solid #0077B6;
    box-shadow: 0px 0px 4px 0px #00000026;
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #0077B6 !important;
    display: flex;
    background: #fff !important;
    justify-content: center;
    align-items: center;
}

.balance-header {
    font-family: "Outfit-Regular";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 25px;

    line-height: 100%;
    letter-spacing: 0%;
    color: #232323;

    @media (min-width: 320px) and (max-width: 359px) {
        font-size: 18px;
    }
}

.balance-header span {
    color: #0077B6;
}

.balance-text {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    text-align: end;
    line-height: 100%;
    letter-spacing: 3%;
    color: #00000099;
    margin-top: 10px;

    @media (min-width: 320px) and (max-width: 359px) {
        font-size: 16px;
    }
}

.wallet-header {
    display: flex;
    align-items: center;
    gap: 20px;
}

.backbtn {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.actionCross {
    width: 70px;
    height: 40px;
}

.charm_tick {
    width: 70px;
    height: 40px;
}

.eye-view {
    font-family: "Outfit-Regular";
    font-weight: 400 !important;
    font-style: Regular;
    font-size: 16px !important;

    line-height: 150%;
    letter-spacing: 0%;
    color: #0077B6 !important;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.deliverd {
    width: 93px;
    height: 27px;
    opacity: 1;
    gap: 10px;
    border-radius: 5px;
    padding: 10px;
    background: #CCF0EB;
    font-family: "Outfit-Bold";
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;

    line-height: 100%;
    letter-spacing: 0px;
    color: #00B69B;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.rejected {
    width: 93px;
    height: 27px;
    opacity: 1;
    gap: 10px;
    border-radius: 5px;
    border: 1px solid #FCD7D4;
    padding: 10px;
    background: #FCD7D4 !important;
    font-family: "Outfit-Bold";
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;

    line-height: 100%;
    letter-spacing: 0px;
    color: #EF3826 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.pending {
    width: 93px;
    height: 27px;
    opacity: 1;
    gap: 10px;
    border: 1px solid #FFBC1321;
    border-radius: 5px;
    padding: 10px;
    background: #FFBC1321 !important;
    font-family: "Outfit-Bold";
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;

    line-height: 100%;
    letter-spacing: 0px;
    color: #C5910E !important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.dropdown {
    width: 9.46px;
    height: 5.7px;
}

.withdrawal-dropdown-btn-unique {
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    width: 106px;
    height: 40px;
    justify-content: space-between;
    opacity: 1;
    border-radius: 8px;
    border-width: 1px;
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid #0077B6;
    box-shadow: 0px 0px 4px 0px #00000026;
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;

    line-height: 100%;
    letter-spacing: 0%;
    color: #0077B6;
}

.withdrawal-dropdown-btn-unique:hover {
    cursor: pointer;
    background: #0077B6;
    color: #fff;
}

.withdrawal-dropdown-btn-unique:hover img {
    filter: brightness(0) invert(1);
}

.withdrawal-dropdown-btn-filter {
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    width: auto;
    height: 40px;
    justify-content: space-between;
    opacity: 1;
    border-radius: 8px;
    border-width: 1px;
    box-shadow: 0px 0px 4px 0px #00000026;
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;

    line-height: 100%;
    letter-spacing: 0%;
    color: #0077B6;
}

.withdrawal-dropdown-menu-unique {
    display: none;
    position: relative;
    background: #fff;
    border-radius: 10px;
    z-index: 1000;
    padding: 0 0px;
}

.withdrawal-dropdown-menu-unique p {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;

    line-height: 100%;
    letter-spacing: 0%;
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #CCCCCCB2;
}

.withdrawal-dropdown-menu-unique p:hover {
    background: #f0f0f0;
}

.dropdown-div {
    width: 124px;
    height: auto;
    opacity: 1;
    gap: 10px;
    border-radius: 10px;
    padding: 10px;
    position: absolute;
    background: #fff;
    right: 106%;
    top: -22%;

    @media (min-width: 320px) and (max-width: 359px) {
        width: 147px;
        right: 100%;
    }
}


/**/

.withdrawal-dropdown-menu-filter {
    display: none;
    position: relative;
    background: #fff;
    border-radius: 10px;
    z-index: 1000;
    padding: 0 0px;
}

.withdrawal-dropdown-menu-filter p {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;

    line-height: 100%;
    letter-spacing: 0%;
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #CCCCCCB2;
}

.withdrawal-dropdown-menu-filter p:hover {
    background: #f0f0f0;
}



.dropdown-div.active-shadow {
    box-shadow: 0px 0px 4px 0px #00000026;
    z-index: 0;
}

/* date */
.date-dropdown {
    position: absolute;
    top: 60px;
    left: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    display: none;
    z-index: 1000;
    padding: 10px;
}

.calendar-container {
    display: flex;
    gap: 20px;
}

.calendar {
    width: 250px;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.calendar table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.calendar th {
    color: #007bff;
    padding: 5px 0;
}

.calendar td {
    padding: 8px;
    cursor: pointer;
    border-radius: 4px;
}

.calendar td:hover {
    background: #f0f0f0;
}

.selected {
    background: #007bff;
    color: #fff;
}

.actions {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.actions button {
    padding: 8px 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.cancel {
    background: #ccc;
}

.apply {
    background: #007bff;
    color: #fff;
}

.date-display {
    margin-top: 15px;
    font-weight: bold;
}

/* .daterangepicker {
    display: none;
    left: 9px;
    right: auto;
    width: auto;
    position: absolute;
    height: auto;
    top: 19px;
    background: rgb(255, 255, 255);
} */

.date-filter {
    position: relative;
}

/* .daterangepicker {
    position: absolute !important;
    top: 100% !important;
    left: -362px !important;
    margin-top: 5px;
    z-index: 9999;
} */

/* order details popup*/

.order-details-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.order-details-popup {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    width: 33%;
    height: auto;
    opacity: 1;
    border-radius: 10px;
    background: #FFFFFF;
    margin-top: 30px;

    @media screen and (max-width: 480px) {
        width: 96%;
    }
}

.order-header {
    width: 100%;
    background: #0077B6;
    height: 62px;
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    padding: 20px;
    position: relative;
    border-radius: 10px 10px 0 0;
}

.order-header p {
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;

    line-height: 120%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #FFFFFF;
}

.order-option {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: 48px;
    border: 1px solid #0000001A;
    padding-left: 20px;
    padding-right: 20px;
}

.order-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 31px;
}

.order-option-text {
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;

    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #212529;
}

.order-option-span {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;

    line-height: 100%;
    letter-spacing: 0%;
    color: #949494;
}

.user-img {
    width: 18px;
    height: 18px;
}

.order-buyer {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.order-buyer p {
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;

    line-height: 100%;
    letter-spacing: 0%;
    color: #232323;
}

.user-order {
    width: 90px;
    height: 26px;
    opacity: 1;
    gap: 2px;
    border-radius: 21px;
    padding-top: 3px;
    padding-bottom: 3px;
    background: #0077B61A;
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 13.23px;

    line-height: 20px;
    letter-spacing: 0%;
    color: #0077B6;
    display: flex;
    justify-content: center;
    gap: 2px;
    align-items: center;
    border: none;
    cursor: pointer;
}

.email-order {
    width: 161px;
    height: 26px;
    opacity: 1;
    gap: 2px;
    border-radius: 21px;
    padding-top: 3px;
    padding-bottom: 3px;
    background: #333F551A;
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 13.23px;

    line-height: 20px;
    letter-spacing: 0%;
    color: #333F55;
    display: flex;
    justify-content: center;
    gap: 2px;
    align-items: center;
    border: none;
    cursor: pointer;
}

.order-btns {
    display: flex;
    gap: 20px;
}

.reject-order {
    width: 108px;
    height: 42px;
    background: #fff;
    opacity: 1;
    gap: 10px;
    border-radius: 10px;
    padding-top: 12px;
    padding-right: 32px;
    padding-bottom: 12px;
    padding-left: 32px;
    font-family: "Outfit-Bold";
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;

    line-height: 100%;
    letter-spacing: 0.7%;
    text-align: center;
    color: #0077B6;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
}

.accept-order {
    width: 108px;
    height: 42px;
    opacity: 1;
    gap: 10px;
    border-radius: 10px;
    padding-top: 12px;
    padding-right: 32px;
    padding-bottom: 12px;
    padding-left: 32px;
    background: #0077B6;
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;

    line-height: 100%;
    letter-spacing: 0.7%;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #0077B6;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.accept-order:hover {
    color: #0077B6;
    background: #fff;
}

.order-last-btns {
    display: flex;
    width: 100%;
    justify-content: end;
    gap: 20px;
}

/* notifications */

.notify-item-heading {
    font-family: "Outfit-SemiBold";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;

    line-height: 28px;
    letter-spacing: 0px;
    color: #020817;
}

.notify-item-text {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;

    line-height: 28px;
    letter-spacing: 0px;

}

.view-order {
    width: 88px;
    height: 28px;
    opacity: 1;
    border-width: 1px;
    gap: 10px;
    border-radius: 6px;
    background: #0077B6;
    border: 1px solid #0077B6;
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 10px;

    line-height: 28px;
    letter-spacing: 0px;
    cursor: pointer;
    text-align: center;
    color: #FFFFFF;

    @media (min-width: 320px) and (max-width: 359px) {
        width: 100px;
    }

}

.view-order:hover {
    background: transparent;
    color: #000;
    border: 1px solid #000;
}

.rejectbtn {
    width: 88px;
    height: 28px;
    opacity: 1;
    border-width: 1px;
    gap: 10px;
    border-radius: 6px;
    border: 1px solid #000000;
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 10px;

    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    cursor: pointer;
    background: transparent;

    @media (min-width: 320px) and (max-width: 359px) {
        width: 100px;
    }
}

.rejectbtn:hover {
    background: #0077B6;
    color: #fff;
    border: 1px solid #0077B6;
}

.notify-btns {
    display: flex;
    gap: 10px;
}

.notify-new {
    width: 42px;
    height: 28px;
    opacity: 1;
    gap: 10px;
    border-radius: 3px;
    background: #0077B6;
    border: 1px solid #0077B6;
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 10px;

    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFF;
}

.notify-new:hover {
    cursor: pointer;
    background-color: #fff;
    color: #0077B6;
}

.notify-time {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;

    line-height: 28px;
    letter-spacing: 0px;
    color: #00000080;
}

.notify-item {
    display: flex;
    justify-content: space-between;

    width: 100%;
    height: 110px;
    opacity: 1;
    gap: 10px;
    border-radius: 8px;
    border-left-width: 3px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    background: #90E0EF26;
    border-left: 3px solid #0077B6;

    @media screen and (max-width: 767px) {
        height: auto;
        flex-direction: column;
    }
}

.notify-item-below {
    display: flex;
    justify-content: space-between;

    width: 100%;
    height: 110px;
    opacity: 1;
    gap: 10px;
    border-radius: 8px;
    border-left-width: 3px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    background: #fff;
    border: 1px solid #DEDEDE;

    @media screen and (max-width: 480px) {
        height: auto;
        flex-direction: column;
    }
}

.notify-duration {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;

    @media screen and (max-width: 767px) {
        flex-direction: row;
        justify-content: space-between;
    }
}

.notify-last {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.notifications {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* profile dropdown */

.dropdown-profile {
    position: absolute;
    top: 73px;
    right: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 100;

    width: 248px;
    height: 284px;
    opacity: 1;
    border-radius: 10px;
    padding: 4px;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 4px 21px 0px #00000008;
    background: #FFFFFF;

}

.dropdown-profile.show {
    display: block;
}

.dropdown-profile a {
    display: block;
    padding: 12px 10px;
    text-decoration: none;
    color: #333;
}

.dropdown-profile a:hover {
    background: #0077B6;
    color: #fff;
}

.das-dropdown:hover img {
    filter: brightness(0) invert(1);

}




/* profile page */

.profile-pic-container {
    position: relative;
    width: 80px;
    height: 80px;
}

.profile-pic-container img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ccc;
}

.upload-icon-pro {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50%;
}

.upload-box {
    /*border: 2px dashed #CACACA;*/
    position: relative;
    /*border-radius: 8px;*/
    /*padding: 40px 20px;*/
    text-align: center;
    /*background-color: #fff;*/
    /*cursor: pointer;*/
}

.upload-bold {
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;

    line-height: 100%;
    letter-spacing: 0%;
    color: #0077B6;
}

.upload-small {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;

    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #353535;
}

.icon-frame {
    width: 44px;
    height: 44px;
}

.uploaded-doc {
    position: relative;
    display: inline-block;
    margin-top: 15px;
}

.uploaded-doc img {
    width: 64px;
    height: 78px;
}

.remove-icon {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #f44336;
    color: white;
    border-radius: 50%;
    font-size: 12px;
    padding: 2px 5px;
    cursor: pointer;
}

.edit-profile-btn {
    width: 154px;
    height: 44px;
    opacity: 1;
    border-radius: 8px;
    padding: 10px;
    background: #0077B6 !important;
    border: 1px solid #0077B6;
    font-family: "Outfit-Bold";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    align-items: center;
    cursor: pointer;
    display: inline;
}

.edit-profile-btn a {
    font-family: "Outfit-Bold";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
}

.edit-profile-btn:hover a {
    color: #0077B6 !important;
}

.cancel-profile-btn {
    width: 154px;
    height: 44px;
    display: inline;
    opacity: 1;
    border-radius: 8px;
    padding: 10px;
    background: #fff !important;
    border: 1px solid #fff;
    font-family: "Outfit-Bold";
    font-weight: 600;
    font-style: SemiBold;
    cursor: pointer;
    font-size: 16px;
    line-height: line height/24;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #0077B6;
}

.edit-profile-btn:hover {
    color: #0077B6;
    background: #fff !important;
}

.edit-btns {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
}

.profile-header {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
}

.profile-name {
    display: flex;
    gap: 5px;
    flex-direction: column;
}

.name {
    font-family: "Outfit-Bold";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;

}

.dropdownicon {
    width: 18.34px;
    height: 15.08px;
}

.das-dropdown {
    font-family: "Outfit-SemiBold";
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #212529;
    display: flex !important;
    align-items: center;
    border-radius: 6px;
    gap: 10px;
}

.das-dropdown-logout {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #212529;
    display: flex !important;
    align-items: center;
    border-radius: 6px;
    gap: 10px;
    color: #FF1010 !important;
}

.seller {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #00000099;
}

.form-label {
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #212529;
}

.form-control {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    gap: 10px;
    opacity: 1;
    border-width: 0.6px;
    padding-top: 14px;
    padding-right: 17px;
    padding-bottom: 14px;
    padding-left: 17px;
    border: 0.6px solid #949494;
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #949494;
    position: relative;
}

.name-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 50%;

    @media screen and (max-width:480px) {
        width: 100%;
    }
}

.true-profile {
    position: absolute;
    right: 2%;
    top: 15px;
}

.field-profile {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;

    @media screen and (max-width:480px) {
        flex-direction: column;
    }
}

.docs {
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #212529;
}

.form-label {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;

}

/* delete account popup */
.deleteAcc-overlay-profile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.deleteAcc-popup-profile {
    background: #fff !important;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    width: 420px;
    height: 227px;
    border-radius: 10px;
    padding: 20px;
    position: relative;
}

.logoutAcc-popup-profile {
    background: #fff !important;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    width: 318px;
    height: 210px;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.profile-updated {
    background: #fff !important;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    width: 318px;
    height: 202px;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    justify-content: center;
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
}


.dustbin {
    width: 55px;
    height: 55px;
}

.profile-delAcc-head {
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #212529;
}

.profile-delAcc-txt {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #212529E5;
    margin: 15px 0;
}

.delAccount-delete {
    width: 111px;
    height: 43px;
    opacity: 1;
    border-radius: 10px;
    gap: 10px;
    padding-top: 12px;
    padding-right: 32px;
    padding-bottom: 12px;
    padding-left: 32px;
    background: #0077B6;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0077B6;
    cursor: pointer;
}

.delAccount-delete:hover {
    background-color: #fff;
}

.delAccount-delete:hover a {
    color: #0077B6;
}

.delAccount-delete a {
    font-family: "Outfit-Bold";
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.7%;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
}

.delAccount-cancel {
    width: 108px;
    height: 43px;
    opacity: 1;
    border-radius: 10px;
    gap: 10px;
    padding-top: 12px;
    padding-right: 32px;
    padding-bottom: 12px;
    padding-left: 32px;
    background: #fff;
    font-family: "Outfit-Bold";
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.7%;
    text-align: center;
    color: #0077B6;
    display: flex;
    border: 1px solid #fff;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.delAcc-btns {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 10px;
}

.cross-delacc {
    position: absolute;
    width: 37px;
    height: 37px;
    top: -50px;
    right: 0;
    cursor: pointer;
}

.profiletick {
    width: 43.59px;
    height: 45.83px;
}

.profile-updated-txt {
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #212529;
}

/* about page*/

.seafood-about {
    display: flex;
    flex-direction: column;
    justify-content: start;
    text-align: start !important;
    gap: 20px;
    margin: 20px 0;
}

.seafood-about p {
    text-align: start;
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 3%;
    color: #6B6B6B;
}

/* Buyer Flow Dashboard*/

.filterbtn {
    width: 43px;
    height: 43px;
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
}

/*
.applyBtn {
    width: 112px;
    height: 43px;
    gap: 10px;
    opacity: 1;
    border-radius: 10px;
    padding: 10px;
    background: #0077B6;
    font-family: "Outfit-Regular";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    line-height: 21.4px;
    letter-spacing: -0.26px;
    color: #FFFFFF;
    border: 1px solid #0077B6;
    cursor: pointer;
    margin-left: 20px;
}

.applyBtn:hover {
    background: #fff;
    color: #0077B6;
}*/

.cardsbuyerdash {
    display: flex;
    gap: 20px;

    @media screen and (max-width: 480px) {
        flex-direction: column;
    }

    @media screen and (max-width: 1366px) {
        flex-wrap: wrap;
    }
}

.card-price-head {
    width: 60px;
    height: 26px;
    gap: 10px;
    opacity: 1;
    border-radius: 5px;
    padding: 10px;
    background: #CCF0EB;
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #00B69B;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-head {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

/* filter dropdown */

.filter-dropdown {
    position: absolute;
    top: 60px;
    right: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    width: 250px;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    z-index: 1000;
}

.filter-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 10px;
}

.filter-dropdown li {
    padding: 6px 10px;
    cursor: pointer;
    border-radius: 4px;
}

.filter-dropdown li:hover {
    background: #f0f0f0;
}


/* seafood details page */

.viewall {
    font-family: "Outfit-Bold";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    line-height: 100%;
    cursor: pointer;
    letter-spacing: 0%;
    color: #0077B6;
}

.buyer-fish {
    width: 499px;
    height: 519px;
    border-radius: 17px;

    @media screen and (max-width: 911px) {
        width: 100%;
        height: auto;
    }
}

.atlantic-details {
    flex-direction: row;
    gap: 40px !important;

    @media screen and (max-width: 911px) {
        flex-direction: column;
    }
}

.details-text {
    display: flex;
    flex-direction: column;
    gap: 35px;
    width: 100%;
}

.deatils-price {
    width: 100%;
    height: 91px;
    gap: 12px;
    opacity: 1;
    border-radius: 8px;
    padding: 20px;
    border-width: 1px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #0077B6;
    border: 1px solid #0077B61A;
}

.detailsprice-div {
    display: flex;
    justify-content: space-between;
}

.detailsprice-div p {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.detailsTrue {
    width: 15px;
    height: 15.32px;
    margin-left: 5px;
}

.details-text-mid {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 2%;

}

.details-salmon {
    font-family: "Outfit-Bold";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #212529;
}

.details-dollar {
    font-family: "Outfit-Regular";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #212529;
    margin-top: 5px;
}

.details-q {
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #212529;
}

.details-100 {
    width: 121px;
    height: 48px;
    gap: 10px;
    opacity: 1;
    border-radius: 8px;
    border-width: 0.6px;
    padding-top: 14px;
    padding-right: 17px;
    padding-bottom: 14px;
    padding-left: 17px;
    border: 0.6px solid #949494;
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #212529;
    background: #fff;
    display: flex;
    cursor: pointer;
}

.details-buy {
    width: 150px;
    height: 47px;
    gap: 10.63px;
    opacity: 1;
    border-radius: 6.38px;
    padding: 10.63px;
    background: #0077B6;
    font-family: "Outfit-Bold";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    border: 1px solid #0077B6;
    cursor: pointer;
}

.details-btns {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.detailbtn {
    width: 60px;
    height: 26px;
    gap: 10px;
    opacity: 1;
    border-radius: 5px;
    padding: 10px;
    background: #CCF0EB;
    font-family: "Outfit-Bold";
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #00B69B;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    cursor: pointer;
}

/* custom request popup */

.customRequestoverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.customRequestpopup {
    background: #fff;
    width: 572px;
    height: auto;
    border-radius: 10px;

    @media screen and (max-width: 480px) {
        height: auto;
    }
}

.custom-head {
    width: 100%;
    background: #0077B6;
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;

    line-height: 120%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #FFFFFF;
    height: 62px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-radius: 10px 10px 0 0;
    position: relative;
}

.custom-cross {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -50px;
}

.custom-body {
    padding: 20px;
}

.product-custom {
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;

    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #212529;
}

.custom-input {
    width: 100%;
    height: 48px;
    justify-content: space-between;
    opacity: 1;
    border-radius: 8px;
    border-width: 0.6px;
    padding-top: 14px;
    padding-right: 17px;
    padding-bottom: 14px;
    padding-left: 17px;
    border: 0.6px solid #949494;
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #949494;
    margin-top: 10px;
}

.custom-input-qr {
    width: 100%;
    height: 48px;
    justify-content: space-between;
    opacity: 1;
    border-radius: 8px;
    border-width: 0.6px;
    padding-top: 14px;
    padding-right: 17px;
    padding-bottom: 14px;
    padding-left: 17px;
    border: 0.6px solid #949494;
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #949494;
    /* margin-top: 10px; */
}

.custom-field {
    position: relative;
}

.customArrow {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 40px;
}

.custom-qr {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 20px;

    @media screen and (max-width: 480px) {
        flex-direction: column;
        gap: 10px;
    }
}


.custom-cancel {
    width: 108px;
    height: 42px;
    gap: 10px;
    opacity: 1;
    border-radius: 10px;
    padding-top: 12px;
    padding-right: 32px;
    padding-bottom: 12px;
    padding-left: 32px;
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.7%;
    text-align: center;
    color: #0077B6;
    border: 1px solid #fff;
    background: #fff;
    cursor: pointer;
}

.custom-submit {
    width: 109px;
    height: 42px;
    gap: 10px;
    opacity: 1;
    border-radius: 10px;
    padding-top: 12px;
    padding-right: 32px;
    padding-bottom: 12px;
    padding-left: 32px;
    background: #0077B6;
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.7%;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #0077B6;
    cursor: pointer;
}

.custom-btns {
    display: flex;
    width: 100%;
    justify-content: end;
    gap: 10px;
    margin-top: 30px;
}

.custom-submit:hover {
    background: #fff;
    color: #0077B6;
}

/* custom request submitted overlay*/

.reqsubmitoverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.reqsubmitpopup {
    background: #fff;
    width: 290px;
    height: 202px;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;

    @media screen and (max-width: 480px) {
        height: auto;
    }
}

.custom-outline {
    width: 55px;
    height: 55px;
}

.custom-text {
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #212529;
}

/* proceed to pay popup */

.proceed-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.proceed-popup {
    background: #fff;
    width: 404px;
    height: auto;
    border-radius: 10px;
    position: relative;

    @media screen and (max-width: 480px) {
        height: auto;
    }
}

.proceed-head {
    padding: 20px;
    height: 62px;
    width: 100%;
    background: #0077B6;
    display: flex;
    align-items: center;
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #FFFFFF;
    border-radius: 10px 10px 0 0;
}

.proceed-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    height: 100%;
    gap: 31px;
    align-items: center;
}

.proceed-btn {
    width: 214px;
    height: 44px;
    border-radius: 10px;
    gap: 10px;
    opacity: 1;
    padding-top: 12px;
    padding-right: 32px;
    padding-bottom: 12px;
    padding-left: 32px;
    background: #0077B6;
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.7%;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #0077B6;
}

.proceed-btn:hover {
    background-color: #fff;
    color: #0077B6;
    cursor: pointer;
}

.curr-bal {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
}

.curr-bal span {
    font-family: "Outfit-Bold";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #0077B6;
}

/* buy request popup */

.buyreq-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.buyreq-popup {
    background: #fff;
    width: 334px;
    height: 250px;
    border-radius: 10px;
    position: relative;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    align-items: center;

    @media screen and (max-width: 480px) {
        height: auto;
    }
}

.dollar {
    width: 55px;
    height: 55px;
}

.buy-heading {
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #212529;
}

.buy-note {
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #212529;
}

.buy-cancel {
    width: 108px;
    height: 43px;
    border-radius: 10px;
    gap: 10px;
    opacity: 1;
    padding-top: 12px;
    padding-right: 32px;
    padding-bottom: 12px;
    padding-left: 32px;
    font-family: "Outfit-Bold";
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.7%;
    text-align: center;
    color: #0077B6;
    background-color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
}

.buy-send {
    width: 99;
    height: 43;
    border-radius: 10px;
    gap: 10px;
    opacity: 1;
    padding-top: 12px;
    padding-right: 32px;
    padding-bottom: 12px;
    padding-left: 32px;
    background: #0077B6;
    font-family: "Outfit-Bold";
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.7%;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    border: 1px solid #0077B6;
}

.buy-send:hover {
    background-color: #fff;
    color: #0077B6;
}

.buy-btns {
    display: flex;
    width: 100%;
    justify-content: center;
}

/* request sent popup */

.req-sent-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.req-sent-popup {
    background: #fff;
    width: 221px;
    height: 141px;
    border-radius: 10px;
    position: relative;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    align-items: center;

    @media screen and (max-width: 480px) {
        height: auto;
    }
}

.req-sent-balance {
    background: #fff;
    width: 297px;
    height: 211px;
    border-radius: 10px;
    position: relative;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    align-items: center;

    @media screen and (max-width: 480px) {
        height: auto;
    }
}

/* request sent overlay */

.sentTrue {
    width: 55px;
    height: 55px;
}

.req-sent-popup p {
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #212529;
}

.req-balance-text {
    font-family: "Outfit-Regular";
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #212529;
}

/* links */

.side-option a {
    color: #023E8AB2;
    text-decoration: none;
}

.side-option.active a {
    color: #0077B6;
}

.side-option:hover a {
    color: #0077B6;
}

.wallet-header {

    @media screen and (max-width: 768px) {
        flex-direction: column;
        align-items: start;
    }

    @media (min-width: 320px) and (max-width: 359px) {
        align-items: center;
    }

}

.editprofile-btn {
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: font size/16;
    line-height: line height/24;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    text-decoration: none;
}

.inventory-btns {
    display: flex;

    @media screen and (max-width:480px) {
        flex-direction: column;
        gap: 10px;
    }
}

.inventory-btns button:first-child {
    background-color: #fff !important;
    color: #0077B6 !important;

    @media (min-width: 320px) and (max-width: 359px) {
        width: 255px;
    }
}

.inventory-btns button:first-child a {
    background-color: #fff !important;
    color: #0077B6 !important;
}

.inventory-btns button:first-child:hover a {
    background-color: #0077B6 !important;
    color: #fff !important;
}

.inventory-btns button:first-child:hover {
    background-color: #0077B6 !important;
    color: #fff !important;
}

/*------------------------------------------------------------------------------*/
.pending-left-icon {
    margin-right: 10px;
    width: 24px;
}

.top-up-w {
    color: #FF2A91;
    background: #FFD0E7;
    width: 93px;
    height: 27px;
    opacity: 1;
    gap: 10px;
    border-radius: 5px;
    border: 1px solid #FCD7D4;
    padding: 10px;
    font-family: "Outfit-Bold";
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#TrTableBody td p {
    margin-bottom: 0px;
}

.pending-amount {
    color: #949494;
}

.input-align input[type="text"] {
    padding: 8.5px 10px;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    color: #202224;
    border: none !important;
    border-radius: 20px;
    background-color: transparent;
    width: 100%;
    cursor: text;
}

input[type="text"] {
    padding: 0px 45px;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    color: #202224;
    background-color: transparent;
    width: 100%;
    cursor: pointer;
}

.otp-input-group input[type="text"] {
    padding: 0px;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    color: #202224;
    background-color: transparent;
    width: 100%;
    cursor: pointer;
}

.contact-card input[type="text"],
.contact-card input[type="email"],
.contact-card input[type="textarea"] {
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    color: #202224;
    background-color: #fff;
    width: 100%;
    cursor: pointer;
    font-family: 'Outfit-Regular';
}

.footer-subs-div input[type="text"],
.footer-subs-div input[type="email"] {
    padding: 8.5px 15px;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    color: #202224;
    background-color: #fff;
    width: 100%;
    cursor: pointer;
}

.action-text {
    text-align: center !important;
}

.addNew-input.icon-down {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/down-arrow.svg') no-repeat right 10px center;
    background-size: 16px;
    padding-right: 30px;
}



.side-option img.sideImg {
    display: inline-block;
}

.side-option img.sideImg-color {
    display: none;
}


.side-option.active img.sideImg {
    display: none;
}

.side-option.active img.sideImg-color {
    display: inline-block;
}


.date-btn {
    width: auto;
    min-width: 100px;
    padding: 8px;
    height: 40px;
    opacity: 1;
    border-width: 1px;
    border-radius: 8px;
    border: 1px solid #0077B6;
    font-style: Regular;
    letter-spacing: 0%;
    justify-content: center;

    @media (min-width: 320px) and (max-width: 359px) {
        min-width: 117px;
    }
}


.date-btn:hover {
    background-color: #0077B6;
    color: #fff;
}

.date-btn:hover img {
    filter: brightness(0) invert(1);
}


.date-btn .input {
    border: none;
    background: transparent;
    outline: none;
    color: inherit;
    font: inherit;
    width: 70px;
    text-align: center;
    cursor: pointer;
    /* pointer-events: none; */
}

.date-btn .input::placeholder {
    color: inherit;
}

.date-btn input[type="text"] {
    padding: 0px;
}

.filter {
    gap: 5px;
}

.inventory-btns .inventory {
    width: 164px;

    @media (min-width: 320px) and (max-width: 359px) {
        width: 255px;
    }
}

button.addNew-btn.addNew-add.save-text {
    width: 163px;
}

.addNew-input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
    background: none;
}

select.addNew-input {
    background: #EFEFEF;
    outline: none;
}

.deletePopup.inventry {
    width: 365px;
}

button.cancel-del {
    width: 168px;
}

button.delete-del.inven-dlt {
    width: 168px;
}



/* Date Rage */
input[name="daterange"] {
    position: absolute;
    opacity: 0;
    pointer-events: auto;
    /* important */
    width: 0;
    height: 0;
}

.user-date-icon {
    width: 20px;
    margin: 10px 10px 10px 0px;
}

.daterangepicker.ltr.show-calendar.opensleft {
    z-index: 1;

    @media (min-width: 320px) and (max-width: 359px) {
        right: -10px !important;
    }
}

.wid-div {
    width: 100%;
    height: auto;
    opacity: 1;
    gap: 10px;
    border-radius: 10px;
    padding: 10px;
    color: #A47706;
    background: #FFBC1321;
}


.login-as-btns ul {
    list-style: none;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding-left: 0px;
    margin-bottom: 0px;
}


.login-as-btns li.btn {
    width: 212px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}

.login-as-btns li.btn.active {
    background: #0588C2;
    width: 212px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: none;
}

.login-as-btns li.btn .active-img {
    display: none;
}

.login-as-btns li.btn .person-img {
    display: block;
}

.login-as-btns li.btn.active .active-img {
    display: block;
}

.login-as-btns li.btn.active .person-img {
    display: none;
}

.login-as-btns li.btn .seller-text,
.login-as-btns li.btn .buyer-text {
    color: #000;
}

.login-as-btns li.btn.active .seller-text,
.login-as-btns li.btn.active .buyer-text {
    color: #fff;
}

/* .login-as-btns li a {
    display: flex;
    gap: 10px;
} */
.login-as-btns li .tab-inner-cls {
    display: flex;
    gap: 10px;
    cursor: pointer;
}

.cst-error-message {
    margin-bottom: 20px;
    font-family: "Outfit-Regular";
    font-size: 16px;
    color: red;
}

/*OTP CSS*/
.otp-input {
    display: flex;
    justify-content: space-between;
}

/* .seller-text {
    color: #fff;
} */

/* li.btn.asellers a {
    text-decoration: none;
}

li.btn.abuyers a {
    text-decoration: none;
} */
/* 
.buyer-text {
    color: #000;
} */

.popup-box-web {
    background: #fff;
    text-align: center;
    width: 221px;
    height: 141px;
    gap: 20px;
    border-radius: 10px;
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

p.verification-txt a {
    color: #0588C2;
}

.input-align {
    width: 82%;
}

.applyBtn {
    width: 112px;
    height: 43px;
    border-radius: 10px;
    background: #0077B6;
    color: #fff;
    border: 1px solid #0077B6;
    font-family: "Outfit-SemiBold";
    font-weight: 600;
    font-size: 16px;
    line-height: 21.4px;
    letter-spacing: -0.26px;

}

.applyBtn:hover {
    background: #FFF;
    color: #0077B6;
}

/* loader  */
/* =========================
   TABLE SKELETON LOADER
========================= */

.skeleton-row td {
    padding: 14px;
}

.skeleton-box {
    height: 14px;
    border-radius: 6px;
    background: linear-gradient(90deg,
            #f0f0f0 25%,
            #e6e6e6 37%,
            #f0f0f0 63%);
    background-size: 400% 100%;
    animation: skeleton-loading 1.4s ease infinite;
}

.skeleton-img {
    width: 50px;
    height: 50px;
    border-radius: 8px;
}

@keyframes skeleton-loading {
    0% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}


.field-error-cls {
    color: #e53935;
    font-size: 12px;
    margin-top: 4px;
    display: block;
}

.input-error-cls {
    border: 1px solid #e53935 !important;
}

/*---------------------------------------------------
Responsive
----------------------------------------------------*/
/*For Mobile*/

.dashboard-header h2 {
    @media (min-width: 320px) and (max-width: 359px) {
        font-size: 23px;
    }
}

/*-----------------------------------------------------------------------------------------*/





@media (min-width: 1000px) and (max-width: 1280px) {
    .card-right {
        width: 46%;
    }
}


@media (min-width: 912px) and (max-width: 999px) {
    .card-right {
        width: 46%;
    }

}


@media (min-width: 820px) and (max-width: 911px) {
    .card-right {
        width: 46%;
    }
}

@media (min-width: 768px) and (max-width: 819px) {

    /* .subs-btn {
        top: 0;
        right: 0;
    } */
    .footer-subs-div .ff-t-column-2 {
        top: 0;
        right: 0;
    }

    .card-right {
        width: 46%;
    }

}

@media (min-width: 480px) and (max-width: 767px) {

    .platform-name {
        font-size: 16px;
    }

    .hero-text {
        font-size: 19px;
        line-height: 30px;
    }

    .hero-register {
        font-size: 11px;
    }

    .hero-browse {
        font-size: 11px;
    }

    .aboutText {
        font-size: 14px;
    }

    .footer-subscribe {
        font-size: 21px;
    }

    .footer-input {
        width: 360px !important;
    }

    /* .subs-btn {
        left: 236px;
    } */
    .footer-subs-div .ff-t-column-2 {
        left: 236px;
    }

}

@media (min-width: 390px) and (max-width: 479px) {

    .platform-name {
        font-size: 16px;
    }

    .hero-text {
        font-size: 19px;
        line-height: 30px;
    }

    .hero-register {
        font-size: 11px;
    }

    .hero-browse {
        font-size: 11px;
    }

    .aboutText {
        font-size: 14px;
    }

    .footer-subscribe {
        font-size: 21px;
    }

    .footer-input {
        width: 360px !important;
    }

    /* .subs-btn {
        left: 236px;
    } */
    .footer-subs-div .ff-t-column-2 {
        left: 236px;
    }

}

@media (min-width: 360px) and (max-width: 389px) {

    .platform-name {
        font-size: 16px;
    }

    .hero-text {
        font-size: 19px;
        line-height: 30px;
    }

    .hero-register {
        font-size: 11px;
    }

    .hero-browse {
        font-size: 11px;
    }

    .aboutText {
        font-size: 14px;
    }

    .footer-subscribe {
        font-size: 21px;
    }

    .footer-input {
        width: 300px !important;
    }

    /* .subs-btn {
        left: 176px;
    } */

    .footer-subs-div .ff-t-column-2 {
        left: 176px;
    }

    .login-page-btn {
        border-radius: 20px;
    }

}


@media (min-width: 320px) and (max-width: 359px) {
    .platform-name {
        font-size: 16px;
    }

    .hero-text {
        font-size: 19px;
        line-height: 30px;
    }

    .hero-register {
        font-size: 11px;
    }

    .hero-browse {
        font-size: 11px;
    }

    .aboutText {
        font-size: 14px;
    }

    .footer-subscribe {
        font-size: 21px;
    }

    .footer-input {
        width: 300px !important;
    }

    /* .subs-btn {
        left: 176px;
    } */
    .footer-subs-div .ff-t-column-2 {
        left: 176px;
    }

    .login-page-btn {
        border-radius: 20px;
    }

}