section.LegalInfo .nav-pills .nav-link {
    color: #000;
    opacity: 0.5;
    padding: 5px 0;
    border-bottom: 0px solid #fb960e;
}

section.LegalInfo .nav-pills .nav-link.active {
    border-bottom: 4px solid #fb960e;
    background-color: transparent;
    opacity: 1;
    font-weight: 500;
}

section.LegalInfo li.nav-item {
    margin-right: 23px;
}

.legalContent {
    padding-top: 29px;
}

.legalContent h2 {
    font-size: 29px;
    line-height: 43.5px;
    font-weight: 600;
}

.legalContent-users h4 {
    color: #f1441c;
}

.legalContent p {
    font-size: 15px;
    line-height: 30px;
    color: #000;
    padding-top: 10px;
}

.legalContent-members h4 {
    color: #31c3cf;
}

.venderDetail select::-webkit-scrollbar {
    width: 0;
}

.venderDetail span.select2-selection.select2-selection--multiple {
    position: relative;
    cursor: pointer;
}

.venderDetail span.select2-selection.select2-selection--multiple:after {
    content: ">";
    position: absolute;
    top: 50%;
    right: 16px;
    font-size: 14px;
    color: #333;
    transform: translateY(-50%) rotate(90deg);
}

.copy-right-cards {
    margin: 0 10px;
}

.copy-right-cards a {
    font-size: 10px;
    font-weight: 400;
}

.copy-right-cards a:first-child {
    margin-right: 5px;
}

.shareHere button {
    background: transparent;
    border: none;
}

/* marketing section */

.marketingForm {
    margin-top: 20px;
}

.marketingForm .choose-category .form-control {
    background: #f9faff;
    border: 1px solid #d3d5de;
    border-radius: 100px;
    height: 46px;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #292b30;
    padding: 11px 15px;
    margin-top: 5.56px;
}

.marketingForm .choose-category input::placeholder {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #666666;
}

.marketingForm label {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.5px;
    color: #3c3c43;
}

.marketingForm .text-area {
    margin-top: 20px;
}

.marketingForm .choose-category textarea {
    height: 104px;
    background: #f9faff;
    border: 1px solid #d3d5de;
    border-radius: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #292b30;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    resize: none;
    margin-top: 5.56px;
}

.marketingForm .choose-category textarea::placeholder {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #666666;
}

.marketingForm .choose-category textarea:focus {
    outline: none;
    border-color: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.marketingForm .choose-category textarea:focus-visible {
    outline: none;
    border-color: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.marketingForm .form label {
    font-weight: 400;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.5px;
    color: #3c3c43;
    margin-bottom: 6px;
}

.marketingForm .form textarea {
    border-radius: 10px !important;
    resize: none;
}

.marketingForm .choose-category .form-control::placeholder {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #666666;
}

.submitForm {
    margin-top: 27px;
    text-align: right;
}

.submitForm button {
    background: #ffad06;
    border: 1px solid #ffad06;
    border-radius: 30px;
    padding: 12px 40px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.5px;
    color: #ffffff;
}

.submitForm .backBtn {
    background: #696969;
    border: 1px solid #e7e7e7;
    border-radius: 30px;
    padding: 12px 40px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.5px;
    color: #ffffff;
}

.submitForm .listBtn {
    background: #ffad06;
    border: 1px solid #ffad06;
    border-radius: 30px;
    padding: 3px 20px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.5px;
    color: #ffffff;
    transition: all 0.3s ease;
}

.submitForm .listBtn:hover {
    transform: scale(1.1);
}

.uploadSection .choose-filewrap input {
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 46px;
}

.uploadwrapper {
    height: 300px;
    overflow-y: scroll;
}

.choose-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.choose-filebox {
    background: #f9faff;
    border: 1px solid #d3d5de;
    border-radius: 100px;
    height: 46px;
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #292b30;
    padding: 13px 15px;
    margin-top: 5.56px;
    position: relative;
}

.choose-filebox p {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #aeb6cf;
}

.productSection {
    margin-top: 33px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    gap: 25px;
    margin-top: 6px;
}

@media (max-width: 767px) {
    .product-grid {
        grid-template-columns: repeat(2, minmax(0px, 1fr));
    }
}

@media (max-width: 576px) {
    .product-grid {
        grid-template-columns: repeat(1, minmax(0px, 1fr));
    }
}

.pdt-griditem {
    padding: 11px;
    border: 1px solid #f5f6fd;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

.product-grid .pdt-griditem img {
    width: 100%;
    height: 242px;
    object-fit: cover;
}

.custom-checkbox {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 21px;
    left: 33px;
}

.custom-checkbox input[type="checkbox"] {
    display: none;
}

.custom-checkbox label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
}

.custom-checkbox label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #bbbbbb;
    /* Default grey background for unchecked */
    transition: background-color 0.3s, border-color 0.3s;
}

.custom-checkbox input[type="checkbox"]:checked+label:before {
    background-color: #377de2;
    /* Blue background when checked */
    border-color: #377de2;
}

.custom-checkbox label:after {
    content: "✓";
    /* Tick symbol */
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 600;
    color: white;
    opacity: 0;
    /* Hidden tick for unchecked */
    transition: opacity 0.3s;
}

.custom-checkbox input[type="checkbox"]:checked+label:after {
    opacity: 1;
    /* Show white tick when checked */
}

.custom-checkbox input[type="checkbox"]:not(:checked)+label:after {
    opacity: 1;
    /* Show white tick even when unchecked */
}

.productSection h3 {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.5px;
    color: #3c3c43;
}

.availabiltySection {
    margin-top: 34px;
}

.availabiltySection h3 {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.5px;
    color: #3c3c43;
}

.availabiltySection .availabiltyPlatform {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    column-gap: 40px;
    row-gap: 10px;
    margin-top: 20px;

    .error-msg {
        grid-column: 1 / -1;
    }
}

#marketModal .modal-body {
    padding: 50px 48px;
}

