/********** STYLES GÉNÉRAUX **********/
@import "https://fonts.googleapis.com/css?family=Lato:100";
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(transparent, #380b61);
  border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(transparent, #d258f6);
}

body {
  overscroll-behavior: none;
  background-color: #0f0f11;
  color: #eeeef0;
}

.purple {
  color: #9146ff;
}

.light-grey {
  color: #adadb8;
}

a {
  color: #9146ff;
  text-decoration: none;
}

a:hover {
  color: #9146ff;
}

/********** OVERRIDES BOOTSTRAP **********/

.bg-dark {
  background-color: #19191c !important;
}

.bg-buy {
  background-color: #eeeef0 !important;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #9146ff;
}

.navbar .nav-item a {
  font-size: 18px;
}

.navbar .nav-item {
  margin: 0 8px;
}

.btn-primary {
  background-color: rgb(145, 70, 255);
  border-color: #9146ff;
  color: #fff;
  font-weight: 700;
}

.btn-primary:hover {
  background-color: rgba(145, 70, 255, 0.66);
  border-color: rgba(145, 70, 255, 0.66);
}

.btn-primary:focus {
  background-color: rgba(145, 70, 255, 0.66);
  border-color: rgba(145, 70, 255, 0.66);
  box-shadow: 0 0 0 0.2rem rgba(145, 70, 255, 0.66);
}

.btn-disconnect {
  background-color: rgba(255, 70, 70, 0.66);
  border-color: rgba(255, 71, 71, 0.66);
  color: #fff;
  font-weight: 700;
}

.btn-disconnect:hover {
  background-color: rgba(255, 70, 70, 0.66);
  border-color: rgba(255, 70, 70, 0.66);
}

.btn-disconnect:focus {
  background-color: rgba(255, 70, 70, 0.66);
  border-color: rgba(255, 70, 70, 0.66);
  box-shadow: 0 0 0 0.2rem rgba(255, 70, 70, 0.66);
}

.btn-dark {
  background-color: #3a3a3d;
  border-color: #3a3a3d;
  color: #fff;
  font-weight: 700;
}

btn-dark:hover {
  background-color: rgba(58, 58, 61, 0.66);
  border-color: rgba(58, 58, 61, 0.66);
}

.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 58, 61, 0.66);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar .nav-item a {
    font-size: 14px;
  }
}

.h6,
h6 {
  font-size: 0.8rem;
  font-weight: 700;
}

.btn-link {
  color: #9146ff;
  text-decoration: none;
  padding: 8px 4px;
  border: 1;
}

.btn-link:hover {
  color: #9146ff;
}

.modal-content {
  background-color: #19191c;
  color: #eeeef0;
}

.modal-subtitle {
  font-size: 14px;
  color: #646464;
  font-weight: 400;
}

.close {
  color: #eeeef0;
}

.close:hover {
  color: #eeeef0;
}

.modal-header {
  border-bottom-color: #282828;
}

.plan {
  font-weight: 700;
  font-size: xx-large;
  color: #3a3a3d;
  text-align: center;
  margin-left: 0;
  text-decoration: underline;
}

@media (min-width: 990px) {
  .plan {
    text-align: left;
  }
}

.choixbuy {
  background-color: rgba(145, 70, 255, 0.2) !important;

  height: 200px;
  border: 1;
  border-color: #19191c;
  color: #000 !important;
  font-size: 26px;
  font-weight: 400;
  border-radius: 0.5em;
}

.choixbuy:hover {
  background-color: rgba(145, 70, 255, 0.5) !important;
}

.choixbuy:focus {
  background-color: rgba(145, 70, 255, 0.5) !important;
}

.price {
  font-weight: 700 !important;
  font-size: 32px;
}

.textgras {
  font-weight: 700 !important;
  font-size: 1.02em;
}

.text-explication {
  font-size: 16px !important;
  font-weight: 500 !important;
  border-color: #19191c !important;
}

.titre {
  font-size: x-large !important;
}

.texte-area {
  font-size: 0.8rem;
  padding: 10px 10px 10px 10px;
  border: 2px solid #9146ff;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
  width: 300px !important;
  height: 150px;
}

.texte-area1 {
  font-size: 0.7rem;
  padding: 10px 10px 10px 10px;
  border: 2px solid #9146ff;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
  width: 250px !important;
  height: 150px;
}

.texte-area2 {
  font-size: 0.6rem;
  padding: 10px 10px 10px 10px;
  border: 2px solid #9146ff;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
  width: 400px !important;
  height: 150px;
}

