@charset "UTF-8";
/* Base */
/* body {
  line-height: 1.7;
  font-weight: 400;
  font-size: 1rem;
  color: #999999;
  font-family: 'Rubik', serif;
}
*{
  color: #fff;
}
::-moz-selection {
  background: #FFFFFF;
  color: #FFFFFF; }

::selection {
  background: #FFFFFF;
  color: #FFFFFF; }

h1, h2, h3, h4, h5, h6, .site-logo, .add-portfolio {
  font-family: 'Rubik', sans-serif;
 }

.ticker-tape-underline{
  margin-top: -35px;
  width:100%;
  border-bottom: 1px solid #fff;
  margin-bottom: 3%;
}


label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff; }

  input {
    background: #1e1f26;
    color: white;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 3px;
    border: 1px solid transparent;
    padding: 6px 30px;
    font-family: 'Rubik', monospace;
    box-sizing: border-box;
  }
  ::placeholder{
    text-transform: none;
  }

  input:focus{
    outline: none;
  }

button {
  display: inline-block;
  margin: 20px auto;
  position: relative;
  font-size: 12px;
  color: #ffffff;
  cursor: pointer;
  border-radius: 3px;
  padding: 8px 20px;
  border: 0px solid #000;
}

header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  vertical-align: middle;
  background-color: black;

}

.stock-search-bar {

  width: 30%;
  height: 65%;
  margin: 0;
  margin-left: 20px;
  margin-right: auto;

}

#search-symbol {
  padding-top: 0%;
} */

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Main Elements */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*
.coming-soon {
  display: flex;
  width: 100%;
  height: 93%;
  justify-content: center;
  align-items: center;
  color: #06d6a0;
  font-size: 48px;
  font-family: "Rubik", sans-serif;
}

#navbarplaceholder {
  width: 100%;
  height: 7%;
  border: 2px solid red;
}

.tempspace {
  width: 100%;

}

#tempspace1 {
  height: 12%;
}

#tempspace2 {
  height: 11%;
}

#main-display {
  display: flex;
  width: 100%;
  height: 70%;
  border: 2px solid yellow;
}

.inner-display-columns {
  height: 100%;
  border: 2px solid lightblue;
}

#navigation-column {
  width: 20%;
  padding: 15px;
  overflow: auto;
}

.navcol-item {
  height: 10%;
  margin-bottom: 5px;
  border: 1px solid cyan;
  border-radius: 4px;
  text-align: center;
  font-size: 115%;
  padding-top: 3.25%;
}

.navcol-item:hover {
  background-color: darkcyan;
}

.complist-item {
  height: 20%;
  margin-bottom: 10px;
  border: 1px solid coral;
  border-radius: 4px;
}

.complist-item:hover {
  background-color: darkorange;
}

#main-competitive-listing {
  width: 50%;
  padding: 15px;
  overflow: auto;
}

