.close {
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-shadow: none;
  font-size: 2rem;
  opacity: 1;
  font-weight: 300;
}

.mobileview,
.lsmobileview {
  display: none;
}

.announcemnt__img {
  margin-right: 3px;
  width: 20px;
}

.getstarted {
  font-size: 18px;
  font-weight: 600;
  color: #28abe3;
  box-shadow: 0 16px 24px rgba(74, 144, 226, 0.1);
  background: #fff;
  display: inline-block;
  border-radius: 100px;
  line-height: 55px;
  padding: 0 30px;
  min-width: 190px;
}

body::-webkit-scrollbar {
  width: 5px !important;
}

body::-webkit-scrollbar-track {
  background: #ccc;
}

body::-webkit-scrollbar-thumb {
  background-color: #28abe3;
  outline: 1px solid #28abe3;
  border-radius: 100px;
}

.timeline-slide p {
  font-size: 18px !important;
}

.slick-slider {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.slick-next:before,
[dir="rtl"] .slick-prev:before {
  content: "\F054" !important;
  font-family: material design icons !important;
  border-radius: 50%;
  background-color: #000;
}

.slick-prev::before {
  content: "\F04D" !important;
  font-family: material design icons !important;
  border-radius: 50%;
  background-color: #000;
}

.slick-dots {
  display: none !important;
}

.slick-next:before,
.slick-prev:before {
  font-size: 30px;
  color: #b1b1b1;
}

.changepass-section .main-text h3,
p,
.changepass-section .main-text {
  color: #575757;
  font-size: 15px;
  font-weight: 400;
}

.header-noti {
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding: 6px;
  border-radius: 0 0 8px 8px;
  cursor: pointer;
}

.header-noti a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(40, 171, 227, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  width: 41%;
}

.close {
  color: #28abe3;
  text-align: end;
  font-size: 28px;
  font-weight: 400;
  position: relative;
  top: -11px;
}

.learn-more {
  text-align: center;
}

.learn-more .getstarted {
  outline: none;
  text-decoration: none;
  background-color: #28abe3;
  color: #fff;
  font-size: 15px;
  line-height: 37px;
  letter-spacing: 0.5px;
}

.text-last-emoji {
  padding-left: 5.7rem;
}

.pop-text-title h3 {
  margin-top: 0.5rem;
  font-weight: 700 !important;
  color: #575757;
  font-size: 28px;
  width: 100%;
  text-align: center;
  display: flex;
  min-height: 69px;
}

.text-last-pop {
  margin-top: 1rem;
  height: 300px;
  padding: 10px;
  margin-bottom: 1rem;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
}

.text-last-pop img {
  margin-right: auto;
  margin-left: auto;
}

.text-last-emoji {
  display: flex;
}

.text-last-feedback img {
  width: 30px;
  margin-left: 1rem;
  cursor: pointer;
}

.text-last-feedback img {
  width: 30px;
  margin-left: 1rem;
}

.feature-type {
  display: flex;
}

.feature {
  outline: none;
  padding: 0 10px;
  color: #fff !important;
  border-radius: 108px;
  background: #28abe3;
  border: 2px solid #fff;
  line-height: 31px;
  display: block;
  font-size: 12px;
  min-width: 81px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.feature-type .date {
  margin-left: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  color: #9c9c9c;
  font-size: 12px;
}
.remit-row {
  width: 80%;
  margin: auto;
}

.app__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.app__footer li a img {
  height: auto !important;
}

.app__footer .qr__norm {
  max-width: 39px;
  background: #000;
  padding: 4px;
  border-radius: 3px;
}

.app__footer li a {
  position: relative;
}

.qr__hover {
  height: 183px;
  width: 183px;
  padding: 10px;
  border-radius: 6px;
  background-color: #000;
  position: absolute;
  bottom: 45px;
  right: -73px;
}

.mobile__app {
  display: none;
}

.app__footer li a .qr__hover {
  display: none;
}

.app__footer li:nth-child(2) a img {
  margin: 0 5px;
}

.footer-newlink h4 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  line-height: 50px;
}

.footer-newlink ul li {
  line-height: 34px;
}

.footer-newlink ul li a {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.footer-newlink ul li a img {
  height: 30px;
}

.footer-newlink .social-remit {
  display: flex;
  justify-content: space-between;
}

.footer-end {
  width: 100%;
  margin: 3rem auto 0;
}

.footer-end ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border-bottom: 2px solid #fff;
  padding-left: 0;
  padding-bottom: 1rem;
  margin-top: 2rem;
}

.footer-end ul li a {
  text-decoration: none;
  color: #fff;
}

.footer-end h6 {
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin: 2rem 0;
}

.mobile-logo {
  display: none;
}

.drop-menu {
  width: 190px;
  background: #fff;
  padding: 0;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: translateY(-3em);
  z-index: -1;
  transition: all 0.3s ease 0s, visibility 0s linear 0.3s,
    z-index 0s linear 0.01s;
  box-shadow: 0 -1px 14px 0 rgba(0, 0, 0, 0.05);
  left: 14rem;
}

.drop-menu li:first-child {
  padding-top: 7px;
}

.otc-view {
  margin-left: 2rem;
}

.drop-menu li > a {
  color: #28abe3;
  font-size: 13px;
  text-align: justify;
  padding: 10px 0 5px;
  display: block;
}

.drop-menu li > a:hover {
  color: #28abe3;
}

.drop-menu li > a > p {
  color: #bbb;
  font-size: 11px;
  margin: 0;
  text-align: left;
  padding-bottom: 10px;
}

.drop-menu li {
  padding: 0 5px 0 17px;
  display: flex;
  flex-direction: column;
}

.drop-menu li:hover {
  background-color: #e4e9ef;
  cursor: pointer;
}

.drop-header:hover .drop-menu {
  visibility: visible;
  opacity: 1;
  z-index: 99;
  transform: translateY(0);
  transition-delay: 0s, 0s, 0.3s;
}

.drop-header {
  cursor: pointer;
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px 20px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  margin-left: 3rem;
}

.drop-header img {
  width: 9px;
  margin-left: 10px;
}

.status__page {
  margin: 3rem 0;
}

.status__banner {
  padding: 7rem 0 4rem;
  background: #28abe3;
}

.status__bnnrtext {
  width: 75%;
  margin: 0 auto;
}

.status__bnnrtext h3 {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
}

.status__bnnrtext p {
  padding: 1rem 0;
  color: #fff;
  width: 62%;
  font-size: 20px;
}

.status__tableSection {
  margin: 3rem;
}

.status__tableSection table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  background: #fff;
}