@media (min-width: 700px) {
  .texte-area2 {
    font-size: 0.8rem;
    width: 500px !important;
  }
}

@media (min-width: 540px) {
  .texte-area {
    font-size: 1rem;
    width: 400px !important;
  }
}

.aligne-vertical {
  vertical-align: middle;
}

.texte-input-center {
  text-align-last: center;
}

.texte-noir {
  color: #19191c !important;
}

.centre-modal {
}
/********** STYLE DE LA SEARCH BAR **********/

.search {
  position: absolute;
}

.search-in {
  position: relative;
}

@media (min-width: 1200px) {
  .search {
    left: calc(50% - 200px);
  }
}

.search .search-bar {
  width: 240px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #3a3a3d;
  border-color: #3a3a3d;
  border-right-color: #19191c;
}

.toutrond {
  border-radius: 0.25rem;
}

.search-in .search-bar {
  width: 300px;
  -webkit-appearance: none !important;
  background-clip: padding-box;
  background-color: white;
  vertical-align: middle;
  border-radius: 0.25rem;
  border: 2px solid #e0e0e5;
  font-size: 1rem;

  line-height: 2;
  padding: 0.375rem 1.25rem;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  transition: border-color 0.2s;
  margin-left: auto !important;
  margin-right: auto !important;
}

.search-in .search-bar-texte {
  -webkit-appearance: none !important;
  background-clip: padding-box;
  background-color: white;
  vertical-align: middle;
  border-radius: 0.25rem;
  border: 2px solid #e0e0e5;
  font-size: 1rem;

  line-height: 2;
  padding: 0.375rem 1.25rem;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  transition: border-color 0.2s;
  margin-left: auto !important;
  margin-right: auto !important;
}

.search {
  left: calc(50% - 120px);
}

@media (max-width: 540px) {
  .search {
    left: calc(50% - 110px);
  }
  .search .search-bar {
    font-size: 0.6rem;
    width: 220px;
  }
}

