#vendorTable_length label {
    padding: 8px 12px 18px 8px;
}

button#languageDropdown {
    /* float: right; */
    color: white;
    background: black;
}

/* Style for dropdown items */
.dropdownStatus {
    display: block;
    /* Ensure items are block-level for proper alignment */
    padding: 8px 16px;
    /* Add spacing */
    color: #333;
    /* Default text color */
    background-color: #f9f9f9;
    /* Light background */
    text-decoration: none;
    /* Remove underline */
    border-radius: 4px;
    /* Slightly rounded corners */
    transition: background-color 0.3s ease, color 0.3s ease;
    /* Smooth hover effect */
}

.dropdownStatus:hover {
    background-color: #007bff;
    /* Highlight on hover */
    color: #fff;
    /* Change text color on hover */
}

/* Optional: Add spacing between dropdown items */
.dropdown-menu li {
    margin: 2px 0;
}

.text-end {
    text-align: justify !important;
}

a.btn.btn-info.btn-sm.viewbtn {
    background: black !important;
}

.qrCodesize {
    padding-top: 10px;
    padding-left: 39px;
}

.qrCodesizedash {
    margin: auto;
}

/* for loadar on dashboard */
#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    /* Ensure it appears on top of other elements */
}

h5.card-title.text-primary.title-av.mb-3 {
    font-size: 30px;
    text-align: center;
}

p.b-code {
    margin-left: 26px;
    margin-top: 10px;
}

button#vendorLanguageDropdown {
    /* color: #0000; */
    background-color: #000;
}

.variant-group {
    border: 1px solid #e2e8f0;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #f9fafb;
}

.modal {
    transition: opacity 0.3s ease-in-out;
}

