body {
  font-family: "Poppins", sans-serif !important;
  background: #fcfcfc !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif !important;
}
.navbar-custom {
  box-shadow: rgb(50 178 104 / 45%) 0px 2px 0px 0px;
  /* box-shadow: 0 2px 4px rgb(15 34 58 / 12%); */
}
.w-60 {
  width: 60% !important;
}
.w-30 {
  width: 30% !important;
}
.w-15 {
  width: 15% !important;
}
.w-80 {
  width: 80% !important;
}
.w-150px {
  width: 150px;
}
.font-size-10 {
  font-size: 10px;
}
.font-size-11 {
  font-size: 11px;
}
.font-size-12 {
  font-size: 12px;
}
.font-size-13 {
  font-size: 13px !important;
}
.font-size-14 {
  font-size: 14px;
}
.font-size-15 {
  font-size: 15px;
}
.font-size-16 {
  font-size: 16px;
}
.font-size-17 {
  font-size: 17px;
}
.font-size-18 {
  font-size: 18px;
}
.font-size-19 {
  font-size: 19px;
}
.font-size-20 {
  font-size: 20px;
}
.hr-custom {
  border-top: 1px solid #343a40;
}
.pagination .page-item:hover {
  cursor: pointer;
}
label {
  margin-bottom: 0px;
}
.media img {
  width: 100%;
}
.hidden {
  display: none;
}
.media .img {
  width: 50px;
}
.border-none {
  border: none !important;
}
.nav-tabs.custom .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-radius: 0px;
  background: white;
  color: #000000;
  border-top: 3px solid #32b268;
  box-shadow: 0 0px 0px 0px #ebebeb;
  font-weight: 500;
  margin-top: 0px;
  border-bottom: 1px solid #ebebeb;
}
.font-size-12 {
  font-size: 12px;
}
.nav-tabs.custom .nav-link {
  border-radius: 0px;
}
.form-control input[type="file"] {
  height: auto !important;
}
.radio.custom input[type="radio"] {
  display: none;
}
span.select2-selection.select2-selection--single {
  height: calc(1.5em + 0.9rem + 2px);
  border: 1px solid #ced4da;
  padding: 4px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #6c757d;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 6px !important;
}
.media.thumbnail img {
  width: 50px !important;
  margin-right: 10px;
}
.menu-footer {
  position: absolute;
  bottom: 40px;
  background: white;
  padding: 0px 10px;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  width: 495px;
  border: 2px solid;
}
.list-menu-fot {
  padding: 7px;
  font-size: 10px;
  text-align: center;
}
.list-menu-fot:hover {
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}
.card-menu {
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.08);
  border-radius: 8px; /*rgb(80, 71, 71)*/
  border: 1px solid #eee;
  height: 140px;
}
.card-menu .card-body {
  padding: 12px;
}
.select2-selection__choice {
  background-color: #aaa !important;
}
.select2-selection__choice__remove {
  color: #fff !important;
}
.alert-custom {
  position: fixed;
  z-index: 99;
  width: 77%;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.08);
  border: 0px;
}

.cursor-pointer {
  cursor: pointer;
}
.dashboard h3 {
  color: #3a3456;
}
.dashboard hr {
  border-top: 4px solid #8a70ff;
  border-radius: 10px;
  width: 15%;
  margin-top: 0px;
  display: inline-block;
}
.dashboard .card {
  border-radius: 7px;
  margin-bottom: 10px;
}
.dashboard .card-body {
  padding: 10px;
}
.dashboard .card-custom .card-body .konten-list {
  padding: 10px;
  border-radius: 3px;
}
.dashboard .konten-list.primary {
  border-left: 3px solid #5f87fe;
}
.dashboard .konten-list.warning {
  border-left: 3px solid #feb721;
}
.dashboard .konten-list.info {
  border-left: 3px solid #8970ff;
}
.icon-rounded {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #556ee6;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  height: 100%;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50% !important;
}
.icon-rounded.bg-soft-primary {
  background-color: #eff6fe;
}
.icon-rounded.text-primary {
  color: #5f87fe !important;
}
.icon-rounded.bg-soft-warning {
  background-color: #fef2d9;
}
.icon-rounded.text-warning {
  color: #feb721 !important;
}
.icon-rounded.bg-soft-info {
  background-color: #efecfe;
}
.icon-rounded.text-info {
  color: #8970ff !important;
}
.dashboard .konten-list p.judul {
  font-weight: 600;
  color: #000000;
  margin-bottom: 5px;
  font-size: 15px;
}
.dashboard .konten-list .detail {
  font-size: 13px;
  color: #b6becc;
}
.dashboard .konten-list p.date {
  margin-bottom: 0px;
  font-size: 11px;
  font-weight: 500;
}
.dashboard .konten-list p.date.primary {
  color: #5f87fe;
}
.dashboard .konten-list p.date.warning {
  color: #feb721;
}
.dashboard .konten-list p.date.info {
  color: #8970ff;
}
.d-inline-grid {
  display: inline-grid;
}
.dashboard .konten-list p.date.countdown {
  font-size: 18px !important;
}
.header-ev {
  font-size: 15px;
  font-weight: 500;
  color: #3a3456;
  display: flex;
  align-items: center;
}
.header-ev i.primary {
  font-size: 7px;
  color: #5f87fe;
}
.header-ev i.warning {
  font-size: 7px;
  color: #feb721;
}
.header-ev i.info {
  font-size: 7px;
  color: #8970ff;
}
.btn-detail-peserta-event.warning {
  background: transparent;
  border: none;
  color: #feb721;
}
.btn-detail-peserta-event.info {
  background: transparent;
  border: none;
  color: #8970ff;
}
.btn-filter-custom {
  background: white;
  color: #3a3456;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.08);
  padding: 10px 15px;
}
.content-filter {
  position: absolute;
  z-index: 999;
  background: #f8fafd;
  width: 30%;
  margin-top: 4px;
  right: 12px;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.08);
  border: 1px solid #dfdfdf;
}
.filter-custom {
  margin-bottom: 3px;
}
.filter-custom label {
  font-size: 13px;
}
.filter-custom select {
  border: none;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.08);
}
.filter-custom select:valid:focus {
  border: none;
  box-shadow: 0px 0px 2px 2px rgba(0, 68, 255, 0.08) !important;
}
.text-black {
  color: #000000 !important;
}
.scroll-300 {
  max-height: 300px;
  overflow: auto;
}
.scroll-400 {
  max-height: 400px;
  overflow: auto;
}
.scroll-500 {
  max-height: 500px;
  overflow: auto;
}
.main-table-roaster {
  height: 600px;
  border-bottom: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  margin-bottom: 30px;
}
@media (max-width: 720px) {
  .d-mobile-none {
    display: none;
  }
  .d-logo-mobile {
    display: block !important;
    padding-left: 10px;
    line-height: 70px;
  }
  /* .table-v-biaya-mahasiswa {
    display: none;
  } */
}
.d-logo-mobile {
  display: none;
}
.photo_profile {
  width: 100%;
}
.status-loading {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
}
.container-table {
  height: 250px;
  overflow: overlay;
  overflow-y: auto;
  scrollbar-width: thin;
  padding-right: 7px;
  padding-left: 0px;
  padding-bottom: 5px;
}
.container-table::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  border-radius: 60px;
}

