* {
  font-family: "Poppins", sans-serif;
}

body {
  background-color: #f2f6fe;
}

.sidebar .sidebar-container {
  width: 231px;
  height: 607px;
  border-radius: 20px;
  background: #2f53d4;
}
.sidebar {
  height: 100vh;
}
.col-md-2 {
  height: 100vh !important;
}

.sidebar ul li {
  list-style: none;
  text-align: left;
  padding: 0;
}

.sidebar ul li a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}

.sidebar ul li a img {
  margin-right: 10px;
  margin-left: 0;
}

.sidebar ul {
  padding: 0px;
  /* padding-left: 22px; */
}

.sidebar ul li a .active {
  background: #fff;
  color: #202656;
  font-weight: bold;
  position: relative;
}

.sidebar ul li a .active::after {
  content: url(assets/aktif.svg);
  position: absolute;
  right: 0;
  bottom: 3px;
}

.sidebar ul li a .box {
  width: 165px;
  height: 45px;
  border-radius: 10px;
  margin: 0 auto;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  font-size: 13px;
  text-align: left;
  margin-top: 12px;
  padding-left: 10px;
  transition: 0.5s;
}

.sidebar ul li a .box:hover {
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.67);
}

/* .main {
  margin-top: auto;
  margin-bottom: auto;
} */

.main .salam p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #42425d;
  margin: 0;
  margin-bottom: -7px;
}

.main .salam h2 {
  font-family: Poppins;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  color: #42425d;
  margin: 0;
}

.main .btn-unggahsurat {
  width: 208px;
  height: 48px;
  border-radius: 10px;
  background: #2f52da;
  box-shadow: 0px 10px 15px rgba(47, 82, 218, 0.3);
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}

.main .btn-unggahsurat:hover {
  background: #324d82;
  /* color: red; */
  box-shadow: 0px 10px 15px rgba(47, 82, 218, 0.6);
  transition: 0.3s;
}

.main .btn-unggahsurat img {
  margin-right: 11px;
}
.main .box-kiri {
  position: relative;
}
.main .box-kiri {
  width: 100%;
  height: 190px;
  border-radius: 20px;
  background: #fff;
  padding: 22px;
  margin-bottom: 30px;
}

.main .box-kanan {
  width: 100%;
  height: 190px;
  border-radius: 20px;
  background: #fff;
  padding: 22px;
}

.main .box-kanan span {
  font-family: Poppins;
  font-weight: 600;
  font-size: 17px;
  text-align: left;
  color: #44445f;
}

.main .box-kanan span img {
  margin-right: 16px;
}

.main .box-kanan .jumlahsurat h2 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 40px;
  text-align: left;
  color: #44445f;
}

.main .box-kanan .jumlahsurat p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 17px;
  text-align: left;
  color: #6f6f85;
  margin-left: 10px;
}

.main .box-kanan p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  color: #35c09f;
  margin-top: 10px;
}

.main .box-kanan img.graph {
  position: absolute;
  right: 22px;
  bottom: 22px;
}

.main .box-kiri span {
  font-family: Poppins;
  font-weight: 600;
  font-size: 17px;
  text-align: left;
  color: #44445f;
}

.main .box-kiri span img {
  margin-right: 16px;
}

.main .box-kiri .jumlahanggota h2 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 40px;
  text-align: left;
  color: #44445f;
}

.main .box-kiri .jumlahanggota p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 17px;
  text-align: left;
  color: #6f6f85;
  margin-left: 10px;
}

.main .box-kiri p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  color: #35c09f;
  margin-top: 10px;
}

.main .box-kiri img.graph {
  position: absolute;
  right: 22px;
  bottom: 22px;
}

.main .box-kanan {
  position: relative;
}

.box-table-main {
  width: 100%;
  height: 339px;
  border-radius: 20px;
  background: #fff;
  margin-top: 30px;
  position: relative;
}

#table-main th {
  width: 772px;
  height: 50px;
  background: #fff;
  box-shadow: 0px 10px 20px rgba(47, 83, 212, 0.1);
  font-family: Poppins;
  font-weight: 600;
  font-size: 12px;
  color: #44445f;
}

#table-anggotakadin th {
  width: 772px;
  height: 50px;
  background: #fff;
  box-shadow: 0px 10px 20px rgba(47, 83, 212, 0.1);
  font-family: Poppins;
  font-weight: 600;
  font-size: 13px;
  color: #44445f;
  /* position: fixed; */
}

#table-anggotakadin td {
  font-family: Poppins;
  font-weight: 500;
  font-size: 13px;
  color: #44445f;
  padding-top: 15px;
}

th:first-child {
  border-radius: 20px 0 0 20px;
}

th:last-child {
  border-radius: 0px 20px 20px 0px;
}

#table-main td {
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  color: #44445f;
  padding-top: 15px;
}

.box-profile {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: #fff;
  position: relative;
  padding: 22px;
  margin-top: 20px;
}

.circle {
  width: 54px;
  height: 54px;
  background: #f2f6fe;
  border-radius: 50%;
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.rightbar .circle img {
  border-radius: 50%;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  display: block;
  place-content: center;
  width: 42px;
  height: 42px;
  background: #f2f6fe;
  border: 4px solid #fff;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.rightbar .namajabatan {
  align-items: center;
  display: flex;
  align-content: center;
}

.rightbar .namajabatan h5 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  color: #44445f;
  margin-bottom: 0;
}

.rightbar .namajabatan p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  color: #6f6f85;
  margin-bottom: 0;
}

.box-profile .box-kontak h5 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  color: #44445f;
  margin-bottom: 0;
  margin-top: 22px;
  margin-bottom: 14px;
}

.box-kontak .viewall {
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  /* text-align: left; */
  color: #919191;
  margin-top: 22px;
  margin-bottom: 14px;
}

