h2 {
    padding: 20px 0px;
	font-weight: 400;
}
#r-crypto {
        margin-bottom: -20px;
}
.ovbod {
    overflow: hidden;
}
.btn-block a{
    color: #FFFFFF;
    text-decoration: none !important;
}
.dat {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.bitcoin {
  width: 100%;
}

.bitcoin__title {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  font-size:20px;
}
.exchange_title { 
	font-size:20px;
	width: 100%;
}
.bitcoin .bitcoin-cur {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.bitcoin .bitcoin-cur__val {
  padding-right: 18px;
}
.bitcoin .bitcoin-cur__val img {
	height: 50px;
}
.bitcoin .bitcoin-cur__info {
  font-size: 34px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.bitcoin .bitcoin-cur__info .currency,
.bitcoin .bitcoin-cur__info .params {
  width: -webkit-max-content;
  width: -moz-max-content;
      width: max-content;
    font-size: 20px;
}

.bitcoin .bitcoin-cur .btn-block {
  display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    width: 100%;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.advtxt {
	width: 100%;
    text-align: end;
    color: #bcbcbc;
    font-size: 12px;
}
.advtxt a {
    color: #bcbcbc!important;
}
.btn-exchange-block {
	width:auto!important;
}
.bitcoin .bitcoin-cur .btn-block__shell {
  background: #f00;
}

.bitcoin .bitcoin-cur .btn-block__buy {
  background: #008000;
}
.btn-exchange-block .btn-block__buy {
  background: #000!important;
}
.bitcoin .bitcoin-cur .btn-block__shell,
.bitcoin .bitcoin-cur .btn-block__buy {
  color: #fff;
  font-weight: bold;
  padding: 6px 22px;
  font-size: 14px;
  margin-left: 16px;
  position: relative;
  cursor: pointer;
}
.table img {
    max-width: 20px;
    max-height: 20px;
    margin-right: 5px;
    vertical-align: bottom;
}

.bitcoin .bitcoin-info {
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.bitcoin .bitcoin-info .dat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bitcoin .bitcoin-info .data-item {
  padding: 0;
}

.bitcoin .bitcoin-info .data-item .title {
  font-size: 14px;
  color: #808080;
}

.bitcoin .bitcoin-info .data-item .value {
  margin-top: 6px;
  color: #333;
  font-size: 18px;
}

.sidebar {
  margin-top: 21px;
}

.sidebar .cryptocurrencies {
  margin-bottom: 20px;
}

.sidebar .cryptocurrencies__title {
    padding: 12px 10px;
    font-size: 16px;
}

.sidebar .cryptocurrencies__item {
  padding: 0 10px;
  padding-bottom: 0;
  margin-bottom: 0;
  list-style: none;
  display:block;
}

.sidebar .cryptocurrencies__item__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 5%;
  border-bottom: 1px solid #eee;
}

.sidebar .cryptocurrencies__item__data .icon {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.sidebar .cryptocurrencies__item__data .icon img {
  max-width: 20px;
  max-height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.sidebar .cryptocurrencies__item__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 8px;
  min-height: 46px;
  width: 100%;
}

.sidebar .cryptocurrencies__item__details > div {
  width: calc(50% - 5px);
}


.sidebar .cryptocurrencies__item__details .cryptoCurrName .link:hover {
  text-decoration: underline;
}

.sidebar .cryptocurrencies__item__details .cryptoCurrValue {
  font-weight: bold;
  text-align: right;
}

.sidebar .cryptocurrencies__item__details .cryptoCurrSymbol {
  text-transform: uppercase;
}

.sidebar .cryptocurrencies__item__details .cryptoCurrChange {
  text-align: right;
}

.sidebar .calendar .cryptocurrencies__item__data {
  margin-bottom: 5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar .calendar .cryptocurrencies__item__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar .calendar .status {
  background: #dbf3db;
  font-size: 12px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 5px;
  padding: 4px 10px;
}

.nav-cont a {
  font-size: 14px;
  cursor: pointer;
}

.nav-cont a:hover {
  text-decoration: underline;
}

.nav-cont__list {
  padding: 12px 10px;
  list-style: none;
  margin: 0;
}

.nav-cont__item {
  margin-bottom: 6px;
}

.nav-cont__item .nav-dropdown {
  padding-left: 20px;
  list-style: none;
  margin-top: 5px;
}

.nav-cont__item .nav-dropdown__item {
  margin-bottom: 4px;
}

table {
  width: 100%;
  color: #000;
  border: 1px solid #dadada;
  border-spacing: 0px;
}

table .tablesorter-header-inner {
  color: #333;
  font-size: 14px;
}

table thead {
  border-bottom: 0;
  display: contents;
  border-top: 0;
  border: 0 !important;
  border-left: 0;
  border-radius: 0;
  border-color: rgba(225,225,225,0.278) !important;
}

table thead th {
  padding: 6px 8px;
  border-color: #ffffff5c;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #000;
}

table thead .rank {
  width: 30px;
}

table thead .flag {
  width: 35px;
}

table thead .symb {
  width: 7%;
}

table .js-currency-name {
    position: relative;
}

.js-currency-name .fa {
  padding-left: 6px;
}

table tbody > tr > td {
  padding: 8px 6px;
    border-color: #ffffff5c;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #dadada;
}

table .flag img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 20px;
  max-height: 20px;
}

.table-scrollable thead {
  border-bottom: 0;
  display: contents;
}

.table-home {
  margin: 60px 0;
  background: #808080;
  color: #fff;
}

.text-green {
  color: #008000;
}

.tab-bl {
  overflow-x: auto;
  width: 100%;
}
.crypto-info .crypto-info-block {
	max-width:50%;
}
@media (min-width:1200px) {
.crypto-info-block .tab-bl {
  width: 360px;
}
}

.tab-bl::-webkit-scrollbar {
  height: 5px;
}

.table-scrollable {
  background: #fff;
  margin-bottom: 0;
  border: 1px solid #dadada;
  white-space: nowrap;
  border-bottom: none;
}
.crypto-info-block table {
  margin: 0px;
}
thead {
  border: 1px solid #e5e5e5;
  display: contents;
  border-bottom: 0;
  display: contents;
  border-top: 0;
  border: 0 !important;
  border-left: 0;
  border-radius: 0;
  border-color: rgba(225,225,225,0.278) !important;
}

td.table-active > div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.link-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  position: relative;
}

.link-flex .fa {
  padding-left: 6px;
  z-index: 999;
}

.link-flex .list-par {
  position: absolute;
  top: 0px;
  left: 90%;
  background: #fff;
  color: #333;
  font-weight: bold;
  font-size: 14px;
  padding: 6px 14px;
  list-style: none;
  width: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.link-flex .list-par__item {
  cursor: pointer;
  padding: 6px 10px;
}

.crypto-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 18px 0;
}

.crypto-info__list {
  color: #808080;
  list-style: none;
}

.crypto-info__item {
  margin-bottom: 6px;
  position: relative;
}

.crypto-info__item:before {
    content: '';
    border: 1px solid #1256a0;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.bcic i {
margin-right: 10px;
}
.crypto-info .crypto-info-block .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
  border-bottom: 1px solid #000;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 6px;
}


@media (max-width: 1024px) {

  table .tablesorter-header-inner {
    width: auto;
  }

  .sidebar .cryptocurrencies__item__details .cryptoCurrName {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  #bitcoin-table thead {
    border: 1px solid #dadada !important;
  }

  #bitcoin-table .js-currency-name {
    min-width: 145px;
  }

  .content > p:nth-child(3) {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .bitcoin .bitcoin-info .data-item .value {
    font-size: 14px;
    font-weight: bold;
	margin-top: 0px;
  }

  .btn-block {
    position: absolute;
    right: 0;
  }

  .dat .data-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
			width:100%;
  }

  .pr-0,
  .pl-0 {
    padding-right: inherit !important;
    padding-left: inherit !important;
  }

  .crypto-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .table-scrollable {
    display: table;
    white-space: nowrap;
  }

  .table-scrollable tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
  }

  .table-scrollable tbody tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
  }

  .table-scrollable tbody tr td {
    display: table-cell;
    vertical-align: inherit;
  }

  .content > p:nth-child(3) {
    width: 60%;
  }

  .sidebar .calendar .status {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .sidebar .calendar .cryptocurrencies__item__data {
    margin: 0;
    padding: 12px 0;
  }

  .sidebar .cryptocurrencies__item {
    margin: 0;
    padding: 10px 12px;
  }

  .table-home .content > p:nth-child(3) {
    width: 100%;
  }

  .crypto-info-block #bitcoin-table {
    width: 100%;
  }

  .crypto-info .crypto-info-block {
    width: 100%;
	max-width: 100%;
  }
}

