
footer{
    background-color: black;
}


.lh-normal {
  line-height: normal;
}

.lh-30 {
  line-height: 30px !important;
}
.lh-25 {
  line-height: 25px !important;
}
.lh-20 {
  line-height: 20px !important;
}

.mt3{
  margin-top: 3px;
}
.mt6{
  margin-top: 6px;
}
.mt8{
  margin-top: 8px;
}
.mt17{
  margin-top: 17px;
}
.mt18{
  margin-top: 18px;
}
.butt{
/*   opacity: 0; */
  /* padding:20px; */
  float: right;
  position: relative;
  z-index: 1000000;
  border-radius: 20px 20px 2px 20px;
  margin: 5px;
  font-size: small
}

.transparentBG{
  height: 100%;
  width: 100vw;
  background-color: transparent;
  position: absolute;
  z-index: 100;
  display: none;
}

.vcbutton{
  /* margin-left: 120px; */
  top: 84px;
  position: absolute;
}
.vcleft{
  left: 40%;
}

.pinBox {
  /* --width: 296px;
  --height: 74px;
  --spacing: 47px; */
  display: inline-block;
  position: relative;
  /* width: var(--width);
  height: var(--height); */
}

.pinEntry {
  position: absolute;
  padding-left: 21px;
  font-family: courier, monospaced;
  font-size: var(--spacing);
  height: var(--height);
  letter-spacing: var(--spacing);
  background-color: transparent;
  border: 0;
  outline: none;
  clip: rect(0px, calc(var(--width) - 21px), var(--height), 0px);
  overflow: hidden;
}
form.overflow_hide{
  overflow: hidden;
}

.verification-timer {
    font-family: Arial, sans-serif;
    color: #666;
    margin: 10px 0;
    font-size: 14px;
}
#countdown {
    font-weight: bold;
    color: #e74c3c;
}
#verificationCodeCountdown {
    font-weight: bold;
    color: #e74c3c;
}
.expired {
    color: #e74c3c !important;
    font-size: 24px !important;
}

.error-message {
    font-size: 0.8rem;
    margin-top: 0.25rem;
}
.is-invalid {
    border-color: #dc3545 !important;
}

#toggling{
  background-color: transparent !important;
}


.ff_fam{
font-family: 'Futura','Copperplate',' Times New Roman', 'san serif';
}
/* background: -webkit-repeating-linear-gradient(
45deg,
#618597,
#618597 1px,
#b2cad6 1px,
#b2cad6 2px
); */
/* background: repeating-linear-gradient(
90deg,
#618597,
#618597 1px,
#b2cad6 1px,
#b2cad6 2px
); */
.outer-border {
width: 794px;
height: 594px;
position: absolute;
left: 50%;
margin-left: -397px;
top: 50%;
margin-top:-297px;
border: 2px solid #fff;
}
 

/* ===================================================== */
/* hides  "&nbsp;&nbsp;Powered by <span style="white-space:nowrap"> ... </span> */
.goog-te-gadget a[href^="https://translate.google.com"],
/* hide any direct span inside gadget */
.goog-te-gadget > span,
 /* hide logo image by src */
