* {
  margin: 0;
  padding: 0;
}

.logo-use-all {
  position: relative;
  width: 100%;
  /* Or a specific width */
  max-width: 240px;
  /* Optional: limit the max width */
  background-image: url("/img/lclinic/Logo.webp");
  background-size: contain;
  /* Maintain aspect ratio and fit within the container */
  background-position: center;
  background-repeat: no-repeat;
  /* Prevent tiling */
}

.logo-use-all::before {
  content: "";
  display: block;
  padding-bottom: 66.67%;
  /* Aspect ratio (height/width * 100%) */
}

.iconEmail {
  background-image: url("/img/Tkc/icons/email.png");
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center;
}

.logo .logo-use-all {
  margin-bottom: 20px;
  margin: auto auto;
  display: block;
}

.sendEmail {
  color: #000000;
}

.logo .iconEmail {
  margin: auto auto;
  display: block;
}

.borderLogin {
  border: 3px solid #3C5777;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loginBtn {
  font-size: 16px;
}

/* Global L'Clinic Button Classes */
.btn-l-navy {
  background: linear-gradient(180deg, #536984 0%, #3c5777 50%, #293d56 100%) !important;
  border: none !important;
  color: #fff !important;
  border-radius: 50px !important;
  font-weight: bold !important;
  padding: 12px 24px !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) !important;
  width: 100%;
  display: block;
}

