body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  scroll-behavior: smooth;
  position: relative;
}
.imgw {
  display: block;
  width: 100%;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0 !important;
  outline-color: transparent !important;
  outline-width: 0 !important;
  outline-style: none !important;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
}
.alert ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}

.topnav .navbar-brand img {
  /* height: 6rem !important; */
  /* margin-top: 5px; */
}

.icon-list {
  font-size: 14px;
}

/* replace main button color */
/* .btn-primary {
  color: #fff;
  background-color: #993399;
  border-color: #993399;
}
.btn-primary:hover {
  color: #fff;
  background-color: #663366;
  border-color: #663366;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #663366;
  border-color: #663366;
  box-shadow: 0 0 0 0.2rem rgba(38, 121, 244, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #993399;
  border-color: #993399;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #663366;
  border-color: #663366;
} */

.datatable {
  font-size: 14px;
}
.card-hover-pop {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.card-hover-pop:hover {
  transform: scale(1.05);
}

@media (max-width: 768px) {
}

@media only screen and (max-width: 380px) {
}

.select {
  padding: 0.5rem 0.5rem;
}
.page-item.disabled .page-link {
  background-color: #f2f2f2;
}

.dtfc-fixed-right:has(.dropdown.show) {
  z-index: 10 !important;
}

.mask {
  height: 100vh;
  width: 100vw;
  top: 0;
  position: absolute;
  opacity: 0.2;
  background-color: black;
}

.bg-mask {
  background-color: rgba(0, 0, 0, 0.2);
}
.mask-within {
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
  opacity: 0.2;
  background-color: black;
}

.ellipsis {
  text-overflow: ellipsis;
}

.no-scroll {
  overflow: hidden !important;
}

#global-loading-spinner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 100svh;
  width: 100svw;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
