
/*  This is an css comment tag and is used to help guide you */

@charset "utf-8";

* {
  box-sizing: border-box;
}

  body {
    width: 100%;
    top:0;
    bottom:0;
    left:0;
    right:0;
    position: relative;
    margin: 0;
    padding: 0; 
    border: 0px solid DarkViolet  ;             /* colour of the body border (the whole page)  0 by default (off ) */
    border-radius: 0px;                                 /*  0 by default (off)  */
    background-color: transparent; 
    font-family: Arial;   /*font style */ 
    line-height: 1.0;
    font-size: calc(2.5vw + 0.5vh + 1vmin); 
    font-weight: 400; 
    color : #fff;   /* colour of the text on the page */
    line-height: 140%;
    text-align: left; 
    overflow: hidden;
    float: left
  }

  img {    
    vertical-align: middle;
  }

  .wrapper {
    min-width: 100%;
    /* Background colour */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3b5566+0,446a84+45,436881+70,1a2233+94,1a2233+94 */
    background: rgb(59,85,102); /* Old browsers */
    background: -moz-radial-gradient(ellipse farthest-corner at 0 140%,  rgba(59,85,102,1) 0%, rgba(68,106,132,1) 45%, rgba(67,104,129,1) 70%, rgba(26,34,51,1) 94%, rgba(26,34,51,1) 94%); /* FF3.6-15 */
    background: -webkit-radial-gradient(ellipse farthest-corner at 0 140%,  rgba(59,85,102,1) 0%,rgba(68,106,132,1) 45%,rgba(67,104,129,1) 70%,rgba(26,34,51,1) 94%,rgba(26,34,51,1) 94%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse farthest-corner at 0 140%,  rgba(59,85,102,1) 0%,rgba(68,106,132,1) 45%,rgba(67,104,129,1) 70%,rgba(26,34,51,1) 94%,rgba(26,34,51,1) 94%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b5566', endColorstr='#1a2233',GradientType=0 ); /* IE6-9 */
    /* End of background colour */
    background-attachment: fixed;
    padding: 0px; /* suggest 8px for rounded corners, 0 by default */
    border: 4px solid #1c2633; /* colour of the main border suggest 4px for rounded corners,  by default (on ) */
    border-radius: 10px; /*  suggest 10px for rounded corners,  be sure to set a radius for the top of the heading section (line 58) and the bottom of the info section (line 130) to prevent an inner squared effect */
    overflow: hidden;
  }

  .heading{
    background-color: transparent;   /*  background colour of the header section for name/join */
    padding: 3% 2% 0% 3%;
    border: 0px solid olive ;   /* colour of the header border  0 by default (off ) */
    border-radius: 12px 12px 0 0;  /* creates a radius for the top of this section, used only if there is a border radius for the wrapper line 50 */
  } 

  .name {
    background-color:  transparent;  /*  background colour of the server name text */  
    color: #fff;  /* name of the server */
    width: 100%;
    padding: 0 0 2%  0;
    font-size: 130%;
    font-weight: 500; 
    border: 0px solid Pink ;  /* colour of the server name border  0 by default (off ) */
  }

  .location {  /*  where to display the number of users on the server */  
    position: absolute; 
    top: 1em; 
    right:1em; 
    font-size: 80%;
    font-weight: 600;
  }

  .discord-icon {
    width: 8%;
    vertical-align: middle;
  }

  .channels {
    background-color: transparent;   /* background colour of Discord Voice Channels text */
    font-size: 110%;
    font-weight: 600; 
    font-style: italic;
    padding: 1% 1% 3% 3%;
  }

  a.join {
    width: 100%;
   /* Join Server background colour gradient */
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#27506a+0,9cb3c2+52,69889d+100 */
    background: rgb(39,80,106); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(39,80,106,1) 0%, rgba(156,179,194,1) 52%, rgba(105,136,157,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(39,80,106,1) 0%,rgba(156,179,194,1) 52%,rgba(105,136,157,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(39,80,106,1) 0%,rgba(156,179,194,1) 52%,rgba(105,136,157,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27506a', endColorstr='#69889d',GradientType=0 ); /* IE6-9 */
    color: #10364e;  /* Join Server button text */
    font-size: 80%;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
    border: 0px solid #798081;  /* colour of the join button border 0 by default (off)*/
    border-radius: 0 0 0 0; 
    text-align: center;
    display: block;
    padding: 0;
    margin-bottom: 2%;
    margin-left: auto;
    margin-right: auto;
  }

  a.join:hover {
     /* join button hover background */
     /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#27506a+0,9cb3c2+49,69889d+100&1+39,0.59+65 */
    background: -moz-linear-gradient(top,  rgba(39,80,106,1) 0%, rgba(132,159,176,1) 39%, rgba(156,179,194,0.84) 49%, rgba(140,166,182,0.59) 65%, rgba(105,136,157,0.59) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(39,80,106,1) 0%,rgba(132,159,176,1) 39%,rgba(156,179,194,0.84) 49%,rgba(140,166,182,0.59) 65%,rgba(105,136,157,0.59) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(39,80,106,1) 0%,rgba(132,159,176,1) 39%,rgba(156,179,194,0.84) 49%,rgba(140,166,182,0.59) 65%,rgba(105,136,157,0.59) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27506a', endColorstr='#9669889d',GradientType=0 ); /* IE6-9 */
     color: #ffffff;    /* Join Server button hover text */
  }

  .info{   /* container holding all the information on channels and users */
    background-color: transparent;
    border: 0px solid Lawngreen ;  /* colour of the main page border  0 by default (off ) */
    padding: 0%;
    border-radius: 0 0 12px 12px;  /* creates a radius for the bottom of this section, used only if there is a border radius for the wrapper line 50 */
    white-space: nowrap;
    overflow: hidden;
  }

  .channel {
    background-color: transparent;    /* background colour of channel names text */
    font-weight: 600; 
    font-style: italic;
    text-shadow: 1px 1px 0px #000000;
    padding: 1% 1% 0% 1%;
  }

  .userinfo {
    overflow: hidden!important;
    white-space: nowrap!important;
  }

  .user {
    background-color: transparent;   /* background colour of user names text */
    padding: 1% 1% 1% 0%;
  }

  .label-admin {
    margin-left: 5px;
    background-color: #049053;
    color: #fff;
    border-radius: 0.3em;
    padding:  0.3em;
    font-size: 60%;
    text-shadow: 1px 1px 0px #000000;
  }

  .label-bot {
    margin-left: 5px;
    background-color: #7289DA;
    color: #fff;
    border-radius: 0.3em;
    padding:  0.3em;
    font-size: 60%;
    text-shadow: 1px 1px 0px #000000;
  }

  img.mutedeaf {   
    width: 5%;
    vertical-align: middle;
  }

.label-game {
    color: #e66f1f;   /* playing game text colour */
    font-size: 60%;
    text-shadow: 1px 1px 0px #000000;
  }

  hr { 
  width: 90%;
  display: block; 
  height: 1px;
  border: 0; 
  border-top: 1px solid #1c2633;  /* colour of the Spacer bar between channels and more online */
  margin: 1em 1em; padding: 0; 
 }

 .crisp-edges {
  image-rendering: -webkit-optimize-contrast; /* Chrome, Edge, Opera, and Safari */
}

  .moreusers {
    background-color: transparent;  /* background colour of more online section */
    padding: 0% 0% 4% 0%;
    white-space: nowrap;
    overflow: hidden;
  }

  input[type='checkbox'] {    /* hides the 'view' button checkbox */  
    display: none;
  }

  input[type='checkbox']:checked ~ div {
    transform: scaleY(1);
  }

  #toggle:checked ~ div.hidden {
    display: block;
    overflow: hidden;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
  }

  label {
    border: 2px solid #1c2633;    /* View button border */
    border-radius: 5px;
    /* View button background */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#27506a+0,9cb3c2+52,69889d+100 */
    background: rgb(39,80,106); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(39,80,106,1) 0%, rgba(156,179,194,1) 52%, rgba(105,136,157,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(39,80,106,1) 0%,rgba(156,179,194,1) 52%,rgba(105,136,157,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(39,80,106,1) 0%,rgba(156,179,194,1) 52%,rgba(105,136,157,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27506a', endColorstr='#69889d',GradientType=0 ); /* IE6-9 */
    color: #10364e; /* View button text */
    cursor: pointer;
    padding: 2px 5px;
    font-family: 'Arial';
    font-size: 80%;
    font-weight: bold;
  }

  label:hover {
     /* View button hover background */
     /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#27506a+0,9cb3c2+49,69889d+100&1+39,0.59+65 */
    background: -moz-linear-gradient(top,  rgba(39,80,106,1) 0%, rgba(132,159,176,1) 39%, rgba(156,179,194,0.84) 49%, rgba(140,166,182,0.59) 65%, rgba(105,136,157,0.59) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(39,80,106,1) 0%,rgba(132,159,176,1) 39%,rgba(156,179,194,0.84) 49%,rgba(140,166,182,0.59) 65%,rgba(105,136,157,0.59) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(39,80,106,1) 0%,rgba(132,159,176,1) 39%,rgba(156,179,194,0.84) 49%,rgba(140,166,182,0.59) 65%,rgba(105,136,157,0.59) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27506a', endColorstr='#9669889d',GradientType=0 ); /* IE6-9 */
    color: #ffffff; /* View button hover text */
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .moreonline {
    margin-left: 1em;
    padding: 1% 6% 1% 4%;
    font-weight: 500;  
  }

  div.hidden {
    display: none;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -o-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    padding: 2% 0 0 6%;
    overflow: hidden;
  }

  .main{    /* Minimum height of main viewing area */ 
    min-height: 16em;
  }

  .face{
    max-width: 10%;
  }

  .face img{
    max-width:100%;
    max-height:100%
  }

  .lh-sm {
    line-height: 1.2 !important;
  }

  .p-1 {
    padding: .25rem !important;
  }

  .ms-1 {
    margin-left: .25rem !important;
  }

  .ps-1 {
    padding-left: 3% !important;
  }

  .ps-2 {
    padding-left: .5rem !important;
  }

  .ps-3 {
    padding-left: 6% !important;
  }

  .mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }

  .avatar-link{
    position: relative;
    display: inline-block;
  }

  .avatar {
    background: rgba(15, 28, 63, 0.125);
    border-radius: 50%;
    border: solid 1px #fff!important;
    border-color: #3a3a3a!important; 
    height: 1.00em;
    object-fit: cover;
    width: 1.00em;
  }

  .dnd {
    border: 0.12em solid #436882;
    border-radius: 50%;
    height: 0.55em;
    position: absolute;
    right: -0.1em;
    bottom:  -0.05em;
    width: 0.55em;
    background-color: #f5444b;
    line-height: 0.1em;
    text-align: center;
  }

  .dnd:after {
    color: #000;
    content: ' \002D';
    position: absolute;
    right: 0.08em;
    top:  0.05em;
    font-size: calc(1.5vw + 0.5vh + 1vmin); 
  }

  .idle {
    border: 0.12em solid #436882;
    border-radius: 50%;
    height: 0.55em;
    position: absolute;
    right: -0.1em;
    bottom:  -0.05em;
    width: 0.55em;
    background-color: #fda43f;
  }

  .online {
    border: 0.12em solid #436882;
    border-radius: 50%;
    height: 0.55em;
    position: absolute;
    right: -0.1em;
    bottom:  -0.05em;
    width: 0.55em;
    background-color: #32a67c;
  }

  .voice { 
    margin-left: 3%;
  }

  img.voice { 
    width: 5%;
    vertical-align: middle;
   }

   .letter {   /*  Zzz animation when there are no users */ 
        position: relative;
        top: -webkit-calc(50% - 60px);
        top: calc(50% - 60px);
        text-shadow: 0px 0px 3px white;
    }
    .letter:nth-child(1) {
        -webkit-animation: fade 4s infinite 200ms;
        animation: fade 4s infinite 200ms;
    }
    .letter:nth-child(2) {
        -webkit-animation: fade 4s infinite 400ms;
        animation: fade 4s infinite 400ms;
    }
    .letter:nth-child(3) {
        -webkit-animation: fade 4s infinite 600ms;
        animation: fade 4s infinite 600ms;
    }
    .letter:nth-child(4) {
        -webkit-animation: fade 4s infinite 800ms;
        animation: fade 4s infinite 800ms;
    }
 
    @-webkit-keyframes fade {
        50% {
            opacity: 0.02;
        }
    }
 
    @keyframes fade {
        50% {
            opacity: 0.02;
        }
    }