﻿.badge-close {
  cursor: pointer;
}
.badge-close::before {
  height: 2px;
  width: 50%;
}
.badge-close::after {
  height: 50%;
  width: 2px;
}
.badge-close:hover, .badge-close:focus {
  background-color: rgba(10, 10, 10, 0.3);
}
.badge-close:active {
  background-color: rgba(10, 10, 10, 0.4);
}

.b-bar-horizontal .nav-item.dropdown .dropdown-menu > .dropdown > .dropdown-item {
  width: 100%;
}
.b-bar-horizontal .nav-item.dropdown .dropdown-menu > .dropdown > .dropdown-item::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;
}
.b-bar-horizontal .nav-item.dropdown .dropdown-menu > .dropdown > .dropdown-item:empty::after {
  margin-left: 0;
}
.b-bar-horizontal .nav-item.dropdown .dropdown-menu > .dropdown > .dropdown-item::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 10%;
  top: 45%;
}
.b-bar-horizontal .nav-item.dropdown .dropdown-menu > .dropdown > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0rem;
  margin-right: 0.1rem;
}

.btn-xs, .btn-group-xs > .btn {
  font-size: 0.75rem;
  height: 1.5rem;
}

.btn-md, .btn-group-md > .btn {
  font-size: 0.91rem;
  height: 2.5rem;
}

.btn-lg, .btn-group-lg > .btn {
  font-size: 0.9375rem;
  height: 2.75rem;
}

.btn-xl, .btn-group-xl > .btn {
  font-size: 0.95rem;
  height: 3rem;
}

.card {
  overflow: initial;
}

.table-fixed-header .table thead tr th.dropdown-table-fixed-header-visible {
  z-index: 11;
}

.dropdown-menu-position-strategy {
  width: max-content;
  top: 0;
  left: 0;
}

.dropdown-menu-position-strategy-absolute {
  position: absolute;
}

.dropdown-menu-position-strategy-fixed {
  position: fixed;
}

.dropdown-toggle.dropdown-toggle-hidden::after {
  content: none !important;
}

.dropdown-toggle.dropdown-toggle-hidden::before {
  content: none !important;
}

.dropdown-menu.show {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}

.dropdown-menu a:not([href]).dropdown-item:not(.disabled) {
  cursor: pointer;
}

.dropdown-menu.dropdown-menu-scrollable {
  max-height: var(--dropdown-list-menu-max-height, 200px);
  overflow-y: scroll;
  border-radius: 4px;
  background-clip: border-box;
  background-color: #fff;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.b-dropdown-list .dropdown-menu:before {
  box-shadow: none;
}

.b-is-autocomplete .dropdown-menu {
  width: 100%;
  max-height: var(--autocomplete-menu-max-height, 200px);
  overflow-y: scroll;
  border-radius: 4px;
  background-clip: border-box;
  background-color: #fff;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.b-is-autocomplete .dropdown-menu .dropdown-item.focus {
  background-color: rgba(0, 0, 0, 0.12);
  outline: 0;
  color: rgba(0, 0, 0, 0.87) !important;
  text-decoration: none;
}

.b-is-autocomplete.b-is-autocomplete-multipleselection {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 0.25rem;
  max-width: 100%;
  width: 100%;
  cursor: text;
}
.b-is-autocomplete.b-is-autocomplete-multipleselection > input.form-control {
  margin-left: 0.5rem;
  display: inline-block;
  background-color: transparent;
  max-width: inherit;
  width: auto;
  flex-grow: 1;
}
.b-is-autocomplete.b-is-autocomplete-multipleselection > .badge {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  line-height: 1.5;
  flex-grow: initial;
}

.b-is-autocomplete .dropdown-menu:before {
  box-shadow: none;
}