.container-table::-webkit-scrollbar {
  width: 5px;
  background-color: #ebeff2;
}

.container-table::-webkit-scrollbar-thumb {
  background-color: #999999;
  border-radius: 5px;
}

.list-table {
  background: #ffffff;
  padding: 12px 17px !important;
  border-radius: 8px;
  box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.08);
  margin-bottom: 10px;
}
.inbox-widget .inbox-item.list-table .inbox-item-date {
  right: 15px !important;
}
.badge-danger-custom {
  background: #fdd6d6;
  color: #d69a9a;
  padding: 6px 15px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 10px;
}
.badge-success-custom {
  background: #e4fdd6;
  color: #b1d69a;
  padding: 6px 15px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 10px;
}
.badge-warning-custom {
  background: #fef9db;
  color: #dbd2a5;
  padding: 6px 15px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 10px;
}
.filter-ds {
  border-radius: 8px;
  border: none;
  box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.08);
  font-size: 13px;
  cursor: pointer;
}
.card-custom {
  border-radius: 8px;
  box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.08);
}
.card-greet {
  background: #101940;
}
.card-greet p {
  margin-bottom: 0px;
  font-size: 15px;
  color: #ffffff;
}
.card-greet h2 {
  color: #ffffff;
}
.card-log {
  max-height: 270px;
  overflow: overlay;
}
.card-log::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  border-radius: 60px;
}

.card-log::-webkit-scrollbar {
  width: 5px;
  background-color: #ebeff2;
}

.card-log::-webkit-scrollbar-thumb {
  background-color: #999999;
  border-radius: 5px;
}

.border-top-primary {
  border-top: 3px solid #101940;
}
.border-top-success {
  border-top: 3px solid #10c469;
}
.border-top-info {
  border-top: 3px solid #35b8e0;
}
.border-top-warning {
  border-top: 3px solid #f9c851;
}
.border-top-danger {
  border-top: 3px solid #ff5b5b;
}
.list-horizon {
  flex-wrap: inherit;
  overflow: overlay;
}
.list-horizon::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  border-radius: 60px;
}
.list-horizon::-webkit-scrollbar {
  height: 5px;
  background-color: #ebeff2;
}
.list-horizon::-webkit-scrollbar-thumb {
  background-color: #999999;
  border-radius: 5px;
}
.footer {
  z-index: 99;
  left: 0px;
}
.tabs-custom {
  background: #efefef;
  box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 8%);
  display: inline-flex;
  border-radius: 4px;
}
.nav-tabs.tabs-custom .nav-item {
  padding: 5px;
}
.nav-tabs.tabs-custom .nav-item a.nav-link {
  padding: 3px 30px;
  font-size: 13px;
}
.nav-tabs.tabs-custom .nav-item a.nav-link.active {
  background: #ffffff;
  color: #000000;
  border-radius: 4px;
}
.nav-tabs.tabs-custom .nav-link:focus,
.nav-tabs.tabs-custom .nav-link:hover {
  border: none;
  padding: 5px;
}
.nav-tabs.tabs-custom > li > a {
  color: #000000;
}
.nav-tabs.tabs-custom .nav-link {
  border: none;
}
.h-90 {
  height: 90% !important;
}
.container-planning {
  max-height: 565px;
  overflow: overlay;
  padding-right: 15px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.container-planning::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  border-radius: 60px;
}
.container-planning::-webkit-scrollbar {
  width: 5px;
  background-color: #ebeff2;
}

.container-planning::-webkit-scrollbar-thumb {
  background-color: #999999;
  border-radius: 5px;
}

.card-planning .card-body {
  padding: 11px;
}
.card-planning .content {
  border-radius: 3px;
  padding: 6px 12px;
}
.card-planning .content.info {
  border-left: 3px solid #35b8e0;
}
.card-planning .content.success {
  border-left: 3px solid #10c469;
}
.card-planning .content.warning {
  border-left: 3px solid #f9c851;
}
.card-planning .content.danger {
  border-left: 3px solid #ff5b5b;
}
.card-planning .judul {
  margin: 0px;
  margin-bottom: 4px;
  width: 75%;
  line-height: 17px;
}
.card-planning .nama {
  font-size: 12px;
  margin-bottom: 0px;
  color: #000000;
  font-weight: 500;
}
.card-planning .jab {
  margin-bottom: 0px;
  font-size: 12px;
}
.card-planning .rounded-circle {
  width: 40px;
  height: 40px;
}
.height-fit {
  height: fit-content;
  height: -moz-max-content;
}
.card-table {
  border-radius: 5px;
  box-shadow: 0 3px 4px 0px rgb(0 0 0 / 8%);
  border: 1px solid #d0d0d0;
  margin-bottom: 8px;
}
.task-detail .media img {
  width: inherit;
}
.nav-tabs.tabs-custom.nav-justified .nav-item a.nav-link {
  padding: 3px 0px !important;
}

