@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #f1f9fe;
}

.m-4-5 {
  margin: 2rem !important;
}

.mt-4-5,
.my-4-5 {
  margin-top: 2rem !important;
}

.mr-4-5,
.mx-4-5 {
  margin-right: 2rem !important;
}

.mb-4-5,
.my-4-5 {
  margin-bottom: 2rem !important;
}

.ml-4-5,
.mx-4-5 {
  margin-left: 2rem !important;
}

.p-4-5 {
  padding: 2rem !important;
}

.pt-4-5,
.py-4-5 {
  padding-top: 2rem !important;
}

.pr-4-5,
.px-4-5 {
  padding-right: 2rem !important;
}

.pb-4-5,
.py-4-5 {
  padding-bottom: 2rem !important;
}

.pl-4-5,
.px-4-5 {
  padding-left: 2rem !important;
}

@media (min-width: 768px) {
  .p-md-4-5 {
    padding: 2rem !important;
  }

  .pt-md-4-5,
.py-md-4-5 {
    padding-top: 2rem !important;
  }

  .pr-md-4-5,
.px-md-4-5 {
    padding-right: 2rem !important;
  }

  .pb-md-4-5,
.py-md-4-5 {
    padding-bottom: 2rem !important;
  }

  .pl-md-4-5,
.px-md-4-5 {
    padding-left: 2rem !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #041f2f;
}

.text-primary {
  color: #28a3eb !important;
}

.text-secondary {
  color: #6f7bf7 !important;
}

.text-success {
  color: #34c38f !important;
}

.text-warning {
  color: #f1b44c !important;
}

.text-danger {
  color: #f46a6a !important;
}

.text-placeholder {
  color: #adb5bd !important;
}

.text-black {
  color: #041f2f !important;
}

.badge {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.22em;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  text-transform: none;
}

.badge-primary {
  background-color: #28a3eb;
  color: #ffffff;
}

.badge-success {
  background-color: #34c38f;
}

.badge-danger {
  background-color: #f46a6a;
}

.bg-primary {
  background-color: #28a3eb !important;
}

.bg-secondary {
  background-color: #6f7bf7 !important;
}

.bg-success {
  background-color: #34c38f !important;
}

.bg-info {
  background-color: #b2def8 !important;
}

.bg-warning {
  background-color: #f1b44c !important;
}

.bg-danger {
  background-color: #f46a6a !important;
}

.rounded {
  border-radius: 0.5rem !important;
}

.rounded-top {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.rounded-right {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-left {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.btn {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.21em;
  padding: 0.625rem 1rem;
  border-radius: 0.5rem;
}
.btn::hover {
  text-decoration: none;
}

.btn-primary {
  color: #ffffff;
  border-color: #28a3eb;
  background-color: #28a3eb;
  box-shadow: none;
}
.btn-primary:hover {
  color: #ffffff;
  border-color: #28a3eb;
  background-color: #28a3eb;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(40, 163, 235, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  border-color: #28a3eb;
  background-color: #28a3eb;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  border-color: #0d94e2;
  background-color: #0d94e2;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(40, 163, 235, 0.5);
}

.btn-secondary {
  color: #ffffff;
  border-color: #6f7bf7;
  background-color: #6f7bf7;
  box-shadow: none;
}
.btn-secondary:hover {
  color: #ffffff;
  border-color: #6f7bf7;
  background-color: #6f7bf7;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(111, 123, 247, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  border-color: #6f7bf7;
  background-color: #6f7bf7;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  border-color: #4655fc;
  background-color: #4655fc;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(111, 123, 247, 0.5);
}

.btn-success {
  color: #ffffff;
  border-color: #34c38f;
  background-color: #34c38f;
  box-shadow: none;
}
.btn-success:hover {
  color: #ffffff;
  border-color: #34c38f;
  background-color: #34c38f;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(52, 195, 143, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  border-color: #34c38f;
  background-color: #34c38f;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  border-color: #15ac74;
  background-color: #15ac74;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(52, 195, 143, 0.5);
}

.btn-info {
  color: #ffffff;
  border-color: transparent;
  background-color: #b2def8;
  box-shadow: none;
}
.btn-info:hover {
  color: #ffffff;
  border-color: #b2def8;
  background-color: #b2def8;
}

.btn-info_transparent {
  color: #ffffff;
  border-color: transparent;
  background-color: rgba(178, 222, 248, 0.4);
  box-shadow: none;
}
.btn-info_transparent:hover {
  color: #ffffff;
  border-color: #b2def8;
  background-color: #b2def8;
}

.btn-info_transparent2 {
  color: #ffffff;
  border-color: transparent;
  background-color: rgba(178, 222, 248, 0.2);
  box-shadow: none;
}
.btn-info_transparent2:hover {
  color: #ffffff;
  border-color: rgba(178, 222, 248, 0.4);
  background-color: rgba(178, 222, 248, 0.4);
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(178, 222, 248, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  border-color: #b2def8;
  background-color: #b2def8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  border-color: #83cffc;
  background-color: #83cffc;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(178, 222, 248, 0.5);
}

.btn-warning {
  color: #ffffff;
  border-color: #f1b44c;
  background-color: #f1b44c;
  box-shadow: none;
}
.btn-warning:hover {
  color: #ffffff;
  border-color: #f1b44c;
  background-color: #f1b44c;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(241, 180, 76, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #fff;
  border-color: #f1b44c;
  background-color: #f1b44c;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  border-color: #e6a330;
  background-color: #e6a330;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(241, 180, 76, 0.5);
}

.btn-warning_transparent {
  color: #f1b44c;
  border-color: 0;
  background-color: rgba(241, 180, 76, 0.2);
  box-shadow: none;
}
.btn-warning_transparent:hover {
  color: #ffffff;
  border-color: #f1b44c;
  background-color: #f1b44c;
}

.btn-danger {
  color: #ffffff;
  border-color: #f46a6a;
  background-color: #f46a6a;
  box-shadow: none;
}
.btn-danger:hover {
  color: #ffffff;
  border-color: #f46a6a;
  background-color: #f46a6a;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.btn-outline-primary {
  color: #28a3eb;
  border-color: #28a3eb;
  border-width: 2px;
  background-color: transparent;
  background-image: none;
}
.btn-outline-primary:hover {
  color: #ffffff;
  border-color: #28a3eb;
  background-color: #28a3eb;
  box-shadow: none;
}

.btn-outline-secondary {
  color: #6f7bf7;
  border-color: #6f7bf7;
  border-width: 2px;
  background-color: transparent;
  background-image: none;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  border-color: #6f7bf7;
  background-color: #6f7bf7;
  box-shadow: none;
}

.btn-outline-success {
  color: #34c38f;
  border-color: #34c38f;
  border-width: 2px;
  background-color: transparent;
  background-image: none;
}
.btn-outline-success:hover {
  color: #ffffff;
  border-color: #34c38f;
  background-color: #34c38f;
  box-shadow: none;
}

.btn-outline-info {
  color: #b2def8;
  border-color: #b2def8;
  border-width: 2px;
  background-color: transparent;
  background-image: none;
}
.btn-outline-info:hover {
  color: #ffffff;
  border-color: #b2def8;
  background-color: #b2def8;
  box-shadow: none;
}

.btn-outline-warning {
  color: #f1b44c;
  border-color: #f1b44c;
  border-width: 2px;
  background-color: transparent;
  background-image: none;
}
.btn-outline-warning:hover {
  color: #ffffff;
  border-color: #f1b44c;
  background-color: #f1b44c;
  box-shadow: none;
}

.btn-outline-danger {
  color: #f46a6a;
  border-color: #f46a6a;
  border-width: 2px;
  background-color: transparent;
  background-image: none;
}
.btn-outline-danger:hover {
  color: #ffffff;
  border-color: #f46a6a;
  background-color: #f46a6a;
  box-shadow: none;
}

.btn-outline-placeholder {
  color: #adb5bd;
  border-color: #adb5bd;
  border-width: 2px;
  background-color: transparent;
  background-image: none;
}
.btn-outline-placeholder:hover {
  color: #ffffff;
  border-color: #adb5bd;
  background-color: #adb5bd;
  box-shadow: none;
}

.btn-icon {
  border-radius: 0.5rem;
}
.btn-icon .btn-inner--icon .iconify {
  font-size: 1rem;
}
.btn-icon .btn-inner--text:not(:first-child) {
  margin-left: 0.5em;
}

.btn-lg,
.btn-group-lg > .btn {
  font-size: 1.015rem;
  line-height: 1.238rem;
  padding: 0.7rem 0.937rem;
  border-radius: 0.4rem;
}

.btn-sm,
.btn-group-sm > .btn {
  font-size: 0.71125rem;
  line-height: 0.866rem;
  padding: 0.4rem 0.5rem;
  border-radius: 0.2rem;
}

.btn-group .btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-group .iconify {
  font-size: 0.9rem;
}

.dropdown-menu {
  box-shadow: 0px 2px 4px rgba(100, 100, 100, 0.498039);
  border-radius: 2px;
}

.page-item .page-link,
.page-item span {
  font-size: 0.8125rem;
  margin: 0;
  border-radius: 0 !important;
  border: 1px solid #ced4da;
  border-left: 0;
  color: #495057;
  width: 36px;
}
.page-item:first-child .page-link {
  border-radius: 0.25rem 0 0 0.25rem !important;
  border-left: 1px solid #ced4da;
  padding-right: 12px;
  padding-left: 12px;
  width: auto;
}
.page-item:last-child .page-link {
  border-radius: 0 0.25rem 0.25rem 0 !important;
  padding-right: 12px;
  padding-left: 12px;
  width: auto;
}
.page-item.active .page-link {
  box-shadow: none;
}

option {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.21em;
  color: #041f2f;
  margin: 10px;
}
option:first-child {
  margin-top: 0;
}

.table {
  color: #041f2f;
}
.table .thead-light th {
  color: #adb5bd;
  background-color: #f6f9fc;
  border: 0;
}
.table th,
.table td {
  vertical-align: baseline;
}
.table .aksi .iconify {
  color: #28a3eb;
  font-size: 1.5rem;
}

.card {
  background-color: #ffffff;
  box-shadow: none;
  border-radius: 0.5rem;
}

.shadow {
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.1) !important;
}

.form-control[readonly] {
  opacity: 1;
  background-color: #ffff;
}

.form-group {
  margin-bottom: 0;
}

.form-control {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.21em;
  color: #041f2f;
  display: block;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: #041f2f;
  border: 1px solid #c4c4c4;
  box-shadow: none;
  border-radius: 0.5rem;
}

label {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25em;
  color: #041f2f;
}

select {
  background-image: url("https://api.iconify.design/bx/bx-chevron-down.svg?color=%23041F2F");
  background-position: calc(100% - 1.5rem);
  background-repeat: no-repeat;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.date_picker {
  position: relative;
}

.date-input {
  background-color: #fff;
  cursor: default;
}

.date_button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #28a3eb;
  width: 48px;
  height: 100%;
  border-radius: 0 0.5rem 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.date_button .iconify {
  font-size: 1.5rem;
  color: #fff;
}

.loaderScreen-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #242f3f;
  opacity:0.9;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}

#loader {
  display: none;
  margin-top: 10px;
}

ul {
  list-style: none;
}

.pointer {
  cursor: pointer;
}

.form-row {
  display: flex;
  margin-right: 0;
  margin-left: 0;
  flex-wrap: wrap;
}
.form-row > .col, .form-row > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.main-content#panel {
  position: relative;
  min-height: 100vh;
}

.sidenav#sidenav-main {
  background-color: #fff;
}
.sidenav#sidenav-main .sidenav-header .navbar-brand-img {
  max-width: 150%;
  max-height: auto;
}
.sidenav#sidenav-main .sidenav-menu {
  margin-top: 10px;
}
.sidenav#sidenav-main .sidenav-menu .nav-link,
.sidenav#sidenav-main .sidenav-menu .nav-link-submenu {
  border-radius: 0.5rem;
  margin: 0 6px;
  padding: 12.5px 17px;
}
.sidenav#sidenav-main .sidenav-menu .nav-link .iconify,
.sidenav#sidenav-main .sidenav-menu .nav-link-submenu .iconify {
  color: #041f2f;
  font-size: 1rem;
}
.sidenav#sidenav-main .sidenav-menu .nav-link .iconify + .nav-link-text,
.sidenav#sidenav-main .sidenav-menu .nav-link-submenu .iconify + .nav-link-text {
  margin-left: 1.1rem;
}
.sidenav#sidenav-main .sidenav-menu .nav-link .mini_icon,
.sidenav#sidenav-main .sidenav-menu .nav-link-submenu .mini_icon {
  width: calc(1rem + 1.1rem);
}
.sidenav#sidenav-main .sidenav-menu .nav-link .nav-link-text,
.sidenav#sidenav-main .sidenav-menu .nav-link-submenu .nav-link-text {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.22em;
  color: #041f2f;
  display: none;
}
.sidenav#sidenav-main .sidenav-menu .nav-link.aktif,
.sidenav#sidenav-main .sidenav-menu .nav-link-submenu.aktif {
  background-color: #f6f9fc;
}
.sidenav#sidenav-main .sidenav-menu .nav-link.aktif .iconify,
.sidenav#sidenav-main .sidenav-menu .nav-link-submenu.aktif .iconify {
  color: #28a3eb;
}
.sidenav#sidenav-main .sidenav-menu div.nav-link {
  cursor: pointer;
}
.sidenav#sidenav-main .sidenav-menu div.nav-link .nav-link-text::after {
  content: url("https://api.iconify.design/bx/bx-chevron-right.svg");
  margin: auto 0;
  position: absolute;
  right: 25px;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transform: rotate(0deg);
}
.sidenav#sidenav-main .sidenav-menu div.nav-link.open .nav-link-text::after {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transform: rotate(90deg);
}
.sidenav#sidenav-main .sidenav-menu div.nav-link + ul .nav-link-text {
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.22em;
  color: #041f2f;
}

