body.dark .nav-link {
    color: #fff;
}

.navbar .nav-item .btn-twitch {
    height: 30px;
    line-height: 100%;
    padding: 6px 10px;
    margin: 0;
    font-size: 15px;
}

.btn.btn-twitch {
    background: #9146FF;
}

.btn.btn-twitch:hover {
    background: #8205B4;
}

.link {
    color: #5d78ff !important;
}

nav.navbar .header-logo a img {
    width: auto;
    margin-right: 45px;
}

/* *************************************************
TWITCH EMBED
**************************** */

.twitch-holder {
    display: inline-block;
    position: relative;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

.embed-dummy {
    margin-top: 56.25%;
}

.twitch-embed {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.twitch-embed iframe {
    border-radius: 3px;
}

.error-big {
    width: 200px;
    height: 200px;
    border-width: 10px;
}

.error-big .swal-icon--error__line {
    height: 15px;
    width: 140px;
    top: 93px;
    border-radius: 6px;
}

.error-big .swal-icon--error__line--left {
    left: 30px;
}

.error-big .swal-icon--error__line--right {
    right: 30px;
}

.icon {
    min-width: 17px;
    min-height: 17px;
    margin-right: 5px;
}

/* *************************************************
USERLIST STYLES
**************************** */
.userlist-item {
    box-shadow: 0 1px 1px 1px #000;
    border: 1px solid rgba(0, 0, 0, 0);
}

.role-Owner {
    border-color: rgba(255, 193, 20, 0.64);
    background: rgba(231, 209, 24, 0.1); /* Old browsers */
    background: linear-gradient(to bottom, rgba(231, 209, 24, 0.1) 0%, rgba(174, 152, 24, 0.1) 100%);
}

.role-Staff {
    border-color: rgba(0, 255, 46, 0.64);
    background: rgba(0, 255, 46, 0.1); /* Old browsers */
    background: linear-gradient(to bottom, rgba(0, 255, 46, 0.1) 0%, rgba(0, 200, 46, 0.1) 100%);
}

.role-Staff-TeamRat {
    border-color: rgba(52, 235, 168, 0.64);
    background: rgba(52, 235, 168, 0.1); /* Old browsers */
    background: linear-gradient(to bottom, rgba(0, 255, 46, 0.1) 0%, rgba(52, 200, 168, 0.1) 100%);
}

.role-TeamRat {
    border-color: rgba(52, 235, 168, 0.64);
    background: rgba(52, 235, 168, 0.1); /* Old browsers */
    background: linear-gradient(to bottom, rgba(52, 235, 168, 0.1) 0%, rgba(52, 200, 168, 0.1) 100%);
}

.role-Administrator {
    border-color: rgba(255, 0, 14, 0.64);
    background: rgba(255, 0, 14, 0.1); /* Old browsers */
    background: linear-gradient(to bottom, rgba(255, 0, 14, 0.1) 0%, rgba(200, 0, 14, 0.1) 100%);
}

.role-TeamBot, .role-TeamKanal {
    border-color: rgba(130, 19, 255, 0.64);
    background: rgba(130, 19, 255, 0.1); /* Old browsers */
    background: linear-gradient(to bottom, rgba(130, 19, 255, 0.1) 0%, rgba(130, 19, 200, 0.1) 100%);
}

.role-Member {
    border-color: rgba(212, 216, 255, 0.64);
    background: rgba(212, 216, 255, 0.1); /* Old browsers */
    background: linear-gradient(to bottom, rgba(212, 216, 255, 0.1) 0%, rgba(212, 216, 200, 0.1) 100%);
}

.role-Banned {
    border-color: rgba(68, 68, 102, 0.64);
    background: rgba(85, 85, 116, 0.1); /* Old browsers */
    background: linear-gradient(to bottom, rgba(85, 85, 116, 0.1) 0%, rgba(85, 85, 116, 0.1) 100%);
    opacity: .4;
}

/* *************************************************
COUNTDOWN
**************************** */
#countdown li {
    display: inline-block;
    font-size: 10px;
    list-style-type: none;
    padding: 2px;
    padding-top: 1px;
    margin-bottom: 5px;
    width: 24%;
    height: 50px;
    border-radius: 5px;
    text-transform: uppercase;
}

#countdown li span {
    display: block;
    font-size: 30px;
    margin-bottom: -12px;
}

#countdown h1 {
    font-weight: normal;
    text-transform: uppercase;
}

/* *************************************************
PROGRESSBAR
**************************** */
.progress {
    position: relative;
}

.giveaways > ul {
    margin-left: 30px;
}

.giveaways ul li {
    padding-left: 5px;
    list-style: circle;
}

.progress-container {
    width: 100%;
}

