.frame {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.div {
  width: 100%;
  flex-basis: calc(30% - 16px);
  margin-bottom: 16px;
  position: relative;
  margin: 0 10px 20px 0;
}


.text-wrapper-2 {

  font-size: 40px; /* Sesuaikan ukuran font untuk responsifitas */
  color: #e7f2f8;
  text-align: right;
}

.text-wrapper-3 {
    max-width: 100%;
  font-size: 16px; /* Sesuaikan ukuran font untuk responsifitas */
  color: #55a7d9;
}

.text-wrapper{

  text-align: justify;
  font-size: 1.2rem;
  padding-left: 20px;
  font-weight: bold;
  color: #e7f2f8;
}

.div-wrapper {

  height: 30px;
  align-items: center;
  padding: 0px 10px;
  background-color: #e7f2f8;
  border-radius: 0px 0px 10px 10px;
  bottom: 0;
  left: 0;
  text-align: right;
  justify-content: flex-end;
}

.frame .div-2{

  display: flex;
  height: 130px;
  align-items:center;
  top: unset;
  left: unset;
  background-color: #55a7d9;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 30px;
}

/* CSS Saldo */
.frame2 {
  display: flex;
  gap: 59px;
  justify-content: space-between;
  margin-bottom: 24px;
}

.frame2 .div-saldo {
  width: 470px;
  padding: 12px 24px;
  border-radius: 12px;
  border: 1px solid #55a7d9;
}

.frame2 .div-saldo-2 {
  padding: 16px 0px;
  border-bottom: 1px solid #808080;
}

.frame2 .div-saldo-3 {
  display: flex;
  align-items: center;
  gap: 12px;
}

.frame2 .text-saldo-wrapper {
  font-family: "Roboto-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  white-space: nowrap;
}

.frame2 .div-saldo-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.frame2 .text-saldo-wrapper-2 {
  font-family: "Roboto-SemiBold", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 24px;
  white-space: nowrap;
}

.frame2 .rabu-april-wrapper {
  display: flex;
  gap: 12px;
}

.frame2 .rabu-april {
  font-family: "Roboto-Regular", Helvetica;
  font-weight: 400;
  color: #808080;
  font-size: 20px;
  white-space: nowrap;
}


.frame2 .div-saldo-4 {
  width: 470px;
  height: 185.56px;
  gap: 20px;
  padding: 12px 24px;
  border-radius: 12px;
  border: 1px solid;
  border-color: #55a7d9;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.frame2 .img-2 {
  position: relative;
  width: 48px;
  height: 48px;
}

.frame2 .rabu-april-wrapper-2 {
  gap: 12px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: -1.44px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.frame3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 87px;
  padding: 24px;
  position: relative;
  border-radius: 12px;
  border: 1px solid;
  border-color: #55a7d9;
  margin-bottom: 24px;
}

.frame3 .div3 {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  /* Hapus padding */
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
}

.frame3 .div3-2 {
  align-items: center;
  gap: 30px;
  display: flex;
}

.frame3 .ellipse3 {
  position: relative;
  width: 11px;
  height: 11px;
  background-color: #55a7d9;
  border-radius: 5.5px;
}

.frame3 .text3-wrapper {
  position: relative;
  width: fit-content;
  font-family: "Roboto-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.frame3 .div3-3 {
  align-items: center;
  gap: 30px;
  display: flex;
}

.frame3 .div3-wrapper {
  flex-direction: column;
  width: 165.62px;
  align-items: flex-start;
  gap: 12px;
  position: relative;
}

.frame3 .text3-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Roboto-SemiBold", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.frame3 .div3-4 {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  /* Hapus padding */
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
  border-left-width: 1px;
  border-left-style: solid;
  border-color: #55a7d9;
}
/* @media only screen and (min-width: 576px) {
  .div {
    flex-basis: calc(33.33% - 16px); 
  }
}

@media only screen and (min-width: 320px) {
  .div {
    flex-basis: calc(33.33% - 16px); 
  }
} */


/* @media (max-width: 576px) {
  .frame {
    display: flex;
  }
} */


