* {
  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/Tkc/header-logo.png");
  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: #ae946f;
}
.logo .iconEmail {
  margin: auto auto;
  display: block;
}

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

.loginBtn {
  font-size: 16px;
}
.loginBtn .btn {
  width: 45vw;
  margin: 20px 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: #ae946f !important;
  font-size: 16px;
}
a.sidebar-Course {
  color: #414042 !important;
  font-size: 16px;
  text-decoration: none;
}
.btn:active:focus {
  background-color: #a9a9a9 !important;
  color: #414042;
}
.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;
}
.icon.member {
  background: url("../img/footer-menu/member-card.png");
  opacity: 0.4;
  background-repeat: no-repeat;
}
.menu-block.router-link-exact-active .icon.member {
  background: url("../img/footer-menu/member-card-active.png");
  background-repeat: no-repeat;
}
.icon.point {
  background: url("../img/footer-menu/point.png");
  opacity: 0.4;
  background-repeat: no-repeat;
}
.menu-block.router-link-exact-active .icon.point {
  background: url("../img/footer-menu/point-active.png");
  background-repeat: no-repeat;
}
.icon.privillege {
  background: url("../img/footer-menu/privillege.png");
  opacity: 0.4;
}
.menu-block.router-link-exact-active .icon.privillege {
  background: url("../img/footer-menu/privillege-active.png");
}
.solid {
  width: 20px;
  height: 20px;
}
.img,
.next {
  display: block;
  margin: auto;
}

.img img {
  width: 100%;
}
.link_color {
  color: #414042;
  background-color: #f000;
}

.link_color:hover {
  color: #fff;
}

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

.cardHeadModel {
  background: #fff0 url("/img/Tkc/Background-login.jpg") 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/Tkc/Basic_Background.jpg") 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: 8px;
  padding-right: 8px;
}
.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: #ae946f;
  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: #ae946f;
  position: absolute;
  right: 15px;
  top: 15px;
}

.gradient-text {
  font-size: 50px; /* ปรับขนาดฟอนต์ตามต้องการ */
  font-weight: bold;
  background: rgb(177, 144, 87);
  background: linear-gradient(
    90deg,
    rgba(177, 144, 87, 1) 0%,
    rgba(142, 107, 48, 1) 59%,
    rgba(231, 211, 158, 1) 86%,
    rgba(211, 182, 122, 1) 100%,
    rgba(203, 172, 111, 1) 100%,
    rgba(142, 107, 48, 1) 100%
  );
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
}

.btnMenuList {
  margin-top: 30px;
}
.language img {
  width: 45px;
  height: 45px;
  padding: 3px;
}
.headerH1 {
  color: #414042;
}
.descriptionH4 {
  color: #dc3545 !important;
}
.btn-outline-dark {
  border-color: #ae946f !important;
  --bs-btn-border-color: #ae946f !important;
  --bs-btn-color: #ae946f !important;
}
.cardPoint {
  background-color: #fff0 !important;
}
.coins {
  color: #414042;
}
.centerEdit {
  text-align: center;
  color: #ae946f;
}
.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(220,176,140)' 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: #ae946f;
}
.fa-chevron-left:before {
  color: #ae946f;
}

b.bigg {
  font-size: 18px;
  color: #414042;
}
b.bigg.submit {
  color: #fff;
}
h1.big {
  margin-bottom: 0px;
  color: #414042;
}

.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: #414042;
}
.card-link {
  text-decoration: none;
}
.point-label {
  color: #414042;
  font-weight: 700;
}

.bigPoint {
  color: #414042;
}

.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: #414042;
}
.text-dark {
  color: #414042 !important;
}
.score {
  margin-top: 20px;
  padding: 12px;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  color: #414042;
  position: relative;
  text-align: left;
  background-color: #fff;
}
.score:last-child {
  margin-bottom: 30px;
}
.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 #ae946f;
  outline: none !important;
  box-shadow: none !important;
}
.form-check-input:checked {
  background-color: #ae946f !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: #ae946f;
  background-color: #ffffff;
  border: 2px solid #bab8b8;
}

