.elementor-7808 .elementor-element.elementor-element-c946af8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--border-radius:10px 10px 10px 10px;--margin-top:-44px;--margin-bottom:-69px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:20px;--padding-left:70px;--padding-right:70px;}.elementor-7808 .elementor-element.elementor-element-c946af8:not(.elementor-motion-effects-element-type-background), .elementor-7808 .elementor-element.elementor-element-c946af8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-7808 .elementor-element.elementor-element-e109ed8 .woocommerce-MyAccount-navigation ul li.is-active a{color:#46CCFF;}.elementor-7808 .elementor-element.elementor-element-e109ed8.etheme-account-page-tabs-vertical .woocommerce-MyAccount-navigation ul li:not(:last-child){margin-bottom:12px;}.elementor-7808 .elementor-element.elementor-element-e109ed8.etheme-account-page-tabs-horizontal .woocommerce-MyAccount-navigation ul li:not(:last-child){margin-inline-end:12px;}@media(max-width:1024px){.elementor-7808 .elementor-element.elementor-element-c946af8{--margin-top:-18px;--margin-bottom:-30px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}}@media(max-width:767px){.elementor-7808 .elementor-element.elementor-element-c946af8{--margin-top:-51px;--margin-bottom:-40px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:10px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for woocommerce-account-etheme_page, class: .elementor-element-e109ed8 *//* ===== 1. Thank You page ===== */
.thank-you-page, 
.thank-you-page * {
    color: #000 !important; /* কালো টেক্সট */
    background-color: #f9f9f9 !important; /* হালকা ব্যাকগ্রাউন্ড */
}

/* ===== 2. Link Generator layout ===== */

/* বামপাশ (কালো ব্যাকগ্রাউন্ড) */
.yith-wcaf-dashboard .yith-wcaf-link-generator > div:first-child {
    background-color: #000 !important;
    color: #fff !important;
}
.yith-wcaf-dashboard .yith-wcaf-link-generator > div:first-child * {
    color: #fff !important;
}
.yith-wcaf-dashboard .yith-wcaf-link-generator > div:first-child input {
    background-color: rgba(255,255,255,0.15) !important;
    color: #fff !important;
    border: 1px solid #ccc !important;
}

/* ডানপাশ (হালকা ব্যাকগ্রাউন্ড) */
.yith-wcaf-dashboard .yith-wcaf-link-generator > div:last-child {
    background-color: #f5f5f5 !important;
    color: #000 !important;
}
.yith-wcaf-dashboard .yith-wcaf-link-generator > div:last-child * {
    color: #000 !important;
}
.yith-wcaf-dashboard .yith-wcaf-link-generator > div:last-child input {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #ccc !important;
}

/* ===== 3. Commissions dropdown (Select2) ===== */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000 !important; /* ড্রপডাউন সিলেক্টেড টেক্সট কালো */
    background-color: #fff !important;
}
.select2-container--default .select2-results__option {
    color: #000 !important; /* ড্রপডাউন অপশন কালো */
}
.select2-container--default .select2-results > .select2-results__options {
    background-color: #fff !important; /* অপশন ব্যাকগ্রাউন্ড সাদা */
}
.select2-container--default .select2-selection--single {
    background-color: #fff !important; /* ওপেন স্টেটে ব্যাকগ্রাউন্ড সাদা */
}
.select2-selection__placeholder {
    color: #555 !important; /* placeholder কিছুটা হালকা কালো */
}





/* মোবাইল স্ক্রিনে নিচে ন্যাভিগেশন বার */
@media (max-width: 768px) {
  .yith-wcaf-dashboard .yith-wcaf-navigation {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000; /* কালো ব্যাকগ্রাউন্ড */
    display: flex;
    justify-content: space-around; /* এক লাইনে সমানভাবে বসানো */
    align-items: center;
    padding: 10px 0;
    z-index: 9999;
  }

  /* প্রতিটি লিঙ্ক */
  .yith-wcaf-dashboard .yith-wcaf-navigation a {
    color: #fff !important;
    font-size: 14px;
    text-align: center;
    flex: 1; /* সমান space নিবে */
    white-space: nowrap; /* লাইন ভাঙবে না */
  }

  /* Active menu highlight */
  .yith-wcaf-dashboard .yith-wcaf-navigation a.active {
    color: #00d1b2 !important; /* হাইলাইট রঙ */
    font-weight: bold;
  }

  /* নিচে bar এর জন্য কনটেন্টে জায়গা রাখা */
  .yith-wcaf-dashboard {
    padding-bottom: 60px;
  }
}/* End custom CSS */