.card-pem .card {
  border-radius: 5px;
  border: none !important;
  box-shadow: 7px 9px 15px 0px rgb(56 65 74 / 13%);
}
.card-pem .card-body.batch {
  border-radius: 5px;
  padding: 0px;
}
.card-pem h4.ui-widget-header {
  padding: 14px 18px;
  margin: 0px;
  border: none !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid;
  background: #99cbff !important;
}
.card-pem ul.ui-helper-reset {
  padding: 10px;
  border: none !important;
  background: #ffffff;
}
.card-pem .ui-widget-content {
  padding: 10px;
}
.card-pem .ui-widget-content h5 {
  background: transparent !important;
  border: none;
  color: white !important;
}
.card-pem .batch-total {
  border: none;
  padding: 14px 18px;
  background: #99cbff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #ffffff !important;
}
.card-pem .kartu.ui-helper-clearfix {
  box-shadow: 7px 9px 15px 0px rgb(56 65 74 / 13%);
  border-radius: 5px;
}
.kartu-side {
  margin-top: 10px !important;
  margin-left: 10px !important;
}
.card.card-custom.t-cal {
  background-image: linear-gradient(to right, #57bbc5, #8493df);
  color: #ffffff;
  box-shadow: 0 3px 8px 1px rgb(87 186 197 / 55%);
}
.card.card-custom.t-bill {
  background-image: linear-gradient(to right, #84dfbc, #57c593);
  color: #ffffff;
  box-shadow: 0 3px 8px 1px rgb(131 222 187 / 50%);
}
.card.card-custom.p-bill {
  background-image: linear-gradient(to right, #d4a9ff, #b57dff);
  color: #ffffff;
  box-shadow: 0 3px 8px 1px rgb(211 168 255 / 50%);
}
.card.card-custom.c-bill {
  background-image: linear-gradient(to right, #e4dd64, #e3c647);
  color: #ffffff;
  box-shadow: 0 3px 8px 1px rgb(228 221 100 / 50%);
}
.card.card-custom.o-bill {
  background-image: linear-gradient(to right, #ff9dbc, #ff6f93);
  color: #ffffff;
  box-shadow: 0 3px 8px 1px rgb(255 156 187 / 50%);
}
.card-custom .card-bil .contet-text h5 {
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ededed;
  font-weight: normal;
  font-size: 16px;
}
.card-custom .card-bil .contet-text h3 {
  color: #ffffff;
  display: flex;
  font-size: 27px;
  margin-bottom: 0px;
}
.card-custom .card-bil .contet-text h3 span {
  font-size: 13px;
  align-self: start;
  margin-right: 7px;
  color: #ededed;
}
.border-top-3-info {
  border-top: 3px solid #7e71f9 !important;
}
ul.tab-dashboard {
  padding-left: 0px;
  list-style: none;
  display: flex;
}
ul.tab-dashboard li.active {
  background: #e1efff;
  border-radius: 8px;
  box-shadow: 0 3px 7px 0px rgb(153 194 255 / 54%);
}
ul.tab-dashboard li {
  margin-right: 20px;
  font-size: 16px;
  padding: 12px 15px;
  background: #e1efff;
  border-radius: 8px;
  opacity: 0.8;
}
ul.tab-dashboard li.active a {
  color: #027aff;
  font-weight: 500;
}
ul.tab-dashboard li a {
  color: #888888;
}
ul.tab-dashboard li a:hover {
  color: #027aff;
}
@media (max-width: 720px) {
  .font-size-9-mobile {
    font-size: 9px !important;
  }
  .font-size-10-mobile {
    font-size: 10px !important;
  }
  .font-size-11-mobile {
    font-size: 11px !important;
  }
  .font-size-12-mobile {
    font-size: 12px !important;
  }
  .font-size-13-mobile {
    font-size: 13px !important;
  }
  .font-size-14-mobile {
    font-size: 14px !important;
  }
  .font-size-15-mobile {
    font-size: 15px !important;
  }
  .font-size-16-mobile {
    font-size: 16px !important;
  }
  .font-size-17-mobile {
    font-size: 17px !important;
  }
  .font-size-18-mobile {
    font-size: 18px !important;
  }
  .font-size-19-mobile {
    font-size: 19px !important;
  }
  .font-size-20-mobile {
    font-size: 20px !important;
  }
  .d-mobile-none {
    display: none !important;
  }
  /* .swiper-slide{
		width: 200px !important;
	} */
  .tabs-custom {
    overflow-x: auto;
    flex-wrap: inherit;
    padding-bottom: 0px;
  }
  .tabs-custom li.nav-item {
    padding: 5px;
    white-space: nowrap;
    margin-right: 0px;
    flex: initial;
    -webkit-box-flex: initial;
  }
  .nav-tabs.tabs-custom.nav-justified .nav-item a.nav-link {
    padding: 5px 12px !important;
  }
  .w-50-mobile {
    width: 50% !important;
  }
  .w-100-mobile {
    width: 100% !important;
  }
  .card-custom .card-bil .contet-text h5 {
    font-size: 12px;
  }
  .card-custom .card-bil .contet-text h3 {
    font-size: 20px;
  }
  .w-60px {
    width: 60px;
  }
  .h-60px {
    height: 60px;
  }
  ul.tab-dashboard li {
    text-align: center !important;
  }
  .text-header-button {
    display: none;
  }
  .nav-user img {
    width: 25px;
    height: 25px;
  }
  .notification-list .noti-icon {
    font-size: 18px;
  }
  .navbar-custom .topnav-menu .nav-link {
    padding: 0px;
  }
  .navbar-custom .button-menu-mobile {
    font-size: 18px;
  }
  .right-bar-enabled .right-bar {
    width: 100% !important;
    right: 0 !important;
    top: 70px !important;
  }
  .box-search input {
    font-size: 14px !important;
  }
  .dropdown-menu.show {
    left: -150px !important;
  }
  .dropdown-lg {
    width: 300px !important;
  }
}
.fc-unthemed .fc-divider,
.fc-unthemed td.fc-today {
  background: #fcf8e3 !important;
}
a.fc-daygrid-event {
  background: #71b6f9;
  border: #71b6f9;
  height: 22px;
  font-size: 12px;
  line-height: 12px;
}
.fc-event-time {
  display: none;
}
.fc-event-title-container {
  text-align: left;
}
.parsley-error {
  border-color: red;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(233 102 102 / 60%);
}
ul.nav-day-custom {
  box-shadow: 0px 1px 4px 1px rgb(0 0 0 / 8%);
  border-radius: 8px;
}
.nav-tabs.nav-day-custom .nav-item a.nav-link.active {
  background: #e2effc;
}
.nav-day-custom .nav-link.active h2.date-name {
  color: #027aff !important;
}
.nav-day-custom .nav-link.active span.day-name {
  color: #027aff !important;
}
ul.nav-day-custom li.nav-item {
  background: #ffffff;
}
ul.nav-day-custom li.nav-item:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
ul.nav-day-custom li.nav-item a:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
ul.nav-day-custom li.nav-item:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
ul.nav-day-custom li.nav-item a:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
ul.nav-day-custom li.nav-item .nav-link {
  border: none !important;
  border-radius: 0px;
}
ul.nav-day-custom li.nav-item .nav-link span.day-name {
  color: #c7c7c7;
}
.nav-day-custom .nav-link h2.date-name {
  margin-top: 2px !important;
}
.planning.content.info {
  border-left: 3px solid #35b8e0;
  padding: 8px 15px;
}
.planning.content.success {
  border-left: 3px solid #10c469;
  padding: 8px 15px;
}
.planning.content.warning {
  border-left: 3px solid #f9c851;
  padding: 8px 15px;
}
.planning.content.danger {
  border-left: 3px solid #ff5b5b;
  padding: 8px 15px;
}
.badge-custom {
  padding: 10px 10px;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.badge-custom-success {
  background: #10c4691f;
  color: #10c469;
}
.badge-custom-info {
  background: #35b8e036;
  color: #35b8e0;
}
.badge-custom-warning {
  background: #f9c8513d;
  color: #f9c851;
}
.badge-custom-danger {
  background: #ff5b5b40;
  color: #ff5b5b;
}
.container-list {
  height: 325px;
  overflow: overlay;
  overflow-y: auto;
  scrollbar-width: thin;
  padding-right: 7px;
  padding-left: 0px;
  padding-bottom: 5px;
}
.container-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  border-radius: 60px;
}

.container-list::-webkit-scrollbar {
  width: 5px;
  background-color: #ebeff2;
}

.container-list::-webkit-scrollbar-thumb {
  background-color: #999999;
  border-radius: 5px;
}
#preloadercustom {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fcfcff;
  z-index: 9999;
}
#preloadercustom img {
  width: 40%;
  margin-top: 80px;
}
#preloadercustom h5 {
  color: #2d355b;
  font-size: 20px;
  margin-top: -150px;
}
@media (max-width: 720px) {
  #preloadercustom img {
    width: 100% !important;
  }
  #preloadercustom h5 {
    margin-top: -100px;
    font-size: 16px;
  }
}
.scroll-side {
  flex-wrap: initial;
  overflow-x: auto;
}
.box-shadow {
  box-shadow: rgb(49 53 59 / 12%) 0px 1px 6px 0px;
}
.nav-custom2 .nav-item .nav-link.active {
  box-shadow: 0 3px 7px 0px rgb(153 194 255 / 54%);
  background: #e1efff;
  border-radius: 8px;
  color: #027aff;
  font-weight: 500;
}
.nav-custom2 .nav-item .nav-link {
  background: #e1efff;
  border-radius: 8px;
  opacity: 0.8;
  border: none;
  margin-right: 10px;
}
.svg-wave {
  position: absolute;
  bottom: 0px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.header-text-pmb {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.8;
}
.footer-text-pmb {
  font-size: 14px;
  color: #ff7070;
  font-family: Karla, sans-serif;
  margin-bottom: 33px;
}
.wizard-custom {
  color: #eaeaea;
  font-weight: 500;
}
.wizard-custom.active {
  color: #4c76d9 !important;
}
.wizard-custom.active .progress-loader {
  background: #2a5fe5 !important;
}
.wizard-custom .progress-loader {
  height: 7px;
  background: #eaeaea;
  border-radius: 10px;
  margin-top: 5px;
}
.wizard-custom-vertical {
  color: #eaeaea;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 20px;
  border-radius: 3px;
  background: #fbfbfb;
}
.wizard-custom-vertical.active {
  color: #4c76d9 !important;
  background: #eef0f7;
}
.wizard-custom-vertical.success {
  color: #4ed94c !important;
  background: #eef7f2;
}
.wizard-custom-vertical.warning {
  color: #d9d54c !important;
  background: #f7f5ee;
}
.wizard-custom-vertical.active .progress-loader {
  background: #2a5fe5 !important;
}
.wizard-custom-vertical.success .progress-loader {
  background: #2ae575 !important;
}
.wizard-custom-vertical.warning .progress-loader {
  background: #e5d72a !important;
}
.wizard-custom-vertical .progress-loader {
  width: 7px;
  height: 50px;
  background: #eaeaea;
  border-radius: 10px;
}
.model-menu img {
  background: #ffffff;
  padding: 15px;
  width: 70%;
  border-radius: 8px;
  margin-bottom: 10px;
  box-shadow: 0 8px 9px -5px rgb(169 169 169 / 29%);
}
.model-menu img:hover {
  box-shadow: 1px 2px 14px 7px rgb(169 169 169 / 29%);
}
.model-menu p {
  font-weight: 500;
  color: #525252;
  font-size: 14px;
}
.alert.alert-success.custom {
  background: none;
  border: none;
}
.alert.alert-success.custom .alert-heading {
  color: #b7b7b7;
  font-weight: 400;
}
.alert.alert-success.custom .bg-success {
  background-color: #32b268 !important;
}
.alert.alert-success.custom .progress {
  background-color: #e1e1e1 !important;
}
.profile-dropdown {
  width: fit-content;
}
.rightbar-overlay {
  z-index: 9999;
}
.right-bar {
  height: fit-content;
  transition: all 0.4s ease-out;
}
.right-bar:before {
  display: inline-block;
  content: "";
  position: absolute;
  background-color: #fff;
  height: 15px;
  width: 15px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  top: -7.5px;
  margin: auto;
  right: 13px;
  border-radius: 0 3px 0 0;
}
.right-bar-enabled .right-bar {
  width: 400px;
  z-index: 99999;
  right: 72px;
  top: 60px;
}
.rightbar-overlay {
  background-color: rgb(118 118 118 / 55%);
}
.hover-apps {
  padding: 10px;
  border-radius: 4px;
}
.hover-apps:hover {
  box-shadow: 1px 2px 14px 7px rgb(169 169 169 / 29%);
}
.right-bar .rightbar-title {
  background: #ffffff;
  padding: 1rem !important;
}
.form-control {
  border-radius: 6px;
}
.card {
  border-radius: 8px !important;
}
.card-body {
  padding: 1.25rem 1.25rem;
}
.btn.btn-success {
  background-color: #32b268 !important;
  border-color: #32b268 !important;
}
.btn.btn-outline-success {
  background-color: transparent !important;
  border-color: #32b268 !important;
  color: #32b268 !important;
}
.btn.btn-outline-success:hover {
  background-color: #32b268 !important;
  border-color: #32b268 !important;
  color: #ffffff !important;
}
.btn {
  padding: 8px 20px;
  border-radius: 6px;
}
.btn-bordered-success {
  background-color: #32b268 !important;
  border-color: #32b268 !important;
  border: none;
}
.btn-bordered-danger {
  background-color: #f46a6a !important;
  border-color: #f46a6a !important;
  border: none;
}
.btn-bordered-warning {
  border: none;
}
.btn-bordered-secondary {
  border: none;
}
.btn-bordered-info {
  border: none;
}
.btn-bordered-primary {
  border: none;
}
.breadcrumb-item {
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 35px;
  font-size: 13px;
  z-index: 2;
  padding-left: 50px !important;
  margin-left: -35px;
  text-align: right;
  box-shadow: 0 2px 4px rgb(15 34 58 / 12%);
}
.breadcrumb-item.active {
  background: #f7b86d;
  margin-left: -55px;
  color: #ffffff;
  z-index: 0;
  text-align: right;
  padding-left: 70px !important;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: none !important;
}
.breadcrumb-item.home {
  width: auto;
  border-radius: 100%;
  padding: 5px 11px !important;
  background: #32b268;
  color: #ffffff;
  z-index: 5;
  box-shadow: 0px 0px 12px 4px rgb(15 34 58 / 12%);
  margin-left: 0px !important;
}
.breadcrumb-item.dash {
  z-index: 3;
}
.breadcrumb-item.home a {
  color: #ffffff !important;
  font-size: 22px;
}
.breadcrumb-item > a {
  color: #c7c7c7 !important;
}
.footer {
  box-shadow: rgb(0 0 0 / 3%) 0px -2px 0px 0px;
}
.content-login {
  background-color: #f4f7f9;
}
.content-login .card {
  border-radius: 15px;
  /* box-shadow: 0px 10px 12px rgb(0 0 0 / 25%); */
}
.content-login .card .card-body {
  padding: 35px !important;
}
.pattern-1 {
  position: fixed;
  bottom: 0px;
  left: 0px;
}
.pattern-2 {
  position: fixed;
  bottom: 0px;
  left: 34%;
}
.pattern-3 {
  position: fixed;
  bottom: 0px;
  right: 0px;
}
@media (max-width: 720px) {
  .pattern-1 {
    width: 100%;
  }
  .pattern-2 {
    display: none;
  }
  .pattern-3 {
    display: none;
  }
}
.content-login .card {
  z-index: 1;
}
.form-label {
  margin-bottom: 0.5rem !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: #74788d !important;
}
.content-login .account-pages {
  margin-bottom: 100px;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
#sidebar-menu > ul > li > a {
  margin: 0 10px;
  margin-bottom: 3px;
  padding: 0.6rem 1.1rem;
  font-size: 14px;
  font-weight: 500;
}
#sidebar-menu > ul > li > a:hover {
  background-color: #d3f9e3;
  border-top-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
  color: #383c40;
}
#sidebar-menu > ul > li > a:focus {
  box-shadow: 0 3px 5px rgb(11 31 58 / 11%);
  color: #32b268 !important;
  background-color: #d3f9e3;
  border-top-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}