.goog-te-gadget img[src*="googlelogo"] {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
/* If Google injects text nodes after the select, shrink them */
.goog-te-gadget {
  font-size: 0 !important;        /* hide stray text */
  line-height: 0 !important;
}
/* keep the select readable by restoring its font-size */
.goog-te-gadget .goog-te-combo {
  font-size: 14px !important;
  line-height: normal !important;
}
/* keep layout stable */
.goog-te-gadget {
  height: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.25rem;
}
/* ===================================================== */

.googTrans{
  /* bottom: 26px; */
  bottom: 70px;
  color: #ffffff;
  /* display: none; */
  font-size: 24px;
  /* line-height: 1.5em; */
  /* padding: 3px 6px; */
  position: fixed;
  /* right: 10px; */
  right: 10px;
  text-align: center;
  z-index: 99999;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* background-color: #f25050a1; */
  border-radius: 8px;
}

.not-visible {
  display: none;
}
.visible {
  display: inline;
}

.uupload{
  background: grey;
  font-weight: 700;
}


.about_thumb{
  width: 21rem;
}
.about_thumb img{
  border-radius: 30% 0;
}
.bg-lavender {
  /* background-color: lavender; */
  background-color: #e6e6fa5c
}

.bg-ghostwhite {
  background-color: ghostwhite;
  /* background-color: whitesmoke; */
}
   

.clicked-active{
  /* background: rgba(238, 176, 0, .1); */
  background-color: rgba(186, 186, 186, 0.09);
}

.mfa_profileIMG {
  border-radius: 50%;
  width: 64px !important;
  height: 62px !important;
  object-fit: cover;
  min-width: 44px;
  min-height: 42px;
  margin-top: -15px;
}

.profileIMG{
  border-radius: 50%;
  width: 30px !important;
  height: 28px !important;
  object-fit: cover;
  /* min-width: 44px; */
  /* margin-top: -15px; */
  background-color: white;
}

.profileMSG{
  border-radius: 50%;
  width: 44px !important;
  height: 42px !important;
  object-fit: cover;
  min-width: 44px;
  /* margin-top: -15px; */
}

.d_flex{
  display: flex;
  justify-content: space-around;
}

.ReviewBorder{
  border: 1px solid #8080802b;
  border-radius: 10px;
  background-color: aliceblue;
}

.diddy{
  position: relative;
  border-top: 1px solid #8080802b;
  margin-bottom: 5px;
}

.i_diddy{
  position: relative;
  border-top: 1px solid #8080802b;
  margin-bottom: 5px;
}
/*  */
p.diddy::before{
  content: '';
  position: absolute;
  padding-top: 20px
}

.repadding{
  padding: 0 5px !important;
}
/* 
.mydiv::before{
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  bottom: 1px;
  background-color: black;
} */

.brdt{
  border-top: 1.5px solid #d3d3d387;
  margin-top: 5px;
}

.details > a > h4:hover {
  color: #0056b3;
} 

.rating-star{
  font-size: 17px;
  color: yellowgreen;
}

.profilethumbnail{
  border-radius: 30%;
  width: 44px;
  height: 42px;
  object-fit: cover;
  min-width: 44px;
}

.bottom-profile {
  display: flex;
  justify-content: space-around;
}

.text-overflow{
  overflow: hidden;
  white-space: nowrap; /* Don't forget this one */
  text-overflow: ellipsis;
  max-width: 30rem;
}


.obj-fit{
  object-fit: cover;
}



.sty_portrait{
  position: relative; 
  top: 66px; 
  width: 100%; 
  height: 200px;
  max-height: 250px;
}
.sty_cert_portrait{
  justify-content: center;
  margin: 0 auto; 
  width: 90%; 
  flex-wrap: nowrap; 
  height: 340px;
}
.sty_landscape{
  position: relative; 
  top: 46px; 
  width: 90%; 
  height: 150px;
}
.sty_cert_landscape{
  justify-content: center;
  margin: 0 auto; 
  width: 90%; 
  flex-wrap: nowrap; 
  height: 225px;
}

.pm-name-text{
  position: relative;
}

.form-inline{
  flex-flow: row nowrap !important;
}

section.our-partners img{
  aspect-ratio: 3/2;
  object-fit: contain;
  mix-blend-mode: color-burn;
}
img.mbm{
  mix-blend-mode: darken;
}
img.mbm2{
  mix-blend-mode: color-burn;
}
img.mbm3{
  mix-blend-mode: multiply;
}

.flaticon-add-contact:before {
  content: "\f150";
  }
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
  }
  /* *, ::after, ::before {
    box-sizing: border-box;
    } */

.time-arrange{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: normal;
  justify-content: flex-end;
}

.ddt{
  cursor: pointer;
}

/* .filtered-search{
  background-color: antiquewhite;
} */

.topZero{
  top: 0 !important;
  /* overflow-x: hidden;
  overflow-y: scroll !important; */
  /* overflow: hidden ; */
}

/* =============================================== */
.otp-field {
  width: 55px;
  height: 55px;
  text-align: center;
  font-size: 22px;
  border: 2px solid #ddd;
  border-radius: 8px;
  outline: none;
  transition: all 0.2s ease;
  background-color: #fff;
}

.otp-field:focus {
  border-color: #ff6b6b;
  box-shadow: 0 0 4px rgba(255, 107, 107, 0.4);
}

.otp-inputs {
  margin-top: 20px;
  gap: 5px;
}

.border-buttom-line{
    border-bottom: 1px solid lightgray;
}


.bg-active{
  background-color: aliceblue;
  font-weight: 600;
}

.alert-error{
  background-color: mistyrose;
}

.alert-warning{
  background-color: wheat;
}

.alert-info{
  /* background-color: aliceblue; */
  background-color: #d2eaff;
}

.swiper-slide-thumb-active{
  border: 2px solid red;
}

.add_to_cart{
  min-width: 20px;
}


