@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto+Mono:300,400,500,700&display=swap');
 @keyframes fadein {
     from {
         opacity:0;
    }
     to {
         opacity:1;
    }
}
 @-moz-keyframes fadein {
    /* Firefox */
     from {
         opacity:0;
    }
     to {
         opacity:1;
    }
}
 @-webkit-keyframes fadein {
    /* Safari and Chrome */
     from {
         opacity:0;
    }
     to {
         opacity:1;
    }
}
 @-o-keyframes fadein {
    /* Opera */
     from {
         opacity:0;
    }
     to {
         opacity: 1;
    }
}
.navbar-brand img {
    max-width: 240px;
}
/*------loading css---*/

#loader-wrapper {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1000
}
#loader-wrapper .loader-section {
    position:fixed;
    top:0;
    width:51%;
    height:100%;
    background:#001439;
    z-index:1000;
    -webkit-transform:translateX(0);
    -ms-transform:translateX(0);
    transform:translateX(0)
}
#loader-wrapper .loader-section.section-left {
    left:0
}
#loader-wrapper .loader-section.section-right {
    right:0
}
#loader {
    display:block;
    position:relative;
    left:50%;
    top:50%;
    width:150px;
    height:64px;
    margin:-75px 0 0 -75px;
    border-radius:50%;
    border:3px solid transparent;
    z-index:1001
}
#loader-logo {
    display:block;
    position:absolute;
    left:48%;
    top:46%;
    z-index:1001;
}

.loaded #loader-wrapper {
    visibility:hidden;
    -webkit-transform:translateY(-100%);
    -ms-transform:translateY(-100%);
    transform:translateY(-100%);
    -webkit-transition:all 0.3s 1s ease-out;
    transition:all 0.3s 1s ease-out
}
.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);
    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);
    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;
    transition:all 0.3s ease-out
}
.progress {
    background-color:rgba(255, 64, 129, 0.22)
}
.no-js #loader-wrapper {
    display:none
}




[data-logo-loader] {
  display: table;
  margin: 35px auto
}

[data-logo-loader] hr:first-child {
  display: block;
  margin: 0;
  width: 746px;
  height: 64px;
  background-image: url("/img/logo.png");
  background-repeat: no-repeat;
  background-size: 230px;
  border: none;
  opacity: 1
}

[data-logo-loader] hr:last-child {
  transition: width 1s;
  position: absolute;
  display: block;
  margin: 0;
  width: 0;
  height: 64px;
  transform: translateY(-100%);
  background-image: url("/img/logo.png");
  background-repeat: no-repeat;
  background-size: 230px;
  border: none;
    transition: all ease 9s;
}

.load [data-logo-loader] hr:last-child {
  width: 746px;

}


 ::-webkit-scrollbar {
     background: #e8e8e8;
     width: 15px;
     height: 0px;
     cursor: n-resize;
}
 ::-webkit-scrollbar-thumb {
     background:#383c41;
     cursor: n-resize;
}
 ::-webkit-scrollbar-thumb:window-inactive {
     background: rgba(78, 86, 94, 1);
     cursor: n-resize;
}
 body {
     font-family:'Roboto Mono', sans-serif;
     font-weight: 400;
     animation: fadein 2.5s;
     -moz-animation: fadein 2.5s;
    /* Firefox */
     -webkit-animation: fadein 2.5s;
    /* Safari and Chrome */
     -o-animation: fadein 2.5s;
    /* Opera */
}
 ul {
     list-style: none;
     padding: 0;
}
nav.navbar a.dropdown-item {
    color: #000 !important;
}
 .bg-blue{
     background: #001439;
}
 nav.bg-blue a{
     color: #fff !important;
}
 nav.navbar{
     padding: 40px 0;
}
 .promotion-banner{
     background:#D1D1D1;
     width: 100%;
     float: left;
     padding: 50px 0;
     text-align:center;
}
 .nav-link span{
     color: #FF8E3A;
}
 .info-index {
     background:#ddd;
     background-position: center 315%;
     background-size: auto;
     width: 100%;
     background-repeat: no-repeat;
     float:left;
     padding-top: 60px;
}