#marketModal button.btn-close {
    position: absolute;
    left: auto;
    right: 15px;
    top: 15px;
    width: 26px;
    height: 26px;
    opacity: 1;
    z-index: 100;
}

#marketModal .modal-body h1 {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 16px;
    text-transform: capitalize;
}

#marketModal .modal-body p {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #595959;
}

.marketbtn {
    background: #ffad06;
    border: 1px solid #ffad06;
    border-radius: 30px;
    padding: 12px 40px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-top: 30px;
    width: 156px;
}

.add {
    display: flex;
    align-items: center;
    gap: 9px;
}

.add p {
    font-family: Poppins;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    color: #0043a7 !important;
}

.custom-radio {
    display: flex;
    align-items: center;
}

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

.custom-radio label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #000000;
}

.custom-radio label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #bbbbbb;
    /* Default grey background */
    transition: background-color 0.3s, border-color 0.3s;
}

.custom-radio input[type="radio"]:checked+label:before {
    background-color: #377de2;
    /* Blue background when checked */
    border-color: #377de2;
}

.custom-radio label:after {
    content: "✓";
    /* Tick symbol */
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 600;
    color: white;
    opacity: 0;
    /* Hidden tick for unchecked */
    transition: opacity 0.3s;
}

.custom-radio input[type="radio"]:checked+label:after {
    opacity: 1;
    /* Show white tick when checked */
}

.custom-radio input[type="radio"]:not(:checked)+label:after {
    opacity: 1;
    /* Show white tick even when unchecked */
}

.offerPlan {
    background: #ffffff;
    border: 1.5px solid #377de2;
    border-radius: 12px;
}

.offerPlan .planHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1.5px solid #377de2;
    padding: 15px;
    background: #f5f8ff;
    border-radius: 12px;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
}

.offerPlan .planHead .h5,
.offerPlan .planHead h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

@media (max-width: 640px) {

    .offerPlan .planHead .h5,
    .offerPlan .planHead h5 {
        font-size: 14px;
    }
}

.offerPlan .planHead .activeClick {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.offerPlan .planHead .activeClick .activePlan {
    margin-right: 30px;
}

.offerPlan .planHead .activeClick .checkhere input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.offerPlan .planHead .activeClick input:checked~.checkmark:after {
    display: block;
}

.offerPlan .planHead .activeClick input:checked~.checkmark {
    background-color: #377de2;
    border: 1px solid #377de2;
}

.offerPlan .planHead .activeClick .checkhere {
    position: relative;
}

.offerPlan .planHead .activeClick .checkmark {
    position: absolute;
    top: 4px;
    right: 0;
    height: 17px;
    width: 17px;
    background-color: #377de2;
    border-radius: 10px;
    border: 1px solid #377de2;
}

.offerPlan .planHead .activeClick .checkmark:before {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.offerPlan .planHead .activeClick .checkmark:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.offerPlan .addOndetails {
    border: none;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.marketingAddon {
    display: block !important;
}

.offerFlex {
    display: flex;
    gap: 24px;
    align-items: center;
}

.offerFlex img {
    width: 77px;
    height: 77px;
}

.offerFlex h4 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #000000;
}

.offerFlex p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
}

.offerFlex img {
    border-radius: 10px;
}

.offerPlan .addOndetails a {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.016em;
    color: #d32121;
    text-decoration: underline;
}

.offerPlan .addOndetails .disabled {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.016em;
    color: #d3212170;
    text-decoration: underline;
}

#addModal .modal-body {
    padding: 50px 48px;
}

