*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
}
body {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  background-color: #eceff1; 
  font-size: 15px;
  color: #1f1f1f;
}
body.dark-theme .navbar{    background-color: #001629;}
body.dark-theme{background-color: #00101e;}
.dark-theme{ color: rgb(255 255 255 / 90%);}
.dark-theme a{color: #ffbf43;}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
  color: #000;
}
.dark-theme h1, .dark-theme h2, .dark-theme h3, .dark-theme h4, .dark-theme h5, .dark-theme h6, .dark-theme h1 a, .dark-theme h2 a, .dark-theme h3 a, .dark-theme h4 a, .dark-theme h5 a, .dark-theme h6 a{
  color: #fff;
}
.services {
  background: #387ed1;
}
.heading-primary {
  font-size: 30px;
}

p {
  line-height: 1.8;
  margin: 1rem 0;
}
.table td,.table th{padding:.75rem .5rem;vertical-align:top;white-space: nowrap;}
input[type="date"] { 
  text-transform: uppercase;
}
.bg-black {
  background-color:#eceff1 !important;
}
.dark-theme .bg-black {
  background-color:#11141c!important;
}
.table th{    font-weight: 600;}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-120 {
  margin-top: 120px !important;
}




.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}






.pageNumberContainer li { border-color: rgb(0 0 0) !important;
  color: rgb(0 0 0) !important;
  padding: 10px !important;
}
.dark-theme .pageNumberContainer li { border-color: rgb(255 255 255) !important;
  color: rgb(255 255 255) !important;
}

.pageNumberContainer li button {
  color: rgb(0 0 0) !important;
}
.dark-theme .pageNumberContainer li button {
  color: rgb(255 255 255) !important;
}






.black {
  color: #001629;
}
ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

.dark-theme .navbar a {
  color: #fff;
}

button,
button:hover,
button:focus,
button:active {
  text-decoration: none;
  outline: none;
}

.padding {
  padding: 60px 0;
  position: relative;
}

/*------------ PRELOADER --------*/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow: hidden;
}

.no-js #loader-wrapper {
  display: none;
}
.my-story a:hover img {
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
  transform: scale3d(1.2, 1.2, 1.2);
}
.my-story a img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.my-story .third {
  position: absolute;
  top: 90px;
  left: 50%;
  margin-left: -110.5px;
}
.my-story .second {
  float: right;
  display: inline-block;
  position: relative;
}
.my-story {
  float: left;
  width: 100%;
  padding-bottom: 100px;
  position: relative;
  margin-top: 50px;
}
.my-story a:hover {
  z-index: 2;
}
.my-story .first {
  display: inline-block;
  float: left;
  position: relative;
}
#loader {
  position: relative;
  top: 50%;
  margin: 0 auto;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  border: 0.2rem solid transparent;
  border-color: #1b2732;
  z-index: 1000;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
#loader:before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  right: 0.8rem;
  bottom: 0.8rem;
  border-radius: 50%;
  border: 0.2rem solid transparent;
  border-color: #1b2732;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
#loader:after {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  right: 0.6rem;
  bottom: 0.6rem;
  border-radius: 50%;
  border: 0.6rem solid transparent;
  border-top-color: #f8c44f;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dd_flex {
  display: flex;
}
.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  -o-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}

/*----------------- BUTTON STYLE----------------- */
.button:link,
.button:visited {
  margin: 10px auto 0;
  padding: 14px 15px;
  color: #353434;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: 0.08em;
  border-radius: 0.2rem;
  -webkit-text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.p60 {
  padding: 60px 0;
}
.btn-hover:link:after,
.btn-hover:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 51%;
  top: 50%;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em;
  color:#001629;
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E")
    50%/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 1;
  cursor: pointer;
  filter:brightness(0);
  -webkit-filter:brightness(0);
  -moz-filter:brightness(0);
  -ms-filter:brightness(0);
}
.dark-theme .btn-close {
  color: #fff;
  filter: invert(1);
  -webkit-filter: invert(1);
  -moz-filter: invert(1);
  -ms-filter: invert(1);
}

.btn-hover:link:hover,
.btn-hover:visited:hover {
  color: #fff;
  text-shadow: none;
}

.btn-hover:link:hover:after,
.btn-hover:visited:hover:after {
  height: 100%;
}

.btn-hover:link,
.btn-hover:visited {
  position: relative;
  margin: 10px auto 0;
  padding: 14px 15px;
  color: #353434;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: 0.08em;
  border-radius: 0.2rem;
  -webkit-text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.btn-hover.btn-fill {
  border: 2px solid #f8c44f;
}

.btn-hover.btn-fill:after {
  background: #f8c44f;
  opacity: 0.5;
  -moz-transform: translateX(-51%) translateY(-51%);
  -ms-transform: translateX(-51%) translateY(-51%);
  -webkit-transform: translateX(-51%) translateY(-51%);
  transform: translateX(-51%) translateY(-51%);
}

.btn-hover.btn-fill:hover:after {
  height: 100%;
  opacity: 1;
}
.bborder {
  display: block;
  margin: auto;
}
/*------ Scroll to Top------- */
#scroll-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  display: none;
  z-index: 99;
  background: #1e6dff;
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

#scroll-to-top i {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
}

#scroll-to-top:hover {
  transform: scale(1.2);
}

/* --------------------------------------
  3. NAVIGATION
-----------------------------------------*/
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border: 0;
  z-index: 99;
  background-color:#fff;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.right_menu li a {
  margin-left: 25px;
}