.mm-active > a {
  background-color: #d3f9e3;
  color: #32b268 !important;
  border-top-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
  box-shadow: 0 3px 5px rgb(11 31 58 / 11%);
}
.nav-second-level li.mm-active > a {
  color: #32b268 !important;
  box-shadow: none !important;
  background: none !important;
  box-shadow: none !important;
}
.nav-second-level li a:hover {
  color: #383c40;
}
.left-side-menu {
  width: 250px;
  box-shadow: 0 2px 4px rgb(15 34 58 / 12%);
}
.content-page {
  margin-left: 250px !important;
}
@media (max-width: 767.98px) {
  .content-page,
  .enlarged .content-page {
    margin-left: 0 !important;
    padding: 0 10px;
  }
}
#sidebar-menu > ul > li > a i {
  margin: 0px 6px 0 3px;
}
#sidebar-menu .menu-arrow {
  right: 10px !important;
}
.step-item {
  margin-bottom: 35px;
}
.step-item.active .step-label h5 {
  color: #32b268;
  font-weight: 600;
}
.step-item.active .step-label p {
  color: #323a46;
}
.step-item.active .step-label {
  opacity: 1;
}
.step-item .step-label h5 {
  color: #74788d;
  font-weight: 400;
}
.step-item .step-label p {
  color: #74788d;
}
.step-item .step-label {
  opacity: 0.6;
  width: 75%;
}
.step-item.active .step-dot {
  color: #ffffff;
  background-color: #32b268;
  border-color: #32b268;
}
.step-dot {
  position: relative;
  height: 35px;
  width: 35px;
  line-height: 30px;
  margin: 1px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #777;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #343a40;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
/* .step-item.active:first-child:before{
	content: "";
    position: absolute;
    height: 3%;
    background: #32b268;
    width: 3px;
    right: 29px;
    z-index: -1;
}
.step-item:first-child:after{
	content: "";
    position: absolute;
    height: 8%;
    background: #c2c2c2;
    width: 3px;
    right: 29px;
    z-index: -1;
}
.step-item:not(:last-child):before, .step-item:not(:last-child):after{
	content: "";
    position: absolute;
    height: 8%;
    background: #ededed;
    width: 3px;
    right: 29px;
    z-index: -1;
} */
.step-item .step-content:after {
  content: "";
  position: absolute;
  height: 13%;
  background: #ededed;
  width: 3px;
  right: 29px;
  z-index: -1;
}
.step-item.active .step-content:after {
  content: "";
  position: absolute;
  height: 13%;
  background: #32b268 !important;
  width: 3px;
  right: 29px;
  z-index: -1;
}
.step-item:last-child .step-content:after {
  content: "";
  position: absolute;
  height: 0px;
  background: #ededed;
  width: 3px;
  right: 29px;
  z-index: -1;
}
.title-floating-footer {
  position: fixed;
  bottom: 83px;
  right: 90px;
  background: #ffffff;
  padding: 12px 15px;
  border-radius: 6px;
  box-shadow: 0px 9px 12px 2px #ebebeb;
  z-index: 99;
}
.title-floating-footer a {
  color: #5d0eff;
  font-weight: 500;
}
.btn-floating {
  background-color: #5d0eff;
  color: #fff;
  position: fixed;
  bottom: 70px;
  border-radius: 30%;
  right: 15px;
  font-size: 40px;
  height: 60px;
  font-weight: 900;
  box-shadow: 0px 9px 12px 2px #c4b0f2;
  z-index: 99;
  border: none;
  padding: 0px 10px;
  transition: all 0.4s;
}
.btn-floating:hover {
  background-color: #5d0eff !important;
  background: #ffffff !important;
  color: #5d0eff !important;
}
.title-floating-footer:after {
  display: inline-block;
  content: "";
  position: absolute;
  background-color: #fff;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: -5px;
  border-radius: 0 3px 0 0;
  box-shadow: 1px -1px 4px 0 #eee;
}
.floating {
  animation-name: floating;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.floating:hover {
  animation: none;
}

@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 7.5px);
  }
  100% {
    transform: translate(0, -0px);
  }
}
.onboarding-wp-2 .mk-steps .mk-step-item.active .mk-step-dot {
  color: #fff;
  background-color: #32b268;
  border-color: #32b268;
}
.onboarding-wp-2 .mk-step-content .mk-step-dot {
  position: relative;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin: 1px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #777;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777;
}
.onboarding-wp-2 .mk-steps .mk-step-item.active .mk-step-label {
  color: #212121;
}
.onboarding-wp-2 .mk-step-content .mk-step-label {
  margin-top: 0.5em;
  font-size: 0.875rem;
  color: #777;
  height: 30px;
  text-align: center;
}
.onboarding-wp-2 .mk-steps .mk-step-item:not(:last-child):after {
  right: -33%;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.onboarding-wp-2 .mk-steps .mk-step-item:not(:last-child):after {
  right: -33%;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.onboarding-wp-2 .mk-steps .mk-step-item:not(:first-child):before,
.onboarding-wp-2 .mk-steps .mk-step-item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 15px;
  height: 2px;
  background: #e2e2e2;
  width: 65%;
}
.onboarding-wp-2 .mk-steps .mk-step-item:not(:first-child):before {
  left: -33%;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.onboarding-wp-2 .mk-steps .mk-step-item:not(:first-child):before,
.onboarding-wp-2 .mk-steps .mk-step-item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 15px;
  height: 2px;
  background: #e2e2e2;
  width: 65%;
}
.onboarding-wp-2 .mk-steps {
  display: flex;
  margin-bottom: 1em;
  width: 100%;
  margin: 0 auto;
}
.onboarding-wp-2 .mk-step-content {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777;
}
.onboarding-wp-2 .mk-steps .mk-step-item {
  flex-direction: row;
  display: inline-flex;
  justify-content: center;
  position: relative;
  max-width: 25%;
  width: 25%;
}
.onboarding-wp-2 .mk-steps .mk-step-item.done .mk-step-dot {
  color: #32b268;
  border-color: #32b268;
  font-weight: 700;
}
.form-control {
  /* height: calc(1.5em + 1.3rem + 2px); */
}
.list-file-excel .nama-file {
  font-weight: 500;
  color: #000000;
}
.list-file-excel .badge {
  font-size: 13px;
  padding: 5px 10px;
}
.list-file-excel {
  padding: 9px 3px;
  box-shadow: 0px 3px 4px -4px rgb(0 0 0 / 25%);
  border-radius: 6px;
}
.font-weight-400 {
  font-weight: 400;
}
.file-template-down {
  padding: 13px 15px;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
}
.file-template-down .icon-file {
  font-size: 40px;
  line-height: 30px;
}
.file-template-down .icon-download {
  font-size: 25px;
  line-height: 30px;
}
.file-template-down.error {
  border: 1px solid #ff5b5b;
  background: #ff5b5b26;
}
.list-file-upload {
  padding: 13px;
  border-radius: 6px;
  display: flex;
}
.list-file-upload.error {
  border: 1px solid #ff5b5b;
  background: #ff5b5b26;
}
.list-file-upload .icon-file {
  font-size: 50px;
  line-height: 50px;
}
.list-file-upload .icon-close {
  font-size: 25px;
  line-height: 30px;
}
.list-file-upload h5 {
  font-weight: 500 !important;
}
.content-upload-drop {
  text-align: center;
  border-radius: 4px;
  border: 2px dotted #dfdfdf;
  background: #fbfbfb;
  padding: 22px;
}
.content-upload-drop .icon-file {
  display: block;
  font-size: 60px;
  line-height: 60px;
}
.card-setup-guide {
  /* background: #fff8d6;
    border: 1px solid #ffed95; */
  background: #e7f7ee;
  border: 1px solid #c1ddcd;
  border-radius: 6px !important;
  box-shadow: 0px 3px 9px -4px #e7f7ee;
}
.card-setup-guide .card-body {
  padding: 28px 40px;
}
.list-tour {
  padding: 7px 8px;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
}
.list-tour.done .badge-custom {
  border: 1px solid #cbcbcb;
  padding: 4px 10px;
  border-radius: 20px;
  color: #9b9b9b;
  line-height: 13px;
  font-weight: 600;
  font-size: 10px;
  min-width: 73px;
}
.list-tour.before .badge-custom {
  border: 1px solid #cbcbcb;
  padding: 4px 10px;
  border-radius: 20px;
  color: #9b9b9b;
  line-height: 13px;
  font-weight: 600;
  font-size: 10px;
  min-width: 73px;
}
.list-tour.done p {
  color: #9b9b9b;
  font-size: 13px;
}
.list-tour.active p {
  color: #000000;
  font-size: 13px;
  font-weight: 600;
}
.list-tour.before p {
  color: #9b9b9b;
  font-size: 13px;
}
.list-tour.before i {
  font-weight: 700;
  font-size: 22px;
  color: #000000;
  line-height: 23px;
}
.list-tour.done i {
  font-weight: 700;
  font-size: 22px;
  color: #000000;
  line-height: 23px;
}
.list-tour.active .badge-custom {
  border: 1px solid #32b268;
  padding: 4px 10px;
  border-radius: 20px;
  color: #9b9b9b;
  line-height: 13px;
  font-weight: 600;
  background: #32b268;
  color: #ffffff;
  font-size: 10px;
  min-width: 73px;
}
.list-tour.active i {
  font-weight: 700;
  font-size: 22px;
  color: #000000;
  line-height: 23px;
}
.list-tour.active {
  padding: 7px 12px;
  background: #ffffff;
  border-radius: 50px;
  box-shadow: 0px 2px 16px -4px rgb(72 72 72 / 25%);
  animation-name: animateflo;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
@keyframes animateflo {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 3px);
  }
  100% {
    transform: translate(0, -0px);
  }
}
.nav-second-level li a {
  font-size: 14px;
}
html {
  scroll-behavior: smooth;
}
.top-bar-active .navbar-custom {
  top: 49px !important;
}
.top-bar-active .content-page {
  margin-top: 119px !important;
}
.top-bar-active .left-side-menu {
  top: 119px !important;
}
.top-bar-alert {
  text-align: center;
  padding: 13px 35px;
  background: #398ab9;
  position: fixed;
  width: 100%;
  z-index: 99;
}
.top-bar-alert .text-alert {
  color: #ffffff;
  font-size: 15px;
}
.top-bar-alert .btn-close-alert {
  float: right;
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
}
.dot-flashing {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 5px;
  background-color: #000000;
  color: #000000;
  animation: dotFlashing 1s infinite linear alternate;
  animation-delay: 0.5s;
  right: 19%;
  bottom: 11.5%;
}

