@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;400;600&display=swap");
body {
  font-family: "Inter", sans-serif;
  color: black;
}

.swal-footer {
  text-align: center;
}

.content {
  background-color: white;
}

.main-header {
  height: 128px;
}
.main-header .brand-image {
  width: 261px;
  height: 69px !important;
}
.main-header form {
  margin-left: auto;
}
.main-header form .search {
  width: 303px;
  height: 42px !important;
  border: 1px solid #808080;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 21px;
}
@media (max-width: 1103px) {
  .main-header form .search {
    width: 200px;
    height: 42px !important;
    border: 1px solid #808080;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 21px;
  }
}
.main-header form .input-group-append .btn-success {
  background-color: #288C50;
  width: 56px;
  height: 44px;
  border-radius: 0px 20px 20px 0px;
}
.main-header ul li {
  margin-bottom: 5px !important;
  display: flex;
  align-items: center;
}
.main-header ul li span {
  margin-left: 10px !important;
  font-weight: 600;
}
.main-header ul li .icon {
  background-color: #288C50;
  height: 48px;
  width: 48px;
  border-radius: 50px;
  margin-left: 20px;
}
.main-header ul li .icon .icon-navbar {
  font-size: 25px;
  color: white;
}
.main-header ul .dropdown form {
  margin-left: 0px;
}
.main-header ul .garis {
  font-size: 50px;
  margin-left: 20px;
  color: #288C50;
}
@media (max-width: 992px) {
  .main-header ul .garis {
    display: none;
  }
}
.main-header ul .user {
  padding-top: 0;
}
.main-header ul .user .icon-user {
  font-size: 48px;
  color: #288C50;
}
@media (min-width: 992px) {
  .main-header ul li {
    margin-top: 14px !important;
  }
  .main-header ul li span {
    display: none;
  }
}

@media (max-width: 992px) {
  .main-header .logo-utrujah {
    max-width: 70%;
    height: auto !important;
  }
  .main-header .collapse {
    background-color: white !important;
    padding: 20px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    border: rgba(0, 0, 0, 0.15);
  }
  .main-header .collapse ul {
    margin-top: 10px;
  }
  .main-header .collapse ul .dropdown {
    margin-left: 20px;
  }
  .main-header .collapse ul .dropdown form {
    margin-left: 0px;
  }
}
.ijo {
  background-color: #288C50;
  height: 40px;
}

.kuning {
  background-color: #F59740;
  height: 27px;
}

.content-wrapper {
  background-color: white !important;
}
.content-wrapper .beranda .row .col a {
  color: black;
  text-decoration: none !important;
}
.content-wrapper .eye {
  background-color: transparent;
  border-left-width: 0px;
}
.content-wrapper .pw {
  border-right-width: 0px;
}
.content-wrapper .is-invalid-pw {
  border-color: #dc3545;
}
.content-wrapper .card-body h3 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 15px 40px;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  left: 52px;
  top: 268px;
  color: white;
  justify-content: center;
  background: #288C50;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
