/* ############### */
/* Body */
/* ############### */
body {
  background-color: rgb(10, 10, 10) !important;
  caret-color: transparent;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
div {
  transition: all 0.5s ease;
}
::selection {
  background-color: #094536;
  color: white;
}

.pointer {
  cursor: pointer !important;
}

a {
  text-decoration: none;
}
a:hover {
  color: #27d9ad !important;
}
.topServerCard {
  overflow: hidden;
  transition: all 0.3s ease;
}
.topServerCard:hover {
  transform: scale(1.03, 1.03);
}

.pointer:hover {
  color: #27d9ad;
}

.nav-link {
  cursor: pointer !important;
}
.nav-link:hover {
  color: #27d9ad;
}
.dropdown-item:hover {
  color: #27d9ad;
  background: none !important;
}
.active {
  color: #27d9ad !important;
}

.progress {
  height: 7px !important;
}

/* ############### */
/* MAIN COLOR */
/* ############### */
.text-info {
  color: #27d9ad !important;
}
.border-info {
  border-color: #27d9ad !important;
}

.bg-info {
  background-color: #27d9ad !important;
}
.btn-outline-info {
  border: 1px solid #27d9ad;
  color: #6c757d !important;
}

.btn-outline-info:hover {
  border: 1px solid #27d9ad;
  background-color: #27d9ad;
  color: rgb(50, 50, 50) !important;
}

.btn-outline-info:active:focus {
  border: 1px solid #27d9ad;
  background-color: #27d9ad;
  color: rgb(50, 50, 50) !important;
}

/* ############### */
/* SECONDARY COLOR */
/* ############### */
.bg-dark {
  background-color: rgb(10, 10, 10) !important;
}

.bg-secondary {
  background-color: rgb(30, 30, 30) !important;
}

.text-secondary {
  color: rgb(132, 132, 132) !important;
}

input {
  background-color: rgb(10, 10, 10) !important;
  caret-color: white;
  cursor: text !important;
}
.form-check-input {
  caret-color: transparent;
}
.form-check-input:checked {
  background-color: #27d9ad !important;
  border: none !important;
}

.form-switch .form-check-input {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

::placeholder {
  color: rgb(132, 132, 132) !important;
}
@media screen and (min-width: 280px) {
  .closeButton {
    margin-top: -10px !important;
  }
}
@media screen and (max-width: 1000px) {
  .mainContent {
    margin-top: -20px;
  }
  div.collapse {
    min-height: 200px !important;
  }
  .sponsoredStreamTitle {
    font-size: 0.8em;
  }
}

@media screen and (min-width: 1280px) {
  .mainContent {
    margin-right: 1% !important;
    margin-left: 1% !important;
  }
  .modal-content {
    width: 50% !important;
    height: 50% !important;
  }
}

@media screen and (min-width: 1680px) {
  .mainContent {
    margin-right: 2% !important;
    margin-left: 2% !important;
  }
}

@media screen and (min-width: 1930px) {
  .mainContent {
    margin-right: 4% !important;
    margin-left: 4% !important;
  }
}

li:hover {
  cursor: pointer;
}

/* ############### */
/* Navbar / Logo */
/* ############### */
.navbar {
  height: 80px;
}

.navbar-dark {
  background-color: rgb(30, 30, 30) !important;
}

.offCanvasMenu {
  background-color: rgb(20, 20, 20) !important;
}

.mainLogo {
  max-height: 45px;
  width: auto;
  cursor: pointer !important;
}
@media screen and (max-width: 520px) {
  .mainLogo {
    max-width: 150px;
    width: auto;
  }
}

/* ############### */
/* Sidebar */
/* ############### */
.sidebar {
  width: 250px !important;
  height: 92vh;
  background-color: rgb(20, 20, 20) !important;
}

.sidebarServerName {
  margin-bottom: -2px;
}

.reddot {
  font-size: 8px;
  vertical-align: middle;
}

.sidebarViewerCount {
  width: 65px !important;
}

/* ############### */
/* Sidebar Off Canvas */
/* ############### */
.sidebarOffCanvasBG {
  background-color: rgb(20, 20, 20) !important;
}

/* ############### */
/* RANDOM STREAMER */
/* ############### */
.randomStreamerOverlay {
  background-color: rgb(10, 10, 10) !important;
  margin-top: -100px;
}

.randomStreamerOverlay img {
  height: 40px;
  width: auto;
}

.randomStreamerOverlay2 {
  background-color: rgb(10, 10, 10) !important;
  margin-top: -40px;
}

.randomStreamerOverlay2 img {
  height: 50px;
  width: auto;
}

/* ############### */
/* StreamerCard */
/* ############### */
.streamerCard {
  background-color: rgb(10, 10, 10) !important;
  transition: all 0.3s ease;
  cursor: pointer;
}
.streamerCard:hover {
  transform: scale(1.02, 1.02);
}

.badgePosition {
  margin-left: 35px;
  margin-top: 25px;
}

@media screen and (min-width: 640px) {
  .streamerCard {
    flex-basis: calc(100% / 2);
  }
}

@media screen and (min-width: 1100px) {
  .streamerCard {
    flex-basis: calc(100% / 3);
  }
}

@media screen and (min-width: 1300px) {
  .streamerCard {
    flex-basis: calc(100% / 4);
  }
}

@media screen and (min-width: 1600px) {
  .streamerCard {
    flex-basis: calc(100% / 5);
  }
}

@media screen and (min-width: 2000px) {
  .streamerCard {
    flex-basis: calc(100% / 6);
  }
}

.streamerViewer {
  margin-top: -35px !important;
}

.streamerViewerCount {
  color: white;
  font-size: 1em;
  padding: 5px;
  height: 35px;
  font-weight: 500;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.85) 25%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0) 70%);
}