.navbar .icon-bar {color: #045679;font-size: 14px;}
.dark-theme .navbar .icon-bar {color: #fff;}

.navbar-collapse .navbar-nav .nav-link:hover{ color:#001629}
.navbar-collapse .navbar-nav .nav-link{
  text-align: center;
  padding: 5px;
  margin: 5px 1rem;
  letter-spacing: 0.5px;
  color: #060606;font-weight: 500;
}
.dark-theme .navbar-collapse .navbar-nav .nav-link{
  color: #fff;
}
.nav-scroll,
.nav-scroll2 {
  background: #fff;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}
.nav-scroll2 .navbar-brand img{height: 40px;}
.dark-theme .nav-scroll,
.dark-theme .nav-scroll2 {
  background:#001629;
}

.navdashbord .navbar-collapse .navbar-nav .nav-link {
  margin: 5px 1rem 0;
}
.dark-theme .colorsite{ color: #ffbf43;}
.navdashbord,
.navdashbord.nav-scroll {
  position: relative;
  -webkit-transition: 0s ease;
  transition: 0s ease;
  padding: 75px 0 5px;
  z-index: 9;
  background: #6e4e01;
  margin-bottom: 40px;
}

.nav-scroll .navbar-nav .nav-link .active {
  color: #f8c44f !important;
}
.tr {
  text-align: right;
}
.left_tab li {
  display: inline-block;
  margin-right: 10px;
}
.col-md-4 .alert_man {
  position: initial;
}
.left_tab li a {
display: block;
    padding: 10px 14px;  border-bottom: 2px solid #fff;
    font-weight: 600;
    color: #5c5c5c;
}


.left_tab {
    margin-bottom: 25px;
    background: #fff;
    padding: 0;
    border-radius: 10px 10px 0 0;
}
.dark-theme .left_tab{background: #001629;}
.dark-theme .left_tab li a {   border-bottom: 2px solid #001629;color: #aabfd4;}
.left_tab li a.active {
    color: #edad33;
    border-bottom: 2px solid #edad33;
}
.dark-theme .left_tab li a.active {
    color: #ffbf43;
    border-bottom: 2px solid #ffbf43;
}
.table_span {
  opacity: 0.6;
}
.white_box_refer {
  background:#fff;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 20px;
}
.dark-theme .white_box_refer {background: #001629;}
.white_box {
  background:#fff	;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 30px;
  position: relative;
  color: #000;
}
.dark-theme .white_box {
  background: #001629;
  color: #fff;
}
.l_right a i {
  font-size: 35px;
  color: #ffbf43;
  margin-top: 14px;
}
.info-wrap .dbox .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
 background:rgb(242 194 74);
    color: #00101e;
}

.info-wrap .dbox .icon span {
  font-size: 20px;
}
.info-wrap .dbox p span {
  font-weight: 600;
}

.dark-theme .item-con.tradeHistory-base h6 {
  color: #fff;
}



.dark-theme .white_box .scrool_wallet_box .table thead th {
  background-color: #001629;
}
.dark-theme .dropdown-menu2{background-color: #022342;}
.nav-tabs.offer_beu.spot {
  background-color: #fff;
  flex-wrap: nowrap;
  overflow: auto;
}
.dark-theme .nav-tabs.offer_beu.spot {
  background-color: #001121;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid rgb(125 125 125 / 22%);
  
}

/*07-dec-2021*/
/*#root {
  background-color: #000;
}*/
/*07-dec-2021*/

/*20-01-2022*/
/*how-started-outer*/
.how .how-inner{
  margin-top:35px;
}
.how-left{
  text-align: right;
}
.how-left img {
  max-width: 220px;
}
.how-right {
  margin-left: auto;
  max-width:700px;
}
.how-right ul li:not(:last-of-type){
  margin-bottom:25px;
}
.how-right ul li span {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #fff;
  color: #001629;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}

/*03-02-2022*/
.in_page.amount-type-outer label{
  color: #fff;
}

.in_page.amount-type-outer .paginationWrapper .inputField {
  text-align: center;
}
.in_page.amount-type-outer .paginationWrapper .inputField::-webkit-outer-spin-button,
.in_page.amount-type-outer .paginationWrapper .inputField::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.in_page.buy_exchange .currency_validate label {
  color: #fff;
}
.in_page.buy_exchange .currency_validate .form-control {
  border-color: #fff;
}
.in_page.buy_exchange .input-group-prepend .input-group-text {
  background-color: transparent;
}

iframe[style*="fixed"] {
  display: none !important;
  position: static !important;
}
/*03-02-2022*/

/*19-04-2022*/
.feature-main-outer {
  padding:50px 0;
}

.feature-list-outer{
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin:40px 0 0;
}
.feature-list-outer ul{
  display: flex;
  margin: 0 auto;
  transform-origin: center;
  animation:marquee 30s cubic-bezier(.01,0,.59,.78) infinite alternate-reverse;
  flex-shrink: 0;
}
@keyframes marquee {
0% {
  transform: translateX(-50%);
}

100% {
  transform: translateX(50%);
}
}
.feature-list-outer ul li{
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-grow: 1;
  align-items: center;
  flex-shrink: 0;
  max-width: 250px;
}
.feature-list-outer ul li img{
  max-width: 60%;
}


.help-main-outer {
  background-color: #fff;
  padding:60px 0;
}
.dark-theme .help-main-outer {
  background-color: #001629;
}


.help-inner {    align-items: center;    margin-top: 20px;}
.help-inner .img-outer {
    width: 35px;
    margin-right: 10px;
    height: 35px;
    border-radius: 100%;
    text-align: center;
    background: #ffd65b;
    color: #001629;
    line-height: 35px;
}

.dark-theme .white_box5{    box-shadow:0px 1px 8px rgb(255 255 255 / 15%)}
.dark-theme .help-inner .img-outer img{
  filter: invert(1);
}

.trade-main-outer {
  background-color: #fff;
  padding: 40px 0 0;
}
.dark-theme .trade-main-outer {
  background-color: #001629;
}
.trade-main-outer .logo-outer {
  margin: 0 0 15px;
}
.dark-theme .trade-main-outer .logo-outer img {
  filter: brightness(0) invert(1);
}
.trade-btn-outer {
  max-width: 260px;
  margin-top: 16px;
}
.btn {
  font-size: 16px;
  line-height: 1.2;
}
.btn-primary:hover{    background-color: #ffbf43;    border-color: #ffbf43;}
.btn-primary{
  padding:10px 15px;
  min-width:120px;
  transition:all ease-in-out 0.25s;
  -webkit-transition:all ease-in-out 0.25s;
  -moz-transition:all ease-in-out 0.25s;
  -ms-transition:all ease-in-out 0.25s;
  box-shadow: none !important;
  text-align: center;
}

.dark-theme .btn-primary:hover{
  color: #fff !important;
}
.footer-logo {
  margin: 0px 0 45px;
}
.dark-theme .footer-logo img{
  filter: brightness(0) invert(1);
}

.qr-scaner{
  padding: 12px 15px;
  border-radius: 15px;
  box-shadow: 0px 3px 10px rgb(51 51 51 / 20%);
  margin:0 auto 25px;
  max-width:260px;
}
.dark-theme .qr-scaner{
  box-shadow: 0px 3px 10px rgb(255 255 255 / 20%);
}
.qr-code{
  width: 90px;
  margin-right: 10px;
}
.qr-text{
  width: calc(100% - 100px);
}
.trade-list-outer{
  font-size: 0px;
  line-height: normal;
  list-style: none;
  padding: 0;
  margin: 0;
}
.trade-list-outer li {
    display: inline-block;
    margin-right: 2%;
    margin-bottom: 20px;
    border-radius: 10px;
    background: #ffd65b;
   
}
.trade-list-outer li:hover{ }
.trade-list-outer li:nth-of-type(3n+3) {
  margin-right: 0%;
}
.trade-list-outer li a{    display: flex; color: #000; padding: 10px 15px; }
.trade-list-outer li p{
  font-size: 18px;
 
  font-weight: 600;
}

.trade-list-outer li svg, .trade-list-outer li svg path{
  fill: #000;
}

.dark-theme .trade-list-outer li:nth-of-type(2) svg #android_37{
  fill: #fff !important;
}
.appss .section-heading {
  margin-bottom: 50px;
}
.section-heading h2{    font-size: 2.5rem;}
/*19-04-2022*/
/*20-04-2022*/
.how-main-outer{
  padding:60px 0;
}

.how-outer {
  margin: 40px 0 0;
}

.how-inner .fa{    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 32px;
    margin-right: 15px;
    border-radius: 100%;
    line-height: 60px;}
.how-inner .fa-user{      background: rgb(37 161 255 / 15%);color:#25a1ff}	
.how-inner .fa-university{      background: rgb(165 128 248 / 15%);color:#a580f8}	
.how-inner .fa-usd{    background: rgb(255 86 104 / 15%);color:#ff5668}	
.how-inner .fa-signal{    background: rgb(255 166 61 / 15%);color:#ffa63d}	
.how-inner {
    background: #fff;
    padding: 30px 20px;
    height: 100%;
    border-radius: 10px;
}

.dark-theme .how-inner{    background: #001629;}
.dark-theme .how-inner .img-outer img{
  filter: invert(1);
}

.how-inner .content-outer h3 {
    margin: 20px 0 10px;
    font-size: 20px;
}
.how-inner .content-outer p:last-of-type{
  margin: 5px 0 0;    opacity: 0.8;
}
.intro-outer {
  margin: 0 auto 50px;
  max-width: 900px;
}

.intro-right h6 {
  margin-bottom: 18px;
  padding-bottom: 20px;
  border-bottom:1px solid rgb(4 152 128 / 25%)
}
.intro-right .view-market {
  margin-top: 20px;
}
.intro-main-outer .fade.table-responsive {
  visibility: hidden;
  height: 0;
  transition:all ease-in-out 0.25s;
  -webkit-transition:all ease-in-out 0.25s;
  -moz-transition:all ease-in-out 0.25s;
  -ms-transition:all ease-in-out 0.25s;
}
.intro-main-outer .show.table-responsive {
  visibility: visible;
  height:100%;
}
.footer .nav_link li a {color: #001629;}
.dark-theme .footer .nav_link li a {color: rgb(255 255 255 / 90%);}
.dark-theme .dashbord_manbox .nav-tabs{color: rgb(255 255 255 / 90%);}
.navbar-collapse .navbar-nav .theme-img {
  filter: brightness(0);
  transition:all ease-in-out 0.25s;
  -webkit-transition:all ease-in-out 0.25s;
  -moz-transition:all ease-in-out 0.25s;
  -ms-transition:all ease-in-out 0.25s;
  max-width: 20px;    margin: 15px;
}
.dark-theme .navbar-collapse .navbar-nav .theme-img{
  filter: brightness(0) invert(1);
}
.navbar-collapse .navbar-nav .theme-img:hover{
  filter: brightness(1);
}
.register-main-outer{
  min-height: 100vh;
  overflow: hidden;
}
.register-inner {
  margin: 0 auto;
  max-width: 85%;
  padding: 80px 15px 20px;
}
.register-inner.signup-inner .element-reverse {
  flex-direction: row-reverse;
}
.register-left, .register-right{
  height: 100%;
   background:#00284c url(../assets/img/login_bg.png) center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction:column;
 -moz-flex-direction:column;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-align-items:center;
  -moz-align-items:center;
  -ms-align-items:center;
  align-items:center;
  -webkit-justify-content:center;
  -moz-justify-content:center;
  -ms-justify-content:center;
  justify-content:center;
  -ms-flex-pack:center;
  padding: 35px 25px;
}
.register-left{
  border-radius:20px 0px 0px 20px;
}

.register-right{
  border-radius:0px 20px 20px 0px;
}

.register-left {
  position: relative;
  z-index: 1;
}
.register-right{
  background: #fff;
  box-shadow: 0px 3px 10px rgb(0 0 0 / 2%);
  -webkit-align-items:unset;
  -moz-align-items:unset;
  -ms-align-items:unset;
  align-items:unset;
}
.dark-theme .register-right{background-color: #001629;}
.register-left .logo-outer{
  margin: 0 0 20px;
}
.register-left .logo-outer img{
  max-width:120px;
}
.register-right .heading-link-outer:not(.signup-main-outer .heading-link-outer){
  margin: 0 auto;
  max-width: 420px;
  width: 100%;
}
.register-left h1{
  margin: 0 0 8px;
  color: #fff;
  font-size: 28px;
  line-height: 1.4;
  font-weight: bold;
}

.erar_class{line-height: 14px;  font-size: 14px;}
.register-left p{
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
}
.register-right .register-form {
  margin: 20px auto 0;
  max-width: 420px;
  width: 100%;
}
.register-right .register-form.signup-form {
  max-width: 100%;
}
.register-right .register-form .form-control{
  background-color:transparent;
  color: #001629;
  font-weight: 500;
  box-shadow: none !important;
}
.dark-theme .register-right .register-form .form-control{
  color: #fff;
  caret-color: #fff;
  background-color: transparent !important;
}
.register-right .register-form input::-webkit-outer-spin-button,
.register-right .register-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.register-right .register-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #949494;
}
.register-right .register-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #949494;
}
.register-right .register-form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #949494;
}
.register-right .register-form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #949494;
}
.dark-theme .register-right .register-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aeb7bf;
}
.dark-theme .register-right .register-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #aeb7bf;
}
.dark-theme .register-right .register-form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #aeb7bf;
}
.dark-theme .register-right .register-form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #aeb7bf;
}
.register-right .register-form p{
  font-weight: 500;
  margin: 0;
}
.register-right .register-form a {
  font-weight: 500;
 
}
.register-right .form-check-label a {
  color: #001629;
}
.register-right .register-btn-outer{
  margin: 25px 0 0;
}
.register-right .register-btn-outer .btn{
  width: 100%;
}

#btnGroupAddon{    font-size: 14px;}
.custom-control-label::after{    cursor: pointer;}

.dark-theme .appss-img .light-app-img{
  display: none;
}
.appss-img .dark-app-img{
  display: none;
}
.dark-theme .appss-img .dark-app-img{
  display: block;
}
/*20-04-2022*/
/*21-04-2022*/

.order-history-outer .panel.panel-default .table-overflow{
  overflow: auto;
 height: 235px;
}
.color-background .buy-sell-outer, .color-background .order-book-outer{
  height: 100%;
}
.dark-theme .status-outer {
  border-image-source: linear-gradient(to left, #001629, #ffffff, #001629);
}
.order-book-outer .nav-tabs{
  margin: 0 0 10px;
}

.status-outer .nav-tabs2 .nav-item .nav-link, .order-book-outer .nav-tabs2 .nav-item .nav-link {
  background-color: transparent;
  padding: 4px 8px;
  display: block;
  text-align: center;   border-radius: 6px;
}
.status-outer .nav-tabs2 .nav-item:nth-of-type(2) .nav-link{    border: 1px solid #28a745; color: #28a745 !important;}
.status-outer .nav-tabs2 .nav-item:first-of-type .nav-link{    border: 1px solid #ee3e4f; color: #ee3e4f !important;}
.status-outer .nav-tabs2 .nav-item:first-of-type .nav-link.active, .order-book-outer .nav-tabs2 .nav-item:nth-of-type(2) .nav-link.active {
color: #ffffff !important;
    background: #ee3e4f !important;
}
.status-outer .nav-tabs2 .nav-item:nth-of-type(2) .nav-link.active, .order-book-outer .nav-tabs2 .nav-item:first-of-type .nav-link.active{
  color: #ffffff !important;
    background: #28a745 !important;
}
.market-news-outer{
  background-color: #eceff1;
  padding:55px 0px 70px;
  background-repeat: no-repeat;
  background-size: 250px auto;
  background-position: top left, bottom right;
}
.dark-theme .market-news-outer{
  background-color: #00101e;
 
}
.market-news-outer h5 {
  margin: 0 auto 35px;
  padding-bottom: 10px;
 text-align: center;

}
.dark-theme .market-news-outer h5{
  border-image-source: linear-gradient(to left, #333333, #eceff1, #333333);
}
.market-news-outer .market-inner:not(:last-of-type) {
  border-bottom: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(to left, #ffffff, #333333, #ffffff);
  margin-bottom: 26px;
  padding-bottom: 18px;
}
.dark-theme .market-news-outer .market-inner:not(:last-of-type){
  border-image-source: linear-gradient(to left, #333333, #ffffff, #333333);
}
.market-news-outer .market-inner .img-outer img {
    width: 100%;
    object-fit: cover;
    height: 215px;
    background: #fff;
}

.market-news-outer .market-inner .img-outer {
  border-radius: 16px;
  overflow: hidden;
}

.exchange-main-outer .container-fluid {
  padding-left: 10px;
  padding-right: 10px;
}


/*21-04-2022*/
/*22-04-2022*/
.market-news-outer .market-outer {
  margin: 0 auto;
  overflow: auto;
  max-height: 400px;    text-align: center;
}
.dark-theme .market-news-outer .market-outer::-webkit-scrollbar-thumb {
  background: #333333;
}
.market-news-outer .market-outer::-webkit-scrollbar-thumb {
  background: #eceff1;
}

.market-news-outer .content-outer h6 {
    margin-top: 20px;
    font-size: 22px;
    line-height: 33px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 4rem;
}
.market-news-outer .content-outer p{
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.form-check-inline lable.clasDis {
  position: relative;
  padding-left: 18px;
}
.form-check-inline lable.clasDis:before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 13px;
  height: 13px;
  display: block;
  content: "";
  border-radius: 100%;
  background-color: #0075fe;
  border: 3px solid #fff;
}
.form-check-inline lable.clasDis input:disabled[checked] {
  display: none;
}
.estimated_value lable {
  width:calc(100% - 110px);
  width:-webkit-calc(100% - 110px);
  width:-moz-calc(100% - 110px);
  width:-ms-calc(100% - 110px);
}
.estimated_value .form-control {
  width: 100px;
  background-color: #fff !important;
  color: #000 !important;
  border-color: #fff;
}
.dark-theme .estimated_value .form-control {
  background-color: #001629 !important;
  color: #fff !important;
  border-color: #001629;
}

.bghwhite.p2p-main-outer {
  min-height: calc(100vh - 70px);
}
.dark-theme .chat .card-body.contacts_body {
  background-color: #333;
}
.dark-theme .chat .card.contacts_card {
  border-color: #333;
}
.dark-theme .card{
  background-color: #001629;
}
/*22-04-2022*/
/*25-04-2022*/
.chat-img-zoom .modal-content {
  background-color: transparent;
  border: none;
}
.chat-img-zoom .modal-body img {
  width: auto;
  background-color: transparent;
}
.chat-img-zoom .close {
  color: #fff;
  opacity: 1;
  font-size: 40px;
  font-weight: normal;
  text-shadow: none;
  cursor: pointer !important;
  text-align: right;
}
/*25-04-2022*/
/*26-04-2022*/
.react-confirm-alert-overlay{
  background-color: transparent !important;
}
.react-confirm-alert-body h1{    font-size: 1.5rem;}
.dark-theme .react-confirm-alert-body{
  color:#fff !important;
  background-color: #163047;
}
.dark-theme .react-confirm-alert-button-group button {
  background-color: #fff;
  color: #001629;
}
.btn.btn-danger {
  color: #dc3545;
  background-color: transparent !important;
}
.popup-content {
  background-color: #f1f1f1;
  padding: 5px 10px;
  border-radius: 7px;
  color: #333;
  font-weight:600;
  text-transform: uppercase;
}
.popup-content .popup-arrow path {
  fill: #f1f1f1;
}
.light-theme .popup-content {
  background-color:#333333;
  color: #f1f1f1;
}
.light-theme .popup-content .popup-arrow path {
  fill: #333333;
}
/*26-04-2022*/
/*12-07-2022*/
.type-list-outer {
  padding: 5px 13px;
  background-color: #ededed;
  margin: 0 0 12px;
}
.type-list-outer a{    color: #060606;     opacity: 0.6;font-weight: 600;}
.type-list-outer a.active{     opacity: 1;}
/*12-07-2022*/
p.text-center.errorsTag {
  color: red;
}
/*17-02-2023*/
.submit-btn {
  margin-top: 15px;
}
.whitelist_scrool.whilist-right-main {
  max-height: 400px;
  font-size: 0px;
  line-height: normal;
  overflow: auto;
}
.whitelist_scrool .whitelist-data {
  width: 48%;
  margin-right: 2%;
  display: inline-block;
  margin-bottom: 32px;
}
.wishlist-left, .whitelist-data {
  padding: 20px 15px;
  background-color: #fff;
  border-radius: 15px;
}
.dark-theme .wishlist-left, .dark-theme .whitelist-data {
  background-color:#001629;
}
.whitelist-data .white-top {
  border-bottom: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(to left, #f1f1f1, #333333, #f1f1f1);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.dark-theme .whitelist-data .white-top {
    border-image-source: linear-gradient(to left, #001629, #ffffff96, #001629);
}
.white-left-inner h5, .white-right-inner h5 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
  word-break: break-all;
  white-space: normal;
}

/*14-09-2023*/
.binance-chart-container article{
  height: 348px !important;
}
.binance-chart-container article > div{
  height: 348px !important;
}
/*14-09-2023*/

.stake-table-outer table tr td img {
  max-width: 30px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .box5 .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

#token {
  background-color: #fff;
  position: relative;
  background-repeat: no-repeat;
  background-size:250px auto;
  background-position: top left, bottom right;
}
.dark-theme #token {
  background-color: #001629;
}

#token .boxbody {
  position: relative;
}
.how {
  background: #000000 url(lef-content.png) no-repeat bottom;
  color: #fff;
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  padding: 100px 0;
}
.how h2 {
  font-size: 3rem;
}
.tc {
  text-align: center;
}
.right_menu li {
  display: inline-block;
}
.footer {
  background: #fff;
  padding:40px 0 0;
  position: relative;
}
@media (min-width: 992px){
.footer .col-lg-2{
      -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}}
.dark-theme .footer {
  background: #001629;
}
.copyright {
  padding: 15px 0;
  border-top: 1px solid rgb(205 205 205);
  margin-top: 30px;
  color:#001629;
}
.dark-theme .copyright {
  border-color:rgb(255 255 255 / 10%);
  color:#fff;
}
.footer h5 {
  margin-bottom: 20px;
  font-weight: 600;
  color:#001629;
}
.dark-theme .footer h5{
  color: #fff;
}

.nav_link li a:hover {
  opacity: 1;
}
.vertical-social li {
  display: inline-block;
  margin-right: 10px;
}
.vertical-social li a {
  font-size: 16px;
  border-radius: 100%;
  border: 1px solid #001629;
  width: 35px;
  height: 35px;
  line-height:34px;
  display: inline-block;
  text-align: center;
  color: #001629;
}
.dark-theme .vertical-social li a{
  border-color:#fff;
  color: #fff;
}
.vertical-social li a:hover {
  border: 1px solid #ffbf43;
  background: #ffbf43;
  color: #001629;
}
.nav_link li {
  margin-bottom: 10px;
}

.boxbody a {
  color: #000;
}
.boxbody {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
}
.nav-tabs {
  border-bottom: 1px solid rgb(107 107 107 / 30%);
}
.table-striped tbody tr:nth-of-type(odd) {
     background-color: rgb(0 0 0 / 8%);
}
.nav-tabs > li .active,
.nav-tabs > li .active:hover {
  color: #02426c !important;
  border: none;
  border-bottom: 2px solid #02426c !important;
}
.dark-theme .nav-tabs > li .active,
.dark-theme .nav-tabs > li .active:hover {
  color: #ffbf43 !important;
  border-bottom: 2px solid #ffbf43 !important;
}
.white_box.heading-main h6.complete {
  background: url(../assets/img/kyc-check-dark.png) no-repeat center right 0px;
  background-size: 15px auto !important;
}
.nav-tabs li a {
  padding: 13px 25px 10px;
  margin: 0;
  cursor: pointer;
  font-weight: 600;
  display: inline-block;
  color: #000;
}
.dark-theme .nav-tabs li a {
  color: #fff;
}
.tab_50 {
  width: 50%;
}
.tab_50 a {
  width: 100%;
  text-align: center;
  font-size: 20px;
}
a.b_box:hover {
  margin-top: -10px;
}
a.b_box {
  display: block;
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/*------ width < 1199px ------*/
@media (max-width: 1199px) {
.appss-content h1 {
  margin: 0 !important;
}
}
/*------ width < 991px ------*/
@media (max-width: 991px) {
.dark-theme .navbar-collapse {
    background-color:#001629;   
     border: 1px solid rgb(255 255 255 / 20%);
  }
  .navbar-collapse {
    position: absolute;
    left: 0;
    top: 100%; padding: 8px;
    width: 100%;
    background-color:#fff;   
     border: 1px solid #ccc;
  }
  .order-history-outer .panel.panel-default .table-overflow {
    height: 211px;
}
  .navbar-collapse .navbar-nav .nav-link {
    text-align: left;
    padding: 8px 15px;
    margin: 0;
  }
  .work_box h4 {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .work_box p:last-of-type {
    margin: 0;
  }
  .nav-scroll2 .container-fluid {
    position: static !important;
  }
}
/*------- line ---------*/
.line li .nav-link {
  position: relative;
}
.line li .nav-link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: ".";
  color: transparent;
  background: #011f33;
  height: 1px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.dark-theme .line li .nav-link:after {  background: #ffbf43;}

.line li a:hover:before {
  width: 100%;
}
.line li a:hover:after, .line li .active:after{  width: 100%;}
.line li a:hover {
  color: #fff;
}

/*------ width < 991px ------*/
@media (max-width: 991px) {
  .line li a:hover:before {
    width: 20%;
  }

  .line li a:hover:after {
    width: 20%;
  }
}

.video_baner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  opacity: 0.6;
}

.video_baner {
  opacity: 0.9;
  overflow: hidden;
}

.appss {
  background: #fff;
}
.dark-theme .appss{
  background-color:#001629;
}
.img1 {
  display: none;
}
.work_box:hover .img2 {
  display: none;
}
.work_box:hover .img1 {
  display: inline-block;
}
.work_box .icon-wrapper {
  display: inline-block;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  border: 1px solid #ffbf43;
  padding-top: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
}
.work_box:hover .icon-wrapper {
  background: #ffbf43;
}
.work_box {
  text-align: center;
}
.work_box h4 {
  margin-top: 15px;
}
.login_box {
  padding: 30px 50px;
  margin: 0px 0 20px;
  background-color: #001629;
}
.login_box .nav-tabs {
  margin-bottom: 40px;
}
.login_box h4,
.login_box .form-group {
  color: #fff;
}
.login_box .nav-tabs li a i {
  font-size: 20px;
  margin-right: 6px;
}
.login_box .form-control {
  font-size: 16px;
  height: 40px;
  font-weight: 500;
  color: #edad33 !important;
  border-color: #edad33;
}

.login_box .form-control:focus {
  color: #edad33;
}
.login_box .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #edad33;
}
.login_box .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #edad33;
}
.login_box .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #edad33;
}
.login_box .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #edad33;
}

.w100 {
  width: 100%;
}
.btn_man {
  padding: 0.5rem 0.75rem;
  border-color: #ffbf43;
  background-color: #ffbf43;    color: #002141!important;
}

.btn_man2 {
  background: none;
  border: 1px solid #ffbf43;
  padding: 0.375rem 0.65rem;
  color: #ffbf43;
}
#SubmitHistory .table td{  vertical-align: middle;}
.btn_man:hover,
.btn_man2:hover {
  background-color: #ffbf43;
}
.plan-inner .btn_man{padding: 0.3rem 0.75rem; font-size: 14px;}

.dashbord_menu {
  color: #fff;
}
.dashbord_menu li a{    color: #000;}
.display_inline_blog{ display:inline-block}
.dashbord_menu li{
  display: inline-block;
  margin-left: 20px;font-weight: 400;
  color: #333;
}
.dark-theme .dashbord_menu li{
  color: #fff;
}
.dashbord_menu ul {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  display: flex;
  align-items: center !important;
}
.dashbord_menu li .f35 {
  font-size: 25px;
}

.dashbord_in1 {
  margin: 0 0 0px;
}
.dashbord_in22 {
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 1rem rgb(221 221 221 / 27%);
}
.dashbord_in1 .dashbord_in .form-check {
  color: #000;
  width: 210px;
  margin-right: 10px;
  padding-left: 0;
}
.dark-theme .dashbord_in1 .dashbord_in .form-check {
  color: #fff;
}
.dashbord_in1 .dashbord_in .estimated_value {
  width: calc(100% - 220px);
  text-align: right;
  color:#000;
  margin-left: auto;
}
.dark-theme .dashbord_in1 .dashbord_in .estimated_value {
  color:#fff;
}
.kline-para {
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    margin: 3px 0 10px;
    padding: 7px 0;
    width: 100%;
}
#tv_chart_container{height:360px;}
#tv_chart_container iframe{height: 350px;}
.dark-theme .kline-para {
  background: #001629;
}

.kline-para.kline-para-basic .box-kline-para-basic-left {
  position: relative;
  border-right: 1px solid #404040;
  z-index: 1;
  width:14%;
  padding:0px 10px;
}
.kline-para.kline-para-basic .box-kline-para-basic-right {
  position: relative;
  width:86%;
}
.cls {
  clear: both;
}

.kline-para.kline-para-basic ul li {
  position: relative;
  float: left;
  width: 20%;
  border-right: 1px solid #404040;
  padding:0px 10px;
  margin-right: 0px;
}
.kline-para.kline-para-basic ul li:last-child {
  border-right: 0px solid rgb(75, 83, 101);
}
.kline-para.kline-para-basic ul li h4 {
  color: #000;
  opacity: 0.8;
  font-size:12px;
  margin-bottom:0px;
  font-weight: 600;
}
.dark-theme .kline-para.kline-para-basic ul li h4 {
  color: #fff;
}
.productSymbol.has-info strong {
  color: #002446;
  font-size:22px;
  font-weight: 700;
}
.dark-theme .productSymbol.has-info strong {color: #ffd358;}
.productSymbol.has-info font {
  color: #969aa3;
  font-weight: 600;
  font-size:12px;
}

.kline-para li strong {
  color: #00bc8b;
  font-size:14px;
}
.kline-para li .transMoney {
  color: #cc3a3d;
  font-size: 10px;
}
.user-detail-inner-main h6{    width: 150px; margin-bottom:0;display: inline-block;text-transform: capitalize;}
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none;
}
.errorMsg{line-height: 15px;    font-size: 14px;}
.stake-popup-right {
  border-left: 1px solid rgb(255 255 255 / 12%);
}

@media (min-width: 1250px) {
  .container {
    max-width: 1250px;
  }
}

@media (min-width: 991px) {
  .nav-tab {
    position: fixed;
    top: 125px;
    width: 282px;
  }
  .modal-update .modal-dialog {
    max-width: 800px;
}
}

.fs12 {
  font-size: 13px;
}
.table-overflow {
  overflow-y: auto;
  overflow-x: hidden;
  height: 278px;
  position: relative;
}
.scrollstyle {
  overflow-y: auto;
  overflow-x: hidden;
  height: 278px;
  position: relative;
}
.tab-box {
  display: block !important;
  height: auto;
  overflow: hidden;
  margin: 0px 0 1px;
  font-weight: 600;
  padding: 6px 0px 0;
}

.exchangeBase #defaultStart {
  padding: 0 2px;
}
.activeTabDefault.ng-binding .iconfont {
  color: #2880ea;
}

.f-fr {
  float: right;
}
.f-fl {
  float: left;
}

.eye_pass {
  position: relative;
}
.eye_pass .password__show {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.eye_pass_two.eye_pass .password__show {
    top: 37px;
}

.search-box {
  position: relative;
}
.search-box .la-search {
  position: absolute;
  right: 6px;
  top: 5px;
  font-size: 15px;
  color: #000;
}
.dark-theme .search-box .la-search {
  color: #fff;
}
.search-box .la-times-circle {
  position: absolute;
  right: 6px;
  top: 5px;
  font-size: 15px;
  cursor: pointer;
}
.in_page {
  padding: 10px 0 40px;
  min-height: 500px;
}
.in_page_help {
  padding: 120px 0 40px;
  min-height: 400px;
}
.in_page2 {
  padding: 30px 0 50px;
}
.search-box.search-box-new input {
    color: #000;
    border: 1px solid rgb(173 173 173);
    border-radius: 4px;
    width: 100%;
    background: none;
    padding: 1px 5px;
    font-weight: 600;
}
.dark-theme .search-box.search-box-new input {
    color: #fff;
    border: 1px solid rgb(255 255 255 / 13%);
}

.panel-body .searchFilter {
  padding:6px 0;    border-bottom: 1px solid rgb(107 107 107 / 30%);
}
.dark-theme .panel-body .searchFilter {
  background: #001629;
}
.table.market-con-child > thead > tr > th {
  background: #f7fafc;

  border-right: 0;
}
.radio {
  cursor: pointer;
  margin-right: 9px !important;
  font-size: 12px;
}
.cursor-pointer{cursor:pointer}
.searchFilter .f-fr label {
  line-height: 25px;
}
.searchFilter .f-fr label.radio {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0;
  margin-top: 0px;
  font-weight: 400;
}
.searchFilter .f-fr label.radio input {
  margin-right: 5px;
}
.dashbord_in .panel.panel-default {
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 14px;
}
.dashbord_in_top .table td,
.dashbord_in_top .table th {
  padding:4px 5px;
  border-bottom:0px solid #363636;
  border-top: 0px solid #363636;
  color: #000;
  font-size: 12px;
}
.dashbord_in_top .table tr:last-of-type td{
  border-bottom: none;
}
.dark-theme .dashbord_in_top .table td,
.dark-theme .dashbord_in_top .table th {
  color: #fff;
}
.dark-theme .currency_table tr.active {
  background: rgb(255 255 255 / 4%);
}

.dashbord_in_top .table th {
  color: #000;
}
.copy-right {
    text-align: center;
   background-color: #fff;
    padding: 5px 15px;
}
.in_header{ background-color: #fff;}
.dark-theme .copy-right, .dark-theme .in_header{ background-color: #001629;}


.userRecords-main table tbody tr td:nth-of-type(3) {
  color: #42b680 !important;
}
.sell-order-outer .userRecords-main table tbody tr td:nth-of-type(3) {
  color: #f1432f !important;
}
.userRecords-main table tbody tr td:last-of-type button {
  background-color: transparent;
}
.userRecords-main table tbody tr td:last-of-type button i {
  color: #42b680;
}
.userRecords-main table tbody tr td:last-of-type button:nth-of-type(2) i {
  color: #f1432f;
}
.dark-theme .dashbord_in_top .table td.f-left {
  color: #fff;
}
.dashbord_in_top .currency_table1 tr th,
.dashbord_in_top .currency_table tr td {
  width: 33%;
  padding:5px;
  font-size:12px;
}
.currency_table1 tr th:first-child,
.currency_table tr td:first-child {
  width: 150px;
  font-weight: bold;
}
.currency_table tr td:first-child {
  font-size:13px;
}
.currency_table tr td:first-child small {
  font-weight: bold;
  opacity: 0.7;
}
.balance-outer table tr:nth-of-type(odd) {
    background-color: #e9e9e9;
}
.dark-theme .balance-outer table tr:nth-of-type(odd) {
    background-color: #011c34;
}
.balance-outer table tr td {
    padding: 5px 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.currency_table1 tr {
  display: flex;
}
input:active,
input:focus {
  outline: none;
}
.fw600 {
  font-weight: 600;
}
.market-trade .item-title {
  padding-bottom: 30px;
  padding-right: 8px;
  background: #2a2d40;
  border: 1px solid rgb(65 69 93);
  margin-top: 0;
  border-bottom: 1px solid #d8dade;
  height: 39px;
  line-height: 38px;
}
.market-trade .ng-binding {
  text-transform: uppercase;
  opacity: 0.9;
}
.market-trade {
  overflow: hidden;
  background:#fff;
}
.dark-theme .market-trade {
  background: #001629;
}
/* width */
::-webkit-scrollbar {
  width: 4px;
  height:5px;
}
::-webkit-scrollbar-track {
  background: none;
}
::-webkit-scrollbar-thumb {
  background: #a6a6a6;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #a6a6a6;
}



.dark-theme ::-webkit-scrollbar-thumb, .dark-theme::-webkit-scrollbar-thumb {
  background: #174771;
}

/* Handle on hover */
.dark-theme ::-webkit-scrollbar-thumb:hover, .dark-theme::-webkit-scrollbar-thumb:hover {
  background: #174771;
}

.dark-theme .color-background .border1{
  background: #10385b;
}
.color-background .border1{
  background: #fff;
  border-radius:0px;
  min-height: 265px;
  overflow: hidden;
}

#home {
  background: #f2f1ed;
  overflow: hidden;
  position: relative;
}
.dark-theme #home{
  background: linear-gradient(90deg,#001629,#00284e)
}
#home .home-outer{
  padding:100px 0 60px;
}

#home .home-outer .banner-left {
  max-width: 600px;
}
#home .banner-left h1 {font-weight: bold;  font-size: 40px;}
#home .banner-left p { font-size: 20px;}

.banner-left .banner-btn-outer a{font-size: 20px;    padding: 0.5rem 1.75rem;}
.banner-left .banner-btn-outer {
  margin-top: 15px;
}
#home .home-outer .banner-left, #home .home-outer .banner-right{
  position: relative;
  z-index: 2;
}
#home .banner_tex {
  margin: auto;
  text-align: center;
  color: #fff;
  z-index: 9;
  font-size: 25px;
}
#home .banner_tex h1 {
  font-size: 80px;
  font-weight: 600;
  text-transform: uppercase;
}
#home .orderform-main .f-fl {
  width: 100%;
}
.ng-binding {
  margin-top: 0;
  margin-bottom: 0;
}
.orderforms-inputs .iptwrap {
  float: left;
  position: relative;
}
.orderform-main form {
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
}
.orderforms-inputs label {
  display: inline-block;
  width: 30%;
  height: 30px;
  line-height: 30px;
  text-align: left;
  float: left;

  font-size: 13px;
  opacity: 0.8;
}
.orderforms-inputs .iptwrap {
  float: left;
  width: 70%;
  position: relative;
}
.orderforms-inputs .iptwrap .unit{
  position: absolute;
  right: 25px;
  top: 5px;
  color: #000;
  font-size: 12px;
}
.dark-theme .orderforms-inputs .iptwrap .unit{
  color: #fff;
}
.orderforms-inputs input {
  color: #000;
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgb(167 167 167);
  height: 28px;
  padding: 5px 54px 5px 5px;
  background: none;
}

.dark-theme .orderforms-inputs input {border: 1px solid hsl(0deg 0% 100% / 12%);
  color: #fff;
}
.orderforms-inputs input[disabled] {
  color: #606060;
  border-color: #606060;
}
.orderforms-hd {
 padding:10px;
  overflow: hidden;
}
.orderforms-inputs .field {
  margin-bottom: 10px;
}
.orderforms-inputs .iptwrap .jiantou {
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
  border-left: 1px solid rgb(179 179 179);
  color: #0e0e0e;
  background-color: #f7fafc;
  font-size: 12px;
  cursor: pointer;
}
.col-min-padding-new .orderforms-inputs .iptwrap .jiantou {
  border-left: 0;
  background-color: #fff;
  color: #647394;
}
.orderforms-inputs .iptwrap .jiantou i {
  display: block;
  padding: 0 5px;
  margin: 0;
  height: 13px;
  line-height: 15px;
  font-size: 12px;
  outline: none;
}
.field4 {
  display: flex;
}
.field4 .col {
  width: 100%;
  height: 24px;
  line-height: 26px;
  font-weight: 600;
  margin-right: 6px;
  border-radius: 4px;
  border: 0;
  display: inline-block;
  background: #dbdbdb;
  text-align: center;
  cursor: pointer;
  color: #000;    padding: 0 5px;
}
.dark-theme .field4 .col {
  background: #03284b;
  color: #fff;
}
.field4 .col:last-child {
  margin-right: 0px;
}
.dark-theme .orderform-main .ng-binding {
  color: #fff;
}

.newest strong.transMoney {
  font-size: 14px;
}
.newest {
  background: #242424;

  height: 40px;
  line-height: 35px;
  padding: 4px 10px;
  border-bottom: 1px solid rgb(255 255 255 / 30%);
  border-top: 1px solid rgb(255 255 255 / 30%);
  font-weight: 500;
}
.newest strong {
  color: #00bc8b;
  font-size: 20px;
  line-height: 20px;
}
.market-trade .magenta {
  color: #ff505d !important;
}
.market-trade .green {
  color: #00bc8b !important;
}
.r-market-star {
  color: #ffbf43;
}
.it_url {
  margin: 0 38px 0 0;
  margin-left: auto;
}
.mla {
  margin-left: auto;
}
.logout_select {
  width: 100px;
  display: inline-block;
  margin: 0px 20px;
}

.tofa_btn {
  display: flex;
}
.tofa_btn span {
  padding: 5px 10px;
}

.uploader label {
  clear: both;
  width: 100%;
  padding: 2rem 1.5rem;
  text-align: center;
  background: #eceff1;
  border-radius: 7px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dark-theme .uploader label, .dark-theme .kyc_bg{
  background: #010e19;
}
.kyc_bg img{height: 100px;}
.kyc_bg {
  background: #eceff1;
  padding: 15px;
  text-align: center;
  border-radius: 15px;
}
.uploader label.hover {
  border: 3px solid #454cad;
  box-shadow: inset 0 0 0 6px #eee;
}
.uploader label.hover #start i.fa {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.3;
}
.uploader #start {
  clear: both;
  width: 100%;
  cursor: pointer;
}
.uploader #start.hidden {
  display: none;
}
.uploader #start i.fa {
  font-size: 50px;
  margin-bottom: 1rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.uploader #response {
  float: left;
  clear: both;
  width: 100%;
}
.uploader #response.hidden {
  display: none;
}
.uploader #response #messages {
  margin-bottom: 0.5rem;
}
.uploader #file-image {
  display: inline;
  margin: 0 auto 0.5rem auto;
  width: auto;
  height: auto;
  max-width: 180px;
}
.uploader #file-image.hidden {
  display: none;
}
.uploader #notimage {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}
.uploader #notimage.hidden {
  display: none;
}
.uploader progress,
.uploader .progress {
  display: inline;
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 180px;
  height: 8px;
  border: 0;
  border-radius: 4px;
  background-color: #eee;
  overflow: hidden;
}
.uploader .progress[value]::-webkit-progress-bar {
  border-radius: 4px;
  background-color: #eee;
}
.uploader .progress[value]::-webkit-progress-value {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#393f90),
    color-stop(50%, #454cad)
  );
  background: linear-gradient(to right, #393f90 0%, #454cad 50%);
  border-radius: 4px;
}
.uploader .progress[value]::-moz-progress-bar {
  background: linear-gradient(to right, #393f90 0%, #454cad 50%);
  border-radius: 4px;
}
.uploader input {
  display: none;
}
.uploader div {
  margin: 0 0 0.5rem 0;
  color: #5f6982;
}
.uploader .btn {
  display: inline-block;
  margin: 0.5rem 0.5rem 0 0.5rem;
  clear: both;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  text-transform: initial;
  border-radius: 25px;
  outline: none;
  padding: 0 1rem;
  height: 36px;
  line-height: 36px;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
}
.spacelable {
  height: 20px;
  display: block;
}
.uploader .label_name {
  height: 35px;
  line-height: 20px;
  margin-top: 20px;
}

.uploader .fasi {
  font-size: 4rem;
  color: #ccc;
  margin-bottom: 5px;
  display: block;
}
.dit_ul li {
  list-style: circle;
  margin-left: 20px;
  margin-bottom: 3px;
}
.label_hight {
  height: 41px;
}
.label_hight2 {
  height: 20px;
}
.fs14 {
  font-size: 14px;
}
.dit_ul_inline {
  display: inline-block;
  text-align: left;
}

.progress2 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #849397;
}
.progress2 > li {
  position: relative;
  display: table-cell;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}
.progress2 > li:before {
  content: attr(data-step);
  display: block;
  margin: 0 auto;
  background: #dfe3e4;
  width: 3em;
  height: 3em;
  text-align: center;
  margin-bottom: 0.25em;
  line-height: 3em;
  border-radius: 100%;
  position: relative;
  z-index: 1000;
}
.progress2 > li:after {
  content: "";
  position: absolute;
  display: block;
  background: #dfe3e4;
  width: 100%;
  height: 0.5em;
  top: 1.25em;
  left: 50%;
  margin-left: 1.5em\9;
}
.progress2 > li:last-child:after {
  display: none;
}
.progress2 > li.is-complete {
  color: #2ecc71;
}
.progress2 > li.is-complete:before,
.progress2 > li.is-complete:after {
  color: #fff;
  background: #2ecc71;
}
.progress2 > li.is-active {
  color: #ffbf43;
}
.progress2 > li.is-active:before {
  color: #fff;
  background: #ffbf43;
}

/**
 * Needed for IE8
 */
.progress__last:after {
  display: none !important;
}

.dashbord_manbox .row {
  margin-right:-8px;
  margin-left:-8px;
}
.dashbord_manbox .col-md-2,
.dashbord_manbox .col-md-3,
.dashbord_manbox .col-md-4,
.dashbord_manbox .col-md-5,
.dashbord_manbox .col-md-6,
.dashbord_manbox .col-md-7,
.dashbord_manbox .col-md-8,
.dashbord_manbox .col-md-9,
.dashbord_manbox .col-md-10,
.dashbord_manbox .col-md-11,
.dashbord_manbox .col-sm-6,
.dashbord_manbox .col-md-11, .dashbord_manbox .col-6, .dashbord_manbox .col-sm-4 {
  padding-right:8px;
  padding-left:8px;
}

.scrollStyle {
  max-height:200px;
  overflow: auto;
  white-space: nowrap;
}
.obo_exchange {
  max-height: 150px;
  overflow: hidden;
  overflow-y: auto;
}

.obo_exchange tr th {
  position: sticky;
  top: 0px;
  background: #fff;
  z-index: 9;
  color: #000;
}
.dark-theme .obo_exchange tr th {
  background: #001629;
}
.scrollStyle tr th {
  position: sticky;
  top: 0px;
  background: #fff;
  z-index: 9;
}
.dark-theme .scrollStyle tr th {
  background: #001629;
}
.dashbord_manbox {
  padding:80px 0px 10px;
  background-color: #e1e1e1;
}
.dashbord_manbox.more-padding {
  padding: 103px 0px 50px;
}
.dark-theme .dashbord_manbox {
  background-color:#00101e;
}
.dashbord_manbox.zero-balance-outer{
  min-height: 100vh;
}
.dashbord_in {
  margin-bottom:0px;
}
.userRecords-main {
  border-radius: 4px;
  margin-bottom:0px;
  background: #fff;
  white-space: nowrap;
  overflow: auto;
  max-height: 195px;
}
.dark-theme .userRecords-main {
  background: #001629;
}
.in_table .table td,
.in_table .table thead th {
  border-bottom: 0px solid rgb(255 255 255 / 20%);
  border-top: 0px solid rgb(255 255 255 / 20%);
  border-top: 0px solid #dee2e6;
  color: #000;
}
.dark-theme .in_table .table td,
.dark-theme .in_table .table thead th {
  color: #fff;
}
.relative {
  position: relative;
}
.absolute_btc {
  position: absolute;
  position: absolute;
  right: 1px;
  top: 1px;
}

.dashbord_manbox .page-link {
  background-color: #eceff1;
  border: 1px solid rgb(0 0 0 / 40%);
}
.dashbord_manbox .page-link:hover {
  color: #000;
  background-color: #ffbf43;
  border-color: rgb(255 255 255 / 40%);
}

.bank_btn {
  border: 1px solid #ffbf43;
  padding: 10px 15px;
  color: #ffbf43;
  width: 100%;
  display: flex;
  border-radius: 8px;
}
.tl {
  text-align: left;
}

.btn_buy {
  background: none;
  padding: 0.275rem 0.75rem;
}
.btn_buy:hover {
  background: #ffc151;
  color: #000;
}

.directions_35_OP {
  text-align: center;
  padding-top: 26px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 5%;
  flex: 0 0 5%;
  max-width: 5%;
}
.table_man {
  background: #fff;
}
.dark-theme .table_man {
  background: #001629;
}
.table_man tbody tr td {
  color: #fff;
}

.report_search label {
  display: block;
  margin-bottom: 0;
}
.css_control {
  -webkit-box-align: center;
  align-items: center;
  background-color: rgb(255, 255, 255);
  border-color: rgb(204, 204, 204);
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  cursor: default;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  min-height: 38px;
  position: relative;
  transition: all 100ms ease 0s;
  box-sizing: border-box;
  outline: 0px !important;
  padding: 5px;
}
.report_search .form-group {
  margin-right: 8px;
}
.radio_btns .form-group {
  margin-right: 15px;
}
.fs15 {
  font-size: 15px;
}
.border_t {
  border: 1px solid #ccc;
}
.ttt_value {
  color: #546e7a;
  margin-top: 7px;
  display: block;
  font-weight: bold;
}
.ttt_box {
  border: 1px solid #ccc;
  border-radius: 10px;
  display: flex;
  margin-bottom: 10px;
}
.ttt_box123 {
  padding: 15px;
  border-right: 1px solid #ccc;
}
.ttt_box123:last-child {
  border-right: 0px solid #ccc;
}
.ttt_box .ttt_box_icon {
  display: block;
  width: 38px;
  height: 38px;
  margin-right: 15px;
  border-radius: 100%;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
}

.updo_icon {
  font-size: 18px;
  margin-right: 5px;
}
.up_color {
  color: #43a253;
}
.t2t {
    background: #e1e1e1;
    padding: 10px;
}
.dark-theme .t2t {
    background: #00101e; 
}

.do_color {
  color: #d84314;
}
.th_ud {
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 6px;
  left: -2px;
  position: relative;
  border-radius: 12px;
}
.th_ud .la-caret-up {
  position: absolute;
  display: block;
  cursor: pointer;
  font-size: 13px;

  left: 2px;
  top: 0;
}
.th_ud .la-caret-down {
  position: absolute;
  display: block;
  cursor: pointer;
  font-size: 13px;

  left: 2px;
  bottom: 0;
}

.ttt_box_icon1 {
  background: rgb(52 152 219 / 30%);
  color: #ffbf43;
}
.ttt_box_icon2 {
  background: rgb(67 160 71 / 30%);
  color: #43a047;
}
.ttt_box_icon3 {
  background: rgb(216 67 20 / 30%);
  color: #d84314;
}

.bg_striped {
  background-color: #f7f7f7;
}
.bg_striped .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgb(255 255 255);
}
.bank_btn_wite {
  color: #fff;
  padding: 7px 15px;
  margin-right: 10px;
  width: auto;
}
.margin_btn {
  border: 1px solid #273674;
  padding: 10px 15px;
  color: #273674;
  border-radius: 8px;
}
/* .left_tab li.display-inline{ display:inline-block;  width: auto;} */
.m150 {
  max-width: 150px;
  color: #000000;
  font-weight: bold;
}
.form-group2 {
  margin-bottom: 2rem;
}
.form-group label{font-weight: 500;}
.days_btn {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}
.days_btn .btn {
  width: 100%;
  margin: 0 5px;
}
.days_btn .btn.active {
  color: #c99400;
  font-weight: 600;
}
.op05 {
  opacity: 0.6;
}
.color5 {
  color: #03a66d;
}
.color6 {
  color: #d24058;
}
.loan-left {
  padding-right: 80px;
  border-right: 1px solid #dcdcdc;
}
.loan-right {
  padding-left: 80px;
}
.top_r_li li {
  display: inline-block;
  margin-right: 20px;
}
.loan_top {
  margin-top: -32px;
  padding: 30px 0;
  background: #f3f2f2;
}
.loan_top i {
  font-size: 20px;
  margin-right: 4px;
}
.coin_img {
  width: 25px;
  margin-right: 12px;
}
.loan_top_wite {
  background: #fff;
}
.fee_0 {
  background: #70be5a;
  color: #fff;
  padding: 5px 10px;
  margin-left: 10px;
  border-radius: 20px;
}

.advertisers_name {
  font-size: 25px;
}
.price_text {
  font-size: 25px;
}
.available_name {
  width: 65px;
  opacity: 0.7;
  display: inline-block;
}

.td_middle td {
  vertical-align: middle;
}


.in_hadding {
  margin-bottom: 30px;
}
.faq p {
  margin: 0;
}
.faq-title {
  margin-bottom: 0;
}
.faq .card-body {
  padding-top: 0;
}

.navbar{padding:0.5rem  }
.navbar > .container,
.navbar > .container-fluid {
  position: relative;
}

.dark-theme .modal-content {
  color: #fff;
  background-color: #0d263c;
}

.dark-theme .modal-header{
  border-bottom-color:rgb(255 255 255 / 14%);
}
.dark-theme .border-top {
  border-top: 1px solid rgb(255 255 255 / 14%)!important;
}
.modal_p {
  padding: 30px;
}

.privacy_policy {
  padding: 100px 0 50px;
}


.timezone-picker-textfield input {
  padding: 4px 0 !important;
  border: none !important;
}

.ReactModal__Overlay {
  inset: 0px;
  background-color: rgb(0 0 0 / 75%) !important;
  z-index: 99;
}
.ck.ck-editor {
  color: #000;
}
#add-user-modal {
  min-width: 460px;
  max-width: 460px;
  max-height: 360px;
  margin: auto;
  text-align: center;
}
#add-user-modal h2 {
  font-size: 30px;
  color: #000 !important;
}
.timezone-picker {
  display: block !important;
}
.timezone-picker-list {
  position: absolute !important;
  z-index: 5;
  background: #fff;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #000;
  background: none;
  background-clip: padding-box;
  border: 1px solid rgb(51 51 51 / 35%);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.dark-theme .form-control {
  color: #fff;
  border: 1px solid rgb(255 255 255 / 20%);
}
.dark-theme select option {     background: #001629;  color: #fff;}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #000;
  background: none;
  outline: 0;
}
.dark-theme .form-control:focus {
  color: #fff;
}
.form-control::-webkit-input-placeholder {
  color: #808080;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #808080;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #808080;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #808080;
  opacity: 1;
}

.form-control::placeholder {
  color: #808080;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background: none;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #000;
  background: none;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #333;
}
.dark-theme input:-webkit-autofill,
.dark-theme input:-webkit-autofill:hover,
.dark-theme input:-webkit-autofill:focus,
.dark-theme input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff;
}
.whitelist_scrool {
  overflow-y: auto;
  max-height: 400px;
}
.scrool_wallet_box {
  overflow-y: auto;
  max-height: 400px;
}
.wallet_box .scrool_wallet_box::-webkit-scrollbar {
  height: 5px;
}
.wallet_box .scrool_wallet_box::-webkit-scrollbar-thumb {
  background: #6c6c6c;
}