@media(min-width: 1500px){
    .info-index{
    background-position: center 150%;
    background-size: 105%;
  }
}

.info-index h1 {
    color: #001439;
    font-size: 41px;
    font-weight: 700;
    margin-bottom: 30px;
}
 .info-index h1 span{
     font-weight: bold;
     color: #FF8E3A;
}
 .info-index .col-md-7 p {
    font-size: 18px;
    color: #060606;
}
 .btn{
     border-radius: 3px;
}
 .btn-outline{
     background:transparent;
     border: 1px solid #373763;
     color: #fff;
}
 .btn-lighter{
     background:#2C2C54;
     border: 1px solid #373763;
     color: #fff;
}
 .btn{
     padding: .375rem .75rem;
}
 .promotion-banner h2 {
     font-size: 24px;
     font-weight: 500;
     color: #fff;
}
 ul.timeline {
     list-style-type: none;
     position: relative;
     width: 100%;
     float: left;
     margin-bottom:0px;
     font-size: 12px;
     color: #c6c6c6;
}
 ul.timeline:before {
     content: ' ';
     background: #d9d9d9;
     display: inline-block;
     position: absolute;
     left: 29px;
     width: 2px;
     height: 100%;
     z-index: 400;
}
 ul.timeline > li {
     margin: 20px 0;
     padding-left: 20px;
}
 ul.timeline > li:before {
     content: ' ';
     background: white;
     display: inline-block;
     position: absolute;
     border-radius: 50%;
     background: #d9d9d9;
     left: 25px;
     width: 10px;
     height: 10px;
     z-index: 400;
}
 .top-trade li {
     font-size: 16px;
     text-align: center;
     width: 50%;
     font-weight: bold;
     color: #fff;
}
 .top-trade li span{
     color: #FF833E;
}
 .box-trade input.form-control {
     min-height: 65px;
     font-size: 19px;
}
 .box-trade .btn-primary.dropdown-toggle {
     min-height: 65px;
     background: #EFF6FA !important;
     color: #000;
     box-shadow: none;
     border: 1px solid #f5f5f5;
}
 .box-trade .dropdown img{
     border-radius: 100%;
     width:24px;
     height:24px;
}
 .box-trade {
     max-width: 385px;
     float: right;
     margin-top:15px;
}
 .box-trade .btn-lg {
     width: 100%;
     font-size: 24px;
     text-transform: initial;
}
 .box-trade .btn-lg span{
     font-weight:bold;
}
 .btn-primary {
     background: #2C2C54 !important;
}
 .box-trade .card-body {
     padding: 35px 25px;
}
 .timeline a {
     color: #c3c3c3;
}
 .timeline a span{
     color: red;
}
 .block-banner {
     max-width: 580px;
}
 .box-trade .card {
     box-shadow: none;
     border-radius: 0;
}
 .btn-default {
     background: #FF793F !important;
}
 .list-partners img {
     margin-right: 15px;
}
 .list-partners {
     width: 100%;
     float: left;
     margin-bottom: 50px;
}
 section.list-coins {
     width: 100%;
     float: left;
     padding-top: 80px;
}
 .list-coins table{
     margin-top: 25px;
}
p.title-middle {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}
 .list-coins thead {
     border: 1px solid #f9f9f9;
}
 .list-coins tbody {
     border: 1px solid #f5f5f5;
     border-top: 0px !important;
}
 .list-coins table td{
     font-weight:bold;
}
 .list-coins .name{
     font-weight: bold;
}
 .list-coins .name span{
     color: #d1d1d1;
}
 @media(max-width: 768px){
     button.navbar-toggler {
         background: #f6b93b;
         padding: 3px;
    }
     .info-index{
         background: #001439;
    }
     .info-index h1 {
         font-size: 20px;
    }
     .info-index .col-md-7 p {
         font-size: 13px;
         margin-bottom: 50px;
    }
     .list-partners {
         background: #fff;
         border-radius: 2px;
         padding: 5px;
         text-align: center;
    }
     .list-partners img {
         margin-right: 0px;
         max-height: 18px;
         margin: 0 auto;
    }
     .btn.btn-lg{
         width: 100%;
    }
     .col-md-5.col-xs-12.pr-0 {
         padding-right: 15px !important;
    }
     .box-trade input.form-control{
         font-size: 12px;
    }
     .box-trade .btn-lg{
         font-size: 16px;
    }
}