.dot-flashing::before,
.dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-flashing::before {
  left: -15px;
  width: 7px;
  height: 7px;
  border-radius: 5px;
  background-color: #000000;
  color: #000000;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 0s;
}

.dot-flashing::after {
  left: 15px;
  width: 7px;
  height: 7px;
  border-radius: 5px;
  background-color: #000000;
  color: #000000;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 1s;
}

@keyframes dotFlashing {
  0% {
    background-color: #9880ff;
  }
  50%,
  100% {
    background-color: #ebe6ff;
  }
}
.box-search {
  padding: 6px 20px;
}
.font-size-25 {
  font-size: 25px !important;
}
.box-search input {
  border: none;
  font-size: 18px;
  padding: 0px;
  height: 45px;
}
@media (min-width: 576px) {
  #search-modal .modal-dialog {
    max-width: 650px;
    margin-top: 110px;
  }
}
.list-search:focus {
  background: #daeeff;
}
.list-search:hover {
  background: #daeeff;
  cursor: default;
}
.list-search {
  padding: 8px 20px;
  font-size: 13px;
  margin-bottom: 3px;
}

.list-search b {
  color: #377d82;
  font-weight: 600;
}
.list-name-search {
  text-transform: capitalize;
}
.swal2-modal {
  font-family: "Poppins", sans-serif !important;
}
.swal2-modal button.styled {
  border-radius: 7px !important;
  font-size: 14px !important;
}
.swal2-modal h2 {
  font-size: 23px !important;
  text-align: left !important;
  margin-left: 115px !important;
  line-height: 45px !important;
}
.swal2-modal .swal2-content {
  font-size: 14px !important;
  text-align: left !important;
  margin-left: 115px !important;
}
.swal2-modal {
  border-radius: 12px !important;
}
.swal2-content {
  overflow: auto;
  max-height: 300px;
}
.select2-container .select2-selection--multiple {
  min-height: 44px !important;
}
.select2-container .select2-search--inline .select2-search__field {
  margin-top: 10px !important;
  margin-left: 0.9rem;
}
.select2-container--default .select2-selection--multiple {
  border-radius: 6px !important;
}
span.select2-selection.select2-selection--single {
  height: 44px;
  padding: 0.45rem 0.9rem;
  border-radius: 6px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 5px !important;
}
.swal2-modal .swal2-styled.swal2-loading {
  position: relative;
  left: 42%;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 32px !important;
  right: 5px !important;
}
.swal2-icon {
  float: left;
}
.swal2-spacer {
  display: none !important;
}
.swal2-modal {
  text-align: left !important;
  overflow: hidden !important;
}
.swal2-confirm {
  margin-left: 26px !important;
}
.swal2-modal button.styled {
  margin-top: 15px !important;
}
.swal2-cancel {
  background-color: #ff5b5b !important;
}
.swal2-confirm {
  background-color: #35b8e0 !important;
}
.bootstrap-switch {
  padding: 2px;
  border-radius: 16px !important;
}
.bootstrap-switch.bootstrap-switch-wrapper {
  padding: 0px !important;
  border: none !important;
  border-radius: 20px !important;
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  height: 22px !important;
}
.bootstrap-switch-container {
  background: #ffffff;
}
.bootstrap-switch-handle-on {
  border-radius: 100px;
}
.bootstrap-switch-handle-off {
  border-radius: 100px !important;
}
.bounce {
  animation-name: floating;
  animation-duration: 1.1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.content-pembayaran img {
  width: 100px;
}
.content-pembayaran p {
  margin-bottom: 0px !important;
}
.nav-tabs .nav-link {
  border: 1px solid #e3e3e3;
  border-left: 0px;
  background: #f9f9f9;
  border-radius: 0px;
  font-weight: 400;
  color: #6c6c6c;
  margin-top: 3px;
  border-bottom: 1px solid #e3e3e3;
  font-size: 13px;
  padding: 9px 15px;
}
li.nav-item .nav-link {
  border-left: 1px solid #dee2e6;
}
.nav-tabs .nav-link:hover {
  border-color: #ebebeb;
}
.card-header {
  padding: 13px 25px;
  background-color: #32b268c4;
  border-bottom: 0px;
  color: #ffffff;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}
.ui-widget-content h5 {
  font-size: 13px;
}
.ui-widget-content .grab {
  font-size: 12px;
}
.conteiner-image {
  border-radius: 8px;
  border: 1px solid #dadce0;
  background: #ffffff;
}
.conteiner-image .image img {
  height: 200px;
  object-fit: cover;
  object-position: top;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  filter: blur(0.5px);
}
.conteiner-image .text {
  padding: 17px 20px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top: 1px solid #dadce0;
}
.conteiner-image p {
  font-size: 13px !important;
  color: #000000;
  font-weight: 500;
}
.conteiner-image:hover {
  background: #eeeeee !important;
}
.modal-custom {
  background: #1f1f1ff2 !important;
}
.bar-custom {
  position: fixed;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.65) 0%,
    transparent 100%
  );
  width: 100%;
  z-index: 1;
}
.bar-custom a {
  cursor: pointer;
}
.bar-custom {
  color: white !important;
}
.menu-right {
  color: #ffffff;
}
.menu-right i {
  padding: 5px 8px;
}
.menu-right i:hover {
  background: #8b8787ba;
  border-radius: 3px;
  color: #ffffff;
}
.modal-content.custom {
  margin-top: 55px;
  border-radius: 0px;
  background-color: transparent !important;
  border: none !important;
}
.modal-dialog.custom {
  max-width: 100%;
  padding-left: 15px;
  height: 500px;
}
.height-500 {
  height: 600px;
  overflow: auto;
}
.modal-dialog.custom img {
  width: 60%;
}
.modal-custom .btn-prev-image {
  position: absolute;
  top: 45%;
  background: rgba(0, 0, 0, 0.75);
  padding: 14px 16px;
  line-height: 1px;
  border-radius: 100%;
  color: #ffffff;
  text-align: center;
  padding-right: 18px;
}
.modal-custom .btn-prev-image:hover {
  background: #007bff !important;
}
.modal-custom .btn-next-image {
  position: absolute;
  top: 45%;
  background: rgba(0, 0, 0, 0.75);
  padding: 14px 16px;
  line-height: 1px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  right: 25px;
  padding-left: 18px;
}
.modal-custom .btn-next-image:hover {
  background: #007bff !important;
}
.btn-alur {
  height: 40px;
  line-height: 37px !important;
}
.btn-alur i {
  font-size: 18px !important;
}
@media (max-width: 720px) {
  .btn-alur {
    font-size: 10px;
    height: 30px;
    line-height: 30px !important;
  }
  .btn-alur i {
    font-size: 12px !important;
  }
}
.btn-edit-cal {
  cursor: pointer;
  margin-top: 5px;
  background: #d6ebff;
  padding: 2px 5px;
  border-radius: 5px;
  color: #71b6f9;
  margin-right: 3px;
}
.btn-hapus-cal {
  cursor: pointer;
  margin-top: 5px;
  background: #ffdbdb;
  padding: 2px 5px;
  border-radius: 5px;
  color: #f46a6a;
}
.enlarged .logo-box {
  width: 115px !important;
}
.card-header h2 {
  font-size: 0.9rem;
  color: #ffffff;
  font-weight: 400;
  margin-top: 3px;
  margin-bottom: 3px;
}
.card-header h3 {
  font-size: 0.9rem;
  color: #ffffff;
  font-weight: 400;
  margin-top: 3px;
  margin-bottom: 3px;
}
.card-header h4 {
  font-size: 0.9rem;
  color: #ffffff;
  font-weight: 400;
  margin-top: 3px;
  margin-bottom: 3px;
}
.card-header h5 {
  font-size: 0.9rem;
  color: #ffffff;
  font-weight: 400;
  margin-top: 3px;
  margin-bottom: 3px;
}
.btn-login-new {
  background: #32b268;
  border-color: #32b268;
}
.form-login {
  border: none;
  border-left: 4px solid #32b268;
  border-radius: 0px !important;
  background: #f6f6f6;
}
thead.bg-primary {
  background-color: #32b268 !important;
}
.btn-primary {
  background-color: #32b268;
  border-color: #32b268;
}
.btn-primary:hover {
  background-color: #299958;
  border-color: #299958;
}
.btn-bordered-primary {
  background-color: #32b268;
  border-color: #32b268;
}
.btn-bordered-primary:hover {
  background-color: #299958;
  border-color: #299958;
}
a {
  color: #32b268;
}
.logo-box {
  width: 250px;
}
.page-title-main {
  color: #199044;
}
.navbar-custom .button-menu-mobile {
  color: #199044;
}

