/****************************
    * HRMIS
    * Version: 1.0
    * Developed By: Priyabrata Senapati
********************************/

.flex{display: flex; justify-content: center;}
.flex-1{flex:1;}
.flex-2{flex:2;}
.flex-3{flex:3;}
.flex-4{flex:4;}
.flex-5{flex:5;}
.flex-auto{flex:auto;}
.w-400{width: 400px;}

.hoding {
    padding: 30px;
    text-align: center;
    position: relative;
}
.hoding:before {
    content: "";
    display: inline-block;
    width: 380px;
    margin-left: -190px;
    border: 20px solid #fff;
    border-bottom: 0;
    height: 100px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    border-radius: 10px 10px 0 0;
}
.hoding img {
    width: 300px;
    position: relative;
    top: -10px;
    background: #fff;
    border-radius: 10px;
    padding: 5px 10px;
    box-shadow: 1px 1px 10px #0005;
}
.bday-btn {
    align-items: center;
    position: relative;
    cursor: pointer;
}
.bday-btn:after {content: "";display: block;width: 10px;background:-webkit-linear-gradient(top, #5c00ff, #7527ff);height: 100%;border-radius: 10px 0 0 10px;}
.bday-btn:before {
    content: "";
    display: block;
    width: 50px;
    height: 100px;
    background: -webkit-linear-gradient(top, #5c00ff, #7527ff);
    border-radius: 10px 0 0 10px;
    margin-left: -50px;
}
.bday-btn i {
    color: #fff;
    background: -webkit-linear-gradient(top, #5c00ff, #7527ff);
    font-size: 40px;
    padding: 30px 10px 30px 30px;
    border-radius: 50% 0 0 50%;
}
.flex-auto.w-0 {
    width: 0px;
    flex: none;
}
.bday-block {
    overflow: hidden;
    width: 0px;
    transition: all 0.3s;
}
.bday-block.open { width: 480px; }

.hero {
    background-color: #b68ffb;
    position: fixed;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
    width: 100vw;
    top: 0;
    left: 0;
}
/*.hero__title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  z-index: 1;
}*/

.cube {
  position: absolute;
  top: 80vh;
  left: 45vw;
  width: 10px;
  height: 10px;
  border: solid 1px #833cff;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  -webkit-animation: cube 12s ease-in forwards infinite;
          animation: cube 12s ease-in forwards infinite;
}
.cube:nth-child(2n) {
  border-color: #643ea7;
}
.cube:nth-child(2) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  left: 25vw;
  top: 40vh;
}
.cube:nth-child(3) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  left: 75vw;
  top: 50vh;
}
.cube:nth-child(4) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
  left: 90vw;
  top: 10vh;
}
.cube:nth-child(5) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
  left: 10vw;
  top: 85vh;
}
.cube:nth-child(6) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
  left: 50vw;
  top: 10vh;
}

@-webkit-keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}

@keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}


