/* TODO */
body {
    background-color: #222222;
    background-attachment: fixed;
}

.card {
    min-width: 350px;
    min-height: 250px;
    margin-bottom: 4px;
    margin-top: 4px;
}

.brand {
    color: #dddddd !important;
}

#streamersCard {
    min-height: 200px;
    overflow: hidden;
    padding: 24px;
    padding-bottom: 0px;
}

#card-login, #card-info {
    max-height: 200px;
}

#globalChatCard, #gameChatCard {
    min-height: 450px;
}

.navbar{
    background-color: #111111 !important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: 1px solid #333333 !important;
    border-left: 1px solid #333333 !important;
    border-right: 1px solid #333333 !important;
}

.nav-link {
    color: orange !important;
    margin-left: 16px;
}

.nav-link:hover {
    color: DarkOrange !important;
}

#construction {
    min-height: 0px;
}

#tail {
    background-color: transparent !important;
    background-image: none;
    text-align: right;
}

#streamersCard, #globalChatBox, #globalChatUsers,
#gameChatBox, #gameChatUsers {
    overflow-y: auto;
    margin-top: 12px;
    border: 1px solid #333333;
    border-radius: 4px;
    background: #111111 !important;
    
}

#globalChatBox,
#gameChatBox {
    height: 320px;
    background-color:rgba(255,255,255,0.05);
}
#globalChatUsers,
#gameChatUsers {

    height: 370px;
    overflow-x: auto;
    background-color:rgba(255,255,255,0.05);
}
#globalChatInput,
#gameChatInput {
    margin-top: 12px;
    background-color: #111111;
    border: 1px solid #333333 !important;
}

#globalChatButton,
#gameChatButton {
    margin-top: 12px;
}

/* width */
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background-color: transparent;
    opacity: 0;
    background-color: rgba(0,0,0,0);
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #333333;
    border-radius: 4px;
    min-height: 32px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #444444;
  }

img {
    border-radius: 4px;
}

#readyUpCard {
position: fixed;
width: 400px;
height: 200px;
top: 50%;
left: 50%;
margin-top: -100px; /* Negative half of height. */
margin-left: -200px; /* Negative half of width. */
z-index: 999;
background-color: rgba(200,200,200,0.80);
   border: 4px solid orange;
   padding: 24px;
   visibility: hidden;
}

#readyUpExitButton, #readyUpReadyButton {
    width: 100%;
}

#readyUpReadyButton {
    color: #101010;
}

.chat-title {
	font-weight: bold;
	margin-top: 12px
}

select, .page-link {
    color: black !important;
}

table.dataTable tbody td {
    vertical-align: middle;
}

#card-login, #card-info, #card-autoexec, #queueCard, .sub-card {
    background: #111111 !important;
}

.user_card {
    background: #111111 !important;
    min-height: 70px;
    vertical-align: middle;
}

.rating_card {
    background: #111111 !important;
    vertical-align: middle;
    min-height: 1px;
    margin: 0px;
    padding: 0px;
}

.sub-card {
    min-height: 80px !important;
}

#globalChatCard, #gameChatCard {
    background: transparent;
}

#leaveGameButton {
    margin-top: 12px;
}

#onlineCount {
    margin-top: 12px;
}

.rainbow-text {
  background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.spoiler:hover {
	background-color: transparent;
	color: unset;
}

.spoiler {
	background-color: black;
	border-radius: 4px;
	color: black;
}

.cedapug-text {
    color: orange !important;
}

.cedapug-premium-text {
    color: orange !important;
    text-shadow: 0 0 10px orange;
}