.search-in .search-bar {
  width: 240px;

  -webkit-appearance: none !important;
  background-clip: padding-box;
  background-color: white;
  vertical-align: middle;
  border-radius: 0.25rem;
  border: 2px solid #e0e0e5;
  font-size: 0.6rem;

  line-height: 2;
  padding: 0.375rem 1.25rem;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  transition: border-color 0.2s;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (min-width: 540px) {
  .search-in .search-bar {
    width: 340px;
    -webkit-appearance: none !important;
    background-clip: padding-box;
    background-color: white;
    vertical-align: middle;
    border-radius: 0.25rem;
    border: 2px solid #e0e0e5;
    font-size: 1rem;

    line-height: 2;
    padding: 0.375rem 1.25rem;
    -webkit-transition: border-color 0.2s;
    -moz-transition: border-color 0.2s;
    transition: border-color 0.2s;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.search .search-bar:focus {
  background-color: #000;
  border-color: #9146ff;
  color: #fff;
  box-shadow: none;
}

.search-in .search-bar:focus {
  transition: all 0.5s;
  box-shadow: 0 0 40px #ea98bdac;
  border-color: #e4a4eb;
  outline: none;
  border-radius: 2;
}

.search .search-icon {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/********** STYLE DE LA SIDEBAR LEFT **********/

.left-sidebar {
  background-color: #1f2023;
  height: 100vh;
  width: 300px;
  color: #fff;
  padding-top: 24px;
  padding-left: 16px;
  padding-right: 24px;
}

.left-sidebar-cacher {
  background-color: #1f2023;
  height: 100vh;
  width: 20px;
  color: #fff;
  padding-top: 24px;
  /*padding-left: 15px;*/
  padding-right: 15px;
}
#montrermenu:hover {
  cursor: pointer;
}
#cachermenu:hover {
  cursor: pointer;
}

.left-sidebar .streamer .streamer-pic {
  width: 40px;
  height: 40px;
}

.left-sidebar .streamer .streamer-info p {
  margin: 0;
  line-height: 20px;
}

.left-sidebar .streamer .streamer-info .streamer-nickname {
  font-size: 16px;
  font-weight: 700;
}

.left-sidebar .streamer .streamer-info .streamer-category {
  font-size: 14px;
  color: #646464;
  font-weight: 400;
}

.left-sidebar .streamer .red-dot {
  height: 0.5rem;
  width: 0.5rem;
  background-color: red;
  border-radius: 50%;
  margin-top: 8px;
  margin-right: 4px;
}

.left-sidebar .streamer .viewers-count {
  font-size: 0.8rem;
  margin-top: 2px;
}

/********** STYLE DE LA SIDEBAR RIGHT **********/

.right-sidebar {
  background-color: #1f2023;
  right: 0;
  height: 100vh;
  width: 300px;
  color: #fff;
  padding-top: 24px;
  padding-left: 16px;
  padding-right: 24px;
}

.right-sidebar .streamer .streamer-pic {
  width: 40px;
  height: 40px;
}

.right-sidebar .streamer .streamer-info p {
  margin: 0;
  line-height: 20px;
}

.right-sidebar .streamer .streamer-info .streamer-nickname {
  font-size: 16px;
  font-weight: 700;
}

.right-sidebar .streamer .streamer-info .streamer-category {
  font-size: 14px;
  color: #646464;
  font-weight: 400;
}

.right-sidebar .streamer .red-dot {
  height: 0.5rem;
  width: 0.5rem;
  background-color: red;
  border-radius: 50%;
  margin-top: 8px;
  margin-right: 4px;
}

.right-sidebar .streamer .viewers-count {
  font-size: 0.8rem;
  margin-top: 2px;
}

/********** STYLE MENU DE DROITE **********/
.order {
  background-color: #0f0f11;
  color: #eeeef0;
  height: 35vh;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0.8rem;
}

.milieu {
  overflow-x: hidden;
  overflow-y: auto;
}
.sellleft {
  padding-left: 25px;
  padding-top: 3px;
  text-align: left;
  color: #f3182af8;
}
.sellright {
  padding-right: 25px;
  padding-top: 3px;
  text-align: right;
}

.buyleft {
  padding-left: 25px;
  padding-top: 3px;
  text-align: left;
  color: #03af03;
}
.buyright {
  padding-right: 25px;
  padding-top: 3px;
  text-align: right;
  color: #9e9ea1 !important;
}

/********** STYLE DU MAIN **********/
.mainautotradev {
  background-color: #0f0f11;
  color: #eeeef0;
  min-height: calc(100vh - 57px);
  overflow-x: hidden;
  overflow-y: auto;
}

@media (min-width: 992px) {
  .mainautotradev {
    position: relative;
    padding-top: 50px;
    left: 300px;
    width: calc(100% - 640px);
    min-height: calc(100vh - 59px);
  }
  .mainautotradec {
    position: relative;
    padding-top: 50px;
    left: 20px;
    width: calc(100% - 360px);
    min-height: calc(100vh - 59px);
  }
}

#main {
  background-color: #0f0f11;
  color: #eeeef0;
  min-height: calc(100vh - 57px);
}

@media (min-width: 992px) {
  #main {
    position: relative;
    left: 300px;
    width: calc(100% - 320px);
    min-height: calc(100vh - 59px);
  }
}

#main-connected {
  background-color: #0f0f11;
  color: #eeeef0;
  min-height: 100vh;
}

#main .twitch-embed {
  width: 100%;
  height: 70vh;
}

#main iframe {
  border-bottom: 1px solid #282828;
}

#main .dropleft .dropdown-toggle::before {
  display: none;
}

#main .game-title {
  margin-top: -8px;
}

#main hr {
  width: 100%;
  margin: 0.5rem auto;
  background-color: #282828;
  opacity: 1;
}

#main .last-live {
  font-size: 12px;
}

#main .subscribe-icon {
  margin-top: -2px;
}

#main .card {
  cursor: pointer;
}

#main .card-img {
  opacity: 0.6;
}

#main .card-buy {
  cursor: pointer;
  height: 95% !important;
}

#main .card-buy-verif {
  text-align: center;
  width: 400px !important;
  height: 95% !important;
  background-color: rgba(217, 200, 245, 0.9) !important;
  border: 1;
  border-radius: 0.5em;
}

#main .card-buy-verif:hover {
  background-color: rgba(204, 177, 247, 0.9) !important;
}

#main .card-buy:focus {
  border: #646464;
}

#main .card-buy .card-buy-text {
  font-size: 12px;
}

#main .card-img {
  opacity: 0.6;
}

#main .card-content {
  background: rgba(12, 12, 12, 0.5);
  padding: 4px 4px;
}

#main .card .video-duration {
  position: absolute;
  top: 8px;
  left: 8px;
}