.progress-milestone {
    z-index: 1;
    width: 5px;
    height: 20px;
    top: 40px;
    position: absolute;
    border-radius: 2px;
}

.progress-label {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    line-height: 25px;
    fon-size: 15px;
    color: #fff;
    font-weight: bold;
}

#toast-container {
    margin-top: 50px;
}

.round {
    border-radius: 12px;
    -webkit-box-shadow: 0px 3px 6px 0px #1a1a1a;
    box-shadow: 0px 3px 6px 0px #1a1a1a;
    border: 1px solid #1a1a1a;
}

/* *************************************************
Custom Colors
**************************** */
.bg-gold {
    background-color: #b3a642 !important;
}

.bg-dark-gold {
    background-color: #666026 !important;
}

.bg-dark-red {
    background-color: #af3939;
}

.bg-red {
    background-color: #e84343;
}

.bg-light-red {
    background-color: #e88a88;
}

.bg-dark-green {
    background-color: #468c44;
}

.bg-green {
    background-color: #60b769;
}

.bg-light-green {
    background-color: #b4e695;
}

.bg-light-green-outline {
    background-color: rgba(180, 230, 149, 0);
    border: 1px solid rgba(180, 230, 149, 1);
    color: rgba(180, 230, 149, 1) !important;
}

.bg-neon-green {
    background-color: #86ea1f;
}

.bg-dark-orange {
    background-color: #c57d44;
}

.bg-orange {
    background-color: #ff984f;
}

.bg-light-orange {
    background-color: #ffcc81;
}

.bg-neon-orange {
    background-color: #ffba06;
}

.bg--dark-yellow {
    background-color: #c0be5b;
}

.bg-yellow {
    background-color: #e8e849;
}

.bg-light-yellow {
    background-color: #f0f4b4;
}

.bg-light-yellow-outline {
    background-color: rgba(240, 244, 180, 0);
    border: 1px solid rgba(240, 244, 180, 1);
    color: rgba(240, 244, 180, 1) !important;
}

.bg-blue {
    background-color: #6e87ed;
}

.bg-light-blue {
    background-color: #6bc9ed;
}

.bg-light-blue-outline {
    background-color: rgba(107, 201, 237, 0);
    border: 1px solid rgba(107, 201, 237, 1);
    color: rgba(107, 201, 237, 1) !important;
}

.bg-purple {
    background-color: #9146FF;
}

.bg-light-purple {
    background-color: #b7a2ff;
}

.bg-light-purple-outline {
    background-color: rgba(183, 162, 255, 0);
    border: 1px solid rgba(183, 162, 255, 1);
    color: rgba(183, 162, 255, 1) !important;
}

.bg-magenta {
    background-color: #ff83fc;
}

.bg-black {
    background-color: #292929;
}

.bg-light-brown {
    background-color: #c59a32;
}

.color-success{
    color: var(--green);
}

.color-warning{
    color: var(--yellow);
}

.color-danger{
    color: var(--red);
}

/* *************************************************
Qoute
**************************** */

blockquote {
    background: rgba(0, 0, 0, 0.1);
    border-left: 5px solid #ccc;
    margin: 10px;
    padding: 10px;
    quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

blockquote p {
    display: inline;
}

/* *************************************************
MISC
**************************** */
.timetable {
    border-collapse: separate;
    border-spacing: .2em;
}

.timetable .item {
    height: 100px;
}

.timetable .item .time {
    margin-bottom: 5px;
    padding: 5px;
    border-bottom: 1px solid rgba(155, 155, 155, .2);
}

.timetable .item a {
    font-size: 15px;
}

.fw-bold {
    font-weight: bold;
}

.h-100 {
    height: 100% !important;
}

.small-box .inner h1{
    font-size: 50px;
    padding: 0;
    margin: 0;
}

.small-box .inner p{
    font-size: 12px;
    padding: 0;
    margin: 0;
}

/* *************************************************
Scroolbar
**************************** */

.dataTables_scrollBody .table td{
    min-width: 50px;
}

.dataTables_scrollBody::-webkit-scrollbar{
    width: 10px;
}

/* Track */
.dataTables_scrollBody::-webkit-scrollbar-track{
    background: rgba(255, 255, 255, 0);
    border-radius: 5px;
    margin: 0 2px 0 2px;
}

/* Handle */
.dataTables_scrollBody::-webkit-scrollbar-thumb{
    background: rgba(255, 255, 255, .1);
    border: 2px solid rgba(255, 255, 255, 0);
    border-radius: 5px;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb:hover{
    background: rgba(255, 255, 255, .2);
}

.dataTables_scrollHead .sorting, .dataTables_scrollHead .sorting_asc, .dataTables_scrollHead .sorting_desc{
    cursor: pointer;
    display: inline-block;
}

.dataTables_scrollHead .sorting:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: inherit;

    line-height: 1;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    color: rgba(255, 255, 255, .3);
    margin-right: 3px;
    content: '\f0dc';
}

.dataTables_scrollHead .sorting_desc:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: inherit;

    line-height: 1;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    margin-right: 3px;
    content: '\f0dd ';
}

