* {
  box-sizing: border-box;
  text-align: left;
}

body {
  font-family: sans-serif;
  font-weight: 300;
  background: #fff;
  background: url(../../user_upload/slg/wallpaper.jpg) top left no-repeat;
  background-position: bottom;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

body:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAABKADAAQAAAABAAAABAAAAADFbP4CAAAAEklEQVQIHWNgYGD4D8TEAewqAVXuAf+yw+rnAAAAAElFTkSuQmCC);
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999;
  pointer-events: none;
  display: block;
  content: " ";
  opacity: .1;
}

body:after {

  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999999;
  pointer-events: none;
  display: block;
  content: " ";
  box-shadow: 0 0 80px rgba(0,0,0,0) inset;
}



/* fira-sans-100 - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 100;
  src: url('../../base/fonts/fira-sans-v10-latin-100.eot');
  /* IE9 Compat Modes */
  src: local('Fira Sans Thin'), local('FiraSans-Thin'),
    url('../../base/fonts/fira-sans-v10-latin-100.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../../base/fonts/fira-sans-v10-latin-100.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../../base/fonts/fira-sans-v10-latin-100.woff') format('woff'),
    /* Modern Browsers */
    url('../../base/fonts/fira-sans-v10-latin-100.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../../base/fonts/fira-sans-v10-latin-100.svg#FiraSans') format('svg');
  /* Legacy iOS */
}

@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../../base/fonts/fira-sans-v10-latin-300.eot');
  /* IE9 Compat Modes */
  src: local('Fira Sans Light'), local('FiraSans-Light'),
    url('../../base/fonts/fira-sans-v10-latin-300.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../../base/fonts/fira-sans-v10-latin-300.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../../base/fonts/fira-sans-v10-latin-300.woff') format('woff'),
    /* Modern Browsers */
    url('../../base/fonts/fira-sans-v10-latin-300.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../../base/fonts/fira-sans-v10-latin-300.svg#FiraSans') format('svg');
  /* Legacy iOS */
}

/* fira-sans-regular - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../../base/fonts/fira-sans-v10-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Fira Sans Regular'), local('FiraSans-Regular'),
    url('../../base/fonts/fira-sans-v10-latin-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../../base/fonts/fira-sans-v10-latin-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../../base/fonts/fira-sans-v10-latin-regular.woff') format('woff'),
    /* Modern Browsers */
    url('../../base/fonts/fira-sans-v10-latin-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../../base/fonts/fira-sans-v10-latin-regular.svg#FiraSans') format('svg');
  /* Legacy iOS */
}

/* fira-sans-700 - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../../base/fonts/fira-sans-v10-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Fira Sans Bold'), local('FiraSans-Bold'),
    url('../../base/fonts/fira-sans-v10-latin-700.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../../base/fonts/fira-sans-v10-latin-700.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../../base/fonts/fira-sans-v10-latin-700.woff') format('woff'),
    /* Modern Browsers */
    url('../../base/fonts/fira-sans-v10-latin-700.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../../base/fonts/fira-sans-v10-latin-700.svg#FiraSans') format('svg');
  /* Legacy iOS */
}

main {
  will-change: transform;
  width: 100vw;
  background: #fff;
  background: rgba(5, 18, 27, .1);
  font-family: 'Fira Sans';
  font-family: sans-serif;
  font-weight: 300;
  font-size: 1rem;
  height: calc(100vh - 55px);
  overflow: hidden;
  display: inline-flex;
  padding: 30px;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
align-content: flex-start;
}

body.login main {
  height: 100vh
}

main>.icon {
  font-size: .8rem;
  color: #fff;
background: rgba(14, 14, 14, 0);
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  /* margin-bottom: 20px; */
  align-self: flex-start;
  display: inline-flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  align-content: center;
  text-align: center;
  max-width: 100px;
  min-width: 100px;
-webkit-hyphens: auto;
    -ms-hyphens: auto;
        hyphens: auto;
        position: relative;
transition: background

}

body.login main>.icon {
  display: none
}

/* main>.icon.file {
  display: none;
}

main>.icon.file:nth-child(1) {
  display: block
} */