.dropdown {
  position: relative;
}
.dropdown .btn.dropdown-toggle:not(.btn-outline) {
  box-shadow: none;
}
.dropdown.dropdown-disabled.b-is-autocomplete {
  background-color: var(--b-theme-light, #e9ecef);
}
.dropdown > .dropdown-menu:not([x-placement]) > .dropdown:not(.dropup, .dropleft, .dropright) {
  position: relative;
}
.dropdown > .dropdown-menu:not([x-placement]) > .dropdown:not(.dropup, .dropleft, .dropright) > .dropdown-toggle {
  width: 100%;
}
.dropdown > .dropdown-menu:not([x-placement]) > .dropdown:not(.dropup, .dropleft, .dropright) > .dropdown-toggle::after {
  content: "arrow_drop_down";
  line-height: 3rem;
}
.dropdown > .dropdown-menu:not([x-placement]) > .dropdown:not(.dropup, .dropleft, .dropright) > .dropdown-menu {
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
}
.dropdown.dropup > .dropdown-menu:not([x-placement]) {
  bottom: auto;
  top: auto;
  left: auto;
  right: auto;
}
.dropdown.dropup > .dropdown-toggle:after {
  content: "arrow_drop_up";
  line-height: 3rem;
}
.dropdown.dropright > .dropdown-menu:not([x-placement]) {
  left: 100%;
  right: auto;
  top: 0;
  bottom: auto;
}
.dropdown.dropright > .dropdown-toggle:after {
  content: "arrow_right";
  line-height: 3rem;
}
.dropdown.dropleft:not([x-placement]) > .dropdown-menu {
  left: auto;
  right: 100%;
  top: 0;
  bottom: auto;
}
.dropdown.dropleft:not([x-placement]) > .dropdown-toggle:before {
  line-height: 3rem;
}

.figure.figure-is-16x16 {
  height: 16px;
  width: 16px;
}
.figure.figure-is-24x24 {
  height: 24px;
  width: 24px;
}
.figure.figure-is-32x32 {
  height: 32px;
  width: 32px;
}
.figure.figure-is-48x48 {
  height: 48px;
  width: 48px;
}
.figure.figure-is-64x64 {
  height: 64px;
  width: 64px;
}
.figure.figure-is-96x96 {
  height: 96px;
  width: 96px;
}
.figure.figure-is-128x128 {
  height: 128px;
  width: 128px;
}
.figure.figure-is-256x256 {
  height: 256px;
  width: 256px;
}
.figure.figure-is-512x512 {
  height: 512px;
  width: 512px;
}

.form-check > .form-check-input.form-check-input-pointer,
.form-check > .form-check-label.form-check-label-pointer,
.custom-checkbox > .custom-control-input.custom-control-input-pointer,
.custom-checkbox > .custom-control-label.custom-control-label-pointer {
  cursor: pointer;
}

input.form-control[type=color] {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
}

.form-control-plaintext.form-control-xs, .form-control-plaintext.form-control-md, .form-control-plaintext.form-control-xl {
  padding-right: 0;
  padding-left: 0;
}

.form-control:not(textarea) {
  height: 36px;
}

.form-control-xs {
  font-size: 0.75rem;
  height: 1.5rem;
  /*height: 36px;*/
  line-height: 1.5;
  padding: 0.1875rem 0 calc(0.1875rem - 1px);
}
.form-control-xs[type=file] {
  max-height: 1.5rem;
}

.form-control-sm {
  font-size: 0.8125rem;
  height: 1.75rem;
  /*height: 36px;*/
  line-height: 1.5;
  padding: 0.265625rem 0 calc(0.265625rem - 1px);
}
.form-control-sm[type=file] {
  max-height: 1.75rem;
}

.form-control-md {
  font-size: 1.25rem;
  height: 2.5rem;
  /*height: 40px;*/
  line-height: 1.5;
  padding: 0.3125rem 0 calc(0.3125rem - 1px);
}
.form-control-md[type=file] {
  max-height: 2.5rem;
}

.form-control-lg {
  font-size: 1.5rem;
  height: 2.75rem;
  /*height: 62px;*/
  line-height: 1.5;
  padding: 0.25rem 0 calc(0.25rem - 1px);
}
.form-control-lg[type=file] {
  max-height: 2.75rem;
}

.form-control-xl {
  font-size: 1.75rem;
  height: 3rem;
  /*height: 66px;*/
  line-height: 1.5;
  padding: 0.1875rem 0 calc(0.1875rem - 1px);
}
.form-control-xl[type=file] {
  max-height: 3rem;
}

.custom-select-xs {
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 0.1875rem 1.5em calc(0.1875rem - 1px) 0;
}
.custom-select-xs[multiple], .custom-select-xs[size]:not([size="1"]) {
  padding: calc(0.5625rem - 1px) 0.6rem;
}

.custom-select-sm {
  font-size: 0.8125rem;
  line-height: 1.5;
  padding: 0.265625rem 1.5em calc(0.265625rem - 1px) 0;
}
.custom-select-sm[multiple], .custom-select-sm[size]:not([size="1"]) {
  padding: calc(0.765625rem - 1px) 0.75rem;
}

.custom-select-md {
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.3125rem 1.5em calc(0.3125rem - 1px) 0;
}
.custom-select-md[multiple], .custom-select-md[size]:not([size="1"]) {
  padding: calc(0.8125rem - 1px) 0.9rem;
}

.custom-select-lg {
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 0.25rem 1.5em calc(0.25rem - 1px) 0;
}
.custom-select-lg[multiple], .custom-select-lg[size]:not([size="1"]) {
  padding: calc(1rem - 1px) 1rem;
}

.custom-select-xl {
  font-size: 1.75rem;
  line-height: 1.5;
  padding: 0.1875rem 1.5em calc(0.1875rem - 1px) 0;
}
.custom-select-xl[multiple], .custom-select-xl[size]:not([size="1"]) {
  padding: calc(1.1875rem - 1px) 1.15rem;
}

.input-group > .b-numeric:not(:last-child) > input,
.input-group > .flatpickr-wrapper:not(:last-child) > input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .b-numeric:not(:first-child) > input,
.input-group > .flatpickr-wrapper:not(:first-child) > input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-xs > .form-control,
.input-group-xs > .custom-select,
.input-group-xs > .b-numeric > .form-control {
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 0.1875rem 0 calc(0.1875rem - 1px);
}
.input-group-xs > .input-group-append > .btn,
.input-group-xs > .input-group-prepend > .btn {
  height: 1.5rem;
}
.input-group-xs > .input-group-append > .input-group-text,
.input-group-xs > .input-group-prepend > .input-group-text {
  font-size: 0.75rem;
  line-height: 1.5;
}

.input-group-md > .form-control,
.input-group-md > .custom-select,
.input-group-md > .b-numeric > .form-control {
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.3125rem 0 calc(0.3125rem - 1px);
}
.input-group-md > .input-group-append > .btn,
.input-group-md > .input-group-prepend > .btn {
  height: 2.5rem;
}
.input-group-md > .input-group-append > .input-group-text,
.input-group-md > .input-group-prepend > .input-group-text {
  font-size: 1.25rem;
  line-height: 1.5;
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .b-numeric > .form-control {
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 0.25rem 0 calc(0.25rem - 1px);
}
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-prepend > .btn {
  height: 2.75rem;
}
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .input-group-text {
  font-size: 1.5rem;
  line-height: 1.5;
}

.input-group-xl > .form-control,
.input-group-xl > .custom-select,
.input-group-xl > .b-numeric > .form-control {
  font-size: 1.75rem;
  line-height: 1.5;
  padding: 0.1875rem 0 calc(0.1875rem - 1px);
}
.input-group-xl > .input-group-append > .btn,
.input-group-xl > .input-group-prepend > .btn {
  height: 3rem;
}
.input-group-xl > .input-group-append > .input-group-text,
.input-group-xl > .input-group-prepend > .input-group-text {
  font-size: 1.75rem;
  line-height: 1.5;
}

.input-group > div.flatpickr-wrapper > .form-control,
.input-group > div.flatpickr-wrapper > .form-control-plaintext {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.custom-control.custom-checkbox > .custom-control-input.custom-control-input-xs + .custom-control-label::before {
  width: 0.75rem;
  height: 0.75rem;
  margin-top: -0.125rem;
  margin-left: -0.125rem;
}
.custom-control.custom-checkbox > .custom-control-input.custom-control-input-xs + .custom-control-label::after {
  font-size: 0.5rem;
}
.custom-control.custom-checkbox > .custom-control-input.custom-control-input-xs + .custom-control-label {
  line-height: 0.5rem;
  padding-left: 0px;
  vertical-align: middle;
}

.custom-control.custom-checkbox > .custom-control-input.custom-control-input-sm + .custom-control-label::before {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -0.25rem;
  margin-left: -0.25rem;
}
.custom-control.custom-checkbox > .custom-control-input.custom-control-input-sm + .custom-control-label::after {
  font-size: 1rem;
}
.custom-control.custom-checkbox > .custom-control-input.custom-control-input-sm + .custom-control-label {
  line-height: 1rem;
  padding-left: 0px;
  vertical-align: middle;
}

.custom-control.custom-checkbox > .custom-control-input.custom-control-input-md + .custom-control-label::before {
  width: 3rem;
  height: 3rem;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
}
.custom-control.custom-checkbox > .custom-control-input.custom-control-input-md + .custom-control-label::after {
  font-size: 2rem;
}
.custom-control.custom-checkbox > .custom-control-input.custom-control-input-md + .custom-control-label {
  line-height: 2rem;
  padding-left: 3px;
  vertical-align: middle;
}

.custom-control.custom-checkbox > .custom-control-input.custom-control-input-lg + .custom-control-label::before {
  width: 3.75rem;
  height: 3.75rem;
  margin-top: -0.625rem;
  margin-left: -0.625rem;
}
.custom-control.custom-checkbox > .custom-control-input.custom-control-input-lg + .custom-control-label::after {
  font-size: 2.5rem;
}
.custom-control.custom-checkbox > .custom-control-input.custom-control-input-lg + .custom-control-label {
  line-height: 2.5rem;
  padding-left: 6px;
  vertical-align: middle;
}

.custom-control.custom-checkbox > .custom-control-input.custom-control-input-xl + .custom-control-label::before {
  width: 4.5rem;
  height: 4.5rem;
  margin-top: -0.75rem;
  margin-left: -0.75rem;
}
.custom-control.custom-checkbox > .custom-control-input.custom-control-input-xl + .custom-control-label::after {
  font-size: 3rem;
}
.custom-control.custom-checkbox > .custom-control-input.custom-control-input-xl + .custom-control-label {
  line-height: 3rem;
  padding-left: 10px;
  vertical-align: middle;
}

/* $padding-top: (($radio-size - ($radio-size - ($radio-size / 2))) / 2);
$padding-left: $radio-size / 2;*/
.custom-control.custom-radio > .custom-control-input.custom-control-input-xs + .custom-control-label::before {
  width: 1.05rem;
  height: 1.05rem;
  margin-top: -0.175rem;
  margin-left: -0.175rem;
}
.custom-control.custom-radio > .custom-control-input.custom-control-input-xs + .custom-control-label::after {
  font-size: 0.7rem;
}
.custom-control.custom-radio > .custom-control-input.custom-control-input-xs + .custom-control-label {
  line-height: 0.7rem;
  padding-left: 0px;
}

/* $padding-top: (($radio-size - ($radio-size - ($radio-size / 2))) / 2);
$padding-left: $radio-size / 2;*/
.custom-control.custom-radio > .custom-control-input.custom-control-input-sm + .custom-control-label::before {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -0.25rem;
  margin-left: -0.25rem;
}
.custom-control.custom-radio > .custom-control-input.custom-control-input-sm + .custom-control-label::after {
  font-size: 1rem;
}
.custom-control.custom-radio > .custom-control-input.custom-control-input-sm + .custom-control-label {
  line-height: 1rem;
  padding-left: 0px;
}

/* $padding-top: (($radio-size - ($radio-size - ($radio-size / 2))) / 2);
$padding-left: $radio-size / 2;*/
.custom-control.custom-radio > .custom-control-input.custom-control-input-md + .custom-control-label::before {
  width: 3rem;
  height: 3rem;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
}
.custom-control.custom-radio > .custom-control-input.custom-control-input-md + .custom-control-label::after {
  font-size: 2rem;
}
.custom-control.custom-radio > .custom-control-input.custom-control-input-md + .custom-control-label {
  line-height: 2rem;
  padding-left: 3px;
}

/* $padding-top: (($radio-size - ($radio-size - ($radio-size / 2))) / 2);
$padding-left: $radio-size / 2;*/
.custom-control.custom-radio > .custom-control-input.custom-control-input-lg + .custom-control-label::before {
  width: 3.75rem;
  height: 3.75rem;
  margin-top: -0.625rem;
  margin-left: -0.625rem;
}
.custom-control.custom-radio > .custom-control-input.custom-control-input-lg + .custom-control-label::after {
  font-size: 2.5rem;
}
.custom-control.custom-radio > .custom-control-input.custom-control-input-lg + .custom-control-label {
  line-height: 2.5rem;
  padding-left: 6px;
}

/* $padding-top: (($radio-size - ($radio-size - ($radio-size / 2))) / 2);
$padding-left: $radio-size / 2;*/
.custom-control.custom-radio > .custom-control-input.custom-control-input-xl + .custom-control-label::before {
  width: 4.5rem;
  height: 4.5rem;
  margin-top: -0.75rem;
  margin-left: -0.75rem;
}
.custom-control.custom-radio > .custom-control-input.custom-control-input-xl + .custom-control-label::after {
  font-size: 3rem;
}
.custom-control.custom-radio > .custom-control-input.custom-control-input-xl + .custom-control-label {
  line-height: 3rem;
  padding-left: 10px;
}

select[readonly] {
  pointer-events: none;
}
select[readonly] option,
select[readonly] optgroup {
  display: none;
}

.focus-trap {
  display: contents;
}

.form-label-required:after {
  content: " *";
  color: var(--b-theme-danger, #f44336);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.form-group:not(.row) .btn-group.btn-group-toggle {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: max-content;
}
.form-group:not(.row) .btn-group.btn-group-toggle .btn {
  flex: 0 1 auto;
}

.jumbotron.jumbotron-primary {
  background-color: #9c27b0;
  color: #fff;
}
.jumbotron.jumbotron-secondary {
  background-color: #ff4081;
  color: #fff;
}
.jumbotron.jumbotron-success {
  background-color: #4caf50;
  color: #fff;
}
.jumbotron.jumbotron-info {
  background-color: #2196f3;
  color: #fff;
}
.jumbotron.jumbotron-warning {
  background-color: #ff9800;
  color: #212529;
}
.jumbotron.jumbotron-danger {
  background-color: #f44336;
  color: #fff;
}
.jumbotron.jumbotron-light {
  background-color: #f5f5f5;
  color: #212529;
}
.jumbotron.jumbotron-dark {
  background-color: #424242;
  color: #fff;
}
.jumbotron.jumbotron-link {
  background-color: #3273dc;
  color: #fff;
}

.b-layout-header-fixed {
  z-index: 160;
}

.b-layout-footer-fixed {
  z-index: 160;
}

.b-layout-sider-content {
  z-index: 161;
}

a.link-unstyled {
  text-decoration: none;
  color: inherit;
}
a.link-disabled[aria-disabled=true] {
  pointer-events: none;
  opacity: 0.65;
}

.list-group-scrollable {
  overflow-y: scroll;
}

.modal {
  display: block;
  visibility: hidden;
}
.modal .modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal .modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal .modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal .modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal .modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal:not(.show) .modal-dialog {
  opacity: 0;
}
.modal.showing, .modal.show {
  visibility: visible;
}
.modal.showing .modal-dialog, .modal.show .modal-dialog {
  opacity: 1;
}
.modal .modal-dialog {
  transition-property: opacity visibility transform;
  transition-duration: var(--modal-animation-duration, 300ms);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transform: scale(0.8);
}
.modal.fade {
  transition: opacity var(--modal-animation-duration, 300ms) cubic-bezier(0, 0, 0.2, 1);
}
.modal.show .modal-dialog {
  transition-property: opacity visibility transform;
  transition-duration: var(--modal-animation-duration, 300ms);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transform: scale(1);
}
.modal .modal-xl {
  max-width: 1140px;
  width: unset;
  margin: 1.75rem auto;
}
.modal .modal-xl .modal-content {
  border-radius: unset;
  height: unset;
  overflow: unset;
}
@media (min-width: 1200px) {
  .modal .modal-xl {
    max-width: 71rem;
  }
}

.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --offcanvas-zindex: 1045;
  --offcanvas-width: 400px;
  --offcanvas-height: 30vh;
  --offcanvas-padding-x: 1rem;
  --offcanvas-padding-y: 1rem;
  --offcanvas-color: var(--body-color);
  --offcanvas-bg: var(--body-bg);
  --offcanvas-border-width: 1px;
  --offcanvas-border-color: rgba(0, 0, 0, 0.2);
  --offcanvas-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  --offcanvas-transition: transform 0.3s ease-in-out;
  --offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--offcanvas-color);
    visibility: hidden;
    background-color: white;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--offcanvas-width);
    border-right: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--offcanvas-width);
    border-left: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--offcanvas-height);
    max-height: 100%;
    border-bottom: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--offcanvas-height);
    max-height: 100%;
    border-top: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --offcanvas-height: auto;
    --offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--offcanvas-color);
    visibility: hidden;
    background-color: white;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--offcanvas-width);
    border-right: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--offcanvas-width);
    border-left: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--offcanvas-height);
    max-height: 100%;
    border-bottom: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--offcanvas-height);
    max-height: 100%;
    border-top: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --offcanvas-height: auto;
    --offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--offcanvas-color);
    visibility: hidden;
    background-color: white;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--offcanvas-width);
    border-right: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--offcanvas-width);
    border-left: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--offcanvas-height);
    max-height: 100%;
    border-bottom: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--offcanvas-height);
    max-height: 100%;
    border-top: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --offcanvas-height: auto;
    --offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--offcanvas-color);
    visibility: hidden;
    background-color: white;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--offcanvas-width);
    border-right: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--offcanvas-width);
    border-left: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--offcanvas-height);
    max-height: 100%;
    border-bottom: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--offcanvas-height);
    max-height: 100%;
    border-top: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --offcanvas-height: auto;
    --offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--offcanvas-color);
    visibility: hidden;
    background-color: white;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--offcanvas-width);
    border-right: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--offcanvas-width);
    border-left: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--offcanvas-height);
    max-height: 100%;
    border-bottom: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--offcanvas-height);
    max-height: 100%;
    border-top: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --offcanvas-height: auto;
    --offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--offcanvas-color);
  visibility: hidden;
  background-color: white;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--offcanvas-width);
  border-right: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--offcanvas-width);
  border-left: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--offcanvas-height);
  max-height: 100%;
  border-bottom: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--offcanvas-height);
  max-height: 100%;
  border-top: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--offcanvas-padding-y) var(--offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--offcanvas-padding-y) * 0.5) calc(var(--offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--offcanvas-padding-y));
}

