
body {
  background-color: #131313;
  margin: 0;
}

button:focus {
  outline: none;
}

#navbarplaceholder {
  height: 7%;
  border: 2px solid red;
  margin-bottom: 2.5%;
}

/* --------------------------------------- PROFILE PAGE CSS >>>> --------------------------------------- */

#profile-page {
  margin-top: 5%;
  height: auto;
}

#section-header {
  margin: auto;
  padding-bottom: 60px;
  width: 65%;
  height: 50px;
  align-items: center;
  color: white;
  font-family: 'Rubik', sans-serif;
  font-size: 40px;
}

#section-navigation {
  border-right: 2px solid gainsboro;
  margin-left: auto;
  width: 13%;
  height: 100%;
}

#section-navigation div {
  align-items: center;
  margin: 4px;
  color: grey;
  font-family: 'Rubik', sans-serif;
  font-size: 21px;
}

#section-navigation div:hover {
  color: ghostwhite;
  cursor: pointer;
}

.logout-button-container {
  width: 90%;
}

#logout-button {
  margin-top: 5%;
  height: 40px;
  text-align: center;
}


#section-container {
  border-top: 2px solid gainsboro;
  margin-right: auto;
  margin-left: 5%;
  width: 47%;
  height: 350px;
}

.accounts-subcontainers {
  padding-bottom: 50px;
}

#ext-acc-title {
  font-size: 32px;
  font-family: "Rubik", sans-serif;
  margin-bottom: 30px;
}

.acc-item-container {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.acc-item {
  width: 15%;
  font-size: 18px;
  font-family: "Lato", sans-serif;
}

.acc-inp {
  width: 40%;
  height: 40px;
  background-color: inherit;
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  border-radius: 3px;
  box-shadow: none;
  text-indent: 10px;
}

.ext-acc-inp {
  color: #06d6a0;
  border: 1px solid #06d6a0;
}

.int-acc-inp {
  color: dodgerblue;
  border: 1px solid dodgerblue;
}

.acc-inp:focus {
  outline: none;
}

#change-pass-button {
  width: 25%;
  height: 9.5%;
  transform: translate(60.5%, -127%);
  font-family: "Rubik", sans-serif;
  align-items: center;
  padding-top: 1%;
  background-color: dodgerblue;

}

.acc-sub-title {
  font-size: 24px;
  font-family: "Rubik", sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
}

.acc-subsub-title {
  font-size: 14px;
  font-weight: lighter;
  font-family: "Rubik", sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
}

#social-friends-title {
  color: whitesmoke;
  cursor: pointer;
}

#social-pending-title {
  color: darkgray;
  cursor: pointer;
}

#social-requests-title {
  color: darkgray;
  cursor: pointer;
}

.social-table {
  background-color: #2f2f2f;
  width: 100%;
  height: 300px;
  padding: 0 10px;
  border-radius: 3px;
  box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12);
  overflow: auto;
}

.social-table-row {
  border-bottom: 1px solid dimgray;
  height: 15%;
  display: flex;
  align-items: center;
  padding-left: 8px;
}

.account-coming-soon-section {
  border: 1px solid red;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #06d6a0;
  font-size: 48px;
  font-family: "Rubik", sans-serif;
}

#social-friend-searchbar {
  background: #1e1f26;
  color: white;
  width: 100%;
  margin-bottom: 15px;
  display: block;
  line-height: 1.7;
  font-weight: 400;
  font-size: 1rem;
  border-radius: 3px;
  border: 1px solid transparent;
  padding: 6px 30px;
  font-family: 'Rubik', sans-serif;
  box-sizing: border-box;
}
::placeholder{
  text-transform: none;
}

#social-friend-searchbar:focus{
  outline: none;
}

#friend-search-result {
  display: flex;
  background: #1e1f26;
  color: white;
  width: 100%;
  margin-bottom: 20px;
  line-height: 1.7;
  font-weight: 400;
  font-size: 1rem;
  border: 1px solid crimson;
  padding: 0px 0px;
  font-family: 'Rubik', sans-serif;
  box-sizing: border-box;
}

#static-user-hold {
  border-right: 1px solid crimson;
  color: darkgray;
  font-size: 20px;
  padding: 6px 15px;
  height: auto;
  width: auto;
}

#friend-search-user-display {
  color: white;
  font-size: 20px;
  padding: 6px 15px;
  height: auto;
  width: 100%;
}

.search-user-action-div {
  width: 60px;
  display: flex;
  align-items: center;
}

.table-action-div {
  width: 36px;
  display: flex;
  align-items: center;
}

.search-user-action {
  cursor: pointer;
  margin: auto;
  transform: scale(1.4);
}

