/*https://flatuicolors.com/palette/in*/
body{
    background-color: #2C3A47 !important;
    font-family: 'Inter', sans-serif;
    font-family: 'Sometype Mono', monospace;
    background: url(https://www.jovenium.net/images/background.png) no-repeat center center fixed;
    background: url(/static/Screen28.jpg) no-repeat center center fixed;
    background: url(/static/pc_background.png) no-repeat center center fixed;
    
    
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

nav{
    background-color: #11161c;
}



label {
    color: #ffffff;
}

.github {
    margin-top: 16px;
    color: gray;
    font-size: 50px;
    animation: none;
}

.deconnection {
    margin-top: 16px;
}

.bg-importance-1 {
    background-color: #CAD3C8;
}

.bg-importance-2 {
    background-color:#596275;
}

.bg-importance-3 {
    background-color:#344574;
}

.bg-done {
    background-color: #58B19F;
}

.datepick {
    width:200px;
}

h1 {
    color: blueviolet;
}

h2 {
    color: white;
    text-decoration: none;
    background-image: linear-gradient(45deg, #6076e7, #f37878);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 25% 3px;
}

#leaderboard-desc {
    color: white;
}

.trash {
    font-size: 24px;
    color: rgb(93, 194, 212);
}

.done {
    font-size: 24px;
    color: rgb(124, 206, 124);
}

footer {
    color: white;
    padding-bottom: 14px;
}

.gigamargin {
    margin-top: 240px;
}

.connexion {
    width: 260px;
}

.player-link {
    text-decoration:none;
    font-weight: 600;
}

.player-link:link {
    color: white;
}

.player-link:visited {
    color: white;
  }
  
/* mouse over link , selected link*/
.player-link:hover, .player-link:active, nav a span, .page-item a:hover {
    background-color: red;
  
  /* Create the gradient. */
  background-image: linear-gradient(45deg, #6076e7, #f37878);
  
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;

  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.table {
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(10, 17, 30, 0.75);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
    border:0px !important;
}

thead tr th {
    border-top: 0px !important;
}

.page-item a {
    background-color: red;
    background-image: linear-gradient(45deg, #ffffff, #ffffff);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}


.page-item.active .page-link {
    background-color: #252ede;
    border-color: #252ede !important;
}