@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,700&display=swap');



body {
  font-family: 'Poppins', sans-serif;
  background-color: #f4f3ee;
  margin: 0px;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 0px;
}


#LoadingPage {
  margin   : 0;
  position : fixed;
  /* transform: translate(-50%, -50%); */
  z-index  : 99999;
  background-color: #4e4e4e83;
  width: 100vw;
  height: 100vh;
  text-align: center;
  padding-top: 50vh;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}

#LoadingPage .spinner-border {
  color: #0f5c00;
  width: 50px;
  height: 50px;
  border: 0.55em double currentColor;
  border-right-color: transparent;
  border-left-color: transparent;
}



.waktu {
  padding: 15px;
  background-color: #0f5c00;
  border-radius: 0.7rem;
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  box-shadow: 1px 1px 4px #20202069;
}

.waktu .jam {
  font-size: 22px;
  color: #f4f3ee;
  display: block;
  font-weight: bold;
}

.waktu .tgl {
  font-size: 15px;
  color: #f4f3ee;
  display: block;
  font-weight: bold;
}



.sidebar {
  margin: 0px;
  padding: 0px;
  width: 210px;
  background-color: #1b4332;
  position: fixed;
  height: 100%;
  overflow: auto;
  box-shadow: 1px 1px 1px #7674737a;
  z-index: 5;
  top: 55px;
  transition: 0.5s ease;
}

.sidebar .menu-side {
  padding: 30px 0px;
  overflow-x: hidden;
  width: 210px;
}

.sidebar .menu-side .menu-side-link {
  display: block;
  color: #f4f3ee;
  text-decoration: none;
  padding: 12px 18px;
}

.sidebar .menu-side .menu-side-link:hover {
  background-color: #2d6a4f;
}

.sidebar .menu-side .menu-side-link.active {
  background-color: #2d6a4f;
  border-left: 4px solid #2bff00;
}

.sidebar .menu-side .menu-side-link i {
  font-size: 18px;
  width: 40px;
}

.sidebar .menu-side .menu-side-link .text-menu {
  transition: 0.8s ease;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  opacity: 1;
}

.sidebar.side-active .menu-side .menu-side-link .text-menu {
  opacity: 0;
  font-size: 10px;
}

.sidebar.side-active {
  width: 56px;
}

.sidebar.side-active~.content {
  width: calc(100vw - 56px);
  margin-left: 56px;
}

.brand-side {
  padding: 0px 5px;
  width: 210px;
}

.brand-side img {
  max-width: 100%;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
}

.brand-side span {
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.content {
  width: calc(100vw - 210px);
  margin-left: 210px;
  transition: 0.5s ease;
}

.header {
  background-color: #f4f3ee;
  height: 55px;
  position: sticky;
  top: 0px;
  border-bottom: 1px solid #1b4332;
  z-index: 5;
  padding: 10px;
  /* margin-left: -210px; */
}

.content-page {
  padding: 10px 16px;
  overflow: hidden;
}


.header .menu-head {
  display: flex;
}

.header .btn-toggle-sidebar {
  margin: 5px;
  cursor: pointer;
}

.header .btn-toggle-sidebar span {
  color: rgb(45, 45, 45);
  font-size: 20px;
}

.header .menu-head .search {
  margin-left: auto;
  margin-right: 20px;
}

.header .menu-head .menu-profile {
  margin-right: 5px;
  background-color: #1b4332;
  width: 37px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  border-radius: 50%;
  display: block;
  position: relative;
}

@media (max-width: 767.98px) {
  .header .menu-head .search {
    display: none;
  }

  .sidebar {
    left: -240px;
  }

  .header .btn-toggle-sidebar {
   margin-left: auto;
  }
  
  .sidebar.side-active {
    left: 0px;
    width: 210px;
  }

  .sidebar.side-active .menu-side .menu-side-link .text-menu {
    opacity: 1;
    font-size: 16px;
  }

  .content {
    width: calc(100vw - 0px);
    margin-left: 0px;
  }

  .header {
    margin-left: 0px;
  }

  .brand-side {
    width: auto;
  }
 }



.header .menu-head .menu-profile a {
  font-size: 20px;
  vertical-align: middle;
  color: #fff;
}

.menu-profile .box-menu-profile {
  position: absolute;
  top: 50px;
  right: 0px;
  min-width: 150px;
  background-color: #fff;
  color: #1b4332;
  text-align: left;
  padding: 0px;
  box-shadow: 1px 1px 3px #7674737a;
  border-radius: 0.3rem;
  width: max-content;
  height: 0px;
  transition: 0.4s ease;
}


.menu-profile .box-menu-profile.show {
  padding: 10px 15px;
  height: auto;
}

.menu-profile .box-menu-profile.show ul {
  display: block;
}


.menu-profile .box-menu-profile ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  color: #212121;
  display: none;
}

.menu-profile .box-menu-profile ul li {
  padding: 0px;
  margin: 0px;
  display: block;
  width: 100%;
}