.btn-l-pink {
  background: linear-gradient(90deg, #e649af 0%, #ea7dd6 100%) !important;
  border: none !important;
  color: #fff !important;
  border-radius: 50px !important;
  font-weight: bold !important;
  padding: 12px 24px !important;
  box-shadow: 0 4px 10px rgba(231, 69, 177, 0.3) !important;
  width: 100%;
  display: block;
}

.loginBtn .btn {
  margin: 10px 0;
}

.b-overlay .position-absolute {
  opacity: 1 !important;
}

.bg-white {
  padding-left: 24px !important;
  padding-right: 24px !important;
  margin-top: 20px !important;
}

.dataRegister {
  text-align: center;
  margin-top: 30px;
}

.dataRegister a {
  text-decoration: none;
}

a {
  color: #000 !important;
}

a.open-consent-modal {
  color: #000 !important;
}

a.sidebar-privilege,
a.edit-member {
  color: #3C5777 !important;
  font-size: 16px;
}

a.sidebar-Course {
  color: #000000 !important;
  font-size: 16px;
  text-decoration: none;
}

.btn:active:focus {
  background-color: #a9a9a9 !important;
  color: #000000;
}

.font20 {
  font-size: 20px;
}

.h1 {
  font-size: 34px !important;
}

.h4 {
  font-size: 20px !important;
}

.logo img {
  width: 90%;
  height: 100%;
  padding-top: 15px;
}

.logoWeb img {
  width: 90%;
  height: 100%;
  padding-top: 15px;
  padding-left: 5%;
}

.but {
  width: 100%;
  margin: 30px 0 0;
  text-align: center;
}

.butContent {
  width: 100%;
  margin: 10px 0 0;
  text-align: center;
}

.cancelBtn {
  width: 125% !important;
  border: #fff0 !important;
  background: #fff0;
  color: #000 !important;
}

.btn {
  width: 65%;
  padding: 5px;
}

.btn1 {
  width: 30%;
}

.footer {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  margin: 0px auto;
  padding: 15px 20px;
  box-shadow: 0 -5px 50px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.footer .text-danger {
  margin-top: 5px;
  opacity: 0.7;
}

.footer .menu-block {
  text-align: center;
  line-height: 1;
}

.footer .icon {
  width: 40px;
  height: 29px;
  background-size: 100% !important;
  display: inline-block;
  opacity: 0.7;
}

.menu-block.router-link-exact-active .icon+.text-danger {
  opacity: 1;
}

.menu-block.router-link-exact-active .icon {
  box-shadow: 0 5px 20px rgb(0 0 0 / 20%);
  margin-top: 0;
  opacity: 1;
}

.solid {
  width: 20px;
  height: 20px;
}

.img,
.next {
  display: block;
  margin: auto;
}

.img img {
  width: 100%;
}

.link_color {
  color: #000000;
  background-color: #f000;
}

.link_color:hover {
  color: #fff;
}

.cardHead {
  padding: 12px 24px;
  background: #fff0 url("/img/lclinic/BG.webp") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: auto;
}

.cardHeadModel {
  background: #fff0 url("/img/lclinic/BG.webp") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  background-attachment: fixed;
}

.cardPage {
  padding-top: 12px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 28%;
  background: #fff0 url("/img/lclinic/BG.webp") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  min-width: 100vw;
  min-height: 100vh;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
}

.main-page {
  padding: 12px 24px 28% 24px;
  background: #fff0 url("/img/Tkc/Basic_Background.jpg") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 100vh;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
}

.p-content {
  padding-left: 0px;
  padding-right: 0px;
}

.modal-page .modal-body {
  min-height: 98vh;
  height: 100%;
  background: #fff0 url("/img/Tkc/Background-login.jpg") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
}

.body-page {
  height: 100%;
  flex-grow: 1;
  padding-bottom: 20px;
}

.two-line-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* จำนวนบรรทัดที่ต้องการ */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.scroller-detail {
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 100%;
}

.scroller-detail::-webkit-scrollbar {
  display: none;
}

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

.tier-card {
  display: flex;
  gap: 10px;
}

.card-member-img {
  width: 70%;
}

.card-member-img img {
  max-width: 280px;
  width: 100%;
  border-radius: 20px;
}

.card-code {
  display: flex;
  gap: 10px;
}

.card-barcode {
  width: 65%;
}

.card-qr-code {
  width: 30%;
  display: flex;
  align-items: center;
}

.card-barcode svg {
  width: 100%;
}

/* .card-qr-code img {
  max-width: 100px;
  width: 80%;
  margin-right: 10px;
} */
.card-content {
  border: none !important;
  background-color: #fff0 !important;
  display: flex;
  flex-direction: column;
}

.scrollerCoupon .card-qr-code img {
  margin-right: 0px;
  max-width: 83px;
}

.scrollerCoupon .card-barcode svg {
  max-width: 160px;
}

.history-detail {
  box-sizing: border-box;
}

.history-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.iconSidePage {
  background: url("/img/Tkc/icons/menu.png") no-repeat;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  background-size: 100% !important;
  display: -webkit-inline-box;
  background-color: #8e8e8e;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.language {
  position: absolute;
  right: 12px;
}

.lengMenu {
  background: linear-gradient(90deg, #E649AF 0%, #EA7DD6 100%);
  border-radius: 5px;
  width: 87%;
  margin: 12px;
  padding: 5px 12px;
}

.textLeng {
  color: #fff;
}

.menu {
  position: absolute;
  left: 24px;
  border-radius: 15px;
}

.detailMenu {
  padding: 0px 16px;
}

.iconMenu {
  width: 45px;
}

.messageMenu {
  position: absolute;
  right: 0px;
  padding: 10px;
}

.iconMenuList {
  padding-bottom: 10px;
}

.btn .btnMenu {
  display: flex;
  justify-content: flex-start;
}

.btnMenu {
  width: 90%;
  padding-left: 15px;
  text-align: left;
}

.hrMenu {
  width: 90%;
  margin-left: 5%;
}

.closeMenu {
  color: #000000;
  position: absolute;
  right: 15px;
  top: 15px;
}

.gradient-text {
  font-size: 50px;
  /* ปรับขนาดฟอนต์ตามต้องการ */
  font-weight: bold;
  background: #E745B1;
  background: linear-gradient(90deg, #E745B1 0%, #EA7DD6 100%);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
}

.btnMenuList {
  margin-top: 30px;
}

.language img {
  width: 45px;
  height: 45px;
  padding: 3px;
}

.headerH1 {
  color: #000000;
}

.descriptionH4 {
  color: #000000 !important;
}

.btn-outline-dark {
  border-color: #3C5777 !important;
  --bs-btn-border-color: #3C5777 !important;
  --bs-btn-color: #3C5777 !important;
}

.cardPoint {
  background-color: #fff0 !important;
}

.coins {
  color: #000000;
}

.centerEdit {
  text-align: center;
  color: #000000;
}

.detailCard {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #fff;
  border-radius: 30px 30px 0 0;
  position: absolute;
  background-size: contain;
  top: 300px;
}

.opa {
  opacity: 0.4;
}

.main-content {
  padding: 0 24px;
  background: #fff0 url("/img/Tkc/background_tkc.png") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100vw;
}

.main-content.with-menu {
  padding-top: 40px;
  padding-bottom: 40%;
}

.heightFall {
  height: 100vh;
}

.memCard {
  height: 100%;
}

.back {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  position: absolute;
  background-color: #eae9e8;
}

.ssss {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgb(60,78,119)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.back i {
  padding-left: 35%;
  padding-top: 50%;
  color: #000000;
}

.fa-chevron-left:before {
  color: #000000;
}

b.bigg {
  font-size: 18px;
  color: #000000;
}

b.bigg.submit {
  color: #fff;
}

h1.big {
  margin-bottom: 0px;
  color: #000000;
}

.bg-img {
  background-color: #dcdcdc;
  border-radius: 15px 15px 15px 15px;
  padding: 15px;
}

.otp {
  margin-top: 10px;
  margin-left: 30px;
  width: 100%;
}

.codeOtp {
  width: 100%;
}

.cardDetail {
  background: #fff;
  padding: 22px;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  margin-top: 30px;
}

.member-detail {
  color: #000000;
}

.card-link {
  text-decoration: none;
}

.point-label {
  color: #000000;
  font-weight: 700;
}

.bigPoint {
  color: #000000;
}

.qr {
  width: 50%;
}

.qr-full {
  width: 100%;
}

.detail {
  margin-top: 20px;
}

.edit {
  width: 80%;
  margin-left: 10%;
}

.cencel {
  width: 100%;
  text-align: center;
  margin-top: 60px;
  color: #000000;
}

.text-dark {
  color: #000000 !important;
}

.score {
  margin-top: 20px;
  padding: 12px;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  color: #000000;
  position: relative;
  text-align: left;
  background-color: #fff;
}

.score:last-child {
  margin-bottom: 25px;
}

.score.not-active {
  background: #e4e4e4;
}

.score+.score {
  margin-top: 20px;
}

.iPoint i {
  margin-top: 30px;
}

.wordPoint {
  font-size: 11px !important;
}

.rPoint {
  padding-bottom: 0;
  padding-right: 0;
  margin-right: 0px;
  position: absolute;
  right: 12px;
  width: auto;
  bottom: 12px;
  margin-bottom: 0;
}

.gap5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.point-head {
  margin-top: 5px;
}

.row {
  margin: 10px;
}

.section-title {
  margin: 20px 0 0 0;
  display: block;
}

/**** Radio CSS ****/
.form-check-input {
  height: 24px !important;
  width: 24px !important;
  outline: none !important;
  box-shadow: none !important;
}

.cond .form-check-input[type="checkbox"] {
  border-radius: 0% !important;
  border: 1px solid #3C5777;
  outline: none !important;
  box-shadow: none !important;
}

.form-check-input:checked {
  background-color: #3C5777 !important;
  border-color: #fff !important;
  outline: none !important;
  box-shadow: none !important;
}

.form-switch .form-check-input {
  width: 42px !important;
  outline: none !important;
  box-shadow: none !important;
}

.custom-radios div {
  display: inline-block;
}

.custom-radios input[type="radio"]+label span {
  background-color: #000000;
  background-color: #ffffff;
  border: 2px solid #bab8b8;
}

.custom-radios input[type="radio"]:checked+label span {
  background-color: #000000;
  border: 0;
}

.custom-radios input[type="radio"]:checked+label span img {
  opacity: 1;
}

.promotionImgUse {
  filter: grayscale(100%);
  /* ทำให้ภาพเป็นขาวดำ */
  transition: filter 0.5s ease-in-out;
  /* เพิ่มเอฟเฟกต์ transition */
}

/* CSS tag coupon */
.scrollerMenu::-webkit-scrollbar {
  display: none;
  /* กำหนดความกว้างของ scroll */
}

.scrollerMenu {
  overflow-x: scroll;
  display: flex;
  gap: 9px;
}

.scrollerMenu>li {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 50px;
  border: 1px solid var(--grey-300, #3C5777);
  font-size: 14px;
  line-height: 10px;
}

ul {
  padding-left: 0px !important;
}

.scrollerMenu li:first-child {
  margin-left: 24px;
}

.scrollerMenu li:last-child {
  margin-right: 24px;
}

.scrollerMenu li.active {
  color: var(--white, #fff);
  background: var(--primary-red-bold, #3C5777);
  pointer-events: none;
  /* ปิดการคลิก */
  opacity: 0.7;
  /* ทำให้ดูจางเหมือน disable */
  cursor: not-allowed;
}

/**** Radio CSS ****/
.custom-radios div {
  display: inline-block;
}

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

.custom-radios input[type="radio"]+label {
  color: #333;
  font-family: Arial, sans-serif;
}

.custom-radios input[type="radio"]+label span {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 24px;
}

.custom-radios input[type="radio"]+label span img {
  opacity: 0;
  transition: all 0.3s ease;
  width: 14px;
}

.custom-radios input[type="radio"]:checked+label span img {
  opacity: 1;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

hr {
  border: 0;
  opacity: 1 !important;
  border-bottom: 1px solid #3C5777 !important;
  border-top: none !important;
}

.btn-danger,
.btn-dark {
  background: #E745B1 !important;
  border: none !important;
  background: linear-gradient(90deg, #E745B1 0%, #EA7DD6 100%) !important;
}

.btn-danger:active,
.btn-dark:active {
  background-color: #EA7DD6 !important;
  border: 1px solid #EA7DD6 !important;
}

.btn-default,
.btn-default:active {
  color: #3C5777 !important;
}

.notPadding {
  padding: 0;
}

input[type="text"] {
  padding: 8px 10px 10px;
}

.member-data-row .btn {
  margin: 0;
}

.row.member-data-row,
.member-data-row .row-label {
  color: #000000;
}

.member-card {
  color: #000000;
}

.btn.point-reload {
  width: 100px;
  padding: 3px 10px 3px 5px;
  margin: 15px 0 10px;
  color: #ffffff;
  border: 1px solid #707070;
  background: #9f9f9f;
}

.warpper-detail {
  flex-grow: 1;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

/**** Radio CSS ****/
.custom-radios div {
  display: inline-block;
}

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

.custom-radios input[type="radio"]+label {
  color: #333;
  font-family: Arial, sans-serif;
}

.custom-radios input[type="radio"]+label span {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 24px;
}

.custom-radios input[type="radio"]+label span img {
  opacity: 0;
  transition: all 0.3s ease;
  width: 14px;
}

.custom-radios input[type="radio"]:checked+label span img {
  opacity: 1;
}

.promotion {
  display: flex;
  align-items: center;
}

.promotionImg {
  width: 145px;
  border-radius: 8px;
  margin-left: 12px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.gapAuto {
  padding: 0px !important;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  margin-left: 12px;
}

.dPoint {
  padding: 0 !important;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
  align-self: stretch;
}

.accept {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100% !important;
  line-height: 1.5;
}

.acceptDetail {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 100% !important;
  line-height: 1.3;
}

.acceptName {
  overflow: hidden;
  width: 100% !important;
  position: relative;
  display: inline-block;
  text-align: start;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.dateExpire {
  display: flex;
  flex-direction: column;
  align-self: stretch;
}

.error {
  color: red;
  margin-top: 3px;
}

.modal-header button {
  border: none;
  background: none;
  font-size: 30px;
  line-height: 16px;
}

.btnCenter {
  width: 70%;
  /* background-color: rgb(211 209 209 / 40%); */
  border-radius: 20px;
  display: block;
  margin: auto;
}

.borderGold {
  border: 2px solid #3C5777;
  border-radius: 18px;
  padding: 10px;
}

.use,
.unuse,
.barCode {
  padding: 20px;
}

.use {
  margin: auto;
  padding-left: 80px;
  background-color: #000000;
  color: #fff;
  border-radius: 50px 50px 50px 50px;
  position: absolute;
}

.unuse {
  margin: auto;
  padding-left: 230px;
  background-color: #dcdcdc;
  border-radius: 50px 50px 50px 50px;
  z-index: -1;
  color: #a9a9a9;
}

.barCode {
  padding-left: 20px;
  padding-left: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.activeFooter {
  width: 90%;
  background: #000000;
  border-radius: 50px 50px 50px 50px;
  position: relative;
  color: #fff;
  margin-top: 5px;
}

.notActive {
  width: 80%;
  background: #dcdcdc;
  border-radius: 50px 50px 50px 50px;
  position: absolute;
}

.imgQr img,
.imgBar img {
  height: 100px;
}

.imgQr {
  padding-left: 35%;
  margin-top: 20px;
}

.imgBar {
  margin-top: 20px;
  text-align: center;
}

.font {
  color: #bab8b8;
  margin: 10px 0;
}

.bg-c0c0c0 {
  background-color: #c0c0c0;
}

.online {
  margin-top: 20px;
  margin-left: 5%;
  padding-left: 10px;
  padding-top: 20px;
  border-radius: 20px;
  width: 90%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.warn {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  border: 2px solid #000000;
  border-radius: 20px;
}

.warn .b-icon.bi {
  margin-left: 10px;
  margin-top: 10px;
}

.loading {
  position: relative;
  text-align: center;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.extI {
  width: 150px;
  height: 150px;
  background: #dcdcdc;
  border-radius: 100%;
}

.extI i {
  padding-left: 25%;
  padding-top: 50%;
}

.ext {
  margin-top: 25%;
  margin-left: 35%;
}

.activeBar {
  background: #000000;
  border-radius: 50px 50px 50px 50px;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 165px;
  position: absolute;
  padding-top: 15px;
  padding-bottom: 15px;
}

.notActiveBar {
  background: #dcdcdc;
  margin-left: 20px;
  border-radius: 50px 50px 50px 50px;
  z-index: -1;
  color: #a9a9a9;
  padding-top: 20px;
  padding-bottom: 20px;
}

.close {
  margin-left: -15px;
}

.activeQr {
  background: #000000;
  border-radius: 50px 50px 50px 50px;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 25px;
  position: absolute;
  padding-top: 15px;
  padding-bottom: 15px;
}

.notActiveQr {
  background: #dcdcdc;
  margin-left: 20px;
  border-radius: 50px 50px 50px 50px;
  z-index: -1;
  color: #a9a9a9;
  padding-top: 20px;
  padding-bottom: 20px;
}

.imgSoon {
  margin-top: 110px !important;
  text-align: center;
}

.imgSoon img {
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
}

.imgPoint {
  margin-top: 50px !important;
  text-align: center;
}

.imgPoint img {
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
}

.priSoon {
  margin-left: 90px;
}

/**** Modal CSS ****/
.phoneError,
.redeem,
.threemonth {
  width: 92% !important;
  margin-top: 15%;
  margin-left: 16px;
  border-radius: 25px !important;
}

.promotion-modal {
  width: 80% !important;
  max-width: 400px;
  margin: 10% auto;
  border-radius: 25px !important;
}

.bodyPhoneError,
.redeemQr,
.threeBody {
  text-align: center;
}

.redeemQr {
  padding-bottom: 20px;
}

.redeemQr img {
  margin: 0 auto;
}

.confirm-cencel {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.inline-btn button {
  width: 40%;
  display: inline-block;
  margin: 10px 0;
}

.nav-pills .nav-link {
  padding: 15px 5px;
}

/**** Tabs CSS ****/
.promotionBOD .nav-link {
  width: 150px;
  text-align: center;
  color: #fff !important;
  padding: 12px 0;
  font-size: 14px;
  background: #3C5777;
}

.promotionBOD .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: linear-gradient(90deg, #E649AF 0%, #EA7DD6 100%) !important;
  color: #fff !important;
}

.promotionBOD .nav {
  background-color: #3C5777;
  text-align: center !important;
  width: 300px !important;
  margin: 0 auto;
  border-radius: 5px;
}

.qrCode {
  margin-top: 25px;
}

.qrCode .nav-link {
  width: 106px;
  text-align: center;
  color: #fff !important;
  border-radius: 5px !important;
  line-height: 18px;
  background: #3C5777;
}

.qrCode .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: linear-gradient(90deg, #E649AF 0%, #EA7DD6 100%) !important;
  border-radius: 5px;
  color: #fff !important;
}

.qrCode .nav {
  background: #3C5777;
  border-radius: 5px;
  width: 220px;
  margin: 0 auto;
  border: 3px solid transparent;
}

.qrCode .nav li {
  width: 50%;
}

.note {
  padding: 10px 20px;
  width: 90%;
  margin: 0 5%;
  color: #000000;
  font-size: 13px;
}

.warning-modal-text {
  color: #505050;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  padding-left: 0 !important;
}

.torr .btn {
  background-color: #a6a4a4 !important;
  border: 1px solid #a6a4a4 !important;
}

.point-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.content-loading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 60vh;
  justify-content: center;
}

.list-empty {
  color: #000000;
}

.qr-render {
  margin-top: 25px;
  text-align: center !important;
}

.barcode-render {
  text-align: center !important;
}

.qr-render img {
  display: inline !important;
}

.barcode-render svg {
  width: 210px !important;
  height: 107px !important;
}

.container-fluid .b-sidebar-body {
  padding: 25px 24px;
  position: relative;
}

.container-with-logo {
  margin-top: 40px;
}

/**** Condition CSS ****/
.condition {
  margin-left: -20px !important;
  padding-top: 5px;
  color: #505050;
  font-size: 14px;
}

.force-condition {
  color: #505050;
  padding-left: 18px !important;
}

.dee {
  margin-left: 12px;
  padding-left: 0 !important;
}

.custom-form-label {
  margin-bottom: 3px;
}

.arrow-change {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.barcode svg {
  width: 140px !important;
  height: 80px !important;
}

.barcode-full svg {
  width: 160px !important;
  height: 90px !important;
}

.consent-content a {
  display: inline;
}

/* Start Referral CSS */
.referral-box {
  padding: 15px;
  border-radius: 12px;
  border: 1px solid #3c5777;
  background-color: #fff;
  margin: 10px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.referral-box h5 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: #000;
}

.referral-box p {
  font-size: 14px;
  margin: 0;
  line-height: 1.4;
}

.referral-button-share {
  width: auto;
  font-size: 14px;
  padding: 8px 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  color: #fff !important;
  background: linear-gradient(90deg, #e649af 0%, #ea7dd6 100%) !important;
  border: 1px solid #e649af !important;
  box-shadow: 0 4px 10px rgba(230, 73, 175, 0.3);
  transition: all 0.3s ease;
}

.referral-button-share:active {
  transform: scale(0.95);
}

.sidebar-back {
  cursor: pointer;
  width: 35px;
  height: 35px;
  color: #fff;
  background-color: #000000;
  border-radius: 5px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.referal-share-body-page {
  color: #212529;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.referal-share-content {
  width: 100%;
  max-width: 536px;
}

.referral-step {
  position: relative;
  padding-left: 60px;
  padding-bottom: 28px;
  min-height: 80px;
}

.referral-step:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 40px;
  bottom: 0;
  width: 3px;
  background: linear-gradient(130deg, #e649af 0%, #ea7dd6 100%);
}

.step-icon-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(345deg, #e649af 0%, #ea7dd6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.step-number {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}

.referral-step .card-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #000000;
}

.referral-step .card-text {
  color: #555;
  line-height: 1.5;
}

.line-button {
  width: 100%;
  max-width: 332px;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 0;
  background-color: #00c300 !important;
  color: #fff;
  border-color: #00c300 !important;
  transform: scale(1);
  transition: all 0.3s ease;
  border: none;
  border-radius: 50px;
}

.line-button:hover {
  background-color: #00b900 !important;
  transform: scale(1.02);
}

/* End Referral CSS */

/**** load page ****/
body {
  position: relative;
  width: 100%;
  height: 100vh;
}

.wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
}

.text {
  color: #000000;
  display: inline-block;
  margin-left: 10px;
}

.bounceball {
  position: relative;
  display: inline-block;
  height: 37px;
  width: 15px;
}

.bounceball:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #000000;
  transform-origin: 50%;
  -webkit-animation: bounce 500ms alternate infinite ease;
  animation: bounce 500ms alternate infinite ease;
}

.overCanter {
  height: 100vh;
}

.promotionPage {
  padding-bottom: 20% !important;
}

.scrollerMember {
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  height: 63%;
  padding: 12px;
}

.scrollerVerify {
  max-height: 70vh;
  overflow-y: auto;
  scrollbar-width: thin;
}

.scrollerCoupon {
  max-height: 92vh;
  /* Use viewport height to make it responsive */
  overflow-y: auto;
  scrollbar-width: thin;
  padding: 12px;
  /* Optional: Add padding if needed */
  box-sizing: border-box;
}

.scrollerExp {
  max-height: 62vh;
  /* Use viewport height to make it responsive */
  overflow-y: auto;
  scrollbar-width: thin;
  padding: 12px;
  /* Optional: Add padding if needed */
  box-sizing: border-box;
}

.scrollerPointHis {
  max-height: 25vh;
  /* Use viewport height to make it responsive */
  overflow-y: auto;
  scrollbar-width: thin;
  padding: 12px;
  /* Optional: Add padding if needed */
  box-sizing: border-box;
}

.modal-title-nowrap {
  width: 100%;
  white-space: nowrap;
  /* Prevent text from breaking into multiple lines */
  overflow: hidden;
  /* Hide any overflowing text */
  text-overflow: ellipsis;
  /* Add ellipsis (...) for overflowing text */
}

.btn:hover {
  background-color: #3C5777 !important;
}

#redemption,
#detail {
  .modal-dialog {
    .modal-body {
      padding: 0px;
    }

    .redemption-modal-content {
      margin-top: 20px;

      .scrollerCoupon {
        padding: 0px;

        .head-item {
          img {
            width: 100%;
            height: 225px;
            object-fit: cover;
          }

          .icon-close {
            position: absolute;
            top: -45px;
            left: 0px;
            font-size: 20px;
            color: #000;
          }
        }

        .detail-item {
          padding: 10px 24px;
        }
      }
    }
  }
}

.btn:disabled {
  border: none;
}

.h-overlay {
  height: 100vh;
}

.otp-input-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 360px;
  box-sizing: border-box;
  overflow: hidden;
}

.otp-input {
  max-width: 35px;
  height: 50px;
  padding: 10px;
  font-size: 1.5em;
  border-radius: 4px;
  border: 1px solid #3C5777;
  text-align: center;
  box-sizing: border-box;
  margin: 0 5px;
}

.otp-verification {
  background: url("/img/tkc-v2/Background-otp.jpg") no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

/* CSS Point History */
.card-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.large-number {
  font-size: 24px;
  font-weight: bold;
}

.score-text {
  color: #000000;
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 0;
}

.score-sub-text {
  color: #000000;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
}

.card-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  color: #000000;
  font-size: 16px;
  border: 1px solid #3C5777;
  border-radius: 10px;
  background-color: white;
  padding: 10px;
}

.card-section p {
  margin: 0;
}

.bottom-card {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #3C5777;
  border-radius: 20px;
  background-color: white;
}

.tabScore {
  width: 100% !important;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
}

.tabScore .nav {
  display: flex;
  width: 100% !important;
  justify-content: center;
  padding: 0;
  margin: 0;
  text-align: center;
}

.tabScore .nav-link {
  width: 100% !important;
  color: #000000 !important;
  border-bottom: 2px solid #dadfe3 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  text-align: center;
  padding: 2px;
  margin: 0;
}

.tabScore .nav-link.active,
.tabScore .nav-item.show .nav-link {
  width: 100%;
  color: #000000;
  border-bottom: 2px solid #3C5777 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  padding: 2px;
  margin: 0;
}

.tab-content {
  padding-top: 5px;
}

.score-table {
  display: flex;
  flex-direction: column;
}

.score-row {
  display: flex;
  justify-content: space-between;
  padding: 5px;
}

.score-cell {
  flex: 1;
}

.score-left {
  flex: 2;
  text-align: left;
}

.score-right {
  flex: 1;
  text-align: right;
}

.title {
  font-weight: bold;
  margin: 0;
  color: #000000;
  font-size: 16px;
}

.subtitle {
  color: #dadfe3;
  margin: 0;
  font-size: 14px;
}

.pointHistoryscore {
  font-weight: bold;
  margin: 0;
  font-size: 16px;

  &.earn {
    color: #28a745;
  }

  &.burn {
    color: #dc3545;
  }
}

.p-detail {
  width: 35%;
  padding: 5px;
}

/* CSS Campaign Page*/
.main-campaign {
  min-height: 100vh;
  padding: 35px 25px;
  background: #fff0 url(/img/Tkc/Basic_Background.jpg) no-repeat;
  background-size: cover;
}

.campaign-container {
  min-height: 92vh;
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 20px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}

.campaign-img {
  width: 60%;
  border-radius: 3px;
}

.campaign-content {
  max-width: 380px;
  width: 100%;
}

.content-center {
  align-items: center;
}

.action-control-campaign {
  margin-top: 10px;
}

.action-control-campaign .btn {
  font-size: 16px;
  margin: 0px;
  margin-bottom: 15px;
}

.campaign-success {
  max-width: 340px;
  width: 100%;
}

.campaign-success img {
  max-width: 300px;
  width: 100%;
  margin: 0px 15px;
}

.exp-date {
  font-size: 12px;
}

@-webkit-keyframes bounce {
  0% {
    top: 30px;
    height: 5px;
    border-radius: 60px 60px 20px 20px;
    transform: scaleX(2);
  }

  35% {
    height: 15px;
    border-radius: 50%;
    transform: scaleX(1);
  }

  100% {
    top: 0;
  }
}

@keyframes bounce {
  0% {
    top: 30px;
    height: 5px;
    border-radius: 60px 60px 20px 20px;
    transform: scaleX(2);
  }

  35% {
    height: 15px;
    border-radius: 50%;
    transform: scaleX(1);
  }

  100% {
    top: 0;
  }
}

/**** media screen ****/
@media screen and (max-width: 280px) {
  h1 {
    font-size: 22px !important;
  }

  h4,
  .text-center {
    font-size: 16px !important;
  }

  .btn {
    width: 90%;
  }

  .detailCard {
    top: 220px;
  }

  .member-card {
    font-size: 11px;
  }

  .cardId {
    font-size: 10px;
  }

  a.collapsed {
    font-size: 10px;
  }

  .footer {
    padding: 0;
  }

  .footer .menu-block {
    font-size: 12px;
  }

  .barcode svg {
    width: 80px !important;
  }

  .gapAuto {
    margin-left: 10px;
  }

  .promotionImg {
    width: 100px;
  }

  .gapAuto h6 {
    font-size: 15px;
  }

  .noPoint {
    font-size: 10px;
  }

  .row {
    margin: 0;
  }

  .rPoint {
    font-size: 10px !important;
    width: auto;
    margin-top: 3px;
  }

  .phoneMember {
    font-size: 12px;
  }

  .endDate {
    font-size: 10px !important;
  }

  .promotionBOD .nav-link {
    width: 100px;
    font-size: 13px;
  }

  .promotionBOD .nav {
    width: 200px !important;
  }
}

@media screen and (min-width: 320px) {
  .detailCard {
    top: 230px;
  }

  .main-content {
    padding: 0 12px;
  }

  .dee {
    margin-left: 2px;
  }

  .dee>div {
    font-size: 13px;
  }

  .promotionImg {
    width: 100px;
  }

  .endDate {
    font-size: 8px !important;
  }

  .torr .btn {
    font-size: 8px !important;
  }

  .couponPoint {
    font-size: 12px;
  }

  .footer {
    padding: 0;
  }

  .phoneMember,
  .member-card,
  .word-member,
  .word-point,
  .word-privilege {
    font-size: 13px;
  }

  .couponPoint {
    font-size: 11px;
  }

  .accept {
    font-size: 14px;
  }

  .cardPoint {
    height: 77% !important;
  }

  .barcode svg {
    width: 115px !important;
    height: 80px !important;
  }
}

@media screen and (min-width: 360px) {
  .main-content {
    padding: 0 24px;
  }

  .barcode svg {
    width: 140px !important;
    height: 80px !important;
  }

  .cardPoint {
    height: 94% !important;
  }

  .cancelBtn {
    width: 145% !important;
  }

  .promotionImg {
    width: 140px;
  }

  .detailCard {
    top: 255px;
  }

  .card {
    padding: 15px 0 20px 0;
    border-radius: none;
  }

  .member-card {
    font-size: 15px;
  }

  .footer {
    padding: 0;
  }

  .endDate {
    font-size: 10px !important;
    width: 75px !important;
  }

  .rPoint {
    margin-top: 0px;
  }

  .gapAuto .row {
    margin-bottom: 10px;
  }

  .score .row {
    margin-bottom: 0;
  }

  .gapAuto {
    margin-left: 20px;
  }

  .promotionImg {
    width: 110px;
  }

  .dee {
    margin-left: 3px;
  }

  .couponPoint {
    font-size: 14px;
  }

  .word-member,
  .word-point,
  .word-privilege {
    font-size: 15px;
  }
}

@media screen and (min-width: 375px) {
  .detailCard {
    top: 250px;
  }

  .promotionImg {
    width: 125px;
  }

  .dee {
    margin-left: 12px;
  }

  .main-page {
    padding-bottom: 23%;
  }

  .p-detail {
    padding: 10px;
  }
}

@media screen and (min-width: 390px) {
  .dee {
    margin-left: 0px;
  }

  .detailCard {
    padding-top: 40px;
    top: 275px;
  }

  .promotion .nav {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .gapAuto {
    margin-left: 10px;
  }

  .main-content.with-menu {
    padding-bottom: 15%;
  }

  .scrollerMember {
    height: 60%;
  }
}

@media screen and (min-width: 412px) {
  .coins {
    padding-left: 20px;
  }

  .detailCard {
    top: 300px;
  }

  .container-fluid {
    padding: 0 !important;
  }

  .language {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .img img {
    width: 366px;
  }

  .img {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .gapAuto {
    margin-left: 0px;
  }

  .cardDetail {
    margin-left: 0;
    width: 383px;
  }

  .main-content {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .bg-white {
    width: 366px !important;
  }

  .cardPoint {
    width: 100%;
  }

  .scroller {
    width: 366px;
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .cardPointmember {
    width: 366px !important;
  }

  .dee {
    margin-left: 0px;
  }

  .main-content.with-menu {
    padding-bottom: 20%;
  }

  .main-page {
    padding-bottom: 20%;
  }
}

@media screen and (min-width: 430px) {
  .coins {
    padding-left: 10px;
  }
}

@media screen and (min-width: 480px) {
  .p-detail {
    width: 135px;
  }
}

@media screen and (min-width: 950px) {
  .main-content.with-menu {
    padding-bottom: 15%;
  }

  .main-page {
    padding-bottom: 9%;
  }
}

@media screen and (min-width: 1200px) {
  .main-content.with-menu {
    padding-bottom: 10%;
  }

  .main-page {
    padding-bottom: 7%;
  }
}

/*
    .regWeb{
        width: 500px !important;
    }
    .promotion .nav {
        margin-left: 20% !important;
        margin-right: 20% !important;
    }
    .footer .text-danger {
        margin-top: 10px;
    }
    .footer .menu-block {
        text-align: center;
        line-height: 1;
    }
    .img img {
        width: 70% !important;
        margin-left: 15% !important;
    }
}

@media screen and (min-width: 720px) {
    .detailCard {
        margin-top: 70px !important;
        padding-top: 50px;
    }
    .footer .text-danger {
        margin-top: 10px;
    }
    .footer .menu-block {
        text-align: center;
        line-height: 1;
    }
    .footer .icon {
        width: 120px;
        height: 120px;
    }
    .promotion .nav {
        margin-left: 30% !important;
        margin-right: 30% !important;
    }
    .cardDetail {
        padding-left: 15% !important;
    }
}
@media screen and (min-width: 820px) {

    .img img {
        width: 80% !important;
        margin-left: 10% !important;
    }
    .detailCard {
        margin-top: 20% !important;
        width: 80%;
    }
}
@media screen and (min-width: 1200px) {
    .img img {
        width: 50% !important;
        margin-left: 25% !important;
    }
    .detailCard {
        margin-top: 10% !important;
        width: 80%;
    }
    .logo img {
        width: 70%;
    }
}
@media screen and (min-width: 1350px) {
    .img img {
        width: 40% !important;
        margin-left: 30% !important;
    }
    .detailCard {
        margin-top: 10% !important;
        width: 80%;
    }
} */
/* .background-main {
    background: -webkit-linear-gradient(#ffff,#707070);
    background: -webkit-linear-gradient(#ffff,#707070);
    background: -o-linear-gradient(#ffff, #707070);
    background: -moz-linear-gradient(#ffff,#707070);
    background: linear-gradient(#ffff, #707070);
} */

.backgroud-main {
  background-image: url("/img/background.png");
  width: 100%;
  height: 100%;
}

.main-content.with-member {
  padding-bottom: 50%;
  padding-top: 30px;
  /* height: 100vh; */
}

.icon-member {
  background: url("/img/lclinic/footer/iconProfile.webp");
  background-repeat: no-repeat;
  opacity: 0.4;
  width: 35px;
  height: 35px;
  background-size: 100% !important;
  display: -webkit-inline-box;
}

.word-member {
  opacity: 0.4;
  color: #E745B1;
}

.menu-block {
  text-decoration: none;
}

.menu-block.router-link-exact-active .word-member {
  opacity: 1;
  color: #E745B1;
}

.menu-block.router-link-exact-active .icon-member {
  background: url("/img/lclinic/footer/iconProfile.webp");
  background-repeat: no-repeat;
  opacity: 1;
}

.word-point {
  opacity: 0.4;
  color: #E745B1;
}

.menu-block.router-link-exact-active .word-point {
  opacity: 1;
  color: #E745B1;
}

.icon-point {
  background: url("/img/lclinic/footer/iconRedemption​.webp");
  background-repeat: no-repeat;
  opacity: 0.4;
  width: 40px;
  height: 43px;
  background-size: 100% !important;
  display: inline-block;
}

.menu-block.router-link-exact-active .icon-point {
  background: url("/img/lclinic/footer/iconRedemption​.webp");
  background-repeat: no-repeat;
  opacity: 1;
}

.word-privilege {
  opacity: 0.4;
  color: #E745B1;
}

.menu-block.router-link-exact-active .word-privilege {
  opacity: 1;
  color: #E745B1;
}

.icon-privilege {
  background: url("/img/lclinic/footer/iconPrivilege​.webp") no-repeat;
  opacity: 0.4;
  width: 40px;
  height: 43px;
  background-size: 100% !important;
  display: inline-block;
}

.menu-block.router-link-exact-active .icon-privilege {
  background: url("/img/lclinic/footer/iconPrivilege​.webp") no-repeat;
  opacity: 1;
}

.image-card-member {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 110px;
}

.card-member {
  padding: 0;
  border-radius: 20px;
  --bs-card-bg: none;
  --bs-card-border-color: none;
  text-align: center;
}

.card-member-body .title {
  color: #fff;
  font-size: 20px;
  padding-bottom: 10px;
  /* margin-top: 25% !important; */
  margin-bottom: 0 !important;
}

.card-member-body .title.textTitle {
  color: #414042;
}

.card-footer {
  color: #fff;
  border: 0px !important;
}

.card-footer label {
  color: #fff;
  /* font-size: 26px; */
  /* margin-bottom: -15px !important;
    margin-right: -15px !important; */
  position: absolute;
  right: 16px;
  top: 125px;
}

.card-member-body .card-body-row label,
.card-body-text {
  color: #fff;
  /* font-size: 16px; */
  margin-bottom: 0;
}

.card-member-body .progress {
  margin-top: 0%;
}

.card-body {
  width: 100%;
  /* position: absolute; */
  top: 25%;
  /* margin-top: 35%; */
}

/* -------   progress bar */
.progress-bar {
  height: 3px;
  background-color: #E649AF;
}

.progress {
  height: 3px;
  --bs-progress-bg: #fff;
}

.progress.backColor {
  height: 3px;
  --bs-progress-bg: #000;
  --bs-progress-bar-bg: #E649AF;
}



@media screen and (max-width: 280px) {
  .image-card-member {
    height: 143px;
  }

  .card-member-body .title {
    font-size: 15px;
  }

  .text-start,
  .text-end {
    font-size: 10px;
  }

  .card-footer label {
    top: 80px;
    font-size: 12px;
  }

  .cardDetail {
    font-size: 15px;
  }

  .detailCard {
    top: 220px;
  }
}

@media screen and (min-width: 320px) {
  .image-card-member {
    height: 110px;
  }

  .text-start,
  .text-end {
    font-size: 13px;
  }
}

@media screen and (min-width: 344px) {
  .image-card-member {
    height: 110px;
  }
}

@media screen and (min-width: 360px) {
  .image-card-member {
    height: 112px;
  }

  .card-member-body .title {
    font-size: 20px;
  }

  .text-start,
  .text-end {
    font-size: 15px;
  }

  .card-footer label {
    top: 80px;
    font-size: 12px;
  }

  .cardDetail {
    font-size: 15px;
  }
}

@media screen and (min-width: 375px) {
  .image-card-member {
    height: 118px;
  }

  .card-footer label {
    top: 115px;
  }

  .member-card {
    font-size: 15px;
  }

  .footer {
    padding: 0;
  }
}

@media screen and (min-width: 390px) {
  .image-card-member {
    height: 124px;
  }

  .referral-box h5 {
    font-size: 1.25rem;
  }

  .referral-box p {
    font-size: 16px;
  }

  .referral-button-share {
    font-size: 16px;
    padding: 6px 20px !important;
  }
}

/* @media screen and (min-width: 393px) {
    .image-card-member{
        height: 140px;
    }
} */

@media screen and (min-width: 412px) {
  .image-card-member {
    height: 133px;
    /* left: 25%; */
    display: flex;
    justify-content: center;
  }

  .card-member-body .title {
    font-size: 20px;
  }

  .card-body {
    /* width: 366px; */
    left: 0;
  }

  /* .card-member{
        width: 366px;
    } */
}

@media screen and (min-width: 414px) {
  .image-card-member {
    height: 134px;
    /* left: 25%; */
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 430px) {
  .image-card-member {
    height: 141px;
    /* left: 25%; */
    display: flex;
    justify-content: center;
  }
}