.btn.btn-floating {
  border: none;
  border-radius: 25px 25px 25px 25px;
  width: 50px;
  height: 50px;
}

.btn.btn-floating.left {
  border-radius: 25px 0px 0px 25px;
}

.btn.btn-floating.right {
  border-radius: 0px 25px 25px 0px;
}

.floating-content {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}

@media only screen and (min-width: 768px) {
  .floating-content {
    bottom: 50px;
    right: 50px;
  }
}

@media only screen and (min-width: 1550px) {
  .floating-content {
    bottom: 75px;
    right: 200px;
  }
}

.hint {
  cursor: help;
}

.draggable {
  cursor: grab;
}

.clickable {
  cursor: pointer;
}

.modal-open {
  padding-right: 0 !important;
}

.modal-open .navbar.fixed-top {
  padding-right: 16px !important;
}

html {
  position: relative;
  min-height: 100%;
}

body:not(.body-m0) {
  margin-bottom: 60px; /* Margin bottom by footer height */
}

.footer {
  padding:0;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  align-items: center;
  display: flex;
}

.sticky-top {
  position: fixed !important;
  top: 0;
}

.card-separator {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.collapse-indicator.open {
  transform: rotate(0deg);
}

.collapse-indicator.flip:not(.open) {
  transform: rotate(-180deg);
}

.collapse-indicator:not(.open):not(.flip) {
  transform: rotate(-90deg);
}

.collapse-indicator.rotate:not(.open):not(.flip) {
  animation-duration: .35s;
  animation-name: rotate;
  animation-timing-function: ease-in;
}

.collapse-indicator.rotate.open:not(.flip) {
  animation-duration: .35s;
  animation-name: rotate;
  animation-direction: reverse;
  animation-timing-function: ease-in;
}

.collapse-indicator.rotate.flip:not(.open) {
  animation-duration: .35s;
  animation-name: flip;
  animation-timing-function: ease-in;
}

.collapse-indicator.rotate.flip.open {
  animation-duration: .35s;
  animation-name: flip;
  animation-direction: reverse;
  animation-timing-function: ease-in;
}

@keyframes rotate {
  from {
    transform: rotate(-90deg);
  }

  to {
    transform: rotate(0deg);
  }
}

@keyframes flip {
  from {
    transform: rotate(-180deg);
  }

  to {
    transform: rotate(0deg);
  }
}

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

.o-70 {
  opacity: .7;
}

.o-50 {
  opacity: .5;
}

.o-25 {
  opacity: .25;
}

.o-10 {
  opacity: .1;
}

.o-0 {
  opacity: 0;
}

.btn:hover:not(:disabled) .o-10,
.btn:hover:not(:disabled) .o-25,
.btn:hover:not(:disabled) .o-50,
.btn:hover:not(:disabled) .o-70 {
  opacity: 1 !important;
}

.highlight-hover:hover:not(:disabled) {
  opacity: 1 !important;
}

.border-hover:not(:hover) {
  border-style: none !important;
}

.border-hover:hover {
  border-style: solid !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.rounded-1 {
  border-radius: 0.5rem !important;
}

.rounded-2 {
  border-radius: 0.75rem !important;
}

.rounded-3 {
  border-radius: 1rem !important;
}

.rounded-4 {
  border-radius: 1.25rem !important;
}

.rounded-5 {
  border-radius: 2rem !important;
}

.cc-window {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.cc-btn {
  width: 100%;
  outline: none;
}

.cc-deny {
  margin-top: 0.5rem !important;
  transition: background .3s ease;
}

.cc-allow {
  transition: color .3s ease;
}

.cc-allow:hover, .cc-allow:focus {
  background: var(--primary) !important;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 1.5rem 1.5rem .75rem 1.5rem !important;
}

.cc-compliance {
  flex-direction: column-reverse;
  padding: 0.5rem !important;
}

.cc-open {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  transform: none !important;
  text-decoration: none !important;
  border-radius: 20px !important;
  padding: .5em;
  cursor: pointer;
  position: fixed;
  overflow: hidden;
  flex-wrap: nowrap;
  z-index: 9999;
  background: rgba(26,24,29,0.2);
  transition: background .3s ease;
  color: white;
}

.cc-open:hover {
  background: var(--custom, var(--primary));
}

.contrast-dark .cc-open:hover img {
  filter: brightness(0);
}

.cc-open:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.cc-open.cc-top {
  top: 0;
  left: 0;
}

.cc-open.cc-bottom {
  bottom: 0;
  left: 0;
}

.cc-open.cc-left {
  left: 3em;
  right: unset;
}

.cc-open.cc-right {
  right: 0;
  left: unset;
}

@media only screen and (max-width: 767.98px) {
  .cc-open.cc-right {
    left: 0;
    right: unset;
  }
}

.cc-open .display-hover {
  display: none;
}

.cc-open:hover .display-hover {
  display: inline-block;
  margin-left: .25em;
}

.modal-backdrop.show {
  opacity: 0.3;
}

.checkbox-lg {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 2rem;
  margin-left: -.25rem;
}

.checkbox-lg input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox-lg-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  display: inline-block;
}

.checkbox-lg input:not(:disabled) ~ .checkbox-lg-label {
  cursor: pointer;
}

.checkbox-lg input:disabled ~ .checkbox-lg-label {
  color: #6c757d;
}

.checkbox-lg-label::before {
  position: absolute;
  left: -1.75rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.checkbox-lg input:checked ~ .checkbox-lg-label::before {
  color: #fff;
  border-color: #f29400;
  background-color: #f29400;
}

.checkbox-lg-label::after {
  position: absolute;
  top: 0rem;
  left: -1.75rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
  background-image: none;
}

.checkbox-lg input:checked ~ .checkbox-lg-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.checkbox-lg input:focus:not(:checked) ~ .checkbox-lg-label::before {
  border-color: #ffc873;
}
.checkbox-lg input:focus ~ .checkbox-lg-label::before {
  box-shadow: 0 0 0 0.2rem rgba(242, 148, 0, 0.25);
}

.checkbox-lg input:disabled:checked ~ .checkbox-lg-label::before {
  background-color: rgba(242, 148, 0, 0.5);
}
.checkbox-lg input:disabled ~ .checkbox-lg-label::before {
  background-color: #e9ecef;
}

.nav-item.light.outline .nav-link {
  padding: .2rem .5rem;
  border-style: solid;
  border-color: #d3d9df;
  border-width: .3rem;
  border-radius: .5rem;
  transition: border-color .15s ease-in-out;
}

.nav-pills .nav-item.light .nav-link {
  background-color: transparent;
  transition: color .15s ease-in-out;
}

.nav-pills .nav-item.light.outline .nav-link.active {
  border-color: #f29400;
}

.nav-pills .nav-item.light:not(.outline) .nav-link {
  border: none;
}

.nav-pills .nav-item.light .nav-link:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(203, 206, 209, 0.5);
}

.nav-pills .nav-item.light:not(.outline) .nav-link.active {
  background-color: #e9ecef;
}

.nav-pills .nav-item.light .nav-link:not(:hover),
.nav-pills .nav-item.light .nav-link.active:hover{
  color: #f29400;
}

.nav-pills .nav-item.light.outline .nav-link:not(.active):hover{
  border-color: #cecece;
}

.nav-pills .nav-item.light .nav-link:not(.active):hover{
  color: #a66500;
}

.vl {
  margin-left: .75rem;
  margin-right: .75rem;
  border: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: content-box;
  width: 0;
  overflow: visible;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input::placeholder, textarea::placeholder {
  font-style: italic;
}

.pointer-invis {
  pointer-events: none !important;
}

.badge:not(.badge-pill) {
  border-radius: .25rem;
}

.height-0 {
  height: 0vh;
}

.height-5 {
  height: 5vh;
}

.height-10 {
  height: 10vh;
}

.height-20 {
  height: 20vh;
}

.height-30 {
  height: 30vh;
}

.height-40 {
  height: 40vh;
}

@media (min-width: 576px) {
  .height-sm-0 {
    height: 0vh;
  }

  .height-sm-5 {
    height: 5vh;
  }

  .height-sm-10 {
    height: 10vh;
  }

  .height-sm-20 {
    height: 20vh;
  }

  .height-sm-30 {
    height: 30vh;
  }

  .height-sm-40 {
    height: 40vh;
  }
}

@media (min-width: 768px) {
  .height-md-0 {
    height: 0vh;
  }

  .height-md-5 {
    height: 5vh;
  }

  .height-md-10 {
    height: 10vh;
  }

  .height-md-20 {
    height: 20vh;
  }

  .height-md-30 {
    height: 30vh;
  }

  .height-md-40 {
    height: 40vh;
  }
}

@media (min-width: 992px) {
  .height-lg-0 {
    height: 0vh;
  }

  .height-lg-5 {
    height: 5vh;
  }

  .height-lg-10 {
    height: 10vh;
  }

  .height-lg-20 {
    height: 20vh;
  }

  .height-lg-30 {
    height: 30vh;
  }

  .height-lg-40 {
    height: 40vh;
  }
}

@media (min-width: 1200px) {
  .height-xl-0 {
    height: 0vh;
  }

  .height-xl-5 {
    height: 5vh;
  }

  .height-xl-10 {
    height: 10vh;
  }

  .height-xl-20 {
    height: 20vh;
  }

  .height-xl-30 {
    height: 30vh;
  }

  .height-xl-40 {
    height: 40vh;
  }
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.dropshadow {
  filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.15)) !important;
}

.dropshadow-sm {
  filter: drop-shadow(0 0.125rem .25rem rgba(0, 0, 0, 0.075)) !important;
}

.dropshadow-lg {
  filter: drop-shadow(0 1rem 3rem rgba(0, 0, 0, 0.175)) !important;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.justify-self-center {
  justify-self: center;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

.d-grid {
  display: grid;
}

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: .25rem;
}

.gap-2 {
  gap: .5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-10 {
  gap: 2.5rem;
}