/*----- ----- GLOBAL STYLES ----- ----- */
.bg-lang-wrapper {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.bg-disabled-input {
  background-color: var(--bs-body-bg) !important;
  cursor: not-allowed;
}

#tblMyClientsList .dropdown-menu {
  max-height: 140px;
}

#tblMyClientsList .dropdown-item {
  font-size: 12px;
  /* padding: 0.5rem 1.5rem; */
}

.table .dropdown-menu .dropdown-item-text {
  font-size: 11px;
}

table .btn {
  padding: var(--bs-btn-padding-x) var(--bs-btn-padding-y) !important;
  border: unset;
  outline: none;
}

.icon-left-wrapper {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.icon-right-wrapper {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
}

.rotate-up {
  position: relative;
  transform: rotate(180deg);
  transition: all linear 200ms;
}

.rotate-down {
  transform: rotate(0deg);
  transition: all linear 200ms;
}

.card {
  transition: all linear 300ms;
}

#sidebar-menu ul li a .fas-icon {
  fill: rgb(123, 129, 144);
}

#sidebar-menu ul li.mm-active > a .fas-icon {
  fill: #038edc !important;
}

#sidebar-menu ul li a:hover .fas-icon {
  fill: #383c40;
}

body[data-sidebar="dark"] #sidebar-menu ul li a .fas-icon {
  fill: #637c8c;
}
body[data-sidebar="dark"] #sidebar-menu ul li a:hover .fas-icon,
body[data-sidebar="dark"] #sidebar-menu ul li.mm-active > a .fas-icon {
  fill: #fff !important;
}

.allowed-country-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 13px;
}

.color-white {
  color: var(--bs-heading-color);
}
.table .fa-2x {
  font-size: 1.3em;
}

/* ----- ----- END GLOBAL STYLES ----- ----- */

.bank-logo {
  margin-bottom: 1rem;
  text-align: center;
}

.bank-logo img {
  width: 120px;
}

.bank-details {
  text-align: center;
}

/*----- ----- Graph Stats  ----- ----- */
.stats-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.stats-wrapper .amount {
  margin-bottom: 0;
}

/*----- ----- Topup form ----- ----- */
#frmTopup .card {
  border-radius: 16px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}
.card-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid var(--bs-input-border-color) !important;
  background-color: var(--bs-input-bg);
  border-radius: 16px;
}

.selected-flag-wrapper {
  display: flex;
  align-items: center;
  background-color: var(--bs-gray-100);
  border-radius: 16px;
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
}

.selected-flag-wrapper img {
  display: none;
}

.card-input {
  background-color: var(--bs-input-bg);
  /* border-color: var(--bs-input-border-color) !important; */
  border-radius: 16px;
}

.card-input-wrapper .form-control,
.card-input-wrapper .form-select {
  border: none !important;
  border-radius: 16px !important;
}

.form-select:focus {
  box-shadow: none;
}

.uil-globe {
  font-size: 1.5em;
}

.uil-angle-down {
  font-size: 1.2em;
}

.select-icon-wrapper {
  margin-left: 0.3rem;
}

#frmTopup .card .dropdown-menu {
  border-radius: 16px;
  z-index: 3000 !important;
  /* transform: translate(0, 140px) !important; */
}

.country-wrapper,
.operator-wrapper {
  padding: 0.25rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.country-name-img,
.op-name-img {
  display: flex;
  align-items: center;
}

.area-code,
.country-name,
.operator-name {
  font-size: 16px;
  font-weight: 500;
}

.country-name {
  margin-left: 0.5rem;
}

.custom-dropdown-menu {
  -webkit-box-shadow: 0 5px 6px rgba(52, 58, 64, 0.1);
  box-shadow: 0 5px 6px rgba(52, 58, 64, 0.1);
  -webkit-animation-name: DropDownSlide;
  animation-name: DropDownSlide;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  z-index: 4000;
}

.custom-dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

.custom-dropdown-menu {
  width: 100%;
  top: 60px;
  /* padding-left: 1rem; */
}

.form-control:disabled,
.form-control[readonly] {
  background-color: var(--bs-input-bg);
  opacity: 1;
}

.selected-operator img {
  width: 50px;
}

.amount-type-nav {
  border-radius: 16px;
}

.amount-type-nav .nav-link {
  font-size: 18px;
  border-radius: 16px;
}

.amount-type-nav .nav-link.active {
  border-radius: 16px;
}

.search-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

.search-wrapper .uil {
  font-size: 1.3em;
}

.empty-container {
  font-style: italic;
  text-align: center;
}

.selected-amount {
  /* border-width: 2px; */
  border-color: rgba(var(--bs-success-rgb)) !important;
}

.selected-amount::after {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: rgba(var(--bs-success-rgb));
  position: absolute;
  top: 10px;
  right: 15px;
}

/*----- ----- Ticket ----- ----- */
.receipt-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
  padding: 1.5rem 0;
}