.status__tableSection table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}

.status__tableSection thead tr {
  border-bottom: 1px solid #ddd;
  background: #fff;
}

.status__tableSection table th,
table td {
  text-align: start;
  padding: 17px;
}

.status__tableSection table td:first-child a {
  color: #28abe3 !important;
  text-decoration: none;
}

.status__tableSection table th {
  text-transform: uppercase;
  color: #b5bbc9;
  font-size: 16px;
  font-weight: 600;
  text-align: start;
  padding: 20px;
  white-space: nowrap;
}

#derivateModal {
  text-align: center;
}

#derivateModal .close {
  position: absolute;
  right: 10px;
  top: 3px;
}

#derivateModal img {
  margin: 15px auto;
}

.derivate__modalmain h4 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #0d1f3c;
  margin: 35px 0 17px;
}

#derivateModal .modal-content {
  padding-bottom: 40px;
  position: relative;
}

#derivateModal input {
  border: none;
  border-radius: 6px;
  background-color: #edf1f9;
}

.launch__mod {
  display: flex;
  justify-content: center;
}

.launch__mod input {
  background: 0 0;
  outline: none;
  padding: 11px;
  border: solid 1px #575757;
  background-color: #fff;
  margin: 0;
  border-radius: 6px;
  color: #a7a7a7;
  width: 56%;
}

.launch__mod button {
  background: #28abe3;
  border-radius: 6px;
  width: fit-content;
  cursor: pointer;
  text-align: center;
  padding: 11px 25px;
  border-radius: 6px;
  color: #fff;
  border: none;
  margin-left: 15px;
}

.free_btc_box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -27%;
  z-index: 99;
  top: 2.8%;
  transition: left 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.side-main-content {
  background-color: #f3f3f3;
  width: 345px;
  height: 508px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  padding-bottom: 1%;
}

.side-main-content-lower {
  width: 100%;
  padding: 2%;
}

.Ellipse-2,
.Ellipse-3,
.Ellipse-4 {
  width: 30px;
  height: 30px;
  padding: 20px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.03);
  background-color: #fff;
  border-radius: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Ellipse-4 {
  border: solid 1px #28abe3;
}

.small-heading {
  text-align: center;
  color: #575757;
  font-size: 12px;
  font-weight: 400;
}

.tbl {
  padding: 3%;
}

.px1 {
  color: #858585;
  font-size: 10px;
  margin: 0;
}

.img1 {
}

.tbl td {
  padding: 3%;
}

.logo__name {
  display: flex;
  align-items: center;
}

.logo__name img {
  margin-right: 8px;
}

.side-button {
  background-color: #000c1f;
  width: 38px;
  padding-left: 13px;
  padding-top: 10px;
  text-align: center;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  cursor: pointer;
}

