:root {
    --theme-color: #056dcc;

    --light-gray: #f5f5f5;

    --dark-gray: #d2d2d2;

    --dark-color: #000000;

    --light-bg: #d3eaff;

    --white-color: #ffffff;
}

@font-face {
    font-family: "futuraregular";
    src: url("../fonts/futura/futura-webfont.woff2") format("woff2"),
        url("../fonts/futura/futura-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "futura_ptdemi";
    src: url("../fonts/futura/futurabold-webfont.woff2") format("woff2"),
        url("../fonts/futura/futurabold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "futura_ptmedium";
    src: url("../fonts/futura/futuramedium-webfont.woff2") format("woff2"),
        url("../fonts/futura/futuramedium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "futuraregular";

    -webkit-touch-callout: none;

    -webkit-user-select: none;

    -khtml-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;
}

.offcanvas-bottom-md {
    height: 25vh;
}

.btn-solid {
    background-color: var(--theme-color);

    padding: 11px;
}

.btn-comm {
    padding: 11px;
    line-height: 21px;
    font-size: 15px;
}

.btn-xs {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
}

.pointer {
    cursor: pointer;
}

.text-main {
    color: var(--theme-color);
}

.bg-pattern-wrap .bg-patter {
    background-color: var(--theme-color);
}

.login-page .login-section .custom-form>span a {
    color: var(--theme-color);
}

.footer-wrap {
    background-color: var(--theme-color);
}

.task-detail-bg {
    background-color: var(--light-gray);
}

.add-head {
    /* position: absolute;
    top: 40px; */
    width: 100%;
    padding: 0 15px 0;
    text-align: center;
}

.add-head h2 {
    font-size: 32px;
}

.items-wrap {
    background-color: var(--light-gray);

    border: 1px solid var(--dark-gray);

    border-radius: 5px;

    padding: 10px;
}

.items-wrap h2 {
    font-size: 20px;

    font-weight: 700;
}

.items-wrap .icon-lists i {
    color: var(--theme-color);

    font-size: 20px;
}

.main-title {
    font-weight: 700;

    margin-top: -6px;

    font-size: 17px;
}

.order-list-ul li {
    display: flex;

    justify-content: space-between;

    margin-bottom: 5px;
}

.my-order .order-box {
    margin: 15px 0px;
}

.order-list-ul li span.text-new {
    color: var(--dark-color);

    font-weight: 700;
}

.order-list-ul li span.date {
    font-size: 12px;

    font-weight: 600;
}

.font-theme {
    color: var(--theme-color) !important;
}

.bg-thm {
    background-color: var(--theme-color);
}

.log-in-panel {
    padding: 40px 0 70px;
}

.bg-theme-theme-light {
    background-color: var(--light-bg);
}

.tx-12 {
    font-size: 12px;
}

.notification-page .offer-wrap .offer-box {
    margin-top: 0;
}

.offer-box .user-wrap {
    height: 50px;

    width: 50px;

    border-radius: 50%;

    background-color: var(--theme-color);

    text-align: center;

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

.offer-box .user-wrap h2 {
    font-size: 30px;

    color: #ffffff;

    line-height: 1;

    text-transform: uppercase;
}

.search-box input {
    border-color: #d2d2d2;
}

header {
    border-bottom: 1px solid #e5e5e5;
}

.header {
    height: 60px;

    position: fixed;

    top: 0;

    width: 100%;

    z-index: 1;

    background-color: #ffff;

    max-width: 600px;
}

.buyer-header:has(.header-noti) {
    height: 80px;
}

.add-footer {
    height: 55px;

    width: 55px;

    background-color: var(--theme-color);

    line-height: 60px;

    border-radius: 50%;

    text-align: center;

    bottom: 90px;

    position: fixed;

    right: 20px !important;

    z-index: 3;
}

.add-footer a {
    color: var(--white-color);
}

.add-footer a i {
    font-size: 25px;

    font-weight: 400;
}

.input-box input[type="radio"] {
    position: relative;

    margin: 3px;

    cursor: pointer;
}

.input-box input[type="radio"]:before {
    background-color: var(--theme-color);
}

.input-box input[type="radio"]:checked:after {
    border-color: var(--theme-color);
}

.input-box input[type="radio"]:after {
    border-color: var(--theme-color);
}

.input-box select {
    height: 46px;
}

.custom-form input,
.custom-form textarea,
.custom-form select,
.custom-form .form-control {
    border-color: #d2d2d2;
}

.custom-form input:focus,
.custom-form textarea:focus,
.custom-form select:focus,
.custom-form .form-control:focus {
    border-color: var(--theme-color);

    background-color: var(--light-bg);
}

.account-page .user-detail .card i {
    color: var(--theme-color);

    font-size: 20px;
}

.account-page .user-detail .card p {
    font-size: 16px;

    font-weight: 700;

    margin-bottom: 2px;
}

.account-page .account-wrap .navigation li .arrow svg {
    stroke: var(--theme-color);
}

.account-page .account-wrap .navigation li .nav-link svg {
    height: 18px;

    width: 18px;
}

.manage-billing .navigation li {
    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    background-color: #fff;

    padding: 0px;
}

.manage-billing .navigation li {
    border-bottom: 1px solid var(--dark-gray);

    padding: 12px;
}

.manage-billing .navigation li:last-child {
    border-bottom: 0;
}

.manage-billing .navigation li h5 {
    font-size: 17px;
}

.contact-info .navigation li p {
    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    overflow: hidden;
}

.seller-list .media-body span {
    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    overflow: hidden;
}

.offer-wrap .offer-box {
    margin-top: 0;

    padding: 12px;

    border-bottom: 1px solid var(--dark-gray);
}

.offer-wrap .offer-box:last-child {
    border-bottom: 0;
}

.modal-notification .offer-wrap .offer-box:last-child {
    border-bottom: 1px solid var(--dark-gray);
}

.header-sidebar .user-panel {
    padding: 15px 0;
}

.header-sidebar .user-panel .media {
    justify-content: flex-start;
}

.manage-billing .navigation.product-list span {
    font-size: 13px;
}

.manage-billing .navigation.product-list p {
    margin-bottom: 0;

    font-weight: 700;

    font-size: 14px;
}

.header-sidebar .navigation ul li.active {
    background: transparent !important;
    border: 1px solid #056dcc;
}

.header-sidebar .navigation ul li.active .nav-link {
    color: #056dcc;
}

.skeleton-loader {
    top: 60px;
}

.main-wrap {
    padding: 60px 15px 0px 15px;
}

.buyer-area .main-wrap {
    padding: 80px 15px 0px 15px;
}

.login-page.main-wrap {
    padding: 25px 15px 0px 15px;
}

.skeleton-loader .main-wrap {
    padding: 40px 15px 0px 15px;
}

div:where(.swal2-container) {
    padding: 1.25rem !important;
}

.manage-billing .navigation.buyer-product li h5 {
    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    overflow: hidden;
}

.buyer-order-create.card h5 {
    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;

    overflow: hidden;
}

.btn-outline {
    color: var(--theme-color);

    border-color: var(--theme-color);
}

.btn-outline:hover {
    color: var(--theme-color);
}

.z-index-10 {
    z-index: 10;
}

.cart-order-items {
    max-height: calc(100vh - 274px);

    overflow-y: auto;

    overflow-x: hidden;

    padding: 5px;
}

.datepicker td,
.datepicker th {
    text-align: center;

    width: 33px !important;

    height: 28px !important;
}

.top-divider {
    border-top: 5px solid #f1f1f1 !important;
}

.order-summary ul li {
    padding: 2px 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
}

.order-detail .progtrckr {
    margin: 15px 0 0;

    padding: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: start;

    -ms-flex-align: start;

    align-items: flex-start;
}

.order-detail .progtrckr li.progtrckr-done {
    color: #222;

    border-top: 4px solid var(--theme-color);

    width: 100% !important;
}

.order-detail .progtrckr li {
    display: inline-block;

    text-align: center;

    margin: 10px 0;

    position: relative;
}

.order-detail .progtrckr li.progtrckr-done:before {
    font-family: "Font Awesome 6 Free";

    font-weight: 900;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    width: 30px;

    height: 30px;

    padding-top: 2px;

    content: "";

    color: #fff;

    background-color: var(--theme-color);

    line-height: 35px;

    border: none;

    border-radius: 35px;

    font-size: 16px;
}

.order-detail .progtrckr li:before {
    position: relative;

    top: -2px;

    float: left;

    left: 50% !important;

    line-height: 1;

    -webkit-transform: translate(-50%, -50%) !important;

    transform: translate(-50%, -50%) !important;
}

.order-detail .progtrckr li h6 {
    margin-top: 20px;

    text-align: center;

    width: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    font-weight: 500;
}

.order-detail .progtrckr li.progtrckr-todo {
    color: #4a5568;

    border-top: 4px solid #959595;

    width: 100% !important;
}

.order-detail .progtrckr li.progtrckr-todo:before {
    font-family: "Font Awesome 6 Free";

    font-weight: 900;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    width: 30px;

    height: 30px;

    padding-top: 2px;

    content: "";

    color: #fff;

    background: #959595;

    line-height: 35px;

    border: none;

    border-radius: 35px;

    font-size: 16px;
}

.card-cust {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;

    border-radius: 10px;

    background-color: #fff;
}

.border-gray {
    border-color: #c4c7c9;
}

.buyer-order-items {
    max-height: calc(100vh - 270px);

    overflow-y: auto;

    overflow-x: hidden;

    padding: 5px;
}

.rupees-box {
    display: flex;

    align-items: center;

    margin-bottom: 10px;

    justify-content: end;

    width: 100%;

    border: 1px solid var(--light-gray);

    border-radius: 5px;
}

.rupee-input input[type="radio"] {
    display: none;
}

.rupee-input {
    width: 50%;

    border-right: 1px solid var(--dark-gray);
}

.rupee-input:last-child {
    border-right: 0;
}

.rupee-input label {
    padding: 10px;

    text-align: center;

    font-size: 16px;
}

.rupee-input input[type="radio"]+label {
    width: 100%;
}

.rupee-input input[type="radio"]:checked+label {
    color: var(--white-color);

    background-color: var(--theme-color);

    border: 1px solid var(--theme-color);

    width: 100%;
}

.user-wraps {
    height: 50px;

    width: 50px;

    border-radius: 50%;

    background-color: var(--theme-color);

    text-align: center;
}

.user-wraps h2 {
    font-size: 30px;

    color: #ffffff;

    line-height: 45px;
}

.check-out-bottom {
    margin: 0 auto;

    max-width: 767px;

    position: fixed;

    bottom: 0;

    left: 0;

    right: 0;

    padding: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320))) 0;

    background-color: var(--white-color);

    z-index: 3;

    box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
}

.header-sidebar {
    padding: 7px;
}

.add-invoice .nav-tab .nav-link.active,
.add-invoice .nav-tab2 .nav-link.active {
    color: var(--theme-color) !important;

    background-color: transparent;

    border: 1px solid var(--theme-color);

    border-radius: 30px;

    padding: 5px 13px;
}

.add-invoice .nav-tab .nav-link,
.add-invoice .nav-tab2 .nav-link {
    color: var(--dark-color) !important;

    background-color: transparent;

    border: 1px solid var(--dark-color);

    border-radius: 30px;

    padding: 5px 13px;
}

.cart-text p {
    margin-bottom: 2px;
}

.broker-order-items {
    max-height: calc(100vh - 251px);

    overflow-y: auto;

    overflow-x: hidden;

    padding: 5px;
}

.line-clamp {
    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;

    overflow: hidden;
}

.line-clamp-1 {
    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;

    overflow: hidden;
}

.line-clamp-2 {
    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 3;

    overflow: hidden;
}

.line-clamp-4 {
    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 4;

    overflow: hidden;
}

.line-clamp-5 {
    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 5;

    overflow: hidden;
}

.p-list .card {
    margin: 15px 0px;
}

.account-page .account-wrap .navigation li .nav-link img {
    width: 23px;

    height: 23px;
}

.account-page .account-wrap .navigation li .nav-link span {
    font-size: 17px !important;
}

.account-page .account-wrap .navigation li:not(:first-of-type) {
    margin-top: 0px;
}

.account-page .account-wrap .navigation li {
    padding: 17px 10px;

    border-bottom: 1px solid #ccc;
}

.account-page .account-wrap .navigation li:last-child {
    border-bottom: 0;
}

.manage-billing .navigation li a p svg {
    height: 18px;

    width: 20px;

    color: var(--theme-color);
}

.notification-page .offer-wrap .offer-box .media .media-body h3 {
    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;

    overflow: hidden;

    white-space: wrap;

    width: 100%;
}

.seller-list-sec .search-box {
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    gap: 15px;

    margin-bottom: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
}

.seller-list-sec .search-box>div {
    position: relative;

    -webkit-box-flex: 1;

    -ms-flex: 1 1 auto;

    flex: 1 1 auto;
}

.seller-list-sec .search-box .search {
    left: 16px;

    font-size: 21px;
}

.seller-list-sec .search-box i {
    position: absolute;

    font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));

    top: 50%;

    cursor: pointer;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);
}