.receipt-header p {
  margin-top: 0;
  margin-bottom: 0 !important;
}

header .total {
  font-weight: bolder;
}
.success-wrapper {
  width: 30px;
  height: 30px;
  margin-bottom: 0.5rem;
  background-color: #e5f4ed;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.success-wrapper .fa-2x {
  font-size: 1.1em;
}
.data-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.data-row .title {
  color: #6c757d !important;
}

.data-row .data {
  font-weight: 600;
}

.transaction-detail {
  padding: 2rem 0;
  border-bottom: 1px dashed #e3ebf1 !important;
}

.transaction-detail .data-row:last-child .data,
.transaction-detail .data-row:last-child .title {
  margin-bottom: 0 !important;
}

.transaction-detail-footer {
  padding: 1.2rem 0;
  border-bottom: 1px dashed #e3ebf1 !important;
  margin-bottom: 1.5rem;
}

.receipt-card {
  border-radius: 15px;
}

/*----- ----- My Cards ----- ----- */
.payment-methods {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
}
.payment-methods .img-wrapper {
  width: 35px !important;
  height: 35px !important;
}

.payment-methods .img-wrapper:not(:last-child) {
  margin-right: 5px;
}

.logo-selected,
.icon-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  z-index: 10;
}

.logo-selected img {
  width: 35px;
}

.pe-6 {
  padding-right: 3.5rem;
}

table .btn {
  padding: 0;
  border: none;
  outline: none;
}

table .btn:hover {
  border: none;
  outline: none;
}

table .btn .fa-2x {
  font-size: 1.4em;
}

/*----- ----- Theme ----- ----- */
.theme-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.toggle {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70px;
  height: 30px;
  margin-bottom: 0;
  border-radius: 45px;
  cursor: pointer;
  transition: 0.2s;
}
.checkbox {
  display: none;
}
.icon {
  width: 50%;
  font-size: 16px;
  /* line-height: 75px; */
  text-align: center;
  z-index: 1;
}
.ball {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin: 6px;
  transition: 0.2s;
  top: -3px;
}
/* ---- ---- Light Mode ---- ---- */
.light .toggle {
  background: linear-gradient(145deg, #e1e1e1, #fff);
  /* box-shadow: 3px 3px 4px #e6e6e6, -3px -3px 4px #fff; */
}
.light .icon--light {
  color: #fafafa;
}
.light .icon--dark {
  color: #03314d;
}
.light .ball {
  background-color: #151d2a;
}
/* ---- ---- Dark Mode ---- ---- */

.dark .toggle {
  background: #03273c;
  /* box-shadow: 3px 3px 3px #0e131b, -3px -3px 3px #1c2739; */
}
.dark .icon--light {
  color: #fafafa;
}
.dark .icon--dark {
  color: #03314d;
}
.dark .ball {
  background-color: #fafafa;
  transition: 0.3s;
  transform: translateX(35px);
}

/* ----- ----- Dashboard ----- ----- */
table thead th {
  text-transform: uppercase;
}

/*----- ----- Switch Show Debt ----- ----- */

.btn-container {
  display: flex;
  align-items: center;
}

.toggle-btn {
  width: 50px;
  height: 20px;
  margin: 10px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  background: var(--bs-input-bg);
  cursor: pointer;
  -webkit-transition: background-color 0.4s ease-in-out;
  -moz-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
  cursor: pointer;
}
.toggle-btn.active {
  background: var(--bs-red);
}
.toggle-btn.active .round-btn {
  left: 28px;
}
.toggle-btn .round-btn {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.toggle-btn .cb-value {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/*----- ----- Contact US ----- ----- */

.contact-icon-wrapper {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  /* background-color: var(--bs-gray-100); */
  border: 1px solid var(--bs-card-border-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-icon-wrapper .fa-2x {
  font-size: 1.2em;
}

.contact-details {
  margin-top: 1rem;
}

.contact-details p {
  margin-bottom: 0;
}

.contact-details .phone {
  display: flex;
  align-items: center;
}

.contact-details .country-flag {
  width: 20px;
  height: 20px;
  border: 1px solid #7e93a0;
  margin-right: 8px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.border-rounded-10 {
  border-radius: 10px;
}


.currency-flag-wrapper {
    width: 28px;
    height: 28px;
    border: 1px solid var(--bs-gray-400);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.currency-flag-wrapper img {
    width: 28px;
}


/*----- ----- Select Card ----- ----- */

#cardWrapper [data-wallet] {
    cursor: pointer;
    transition: all linear 300ms;
}

#cardWrapper [data-wallet]:hover {
    transform: translateY(-5px);
}

.selected-wallet {
    border-color: rgb(81, 210, 140);
    transform: translateY(-5px);
}

.selected-wallet::after {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(var(--bs-success-rgb));
    position: absolute;
    top: 10px;
    right: 15px;
}