@media (max-width: 767px) {
  .crypto-info .crypto-info-block {
    overflow-x: scroll;
  }

  .crypto-info .crypto-info-block::-webkit-scrollbar {
    height: 5px;
  }

  .nav-home {
    width: 100%;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header__two .nav-home__list {
    padding: 0 0;
  }

  .header__two .logo {
    text-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .bitcoin .bitcoin-cur {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    margin-bottom: 55px;
  }
  .bitcoin-cur img {
      height: 40px!important;
  }

  .bitcoin .bitcoin-cur .btn-block {
    position: absolute;
    bottom: 0;
  }

  .bitcoin .bitcoin-info .data-item {
    padding: 0;
	margin-top: 6px;
  }

  .content {
    padding: 0 10px;
  }

  .bitcoin {
    padding: 10px;
  }

  .row.p-575 {
    padding: 0 10px;
  }

  .m-fl {
    width: 100%;
    margin: 0 !important;
  }

  .bitcoin .bitcoin-cur .btn-block {
    bottom: -48px!important;
  }

  .nav-home {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .header__two .nav-home__list__item {
    min-width: 50%;
    margin-top: 10px;
  }

  .header__two .nav-home__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 10px 0px;
  }

  .nav-cont {
    float: none;
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .content > p:nth-child(3) {
    width: 100%;
  }

  .sidebar {
    padding: 0 10px !important;
  }

  .col-sm-6 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .col-sm-12 {
    margin-top: 20px;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-left .footer__block__list {
    padding-left: 0;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .p-5.p-sm-0 {
    padding: 20px 10px !important;
  }

  .row-sm {
    width: 100%;
    margin: 0 !important;
  }


  .header.fixed {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 9;
    top: 0;
  }

  th.left.elp.name {
    min-width: 240px !important;
  }

  .crypto-info__list {
    padding: 12px;
  }

  .crypto-info .crypto-info-block {
    margin-bottom: 20px;
  }

  .header__two .nav-home__list__item:before {
    right: 80px !important;
  }

  .footer__bg {
    padding: 0 !important;
  }
}

@media (max-width: 425px) {
  th.left.elp.name {
    min-width: 190px !important;
  }

  .header__two .nav-home__list__item:before {
    right: 40px !important;
  }
}

@media (max-width: 375px) {
  .row-sm {
    width: 100%;
    margin: 0 !important;
  }

  .header__two .nav-home__list__item:before {
    position: absolute;
    right: 30px !important;
  }

  #bitcoin-table .js-currency-name {
    min-width: 130px;
  }
}

@media (max-width: 320px) {
  .crypto-info__list {
    padding: 12px;
  }

  .crypto-info .crypto-info-block {
    margin-bottom: 20px;
  }
}
.tabs {
	left: 50%;
    transform: translateX(-50%);
    position: relative;
    width: 100%;
}
 .tabs input[name="tab-control"] {
	 display: none;
}
 .tabs ul {
	 padding-left: 0;
	 display: flex;
	 flex-direction: row;
	 margin-bottom: 10px;
	 justify-content: space-between;
	 align-items: flex-end;
	 flex-wrap: wrap;
     list-style: none;
}
.tabbar li {
	width: 33.33%;
    padding: 0 5px;
    text-align: center;
}
 .tabs ul li label {
	 transition: all 0.3s ease-in-out;
	 padding: 5px auto;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 display: block;
	 cursor: pointer;
	 transition: all 0.2s ease-in-out;
	 white-space: nowrap;
	 -webkit-touch-callout: none;
}
 .tabs ul li label br {
	 display: none;
}
 .tabs ul li label svg {
	 fill: #929daf;
	 height: 1.2em;
	 vertical-align: bottom;
	 margin-right: 0.2em;
	 transition: all 0.2s ease-in-out;
}
 .tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
	 outline: 0;
	 color: #bec5cf;
}
 .tabs ul li label:hover svg, .tabs ul li label:focus svg, .tabs ul li label:active svg {
	 fill: #bec5cf;
}
 .tabs .slider {
	 position: relative;
	 width: 33.33%;
	 transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
 .tabs .slider .indicator {
	 position: relative;
	 width: 50px;
	 max-width: 100%;
	 margin: 0 auto;
	 height: 4px;
	 background: #eb5442cc;
	 border-radius: 1px;
}
 .tabs .content {
	 margin-top: 30px;
}
 .tabs .content section {
	 display: none;
	 animation-name: content;
	 animation-direction: normal;
	 animation-duration: 0.3s;
	 animation-timing-function: ease-in-out;
	 animation-iteration-count: 1;
	 line-height: 1.4;
}
 .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
	 cursor: default;
	 color: #eb5442cc;
}
 .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
	 fill: #428bff;
}

 .tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
	 transform: translateX(0%);
}
 .tabs input[name="tab-control"]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
	 display: block;
}
 .tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
	 cursor: default;
	 color: #eb5442cc;
}
 .tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
	 fill: #428bff;
}

 .tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
	 transform: translateX(100%);
}
 .tabs input[name="tab-control"]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
	 display: block;
}
 .tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
	 cursor: default;
	 color: #eb5442cc;
}
 .tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
	 fill: #428bff;
}

 .tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider {
	 transform: translateX(200%);
}
 .tabs input[name="tab-control"]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
	 display: block;
}
 .tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
	cursor: default;
	 color: #eb5442cc;
}
 .tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
	 fill: #428bff;
}

 .tabs input[name="tab-control"]:nth-of-type(4):checked ~ .slider {
	 transform: translateX(300%);
}
 .tabs input[name="tab-control"]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
	 display: block;
}
 @keyframes content {
	 from {
		 opacity: 0;
		 transform: translateY(5%);
	}
	 to {
		 opacity: 1;
		 transform: translateY(0%);
	}
}
 @media (max-width: 1000px) {
	 .tabs ul li label br {
		 display: initial;
	}
	 .tabs ul li label svg {
		 height: 1.5em;
	}
}
.ncap {
  display: flex;
    overflow-x: auto;
	white-space: nowrap;
}
.ncap::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.ncap a {
    color: #000;
    display: inline-block;
    margin: 5px 5px 24px;
    padding: 7px 13px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    outline: none;
    -webkit-transition: none;
    transition: none;
    background: #eaeaea;
}
.ncap a:hover {
    color: #eb5442cc;
	text-decoration: none;
}
.ncap .active {
	background: #000;
    color: #fff;
}
.dbt {
	border:none;
}
.neit {
    position: relative;
    line-height: 20px;
    margin-bottom: 10px;
    border-top: 1px solid #dadada;
    padding-top: 10px;
}
.nedat {
	display: inline-block;
    margin-right: 15px;
    color: #959595;
    font-size: 16px;
    min-width: 100%;
}
.neit blockquote {
	display: block;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	word-break: break-word;
}
.sfbl {
	font-size: 12px;
	margin-top: 10px;
    display: block;
}
.sfbl i {
	margin-right: 5px;
}
.wds td {
	width: 55%;
}

.nx-preloader {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 200px
}

.nx-preloader.disabled {
    display: none
}

.nx-preloader img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 70px
}

.btn-exchange-block {
    text-align:center;
    margin:auto;
    margin-top: 10px;
}

.btn-loading {
    display: none;
    text-align:center;
    margin:auto;
}
@media (max-width:767px) {
	.btn-exchange-block {
	left: 50%;
    margin-left: 0px!important;
    transform: translate(-50%, -30%);
    justify-content: normal!important;
}
}
.nwicn {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.chtbl p {
	    background-color: #000;
    color: #fff;
    border-radius: 4px;
    padding: 5px 16px;
}
