.main_container_topBalance {
  width: 100%;
  height: auto;
}

.topBalance_container {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  background-color: #fff;
}
.topBalance_heading {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  text-transform: capitalize;
  color: #1d170f;
  text-align: center;
}
.topBlance_tab_name {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
}
.main {
  height: auto;
  overflow-y: hidden;
}
.mainChecked {
  height: auto;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.main_list_container {
  display: flex;
  flex-wrap: wrap;
  height: 300px;
  overflow: scroll;
}
.button_topup {
  width: 231px !important;
  height: 65px;
  background: #3a86f4;
  box-shadow: 0px 3px 0px #2f71d0;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 8px 24px;
}
.button_text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
}
.price_button {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  margin-top: 4px;
}
.list {
  height: 92px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 0.3rem;
  border: 1px solid rgba(89, 95, 98, 0.15);
  border-radius: 16px;
  margin: 5px;
  /* column-gap: 2; */
}
.listChecked {
  height: 92px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #3a86f4;
  padding: 0.3rem;
  border: 1px solid rgba(89, 95, 98, 0.15);
  border-radius: 16px;
  margin: 5px;
}
.title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #25373f;
}
.titleChecked {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #ffffff;
}
.description {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  color: #595f62;
  word-wrap: break-word;
  word-break: break-all;
  max-height: 43px;
  min-height: 23px;
  overflow: hidden;
}
.descriptionChecked {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  color: #ffffff;
  word-wrap: break-word;
  word-break: break-all;
  max-height: 43px;
  min-height: 23px;
  overflow: hidden;
  width: 260px;
}
.description p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  color: #595f62;
  word-wrap: break-word;
  word-break: break-all;
  max-height: 43px;
  min-height: 23px;
  overflow: hidden;
  width: 240px;
}
.descriptionChecked p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  color: #ffffff;
  word-wrap: break-word;
  word-break: break-all;
  max-height: 43px;
  min-height: 23px;
  overflow: hidden;
  width: 240px;
}
.buy_txt {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: capitalize;

  /* Gray */

  color: #595f62;
}
.buy_txtChecked {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: capitalize;

  color: #ffffff;
}
.price {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  text-transform: capitalize;
  color: #25373f;
}
.priceChecked {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
}
.livechat_elments {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
  height: 100%;
}
.livechat_elments h5 {
  font-weight: 500;
  font-size: 1.25rem;
}
.livechat_elments h6 {
  font-weight: 500;
  font-size: 1rem;
}
.btn_options {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  margin-top: 10px;
}
.liveChat_btn {
  color: #fff;
  border-radius: 8px !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
  padding: 4px 15px;
  font-size: 14px;
  touch-action: manipulation;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.liveChat_connect {
  border-color: #ff4d4f;
  background: #ff4d4f;
}
.liveChat_cancel {
  border-color: #1890ff;
  background: #1890ff;
}