.seller-list-sec .search-box .filter {
    border: none;

    outline: none;

    background-color: transparent;

    color: var(--theme-color);

    font-weight: 600;
}

.card .text-new {
    color: var(--dark-color);

    font-weight: 700;
}

.order-box .card-body svg {
    height: 17px;

    width: 17px;
}

.form-select {
    padding: 12px !important;
}

.order-summery-des {
    border-bottom: 1px solid #ccc;
}

.order-summery-des:last-child {
    border: none;
}

.order-payment .party-name svg {
    height: 18px;

    width: 20px;
}

.seller-name-tag {
    height: 50px;

    width: 50px;

    border-radius: 50%;

    background-color: var(--theme-color);

    text-align: center;
}

.seller-name-tag h2 {
    font-size: 30px;

    color: #ffffff;

    line-height: 48px;
}

.add-bank-details {
    margin: 15px auto;

    max-width: 600px;

    position: fixed;

    bottom: 80px;

    left: 0;

    right: 0;

    padding: 10px;

    border-radius: 10px;

    background-color: var(--theme-color);

    z-index: 3;

    overflow-x: hidden !important;
}

.add-bank-details .bank-logo {
    background-color: var(--white-color);

    padding: 5px;

    border-radius: 10px;
}

.add-bank-details .bank-logo img {
    height: 40px;

    width: 40px;

    border-radius: 50%;

    object-fit: cover;
}