#tournament-preview {
  width: 30%;
} */

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Loading Screen */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////// */

 /* .loader-wrapper {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   background-color: #16171A;
   display:flex;
   justify-content: center;
   align-items: center;
 }
 .loader {
   display: inline-block;
   width: 30px;
   height: 30px;
   position: relative;
   border: 4px solid #Fff;
   animation: loader 2s infinite ease;
 }
 .loader-inner {
   vertical-align: top;
   display: inline-block;
   width: 100%;
   background-color: #fff;
   animation: loader-inner 2s infinite ease-in;
 }
 @keyframes loader {
   0% { transform: rotate(0deg);}
   25% { transform: rotate(180deg);}
   50% { transform: rotate(180deg);}
   75% { transform: rotate(360deg);}
   100% { transform: rotate(360deg);}
 }
 @keyframes loader-inner {
   0% { height: 0%;}
   25% { height: 0%;}
   50% { height: 100%;}
   75% { height: 100%;}
   100% { height: 0%;}
 }

 #navbar-dash{
   margin-left: 30px;
   margin-right: 10px;
   margin-top: 10px;
 }

 #navbar-dash:hover{
   -webkit-transform: scale(1.4);
   transform: scale(1.4);
   -o-transition: .2s all ease;
   transition: .2s all ease;
 }

 #navbar-marketplace{
   margin-left: 30px;
   margin-right: 10px;
   margin-top: 10px;
 }

  #navbar-marketplace:hover{
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -o-transition: .2s all ease;
    transition: .2s all ease;
  }

 #navbar-competitive{
   margin-left: 30px;
   margin-right: 10px;
   margin-top: 10px;
 }

  #navbar-competitive:hover{
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -o-transition: .2s all ease;
    transition: .2s all ease;
  }

  #navbar-social{
    margin-left: 30px;
    margin-right: 10px;
    margin-top: 10px;
  }

   #navbar-social:hover{
     -webkit-transform: scale(1.4);
     transform: scale(1.4);
     -o-transition: .2s all ease;
     transition: .2s all ease;
   }

   #navbar-guide{
     margin-left: 30px;
     margin-right: 10px;
     margin-top: 10px;
   }

  #navbar-guide:hover{
      -webkit-transform: scale(1.4);
      transform: scale(1.4);
      -o-transition: .2s all ease;
      transition: .2s all ease;
    }

 #navbar-user{
   margin-left: 30px;
   margin-right: 30px;
   margin-top: 10px;
 }

 #navbar-user:hover{
   -webkit-transform: scale(1.4);
   transform: scale(1.4);
   -o-transition: .2s all ease;
   transition: .2s all ease;
 }

 .form-group {
   position: relative;
   overflow: hidden;
 }

 #app-navbar-logo {

   margin-left: 40px;
   width: 25px;
   height: 25px;
 }



 #app-navbar-symbol-searchbar{
   text-transform: uppercase;
 }

 .app-navbar-item {
   border: 1px solid red;
   border-radius: 20px;
   margin-left: 20px;
   width: 40px;
   height: 40px;
 } */
 #mynt-header{
   margin-top: 9.5%;
 }

 #container{
   text-align: center;

 }

 #main-text{

   text-align: center;
   color: darkgrey;
   font-size: 40px;
   font-family: "Lato", sans-serif;
 }

 #main-text-two{

   text-align: center;
   color: ivory;
   font-size: 20px;
   font-family: "Lato", sans-serif;
 }

 #ig-link{
   color: black;
 }

 #ig-button {
   margin: auto;
   margin-top: 4%;
   height: 40px;
   width: 150px;
   border-radius: 3px;
   background-color: #06d6a0;
 }

 .fa-paper-plane{
   margin-top: 6.5%;
 }

 #ig-button:hover{
   cursor: pointer;
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
   -o-transition: .2s all ease;
   transition: .2s all ease;
 }

 #minor-text{
   margin-top: 1%;
   text-align: center;
   color: darkgrey;
   font-size: 14px;
   font-family: "Rubik", sans-serif;
 }


 #logo {
   margin: auto;
 }

 #mynt-sublogo {
   padding: 6px;
   text-align: center;
   color: whitesmoke;
   font-size: 36px;
   margin-bottom: 40px;
   font-family: "Rubik", sans-serif;
 }



 .text-container {

   margin-top: 2%;
   height: 5%;
   width: 100%;
   justify-content: center;
   align-items: center;
   display: flex;
 }
 .text {
   font-weight: 100;
   font-size: 20px;
   color: white;
   font-family: "Rubik", sans-serif;
 }
 .dud {
   color: #757575;
 }

 #back-to-dash {
   position: absolute;
   top: 30px;
   left: 2.75%;
   width: 30px;
   height: 50px;
   line-height: 3rem;
   font-size: 60px;
   font-family: 'Rubik', sans-serif;
 }

 #back-to-dash:hover {
   cursor: pointer;
   -webkit-transform: scale(1.2);
   transform: scale(1.2);
   -o-transition: .2s all ease;
   transition: .2s all ease;
 }

 .fa-chevron-left{
   font-size: 40px;
   color: whitesmoke;
 }