main>.icon.mails:before {
  content: attr(mailcount);
  display: inline-flex;
  position: absolute;
  top:3px;
  right:8px;
  background: darkred;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: .9rem;
  color: #fff;
  box-shadow: 0px 2px 2px 0 rgb(1 1 1 / 53%)

}

main>.icon.mails[mailcount="0"]::before {
  display: none
}

main>.icon:hover {
  background: rgba(14, 14, 14, .5);
}

main>.icon i {
  font-size: 2rem;
  margin-bottom: 10px;
}

body.login main>i {
  display: none
}

main>div {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

main>div>* {
  max-width: 900px;
  max-height: 600px;
  background: rgba(255, 255, 255, .9);
  border: 2px solid rgba(255, 255, 255, .7);
  border-radius: 0 0 5px 5px;
  border-radius: 5px;
  padding: 5px;
  display: none;
  will-change: transform;
  box-shadow: -10px 10px 38px 0 rgba(1, 1, 1, .53);
  position: relative;
  pointer-events: all;
  height: 100%
}

#replybox {
  width: 107%;
  height: 107%;
  background: rgba(255, 255, 255, .9);
  border: 2px solid rgba(255, 255, 255, .7);
  border-radius: 0 0 5px 5px;
  border-radius: 5px;
  padding: 25px;

  will-change: transform;
  box-shadow: -10px 10px 38px 0 rgba(1, 1, 1, .53);
  position: absolute;
  top:10px;
  z-index: 22;
  left: 10px;
  font-size: .8rem;
  text-align: center;
}

#replybox textarea{
  width: 100%;
  margin-top: 5%;
  resize: none;
  height: 80%;
  background: #fff
}

strong {
  font-weight: bold;
}

#login {
  background: rgba(255, 255, 255, .6);
  /* filter: blur(2px); */
  display: inline-flex;
  flex-direction: column;
  min-height: 300px;
  height: auto;
  width: 400px;
  padding: 30px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  box-shadow: 0 14px 25px rgb(0 0 0 / 56%);
  z-index: 22;
  border: 2px solid rgba(255, 255, 255, .7);
  -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  display: none;
}

body.login #login {
  display: inline-flex;
}

body.login #login>* {
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  pointer-events: all
}

body.login #login .fa-user-secret {
  font-size: 3rem;
  color: rgba(14, 14, 14, .7);
  border: 3px solid rgba(14, 14, 14, .7);
  border-radius: 50%;
  align-self: center;
  width: 80px;
  height: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

#login input, #passcode input {
  border: 1px solid rgba(14, 14, 14, 0);
  background: rgba(255, 255, 255, .6);
  padding: 10px;
  font-size: .8rem;
  transition: border .4s
}

#login input:focus, #passcode input:focus {
  border: 1px solid rgba(14, 14, 14, .5);
}
#passlogin {
  text-security: disc;
    -webkit-text-security: disc;
    -moz-text-security: disc;
}

#login button, #browser button, #passcode button {
  font-size: 1rem;
  cursor: pointer;
  padding: 10px;
  font-weight: 100;
  color: #fff;
  background: rgba(14, 14, 14, .5);
  outline: none;
  border: none;
  transition: background .4s
}

#passcode button {
  width: 80%;
  text-align: center;

}

#login button:hover,
#login button:focus,
#browser button:hover,
#browser button:focus,
#passcode button:hover,
#passcode button:focus  {
  background: rgba(14, 14, 14, .7);
}



#login p, #passcode p {
  font-size: .9rem;
  line-height: 130%
}

.fade-in {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-6-9 23:17:35
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#mails {
  height: 100%;
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding-top: 40px;

}

#mailnavigation {
  width: 25%;
  height: 100%;
  overflow: scroll;
  display: inline-flex;
  flex-direction: column;
}

#mailcontent {
  width: 75%;
  height: 100%;
  overflow: scroll;
  position: relative;
}

.timebox {
  font-size: .8rem;
  position: absolute;
  top:0;
  right: 5px

}

