@charset "UTF-8";
.logo-md {
  max-width: 9rem;
  max-height: 3.3rem;
}

.btn-square {
  border-radius: 8px;
}

.btn-md {
  height: 48.59px;
}

.bg-10 {
  background-color: #FFF3E0;
}

.pro-thum {
  max-height: 3rem;
  border-radius: 8px;
  max-width: 4rem;
  background-color: white;
}

.pro-thum:hover {
  transform: scale(3);
  box-shadow: 0px 8px 24px rgba(27, 46, 94, 0.08);
  transition: box-shadow 0.2s ease-in-out;
}

.img-zoom:hover {
  transform: scale(1.5);
}

.rounded-avatar {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}

.rounded-avatar-sm {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}

.item-cover {
  max-width: 5rem;
  max-height: 5rem;
  border-radius: 8px;
}

.inline-error {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc2626;
}

.floating {
  position: fixed;
  bottom: 2rem;
  right: 1rem;
  z-index: 999;
}

.copy-icon {
  color: #00151f;
  background: #fff;
  border: none;
}

.item-cover-small {
  max-width: 3rem;
  max-height: 3rem;
  border-radius: 8px;
}

input:disabled, button:disabled, a.disabled {
  opacity: 0.5; /* Làm nhạt phần tử */
}

.m-toast .toast {
  background-color: #20315C;
  border: none;
  color: white;
  border-radius: 12px;
}

.text-success {
  color: #4CAF50 !important;
}

.toast-success .ti-circle-check {
  color: #37C750;
  font-size: 1.2rem;
  margin-right: 0.5rem;
}

.toast-error .ti-alert-circle {
  color: #dc2626;
  font-size: 1.2rem;
  margin-right: 0.5rem;
}

.toast-warning .ti-alert-triangle {
  color: #ff953d;
  font-size: 1.2rem;
  margin-right: 0.5rem;
}

.color-title {
  font-weight: 700;
  background: linear-gradient(267.12deg, #FB8501 7.95%, #FFB701 104.62%);
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
}

.table-title {
  font-weight: 600;
  text-transform: uppercase;
}

.product-thumbnail-sm {
  height: 50px;
  width: 50px;
  object-fit: cover;
  border-radius: 8px;
}

.datatable-bottom > div:first-of-type {
  width: 100%;
}

.datatable-bottom .page-item, .datatable-bottom .page-link {
  border: none;
  border-radius: 0px;
}

.mid-dropdown {
  min-width: 21rem;
}

.rounded-avatar {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}

.rounded-avatar:hover, .rounded-avatar-sm:hover {
  transform: scale(1.5);
}

.w-4 {
  width: 1rem;
}

.min-w-32 {
  min-width: 8rem;
}

.min-w-36 {
  min-width: 9rem;
}

.min-w-40 {
  min-width: 10rem;
}

.min-w-48 {
  min-width: 12rem;
}

.min-w-52 {
  min-width: 13rem;
}

.min-w-56 {
  min-width: 14rem;
}

.m-btn-gr {
  border-radius: 8px;
  border: 1px solid #bec8d0;
}

.m-btn-gr .btn {
  border-radius: 8px;
}

.pm-icon {
  max-width: 2.5rem;
}

.text-danger.disabled {
  color: gray !important;
}

.avatar-img-s {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  display: inline-block;
}

.saprator {
  position: relative;
  display: flex;
  align-self: center;
  justify-content: center;
}

.saprator span {
  font-size: 0.875rem;
  padding: 8px 24px;
  background: white;
  z-index: 5;
  text-transform: capitalize;
  color: #1d2630;
  font-weight: 500;
}

.saprator:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e7eaee;
  z-index: 1;
}

.cursor-pointer {
  cursor: pointer;
}

/*# sourceMappingURL=mycss.css.map */
