html,
body {
  --bs-body-font-size: 0.875rem;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans,
    Helvetica Neue, sans-serif;
  background-color: #ffffff;
  overscroll-behavior: contain;
  touch-action: manipulation;
  -ms-touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.full {
  width: 100%;
  height: 100%;
}

.full-w,
.full-width {
  width: 100%;
}

.full-h,
.full-height {
  height: 100%;
}

.full-v,
.full-viewport {
  width: 100vw;
  height: 100vh;
}

.boldest {
  font-weight: 900;
}

.bolder {
  font-weight: bolder;
}

.bold {
  font-weight: bold;
}

.small {
  font-size: small;
}

.smaller {
  font-size: smaller;
}

.smallest {
  font-size: xx-small;
}

.bg-f5 {
  background-color: #f5f5f5;
}

.f5 {
  color: #f5f5f5;
}

.white {
  color: white;
}

.required:after {
  inset: unset !important;
  content: " *" !important;
  color: var(--bs-danger);
}

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

.ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

.list-item {
  min-height: 48px;
}

.list-item:hover {
  background-color: #f8f9fa;
  cursor: pointer;
}

.cropper-container {
  width: 100% !important;
  height: 100% !important;
}

.pointer {
  cursor: pointer;
}

.grey {
  color: grey;
}

.light-grey {
  color: #b5b5b5;
}

.top-navbar {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  position: sticky;
  left: 0;
  top: 0;
  right: 0;
  height: 80px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #ffffff;
  z-index: 3;
  position: fixed;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: height 0.3s ease-in-out, background-color 0.3s ease-in-out, top 0.3s ease-in-out;
  -webkit-transition: height 0.3s ease-in-out, background-color 0.3s ease-in-out, top 0.3s ease-in-out;
}

.top-navbar>.btn:disabled {
  opacity: 1;
}

.navbar-item {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  height: 100%;

  a,
  button,
  .item {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    height: 100%;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    border: none;
    color: #555555;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.navbar-item:hover {
  background-color: #f5f5f5;
  transition: background-color ease-in-out 0.5s;
  -webkit-transition: background-color ease-in-out 0.5s;
}

.flex-center {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-60 {
  padding: 60px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.ps-60 {
  padding-left: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pe-60 {
  padding-right: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.ms-60 {
  margin-left: 60px;
}

.me-60 {
  margin-right: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mx-60 {
  margin-left: 60px;
  margin-right: 60px;
}

.m-60 {
  margin: 60px;
}

.m-96 {
  margin: 96px;
}

.p-96 {
  padding: 96px;
}

.py-96 {
  padding-top: 96px;
  padding-bottom: 96px;
}

.px-96 {
  padding-left: 96px;
  padding-right: 96px;
}

.ps-96 {
  padding-left: 96px;
}

.pt-96 {
  padding-top: 96px;
}

.pe-96 {
  padding-right: 96px;
}

.pb-96 {
  padding-bottom: 96px;
}

.ms-96 {
  margin-left: 96px;
}

.me-96 {
  margin-right: 96px;
}

.mt-96 {
  margin-top: 96px;
}

.mb-96 {
  margin-bottom: 96px;
}

.my-96 {
  margin-top: 96px;
  margin-bottom: 96px;
}

.mx-96 {
  margin-left: 96px;
  margin-right: 96px;
}

.m-96 {
  margin: 96px;
}

.line-break {
  white-space: pre;
}

.max-width-600 {
  max-width: 600px;
}

.max-width-700 {
  max-width: 700px;
}

.max-width-800 {
  max-width: 800px;
}

.max-width-900 {
  max-width: 900px;
}

.pre,
.pre-wrap {
  white-space: pre-wrap;
}

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


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

.text-brand {
  font-family: 'Russo One', sans-serif;
}

.left-panel-container {
  width: 100%;
  max-width: 256px;
}

.flex-end {
  display: flex;
  align-items: center;
  justify-content: end;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-start {
  display: flex;
  align-items: center;
  justify-content: start;
}

.flex-align-center {
  display: flex;
  align-items: center;
}

.flex-align-start {
  display: flex;
  align-items: start;
}

.flex-align-end {
  display: flex;
  align-items: end;
}


.full-w,
.width-100 {
  width: 100%;
}

.full-h,
.height-100 {
  height: 100%;
}


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

.sticky-top-60 {
  position: sticky;
  top: 60px;
  z-index: 1;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;

}

.sticky-bottom-60 {
  position: sticky;
  bottom: 60px;
}


.data-section {
  min-height: calc(100vh - 200px);
}

.pre,
.pre-wrap {
  white-space: pre-wrap;
}

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


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

.text-brand {
  font-family: 'Russo One', sans-serif;
}

.left-panel-container {
  width: 100%;
  max-width: 256px;
}

.flex-end {
  display: flex;
  align-items: center;
  justify-content: end;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-start {
  display: flex;
  align-items: center;
  justify-content: start;
}

.flex-align-center {
  display: flex;
  align-items: center;
}

.flex-align-start {
  display: flex;
  align-items: start;
}

.flex-align-end {
  display: flex;
  align-items: end;
}


.full-w,
.width-100 {
  width: 100%;
}

.full-h,
.height-100 {
  height: 100%;
}



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

.sticky-top-60 {
  position: sticky;
  top: 60px;
  z-index: 1;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;

}

.sticky-bottom-60 {
  position: sticky;
  bottom: 60px;
}

̦̦ .data-section {
  min-height: calc(100vh - 201px);
}


@keyframes ripple-effect {
  from {
    opacity: 1;
    transform: scale(0);
  }

  to {
    opacity: 0;
    transform: scale(4);
  }
}

.ripple-container {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: ripple-effect 0.5s linear;
  background-color: var(--ripple-color);
}