.sua-check {
  color: #06d6a0;
}

.sua-times {
  color: crimson;
}

.sua-pending {
  color: gold;
}

#badge-navigation-container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 150px;
}

#badge-nav-1 {
  border: 1px solid #fff07c;
  transform: scale(1.1);
}

#badge-nav-2 {
  border: 1px solid #379634;
}

#badge-nav-3 {
  border: 1px solid #51D6FF;
}

#badge-nav-4 {
  border: 1px solid #8A84E2;
}

#badge-nav-5 {
  border: 1px solid #F52F57;
}

.badge-navigation-item {
  margin: auto;
  width: 15%;
  height: 80%;
}

.badge-navigation-item:hover {
  cursor: pointer;
}

.badge-container {
  height: auto;
}

.badge-case-row {
  display: flex;
  align-items: center;
  height: 250px;
}

.badge-case {
  background-color: whitesmoke;
  border-radius: 10px;
  margin: auto;
  width: 25%;
  height: 200px;
}

#badge-level-1 .badge-case-row .badge-case {
  background-color: #fff07c;
}

#badge-level-2 .badge-case-row .badge-case {
  background-color: #379634;
}

#badge-level-3 .badge-case-row .badge-case {
  background-color: #51D6FF;
}

#badge-level-4 .badge-case-row .badge-case {
  background-color: #8A84E2;
}

#badge-level-5 .badge-case-row .badge-case {
  background-color: #F52F57;
}

.individual-section-container {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: lighter;
  display: block;
}

#home-section-container {
  display: block;
}

#account-section-container {
  display: none;
  padding-top: 40px;
}

#profile-section-container {
  display: none;
  padding-bottom: 100px;
}

#badges-section-container {
  display: none;
  padding-bottom: 50px;
}

#membership-section-container {
  display: none;
}

#home-section-header {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 15px 0;
}

 .home-section-header-item {
   margin-left: 10px;
   font-size: 25px;
 }

#home-section-header-badge-symbol {
  width: 20px;
  height: 20px;

  border-radius: 10px;
}

#home-section-header-token-count {
  margin-left: 25px;
}

#home-section-header-token-symbol {
  width: 20px;
  height: 20px;

  border-radius: 20px;
}

#copy-referral-button {
  width: 25%;
  background-color: dodgerblue;
}

#copy-referral-button:hover {
  background-color: #4ba6fe;
}

#mine-token-button {
  width: 15%;
  margin-left: 25px;
}

#home-notifications-container{

  /* border: 1px solid white; */
  overflow-y: auto;
  height: 200%;
  padding-right: 5%;
  padding-left: 5%;
  border-radius: 3px;
}

#home-notifications {
  /* margin: 25px 0; */
  font-size: 20px;
  color: gray;
}

.home-notification-item {
  margin-bottom: 25px;
  padding: 10px 20px;
  /* border: 2px solid gray; */
  border-radius: 0 40px 40px 40px;
  width: 100%;

  background: whitesmoke;
  box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12);
}

#notification-title{
  font-family: "Rubik", sans-serif;
  font-size: 30px;
  font-weight: 200;
  margin-bottom: 0px;
}

.notification-title-color {
  color: maroon;
}

#notification-date {
  font-size: 21px;
  font-family: "Rubik", sans-serif;
  margin-bottom: 10px;
}

.notification-date-color {
  color: crimson;
}

#notification-message{
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
}

.notification-message-color {
  color: black;
}

.markedAsRead {
  color: ghostwhite;
  background: gray;
}

#notifications-title {
  color: whitesmoke;
  font-family: "Lato", sans-serif;
}

#toggle-read-notifications{
  font-size: 14px;
  font-family: "Lato", sans-serif;
  /* transform: translateY(115%); */
}

#toggle-read-notifications:hover {
  color: white;
  cursor: pointer;
}

.tournament-notification {
  color: white;
  border-color: cyan;
  background-color: #ccfefe;
  height: 200px;
}

.announcement-notification {
  color: white;
  border-color: red;
  background-color: #fecccc;
  height: 325px;

}

.token-badge-notification {
  color: white;
  border-color: lime;
  background-color: #ccfecc;
  height: 100px;
}

.social-notification {
  color: white;
  border-color: yellow;
  background-color: #fefecc;
  height: 250px;
}


/* --------------------------------------- PROFILE PAGE CSS <<<< --------------------------------------- */

.form-container {
  text-align: center;
  margin-top: 40px;
  margin-left: 36%;
  width: 28%;
  font-family: 'Rubik', sans-serif;
  font-weight: 1px;
  display: none;
}

.loginregister-div-containers {
  margin-top: 3%;
}

.forgotpassword-div-containers {
  margin-top: 3%;
}