.adminHd {
    padding: 0 0 15px 0;
    margin: 0;
    line-height: normal;
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.form {
    margin: -10px;
    display: flex;
    flex-wrap: wrap;
}

.form li {
    padding: 10px;
    width: 33.33%;
    font-size: 15px;
}

.form li label {
    display: block;
    padding-bottom: 5px;
    font-weight: 600;
    color: #000;
}

.form li .input {
    width: 100%;
    background: #fff;
    padding: 0 15px;
    height: 44px;
    border: 1px solid #ddd;
    outline: none;
}

.form li textarea.input {
    height: 100px;
    padding: 15px;
}

.form li .file {
    border: 1px solid #ddd;
    padding: 8px;
    width: 100%;
}

.form li.full {
    width: 100%;
}

.imgList {
    display: flex;
    flex-wrap: wrap;
}

.imgList img {
    border: 1px solid #ddd;
    padding: 2px;
    margin: 5px;
}

@media(max-width:599px) {
    .form li {
        width: 100%;
    }

    .form li .inputTime {
        width: 50%;
        margin-bottom: 5px;
    }
}

.productHD {
    padding: 0 0 15px 0;
    margin: 0;
    line-height: normal;
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.select2-container .select2-selection--single {
    height: 38px;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    padding: 0.5rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.5rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

.modal {
    z-index: 50;
}

.notification {
    transition: opacity 0.5s ease-in-out;
}

/* 
#about_us {
    min-height: 300px !important;
} */

.ck-editor__editable {
    min-height: 150px !important;
}


label.fieldHd {
    font-size: 17px;
    color: #000;
    display: block;
    padding-bottom: 5px;
}

.menu-inner .badge {
    display: none;
}

.progress.mb-3.w-100 {
    height: 20px;
}

.modal-backdrop {
    z-index: 1 !important;
}

/* img#qrImage {
    margin-left: 166px;
} */



.menu-vertical .menu-item .menu-link>div:not(.badge) {
    line-height: 1.375rem;
    white-space: normal;
    word-break: break-word;

}



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

.modal.active {
    display: flex;
}

.modal-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    max-width: 500px;
    width: 100%;
}

.media-item {
    position: relative;
}

.remove-media {
    position: absolute;
    top: -10px;
    right: -10px;
    background: red;
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.media-item.removed {
    display: none;
}

.flex.items-start {
    height: 400px;
}

.editorBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 590px !important;
}

.editorBox .left {
    width: 280px;
    background: #fff;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.editorBox .right {
    width: calc(100% - 300px);
    background: #fff;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

/* .mobileBox {background: #1a1a1a; border-radius: 20px; padding: 30px 10px 10px 10px; width: 100%; max-width: 380px; margin: auto; box-shadow: 0 0 20px rgba(0, 0, 0, 0.8); position: relative;}
.mobileBox .camera {width: 12px; height: 12px; background-color: #333; border-radius: 50%; position: absolute; top: 9px; left: 50%; box-shadow: 0 0 4px #000; margin-left: -6px;}
.mobile-preview {background: #fff; padding: 10px; border-radius: 15px; height: 640px; overflow: auto;}
.editBtnBox label {display: block; margin: 10px 0 0 15px; cursor: pointer;} */



@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

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

a {
    text-decoration: none;
}

.mobileBox {
    background: #1a1a1a;
    border-radius: 30px;
    padding: 30px 10px 10px 10px;
    width: 100%;
    max-width: 380px;
    margin: auto;
    position: relative;
    border: 4px solid #ccc;
    overflow: hidden;
    font-family: "Poppins", sans-serif;
}

.mobileBox .camera {
    width: 12px;
    height: 12px;
    background-color: #333;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 50%;
    box-shadow: 0 0 4px #000;
    margin-left: -6px;
}

.mobile-preview {
    background: #fff;
    border-radius: 20px;
    height: 740px;
    overflow: auto;
    position: relative;
}

.mobile-preview.active {
    overflow: hidden;
}

.mobile-preview::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

.mobile-preview::-webkit-scrollbar-track {
    background: #1a1a1a;
}

.mobile-preview::-webkit-scrollbar-thumb {
    background: #1a1a1a;
}

.mobile-preview::-webkit-scrollbar-thumb:hover {
    background: #1a1a1a;
}

.editBtnBox label {
    display: block;
    margin: 10px 0 0 15px;
    cursor: pointer;
}

.bannerMobSlider {
    position: relative;
}

.bannerMobSlider .slick-dots {
    position: absolute;
    right: 15px;
    top: 10px;
    display: flex;
}

.bannerMobSlider .slick-dots li {
    margin-left: 5px;
}

.bannerMobSlider .slick-dots li button {
    width: 12px;
    height: 12px;
    background: #888080;
    border-radius: 100%;
    overflow: hidden;
    font-size: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border: none;
}

.bannerMobSlider .slick-dots li.slick-active button {
    background: #fff;
}

.mobile-preview .inner {
    padding: 15px;
}

.mobile-preview .inner .hd {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.mobile-preview .inner .hd img {
    min-width: 26px;
    margin: 5px 0 0 15px;
}

.mobile-preview .inner .conn {
    color: #595858;
    font-size: 14px;
    padding-top: 5px;
}

.mobile-preview .inner .rating {
    color: #595858;
    font-size: 14px;
    padding-top: 15px;
    display: flex;
    align-items: center;
}

.mobile-preview .inner .rating span {
    display: inline-flex;
    background: #1D1714;
    border-radius: 4px;
    padding: 2px 8px;
    align-items: center;
    margin-right: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
}

.mobile-preview .inner .rating span img {
    margin-left: 5px;
}

.mobile-preview .inner .btns {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.mobile-preview .inner .btns a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    width: 47%;
    border: 1px solid #000000;
    border-radius: 10px;
    height: 44px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.mobile-preview .inner .btns a img {
    margin-right: 10px;
}

.index0 {
    z-index: 1 !important;
}

.abboutPopup {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: -100%;
    opacity: 0;
    background: #fff;
    border-radius: 20px;
    transition: ease-in-out .5s;
}

.abboutPopup.active {
    bottom: 10px;
    opacity: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.close {
    position: absolute;
    left: 50%;
    top: -50px;
    margin-left: -22px;
    cursor: pointer;
}

.aboutInner {
    height: 650px;
    overflow: auto;
    padding: 20px;
}

.aboutInner::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.aboutInner::-webkit-scrollbar-track {
    background: #1a1a1a;
}

.aboutInner::-webkit-scrollbar-thumb {
    background: #1a1a1a;
}

.aboutInner::-webkit-scrollbar-thumb:hover {
    background: #1a1a1a;
}

.aboutInner h4 {
    color: #323232;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
}

.aboutInner p {
    color: #595858;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 12px;
}

.aboutInner p.address {
    font-size: 14px;
    font-weight: 700;
}

.aboutInner p img {
    vertical-align: middle;
    margin: 0 5px 4px 0;
}

.aboutInner .map {
    margin-bottom: 20px;
}

.weekTime li {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    padding: 0 0 5px 22px;
}

.screenImg img {
    width: 100%;
}

div#qrcode-container {
    margin-left: -33px;
}

.hdProduct {
    font-size: 22px;
    color: black;
    font-weight: 500;
    margin-left: 26px;
}

textarea#about-input {
    background: #f1f5f9;
}

.d-flex.justify-content-center.align-items-end.gap-3.mt-3.qr-align {
    margin-left: 100px;
}


/*Start 5 June 2025*/
.dealHd {
    font-size: 18px;
    font-weight: 600;
}

.dealImg {
    padding-top: 10px;
}

.dealImg a {
    display: block;
}

.dealImg img {
    width: 100%;
    border-radius: 10px;
}

.dealPopup {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: -100%;
    opacity: 0;
    background: #fff;
    border-radius: 20px;
    transition: ease-in-out .5s;
}

.dealPopup.active {
    bottom: 10px;
    opacity: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.aboutInner.deal {
    padding: 10px;
    height: 600px;
}

.dealInner {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 10px;
}

.dealInner .address {
    background: #F6F6F6;
    border-radius: 10px;
    padding: 10px 15px;
    color: #595858;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}

.dealInner .address span {
    display: block;
}

.dealDetImg {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.dealDetImg img {
    width: 100%;
    border-radius: 10px;
    vertical-align: top;
}

.dealPromoText {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 20px 150px 20px 20px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    background: linear-gradient(to right, rgba(6, 15, 36, 1) 0%, rgba(255, 255, 255, 0.07) 70%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
    text-transform: uppercase;
}

.dealInner .topInfo {
    text-align: center;
    padding: 15px 0;
    font-size: 13px;
    font-weight: 500;
}

.dealInner .topInfo span {
    display: block;
    font-size: 21px;
    padding-bottom: 5px;
    line-height: 28px;
}

.dealInner .topInfo strong {
    display: block;
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 5px;
}

.dealAboutInner {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-bottom: 10px;
}

.dealAboutInner p {
    font-size: 13px;
    line-height: 18px;
    margin: 8px 0 0 0;
}

.dealEnd {
    border-top: 1px solid #DCDBDB;
    display: flex;
    padding: 15px;
    justify-content: space-between;
    align-items: center;
}

.dealEnd .text {
    color: #595858;
    font-size: 16px;
}

.dealEnd .timer {
    color: #40A07B;
    font-size: 22px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.dealEnd .timer img {
    margin-right: 5px;
}

.deal-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f2f2f2;
    padding: 10px;
    margin-bottom: 10px;
}

.deal-item span {
    display: block;
    font-size: 18px;
    color: #000;
    padding-bottom: 5px;
}

.deal-item button {
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#deal-image {
    border: 2px solid #ddd;
    padding: 1px;
}


/* for business connection css */

body {
    font-family: Arial, sans-serif;
    background-color: #f5f6fa;
    margin: 0;
    padding: 40px;
    color: #333;
}

.b2b-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.b2b-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

.b2b-description {
    margin-bottom: 30px;
    color: #555;
}

.b2b-card-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.b2b-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 20px;
    position: relative;
    width: 100%;
    max-width: 360px;
}

.b2b-status-label {
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: bold;
    color: white;
}

.b2b-status-pending {
    background-color: #facc15;
    color: #000;
}

.b2b-status-verified {
    background-color: #16a34a;
}

.b2b-card-header {
    display: flex;
    align-items: start;
    margin: 15px 0;
}

.b2b-icon {
    font-size: 13px;
    color: #2563eb;
    background: #eee;
    width: 80px;
    padding: 5px;
}

.b2b-owner-info {
    font-size: 14px;
    width: calc(100% - 80px);
    padding-left: 20px;
    text-align: left;
}
.statusBox {display: flex; justify-content: end;}
.statusBox .b2b-remove-btn {width: auto; padding: 5px 10px;}
.b2b-owner-info strong {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
}
.b2b-owner-info strong.name {font-weight: 600;}

.b2b-card-body {
    font-size: 14px;
    margin-top: 10px;
}

.b2b-card-body p {
    margin: 4px 0;
}

.b2b-remove-btn {
    margin-top: 15px;
    width: 100%;
    background-color: #fee2e2;
    color: #b91c1c;
    border: none;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}

.b2b-remove-btn:hover {
    background-color: #fecaca;
}

@media (max-width: 768px) {
    .b2b-card-list {
        flex-direction: column;
        align-items: center;
    }
}

.statusBox {
    display: flex;
    flex-direction: column;
    align-items: flex-end; /* or center */
    gap: 6px; /* spacing between items */
}


/* for business connection css */