.mailpreview {
  cursor: pointer;
  height: auto;
  border-bottom: 1px solid #999
}

.mailpreview strong{
  font-weight: inherit;

}



.mailpreview.maildelete {
  display: none
}

#mails .sender {
  font-size: .8rem;
  margin-bottom: 5px;
  font-weight: 900;
  color: #666;
}

#mails h3 {
  font-weight: 900;
  font-size: .9rem;
  font-weight: 700;
  /* opacity: .5; */
  color: #666;
  margin-bottom: 5px;
}

#mails p {
  font-size: .8rem;
}

#mails .mailcontent p {
  margin-bottom: 5px;
  line-height: 140%;
  font-size: .8rem
}

.mailcontent h3:first-of-type {

}

.mailcontent .mailcontrols {
  padding-bottom: 25px;
  border-bottom: 1px solid #000;
  display: inline-flex;
justify-content: flex-end;
}

.mailcontent .mailcontrols i{
  margin-left: 5px;
  cursor: pointer;
      color: #666;
      transition: color .3s
}

.mailcontent .mailcontrols i:hover {
  color: #000
}

.mailcontent[mailid="258"] .mailcontrols i.fa-trash-alt,
.mailcontent[mailid="260"] .mailcontrols i.fa-trash-alt {
  display: none
}

.mailcontent p:first-of-type {
  margin-top: 25px;
}

.mailpreview,
.mailcontent {
  padding: 10px;
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%
}

.mailpreview {
  /* order: 2 */
}

.mailcontent {
  display: none;
  padding-left: 25px;
  position: relative;
  min-height: 100%;
  opacity: 0
}

.maildeletedialog {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.8);
  z-index: 2;
  display: inline-flex;
  justify-content: flex-start;
  align-content: center;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 10%;
  color: #fff;


}

.maildeletedialog h4{
  font-size: 1.5rem;
  font-weight: bold;
}

#mailbox button{
  width: 200px;
  margin-right: 10px;
  margin-top: 20px;
  text-align: center;
  padding: 10px  20px;
  background: #fff;
  color: #000;
  border: none;
  outline: none;
  cursor: pointer;
}

#browser.active, #imagebox.active {
  width: 900px;
  height: 700px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
}

#imagebox.active {
  height: auto;
}

#imagebox.active img {
  width: 100%;
  height: auto
}

#passcode.active {
  width: 350px;
  height: auto;
  min-height: 250px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
}

#browser > img, #browser > input {
  width: 300px;
  height: auto;
margin: 20px 0;
}

#passcode form {
  width: 50%;
  display: none;
  justify-content: space-between;
  flex-direction: row;
padding: 30px 0


}

#passcode.digit form.digit {


  display: inline-flex;
}

#passcode.password form.password {
  display: inline-flex;
}

#browser > input, #passcode input {
  padding: 10px;
  width: 350px;
  border-radius: 5px;
  border: 1px solid #e2e2e2
}

#passcode input {
  width: 50px;
  text-align: center;

}

#passcode.password input {
  width: 100%
}

#replybox button {
  background: rgba(0,0,0,.6);
  color: #fff
}

.mailcontent.active {
  display: inline-flex;
  opacity: 1
}

.mailpreview:nth-child(odd) {
  /* background: rgba(0, 0, 0, .1) */
}

.mailpreview.newmail {
    background: rgba(14, 14, 14, .5);
    /* order: 1 */
}

.mailpreview.newmail * {
  color: #fff !important
}

.mailpreview:nth-child(odd).newmail {
  background: rgba(14, 14, 14, .7);
}

.mailcontent img {
  width: 100%;
  height: auto
}