/** CAKE */
.cake {
    width: 270px;
    height: 270px;
    display: flex;
    flex-direction: column;
    transform-style: preserve-3d;
    transform: rotateY(0) scale(.2);
    position: absolute;
    margin-left: -20px;
  }

  .body {
    height: 120px;
    border-radius: 20px 20px 0 0;
    background: #ff0059;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    /* for safari border-radius overflow and transform fix */
    -webkit-mask-image: -webkit-radial-gradient(white, black);
  }

  .tray {
    width: 100%;
    height: 3px;
    background: #cac9c9;
    box-shadow: 0px 5px 0px 2px #9E9E9E;
  }

  .cream {
    height: 32px;
    background: #fff;
    width: 100%;
  }

  .cream-wrap {
    display: inline-block;
    width: 100%;
    animation: rotate-cake 8s linear infinite;
  }

  .--copy {
    animation: rotate-cake2 8s linear infinite;
    animation-delay: -4s;

    left: -35px;
    position: relative;
  }

  .cream-line {
    width: 30px;
    height: 60px;
    background: #fff;
    border-radius: 0 0 20px 20px;
    box-shadow: inset 0px -7px 0px 0px #e5e5e6;
    position: absolute;
    top: 29px;
    left: 0;
  }

  .cream-line:nth-child(2) {
    left: 60px;
    height: 65px;
  }

  .cream-wrap:not(.--copy) .cream-line:nth-child(2) {
    left: 60px;
    height: 65px;
    animation: cream-low 8s linear infinite;
  }

  .cream-line:nth-child(6) {
    left: 120px;
    height: 67px;
  }

  .cream-line:nth-child(8) {
    left: 180px;
    height: 80px;
  }

  .cream-line:nth-child(10) {
    left: 240px;
    height: 60px;
  }

  .cream-line-top {
    left: 30px;
    height: 30px;
    top: 32px;
    position: absolute;
    width: 30px;
    background: white;
  }

  .cream-line-top:nth-child(5) {
    left: 90px;
    top: 15px;
  }

  .cream-line-top:nth-child(7) {
    left: 150px;
    top: 22px;
  }

  .cream-line-top:nth-child(9) {
    left: 210px;
    top: 22px;
  }

  /* the joining one */
  .cream-line-top:nth-child(11) {
    left: 270px;
    top: 0px;
    width: 32px;
  }

  .cream-line-top:nth-child(11)>.mask {
    width: 98%;
  }

  .cream-line-top .mask {
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    background: #ff0054;
    top: 20px;
    border-radius: 50% 50% 0 0;
    box-shadow: 0px -7px 0px 0px #e5e5e6;
  }

  .candles {
    height: 150px;
    display: flex;
    justify-content: space-evenly;
    width: 80%;
    margin: 0 auto;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    animation: turn infinite linear 5s;
    animation-play-state: running;
  }

  .candle {
    width: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transform-style: preserve-3d;
    transform: rotateY(0);
    animation: turn1 infinite linear 5s;
    animation-play-state: running;
    overflow: hidden;
  }

  .candle::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.15);
    width: 100%;
    bottom: 0;
    height: 15px;
    left: 0;
    z-index: 1;
  }

  .candle--wax {
    display: flex;
    height: 80%;
    flex: 1;
    width: 100%;
    border-radius: 20px 20px 0 0;
    background: repeating-linear-gradient(-50deg, #6ae59f, #6ae59f 20px, #68c7fb 20px, #68c7fb 40px);
    background-position: 0 0;
    animation: candle infinite linear 2.5s;
  }

  .candle--wick {
    display: flex;
    height: 4px;
    width: 2px;
    background: #afdbf8;
  }

  .candle--light {
    display: flex;
    width: 40%;
    height: 20px;
    border-radius: 0 60% 30% 60%;
    transform: translate(21%, 6%) rotate(45deg);
    background-image: linear-gradient(-45deg, #fdf967, rgba(253, 249, 103, 0.69));
    animation: candleLight infinite linear 1s;
  }

  .has-shadow .candle--wax::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    bottom: 0;
    left: 0;
    height: 100%;
    animation: shadow infinite linear 2.5s;
    border-radius: 20px 20px 0 0;
  }

  .has-shadow.back .candle--wax::before {
    animation: shadow-back infinite linear 5s;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 20px 20px 0 0;
  }

  .has-shadow.front .candle--wax::before {
    animation: shadow-back infinite linear 5s;
    background: rgba(0, 0, 0, 0.3);
    animation-delay: -2.5s;
    border-radius: 20px 20px 0 0;
  }

  .has-shadow .candle--wax {
    overflow: hidden;
    overflow: hidden;
    position: relative;
  }


  @keyframes turn {
    0% {
      transform: rotateY(360deg);
    }

    100% {
      transform: rotateY(0deg);
    }
  }

  @keyframes turn1 {
    0% {
      transform: rotateY(-360deg);
    }

    100% {
      transform: rotateY(0deg);
    }
  }

  @keyframes candle {
    0% {
      background-position: 0 0;
    }

    100% {
      background-position: 0 -120px;
    }
  }

  @keyframes candleLight {
    0% {
      transform: translate(21%, 6%) rotate(45deg);
    }

    50% {
      transform: translate(21%, 6%) rotate(33deg);
    }

    100% {
      transform: translate(21%, 6%) rotate(45deg);
    }
  }

  @keyframes rotate-cake {
    from {
      transform: translateX(100%);
    }

    to {
      transform: translateX(-100%);
    }
  }

  @keyframes rotate-cake2 {
    from {
      transform: translateX(0%);
    }

    to {
      transform: translateX(-200%);
    }
  }

  @keyframes cream-low {
    0% {
      height: 65px;
    }

    25% {
      height: 90px;
    }

    50% {
      height: 90px;
    }

    100% {
      height: 90px;
    }
  }

  @keyframes shadow {
    0% {
      opacity: 0;
    }

    50% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }

  @keyframes shadow-back {
    0% {
      opacity: 0;
    }

    25% {
      opacity: 1;
    }

    50% {
      opacity: 0;
    }

    100% {
      opacity: 0;
    }
  }
.container-login100 a {
  position: relative;
  bottom: 0px;
  left: 10px;
  text-decoration: none;
  color: #000;
}
/* end Cake*/