.offcanvas-footer {
  position: sticky;
  bottom: 0;
  top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--offcanvas-padding-y) var(--offcanvas-padding-x);
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--offcanvas-padding-y) var(--offcanvas-padding-x);
  overflow-y: auto;
}

.pagination-xs .page-link {
  border-radius: 0.84375rem;
  font-size: 0.75rem;
  width: 1.6875rem;
}

.pagination-md .page-link {
  border-radius: 1.26rem;
  font-size: 1.12rem;
  width: 2.52rem;
}

.pagination-xl .page-link {
  border-radius: 1.51875rem;
  font-size: 1.35rem;
  width: 3.0375rem;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000000 55%, rgba(0, 0, 0, 0.8) 75%, #000000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.b-page-progress .b-page-progress-indicator.b-page-progress-indicator-primary {
  background-color: #9c27b0;
}
.b-page-progress .b-page-progress-indicator.b-page-progress-indicator-secondary {
  background-color: #ff4081;
}
.b-page-progress .b-page-progress-indicator.b-page-progress-indicator-success {
  background-color: #4caf50;
}
.b-page-progress .b-page-progress-indicator.b-page-progress-indicator-info {
  background-color: #2196f3;
}
.b-page-progress .b-page-progress-indicator.b-page-progress-indicator-warning {
  background-color: #ff9800;
}
.b-page-progress .b-page-progress-indicator.b-page-progress-indicator-danger {
  background-color: #f44336;
}
.b-page-progress .b-page-progress-indicator.b-page-progress-indicator-light {
  background-color: #f5f5f5;
}
.b-page-progress .b-page-progress-indicator.b-page-progress-indicator-dark {
  background-color: #424242;
}
.b-page-progress .b-page-progress-indicator.b-page-progress-indicator-link {
  background-color: #3273dc;
}

.rating:not(.rating-disabled):not(.rating-readonly):hover .rating-item {
  cursor: pointer;
}
.rating.rating-disabled {
  opacity: 0.65;
}
.rating .rating-item.is-primary {
  color: #9c27b0;
}
.rating .rating-item.is-secondary {
  color: #ff4081;
}
.rating .rating-item.is-success {
  color: #4caf50;
}
.rating .rating-item.is-info {
  color: #2196f3;
}
.rating .rating-item.is-warning {
  color: #ff9800;
}
.rating .rating-item.is-danger {
  color: #f44336;
}
.rating .rating-item.is-light {
  color: #f5f5f5;
}
.rating .rating-item.is-dark {
  color: #424242;
}
.rating .rating-item.is-link {
  color: #3273dc;
}
.rating .rating-item.rating-item-hover {
  opacity: 0.7;
}

.btn > .spinner-border:first-child {
  margin-right: 0.25rem;
}

.stepper-primary.done .stepper-icon {
  background-color: #9c27b0;
}
.stepper-primary.done .stepper-text {
  color: #9c27b0;
}
.stepper-primary.active .stepper-icon {
  background-color: #9c27b0;
  color: #ffffff;
}
.stepper-primary.active .stepper-text {
  color: #9c27b0;
}
.stepper-primary .stepper-icon {
  background-color: #9c27b0;
}
.stepper-primary .stepper-text {
  color: #9c27b0;
}

.stepper-secondary.done .stepper-icon {
  background-color: #ff4081;
}
.stepper-secondary.done .stepper-text {
  color: #ff4081;
}
.stepper-secondary.active .stepper-icon {
  background-color: #9c27b0;
  color: #ffffff;
}
.stepper-secondary.active .stepper-text {
  color: #ff4081;
}
.stepper-secondary .stepper-icon {
  background-color: #ff4081;
}
.stepper-secondary .stepper-text {
  color: #ff4081;
}

.stepper-success.done .stepper-icon {
  background-color: #4caf50;
}
.stepper-success.done .stepper-text {
  color: #4caf50;
}
.stepper-success.active .stepper-icon {
  background-color: #9c27b0;
  color: #ffffff;
}
.stepper-success.active .stepper-text {
  color: #4caf50;
}
.stepper-success .stepper-icon {
  background-color: #4caf50;
}
.stepper-success .stepper-text {
  color: #4caf50;
}

.stepper-info.done .stepper-icon {
  background-color: #2196f3;
}
.stepper-info.done .stepper-text {
  color: #2196f3;
}
.stepper-info.active .stepper-icon {
  background-color: #9c27b0;
  color: #ffffff;
}
.stepper-info.active .stepper-text {
  color: #2196f3;
}
.stepper-info .stepper-icon {
  background-color: #2196f3;
}
.stepper-info .stepper-text {
  color: #2196f3;
}

.stepper-warning.done .stepper-icon {
  background-color: #ff9800;
}
.stepper-warning.done .stepper-text {
  color: #ff9800;
}
.stepper-warning.active .stepper-icon {
  background-color: #9c27b0;
  color: #ffffff;
}
.stepper-warning.active .stepper-text {
  color: #ff9800;
}
.stepper-warning .stepper-icon {
  background-color: #ff9800;
}
.stepper-warning .stepper-text {
  color: #ff9800;
}

.stepper-danger.done .stepper-icon {
  background-color: #f44336;
}
.stepper-danger.done .stepper-text {
  color: #f44336;
}
.stepper-danger.active .stepper-icon {
  background-color: #9c27b0;
  color: #ffffff;
}
.stepper-danger.active .stepper-text {
  color: #f44336;
}
.stepper-danger .stepper-icon {
  background-color: #f44336;
}
.stepper-danger .stepper-text {
  color: #f44336;
}

.stepper-light.done .stepper-icon {
  background-color: #f5f5f5;
}
.stepper-light.done .stepper-text {
  color: #f5f5f5;
}
.stepper-light.active .stepper-icon {
  background-color: #9c27b0;
  color: #ffffff;
}
.stepper-light.active .stepper-text {
  color: #f5f5f5;
}
.stepper-light .stepper-icon {
  background-color: #f5f5f5;
}
.stepper-light .stepper-text {
  color: #f5f5f5;
}

.stepper-dark.done .stepper-icon {
  background-color: #424242;
}
.stepper-dark.done .stepper-text {
  color: #424242;
}
.stepper-dark.active .stepper-icon {
  background-color: #9c27b0;
  color: #ffffff;
}
.stepper-dark.active .stepper-text {
  color: #424242;
}
.stepper-dark .stepper-icon {
  background-color: #424242;
}
.stepper-dark .stepper-text {
  color: #424242;
}

.stepper-link.done .stepper-icon {
  background-color: #3273dc;
}
.stepper-link.done .stepper-text {
  color: #3273dc;
}
.stepper-link.active .stepper-icon {
  background-color: #9c27b0;
  color: #ffffff;
}
.stepper-link.active .stepper-text {
  color: #3273dc;
}
.stepper-link .stepper-icon {
  background-color: #3273dc;
}
.stepper-link .stepper-text {
  color: #3273dc;
}

.stepper-horiz-content > .stepper-panel {
  display: none;
}
.stepper-horiz-content > .active {
  display: block;
}

.custom-switch .custom-control-input:checked.custom-control-input-primary ~ .custom-control-label::after {
  background-color: #9c27b0;
}
.custom-switch .custom-control-input:checked.custom-control-input-primary ~ .custom-control-track {
  background-color: rgba(156, 39, 176, 0.25);
}
.custom-switch .custom-control-input:disabled.custom-control-input-primary ~ .custom-control-label::after {
  background-color: #bdbdbd;
}
.custom-switch .custom-control-input:disabled.custom-control-input-primary ~ .custom-control-track {
  background-color: rgba(189, 189, 189, 0.25);
}

.custom-switch .custom-control-input:checked.custom-control-input-secondary ~ .custom-control-label::after {
  background-color: #ff4081;
}
.custom-switch .custom-control-input:checked.custom-control-input-secondary ~ .custom-control-track {
  background-color: rgba(255, 64, 129, 0.25);
}
.custom-switch .custom-control-input:disabled.custom-control-input-secondary ~ .custom-control-label::after {
  background-color: #bdbdbd;
}
.custom-switch .custom-control-input:disabled.custom-control-input-secondary ~ .custom-control-track {
  background-color: rgba(189, 189, 189, 0.25);
}