.g-sidenav-show .sidenav#sidenav-main .sidenav-menu .nav-link .mini_icon,
.g-sidenav-show .sidenav#sidenav-main .sidenav-menu .nav-link-submenu .mini_icon {
  opacity: 0;
}
.g-sidenav-show .sidenav#sidenav-main .sidenav-menu .nav-link .nav-link-text,
.g-sidenav-show .sidenav#sidenav-main .sidenav-menu .nav-link-submenu .nav-link-text {
  display: inline;
}

nav#navbar {
  background-color: #b2def8;
  height: 100px;
  border-bottom: 0.5px solid #f1f9fe;
}
nav#navbar #navbarSupportedContent {
  justify-content: space-between;
}
nav#navbar h1 {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.21em;
  color: #041f2f;
}

.dropdown-menu {
  border: 0;
  background: #ffffff;
  border-radius: 0.25rem;
  box-shadow: none;
}
.dropdown-menu i.iconify,
.dropdown-menu i.iconify-inline {
  font-size: 2rem;
}
.dropdown-menu span {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.21em;
  color: #041f2f;
}

.header {
  background-color: #b2def8;
  max-height: 200px;
  min-height: 200px;
}

.page-content {
  position: relative;
  margin-top: -200px;
}
.page-content .padding--big {
  padding: 1.5rem 1.625rem;
}
.page-content .padding--medium {
  padding: 1.5rem;
}
.page-content .padding--small {
  padding: 1.5rem 1rem;
}
.page-content .page-content__title {
  font-weight: 500;
  font-size: 1.3125rem;
  line-height: 1.22em;
  color: #041f2f;
  margin-top: 1.5rem;
}
.page-content .wordwrap {
  max-width: 250px !important;
  white-space: normal !important;
  overflow-wrap: break-all !important;
}
.page-content .row.equal-cols {
  display: flex;
  flex-wrap: wrap;
}
.page-content .row.equal-cols:before,
.page-content .row.equal-cols:after {
  display: block;
}
.page-content .row.equal-cols > [class*=col-] {
  display: flex;
  flex-direction: column;
}
.page-content .row.equal-cols > [class*=col-] > * {
  flex: 1 1 auto;
}
.page-content #pengumuman {
  margin-top: 1.5rem;
  border-radius: 1rem;
}
.page-content #pengumuman .carousel-inner {
  width: 100%;
  border-radius: 1rem;
}
.page-content #pengumuman .carousel-inner img {
  border-radius: 1rem;
  width: 100%;
  position: relative;
  right: 1px;
  top: -1px;
}
.page-content #pengumuman .carousel-control-prev,
.page-content #pengumuman .carousel-control-next {
  width: 70px;
}
.page-content #pengumuman .carousel-control-prev .iconify,
.page-content #pengumuman .carousel-control-next .iconify {
  font-size: 2.5rem;
  background: rgba(6, 46, 70, 0.25);
  border-radius: 0.25rem;
}
.page-content .card {
  margin-top: 1.5rem;
  border: 0;
  border-radius: 0.5rem;
}
.page-content .card_title {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.22em;
  color: #041f2f;
  text-transform: capitalize;
  margin-bottom: 0;
}
.page-content .card_presensi h6 {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.21em;
  color: #adb5bd;
}
.page-content .card_presensi h5 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.21em;
  color: #041f2f;
}
.page-content .card-header {
  border-radius: 0.5rem 0.5rem 0 0;
  border: 0;
}
.page-content .card-header h2 {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.22em;
  color: #041f2f;
  text-transform: capitalize;
}
.page-content .card-header h3 {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.22em;
  color: #041f2f;
  text-transform: capitalize;
}
.page-content hr {
  padding: 0;
  margin: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid rgba(153, 153, 153, 0.5);
}
.page-content hr.calendar_separator {
  width: 3%;
  height: 1px;
  color: #000;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: calc((1.5em + 1.25rem + 2px) / 2 * -1);
}
.page-content .table-responsive {
  border-radius: 0 0 0.5rem 0.5rem;
}
.page-content .table-responsive .table-header {
  background-color: #f6f9fc;
}
.page-content .table-responsive .table-header th {
  border: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.6875rem;
  line-height: 1.18em;
  color: #adb5bd;
}
.page-content .table-responsive .table-header th:first-child {
  border-radius: 0.5rem 0 0 0.5rem;
}
.page-content .table-responsive .table-header th:last-child {
  border-radius: 0 0.5rem 0.5rem 0;
}
.page-content .table-responsive .table-body td {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.2em;
  color: #041f2f;
  text-transform: capitalize;
}
.page-content .table-responsive .table-body td .edit-icon,
.page-content .table-responsive .table-body td .delete-icon {
  font-size: 1.5rem;
  color: #28a3eb;
  cursor: pointer;
}
.page-content .table-responsive .table-body .iconify,
.page-content .table-responsive .table-body .iconify-inline {
  font-size: 1rem;
}
.page-content .table-responsive .table-body .bordered {
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
}
.page-content .table-responsive .table-body .bordered_sm {
  position: relative;
}
.page-content .table-responsive .table-body .bordered_sm::after {
  content: "";
  background-color: rgba(153, 153, 153, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 85%;
  height: 1px;
}
.page-content .table-responsive .table-body span {
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.2em;
  color: #041f2f;
}
.page-content .table-responsive .table-body h2 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.22em;
  color: #041f2f;
  margin: auto 0;
}
.page-content .table-responsive .table-body .status-pending,
.page-content .table-responsive .table-body .status-success {
  font-size: 1.25rem;
}
.page-content .table-responsive .table-body .status-rejected {
  color: #f46a6a;
  font-size: 1rem;
}
.page-content .table-responsive .table-body .status-pending {
  color: #f1b44c;
}
.page-content .table-responsive .table-body .status-success {
  color: #34c38f;
}
.page-content .table-responsive .table-body .status_absensi span {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.21em;
  color: #ffffff;
}
.page-content .table-responsive .table-body input[type=text] {
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.21em;
  color: #041f2f;
  width: 50px;
  padding: 0;
  text-align: center;
}
.page-content .table-responsive .table-body input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  outline: none;
  content: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.page-content .table-responsive .table-body input[type=checkbox]:before {
  font-family: "FontAwesome";
  content: "\f00c";
  color: transparent;
  display: block;
  width: 14px;
  height: 14px;
  border: 1.5px solid #041f2f;
  border-radius: 2px;
}
.page-content .table-responsive .table-body input[type=checkbox]:checked:before {
  color: black;
}
.page-content .table-responsive .table-body-xl td {
  padding: 2rem 1.5rem !important;
}
.page-content .table-responsive .table-body-lg td {
  padding: 1.5rem !important;
}
.page-content .table-responsive .table-body-lg tr:first-child td {
  padding: 1rem 1.5rem 1.5rem 1.5rem !important;
}
.page-content .table-responsive .table-body-lg tr:last-child td {
  padding: 1.5rem 1.5rem 1rem 1.5rem !important;
}
.page-content .table-responsive .table-body-md td {
  padding: 1.2rem !important;
}
.page-content .table-responsive .table-body-md tr:first-child td {
  padding: 1rem 1.2rem 1.2rem 1.2rem !important;
}
.page-content .table-responsive .table-body-md tr:last-child td {
  padding: 1.2rem 1.2rem 1rem 1.2rem !important;
}
.page-content .table-information {
  margin-top: 1rem;
  padding: 0 1rem;
}
.page-content .table-information h2 {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.22em;
  color: #041f2f;
}
.page-content .table-information h3 {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.21em;
  color: #041f2f;
}
.page-content .table-information .pagination .page-item.active .page-link {
  border-color: #28a3eb;
  background-color: #28a3eb;
  border: 1px solid #999999;
  border-left: 0;
}
.page-content .table-information .pagination .page-item.disabled .page-link {
  border-color: #999999;
  background-color: #fff;
}
.page-content .table-information .pagination .page-item.disabled[aria-label=Previous] .page-link {
  border-radius: 0.5rem 0 0 0.5rem !important;
}
.page-content .table-information .pagination .page-item.disabled[aria-label=Next] .page-link {
  border-radius: 0 0.5rem 0.5rem 0 !important;
}
.page-content .table_dashboardAkademik .table-header {
  background-color: #d9e5f2;
}
.page-content .table_dashboardAkademik .table-header th:first-child {
  border-radius: 0.5rem 0 0 0;
}
.page-content .table_dashboardAkademik .table-header th:last-child {
  border-radius: 0 0.5rem 0 0;
}
.page-content .form-input {
  background-color: #fff;
  border-radius: 0.5rem;
}
.page-content .form-input .form-group:nth-child(odd) {
  padding-right: 1.5rem;
}
.page-content .form-input .form-group:nth-child(even) {
  padding-left: 1.5rem;
}
.page-content .form-input .form-row:nth-child(2),
.page-content .form-input .form-row:nth-child(3),
.page-content .form-input .form-row:nth-child(4),
.page-content .form-input .form-row:nth-child(5) {
  margin-top: 1rem;
}
.page-content .form-select .form-row:nth-child(2) {
  margin-top: 1rem;
}
.page-content .form-select .form-group:nth-child(odd) {
  padding-right: 1.5rem;
}
.page-content .form-select .form-group:nth-child(even) {
  padding-left: 1.5rem;
}
.page-content .form-select select {
  padding-left: 1.5rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.21em;
  color: #041f2f;
}
.page-content .form_presensiDosen select {
  background-color: rgba(173, 181, 189, 0.2);
  color: #adb5bd !important;
}
.page-content .form_data .input_file {
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c4c4c4;
  border-radius: 0.5rem;
}
.page-content .form_data .input_penghasilan {
  position: relative;
}
.page-content .form_data .input_penghasilan > input {
  text-align: right;
}
.page-content .form_data .input_penghasilan::before {
  content: "Rp.";
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.22em;
  color: #041f2f;
  position: absolute;
  left: 3.5rem;
  bottom: calc((1.5em + 1.25rem + 2px) / 3);
}
.page-content .form_data .form-row .col-md-4.form-group:first-child {
  padding-right: 2rem;
}
.page-content .form_data .form-row .col-md-4.form-group:nth-child(2) {
  padding: 0 1rem;
}
.page-content .form_data .form-row .col-md-4.form-group:last-child {
  padding-left: 2rem;
}
.page-content .form_data .form-row .col-md-6.form-group:first-child {
  padding-right: 1.5rem;
}
.page-content .form_data .form-row .col-md-6.form-group:last-child {
  padding-left: 1.5rem;
}
.page-content .form_data .form-row ::-moz-placeholder {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.21em;
  color: #041f2f;
}
.page-content .form_data .form-row :-ms-input-placeholder {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.21em;
  color: #041f2f;
}
.page-content .form_data .form-row ::placeholder {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.21em;
  color: #041f2f;
}
.page-content .form_data .form_action {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.page-content .fileUpload-icon {
  font-size: 3rem;
  color: #28a3eb;
  cursor: pointer;
}
.page-content .custom_select {
  position: relative;
}
.page-content .custom_select::after {
  content: "";
  background-image: url("https://api.iconify.design/bx/bx-chevron-down.svg?height=25&color=%23fff");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  background-color: #28a3eb;
  height: 100%;
  width: 48px;
  border-radius: 0 0.5rem 0.5rem 0;
}
.page-content .custom_select select {
  border-radius: 0.5rem;
  padding-left: 0.75rem;
  border-color: #c4c4c4;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background-image: none;
}
.page-content .custom_select select::-ms-expand {
  display: none;
}
.page-content select#dataperhalaman {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.21em;
  color: #041f2f;
  min-width: 65px;
  max-width: 65px;
  border: 1px solid #999999;
  border-radius: 0.5rem;
  padding: 0 12px;
  background-image: url("https://api.iconify.design/bx/bx-chevron-down.svg?color=%23041F2F");
  background-position: calc(100% - 10px), calc(100% - 10px);
  background-repeat: no-repeat;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
}
.page-content select#dataperhalaman + label {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.21em;
  color: #041f2f;
}
.page-content select:focus,
.page-content input:focus {
  border-color: #28a3eb;
}
.page-content select#status option {
  box-shadow: 2px 2px 8px rgba(255, 0, 0, 0.15) !important;
  border: 0 !important;
}
.page-content .search_form input {
  border-radius: 0.5rem 0px 0px 0.5rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid #28a3eb;
  float: left;
}
.page-content .search_form input::-moz-placeholder {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.21em;
  color: #adb5bd;
}
.page-content .search_form input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.21em;
  color: #adb5bd;
}
.page-content .search_form input::placeholder {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.21em;
  color: #adb5bd;
}
.page-content .search_form button {
  float: left;
  border-radius: 0px 0.5rem 0.5rem 0px;
  background-color: #28a3eb;
  color: white;
  border: 1px solid #28a3eb;
  border-left: none;
  cursor: pointer;
}
.page-content .search_form button:hover {
  background: #0b7dda;
}
.page-content .search_form .form-control {
  height: 2.5rem;
  width: 85%;
}
.page-content .search_form .form-control-sm {
  height: 2.0625rem;
  width: 90%;
}
.page-content .search_form .form-control + button {
  height: 2.5rem;
  width: 15%;
}
.page-content .search_form .form-control-sm + button {
  height: 2.0625rem;
  width: 10%;
}
.page-content .search_form::after {
  content: "";
  clear: both;
  display: table;
}
.page-content .textarea_notresize {
  resize: none;
}
.page-content input[type=time] {
  position: relative;
}
.page-content input[type=time]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
}
.page-content input[type=time]::-webkit-inner-spin-button {
  z-index: 1;
}
.page-content input[type=time]::-webkit-clear-button {
  z-index: 1;
}
.page-content .modal-title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.2em;
  color: #062e46;
}
.page-content span[data-toggle=modal] {
  cursor: pointer;
}
.page-content .detail_dokumen {
  width: 100%;
  border: 1px solid #c4c4c4;
  border-radius: 0.5rem;
  padding: 1.5rem;
}
.page-content .detail_dokumen .iconify {
  font-size: 1.7rem;
  color: #000;
}
.page-content .detail_dokumen .nama_dokumen {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.2em;
  color: #041f2f;
}
.page-content .detail_dokumen #custom-btn {
  background-color: transparent;
  border: none;
  outline: none;
}
.page-content .detail_dokumen + .jenis_dokumen {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.21em;
  color: #041f2f;
}
.page-content #pills-tab .nav-item .nav-link {
  position: relative;
  box-shadow: none;
  border: 1px solid #adb5bd;
  border-radius: 0.5rem;
  border-left: 0;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.21em;
  color: #adb5bd;
  padding-left: calc(49px + 1.5rem);
}
.page-content #pills-tab .nav-item .nav-link.active {
  border-color: #28a3eb;
  background-color: #28a3eb;
  color: #ffffff;
}
.page-content #pills-tab .nav-item .nav-link.active::before {
  background-color: #f0f8fe;
  color: #28a3eb;
  border-color: #28a3eb;
}
.page-content #pills-tab .nav-item .nav-link::before {
  position: absolute;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.22em;
  color: #ffffff;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #adb5bd;
  width: 49px;
  height: 100%;
  border-radius: 0.45rem 0 0 0.45rem;
  border: 1px solid #adb5bd;
  border-top: 0;
  border-bottom: 0;
}
.page-content #pills-tab .nav-item:first-child .nav-link::before {
  content: "1";
}
.page-content #pills-tab .nav-item:nth-child(2) .nav-link::before {
  content: "2";
}
.page-content #pills-tab .nav-item:nth-child(3) .nav-link::before {
  content: "3";
}
.page-content #pills-tab .nav-item:nth-child(4) .nav-link::before {
  content: "4";
}
.page-content .btnNext,
.page-content .btnPrevious {
  text-decoration: none;
  color: #28a3eb;
}
.page-content .btnNext:hover,
.page-content .btnPrevious:hover {
  color: #28a3eb !important;
}
.page-content .btnNext.btn-success:hover {
  color: #ffffff !important;
}
.page-content .tab-buttons {
  display: grid;
  grid-template-columns: repeat(4, auto);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.page-content .tab-buttons span {
  position: relative;
  border: 1px solid #adb5bd;
  border-radius: 0.5rem;
  border-left: 0;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.21em;
  color: #adb5bd;
  padding-left: calc(49px + 1.5rem);
  height: 3.0625rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
}
.page-content .tab-buttons span.active {
  border-color: #28a3eb;
  background-color: #28a3eb;
  color: #ffffff;
}
.page-content .tab-buttons span.active::before {
  background-color: #f0f8fe;
  color: #28a3eb;
  border-color: #28a3eb;
}
.page-content .tab-buttons span::before {
  position: absolute;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.22em;
  color: #ffffff;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #adb5bd;
  width: 49px;
  height: 100%;
  border-radius: 0.45rem 0 0 0.45rem;
  border: 1px solid #adb5bd;
  border-top: 0;
  border-bottom: 0;
}
.page-content .tab-buttons span:first-child::before {
  content: "1";
}
.page-content .tab-buttons span:nth-child(2)::before {
  content: "2";
}
.page-content .tab-buttons span:nth-child(3)::before {
  content: "3";
}
.page-content .tab-buttons span:nth-child(4)::before {
  content: "4";
}

.select2-container--default .select2-selection--single::after {
  content: url("https://api.iconify.design/bx/bx-chevron-down.svg?color=%23041F2F");
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  right: 1.5rem;
}

.select2-container--open .select2-selection--single::after {
  content: url("https://api.iconify.design/bx/bx-chevron-up.svg?color=%23041F2F");
}

.select2.select2-container {
  width: 100% !important;
}

.select2.select2-container .select2-selection {
  border: 1px solid #c4c4c4;
  border-radius: 0.5rem;
  height: calc(1.5em + 1.25rem + 2px);
  outline: none !important;
  transition: all 0.15s ease-in-out;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.22em;
  color: #041f2f;
  padding: 0;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
  background: #f8f8f8;
  border-radius: 0.5rem !important;
  border-color: #28a3eb;
}

.select2-container .select2-dropdown {
  background-color: #fff;
  border: 1px solid #c4c4c4;
  padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border: 1px solid #c4c4c4 !important;
  padding: 0.5rem 1.5rem !important;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option {
  padding-left: 1.5rem;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: #28a3eb;
}

.informasi_mahasiswa {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 0.75rem 1.5rem;
}
.informasi_mahasiswa p {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.21em;
  color: #041f2f;
}

.va_aktif label {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.21em;
  color: #000;
}
.va_aktif .field_kode {
  position: relative;
}
.va_aktif input:-moz-read-only {
  background-color: #fff;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.21em;
  color: #000;
  max-height: 50px;
}
.va_aktif input:read-only {
  background-color: #fff;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.21em;
  color: #000;
  max-height: 50px;
}
.va_aktif button.salin_kode:hover {
  background-color: rgba(178, 222, 248, 0.2);
  border-color: #28a3eb;
  color: #28a3eb;
}
.va_aktif .salin_kode {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 0.5rem 0.5rem 0;
  border-left: 1px solid #c4c4c4;
}

.rincian_pembayaran label {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.21em;
  color: #000;
}
.rincian_pembayaran input[type=text] {
  background-color: rgba(173, 181, 189, 0.2);
  color: #adb5bd !important;
}

.informasi_pembayaran {
  margin-left: 0.625rem;
}
.informasi_pembayaran ul {
  list-style: "- ";
}
.informasi_pembayaran li {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5em;
  color: #adb5bd;
}
.informasi_pembayaran h6 {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.5em;
  color: #d10429;
}

.card_step h2,
.card_form h2 {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.22em;
  color: #041f2f;
}

.card_step {
  position: relative;
}
.card_step hr {
  position: relative;
  top: 1.5rem;
  border: none;
  height: 2px;
  color: #c4c4c4;
  background-color: #c4c4c4;
}
.card_step .input-group .input-group-text {
  font-size: 1.125rem;
  color: #ffffff;
  background-color: #adb5bd;
  padding-left: 1.167em;
  padding-right: 1.167em;
  border-radius: 8px 0 0 8px;
  border: 1px solid #adb5bd;
  border-right: 0;
}
.card_step .input-group .form-control {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.21em;
  color: #adb5bd !important;
  background-color: #fff;
  border: 1px solid #adb5bd;
  border-left: 0;
  border-radius: 0 0.5rem 0.5rem 0;
}
.card_step .input-group.active .input-group-text {
  background-color: #f0f8fe;
  border: 1px solid #28a3eb;
  color: #28a3eb;
  font-weight: 600;
}
.card_step .input-group.active .form-control {
  border: 1px solid #28a3eb;
  background-color: #28a3eb;
  color: #ffffff !important;
}

.tab-body > div {
  display: none;
}

.tab-body > div.active {
  display: block;
}

.page-content__keuangan input::-moz-placeholder {
  color: #041f2f;
}

.page-content__keuangan input:-ms-input-placeholder {
  color: #041f2f;
}

.page-content__keuangan input::placeholder {
  color: #041f2f;
}
.page-content__keuangan .modal input::-moz-placeholder {
  color: #adb5bd;
}
.page-content__keuangan .modal input:-ms-input-placeholder {
  color: #adb5bd;
}
.page-content__keuangan .modal input::placeholder {
  color: #adb5bd;
}
.page-content__keuangan .card-stats {
  font-family: "Open Sans", sans-serif;
  border-radius: 1rem;
}
.page-content__keuangan .card-stats .bg-blue {
  background: linear-gradient(90deg, #3adff5 0%, #39b1f5 93.75%);
}
.page-content__keuangan .card-stats .bg-green {
  background: linear-gradient(90deg, #1cea55 0%, #cafb40 93.75%);
}
.page-content__keuangan .card-stats .bg-orange {
  background: linear-gradient(90deg, #ea7f1c 0%, #fb4b40 93.75%);
}
.page-content__keuangan .form-group_nominal {
  position: relative;
}
.page-content__keuangan .form-group_nominal .input_field {
  font: 14px Montserrat;
}
.page-content__keuangan .form-group_nominal .input_field::-moz-placeholder {
  color: #041f2f;
}
.page-content__keuangan .form-group_nominal .input_field:-ms-input-placeholder {
  color: #041f2f;
}
.page-content__keuangan .form-group_nominal .input_field::placeholder {
  color: #041f2f;
}
.page-content__keuangan .form-group_nominal .input_prefix {
  font-size: 14px;
  font-weight: 600;
  color: #041f2f;
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: 12px;
  padding-right: 38px;
}
.page-content__keuangan .separate {
  border-spacing: 1.5rem 0 !important;
  border-collapse: separate !important;
}
.page-content__keuangan .form_detailSPI .form-control {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.22em;
  color: #adb5bd;
}
.page-content__keuangan .table_detailSPI .table-header {
  background-color: transparent;
}
.page-content__keuangan .table_detailSPI .table-header th {
  padding-top: 0;
  padding-bottom: 0.5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.22em;
  color: #041f2f;
  text-transform: capitalize;
  letter-spacing: normal;
}
.page-content__keuangan .table_detailSPI .table-header th:first-child {
  padding-left: 0;
}
.page-content__keuangan .table_detailSPI .table-body td {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.22em;
  color: #041f2f;
}
.page-content__keuangan .table_detailSPI .table-body td:first-child {
  padding-left: 0;
}
.page-content__keuangan .table_detailSPI .col_cicilan {
  position: relative;
}
.page-content__keuangan .table_detailSPI .col_cicilan::before {
  content: "Rp.";
  position: absolute;
  left: 1.5rem;
}
.page-content__keuangan .card_email {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0;
  background-color: #fff;
}
.page-content__keuangan .card_email .card-header {
  font-family: "Roboto", sans-serif !important;
  border-radius: 0;
}
.page-content__keuangan .card_email .card-header .inbox_toolbar .iconify {
  color: #5f6368;
}
.page-content__keuangan .card_email .card-header .title h1 {
  font-weight: 400;
  font-size: 1.3125rem;
  line-height: 1.15em;
  color: #202124;
}
.page-content__keuangan .card_email .card-header .title span {
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 1.22em;
  color: #202124;
  background-color: #eeeeee;
  border-radius: 3px;
  padding: 1px 0.5rem;
}
.page-content__keuangan .card_email .card-header .title .iconify {
  color: #9aa0a6;
  font-size: 1.3rem;
}
.page-content__keuangan .card_email .card-header .sender .sender_profile {
  color: #9aa0a6;
  font-size: 2rem;
}
.page-content__keuangan .card_email .card-header .sender h3 {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.17em;
  color: #202124;
}
.page-content__keuangan .card_email .card-header .sender h5 {
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.17em;
  color: #5f6368;
}
.page-content__keuangan .card_email .card-header .sender .time {
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 1.17em;
  color: #5f6368;
}
.page-content__keuangan .card_email .card-body {
  background-color: transparent;
  font-family: "Poppins", sans-serif !important;
}
.page-content__keuangan .card_email .card-body .card-email_shadow {
  box-shadow: 0px 4px 12px rgba(25, 42, 62, 0.2);
}
.page-content__keuangan .card_email .card-body .email_header h1 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5em;
  color: #041f2f;
}
.page-content__keuangan .card_email .card-body .email_header p {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5em;
  color: #333333;
}
.page-content__keuangan .card_email .card-body .email_body {
  padding: 0.8325rem 0.75rem 1.6rem 0.75rem;
}
.page-content__keuangan .card_email .card-body .email_body h2 {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5em;
  color: #062e46;
}
.page-content__keuangan .card_email .card-body .email_body .table tr {
  border-bottom: 1px solid rgba(6, 46, 70, 0.3);
}
.page-content__keuangan .card_email .card-body .email_body .table tr:last-child {
  border-bottom: 0;
}
.page-content__keuangan .card_email .card-body .email_body .table td {
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 1.6em;
  color: #333333;
  padding: 1rem 0;
}
.page-content__keuangan .card_email .card-body .email_body .table .nomor {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.28em;
  color: #6f7bf7;
}
.page-content__keuangan .card_email .card-body .email_body .table p {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.5em;
  color: #000;
  margin-bottom: 0;
}
.page-content__keuangan .card_email .card-body .email_body .table span {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5em;
  color: #333333;
}
.page-content__keuangan .card_email .card-body .email_body .table .nominal {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 0.9em;
  color: #28a3eb;
  text-align: right;
  position: relative;
}
.page-content__keuangan .card_email .card-body .email_body .table .nominal::before {
  content: "Rp.";
  position: absolute;
  left: 0;
}
.page-content__keuangan .card_email .card-body .email_footer h5 {
  font-weight: 300;
  font-size: 0.625rem;
  line-height: 1.8em;
  color: #333333;
}
.page-content__keuangan .card_email .card-body .email_footer h5 a {
  font-weight: 700;
  color: #34c38f;
  text-decoration: underline;
}
.page-content__keuangan .card_email .card-footer {
  background-color: transparent;
}
.page-content__keuangan .card_email .card-footer h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 0.625rem;
  line-height: 1.8em;
  color: #041f2f;
}
.page-content__keuangan .card_email .card-footer h5 a {
  font-weight: 700;
  color: #f46a6a;
  text-decoration: underline;
}
.page-content__keuangan .card_email .card-footer h6,
.page-content__keuangan .card_email .card-footer p {
  font-weight: 600;
  font-size: 0.375rem;
  line-height: 1.5em;
  color: #0e1825;
  margin-bottom: 0;
}
.page-content__keuangan .card_email .card-footer p {
  font-weight: 400;
}
.page-content__keuangan .card_kwitansi {
  max-width: 421px;
  margin-left: auto;
  margin-right: auto;
  border: 1px dashed #d2d2d2;
  border-radius: 0;
  background-color: #f8fafc;
}
.page-content__keuangan .card_kwitansi .card-header {
  background-color: transparent;
}
.page-content__keuangan .card_kwitansi .card-header h1,
.page-content__keuangan .card_kwitansi .card-header p {
  font-weight: 600;
  font-size: 0.375rem;
  line-height: 1.5em;
  color: #0e1825;
  margin-bottom: 0;
}
.page-content__keuangan .card_kwitansi .card-header p {
  font-weight: 400;
}
.page-content__keuangan .card_kwitansi .card-body label {
  font-weight: 600;
  font-size: 0.4375rem;
  line-height: 1.12em;
  color: #0e1825;
  width: 25%;
  margin-bottom: 0;
  position: relative;
}
.page-content__keuangan .card_kwitansi .card-body label::after {
  content: ":";
  position: absolute;
  right: 3px;
}
.page-content__keuangan .card_kwitansi .card-body input {
  font-weight: 400;
  font-size: 0.4375rem;
  line-height: 1.12em;
  color: #0e1825;
  background-color: transparent;
  border: 0;
  outline: 0;
  border-bottom: 1px solid rgba(14, 24, 37, 0.3);
  border-radius: 0;
  width: 75%;
  padding-left: 3px;
  padding-bottom: 2px;
}
.page-content__keuangan .card_kwitansi .card-body #nomorKwitansi {
  border: 0;
  background-color: #e6edf4;
  font-weight: 600;
  padding: 4px;
  border-radius: 2px;
}
.page-content__keuangan .card_kwitansi .card-footer {
  background-color: transparent;
  border: 0;
}
.page-content__keuangan .card_kwitansi .card-footer .total_pembayaran h1 {
  font-weight: 600;
  font-size: 0.5625rem;
  line-height: 0.867em;
  color: #0e1825;
  background-color: #e6edf4;
  width: 35%;
  padding: 4px;
}
.page-content__keuangan .card_kwitansi .card-footer .total_pembayaran h1::before {
  content: "Rp. ";
}
.page-content__keuangan .card_kwitansi .card-footer .total_pembayaran p {
  font-weight: 400;
  font-size: 0.4375rem;
  line-height: 1.5em;
  color: #0e1825;
  margin-bottom: 0;
}
.page-content__keuangan .card_kwitansi .card-footer .total_pembayaran p span {
  font-weight: 500;
}
.page-content__keuangan .card_kwitansi .card-footer .tanda_pembayaran p {
  font-weight: 400;
  font-size: 0.4375rem;
  line-height: 1.12em;
  color: #041f2f;
  margin-bottom: 0;
}
.page-content__keuangan .card_kwitansi .card-footer .tanda_pembayaran .tanda_tangan {
  height: 60px;
  border-bottom: 1px solid rgba(14, 24, 37, 0.3);
  margin-bottom: 2px;
}

.page-content__admin h1 {
  font-weight: 600;
  font-size: 1.3125rem;
  line-height: 1.22em;
  color: #041f2f;
}
.page-content__admin .form-group.focused .input-group-prepend .input-group-text {
  border-color: #28a3eb;
}
.page-content__admin .input-group-prepend .input-group-text {
  border-color: #c4c4c4;
  border-radius: 0.5rem 0 0 0.5rem;
  font-weight: 500;
  font-size: 0.875rem !important;
  line-height: 1.21em;
  color: #041f2f;
  padding-left: 1.5rem;
}
.page-content__admin .input-group-prepend + input {
  border-left: 0;
}
.page-content__admin .calendar {
  margin: auto;
}
.page-content__admin .calendar_content,
.page-content__admin .calendar_weekdays,
.page-content__admin .calendar_header {
  position: relative;
  overflow: hidden;
}
.page-content__admin .calendar_weekdays div,
.page-content__admin .calendar_content div {
  width: calc(100% / 7);
  overflow: hidden;
  padding: 0.5rem;
  background-color: transparent;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.22em;
  color: #041f2f;
}
.page-content__admin .calendar_header {
  width: 100%;
  text-align: center;
}
.page-content__admin .calendar_header h2 {
  font-weight: 600;
  font-size: 1.3125rem;
  line-height: 1.22em;
  color: #041f2f;
}
.page-content__admin .calendar_header .switch-month {
  border: 0;
  outline: 0;
  background-color: transparent;
}
.page-content__admin .calendar_header .switch-month .iconify {
  font-size: 2rem;
}
.page-content__admin .calendar_content {
  border: 1px solid #999999;
}
.page-content__admin .calendar_content div {
  border: 1px solid #999999;
  float: left;
  position: relative;
  z-index: 0;
  height: 5rem;
}
.page-content__admin .calendar_content div.blank {
  border: 1px solid #999999;
  width: calc(100% / 7);
  height: 5rem;
  position: relative;
}
.page-content__admin .calendar_content div.today {
  color: #fff;
}
.page-content__admin .calendar_content div.today:after {
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: #28a3eb;
  z-index: -1;
}
.page-content__admin .calendar_content div.libur {
  color: #f46a6a;
}
.page-content__admin .calendar_weekdays {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.21em;
  color: #28a3eb;
}
.page-content__admin .calendar_weekdays div {
  display: inline-block;
}
.page-content__admin h2.aside_title {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5em;
  color: #041f2f;
}
.page-content__admin .uploadDokumen {
  border: 1px solid #c4c4c4;
}
.page-content__admin .uploadDokumen .iconify {
  font-size: 1.5rem;
  color: #000;
}
.page-content__admin #custom-btn {
  background-color: transparent;
  border: none;
  outline: none;
}
.page-content__admin .nama_dokumen {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.22em;
  color: #041f2f;
}
.page-content__admin ::-moz-placeholder {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.21em;
  color: #041f2f;
}
.page-content__admin :-ms-input-placeholder {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.21em;
  color: #041f2f;
}
.page-content__admin ::placeholder {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.21em;
  color: #041f2f;
}
.page-content__admin .customSelect {
  position: relative;
  display: inline-block;
  width: 100%;
}
.page-content__admin .customSelect-wrapper {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}
.page-content__admin .customSelect-wrapper select {
  display: none;
}
.page-content__admin .customSelect-trigger {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.21em;
  color: #000;
  padding: 0.5rem 0.75rem;
  position: relative;
  display: block;
  border-radius: 0.25rem;
  cursor: pointer;
  border: 1px solid #999;
}
.page-content__admin .customSelect-trigger:after {
  content: "";
  background-image: url("https://api.iconify.design/bx/bx-chevron-down.svg?color=%23000");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: block;
  pointer-events: none;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
}
.page-content__admin .custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid rgba(153, 153, 153, 0.2);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border-radius: 0.25rem 0.25rem 0.5rem 0.5rem;
}
.page-content__admin .customSelect.opened .custom-options {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.page-content__admin .custom-option {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.21em;
  color: #000;
  position: relative;
  display: block;
  padding: 0.5rem;
  cursor: pointer;
}
.page-content__admin .custom-option:hover {
  background: rgba(40, 163, 235, 0.5);
}
.page-content__admin .custom-option.selection {
  background: rgba(40, 163, 235, 0.5);
}
.page-content__admin .selecton {
  border-color: #28a3eb;
}
.page-content__admin .modal .modal-title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.2em;
  color: #f1b44c;
  background: rgba(241, 180, 76, 0.2);
  border-radius: 0.5rem;
  width: 100%;
  padding: 12px;
}
.page-content__admin .modal .modal-body p {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.21em;
  color: #041f2f;
}
.page-content__admin .modal .modal-body h2 {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.22em;
  color: #041f2f;
}
.page-content__admin .modal .modal-footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.page-content__admin .modal .modal-footer .btn {
  font-weight: 600 !important;
  border-radius: 0.25rem;
}
.page-content__admin .form_rangenilai label {
  margin-bottom: 0;
  margin-right: 1.5rem;
  margin-left: 0.25rem;
}
.page-content__admin .form_rangenilai .grade_nilai {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.22em;
  color: #ffffff;
  min-width: 3rem;
  max-width: 3.125rem;
  height: 100%;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}