main>div>*.active {
  display: inline-flex;
  flex-direction: column;
  -webkit-animation: scale-in-left 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: scale-in-left 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.scale-in-left {
  -webkit-animation: scale-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: scale-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.controlbar {
  position: fixed;
  top: 0;
  left: 0;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: 100%;
  background: rgba(255, 255, 255, .9);
  height: 30px;
  padding: 0 10px;
}

.controlbar>span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  border-radius: 50%;
  cursor: pointer;
  align-self: center;
  background: rgba(0, 0, 0, .3);
  color: #fff;
  font-size: .8rem;
  transition: background .3s
}

.controlbar>span:hover {
  background: rgba(0, 0, 0, .5);
}

/* ----------------------------------------------
 * Generated by Animista on 2021-6-8 10:46:52
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-in-left
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-left {
  0% {
    transform: scale(0);
    transform-origin: 0% 50%;
    opacity: 1;
  }

  100% {
    transform: scale(1);
    transform-origin: 0% 50%;
    opacity: 1;
  }
}

@keyframes scale-in-left {
  0% {
    transform: scale(0);
    transform-origin: 0% 50%;
    opacity: 1;
  }

  100% {
    transform: scale(1);
    transform-origin: 0% 50%;
    opacity: 1;
  }
}

#popupcontainer {
  width: 100vw;
  height: 100vh;
  z-index: 622;
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  /* display: inline-flex;
      justify-content: flex-start;
      flex-direction: row;
      flex-wrap: wrap; */
  display: none;
  /* padding: 20px; */
  /* background: rgba(0,0,0,.8); */
  position: fixed;
  box-shadow: none;
  background: none;
  border: none;
  /* overflow: visible; */
  /* padding: calc((100vh - 500px) / 2) calc((100vw - 1200px) / 2); */
  padding: 10px;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

#popupcontainer img {
  width: 100%;
  /* object-fit: cover; */
  margin-bottom: 10px;
  cursor: pointer;
  box-shadow: -10px 10px 38px 0 rgba(1, 1, 1, .53);
}

.popup {
  position: relative;
  background: #fff;
  display: inline-flex;
  justify-content: flex-start;
  box-shadow: -10px 10px 38px 0 rgba(1, 1, 1, .53);
  overflow: hidden;
  flex-direction: column;
  padding: 20px;
  /* transition: all .3s */
}

.popup:hover {
  box-shadow: -10px 10px 38px 0 rgba(1, 1, 1, .63);
}

.popup h2,
.popup h3 {
  color: #222;
  font-weight: bold;
  margin: 0;
  margin-bottom: 20px
}

.popup h2 span,
.popup h3 span {
  width: auto;
  padding: 10px !important;
  font-size: 3rem;
  display: inline-block;
  background: #fff
}

.popup h3 span {
  font-size: 2.5rem
}

.popup#pu6 h2,
.popup#pu3 h2,
.popup#pu4 h2 {
  text-align: right;
}

.popup#pu5 p {
  width: 50%;
  color: #fff !important
}

.popup#pu3 h2 span {
  background: #DEB959;
  color: #fff
}

.popup#pu1 h2 span {
  background: #3C4D62;
  color: #fff
}

.popup#pu1 h3 span {
  background: #0A1017;
  color: #fff
}

.popup img {
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  max-width: 120%;
  height: auto;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.popup#pu5 img {
  top: -100px
}

.popup#pu6 img {
  top: -50px
}

.popup#pu1 p {
  position: absolute;
  bottom: 10px;
  width: calc(100% - 20px);
  color: #fff;
  font-size: .9rem;
  left: 10px;
  text-align: center;
}

.popup#pu2 p {
  position: absolute;
  bottom: 10px;
  width: calc(100% - 20px);
  color: #fff;
  font-size: .8rem;
  left: 10px;
  text-align: center;
}

.popup#pu6 h2 {
  flex-direction: column;
  display: inline-flex;
  align-self: flex-end;
  position: absolute;
  bottom: 0;
  top: auto
}

textarea#mailreply {
  width: 100%;
  height: 350px;
  font-size: .9rem;
  font-family: sans-serif;
  line-height: 120%;
  padding: 10px
}

.popup#pu3 p {
  position: absolute;
  bottom: 10px;
  width: calc(100% - 20px);
  font-size: .8rem;
  left: 10px;
  text-align: center;
}

.popup#pu4 p {
  text-align: right;
  font-size: .8rem;
  margin-top: 0px;
  color: #fff
}