.custom-switch .custom-control-input:checked.custom-control-input-success ~ .custom-control-label::after {
  background-color: #4caf50;
}
.custom-switch .custom-control-input:checked.custom-control-input-success ~ .custom-control-track {
  background-color: rgba(76, 175, 80, 0.25);
}
.custom-switch .custom-control-input:disabled.custom-control-input-success ~ .custom-control-label::after {
  background-color: #bdbdbd;
}
.custom-switch .custom-control-input:disabled.custom-control-input-success ~ .custom-control-track {
  background-color: rgba(189, 189, 189, 0.25);
}

.custom-switch .custom-control-input:checked.custom-control-input-info ~ .custom-control-label::after {
  background-color: #2196f3;
}
.custom-switch .custom-control-input:checked.custom-control-input-info ~ .custom-control-track {
  background-color: rgba(33, 150, 243, 0.25);
}
.custom-switch .custom-control-input:disabled.custom-control-input-info ~ .custom-control-label::after {
  background-color: #bdbdbd;
}
.custom-switch .custom-control-input:disabled.custom-control-input-info ~ .custom-control-track {
  background-color: rgba(189, 189, 189, 0.25);
}

.custom-switch .custom-control-input:checked.custom-control-input-warning ~ .custom-control-label::after {
  background-color: #ff9800;
}
.custom-switch .custom-control-input:checked.custom-control-input-warning ~ .custom-control-track {
  background-color: rgba(255, 152, 0, 0.25);
}
.custom-switch .custom-control-input:disabled.custom-control-input-warning ~ .custom-control-label::after {
  background-color: #bdbdbd;
}
.custom-switch .custom-control-input:disabled.custom-control-input-warning ~ .custom-control-track {
  background-color: rgba(189, 189, 189, 0.25);
}

.custom-switch .custom-control-input:checked.custom-control-input-danger ~ .custom-control-label::after {
  background-color: #f44336;
}
.custom-switch .custom-control-input:checked.custom-control-input-danger ~ .custom-control-track {
  background-color: rgba(244, 67, 54, 0.25);
}
.custom-switch .custom-control-input:disabled.custom-control-input-danger ~ .custom-control-label::after {
  background-color: #bdbdbd;
}
.custom-switch .custom-control-input:disabled.custom-control-input-danger ~ .custom-control-track {
  background-color: rgba(189, 189, 189, 0.25);
}

.custom-switch .custom-control-input:checked.custom-control-input-light ~ .custom-control-label::after {
  background-color: #f5f5f5;
}
.custom-switch .custom-control-input:checked.custom-control-input-light ~ .custom-control-track {
  background-color: rgba(245, 245, 245, 0.25);
}
.custom-switch .custom-control-input:disabled.custom-control-input-light ~ .custom-control-label::after {
  background-color: #bdbdbd;
}
.custom-switch .custom-control-input:disabled.custom-control-input-light ~ .custom-control-track {
  background-color: rgba(189, 189, 189, 0.25);
}

.custom-switch .custom-control-input:checked.custom-control-input-dark ~ .custom-control-label::after {
  background-color: #424242;
}
.custom-switch .custom-control-input:checked.custom-control-input-dark ~ .custom-control-track {
  background-color: rgba(66, 66, 66, 0.25);
}
.custom-switch .custom-control-input:disabled.custom-control-input-dark ~ .custom-control-label::after {
  background-color: #bdbdbd;
}
.custom-switch .custom-control-input:disabled.custom-control-input-dark ~ .custom-control-track {
  background-color: rgba(189, 189, 189, 0.25);
}

.custom-switch .custom-control-input:checked.custom-control-input-link ~ .custom-control-label::after {
  background-color: #3273dc;
}
.custom-switch .custom-control-input:checked.custom-control-input-link ~ .custom-control-track {
  background-color: rgba(50, 115, 220, 0.25);
}
.custom-switch .custom-control-input:disabled.custom-control-input-link ~ .custom-control-label::after {
  background-color: #bdbdbd;
}
.custom-switch .custom-control-input:disabled.custom-control-input-link ~ .custom-control-track {
  background-color: rgba(189, 189, 189, 0.25);
}