.select2-container--default .select2-search--inline .select2-search__field {
  width: auto !important;
}
.btn-sm-custom {
  padding: 6px 10px !important;
  font-size: 12px !important;
}
.tab-custom {
  display: inline-flex;
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 2px solid #ebebeb;
  margin-top: 20px;
}
.tab-custom .nav-tab-custom {
  flex-grow: 1;
  text-align: center;
  flex-basis: 0;
  position: relative;
  padding-bottom: 15px;
}
.tab-custom .nav-tab-custom .href-tab {
  display: block;
  color: #babac4;
  font-size: 15px;
}
.tab-custom .nav-tab-custom.active .href-tab {
  color: #2ab57d;
  font-weight: 600;
}
.tab-custom .nav-tab-custom.done .href-tab {
  color: #2ab57d;
  font-weight: 600;
}
.tab-custom .nav-tab-custom .href-tab span.number {
  font-size: 15px;
  padding: 5px 11px;
  background: #babac4;
  color: #ffffff;
  margin-right: 13px;
  border-radius: 100px;
}
.tab-custom .nav-tab-custom .href-tab span.number.one {
  padding: 5px 12px;
}
.nav-tab-custom.active a span.number {
  background: #2ab57d !important;
  font-weight: 600;
}
.nav-tab-custom.done a span.number {
  background: #2ab57d !important;
  font-weight: 600;
}