.popup#pu5 p {
  font-size: .8rem;
  margin-top: 0px;
  color: #fff
}

.popup#pu6 p {
  display: none
}

.order1 {
  order: 1
}

.order2 {
  order: 2
}

.order3 {
  order: 3
}

.popup>span {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  padding: 2px 3px;
  cursor: pointer;
  z-index: 3
}

#popupcontainer>div:nth-child(1) {
  margin-right: 1%;
  height: 100%;
  width: 30%;
  margin-right: 1%;
  height: 110%;
  width: 30%;
  margin-top: -3%;
}

#popupcontainer>div:nth-child(3) .popup:nth-child(1) {
  margin-top: -3%
}

#popupcontainer>div:nth-child(2) {
  width: 25%;
  margin-right: 0%;
  height: 109%;
  display: inline-flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: stretch;
  align-content: stretch;
  position: relative;
  right: -1px;
  top: -13px;
}

#popupcontainer>div:nth-child(3) {
  width: 43%;
  margin-right: 0%;
  height: 103%;
  display: inline-flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: stretch;
  align-content: stretch;
  position: absolute;
  top: 0;
  right: -3px;
}

#popupcontainer>div:nth-child(2) .popup {
  height: 49%;
  width: 100%;
}

#popupcontainer>div:nth-child(2) .popup:first-of-type {
  margin-bottom: 4%
}

#popupcontainer>div:nth-child(3) .popup {
  height: 38%;
  width: 100%;
}

#popupcontainer>div:nth-child(3) .popup:nth-child(1),
#popupcontainer>div:nth-child(3) .popup:nth-child(2) {
  margin-bottom: 3%
}

#popupcontainer>div:nth-child(3) .popup:nth-child(2) {
  position: relative;
  right: -6px
}

#popupcontainer.openpopup {
  display: inline-flex;
  display: block
}

#popupcontainer.openpopup #pu1 {
  -webkit-animation: popup .7s cubic-bezier(0, 0, 0.99, 0.13) 1s both;
  animation: popup .7s cubic-bezier(0, 0, 0.99, 0.13) 1s both;
}

#popupcontainer.openpopup #pu2 {
  -webkit-animation: popup .7s cubic-bezier(0, 0, 0.99, 0.13) 1.3s both;
  animation: popup .7s cubic-bezier(0, 0, 0.99, 0.13) 1.3s both;
}

#popupcontainer.openpopup #pu5 {
  -webkit-animation: popup .7s cubic-bezier(0, 0, 0.99, 0.13) 1.1s both;
  animation: popup .7s cubic-bezier(0, 0, 0.99, 0.13) 1.1s both;
}

#popupcontainer.openpopup #pu4 {
  -webkit-animation: popup .5s cubic-bezier(0, 0, 0.99, 0.13) 1.2s both;
  animation: popup .5s cubic-bezier(0, 0, 0.99, 0.13) 1.2s both;
}

#popupcontainer.openpopup #pu6 {
  -webkit-animation: popup .5s cubic-bezier(0, 0, 0.99, 0.13) 1.2s both;
  animation: popup .5s cubic-bezier(0, 0, 0.99, 0.13) 1.2s both;
}

#popupcontainer.openpopup #pu3 {
  -webkit-animation: popup .5s cubic-bezier(0, 0, 0.99, 0.13) 1.5s both;
  animation: popup .5s cubic-bezier(0, 0, 0.99, 0.13) 1.5s both;
}

#pu3 {
  height: 30% !important
}

#popupcontainer>div p,
#popupcontainer>div h2,
#popupcontainer>div h3 {
  position: relative;
  z-index: 2
}

@-webkit-keyframes popup {
  0% {
    transform: scale(0);
  }

  90% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes popup {
  0% {
    transform: scale(0);
  }

  90% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

#helpbox {
  background: #fff;
  clip-path: polygon(0% 0%, 100% 0%, 100% 91%, 75% 91%, 75% 100%, 66% 92%, 0 92%);
  width: 250px;
  height: auto;
  padding: 20px;
  padding-bottom: 40px;
  border-radius: 5px;
  font-size: .8rem;
  position: fixed;
  bottom: 180px;
  right: 20px;

display: none;



}

body.login #helpbox {
  bottom: 130px
}