.add-bank-details svg {
    color: var(--white-color);
}

.dot {
    height: 5px;

    width: 5px;

    background-color: var(--dark-gray);

    border-radius: 50%;
}

.calendar-position {
    position: absolute;

    right: 20px;

    top: 10px;
}

.invoice-box {
    margin: 15px 0px;
}

.commission-invoice-detail .card .des-text svg {
    height: 17px;

    width: 17px;
}

.inpout-box-search .search-box {
    background: var(--theme-color);

    width: 45px;

    height: 45px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 5px;

    color: white;

    font-size: 18px;
}

.inpout-box-search .search-box i {
    font-size: 18px;
}

.order-box-card input[type="checkbox"] {
    width: 18px;

    height: 18px;

    accent-color: var(--theme-color);
}

.billing-summery svg {
    height: 17px;

    width: 17px;
}

.card-body {
    padding: 10px;
}

.card-header {
    padding: 10px;
}

.card-footer {
    padding: 10px;
}

.footer-wrap.footer-button {
    bottom: 0 !important;
}

.border-thick {
    border-top: 9px solid #f6f6f6;
}

.manage-billing .navigation li .custom-icon-size p svg {
    height: 18px;

    width: 20px;

    color: var(--theme-color);
}

.offer-box {
    cursor: pointer;
}

