.loading-spinner {
  position: relative;
  display: block;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

.spinner {
  min-height: 24px;
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  animation: spinner 1s linear infinite;
}

.select2 {
  width: 100% !important;
}

.ddlmaxwidth {
  max-width: 450px !important;
}

.table-row-highlight {
  background-color: #165491 !important;
  color: #fff;
}

.table td,
.table th {
  word-wrap: break-word;
}

.rowcorrect {
  background-color: #fff !important;
  color: #165491;
}

.rowwrong {
  background-color: #FFD1CE !important;
  color: #ca0303;
  font-weight: bold;
}

.txt-amount {
  text-align: right;
}

.content-wrapper-nl {
  background-color: #f4f6f9;
}

.content-wrapper-nl>.content {
  padding: 0 0.5rem;
}

.img-nl {
  max-width: 15%;
  height: auto;
  margin-bottom: 20px;
}

.cursor {
  color: #007bff;
  cursor: pointer;
}

.w-10 {
  width: 10% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.w-50 {
  width: 50% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.w-100 {
  width: 100% !important;
}

.indent-level-0 {
  padding-left: 16px !important;
}

.indent-level-1 {
  padding-left: 36px !important;
}

.indent-level-2 {
  padding-left: 56px !important;
}

.indent-level-3 {
  padding-left: 76px !important;
}

.indent-level-4 {
  padding-left: 96px !important;
}

.indent-level-5 {
  padding-left: 116px !important;
}

.indent-level-6 {
  padding-left: 136px !important;
}

.group-row {
  cursor: pointer;
  background-color: #f0f0f0;
  font-weight: bold;
}

.child-row {
  display: table-row;
}

.group-collapsed .child-row {
  display: none;
}

.group-toggle::before {
  content: "▸";
  margin-right: 5px;
  display: inline-block;
}

.group-expanded .group-toggle::before {
  content: "▾";
}

.hidden-area {
  display: none;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay i {
  font-size: 3rem;
  color: #007bff;
}

.bg-light-purple {
  background-color: #f3e5f5;
}

.text-indigose {
  color: #822bb4;
  font-weight: 600;
}

.group-collapsed {
  font-weight: bold;
}

.collapse-symbol {
  font-weight: bold;
  margin-right: 5px;
}

.input-box {
  border: 2px #18a2b8 solid;
  padding: 20px;
  border-radius: 10px;
}

.bg-notify-dr {
  background-color: #bce3f9!important;
  color: black!important;
}

.bg-notify-cr {
  background-color: #eff9bc!important;
  color: black!important;
}