.menu-profile .box-menu-profile ul li a.link-menu {
  color: #212121;
  text-decoration: none;
  font-size: 14px;
  width: 100%;
}

.menu-profile .box-menu-profile ul li a.link-menu:hover {
  color: #2d6a4f;
}


.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #1b4332;
    outline: 0;
    box-shadow: unset;
}

.form-control {
  font-size: 13px;
}



.text-8 {
  font-size: 8px;
}

.text-9 {
  font-size: 9px;
}
.text-10 {
  font-size: 10px;
}
.text-11 {
  font-size: 11px;
}
.text-12 {
  font-size: 12px;
}
.text-13 {
  font-size: 13px;
}
.text-14 {
  font-size: 14px;
}
.text-15 {
  font-size: 15px;
}
.text-16 {
  font-size: 16px;
}
.text-17 {
  font-size: 17px;
}
.text-18 {
  font-size: 18px;
}
.text-19 {
  font-size: 19px;
}
.text-20 {
  font-size: 20px;
}
.text-21 {
  font-size: 21px;
}
.text-22 {
  font-size: 22px;
}
.text-23 {
  font-size: 23px;
}
.text-24 {
  font-size: 24px;
}
.text-25 {
  font-size: 25px;
}
.text-26 {
  font-size: 26px;
}
.text-27 {
  font-size: 27px;
}
.text-28 {
  font-size: 28px;
}
.text-29 {
  font-size: 29px;
}
.text-30 {
  font-size: 30px;
}
.text-31 {
  font-size: 31px;
}
.text-32 {
  font-size: 32px;
}
.text-33 {
  font-size: 33px;
}
.text-34 {
  font-size: 34px;
}
.text-35 {
  font-size: 35px;
}
.text-36 {
  font-size: 36px;
}
.text-37 {
  font-size: 37px;
}
.text-38 {
  font-size: 38px;
}
.text-39 {
  font-size: 39px;
}
.text-40 {
  font-size: 40px;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* background-color: transparent; */
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: 0.5rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn.disabled, a.btn.btn.disabled {
  cursor: no-drop;
  pointer-events: unset;
}

.btn-sm {
  font-size: 0.8rem;
}

.btn-custom {
  background-color: #1b4332;
  color: #fff;
}

.btn-custom:hover {
  background-color: #1b4332;
  color: #fff;
  opacity: 0.75;
}

.btn-outline-custom {
  background-color: #fff;
  color: #1b4332;
  border: 1px solid #1b4332;
}

.btn-outline-custom:hover {
  background-color: #1b4332;
  color: #fff;
}



.sweet-alert .btn-lg {
  padding: 0.3rem 1rem;
  font-size: 1rem;
  line-height: 1.2;
  border-radius: 1rem;
}

.sweet-alert h2 {
  font-size: 1.3rem;
}

.sweet-alert .lead {
  font-size: 0.9rem;
}

label {
  font-size: 14px;
}



table, table.dataTable {
  font-size: 14px;
}

/* DATA TABLE */



.page-item.active .page-link {
  z-index         : 3;
  color           : #fff;
  background-color: #1b4332;
  border-color    : #1b4332;
}

.page-link {
  color: #1b4332;
}

.page-link:focus {
  box-shadow: 0 0 0.2rem rgba(0, 80, 100, 0.507)
}

.page-link:hover {
  color: #1b4332;
}

table {
  font-size: 13px;
}


table.dataTable {
  clear          : both;
  margin-top     : 6px !important;
  margin-bottom  : 6px !important;
  max-width      : none !important;
  border-collapse: separate !important;
  width: 100% !important;
}

table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing        : content-box;
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align : left;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
  width  : 75px;
  display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align : left;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display    : inline-block;
  width      : auto;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap;
  font-size  : 14px;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin     : 0;
  white-space: nowrap;
  text-align : right;
  font-size  : 14px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin         : 2px 0;
  white-space    : nowrap;
  justify-content: flex-end;
}

div.dataTables_wrapper div.dataTables_processing {
  position   : absolute;
  top        : 50%;
  left       : 50%;
  width      : 200px;
  margin-left: -100px;
  margin-top : -26px;
  text-align : center;
  padding    : 1em 0;
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
  padding-right: 30px;
}

table.dataTable thead>tr>th:active,
table.dataTable thead>tr>td:active {
  outline: none;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor  : pointer;
  position: relative;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom  : 0.9em;
  display : block;
  opacity : 0.3;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right  : 1em;
  content: "\2191";
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right  : 0.5em;
  content: "\2193";
}

table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1;
}

table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
  border-top   : none;
  margin-top   : 0 !important;
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}

div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot>.dataTables_scrollFootInner {
  box-sizing: content-box;
}

div.dataTables_scrollFoot>.dataTables_scrollFootInner>table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {

  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}

table.dataTable.table-sm>thead>tr>th {
  padding-right: 20px;
}

table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
  top  : 5px;
  right: 0.85em;
}

table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}

table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive>div.dataTables_wrapper>div.row {
  margin: 0;
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child {
  padding-left: 0;
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child {
  padding-right: 0;
}