.custom-radios input[type="radio"]:checked + label span {
  background-color: #ae946f;
  border: 0;
}
.custom-radios input[type="radio"]:checked + label span img {
  opacity: 1;
}
/**** 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 #ae946f !important;
  border-top: none !important;
}

.btn-danger,
.btn-dark {
  background: rgb(177, 144, 87) !important;
  border: none !important;
  background: linear-gradient(
    90deg,
    rgba(177, 144, 87, 1) 0%,
    rgba(142, 107, 48, 1) 59%,
    rgba(231, 211, 158, 1) 86%,
    rgba(211, 182, 122, 1) 100%,
    rgba(203, 172, 111, 1) 100%,
    rgba(142, 107, 48, 1) 100%
  ) !important;
}
.btn-danger:active,
.btn-dark:active {
  background-color: #ae946f !important;
  border: 1px solid #ae946f !important;
}
.btn-default,
.btn-default:active {
  color: #ae946f !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: #ae946f;
}
.member-card {
  color: #ae946f;
}
.btn.point-reload {
  width: 100px;
  padding: 3px 10px 3px 5px;
  margin: 15px 0 10px;
  color: #ffffff;
  border: 1px solid #707070;
  background: #9f9f9f;
}

/**** 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 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100% !important;
  line-height: 15px;
}

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

.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 #ae946f;
  border-radius: 18px;
  padding: 10px;
}
.use,
.unuse,
.barCode {
  padding: 20px;
}

.use {
  margin: auto;
  padding-left: 80px;
  background-color: #414042;
  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: #414042;
  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 #414042;
  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: #414042;
  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: #414042;
  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: #a9a9a9 !important;
  padding: 12px 0;
  font-size: 14px;
}

.promotionBOD .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: #ae946f !important;
  color: #fff !important;
}

.promotionBOD .nav {
  background-color: #dcdcdc;
  text-align: center !important;
  width: 300px !important;
  margin: 0 auto;
}
.qrCode {
  margin-top: 25px;
}
.qrCode .nav-link {
  width: 106px;
  text-align: center;
  color: #a39d98 !important;
  border-radius: 5px !important;
  line-height: 18px;
}

.qrCode .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: rgb(177, 144, 87);

  background: linear-gradient(
    90deg,
    rgba(177, 144, 87, 1) 0%,
    rgba(142, 107, 48, 1) 59%,
    rgba(231, 211, 158, 1) 86%,
    rgba(211, 182, 122, 1) 100%,
    rgba(203, 172, 111, 1) 100%,
    rgba(142, 107, 48, 1) 100%
  );
  border-radius: 5px;
  color: #fff !important;
}

.qrCode .nav {
  background-color: #eae9e8;
  border-radius: 5px;
  width: 220px;
  margin: 0 auto;
  border: 3px solid #eae9e8;
}
.qrCode .nav li {
  width: 50%;
}

.note {
  padding: 10px 20px;
  width: 90%;
  margin: 0 5%;
  color: #ae946f;
  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: #414042;
}
.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;
}

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

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

.text {
  color: #ae946f;
  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: #ae946f;
  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: #ae946f !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 #ae946f;
  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: #1c252d;
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 0;
}

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

.card-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  color: #1c252d;
  font-size: 16px;
  border: 1px solid #ae946f;
  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 #ae946f;
  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: #1c252d !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: #1c252d;
  border-bottom: 2px solid #ae946f !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: #1c252d;
  font-size: 16px;
}

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

.pointHistoryscore {
  font-weight: bold;
  margin: 0;
  color: #1c252d;
  font-size: 16px;
}

.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;
  }
  .dee > div {
    font-size: 13px;
  }
  .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%;
    }
} */