.dark-theme .bghwhite {
  background-color: #000;
}

.in_page .padding_d h5 {
  color: #fff;
}
body .css-1s2u09g-control,
.css-1pahdxg-control {
  background-color: #001629 !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
}
.css-qc6sy-singleValue {
  color: #fff !important;
}
body .css-2613qy-menu {
  background-color: #001629 !important;
}
.scrool_wallet_box th {    background: #ffffff;
  position: sticky;
  top: 0px;
}
.dark-theme .scrool_wallet_box th {    background: #021c33;}
.btn_d {
  background: none;
}

.br15 {
  border-radius: 15px;
}
.w100px {
  width: 100px;
}
.add_fileinput {
  border: 1px solid rgb(0 0 0 / 20%);
  padding: 8px 15px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;    overflow: hidden;
}
.dark-theme .add_fileinput {border: 1px solid rgb(255 255 255 / 20%);}
.add_fileinput input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    margin-left: -100px;
}

.m_0_a {
  margin: 0 auto;
}

a {
  color:#164061;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.content-outer a {
    border: 1px solid #164061;
    display: inline-block;
    padding: 8px 22px;
    border-radius: 35px;
    margin-top: 10px;
}
.dark-theme .content-outer a {color: #ffbf43; border: 1px solid #ffbf43;}
.dark-theme .register-right a{color: #ffbf43;}
.heading-primary2 {
  font-size: 40px;
}
.servicebox {
  background: #fff;
}
.servicebox .srt_box {
  margin: 15px 0;
}
.servicebox .srt_box img {
  height: 100px;
}
.alert_man {
  position: absolute;
  right: 30px;
  bottom: 20px;
  padding: 0.5rem 1rem;
}

.servicebox .srt_box img {
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  margin-bottom: 15px;
}
.servicebox .srt_box:hover img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.privacy_policy strong {
  display: block;
}
.privacy_policy ol li {
  list-style: decimal;
  margin-left: 20px;
}
.user_dropdown:hover .dropdown-menu2 {
  display: block;
}
.dashbord_menu li .dropdown-menu2 a i {
  margin-right: 8px;
  font-size: 20px;
}
.dashbord_menu li .dropdown-menu2 a {
  color: #000;
  display: flex;
  font-size: 14px;
  padding: 4px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dark-theme .dashbord_menu li .dropdown-menu2 a{color: #fff;}
.dashbord_menu li .dropdown-menu2 a:hover {
  color: #f2c24a;
}
.dropdown-menu2 {
  padding: 10px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  width: 165px;
  display: none;
  float: left;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown_user {
  padding: 20px 40px 15px 15px;
  left: auto;
  right: 0;
  min-width: max-content;
}
.dropdown_user a {
  color: #000;
  margin-bottom: 7px;
  display: flex;
}
.dropdown_user a:hover {
  text-decoration: underline;
}
.dropdown_user span {
  display: flex;
  margin-bottom: 5px;
}
.dropdown_user i {
  font-size: 18px;
  margin-right: 5px;
  width: 20px;
  text-align: center;
  line-height: 24px;
  display: inline-block;
}
.login_box .btn:disabled {
  opacity: 1;
}
.login_box .errorMsg {
  color: red;
  font-size: 14px;
  margin-top: 3px;
}
.img-fluid22 {
  height: 100px;
  cursor: pointer;    max-width: 100%;
}
.width_table_img {
  height: 60px;
}
.right_side_div {
  text-align: right;
}
.right_side_div h4 {
  display: inline-grid !important;
}
.charting-part h5 {
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 600;
  margin-top: 20px;
}
.charting-part p {
  font-size: 17px;
  margin: 0px;
  word-break: break-all;
  font-weight: 500;
}
.charting-part h4 {
  display: flex;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.bg_white22 {
  background:#fff;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 25px;    height: 100%;
}
.dark-theme .bg_white22 {
  background: #001629;
}

.bg_white22 img {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 110px;
  background: #f4f4f5;
}

.bg_white22 div p {
  margin-bottom: 0;
}

.bg_white21 {
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
}
.bg_white21 .chat_user_pc {
  background: #e4e4e4;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  border-radius: 100%;
  color: #000;
}

.left_chat_scrool {
  height: 55vh;
  overflow-y: auto;
  padding-right: 10px;
}
.table_hadding {
  display: flex;
  justify-content: space-between;
}
.dark-theme .table_hadding {
  background: #001629;
}

.viewmore_brn {
  font-weight: 600;
  color: #ffcf61;
}
.dashbord_manbox .table td .btn {
  font-size: 14px;
  padding: 0.15em 0.3rem;
}
.table_list .table td,
.table_list .table th {
  padding: 0.5rem;
  vertical-align: middle;
  color: #fff;
}

@media (max-width: 991px) {
  .navdashbord,
  .navdashbord.nav-scroll {
    padding: 0px 0;
    z-index: 9;
    min-height: auto;
    position: fixed;
    top: 55px;
    -webkit-transform: inherit;
    transform: inherit;
  }
  .navbar-brand img {
    height: 30px;
  }
  .navbar-brand {
    margin-top: -2px;
  }
  .in_page,
  .dashbord_in1,
  .in_page_help {
    padding:0px 0 30px;
  }
  .left_tab {
    border-radius: 10px;
    padding: 15px;
  }
  .left_tab ul {
    display: flex;
    overflow-x: scroll;
  }
  .left_tab ul a {
    width: max-content;
  }
  .padding_d {
    padding-left: 15px;
  }
  .white_box {
    padding: 20px;
  }

  .right_menu {
    position: absolute;
    right: 58px;
    top: 3px;
  }
  .right_menu li a {
    padding: 2px 10px;
    margin-left: 10px;
  }
  .login_box {
    padding: 20px 15px;
    margin: 80px 0 20px;
  }
  .dashbord_menu {
    position: absolute;
    right: 62px;
    top: 50%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
  }
  .navbar {
    padding: 0.5rem 15px 0.5rem;
    min-height: 55px;
  }
  .navbar .container{
    max-width: 100%;
    position: static;
  }

  .navdashbord,
  .navdashbord.nav-scroll {
    padding: 0px 0;
    z-index: 99;
    min-height: auto;
  }
  .navbar-toggler {
    position: fixed;
    right:15px;
    top: 11px;
  }

  .dashbord_menu li.renone {
    display: none;
  }
  .alert_man {
    bottom: 0;
  }
  .uploader {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .whitelist_scrool {
    overflow-y: auto;
    max-height: 250px;
  }
  .bg_white22 {
    padding: 20px;
  }
  #add-user-modal {
    min-width: 250px;
    max-width: 250px;
  }
  .four_btn {
    width: 390px;
  }
  .modal_p {
    padding: 5px;
  }
  .kline-para.kline-para-basic{display: block!important;}
  .kline-para.kline-para-basic .box-kline-para-basic-left {
    border-right: 0;
    width: 100%;
    padding: 5px 20px;
  }
  .kline-para.kline-para-basic .box-kline-para-basic-right {
    width: 100%;
  }
  .kline-para.kline-para-basic ul li {
    width: 50%;
    border-right: 0px solid rgb(65 69 93);
    padding: 0 15px 15px;
    height: auto;
  }
  .nav-tabs {
    flex-wrap: inherit;
    display: flex;
  }
  .nav-tabs li a {
    padding: 13px 15px 10px;
    width: max-content;
  }
  .home h3 {
    font-size: 25px;
    margin-top: 0;
  }
  a.b_box {
    margin-bottom: 10px;
  }
  .login_box .tr {
    text-align: center;
  }
#home .banner-left p{
    font-size: 15px;
    line-height: 24px;
  }
  .padding {
    padding: 30px 0;
  }
  .about-content {
    padding-top: 15px;
  }
  .heading-primary {
    font-size: 22px;
  }
  .footer h4 {
    margin-top: 25px;
  }
  #home .banner_tex h1 {
    font-size: 40px;
    margin-top: 50px;
  }
  .p60 {
    padding: 35px 0;
  }
  .how {
    padding: 50px 0;
  }

  .how h2 {
    font-size: 2rem;
  }
  .appss-content h1 {
    font-size: 2rem;
  }
  .footer {
    padding: 35px 0 0;
  }
  .footer .logo {
    margin-bottom: 20px;
  }
  #add-user-modal h2 {
    font-size: 20px;
  }
  #add-user-modal img {
    width: 100px;
  }
}

.faqq .card {
  margin-bottom: 10px;
}
.faqq .card p {
  margin: 0;
}
.faqq .card-header {
  background: #fff;
  border: initial;
  border-radius: 10px !important;
}
.faqq .card-header a {
  font-size: 20px;
  display: block;
  letter-spacing: 0px;
}
.faqq .card-header .rotate-icon {
  height: 34px;
  width: 34px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  right: 10px;
  top: 7px;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
  color: #000;
}

.faqq .card .fa-caret-down:before {
  content: "\f0d8";
}

.faqq .card .collapsed .fa-caret-down:before {
  content: "\f0d7";
}
body .bd,
body .cv {
  background: none;
  border: 1px solid rgb(0 0 0 / 20%);
  border-radius: 5px;
}
body div.bl,
body div.bl:focus,
body div.bl:active {
  padding: 6px 10px;
}
.exchange_tab li {
  display: inline-block;
  padding:0px 7px 5px;
  font-size:13px;
  color: #000;
  cursor: pointer;
  border-bottom:1px solid #fff;
}
.exchange_tab{overflow-y: auto;    width: 100%;    display: flex;}
.dark-theme .exchange_tab li {
  color: #868686;
  border-bottom:1px solid #001629;
}
.exchange_tab li.active {
  border-bottom: 1px solid #001629;
  color: #001629;
}

.dark-theme .exchange_tab li.active {
  border-bottom:1px solid #ffbf43;
  color: #ffbf43;
}
.currency_table tr > a {
  display: flex;
}
.currency_table tr {
  border-left: 3px solid transparent;
}
.currency_table tr.active {
    background: #cbd9e9;
    border-left: 3px solid #fdbf42;
}

.currency_icon {
  width:22px;
  margin-right:8px;
}
.new_inpage {
  padding: 90px 0 50px;
  min-height: 600px;
}


.nav-tabs.spot {
  background: #eeeff1;
}
.nav-tabs.spot li span {
  padding: 13px 10px 10px;
  display: inline-block;
  border-bottom: 2px solid #fff;
  cursor: pointer;
  font-weight: 500;
}
.dark-theme .nav-tabs.spot li span {
  border-bottom-color:#00201b;
}
.nav-tabs.offer_beu.spot::-webkit-scrollbar {
  height: 3px;
}
.nav-tabs2 li a {
    padding: 7px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    background: #eeeeef;
    color: #383838;
    font-weight: 500;
    text-align: center;
    border-radius: 5px;
}
.dark-theme .nav-tabs2 li a {background: #002749; color:#ffffff;}
.nav-tabs2 li a.active { 
   color: #000;
  background-color: #ffbf43;
}

.not_found {
  display: flex;
  height: 100vh;
}

.dark-theme .not_found h1{color: #fff;}
.not_found div {
  margin: auto;
  text-align: center;
}
.transactions_table tr th,
.transactions_table tr td {
  width: 100px;
}
.popup-content {
}
article {
  height: 456px !important;
}
article > div {
  height: 456px !important;
  overflow: hidden;
}
.ip_width {
  word-break: break-all;
  min-width: 200px;
}
.td_date {
  min-width: 100px;
}
.buyselll_box {
  text-align: right;
}
.buyselll_box ul {
  display: inline-block;
  flex-wrap: initial;
  background: #fff;
  padding: 4px;
  border-radius: 5px;
  font-size: 14px;
}
.dark-theme .buyselll_box ul {
  background: #002749;
}
.buyselll_box ul li {
  display: inline-block;
}
.buyselll_box ul li a {
  padding: 2px 10px;
  color: #000;
}
.dark-theme .buyselll_box ul li a {
  color: #fff;
}
.buyselll_box ul li a.active {
  background: #edad33;
  border-radius: 3px;
  color: #000;
}

.coin_box {
  display: flex;
  background:#eceff1;
  border-radius: 14px;
  padding: 15px;
}
.dark-theme .coin_box {
  background:#161616;
}
.coin_box img {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}
.h4_hadding {
  text-transform: uppercase;
  border-bottom: 1px solid #4c4c4c;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .faqq h1 {
    font-size: 2rem;
  }
  .new_inpage {
    padding: 75px 0 50px;
    min-height: auto;
  }
  .white_box h5 {
    font-size: 17px;
  }

  .white_box h3 {
    font-size: 26px;
  }

  .alert_man {
    right: 23px;
    bottom: 20px;
  }

  .bg_white {
    padding: 15px;
  }

  .faqq .card-header a {
    font-size: 17px;
    line-height: 22px;
  }
  .Authenti {
    padding-left: 16px;
  }
}

ul.nav.nav-tabs.offer_beu.mb-5.spot li {
  margin-right: 10px;
}

.underline {
  text-decoration: underline;
}

.my_color_buy {
  background-color: rgb(66, 182, 128) !important;
  color: white;
  font-weight: 700;
  border-color: #42b680;
}

.my_color_sell {
  background-color: rgb(241, 67, 47) !important;
  color: white;
  font-weight: 700;
  border-color: #f1432f;
}

.p-2 {
  padding: 0.5rem !important;
}

.border2 {
  /* border: 1px solid gray; */
  background: rgb(85, 189, 108);
  border-radius: 0.25rem;
  color: white;
}

.border2 > a {
  color: white !important;
  font-weight: 700;
}

.border3 {
  /* border: 1px solid gray; */
  background: rgb(241, 67, 47) !important;
  border-radius: 0.25rem;
  color: white;
}

.border3 > a {
  color: white !important;
  font-weight: 700;
}

div#tv_chart_container1 > iframe {
  height: 100vh;
  width: 100vw;
}
/* 
.border2 {
    border: 1px solid gray;
    background: #edad33;
    border-radius: .25rem;
} */

.support-img {
  margin-top: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.chart > article > div {
  height: 100vh !important;
}

.chart > article > div > div > {
  width: 100vw !important;
  height: 100vh !important;
}

.chart > article > div > div > iframe {
  width: 100vw !important;
  height: 100vh !important;
}

.banner_box {
  background: #fff;
  padding: 30px 50px 50px;
  position: relative;
  margin: 0px auto 40px;
  border-radius: 25px;
  max-width: 800px;
  color: #fff;
  box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 10%);
  text-align: left;
}
.dark-theme .banner_box {
  background: #001629;
}

.home-banner {
  padding: 180px 0px 140px 0px;
}
.price_left {
  position: absolute;
  right: 220px;
  top: 33px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
.home-banner {
  padding: 180px 0px 140px 0px;
}
.walletClass {
  max-width: 800px;
  margin: 0 auto 20px;
  word-break: break-all;
}
.copy_button {right: 0;top: 0;}
#referral_link {
  word-break: break-all;
}
.new_tabtab {
  border-bottom: 1px solid #585858;
  margin-bottom: 50px;
}
.new_tabtab li a {
  font-size: 18px;
  text-transform: uppercase;
  padding: 0.7rem 1rem;
  border-bottom: 2px solid #001629;
  margin-right: 35px;
  color: #7b7878;
  font-weight: 600;
}
.new_tabtab li a.active {
  color: #e1ae39;
  border-bottom: 2px solid #e1ae39;
}

.banner_box h3 {
  font-size: 24px;
}
body .control_new:focus,
body .control_new:active {
  outline: none !important;
  box-shadow: none;
  border-bottom: 1px dashed #e1ae39;
  color: #000;
}
body.dark-theme .control_new:focus,
body.dark-theme .control_new:active {
  color: #fff;
}
body .control_new {
  font-size: 20px;
  background: none;
  color: #000;
  border: none;
  outline: none;
  width: 100%;
  border-bottom: 1px dashed #e1ae39;
  padding-bottom: 10px;
  border-radius: 0;
  padding: 10px 0;
}
body.dark-theme .control_new {
  color: #fff;
}
body .swap_part {
  padding: 3.5rem 0 5rem 0;
  z-index: 1500;
}
body .control_new::-webkit-outer-spin-button,
body .control_new::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
body .control_new[type="number"] {
  -moz-appearance: textfield;
}
body .control_new::placeholder {
  color: #696968;
  opacity: 1;
  font-size: 18px;
}

body .control_new:-ms-input-placeholder {
  color: #696968;
  font-size: 18px;
}

body .control_new::-ms-input-placeholder {
  color: #696968;
  font-size: 18px;
}
.btn.buyyy,
.btn.busdBuy {
  background: #e1ae39;
  color: #000;
  padding: 8px 25px;
  font-weight: 600;
}

.exchange_icon {
  text-align: center;
  font-size: 20px;
  margin-top: 40px;
  color: #c3c3c3;
  cursor: pointer;
}
.haddingeth {
  font-size: 26px;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.b_header {
  border-bottom: 1px dashed #908fa8;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.banner_box2 {
  padding: 50px 30px;
}
.banner_box .col-sm-62 {
  padding-left: 30px;
}
.banner_box h6 {
  font-size: 18px;
}
.banner_box .col-md-3 h4 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.carbon-layout .hero-main .banner_box .row > div {
  order: 1;
}
.h_100{ height: 100%;}
.user_profile{    width: 115px;
    height: 115px;
       position: relative;
    margin: auto;}
.user_profile .edit-profile{    right: 0;
    bottom: 10px;
    background: #ffffff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #001629;
    line-height: 32px;
    cursor: pointer;}	
 .edit-profile .editlabel{    position: relative;
    width: 100%;
    cursor: pointer;}
.user_profile img{object-fit: cover;  width: 100%;    height: 100%; border-radius: 100%;
    overflow: hidden;}	
.kyc_h5{    font-size: 15px;    word-break: break-all;    font-weight: 400;}
.ne_box{
    background: #fff;
    padding: 10px;
    border-radius: 10px; 
}
.dark-theme .ne_box{background: #001629;}
.register-right .register-form .form-control.country-input {
    padding-left: 92px;
}
.react-tel-input .form-control {
    padding: 6px 0 0 50px !important;
    width: 100% !important;
    margin: 0 !important;
    background-color: #fff;
    border: none !important;
}
.react-tel-input.country-code {
    max-width: 90px;
    top: 1px;
    bottom: 1px;
    left: 1px;
    height: 33px;
}
.how-inner, .trade-list-outer li{    -webkit-transition: all 300ms ease-out;  transition: all 300ms ease-out;}
.how-inner:hover, .trade-list-outer li:hover{ transform: translateY(-10px);}
.blog_dital_img{      overflow: hidden;  background: #031c32;    border-radius: 15px;}
.blog_dital_img img{    width: 100%;    object-fit: cover;    height: 415px;  }
.modify_order.show .modal-dialog {
    -webkit-transform: translate(0,38%);
    transform: translate(0px,38%);
}
.white_box5 td img{    max-width: 35px;}

.PhoneInputInput {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 1rem;
    background: none;
    border: none;
}
#home .banner_tex .btn {
  background-color: #c38800 !important;
  border-color: #c38800 !important;
  box-shadow: none !important;
  outline: none !important;
}
.chat_input_new{display: flex;}
.msg-box{margin-bottom: 10px;
  display: block;}
.errorsTag{color:"red"}
.dashbord_manbox .nav-tabs .nav-item a{    width: 100%;}
.dashbord_manbox .nav-tabs li a {padding: 8px 15px;}
.dashbord_manbox .nav-tabs {background: #ededed;}
.dashbord_manbox thead{ border-bottom: 1px solid rgb(107 107 107 / 30%);}
.bg_white{background: #fff;}
.order_bistory{    height: 226px; overflow: auto;}
.exchange-main-outer .h6_head {padding:10px 0 0 0 }
.white_box5 {
    box-shadow: 0px 0px 13px rgb(8 8 8 / 25%);
    border-radius: 25px;
    overflow: hidden;    padding: 20px 30px;}


.dark-theme .PhoneInputInput{color:#fff;}
.dark-theme input::-webkit-calendar-picker-indicator {    filter: invert(1);}
.dark-theme .dashbord_manbox .nav-tabs {
    background: #00101e;
}
.dark-theme .bg_white{
    background: #001629;
}
.dark-theme .type-list-outer {
    background: #00101e;
}
.balance-outer{height: 285px;}
.dark-theme .type-list-outer a, .dark-theme #tradeHistory .my_color_sell{color: #ffffff;}
.progress{    background: #e1e1e1;}
.dark-theme .progress{     background: #05213a;}
#tradeHistory .my_color_sell{color: #000;}
.bs_border { border: 1px solid #ccc;    height: 305px;}
.dark-theme .bs_border { border: 1px solid rgb(255 255 255 / 10%);}
.logo1{    display: none;}
body.dark-theme .logo2{    display: none;}
body.dark-theme .logo1{    display: block;}
body.dark-theme .react-tel-input .country-list .country .dial-code { color: #d8c7a4;}
body.dark-theme .react-tel-input .country-list, body.dark-theme .react-tel-input .country-list .search{  background-color: #012240;}
body.dark-theme .react-tel-input .country-list .country:hover, body.dark-theme .react-tel-input .country-list .country.highlight{ background-color: #032e55;}

.crypt-up { color: #01aa78 !important;}
.crypt-down { color: #eb6a61 !important;}


.eye_pass input{
  padding-right: 35px;
}
.add_fileinput input:hover{
  cursor: pointer;
}
span.chat_notification {
    position: absolute;
    right: -8px;
    background: #f22;
    color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    font-size: 10px;
    padding-top: 2px;
    top: -5px;
}
.capital{
  text-transform: capitalize;
}
.add-wallet-address:hover{
  cursor: pointer;
}
.w-t{
  text-transform: capitalize;
}
body .react-tel-input .form-control {font-size: 13px;}
.vr_img {
    height: 100vh;
    display: flex;
    padding-bottom: 130px;
}
.coming_soon {
padding: 50px 20px 0;
  height: 90vh;
  display: flex;
}
.coming_soon img {margin: auto;}
.tr_prograss_depth{ position: relative;}
.tr_prograss_depth td{ position: relative;}
.tr_prograss_depth td:first-child{ position: initial;}
.tr_prograss {
  position: absolute;
  top: 0;    
  bottom: 0;
  right: 0;
  background: rgb(242 54 69 / 14%);
}
.tr_prograss2 {
  position: absolute;
  top: 0;   
  bottom: 0;
  right: 0;
  background:rgb(8 153 129 / 10%)
}
.staking-banner {
  padding: 110px 0 40px;
  position: relative;
  background: linear-gradient(190deg, rgb(236 239 241) 0%, rgb(255 255 255) 100%);
}
body.dark-theme .staking-banner { background: linear-gradient(190deg, rgba(0,16,30,1) 0%, rgba(0,22,41,1) 100%);}
.search-bar .btn {
  right: 0;
  top: 0;
}
.notice-inner {
  background: #e7e7e7;
  padding: 10px;
  border-radius: 7px;
}
.dark-theme .notice-inner {  background: #081928;}
.dark-theme .notice-right p{    font-weight: 300;}
  .notice-right p{  
  line-height: 22px;
  font-size: 13px;}
.modal-update .modal-header, .trasfer_popop .modal-header{    right: 10px;    top: 10px;z-index: 9;}
.search-bar{    min-width: 200px;}
.trasfer_qr{
  background: rgb(0 0 0 / 9%);
  border-radius: 20px;
  padding: 20px 10px;
}
.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;

  @media (max-width: 768px) {
    font-size: 12px;
  }
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  margin-bottom: 6px;
}

.dark-theme .step-counter {background: #042948; }

.stepper-item.active {
  font-weight: bold;
}

.stepper-item.completed .step-counter {
  background-color: #ffbf43; color: #000;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ffbf43;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;
}

.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}



@media only screen and (max-width: 600px) {
  .new_tabtab li a {
    margin-right: 0;
    font-size: 14px;
    padding: 0.4rem 0.7rem;
  }
  .banner_box {
    padding: 20px;
    margin: 0 auto 0;
  }
  .re_tc {
    text-align: center;
  }
  .banner_box h5 {
    font-size: 1.1rem;
  }
  .home-banner {
    padding: 90px 0px 80px;
  }
  .initializeClass .btn {
    padding: 6px 10px;
    font-size: 13px;
  }
  .banner_box h4 {
    font-size: 18px;
  }

  .new_tabtab {
    margin-bottom: 20px;
  }
  .col-md-5.tr {
    text-align: center;
  }
  .haddingeth {
    text-align: center;
  }

  .exchange_icon {
    margin: 20px 0;
  }
  .exchange_icon i {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

/*Responsive*/
@media (max-width: 991px) {
  #home .banner_tex {
    padding: 150px 0;
  }
  #home {
    height: auto;
  }
}
@media (max-width: 767px) {
h2{ font-size: 1.5rem;}
  #home .banner_tex {
    padding: 135px 0;
  }
  .staking-banner {    padding: 65px 0 10px;    text-align: center;
  }

  .user-detail-inner-main h6 {
    width: 125px;
    font-size: 15px;
}
  #home .banner_tex h1 {
    margin: 0px;
  }
  .work_box {
    margin-bottom: 30px;
  }
  .how {
    padding: 30px 0 0px;
  }
  .appss-content {
    margin: 20px 0 0;
  }
  .appss {
    padding: 20px 0 0px !important;
  }
  .market-trade {
    margin: 15px 0;
  }
  .how-left {
    text-align: center;
    margin-bottom: 15px;
  }
#home .banner-left h1 { font-size: 25px;}
.intro-left{    width: 150px;    margin-bottom: 20px;}
.intro-outer {margin: 0 auto 15px;}
.white_box5 { border-radius:15px;  padding: 5px 10px;}
.white_box5{    white-space: nowrap;    font-size: 13px;}
.white_box5 h4{font-size: 1.2rem;}
.white_box5 td img{    max-width: 25px;}
.intro-right h2{font-size: 1.4rem;}
.intro-right h6 {font-size: 14px;}
.help-inner { margin-top: 15px;}
.section-heading h2 {font-size: 1.8rem;}
.register-left { display: none;}
.register-right { border-radius: 15px; padding: 15px;}
.register-inner { max-width: 100%;}
.market-news-outer .content-outer h6 { font-size: 16px; line-height: 26px;}
.whitelist_scrool .whitelist-data {width: 100%; margin-right: 0%;}
}
@media (max-width: 575px) {
  #home .banner_tex {
    padding: 85px 0 47px;
  }
  .table_list .table td, .table_list .table th{
    word-break: break-all;
  }
  .dashbord_in1{
    padding: 0;
    margin: 0;
  }
  .dashbord_in1 .dashbord_in .form-check{
    width: 100%;
  }
  .dashbord_in1 .dashbord_in .estimated_value {
    width: 100%;
    text-align: left;
    margin-top: 5px;
  }
  .alert_man {
    position: static;
    margin: 10px 0 15px;
  }
  .how-left img {
    max-width: 100px;
  }
}
.my-stack-table th{
  white-space: break-spaces;
}