#helpbox.open {
  display: block;
  -webkit-animation: tilt-in-fwd-tr 0.1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: tilt-in-fwd-tr 0.1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

#helpbox strong, #helpbox p {
  margin-bottom: 10px;
  display: block;
}

#helpbox p {
  line-height: 120%
}

/* ----------------------------------------------
 * Generated by Animista on 2021-7-4 15:35:31
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tilt-in-fwd-tr
 * ----------------------------------------
 */
@-webkit-keyframes tilt-in-fwd-tr {
  0% {
    -webkit-transform: rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
            transform: rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
            transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}
@keyframes tilt-in-fwd-tr {
  0% {
    -webkit-transform: rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
            transform: rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
            transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}


#clippy {
  position: fixed;
  bottom: 60px;
  right: 20px;
  width: auto;
  height: 115px;
  cursor: pointer;
  -webkit-animation: .5s bounce-in-top 1.1s both;
	        animation: .5s bounce-in-top 1.1s both;
}

.login #clippy {
  bottom: 5px;
}

.bounce-in-top {
	-webkit-animation: bounce-in-top 1.1s both;
	        animation: bounce-in-top 1.1s both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-7-4 15:27:33
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-in-top
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}



#taskbar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  padding: 5px 5px;
  background: #1b1b1b;
  background: rgba(255, 255, 255, .6);
  /* filter: blur(2px); */
  display: inline-flex;
  flex-direction: row;
  height: 55px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  box-shadow: 0 14px 25px rgb(0 0 0 / 56%);
  z-index: 22;
  border-top: 2px solid rgba(255, 255, 255, .7);
}

body.login #taskbar {
  display: none;
}

#taskbar img {
  height: 27px;
  align-self: center;
  padding: 0 20px;
  mix-blend-mode: difference;
  cursor: pointer
}

#taskbar>div>span {
  border-radius: 5px;
  margin-right: 10px;
  padding: 10px;
  background: rgba(255, 255, 255, .6);
  color: #fff;
  color: #1b1b1b;
  transition: color, background .3s;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  /* filter: blur(-2px); */
}

#taskbar>div>span i {
  /* color: #1b1b1b; */
  font-size: 1.2rem
}

#taskbar>div>span i+span {
  font-size: .8rem;
  margin-left: 10px;
}

#taskbar>div>span:hover,
#taskbar>div>span.active {
  color: rgba(255, 255, 255, .8);
  background: rgba(14, 14, 14, .5);
}

#taskbar .digital-clock {
  border-radius: 5px;
  padding: 10px;
  color: rgba(255, 255, 255, .8);
  background: rgba(14, 14, 14, .5);
  cursor: default;
}

main>i.active {
  -webkit-animation: jello-vertical 0.9s both;
  animation: jello-vertical 0.9s both;
}


#tv {
  padding: 0;
  margin: 0;
  width: 100vw;
  height: 100vh;
}
#tv {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  z-index: 500;
  -webkit-animation: flicker-in-1 2s linear 2 both;
	        animation: flicker-in-1 2s linear 2 both;
          display: none;
          pointer-events: none

}

.flicker-in-1 {
	-webkit-animation: flicker-in-1 2s linear 2 both;
	        animation: flicker-in-1 2s linear 2 both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-6-18 12:44:27
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * @animation flicker-in-1
 * ----------------------------------------
 */
@-webkit-keyframes flicker-in-1 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  10.1% {
    opacity: 1;
  }
  10.2% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  20.1% {
    opacity: 1;
  }
  20.6% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  30.1% {
    opacity: 1;
  }
  30.5% {
    opacity: 1;
  }
  30.6% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  45.1% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  55.1% {
    opacity: 0;
  }
  57% {
    opacity: 0;
  }
  57.1% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  60.1% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  65.1% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  75.1% {
    opacity: 0;
  }
  77% {
    opacity: 0;
  }
  77.1% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  85.1% {
    opacity: 0;
  }
  86% {
    opacity: 0;
  }
  86.1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flicker-in-1 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  10.1% {
    opacity: 1;
  }
  10.2% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  20.1% {
    opacity: 1;
  }
  20.6% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  30.1% {
    opacity: 1;
  }
  30.5% {
    opacity: 1;
  }
  30.6% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  45.1% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  55.1% {
    opacity: 0;
  }
  57% {
    opacity: 0;
  }
  57.1% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  60.1% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  65.1% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  75.1% {
    opacity: 0;
  }
  77% {
    opacity: 0;
  }
  77.1% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  85.1% {
    opacity: 0;
  }
  86% {
    opacity: 0;
  }
  86.1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}