.side-button .text img {
  margin-bottom: 8px;
}

.side-button .text {
  writing-mode: vertical-rl;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  margin-left: 0;
}

.text__left {
  left: -26.5%;
}

.web__app h4 a {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}

.height__iphone {
  height: 25px;
}

.header__dropdown {
  display: none;
  max-height: 38px;
  transition: all 0.4s ease 0s;
  overflow-y: hidden;
}

.new__loginBtn {
  display: flex;
  justify-content: space-evenly;
}

.new__loginBtn a {
  padding: 14px 41px 15px 39px !important;
  border-radius: 90px;
  border: solid 1.5px #fff;
  display: none;
}

.new__loginBtn a:nth-child(2) {
  background-color: #fff;
  color: #28abe3;
}

.new__download img {
  height: 15px;
  width: 15px;
  margin-right: 8px;
}

.new__download p {
  font-size: 14px;
  color: #28abe3;
  font-weight: 600;
  margin: 0;
}

#home {
  position: relative;
}

.app__bnnr {
  position: fixed;
  top: 110px;
  right: -366px;
  z-index: 9999999;
  transition: right 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.app__bnnr__box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.app__main__content {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.07);
  background-color: #000a1a;
  text-align: center;
  padding: 38px 10px;
  border-radius: 6px 0 0 6px;
}

.app__main__content h3 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  width: 80%;
  margin: 0 auto;
}

.app__main__content p {
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  width: 80%;
  margin: 15px auto 0;
}

.app__main__ss {
  width: 183px;
  height: 174px;
  margin: 35px;
  object-fit: contain;
}

.app__platform {
  display: flex;
  flex-direction: column;
}

.app__main__down {
  display: flex;
  justify-content: center;
}

.app__main__qr {
  background: #fff;
  padding: 8px;
  border-radius: 6px;
  margin-left: 1.5rem;
}

.app__platform img {
  width: 97px;
}

.app__main__qr img {
  width: 64px;
}

.app__side__button {
  background-color: #001029;
  width: 38px;
  padding-left: 10px;
  padding-top: 10px;
  text-align: center;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  cursor: pointer;
}

.app__downtext {
  writing-mode: vertical-rl;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  margin-left: 0;
}

.app__side__button img {
  margin-bottom: 8px;
}

.logo-footer {
  width: 150px;
}

.promote-img {
  margin-right: 10px;
  padding-top: 7px;
  cursor: pointer;
  transform: scaleX(-1);
}

#feedbackPopSecond {
  margin-right: 10px;
  padding-top: 6px;
  position: absolute;
  right: 13.5rem;
  cursor: pointer;
  transform: scaleX(-1);
}

.showrow {
  display: "" !important;
}

.hiderow {
  display: none !important;
}

.discover__search input {
  float: right;
  border-radius: 6px;
  border: none;
  padding: 10px;
  margin-bottom: 8px;
}

.table-responsive {
  height: 800px;
}

.table-responsive thead {
  position: sticky;
  top: 0;
  z-index: 9999;
}

.description_tool {
  position: relative;
  color: #28abe3;
  cursor: pointer;
  margin-left: 6px;
}

.desc__show {
  display: none;
  position: absolute;
  background: aliceblue;
  color: #575757;
  padding: 10px 10px 10px 32px;
  border-radius: 6px;
  top: -2rem;
  left: 1rem;
  list-style: initial;
  width: 20rem;
  text-align: start;
  z-index: 1;
}

.description_tool:hover .desc__show {
  display: block;
}
.searhrow td{
  white-space: nowrap;
}
.desc__show li{
  white-space: normal;
  word-wrap: break-word;
}
.Deposit__status , .Withdraw__status{
  display: flex;
  margin-left: 31%;
}
@media (max-width: 570px) {
  .discover__search input {
    width: 100%;
  }
  .desc__show {
    top: 1rem;
    left: -11rem;
    width: 15rem;
  }

  .desc__show li {
    /* word-break: break-all; */
    word-wrap: break-word;
    list-style: inside;
    overflow-y: auto;
  }
  .status__tableSection{
    margin:1rem;
  }
  .status__tableSection table{
    display: table;
  }
  .status__tableSection table tr {
    width: 100% !important;
  }
  .Deposit__status, .Withdraw__status {
    flex-direction: row-reverse;
    gap:6px
  }
}

@media (min-width: 760px) and (max-width: 888px) {
  .discover__search {
    border-bottom: none !important;
  }

}
@media (min-width: 760px) and (max-width: 1024px) {
  .Deposit__status, .Withdraw__status {
    margin-left: 20%;
  }
}
/* @media (max-width: 330px){
  .status__tableSection table tr {
    width: 285px !important;
  }
} */
