.tooltip .tooltiptext {
  top: -5px;
  left: 105%;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.ttt .btn {
  margin-top: 20px;
}

#modal-thanhtoan .form-control {
  border-radius: 6px 6px 0 0;
}
#modal-thanhtoan label {
  font-size: 14px;
}

.img_80 {
  width: 80px;
}
.img_80 img {
  height: fit-content;
}
.img_50 {
  width: 50px;
}
.img_50 img {
  height: fit-content;
}
.full-width {
  max-width: 98% !important;
  width: 100% !important;
}
[data-bg-color="primary"] {
  background-color: #02bde7 !important;
}
[data-color="primary"] {
  color: #02bde7 !important;
}
[data-bg-color="lightblue"] {
  background-color: #33e3d1 !important;
}
[data-color="lightblue"] {
  color: #33e3d1 !important;
}
[data-bg-color="alert"] {
  background-color: #e90909 !important;
}
[data-color="alert"] {
  color: #e90909 !important;
}
.container-aff {
  background-color: white;
  width: 95%;
  margin: 20px auto;
  padding: 15px;
  border: none;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  border-radius: 0.428rem;
  overflow: hidden;
  padding: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.active-color div {
  display: inline-flex;
  background-color: #4caf50;
  color: white;
  padding: 0 5px;
  border-radius: 100px;
  font-size: 11px !important;
}
.done-color div {
  display: inline-flex;
  background-color: #1976d2;
  padding: 0 5px;
  font-size: 11px !important;
  color: white;
  border-radius: 100px;
}
.end-color div {
  display: inline-flex;
  background-color: #d63638;
  padding: 0 5px;
  font-size: 11px !important;
  color: white;
  border-radius: 100px;
}

.amlab-action a {
  margin-right: 10px;
}

.amlab-loading-inner {
  content: "";
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 999;
}
.amlab-loading-inner .check-loading {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.amlab-loading .amlab-loading-inner {
  display: flex;
}
.flex {
  display: flex;
  flex-direction: row;
}
.gap-10 {
  gap: 10px;
}
.flex-col {
  display: flex;
  flex-direction: column;
}

.toolbar {
  background-color: #1976d2;
  position: relative;
  padding: 0 12px;
  min-height: 50px;
  align-items: center;
  display: flex;
  border-radius: 3px;
}
.toolbar-title h2 {
  margin: 0 !important;
  color: white !important;
}
.btnBack {
  min-height: 2.4em;
  min-width: 2.4em;
  background-color: #e91e63 !important;
  border-radius: 999999px;
}
.btnBack span {
  margin: 5px;
  top: 8px;
  position: absolute;
}
.my-account .amlab-btn-hover {
  padding: 10px;
  font-size: 14px;
  line-height: normal;
}
.amlab-btn-hover.active:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #09bce9;
  transition: all 0.3s;
  border-radius: 5px;
  z-index: -1;
}
.amlab-btn-hover.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(4, 60, 74);
  border-radius: 5px;
  z-index: -2;
}
.amlab-btn-hover {
  display: inline-block;
  padding: 10px 30px;
  text-decoration: none !important;
  border-radius: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  border: none;
  outline: none;
}
.amlab-btn-hover:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgb(4, 60, 74);
  transition: all 0.3s;
  border-radius: 5px;
  z-index: -1;
}
.amlab-btn-hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #09bce9;
  border-radius: 5px;
  z-index: -2;
}
.amlab-btn-hover:hover::before {
  width: 100%;
}
.amlab-btn-hover:hover {
  color: #fff;
}
.amlab_input_100 {
  max-width: 100% !important;
  width: 100% !important;
  min-height: 40px !important;
  height: 100% !important;
  border-radius: 10px !important;
  border: 1px solid #e6e6e6 !important;
  box-shadow: 2px 1px 10px 2px #0000000d !important;
}
.amlab_input_50 {
  width: 50% !important;
  min-height: 40px !important;
  height: 100% !important;
  border-radius: 10px !important;
  border: 1px solid #e6e6e6 !important;
  box-shadow: 2px 1px 10px 2px #0000000d !important;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.flex-center,
.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.flex-center,
.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

.content-center {
  align-content: center;
}

.content-stretch {
  align-content: stretch;
}

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-baseline {
  align-self: baseline;
}

.self-stretch {
  align-self: stretch;
}
.card-item {
  border: none;
  box-shadow: 2px 1px 10px 2px #0000000d;
  border-radius: 20px;
  overflow: hidden;
  padding: 1.5rem;
  height: 100%;
  background-color: white;
}
.card-item-main {
  border: none;
  box-shadow: 1px 1px 10px 5px #0000000d;
  border-radius: 20px;
  overflow: hidden;
  background-color: white;
  padding: 1.5rem;
}
.card-number {
  font-family: Montserrat;
  font-size: 64px;
  font-weight: 600;
  line-height: 78.02px;
  text-align: left;
}
.card-status {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  line-height: 24.38px;
  text-align: left;
}
.card-name {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.5px;
  text-align: left;
}
.toplevel_page_amlab_affiliate_list_options img {
  max-width: 70%;
  transition: transform 0.8s ease-in-out;
  padding: 0 !important;
  opacity: 1 !important;
  position: relative;
  top: 3px;
}
.table_user thead th {
  text-transform: none !important;
  font-size: 12px !important;
  color: black !important;
}
.amlab_pagination {
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
span.page-numbers.current {
  font-size: 15px;
  font-weight: bold;
  color: white;
  background-color: #1976d2;
  border-radius: 99999px;
  padding: 3px 10px;
}
.amlab_btn {
  padding: 4px 16px;
  min-height: 2.572em;
  border-radius: inherit;
  width: 100%;
  height: 100%;
}
.toolbar .toolbar-title {
  margin: 0 !important;
}
.form-check-label {
  display: inline !important;
}
.text-large {
  font-size: 14px;
  font-weight: 500;
}
.padding-bg-sm {
  padding: 4px 8px;
}
@media screen and (max-width: 48rem) {
  .col-full-mb {
    width: 100% !important;
  }
  .card-item {
    overflow: scroll;
  }
  .dash-item {
    margin-top: 15px !important;
  }
  #modal-thanhtoan {
    padding: 0;
  }
}