.custom-switch .custom-control-input.custom-control-input-xs ~ .custom-control-label {
  padding-left: 0;
  line-height: 0.5rem;
  vertical-align: middle;
}
.custom-switch .custom-control-input.custom-control-input-xs ~ .custom-control-label::before {
  width: 1rem;
  height: 0.5rem;
  border-radius: 0.25rem;
}
.custom-switch .custom-control-input.custom-control-input-xs ~ .custom-control-label::after {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.custom-switch .custom-control-input.custom-control-input-xs:checked ~ .custom-control-label::after {
  transform: translateX(0.8rem);
}

.custom-switch .custom-control-input.custom-control-input-sm ~ .custom-control-label {
  padding-left: 0;
  line-height: 0.75rem;
  vertical-align: middle;
}
.custom-switch .custom-control-input.custom-control-input-sm ~ .custom-control-label::before {
  width: 1.5rem;
  height: 0.75rem;
  border-radius: 0.375rem;
}
.custom-switch .custom-control-input.custom-control-input-sm ~ .custom-control-label::after {
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.custom-switch .custom-control-input.custom-control-input-sm:checked ~ .custom-control-label::after {
  transform: translateX(1.05rem);
}

.custom-switch .custom-control-input.custom-control-input-md ~ .custom-control-label {
  padding-left: 0.5rem;
  line-height: 1.25rem;
  vertical-align: middle;
}
.custom-switch .custom-control-input.custom-control-input-md ~ .custom-control-label::before {
  width: 2.5rem;
  height: 1.25rem;
  border-radius: 0.625rem;
}
.custom-switch .custom-control-input.custom-control-input-md ~ .custom-control-label::after {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.custom-switch .custom-control-input.custom-control-input-md:checked ~ .custom-control-label::after {
  transform: translateX(1.5rem);
}

.custom-switch .custom-control-input.custom-control-input-lg ~ .custom-control-label {
  padding-left: 1rem;
  line-height: 1.5rem;
  vertical-align: middle;
}
.custom-switch .custom-control-input.custom-control-input-lg ~ .custom-control-label::before {
  width: 3rem;
  height: 1.5rem;
  border-radius: 0.75rem;
}
.custom-switch .custom-control-input.custom-control-input-lg ~ .custom-control-label::after {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.custom-switch .custom-control-input.custom-control-input-lg:checked ~ .custom-control-label::after {
  transform: translateX(1.8rem);
}

.custom-switch .custom-control-input.custom-control-input-xl ~ .custom-control-label {
  padding-left: 2rem;
  line-height: 2rem;
  vertical-align: middle;
}
.custom-switch .custom-control-input.custom-control-input-xl ~ .custom-control-label::before {
  width: 4rem;
  height: 2rem;
  border-radius: 1rem;
}
.custom-switch .custom-control-input.custom-control-input-xl ~ .custom-control-label::after {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.custom-switch .custom-control-input.custom-control-input-xl:checked ~ .custom-control-label::after {
  transform: translateX(2.3rem);
}

table.table tbody tr.selected {
  background-color: var(--primary);
}

tr.table-row-selectable:hover {
  cursor: pointer;
}
tr.table-row-selectable:focus[tabindex="0"] {
  outline: none;
}

.table-fixed-header {
  overflow-y: auto;
}
.table-fixed-header .table {
  border-collapse: separate;
  border-spacing: 0;
}
.table-fixed-header .table thead:not(.table-thead-theme) th {
  background: white;
}
.table-fixed-header .table thead tr th {
  border-top: none;
  position: sticky;
  z-index: 10;
}
.table-fixed-header .table thead tr:nth-child(1) th {
  top: 0;
}

.table-fixed-columns {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  position: relative;
}
.table-fixed-columns .table {
  table-layout: fixed;
  overflow-x: auto;
  white-space: nowrap;
  border-collapse: separate;
  border-spacing: 0;
  border: 0;
}
.table-fixed-columns .table .table-header-cell-fixed-start,
.table-fixed-columns .table .table-row-header-fixed-start,
.table-fixed-columns .table .table-row-cell-fixed-start {
  position: sticky;
  border-left: none;
  z-index: 11;
  background-color: white;
  border-inline-start-width: 0;
  left: 0;
}
.table-fixed-columns .table .table-header-cell-fixed-end,
.table-fixed-columns .table .table-row-header-fixed-end,
.table-fixed-columns .table .table-row-cell-fixed-end {
  position: sticky;
  border-left: none;
  z-index: 11;
  background-color: white;
  border-inline-start-width: 0;
  right: 0;
}

td:focus {
  outline: -webkit-focus-ring-color auto 1px;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .table-mobile {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .table-mobile [data-caption]:before {
    content: attr(data-caption);
  }
  .table-mobile thead, .table-mobile tbody, .table-mobile th, .table-mobile td, .table-mobile tr {
    display: block;
  }
  .table-mobile thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-mobile td, .table-mobile th {
    /* Behave  like a "row" */
    position: relative;
    padding-top: 1.5rem !important;
  }
  .table-mobile td:before, .table-mobile th:before {
    position: absolute;
    top: 0;
    white-space: nowrap;
    font-weight: bold;
  }
  .table-mobile:not(.table-borderless) tr {
    border-bottom: 1px solid;
  }
}
.nav.nav-tabs .nav-item a.nav-link {
  cursor: pointer;
}

.toast-container {
  left: unset;
  right: unset;
  bottom: unset;
  top: unset;
  flex-direction: column;
}
.toast-container .toast:not(:last-child) {
  margin-bottom: 1rem;
}

.snackbar-stack {
  z-index: 1059 !important;
}

.snackbar {
  z-index: 1060 !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
.border-1 {
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
}
.border-1.border-primary {
  border-color: #9c27b0 !important;
}
.border-1.border-secondary {
  border-color: #ff4081 !important;
}
.border-1.border-success {
  border-color: #4caf50 !important;
}
.border-1.border-info {
  border-color: #2196f3 !important;
}
.border-1.border-warning {
  border-color: #ff9800 !important;
}
.border-1.border-danger {
  border-color: #f44336 !important;
}
.border-1.border-light {
  border-color: #f5f5f5 !important;
}
.border-1.border-dark {
  border-color: #424242 !important;
}
.border-1.border-link {
  border-color: #3273dc !important;
}

.border-primary-1 {
  border: 1px solid #9c27b0 !important;
}

.border-secondary-1 {
  border: 1px solid #ff4081 !important;
}

.border-success-1 {
  border: 1px solid #4caf50 !important;
}

.border-info-1 {
  border: 1px solid #2196f3 !important;
}

.border-warning-1 {
  border: 1px solid #ff9800 !important;
}

.border-danger-1 {
  border: 1px solid #f44336 !important;
}

.border-light-1 {
  border: 1px solid #f5f5f5 !important;
}

.border-dark-1 {
  border: 1px solid #424242 !important;
}

.border-link-1 {
  border: 1px solid #3273dc !important;
}

.border-top-1 {
  border-top: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.border-primary-top-1 {
  border-top: 1px solid #9c27b0 !important;
}

.border-secondary-top-1 {
  border-top: 1px solid #ff4081 !important;
}

.border-success-top-1 {
  border-top: 1px solid #4caf50 !important;
}

.border-info-top-1 {
  border-top: 1px solid #2196f3 !important;
}

.border-warning-top-1 {
  border-top: 1px solid #ff9800 !important;
}

.border-danger-top-1 {
  border-top: 1px solid #f44336 !important;
}

.border-light-top-1 {
  border-top: 1px solid #f5f5f5 !important;
}

.border-dark-top-1 {
  border-top: 1px solid #424242 !important;
}

.border-link-top-1 {
  border-top: 1px solid #3273dc !important;
}

.border-right-1 {
  border-right: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.border-primary-right-1 {
  border-right: 1px solid #9c27b0 !important;
}

.border-secondary-right-1 {
  border-right: 1px solid #ff4081 !important;
}

.border-success-right-1 {
  border-right: 1px solid #4caf50 !important;
}

.border-info-right-1 {
  border-right: 1px solid #2196f3 !important;
}

.border-warning-right-1 {
  border-right: 1px solid #ff9800 !important;
}

.border-danger-right-1 {
  border-right: 1px solid #f44336 !important;
}

.border-light-right-1 {
  border-right: 1px solid #f5f5f5 !important;
}

.border-dark-right-1 {
  border-right: 1px solid #424242 !important;
}

.border-link-right-1 {
  border-right: 1px solid #3273dc !important;
}

.border-bottom-1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.border-primary-bottom-1 {
  border-bottom: 1px solid #9c27b0 !important;
}

.border-secondary-bottom-1 {
  border-bottom: 1px solid #ff4081 !important;
}

.border-success-bottom-1 {
  border-bottom: 1px solid #4caf50 !important;
}

.border-info-bottom-1 {
  border-bottom: 1px solid #2196f3 !important;
}

.border-warning-bottom-1 {
  border-bottom: 1px solid #ff9800 !important;
}

.border-danger-bottom-1 {
  border-bottom: 1px solid #f44336 !important;
}

.border-light-bottom-1 {
  border-bottom: 1px solid #f5f5f5 !important;
}

.border-dark-bottom-1 {
  border-bottom: 1px solid #424242 !important;
}

.border-link-bottom-1 {
  border-bottom: 1px solid #3273dc !important;
}

.border-left-1 {
  border-left: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.border-primary-left-1 {
  border-left: 1px solid #9c27b0 !important;
}

.border-secondary-left-1 {
  border-left: 1px solid #ff4081 !important;
}

.border-success-left-1 {
  border-left: 1px solid #4caf50 !important;
}

.border-info-left-1 {
  border-left: 1px solid #2196f3 !important;
}

.border-warning-left-1 {
  border-left: 1px solid #ff9800 !important;
}

.border-danger-left-1 {
  border-left: 1px solid #f44336 !important;
}

.border-light-left-1 {
  border-left: 1px solid #f5f5f5 !important;
}

.border-dark-left-1 {
  border-left: 1px solid #424242 !important;
}

.border-link-left-1 {
  border-left: 1px solid #3273dc !important;
}

.border-2 {
  border: 2px solid rgba(0, 0, 0, 0.12) !important;
}
.border-2.border-primary {
  border-color: #9c27b0 !important;
}
.border-2.border-secondary {
  border-color: #ff4081 !important;
}
.border-2.border-success {
  border-color: #4caf50 !important;
}
.border-2.border-info {
  border-color: #2196f3 !important;
}
.border-2.border-warning {
  border-color: #ff9800 !important;
}
.border-2.border-danger {
  border-color: #f44336 !important;
}
.border-2.border-light {
  border-color: #f5f5f5 !important;
}
.border-2.border-dark {
  border-color: #424242 !important;
}
.border-2.border-link {
  border-color: #3273dc !important;
}

.border-primary-2 {
  border: 2px solid #9c27b0 !important;
}

.border-secondary-2 {
  border: 2px solid #ff4081 !important;
}

.border-success-2 {
  border: 2px solid #4caf50 !important;
}

.border-info-2 {
  border: 2px solid #2196f3 !important;
}

.border-warning-2 {
  border: 2px solid #ff9800 !important;
}

.border-danger-2 {
  border: 2px solid #f44336 !important;
}

.border-light-2 {
  border: 2px solid #f5f5f5 !important;
}

.border-dark-2 {
  border: 2px solid #424242 !important;
}

.border-link-2 {
  border: 2px solid #3273dc !important;
}

.border-top-2 {
  border-top: 2px solid rgba(0, 0, 0, 0.12) !important;
}

.border-primary-top-2 {
  border-top: 2px solid #9c27b0 !important;
}

.border-secondary-top-2 {
  border-top: 2px solid #ff4081 !important;
}

.border-success-top-2 {
  border-top: 2px solid #4caf50 !important;
}

.border-info-top-2 {
  border-top: 2px solid #2196f3 !important;
}

.border-warning-top-2 {
  border-top: 2px solid #ff9800 !important;
}

.border-danger-top-2 {
  border-top: 2px solid #f44336 !important;
}

.border-light-top-2 {
  border-top: 2px solid #f5f5f5 !important;
}

.border-dark-top-2 {
  border-top: 2px solid #424242 !important;
}

.border-link-top-2 {
  border-top: 2px solid #3273dc !important;
}

.border-right-2 {
  border-right: 2px solid rgba(0, 0, 0, 0.12) !important;
}

.border-primary-right-2 {
  border-right: 2px solid #9c27b0 !important;
}

.border-secondary-right-2 {
  border-right: 2px solid #ff4081 !important;
}

.border-success-right-2 {
  border-right: 2px solid #4caf50 !important;
}

.border-info-right-2 {
  border-right: 2px solid #2196f3 !important;
}

.border-warning-right-2 {
  border-right: 2px solid #ff9800 !important;
}

.border-danger-right-2 {
  border-right: 2px solid #f44336 !important;
}

.border-light-right-2 {
  border-right: 2px solid #f5f5f5 !important;
}

.border-dark-right-2 {
  border-right: 2px solid #424242 !important;
}

.border-link-right-2 {
  border-right: 2px solid #3273dc !important;
}

.border-bottom-2 {
  border-bottom: 2px solid rgba(0, 0, 0, 0.12) !important;
}

.border-primary-bottom-2 {
  border-bottom: 2px solid #9c27b0 !important;
}

.border-secondary-bottom-2 {
  border-bottom: 2px solid #ff4081 !important;
}

.border-success-bottom-2 {
  border-bottom: 2px solid #4caf50 !important;
}

.border-info-bottom-2 {
  border-bottom: 2px solid #2196f3 !important;
}

.border-warning-bottom-2 {
  border-bottom: 2px solid #ff9800 !important;
}

.border-danger-bottom-2 {
  border-bottom: 2px solid #f44336 !important;
}

.border-light-bottom-2 {
  border-bottom: 2px solid #f5f5f5 !important;
}

.border-dark-bottom-2 {
  border-bottom: 2px solid #424242 !important;
}

.border-link-bottom-2 {
  border-bottom: 2px solid #3273dc !important;
}

.border-left-2 {
  border-left: 2px solid rgba(0, 0, 0, 0.12) !important;
}

.border-primary-left-2 {
  border-left: 2px solid #9c27b0 !important;
}

.border-secondary-left-2 {
  border-left: 2px solid #ff4081 !important;
}

.border-success-left-2 {
  border-left: 2px solid #4caf50 !important;
}

.border-info-left-2 {
  border-left: 2px solid #2196f3 !important;
}

.border-warning-left-2 {
  border-left: 2px solid #ff9800 !important;
}

.border-danger-left-2 {
  border-left: 2px solid #f44336 !important;
}

.border-light-left-2 {
  border-left: 2px solid #f5f5f5 !important;
}

.border-dark-left-2 {
  border-left: 2px solid #424242 !important;
}

.border-link-left-2 {
  border-left: 2px solid #3273dc !important;
}

.border-3 {
  border: 3px solid rgba(0, 0, 0, 0.12) !important;
}
.border-3.border-primary {
  border-color: #9c27b0 !important;
}
.border-3.border-secondary {
  border-color: #ff4081 !important;
}
.border-3.border-success {
  border-color: #4caf50 !important;
}
.border-3.border-info {
  border-color: #2196f3 !important;
}
.border-3.border-warning {
  border-color: #ff9800 !important;
}
.border-3.border-danger {
  border-color: #f44336 !important;
}
.border-3.border-light {
  border-color: #f5f5f5 !important;
}
.border-3.border-dark {
  border-color: #424242 !important;
}
.border-3.border-link {
  border-color: #3273dc !important;
}

.border-primary-3 {
  border: 3px solid #9c27b0 !important;
}

.border-secondary-3 {
  border: 3px solid #ff4081 !important;
}

.border-success-3 {
  border: 3px solid #4caf50 !important;
}

.border-info-3 {
  border: 3px solid #2196f3 !important;
}

.border-warning-3 {
  border: 3px solid #ff9800 !important;
}

.border-danger-3 {
  border: 3px solid #f44336 !important;
}

.border-light-3 {
  border: 3px solid #f5f5f5 !important;
}

.border-dark-3 {
  border: 3px solid #424242 !important;
}

.border-link-3 {
  border: 3px solid #3273dc !important;
}

.border-top-3 {
  border-top: 3px solid rgba(0, 0, 0, 0.12) !important;
}

.border-primary-top-3 {
  border-top: 3px solid #9c27b0 !important;
}

.border-secondary-top-3 {
  border-top: 3px solid #ff4081 !important;
}

.border-success-top-3 {
  border-top: 3px solid #4caf50 !important;
}

.border-info-top-3 {
  border-top: 3px solid #2196f3 !important;
}

.border-warning-top-3 {
  border-top: 3px solid #ff9800 !important;
}

.border-danger-top-3 {
  border-top: 3px solid #f44336 !important;
}

.border-light-top-3 {
  border-top: 3px solid #f5f5f5 !important;
}

.border-dark-top-3 {
  border-top: 3px solid #424242 !important;
}

.border-link-top-3 {
  border-top: 3px solid #3273dc !important;
}

.border-right-3 {
  border-right: 3px solid rgba(0, 0, 0, 0.12) !important;
}

.border-primary-right-3 {
  border-right: 3px solid #9c27b0 !important;
}

.border-secondary-right-3 {
  border-right: 3px solid #ff4081 !important;
}

.border-success-right-3 {
  border-right: 3px solid #4caf50 !important;
}

.border-info-right-3 {
  border-right: 3px solid #2196f3 !important;
}

.border-warning-right-3 {
  border-right: 3px solid #ff9800 !important;
}

.border-danger-right-3 {
  border-right: 3px solid #f44336 !important;
}

.border-light-right-3 {
  border-right: 3px solid #f5f5f5 !important;
}

.border-dark-right-3 {
  border-right: 3px solid #424242 !important;
}

.border-link-right-3 {
  border-right: 3px solid #3273dc !important;
}

.border-bottom-3 {
  border-bottom: 3px solid rgba(0, 0, 0, 0.12) !important;
}

.border-primary-bottom-3 {
  border-bottom: 3px solid #9c27b0 !important;
}

.border-secondary-bottom-3 {
  border-bottom: 3px solid #ff4081 !important;
}

.border-success-bottom-3 {
  border-bottom: 3px solid #4caf50 !important;
}

.border-info-bottom-3 {
  border-bottom: 3px solid #2196f3 !important;
}

.border-warning-bottom-3 {
  border-bottom: 3px solid #ff9800 !important;
}

.border-danger-bottom-3 {
  border-bottom: 3px solid #f44336 !important;
}

.border-light-bottom-3 {
  border-bottom: 3px solid #f5f5f5 !important;
}

.border-dark-bottom-3 {
  border-bottom: 3px solid #424242 !important;
}

.border-link-bottom-3 {
  border-bottom: 3px solid #3273dc !important;
}

.border-left-3 {
  border-left: 3px solid rgba(0, 0, 0, 0.12) !important;
}

.border-primary-left-3 {
  border-left: 3px solid #9c27b0 !important;
}

.border-secondary-left-3 {
  border-left: 3px solid #ff4081 !important;
}

.border-success-left-3 {
  border-left: 3px solid #4caf50 !important;
}

.border-info-left-3 {
  border-left: 3px solid #2196f3 !important;
}

.border-warning-left-3 {
  border-left: 3px solid #ff9800 !important;
}

.border-danger-left-3 {
  border-left: 3px solid #f44336 !important;
}

.border-light-left-3 {
  border-left: 3px solid #f5f5f5 !important;
}

.border-dark-left-3 {
  border-left: 3px solid #424242 !important;
}

.border-link-left-3 {
  border-left: 3px solid #3273dc !important;
}

.border-4 {
  border: 4px solid rgba(0, 0, 0, 0.12) !important;
}
.border-4.border-primary {
  border-color: #9c27b0 !important;
}
.border-4.border-secondary {
  border-color: #ff4081 !important;
}
.border-4.border-success {
  border-color: #4caf50 !important;
}
.border-4.border-info {
  border-color: #2196f3 !important;
}
.border-4.border-warning {
  border-color: #ff9800 !important;
}
.border-4.border-danger {
  border-color: #f44336 !important;
}
.border-4.border-light {
  border-color: #f5f5f5 !important;
}
.border-4.border-dark {
  border-color: #424242 !important;
}
.border-4.border-link {
  border-color: #3273dc !important;
}

.border-primary-4 {
  border: 4px solid #9c27b0 !important;
}

.border-secondary-4 {
  border: 4px solid #ff4081 !important;
}

.border-success-4 {
  border: 4px solid #4caf50 !important;
}

.border-info-4 {
  border: 4px solid #2196f3 !important;
}

.border-warning-4 {
  border: 4px solid #ff9800 !important;
}

.border-danger-4 {
  border: 4px solid #f44336 !important;
}

.border-light-4 {
  border: 4px solid #f5f5f5 !important;
}

.border-dark-4 {
  border: 4px solid #424242 !important;
}

.border-link-4 {
  border: 4px solid #3273dc !important;
}

.border-top-4 {
  border-top: 4px solid rgba(0, 0, 0, 0.12) !important;
}

.border-primary-top-4 {
  border-top: 4px solid #9c27b0 !important;
}

.border-secondary-top-4 {
  border-top: 4px solid #ff4081 !important;
}

.border-success-top-4 {
  border-top: 4px solid #4caf50 !important;
}

.border-info-top-4 {
  border-top: 4px solid #2196f3 !important;
}

.border-warning-top-4 {
  border-top: 4px solid #ff9800 !important;
}

.border-danger-top-4 {
  border-top: 4px solid #f44336 !important;
}

.border-light-top-4 {
  border-top: 4px solid #f5f5f5 !important;
}

.border-dark-top-4 {
  border-top: 4px solid #424242 !important;
}

.border-link-top-4 {
  border-top: 4px solid #3273dc !important;
}

.border-right-4 {
  border-right: 4px solid rgba(0, 0, 0, 0.12) !important;
}

.border-primary-right-4 {
  border-right: 4px solid #9c27b0 !important;
}

.border-secondary-right-4 {
  border-right: 4px solid #ff4081 !important;
}

.border-success-right-4 {
  border-right: 4px solid #4caf50 !important;
}

.border-info-right-4 {
  border-right: 4px solid #2196f3 !important;
}

.border-warning-right-4 {
  border-right: 4px solid #ff9800 !important;
}

.border-danger-right-4 {
  border-right: 4px solid #f44336 !important;
}

.border-light-right-4 {
  border-right: 4px solid #f5f5f5 !important;
}

.border-dark-right-4 {
  border-right: 4px solid #424242 !important;
}

.border-link-right-4 {
  border-right: 4px solid #3273dc !important;
}

.border-bottom-4 {
  border-bottom: 4px solid rgba(0, 0, 0, 0.12) !important;
}

.border-primary-bottom-4 {
  border-bottom: 4px solid #9c27b0 !important;
}

.border-secondary-bottom-4 {
  border-bottom: 4px solid #ff4081 !important;
}

.border-success-bottom-4 {
  border-bottom: 4px solid #4caf50 !important;
}

.border-info-bottom-4 {
  border-bottom: 4px solid #2196f3 !important;
}

.border-warning-bottom-4 {
  border-bottom: 4px solid #ff9800 !important;
}

.border-danger-bottom-4 {
  border-bottom: 4px solid #f44336 !important;
}

.border-light-bottom-4 {
  border-bottom: 4px solid #f5f5f5 !important;
}

.border-dark-bottom-4 {
  border-bottom: 4px solid #424242 !important;
}

.border-link-bottom-4 {
  border-bottom: 4px solid #3273dc !important;
}

.border-left-4 {
  border-left: 4px solid rgba(0, 0, 0, 0.12) !important;
}

.border-primary-left-4 {
  border-left: 4px solid #9c27b0 !important;
}

.border-secondary-left-4 {
  border-left: 4px solid #ff4081 !important;
}

.border-success-left-4 {
  border-left: 4px solid #4caf50 !important;
}

.border-info-left-4 {
  border-left: 4px solid #2196f3 !important;
}

.border-warning-left-4 {
  border-left: 4px solid #ff9800 !important;
}

.border-danger-left-4 {
  border-left: 4px solid #f44336 !important;
}

.border-light-left-4 {
  border-left: 4px solid #f5f5f5 !important;
}

.border-dark-left-4 {
  border-left: 4px solid #424242 !important;
}

.border-link-left-4 {
  border-left: 4px solid #3273dc !important;
}

.border-5 {
  border: 5px solid rgba(0, 0, 0, 0.12) !important;
}
.border-5.border-primary {
  border-color: #9c27b0 !important;
}
.border-5.border-secondary {
  border-color: #ff4081 !important;
}
.border-5.border-success {
  border-color: #4caf50 !important;
}
.border-5.border-info {
  border-color: #2196f3 !important;
}
.border-5.border-warning {
  border-color: #ff9800 !important;
}
.border-5.border-danger {
  border-color: #f44336 !important;
}
.border-5.border-light {
  border-color: #f5f5f5 !important;
}
.border-5.border-dark {
  border-color: #424242 !important;
}
.border-5.border-link {
  border-color: #3273dc !important;
}

.border-primary-5 {
  border: 5px solid #9c27b0 !important;
}

.border-secondary-5 {
  border: 5px solid #ff4081 !important;
}

.border-success-5 {
  border: 5px solid #4caf50 !important;
}

.border-info-5 {
  border: 5px solid #2196f3 !important;
}

.border-warning-5 {
  border: 5px solid #ff9800 !important;
}

.border-danger-5 {
  border: 5px solid #f44336 !important;
}

.border-light-5 {
  border: 5px solid #f5f5f5 !important;
}

.border-dark-5 {
  border: 5px solid #424242 !important;
}

.border-link-5 {
  border: 5px solid #3273dc !important;
}

.border-top-5 {
  border-top: 5px solid rgba(0, 0, 0, 0.12) !important;
}

.border-primary-top-5 {
  border-top: 5px solid #9c27b0 !important;
}

.border-secondary-top-5 {
  border-top: 5px solid #ff4081 !important;
}

.border-success-top-5 {
  border-top: 5px solid #4caf50 !important;
}

.border-info-top-5 {
  border-top: 5px solid #2196f3 !important;
}

.border-warning-top-5 {
  border-top: 5px solid #ff9800 !important;
}

.border-danger-top-5 {
  border-top: 5px solid #f44336 !important;
}

.border-light-top-5 {
  border-top: 5px solid #f5f5f5 !important;
}

.border-dark-top-5 {
  border-top: 5px solid #424242 !important;
}

.border-link-top-5 {
  border-top: 5px solid #3273dc !important;
}

.border-right-5 {
  border-right: 5px solid rgba(0, 0, 0, 0.12) !important;
}

.border-primary-right-5 {
  border-right: 5px solid #9c27b0 !important;
}

.border-secondary-right-5 {
  border-right: 5px solid #ff4081 !important;
}

.border-success-right-5 {
  border-right: 5px solid #4caf50 !important;
}

.border-info-right-5 {
  border-right: 5px solid #2196f3 !important;
}

.border-warning-right-5 {
  border-right: 5px solid #ff9800 !important;
}

.border-danger-right-5 {
  border-right: 5px solid #f44336 !important;
}

.border-light-right-5 {
  border-right: 5px solid #f5f5f5 !important;
}

.border-dark-right-5 {
  border-right: 5px solid #424242 !important;
}

.border-link-right-5 {
  border-right: 5px solid #3273dc !important;
}

.border-bottom-5 {
  border-bottom: 5px solid rgba(0, 0, 0, 0.12) !important;
}

.border-primary-bottom-5 {
  border-bottom: 5px solid #9c27b0 !important;
}

.border-secondary-bottom-5 {
  border-bottom: 5px solid #ff4081 !important;
}

.border-success-bottom-5 {
  border-bottom: 5px solid #4caf50 !important;
}

.border-info-bottom-5 {
  border-bottom: 5px solid #2196f3 !important;
}

.border-warning-bottom-5 {
  border-bottom: 5px solid #ff9800 !important;
}

.border-danger-bottom-5 {
  border-bottom: 5px solid #f44336 !important;
}

.border-light-bottom-5 {
  border-bottom: 5px solid #f5f5f5 !important;
}

.border-dark-bottom-5 {
  border-bottom: 5px solid #424242 !important;
}

.border-link-bottom-5 {
  border-bottom: 5px solid #3273dc !important;
}

.border-left-5 {
  border-left: 5px solid rgba(0, 0, 0, 0.12) !important;
}

.border-primary-left-5 {
  border-left: 5px solid #9c27b0 !important;
}

.border-secondary-left-5 {
  border-left: 5px solid #ff4081 !important;
}

.border-success-left-5 {
  border-left: 5px solid #4caf50 !important;
}

.border-info-left-5 {
  border-left: 5px solid #2196f3 !important;
}

.border-warning-left-5 {
  border-left: 5px solid #ff9800 !important;
}

.border-danger-left-5 {
  border-left: 5px solid #f44336 !important;
}

.border-light-left-5 {
  border-left: 5px solid #f5f5f5 !important;
}

.border-dark-left-5 {
  border-left: 5px solid #424242 !important;
}

.border-link-left-5 {
  border-left: 5px solid #3273dc !important;
}

.cursor-pointer {
  cursor: pointer;
}

@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.grid {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  grid-template-columns: repeat(12, 1fr);
  gap: 1.5rem;
}
.grid.g-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid.g-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid.g-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.grid.g-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.grid.g-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}
.grid.g-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}
.grid.g-rows-7 {
  grid-template-rows: repeat(7, minmax(0, 1fr));
}
.grid.g-rows-8 {
  grid-template-rows: repeat(8, minmax(0, 1fr));
}
.grid.g-rows-9 {
  grid-template-rows: repeat(9, minmax(0, 1fr));
}
.grid.g-rows-10 {
  grid-template-rows: repeat(10, minmax(0, 1fr));
}
.grid.g-rows-11 {
  grid-template-rows: repeat(11, minmax(0, 1fr));
}
.grid.g-rows-12 {
  grid-template-rows: repeat(12, minmax(0, 1fr));
}
.grid.g-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid.g-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid.g-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid.g-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid.g-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid.g-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid.g-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid.g-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid.g-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid.g-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid.g-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid.g-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media (min-width: 576px) {
  .grid.g-rows-sm-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .grid.g-rows-sm-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .grid.g-rows-sm-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .grid.g-rows-sm-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .grid.g-rows-sm-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .grid.g-rows-sm-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .grid.g-rows-sm-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .grid.g-rows-sm-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .grid.g-rows-sm-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .grid.g-rows-sm-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .grid.g-rows-sm-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .grid.g-rows-sm-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .grid.g-cols-sm-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.g-cols-sm-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.g-cols-sm-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.g-cols-sm-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.g-cols-sm-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.g-cols-sm-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid.g-cols-sm-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid.g-cols-sm-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid.g-cols-sm-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid.g-cols-sm-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid.g-cols-sm-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid.g-cols-sm-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .grid.g-rows-md-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .grid.g-rows-md-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .grid.g-rows-md-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .grid.g-rows-md-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .grid.g-rows-md-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .grid.g-rows-md-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .grid.g-rows-md-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .grid.g-rows-md-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .grid.g-rows-md-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .grid.g-rows-md-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .grid.g-rows-md-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .grid.g-rows-md-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .grid.g-cols-md-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.g-cols-md-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.g-cols-md-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.g-cols-md-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.g-cols-md-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.g-cols-md-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid.g-cols-md-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid.g-cols-md-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid.g-cols-md-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid.g-cols-md-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid.g-cols-md-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid.g-cols-md-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .grid.g-rows-lg-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .grid.g-rows-lg-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .grid.g-rows-lg-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .grid.g-rows-lg-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .grid.g-rows-lg-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .grid.g-rows-lg-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .grid.g-rows-lg-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .grid.g-rows-lg-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .grid.g-rows-lg-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .grid.g-rows-lg-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .grid.g-rows-lg-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .grid.g-rows-lg-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .grid.g-cols-lg-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.g-cols-lg-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.g-cols-lg-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.g-cols-lg-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.g-cols-lg-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.g-cols-lg-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid.g-cols-lg-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid.g-cols-lg-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid.g-cols-lg-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid.g-cols-lg-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid.g-cols-lg-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid.g-cols-lg-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .grid.g-rows-xl-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .grid.g-rows-xl-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .grid.g-rows-xl-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .grid.g-rows-xl-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .grid.g-rows-xl-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .grid.g-rows-xl-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .grid.g-rows-xl-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .grid.g-rows-xl-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .grid.g-rows-xl-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .grid.g-rows-xl-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .grid.g-rows-xl-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .grid.g-rows-xl-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .grid.g-cols-xl-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.g-cols-xl-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.g-cols-xl-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.g-cols-xl-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.g-cols-xl-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.g-cols-xl-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid.g-cols-xl-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid.g-cols-xl-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid.g-cols-xl-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid.g-cols-xl-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid.g-cols-xl-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid.g-cols-xl-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 1400px) {
  .grid.g-rows-xxl-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .grid.g-rows-xxl-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .grid.g-rows-xxl-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .grid.g-rows-xxl-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .grid.g-rows-xxl-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .grid.g-rows-xxl-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .grid.g-rows-xxl-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .grid.g-rows-xxl-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .grid.g-rows-xxl-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .grid.g-rows-xxl-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .grid.g-rows-xxl-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .grid.g-rows-xxl-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .grid.g-cols-xxl-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.g-cols-xxl-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.g-cols-xxl-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.g-cols-xxl-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.g-cols-xxl-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.g-cols-xxl-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid.g-cols-xxl-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid.g-cols-xxl-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid.g-cols-xxl-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid.g-cols-xxl-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid.g-cols-xxl-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid.g-cols-xxl-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
.grid .g-col-1 {
  grid-column: auto/span 1;
}
.grid .g-col-2 {
  grid-column: auto/span 2;
}
.grid .g-col-3 {
  grid-column: auto/span 3;
}
.grid .g-col-4 {
  grid-column: auto/span 4;
}
.grid .g-col-5 {
  grid-column: auto/span 5;
}
.grid .g-col-6 {
  grid-column: auto/span 6;
}
.grid .g-col-7 {
  grid-column: auto/span 7;
}
.grid .g-col-8 {
  grid-column: auto/span 8;
}
.grid .g-col-9 {
  grid-column: auto/span 9;
}
.grid .g-col-10 {
  grid-column: auto/span 10;
}
.grid .g-col-11 {
  grid-column: auto/span 11;
}
.grid .g-col-12 {
  grid-column: auto/span 12;
}
@media (min-width: 576px) {
  .grid .g-col-sm-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-sm-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-sm-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-sm-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-sm-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-sm-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-sm-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-sm-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-sm-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-sm-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-sm-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-sm-12 {
    grid-column: auto/span 12;
  }
}
@media (min-width: 768px) {
  .grid .g-col-md-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-md-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-md-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-md-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-md-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-md-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-md-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-md-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-md-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-md-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-md-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-md-12 {
    grid-column: auto/span 12;
  }
}
@media (min-width: 992px) {
  .grid .g-col-lg-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-lg-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-lg-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-lg-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-lg-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-lg-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-lg-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-lg-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-lg-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-lg-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-lg-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-lg-12 {
    grid-column: auto/span 12;
  }
}
@media (min-width: 1200px) {
  .grid .g-col-xl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xl-12 {
    grid-column: auto/span 12;
  }
}
@media (min-width: 1400px) {
  .grid .g-col-xxl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xxl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xxl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xxl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xxl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xxl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xxl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xxl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xxl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xxl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xxl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xxl-12 {
    grid-column: auto/span 12;
  }
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1 {
  position: relative;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
ol.ordered-list-lower-alpha {
  list-style-type: lower-alpha;
}
ol.ordered-list-lower-roman {
  list-style-type: lower-roman;
}
ol.ordered-list-upper-alpha {
  list-style-type: upper-alpha;
}
ol.ordered-list-upper-roman {
  list-style-type: upper-roman;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-auto-auto {
  overflow: auto auto !important;
}

.overflow-auto-hidden {
  overflow: auto hidden !important;
}

.overflow-auto-visible {
  overflow: auto visible !important;
}

.overflow-auto-scroll {
  overflow: auto scroll !important;
}

.overflow-hidden-auto {
  overflow: hidden auto !important;
}

.overflow-hidden-hidden {
  overflow: hidden hidden !important;
}

.overflow-hidden-visible {
  overflow: hidden visible !important;
}

.overflow-hidden-scroll {
  overflow: hidden scroll !important;
}

.overflow-visible-auto {
  overflow: visible auto !important;
}

.overflow-visible-hidden {
  overflow: visible hidden !important;
}

.overflow-visible-visible {
  overflow: visible visible !important;
}

.overflow-visible-scroll {
  overflow: visible scroll !important;
}

.overflow-scroll-auto {
  overflow: scroll auto !important;
}

.overflow-scroll-hidden {
  overflow: scroll hidden !important;
}

.overflow-scroll-visible {
  overflow: scroll visible !important;
}

.overflow-scroll-scroll {
  overflow: scroll scroll !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

@media (min-width: 576px) {
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
}
@media (min-width: 768px) {
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
}
@media (min-width: 992px) {
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
}
@media (min-width: 1200px) {
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
}
@media (min-width: 1400px) {
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
}
.top-0 {
  top: 0 !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.left-0 {
  left: 0 !important;
}

.right-0 {
  right: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.left-50 {
  left: 50% !important;
}

.right-50 {
  right: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.left-100 {
  left: 100% !important;
}

.right-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-33 {
    width: 33.333333% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-66 {
    width: 66.666667% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-33 {
    height: 33.333333% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-66 {
    height: 66.666667% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .mw-sm-100 {
    max-width: 100% !important;
  }
  .mh-sm-100 {
    max-height: 100% !important;
  }
  .min-vw-sm-100 {
    min-width: 100vw !important;
  }
  .min-vh-sm-100 {
    min-height: 100vh !important;
  }
  .vw-sm-100 {
    width: 100vw !important;
  }
  .vh-sm-100 {
    height: 100vh !important;
  }
}
@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-33 {
    width: 33.333333% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-66 {
    width: 66.666667% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-33 {
    height: 33.333333% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-66 {
    height: 66.666667% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .mw-md-100 {
    max-width: 100% !important;
  }
  .mh-md-100 {
    max-height: 100% !important;
  }
  .min-vw-md-100 {
    min-width: 100vw !important;
  }
  .min-vh-md-100 {
    min-height: 100vh !important;
  }
  .vw-md-100 {
    width: 100vw !important;
  }
  .vh-md-100 {
    height: 100vh !important;
  }
}
@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-33 {
    width: 33.333333% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-66 {
    width: 66.666667% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-33 {
    height: 33.333333% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-66 {
    height: 66.666667% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .mw-lg-100 {
    max-width: 100% !important;
  }
  .mh-lg-100 {
    max-height: 100% !important;
  }
  .min-vw-lg-100 {
    min-width: 100vw !important;
  }
  .min-vh-lg-100 {
    min-height: 100vh !important;
  }
  .vw-lg-100 {
    width: 100vw !important;
  }
  .vh-lg-100 {
    height: 100vh !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-33 {
    width: 33.333333% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-66 {
    width: 66.666667% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-33 {
    height: 33.333333% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-66 {
    height: 66.666667% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
  .mw-xl-100 {
    max-width: 100% !important;
  }
  .mh-xl-100 {
    max-height: 100% !important;
  }
  .min-vw-xl-100 {
    min-width: 100vw !important;
  }
  .min-vh-xl-100 {
    min-height: 100vh !important;
  }
  .vw-xl-100 {
    width: 100vw !important;
  }
  .vh-xl-100 {
    height: 100vh !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-33 {
    width: 33.333333% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-66 {
    width: 66.666667% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .h-xxl-25 {
    height: 25% !important;
  }
  .h-xxl-33 {
    height: 33.333333% !important;
  }
  .h-xxl-50 {
    height: 50% !important;
  }
  .h-xxl-66 {
    height: 66.666667% !important;
  }
  .h-xxl-75 {
    height: 75% !important;
  }
  .h-xxl-100 {
    height: 100% !important;
  }
  .h-xxl-auto {
    height: auto !important;
  }
  .mw-xxl-100 {
    max-width: 100% !important;
  }
  .mh-xxl-100 {
    max-height: 100% !important;
  }
  .min-vw-xxl-100 {
    min-width: 100vw !important;
  }
  .min-vh-xxl-100 {
    min-height: 100vh !important;
  }
  .vw-xxl-100 {
    width: 100vw !important;
  }
  .vh-xxl-100 {
    height: 100vh !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.gap-0 {
  gap: 0 !important;
}

.gap-y-0 {
  row-gap: 0 !important;
}

.gap-x-0 {
  column-gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-y-1 {
  row-gap: 0.25rem !important;
}

.gap-x-1 {
  column-gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-y-2 {
  row-gap: 0.5rem !important;
}

.gap-x-2 {
  column-gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-y-3 {
  row-gap: 1rem !important;
}

.gap-x-3 {
  column-gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-y-4 {
  row-gap: 1.5rem !important;
}

.gap-x-4 {
  column-gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.gap-y-5 {
  row-gap: 3rem !important;
}

.gap-x-5 {
  column-gap: 3rem !important;
}

h1.card-title,
.h1.card-title {
  font-size: 2.5rem;
}

h2.card-title,
.h2.card-title {
  font-size: 2rem;
}

h3.card-title,
.h3.card-title {
  font-size: 1.75rem;
}

h4.card-title,
.h4.card-title {
  font-size: 1.5rem;
}

h5.card-title,
.h5.card-title {
  font-size: 1.25rem;
}

h6.card-title,
.h6.card-title {
  font-size: 1rem;
}

.fs-xs {
  font-size: 0.75rem !important;
}
.fs-sm {
  font-size: 0.925rem !important;
}
.fs-md {
  font-size: 1.125rem !important;
}
.fs-lg {
  font-size: 1.25rem !important;
}
.fs-xl {
  font-size: 1.5rem !important;
}
.fs-1 {
  font-size: 2.5rem !important;
}
.fs-2 {
  font-size: 2rem !important;
}
.fs-3 {
  font-size: 1.75rem !important;
}
.fs-4 {
  font-size: 1.5rem !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}

@media (min-width: 576px) {
  .fs-sm-xs {
    font-size: 0.75rem !important;
  }
  .fs-sm-sm {
    font-size: 0.925rem !important;
  }
  .fs-sm-md {
    font-size: 1.125rem !important;
  }
  .fs-sm-lg {
    font-size: 1.25rem !important;
  }
  .fs-sm-xl {
    font-size: 1.5rem !important;
  }
  .fs-sm-1 {
    font-size: 2.5rem !important;
  }
  .fs-sm-2 {
    font-size: 2rem !important;
  }
  .fs-sm-3 {
    font-size: 1.75rem !important;
  }
  .fs-sm-4 {
    font-size: 1.5rem !important;
  }
  .fs-sm-5 {
    font-size: 1.25rem !important;
  }
  .fs-sm-6 {
    font-size: 1rem !important;
  }
}
@media (min-width: 768px) {
  .fs-md-xs {
    font-size: 0.75rem !important;
  }
  .fs-md-sm {
    font-size: 0.925rem !important;
  }
  .fs-md-md {
    font-size: 1.125rem !important;
  }
  .fs-md-lg {
    font-size: 1.25rem !important;
  }
  .fs-md-xl {
    font-size: 1.5rem !important;
  }
  .fs-md-1 {
    font-size: 2.5rem !important;
  }
  .fs-md-2 {
    font-size: 2rem !important;
  }
  .fs-md-3 {
    font-size: 1.75rem !important;
  }
  .fs-md-4 {
    font-size: 1.5rem !important;
  }
  .fs-md-5 {
    font-size: 1.25rem !important;
  }
  .fs-md-6 {
    font-size: 1rem !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-xs {
    font-size: 0.75rem !important;
  }
  .fs-lg-sm {
    font-size: 0.925rem !important;
  }
  .fs-lg-md {
    font-size: 1.125rem !important;
  }
  .fs-lg-lg {
    font-size: 1.25rem !important;
  }
  .fs-lg-xl {
    font-size: 1.5rem !important;
  }
  .fs-lg-1 {
    font-size: 2.5rem !important;
  }
  .fs-lg-2 {
    font-size: 2rem !important;
  }
  .fs-lg-3 {
    font-size: 1.75rem !important;
  }
  .fs-lg-4 {
    font-size: 1.5rem !important;
  }
  .fs-lg-5 {
    font-size: 1.25rem !important;
  }
  .fs-lg-6 {
    font-size: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-xl-xs {
    font-size: 0.75rem !important;
  }
  .fs-xl-sm {
    font-size: 0.925rem !important;
  }
  .fs-xl-md {
    font-size: 1.125rem !important;
  }
  .fs-xl-lg {
    font-size: 1.25rem !important;
  }
  .fs-xl-xl {
    font-size: 1.5rem !important;
  }
  .fs-xl-1 {
    font-size: 2.5rem !important;
  }
  .fs-xl-2 {
    font-size: 2rem !important;
  }
  .fs-xl-3 {
    font-size: 1.75rem !important;
  }
  .fs-xl-4 {
    font-size: 1.5rem !important;
  }
  .fs-xl-5 {
    font-size: 1.25rem !important;
  }
  .fs-xl-6 {
    font-size: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-xs {
    font-size: 0.75rem !important;
  }
  .fs-xxl-sm {
    font-size: 0.925rem !important;
  }
  .fs-xxl-md {
    font-size: 1.125rem !important;
  }
  .fs-xxl-lg {
    font-size: 1.25rem !important;
  }
  .fs-xxl-xl {
    font-size: 1.5rem !important;
  }
  .fs-xxl-1 {
    font-size: 2.5rem !important;
  }
  .fs-xxl-2 {
    font-size: 2rem !important;
  }
  .fs-xxl-3 {
    font-size: 1.75rem !important;
  }
  .fs-xxl-4 {
    font-size: 1.5rem !important;
  }
  .fs-xxl-5 {
    font-size: 1.25rem !important;
  }
  .fs-xxl-6 {
    font-size: 1rem !important;
  }
}
.font-weight-semibold {
  font-weight: 600 !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-overline {
  text-decoration: overline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-decoration-inherit {
  text-decoration: inherit !important;
}

.flatpickr-months {
  margin: 0.5rem 0;
}
.flatpickr-months .flatpickr-month, .flatpickr-months .flatpickr-next-month, .flatpickr-months .flatpickr-prev-month {
  height: auto;
  position: relative;
}
.flatpickr-months .flatpickr-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg, .flatpickr-months .flatpickr-prev-month:hover svg {
  fill: #9c27b0;
}
.flatpickr-months .flatpickr-month {
  color: rgba(0, 0, 0, 0.87);
}

.flatpickr-current-month {
  padding: 13px 0 0 0;
  font-size: 115%;
}
.flatpickr-current-month span.cur-month {
  font-weight: 700;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(156, 39, 176, 0.15);
}

.numInputWrapper:hover {
  background: rgba(156, 39, 176, 0.15);
}

.flatpickr-day {
  border-radius: 50%;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
}
.flatpickr-day.today {
  border-color: #9c27b0;
}
.flatpickr-day.today:hover {
  background: #9c27b0;
  border-color: #9c27b0;
}
.flatpickr-day:hover {
  background: rgba(156, 39, 176, 0.1);
  border-color: rgba(0, 0, 0, 0);
}

span.flatpickr-weekday {
  color: rgba(0, 0, 0, 0.87);
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #9c27b0;
  border-color: #9c27b0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #9c27b0;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50%;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 50%;
}

.flatpickr-monthSelect-month:hover,
.flatpickr-monthSelect-month:focus {
  background: rgba(156, 39, 176, 0.1);
}

.flatpickr-monthSelect-month.selected {
  background-color: #9c27b0;
}