.logo {
  width: 10%;
  text-align: center;
  margin-left: 45%;
  display: none;
}

.form-title {
  color: black;
  font-family: 'Rubik', sans-serif;
  margin-bottom: 40px;
}

.form-group-acc {
  overflow: hidden;
  padding: 10px;
}

input[type=email], input[type=text], input[type=password] {
  width: 100%;
  height: 47px;
  background-color: inherit;
  color: #454545;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  border: none;
  border-radius: 3px;
  border: 1px solid dimgray;
  box-shadow: none;
  text-indent: 10px;
}

input[type=email]:focus, input[type=text]:focus, input[type=password]:focus {
  /* -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in; */
  outline-width: 0;
  border-color: dimgray;
  border-width: 2px;
}

input[type=checkbox] {
  width: 12px;
  height: 12px;
}

.form-checkbox {
  text-align: left;
}

.form-tos {
  text-align: left;
}

.term-service {
  color: #555;
}

.term-service:hover {
  /* -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in; */
  color: black;
}

.label-agree-term {
  color: grey;
  font-weight: 1px;
  font-size: 13px;
  padding-left: 30px;
}

.form-submit {
  width: 100%;
  height: 47px;
  background-color: #06d6a0;
  font-family: 'Rubik', sans-serif;
  color: ivory;
  font-size: 15px;
  border-radius: 3px;
  border: none;
}

.form-submit:hover {
  /* -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in; */
  background-color: #1df8bf;
}

.form-logout {
  width: 100%;
  height: 47px;
  background-color: crimson;
  font-family: 'Rubik', sans-serif;
  color: ivory;
  font-size: 15px;
  border-radius: 3px;
  border: none;
}

.form-logout:hover {
  background-color: #ed385d;
}

.link-to-loginregister-card {
  color: #555;
  text-decoration: none;
  font-size: 13px;
}

.link-to-forgotpassword-card{
  color: #555;
  text-decoration: none;
  font-size: 13px;
}

.link-to-forgotpassword-card:hover {
  /* -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in; */
  color: black;
}


.link-to-loginregister-card:hover {
  color: black;
}



#forgotpassword-div{
  display: none;
}

#resetpassword-div{
  display: none;
}

.coming-soon-container{
  width: 400px;
  margin: 8em auto;
  height: auto;
  text-align: center;
}

#login-loading-screen{

  display: none;
}

#login-load-text{
  color: black;
  margin-top: 5%;
  font-family: "Rubik", sans-serif;
}

.loader {
  position: relative;
  margin-top: 5%;

  width: 64px;
  height: 64px;
  border-radius: 50%;
  perspective: 800px;
}

.inner {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.inner.one {
  left: 0%;
  top: 0%;
  animation: rotate-one 1s linear infinite;
  border-bottom: 3px solid #256eff;
}

.inner.two {
  right: 0%;
  top: 0%;
  animation: rotate-two 1s linear infinite;
  border-right: 3px solid #ff495c;
}

.inner.three {
  right: 0%;
  bottom: 0%;
  animation: rotate-three 1s linear infinite;
  border-top: 3px solid black;
}

@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

.fa-envelope{
  color: white;
  transform: translateY(90%);

}

a {
  color: white;
}

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; } /* CHECKBOX TEXT ATTRIBUTES */


  input[id="app-navbar-symbol-searchbar"] {
    background: #1e1f26;
    color: white;
    width: 100%;
    height: 100%;
    display: block;
    line-height: 1.7;
    font-weight: 400;
    font-size: 1rem;
    border-radius: 3px;
    border: 1px solid transparent;
    padding: 6px 30px;
    font-family: 'Rubik', sans-serif;
    box-sizing: border-box;
  }
  ::placeholder{
    text-transform: none;
  }

  input[id="app-navbar-symbol-searchbar"]:focus{
    outline: none;
  }

#app-navbar{
  visibility: hidden;
}

header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  vertical-align: middle;
  background-color: black;
  /* float: left; */
}

.stock-search-bar {
  /* display: flex; */
  /* float: left; */
  position: relative;
  padding: 10px;
  width: 30%;
  height: 65%;
  margin: 0;
  margin-left: 20px;
  margin-right: auto;

}

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



 #navbar-dash{
   margin-left: 30px;
   margin-right: 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;

 }

  #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;

 }

  #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;

  }

   #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;

   }

  #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;

 }

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

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

 #app-navbar-logo {
   /* border: 1px solid red; */
   /* border-radius: 20px; */
   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;
 }

.zmdi-search{
  margin-left: 8px;
}

a:hover {
  color: white;
}

.badge-image{

}

.social-icon{
  font-size: 20px;
  margin-left: 10px;
}