.offer-box .broker-user-wrap {
    height: 40px;

    width: 40px;

    display: flex;

    border-radius: 50%;

    background-color: var(--theme-color);

    text-align: center;

    align-items: center;

    justify-content: center;

    font-size: 20px;
}

/* siderbar */

.f-bttom-siderbar {
    position: absolute;
    bottom: 0;
    left: 0;
    background: white;
    padding: 20px;
    width: 100%;
    border-top: 1px solid #e1e1e1;
}

.header-sidebar .wrap {
    height: calc(100vh - 60px);
}

.account-page .account-wrap .navigation li .nav-link {
    width: 100%;
}

.header-sidebar .navigation ul li .nav-link {
    width: 100%;
}

/*  */
.profile-pic {
    color: transparent;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    position: relative;
    width: fit-content;
    transition: all 0.3s ease;
    height: calc(99px + (108 - 93) * ((100vw - 320px) / (1920 - 320)));
    width: calc(99px + (108 - 93) * ((100vw - 320px) / (1920 - 320)));
}

.profile-pic img {
    width: calc(99px + (108 - 93) * ((100vw - 320px) / (1920 - 320)));
    height: calc(99px + (108 - 93) * ((100vw - 320px) / (1920 - 320)));
    -o-object-fit: cover;
    object-fit: cover;
    background-color: #f8f8f8;
    border-radius: 0;
    padding: 5px;
    border: 1px solid #ececec;
    -webkit-box-shadow: 2px 3px 8px rgba(34, 34, 34, 0.32);
    box-shadow: 2px 3px 8px rgba(34, 34, 34, 0.32);
    position: absolute;
    z-index: 0;
}