.mpspan{
  background-color: white;
  border-radius: 5px;
}




/* REVIEW RATING STAR:  Showing the stars */
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    20%, 60% { transform: translateX(-5px); }
    40%, 80% { transform: translateX(5px); }
}
.shake {
    animation: shake 0.5s linear;
}
@media (max-width: 576px) {
    .modal-body {
        padding: 15px;
    }
    .rate label {
        font-size: 24px;
    }

    .width_none{
      display: none;
    }
    .page-title {
      font-size: 18px !important;
      font-weight: 600;
    }
}
/* ALL */
.rate {
    transition: all 0.3s ease;
}
/* ---------- */
/* Hide Radio button */
.rate>input {
  display: none;
}
.rate {
  display: inline-block;
  border: 0;
  /* margin-bottom: 6px; */
}
.rate>label {
  float: right;
  /* font-size: 12px; */
  margin-bottom: 0px;
}
.rate>label:before {
  display: inline-block;
  /* font-size: 1.3rem; */
  font-family: FontAwesome;
  content: "\f005";
  /* renders full stars, but only works with "FontAwesome" anove*/
  margin: 0;
  padding: 0.3rem .2rem;
  cursor: pointer;
}
/* Half star */
.rate .half:before {
  content: "\f089";
  /* CSS content for half star*/
  position: absolute;
  padding-right: 0;
}

/* Click and hover */
.rate input:checked~label,
.rate label:hover~label {
  color: #ffb503;
}
/* hover hightlight */
.rate input:checked+label:hover,
.rate input:checked~label:hover,
.rate input:checked~label:hover~label,
.rate label:hover~input:checked~label {
  color: #cc9000;
}
.rate .rating-star i {
  color: #ffb503 !important;
}



/* INSTRUCTOR RATING STAR:  Showing the stars */
/* Hide Radio button */
.rate2 > input {
  display: none;
}
.rate2 {
  display: inline-block;
  border: 0;
  /* margin-bottom: 6px; */
}
.rate2 > label {
  float: right;
  /* font-size: 12px; */
  margin-bottom: 0px;
}
.rate2 > label:before {
  display: inline-block;
  font-size: 1.3rem;
  font-family: FontAwesome;
  content: "\f005";
  /* renders full stars, but only works with "FontAwesome" anove*/
  margin: 0;
  padding: 0.3rem .2rem;
  cursor: pointer;
}
/* Half star */
.rate2 .half:before {
  content: "\f089";
  /* CSS content for half star*/
  position: absolute;
  padding-right: 0;
}

/* Click and hover */
.rate2 input:checked~label,
.rate2 label:hover~label {
  color: #ffb503;
}
/* hover hightlight */
.rate2 input:checked+label:hover,
.rate2 input:checked~label:hover,
.rate2 input:checked~label:hover~label,
.rate2 label:hover~input:checked~label {
  color: #cc9000;
}
.rate2 .rating-star i {
  color: #ffb503 !important;
}



/* UPDATE COURSE REVIEW STAR:  Showing the stars */
/* Hide Radio button */
.rate_u > input {
  display: none;
}
.rate_u {
  display: inline-block;
  border: 0;
  margin-bottom: 6px;
}
.rate_u > label {
  float: right;
  /* font-size: 12px; */
}
.rate_u > label:before {
  display: inline-block;
  font-size: 1.3rem;
  font-family: FontAwesome;
  content: "\f005";
  /* renders full stars, but only works with "FontAwesome" anove*/
  margin: 0;
  padding: 0.3rem .2rem;
  cursor: pointer;
}
/* Half star */
.rate_u .half:before {
  content: "\f089";
  /* CSS content for half star*/
  position: absolute;
  padding-right: 0;
}

/* Click and hover */
.rate_u input:checked~label,
.rate_u label:hover~label {
  color: #ffb503;
}
/* hover hightlight */
.rate_u input:checked+label:hover,
.rate_u input:checked~label:hover,
.rate_u input:checked~label:hover~label,
.rate_u label:hover~input:checked~label {
  color: #cc9000;
}
.rate_u .rating-star i {
  color: #ffb503 !important;
  /* transform: translateY(); */
}

.fa-star-half::before {
  content: "\f089";
  color: yellowgreen !important;
}

a.pppt li p{
  margin-bottom: 0;
  font-weight: 700;
}

.rating-star {
  font-size: 17px;
  color: yellowgreen;
}
/* ============================================================ */

.active-bg{
  background-color: #000000;
  font-weight: bold;
}