#addModal button.btn-close {
    position: absolute;
    left: auto;
    right: 15px;
    top: 15px;
    width: 26px;
    height: 26px;
    opacity: 1;
    z-index: 100;
}

#addModal .modal-body h1 {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 16px;
    text-transform: capitalize;
}

#addModal .modal-body p {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #595959;
}

.addbtn {
    background: #ffad06;
    border: 1px solid #ffad06;
    border-radius: 30px;
    padding: 12px 40px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-top: 30px;
    width: 156px;
}

#addserviceModal .modal-content {
    height: 500px;
}

#addserviceModal .modal-body {
    padding: 35px 40px 40px 40px;
}

#addserviceModal button.btn-close {
    position: absolute;
    left: auto;
    right: 34px;
    top: 39px;
    width: 26px;
    height: 26px;
    opacity: 1;
    z-index: 100;
}

#addserviceModal .modal-body h1 {
    color: #000;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 16px;
    text-transform: capitalize;
}

#addserviceModal .modal-dialog {
    max-width: 950px;
}

#addserviceModal .addbtn {
    width: max-content;
    display: flex !important;
    margin-left: auto;
}

#addserviceModal .scroll-box {
    height: 300px;
    overflow-y: scroll;
}

::-webkit-scrollbar {
    display: none;
}

/* Checkout styles */
.discountForm .input-container {
    position: relative;
    display: flex;
    align-items: center;
}

.discountForm .form-control {
    background: #f9faff;
    border: 1px solid #d3d5de;
    border-radius: 100px;
    height: 46px;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #292b30;
    padding: 11px 60px 11px 15px;
    /* Leave space for the "Apply" button */
    margin-top: 5.56px;
    width: 100%;
}

.discountForm .apply-button {
    position: absolute;
    right: 20px;
    /* Position the text inside the input */
    color: #00435f;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    font-family: "Poppins";
    margin-top: 6px;
    transition: all 0.3s ease;
}

.discountForm .apply-button:hover {
    font-size: 15px;
}

.offer-link {
    text-align: right;
    font-size: 12px;
    margin-top: 7px;
}

.offer-link a {
    color: #fb960e;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    /* Smooth transition for the size change */
}

.offer-link a:hover {
    transform: scale(1.1);
    /* Scales up by 10% */
    text-decoration: underline;
}

.discountForm .text-danger {
    font-size: 11px;
}

.showListBtn {
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    color: #0043a7;
    background: transparent;
    border: none;
    /* Ensures transform effects apply properly */
}

.showListBtn .plus {
    font-size: 23px;
    font-weight: 500;
}

.showListBtn:hover {
    transform: scale(1.1);
}

/* MARKETING PAGE STYLE */
#marketModal .modal-content {
    border-radius: 20px;
    border: none;
    max-width: 476px;
    width: 100%;
}

.free-label {
    position: absolute;
    top: 42px;
    right: 64px;
}

.free-label span {
    color: #26a92c;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
}

.marketingForm .choose-category .form-select.niceSelect {
    background-image: url(../../vendor/images/arrow-down.svg);
    background-position: 98% 57%;
    background-repeat: no-repeat;
    background-size: auto;
}

.pdt-griditem {
    border-radius: 12px;
    background-color: #f5f8ff;
}

.pdt-griditem.active {
    border: 1.5px solid #377de2;
    box-shadow: 0px 0px 4px 3px #00000003;
}

.brandSec .nav-pills {
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100%;
}

.brandSec .nav-pills .nav-item {
    white-space: nowrap;
}

.offers-flex {
    flex-wrap: wrap;
    row-gap: 10px;
}

.offers-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.offers-flex h3 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #000000;
}