@media (max-width: 992px) {
  .content-wrapper .card-body .reverse {
    flex-direction: column-reverse;
  }
}
.content-wrapper .card-body thead {
  background: #288C50;
  color: white;
}
.content-wrapper .container-image-login {
  position: relative;
  margin: 0 auto;
}
.content-wrapper .container-image-login .cover-text {
  position: absolute;
  bottom: 0;
  color: #f1f1f1;
  width: 100%;
  height: 100%;
  padding: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-wrapper .container-image-login .cover-text h1 {
  font-size: 48px;
}
.content-wrapper .login-form {
  padding: 200px 77px 380px 77px;
}
.content-wrapper .login-form h3 {
  margin-bottom: 55px;
}
.content-wrapper .login-form .lupa-password a {
  color: #FF0000;
  font-weight: 600;
  font-size: 18px;
}
.content-wrapper .login-form .btn-sign {
  background-color: #288C50;
  border-color: #288C50;
  color: white;
  margin-top: 42px;
}
@media (max-width: 992px) {
  .content-wrapper .container-image-login {
    padding-right: 0px;
  }
  .content-wrapper .container-image-login img {
    display: none;
  }
  .content-wrapper .container-image-login .cover-text {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .content-wrapper .container-image-login .cover-text h1 {
    font-size: 30px;
    color: black;
  }
  .content-wrapper .login-form {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 5px;
    padding-left: 15px;
  }
  .content-wrapper .login-form .container-login {
    padding-top: 10px;
  }
  .content-wrapper .login-form .container-login h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .content-wrapper .login-form .container-login form .col button {
    margin-top: 0px;
  }
}
.content-wrapper .input-group-addon {
  display: flex;
}
.content-wrapper .input-group-addon .input-group-text {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-left: -2px;
}
.content-wrapper .cover-datepicker {
  width: 100%;
  min-height: 331px;
  left: 93px;
  top: 300px;
  background: #E4E4E4;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding-left: inherit;
  padding-right: inherit;
}
.content-wrapper .btn {
  border-radius: 10px;
}
.content-wrapper .export {
  background-color: #F59740;
  border-color: #F59740;
}
.content-wrapper .export:hover {
  background-color: #e28d3c;
}
.content-wrapper .pilih-kelas {
  width: 200px !important;
}
.content-wrapper .pilih-asrama {
  width: 200px !important;
}
.content-wrapper .pilih-hari {
  width: 70px;
}
.content-wrapper .hari {
  width: 70px !important;
}
.content-wrapper .hari::-webkit-inner-spin-button {
  opacity: 1;
}
.content-wrapper .pengajar {
  list-style-type: none;
  padding-left: 0px;
}
.content-wrapper .data-murojaah {
  list-style-type: none;
  display: flex;
}
.content-wrapper .data-murojaah li {
  margin-right: 55px;
}
.content-wrapper .data-absensi {
  list-style-type: none;
  display: flex;
}
.content-wrapper .data-absensi li {
  margin-right: 55px;
}
.content-wrapper .data-tahsin {
  list-style-type: none;
  display: flex;
}
.content-wrapper .data-tahsin li {
  margin-right: 28px;
}
.content-wrapper .scrol-kolom {
  overflow: auto;
  white-space: nowrap;
  display: block;
  min-height: auto;
}
.content-wrapper .disable-arrow-dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.content-wrapper .tanggal {
  color: #0078D7;
}
.content-wrapper .biru {
  color: #0078D7;
}
.content-wrapper .merah {
  color: #EB5757;
}
.content-wrapper .bio {
  font-size: 22px;
  display: flex;
  align-items: baseline;
}
.content-wrapper .bio .col-sm-2 {
  padding-left: 2px;
  padding-right: 2px;
}
.content-wrapper .bio .nama_santri {
  font-size: 32px;
}
.content-wrapper #reservationdate .datepicker .datepicker-days table thead {
  background-color: #fff;
  color: black;
}
.content-wrapper .jumlah-santri {
  color: #288C50;
  font-weight: 600;
}
.content-wrapper .time-only .datepicker {
  display: none !important;
}
.content-wrapper .sertifikat {
  border: 0px;
  padding-left: 6px;
}
.content-wrapper .cover-rate {
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  gap: 15px;
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  border: 0.2px solid #878787;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.content-wrapper .kredit {
  color: #FF0000;
  font-weight: 600;
}
.content-wrapper .debit {
  color: #288C50;
  font-weight: 600;
}
.content-wrapper .minus {
  background-color: #FF0000;
  color: white;
  border-radius: 50%;
}
.content-wrapper .plus {
  background-color: #288C50;
  color: white;
  border-radius: 50%;
}
.content-wrapper .cover-foto-santri {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.content-wrapper .cover-foto-santri .foto-santri {
  width: 200px;
  height: 200px;
}
.content-wrapper .hafalan {
  margin-top: 2rem;
  display: flex;
  align-items: center;
}
.content-wrapper .hafalan h3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 63px;
  left: 52px;
  top: 268px;
  color: black;
  justify-content: center;
  background: #FFE901;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.content-wrapper .hafalan .pro {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 30px;
  width: 100%;
}
.content-wrapper .hafalan .pro .estimasi {
  font-weight: 400;
  font-style: italic;
}
.content-wrapper .hafalan .pro .estimasi .estimasi-hasil {
  font-size: x-large;
  color: #F59740;
}
.content-wrapper .hafalan .pro .cover-progres-hafalan {
  width: 100%;
  height: 43px;
  z-index: 0;
}
.content-wrapper .hafalan .pro .cover-progres-hafalan .progres-hafalan {
  text-align: end;
  padding-right: 10px;
  color: #FFE901 !important;
  font-size: xx-large;
  border-right-style: solid;
  border-right-width: 10px;
  border-right-color: #F59740;
  background-color: #288c50 !important;
  background: linear-gradient(0deg, rgb(23, 52, 34) 0%, rgb(20, 69, 39) 12%, rgb(40, 140, 80) 100%) !important;
  z-index: 1;
}
.content-wrapper .hafalan .pro .cover-progres-hafalan .progres-corner {
  background-color: #F59740;
  width: 10px;
  height: 60px;
  z-index: 2;
}
@media (max-width: 768px) {
  .content-wrapper .hafalan {
    flex-direction: column;
  }
}
.content-wrapper .tab-santri {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .content-wrapper .tab-santri .tabtab #custom-tabs-one-tab .user-setting {
    width: 137px !important;
  }
}
.content-wrapper .tab-santri .tabtab #custom-tabs-one-tab li {
  border-radius: 0px;
  margin-left: 8px;
  background-color: #F59740;
  width: 95px;
  text-align: center;
  font-size: 12px;
}
.content-wrapper .tab-santri .tabtab #custom-tabs-one-tab li .active {
  background-color: #E6E7E9;
  border-color: #E6E7E9;
  border-radius: 0px;
  color: black;
  height: 100%;
}
.content-wrapper .tab-santri .tabtab #custom-tabs-one-tab li a {
  text-decoration: none;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
}
.content-wrapper .tab-santri .tabtab #custom-tabs-one-tab li :hover {
  border-color: #E6E7E9;
}
.content-wrapper .tab-santri .user-tab #custom-tabs-one-tab li {
  background-color: #E6E7E9 !important;
}
.content-wrapper .tab-santri .user-tab #custom-tabs-one-tab li .active {
  background-color: #F59740 !important;
  border-color: #F59740 !important;
  color: white !important;
}
.content-wrapper .tab-santri .user-tab #custom-tabs-one-tab li a {
  color: black !important;
}
.content-wrapper .tab-santri .user-tab #custom-tabs-one-tab li :hover {
  border-color: #E6E7E9;
}
@media (max-width: 768px) {
  .content-wrapper .tab-santri .tabtab {
    /* Track */
    /* Handle */
    /* Handle on hover */
    overflow-x: auto;
  }
  .content-wrapper .tab-santri .tabtab #custom-tabs-one-tab {
    font-size: 8px;
    flex-flow: nowrap;
  }
  .content-wrapper .tab-santri .tabtab #custom-tabs-one-tab li {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .content-wrapper .tab-santri .tabtab {
    overflow-x: auto;
  }
  .content-wrapper .tab-santri .tabtab #custom-tabs-one-tab {
    flex-flow: nowrap;
  }
}
.content-wrapper .tab-santri .card-body {
  background-color: #E6E7E9;
  padding: 50px;
}
@media (max-width: 768px) {
  .content-wrapper .tab-santri .card-body {
    padding: 10px;
  }
  .content-wrapper .tab-santri .card-body h3 {
    font-size: 1.05rem;
  }
}
.content-wrapper .card-data {
  padding: 0px !important;
}
.content-wrapper .card-data .card-guru {
  padding: 0px !important;
}
.content-wrapper .card-data .card-guru table.dataTable {
  margin-top: 0px !important;
}
.content-wrapper .card-data .card-santri {
  padding: 0px !important;
}
.content-wrapper .card-data .card-santri table.dataTable {
  margin-top: 0px !important;
}
@media (max-width: 768px) {
  .content-wrapper .chart-absensi .chart-absensi-data {
    padding: 10px !important;
  }
  .content-wrapper .chart-absensi .chart-absensi-data #chartAbsensi {
    margin-top: 0px !important;
  }
}
@media (max-width: 1199.98px) {
  .content-wrapper .chart-absensi .chart-absensi-data {
    padding: 30px !important;
  }
  .content-wrapper .chart-absensi .chart-absensi-data #chartAbsensi {
    margin-top: 0px !important;
  }
}
@media (max-width: 768px) {
  .content-wrapper .sholat-fardhu #chartSholatFardhu {
    margin-top: 0px !important;
  }
  .content-wrapper .sholat-fardhu .insyaalloh-responsive {
    overflow-x: auto;
  }
}
.content-wrapper .bio-detail {
  margin-left: 263px;
  margin-right: 263px;
  margin-bottom: 163px;
}
@media (max-width: 768px) {
  .content-wrapper .bio-detail {
    margin-left: 30px !important;
    margin-right: 30px !important;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 1199.98px) {
  .content-wrapper .bio-detail {
    margin-left: 53px;
    margin-right: 53px;
    margin-bottom: 53px;
  }
}
.content-wrapper .tab-detail {
  width: 1140px;
}
.content-wrapper .tab-detail .card-body .tab-content #custom-tabs-one-tahsin .tb-strip .table-striped > tbody > tr:nth-child(odd) > td,
.content-wrapper .tab-detail .card-body .tab-content #custom-tabs-one-tahsin .tb-strip .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fff !important;
  color: black !important;
}
.content-wrapper .tab-detail .card-body .tab-content #custom-tabs-one-tahsin .tb-strip .table-striped > tbody > tr:nth-child(even) > td,
.content-wrapper .tab-detail .card-body .tab-content #custom-tabs-one-tahsin .tb-strip .table-striped > tbody > tr:nth-child(even) > th {
  background-color: #ECEFF1 !important;
  color: black !important;
}
.content-wrapper .tab-detail .card-body .tab-content #custom-tabs-one-absensi .tb-strip .table-striped > tbody > tr:nth-child(odd) > td,
.content-wrapper .tab-detail .card-body .tab-content #custom-tabs-one-absensi .tb-strip .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fff !important;
  color: black !important;
}
.content-wrapper .tab-detail .card-body .tab-content #custom-tabs-one-absensi .tb-strip .table-striped > tbody > tr:nth-child(even) > td,
.content-wrapper .tab-detail .card-body .tab-content #custom-tabs-one-absensi .tb-strip .table-striped > tbody > tr:nth-child(even) > th {
  background-color: #ECEFF1 !important;
  color: black !important;
}
.content-wrapper .tab-detail .card-body .tab-content #custom-tabs-one-absensi .keterangan .keterangan-chart-absensi {
  font-size: 28px;
}
.content-wrapper .tab-detail .card-body .tab-content #custom-tabs-one-absensi .keterangan .keterangan-chart-absensi .hadir {
  color: green;
}
.content-wrapper .tab-detail .card-body .tab-content #custom-tabs-one-absensi .keterangan .keterangan-chart-absensi .telat {
  color: red;
}
.content-wrapper .tab-detail .card-body .tab-content #custom-tabs-one-absensi .keterangan .keterangan-chart-absensi .sakit {
  color: blue;
}
.content-wrapper .tab-detail .card-body .tab-content #custom-tabs-one-absensi .keterangan .keterangan-chart-absensi .izin {
  color: #F59740;
}
.content-wrapper .tab-detail .card-body .tab-content #custom-tabs-one-absensi .keterangan .keterangan-chart-absensi .keterangan {
  color: black;
}
.content-wrapper .tab-detail .card-body .tab-content #custom-tabs-one-ibadah .tb-strip .table-striped > tbody > tr:nth-child(odd) > td,
.content-wrapper .tab-detail .card-body .tab-content #custom-tabs-one-ibadah .tb-strip .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fff !important;
  color: black !important;
}
.content-wrapper .tab-detail .card-body .tab-content #custom-tabs-one-ibadah .tb-strip .table-striped > tbody > tr:nth-child(even) > td,
.content-wrapper .tab-detail .card-body .tab-content #custom-tabs-one-ibadah .tb-strip .table-striped > tbody > tr:nth-child(even) > th {
  background-color: #ECEFF1 !important;
  color: black !important;
}
.content-wrapper .tab-detail .card-body .tab-content #custom-tabs-one-akhlaq .tb-strip .table-striped > tbody > tr:nth-child(odd) > td,
.content-wrapper .tab-detail .card-body .tab-content #custom-tabs-one-akhlaq .tb-strip .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fff !important;
  color: black !important;
}
.content-wrapper .tab-detail .card-body .tab-content #custom-tabs-one-akhlaq .tb-strip .table-striped > tbody > tr:nth-child(even) > td,
.content-wrapper .tab-detail .card-body .tab-content #custom-tabs-one-akhlaq .tb-strip .table-striped > tbody > tr:nth-child(even) > th {
  background-color: #ECEFF1 !important;
  color: black !important;
}
.content-wrapper .tab-detail .card-body .tab-content #custom-tabs-one-amal .tb-strip .table-striped > tbody > tr:nth-child(odd) > td,
.content-wrapper .tab-detail .card-body .tab-content #custom-tabs-one-amal .tb-strip .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fff !important;
  color: black !important;
}
.content-wrapper .tab-detail .card-body .tab-content #custom-tabs-one-amal .tb-strip .table-striped > tbody > tr:nth-child(even) > td,
.content-wrapper .tab-detail .card-body .tab-content #custom-tabs-one-amal .tb-strip .table-striped > tbody > tr:nth-child(even) > th {
  background-color: #ECEFF1 !important;
  color: black !important;
}
.content-wrapper .tab-detail .card-body .tab-content #custom-tabs-one-prestasi .tb-strip .table-striped > tbody > tr:nth-child(odd) > td,
.content-wrapper .tab-detail .card-body .tab-content #custom-tabs-one-prestasi .tb-strip .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fff !important;
  color: black !important;
}
.content-wrapper .tab-detail .card-body .tab-content #custom-tabs-one-prestasi .tb-strip .table-striped > tbody > tr:nth-child(even) > td,
.content-wrapper .tab-detail .card-body .tab-content #custom-tabs-one-prestasi .tb-strip .table-striped > tbody > tr:nth-child(even) > th {
  background-color: #ECEFF1 !important;
  color: black !important;
}
.content-wrapper .tab-detail .card-body .tab-content #custom-tabs-one-ekskul .tb-strip .table-striped > tbody > tr:nth-child(odd) > td,
.content-wrapper .tab-detail .card-body .tab-content #custom-tabs-one-ekskul .tb-strip .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fff !important;
  color: black !important;
}
.content-wrapper .tab-detail .card-body .tab-content #custom-tabs-one-ekskul .tb-strip .table-striped > tbody > tr:nth-child(even) > td,
.content-wrapper .tab-detail .card-body .tab-content #custom-tabs-one-ekskul .tb-strip .table-striped > tbody > tr:nth-child(even) > th {
  background-color: #ECEFF1 !important;
  color: black !important;
}
.content-wrapper .tab-detail .card-body .tab-content #custom-tabs-one-administrasi .tb-strip .table-striped > tbody > tr:nth-child(odd) > td,
.content-wrapper .tab-detail .card-body .tab-content #custom-tabs-one-administrasi .tb-strip .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fff !important;
  color: black !important;
}
.content-wrapper .tab-detail .card-body .tab-content #custom-tabs-one-administrasi .tb-strip .table-striped > tbody > tr:nth-child(even) > td,
.content-wrapper .tab-detail .card-body .tab-content #custom-tabs-one-administrasi .tb-strip .table-striped > tbody > tr:nth-child(even) > th {
  background-color: #ECEFF1 !important;
  color: black !important;
}
.content-wrapper .tab-detail .card-body .tab-content #custom-tabs-one-uangsaku .tb-strip .table-striped > tbody > tr:nth-child(odd) > td,
.content-wrapper .tab-detail .card-body .tab-content #custom-tabs-one-uangsaku .tb-strip .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fff !important;
  color: black !important;
}
.content-wrapper .tab-detail .card-body .tab-content #custom-tabs-one-uangsaku .tb-strip .table-striped > tbody > tr:nth-child(even) > td,
.content-wrapper .tab-detail .card-body .tab-content #custom-tabs-one-uangsaku .tb-strip .table-striped > tbody > tr:nth-child(even) > th {
  background-color: #ECEFF1 !important;
  color: black !important;
}
.content-wrapper #pickyDateZiyadah {
  width: 100% !important;
}
.content-wrapper #pickyDateZiyadah .datepicker-inline {
  width: 100% !important;
}
.content-wrapper #pickyDateZiyadah .datepicker-inline .datepicker-days table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateZiyadah .datepicker-inline .datepicker-days table thead {
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateZiyadah .datepicker-inline .datepicker-days table thead tr th {
  border-bottom: 0px;
  border-radius: 0px;
  font-weight: 600;
}
.content-wrapper #pickyDateZiyadah .datepicker-inline .datepicker-days table thead tr .datepicker-switch {
  order: 1;
}
.content-wrapper #pickyDateZiyadah .datepicker-inline .datepicker-days table thead tr .prev {
  order: 2;
}
.content-wrapper #pickyDateZiyadah .datepicker-inline .datepicker-days table thead tr .next {
  order: 3;
}
.content-wrapper #pickyDateZiyadah .datepicker-inline .datepicker-days table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateZiyadah .datepicker-inline .datepicker-days table tbody tr td {
  border-bottom: 0px;
  border-radius: 0px;
}
.content-wrapper #pickyDateZiyadah .datepicker-inline .datepicker-months table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateZiyadah .datepicker-inline .datepicker-months table thead {
  border-radius: 0px !important;
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateZiyadah .datepicker-inline .datepicker-months table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateZiyadah .datepicker-inline .datepicker-months table tbody tr td {
  border-radius: 0px;
}
.content-wrapper #pickyDateZiyadah .datepicker-inline .datepicker-years table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateZiyadah .datepicker-inline .datepicker-years table thead {
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateZiyadah .datepicker-inline .datepicker-years table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateZiyadah .datepicker-inline .datepicker-years table tbody tr td {
  border-radius: 0px;
}
.content-wrapper #pickyDateZiyadah .datepicker-inline .datepicker-decades table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateZiyadah .datepicker-inline .datepicker-decades table thead {
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateZiyadah .datepicker-inline .datepicker-decades table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateZiyadah .datepicker-inline .datepicker-decades table tbody tr td {
  border-radius: 0px;
}
.content-wrapper #pickyDateMurojaah {
  width: 100% !important;
}
.content-wrapper #pickyDateMurojaah .datepicker-inline {
  width: 100% !important;
}
.content-wrapper #pickyDateMurojaah .datepicker-inline .datepicker-days table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateMurojaah .datepicker-inline .datepicker-days table thead {
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateMurojaah .datepicker-inline .datepicker-days table thead tr th {
  border-bottom: 0px;
  border-radius: 0px;
  font-weight: 600;
}
.content-wrapper #pickyDateMurojaah .datepicker-inline .datepicker-days table thead tr .datepicker-switch {
  order: 1;
}
.content-wrapper #pickyDateMurojaah .datepicker-inline .datepicker-days table thead tr .prev {
  order: 2;
}
.content-wrapper #pickyDateMurojaah .datepicker-inline .datepicker-days table thead tr .next {
  order: 3;
}
.content-wrapper #pickyDateMurojaah .datepicker-inline .datepicker-days table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateMurojaah .datepicker-inline .datepicker-days table tbody tr td {
  border-bottom: 0px;
  border-radius: 0px;
}
.content-wrapper #pickyDateMurojaah .datepicker-inline .datepicker-months table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateMurojaah .datepicker-inline .datepicker-months table thead {
  border-radius: 0px !important;
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateMurojaah .datepicker-inline .datepicker-months table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateMurojaah .datepicker-inline .datepicker-months table tbody tr td {
  border-radius: 0px;
}
.content-wrapper #pickyDateMurojaah .datepicker-inline .datepicker-years table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateMurojaah .datepicker-inline .datepicker-years table thead {
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateMurojaah .datepicker-inline .datepicker-years table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateMurojaah .datepicker-inline .datepicker-years table tbody tr td {
  border-radius: 0px;
}
.content-wrapper #pickyDateMurojaah .datepicker-inline .datepicker-decades table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateMurojaah .datepicker-inline .datepicker-decades table thead {
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateMurojaah .datepicker-inline .datepicker-decades table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateMurojaah .datepicker-inline .datepicker-decades table tbody tr td {
  border-radius: 0px;
}
.content-wrapper #pickyDateTasmi {
  width: 100% !important;
}
.content-wrapper #pickyDateTasmi .datepicker-inline {
  width: 100% !important;
}
.content-wrapper #pickyDateTasmi .datepicker-inline .datepicker-days table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateTasmi .datepicker-inline .datepicker-days table thead {
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateTasmi .datepicker-inline .datepicker-days table thead tr th {
  border-bottom: 0px;
  border-radius: 0px;
  font-weight: 600;
}
.content-wrapper #pickyDateTasmi .datepicker-inline .datepicker-days table thead tr .datepicker-switch {
  order: 1;
}
.content-wrapper #pickyDateTasmi .datepicker-inline .datepicker-days table thead tr .prev {
  order: 2;
}
.content-wrapper #pickyDateTasmi .datepicker-inline .datepicker-days table thead tr .next {
  order: 3;
}
.content-wrapper #pickyDateTasmi .datepicker-inline .datepicker-days table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateTasmi .datepicker-inline .datepicker-days table tbody tr td {
  border-bottom: 0px;
  border-radius: 0px;
}
.content-wrapper #pickyDateTasmi .datepicker-inline .datepicker-months table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateTasmi .datepicker-inline .datepicker-months table thead {
  border-radius: 0px !important;
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateTasmi .datepicker-inline .datepicker-months table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateTasmi .datepicker-inline .datepicker-months table tbody tr td {
  border-radius: 0px;
}
.content-wrapper #pickyDateTasmi .datepicker-inline .datepicker-years table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateTasmi .datepicker-inline .datepicker-years table thead {
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateTasmi .datepicker-inline .datepicker-years table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateTasmi .datepicker-inline .datepicker-years table tbody tr td {
  border-radius: 0px;
}
.content-wrapper #pickyDateTasmi .datepicker-inline .datepicker-decades table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateTasmi .datepicker-inline .datepicker-decades table thead {
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateTasmi .datepicker-inline .datepicker-decades table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateTasmi .datepicker-inline .datepicker-decades table tbody tr td {
  border-radius: 0px;
}
.content-wrapper #pickyDateAbsensi {
  width: 100% !important;
}
.content-wrapper #pickyDateAbsensi .datepicker-inline {
  width: 100% !important;
}
.content-wrapper #pickyDateAbsensi .datepicker-inline .datepicker-days table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateAbsensi .datepicker-inline .datepicker-days table thead {
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateAbsensi .datepicker-inline .datepicker-days table thead tr th {
  border-bottom: 0px;
  border-radius: 0px;
  font-weight: 600;
}
.content-wrapper #pickyDateAbsensi .datepicker-inline .datepicker-days table thead tr .datepicker-switch {
  order: 1;
}
.content-wrapper #pickyDateAbsensi .datepicker-inline .datepicker-days table thead tr .prev {
  order: 2;
}
.content-wrapper #pickyDateAbsensi .datepicker-inline .datepicker-days table thead tr .next {
  order: 3;
}
.content-wrapper #pickyDateAbsensi .datepicker-inline .datepicker-days table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateAbsensi .datepicker-inline .datepicker-days table tbody tr td {
  border-bottom: 0px;
  border-radius: 0px;
}
.content-wrapper #pickyDateAbsensi .datepicker-inline .datepicker-months table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateAbsensi .datepicker-inline .datepicker-months table thead {
  border-radius: 0px !important;
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateAbsensi .datepicker-inline .datepicker-months table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateAbsensi .datepicker-inline .datepicker-months table tbody tr td {
  border-radius: 0px;
}
.content-wrapper #pickyDateAbsensi .datepicker-inline .datepicker-years table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateAbsensi .datepicker-inline .datepicker-years table thead {
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateAbsensi .datepicker-inline .datepicker-years table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateAbsensi .datepicker-inline .datepicker-years table tbody tr td {
  border-radius: 0px;
}
.content-wrapper #pickyDateAbsensi .datepicker-inline .datepicker-decades table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateAbsensi .datepicker-inline .datepicker-decades table thead {
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateAbsensi .datepicker-inline .datepicker-decades table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateAbsensi .datepicker-inline .datepicker-decades table tbody tr td {
  border-radius: 0px;
}
.content-wrapper #pickyDateTahsin {
  width: 100% !important;
}
.content-wrapper #pickyDateTahsin .datepicker-inline {
  width: 100% !important;
}
.content-wrapper #pickyDateTahsin .datepicker-inline .datepicker-days table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateTahsin .datepicker-inline .datepicker-days table thead {
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateTahsin .datepicker-inline .datepicker-days table thead tr th {
  border-bottom: 0px;
  border-radius: 0px;
  font-weight: 600;
}
.content-wrapper #pickyDateTahsin .datepicker-inline .datepicker-days table thead tr .datepicker-switch {
  order: 1;
}
.content-wrapper #pickyDateTahsin .datepicker-inline .datepicker-days table thead tr .prev {
  order: 2;
}
.content-wrapper #pickyDateTahsin .datepicker-inline .datepicker-days table thead tr .next {
  order: 3;
}
.content-wrapper #pickyDateTahsin .datepicker-inline .datepicker-days table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateTahsin .datepicker-inline .datepicker-days table tbody tr td {
  border-bottom: 0px;
  border-radius: 0px;
}
.content-wrapper #pickyDateTahsin .datepicker-inline .datepicker-months table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateTahsin .datepicker-inline .datepicker-months table thead {
  border-radius: 0px !important;
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateTahsin .datepicker-inline .datepicker-months table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateTahsin .datepicker-inline .datepicker-months table tbody tr td {
  border-radius: 0px;
}
.content-wrapper #pickyDateTahsin .datepicker-inline .datepicker-years table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateTahsin .datepicker-inline .datepicker-years table thead {
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateTahsin .datepicker-inline .datepicker-years table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateTahsin .datepicker-inline .datepicker-years table tbody tr td {
  border-radius: 0px;
}
.content-wrapper #pickyDateTahsin .datepicker-inline .datepicker-decades table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateTahsin .datepicker-inline .datepicker-decades table thead {
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateTahsin .datepicker-inline .datepicker-decades table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateTahsin .datepicker-inline .datepicker-decades table tbody tr td {
  border-radius: 0px;
}
.content-wrapper #pickyDateSholatFardhu {
  width: 100% !important;
}
.content-wrapper #pickyDateSholatFardhu .datepicker-inline {
  width: 100% !important;
}
.content-wrapper #pickyDateSholatFardhu .datepicker-inline .datepicker-days table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateSholatFardhu .datepicker-inline .datepicker-days table thead {
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateSholatFardhu .datepicker-inline .datepicker-days table thead tr th {
  border-bottom: 0px;
  border-radius: 0px;
  font-weight: 600;
}
.content-wrapper #pickyDateSholatFardhu .datepicker-inline .datepicker-days table thead tr .datepicker-switch {
  order: 1;
}
.content-wrapper #pickyDateSholatFardhu .datepicker-inline .datepicker-days table thead tr .prev {
  order: 2;
}
.content-wrapper #pickyDateSholatFardhu .datepicker-inline .datepicker-days table thead tr .next {
  order: 3;
}
.content-wrapper #pickyDateSholatFardhu .datepicker-inline .datepicker-days table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateSholatFardhu .datepicker-inline .datepicker-days table tbody tr td {
  border-bottom: 0px;
  border-radius: 0px;
}
.content-wrapper #pickyDateSholatFardhu .datepicker-inline .datepicker-months table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateSholatFardhu .datepicker-inline .datepicker-months table thead {
  border-radius: 0px !important;
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateSholatFardhu .datepicker-inline .datepicker-months table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateSholatFardhu .datepicker-inline .datepicker-months table tbody tr td {
  border-radius: 0px;
}
.content-wrapper #pickyDateSholatFardhu .datepicker-inline .datepicker-years table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateSholatFardhu .datepicker-inline .datepicker-years table thead {
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateSholatFardhu .datepicker-inline .datepicker-years table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateSholatFardhu .datepicker-inline .datepicker-years table tbody tr td {
  border-radius: 0px;
}
.content-wrapper #pickyDateSholatFardhu .datepicker-inline .datepicker-decades table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateSholatFardhu .datepicker-inline .datepicker-decades table thead {
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateSholatFardhu .datepicker-inline .datepicker-decades table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateSholatFardhu .datepicker-inline .datepicker-decades table tbody tr td {
  border-radius: 0px;
}
.content-wrapper #pickyDateSholatDhuhaRawatib {
  width: 100% !important;
}
.content-wrapper #pickyDateSholatDhuhaRawatib .datepicker-inline {
  width: 100% !important;
}
.content-wrapper #pickyDateSholatDhuhaRawatib .datepicker-inline .datepicker-days table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateSholatDhuhaRawatib .datepicker-inline .datepicker-days table thead {
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateSholatDhuhaRawatib .datepicker-inline .datepicker-days table thead tr th {
  border-bottom: 0px;
  border-radius: 0px;
  font-weight: 600;
}
.content-wrapper #pickyDateSholatDhuhaRawatib .datepicker-inline .datepicker-days table thead tr .datepicker-switch {
  order: 1;
}
.content-wrapper #pickyDateSholatDhuhaRawatib .datepicker-inline .datepicker-days table thead tr .prev {
  order: 2;
}
.content-wrapper #pickyDateSholatDhuhaRawatib .datepicker-inline .datepicker-days table thead tr .next {
  order: 3;
}
.content-wrapper #pickyDateSholatDhuhaRawatib .datepicker-inline .datepicker-days table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateSholatDhuhaRawatib .datepicker-inline .datepicker-days table tbody tr td {
  border-bottom: 0px;
  border-radius: 0px;
}
.content-wrapper #pickyDateSholatDhuhaRawatib .datepicker-inline .datepicker-months table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateSholatDhuhaRawatib .datepicker-inline .datepicker-months table thead {
  border-radius: 0px !important;
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateSholatDhuhaRawatib .datepicker-inline .datepicker-months table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateSholatDhuhaRawatib .datepicker-inline .datepicker-months table tbody tr td {
  border-radius: 0px;
}
.content-wrapper #pickyDateSholatDhuhaRawatib .datepicker-inline .datepicker-years table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateSholatDhuhaRawatib .datepicker-inline .datepicker-years table thead {
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateSholatDhuhaRawatib .datepicker-inline .datepicker-years table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateSholatDhuhaRawatib .datepicker-inline .datepicker-years table tbody tr td {
  border-radius: 0px;
}
.content-wrapper #pickyDateSholatDhuhaRawatib .datepicker-inline .datepicker-decades table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateSholatDhuhaRawatib .datepicker-inline .datepicker-decades table thead {
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateSholatDhuhaRawatib .datepicker-inline .datepicker-decades table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateSholatDhuhaRawatib .datepicker-inline .datepicker-decades table tbody tr td {
  border-radius: 0px;
}
.content-wrapper #pickyDateQiyamulLail {
  width: 100% !important;
}
.content-wrapper #pickyDateQiyamulLail .datepicker-inline {
  width: 100% !important;
}
.content-wrapper #pickyDateQiyamulLail .datepicker-inline .datepicker-days table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateQiyamulLail .datepicker-inline .datepicker-days table thead {
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateQiyamulLail .datepicker-inline .datepicker-days table thead tr th {
  border-bottom: 0px;
  border-radius: 0px;
  font-weight: 600;
}
.content-wrapper #pickyDateQiyamulLail .datepicker-inline .datepicker-days table thead tr .datepicker-switch {
  order: 1;
}
.content-wrapper #pickyDateQiyamulLail .datepicker-inline .datepicker-days table thead tr .prev {
  order: 2;
}
.content-wrapper #pickyDateQiyamulLail .datepicker-inline .datepicker-days table thead tr .next {
  order: 3;
}
.content-wrapper #pickyDateQiyamulLail .datepicker-inline .datepicker-days table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateQiyamulLail .datepicker-inline .datepicker-days table tbody tr td {
  border-bottom: 0px;
  border-radius: 0px;
}
.content-wrapper #pickyDateQiyamulLail .datepicker-inline .datepicker-months table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateQiyamulLail .datepicker-inline .datepicker-months table thead {
  border-radius: 0px !important;
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateQiyamulLail .datepicker-inline .datepicker-months table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateQiyamulLail .datepicker-inline .datepicker-months table tbody tr td {
  border-radius: 0px;
}
.content-wrapper #pickyDateQiyamulLail .datepicker-inline .datepicker-years table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateQiyamulLail .datepicker-inline .datepicker-years table thead {
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateQiyamulLail .datepicker-inline .datepicker-years table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateQiyamulLail .datepicker-inline .datepicker-years table tbody tr td {
  border-radius: 0px;
}
.content-wrapper #pickyDateQiyamulLail .datepicker-inline .datepicker-decades table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateQiyamulLail .datepicker-inline .datepicker-decades table thead {
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateQiyamulLail .datepicker-inline .datepicker-decades table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateQiyamulLail .datepicker-inline .datepicker-decades table tbody tr td {
  border-radius: 0px;
}
.content-wrapper #pickyDatePuasa {
  width: 100% !important;
}
.content-wrapper #pickyDatePuasa .datepicker-inline {
  width: 100% !important;
}
.content-wrapper #pickyDatePuasa .datepicker-inline .datepicker-days table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDatePuasa .datepicker-inline .datepicker-days table thead {
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDatePuasa .datepicker-inline .datepicker-days table thead tr th {
  border-bottom: 0px;
  border-radius: 0px;
  font-weight: 600;
}
.content-wrapper #pickyDatePuasa .datepicker-inline .datepicker-days table thead tr .datepicker-switch {
  order: 1;
}
.content-wrapper #pickyDatePuasa .datepicker-inline .datepicker-days table thead tr .prev {
  order: 2;
}
.content-wrapper #pickyDatePuasa .datepicker-inline .datepicker-days table thead tr .next {
  order: 3;
}
.content-wrapper #pickyDatePuasa .datepicker-inline .datepicker-days table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDatePuasa .datepicker-inline .datepicker-days table tbody tr td {
  border-bottom: 0px;
  border-radius: 0px;
}
.content-wrapper #pickyDatePuasa .datepicker-inline .datepicker-months table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDatePuasa .datepicker-inline .datepicker-months table thead {
  border-radius: 0px !important;
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDatePuasa .datepicker-inline .datepicker-months table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDatePuasa .datepicker-inline .datepicker-months table tbody tr td {
  border-radius: 0px;
}
.content-wrapper #pickyDatePuasa .datepicker-inline .datepicker-years table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDatePuasa .datepicker-inline .datepicker-years table thead {
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDatePuasa .datepicker-inline .datepicker-years table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDatePuasa .datepicker-inline .datepicker-years table tbody tr td {
  border-radius: 0px;
}
.content-wrapper #pickyDatePuasa .datepicker-inline .datepicker-decades table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDatePuasa .datepicker-inline .datepicker-decades table thead {
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDatePuasa .datepicker-inline .datepicker-decades table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDatePuasa .datepicker-inline .datepicker-decades table tbody tr td {
  border-radius: 0px;
}
.content-wrapper #pickyDateAkhlaq {
  width: 100% !important;
}
.content-wrapper #pickyDateAkhlaq .datepicker-inline {
  width: 100% !important;
}
.content-wrapper #pickyDateAkhlaq .datepicker-inline .datepicker-days table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateAkhlaq .datepicker-inline .datepicker-days table thead {
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateAkhlaq .datepicker-inline .datepicker-days table thead tr th {
  border-bottom: 0px;
  border-radius: 0px;
  font-weight: 600;
}
.content-wrapper #pickyDateAkhlaq .datepicker-inline .datepicker-days table thead tr .datepicker-switch {
  order: 1;
}
.content-wrapper #pickyDateAkhlaq .datepicker-inline .datepicker-days table thead tr .prev {
  order: 2;
}
.content-wrapper #pickyDateAkhlaq .datepicker-inline .datepicker-days table thead tr .next {
  order: 3;
}
.content-wrapper #pickyDateAkhlaq .datepicker-inline .datepicker-days table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateAkhlaq .datepicker-inline .datepicker-days table tbody tr td {
  border-bottom: 0px;
  border-radius: 0px;
}
.content-wrapper #pickyDateAkhlaq .datepicker-inline .datepicker-months table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateAkhlaq .datepicker-inline .datepicker-months table thead {
  border-radius: 0px !important;
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateAkhlaq .datepicker-inline .datepicker-months table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateAkhlaq .datepicker-inline .datepicker-months table tbody tr td {
  border-radius: 0px;
}
.content-wrapper #pickyDateAkhlaq .datepicker-inline .datepicker-years table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateAkhlaq .datepicker-inline .datepicker-years table thead {
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateAkhlaq .datepicker-inline .datepicker-years table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateAkhlaq .datepicker-inline .datepicker-years table tbody tr td {
  border-radius: 0px;
}
.content-wrapper #pickyDateAkhlaq .datepicker-inline .datepicker-decades table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateAkhlaq .datepicker-inline .datepicker-decades table thead {
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateAkhlaq .datepicker-inline .datepicker-decades table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateAkhlaq .datepicker-inline .datepicker-decades table tbody tr td {
  border-radius: 0px;
}
.content-wrapper #pickyDatePrestasi {
  width: 100% !important;
}
.content-wrapper #pickyDatePrestasi .datepicker-inline {
  width: 100% !important;
}
.content-wrapper #pickyDatePrestasi .datepicker-inline .datepicker-days table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDatePrestasi .datepicker-inline .datepicker-days table thead {
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDatePrestasi .datepicker-inline .datepicker-days table thead tr th {
  border-bottom: 0px;
  border-radius: 0px;
  font-weight: 600;
}
.content-wrapper #pickyDatePrestasi .datepicker-inline .datepicker-days table thead tr .datepicker-switch {
  order: 1;
}
.content-wrapper #pickyDatePrestasi .datepicker-inline .datepicker-days table thead tr .prev {
  order: 2;
}
.content-wrapper #pickyDatePrestasi .datepicker-inline .datepicker-days table thead tr .next {
  order: 3;
}
.content-wrapper #pickyDatePrestasi .datepicker-inline .datepicker-days table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDatePrestasi .datepicker-inline .datepicker-days table tbody tr td {
  border-bottom: 0px;
  border-radius: 0px;
}
.content-wrapper #pickyDatePrestasi .datepicker-inline .datepicker-months table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDatePrestasi .datepicker-inline .datepicker-months table thead {
  border-radius: 0px !important;
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDatePrestasi .datepicker-inline .datepicker-months table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDatePrestasi .datepicker-inline .datepicker-months table tbody tr td {
  border-radius: 0px;
}
.content-wrapper #pickyDatePrestasi .datepicker-inline .datepicker-years table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDatePrestasi .datepicker-inline .datepicker-years table thead {
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDatePrestasi .datepicker-inline .datepicker-years table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDatePrestasi .datepicker-inline .datepicker-years table tbody tr td {
  border-radius: 0px;
}
.content-wrapper #pickyDatePrestasi .datepicker-inline .datepicker-decades table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDatePrestasi .datepicker-inline .datepicker-decades table thead {
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDatePrestasi .datepicker-inline .datepicker-decades table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDatePrestasi .datepicker-inline .datepicker-decades table tbody tr td {
  border-radius: 0px;
}
.content-wrapper #pickyDateAmal {
  width: 100% !important;
}
.content-wrapper #pickyDateAmal .datepicker-inline {
  width: 100% !important;
}
.content-wrapper #pickyDateAmal .datepicker-inline .datepicker-days table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateAmal .datepicker-inline .datepicker-days table thead {
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateAmal .datepicker-inline .datepicker-days table thead tr th {
  border-bottom: 0px;
  border-radius: 0px;
  font-weight: 600;
}
.content-wrapper #pickyDateAmal .datepicker-inline .datepicker-days table thead tr .datepicker-switch {
  order: 1;
}
.content-wrapper #pickyDateAmal .datepicker-inline .datepicker-days table thead tr .prev {
  order: 2;
}
.content-wrapper #pickyDateAmal .datepicker-inline .datepicker-days table thead tr .next {
  order: 3;
}
.content-wrapper #pickyDateAmal .datepicker-inline .datepicker-days table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateAmal .datepicker-inline .datepicker-days table tbody tr td {
  border-bottom: 0px;
  border-radius: 0px;
}
.content-wrapper #pickyDateAmal .datepicker-inline .datepicker-months table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateAmal .datepicker-inline .datepicker-months table thead {
  border-radius: 0px !important;
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateAmal .datepicker-inline .datepicker-months table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateAmal .datepicker-inline .datepicker-months table tbody tr td {
  border-radius: 0px;
}
.content-wrapper #pickyDateAmal .datepicker-inline .datepicker-years table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateAmal .datepicker-inline .datepicker-years table thead {
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateAmal .datepicker-inline .datepicker-years table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateAmal .datepicker-inline .datepicker-years table tbody tr td {
  border-radius: 0px;
}
.content-wrapper #pickyDateAmal .datepicker-inline .datepicker-decades table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateAmal .datepicker-inline .datepicker-decades table thead {
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateAmal .datepicker-inline .datepicker-decades table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateAmal .datepicker-inline .datepicker-decades table tbody tr td {
  border-radius: 0px;
}
.content-wrapper #pickyDateUangSaku {
  width: 100% !important;
}
.content-wrapper #pickyDateUangSaku .datepicker-inline {
  width: 100% !important;
}
.content-wrapper #pickyDateUangSaku .datepicker-inline .datepicker-days table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateUangSaku .datepicker-inline .datepicker-days table thead {
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateUangSaku .datepicker-inline .datepicker-days table thead tr th {
  border-bottom: 0px;
  border-radius: 0px;
  font-weight: 600;
}
.content-wrapper #pickyDateUangSaku .datepicker-inline .datepicker-days table thead tr .datepicker-switch {
  order: 1;
}
.content-wrapper #pickyDateUangSaku .datepicker-inline .datepicker-days table thead tr .prev {
  order: 2;
}
.content-wrapper #pickyDateUangSaku .datepicker-inline .datepicker-days table thead tr .next {
  order: 3;
}
.content-wrapper #pickyDateUangSaku .datepicker-inline .datepicker-days table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateUangSaku .datepicker-inline .datepicker-days table tbody tr td {
  border-bottom: 0px;
  border-radius: 0px;
}
.content-wrapper #pickyDateUangSaku .datepicker-inline .datepicker-months table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateUangSaku .datepicker-inline .datepicker-months table thead {
  border-radius: 0px !important;
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateUangSaku .datepicker-inline .datepicker-months table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateUangSaku .datepicker-inline .datepicker-months table tbody tr td {
  border-radius: 0px;
}
.content-wrapper #pickyDateUangSaku .datepicker-inline .datepicker-years table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateUangSaku .datepicker-inline .datepicker-years table thead {
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateUangSaku .datepicker-inline .datepicker-years table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateUangSaku .datepicker-inline .datepicker-years table tbody tr td {
  border-radius: 0px;
}
.content-wrapper #pickyDateUangSaku .datepicker-inline .datepicker-decades table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateUangSaku .datepicker-inline .datepicker-decades table thead {
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateUangSaku .datepicker-inline .datepicker-decades table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateUangSaku .datepicker-inline .datepicker-decades table tbody tr td {
  border-radius: 0px;
}
.content-wrapper #pickyDateAdministrasi {
  width: 100% !important;
}
.content-wrapper #pickyDateAdministrasi .datepicker-inline {
  width: 100% !important;
}
.content-wrapper #pickyDateAdministrasi .datepicker-inline .datepicker-days table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateAdministrasi .datepicker-inline .datepicker-days table thead {
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateAdministrasi .datepicker-inline .datepicker-days table thead tr th {
  border-bottom: 0px;
  border-radius: 0px;
  font-weight: 600;
}
.content-wrapper #pickyDateAdministrasi .datepicker-inline .datepicker-days table thead tr .datepicker-switch {
  order: 1;
}
.content-wrapper #pickyDateAdministrasi .datepicker-inline .datepicker-days table thead tr .prev {
  order: 2;
}
.content-wrapper #pickyDateAdministrasi .datepicker-inline .datepicker-days table thead tr .next {
  order: 3;
}
.content-wrapper #pickyDateAdministrasi .datepicker-inline .datepicker-days table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateAdministrasi .datepicker-inline .datepicker-days table tbody tr td {
  border-bottom: 0px;
  border-radius: 0px;
}
.content-wrapper #pickyDateAdministrasi .datepicker-inline .datepicker-months table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateAdministrasi .datepicker-inline .datepicker-months table thead {
  border-radius: 0px !important;
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateAdministrasi .datepicker-inline .datepicker-months table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateAdministrasi .datepicker-inline .datepicker-months table tbody tr td {
  border-radius: 0px;
}
.content-wrapper #pickyDateAdministrasi .datepicker-inline .datepicker-years table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateAdministrasi .datepicker-inline .datepicker-years table thead {
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateAdministrasi .datepicker-inline .datepicker-years table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateAdministrasi .datepicker-inline .datepicker-years table tbody tr td {
  border-radius: 0px;
}
.content-wrapper #pickyDateAdministrasi .datepicker-inline .datepicker-decades table {
  width: 100%;
  min-height: 312px;
}
.content-wrapper #pickyDateAdministrasi .datepicker-inline .datepicker-decades table thead {
  background-color: #E4E4E4;
  color: black;
}
.content-wrapper #pickyDateAdministrasi .datepicker-inline .datepicker-decades table tbody {
  background-color: #E4E4E4;
}
.content-wrapper #pickyDateAdministrasi .datepicker-inline .datepicker-decades table tbody tr td {
  border-radius: 0px;
}/*# sourceMappingURL=utrujah-style.css.map */