/* ============================== */
.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}
/* ********* */
.text-dm-white-black {
  color: #fff !important;
}

.dark-mode .text-dm-white-black {
  color: #000 !important;
}
/* ********* */
.text-dm-black-white {
  color: #000 !important;
}

.dark-mode .text-dm-black-white {
  color: #fff !important;
}
/* ============================== */
/* ============================== */
.text-yellow {
  color: #ebbc45 !important;
}

.text-darkyellow {
  color: #d59800 !important;
}
/* ********* */
.text-dm-yellow-darkyellow {
  color: #ebbc45 !important;
}

.dark-mode .text-dm-yellow-darkyellow {
  color: #d59800 !important;
}
/* ********* */
.text-dm-darkyellow-yellow {
  color: #d59800 !important;
  /* color: #ff9327 !important; */
}

.dark-mode .text-dm-darkyellow-yellow {
  color: #ebbc45 !important;
}
/* ============================== */
/* =============================OLD======================= */
.text-color {
  color: #1b1b1b !important;
}

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

.text-color-gray {
  color: #646464 !important;
}

.dark-mode .text-color-gray {
  color: #a7a7a7 !important;
}

.text-color-yellow {
  color: #ebbc45 !important;
}

.dark-mode .text-color-yellow {
  color: #ebbc45 !important;
}

.text-color-red-only {
color: #eb4545 !important;
}

.text-color-red {
color: #eb4545 !important;
}

.dark-mode .text-color-red {
color: #ffa6a6 !important;
}

.text-color-purble {
  color: #a100fe !important;
}

.dark-mode .text-color-purble {
  color: #b73aff !important;
}

/* ========================================================== */
.text-color-red2 {
  color: #d32a2a !important;
}

.dark-mode .text-color-red2 {
  color: #d32a2a !important;
}
/* ========================================================== */
.text-color-green2 {
  color: #a100fe !important;
}

.dark-mode .text-color-green2 {
  color: #b73aff !important;
}
/* ========================================================== */
.text-caps-up{
  text-transform: uppercase;
}
/* ========================================================== */
.main-text-in-box {
  color: #5b5b5b;
}

.dark-mode .main-text-in-box {
  /* color: #979797; */
  /* color: #b6b6b6; */
  color: #dfdfdf;
}

.text-in-box {
  color: #6c757d;
}

.dark-mode .text-in-box {
  color: #d7d7d7 ;
}

.accent-text-in-box {
  color: #ffc927;
}

.dark-mode .accent-text-in-box {
  color: #ffc927 ;
}
/* ========================================================== */

.current-balance-title {
  color: #29bb4f;
  font-size: 17px;
  font-weight: bold;
}

.current-balance {
  color: #29bb4f;
  font-size: 21px;
  font-weight: bold;
}

.dark-mode .current-balance {
  color: #29bb4f;
  font-size: 21px;
  font-weight: bold;
}

.auto-recharge-enable {
color: #29bb4f;
font-size: 18px;
font-weight: bold;
}

.auto-recharge-disable {
color: #d71f26;
font-size: 18px;
font-weight: bold;
}


.icon-text-color{
  color: #ffc927;
}

.dark-mode .icon-text-color{
  color: #ffc927;
}

.red-color-heart {
  color: #dd1c1c;
}


.title-main {
  /* text-transform: uppercase; */
  /* color: #d71f26; */
  color: #5b5b5b;
  margin-bottom: -14px;
  font-weight: bold;
}

.dark-mode .title-main {
  color: #979797;
  margin-bottom: -14px;
  font-weight: bold;
}

.main-subtitle-card {
  /* text-transform: uppercase; */
  /* color: #d71f26; */
  color: #5b5b5b;
  /* margin-bottom: -14px; */
  font-weight: bold;
  font-size: 16px;
  height: 57px;
}

.dark-mode .main-subtitle-card {
  color: #a6a6a6;
  font-weight: bold;
  font-size: 16px;
  height: 57px;
}

h3 a {
  font-size: 17px;
  font-weight: 600;
  /* margin-bottom: 13px !important; */
  line-height: 1.2 !important;
}

h3.h6.mb-4.deliver-footer strong {
  line-height: 16px;
}

.website-container-corner {
  width: fit-content;
  margin-top: -4px;
  margin-bottom: -22px;
  margin-left: 4px;
  margin-right: -10px;
  color: #6c6c6c;
  font-size: 0.86rem;
}

.dark-mode .website-container-corner {
  width: fit-content;
  margin-top: -4px;
  margin-bottom: -22px;
  margin-left: 4px;
  margin-right: -10px;
  color: #6c6c6c;
  font-size: 0.86rem;
}