.cover-icon {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: -10px;
    right: -5%;
    background-color: #fff;
    border-radius: 100%;
    color: #4a5568;
    cursor: pointer;
}

.cover-icon i {
    position: relative;
}

.profile-url {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0;
    width: 106%;
    height: 108%;
    cursor: pointer;
    z-index: 1;
}

.fileupload .thumbnail img {
    width: 100% !important;
    height: 100% !important;
    border-radius: initial !important;
    object-fit: cover;
}

/* new */

/* jquery modal */

.overlay {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black with opacity */
}

.modal {
    position: fixed;
    z-index: 1060;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    height: auto;
    top: 50%;
    left: 50%;
    width: 320px;
    transform: translate(-50%, -50%);
}

/* Modal content */

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0px 10px 25px 10px;
    border: 1px solid #888;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
        rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

/* Close button */
.close {
    color: #aaa;
    float: right;
    font-size: 35px;
    font-weight: bold;
    display: block;
    margin-right: 14px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.close-cricle-icon {
    margin-bottom: 20px;
}

.close-cricle-icon i {
    font-size: 59px;
    color: red;
}

.no-found-banner img {
    width: 50%;
    display: block;
    margin: 0 auto;
}

/* toast */

.toast-bottom-full-width {
    bottom: 20px;
}

/* .toast-bottom-center{
    left: 0;    
    bottom: 20px;
    width: 100%;
}

.toast {
    width: 100%;
    max-width: none;
} */

.header-sidebar .navigation ul li .nav-link i {
    color: #056dcc;
}

.header-sidebar .navigation ul li .nav-link i {
    font-size: 20px;
    margin-bottom: 4px;
}

.product-sty .avatar-wrap i {
    font-size: 22px;
}

.product-sty .logo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: calc(7px + (12 - 7) * ((100vw - 320px) / (1920 - 320)));
}

.logo-img {
    max-width: 170px;
}

.logo-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.login-page .login-section .custom-form {
    text-align: inherit;
}

.error {
    color: #dc3545;
}

.broker-area {
    display: inline-block;
}

.f-bttom-siderbar .text-danger:hover {
    color: #fa6978 !important;
}

.broker-area:hover,
.order-box .card:hover,
.order-box .card:hover .bg-white,
.order-box .bg-white.card:hover,
.navigation li:hover,
.record-list .offer-box:hover {
    background-color: #f7f7f7 !important;
}