.page-content__admin .form_rangenilai .grade_nilai ~ input {
  margin-right: 1.25rem;
}
.page-content__admin .jadwal_sehari .jumlah_sesi select {
  width: 55px;
  background-position: calc(100% - 8px), calc(100% - 24px);
  padding: 0.5rem;
}
.page-content__admin .jalurPMB_pendaftaran p {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.22em;
  color: #041f2f;
  margin-bottom: 0;
}
.page-content__admin .jalurPMB_pendaftaran .date-input {
  padding-left: 1rem;
}
.page-content__admin .jalurPMB_pendaftaran .biaya_pendaftaran {
  position: relative;
}
.page-content__admin .jalurPMB_pendaftaran .biaya_pendaftaran::after {
  content: "Rp.";
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.22em;
  color: #041f2f;
  position: absolute;
  left: 1.5rem;
  bottom: calc((1.5em + 1.25rem + 2px) / 3);
}

@media (min-width: 991.98px) {
  .modal-lg,
.modal-xl {
    max-width: 630px;
  }

  .g-sidenav-pinned .sidenav.fixed-left + .main-content {
    margin-left: 288px;
  }

  .g-sidenav-pinned .sidenav.fixed-right + .main-content {
    margin-left: 288px;
  }

  .sidenav:hover {
    max-width: 288px;
  }

  .g-sidenav-pinned .sidenav {
    max-width: 288px !important;
  }

  select#dataperhalaman {
    max-height: 1.5rem;
  }
}
@media screen and (max-width: 991.98px) {
  header.header {
    max-height: 150px;
    min-height: 150px;
  }

  .page-content {
    margin-top: -150px;
  }
  .page-content .padding--big,
.page-content .padding--small,
.page-content .padding--medium {
    padding: 1.5rem 1rem;
  }
}
@media screen and (max-width: 767.98px) {
  html {
    font-size: 14px;
  }

  .page-content #pengumuman .carousel-inner img {
    min-height: 150px;
  }
  .page-content .form-input .form-group {
    padding: 0;
  }
  .page-content .form-input .form-group:nth-child(odd) {
    padding-left: 0;
    padding-right: 0;
  }
  .page-content .form-input .form-group:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
    margin-top: 1rem;
  }
  .page-content .form_data .form-row .col-md-4.form-group:first-child, .page-content .form_data .form-row .col-md-4.form-group:nth-child(2), .page-content .form_data .form-row .col-md-4.form-group:last-child,