.category-product-banner-content h2{
  color: #000000;
  background-color: #d4d4d4;
  padding: 0 5px;
  border-radius: 10px;
}



/* Dropdown Button */
.ddropbtn {
  /* background-color: #3498DB;
  color: white; */
  padding: 10px;
  font-size: 18px;
  border: none !important;
  cursor: pointer;
  border-radius: 7px;
  letter-spacing: 2px;
  color: #f3aa23;
  background: none !important;
}

.ddropbtn2 {
  /* background-color: #3498DB;
  color: white; */
  padding: 10px;
  font-size: 18px;
  border: none !important;
  cursor: pointer;
  border-radius: 7px;
  letter-spacing: 2px;
  color: #f3aa23;
  background: none !important;
}

/* Dropdown button on hover & focus */
/* .ddropbtn:hover, .ddropbtn:focus {
  background-color: #2980B9;
} */

/* The container <div> - needed to position the dropdown content */
.ddropdown {
  /* position: relative; */
  display: inline-block;
  /* top: 86px; */
  /* color: #ffffff; */
  /* font-size: 24px; */
  /* line-height: 1.5em; */
  /* padding: 10px 6px; */
  
  /* position: fixed;   */
  /* left: 10px; */
  /* text-align: center; */
  z-index: 99999;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* background-color: #f25050a1; */
  border-radius: 8px;
  border: 0px solid #80808000 !important;
}

/* Dropdown Content (Hidden by Default) */
.ddropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 125px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.ddropdown-content a {
  color: black !important;
  padding: 8px 0;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.ddropdown-content a:hover {background-color: #ddd;}

.myDropdown a.subt.active{
  /* background-color: #c4c4c4; */
  background-color: #dadada;
  color: #f3aa23 !important;
  font-size: large;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display:block;
}
#draggable{
  width: max-content;
}

#contentVidID{
  position: relative;
}
.fs_20 i{
  font-size: 20px !important;
}
.fs_medium {
  font-size: medium;
}

.p-switch-truncate{
  white-space: nowrap; /* Prevents text from wrapping */
  overflow: hidden;    /* Hides overflowing content */
  /* max-width: 48px; */
  text-overflow: ellipsis;
  text-transform: lowercase;
  text-wrap-mode: nowrap;
}


.h-34{
  height: 34px !important;
}
.h-35{
  height: 35px !important;
}
.h-36{
  height: 36px !important;
}
.h-37{
  height: 37px !important;
}
.h-38{
  height: 38px !important;
}
.h-39{
  height: 39px !important;
}
.h-40{
  height: 40px !important;
}
/* ----------- */
.h-4rem{
  height: 4rem !important;
}
.h-5rem{
  height: 3rem !important;
}
.h-6rem{
  height: 6rem !important;
}
.h-7rem{
  height: 7rem !important;
}
.h-8rem{
  height: 8rem !important;
}
.h-9rem{
  height: 9rem !important;
}
.h-10rem{
  height: 10rem !important;
}


.checkedd{
  margin-left: 3px;
}
.spacebtw{
  display: flex;
  /* flex-wrap: nowrap; */
  justify-content: space-between;
  align-items: center;
}

.jc_center{
  display: flex !important;
  /* flex-wrap: nowrap; */
  justify-content: center;
  align-items: center;
}
.alignItems{
  display: flex;
  /* flex-wrap: nowrap; */
  /* justify-content: space-between; */
  align-items: center;
}

.alignItems input{
  height: 29px;
}

.b-radius-50{
  border-radius: 50%;
}


.processing-pulse {
  color: #cc9000;
  animation: pulse 1.5s ease-in-out infinite;
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}



@media (max-width: 767px) {
  .footer-area{
    display: none;
  }

}


.width-60{
  width: 60px;
}



/* ================ ACCOUNT shop-sidebar Mobile dropdown styles - works 100%  ===================*/
.ap-profile {
    margin-top: 1rem;
}

/* MOBILE */
@media (max-width: 991px) {
  .mobile-dropdown-btn {
    width: 100%;
    padding: 14px 16px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 10px;
  }
  .mobile-dropdown-btn::after {
    content: "▼";
    font-size: 12px;
    transition: transform 0.2s ease;
  }
  .mobile-dropdown-btn.active::after {
    transform: rotate(180deg);
  }
  .profile-menu-wrapper {
    display: none;
    border: 1px solid #80808030;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
  }
  .profile-menu-wrapper.show {
      display: block;
  }
  .ap-profile a {
    display: flex !important;
    padding: 12px 15px !important;
    margin: 0 !important;
  }

}
/* DESKTOP */
@media (min-width: 992px) {
  .mobile-dropdown-btn {
      display: none;
  }
  .profile-menu-wrapper {
      display: block !important;
  }
}
/* ================ ==================================================*/

