body {
  background-color: #f5f6fa;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.2rem;
  animation: transitionIn 0.2s;
}

@keyframes transitionIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.menu {
  position: fixed;
  top: 0;
  background-image: linear-gradient(135deg, #1b4f8b 0%, #1a4e88 100%);
  padding: 20px;
  z-index: 2;
  border-radius: 0px 0px 10px 0px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: white;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
.main-container {
  margin: auto;
  background-color: white;
  width: 100%;
  max-width: 600px;
  min-height: 100vh;
  text-align: center;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(184, 184, 184, 1);
  -moz-box-shadow: 0px 0px 5px 1px rgba(184, 184, 184, 1);
  box-shadow: 0px 0px 5px 1px rgba(184, 184, 184, 1);
  background: rgb(13, 51, 93);
  background: linear-gradient(
    0deg,
    rgba(13, 51, 93, 1) 0%,
    rgba(26, 80, 139, 1) 100%
  );
  color: white;
  padding-top: 20px;
  position: relative;
}

.field {
  position: relative;
  width: 100%;
}
.padding-top-80 {
  padding-top: 80px;
}
.padding-top-10 {
  padding-top: 10px;
}
.logo-utama {
  height: 100px;
  width: auto;
  display: block;
  margin: auto;
}
.notifikasi {
  text-align: left;
  font-style: italic;
  font-size: 10px;
}
.td-space {
  padding-right: 10px;
  padding-left: 10px;
}
.td-space-utama {
  padding-right: 10px;
  padding-left: 10px;
  color: white;
}
.table-id {
  background-image: linear-gradient(to right, #68b0ab, #8fc0a9);
  border-radius: 5px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  color: white;
  width: 100%;
  position: relative;
  z-index: 1;
}

.table-password {
  background: rgb(120, 104, 230);
  background: linear-gradient(
    90deg,
    rgba(120, 104, 230, 1) 0%,
    rgba(150, 146, 253, 1) 100%
  );
  border-radius: 5px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  color: white;
  width: 100%;
  position: relative;
  z-index: 1;
}

.success {
  padding: 20px;
  background-color: #91d18b;
  color: white;
}
.warning {
  padding: 20px;
  background-color: #ffc75f;
  color: white;
  display: none;
}
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.closebtn:hover {
  color: black;
}
#map {
  height: 400px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}
.location {
  font-size: 8px;
  text-align: left;
}
.location-hidden {
  visibility: hidden;
}
.menu-absensi {
  background-color: #ff7171;
  margin: auto;
  color: white;
  border-radius: 5px;
  width: 100%;
  height: 150px;
}
.menu-penugasan {
  background-color: #91d18b;
  margin: auto;
  color: white;
  border-radius: 5px;
  width: 100%;
  height: 150px;
  padding: 30px;
}
.separator {
  margin: auto;
  padding: 10px;
}
.absensi-img {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.absensi-float {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form-penugasan {
  text-align: left;
}
.timepicker {
  position: absolute;
  z-index: 1000;
  float: left;
  width: 160px;
  padding-bottom: 5px;
  margin: 2px 0 0 0;
  list-style: none;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.time-picker {
  background-color: #8fc0a9;
  border-radius: 5px;
  padding: 7px;
  border-style: hidden;
}
.time-picker-laporan {
  background-color: white;
  color: #ffab73;
  border-radius: 5px;
  padding: 7px;
  border-style: hidden;
}
.penugasan-xhari {
  display: none;
}
.btn-primary {
  padding: 10px;
  border-style: hidden;
}
.tgl-history {
  text-align: left;
  background-image: linear-gradient(to right, #ffab73, #ffd384);
  padding: 10px;
  color: white;
  border-radius: 5px;
  width: 100%;
}
.table {
  border-collapse: collapse;
}
.logout {
  position: absolute;
  right: 0;
}

.round-right {
  border-radius: 5px 0px 0px 5px;
}

.navigation {
  background: rgb(255, 238, 147);
  background: linear-gradient(
    270deg,
    rgba(255, 238, 147, 1) 0%,
    rgba(245, 215, 130, 1) 100%
  );
  color: white;
  text-align: left;
  padding: 20px;
  border-radius: 30px;
  width: 100%;
}
a {
  color: white;
}
.a-custom {
  color: #03506f;
}
.acc-config {
  float: right;
  font-size: 15px;
}
.container-menu {
  background: white;
  border-radius: 40px 40px 0 0;
  color: black;
  padding: 10px;
  min-height: 72vh;
  transition: 0.25s;
}
.input-group-text {
  border-right: 0px;
  border-left: 0px;
}
.no-border {
  border: 0;
  padding: 30px;
  border-radius: 30px;
  background: #f5f5f5;
}
.fa-no-border {
  border: 0;
  background: #f5f5f5;
  border-radius: 30px;
  padding-left: 20px;
}

.fa-no-border2 {
  border: 0;
  background: #f5f5f5;
  border-radius: 30px;
  padding-right: 20px;
}

.round {
  border-radius: 30px;
  padding: 20px;
}
.copyright {
  text-align: right;
  font-size: 10px;
  padding: 5px;
  color: white;
}
.no-border {
  border: 0;
  padding: 30px;
  border-radius: 30px;
  background: #f5f5f5;
}
.fa-no-border {
  border: 0;
  background: #f5f5f5;
  border-radius: 30px;
  padding-left: 20px;
}
.round {
  border-radius: 30px;
  padding: 20px;
}

.field {
  position: relative;
  min-height: 400px;
}

.padding-left-right-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.padding-top-10 {
  padding-top: 10px;
}

.relative {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.img-login {
  bottom: 30px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  opacity: 40%;
}

.img-absensi {
  position: absolute;
  right: 0;
  bottom: 100px;
  opacity: 85%;
  width: 100%;
  max-width: 400px;
  z-index: 0;
}
.absen-data {
  position: relative;
  color: #fed049;
  font-weight: bold;
}
.belum-absen {
  background-color: #ff7171;
  border-radius: 30px;
  color: white;
  padding: 5px;
}
.sudah-absen {
  background-color: #9ecca4;
  border-radius: 30px;
  color: white;
  padding: 5px;
}
.bg-white {
  background-color: white;
  border-radius: 5px;
  opacity: 80%;
  color: maroon;
}
.menu-lap-absensi {
  background-color: #b8b5ff;
  margin: auto;
  color: white;
  border-radius: 5px;
  width: 100%;
  height: 150px;
  padding: 30px;
}
.menu-lap-penugasan {
  background-color: #ffe05d;
  margin: auto;
  color: white;
  border-radius: 5px;
  width: 100%;
  height: 150px;
  padding: 30px;
}
.logo-brand {
  position: relative;
  left: 10px;
  width: 30px;
  top: 3px;
}
.img-brand {
  position: absolute;
  width: 75%;
  height: auto;
  left: 0;
}
.img-profile {
  position: absolute;
  border-radius: 50%;
  object-position: 20% 30%;
  width: 120px;
  height: 120px;
  object-fit: cover;
  z-index: 2;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 10px;
  border: 5px solid #79b7aa;
}

.z-index-1 {
  position: relative;
  z-index: 1;
}

.text-style {
  color: maroon;
}

.width-full {
  width: 100%;
}

.tb-100 {
  height: 50px;
  width: 100%;
}

.yes-no {
  width: 50%;
}

.label-mini {
  position: absolute;
  top: 5px;
  left: 40px;
  z-index: -1;
  font-size: 12px;
  font-size: 0.75rem;
  opacity: 0;
  /*transition: top 200ms, opacity 200ms;*/
  color: rgb(13, 51, 93);
}

.label-mini.floating {
  top: -10px;
  z-index: 1;
  padding: 0 3px;
  opacity: 1;
  border-radius: 10px;
}

.img-fit {
  object-fit: cover;
  width: 100%;
}

.border-white {
  color: white;
  border-color: white;
  border-radius: 5px;
}

.alert-success {
  color: white;
}

.alert-danger {
  color: white;
}
