/* === ADDITIONAL UTILITIES CSS === */
/* 1rem = 16px;
.875rem = 14px;
.75rem = 12px; */
.fs-6 {
  font-size: 1rem !important;
}
.fs-7 {
  font-size: 0.875rem !important;
}
.fs-8 {
  font-size: 0.75rem !important;
}
.flex-none {
  flex: none !important;
}
.bg-app-primary {
  background-color: var(--rz-combine-second-color) !important;
}
.bg-app-secondary {
  background-color: var(--rz-combine-seven-color) !important;
}
.bg-app-gray {
  background-color: #f5f5f5;
}
.bg-app-statistik-data {
  background: linear-gradient(216deg, var(--rz-combine-second-color), #9c4326);
}
.text-app-primary {
  color: var(--rz-combine-second-color) !important;
}
.text-app-secondary {
  color: var(--rz-secondary-color) !important;
}
.rounded-app {
  border-radius: 0.75rem !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}
.shadow-app {
  border: 1px solid rgb(218, 223, 231);
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(16, 24, 40, 0.05) 0px 1px 2px 0px;
}

.line-height-sm {
  line-height: 1.15;
}

.rz-ratio {
  position: relative;
  width: 100%;
}
.rz-ratio::before {
  content: "";
  display: block;
  padding-top: var(--rz-aspect-ratio);
}
.rz-ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rz-ratio-1x1 {
  --rz-aspect-ratio: 100%;
}
.rz-ratio-4x3 {
  --rz-aspect-ratio: 75%;
}
.rz-ratio-16x9 {
  --rz-aspect-ratio: 56%;
}

.badge-1 {
  background-color: #c8e8f7;
  color: #446ee0;
  font-weight: 500;
}

.btn-primary {
  background-color: var(--rz-combine-second-color);
  border-color: var(--rz-combine-second-color);
}

.btn-primary:hover {
  background-color: var(--rz-combine-thrid-color);
  border-color: var(--rz-combine-thrid-color);
}

.btn-secondary {
  background-color: var(--rz-combine-ten-color);
  border-color: var(--rz-combine-ten-color);
}

.btn-lighter {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  color: rgb(29, 29, 29);
}

.btn-lighter:hover {
  background-color: #cacaca;
  border-color: #cacaca;
  color: rgb(29, 29, 29);
}

.text-app-shadow {
  text-shadow: 3px 3px #00000038;
}