/* .frame {
    position: relative;
    width: 500px;
    height: 200px;
  }
  
  .frame .div {
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 160px;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
    position: absolute;
    top: 0;
    left: 8px;
    background-color: #55a7d9;
    border-radius: 10px;
  }
  
  .frame .div-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    padding: 30px 0px;
    position: relative;
    flex: 1;
    align-self: stretch;
    width: 100%;
    flex-grow: 1;
  }
  
  .frame .text-wrapper {
    position: relative;
    align-self: stretch;
    width: 81px;
    margin-top: -1px;
    font-family: "Roboto-SemiBold", Helvetica;
    font-weight: 600;
    color: #e7f2f8;
    font-size: 24px;
    letter-spacing: 0;
    line-height: normal;
  }
  
  .frame .text-wrapper-2 {
    position: relative;
    align-self: stretch;
    width: 74px;
    margin-top: -1px;
    font-family: "Roboto-SemiBold", Helvetica;
    font-weight: 600;
    color: #e7f2f8;
    font-size: 64px;
    letter-spacing: 0;
    line-height: normal;
  }
  
  .frame .div-wrapper {
    display: flex;
    width: 300px;
    height: 30px;
    align-items: center;
    padding: 0px 10px;
    position: absolute;
    top: 130px;
    left: 0;
    background-color: #e7f2f8;
    border-radius: 0px 0px 10px 10px;
  }
  
  .frame .text-wrapper-3 {
    position: relative;
    flex: 1;
    font-family: "Roboto-SemiBold", Helvetica;
    font-weight: 600;
    color: #55a7d9;
    font-size: 20px;
    text-align: right;
    letter-spacing: 0;
    line-height: normal;
  }
  
  .frame .div-3 {
    flex-direction: column;
    width: 300px;
    height: 160px;
    align-items: flex-start;
    gap: 15px;
    position: absolute;
    top: -3px;
    left: 353px;
    background-color: #55a7d9;
    border-radius: 10px;
    display: flex;
    justify-content: center;
  }
  
  .frame .div-4 {
    align-items: center;
    gap: 10px;
    padding: 30px 0px;
    position: relative;
    flex: 1;
    align-self: stretch;
    width: 100%;
    flex-grow: 1;
    display: flex;
    justify-content: center;
  }
  
  .frame .text-wrapper-4 {
    position: relative;
    align-self: stretch;
    width: 168px;
    margin-top: -1px;
    font-family: "Roboto-SemiBold", Helvetica;
    font-weight: 600;
    color: #e7f2f8;
    font-size: 24px;
    letter-spacing: 0;
    line-height: normal;
  }
  
  .frame .div-5 {
    top: -3px;
    left: 697px;
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 160px;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
    position: absolute;
    background-color: #55a7d9;
    border-radius: 10px;
  }
  
  .frame .div-6 {
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 160px;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
    position: absolute;
    top: 196px;
    left: 8px;
    background-color: #55a7d9;
    border-radius: 10px;
  }
  
  .frame .div-7 {
    flex-direction: column;
    width: 300px;
    height: 160px;
    align-items: flex-start;
    gap: 15px;
    position: absolute;
    top: 196px;
    left: 353px;
    background-color: #55a7d9;
    border-radius: 10px;
    display: flex;
    justify-content: center;
  }
  
  .frame .div-8 {
    top: 193px;
    left: 698px;
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 160px;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
    position: absolute;
    background-color: #55a7d9;
    border-radius: 10px;
  } */

  .navbar-profile-img {
    width: 40px; /* Adjust as needed */
    height: 40px; /* Adjust as needed */
    border-radius: 50%; /* To make it circular */
}


#sidebar .frame-profile {
  display: inline-block;
  max-width: 100%;
  align-items: center;
  text-align: center;
  color: #4D58B3;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.profile-picture {
  max-width: 40%;
  height: auto;
  object-fit: cover; /* Memotong gambar untuk menyesuaikan dengan ukuran yang ditentukan */
  aspect-ratio: 1 / 1; /* Mengatur rasio aspek menjadi 1:1 */
}

.frame-profile h6{
    margin-bottom: 0;
}

.frame-profile h6, p{
    color: #2c82b5;
}

.logo-sidebar{
    width: 252px;
}

.logo-sidebar .logo .logo-text {
    font-size: 20px;
}

.list-unstyled-pagemenu {
  list-style: none;
}


#sidebar.active ul.components li.navbar-text ul.list-unstyled-pagemenu li a{
  font-size: 11px;
  left: -25px;
  padding: 5px 10px;
  color: #fff;
}


/* #sidebar.active ul.components li.navbar-text ul.list-unstyled-pagemenu li a:hover{
  background-color: #55A7D9;
} */

#sidebar.active ul.components li.navbar-text ul.list-unstyled-pagemenu li a{
  font-size: 11px;
  left: -25px;
  padding: 5px 10px;
  color: #fff;
}


#sidebar.active ul.components li.navbar-text ul.list-unstyled-pagemenu li a:hover{
  background-color: #55A7D9;
}


#sidebar.active .navbar-text .sub {
  position: relative;
  display: block;
  font-size: 0.8rem;
  padding: 0px 50px;
}