.broker-area:hover,
.order-box .card:hover,
.order-box .card:hover .bg-white,
.order-box .bg-white.card:hover,
.navigation li:hover,
.record-list .offer-box:hover {
    background: #f7f7f7 !important;
}

.items-wrap:hover {
    background-color: #eeeeee;
}

.last-div-mb {
    margin-bottom: 60px !important;
}

@media (max-width: 768px) {
    .add-bank-details {
        /* max-width: none; */

        margin: 15px;
    }

    .overflow-y {
        height: calc(100vh - 230px);
        overflow-y: auto;
    }
}

@media (max-width: 565px) {
    .buyer-order-items {
        max-height: calc(100vh - 260px);
    }
}

.wd-fit {
    width: fit-content !important;
}

.order-success-page .banner-section .banner-wrap img {
    width: 60%;
}

.order-success-page .order-id-section .media>span {
    background-color: #056dcc;
}

.footer-wrap.shop .footer .footer-item>button {
    font-weight: 600;
    color: #fff;
    line-height: 21px;
    margin-right: -7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: calc(5px + (10 - 5) * ((100vw - 320px) / (1920 - 320)));
}

/* notificaton */

/* .my-notification .offer-wrap .offer-box .media .icon-wrap i{
    color: green;
} */

.my-notification .offer-wrap .offer-box {
    margin-top: 0;
    background: #fbfbfb;
    margin-bottom: 10px;
    border-radius: 10px;
    border: none;
}

.my-notification .offer-wrap .offer-box:hover {
    background-color: #e9e9e9;
    transition: all 0.2s linear;
}

.my-notification .offer-wrap .offer-box .media .icon-wrap {
    background-color: transparent !important;
}