.page-content .form_data .form-row .col-md-6.form-group:first-child,
.page-content .form_data .form-row .col-md-6.form-group:nth-child(2),
.page-content .form_data .form-row .col-md-6.form-group:last-child {
    padding: 0;
  }
  .page-content .form_data .input_penghasilan::before {
    left: 1.5rem !important;
  }
  .page-content input[type=date]::-webkit-inner-spin-button,
.page-content input[type=date]::-webkit-calendar-picker-indicator {
    width: 38px;
  }
  .page-content .form-select .form-group:nth-child(odd) {
    padding: 0;
  }
  .page-content .form-select .form-group:nth-child(even) {
    padding: 0;
  }
  .page-content .tab-buttons {
    grid-template-columns: repeat(2, auto);
    gap: 1rem;
  }

  .page-content__keuangan .form-group_nominal .input_field {
    font: 12px Montserrat;
  }
  .page-content__keuangan .form-group_nominal .input_prefix {
    font-size: 12px;
    bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  .page-content #pengumuman .carousel-inner img {
    min-height: 120px;
  }
}
@media screen and (max-width: 575.98px) {
  html {
    font-size: 12px;
  }

  .page-content .table-responsive .table-body .bordered_sm::after {
    bottom: -1px;
    height: 1px;
  }

  .page-content__admin .calendar_content div.blank {
    height: 4rem;
  }
  .page-content__admin .calendar_weekdays div,
.page-content__admin .calendar_content div {
    height: 4rem;
  }
  .page-content__admin .form_rangenilai .grade_nilai ~ input {
    margin-right: 0 !important;
    margin-left: 1.2rem;
  }
}
@media screen and (min-width: 350px) {
  .jadwal_sehari .detail_waktu form {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .jadwal_sehari .detail_waktu label:nth-child(2) {
    margin: 0 1rem;
  }

  .calendar_content div.blank {
    height: 4rem !important;
  }

  .calendar_weekdays div,
.calendar_content div {
    height: 4rem !important;
  }
}
@media screen and (max-width: 350px) {
  .calendar_content div.blank {
    height: 3rem !important;
  }

  .calendar_weekdays div,
.calendar_content div {
    height: 3rem !important;
  }

  .page-content .tab-buttons {
    grid-template-columns: repeat(1, auto);
    gap: 1rem;
  }
}
.form_absensiMhs select.form-control {
  background-image: url("https://api.iconify.design/bx/bx-chevron-down.svg?color=%23ADB5BD");
  background-color: rgba(173, 181, 189, 0.2);
  font-weight: 500;
  color: #adb5bd;
}

.table_absensiMhs select.form-control {
  padding: 0.5rem;
  margin: 0;
  min-width: 2.875rem;
  max-height: 33px;
  background-image: url("https://api.iconify.design/bx/bx-chevron-down.svg?color=%23FFFFFF");
  background-position: calc(100% - 0.5rem) center;
  color: #fff;
  font-weight: 500;
  border: 0;
  box-shadow: none;
}
.table_absensiMhs select.form-control option {
  background-color: #fff;
}
.table_absensiMhs td:first-child,
.table_absensiMhs .main_header th:first-child {
  background-color: #fff;
  position: sticky;
  left: 0;
  z-index: 3;
  padding-left: 0.5rem;
}
.table_absensiMhs td:nth-child(2),
.table_absensiMhs .main_header th:nth-child(2) {
  background-color: #fff;
  position: sticky;
  z-index: 3;
  padding-left: 0;
  padding-right: 0.5rem;
}
.table_absensiMhs td:last-child,
.table_absensiMhs .main_header th:last-child {
  background-color: #fff;
  position: sticky;
  right: 0;
  z-index: 3;
}
.table_absensiMhs .main_header th:first-child,
.table_absensiMhs .main_header th:nth-child(2),
.table_absensiMhs .main_header th:last-child {
  background-color: #f6f9fc;
}
.table_absensiMhs .table-hover tbody tr:hover,
.table_absensiMhs .table-hover tbody tr:hover td {
  color: #041f2f;
  background-color: #f6f9fc;
}
.table_absensiMhs .table-hover tr {
  transition: none;
}
.table_absensiMhs th {
  position: sticky;
  top: 0;
  z-index: 2;
}
