body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
  }

  h1 {
    font-family : Avenir Black;
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 68px;
    text-align: center;
    color: #344D02;
  }

  h2 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #344D02;
  }

  h4 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #444444;
  }

  p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #8A8A8A;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
  }

  .backgroundLogin {
    background-image: url("../img/bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
  }

  /* .loginPage {
    margin: 0 auto;
    display: flex;
    justify-content: center;
  } */

  .form {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
  }

  .formSearch {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
  }

  .formGroup {
    position: relative;
    margin-bottom: 1.5rem;
    width: 350px;
    height: 50px;
  }

  .formInput {
    border: 2px solid #C4C4C4;
    box-sizing: border-box;
    display: block;
    outline: none;
    padding-left: 50px;
    border-radius: 5px;
    height: 50px;
    width: 100%;
  }

  .formInputSearch {
    border: 2px solid #C4C4C4;
    box-sizing: border-box;
    display: block;
    outline: none;
    padding-left: 20px;
    border-radius: 5px;
    height: 50px;
    width: 100%;
  }

  ::placeholder {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    font-style: italic;
    color: #BDBDBD;
    padding-left: 0px;
  }

  .emailIcon {
    cursor: pointer;
    position: absolute;
    top: 23%;
    left: 6%;
  }

  .eyeIcon {
    cursor: pointer;
    position: absolute;
    top: 24%;
    right: 6%;
  }

  .eye {
    padding-right: 1rem;
  }

  .btnSubmit {
    background: #344D02;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 5px;
    width: 350px;
    height: 50px;
  }

  .btnSubmit:hover {
    background-color: #4e681a;
    color: #FFFFFF;
  }

  .navbarCustom {
    /* height: 70px;
    left: 0px;
    top: 0px; */
    background: #344D02;
  }

  .bg-light {
    background: #344D02 !important;
  }

  .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
  }

  /* .bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;
  } */

  .titleBrand {
    padding-left: 2rem;
    font-family: Avenir;
    font-style: normal;
    font-weight: 900;
    font-size: 25px;
    line-height: 34px;
    color: #FFFFFF;
  }

  .titleBrand:hover {
    color: #FFFFFF;
    font-weight: bold;
  }

  .titleBrand:active {
    color: #FFFFFF;
    font-weight: bold;
  }

  .paginate_button {
    padding: 0px !important;
}

  .breadCrumbs {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 3px;
    display: inline-block;
    margin-left: 5rem;
  }

  .breadCrumbs:hover {
    color: #FFFFFF;
    font-weight: bold;
  }

  .breadCrumbs:active {
    color: #FFFFFF;
    font-weight: bold;
  }

  .d-flexMenu {
    position: absolute;
    right: 10%;
  }

  .userMenu {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    text-align: right;
    color: #FFFFFF;
    display: inline-block;
  }

  .userMenu:hover {
    color: #FFFFFF;
    font-weight: bold;
  }

  .userMenu:focus {
    color: #FFFFFF;
    font-weight: bold;
  }

  .content {
    padding-top: 2rem
  }

  .formInputSearch {
    background: #FFFFFF;
    border: 1px solid #E2E0E0;
    box-sizing: border-box;
    border-radius: 5px;
    width: 365px;
    height: 50px;
  }

  .btnUnduh {
    background: #F5B000;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 5px;
    width: 180px;
    height: 50px;
  }

  .searchIcon {
    cursor: pointer;
    position: absolute;
    top: 25%;
    right: 0;
  }

  .table>thead {
    vertical-align: bottom;
    background: #EBEBEB;
  }

  table.dataTable thead th, table.dataTable tfoot th {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #344D02;
  }

  table.dataTable tbody th, table.dataTable tbody td {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #444444;
    padding: 15px 10px;
  }

  .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #344D02;
    border-color: #344D02;
  }

  .page-link {
    position: relative;
    display: block;
    color: #344D02;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }

  .page-link:hover {
    position: relative;
    display: block;
    color: #344D02;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }

  .tableStyle {
    width:100%;
    border: 1px solid #C4C4C4;
  }

  @media screen and (min-width: 320px) and (max-width: 980px) {
    body {
      width: auto;
      height: auto;
      padding: 0;
      margin: 0;
    }

    .backgroundLogin {
      background-image: url("../img/bg.png");
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: left;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100vh;
    }

    .formGroup {
      position: relative;
      margin-bottom: 1.5rem;
      width: 250px;
      height: 50px;
    }

    ::placeholder {
      padding-left: 0px;
    }

    .eyeIcon {
      right: 6%;
    }

    .btnSubmit {
      width: 250px;
    }

    .titleBrand {
      padding-left: 1rem;
    }

    .breadCrumbs {
      margin-left: 1rem;
    }

    .d-flexMenu {
      position: relative;
      right: 0;
    }

    .formInputSearch {
      width: 100%;
    }

    .formSearch {
      display: block;
    }

    .searchIcon {
      right: 5%;
    }

    .gap {
      margin-top: 20px;
    }
  }