.btn-primary.active, .btn-primary:active, .btn-primary:focus, .dropdown .dropdown-menu.dropdown-primary .dropdown-item.active, .dropdown .dropdown-menu.dropdown-primary .dropdown-item:active, .dropdown .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropleft .dropdown-menu.dropdown-primary .dropdown-item.active, .dropleft .dropdown-menu.dropdown-primary .dropdown-item:active, .dropleft .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropright .dropdown-menu.dropdown-primary .dropdown-item.active, .dropright .dropdown-menu.dropdown-primary .dropdown-item:active, .dropright .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropup .dropdown-menu.dropdown-primary .dropdown-item.active, .dropup .dropdown-menu.dropdown-primary .dropdown-item:active, .dropup .dropdown-menu.dropdown-primary .dropdown-item:hover {
    background-color: #001439!important;
}

.progress-p{
    color: #d1d1d1;
    text-align: center;
    font-size:14px;
}

footer {
    background: #001439;
    color: #fff;
    width: 100%;
    float: left;
    font-size: 13px;
}

footer .col-md-12 li {
    float: left;
    margin-right: 20px;
    font-size: 12px;
}

footer a {
    color: #fff;
}
footer .col-md-12 li a{
    color:  #007bff;
}
footer h2 {
    font-size: 18px;
    font-weight: 800;
}
footer .nav-link {
    border: 1px solid #fff;
    border-radius: 3px;
    float: left;
}
footer .nav-link:hover {
    background: #fff;
    color: #007bff;
}

footer .dropdown{
    width:  100%;
    float:  left;
}

footer .col-md-7.col-xs-12 {
    line-height: 2;
}

p.powered {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 1rem;
    letter-spacing: 5px;
}

section {
    width: 100%;
    float: left;
    padding: 80px 0;
}

.title{
    font-weight:bold;
}

#trade-pairs img {
    max-width: 25px;
    max-height: 25px;
}

#trade-pairs{
    font-size: 13px;
}

#trade-pairs a{
    color: #000;
}

#trade-pairs span{
    color: #ddd;
} 

.modal-header {
    font-weight: 800;
    border: 0;
}

.modal-title {
    font-size: 18px;
    font-weight: bold;
}

.modal-footer {
    border: 0;
}

.block {
    width: 100%;
    float: left;
}

#table_with_search_wrapper .col-sm-12.col-md-6:first-child {
    display: none;
}

#table_with_search_wrapper .table td, #table_with_search_wrapper .table th{
    padding: 8px;
}
@media(min-width:  968px){

.table-responsive {
    overflow-x: visible;
}

#pin-login input{
font-size: 24px;
text-align: center;
}
}
.auth h1.title {
    font-weight: 800 !important;
    font-size: 25px;
}

@media(max-width:768px){
    h1.title {
    font-size: 22px;
    }
}

img{
    max-width:  100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

.p-10{
    padding-right: 10%;
}

.pl-10{
    padding-left: 10%;
}

.block p {
    font-size: 14px;
}

.bar {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0;
    background: #eee;
}
.list-coins img {
    max-height: 150px;
}
body{
    overflow-x: hidden;
}
.md-accordion .card .card-body{
    padding: 0px 15px !important;
}