* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* scrollbar */

::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
  background-color: #fff;
  border-radius: 10px;
  height: 5px;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #fff;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #7e6c929f;
}

/* rotate */
.rotate180 {
  transform: rotate(180deg);
}


  .collapse-area {
    display: none;
  }
  .rotate-180 {
    transform: rotate(180deg);
  }

  
.accordion {
  --bs-accordion-btn-icon-width: 0.9rem;
}

.accordion-button[data-bs-toggle="collapse"]::after {
  color: white;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23577537'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.service-user-important-data h5 img {
  width: 45px;
}

/* login */

.login__form .login100-more img {
  height: 100vh;
  object-fit: cover;
}

@media (max-width: 992px) {
  .login__form {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
  }
}

.datepicker-dropdown {
  z-index: 9999 !important;
}

/* Adjust the size of the calendar dropdown */
.datepicker-dropdown table {
  font-size: 0.875rem;
}