#main .card .video-views {
  position: absolute;
  bottom: 8px;
  left: 8px;
}

#main .card .video-date {
  position: absolute;
  bottom: 8px;
  right: 8px;
}

#main .card .card-text {
  font-size: 12px;
}

#main .game-img {
  height: 64px;
  width: 40px;
  object-fit: cover;
}

#main .title {
  font-size: 16px;
  font-weight: 700;
}

#main-connected .title {
  font-size: 16px;
  font-weight: 700;
}

.bg-fond {
  background-color: rgba(31, 32, 35, 0.9) !important;

  z-index: 100;
}

.subtitle {
  font-size: 0.6rem;
  font-weight: 700;
  margin-top: -10px;
}
.subtitle1 {
  font-size: 0.7rem;
  margin-top: -10px;
}

.viseur {
  cursor: pointer;
}

.search-bar-snap {
  width: 225px;
  font-size: 0.6rem;
  border: 2px solid #e0e0e5;
  border-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #3a3a3d;
  border-color: #3a3a3d;
  border-right-color: #19191c;
}

.search-bar-snap:focus {
  background-color: #000;
  border-color: #9146ff;
  color: #fff;
  box-shadow: none;
}

/*.stats {
  display: inline-block;
  text-align: center;
  text-align: center;
  width: 200px !important;
}*/

.stats {
  flex: 0 0 33.33333%;
  text-align: center;
}
.stats .myChart1 {
  width: 75%;
  margin: 0 auto 15px;
}
.stats strong {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

.btn-snap {
  border-color: #3a3a3d;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.name_snap {
  display: inline-flex;
}

.sous-titre {
  text-align: left;
}

.hauteur-variable {
  position: relative;
  top: 250px;
}

@media (min-width: 768px) {
  .hauteur-variable {
    position: relative;
    top: 180px;
  }
}

@media (min-width: 1200px) {
  .hauteur-variable {
    position: relative;
    top: 10px;
  }
}

.menu-droit {
  position: fixed;
  right: 0px;
  background-color: #1f2023;
  height: 100vh;
}

.texte-reward {
  display: inline-flex;
}

.bg-recap {
  background-color: #1f2023 !important;
  font-size: 1rem;
}

.bg-fieldset {
  border-radius: 0.4rem;
  background-color: #e0e0e5;
}

.position-info {
  position: absolute;
  display: inline;
}

meter {
  display: inline-block;
  height: 0.6em;
  width: 5em;
  vertical-align: -0.2em;
  -webkit-appareance: meter;
  -webkit-block-flow: tb !important;
}

.project-pic {
  width: 40px;
  height: 40px;
}
.project-pic1 {
  width: 20px;
  height: 20px;
}

.project-info p {
  text-align: left;
  margin: 0;
  line-height: 20px;
}

.project-nickname {
  text-align: left;
  font-size: 16px;
  font-weight: 700;
}

#collection2 {
  width: 100%;
  height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (min-width: 800px) {
  #collection2 {
    width: 50%;
  }
}

.reward-info {
  font-size: 10px;
  color: #646464;
  font-weight: 400;
}

.info-projet {
  margin-inline-start: auto;
}

.wheel-next {
  font-size: 40px;
  font-weight: 700;
}

.bg-image {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-image1 {
  width: auto;
  background-position: center;
  background-repeat: no-repeat;
}

#idcount1 {
  display: inline-block;
}

.tooltip1 {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip1 .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}
.tooltip1:hover .tooltiptext {
  visibility: visible;
}

.seewallet {
  cursor: pointer;
}

#dim,
#aug,
#dimm,
#augm {
  cursor: pointer;
}

.affwallet {
  font-size: 0.8rem;
}

.arrondi {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}

/* Styles for attribution message */
.lw-attribution {
  position: absolute;
  z-index: 3 !important;
  padding: 10px 0px 0px 12px;
  font-family: "Roboto", sans-serif;
  font-size: 0.8em;
}

.rw-attribution {
  position: absolute;
  z-index: 3; /* place above the charts */
  padding: 10px 10px 0px 12px;
  font-family: "Roboto", sans-serif;
  font-size: 0.8em;
}

.sma-legend {
  /*width: 96px;*/
  /*height: 70px;*/
  position: absolute;
  padding: 5px;
  /*font-weight: 300;*/
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.03);
  text-align: left;
  z-index: 1000;
  pointer-events: none;
}

.overtoken:hover {
  background-color: #3a3a3d;
  color: #9146ff;
}
