/* login */
body {
  width: 100%;
  background-repeat: no-repeat;
  background-color: #ebf4f6;
}

.logo-container {
  padding-left: 70px;
  padding-top: 23px;
}

.logo-text {
  padding-top: 97px;
  padding-right: 28px;
}
.logo-text-name {
  font-size: 32px;
}

.font-logo {
  font-size: 45px;
}

.container-login {
  padding-top: 100px;
  padding-left: 71px;
}

.login {
  padding-top: 80px;
  width: 500px;
}

.btn-container {
  padding-top: 25px;
}
.btn-login {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: bold;
  font-size: 40px;
  border-radius: 20px;
  width: 100%;
  background-color: #2494ea;
  color: white;
}

.container-form-login {
  padding-top: 43px;
}

.input-login {
  padding: 15px 10px;
}

.text-link-register {
  font-size: 20px;
  padding-top: 15px;
}

.img-section {
  opacity: 60%;
}

/* ukuran layar 1499 keatas */
@media only screen and (min-width: 1499px) {
  .img-section {
    padding-right: 140px;
  }
  .img-login {
    width: 620px;
  }
  .logo-text {
    padding-right: 100px;
  }
  .logo-text-name {
    font-size: 49px;
  }
}
/* end login */

/* register */
.register-text {
  font-size: 45px;
  font-weight: semibold;
  width: 510px;
  padding-bottom: 17px;
}
.container-register-form {
  padding-top: 120px;
  padding-left: 71px;
}

.input-register {
  padding: 15px 10px;
}

.btn-register {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: bold;
  font-size: 40px;
  border-color: white;
  border-radius: 20px;
  width: 100%;
  background-color: #2494ea;
  color: white;
}

/* ukuran layar 1499 keatas */
@media only screen and (min-width: 1499px) {
  .container-image {
    padding-right: 140px;
  }
  .img-register {
    width: 620px;
  }
}
/* end register */

/* sidebar */
:root {
  --body-bg-color: white;
  --green: #18c29c;
  --light-green: #8ed7c6;
  --light-grey: #dce4e3;
  --text-color: #084236;
  --blue: #2d3e54;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  background-color: var(--body-bg-color);
}

.container-sidebar {
  display: flex;
  justify-content: right;
  height: 100vh;
  width: auto;
  gap: 20px;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 145px;
  height: 100vh;
  background-color: var(--blue);
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s;
}

.main {
  width: calc(100% - 120px);
  height: 100vh;
  /* padding-top: 20px;
  padding-left: 40px; */
  color: var(--text-color);
  transition: all 0.2s;
}
.icon-hamburger {
  width: 60px;
  height: 60px;
  /*background-color: #f1f1f1;*/
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: 1rem;
  gap: 15px;
  transition: all 0.2s;
}

.icon {
  width: 60px;
  height: 60px;
  color: white;
  background-color: var(--blue);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: 1rem;
  padding: 15px;
  gap: 15px;
  transition: all 0.2s;
}

.icon:hover {
  cursor: pointer;
}

.menu-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding-top: 15px;
  gap: 10px;
  transition: all 0.2s;
}

.icon-logout {
  width: 100%;
  height: 60px;
  background-color: var(--light-green);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.icon-logout:hover {
  background-color: var(--light-grey);
  cursor: pointer;
}

.main h1 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.logout-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: var(--light-green);
  align-items: center;
  font-size: 0.9rem;
  gap: 10px;
}

.logout-container #logout-photo {
  width: 45px;
  height: 45px;
  border-radius: 10px;
}

#user-container {
  display: flex;
  flex-direction: column;
  gap: -5px;
}

#user-name {
  font-size: 0.9rem;
  font-weight: 500;
}

#user-role {
  font-size: 0.7rem;
  font-weight: 400;
}
/* end sidebar */

/* dashboard */
.card-sizing {
  width: 440px;
  border-color: black;
  border-radius: 10px;
  background-color: #A5E7AA;
}

.pengumuman-container {
  padding-left: 50px;
}
/* .pengumuman {
  width: 57rem;
} */