.viewerIcon {
  width: 25px;
  padding: 4px;
  opacity: 0.9;
  margin-bottom: 5px;
  margin-right: 3px;
}

.cardTags {
  font-size: 0.8em;
  color: rgb(71, 71, 71);
}

/* ############### */
/* ServerStatsOverlay */
/* ############### */
.serverStatsOverlay {
  background-color: rgba(10, 10, 10, 0.6) !important;
}

/* ############### */
/* StickyMenu */
/* ############### */
.stickyMenu {
  background-color: rgb(10, 10, 10) !important;
}

.sticky-top2 {
  position: sticky;
  top: 80px;
}

/* ############### */
/* TopClips*/
/* ############### */
.clipViewCount {
  font-size: 0.9em;
}

.topClipsCard {
  transition: all 0.3s ease;
  cursor: pointer;
}
.topClipsCard:hover {
  transform: scale(1.02, 1.02);
}

/* ############### */
/* scrollbar*/
/* ############### */
::-webkit-scrollbar {
  width: 3px;
  background-color: rgb(30, 30, 30) !important;
}

::-webkit-scrollbar-thumb {
  background-color: rgb(45, 45, 45) !important;
  border-radius: 3px;
}

* {
  scrollbar-width: thin;
  scrollbar-color: rgb(45, 45, 45) rgb(30, 30, 30) !important;
}

*::-webkit-scrollbar-thumb {
  background-color: rgb(45, 45, 45) !important;
  border-radius: 3px;
}

.dialog2 {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: #27d9ad;
}

div.collapse {
  max-height: 400px !important;
  overflow-y: scroll;
}

.modal {
  background-color: rgba(0, 0, 0, 0.02) !important;
}
.modal-body {
  min-height: min-content !important;
}

.modal-content {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, 0%);
}

.dropdown-menu {
  max-height: 280px;
  overflow-y: auto;
}

.infoDiv {
  margin-top: 200px;
}

@media screen and (max-width: 720px) {
  #twitch-embed {
    min-height: 300px;
  }
}

@media screen and (max-width: 1199px) {
  #twitch-embed {
    min-height: 340px;
  }
}

.custom-modal {
  top: 100px;
  min-height: 50%;
}

@media screen and (max-width: 720px) {
  .custom-modal {
    top: 10%;
    min-height: 80%;
  }
}

@media screen and (min-width: 641px) {
  .custom-modal {
    width: 86% /*!important*/;
    right: 7%;
    left: 7%;
    top: 10%;
  }
}

@media screen and (min-width: 1440px) {
  .custom-modal {
    width: 70% /*!important*/;
    right: 15%;
    left: 15%;
    top: 15%;
  }
}

@media screen and (min-width: 1640px) {
  .custom-modal {
    width: 50% /*!important*/;
    right: 25%;
    left: 25%;
    top: 25%;
  }
}