.nav-tab-custom.active a::after {
  content: "";
  background: #2ab57d;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -2px;
}
.nav-tab-custom.done a::after {
  content: "";
  background: #2ab57d;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -2px;
}
.nav-pills.custom .nav-link.active {
  background-color: #3b7df5;
  font-size: 13px;
  border-radius: 5px;
  border: none;
}
.nav-pills.custom li.nav-item .nav-link {
  font-size: 13px !important;
}

.nav-pills.custom li.nav-item .nav-link {
  border-left: none;
}
.table-small {
  padding: 10px 15px !important;
}
.bg-grid-pkpa-header {
  padding: 14px 15px;
  background: #35b8e0;
  color: #ffffff;
  font-weight: bold;
}
.row-custom .col-md-4:nth-child(2) {
  border-left: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}
.row-custom-body .col-suctom-body {
  padding: 15px;
  border: 1px solid #dee2e6;
}
.waktu-jadwal .item::after {
  content: "";
  display: block;
  position: absolute;
  width: -webkit-fill-available;
  border-bottom: 3px solid #f5f5f5;
  top: 9px;
  border-radius: 15px;
  left: 55px;
}
.waktu-jadwal .item {
  position: relative;
}
.content-jadwal .item{
  position: relative;
  background: #e7e7e7;
  border-radius: 6px;
  padding: 8px 10px;
  border-top: 3px solid #ffffff;
  margin-bottom: 1px;
  font-size: 13px;
}