#sidebar.active .collapse.list-unstyled-pagemenu{
  display: none;
  background-color: #55A7D9;
  color: #fff;
  display: block;
  position: absolute;
  left: 15px;
  top: 0px;
  width: 130px;
  border-radius: 4px;
  opacity: 0;
  text-align: center;
}

#sidebar.active .collapse.list-unstyled-pagemenu.submenu{
  display: none;
  background-color: #55A7D9;
  color: #fff;
  display: block;
  position: absolute;
  left: 45px;
  top: 0px;
  width: 130px;
  border-radius: 4px;
  opacity: 0;
  text-align: center;
}



#sidebar.active .navbar-text:hover > .collapse.list-unstyled-pagemenu {
  display: block;
  top: 10%;
  z-index: 9999;
  opacity: 1;

} 

/* card */
.card-blue{
  background-color: #55A7D9;
  color: #E7F2F8;
}

.card-title{
  margin: 0;
}

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;
  background-repeat: no-repeat;
  background-position: center left;
}


span.title-dropdown {
  font-size: 14px;
}
/* svg {
    overflow: hidden;
    vertical-align: middle;
    width: 3%;

} */
/* .hidden {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}

@media (min-width: 640px) {
  .sm\\:flex-1 {
      flex: 1;
  }

  .sm\\:flex {
      display: flex;
  }

  .sm\\:items-center {
      align-items: center;
      margin-left: auto;
  }

  .sm\\:justify-between {
      justify-content: space-between;
  }
}

.d-flex {
  display: flex;
  
} */

/* .sm\:hidden {
  display: none !important; 
}

p.text-base.text-gray-700.leading-5.dark\:text-gray-400 {
  display: none;
} */

.dropbtn-item{
  background-color: transparent;
  color: #007bff;
  border: none;
  padding: 10px;
  min-width: 100px;

}
.dropbtn {
  background-color: transparent;
  color: white;
  padding: 10px;
  font-size: 16px;
  border: none;
  font-size: 16px;
}

.dropbtn .btn > .dropdown-toggle{
  padding: 5px;
}

.dropdown {
  position: relative;
  display: inline-block;
  margin-right: 25px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffff;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border-radius: 5px;
  z-index: 9999;
}

.dropdown-content a {
  color: #007bff;;
  padding: 10px;
  text-decoration: none;
  display: block;
  font-size: 16px;
  text-align: center;
  font-family: sans-serif;
}

.dropdown-content a:hover {
  background-color: #ddd;
  border-radius: 5px 5px 0 0;
}
.dropdown-content button:hover {
  background-color: #ddd;
  border-radius: 0 0 5px 5px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn { 
  background-color: transparent;
}

span.title-submenu{
  font-size: 12px;
}

/* Dashboard */
.info-box {
  display: flex;
  align-items: center;
  padding: 0.5rem; /* Reduced padding */
  border-radius: 0.25rem;
  background-color: #ffc107; /* Default bg-warning color */
  color: #212529; /* Default text color for bg-warning */
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);

}

.info-box.mb-3 {
  margin-bottom: 1rem;
}

.info-box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem; /* Reduced width */
  height: 2rem; /* Reduced height */
  border-radius: 0.25rem;
  background-color: rgba(0, 0, 0, 0.1); /* Slightly darker background for the icon */
  color: #343a40; /* Dark color for the icon */
  font-size: 1rem; /* Reduced font size */
  margin-right: 0.5rem; /* Reduced margin */
}

.info-box-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  margin-right: 0.5rem; /* Reduced margin */
  margin-left: 2.5rem; /* Reduced margin */

}

.info-box-content-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  margin-right: 0.5rem; /* Reduced margin */

}

.info-box-text {
  font-size: 0.875rem; /* Reduced font size */
  font-weight: 500;
  margin-bottom: 0.25rem; /* Reduced margin */
}

.info-box-number {
  font-size: 1.25rem; /* Reduced font size */
  font-weight: 700;
}

/* Page Next Previous */
.custom-pagination {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}

.pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
}

.page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5%;
  height: 2rem;
  border-radius: 0.25rem;
  background-color: #55A7D9;
  color: #343a40;
  font-size: 1rem;
}

.page-input {
  width: 97%;
  height: 2rem;
  border-radius: 0.25rem;
  border-color: #55A7D9;
  text-align: center;

}



@media (max-width: 768px) {
  .pagination {
      flex-direction: column;
      align-items: center;
  }

  .page-link,
  .page-input {
      width: 100%;
      text-align: center;
      margin-bottom: 5px;
  }
}