body.pad-bottom {
  padding-bottom: 300px;
}

.card {
  margin-bottom: 15px;
}

.navbar-nav {
  z-index: 1000;
}

.sidebar-dark {
  background-color: #333;
}

.nav-item {
  z-index: 1;
}

.sidebar.toggled .nav-item .collapse, .sidebar.toggled .nav-item .collapsing {
  z-index: 1000;
}

.full-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.simple-pagination a,
.simple-pagination span {
  display: block;
  font-size: 14px;
  line-height: 24px;
  min-width: 14px;
  padding: 0 7px;
  margin: 0 5px 0 0;
  text-align: center;
  color: #333;
  background-color: #fff;
  border: 1px solid #dddfeb;
  border-radius: 5px;
}
.simple-pagination a:hover {
  color: var(--brand-orange);
  text-decoration: none;
  background-color: #f8f9fa;
}
.simple-pagination .current {
  color: #fff;
  background-color: var(--brand-orange);
  border-color: var(--brand-orange);
  cursor: default;
}
.simple-pagination .ellipse {
  background: none;
  border: none;
  color: var(--brand-orange);
  cursor: default;
}
.simple-pagination .prev,
.simple-pagination .next {
  display: none !important;
}

.shortcut-item {
  background-color: #f3f3f3;
  padding: 30px;
  border-radius: 30px;
  margin-bottom: 30px;
}
.shortcut-item .shortcut-icon {
  text-align: center;
  font-size: 2em;
}
.shortcut-item .shortcut-title {
  display: block;
  text-align: center;
}

.container-fluid.no-padding {
  padding: 0;
}
.container-fluid.no-padding .page-title {
  padding-left: 1.25rem;
}

.popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px 0;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all;
}
.popup-wrapper .popup-inner {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
  width: 100%;
  max-width: 700px;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.popup-wrapper .popup-inner::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}
.popup-wrapper .popup-inner h1, .popup-wrapper .popup-inner h2, .popup-wrapper .popup-inner h3 {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
}
.popup-wrapper .close-popup {
  font-size: 1.2em;
  position: absolute;
  right: 15px;
  top: 15px;
}
.popup-wrapper .close-popup span {
  cursor: pointer;
  color: #000;
}
.popup-wrapper.active {
  visibility: visible;
  opacity: 1;
}

.bg-gradient-primary {
  background-color: #ef6a3c;
  background-image: linear-gradient(180deg, #ef6a3c 0%, #f4845f 50%, #fff 100%);
  background-size: cover;
}

.login-page .logo {
  max-width: 100%;
  width: 200px;
  margin: 0 auto 15px auto;
  display: block;
}
.login-page .logo path {
  fill: #fff;
}
.login-page .subtitle {
  display: block;
  margin-top: -20px;
  margin-bottom: 15px;
}

/* Brand colors */
:root {
  --brand-orange: #ef6a3c;
  --brand-orange-dark: #d85a2e;
  --brand-orange-light: #f4845f;
}

.btn-primary {
  background-color: var(--brand-orange);
  border-color: var(--brand-orange);
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: var(--brand-orange-dark);
  border-color: var(--brand-orange-dark);
  color: #fff;
}
.btn-primary:active, .btn-primary.active {
  background-color: var(--brand-orange-dark);
  border-color: var(--brand-orange-dark);
}
.btn-primary:disabled {
  background-color: var(--brand-orange-light);
  border-color: var(--brand-orange-light);
}

.btn-outline-primary {
  color: var(--brand-orange);
  border-color: var(--brand-orange);
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
  background-color: var(--brand-orange);
  border-color: var(--brand-orange);
  color: #fff;
}

.text-primary {
  color: var(--brand-orange) !important;
}

a {
  color: var(--brand-orange);
}
a:hover {
  color: var(--brand-orange-dark);
}

.page-item.active .page-link {
  background-color: var(--brand-orange);
  border-color: var(--brand-orange);
}
.page-link {
  color: var(--brand-orange);
}
.page-link:hover {
  color: var(--brand-orange-dark);
}

.badge-primary {
  background-color: var(--brand-orange);
}

.nav-link.active {
  color: var(--brand-orange) !important;
}

.sidebar .nav-item.active .nav-link {
  color: #fff;
}
.sidebar .nav-item .nav-link:hover {
  color: var(--brand-orange-light);
}

.dropdown-item.active, .dropdown-item:active {
  background-color: var(--brand-orange);
}

.cursor-pointer {
  cursor: pointer;
}

#content-wrapper {
  overflow-x: unset !important;
}

.validation-summary-errors ul {
  margin: 0;
  padding: 0;
}
.validation-summary-errors ul li {
  list-style: none;
}

.fixed-brand-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #333;
}

.sidebar-brand {
  background-color: #333;
}

.sidebar-brand-image svg {
  height: 30px;
}

.sidebar-toggled .sidebar-brand-image img {
  height: auto;
}

@keyframes field-highlight-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.7);
  }
  50% {
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.4);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
  }
}
.field-highlight {
  animation: field-highlight-pulse 1.5s ease-out 3;
  border-color: #0d6efd !important;
}

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