.offers-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.current-offerswrapper .search-box {
    position: relative;
    width: max-content;
    height: 45px;
}

.current-offerswrapper .search-box input {
    position: relative;
    padding-left: 46px;
    padding-right: 24px;
    padding-top: 12px;
    height: 45px;
    padding-bottom: 12px;
    border: 2px solid #8aa9ff;
    background: #f5f6fd;
    border-radius: 30px;
}

.current-offerswrapper .search-box input:focus-visible {
    outline: none;
}

.current-offerswrapper .search-box input::placeholder {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    opacity: 50%;
    color: #666666;
}

.current-offerswrapper .search-box .search {
    position: absolute;
    left: 18px;
    z-index: 1;
    top: 13px;
    width: 20px;
    height: 20px;
}

.search-box .search-close {
    position: absolute;
    top: 13px;
    right: 18px;
    width: 20px;
    height: 20px;
}

.offers-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0px, 1fr));
    gap: 21px;
    margin-top: 37px;
    height: 268px;
    overflow-y: scroll;
}

.addon-flex {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.addon-flex .offerFlex {
    width: 100%;
    align-items: start;
}

.offerContent {
    width: 100%;
}

.addon-flex .offerFlex .offercontent-inner {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: start;
}

.marketing-wrapbox {
    justify-content: space-between;
    margin-top: 12px;
    gap: 32px;
    margin-left: 100px;
}

.marketing-wrapbox p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #2b2c2e;
}

.marketing-box {
    padding: 14px 16px;
    border: 1px solid #eeeef0;
    box-shadow: 0px 0px 4px 3px #00000003;
    width: 100%;
    border-radius: 20px;
}

.market-addressbox {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
}

.market-addressbox img {
    width: 16px;
    height: 16px;
}

@media (max-width: 991px) {
    .offers-grid {
        grid-template-columns: repeat(2, minmax(0px, 1fr));
    }
}

@media (max-width: 767px) {
    .marketing-wrapbox {
        margin-left: 0;
        gap: 20px;
    }

    .marketing-box {
        width: 100%;
    }

    .addon-flex .offerFlex .offercontent-inner {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 576px) {
    .offers-grid {
        grid-template-columns: repeat(1, minmax(0px, 1fr));
    }

    .marketing-wrapbox {
        flex-direction: column;
    }
}

::-webkit-scrollbar {
    display: none;
}

.offers-griditem {
    background: #f0f2fd;
    border-radius: 20px;
}

.offers-griditem img {
    border-radius: 20px;
    object-fit: cover;
    height: 243px;
    width: 100%;
}

.offers-griditem .offer-content {
    padding: 15px 23px 22px 17px;
}

.offer-content h6 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #000000;
}

.offer-content p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
}

/** new styles added **/

/* announcement section */

.announcement-wrapper {
    background: #f5f6fd;
    padding: 5px;
    width: 100%;
    border-radius: 30px;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-top: 15px;
}

.announcement-iconbox {
    display: flex;
    align-items: center;
    gap: 5px;
}

.announcement-iconbox span {
    width: 36px;
    height: 36px;
}

.announcement-iconbox p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #000000;
}

.announcement-contentbox {
    width: 100%;
}

.marquee a {
    color: #000000;
}

.imageListing {
    overflow: auto;
    overflow-x: hidden;
}

.uploadwrapper {
    overflow-y: scroll;
    overflow-x: hidden;
}

.marquee .marquee-content {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.announcement-contentbox {
    display: flex;
    align-items: center;
}

.announcementBanner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 130px;
    margin-top: 25px;
    border-radius: 10px;
    display: flex;
    align-items: center;

    @media (max-width: 767.98px) {
        padding: 30px;
    }

    @media (max-width: 575.98px) {
        padding: 30px 20px;
    }
}

.announcementBanner-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-right: 59px;
    flex-wrap: wrap;
    row-gap: 30px;

    @media (max-width: 767.98px) {
        flex-direction: column;
        padding-right: 0;
    }
}

.announcementBanner-title {
    display: flex;
    align-items: center;

    @media (max-width: 767.98px) {
        flex-direction: column;
        text-align: center;
        row-gap: 20px;
    }

    h2 {
        font-size: 23px;
        font-weight: 700;
        line-height: 30px;
        color: #000000;
        width: 100%;

        @media (max-width: 575.98px) {
            font-size: 22px;
            line-height: 30px;
        }
    }
}