/* ----------------------------------------------
 * Generated by Animista on 2021-6-7 16:39:54
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-vertical
 * ----------------------------------------
 */
@-webkit-keyframes jello-vertical {
  0% {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(0.75, 1.25, 1);
  }

  40% {
    transform: scale3d(1.25, 0.75, 1);
  }

  50% {
    transform: scale3d(0.85, 1.15, 1);
  }

  65% {
    transform: scale3d(1.05, 0.95, 1);
  }

  75% {
    transform: scale3d(0.95, 1.05, 1);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes jello-vertical {
  0% {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(0.75, 1.25, 1);
  }

  40% {
    transform: scale3d(1.25, 0.75, 1);
  }

  50% {
    transform: scale3d(0.85, 1.15, 1);
  }

  65% {
    transform: scale3d(1.05, 0.95, 1);
  }

  75% {
    transform: scale3d(0.95, 1.05, 1);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

.popup h2 span,
.popup h3 span {
  font-size: 2.3rem;
  margin-bottom: -5px;
}

.popup h3 span {
  font-size: 1.8rem
}

.popup#pu6 img {
  top: -20px
}

.popup#pu3 h2 span {
  font-size: 1.8rem;
  padding: 5px !important
}

.shake-horizontal {

	-webkit-animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-6-10 21:3:2
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shake-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes shake-horizontal {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    transform: translateX(10px);
  }
  80% {
    transform: translateX(8px);
  }
  90% {
    transform: translateX(-8px);
  }
}
@keyframes shake-horizontal {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    transform: translateX(10px);
  }
  80% {
    transform: translateX(8px);
  }
  90% {
    transform: translateX(-8px);
  }
}

.Message {
  display: table;
    position: absolute;
    margin: 40px auto 0;
    width: 500px;
    background-color: #0074D9;
    color: #fff;
    transition: all 0.2s ease;
    right: 20px;
    top: -20px;

	-webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;

}
.Message.is-hidden {
  opacity: 0;
  height: 0;
  font-size: 0;
  padding: 0;
  margin: 0 auto;
  display: block;
}

.Message--orange {
  background-color: #F39C12;
}

.Message--red {
  background-color: #FF4136;
}

.Message--green {
  background-color: #2ECC40;
}

.Message-icon {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
  padding: 30px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.25);
}
.Message-icon > i {
  width: 20px;
  font-size: 20px;
}

.Message-body {
  display: table-cell;
  vertical-align: middle;
  padding: 30px 20px 30px 10px;
}
.Message-body > p {
  line-height: 1.2;
  margin-top: 6px;
}

.Message-button {
  position: relative;
  margin: 15px 5px -10px;
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px rgba(0, 0, 0, 0.4);
  border: none;
  padding: 10px 15px;
  font-size: 16px;
  font-family: "Source Sans Pro";
  color: #fff;
  outline: none;
  cursor: pointer;
}
.Message-button:hover {
  background: rgba(0, 0, 0, 0.3);
}
.Message-button:active {
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0 0px rgba(0, 0, 0, 0.4);
  top: 3px;
}

.Message-close {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  border: none;
  outline: none;
  font-size: 20px;
  right: 5px;
  top: 5px;
  opacity: 0;
  cursor: pointer;
}
.Message:hover .Message-close {
  opacity: 1;
}
.Message-close:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.u-italic {
  font-style: italic;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-6-21 12:51:43
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
