html {
  height: 100%;
}

body {
  background-image: url("../img/Artboard1-1280x670.jpg")
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
}

.wrapper, body {
  height: 100vh;
}

.custom-fill {
  flex: 1 1 auto;
}

.exchange-footer {
  /* position: absolute; */
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  padding: 1rem;
  /* margin-top: 80px; */
  margin-bottom: 0;
  /* margin-top: 3rem !important; */
}

/* .slider {
  width: 100%;
}

.slider img {
  margin: 0 auto;
  object-fit: contain;
}

@media (max-width: 70em) {
  .slider {
    visibility: hidden;
  }
} */

.bg-royal-blue {
  background-color: #1fbdc9;
}

.bg-light-gray {
  background-color: #F5F5F5;
}

.text-light-gray {
  color: #808080;
}

.text-royal-blue {
  color: #1fbdc9;
}

.text-blue {
  color: #3E9ADA;
}

.bg-light-blue {
  background-color: #bbebef;
}

.mt-140 {
  margin-top: 140px;
}

.mt-100 {
  margin-top: 100px;
}

.w-40 {
  width: 40%;
}

.exchange-panel h1.exchange-heading {
  color: #ffffff;
  font-size: 3rem;
  text-shadow: 2px 2px #000000;
  font-weight: 700;
}

.exchange-panel .exchange-form {
  margin-top: 60px;
}

.exchange-panel .dropdown-toggle {
  width: 130px;
  font-size: 1rem !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}


.pbr {
  list-style: none;
}

.pbr li {
  font-size: 0.7em;
  text-align: center;
  float: left;
  width: 20%;
  position: relative;
}

.pbr li.active {
  color: #1fbdc9;
}

.pbr li:before {
  content: '';
  border-radius: 50%;
  border: 1px solid #222;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: block;
  margin: 0 auto 10px auto;
  background-color: #fff;
}

.pbr li:first-child:after {
  content: none;
}

.pbr li:after {
  content: '';
  height: 2px;
  background-color: #999;
  position: absolute;
  top: 10px;
  z-index: -1;
  width: 100%;
  left: -50%;
}

.pbr li.active:before,
.pbr li.complete:after {
  background-color: #1fbdc9 !important;
  border: 1px solid #1fbdc9;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}
.exchange-header {
  margin-top: 30px;
}

.exchange-header .logo {
  z-index: 9999;
}

.exchange-header .btn-default {
  border-radius: 30px;
  padding: 10px 30px;
  margin-right: 10px;
  border: solid 1px #ffffff;
  background-color: transparent !important;
  color: #ffffff;
}

.exchange-header .btn-primary{
  border-radius: 30px;
  border: solid 1px #1fbdc9;
  padding: 10px 30px;
  margin-left: 10px;
  background-color: #1fbdc9;
}

.btn-primary {
  border-radius: 4px;
  border: solid 1px #1fbdc9;
  padding: 10px 30px;
  margin-left: 10px;
  background-color: #1fbdc9;
}
.btn-primary:hover{
    border: solid 1px #1fbdc9;
    background-color: #1fbdc9;
}

.exchange-header .fa-bars {
  color: #ffffff;
  position: relative;
  top: 5px;
  cursor: pointer;
}

img.logo {
  width: 200px;
  position: relative;
  left: 20px;
}

/* NAV */
.exchange-nav {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 60px;
  z-index: 10000 !important;
}

.exchange-nav h3 {
  color: #209ADB;
  font-size: 1.5em;
  font-weight: 400;
  padding: 0px 8px 0px 32px;
}

.exchange-nav .top-spacer {
  margin-top: 100px;
}

.exchange-nav hr {
  margin: 20px 32px;
}

/*.exchange-nav .fa-long-arrow-left {*/
/*  position: absolute;*/
/*  left: -250px;*/
/*  top: 35px;*/
/*}*/

span.spacer-menu {
  margin-top: 100px !important;
}

.exchange-nav .spacer-menu {
  margin-top: 100px !important;
}

.exchange-nav a {
  padding: 0px 8px 0px 32px;
  text-decoration: none;
  font-size: 15px;
  color: #000000;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.exchange-nav a:hover {
  color: #000000;
}

.exchange-nav .closebtn {
  position: absolute;
  bottom: 35px;
  right: 42px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .exchange-nav {
    padding-top: 15px;
  }
  .exchange-nav a {
    font-size: 18px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-100 {
  margin-bottom: 100px;
}

.auth-card {
  width: 370px;
  margin-top: 80px;
  /* margin-bottom: 90px; */
}

.info-card {
  width: 60%;
  margin-top: 80px;
  /* margin-bottom: 90px; */
}

.border-royal-blue {
  border: solid 1px #1fbdc9;
}

.w-address {
  font-size: 1em !important;
}

/*Auth card media queries*/
@media screen and (max-width: 400px) {
  .auth-card {
    width: 90%;
  }

  .auth-card .g-recaptcha {
    transform:scale(0.90);
    -webkit-transform:scale(0.90);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
  }
}

.custom-container {
  background-color: #fff;
  height:100vh;
  margin-top: 80px;
  padding-bottom: 8%;
}

/*Exchange form media queries*/
@media screen and (max-width: 770px) {
  .exchange-form.d-flex {
    display: block !important;
  }
  .exchange-form.d-flex .flex-fill {
    margin-top: 10px !important;
  }
  .exchange-form.d-flex .float-right {
    float: none !important;
  }
}

/*Footer*/
@media screen and (max-width: 768px) {
  .exchange-panel {
    margin-bottom: 100px !important;
  }
}

/* enable absolute positioning */
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .fa {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .fa  { left:  0px;}
.right-addon .fa { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.hide{
    display: none;
}

.c_name{
    width: 90px !important;
}
.pl-5p {
    padding-left: 5%;
}
.grey{
    color: #989898;
}

.bg-danger-alt{
    background-color: #f8d7da;
    color: #721c24
}

.bg-light {
  height: 100%;
}

.ml-8 {
  margin-left: 6.8em !important;
}

.pointer-cursor {
  cursor: pointer;
}

.not-allowed-cursor {
  cursor: not-allowed;
}

.w-80 {
  width: 85% !important;
}

@media(max-width: 414px) {

  .m-footer {

    display: flex;
    flex-direction: column;
    justify-content: center;
    
  }

  .m-footer a {
    margin: 0 !important;
    padding: 0;
  }

  .m-footer img {
    padding: 0;
  }
}

.blurry-text {
   color: transparent;
   text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.nav_logo {
  position: relative;
  right: 72px;
  bottom: 27px;
}

@font-face {
  /* font-family: 'dim_sansbook';
  src: url('dimsans-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; */
  font-family: 'dim_sansbook';
  font-weight: normal;
  font-style: 900;
  src: url('../font/dimsans-webfont.woff2') format('woff2'),
  url('../font/dimsans-webfont.woff') format('woff'),
  url('../font/dimsans-webfont.ttf') format('truetype');
}

.dim_font {
  font-family: 'dim_sansbook' !important;
}
