.alert {
  padding: 0.1rem 0.5rem 0.1rem 0.3rem;
  margin-bottom: 0.1rem;
  && button {
    padding: 0.3rem;
  }
}

.btn .material-symbols-outlined {
  margin-right: 1px !important;
}

.required {
  color: var(--bs-danger);
  margin-left: 3px;
  margin-right: 3px;
}

.lc-check {
  margin-left: -2em !important;
}

.card {
  border-radius: 0px;
}
.image {
  width: 12rem;
}

.fmd-size {
  font-size: calc(7rem + 2vw) !important;
}
.fmi-size {
  width: 136px;
  height: 136px;
}

.page-breadcrumb .breadcrumb {
  font-weight: 300;
  font-size: 30px;
  color: #4c4d5a;
  margin-bottom: 15px;
}

.page-breadcrumb .breadcrumb-main,
.page-breadcrumb .breadcrumb-main li {
  display: inline-block;
}
.page-breadcrumb .breadcrum-right {
  margin-top: 10px;
}

.table-responsive::-webkit-scrollbar {
  display: none;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #262a2e;
  border-top: 5px solid #0d6efd;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 10px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
