.header {
  padding: 1.6px 15px 3.6px;
  margin-bottom: 0;
}

.header-color {
  background: rgb(17, 23, 29);
  color: #ffffff;
  border-style: none;
}

.icon-cursor:hover {
  cursor: pointer;
}

.card-color {
  background: #ffffff;
  border-right: 3px solid #e3e5ec;
  border-bottom: 3px solid #e3e5ec;
  border-left: 3px solid #e3e5ec;
  color: #000000;
}

.notifyjs-wrapper.notifyjs-success {
  background-color: #28a745 !important;
  color: #fff !important;
}

.disabled-section {
  pointer-events: none;
  opacity: 0.5;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.disabled-section #btnApplyChanges {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225,83,97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.container {
  position: relative;
  flex: 1;
}

#loading-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f8fafcf6;
  z-index: 20;
}

#loading-overlay-content {
  position: sticky;
  z-index: 4;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  pointer-events: none;
  user-select: none;
}

#loading-overlay-content p {
  font-size: 20px;
}