.announcementBanner-content {
    display: flex;
    flex-direction: column;
    align-items: end;

    h5 {
        font-size: 19px;
        font-weight: 400;
        line-height: 30px;
        color: #ffffff;

        span {
            font-weight: 700;
        }
    }
}

.announcementBanner-content a {
    font-size: small;
    text-align: right;
    text-decoration: underline;
}

.BtnCenter {
    display: flex;
    justify-items: center;
    align-items: center;
}

.BtnEnd {
    display: flex;
    justify-items: center;
    align-items: end;
}

.socialAddBtn .js_socialAdd {
    background: #ffad06;
    padding: 7px 15px;
    border: 1px solid #ffad06;
    border-radius: 22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: transform 0.3s;
}

.socialAddBtn .js_socialRemove {
    background: #bd2929;
    padding: 7px 15px;
    border: 1px solid #ff0606;
    border-radius: 22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: transform 0.3s;
}

.socialAddBtn button:hover {
    transform: scale(1.1);
}

.socialMediaDivFields {
    align-items: flex-end;
}

.availabilityDiv {
    display: flex;
    justify-content: center;
}

.brand-btn-group {
    justify-content: end !important;
}

.content-card {
    width: 352px;
    height: 176px;
    border: 1px;
    background: #ffffff;
    border: Mixed solid #eeeef0;
}

.marketing-content {
    display: block !important;
}

.profile-image {
    object-fit: cover;
    object-position: center;
}

.market-addressbox a {
    font-family: Poppins !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 21px !important;
    text-align: left !important;
    text-underline-position: from-font !important;
    text-decoration-skip-ink: none !important;
    color: #2b2c2e !important;
    text-decoration: none !important;
    word-break: break-all !important;
}

.sml-thumb {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.ar-input {
    direction: rtl;
}

.btnBox {
    display: flex;
    align-items: end;
    justify-content: end;
}

@media (max-width: 455px) {
    .btnBox {
        justify-content: start;
    }
}

.langHeading {
    color: grey;
    font-style: italic;
}

.header-notification {
    position: relative;
    display: inline-block;
    height: max-content;
    top: 24%;
}

.header-notification .dropdown-toggle {
    background-color: transparent;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.header-notification .dropdown-toggle img {
    width: 20px;
    height: 20px;
}

.header-notification .dropdown-menu {
    display: none;
    position: absolute;
    top: 45px;
    right: 0;
    width: 350px;
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 5px;
    z-index: 1000;
    font-weight: 500;
    font-size: 14px;
}

.header-notification.show .dropdown-menu {
    display: block;
}

#notificationContent .content {
    height: 336px;
    overflow-y: scroll;
}

.notifcation-content-box {
    margin: 8px 0
}

.notification {
    color: inherit;
    text-decoration: none;
}

.notification.unread .notifcation-content-box {
    background-color: #ededed;
    padding: 7px
}

.notifcation-content-box .notification-head {
    font-size: 13px;
    font-weight: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
}


.notifcation-content-box .notification-head .time {
    font-size: 0.9rem !important;
    color: darkgray !important;
}


.notification-body {
    font-size: small;
    font-weight: lighter;
}

.notification-count {
    position: absolute;
    top: -4px;
    right: 5px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    background-color: red;
    color: white;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    border-radius: 9999px;
    box-sizing: border-box;
    font-family: sans-serif;
}

.clickable{
    cursor: pointer;
}

.non-clickable{
    cursor: default !important;
}

.chooseAddonsec .details .packageBox .box .checkbox .chekboxText p{
    max-width: 100% !important;
}
.mainHeader .navbar .otherSec .userProfile{
    margin-left: 20px !important;
}
.applyWallet label{
    display: flex !important;
    align-items: center !important;
   gap: 5px;
}
.venderDetail span.select2-selection.select2-selection--multiple{
    overflow: hidden;
}
.venderDetail .select2-container .select2-selection--multiple .select2-selection__rendered{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
    max-width: 526px;
}
.venderDetail .select2-container--default .select2-selection--multiple .select2-selection__choice{
    white-space: nowrap;
    flex-shrink: 0;
}
.acceptTerm-flex{
    display: flex;
    align-items: start;
    gap: 5px;
}
.contactSec .contactAddress .box .boxIcon {
    margin-right: 9px;
}
.registerVenderloginSec .form label{
    margin-top: -5px;
}
.myListingSec .titleSec textarea{
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #878b97;
}