.dataTables_scrollHead .sorting_asc:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: inherit;

    line-height: 1;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    margin-right: 3px;
    content: '\f0de';
}

/* *************************************************
streamplan
**************************** */
.stream{
    position:absolute;
    display: block;
    z-index: 1;
    height: 56px; 
    top: 2px;
    border: 1px solid rgba(255,255,255,0.5);
}

.stream.openend, .stream.overflow-start{
    border-right: 0 solid rgba(0,0,0,0);
}

.stream.overflow-end{
    border-left: 0 solid rgba(0,0,0,0);
}

#timeSlider{
    top: 22px;
    background:rgba(255,0,0,.5); 
    width:1px;
    z-index:2;
    position:absolute;
    left: 100px;
    height: 435px;
    transition: left 1s ease;
    mix-blend-mode: difference;
}

#timeSlider .timeSliderText{
    position:absolute;
    bottom:-15px;
    color:red;
    font-size:8px;
    width:50px;
    left:-25px;
}

.day_tr td{
    border: 0;
    background-color:rgba(0, 0, 0, 0);
    transition: color 1s ease;   
    transition: background 1s ease;    
    overflow: hidden;
}

.activeDay td{
    border-top: 1px solid rgba(9, 187, 135, 0.4)!important;
    border-bottom: 1px solid rgba(9, 187, 135, 0.4)!important;
    background-color:rgba(9, 187, 135, 0.1);
}

.nostreams{
    background: rgba(235, 52, 52, 0.1);
    border: 1px solid rgba(235, 52, 52, 0.4);
    border-radius: 5px;
    height: 100%;
    width: 100%;
    margin: auto;
    display:block;
    
}

.nostreams span{
    color: rgb(235, 52, 52);
    margin: auto;
    display:block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    transform: translateX(-50%);
}

.stream-time{
    position:absolute;
    top: -1px;
    left: -1px;
    font-size: 9px;
    font-family: tahoma;
    color: rgba(0,0,0,0.7);
    background:rgba(255,255,255,.5);
    display:block;
    padding: 3px;
    border-radius: 3px 0 0 3px;
    writing-mode: vertical-lr; 
    height: 56px;
    width: 15px;
    text-align: center;
}

.stream-game{
    margin: 0;
    padding: 0;
    position:relative;
    margin-top: 3px;
    margin-left: 18px;
    font-size: 11px;
    font-family: tahoma;
    color: rgba(255,255,255,1);
    display:block;
    word-wrap: break-word;
    overflow:hidden;
    width: calc(100% - 19px);
}

.stream-broadcasted{
    margin: 0;
    padding : 0;
    margin-top: 4px;
    margin-left: 18px;
    font-size: 9px;
    font-family: tahoma;
    color: rgba(255,255,255,0.7);
    display:block;
}

.tootltip-text{
    display: block;
    font-family: tahoma;
}

.tooltip-title{}
.tooltip-date{margin: 5px;width: 100%; color:rgba(255,255,255,0.6);font-size: 9px;}
.tooltip-duration{font-size: 9px;color:rgba(255,255,255,0.4)}

.tooltip-description{text-align:justify!important;padding: 5px;margin: 3px 5px 20px 3px;}

.tooltip-game{font-weight: bold;color: rgba(235, 149, 52, 0.7)}
.tooltip-broadcasted{font-size: 9px;position: absolute;bottom:2px;right:10px;color:rgba(255,0,0,1)}

/* *************************************************
preloader
**************************** */

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

/* *************************************************
rangeSlider
**************************** */

.range-container{
    position: relative;
    min-height: 50px;
    padding: 0 10px;
}

.range-container .range-slider{
    -webkit-appearance: none;
    background: transparent;
    margin: 10px 0;
    width: 100%;
}

.range-container .range-slider:focus{
    outline: none;
}

.range-container .range-slider::-webkit-slider-runnable-track {
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  background: #03a9f4;
  border-radius: 25px;
}

.range-container .range-slider::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 1);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}

.range-container .range-slider:focus::-webkit-slider-runnable-track {
  background: #03a9f4;
}

.range-container .range-value {
  position: absolute;
  top: 36px;
}

.range-container .range-value span {
  width: 40px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #03a9f4;
  color: #fff;
  font-size: 12px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 6px;
}

.range-container .range-value span:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 10px solid #03a9f4;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: -9px;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
}