.box-kontak .viewall a {
  text-decoration: none;
  color: #919191;
}

.box-kontak .viewall a:hover {
  color: #064ad0;
}
.box-profile .box-kontak img {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  /* float: left; */
  object-fit: cover;
  margin-right: 20px;
}

.box-profile .box-kontak span {
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  text-align: left;
  color: #6f6f85;
  position: relative;
  top: -4px;
}

.box-profile .box-kontak p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  color: #44445f;
  margin: 0;
}

.box-profile .box-kontak .kontak {
  display: flex;
  margin-bottom: 8px;
}

.container-anggotakadin {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: #fff;
  padding-left: 30px;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 30px;
}

span.title {
  font-family: Poppins;
  font-weight: 600;
  font-size: 17px;
  text-align: left;
  color: #44445f;
}

span.title img {
  margin-right: 12px;
}

.container-anggotakadin .box-filter {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 10px 20px rgba(47, 83, 212, 0.1);
  margin-top: 25px;
}

.container-anggotakadin .box-filter {
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-anggotakadin .box-filter select {
  border-radius: 6px;
  background: #f2f6fe;
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  text-align: left;
  color: #44445f;
  border: none;
  appearance: none;

  background-image: url(assets/dropdown.svg);
  background-repeat: no-repeat;
  background-position: right 5px top 50%;
  padding-right: 30px;
}

.container-anggotakadin .box-filter select option * {
  border: none !important;
  outline: none !important;
  border-radius: 0 0 5px 5px;
}

.container-anggotakadin .box-filter input {
  background-color: rosybrown;
  border: none;
  outline: none;
  border-radius: 6px;
  background: #f2f6fe;
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  color: #44445f;
}

.container-anggotakadin .box-filter button.btn-cari {
  border-radius: 6px;
  background: #2f53d4;
  box-shadow: 0px 3px 6px rgba(47, 83, 212, 0.28);
  padding: 0;
  padding: 3px 10px;
}

.box-table-anggotakadin {
  width: 100%;
  height: 430px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 10px 20px rgba(47, 83, 212, 0.1);
  margin-top: 25px;
}

.table-ktab {
  height: 340px !important;
}

.btn-detailsurat {
  /* width: 83px; */
  height: 19px;
  border-radius: 6px;
  background: #d5fcf4;
  font-family: Poppins;
  font-weight: 500;
  font-size: 10px;
  text-align: center;
  color: #43b99d;
  padding: 0 10px;
}

.btn-ubah {
  width: 51px;
  height: 19px;
  border-radius: 6px;
  background: #d5fcf4;
  font-family: Poppins;
  font-weight: 500;
  font-size: 10px;
  text-align: center;
  color: #43b99d;
  padding: 0;
}

.btn-hapus {
  width: 56px;
  height: 19px;
  border-radius: 6px;
  background: #ffecee;
  font-family: Poppins;
  font-weight: 500;
  font-size: 10px;
  text-align: center;
  color: #e88;
  padding: 0;
  margin-left: 7px;
}

.table-kirimundangan img {
  width: 35px;
  height: 35px;
  background: #f2f6fe;
  border-radius: 50%;
  object-fit: cover;
}

.btn-tambahkontak {
  width: 121px;
  height: 30px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #2f53d4;
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #2f53d4;
  padding: 0;
  transition: 0.3s;
}

.btn-tambahkontak:hover {
  background: #2f52da;
  /* box-shadow: 0px 10px 15px rgba(27, 42, 118, 0.3); */
  color: #fff;
  transition: 0.3s;
  box-shadow: 0px 3px 6px rgba(47, 83, 212, 0.28);
}

.btn-ceknomor {
  border-radius: 6px;
  background: #fff;
  border: 1px solid #2f53d4;
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #2f53d4;
  padding: 6px 10px;
  transition: 0.3s;
  /* min-width: 110px; */
  /* word-wrap:; */
  white-space: nowrap;
}

.btn-ceknomor:hover {
  background: #2f52da;
  /* box-shadow: 0px 10px 15px rgba(27, 42, 118, 0.3); */
  color: #fff;
  transition: 0.3s;
  box-shadow: 0px 3px 6px rgba(47, 83, 212, 0.28);
}

.box-upload input[type="file"] {
  width: 187px;
  height: 30px;
  border-radius: 5px;
  background: #f2f6fe;
  border: none;
  outline: none;
  cursor: pointer;
  padding-left: 0;
  padding-top: 0;
  font-family: Poppins;
  font-weight: normal;
  font-size: 10px;
  text-align: center;
  color: #6c8692;
}

/* .box-upload input[type="file"] button{
    background-color: rosybrown;
    font-size: 20px;
} */

/* #slider input#file-upload-button{
    background: rebeccapurple;
    color: red;
    size: 30px;
} */

::-webkit-file-upload-button {
  width: 74px;
  height: 30px;
  border-radius: 5px 0px 0px 5px;
  background: #ccd8ff;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: Poppins;
  font-weight: normal;
  font-size: 10px;
  text-align: center;
  color: #44445f;
  margin-right: 20px;
}

.box-upload label {
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  /* text-align: left; */
  color: #44445f;
  margin-bottom: 0;
}

.box-upload {
  left: 30px;
  position: absolute;
  bottom: 24px;
}

.table-kirimundangan {
  position: relative;
}

.box-upload .btn-kirimundangan {
  width: 121px;
  height: 30px;
  border-radius: 5px;
  background: #2f53d4;
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #fff;
  margin-left: 10px;
}

.container-pengaturan {
  width: 100%;
  height: 598px;
  border-radius: 20px;
  background: #fff;
  padding-left: 30px;
  padding-top: 20px;
  padding-right: 30px;
  position: relative;
}

.container-pengaturan label {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  color: #44445f;
  margin-bottom: 5px;
  margin-top: 5px;
}

.container-pengaturan input {
  /* width: 1018px; */
  height: 31px;
  border-radius: 6px;
  background: #f2f6fe;
  border: none;
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  text-align: left;
  color: #44445f;
}

.container-pengaturan input::placeholder {
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  text-align: left;
  color: #bebec6;
}

.container-pengaturan .circle {
  width: 143px;
  height: 143px;
  background: #f2f6fe;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  /* padding-top: 16px; */
  position: relative;
}

.container-pengaturan .circle img {
  width: 112px;
  height: 112px;
  background: #f2f6fe;
  border: 4px solid #fff;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  border-radius: 50%;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-pengaturan .circle input[type="file"] {
  width: 22px;
  height: 22px;
  background: #2f53d4;
  /* filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16)); */
  border-radius: 50%;
  z-index: 99;
  position: absolute;
  padding: 0;
  color: #2f53d4;
  right: 15px;
  bottom: 4px;
  cursor: pointer;
}

.container-pengaturan .circle input[type="file"]::after {
  content: "";
  background: url(assets/btneditfoto.svg);
  background-repeat: no-repeat;

  background-size: contain;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: -4px;
  top: -1px;
}

.container-pengaturan .circle input[type="file"]::-webkit-file-upload-button {
  width: 74px;
  height: 30px;
  border-radius: 5px 0px 0px 5px;
  background: red;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: Poppins;
  font-weight: normal;
  font-size: 10px;
  text-align: center;
  color: #44445f;
  margin-right: 20px;
  display: none;
}

.container-pengaturan .btn-simpan {
  width: 71px;
  height: 30px;
  border-radius: 5px;
  background: #2f53d4;
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  text-align: left;
  color: #fff;
  margin-top: 13px;
  position: absolute;
  right: 30px;
}

.modal-content {
  border-radius: 20px;
  border: none;
  max-height: 90vh;
  overflow-y: auto;
}

.modal-unggahsurat label {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  color: #44445f;
  margin-bottom: 5px;
  margin-top: 5px;
}

.modal-unggahsurat input {
  /* width: 1018px; */
  height: 31px;
  border-radius: 6px;
  background: #f2f6fe;
  border: none;
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  text-align: left;
  color: #44445f;
}

.modal-unggahsurat input[type="file"] {
  width: 187px;
  height: 30px;
  border-radius: 5px;
  background: #f2f6fe;
  border: none;
  outline: none;
  cursor: pointer;
  padding-left: 0;
  padding-top: 0;
  font-family: Poppins;
  font-weight: normal;
  font-size: 10px;
  text-align: center;
  color: #6c8692;
}

.modal-unggahsurat input[type="file"]::-webkit-file-upload-button {
  width: 74px;
  height: 30px;
  border-radius: 5px 0px 0px 5px;
  background: #ccd8ff;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: Poppins;
  font-weight: normal;
  font-size: 10px;
  text-align: center;
  color: #44445f;
  margin-right: 20px;
}

.modal-unggahsurat .btn-unggah {
  width: 121px;
  height: 30px;
  border-radius: 5px;
  background: #2f53d4;
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #fff;
}

.modal-detailsurat label {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  color: #44445f;
  margin-bottom: 5px;
  margin-top: 5px;
}

.modal-detailsurat input {
  /* width: 1018px; */
  height: 31px;
  border-radius: 6px;
  background: #f2f6fe;
  border: none;
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  text-align: left;
  color: #44445f;
}

.modal-detailsurat object {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 10px 20px rgba(47, 83, 212, 0.1);
}

.modal-detailsurat input::placeholder {
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  text-align: left;
  color: #bebec6;
}

.modal-detailsurat .btn-unggah {
  width: 121px;
  height: 30px;
  border-radius: 5px;
  background: #2f53d4;
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  /* text-align: center; */
  color: #fff;
}

.modal-tambahkontak label {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  color: #44445f;
  margin-bottom: 5px;
  margin-top: 5px;
}

.modal-tambahkontak input {
  /* width: 1018px; */
  height: 31px;
  border-radius: 6px;
  background: #f2f6fe;
  border: none;
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  text-align: left;
  color: #44445f;
}

.modal-tambahkontak input[type="file"] {
  width: 187px;
  height: 30px;
  border-radius: 5px;
  background: #f2f6fe;
  border: none;
  outline: none;
  cursor: pointer;
  padding-left: 0;
  padding-top: 0;
  font-family: Poppins;
  font-weight: normal;
  font-size: 10px;
  text-align: center;
  color: #6c8692;
}

.modal-tambahkontak input[type="file"]::-webkit-file-upload-button {
  width: 74px;
  height: 30px;
  border-radius: 5px 0px 0px 5px;
  background: #ccd8ff;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: Poppins;
  font-weight: normal;
  font-size: 10px;
  text-align: center;
  color: #44445f;
  margin-right: 20px;
}

.modal-tambahkontak .btn-tambahkontak-modal {
  width: 129px;
  height: 30px;
  border-radius: 5px;
  background: #2f53d4;
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #fff;
}

.modal-ubahkontak .circle {
  width: 143px;
  height: 143px;
  background: #f2f6fe;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  /* padding-top: 16px; */
  position: relative;
}

.modal-ubahkontak .circle img {
  width: 112px;
  height: 112px;
  background: #f2f6fe;
  border: 4px solid #fff;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  border-radius: 50%;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.modal-ubahkontak .circle input[type="file"] {
  width: 22px;
  height: 22px;
  background: #2f53d4;
  /* filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16)); */
  border-radius: 50%;
  z-index: 99;
  position: absolute;
  padding: 0;
  color: #2f53d4;
  right: 15px;
  bottom: 4px;
  cursor: pointer;
}

.modal-ubahkontak .circle input[type="file"]::after {
  content: "";
  background: url(assets/btneditfoto.svg);
  background-repeat: no-repeat;

  background-size: contain;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: -4px;
  top: -1px;
}

.modal-ubahkontak .circle input[type="file"]::-webkit-file-upload-button {
  width: 74px;
  height: 30px;
  border-radius: 5px 0px 0px 5px;
  background: red;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: Poppins;
  font-weight: normal;
  font-size: 10px;
  text-align: center;
  color: #44445f;
  margin-right: 20px;
  display: none;
}

.modal-ubahkontak label {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  color: #44445f;
  margin-bottom: 5px;
  margin-top: 5px;
}

.modal-ubahkontak input {
  /* width: 1018px; */
  height: 31px;
  border-radius: 6px;
  background: #f2f6fe;
  border: none;
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  text-align: left;
  color: #44445f;
}

.modal-ubahkontak .btn-ubahkontak-modal {
  width: 111px;
  height: 30px;
  border-radius: 5px;
  background: #2f53d4;
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #fff;
}

.container-anggotakadin .box-table-anggotakadin {
  overflow-y: scroll;
}

.btn-download {
  width: 85px;
  height: 30px;
  border-radius: 5px;
  background: #e15656;
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #fff;
}

.btn-namapengurus {
  background-color: transparent;
  font-size: 12px;
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  color: #44445f;
  border-radius: 6px;
}

.btn-namapengurus:hover {
  background-color: #d5fcf4;
  color: #43b99d;
}

.btn-refresh {
  min-width: 95px;
  height: 31px;
  border-radius: 6px;
  background: #2f52da;
  /* box-shadow: 0px 10px 15px rgba(27, 42, 118, 0.3); */
  text-align: center;
  color: #fff;
  transition: 0.3s;
  padding: 0;
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 0px 3px 6px rgba(47, 83, 212, 0.28);
}

.btn-refresh img {
  width: 20px;
  margin-right: 6px;
}

.box-salam {
  width: 100%;
  border-radius: 20px;
  background: #fff;
  height: 74px;
}

.box-email {
  width: 37px;
  height: 33px;
  border-radius: 10px;
  background: #f2f6fe;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jumlahnotif {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #f82525;
  position: absolute;
  top: -5px;
  right: -5px;
}

.jumlahnotif p {
  font-family: Poppins;
  font-weight: 600;
  font-size: 10px;
  text-align: center;
  color: #fff;
}

.box-suratmasuk {
  width: 100%;
  height: 68px;
  border-radius: 15px;
  background: transparent;
  border: 1px solid #1a58d4;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 14px;
  transition: 0.2s;
}

.box-suratmasuk:hover {
  /* margin-top: 10px; */
  transition: 0.2s;

  box-shadow: 0px 10px 20px rgba(47, 83, 212, 0.24);
}

.box-suratmasuk .suratmasuk p {
  margin-bottom: 0;
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  text-align: left;
  color: #6f6f85;
}

.box-suratmasuk .suratmasuk h3 {
  margin-bottom: 0;
  font-family: Poppins;
  font-weight: 600;
  font-size: 27px;
  text-align: left;
  color: #064ad0;
}

#table-main td,
th {
  padding-left: 15px;
  padding-right: 15px;
}

.header-profile {
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 20px;
  background: #fff;
}

.btn-next:hover {
  margin-right: -4px;
  transition: 0.3s;
}

.btn-next {
  transition: 0.3s;
}

.wrapper-informasi p {
  margin: 0;
  font-size: 14px;
  font-family: Poppins;
  font-weight: 500;
  text-align: left;
  color: #44445f;
  margin-bottom: 8px;
}

.wrapper-informasi p span {
  font-family: Poppins;
  font-weight: bold;
  font-size: 15px;
  text-align: left;
  color: #44445f;
}

.wrapper-informasi {
  margin-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: fff;
  box-shadow: 0px 10px 20px rgba(47, 83, 212, 0.1);
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.wrapper-informasi .box-info {
  padding-right: 50px;
  height: 31px;
  border-radius: 6px;
  background: #4bbca1;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  align-items: center;
  text-align: center;
  padding-left: 20px;
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  text-align: left;
  color: #fff;
  position: relative;
}

.wrapper-informasi .box-info .jumlah {
  width: 34px;
  height: 31px;
  border-radius: 6px;
  background: #4ea590;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0;
}

.box-info-2 {
  background: #4bacbc !important;
}

.box-info-2 .jumlah {
  background-color: #448a95 !important;
}

.box-info-3 {
  background: #4b69bc !important;
}

.box-info-3 .jumlah {
  background-color: #414f75 !important;
}

.box-info-4 {
  background: #9e4bbc !important;
}

.box-info-4 .jumlah {
  background-color: #622877 !important;
}

.box-info-5 {
  background: #e66666 !important;
}

.box-info-5 .jumlah {
  background-color: #a54848 !important;
}

.box-info-6 {
  background-color: #667fe6 !important;
}

.box-info-6 .jumlah {
  background-color: #2e4191 !important;
}

.boxkegiatan {
  width: 100%;
  background-color: #d5fcf4;
  border-radius: 15px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  margin-bottom: 12px;
}

.boxkegiatan.berakhir {
  background-color: #ffecee;
}

.boxkegiatan .namakegiatan {
  font-family: Poppins;
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  color: #43b99d;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.boxkegiatan.berakhir .namakegiatan {
  color: #ee8888;
}

.boxkegiatan.berakhir .tanggalkegiatan,
.boxkegiatan.berakhir .jamkegiatan {
  color: #b95555;
}

.boxkegiatan .tanggalkegiatan,
.boxkegiatan .jamkegiatan {
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  text-align: left;
  color: #2e8e77;
}

@media (min-width: 992px) {
  * {
    font-family: "Poppins", sans-serif;
  }

  body {
    background-color: #f2f6fe;
  }

  .sidebar .sidebar-container {
    width: 231px;
    height: 607px;
    border-radius: 20px;
    background: #2f53d4;
  }
  .sidebar {
    height: 100vh;
  }
  .col-md-2 {
    height: 100vh !important;
  }

  .sidebar ul li {
    list-style: none;
    text-align: left;
    padding: 0;
  }

  .sidebar ul li a {
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
  }

  .sidebar ul li a img {
    margin-right: 10px;
    margin-left: 0;
  }

  .sidebar ul {
    padding: 0px;
    /* padding-left: 22px; */
  }

  .sidebar ul li a .active {
    background: #fff;
    color: #202656;
    font-weight: bold;
    position: relative;
  }

  .sidebar ul li a .active::after {
    content: url(assets/aktif.svg);
    position: absolute;
    right: 0;
    bottom: 3px;
  }

  .sidebar ul li a .box {
    width: 165px;
    height: 45px;
    border-radius: 10px;
    margin: 0 auto;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    font-size: 13px;
    text-align: left;
    margin-top: 12px;
    padding-left: 10px;
    transition: 0.5s;
  }

  .sidebar ul li a .box:hover {
    transition: 0.5s;
    background: rgba(0, 0, 0, 0.67);
  }

  /* .main {
    margin-top: auto;
    margin-bottom: auto;
  } */

  .main .salam p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #42425d;
    margin: 0;
    margin-bottom: -7px;
  }

  .main .salam h2 {
    font-family: Poppins;
    font-weight: bold;
    font-size: 34px;
    text-align: left;
    color: #42425d;
    margin: 0;
  }

  .main .btn-unggahsurat {
    width: 208px;
    height: 48px;
    border-radius: 10px;
    background: #2f52da;
    box-shadow: 0px 10px 15px rgba(47, 82, 218, 0.3);
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #fff;
    transition: 0.3s;
  }

  .main .btn-unggahsurat:hover {
    background: #324d82;
    /* color: red; */
    box-shadow: 0px 10px 15px rgba(47, 82, 218, 0.6);
    transition: 0.3s;
  }

  .main .btn-unggahsurat img {
    margin-right: 11px;
  }
  .main .box-kiri {
    position: relative;
  }
  .main .box-kiri {
    width: 100%;
    height: 274px;
    border-radius: 20px;
    background: #fff;
    padding: 22px;
    margin-bottom: 0;
  }

  .main .box-kanan {
    width: 100%;
    height: 274px;
    border-radius: 20px;
    background: #fff;
    padding: 22px;
  }

  .main .box-kanan span {
    font-family: Poppins;
    font-weight: 600;
    font-size: 17px;
    text-align: left;
    color: #44445f;
  }

  .main .box-kanan span img {
    margin-right: 16px;
  }

  .main .box-kanan .jumlahsurat h2 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 40px;
    text-align: left;
    color: #44445f;
  }

  .main .box-kanan .jumlahsurat p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 17px;
    text-align: left;
    color: #6f6f85;
    margin-left: 10px;
  }

  .main .box-kanan p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #35c09f;
    margin-top: 10px;
  }

  .main .box-kanan img.graph {
    position: absolute;
    right: 22px;
    bottom: 22px;
  }

  .main .box-kiri span {
    font-family: Poppins;
    font-weight: 600;
    font-size: 17px;
    text-align: left;
    color: #44445f;
  }

  .main .box-kiri span img {
    margin-right: 16px;
  }

  .main .box-kiri .jumlahanggota h2 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 40px;
    text-align: left;
    color: #44445f;
  }

  .main .box-kiri .jumlahanggota p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 17px;
    text-align: left;
    color: #6f6f85;
    margin-left: 10px;
  }

  .main .box-kiri p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #35c09f;
    margin-top: 10px;
  }

  .main .box-kiri img.graph {
    position: absolute;
    right: 22px;
    bottom: 22px;
  }

  .main .box-kanan {
    position: relative;
  }

  .box-table-main {
    width: 100%;
    height: 339px;
    border-radius: 20px;
    background: #fff;
    margin-top: 30px;
    position: relative;
  }

  #table-main th {
    width: 772px;
    height: 50px;
    background: #fff;
    box-shadow: 0px 10px 20px rgba(47, 83, 212, 0.1);
    font-family: Poppins;
    font-weight: 600;
    font-size: 12px;
    color: #44445f;
  }

  #table-anggotakadin th {
    width: 772px;
    height: 50px;
    background: #fff;
    box-shadow: 0px 10px 20px rgba(47, 83, 212, 0.1);
    font-family: Poppins;
    font-weight: 600;
    font-size: 13px;
    color: #44445f;
    /* position: fixed; */
  }

  #table-anggotakadin td {
    font-family: Poppins;
    font-weight: 500;
    font-size: 13px;
    color: #44445f;
    padding-top: 15px;
  }

  th:first-child {
    border-radius: 20px 0 0 20px;
  }

  th:last-child {
    border-radius: 0px 20px 20px 0px;
  }

  #table-main td {
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    color: #44445f;
    padding-top: 15px;
  }

  .box-profile {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: #fff;
    position: relative;
    padding: 22px;
  }

  .circle {
    width: 54px;
    height: 54px;
    background: #f2f6fe;
    border-radius: 50%;
    display: flex;
    align-items: center;
    margin-right: 12px;
  }

  .rightbar .circle img {
    border-radius: 50%;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    display: block;
    place-content: center;
    width: 42px;
    height: 42px;
    background: #f2f6fe;
    border: 4px solid #fff;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  }

  .rightbar .namajabatan {
    align-items: center;
    display: flex;
    align-content: center;
  }

  .rightbar .namajabatan h5 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    color: #44445f;
    margin-bottom: 0;
  }

  .rightbar .namajabatan p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #6f6f85;
    margin-bottom: 0;
  }

  .box-profile .box-kontak h5 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #44445f;
    margin-bottom: 0;
    margin-top: 22px;
    margin-bottom: 14px;
  }

  .box-kontak .viewall {
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    /* text-align: left; */
    color: #919191;
    margin-top: 22px;
    margin-bottom: 14px;
  }

  .box-kontak .viewall a {
    text-decoration: none;
    color: #919191;
  }

  .box-kontak .viewall a:hover {
    color: #064ad0;
  }
  .box-profile .box-kontak img {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    /* float: left; */
    object-fit: cover;
    margin-right: 20px;
  }

  .box-profile .box-kontak span {
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    color: #6f6f85;
    position: relative;
    top: -4px;
  }

  .box-profile .box-kontak p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #44445f;
    margin: 0;
  }

  .box-profile .box-kontak .kontak {
    display: flex;
    margin-bottom: 8px;
  }

  .container-anggotakadin {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: #fff;
    padding-left: 30px;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 30px;
  }

  span.title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 17px;
    text-align: left;
    color: #44445f;
  }

  span.title img {
    margin-right: 12px;
  }

  .container-anggotakadin .box-filter {
    width: 100%;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 10px 20px rgba(47, 83, 212, 0.1);
    margin-top: 25px;
  }

  .container-anggotakadin .box-filter {
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-anggotakadin .box-filter select {
    border-radius: 6px;
    background: #f2f6fe;
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    color: #44445f;
    border: none;
    appearance: none;

    background-image: url(assets/dropdown.svg);
    background-repeat: no-repeat;
    background-position: right 5px top 50%;
    padding-right: 30px;
  }

  .container-anggotakadin .box-filter select option * {
    border: none !important;
    outline: none !important;
    border-radius: 0 0 5px 5px;
  }

  .container-anggotakadin .box-filter input {
    background-color: rosybrown;
    border: none;
    outline: none;
    border-radius: 6px;
    background: #f2f6fe;
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    color: #44445f;
  }

  .container-anggotakadin .box-filter button.btn-cari {
    border-radius: 6px;
    background: #2f53d4;
    box-shadow: 0px 3px 6px rgba(47, 83, 212, 0.28);
    padding: 0;
    padding: 3px 10px;
  }

  .box-table-anggotakadin {
    width: 100%;
    height: 430px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 10px 20px rgba(47, 83, 212, 0.1);
    margin-top: 25px;
  }

  .table-ktab {
    height: 340px !important;
  }

  .btn-detailsurat {
    /* width: 83px; */
    height: 19px;
    border-radius: 6px;
    background: #d5fcf4;
    font-family: Poppins;
    font-weight: 500;
    font-size: 10px;
    text-align: center;
    color: #43b99d;
    padding: 0 10px;
  }

  .btn-ubah {
    width: 51px;
    height: 19px;
    border-radius: 6px;
    background: #d5fcf4;
    font-family: Poppins;
    font-weight: 500;
    font-size: 10px;
    text-align: center;
    color: #43b99d;
    padding: 0;
  }

  .btn-hapus {
    width: 56px;
    height: 19px;
    border-radius: 6px;
    background: #ffecee;
    font-family: Poppins;
    font-weight: 500;
    font-size: 10px;
    text-align: center;
    color: #e88;
    padding: 0;
    margin-left: 7px;
  }

  .table-kirimundangan img {
    width: 35px;
    height: 35px;
    background: #f2f6fe;
    border-radius: 50%;
    object-fit: cover;
  }

  .btn-tambahkontak {
    width: 121px;
    height: 30px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #2f53d4;
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    color: #2f53d4;
    padding: 0;
    transition: 0.3s;
  }

  .btn-tambahkontak:hover {
    background: #2f52da;
    /* box-shadow: 0px 10px 15px rgba(27, 42, 118, 0.3); */
    color: #fff;
    transition: 0.3s;
    box-shadow: 0px 3px 6px rgba(47, 83, 212, 0.28);
  }

  .btn-ceknomor {
    border-radius: 6px;
    background: #fff;
    border: 1px solid #2f53d4;
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    color: #2f53d4;
    padding: 6px 10px;
    transition: 0.3s;
    /* min-width: 110px; */
    /* word-wrap:; */
    white-space: nowrap;
  }

  .btn-ceknomor:hover {
    background: #2f52da;
    /* box-shadow: 0px 10px 15px rgba(27, 42, 118, 0.3); */
    color: #fff;
    transition: 0.3s;
    box-shadow: 0px 3px 6px rgba(47, 83, 212, 0.28);
  }

  .box-upload input[type="file"] {
    width: 187px;
    height: 30px;
    border-radius: 5px;
    background: #f2f6fe;
    border: none;
    outline: none;
    cursor: pointer;
    padding-left: 0;
    padding-top: 0;
    font-family: Poppins;
    font-weight: normal;
    font-size: 10px;
    text-align: center;
    color: #6c8692;
  }

  /* .box-upload input[type="file"] button{
      background-color: rosybrown;
      font-size: 20px;
  } */

  /* #slider input#file-upload-button{
      background: rebeccapurple;
      color: red;
      size: 30px;
  } */

  ::-webkit-file-upload-button {
    width: 74px;
    height: 30px;
    border-radius: 5px 0px 0px 5px;
    background: #ccd8ff;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: Poppins;
    font-weight: normal;
    font-size: 10px;
    text-align: center;
    color: #44445f;
    margin-right: 20px;
  }

  .box-upload label {
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    /* text-align: left; */
    color: #44445f;
    margin-bottom: 0;
  }

  .box-upload {
    left: 30px;
    position: absolute;
    bottom: 24px;
  }

  .table-kirimundangan {
    position: relative;
  }

  .box-upload .btn-kirimundangan {
    width: 121px;
    height: 30px;
    border-radius: 5px;
    background: #2f53d4;
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    color: #fff;
    margin-left: 10px;
  }

  .container-pengaturan {
    width: 100%;
    height: 598px;
    border-radius: 20px;
    background: #fff;
    padding-left: 30px;
    padding-top: 20px;
    padding-right: 30px;
    position: relative;
  }

  .container-pengaturan label {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #44445f;
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .container-pengaturan input {
    /* width: 1018px; */
    height: 31px;
    border-radius: 6px;
    background: #f2f6fe;
    border: none;
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    color: #44445f;
  }

  .container-pengaturan input::placeholder {
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    color: #bebec6;
  }

  .container-pengaturan .circle {
    width: 143px;
    height: 143px;
    background: #f2f6fe;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    /* padding-top: 16px; */
    position: relative;
  }

  .container-pengaturan .circle img {
    width: 112px;
    height: 112px;
    background: #f2f6fe;
    border: 4px solid #fff;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    border-radius: 50%;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .container-pengaturan .circle input[type="file"] {
    width: 22px;
    height: 22px;
    background: #2f53d4;
    /* filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16)); */
    border-radius: 50%;
    z-index: 99;
    position: absolute;
    padding: 0;
    color: #2f53d4;
    right: 15px;
    bottom: 4px;
    cursor: pointer;
  }

  .container-pengaturan .circle input[type="file"]::after {
    content: "";
    background: url(assets/btneditfoto.svg);
    background-repeat: no-repeat;

    background-size: contain;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: -4px;
    top: -1px;
  }

  .container-pengaturan .circle input[type="file"]::-webkit-file-upload-button {
    width: 74px;
    height: 30px;
    border-radius: 5px 0px 0px 5px;
    background: red;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: Poppins;
    font-weight: normal;
    font-size: 10px;
    text-align: center;
    color: #44445f;
    margin-right: 20px;
    display: none;
  }

  .container-pengaturan .btn-simpan {
    width: 71px;
    height: 30px;
    border-radius: 5px;
    background: #2f53d4;
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    color: #fff;
    margin-top: 13px;
    position: absolute;
    right: 30px;
  }

  .modal-content {
    border-radius: 20px;
    border: none;
    max-height: 90vh;
    overflow-y: auto;
  }

  .modal-unggahsurat label {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #44445f;
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .modal-unggahsurat input {
    /* width: 1018px; */
    height: 31px;
    border-radius: 6px;
    background: #f2f6fe;
    border: none;
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    color: #44445f;
  }

  .modal-unggahsurat input[type="file"] {
    width: 187px;
    height: 30px;
    border-radius: 5px;
    background: #f2f6fe;
    border: none;
    outline: none;
    cursor: pointer;
    padding-left: 0;
    padding-top: 0;
    font-family: Poppins;
    font-weight: normal;
    font-size: 10px;
    text-align: center;
    color: #6c8692;
  }

  .modal-unggahsurat input[type="file"]::-webkit-file-upload-button {
    width: 74px;
    height: 30px;
    border-radius: 5px 0px 0px 5px;
    background: #ccd8ff;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: Poppins;
    font-weight: normal;
    font-size: 10px;
    text-align: center;
    color: #44445f;
    margin-right: 20px;
  }

  .modal-unggahsurat .btn-unggah {
    width: 121px;
    height: 30px;
    border-radius: 5px;
    background: #2f53d4;
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    color: #fff;
  }

  .modal-detailsurat label {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #44445f;
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .modal-detailsurat input {
    /* width: 1018px; */
    height: 31px;
    border-radius: 6px;
    background: #f2f6fe;
    border: none;
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    color: #44445f;
  }

  .modal-detailsurat object {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 10px 20px rgba(47, 83, 212, 0.1);
  }

  .modal-detailsurat input::placeholder {
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    color: #bebec6;
  }

  .modal-detailsurat .btn-unggah {
    width: 121px;
    height: 30px;
    border-radius: 5px;
    background: #2f53d4;
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    /* text-align: center; */
    color: #fff;
  }

  .modal-tambahkontak label {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #44445f;
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .modal-tambahkontak input {
    /* width: 1018px; */
    height: 31px;
    border-radius: 6px;
    background: #f2f6fe;
    border: none;
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    color: #44445f;
  }

  .modal-tambahkontak input[type="file"] {
    width: 187px;
    height: 30px;
    border-radius: 5px;
    background: #f2f6fe;
    border: none;
    outline: none;
    cursor: pointer;
    padding-left: 0;
    padding-top: 0;
    font-family: Poppins;
    font-weight: normal;
    font-size: 10px;
    text-align: center;
    color: #6c8692;
  }

  .modal-tambahkontak input[type="file"]::-webkit-file-upload-button {
    width: 74px;
    height: 30px;
    border-radius: 5px 0px 0px 5px;
    background: #ccd8ff;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: Poppins;
    font-weight: normal;
    font-size: 10px;
    text-align: center;
    color: #44445f;
    margin-right: 20px;
  }

  .modal-tambahkontak .btn-tambahkontak-modal {
    width: 129px;
    height: 30px;
    border-radius: 5px;
    background: #2f53d4;
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    color: #fff;
  }

  .modal-ubahkontak .circle {
    width: 143px;
    height: 143px;
    background: #f2f6fe;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    /* padding-top: 16px; */
    position: relative;
  }

  .modal-ubahkontak .circle img {
    width: 112px;
    height: 112px;
    background: #f2f6fe;
    border: 4px solid #fff;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    border-radius: 50%;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .modal-ubahkontak .circle input[type="file"] {
    width: 22px;
    height: 22px;
    background: #2f53d4;
    /* filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16)); */
    border-radius: 50%;
    z-index: 99;
    position: absolute;
    padding: 0;
    color: #2f53d4;
    right: 15px;
    bottom: 4px;
    cursor: pointer;
  }

  .modal-ubahkontak .circle input[type="file"]::after {
    content: "";
    background: url(assets/btneditfoto.svg);
    background-repeat: no-repeat;

    background-size: contain;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: -4px;
    top: -1px;
  }

  .modal-ubahkontak .circle input[type="file"]::-webkit-file-upload-button {
    width: 74px;
    height: 30px;
    border-radius: 5px 0px 0px 5px;
    background: red;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: Poppins;
    font-weight: normal;
    font-size: 10px;
    text-align: center;
    color: #44445f;
    margin-right: 20px;
    display: none;
  }

  .modal-ubahkontak label {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #44445f;
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .modal-ubahkontak input {
    /* width: 1018px; */
    height: 31px;
    border-radius: 6px;
    background: #f2f6fe;
    border: none;
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    color: #44445f;
  }

  .modal-ubahkontak .btn-ubahkontak-modal {
    width: 111px;
    height: 30px;
    border-radius: 5px;
    background: #2f53d4;
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    color: #fff;
  }

  .container-anggotakadin .box-table-anggotakadin {
    overflow-y: scroll;
  }

  .btn-download {
    width: 85px;
    height: 30px;
    border-radius: 5px;
    background: #e15656;
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    color: #fff;
  }

  .btn-namapengurus {
    background-color: transparent;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    color: #44445f;
    border-radius: 6px;
  }

  .btn-namapengurus:hover {
    background-color: #d5fcf4;
    color: #43b99d;
  }

  .btn-refresh {
    min-width: 95px;
    height: 31px;
    border-radius: 6px;
    background: #2f52da;
    /* box-shadow: 0px 10px 15px rgba(27, 42, 118, 0.3); */
    text-align: center;
    color: #fff;
    transition: 0.3s;
    padding: 0;
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0px 3px 6px rgba(47, 83, 212, 0.28);
  }

  .btn-refresh img {
    width: 20px;
    margin-right: 6px;
  }

  .box-salam {
    width: 100%;
    border-radius: 20px;
    background: #fff;
    height: 74px;
  }

  .box-email {
    width: 37px;
    height: 33px;
    border-radius: 10px;
    background: #f2f6fe;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .jumlahnotif {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #f82525;
    position: absolute;
    top: -5px;
    right: -5px;
  }

  .jumlahnotif p {
    font-family: Poppins;
    font-weight: 600;
    font-size: 10px;
    text-align: center;
    color: #fff;
  }

  .box-suratmasuk {
    width: 100%;
    height: 68px;
    border-radius: 15px;
    background: transparent;
    border: 1px solid #1a58d4;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 14px;
    transition: 0.2s;
  }

  .box-suratmasuk:hover {
    /* margin-top: 10px; */
    transition: 0.2s;

    box-shadow: 0px 10px 20px rgba(47, 83, 212, 0.24);
  }

  .box-suratmasuk .suratmasuk p {
    margin-bottom: 0;
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    color: #6f6f85;
  }

  .box-suratmasuk .suratmasuk h3 {
    margin-bottom: 0;
    font-family: Poppins;
    font-weight: 600;
    font-size: 27px;
    text-align: left;
    color: #064ad0;
  }

  #table-main td,
  th {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-profile {
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 20px;
    background: #fff;
  }

  .btn-next:hover {
    margin-right: -4px;
    transition: 0.3s;
  }

  .btn-next {
    transition: 0.3s;
  }

  .wrapper-informasi p {
    margin: 0;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 500;
    text-align: left;
    color: #44445f;
    margin-bottom: 8px;
  }

  .wrapper-informasi p span {
    font-family: Poppins;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
    color: #44445f;
  }

  .wrapper-informasi {
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: fff;
    box-shadow: 0px 10px 20px rgba(47, 83, 212, 0.1);
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .wrapper-informasi .box-info {
    padding-right: 50px;
    height: 31px;
    border-radius: 6px;
    background: #4bbca1;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    align-items: center;
    text-align: center;
    padding-left: 20px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    color: #fff;
    position: relative;
  }

  .wrapper-informasi .box-info .jumlah {
    width: 34px;
    height: 31px;
    border-radius: 6px;
    background: #4ea590;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0;
  }

  .box-info-2 {
    background: #4bacbc !important;
  }

  .box-info-2 .jumlah {
    background-color: #448a95 !important;
  }

  .box-info-3 {
    background: #4b69bc !important;
  }

  .box-info-3 .jumlah {
    background-color: #414f75 !important;
  }

  .box-info-4 {
    background: #9e4bbc !important;
  }

  .box-info-4 .jumlah {
    background-color: #622877 !important;
  }

  .box-info-5 {
    background: #e66666 !important;
  }

  .box-info-5 .jumlah {
    background-color: #a54848 !important;
  }

  .box-info-6 {
    background-color: #667fe6 !important;
  }

  .box-info-6 .jumlah {
    background-color: #2e4191 !important;
  }

  .boxkegiatan {
    width: 100%;
    background-color: #d5fcf4;
    border-radius: 15px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    margin-bottom: 12px;
  }

  .boxkegiatan.berakhir {
    background-color: #ffecee;
  }

  .boxkegiatan .namakegiatan {
    font-family: Poppins;
    font-weight: bold;
    font-size: 13px;
    text-align: left;
    color: #43b99d;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .boxkegiatan.berakhir .namakegiatan {
    color: #ee8888;
  }

  .boxkegiatan.berakhir .tanggalkegiatan,
  .boxkegiatan.berakhir .jamkegiatan {
    color: #b95555;
  }

  .boxkegiatan .tanggalkegiatan,
  .boxkegiatan .jamkegiatan {
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    color: #2e8e77;
  }
}
