      body{
          font-family: monospace;
          color: #1ccc07;
          background: linear-gradient(0.25turn, #000000,#333333);
      }
      h1,h2{text-align:center;}



      /*************************CSS Typing animation*/
      canvas {display: block;}
      .divAnimation {
        white-space: nowrap;
        overflow: hidden;
        width: 0;
        opacity: 0;
        animation: type 2s steps(60, end) forwards;
        -webkit-user-select: none;
        user-select: none;
      }
      .divAnimation:nth-child(2) {
        animation-delay: 2s;
      }
      .divAnimation:nth-child(3) {
        animation-delay: 4s;
      }
      .divAnimation:nth-child(4) {
        animation-delay: 6s;
      }
      .divAnimation:nth-child(5) {
        animation-delay: 8s;
      }
      .divAnimation:nth-child(6) {
        animation-delay: 10s;
      }
      .divAnimation:nth-child(7) {
        animation-delay: 12s;
      }
      .divAnimation:nth-child(7) span:first-child {
        animation-duration: 0.8s;
      }
      .divAnimation a {
        color: lime;
        text-decoration: none;
      }
      @keyframes type {
        0% {
          opacity: 1;
        }
        100% {
          width: 100%;
          white-space: initial;
          opacity: 1;
        }
      }
      @keyframes blink {
        from {
          opacity: 0;
        }
        to {
          opacity: 1;
        }
      }
      ::selection {
        background: black;
      }


        /*****************************Typing message animation*/


        .typeWriter{
          position: relative;
          overflow: hidden;
        }

        /* Animation */
        .anim-typewriter{
          animation: typewriter 2s steps(2000) 1s 1 normal both;
        }
        @keyframes typewriter{
          from{width: 0;}
          to{width: 100%;}
        }
        /************************End of typing animation*/





      ::-webkit-scrollbar {
          display: none;
      }
      header.Header {
          min-height: 25px;
          max-height: 40px;
          padding: 5px 0px 10px 0px;
          display: flex;
      }  
      img.logo {
          /*width: 45%;*/
        margin: auto;
      }
      a#exitButton {
          color: #a73a17;
          margin-left: 2vw;
          align-self: center;
      }
      .chatTitle{
        margin-left: auto;
          margin-right: auto;
          display: block;
          margin-bottom: 10px;
      }
      .buttonList{
        margin-top: 7vh;
      }

      img#LoginPic {
          display: block;
          border-radius: 50%;
          margin-left: auto;
          margin-right: auto;
          margin-top: 30px;
      }
      .loginInformation{
      height: 75px;
      padding-top: 30px;
      margin-bottom: 30px;
      overflow-y: hidden;
      }
      .loginAccess{
        padding: 5px;
      }
      .loginAccess input{
        color: #1ccc07;
        background: transparent;
        border: 0px;
        outline: none;
      }
      #main-wrapper{max-width:600px;margin:auto;}
      p.inputLogin {
      text-align-last: center;
      }
      #message{background-color:#transparent;padding:0 10px;min-height:270px;max-height: 320px;width:100%;box-sizing:border-box;overflow-y:scroll;  /*  border: 1px solid wheat;*/}
      #utilisateur{list-style:none;padding:0;background-color:#transparent;height:100%;width:100%;box-sizing:border-box;margin-bottom:10px;/*border: 1px solid wheat;*/}
      #send{    
        margin-top: 10px;
          width: 100%;
          padding: 5px;
          color: #1ccc07;
          border: 1px;
          outline: none;      
          box-sizing: border-box;
          background: transparent;}
      .message{;padding:3px 0;font-size:0.9em;}
      .message img{    
      float: left;
      margin-top: 0px;
      margin-right: 5px;
      padding: 3px;
      height: 25px;
      width: 25px;
      display: none;
      }
      .utilisateur{font-size:0.9em;}
      .utilisateur{cursor:default;display: inline-block;}
      .utilisateur p:hover{cursor:pointer;background-color:transparent; !important;color:wheat;}
      .utilisateur:nth-child(2n+2){background-color:#transparent;}
      .utilisateur-avatar-img{
        width: 48px;
        height: 48px;
        border-radius: 10px;
      }

      element.style{
        z-index: 200;}
      textarea.typeWriter.messageTextarea {
        background: transparent;
        border: none;
        color: lime;
        resize: none;
        outline: none;      
      }
      .blockUtilisateur {
        overflow-y: scroll;
          -ms-overflow-style: none;  /* Internet Explorer 10+ */
          scrollbar-width: none;  /* Firefox */
      }
      .blockUtilisateur::-webkit-scrollbar { 
          display: none;  /* Safari and Chrome */
      }
      .utilisateur .usr{width:100%;padding-right:5px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis; display: inline-grid; text-align: -webkit-center;}
      /*.utilisateur .usr img{margin-right:5px;}*/
      .utilisateur-action{position:absolute;box-shadow:1px 1px 3px #cccccc;padding:5px 5px 0px 5px;background-color:#151515;border-radius:5px;}
      .utilisateur-action-close{position:absolute;left:130px;top:0px;} 
      img.utilisateur-action-close:hover{height: 20px; width: 20px; margin-left: -2px;};       
      .button{cursor:pointer;margin-top: 10px;padding:10px 25px;font-weight:bold;border-radius:5px;color:#ffffff;border:0px;background: linear-gradient(39.7deg, #292929 6%,#CACACA 111%);}
      .transparentButton{
        /*font-family: monospace;*/
          color: #1ccc07;
        background: transparent;
        border: none;
        display: block;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
      }
      .clear{clear:both;}
      .box {
        margin-top: 25px;
        position: relative;
        min-height: 50px;
        height: auto;
        color: wheat;
        display: block;
        background: linear-gradient(33deg, black, #444444);
        border-radius: 10px;
        margin-left: auto;
        margin-right: auto;
      }
      .glowing::before{
        content: '';
        position: absolute;
        left: -5px;
        top: -5px;
        background: linear-gradient(47deg, #e8f74d, #ff6600d9, #00ff66, #13ff13, #ad27ad, #bd2681, #6512b9, #ff3300de, #5aabde);
        background-size: 400%;
        width: calc(100% + 10px);
        height: calc(100% + 10px);
        z-index: -1;
        animation: glower 20s linear infinite;
        border-radius: 10px;
      }
      .fa-paw{
        font-size: 40px;
      }
      .actionButton{
        background: transparent;
          color: #1ccc07;
          border: none;
          width: 50px;
      }
      .actionButton:hover{
        color: wheat;
      }
      button#send-button {
        margin-top: 5px;
      } 

@keyframes glower {
  0% {
    background-position: 0 0;
  }
  
  50% {
    background-position: 350% 0;
  }
  
  100% {
    background-position: 0 0;
  }
}


/***********MENU INPUT FORM************************/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
  transition: background-color 5000s;
  -webkit-text-fill-color: #1ccc07 !important;
      outline: 0;
      outline: none;
      -webkit-appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
  -webkit-box-shadow: 0 0 0 30px #151515 inset !important;
      outline: 0;
    outline: none;
      -webkit-appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #151515 inset !important;
        outline: 0;
        outline: none;
        -webkit-appearance: none;
}

/*************************************************/




/*********************************ImgBox effect********************/
.imgBox{
  width: 50px;
  height: 65px;
  background: #072f28e0;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 3px 6px #024620;
  border: 1px solid darkseagreen;
}

.imgBox:before{
  content: '';
  top:0;
  left:-100%;
  width:100%;
  height:100%;
  background: rgba(255,255,255,0.1);
  transition:0.5s;
  pointer-events: none;
}

.imgBox:hover:before{
  left:-50%;
  transform: skewX(-5deg);
}


.imgBox span{
     position: absolute; 
    width: 48px;
    height: 50px;
    box-sizing: border-box;
}

.imgBox span:nth-child(1)
{
  transform:rotate(0deg);
}

.imgBox span:nth-child(2)
{
  transform:rotate(90deg);
}

.imgBox span:nth-child(3)
{
  transform:rotate(180deg);
}

.imgBox span:nth-child(4)
{
  transform:rotate(270deg);
}

.imgBox span:before
{
  content: '';
  position: absolute;
  width:100%;
  height: 1px;
  background: darkseagreen;
animation: animate 5s cubic-bezier(0.85, -0.05, 0.13, 0.83) infinite;
}

@keyframes animate {
  0% {
  transform:scaleX(0);
  transform-origin: left;
  }
  50%
  {
    transform:scaleX(1);
  transform-origin: left;
  }
  50.1%
  {
    transform:scaleX(1);
  transform-origin: right;
    
  }
  
  100%
  {
    transform:scaleX(0);
  transform-origin: right;
    
  }
  
} 
      /*****************************************************************/




/**************************************************************/
/*********************Channel DIV******************************/

div.closeButton {
    margin-left: auto;
    width: 20px;
    padding-top: 2px;
    padding-right: 2px;
}
.activateCloseTerminal, .activateCloseUpload{
  z-index: 150;
  background: transparent;
  border: none;
  color: #ff5722a6;
}
.programsButton{
  z-index: 150;
  background: transparent;
  border: none;
  color: lime;
}
.mydiv {
  position: absolute;
  z-index: 90;
  background-color: #151515e7;
  max-width: 600px;
  margin-right: 15px;
  width: -webkit-fill-available;
  border-radius: 4px;
}
.mydivheader, .uploadBlockHeader {
  cursor: move;
  z-index: 100;
  background-image: linear-gradient(315deg, #000000 0%, #414141 74%);
  color: #fff;
  display: flex;
  padding: 0px 0px 0px 40%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}



/**************************************************************/


/*For the upload box*/

.uploadBox{
    height: 70px;
    background: #00000070;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align-last: center;
}

#uploadForm{
  padding-top: 20px;
  text-align: -webkit-center;
}

.uploadBlock{
  width: 200px;
}

.uploadBlockHeader{
  cursor: default;
}

input[type=submit] {
  background: transparent;
  border: 1px solid lime;
  color: lime;
}

label.labelFile{
  border: 1px solid lime;
  padding: 1px;
}


/********************/


/*For the chatbox*/

.chatbox {
  /*width and height should be same*/
  width: auto;
  height: auto;
}

.chatbox {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
    /*overflow: -moz-scrollbars-none*/
}
.chatbox::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

.boxSendMsg {
    display: flex;
}

a.msgLink {
    color: orange;
    font-size: 1.3em;
} 




/********************************************/
/************* Iframe BOX *******************/
.iframeContainer
{
position: relative;
}

.iframeContainer iframe
{
position: absolute;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
}
/********************************************/


/******************GLOWING EFFECT********************/
/*******************************************/
.glow {
  /*font-size: 1.1em;*/
    color: #fff;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 0px #fff, 0 0 1px #fff, 0 0 2px #e60073, 0 0 3px #e60073, 0 0 4px #e60073, 0 0 5px #e60073, 0 0 6px #e60073;
  }
  
  to {
    text-shadow: 0 0 0px #fff, 0 0 1px #ff4da6, 0 0 2px #ff4da6, 0 0 3px #ff4da6, 0 0 4px #ff4da6, 0 0 5px #ff4da6, 0 0 6px #ff4da6;
  }
}
/********************************************/
/********************************************/


.wizz{
  color: #e5f095;
}


/******************FONTS********************/
/*******************************************/

@font-face {
  font-family: 'Datalegreya-Thin';
  src: url('Datalegreya-Thin.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Datalegreya-Gradient';
  src: url('Datalegreya-Gradient.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Datalegreya-Dot';
  src: url('Datalegreya-Dot.otf');
  font-weight: normal;
  font-style: normal;
}

/*******************************************/
/********************************************


