*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #f9fafd;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #3874ff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #2951cc;
  text-decoration: underline;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: "Fira Code", SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 87.5%;
  color: #495057;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6e7891;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #12263f;
}

h1, .h1 {
  font-size: 2.5rem;
  font-weight: 700;
}

h2, .h2 {
  font-size: 2rem;
  font-weight: 700;
}

h3, .h3 {
  font-size: 1.75rem;
  font-weight: 600;
}

h4, .h4 {
  font-size: 1.5rem;
  font-weight: 600;
}

h5, .h5 {
  font-size: 1.25rem;
  font-weight: 500;
}

h6, .h6 {
  font-size: 1rem;
  font-weight: 500;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.lead {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
}

.small, small {
  font-size: 0.8125rem;
  font-weight: 400;
}

.large {
  font-size: 1rem;
  font-weight: 400;
}

.text-primary {
  color: #3874ff !important;
}

.text-secondary {
  color: #6e7891 !important;
}

.text-success {
  color: #00d27a !important;
}

.text-info {
  color: #39afd1 !important;
}

.text-warning {
  color: #f5803e !important;
}

.text-danger {
  color: #e63757 !important;
}

.text-light {
  color: #f9fafd !important;
}

.text-dark {
  color: #12263f !important;
}

.text-muted {
  color: #6e7891 !important;
}

.text-white {
  color: #ffffff !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-semibold {
  font-weight: 600 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.font-normal {
  font-style: normal !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.line-height-1 {
  line-height: 1 !important;
}

.line-height-sm {
  line-height: 1.25 !important;
}

.line-height-base {
  line-height: 1.5 !important;
}

.line-height-lg {
  line-height: 2 !important;
}

.letter-spacing-tight {
  letter-spacing: -0.025em !important;
}

.letter-spacing-normal {
  letter-spacing: 0 !important;
}

.letter-spacing-wide {
  letter-spacing: 0.025em !important;
}

.letter-spacing-wider {
  letter-spacing: 0.05em !important;
}

.letter-spacing-widest {
  letter-spacing: 0.1em !important;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5rem 1rem;
  border-left: 4px solid #3874ff;
  background-color: #e8f2ff;
  font-style: italic;
}

code {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #e63757;
  background-color: rgba(230, 55, 87, 0.1);
  border-radius: 0.25rem;
}

pre {
  display: block;
  padding: 1rem;
  margin-bottom: 1rem;
  font-size: 87.5%;
  line-height: 1.45;
  color: #495057;
  background-color: #f3f4f7;
  border: 1px solid #dde2e6;
  border-radius: 0.375rem;
  overflow-x: auto;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #12263f;
  border-radius: 0.25rem;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

@media (max-width: 768px) {
  h1, .h1 {
    font-size: 2rem;
  }
  h2, .h2 {
    font-size: 1.75rem;
  }
  h3, .h3 {
    font-size: 1.5rem;
  }
  h4, .h4 {
    font-size: 1.25rem;
  }
  h5, .h5 {
    font-size: 1.125rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
  .lead {
    font-size: 1rem;
  }
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.focus-ring {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0.25;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.sticky-footer {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  height: 100vh;
  background: linear-gradient(180deg, #12263f 0%, rgb(12.3333333333, 26.037037037, 43.1666666667) 100%);
  color: #ffffff;
  z-index: 1030;
  transition: all 0.15s ease-in-out;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
.sidebar::-webkit-scrollbar {
  width: 4px;
}
.sidebar::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}
.sidebar::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
}
.sidebar::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}
.sidebar .sidebar-header {
  padding: 1.5rem 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar .sidebar-header .sidebar-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
}
.sidebar .sidebar-header .sidebar-brand .brand-icon {
  width: 32px;
  height: 32px;
  background: #3874ff;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.sidebar .sidebar-header .sidebar-brand .brand-text {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.025em;
}
.sidebar .sidebar-header .sidebar-toggle-btn {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  padding: 0.5rem;
  border-radius: 0.375rem;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.sidebar .sidebar-header .sidebar-toggle-btn:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
.sidebar .sidebar-header .sidebar-toggle-btn i {
  font-size: 1rem;
}
.sidebar .sidebar-nav {
  padding: 1rem 0;
}
.sidebar .sidebar-nav .nav-section {
  margin-bottom: 1.5rem;
}
.sidebar .sidebar-nav .nav-section .nav-section-title {
  padding: 0.5rem 1.25rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
.sidebar .sidebar-nav .nav-section .nav-item .nav-link {
  display: flex;
  align-items: center;
  padding: 0.75rem 1.25rem;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.15s ease-in-out;
  border-radius: 0;
  margin: 0 0.5rem;
  border-radius: 0.375rem;
}
.sidebar .sidebar-nav .nav-section .nav-item .nav-link:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}
.sidebar .sidebar-nav .nav-section .nav-item .nav-link.active {
  color: #ffffff;
  background: #3874ff;
  box-shadow: 0 2px 4px rgba(56, 116, 255, 0.3);
}
.sidebar .sidebar-nav .nav-section .nav-item .nav-link .nav-icon {
  width: 20px;
  height: 20px;
  margin-right: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.sidebar .sidebar-nav .nav-section .nav-item .nav-link .nav-text {
  font-weight: 500;
  flex: 1;
}
.sidebar .sidebar-nav .nav-section .nav-item .nav-link .nav-badge {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-weight: 500;
}
.sidebar .sidebar-nav .nav-section .nav-item .nav-link .nav-arrow {
  margin-left: auto;
  transition: all 0.15s ease-in-out;
  font-size: 0.875rem;
}
.sidebar .sidebar-nav .nav-section .nav-item .nav-link[aria-expanded=true] .nav-arrow {
  transform: rotate(90deg);
}
.sidebar .sidebar-nav .nav-section .nav-item .nav-submenu {
  background: rgba(0, 0, 0, 0.2);
  margin: 0 0.5rem;
  border-radius: 0.375rem;
  overflow: hidden;
}
.sidebar .sidebar-nav .nav-section .nav-item .nav-submenu .nav-link {
  padding: 0.5rem 1.25rem 0.5rem 3.25rem;
  font-size: 0.8125rem;
  margin: 0;
}
.sidebar .sidebar-nav .nav-section .nav-item .nav-submenu .nav-link:hover {
  background: rgba(255, 255, 255, 0.05);
}
.sidebar .sidebar-nav .nav-section .nav-item .nav-submenu .nav-link.active {
  background: rgba(56, 116, 255, 0.2);
  color: #3874ff;
}
.sidebar .sidebar-footer {
  padding: 1rem 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
}
.sidebar .sidebar-footer .user-info {
  display: flex;
  align-items: center;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.375rem;
  transition: all 0.15s ease-in-out;
}
.sidebar .sidebar-footer .user-info:hover {
  background: rgba(255, 255, 255, 0.15);
}
.sidebar .sidebar-footer .user-info .user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #3874ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  font-weight: 700;
  font-size: 1rem;
}
.sidebar .sidebar-footer .user-info .user-details {
  flex: 1;
  min-width: 0;
}
.sidebar .sidebar-footer .user-info .user-details .user-name {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar .sidebar-footer .user-info .user-details .user-role {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.7);
}
.sidebar .sidebar-footer .user-info .user-menu-toggle {
  color: rgba(255, 255, 255, 0.7);
  padding: 0.25rem;
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out;
}
.sidebar .sidebar-footer .user-info .user-menu-toggle:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.sidebar-collapsed .sidebar {
  width: 70px;
}
.sidebar-collapsed .sidebar .sidebar-header {
  padding: 1rem 0.5rem;
  text-align: center;
  justify-content: center;
}
.sidebar-collapsed .sidebar .sidebar-header .sidebar-brand {
  justify-content: center;
}
.sidebar-collapsed .sidebar .sidebar-header .sidebar-brand .brand-icon {
  margin-right: 0;
}
.sidebar-collapsed .sidebar .sidebar-header .sidebar-brand .brand-text {
  display: none;
}
.sidebar-collapsed .sidebar .sidebar-header .sidebar-toggle-btn {
  display: block;
}
.sidebar-collapsed .sidebar .sidebar-nav .nav-section .nav-section-title {
  display: none;
}
.sidebar-collapsed .sidebar .sidebar-nav .nav-section .nav-item .nav-link {
  padding: 0.75rem;
  justify-content: center;
  margin: 0 0.25rem;
}
.sidebar-collapsed .sidebar .sidebar-nav .nav-section .nav-item .nav-link .nav-icon {
  margin-right: 0;
}
.sidebar-collapsed .sidebar .sidebar-nav .nav-section .nav-item .nav-link .nav-text,
.sidebar-collapsed .sidebar .sidebar-nav .nav-section .nav-item .nav-link .nav-badge,
.sidebar-collapsed .sidebar .sidebar-nav .nav-section .nav-item .nav-link .nav-arrow {
  display: none;
}
.sidebar-collapsed .sidebar .sidebar-nav .nav-section .nav-item .nav-submenu {
  position: absolute;
  left: 100%;
  top: 0;
  width: 200px;
  background: #12263f;
  border-radius: 0.375rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  display: none;
  z-index: 1000;
}
.sidebar-collapsed .sidebar .sidebar-nav .nav-section .nav-item .nav-submenu .nav-link {
  padding: 0.75rem 1rem;
  margin: 0;
  justify-content: flex-start;
}
.sidebar-collapsed .sidebar .sidebar-nav .nav-section .nav-item .nav-submenu .nav-link .nav-text {
  display: block;
}
.sidebar-collapsed .sidebar .sidebar-nav .nav-section .nav-item:hover .nav-submenu {
  display: block;
}
.sidebar-collapsed .sidebar .sidebar-footer {
  padding: 1rem 0.5rem;
}
.sidebar-collapsed .sidebar .sidebar-footer .user-info {
  padding: 0.5rem;
  justify-content: center;
}
.sidebar-collapsed .sidebar .sidebar-footer .user-info .user-avatar {
  margin-right: 0;
}
.sidebar-collapsed .sidebar .sidebar-footer .user-info .user-details,
.sidebar-collapsed .sidebar .sidebar-footer .user-info .user-menu-toggle {
  display: none;
}

@media (max-width: 991.98px) {
  .sidebar {
    transform: translateX(-100%);
  }
  .sidebar.show {
    transform: translateX(0);
  }
  .sidebar-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transition: all 0.15s ease-in-out;
  }
  .sidebar-backdrop.show {
    opacity: 1;
    visibility: visible;
  }
}
.main-content {
  margin-left: 280px;
  transition: all 0.15s ease-in-out;
}
.main-content.sidebar-collapsed {
  margin-left: 70px;
}
@media (max-width: 991.98px) {
  .main-content {
    margin-left: 0;
  }
}

.navbar {
  position: sticky;
  top: 0;
  background: #ffffff;
  border-bottom: 1px solid #e9ecef;
  box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.075);
  z-index: 1020;
  padding: 0.75rem 1.5rem;
  min-height: 70px;
}
.navbar .navbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.navbar .navbar-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.navbar .navbar-left .sidebar-toggle {
  display: none;
  background: none;
  border: none;
  color: #6e7891;
  padding: 0.5rem;
  border-radius: 0.375rem;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.navbar .navbar-left .sidebar-toggle:hover {
  color: #12263f;
  background: #f3f4f7;
}
@media (max-width: 991.98px) {
  .navbar .navbar-left .sidebar-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.navbar .navbar-left .breadcrumb-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.navbar .navbar-left .breadcrumb-nav .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #6e7891;
  font-size: 0.8125rem;
}
.navbar .navbar-left .breadcrumb-nav .breadcrumb-item:not(:last-child)::after {
  content: "/";
  margin-left: 0.5rem;
  color: #ced4da;
}
.navbar .navbar-left .breadcrumb-nav .breadcrumb-item a {
  color: #6e7891;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}
.navbar .navbar-left .breadcrumb-nav .breadcrumb-item a:hover {
  color: #3874ff;
}
.navbar .navbar-left .breadcrumb-nav .breadcrumb-item.active {
  color: #12263f;
  font-weight: 500;
}
.navbar .navbar-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.navbar .navbar-right .navbar-search {
  position: relative;
  display: none;
}
@media (min-width: 768px) {
  .navbar .navbar-right .navbar-search {
    display: block;
  }
}
.navbar .navbar-right .navbar-search .search-input {
  width: 300px;
  padding: 0.5rem 1rem 0.5rem 2.5rem;
  border: 1px solid #dde2e6;
  border-radius: 0.5rem;
  background: #f9fafd;
  font-size: 0.8125rem;
  transition: all 0.15s ease-in-out;
}
.navbar .navbar-right .navbar-search .search-input:focus {
  outline: none;
  border-color: #3874ff;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(56, 116, 255, 0.1);
}
.navbar .navbar-right .navbar-search .search-input::placeholder {
  color: #adb5bd;
}
.navbar .navbar-right .navbar-search .search-icon {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  color: #adb5bd;
  font-size: 0.875rem;
}
.navbar .navbar-right .navbar-notifications {
  position: relative;
}
.navbar .navbar-right .navbar-notifications .notifications-toggle {
  background: none;
  border: none;
  color: #6e7891;
  padding: 0.5rem;
  border-radius: 0.375rem;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  position: relative;
}
.navbar .navbar-right .navbar-notifications .notifications-toggle:hover {
  color: #12263f;
  background: #f3f4f7;
}
.navbar .navbar-right .navbar-notifications .notifications-toggle .notifications-badge {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  background: #e63757;
  color: #ffffff;
  font-size: 0.75rem;
  padding: 0.125rem 0.375rem;
  border-radius: 1rem;
  font-weight: 700;
  min-width: 18px;
  text-align: center;
}
.navbar .navbar-right .navbar-notifications .notifications-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  width: 320px;
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  z-index: 1000;
  margin-top: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.15s ease-in-out;
}
.navbar .navbar-right .navbar-notifications .notifications-dropdown.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.navbar .navbar-right .navbar-notifications .notifications-dropdown .notifications-header {
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar .navbar-right .navbar-notifications .notifications-dropdown .notifications-header .notifications-title {
  font-weight: 600;
  color: #12263f;
  margin: 0;
}
.navbar .navbar-right .navbar-notifications .notifications-dropdown .notifications-header .notifications-actions .mark-all-read {
  background: none;
  border: none;
  color: #3874ff;
  font-size: 0.8125rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.navbar .navbar-right .navbar-notifications .notifications-dropdown .notifications-header .notifications-actions .mark-all-read:hover {
  color: #2951cc;
}
.navbar .navbar-right .navbar-notifications .notifications-dropdown .notifications-body {
  max-height: 400px;
  overflow-y: auto;
}
.navbar .navbar-right .navbar-notifications .notifications-dropdown .notifications-body .notification-item {
  padding: 1rem;
  border-bottom: 1px solid #f3f4f7;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.navbar .navbar-right .navbar-notifications .notifications-dropdown .notifications-body .notification-item:hover {
  background: #f9fafd;
}
.navbar .navbar-right .navbar-notifications .notifications-dropdown .notifications-body .notification-item:last-child {
  border-bottom: none;
}
.navbar .navbar-right .navbar-notifications .notifications-dropdown .notifications-body .notification-item.unread {
  background: rgba(56, 116, 255, 0.05);
  border-left: 3px solid #3874ff;
}
.navbar .navbar-right .navbar-notifications .notifications-dropdown .notifications-body .notification-item.unread:hover {
  background: rgba(56, 116, 255, 0.1);
}
.navbar .navbar-right .navbar-notifications .notifications-dropdown .notifications-body .notification-item .notification-content {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.navbar .navbar-right .navbar-notifications .notifications-dropdown .notifications-body .notification-item .notification-content .notification-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #e8f2ff;
  color: #3874ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  flex-shrink: 0;
}
.navbar .navbar-right .navbar-notifications .notifications-dropdown .notifications-body .notification-item .notification-content .notification-details {
  flex: 1;
  min-width: 0;
}
.navbar .navbar-right .navbar-notifications .notifications-dropdown .notifications-body .notification-item .notification-content .notification-details .notification-title {
  font-weight: 500;
  color: #12263f;
  margin-bottom: 0.25rem;
  line-height: 1.4;
}
.navbar .navbar-right .navbar-notifications .notifications-dropdown .notifications-body .notification-item .notification-content .notification-details .notification-text {
  font-size: 0.8125rem;
  color: #6e7891;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.navbar .navbar-right .navbar-notifications .notifications-dropdown .notifications-body .notification-item .notification-content .notification-details .notification-time {
  font-size: 0.8125rem;
  color: #adb5bd;
}
.navbar .navbar-right .navbar-notifications .notifications-dropdown .notifications-footer {
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  text-align: center;
}
.navbar .navbar-right .navbar-notifications .notifications-dropdown .notifications-footer .view-all-notifications {
  color: #3874ff;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.8125rem;
  transition: all 0.15s ease-in-out;
}
.navbar .navbar-right .navbar-notifications .notifications-dropdown .notifications-footer .view-all-notifications:hover {
  color: #2951cc;
}
.navbar .navbar-right .navbar-user {
  position: relative;
}
.navbar .navbar-right .navbar-user .user-toggle {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: none;
  border: none;
  padding: 0.5rem;
  border-radius: 0.375rem;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.navbar .navbar-right .navbar-user .user-toggle:hover {
  background: #f3f4f7;
}
.navbar .navbar-right .navbar-user .user-toggle .user-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #3874ff;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.875rem;
}
.navbar .navbar-right .navbar-user .user-toggle .user-info {
  display: none;
}
@media (min-width: 768px) {
  .navbar .navbar-right .navbar-user .user-toggle .user-info {
    display: block;
    text-align: left;
  }
}
.navbar .navbar-right .navbar-user .user-toggle .user-info .user-name {
  font-weight: 500;
  color: #12263f;
  font-size: 0.8125rem;
  line-height: 1.2;
}
.navbar .navbar-right .navbar-user .user-toggle .user-info .user-role {
  font-size: 0.75rem;
  color: #adb5bd;
  line-height: 1.2;
}
.navbar .navbar-right .navbar-user .user-toggle .user-arrow {
  color: #adb5bd;
  font-size: 0.75rem;
  transition: all 0.15s ease-in-out;
}
.navbar .navbar-right .navbar-user .user-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  width: 240px;
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  z-index: 1000;
  margin-top: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.15s ease-in-out;
}
.navbar .navbar-right .navbar-user .user-dropdown.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.navbar .navbar-right .navbar-user .user-dropdown .user-dropdown-header {
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  text-align: center;
}
.navbar .navbar-right .navbar-user .user-dropdown .user-dropdown-header .user-dropdown-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #3874ff;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.125rem;
  margin: 0 auto 0.75rem;
}
.navbar .navbar-right .navbar-user .user-dropdown .user-dropdown-header .user-dropdown-name {
  font-weight: 600;
  color: #12263f;
  margin-bottom: 0.25rem;
}
.navbar .navbar-right .navbar-user .user-dropdown .user-dropdown-header .user-dropdown-role {
  font-size: 0.8125rem;
  color: #6e7891;
}
.navbar .navbar-right .navbar-user .user-dropdown .user-dropdown-body {
  padding: 0.5rem 0;
}
.navbar .navbar-right .navbar-user .user-dropdown .user-dropdown-body .dropdown-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  color: #495057;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
  font-size: 0.8125rem;
}
.navbar .navbar-right .navbar-user .user-dropdown .user-dropdown-body .dropdown-item:hover {
  background: #f9fafd;
  color: #12263f;
  text-decoration: none;
}
.navbar .navbar-right .navbar-user .user-dropdown .user-dropdown-body .dropdown-item .dropdown-icon {
  width: 16px;
  height: 16px;
  color: #adb5bd;
}
.navbar .navbar-right .navbar-user .user-dropdown .user-dropdown-footer {
  padding: 0.75rem 1rem;
  border-top: 1px solid #e9ecef;
}
.navbar .navbar-right .navbar-user .user-dropdown .user-dropdown-footer .logout-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem;
  background: none;
  border: 1px solid #dde2e6;
  border-radius: 0.375rem;
  color: #495057;
  font-size: 0.8125rem;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.navbar .navbar-right .navbar-user .user-dropdown .user-dropdown-footer .logout-btn:hover {
  background: #f9fafd;
  border-color: #ced4da;
}

@media (max-width: 767.98px) {
  .navbar {
    padding: 0.5rem 1rem;
  }
  .navbar .navbar-left .breadcrumb-nav {
    display: none;
  }
  .navbar .navbar-right .navbar-search {
    display: none;
  }
}
.main-content {
  min-height: calc(100vh - 70px);
  background: #f9fafd;
  padding: 2rem;
}
@media (max-width: 991.98px) {
  .main-content {
    padding: 1rem;
  }
}
.main-content .page-header {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e9ecef;
}
.main-content .page-header .page-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #12263f;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.main-content .page-header .page-subtitle {
  font-size: 1rem;
  color: #6e7891;
  margin-bottom: 0;
  line-height: 1.4;
}
.main-content .page-header .page-actions {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.main-content .page-header .page-actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  font-weight: 500;
  border-radius: 0.375rem;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.main-content .page-header .page-actions .btn.btn-primary {
  background: #3874ff;
  color: #ffffff;
}
.main-content .page-header .page-actions .btn.btn-primary:hover {
  background: #2951cc;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(56, 116, 255, 0.3);
}
.main-content .page-header .page-actions .btn.btn-secondary {
  background: #ffffff;
  color: #495057;
  border: 1px solid #dde2e6;
}
.main-content .page-header .page-actions .btn.btn-secondary:hover {
  background: #f9fafd;
  border-color: #ced4da;
}
.main-content .page-header .page-actions .btn.btn-success {
  background: #00d27a;
  color: #ffffff;
}
.main-content .page-header .page-actions .btn.btn-success:hover {
  background: rgb(0, 159, 92.3714285714);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 210, 122, 0.3);
}
.main-content .page-header .page-actions .btn.btn-danger {
  background: #e63757;
  color: #ffffff;
}
.main-content .page-header .page-actions .btn.btn-danger:hover {
  background: rgb(208, 26, 59.28);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(230, 55, 87, 0.3);
}
.main-content .content-wrapper {
  background: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  overflow: hidden;
}
.main-content .content-wrapper .content-header {
  padding: 1.5rem;
  border-bottom: 1px solid #e9ecef;
  background: #f9fafd;
}
.main-content .content-wrapper .content-header .content-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #12263f;
  margin-bottom: 0.5rem;
}
.main-content .content-wrapper .content-header .content-subtitle {
  font-size: 0.8125rem;
  color: #6e7891;
  margin-bottom: 0;
}
.main-content .content-wrapper .content-header .content-actions {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.main-content .content-wrapper .content-body {
  padding: 1.5rem;
}
@media (max-width: 767.98px) {
  .main-content .content-wrapper .content-body {
    padding: 1rem;
  }
}
.main-content .content-wrapper .content-footer {
  padding: 1rem 1.5rem;
  border-top: 1px solid #e9ecef;
  background: #f9fafd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.main-content .content-wrapper .content-footer .content-info {
  font-size: 0.8125rem;
  color: #6e7891;
}
.main-content .content-wrapper .content-footer .content-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.main-content .row {
  display: flex;
  flex-wrap: wrap;
  margin: -0.75rem;
}
.main-content .row .col {
  padding: 0.75rem;
  flex: 1;
}
.main-content .row .col.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.main-content .row .col.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.main-content .row .col.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.main-content .row .col.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.main-content .row .col.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.main-content .row .col.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.main-content .row .col.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.main-content .row .col.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.main-content .row .col.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.main-content .row .col.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.main-content .row .col.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.main-content .row .col.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
@media (max-width: 991.98px) {
  .main-content .row .col.col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main-content .row .col.col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .main-content .row .col.col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .main-content .row .col.col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .main-content .row .col.col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .main-content .row .col.col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .main-content .row .col.col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .main-content .row .col.col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .main-content .row .col.col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .main-content .row .col.col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .main-content .row .col.col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .main-content .row .col.col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}
@media (max-width: 767.98px) {
  .main-content .row .col.col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main-content .row .col.col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .main-content .row .col.col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .main-content .row .col.col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .main-content .row .col.col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .main-content .row .col.col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .main-content .row .col.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .main-content .row .col.col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .main-content .row .col.col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .main-content .row .col.col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .main-content .row .col.col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .main-content .row .col.col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}
@media (max-width: 575.98px) {
  .main-content .row .col.col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main-content .row .col.col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .main-content .row .col.col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .main-content .row .col.col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .main-content .row .col.col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .main-content .row .col.col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .main-content .row .col.col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .main-content .row .col.col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .main-content .row .col.col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .main-content .row .col.col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .main-content .row .col.col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .main-content .row .col.col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}
.main-content .mt-0 {
  margin-top: 0 !important;
}
.main-content .mt-1 {
  margin-top: 0.25rem !important;
}
.main-content .mt-2 {
  margin-top: 0.5rem !important;
}
.main-content .mt-3 {
  margin-top: 1rem !important;
}
.main-content .mt-4 {
  margin-top: 1.5rem !important;
}
.main-content .mt-5 {
  margin-top: 3rem !important;
}
.main-content .mb-0 {
  margin-bottom: 0 !important;
}
.main-content .mb-1 {
  margin-bottom: 0.25rem !important;
}
.main-content .mb-2 {
  margin-bottom: 0.5rem !important;
}
.main-content .mb-3 {
  margin-bottom: 1rem !important;
}
.main-content .mb-4 {
  margin-bottom: 1.5rem !important;
}
.main-content .mb-5 {
  margin-bottom: 3rem !important;
}
.main-content .ml-0 {
  margin-left: 0 !important;
}
.main-content .ml-1 {
  margin-left: 0.25rem !important;
}
.main-content .ml-2 {
  margin-left: 0.5rem !important;
}
.main-content .ml-3 {
  margin-left: 1rem !important;
}
.main-content .ml-4 {
  margin-left: 1.5rem !important;
}
.main-content .ml-5 {
  margin-left: 3rem !important;
}
.main-content .mr-0 {
  margin-right: 0 !important;
}
.main-content .mr-1 {
  margin-right: 0.25rem !important;
}
.main-content .mr-2 {
  margin-right: 0.5rem !important;
}
.main-content .mr-3 {
  margin-right: 1rem !important;
}
.main-content .mr-4 {
  margin-right: 1.5rem !important;
}
.main-content .mr-5 {
  margin-right: 3rem !important;
}
.main-content .pt-0 {
  padding-top: 0 !important;
}
.main-content .pt-1 {
  padding-top: 0.25rem !important;
}
.main-content .pt-2 {
  padding-top: 0.5rem !important;
}
.main-content .pt-3 {
  padding-top: 1rem !important;
}
.main-content .pt-4 {
  padding-top: 1.5rem !important;
}
.main-content .pt-5 {
  padding-top: 3rem !important;
}
.main-content .pb-0 {
  padding-bottom: 0 !important;
}
.main-content .pb-1 {
  padding-bottom: 0.25rem !important;
}
.main-content .pb-2 {
  padding-bottom: 0.5rem !important;
}
.main-content .pb-3 {
  padding-bottom: 1rem !important;
}
.main-content .pb-4 {
  padding-bottom: 1.5rem !important;
}
.main-content .pb-5 {
  padding-bottom: 3rem !important;
}
.main-content .pl-0 {
  padding-left: 0 !important;
}
.main-content .pl-1 {
  padding-left: 0.25rem !important;
}
.main-content .pl-2 {
  padding-left: 0.5rem !important;
}
.main-content .pl-3 {
  padding-left: 1rem !important;
}
.main-content .pl-4 {
  padding-left: 1.5rem !important;
}
.main-content .pl-5 {
  padding-left: 3rem !important;
}
.main-content .pr-0 {
  padding-right: 0 !important;
}
.main-content .pr-1 {
  padding-right: 0.25rem !important;
}
.main-content .pr-2 {
  padding-right: 0.5rem !important;
}
.main-content .pr-3 {
  padding-right: 1rem !important;
}
.main-content .pr-4 {
  padding-right: 1.5rem !important;
}
.main-content .pr-5 {
  padding-right: 3rem !important;
}

.footer {
  background: #ffffff;
  border-top: 1px solid #e9ecef;
  padding: 2rem 0;
  margin-top: auto;
}
.footer .footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer .footer-content .footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: #12263f;
}
.footer .footer-content .footer-brand .brand-icon {
  width: 32px;
  height: 32px;
  background: #3874ff;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
}
.footer .footer-content .footer-brand .brand-text {
  font-size: 1.125rem;
  font-weight: 600;
  color: #12263f;
}
.footer .footer-content .footer-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer-content .footer-links .footer-link a {
  color: #6e7891;
  text-decoration: none;
  font-size: 0.8125rem;
  transition: all 0.15s ease-in-out;
}
.footer .footer-content .footer-links .footer-link a:hover {
  color: #3874ff;
}
.footer .footer-content .footer-copyright {
  font-size: 0.8125rem;
  color: #6e7891;
  margin: 0;
}
@media (max-width: 767.98px) {
  .footer {
    padding: 1.5rem 0;
  }
  .footer .footer-content {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }
  .footer .footer-content .footer-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  transition: all 0.15s ease-in-out;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(56, 116, 255, 0.25);
}
.btn:disabled, .btn.disabled {
  opacity: 0.65;
  pointer-events: none;
}
.btn.btn-sm {
  padding: 0.375rem 0.75rem;
  font-size: 0.8125rem;
  border-radius: 0.25rem;
}
.btn.btn-lg {
  padding: 0.875rem 1.75rem;
  font-size: 1rem;
  border-radius: 0.5rem;
}
.btn.btn-xl {
  padding: 1rem 2rem;
  font-size: 1.125rem;
  border-radius: 0.75rem;
}
.btn.btn-primary {
  background: #3874ff;
  border-color: #3874ff;
  color: #ffffff;
}
.btn.btn-primary:hover {
  background: #2951cc;
  border-color: #2951cc;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(56, 116, 255, 0.3);
}
.btn.btn-primary:active {
  background: rgb(36.7326530612, 72.5693877551, 182.7673469388);
  border-color: rgb(36.7326530612, 72.5693877551, 182.7673469388);
  transform: translateY(0);
}
.btn.btn-secondary {
  background: #ffffff;
  border-color: #dde2e6;
  color: #495057;
}
.btn.btn-secondary:hover {
  background: #f9fafd;
  border-color: #ced4da;
  color: #12263f;
}
.btn.btn-secondary:active {
  background: #f3f4f7;
  border-color: #adb5bd;
}
.btn.btn-success {
  background: #00d27a;
  border-color: #00d27a;
  color: #ffffff;
}
.btn.btn-success:hover {
  background: rgb(0, 159, 92.3714285714);
  border-color: rgb(0, 159, 92.3714285714);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 210, 122, 0.3);
}
.btn.btn-success:active {
  background: rgb(0, 133.5, 77.5571428571);
  border-color: rgb(0, 133.5, 77.5571428571);
  transform: translateY(0);
}
.btn.btn-info {
  background: #39afd1;
  border-color: #39afd1;
  color: #ffffff;
}
.btn.btn-info:hover {
  background: rgb(40.5327868852, 144.5081967213, 174.4672131148);
  border-color: rgb(40.5327868852, 144.5081967213, 174.4672131148);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(57, 175, 209, 0.3);
}
.btn.btn-info:active {
  background: rgb(35.7254098361, 127.368852459, 153.7745901639);
  border-color: rgb(35.7254098361, 127.368852459, 153.7745901639);
  transform: translateY(0);
}
.btn.btn-warning {
  background: #f5803e;
  border-color: #f5803e;
  color: #ffffff;
}
.btn.btn-warning:hover {
  background: rgb(242.4876847291, 96.0935960591, 13.5123152709);
  border-color: rgb(242.4876847291, 96.0935960591, 13.5123152709);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(245, 128, 62, 0.3);
}
.btn.btn-warning:active {
  background: rgb(219.145320197, 86.2955665025, 11.354679803);
  border-color: rgb(219.145320197, 86.2955665025, 11.354679803);
  transform: translateY(0);
}
.btn.btn-danger {
  background: #e63757;
  border-color: #e63757;
  color: #ffffff;
}
.btn.btn-danger:hover {
  background: rgb(208, 26, 59.28);
  border-color: rgb(208, 26, 59.28);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(230, 55, 87, 0.3);
}
.btn.btn-danger:active {
  background: rgb(185.3333333333, 23.1666666667, 52.82);
  border-color: rgb(185.3333333333, 23.1666666667, 52.82);
  transform: translateY(0);
}
.btn.btn-light {
  background: #f9fafd;
  border-color: #dde2e6;
  color: #12263f;
}
.btn.btn-light:hover {
  background: #e9ecef;
  border-color: #ced4da;
}
.btn.btn-light:active {
  background: #dde2e6;
  border-color: #adb5bd;
}
.btn.btn-dark {
  background: #12263f;
  border-color: #12263f;
  color: #ffffff;
}
.btn.btn-dark:hover {
  background: rgb(29.3333333333, 61.9259259259, 102.6666666667);
  border-color: rgb(29.3333333333, 61.9259259259, 102.6666666667);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(18, 38, 63, 0.3);
}
.btn.btn-dark:active {
  background: rgb(23.6666666667, 49.962962963, 82.8333333333);
  border-color: rgb(23.6666666667, 49.962962963, 82.8333333333);
  transform: translateY(0);
}
.btn.btn-outline-primary {
  background: transparent;
  border-color: #3874ff;
  color: #3874ff;
}
.btn.btn-outline-primary:hover {
  background: #3874ff;
  border-color: #3874ff;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(56, 116, 255, 0.3);
}
.btn.btn-outline-primary:active {
  background: #2951cc;
  border-color: #2951cc;
  transform: translateY(0);
}
.btn.btn-outline-secondary {
  background: transparent;
  border-color: #dde2e6;
  color: #495057;
}
.btn.btn-outline-secondary:hover {
  background: #f9fafd;
  border-color: #ced4da;
  color: #12263f;
}
.btn.btn-outline-secondary:active {
  background: #f3f4f7;
  border-color: #adb5bd;
}
.btn.btn-outline-success {
  background: transparent;
  border-color: #00d27a;
  color: #00d27a;
}
.btn.btn-outline-success:hover {
  background: #00d27a;
  border-color: #00d27a;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 210, 122, 0.3);
}
.btn.btn-outline-success:active {
  background: rgb(0, 159, 92.3714285714);
  border-color: rgb(0, 159, 92.3714285714);
  transform: translateY(0);
}
.btn.btn-outline-danger {
  background: transparent;
  border-color: #e63757;
  color: #e63757;
}
.btn.btn-outline-danger:hover {
  background: #e63757;
  border-color: #e63757;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(230, 55, 87, 0.3);
}
.btn.btn-outline-danger:active {
  background: rgb(208, 26, 59.28);
  border-color: rgb(208, 26, 59.28);
  transform: translateY(0);
}
.btn.btn-loading {
  position: relative;
  color: transparent !important;
}
.btn.btn-loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  animation: btn-loading-spinner 0.6s linear infinite;
}
.btn.btn-group {
  display: inline-flex;
  vertical-align: middle;
}
.btn.btn-group .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn.btn-group .btn:not(:first-child) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn.btn-group .btn:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn.btn-group .btn:focus, .btn.btn-group .btn:hover, .btn.btn-group .btn:active {
  z-index: 1;
}
.btn.btn-icon {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
}
.btn.btn-icon.btn-sm {
  width: 32px;
  height: 32px;
}
.btn.btn-icon.btn-lg {
  width: 48px;
  height: 48px;
}
.btn.btn-icon.btn-xl {
  width: 56px;
  height: 56px;
}
.btn.btn-fab {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #3874ff;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(56, 116, 255, 0.3);
  z-index: 1030;
}
.btn.btn-fab:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(56, 116, 255, 0.4);
}