.ap-profile{
  margin-top: 1rem;
}









/* bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb */
/* Dashboard Layout */
.dashboard {
    display: flex;
    min-height: 100vh;
}

/* Sidebar */
.sidebar {
    width: 260px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: white;
    position: fixed;
    height: 100vh;
    overflow-y: auto;
}

.logo {
    padding: 24px 20px;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 20px;
}

.logo span {
    color: #4a90e2;
}

.nav-item {
    padding: 12px 20px;
    margin: 4px 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 12px;
}

.nav-item:hover {
    background: rgba(255,255,255,0.1);
}

.nav-item.active {
    background: #4a90e2;
}

.nav-icon {
    font-size: 20px;
}

/* Main Content */
.main-content {
    flex: 1;
    /* margin-left: 260px; */
    padding: 20px;
}

/* Top Header */
.top-header {
    background: white;
    padding: 16px 24px;
    border-radius: 12px;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.page-title {
    font-size: 24px;
    font-weight: 600;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 16px;
}

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

/* Stats Cards */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin-bottom: 24px;
}

.stat-card {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transition: transform 0.2s;
}

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

.stat-title {
    color: #666;
    font-size: 14px;
    margin-bottom: 8px;
}

.stat-value {
    font-size: 32px;
    font-weight: bold;
    color: #1a1a2e;
}

.stat-change {
    font-size: 12px;
    margin-top: 8px;
    color: #10b981;
}

.stat-change.negative {
    color: #ef4444;
}

/* Charts Row */
.charts-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
    margin-bottom: 24px;
}

.chart-card {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.chart-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f0f0f0;
}

/* Simple Chart Bars */
.bar-chart {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    height: 200px;
    padding: 20px 0;
}

.bar {
    flex: 1;
    background: linear-gradient(180deg, #4a90e2 0%, #357abd 100%);
    border-radius: 6px 6px 0 0;
    transition: height 0.3s;
    position: relative;
    min-width: 30px;
}

.bar-label {
    text-align: center;
    margin-top: 8px;
    font-size: 12px;
    color: #666;
}

/* Recent Activity Table */
.recent-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    overflow: auto;
}