/* OTP Css */
.otp-field {
    flex-direction: row;
    column-gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.otp-field input {
    height: 50px;
    width: 50px;
    border-radius: 6px;
    outline: none;
    font-size: 1.125rem;
    text-align: center;
    border: 1px solid #ddd;
}

.otp-field input:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.otp-field input::-webkit-inner-spin-button,
.otp-field input::-webkit-outer-spin-button {
    display: none;
}

/* Sidebar  css*/
.header-sidebar .seller-sidebare.navigation ul li .nav-link {
    justify-content: space-between;
    align-items: center;
}

.header-sidebar .seller-sidebare.navigation ul li .nav-link i {
    vertical-align: sub;
}

.header-sidebar .seller-sidebare.navigation ul li:last-of-type {
    margin-bottom: 0px;
}

.header-sidebar .seller-sidebare.navigation ul li:first-child {
    margin-top: 8px;
}

.header-sidebar .seller-sidebare.navigation ul li {
    position: relative;
    display: block !important;
}

ul.siderbar-submenu {
    margin-left: 15px;
    background: white;
    display: none;
    margin-top: 10px;
}

.arrow-rotate {
    transform: rotate(90deg);
}

.company-detail {
    position: relative;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.disbute-status {
    border: none;
    border-top: 1px dashed rgba(0, 0, 0, 0.125);
    padding-top: 5px;
    padding-bottom: 5px;
}

.buyer-placeholder {
    padding-bottom: 20px;
}

.fileupload-new.custom-noimage,
.fileupload-preview.thumbnail {
    width: fit-content;
    border: 1px solid #dee2e6;
}

.tooltip.cust-tooltip {
    position: relative;

    display: inline-block;

    opacity: 1;

    font-size: 17px;

    cursor: pointer;

    z-index: 1;

    padding: 0;
}

.tooltip.cust-tooltip .tooltiptext {
    visibility: hidden;

    width: max-content;

    background-color: black;

    color: #fff;

    text-align: start;

    border-radius: 6px;

    padding: 5px 14px;

    position: absolute;

    z-index: 1;

    top: 50%;

    left: 110%;

    transform: translateY(-50%);

    font-size: 12px;
}

.cust-tooltip.center-top .tooltiptext {
    width: 210px;
    top: -30px;
    left: -155px;
}

.tooltip.cust-tooltip .tooltiptext::after {
    content: "";

    position: absolute;

    top: 50%;

    right: 100%;

    margin-top: -5px;

    border-width: 5px;

    border-style: solid;

    border-color: transparent black transparent transparent;
}

.noafter.cust-tooltip .tooltiptext::after {
    content: none;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.common-page {
    padding: 25px 12px 12px;
    background-color: #fff;
    margin-top: -22px;
    border-radius: 22px 22px 0px 0px;
}

.my-notification .read {
    background: #f7f7f7 !important;
}

.my-notification .unread {
    background: #1987ed2f !important;
}

/* .error-404 .banner-box {
    width: 85%;
    margin: 0 auto;
    margin-top: calc(70px +(90 - 70)*((100vw - 320px) /(1920 - 320)));
    text-align: center;
    position: relative;
}
.error-404 .banner-box img{
    width: 70%;
    position: relative;
}
.error-404 .error{
    text-align: center;
}
.error-404 .error h2{
    font-weight: 600;
    position: relative;
    margin-bottom: calc(25px +(30 - 25)*((100vw - 320px) /(1920 - 320)));
    font-family: "Quicksand", "sans-serif";
}

.error-404 .error p{
    margin-bottom: calc(19px + (25 - 19) * ((100vw - 320px) / (1920 - 320)));
} */
.error-404 .error h2::before {

    background-color: var(--theme-color);
}



/* Apply globally */
@supports (-webkit-touch-callout: none) {
    input[type="radio"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
}
/* Apply globally */


/* Override the styles for the login page */

/* Override for the login page */
/* .input {
    background: none;
    border: none;
}

.input:focus {
    background: none;
    border: none;
}

 .input-box {
    display: flex;
    align-items: center;
} */


/* iOS Safari Specific Styles */
@media screen and (max-width: 768px) and (pointer: coarse) {
    /* Remove background and border in iPhone Safari */
    input[type="radio"], .input, .input:focus {
        background: none;
        border: none;
    }
    .input-box {
        display: flex;
        align-items: center;
    } 
}

/* Ensure radio button is visible and styled correctly on all devices */
input[type="radio"].pointer {
    -webkit-appearance: radio !important; /* Ensure radio button style on Safari */
    -moz-appearance: radio !important;    /* Ensure radio button style on Firefox */
    appearance: radio !important;         /* Ensure radio button style on all browsers */
    width: auto !important;               /* Make sure it has a width */
    height: auto !important;              /* Make sure it has a height */
}

/* Fix for Safari on iPhone - Ensure label is clickable and radio button is shown */
body {
    -webkit-touch-callout: none;         /* Disable Safari touch callout on iPhone */
    -webkit-user-select: none;           /* Prevent selection issues */
}

input[type="radio"] + label {
    cursor: pointer;                    /* Ensure cursor changes to pointer */
    user-select: none;                   /* Prevent text selection when clicking label */
}

@media only screen and (max-width: 768px) and (pointer: coarse) {
  @supports (-webkit-touch-callout: none) {
    .radio-btn-group label {
      gap: 0 !important;
      margin: 0 !important;
      padding: 0 !important;
    }
    .radio-btn-group input[type="radio"] {
      margin-right: 4px !important;
    }
  }
}


/* Ensure radio buttons are styled properly for all browsers */
.redio-custom input[type="radio"] {
    -webkit-appearance: radio; /* Ensures radio buttons appear in Safari */
    -moz-appearance: radio;    /* Ensures radio buttons appear in Firefox */
    appearance: radio;         /* Ensures radio buttons appear in other browsers */
    width: 18px;               /* Set width */
    height: 18px;              /* Set height */
}

/* Safari iPhone - Remove any appearance override */
@media only screen and (max-width: 768px) and (pointer: coarse) {
    @supports (-webkit-touch-callout: none) {
        /* Force display of radio button in Safari on iPhone */
       .redio-custom input[type="radio"] {
            -webkit-appearance: radio !important; /* Force radio appearance in Safari */
            appearance: radio !important; /* Force radio appearance in all browsers */
            display: inline-block !important; /* Ensure it is inline and visible */
            opacity: 1 !important; /* Ensure radio button is visible */
        }
    }
}