@keyframes btn-loading-spinner {
  to {
    transform: rotate(360deg);
  }
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

@media (max-width: 575.98px) {
  .btn.btn-responsive {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .btn.btn-responsive:last-child {
    margin-bottom: 0;
  }
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: #ffffff;
  background-clip: border-box;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: all 0.15s ease-in-out;
}
.card:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  transform: translateY(-2px);
}
.card .card-header {
  padding: 1.25rem 1.5rem;
  margin-bottom: 0;
  background: #f9fafd;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}
.card .card-header:first-child {
  border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
}
.card .card-header .card-title {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #12263f;
  line-height: 1.4;
}
.card .card-header .card-subtitle {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 0.8125rem;
  color: #6e7891;
  line-height: 1.4;
}
.card .card-header .card-actions {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.card .card-body {
  flex: 1 1 auto;
  padding: 1.5rem;
}
@media (max-width: 767.98px) {
  .card .card-body {
    padding: 1rem;
  }
}
.card .card-footer {
  padding: 1rem 1.5rem;
  background: #f9fafd;
  border-top: 1px solid #e9ecef;
  border-bottom-left-radius: calc(0.5rem - 1px);
  border-bottom-right-radius: calc(0.5rem - 1px);
}
.card .card-footer:last-child {
  border-radius: 0 0 calc(0.5rem - 1px) calc(0.5rem - 1px);
}
.card .card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}
.card .card-img-bottom {
  width: 100%;
  border-bottom-left-radius: calc(0.5rem - 1px);
  border-bottom-right-radius: calc(0.5rem - 1px);
}
.card .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.5rem;
  border-radius: calc(0.5rem - 1px);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%);
  color: #ffffff;
}
.card.card-primary {
  border-color: #3874ff;
}
.card.card-primary .card-header {
  background: #e8f2ff;
  border-bottom-color: #3874ff;
  color: #3874ff;
}
.card.card-success {
  border-color: #00d27a;
}
.card.card-success .card-header {
  background: rgba(0, 210, 122, 0.1);
  border-bottom-color: #00d27a;
  color: #00d27a;
}
.card.card-info {
  border-color: #39afd1;
}
.card.card-info .card-header {
  background: rgba(57, 175, 209, 0.1);
  border-bottom-color: #39afd1;
  color: #39afd1;
}
.card.card-warning {
  border-color: #f5803e;
}
.card.card-warning .card-header {
  background: rgba(245, 128, 62, 0.1);
  border-bottom-color: #f5803e;
  color: #f5803e;
}
.card.card-danger {
  border-color: #e63757;
}
.card.card-danger .card-header {
  background: rgba(230, 55, 87, 0.1);
  border-bottom-color: #e63757;
  color: #e63757;
}
.card.card-sm .card-header {
  padding: 1rem 1.25rem;
}
.card.card-sm .card-body {
  padding: 1.25rem;
}
.card.card-sm .card-footer {
  padding: 0.75rem 1.25rem;
}
.card.card-lg .card-header {
  padding: 1.5rem 2rem;
}
.card.card-lg .card-body {
  padding: 2rem;
}
.card.card-lg .card-footer {
  padding: 1.5rem 2rem;
}
.card.card-interactive {
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.card.card-interactive:hover {
  transform: translateY(-4px);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
}
.card.card-interactive:active {
  transform: translateY(-2px);
}
.card.card-hover:hover .card-header {
  background: #e8f2ff;
  border-bottom-color: #3874ff;
}
.card.card-gradient {
  background: linear-gradient(135deg, #3874ff 0%, #2951cc 100%);
  color: #ffffff;
  border: none;
}
.card.card-gradient .card-header {
  background: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.card.card-gradient .card-footer {
  background: transparent;
  border-top-color: rgba(255, 255, 255, 0.2);
}
.card.card-shadow-sm {
  box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.075);
}
.card.card-shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
.card.card-shadow-xl {
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
}
.card.card-borderless {
  border: none;
}
.card.card-rounded {
  border-radius: 0.75rem;
}
.card.card-image {
  overflow: hidden;
}
.card.card-image .card-img-top {
  transition: all 0.15s ease-in-out;
}
.card.card-image:hover .card-img-top {
  transform: scale(1.05);
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 0.75rem;
    margin-left: 0.75rem;
    margin-bottom: 0;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group .card {
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group .card:not(:last-child) .card-header,
  .card-group .card:not(:last-child) .card-footer {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
  }
  .card-group .card:not(:first-child) .card-header,
  .card-group .card:not(:first-child) .card-footer {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.card-columns {
  column-count: 1;
  column-gap: 1.25rem;
}
.card-columns .card {
  display: inline-block;
  width: 100%;
  margin-bottom: 1.25rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 2;
  }
}
@media (min-width: 768px) {
  .card-columns {
    column-count: 3;
  }
}
@media (min-width: 992px) {
  .card-columns {
    column-count: 4;
  }
}
@media (min-width: 1200px) {
  .card-columns {
    column-count: 5;
  }
}

.card-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
@media (max-width: 575.98px) {
  .card-grid {
    grid-template-columns: 1fr;
  }
}

.card-masonry {
  columns: 1;
  column-gap: 1.5rem;
}
.card-masonry .card {
  break-inside: avoid;
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .card-masonry {
    columns: 2;
  }
}
@media (min-width: 768px) {
  .card-masonry {
    columns: 3;
  }
}
@media (min-width: 992px) {
  .card-masonry {
    columns: 4;
  }
}

.card-loading {
  position: relative;
  overflow: hidden;
}
.card-loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: card-loading 1.5s infinite;
}

@keyframes card-loading {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.card-stat {
  text-align: center;
  padding: 2rem 1.5rem;
}
.card-stat .stat-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #e8f2ff;
  color: #3874ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin: 0 auto 1rem;
}
.card-stat .stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #12263f;
  margin-bottom: 0.5rem;
  line-height: 1;
}
.card-stat .stat-label {
  font-size: 0.8125rem;
  color: #6e7891;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 0;
}
.card-stat .stat-change {
  margin-top: 0.75rem;
  font-size: 0.8125rem;
  font-weight: 500;
}
.card-stat .stat-change.positive {
  color: #00d27a;
}
.card-stat .stat-change.negative {
  color: #e63757;
}

@media (max-width: 575.98px) {
  .card .card-header,
  .card .card-body,
  .card .card-footer {
    padding: 1rem;
  }
  .card-stat {
    padding: 1.5rem 1rem;
  }
  .card-stat .stat-number {
    font-size: 2rem;
  }
}
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.375rem;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #ffffff;
  background-color: #3874ff;
}

.badge-secondary {
  color: #ffffff;
  background-color: #6e7891;
}

.badge-success {
  color: #ffffff;
  background-color: #00d27a;
}

.badge-info {
  color: #ffffff;
  background-color: #39afd1;
}

.badge-warning {
  color: #000000;
  background-color: #f5803e;
}

.badge-danger {
  color: #ffffff;
  background-color: #e63757;
}

.badge-light {
  color: #12263f;
  background-color: #f9fafd;
}

.badge-dark {
  color: #ffffff;
  background-color: #12263f;
}

.badge-status.status-nao-iniciada {
  background-color: #6e7891;
  color: #ffffff;
}
.badge-status.status-em-andamento {
  background-color: #3874ff;
  color: #ffffff;
}
.badge-status.status-pausada {
  background-color: #f5803e;
  color: #000000;
}
.badge-status.status-concluida {
  background-color: #00d27a;
  color: #ffffff;
}
.badge-status.status-cancelada {
  background-color: #e63757;
  color: #ffffff;
}

.badge-priority.prioridade-baixa {
  background-color: #00d27a;
  color: #ffffff;
}
.badge-priority.prioridade-media {
  background-color: #f5803e;
  color: #000000;
}
.badge-priority.prioridade-alta {
  background-color: #fd7e14;
  color: #ffffff;
}
.badge-priority.prioridade-urgente {
  background-color: #e63757;
  color: #ffffff;
}

.badge-sm {
  font-size: 0.65em;
  padding: 0.25em 0.5em;
}

.badge-lg {
  font-size: 0.875em;
  padding: 0.5em 0.875em;
}

.badge-outline {
  background-color: transparent;
  border: 1px solid currentColor;
}
.badge-outline.badge-outline-primary {
  color: #3874ff;
  border-color: #3874ff;
}
.badge-outline.badge-outline-secondary {
  color: #6e7891;
  border-color: #6e7891;
}
.badge-outline.badge-outline-success {
  color: #00d27a;
  border-color: #00d27a;
}
.badge-outline.badge-outline-info {
  color: #39afd1;
  border-color: #39afd1;
}
.badge-outline.badge-outline-warning {
  color: #f5803e;
  border-color: #f5803e;
}
.badge-outline.badge-outline-danger {
  color: #e63757;
  border-color: #e63757;
}
.badge-outline.badge-outline-light {
  color: #6e7891;
  border-color: #dde2e6;
}
.badge-outline.badge-outline-dark {
  color: #12263f;
  border-color: #12263f;
}

.alert {
  position: relative;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.375rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

.alert-modern {
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.075);
  padding: 1.25rem 1.5rem;
}
.alert-modern.alert-primary {
  background: linear-gradient(135deg, #3874ff 0%, #2951cc 100%);
  color: #ffffff;
}
.alert-modern.alert-success {
  background: linear-gradient(135deg, #00d27a 0%, rgb(0, 159, 92.3714285714) 100%);
  color: #ffffff;
}
.alert-modern.alert-warning {
  background: linear-gradient(135deg, #f5803e 0%, rgb(242.4876847291, 96.0935960591, 13.5123152709) 100%);
  color: #ffffff;
}
.alert-modern.alert-danger {
  background: linear-gradient(135deg, #e63757 0%, rgb(208, 26, 59.28) 100%);
  color: #ffffff;
}
.alert-modern.alert-info {
  background: linear-gradient(135deg, #39afd1 0%, rgb(40.5327868852, 144.5081967213, 174.4672131148) 100%);
  color: #ffffff;
}

.alert-icon {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.alert-icon .alert-icon-wrapper {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 0.875rem;
}
.alert-icon .alert-content {
  flex: 1;
  min-width: 0;
}

.alert-fade {
  transition: opacity 0.15s linear;
}
.alert-fade.fade {
  opacity: 0;
}
.alert-fade.show {
  opacity: 1;
}

.alert-slide {
  transition: all 0.3s ease-in-out;
  transform: translateX(-100%);
  opacity: 0;
}
.alert-slide.show {
  transform: translateX(0);
  opacity: 1;
}

.alert-container {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 1050;
  max-width: 400px;
  width: 100%;
}
.alert-container .alert {
  margin-bottom: 0.5rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.alert-toast {
  position: relative;
  padding: 1rem 1.25rem;
  margin-bottom: 0.5rem;
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  background: #ffffff;
  border-left: 4px solid;
}
.alert-toast.alert-success {
  border-left-color: #00d27a;
}
.alert-toast.alert-warning {
  border-left-color: #f5803e;
}
.alert-toast.alert-danger {
  border-left-color: #e63757;
}
.alert-toast.alert-info {
  border-left-color: #39afd1;
}
.alert-toast.alert-primary {
  border-left-color: #3874ff;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #dde2e6;
  border-radius: 0.5rem;
  outline: 0;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 600;
  color: #12263f;
}

.modal-header .btn-close {
  padding: 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.5rem;
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem 1.5rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-sm .modal-dialog {
  max-width: 300px;
}

.modal-lg .modal-dialog {
  max-width: 800px;
}

.modal-xl .modal-dialog {
  max-width: 1140px;
}

.modal-modern .modal-content {
  border: none;
  border-radius: 0.75rem;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
}
.modal-modern .modal-header {
  background: linear-gradient(135deg, #3874ff 0%, #2951cc 100%);
  color: #ffffff;
  border-bottom: none;
  border-radius: 0.75rem 0.75rem 0 0;
}
.modal-modern .modal-header .modal-title {
  color: #ffffff;
}
.modal-modern .modal-header .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.modal-modern .modal-footer {
  background-color: #f9fafd;
  border-top: 1px solid #e9ecef;
  border-radius: 0 0 0.75rem 0.75rem;
}

.modal-fade {
  transition: opacity 0.15s linear;
}
.modal-fade.fade {
  opacity: 0;
}
.modal-fade.show {
  opacity: 1;
}

.modal-slide {
  transition: transform 0.3s ease-out;
}
.modal-slide.fade {
  transform: translateY(-100px);
}
.modal-slide.show {
  transform: translateY(0);
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
}
.dropdown {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #12263f;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e9ecef;
  border-radius: 0.375rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #12263f;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #12263f;
  background-color: #f3f4f7;
}
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #3874ff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6e7891;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.8125rem;
  color: #6e7891;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #12263f;
}

.dropdown-menu-dark {
  color: #f3f4f7;
  background-color: #12263f;
  border-color: #495057;
}
.dropdown-menu-dark .dropdown-item {
  color: #f3f4f7;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #ffffff;
  background-color: #3874ff;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: #495057;
}
.dropdown-menu-dark .dropdown-item-text {
  color: #f3f4f7;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.dropdown-modern .dropdown-menu {
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
  padding: 0.75rem 0;
}
.dropdown-modern .dropdown-item {
  padding: 0.5rem 1.25rem;
  margin: 0 0.5rem;
  border-radius: 0.375rem;
  transition: all 0.15s ease-in-out;
}
.dropdown-modern .dropdown-item:hover {
  background-color: #e8f2ff;
  color: #3874ff;
}
.dropdown-modern .dropdown-item.active {
  background: linear-gradient(135deg, #3874ff 0%, #2951cc 100%);
  color: #ffffff;
}
.dropdown-modern .dropdown-header {
  padding: 0.75rem 1.25rem;
  margin: 0 0.5rem 0.25rem;
  font-weight: 600;
  color: #495057;
  border-bottom: 1px solid #e9ecef;
}
.dropdown-modern .dropdown-divider {
  margin: 0.5rem 0.75rem;
  border-color: #e9ecef;
}

.dropdown-fade {
  transition: opacity 0.15s linear;
}
.dropdown-fade.fade {
  opacity: 0;
}
.dropdown-fade.show {
  opacity: 1;
}

.dropdown-slide {
  transition: transform 0.2s ease-out, opacity 0.15s linear;
  transform: translateY(-10px);
  opacity: 0;
}
.dropdown-slide.show {
  transform: translateY(0);
  opacity: 1;
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.8125rem;
  background-color: #e9ecef;
  border-radius: 0.375rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #3874ff;
  transition: width 0.6s ease;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress-bar-primary {
  background-color: #3874ff;
}

.progress-bar-secondary {
  background-color: #6e7891;
}

.progress-bar-success {
  background-color: #00d27a;
}

.progress-bar-info {
  background-color: #39afd1;
}

.progress-bar-warning {
  background-color: #f5803e;
}

.progress-bar-danger {
  background-color: #e63757;
}

.progress-bar-light {
  background-color: #f9fafd;
  color: #12263f;
}

.progress-bar-dark {
  background-color: #12263f;
}

.progress-sm {
  height: 0.5rem;
}

.progress-lg {
  height: 1.5rem;
}

.progress-xl {
  height: 2rem;
}

.progress-modern {
  background: linear-gradient(90deg, #f3f4f7 0%, #e9ecef 100%);
  border-radius: 0.5rem;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.progress-modern .progress-bar {
  border-radius: 0.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: visible;
}
.progress-modern .progress-bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
  animation: progress-shine 2s ease-in-out infinite;
}

@keyframes progress-shine {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.progress-labeled {
  position: relative;
  margin-bottom: 1rem;
}
.progress-labeled .progress-label {
  position: absolute;
  top: -1.5rem;
  left: 0;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #495057;
}
.progress-labeled .progress-value {
  position: absolute;
  top: -1.5rem;
  right: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #3874ff;
}

.progress-steps {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.progress-steps .progress-step {
  flex: 1;
  height: 0.25rem;
  background-color: #dde2e6;
  border-radius: 0.375rem;
  position: relative;
  transition: all 0.15s ease-in-out;
}
.progress-steps .progress-step.active {
  background-color: #3874ff;
}
.progress-steps .progress-step.completed {
  background-color: #00d27a;
}
.progress-steps .progress-step::after {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.75rem;
  height: 0.75rem;
  background-color: #ffffff;
  border: 2px solid #dde2e6;
  border-radius: 50%;
  transition: all 0.15s ease-in-out;
}
.progress-steps .progress-step.active::after {
  border-color: #3874ff;
  background-color: #3874ff;
}
.progress-steps .progress-step.completed::after {
  border-color: #00d27a;
  background-color: #00d27a;
}

.progress-icon {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.progress-icon .progress-icon-wrapper {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e8f2ff;
  color: #3874ff;
  border-radius: 50%;
  font-size: 0.875rem;
}
.progress-icon .progress-content {
  flex: 1;
  min-width: 0;
}
.progress-icon .progress-title {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #12263f;
  margin-bottom: 0.25rem;
}
.progress-icon .progress {
  margin-bottom: 0;
}

.progress-gradient .progress-bar {
  background: linear-gradient(90deg, #3874ff 0%, #2951cc 100%);
}
.progress-gradient .progress-bar.progress-bar-success {
  background: linear-gradient(90deg, #00d27a 0%, rgb(0, 159, 92.3714285714) 100%);
}
.progress-gradient .progress-bar.progress-bar-warning {
  background: linear-gradient(90deg, #f5803e 0%, rgb(242.4876847291, 96.0935960591, 13.5123152709) 100%);
}
.progress-gradient .progress-bar.progress-bar-danger {
  background: linear-gradient(90deg, #e63757 0%, rgb(208, 26, 59.28) 100%);
}
.progress-gradient .progress-bar.progress-bar-info {
  background: linear-gradient(90deg, #39afd1 0%, rgb(40.5327868852, 144.5081967213, 174.4672131148) 100%);
}

.progress-animated .progress-bar {
  animation: progress-grow 2s ease-in-out;
}

@keyframes progress-grow {
  0% {
    width: 0%;
  }
  100% {
    width: var(--progress-width);
  }
}
.progress-status {
  position: relative;
}
.progress-status .progress-status-indicator {
  position: absolute;
  top: 50%;
  left: var(--progress-percentage);
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  background-color: #ffffff;
  border: 2px solid #3874ff;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.progress-status .progress-status-label {
  position: absolute;
  top: -2rem;
  left: var(--progress-percentage);
  transform: translateX(-50%);
  font-size: 0.8125rem;
  font-weight: 500;
  color: #3874ff;
  white-space: nowrap;
}

@media (max-width: 576px) {
  .progress-responsive .progress-label,
  .progress-responsive .progress-value {
    font-size: 0.75rem;
  }
  .progress-responsive .progress-steps {
    gap: 0.25rem;
  }
  .progress-responsive .progress-steps .progress-step::after {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.kanban-board {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  min-height: calc(100vh - 200px);
  overflow-x: auto;
  background-color: #f9fafd;
}

.kanban-column {
  flex: 0 0 320px;
  background-color: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.075);
  border: 1px solid #e9ecef;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 250px);
}

.kanban-column-header {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #e9ecef;
  background-color: #f9fafd;
  border-radius: 0.5rem 0.5rem 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}

.kanban-column-title {
  font-size: 1rem;
  font-weight: 600;
  color: #12263f;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.kanban-column-count {
  background-color: #e9ecef;
  color: #495057;
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  min-width: 1.5rem;
  text-align: center;
}

.kanban-column-actions {
  display: flex;
  gap: 0.25rem;
}

.kanban-column-body {
  flex: 1;
  padding: 1rem;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.kanban-card {
  background-color: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 0.375rem;
  padding: 1rem;
  box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.075);
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  position: relative;
}
.kanban-card:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transform: translateY(-2px);
}
.kanban-card.dragging {
  opacity: 0.5;
  transform: rotate(5deg);
}
.kanban-card.kanban-card-priority-high {
  border-left: 4px solid #e63757;
}
.kanban-card.kanban-card-priority-medium {
  border-left: 4px solid #f5803e;
}
.kanban-card.kanban-card-priority-low {
  border-left: 4px solid #00d27a;
}

.kanban-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.kanban-card-title {
  font-size: 0.875rem;
  font-weight: 500;
  color: #12263f;
  margin: 0;
  line-height: 1.4;
  flex: 1;
  margin-right: 0.5rem;
}

.kanban-card-menu {
  flex-shrink: 0;
  opacity: 0;
  transition: all 0.15s ease-in-out;
}

.kanban-card:hover .kanban-card-menu {
  opacity: 1;
}

.kanban-card-content {
  margin-bottom: 0.75rem;
}

.kanban-card-description {
  font-size: 0.8125rem;
  color: #6e7891;
  line-height: 1.4;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.kanban-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.kanban-card-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  color: #6e7891;
}

.kanban-card-assignee {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.kanban-card-avatar {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #3874ff;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 500;
}

.kanban-card-due-date {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.8125rem;
  color: #6e7891;
}
.kanban-card-due-date.overdue {
  color: #e63757;
}
.kanban-card-due-date.due-soon {
  color: #f5803e;
}

.kanban-card-tags {
  display: flex;
  gap: 0.25rem;
  flex-wrap: wrap;
}

.kanban-card-tag {
  font-size: 0.75rem;
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
  background-color: #f3f4f7;
  color: #495057;
  font-weight: 500;
}

.kanban-column-todo .kanban-column-header {
  background: linear-gradient(135deg, #f3f4f7 0%, #e9ecef 100%);
}
.kanban-column-todo .kanban-column-title {
  color: #495057;
}

.kanban-column-in-progress .kanban-column-header {
  background: linear-gradient(135deg, #e8f2ff 0%, white 100%);
}
.kanban-column-in-progress .kanban-column-title {
  color: #3874ff;
}

.kanban-column-review .kanban-column-header {
  background: linear-gradient(135deg, #fef7ed 0%, white 100%);
}
.kanban-column-review .kanban-column-title {
  color: #f5803e;
}

.kanban-column-done .kanban-column-header {
  background: linear-gradient(135deg, #e8f8f0 0%, rgb(251.55, 253.95, 252.75) 100%);
}
.kanban-column-done .kanban-column-title {
  color: #00d27a;
}

.kanban-add-card {
  border: 2px dashed #dde2e6;
  background-color: transparent;
  color: #6e7891;
  text-align: center;
  padding: 1rem;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.kanban-add-card:hover {
  border-color: #3874ff;
  color: #3874ff;
  background-color: #e8f2ff;
}
.kanban-add-card .kanban-add-card-icon {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.kanban-add-card .kanban-add-card-text {
  font-size: 0.8125rem;
  font-weight: 500;
}

.kanban-filters {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  background-color: #ffffff;
  border-bottom: 1px solid #e9ecef;
  flex-wrap: wrap;
}

.kanban-filter {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: #f3f4f7;
  border: 1px solid #e9ecef;
  border-radius: 0.375rem;
  font-size: 0.8125rem;
  color: #495057;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.kanban-filter:hover {
  background-color: #e9ecef;
}
.kanban-filter.active {
  background-color: #3874ff;
  color: #ffffff;
  border-color: #3874ff;
}

.kanban-search {
  position: relative;
  flex: 1;
  max-width: 300px;
}
.kanban-search .kanban-search-input {
  width: 100%;
  padding: 0.5rem 1rem 0.5rem 2.5rem;
  border: 1px solid #dde2e6;
  border-radius: 0.375rem;
  font-size: 0.8125rem;
  background-color: #ffffff;
}
.kanban-search .kanban-search-input:focus {
  outline: none;
  border-color: #3874ff;
  box-shadow: 0 0 0 0.2rem rgba(56, 116, 255, 0.25);
}
.kanban-search .kanban-search-icon {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  color: #adb5bd;
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  .kanban-board {
    flex-direction: column;
    gap: 0.5rem;
  }
  .kanban-column {
    flex: none;
    max-height: none;
  }
  .kanban-filters {
    flex-direction: column;
    gap: 0.5rem;
  }
  .kanban-search {
    max-width: none;
  }
}
.kanban-card-enter {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease-out;
}

.kanban-card-enter-active {
  opacity: 1;
  transform: translateY(0);
}

.kanban-card-exit {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s ease-in;
}

.kanban-card-exit-active {
  opacity: 0;
  transform: translateY(-20px);
}

.kanban-drop-zone {
  min-height: 2rem;
  border: 2px dashed transparent;
  border-radius: 0.375rem;
  transition: all 0.15s ease-in-out;
}
.kanban-drop-zone.drag-over {
  border-color: #3874ff;
  background-color: #e8f2ff;
}

.kanban-drag-preview {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1050;
  opacity: 0.8;
  transform: rotate(5deg);
}

.timeline {
  position: relative;
  padding: 1rem 0;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.5rem;
  bottom: 0;
  width: 2px;
  background-color: #e9ecef;
}

.timeline-item {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 2rem;
}
.timeline-item:last-child {
  margin-bottom: 0;
}
.timeline-item::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.75rem;
  width: 1rem;
  height: 1rem;
  background-color: #ffffff;
  border: 2px solid #dde2e6;
  border-radius: 50%;
  z-index: 1;
}
.timeline-item.timeline-item-primary::before {
  border-color: #3874ff;
  background-color: #3874ff;
}
.timeline-item.timeline-item-success::before {
  border-color: #00d27a;
  background-color: #00d27a;
}
.timeline-item.timeline-item-warning::before {
  border-color: #f5803e;
  background-color: #f5803e;
}
.timeline-item.timeline-item-danger::before {
  border-color: #e63757;
  background-color: #e63757;
}
.timeline-item.timeline-item-info::before {
  border-color: #39afd1;
  background-color: #39afd1;
}

.timeline-content {
  background-color: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 0.375rem;
  padding: 1rem;
  box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.075);
  position: relative;
}
.timeline-content::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: -0.5rem;
  width: 0;
  height: 0;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-right: 0.5rem solid #e9ecef;
}
.timeline-content::after {
  content: "";
  position: absolute;
  top: 1rem;
  left: -0.4375rem;
  width: 0;
  height: 0;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-right: 0.5rem solid #ffffff;
}

.timeline-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.timeline-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #12263f;
  margin: 0;
}

.timeline-time {
  font-size: 0.8125rem;
  color: #6e7891;
  font-weight: 500;
}

.timeline-body {
  color: #495057;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}

.timeline-footer {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.timeline-tags {
  display: flex;
  gap: 0.25rem;
  flex-wrap: wrap;
}

.timeline-tag {
  font-size: 0.75rem;
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
  background-color: #f3f4f7;
  color: #495057;
  font-weight: 500;
}

.timeline-actions {
  display: flex;
  gap: 0.25rem;
  margin-left: auto;
}

.timeline-vertical .timeline-item::before {
  left: 50%;
  transform: translateX(-50%);
}
.timeline-vertical .timeline-content {
  margin-left: 2rem;
  margin-right: 2rem;
}
.timeline-vertical .timeline-content::before {
  left: -0.5rem;
  border-right: 0.5rem solid #e9ecef;
  border-left: none;
}
.timeline-vertical .timeline-content::after {
  left: -0.4375rem;
  border-right: 0.5rem solid #ffffff;
  border-left: none;
}
.timeline-vertical .timeline-item:nth-child(even) .timeline-content {
  margin-left: 0;
  margin-right: 4rem;
}
.timeline-vertical .timeline-item:nth-child(even) .timeline-content::before {
  left: auto;
  right: -0.5rem;
  border-right: none;
  border-left: 0.5rem solid #e9ecef;
}
.timeline-vertical .timeline-item:nth-child(even) .timeline-content::after {
  left: auto;
  right: -0.4375rem;
  border-right: none;
  border-left: 0.5rem solid #ffffff;
}

.timeline-horizontal {
  display: flex;
  overflow-x: auto;
  padding: 2rem 0;
}
.timeline-horizontal::before {
  top: 50%;
  left: 0;
  right: 0;
  width: auto;
  height: 2px;
  transform: translateY(-50%);
}
.timeline-horizontal .timeline-item {
  flex: 0 0 300px;
  padding-left: 0;
  padding-top: 3rem;
  margin-bottom: 0;
  margin-right: 2rem;
}
.timeline-horizontal .timeline-item:last-child {
  margin-right: 0;
}
.timeline-horizontal .timeline-item::before {
  top: 0.75rem;
  left: 50%;
  transform: translateX(-50%);
}
.timeline-horizontal .timeline-content {
  margin-top: 1rem;
}
.timeline-horizontal .timeline-content::before {
  top: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  border-top: none;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #e9ecef;
  border-left: 0.5rem solid transparent;
}
.timeline-horizontal .timeline-content::after {
  top: -0.4375rem;
  left: 50%;
  transform: translateX(-50%);
  border-top: none;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #ffffff;
  border-left: 0.5rem solid transparent;
}

.timeline-icon .timeline-item::before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: #ffffff;
  font-weight: 500;
}
.timeline-icon .timeline-item-primary::before {
  content: "\f0c8";
}
.timeline-icon .timeline-item-success::before {
  content: "\f00c";
}
.timeline-icon .timeline-item-warning::before {
  content: "\f071";
}
.timeline-icon .timeline-item-danger::before {
  content: "\f00d";
}
.timeline-icon .timeline-item-info::before {
  content: "\f05a";
}

.timeline-image .timeline-item::before {
  width: 3rem;
  height: 3rem;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  border: 2px solid #ffffff;
  box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.075);
}
.timeline-image .timeline-content {
  margin-left: 4rem;
}

.timeline-status .timeline-item.completed::before {
  background-color: #00d27a;
  border-color: #00d27a;
}
.timeline-status .timeline-item.in-progress::before {
  background-color: #f5803e;
  border-color: #f5803e;
}
.timeline-status .timeline-item.pending::before {
  background-color: #ced4da;
  border-color: #ced4da;
}
.timeline-status .timeline-item.cancelled::before {
  background-color: #e63757;
  border-color: #e63757;
}

.timeline-modern .timeline-item::before {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border: 3px solid #ffffff;
}
.timeline-modern .timeline-content {
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  background: linear-gradient(135deg, #ffffff 0%, #f9fafd 100%);
}
.timeline-modern .timeline-content::before {
  border-right-color: #e9ecef;
}
.timeline-modern .timeline-content::after {
  border-right-color: #f9fafd;
}
.timeline-modern .timeline-title {
  color: #3874ff;
}
.timeline-modern .timeline-time {
  background-color: #e8f2ff;
  color: #3874ff;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  font-size: 0.75rem;
}

@media (max-width: 768px) {
  .timeline::before {
    left: 1rem;
  }
  .timeline-item {
    padding-left: 2.5rem;
  }
  .timeline-item::before {
    left: 0.5rem;
    width: 0.75rem;
    height: 0.75rem;
  }
  .timeline-vertical .timeline-item::before {
    left: 1rem;
    transform: none;
  }
  .timeline-vertical .timeline-content {
    margin-left: 1rem;
    margin-right: 0;
  }
  .timeline-vertical .timeline-item:nth-child(even) .timeline-content {
    margin-left: 1rem;
    margin-right: 0;
  }
  .timeline-vertical .timeline-item:nth-child(even) .timeline-content::before {
    left: -0.5rem;
    right: auto;
    border-right: 0.5rem solid #e9ecef;
    border-left: none;
  }
  .timeline-vertical .timeline-item:nth-child(even) .timeline-content::after {
    left: -0.4375rem;
    right: auto;
    border-right: 0.5rem solid #ffffff;
    border-left: none;
  }
  .timeline-horizontal .timeline-item {
    flex: 0 0 250px;
    margin-right: 1rem;
  }
}
.timeline-animated .timeline-item {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.5s ease-out;
}
.timeline-animated .timeline-item.animate {
  opacity: 1;
  transform: translateX(0);
}
.timeline-animated .timeline-item:nth-child(even) {
  transform: translateX(20px);
}
.timeline-animated .timeline-item:nth-child(even).animate {
  transform: translateX(0);
}

.timeline-loading .timeline-item::before {
  animation: timeline-pulse 1.5s ease-in-out infinite;
}

@keyframes timeline-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.notification {
  position: relative;
  padding: 1rem;
  margin-bottom: 0.75rem;
  border: 1px solid #e9ecef;
  border-radius: 0.375rem;
  background-color: #ffffff;
  box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.075);
  transition: all 0.15s ease-in-out;
}
.notification:last-child {
  margin-bottom: 0;
}
.notification:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.notification.notification-unread {
  border-left: 4px solid #3874ff;
  background-color: #e8f2ff;
}
.notification.notification-read {
  opacity: 0.7;
}

.notification-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.notification-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #12263f;
  margin: 0;
  line-height: 1.4;
}

.notification-time {
  font-size: 0.8125rem;
  color: #6e7891;
  font-weight: 500;
  flex-shrink: 0;
  margin-left: 0.5rem;
}

.notification-body {
  color: #495057;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}

.notification-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.notification-actions {
  display: flex;
  gap: 0.25rem;
}

.notification-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  color: #6e7891;
}

.notification-primary {
  border-left-color: #3874ff;
  background-color: rgba(56, 116, 255, 0.05);
}
.notification-primary .notification-title {
  color: #3874ff;
}

.notification-success {
  border-left-color: #00d27a;
  background-color: rgba(0, 210, 122, 0.05);
}
.notification-success .notification-title {
  color: #00d27a;
}

.notification-warning {
  border-left-color: #f5803e;
  background-color: rgba(245, 128, 62, 0.05);
}
.notification-warning .notification-title {
  color: #f5803e;
}

.notification-danger {
  border-left-color: #e63757;
  background-color: rgba(230, 55, 87, 0.05);
}
.notification-danger .notification-title {
  color: #e63757;
}

.notification-info {
  border-left-color: #39afd1;
  background-color: rgba(57, 175, 209, 0.05);
}
.notification-info .notification-title {
  color: #39afd1;
}

.notification-icon {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.notification-icon .notification-icon-wrapper {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e8f2ff;
  color: #3874ff;
  border-radius: 50%;
  font-size: 1rem;
}
.notification-icon .notification-content {
  flex: 1;
  min-width: 0;
}
.notification-icon.notification-success .notification-icon-wrapper {
  background-color: rgba(0, 210, 122, 0.1);
  color: #00d27a;
}
.notification-icon.notification-warning .notification-icon-wrapper {
  background-color: rgba(245, 128, 62, 0.1);
  color: #f5803e;
}
.notification-icon.notification-danger .notification-icon-wrapper {
  background-color: rgba(230, 55, 87, 0.1);
  color: #e63757;
}
.notification-icon.notification-info .notification-icon-wrapper {
  background-color: rgba(57, 175, 209, 0.1);
  color: #39afd1;
}

.notification-image {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.notification-image .notification-image-wrapper {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 0.375rem;
  overflow: hidden;
  background-color: #e9ecef;
}
.notification-image .notification-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.notification-image .notification-content {
  flex: 1;
  min-width: 0;
}

.notification-actionable {
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.notification-actionable:hover {
  transform: translateY(-1px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
.notification-actionable:active {
  transform: translateY(0);
}

.notification-list {
  max-height: 400px;
  overflow-y: auto;
  padding: 0.5rem;
}
.notification-list .notification {
  margin-bottom: 0.5rem;
}
.notification-list .notification:last-child {
  margin-bottom: 0;
}

.notification-dropdown .dropdown-menu {
  width: 350px;
  max-height: 500px;
  overflow-y: auto;
  padding: 0;
}
.notification-dropdown .dropdown-header {
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  background-color: #f9fafd;
  font-weight: 600;
  color: #12263f;
}
.notification-dropdown .dropdown-body {
  padding: 0.5rem;
}
.notification-dropdown .dropdown-footer {
  padding: 0.75rem 1rem;
  border-top: 1px solid #e9ecef;
  background-color: #f9fafd;
  text-align: center;
}

.notification-badge {
  position: relative;
}
.notification-badge .badge {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  min-width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 50%;
  background-color: #e63757;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.notification-badge.notification-badge-dot .badge {
  width: 0.5rem;
  height: 0.5rem;
  min-width: auto;
  font-size: 0;
}

.notification-toast {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 1050;
  max-width: 400px;
  width: 100%;
  animation: notification-slide-in 0.3s ease-out;
}
.notification-toast.notification-toast-top-left {
  top: 1rem;
  left: 1rem;
  right: auto;
}
.notification-toast.notification-toast-top-center {
  top: 1rem;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
.notification-toast.notification-toast-bottom-right {
  top: auto;
  bottom: 1rem;
  right: 1rem;
}
.notification-toast.notification-toast-bottom-left {
  top: auto;
  bottom: 1rem;
  left: 1rem;
  right: auto;
}
.notification-toast.notification-toast-bottom-center {
  top: auto;
  bottom: 1rem;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

@keyframes notification-slide-in {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.notification-modern {
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  background: linear-gradient(135deg, #ffffff 0%, #f9fafd 100%);
  position: relative;
  overflow: hidden;
}
.notification-modern::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #3874ff 0%, #2951cc 100%);
}
.notification-modern.notification-success::before {
  background: linear-gradient(180deg, #00d27a 0%, rgb(0, 159, 92.3714285714) 100%);
}
.notification-modern.notification-warning::before {
  background: linear-gradient(180deg, #f5803e 0%, rgb(242.4876847291, 96.0935960591, 13.5123152709) 100%);
}
.notification-modern.notification-danger::before {
  background: linear-gradient(180deg, #e63757 0%, rgb(208, 26, 59.28) 100%);
}
.notification-modern.notification-info::before {
  background: linear-gradient(180deg, #39afd1 0%, rgb(40.5327868852, 144.5081967213, 174.4672131148) 100%);
}
.notification-modern .notification-title {
  color: #12263f;
}
.notification-modern .notification-time {
  background-color: #f3f4f7;
  color: #495057;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  font-size: 0.75rem;
}

.notification-fade {
  transition: opacity 0.3s ease-in-out;
}
.notification-fade.fade-out {
  opacity: 0;
}

.notification-slide {
  transition: all 0.3s ease-in-out;
}
.notification-slide.slide-out {
  transform: translateX(100%);
  opacity: 0;
}

@media (max-width: 576px) {
  .notification-dropdown .dropdown-menu {
    width: 100vw;
    max-width: none;
    margin: 0;
    border-radius: 0;
  }
  .notification-toast {
    max-width: calc(100vw - 2rem);
    margin: 0 1rem;
  }
}
.notification-loading .notification-body {
  position: relative;
  min-height: 1rem;
}
.notification-loading .notification-body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent 0%, #e9ecef 50%, transparent 100%);
  animation: notification-shimmer 1.5s ease-in-out infinite;
}

@keyframes notification-shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.m-6 {
  margin: 4rem !important;
}

.mt-6 {
  margin-top: 4rem !important;
}

.mr-6 {
  margin-right: 4rem !important;
}

.mb-6 {
  margin-bottom: 4rem !important;
}

.ml-6 {
  margin-left: 4rem !important;
}

.mx-6 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my-6 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.m-7 {
  margin: 5rem !important;
}

.mt-7 {
  margin-top: 5rem !important;
}

.mr-7 {
  margin-right: 5rem !important;
}

.mb-7 {
  margin-bottom: 5rem !important;
}

.ml-7 {
  margin-left: 5rem !important;
}

.mx-7 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my-7 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.m-8 {
  margin: 6rem !important;
}

.mt-8 {
  margin-top: 6rem !important;
}

.mr-8 {
  margin-right: 6rem !important;
}

.mb-8 {
  margin-bottom: 6rem !important;
}

.ml-8 {
  margin-left: 6rem !important;
}

.mx-8 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.my-8 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.m-9 {
  margin: 7rem !important;
}

.mt-9 {
  margin-top: 7rem !important;
}

.mr-9 {
  margin-right: 7rem !important;
}

.mb-9 {
  margin-bottom: 7rem !important;
}

.ml-9 {
  margin-left: 7rem !important;
}

.mx-9 {
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}

.my-9 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.m-10 {
  margin: 8rem !important;
}

.mt-10 {
  margin-top: 8rem !important;
}

.mr-10 {
  margin-right: 8rem !important;
}

.mb-10 {
  margin-bottom: 8rem !important;
}

.ml-10 {
  margin-left: 8rem !important;
}

.mx-10 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.my-10 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.m-n0 {
  margin: 0 !important;
}

.mt-n0 {
  margin-top: 0 !important;
}

.mr-n0 {
  margin-right: 0 !important;
}

.mb-n0 {
  margin-bottom: 0 !important;
}

.ml-n0 {
  margin-left: 0 !important;
}

.mx-n0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-n0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1 {
  margin-left: -0.25rem !important;
}

.mx-n1 {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2 {
  margin-left: -0.5rem !important;
}

.mx-n2 {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mr-n3 {
  margin-right: -1rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3 {
  margin-left: -1rem !important;
}

.mx-n3 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}

.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4 {
  margin-left: -1.5rem !important;
}

.mx-n4 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5 {
  margin-top: -3rem !important;
}

.mr-n5 {
  margin-right: -3rem !important;
}

.mb-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5 {
  margin-left: -3rem !important;
}

.mx-n5 {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}

.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.m-n6 {
  margin: -4rem !important;
}

.mt-n6 {
  margin-top: -4rem !important;
}

.mr-n6 {
  margin-right: -4rem !important;
}

.mb-n6 {
  margin-bottom: -4rem !important;
}

.ml-n6 {
  margin-left: -4rem !important;
}

.mx-n6 {
  margin-left: -4rem !important;
  margin-right: -4rem !important;
}

.my-n6 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.m-n7 {
  margin: -5rem !important;
}

.mt-n7 {
  margin-top: -5rem !important;
}

.mr-n7 {
  margin-right: -5rem !important;
}

.mb-n7 {
  margin-bottom: -5rem !important;
}

.ml-n7 {
  margin-left: -5rem !important;
}

.mx-n7 {
  margin-left: -5rem !important;
  margin-right: -5rem !important;
}

.my-n7 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.m-n8 {
  margin: -6rem !important;
}

.mt-n8 {
  margin-top: -6rem !important;
}

.mr-n8 {
  margin-right: -6rem !important;
}

.mb-n8 {
  margin-bottom: -6rem !important;
}

.ml-n8 {
  margin-left: -6rem !important;
}

.mx-n8 {
  margin-left: -6rem !important;
  margin-right: -6rem !important;
}

.my-n8 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.m-n9 {
  margin: -7rem !important;
}

.mt-n9 {
  margin-top: -7rem !important;
}

.mr-n9 {
  margin-right: -7rem !important;
}

.mb-n9 {
  margin-bottom: -7rem !important;
}

.ml-n9 {
  margin-left: -7rem !important;
}

.mx-n9 {
  margin-left: -7rem !important;
  margin-right: -7rem !important;
}

.my-n9 {
  margin-top: -7rem !important;
  margin-bottom: -7rem !important;
}

.m-n10 {
  margin: -8rem !important;
}

.mt-n10 {
  margin-top: -8rem !important;
}

.mr-n10 {
  margin-right: -8rem !important;
}

.mb-n10 {
  margin-bottom: -8rem !important;
}

.ml-n10 {
  margin-left: -8rem !important;
}

.mx-n10 {
  margin-left: -8rem !important;
  margin-right: -8rem !important;
}

.my-n10 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.p-6 {
  padding: 4rem !important;
}

.pt-6 {
  padding-top: 4rem !important;
}

.pr-6 {
  padding-right: 4rem !important;
}

.pb-6 {
  padding-bottom: 4rem !important;
}

.pl-6 {
  padding-left: 4rem !important;
}

.px-6 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.p-7 {
  padding: 5rem !important;
}

.pt-7 {
  padding-top: 5rem !important;
}

.pr-7 {
  padding-right: 5rem !important;
}

.pb-7 {
  padding-bottom: 5rem !important;
}

.pl-7 {
  padding-left: 5rem !important;
}

.px-7 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py-7 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.p-8 {
  padding: 6rem !important;
}

.pt-8 {
  padding-top: 6rem !important;
}

.pr-8 {
  padding-right: 6rem !important;
}

.pb-8 {
  padding-bottom: 6rem !important;
}

.pl-8 {
  padding-left: 6rem !important;
}

.px-8 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.py-8 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.p-9 {
  padding: 7rem !important;
}

.pt-9 {
  padding-top: 7rem !important;
}

.pr-9 {
  padding-right: 7rem !important;
}

.pb-9 {
  padding-bottom: 7rem !important;
}

.pl-9 {
  padding-left: 7rem !important;
}

.px-9 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.py-9 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.p-10 {
  padding: 8rem !important;
}

.pt-10 {
  padding-top: 8rem !important;
}

.pr-10 {
  padding-right: 8rem !important;
}

.pb-10 {
  padding-bottom: 8rem !important;
}

.pl-10 {
  padding-left: 8rem !important;
}

.px-10 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.py-10 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-x-0 {
  column-gap: 0 !important;
}

.gap-y-0 {
  row-gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-x-1 {
  column-gap: 0.25rem !important;
}

.gap-y-1 {
  row-gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-x-2 {
  column-gap: 0.5rem !important;
}

.gap-y-2 {
  row-gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-x-3 {
  column-gap: 1rem !important;
}

.gap-y-3 {
  row-gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-x-4 {
  column-gap: 1.5rem !important;
}

.gap-y-4 {
  row-gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.gap-x-5 {
  column-gap: 3rem !important;
}

.gap-y-5 {
  row-gap: 3rem !important;
}

.gap-6 {
  gap: 4rem !important;
}

.gap-x-6 {
  column-gap: 4rem !important;
}

.gap-y-6 {
  row-gap: 4rem !important;
}

.gap-7 {
  gap: 5rem !important;
}

.gap-x-7 {
  column-gap: 5rem !important;
}

.gap-y-7 {
  row-gap: 5rem !important;
}

.gap-8 {
  gap: 6rem !important;
}

.gap-x-8 {
  column-gap: 6rem !important;
}

.gap-y-8 {
  row-gap: 6rem !important;
}

.gap-9 {
  gap: 7rem !important;
}

.gap-x-9 {
  column-gap: 7rem !important;
}

.gap-y-9 {
  row-gap: 7rem !important;
}

.gap-10 {
  gap: 8rem !important;
}

.gap-x-10 {
  column-gap: 8rem !important;
}

.gap-y-10 {
  row-gap: 8rem !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-x-sm-0 {
    column-gap: 0 !important;
  }
  .gap-y-sm-0 {
    row-gap: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-x-sm-1 {
    column-gap: 0.25rem !important;
  }
  .gap-y-sm-1 {
    row-gap: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-x-sm-2 {
    column-gap: 0.5rem !important;
  }
  .gap-y-sm-2 {
    row-gap: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-x-sm-3 {
    column-gap: 1rem !important;
  }
  .gap-y-sm-3 {
    row-gap: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-x-sm-4 {
    column-gap: 1.5rem !important;
  }
  .gap-y-sm-4 {
    row-gap: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .gap-x-sm-5 {
    column-gap: 3rem !important;
  }
  .gap-y-sm-5 {
    row-gap: 3rem !important;
  }
  .m-sm-6 {
    margin: 4rem !important;
  }
  .mt-sm-6 {
    margin-top: 4rem !important;
  }
  .mr-sm-6 {
    margin-right: 4rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-6 {
    margin-left: 4rem !important;
  }
  .mx-sm-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-sm-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .p-sm-6 {
    padding: 4rem !important;
  }
  .pt-sm-6 {
    padding-top: 4rem !important;
  }
  .pr-sm-6 {
    padding-right: 4rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-6 {
    padding-left: 4rem !important;
  }
  .px-sm-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-sm-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .gap-sm-6 {
    gap: 4rem !important;
  }
  .gap-x-sm-6 {
    column-gap: 4rem !important;
  }
  .gap-y-sm-6 {
    row-gap: 4rem !important;
  }
  .m-sm-7 {
    margin: 5rem !important;
  }
  .mt-sm-7 {
    margin-top: 5rem !important;
  }
  .mr-sm-7 {
    margin-right: 5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-7 {
    margin-left: 5rem !important;
  }
  .mx-sm-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-sm-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .p-sm-7 {
    padding: 5rem !important;
  }
  .pt-sm-7 {
    padding-top: 5rem !important;
  }
  .pr-sm-7 {
    padding-right: 5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-7 {
    padding-left: 5rem !important;
  }
  .px-sm-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-sm-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .gap-sm-7 {
    gap: 5rem !important;
  }
  .gap-x-sm-7 {
    column-gap: 5rem !important;
  }
  .gap-y-sm-7 {
    row-gap: 5rem !important;
  }
  .m-sm-8 {
    margin: 6rem !important;
  }
  .mt-sm-8 {
    margin-top: 6rem !important;
  }
  .mr-sm-8 {
    margin-right: 6rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-8 {
    margin-left: 6rem !important;
  }
  .mx-sm-8 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .my-sm-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .p-sm-8 {
    padding: 6rem !important;
  }
  .pt-sm-8 {
    padding-top: 6rem !important;
  }
  .pr-sm-8 {
    padding-right: 6rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-8 {
    padding-left: 6rem !important;
  }
  .px-sm-8 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .py-sm-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .gap-sm-8 {
    gap: 6rem !important;
  }
  .gap-x-sm-8 {
    column-gap: 6rem !important;
  }
  .gap-y-sm-8 {
    row-gap: 6rem !important;
  }
  .m-sm-9 {
    margin: 7rem !important;
  }
  .mt-sm-9 {
    margin-top: 7rem !important;
  }
  .mr-sm-9 {
    margin-right: 7rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 7rem !important;
  }
  .ml-sm-9 {
    margin-left: 7rem !important;
  }
  .mx-sm-9 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .my-sm-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .p-sm-9 {
    padding: 7rem !important;
  }
  .pt-sm-9 {
    padding-top: 7rem !important;
  }
  .pr-sm-9 {
    padding-right: 7rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 7rem !important;
  }
  .pl-sm-9 {
    padding-left: 7rem !important;
  }
  .px-sm-9 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .py-sm-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .gap-sm-9 {
    gap: 7rem !important;
  }
  .gap-x-sm-9 {
    column-gap: 7rem !important;
  }
  .gap-y-sm-9 {
    row-gap: 7rem !important;
  }
  .m-sm-10 {
    margin: 8rem !important;
  }
  .mt-sm-10 {
    margin-top: 8rem !important;
  }
  .mr-sm-10 {
    margin-right: 8rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 8rem !important;
  }
  .ml-sm-10 {
    margin-left: 8rem !important;
  }
  .mx-sm-10 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .my-sm-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .p-sm-10 {
    padding: 8rem !important;
  }
  .pt-sm-10 {
    padding-top: 8rem !important;
  }
  .pr-sm-10 {
    padding-right: 8rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 8rem !important;
  }
  .pl-sm-10 {
    padding-left: 8rem !important;
  }
  .px-sm-10 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .py-sm-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .gap-sm-10 {
    gap: 8rem !important;
  }
  .gap-x-sm-10 {
    column-gap: 8rem !important;
  }
  .gap-y-sm-10 {
    row-gap: 8rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-x-md-0 {
    column-gap: 0 !important;
  }
  .gap-y-md-0 {
    row-gap: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-x-md-1 {
    column-gap: 0.25rem !important;
  }
  .gap-y-md-1 {
    row-gap: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-x-md-2 {
    column-gap: 0.5rem !important;
  }
  .gap-y-md-2 {
    row-gap: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-x-md-3 {
    column-gap: 1rem !important;
  }
  .gap-y-md-3 {
    row-gap: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-x-md-4 {
    column-gap: 1.5rem !important;
  }
  .gap-y-md-4 {
    row-gap: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .gap-x-md-5 {
    column-gap: 3rem !important;
  }
  .gap-y-md-5 {
    row-gap: 3rem !important;
  }
  .m-md-6 {
    margin: 4rem !important;
  }
  .mt-md-6 {
    margin-top: 4rem !important;
  }
  .mr-md-6 {
    margin-right: 4rem !important;
  }
  .mb-md-6 {
    margin-bottom: 4rem !important;
  }
  .ml-md-6 {
    margin-left: 4rem !important;
  }
  .mx-md-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-md-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .p-md-6 {
    padding: 4rem !important;
  }
  .pt-md-6 {
    padding-top: 4rem !important;
  }
  .pr-md-6 {
    padding-right: 4rem !important;
  }
  .pb-md-6 {
    padding-bottom: 4rem !important;
  }
  .pl-md-6 {
    padding-left: 4rem !important;
  }
  .px-md-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-md-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .gap-md-6 {
    gap: 4rem !important;
  }
  .gap-x-md-6 {
    column-gap: 4rem !important;
  }
  .gap-y-md-6 {
    row-gap: 4rem !important;
  }
  .m-md-7 {
    margin: 5rem !important;
  }
  .mt-md-7 {
    margin-top: 5rem !important;
  }
  .mr-md-7 {
    margin-right: 5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 5rem !important;
  }
  .ml-md-7 {
    margin-left: 5rem !important;
  }
  .mx-md-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-md-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .p-md-7 {
    padding: 5rem !important;
  }
  .pt-md-7 {
    padding-top: 5rem !important;
  }
  .pr-md-7 {
    padding-right: 5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 5rem !important;
  }
  .pl-md-7 {
    padding-left: 5rem !important;
  }
  .px-md-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-md-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .gap-md-7 {
    gap: 5rem !important;
  }
  .gap-x-md-7 {
    column-gap: 5rem !important;
  }
  .gap-y-md-7 {
    row-gap: 5rem !important;
  }
  .m-md-8 {
    margin: 6rem !important;
  }
  .mt-md-8 {
    margin-top: 6rem !important;
  }
  .mr-md-8 {
    margin-right: 6rem !important;
  }
  .mb-md-8 {
    margin-bottom: 6rem !important;
  }
  .ml-md-8 {
    margin-left: 6rem !important;
  }
  .mx-md-8 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .my-md-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .p-md-8 {
    padding: 6rem !important;
  }
  .pt-md-8 {
    padding-top: 6rem !important;
  }
  .pr-md-8 {
    padding-right: 6rem !important;
  }
  .pb-md-8 {
    padding-bottom: 6rem !important;
  }
  .pl-md-8 {
    padding-left: 6rem !important;
  }
  .px-md-8 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .py-md-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .gap-md-8 {
    gap: 6rem !important;
  }
  .gap-x-md-8 {
    column-gap: 6rem !important;
  }
  .gap-y-md-8 {
    row-gap: 6rem !important;
  }
  .m-md-9 {
    margin: 7rem !important;
  }
  .mt-md-9 {
    margin-top: 7rem !important;
  }
  .mr-md-9 {
    margin-right: 7rem !important;
  }
  .mb-md-9 {
    margin-bottom: 7rem !important;
  }
  .ml-md-9 {
    margin-left: 7rem !important;
  }
  .mx-md-9 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .my-md-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .p-md-9 {
    padding: 7rem !important;
  }
  .pt-md-9 {
    padding-top: 7rem !important;
  }
  .pr-md-9 {
    padding-right: 7rem !important;
  }
  .pb-md-9 {
    padding-bottom: 7rem !important;
  }
  .pl-md-9 {
    padding-left: 7rem !important;
  }
  .px-md-9 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .py-md-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .gap-md-9 {
    gap: 7rem !important;
  }
  .gap-x-md-9 {
    column-gap: 7rem !important;
  }
  .gap-y-md-9 {
    row-gap: 7rem !important;
  }
  .m-md-10 {
    margin: 8rem !important;
  }
  .mt-md-10 {
    margin-top: 8rem !important;
  }
  .mr-md-10 {
    margin-right: 8rem !important;
  }
  .mb-md-10 {
    margin-bottom: 8rem !important;
  }
  .ml-md-10 {
    margin-left: 8rem !important;
  }
  .mx-md-10 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .my-md-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .p-md-10 {
    padding: 8rem !important;
  }
  .pt-md-10 {
    padding-top: 8rem !important;
  }
  .pr-md-10 {
    padding-right: 8rem !important;
  }
  .pb-md-10 {
    padding-bottom: 8rem !important;
  }
  .pl-md-10 {
    padding-left: 8rem !important;
  }
  .px-md-10 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .py-md-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .gap-md-10 {
    gap: 8rem !important;
  }
  .gap-x-md-10 {
    column-gap: 8rem !important;
  }
  .gap-y-md-10 {
    row-gap: 8rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-x-lg-0 {
    column-gap: 0 !important;
  }
  .gap-y-lg-0 {
    row-gap: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-x-lg-1 {
    column-gap: 0.25rem !important;
  }
  .gap-y-lg-1 {
    row-gap: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-x-lg-2 {
    column-gap: 0.5rem !important;
  }
  .gap-y-lg-2 {
    row-gap: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-x-lg-3 {
    column-gap: 1rem !important;
  }
  .gap-y-lg-3 {
    row-gap: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-x-lg-4 {
    column-gap: 1.5rem !important;
  }
  .gap-y-lg-4 {
    row-gap: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .gap-x-lg-5 {
    column-gap: 3rem !important;
  }
  .gap-y-lg-5 {
    row-gap: 3rem !important;
  }
  .m-lg-6 {
    margin: 4rem !important;
  }
  .mt-lg-6 {
    margin-top: 4rem !important;
  }
  .mr-lg-6 {
    margin-right: 4rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-6 {
    margin-left: 4rem !important;
  }
  .mx-lg-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-lg-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .p-lg-6 {
    padding: 4rem !important;
  }
  .pt-lg-6 {
    padding-top: 4rem !important;
  }
  .pr-lg-6 {
    padding-right: 4rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-6 {
    padding-left: 4rem !important;
  }
  .px-lg-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-lg-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .gap-lg-6 {
    gap: 4rem !important;
  }
  .gap-x-lg-6 {
    column-gap: 4rem !important;
  }
  .gap-y-lg-6 {
    row-gap: 4rem !important;
  }
  .m-lg-7 {
    margin: 5rem !important;
  }
  .mt-lg-7 {
    margin-top: 5rem !important;
  }
  .mr-lg-7 {
    margin-right: 5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-7 {
    margin-left: 5rem !important;
  }
  .mx-lg-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-lg-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .p-lg-7 {
    padding: 5rem !important;
  }
  .pt-lg-7 {
    padding-top: 5rem !important;
  }
  .pr-lg-7 {
    padding-right: 5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-7 {
    padding-left: 5rem !important;
  }
  .px-lg-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-lg-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .gap-lg-7 {
    gap: 5rem !important;
  }
  .gap-x-lg-7 {
    column-gap: 5rem !important;
  }
  .gap-y-lg-7 {
    row-gap: 5rem !important;
  }
  .m-lg-8 {
    margin: 6rem !important;
  }
  .mt-lg-8 {
    margin-top: 6rem !important;
  }
  .mr-lg-8 {
    margin-right: 6rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-8 {
    margin-left: 6rem !important;
  }
  .mx-lg-8 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .my-lg-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .p-lg-8 {
    padding: 6rem !important;
  }
  .pt-lg-8 {
    padding-top: 6rem !important;
  }
  .pr-lg-8 {
    padding-right: 6rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-8 {
    padding-left: 6rem !important;
  }
  .px-lg-8 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .py-lg-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .gap-lg-8 {
    gap: 6rem !important;
  }
  .gap-x-lg-8 {
    column-gap: 6rem !important;
  }
  .gap-y-lg-8 {
    row-gap: 6rem !important;
  }
  .m-lg-9 {
    margin: 7rem !important;
  }
  .mt-lg-9 {
    margin-top: 7rem !important;
  }
  .mr-lg-9 {
    margin-right: 7rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 7rem !important;
  }
  .ml-lg-9 {
    margin-left: 7rem !important;
  }
  .mx-lg-9 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .my-lg-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .p-lg-9 {
    padding: 7rem !important;
  }
  .pt-lg-9 {
    padding-top: 7rem !important;
  }
  .pr-lg-9 {
    padding-right: 7rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 7rem !important;
  }
  .pl-lg-9 {
    padding-left: 7rem !important;
  }
  .px-lg-9 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .py-lg-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .gap-lg-9 {
    gap: 7rem !important;
  }
  .gap-x-lg-9 {
    column-gap: 7rem !important;
  }
  .gap-y-lg-9 {
    row-gap: 7rem !important;
  }
  .m-lg-10 {
    margin: 8rem !important;
  }
  .mt-lg-10 {
    margin-top: 8rem !important;
  }
  .mr-lg-10 {
    margin-right: 8rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-10 {
    margin-left: 8rem !important;
  }
  .mx-lg-10 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .my-lg-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .p-lg-10 {
    padding: 8rem !important;
  }
  .pt-lg-10 {
    padding-top: 8rem !important;
  }
  .pr-lg-10 {
    padding-right: 8rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-10 {
    padding-left: 8rem !important;
  }
  .px-lg-10 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .py-lg-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .gap-lg-10 {
    gap: 8rem !important;
  }
  .gap-x-lg-10 {
    column-gap: 8rem !important;
  }
  .gap-y-lg-10 {
    row-gap: 8rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-x-xl-0 {
    column-gap: 0 !important;
  }
  .gap-y-xl-0 {
    row-gap: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-x-xl-1 {
    column-gap: 0.25rem !important;
  }
  .gap-y-xl-1 {
    row-gap: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-x-xl-2 {
    column-gap: 0.5rem !important;
  }
  .gap-y-xl-2 {
    row-gap: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-x-xl-3 {
    column-gap: 1rem !important;
  }
  .gap-y-xl-3 {
    row-gap: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-x-xl-4 {
    column-gap: 1.5rem !important;
  }
  .gap-y-xl-4 {
    row-gap: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .gap-x-xl-5 {
    column-gap: 3rem !important;
  }
  .gap-y-xl-5 {
    row-gap: 3rem !important;
  }
  .m-xl-6 {
    margin: 4rem !important;
  }
  .mt-xl-6 {
    margin-top: 4rem !important;
  }
  .mr-xl-6 {
    margin-right: 4rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-6 {
    margin-left: 4rem !important;
  }
  .mx-xl-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-xl-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .p-xl-6 {
    padding: 4rem !important;
  }
  .pt-xl-6 {
    padding-top: 4rem !important;
  }
  .pr-xl-6 {
    padding-right: 4rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-6 {
    padding-left: 4rem !important;
  }
  .px-xl-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-xl-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .gap-xl-6 {
    gap: 4rem !important;
  }
  .gap-x-xl-6 {
    column-gap: 4rem !important;
  }
  .gap-y-xl-6 {
    row-gap: 4rem !important;
  }
  .m-xl-7 {
    margin: 5rem !important;
  }
  .mt-xl-7 {
    margin-top: 5rem !important;
  }
  .mr-xl-7 {
    margin-right: 5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-7 {
    margin-left: 5rem !important;
  }
  .mx-xl-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-xl-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .p-xl-7 {
    padding: 5rem !important;
  }
  .pt-xl-7 {
    padding-top: 5rem !important;
  }
  .pr-xl-7 {
    padding-right: 5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-7 {
    padding-left: 5rem !important;
  }
  .px-xl-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-xl-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .gap-xl-7 {
    gap: 5rem !important;
  }
  .gap-x-xl-7 {
    column-gap: 5rem !important;
  }
  .gap-y-xl-7 {
    row-gap: 5rem !important;
  }
  .m-xl-8 {
    margin: 6rem !important;
  }
  .mt-xl-8 {
    margin-top: 6rem !important;
  }
  .mr-xl-8 {
    margin-right: 6rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-8 {
    margin-left: 6rem !important;
  }
  .mx-xl-8 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .my-xl-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .p-xl-8 {
    padding: 6rem !important;
  }
  .pt-xl-8 {
    padding-top: 6rem !important;
  }
  .pr-xl-8 {
    padding-right: 6rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-8 {
    padding-left: 6rem !important;
  }
  .px-xl-8 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .py-xl-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .gap-xl-8 {
    gap: 6rem !important;
  }
  .gap-x-xl-8 {
    column-gap: 6rem !important;
  }
  .gap-y-xl-8 {
    row-gap: 6rem !important;
  }
  .m-xl-9 {
    margin: 7rem !important;
  }
  .mt-xl-9 {
    margin-top: 7rem !important;
  }
  .mr-xl-9 {
    margin-right: 7rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 7rem !important;
  }
  .ml-xl-9 {
    margin-left: 7rem !important;
  }
  .mx-xl-9 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .my-xl-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .p-xl-9 {
    padding: 7rem !important;
  }
  .pt-xl-9 {
    padding-top: 7rem !important;
  }
  .pr-xl-9 {
    padding-right: 7rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 7rem !important;
  }
  .pl-xl-9 {
    padding-left: 7rem !important;
  }
  .px-xl-9 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .py-xl-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .gap-xl-9 {
    gap: 7rem !important;
  }
  .gap-x-xl-9 {
    column-gap: 7rem !important;
  }
  .gap-y-xl-9 {
    row-gap: 7rem !important;
  }
  .m-xl-10 {
    margin: 8rem !important;
  }
  .mt-xl-10 {
    margin-top: 8rem !important;
  }
  .mr-xl-10 {
    margin-right: 8rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 8rem !important;
  }
  .ml-xl-10 {
    margin-left: 8rem !important;
  }
  .mx-xl-10 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .my-xl-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .p-xl-10 {
    padding: 8rem !important;
  }
  .pt-xl-10 {
    padding-top: 8rem !important;
  }
  .pr-xl-10 {
    padding-right: 8rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 8rem !important;
  }
  .pl-xl-10 {
    padding-left: 8rem !important;
  }
  .px-xl-10 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .py-xl-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .gap-xl-10 {
    gap: 8rem !important;
  }
  .gap-x-xl-10 {
    column-gap: 8rem !important;
  }
  .gap-y-xl-10 {
    row-gap: 8rem !important;
  }
}
.bg-primary {
  background-color: #3874ff !important;
}

.bg-secondary {
  background-color: #6e7891 !important;
}

.bg-success {
  background-color: #00d27a !important;
}

.bg-info {
  background-color: #39afd1 !important;
}

.bg-warning {
  background-color: #f5803e !important;
}

.bg-danger {
  background-color: #e63757 !important;
}

.bg-light {
  background-color: #f9fafd !important;
}

.bg-dark {
  background-color: #12263f !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gray-50 {
  background-color: #f9fafd !important;
}

.bg-gray-100 {
  background-color: #f3f4f7 !important;
}

.bg-gray-200 {
  background-color: #e9ecef !important;
}

.bg-gray-300 {
  background-color: #dde2e6 !important;
}

.bg-gray-400 {
  background-color: #ced4da !important;
}

.bg-gray-500 {
  background-color: #adb5bd !important;
}

.bg-gray-600 {
  background-color: #6e7891 !important;
}

.bg-gray-700 {
  background-color: #495057 !important;
}

.bg-gray-800 {
  background-color: #343a40 !important;
}

.bg-gray-900 {
  background-color: #12263f !important;
}

.text-primary {
  color: #3874ff !important;
}

.text-secondary {
  color: #6e7891 !important;
}

.text-success {
  color: #00d27a !important;
}

.text-info {
  color: #39afd1 !important;
}

.text-warning {
  color: #f5803e !important;
}

.text-danger {
  color: #e63757 !important;
}

.text-light {
  color: #f9fafd !important;
}

.text-dark {
  color: #12263f !important;
}

.text-white {
  color: #ffffff !important;
}

.text-muted {
  color: #6e7891 !important;
}

.text-gray-50 {
  color: #f9fafd !important;
}

.text-gray-100 {
  color: #f3f4f7 !important;
}

.text-gray-200 {
  color: #e9ecef !important;
}

.text-gray-300 {
  color: #dde2e6 !important;
}

.text-gray-400 {
  color: #ced4da !important;
}

.text-gray-500 {
  color: #adb5bd !important;
}

.text-gray-600 {
  color: #6e7891 !important;
}

.text-gray-700 {
  color: #495057 !important;
}

.text-gray-800 {
  color: #343a40 !important;
}

.text-gray-900 {
  color: #12263f !important;
}

.border-primary {
  border-color: #3874ff !important;
}

.border-secondary {
  border-color: #6e7891 !important;
}

.border-success {
  border-color: #00d27a !important;
}

.border-info {
  border-color: #39afd1 !important;
}

.border-warning {
  border-color: #f5803e !important;
}

.border-danger {
  border-color: #e63757 !important;
}

.border-light {
  border-color: #f9fafd !important;
}

.border-dark {
  border-color: #12263f !important;
}

.border-white {
  border-color: #ffffff !important;
}

.border-gray-50 {
  border-color: #f9fafd !important;
}

.border-gray-100 {
  border-color: #f3f4f7 !important;
}

.border-gray-200 {
  border-color: #e9ecef !important;
}

.border-gray-300 {
  border-color: #dde2e6 !important;
}

.border-gray-400 {
  border-color: #ced4da !important;
}

.border-gray-500 {
  border-color: #adb5bd !important;
}

.border-gray-600 {
  border-color: #6e7891 !important;
}

.border-gray-700 {
  border-color: #495057 !important;
}

.border-gray-800 {
  border-color: #343a40 !important;
}

.border-gray-900 {
  border-color: #12263f !important;
}

.hover\:bg-primary:hover {
  background-color: #3874ff !important;
}

.hover\:bg-secondary:hover {
  background-color: #6e7891 !important;
}

.hover\:bg-success:hover {
  background-color: #00d27a !important;
}

.hover\:bg-info:hover {
  background-color: #39afd1 !important;
}

.hover\:bg-warning:hover {
  background-color: #f5803e !important;
}

.hover\:bg-danger:hover {
  background-color: #e63757 !important;
}

.hover\:bg-light:hover {
  background-color: #f9fafd !important;
}

.hover\:bg-dark:hover {
  background-color: #12263f !important;
}

.hover\:text-primary:hover {
  color: #3874ff !important;
}

.hover\:text-secondary:hover {
  color: #6e7891 !important;
}

.hover\:text-success:hover {
  color: #00d27a !important;
}

.hover\:text-info:hover {
  color: #39afd1 !important;
}

.hover\:text-warning:hover {
  color: #f5803e !important;
}

.hover\:text-danger:hover {
  color: #e63757 !important;
}

.hover\:text-light:hover {
  color: #f9fafd !important;
}

.hover\:text-dark:hover {
  color: #12263f !important;
}

.hover\:border-primary:hover {
  border-color: #3874ff !important;
}

.hover\:border-secondary:hover {
  border-color: #6e7891 !important;
}

.hover\:border-success:hover {
  border-color: #00d27a !important;
}

.hover\:border-info:hover {
  border-color: #39afd1 !important;
}

.hover\:border-warning:hover {
  border-color: #f5803e !important;
}

.hover\:border-danger:hover {
  border-color: #e63757 !important;
}

.hover\:border-light:hover {
  border-color: #f9fafd !important;
}

.hover\:border-dark:hover {
  border-color: #12263f !important;
}

.focus\:bg-primary:focus {
  background-color: #3874ff !important;
}

.focus\:bg-secondary:focus {
  background-color: #6e7891 !important;
}

.focus\:bg-success:focus {
  background-color: #00d27a !important;
}

.focus\:bg-info:focus {
  background-color: #39afd1 !important;
}

.focus\:bg-warning:focus {
  background-color: #f5803e !important;
}

.focus\:bg-danger:focus {
  background-color: #e63757 !important;
}

.focus\:bg-light:focus {
  background-color: #f9fafd !important;
}

.focus\:bg-dark:focus {
  background-color: #12263f !important;
}

.focus\:text-primary:focus {
  color: #3874ff !important;
}

.focus\:text-secondary:focus {
  color: #6e7891 !important;
}

.focus\:text-success:focus {
  color: #00d27a !important;
}

.focus\:text-info:focus {
  color: #39afd1 !important;
}

.focus\:text-warning:focus {
  color: #f5803e !important;
}

.focus\:text-danger:focus {
  color: #e63757 !important;
}

.focus\:text-light:focus {
  color: #f9fafd !important;
}

.focus\:text-dark:focus {
  color: #12263f !important;
}

.focus\:border-primary:focus {
  border-color: #3874ff !important;
}

.focus\:border-secondary:focus {
  border-color: #6e7891 !important;
}

.focus\:border-success:focus {
  border-color: #00d27a !important;
}

.focus\:border-info:focus {
  border-color: #39afd1 !important;
}

.focus\:border-warning:focus {
  border-color: #f5803e !important;
}

.focus\:border-danger:focus {
  border-color: #e63757 !important;
}

.focus\:border-light:focus {
  border-color: #f9fafd !important;
}

.focus\:border-dark:focus {
  border-color: #12263f !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.bg-gradient-primary {
  background: linear-gradient(135deg, #3874ff 0%, #2951cc 100%) !important;
}

.bg-gradient-secondary {
  background: linear-gradient(135deg, #6e7891 0%, #586074 100%) !important;
}

.bg-gradient-success {
  background: linear-gradient(135deg, #00d27a 0%, rgb(0, 159, 92.3714285714) 100%) !important;
}

.bg-gradient-info {
  background: linear-gradient(135deg, #39afd1 0%, rgb(40.5327868852, 144.5081967213, 174.4672131148) 100%) !important;
}

.bg-gradient-warning {
  background: linear-gradient(135deg, #f5803e 0%, rgb(242.4876847291, 96.0935960591, 13.5123152709) 100%) !important;
}

.bg-gradient-danger {
  background: linear-gradient(135deg, #e63757 0%, rgb(208, 26, 59.28) 100%) !important;
}

.bg-gradient-dark {
  background: linear-gradient(135deg, #12263f 0%, rgb(29.3333333333, 61.9259259259, 102.6666666667) 100%) !important;
}

.bg-primary-10 {
  background-color: rgba(56, 116, 255, 0.1) !important;
}

.bg-primary-20 {
  background-color: rgba(56, 116, 255, 0.2) !important;
}

.bg-primary-30 {
  background-color: rgba(56, 116, 255, 0.3) !important;
}

.bg-primary-40 {
  background-color: rgba(56, 116, 255, 0.4) !important;
}

.bg-primary-50 {
  background-color: rgba(56, 116, 255, 0.5) !important;
}

.bg-success-10 {
  background-color: rgba(0, 210, 122, 0.1) !important;
}

.bg-success-20 {
  background-color: rgba(0, 210, 122, 0.2) !important;
}

.bg-success-30 {
  background-color: rgba(0, 210, 122, 0.3) !important;
}

.bg-success-40 {
  background-color: rgba(0, 210, 122, 0.4) !important;
}

.bg-success-50 {
  background-color: rgba(0, 210, 122, 0.5) !important;
}

.bg-warning-10 {
  background-color: rgba(245, 128, 62, 0.1) !important;
}

.bg-warning-20 {
  background-color: rgba(245, 128, 62, 0.2) !important;
}

.bg-warning-30 {
  background-color: rgba(245, 128, 62, 0.3) !important;
}

.bg-warning-40 {
  background-color: rgba(245, 128, 62, 0.4) !important;
}

.bg-warning-50 {
  background-color: rgba(245, 128, 62, 0.5) !important;
}

.bg-danger-10 {
  background-color: rgba(230, 55, 87, 0.1) !important;
}

.bg-danger-20 {
  background-color: rgba(230, 55, 87, 0.2) !important;
}

.bg-danger-30 {
  background-color: rgba(230, 55, 87, 0.3) !important;
}

.bg-danger-40 {
  background-color: rgba(230, 55, 87, 0.4) !important;
}

.bg-danger-50 {
  background-color: rgba(230, 55, 87, 0.5) !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-semibold {
  font-weight: 600 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.font-normal {
  font-style: normal !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.line-height-1 {
  line-height: 1 !important;
}

.line-height-sm {
  line-height: 1.25 !important;
}

.line-height-base {
  line-height: 1.5 !important;
}

.line-height-lg {
  line-height: 2 !important;
}

.letter-spacing-tight {
  letter-spacing: -0.025em !important;
}

.letter-spacing-normal {
  letter-spacing: 0 !important;
}

.letter-spacing-wide {
  letter-spacing: 0.025em !important;
}

.letter-spacing-wider {
  letter-spacing: 0.05em !important;
}

.letter-spacing-widest {
  letter-spacing: 0.1em !important;
}

.font-size-xs {
  font-size: 0.75rem !important;
}

.font-size-sm {
  font-size: 0.8125rem !important;
}

.font-size-base {
  font-size: 0.875rem !important;
}

.font-size-lg {
  font-size: 1rem !important;
}

.font-size-xl {
  font-size: 1.125rem !important;
}

.font-size-2xl {
  font-size: 1.25rem !important;
}

.font-size-3xl {
  font-size: 1.5rem !important;
}

.font-size-4xl {
  font-size: 1.875rem !important;
}

.font-size-5xl {
  font-size: 2.25rem !important;
}

.text-truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.white-space-normal {
  white-space: normal !important;
}

.white-space-nowrap {
  white-space: nowrap !important;
}

.white-space-pre {
  white-space: pre !important;
}

.white-space-pre-line {
  white-space: pre-line !important;
}

.white-space-pre-wrap {
  white-space: pre-wrap !important;
}

.word-break-normal {
  word-break: normal !important;
}

.word-break-words {
  word-break: break-word !important;
}

.word-break-all {
  word-break: break-all !important;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-justify {
    text-align: justify !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-justify {
    text-align: justify !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-justify {
    text-align: justify !important;
  }
}
.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

@media (min-width: 576px) {
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
}
@media (min-width: 768px) {
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
}
@media (min-width: 992px) {
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-grid {
  display: grid !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-grid {
    display: grid !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
}
.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.right-0 {
  right: 0 !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.left-0 {
  left: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.right-50 {
  right: 50% !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.left-50 {
  left: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.right-100 {
  right: 100% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.left-100 {
  left: 100% !important;
}

.z-index-dropdown {
  z-index: 1000 !important;
}

.z-index-sticky {
  z-index: 1020 !important;
}

.z-index-fixed {
  z-index: 1030 !important;
}

.z-index-modal-backdrop {
  z-index: 1040 !important;
}

.z-index-modal {
  z-index: 1050 !important;
}

.z-index-popover {
  z-index: 1060 !important;
}

.z-index-tooltip {
  z-index: 1070 !important;
}

.overflow-auto {
  overflow: auto !important;
}

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

.overflow-visible {
  overflow: visible !important;
}

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

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.rounded {
  border-radius: 0.375rem !important;
}

.rounded-sm {
  border-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.5rem !important;
}

.rounded-xl {
  border-radius: 0.75rem !important;
}

.rounded-2xl {
  border-radius: 1rem !important;
}

.rounded-top {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

.rounded-right {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-left {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.border {
  border: 1px solid #dde2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dde2e6 !important;
}

.border-right {
  border-right: 1px solid #dde2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dde2e6 !important;
}

.border-left {
  border-left: 1px solid #dde2e6 !important;
}

.shadow-sm {
  box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-xl {
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-default {
  cursor: default !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.cursor-move {
  cursor: move !important;
}

.cursor-text {
  cursor: text !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.pe-none {
  pointer-events: none !important;
}

.resize {
  resize: both !important;
}

.resize-none {
  resize: none !important;
}

.resize-y {
  resize: vertical !important;
}

.resize-x {
  resize: horizontal !important;
}

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