.border-none{
  border: none !important;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.section-title {
    font-size: 18px;
    font-weight: 600;
}

.view-all {
    color: #4a90e2;
    text-decoration: none;
    font-size: 14px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
}

th {
    color: #666;
    font-weight: 500;
    font-size: 13px;
}

.status {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
}

.status.completed {
    background: #d1fae5;
    color: #065f46;
}

.status.pending {
    background: #fed7aa;
    color: #92400e;
}

.status.processing {
    background: #dbeafe;
    color: #1e40af;
}

/* Responsive */
@media (max-width: 768px) {
    .sidebar {
        transform: translateX(-100%);
        transition: transform 0.3s;
        z-index: 1000;
    }
    
    .sidebar.open {
        transform: translateX(0);
    }
    
    .main-content {
        margin-left: 0;
    }
    
    .charts-row {
        grid-template-columns: 1fr;
    }
}

/* ------------ */


/* Make sure these styles are in your CSS */
.bar-chart {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  height: 250px;
  padding: 20px 10px;
  background: #f9fafb;
  border-radius: 8px;
  justify-content: space-around;
  align-items: flex-end;
  flex-wrap: nowrap;
}

.bar {
    background: linear-gradient(180deg, #4a90e2 0%, #357abd 100%);
    border-radius: 6px 6px 0 0;
    transition: height 0.3s;
    min-width: 30px;
    cursor: pointer;
}

.bar:hover {
    background: linear-gradient(180deg, #5ba0f2 0%, #468acd 100%);
}

.bar-label {
    text-align: center;
    margin-top: 8px;
    font-size: 12px;
    color: #666;
}



/* bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb */
























/* ==================================================================== */
/*                         THEME  CSS                                   */
/* ==================================================================== */


/* ------ add logo watermark to order_complete invoice ------- */
.invoice-content {
    position: relative;
    overflow: hidden;
}
.invoice-content::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background-image: url("/static/assets/image/index/l-logo.b5fe47438bb7.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.15; /* Adjust transparency: 0 = invisible, 1 = solid */
    pointer-events: none; /* Allows clicking through the watermark */
    z-index: 0;
}
/* Ensure content stays above the watermark */
.invoice-content > * {
    position: relative;
    z-index: 1;
}
/* ---------- end logo watermark ------- */

.color-circle{
  border-radius: 50%;
  padding: .5px 8px;
  border: 1px solid red;
}


.quaternary {
  color: var(--secondary-font-color);
  background-color: transparent;
  border: 1px solid var(--secondary-font-color);
}

.quaternary:hover {
    color: var(--extra-font-color);
    background-color: var(--secondary-font-color);
    border-color: var(--secondary-font-color);
}


.border-square{
  border: 1px solid darkgrey;
  padding: 2px 3px;
}


.product-action  .quaternary {
  color: var(--secondary-font-color);
  background-color: transparent;
  border: none;
}
.product-action .quaternary:hover {
    color: var(--extra-font-color);
    background-color: var(--secondary-font-color);
    border-color: none !important;
}

select{
  height: auto !important;
}

.qtyPositioning{
  top: -5%;
  right: -5%;
  padding: 3px;
}


.bst {
  border-top: 1px solid rgb(112 112 112 / 36%) !important;
}
.border-radius, .br-hidden {
    border-radius: var(--border-radius) !important;
}

.ml1{
  margin-left: 1px;
}.ml2{
  margin-left: 2px;
}.ml3{
  margin-left: 3px;
}
.ml4{
  margin-left: 4px;
}
.ml5{
  margin-left: 5px;
}
.ml6{
  margin-left: 6px;
}
.ml7{
  margin-left: 7px;
}
.ml8{
  margin-left: 8px;
}.ml9{
  margin-left: 9px;
}.ml10{
  margin-left: 10px;
}.ml11{
  margin-left: 11px;
}.ml12{
  margin-left: 12px;
}

/*  */
.mr1{
  margin-right: 1px;
}.mr2{
  margin-right: 2px;
}.mr3{
  margin-right: 3px;
}
.mr4{
  margin-right: 4px;
}
.mr5{
  margin-right: 5px;
}
.mr6{
  margin-right: 6px;
}
.mr7{
  margin-right: 7px;
}
.mr8{
  margin-right: 8px;
}.mr9{
  margin-right: 9px;
}.mr10{
  margin-right: 10px;
}.mr11{
  margin-right: 11px;
}.mr12{
  margin-right: 12px;
}

.l-rem1{
  margin-left: 5rem;
}
.l-rem2{
  margin-left: 2rem;
}
.l-rem3{
  margin-left: 3rem;
}
.l-rem4{
  margin-left: 4rem;
}
.l-rem5{
  margin-left: 5rem;
}


.pl1{
  padding-left: 1px;
}.pl2{
  padding-left: 2px;
}.pl3{
  padding-left: 3px;
}
.pl4{
  padding-left: 4px;
}
.pl5{
  padding-left: 5px;
}
.pl6{
  padding-left: 6px;
}
.pl7{
  padding-left: 7px;
}
.pl8{
  padding-left: 8px;
}.pl9{
  padding-left: 9px;
}.pl10{
  padding-left: 10px;
}.pl11{
  padding-left: 11px;
}.pl12{
  padding-left: 12px;
}

/*  */
.pr1{
  padding-right: 1px;
}.pr2{
  padding-right: 2px;
}.pr3{
  padding-right: 3px;
}
.pr4{
  padding-right: 4px;
}
.pr5{
  padding-right: 5px;
}
.pr6{
  padding-right: 6px;
}
.pr7{
  padding-right: 7px;
}
.pr8{
  padding-right: 8px;
}
.pr9{
  padding-right: 9px;
}
.pr10{
  padding-right: 10px;
}.pr11{
  padding-right: 11px;
}.pr12{
  padding-right: 12px;
}

/* ==================================================================== */
/*                     END THEME CSS                                    */
/* ==================================================================== */




.country-code-select {
    width: 100%;
    /* height: -webkit-fill-available; */
    padding: 12px;
    border: none;
    background-color: #f8f9fa;
    font-weight: 600;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* background-image: url(data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e); */
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    line-height: normal;
}

select {
    word-wrap: normal;
}











@media (max-width: 576px) {
  .otp-field {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}
/* ================================================== */


/* @media only screen and (max-width: 480px) */
@media only screen and (max-width: 550px){
  .width-checker{
    display: none;
  }
  .mbp_pagination ul.page_navigation li.page-item {
    display: inline-block;
    margin: 3px;
  }
}