.tabs.tab-new {
	display: flex;
	position: relative;
	background-color: #fff;
  box-shadow: 0 0 1px 0 rgba(24, 94, 224, 0.15), 0 2px 7px 0 rgba(24, 94, 224, 0.15);
	padding: 10px;
	border-radius: 10px;
  width: fit-content;
}

.tab-new input[type="radio"] {
	display: none;
}

.tab-new .tab {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 100px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 10px;
	cursor: pointer;
	transition: color 0.15s ease-in;
}

.tab-new .notification {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	margin-left: 0.75rem;
	border-radius: 50%;
	background-color:  #e6eef9;;
	transition: 0.15s ease-in;
}

.tab-new input[type="radio"] {
	&:checked {
		& + label {
			color: #185ee0;
      z-index: 2;
			& > .notification {
				background-color: #185ee0;
				color: #fff;
			}
		}
	}
}

.tab-new input[id="radio-1"] {
	&:checked {
		& ~ .glider {
			transform: translateX(0);
		}
	}
}

.tab-new input[id="radio-2"] {
	&:checked {
		& ~ .glider {
			transform: translateX(100%);
		}
	}
}

.tab-new input[id="radio-3"] {
	&:checked {
		& ~ .glider {
			transform: translateX(200%);
		}
	}
}

.tab-new input[id="radio-4"] {
	&:checked {
		& ~ .glider {
			transform: translateX(300%);
		}
	}
}
.tab-new input[id="radio-5"] {
	&:checked {
		& ~ .glider {
			transform: translateX(400%);
		}
	}
}
.tab-new input[id="radio-6"] {
	&:checked {
		& ~ .glider {
			transform: translateX(500%);
		}
	}
}

.tab-new .glider {
	position: absolute;
	display: flex;
	height: 40px;
	width: 100px;
	background-color:  #e6eef9;;
	z-index: 1;
	border-radius: 10px; 
	transition: 0.25s ease-out;
}

@media (max-width: 700px) {
	.tabs .tab-new {
		transform: scale(0.6);
	}
}
.waktu-jadwal{
  gap: 100px;
  flex-direction: column;
  z-index: 0;
  position: relative;
  margin-top: 20px;
}
.content-jadwal{
  position: absolute;
  top: 13px;
  left: 8%;
  right: 2%;
  flex-wrap: wrap;
  z-index: 3;
}
.btn-add-jadwal{
  background-color: #185ee0;
  border-color: #185ee0;
  padding: 4px 10px;
  font-size: 11px;
}