.card-header {
  /*background-color: #a1c6f2;*/
  background-color: #ebf4f6
  /*background-color: #ebf4f6*/
}

.pengumuman-text {
  text-align: center;
  font-size: 30px;
  -webkit-text-stroke: 0.2px black;
  color: #E23A3A;
}

.container-ham {
  width: 50px;
  height: 50px;
  align-items: center;
  cursor: pointer;
  text-align: center;
  border-radius: 15px;
  padding-left: 20px;
}

.menu-container {
  /*background-color: #f1f1f1;*/
  background-color: #ebf4f6;
}

.container-dropdown {
  cursor: pointer;
}

/* end dashboard */
.value-dashboard {
  font-size: 40px;
  padding-top: 20px;
}
.pegawai-dashboard {
  font-size: 22px;
  font-weight: 500;
}
.keterangan-dashboard {
  font-size: 12px;
}

/* user_pegawai */
.header-user {
  font-size: 36px;
  text-align: center;
}

.table-pegawai {
  width: 1200px;
}

.table-row {
  font-size: 24px;
}

/* halaman user pegawai */
.text-1 {
  font-size: 36px;
  padding-top: 16px;
}
.container-btnTambah {
  padding-right: 95px;
  padding-top: 41px;
  border-radius: 10px;
}

.user-card {
  padding-left: 140px;
  padding-top: 14px;
}

.column-user {
  background-color: #a1c6f2;
}

.container-file {
  padding-top: 25px;
}

.name-file {
  width: 277px;
  height: 40px;
  border-radius: 10px;
}

.container-icon {
  padding-top: 25px;
}
.upload-icon {
  width: 130px;
  height: 40px;
  border-radius: 10px;
  cursor: pointer;
}
.pdf-text {
  font-size: 10px;
}
/* end halaman user pegawai */

/* dokumen */
.container-kab {
  width: 250px;
  border-radius: 10px;
  padding-top: 42px;
}

.document-container {
  padding-left: 58px;
  padding-top: 55px;
}

/* table {
  border-collapse: collapse;
  border-radius: 1em;
  overflow: hidden;
}

td,
th {
  border-left: solid black 1px;
  border-top: solid black 1px;
}

th {
  background-color: blue;
  border-top: none;
}

td:first-child,
th:first-child {
  border-left: none;
} */

tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* radio  */

html {
  --checked-color: #ff5722;
}
input,
label {
  cursor: pointer;
}

input[type="radio"] {
  height: 1.2rem;
  width: 1.2rem;
  margin-right: 0.5rem;
}

.radio {
  accent-color: var(--checked-color);
}

.table-dashboard-container {
  border: 1px solid black;
  border-radius: 8px;
  overflow: hidden;
  width: 1208px;
  margin: 20px auto;
}

.container-text-jabatan {
  font-size: 50px;
  color: black;
}
.container-jabatan {
  padding-left: 40px;
}
.pengumuman {
  width: 72rem;
}

.card-sizingDas {
  width: 330px;
  border-color: black;
  border-radius: 10px;
  background-color:#A5E7AA;
}

.container-table {
  border: 1px solid black;
  border-radius: 8px;
  overflow: hidden;
  width: 1100px;
  margin: 20px auto;
}

@media only screen and (max-width: 1500px) {
  body {
    background-color: white;
  }
  .pengumuman-container {
    padding-left: 80px;
  }
  .pengumuman {
    width: 65rem;
  }
  .table-dashboard-container {
    width: 900px;
    margin: 20px auto;
  }
  .container-text-jabatan {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1350px) {
  body {
    background-color: white;
  }
  .pengumuman-container {
    padding-left: 50px;
  }
  .pengumuman {
    width: 57rem;
  }
  .card-sizingDas {
    width: 240px;
    height: 300px;
    border-color: black;
    border-radius: 10px;
  }

  .table-dashboard-container {
    width: 900px;
    margin: 20px auto;
  }
  .container-text-jabatan {
    font-size: 40px;
  }
}
