body {
  /*background-color: rgb(244, 91, 105) !important;*/
  font-family: "Asap", sans-serif !important;
}

.login {
  overflow: hidden;
  background-color: white;
  padding: 40px 30px 30px 30px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42% !important;
  min-width: 300px !important;
  transform: translate(-50%, -50%);
  transition: transform 300ms, box-shadow 300ms;
  box-shadow: 5px 10px 10px rgba(2, 128, 144, 0.2);
}
.login::before, .login::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border-top-left-radius: 40%;
  border-top-right-radius: 45%;
  border-bottom-left-radius: 35%;
  border-bottom-right-radius: 40%;
  z-index: -1;
}
.login::before {
  left: 40%;
  bottom: -24%;
  background-color: rgba(69, 105, 144, 0.15);
  animation: wawes 6s infinite linear;
}
.login::after {
  left: 31%;
  bottom: -20%;
  background-color: rgba(2, 128, 144, 0.2);
  animation: wawes 7s infinite;
}
.login > input {
  font-family: "Asap", sans-serif;
  display: block;
  border-radius: 5px;
  font-size: 16px;
  background: white;
  width: 100%;
  border: 0;
  padding: 10px 10px;
  margin: 15px -10px;
}
.login > button {
  font-family: "Asap", sans-serif;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  width: 80px;
  border: 0;
  padding: 10px 0;
  margin-top: 10px;
  margin-left: -5px;
  border-radius: 5px;
  background-color: rgb(244, 91, 105);
  transition: background-color 300ms;
}
.login > button:hover {
  background-color: #f24353;
}
.login .svgContainer {
  width: 32%;
  height: inherit;
  margin: 0px auto 30px auto;
}

@keyframes wawes {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.emp-profile {
  padding: 3%;
  margin-top: 3%;
  margin-bottom: 3%;
  border-radius: 0.5rem;
  background: #fff;
  width: 59% !important;
  min-width: 300px;
}

.profile-head h6 {
  color: #0062cc;
}

.proile-rating {
  font-size: 12px;
  color: #818182;
  margin-top: 5%;
}

.proile-rating span {
  color: #495057;
  font-size: 15px;
  font-weight: 600;
}

.profile-head .nav-tabs {
  margin-bottom: 5%;
}

.profile-head .nav-tabs .nav-link {
  font-weight: 600;
  border: none;
}

.profile-head .nav-tabs .nav-link.active {
  border: none;
  border-bottom: 2px solid #0062cc;
}

.profile-work {
  padding: 14%;
  margin-top: -15%;
}

.profile-work p {
  font-size: 12px;
  color: #818182;
  font-weight: 600;
  margin-top: 10%;
}

.profile-work a {
  text-decoration: none;
  color: #495057;
  font-weight: 600;
  font-size: 14px;
}

.profile-work ul {
  list-style: none;
}

.profile-tab label {
  font-weight: 600;
}

.profile-tab p {
  font-weight: 600;
  color: #0062cc;
}

.logout_a a, .logout_a button {
  font-family: "Asap", sans-serif;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 8px;
  margin-top: 10px;
  margin-left: -5px;
  border-radius: 5px;
  background-color: rgb(244, 91, 105);
  transition: background-color 300ms;
  font-weight: normal;
  float: right;
  border: none;
}
.logout_a a:hover, .logout_a button:hover {
  background-color: #f24353;
  color: white;
  text-decoration: none;
}

.profile-head h3 {
  color: #0062cc;
}

td {
  font-weight: normal;
}

.generate_slip .buttonDownload {
  display: inline-block;
  position: relative;
  padding: 7px 25px;
  background-color: #4CC713;
  color: white;
  font-family: sans-serif;
  text-decoration: none;
  font-size: 0.9em;
  text-align: center;
  text-indent: 15px;
  border: none;
}
.generate_slip .buttonDownload:hover {
  background-color: #45a21a;
  color: white;
}
.generate_slip .buttonDownload:before, .generate_slip .buttonDownload:after {
  content: " ";
  display: block;
  position: absolute;
  left: 15px;
  top: 52%;
}
.generate_slip .buttonDownload:before {
  width: 10px;
  height: 2px;
  border-style: solid;
  border-width: 0 2px 2px;
}
.generate_slip .buttonDownload:after {
  width: 0;
  height: 0;
  margin-left: 1px;
  margin-top: -7px;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: transparent;
  border-top-color: inherit;
  animation: downloadArrow 1s linear infinite;
  animation-play-state: paused;
}
.generate_slip .buttonDownload:hover:before {
  border-color: #cdefbd;
}
.generate_slip .buttonDownload:hover:after {
  border-top-color: #cdefbd;
  animation-play-state: running;
}
@keyframes downloadArrow {
  0% {
    margin-top: -7px;
    opacity: 1;
  }
  0.001% {
    margin-top: -15px;
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    margin-top: 0;
    opacity: 0.4;
  }
}

@media print {
  .print_button {
    visibility: hidden;
  }
}/*# sourceMappingURL=style.css.map */