:root {
  --theme-blue: #22447f;
  --theme-purple-1: #7f39bd;
  --theme-purple-2: #7340c1;
  --theme-skyblue-1: rgb(20, 80, 109);
  --theme-skyblue-2: rgb(40, 160, 216);
}

a {
  color: var(--theme-skyblue-2);
}
.bg-theme-blue {
  background-color: var(--theme-blue) !important;
}

.wrap-text {
  white-space: break-spaces !important;
  line-height: normal !important;
}

.sidebar-brand {
  justify-content: left;
  background-color: #fff;
  height: 4.5rem;
}
.sidebar-brand .brand-link .brand-image {
  max-height: 70px;
}

.in-process {
  position: relative;
  pointer-events: none;
  cursor: not-allowed;
}
.in-process::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-image: url("../assets/img/anim2.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  display: block;
  background-size: 100px;
}

h3 > .small {
  font-size: 0.9rem !important;
}
.filter-active {
  position: relative;
}
.filter-active::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  right: 8px;
  top: 8px;
  background-color: #ff0000;
  border-radius: 50%;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-size: 1rem;
  line-height: 1.25rem;
}

.selectize-dropdown-content .option.active {
  font-weight: 800;
}
.bg-theme-blue {
  background: url("../assets/img/bg.jpeg") repeat-y left top;
}

.btn-primary {
  background-color: var(--theme-purple-1);
  border-color: var(--theme-purple-1);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background-color: var(--theme-purple-2);
  border-color: var(--theme-purple-2);
}

.form-control:focus {
  border-color: var(--theme-purple-2);
  box-shadow: inset 0 1px 2px rgba(20, 80, 109, 0.25),
    0 0 0 0.25rem rgba(115, 64, 193, 0.25);
}

.app-sidebar {
  background: url("../../dist/assets/img/bg.jpeg") repeat-y left top;
  background-size: contain;
  background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black */
  background-blend-mode: darken;
}

@media screen and (max-width: 1699px) {
}
