:root {
  --satupemuda-blue: #0d6efd;
  --satupemuda-indigo: #6610f2;
  --satupemuda-purple: #6f42c1;
  --satupemuda-pink: #d63384;
  --satupemuda-red: #dc3545;
  --satupemuda-orange: #fd7e14;
  --satupemuda-yellow: #ffc107;
  --satupemuda-green: #198754;
  --satupemuda-teal: #20c997;
  --satupemuda-cyan: #0dcaf0;
  --satupemuda-black: #000;
  --satupemuda-white: #fff;
  --satupemuda-gray: #6c757d;
  --satupemuda-gray-dark: #343a40;
  --satupemuda-gray-100: #f8f9fa;
  --satupemuda-gray-200: #e9ecef;
  --satupemuda-gray-300: #dee2e6;
  --satupemuda-gray-400: #ced4da;
  --satupemuda-gray-500: #adb5bd;
  --satupemuda-gray-600: #6c757d;
  --satupemuda-gray-700: #495057;
  --satupemuda-gray-800: #343a40;
  --satupemuda-gray-900: #212529;
  --satupemuda-primary: #0d6efd;
  --satupemuda-secondary: #6c757d;
  --satupemuda-success: #198754;
  --satupemuda-info: #0dcaf0;
  --satupemuda-warning: #ffc107;
  --satupemuda-danger: #dc3545;
  --satupemuda-light: #f8f9fa;
  --satupemuda-dark: #212529;
  --satupemuda-primary-rgb: 13, 110, 253;
  --satupemuda-secondary-rgb: 108, 117, 125;
  --satupemuda-success-rgb: 25, 135, 84;
  --satupemuda-info-rgb: 13, 202, 240;
  --satupemuda-warning-rgb: 255, 193, 7;
  --satupemuda-danger-rgb: 220, 53, 69;
  --satupemuda-light-rgb: 248, 249, 250;
  --satupemuda-dark-rgb: 33, 37, 41;
  --satupemuda-primary-text-emphasis: #052c65;
  --satupemuda-secondary-text-emphasis: #2b2f32;
  --satupemuda-success-text-emphasis: #0a3622;
  --satupemuda-info-text-emphasis: #055160;
  --satupemuda-warning-text-emphasis: #664d03;
  --satupemuda-danger-text-emphasis: #58151c;
  --satupemuda-light-text-emphasis: #495057;
  --satupemuda-dark-text-emphasis: #495057;
  --satupemuda-primary-bg-subtle: #cfe2ff;
  --satupemuda-secondary-bg-subtle: #e2e3e5;
  --satupemuda-success-bg-subtle: #d1e7dd;
  --satupemuda-info-bg-subtle: #cff4fc;
  --satupemuda-warning-bg-subtle: #fff3cd;
  --satupemuda-danger-bg-subtle: #f8d7da;
  --satupemuda-light-bg-subtle: #fcfcfd;
  --satupemuda-dark-bg-subtle: #ced4da;
  --satupemuda-primary-border-subtle: #9ec5fe;
  --satupemuda-secondary-border-subtle: #c4c8cb;
  --satupemuda-success-border-subtle: #a3cfbb;
  --satupemuda-info-border-subtle: #9eeaf9;
  --satupemuda-warning-border-subtle: #ffe69c;
  --satupemuda-danger-border-subtle: #f1aeb5;
  --satupemuda-light-border-subtle: #e9ecef;
  --satupemuda-dark-border-subtle: #adb5bd;
  --satupemuda-white-rgb: 255, 255, 255;
  --satupemuda-black-rgb: 0, 0, 0;
  --satupemuda-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --satupemuda-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --satupemuda-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --satupemuda-body-font-family: var(--satupemuda-font-sans-serif);
  --satupemuda-body-font-size: 1rem;
  --satupemuda-body-font-weight: 400;
  --satupemuda-body-line-height: 1.5;
  --satupemuda-body-color: #212529;
  --satupemuda-body-color-rgb: 33, 37, 41;
  --satupemuda-body-bg: #fff;
  --satupemuda-body-bg-rgb: 255, 255, 255;
  --satupemuda-emphasis-color: #000;
  --satupemuda-emphasis-color-rgb: 0, 0, 0;
  --satupemuda-secondary-color: rgba(33, 37, 41, 0.75);
  --satupemuda-secondary-color-rgb: 33, 37, 41;
  --satupemuda-secondary-bg: #e9ecef;
  --satupemuda-secondary-bg-rgb: 233, 236, 239;
  --satupemuda-tertiary-color: rgba(33, 37, 41, 0.5);
  --satupemuda-tertiary-color-rgb: 33, 37, 41;
  --satupemuda-tertiary-bg: #f8f9fa;
  --satupemuda-tertiary-bg-rgb: 248, 249, 250;
  --satupemuda-heading-color: inherit;
  --satupemuda-link-color: #0d6efd;
  --satupemuda-link-color-rgb: 13, 110, 253;
  --satupemuda-link-decoration: underline;
  --satupemuda-link-hover-color: #0a58ca;
  --satupemuda-link-hover-color-rgb: 10, 88, 202;
  --satupemuda-code-color: #d63384;
  --satupemuda-highlight-bg: #fff3cd;
  --satupemuda-border-width: 1px;
  --satupemuda-border-style: solid;
  --satupemuda-border-color: #dee2e6;
  --satupemuda-border-color-translucent: rgba(0, 0, 0, 0.175);
  --satupemuda-border-radius: 0.375rem;
  --satupemuda-border-radius-sm: 0.25rem;
  --satupemuda-border-radius-lg: 0.5rem;
  --satupemuda-border-radius-xl: 1rem;
  --satupemuda-border-radius-xxl: 2rem;
  --satupemuda-border-radius-2xl: var(
    --satupemuda-border-radius-xxl
  );
  --satupemuda-border-radius-pill: 50rem;
  --satupemuda-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --satupemuda-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --satupemuda-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --satupemuda-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}

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

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

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

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

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

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

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

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

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

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

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

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

.overflow-auto {
  overflow: auto !important;
}

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

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

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

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

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

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

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

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

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

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

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

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

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

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

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

.d-none {
  display: none !important;
}

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

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

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-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;
}

.border {
  border: var(--satupemuda-border-width) var(--satupemuda-border-style) var(--satupemuda-border-color) !important;
}

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

.border-top {
  border-top: var(--satupemuda-border-width) var(--satupemuda-border-style) var(--satupemuda-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--satupemuda-border-width) var(--satupemuda-border-style) var(--satupemuda-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--satupemuda-border-width) var(--satupemuda-border-style) var(--satupemuda-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--satupemuda-border-width) var(--satupemuda-border-style) var(--satupemuda-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --satupemuda-border-opacity: 1;
  border-color: rgba(var(--satupemuda-primary-rgb), var(--satupemuda-border-opacity)) !important;
}

.border-secondary {
  --satupemuda-border-opacity: 1;
  border-color: rgba(var(--satupemuda-secondary-rgb), var(--satupemuda-border-opacity)) !important;
}

.border-success {
  --satupemuda-border-opacity: 1;
  border-color: rgba(var(--satupemuda-success-rgb), var(--satupemuda-border-opacity)) !important;
}

.border-info {
  --satupemuda-border-opacity: 1;
  border-color: rgba(var(--satupemuda-info-rgb), var(--satupemuda-border-opacity)) !important;
}

.border-warning {
  --satupemuda-border-opacity: 1;
  border-color: rgba(var(--satupemuda-warning-rgb), var(--satupemuda-border-opacity)) !important;
}

.border-danger {
  --satupemuda-border-opacity: 1;
  border-color: rgba(var(--satupemuda-danger-rgb), var(--satupemuda-border-opacity)) !important;
}

.border-light {
  --satupemuda-border-opacity: 1;
  border-color: rgba(var(--satupemuda-light-rgb), var(--satupemuda-border-opacity)) !important;
}

.border-dark {
  --satupemuda-border-opacity: 1;
  border-color: rgba(var(--satupemuda-dark-rgb), var(--satupemuda-border-opacity)) !important;
}

.border-black {
  --satupemuda-border-opacity: 1;
  border-color: rgba(var(--satupemuda-black-rgb), var(--satupemuda-border-opacity)) !important;
}

.border-white {
  --satupemuda-border-opacity: 1;
  border-color: rgba(var(--satupemuda-white-rgb), var(--satupemuda-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--satupemuda-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--satupemuda-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--satupemuda-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--satupemuda-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--satupemuda-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--satupemuda-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--satupemuda-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--satupemuda-dark-border-subtle) !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;
}

.border-opacity-10 {
  --satupemuda-border-opacity: 0.1;
}

.border-opacity-25 {
  --satupemuda-border-opacity: 0.25;
}

.border-opacity-50 {
  --satupemuda-border-opacity: 0.5;
}

.border-opacity-75 {
  --satupemuda-border-opacity: 0.75;
}

.border-opacity-100 {
  --satupemuda-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-monospace {
  font-family: var(--satupemuda-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

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

.fs-7 {
  font-size: 0.8rem !important;
}

.fs-8 {
  font-size: 0.7rem !important;
}

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

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

.fw-lighter {
  font-weight: lighter !important;
}

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

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

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

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

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

.fw-bolder {
  font-weight: bolder !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --satupemuda-text-opacity: 1;
  color: rgba(var(--satupemuda-primary-rgb), var(--satupemuda-text-opacity)) !important;
}

.text-secondary {
  --satupemuda-text-opacity: 1;
  color: rgba(var(--satupemuda-secondary-rgb), var(--satupemuda-text-opacity)) !important;
}

.text-success {
  --satupemuda-text-opacity: 1;
  color: rgba(var(--satupemuda-success-rgb), var(--satupemuda-text-opacity)) !important;
}

.text-info {
  --satupemuda-text-opacity: 1;
  color: rgba(var(--satupemuda-info-rgb), var(--satupemuda-text-opacity)) !important;
}

.text-warning {
  --satupemuda-text-opacity: 1;
  color: rgba(var(--satupemuda-warning-rgb), var(--satupemuda-text-opacity)) !important;
}

.text-danger {
  --satupemuda-text-opacity: 1;
  color: rgba(var(--satupemuda-danger-rgb), var(--satupemuda-text-opacity)) !important;
}

.text-light {
  --satupemuda-text-opacity: 1;
  color: rgba(var(--satupemuda-light-rgb), var(--satupemuda-text-opacity)) !important;
}

.text-dark {
  --satupemuda-text-opacity: 1;
  color: rgba(var(--satupemuda-dark-rgb), var(--satupemuda-text-opacity)) !important;
}

.text-black {
  --satupemuda-text-opacity: 1;
  color: rgba(var(--satupemuda-black-rgb), var(--satupemuda-text-opacity)) !important;
}

.text-white {
  --satupemuda-text-opacity: 1;
  color: rgba(var(--satupemuda-white-rgb), var(--satupemuda-text-opacity)) !important;
}

.text-body {
  --satupemuda-text-opacity: 1;
  color: rgba(var(--satupemuda-body-color-rgb), var(--satupemuda-text-opacity)) !important;
}

.text-muted {
  --satupemuda-text-opacity: 1;
  color: var(--satupemuda-secondary-color) !important;
}

.text-black-50 {
  --satupemuda-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --satupemuda-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --satupemuda-text-opacity: 1;
  color: var(--satupemuda-secondary-color) !important;
}

.text-body-tertiary {
  --satupemuda-text-opacity: 1;
  color: var(--satupemuda-tertiary-color) !important;
}

.text-body-emphasis {
  --satupemuda-text-opacity: 1;
  color: var(--satupemuda-emphasis-color) !important;
}

.text-reset {
  --satupemuda-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --satupemuda-text-opacity: 0.25;
}

.text-opacity-50 {
  --satupemuda-text-opacity: 0.5;
}

.text-opacity-75 {
  --satupemuda-text-opacity: 0.75;
}

.text-opacity-100 {
  --satupemuda-text-opacity: 1;
}

.link-opacity-10 {
  --satupemuda-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --satupemuda-link-opacity: 0.1;
}

.link-opacity-25 {
  --satupemuda-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --satupemuda-link-opacity: 0.25;
}

.link-opacity-50 {
  --satupemuda-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --satupemuda-link-opacity: 0.5;
}

.link-opacity-75 {
  --satupemuda-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --satupemuda-link-opacity: 0.75;
}

.link-opacity-100 {
  --satupemuda-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --satupemuda-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --satupemuda-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--satupemuda-primary-rgb), var(--satupemuda-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --satupemuda-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--satupemuda-secondary-rgb), var(--satupemuda-link-underline-opacity)) !important;
}

.link-underline-success {
  --satupemuda-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--satupemuda-success-rgb), var(--satupemuda-link-underline-opacity)) !important;
}

.link-underline-info {
  --satupemuda-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--satupemuda-info-rgb), var(--satupemuda-link-underline-opacity)) !important;
}

.link-underline-warning {
  --satupemuda-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--satupemuda-warning-rgb), var(--satupemuda-link-underline-opacity)) !important;
}

.link-underline-danger {
  --satupemuda-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--satupemuda-danger-rgb), var(--satupemuda-link-underline-opacity)) !important;
}

.link-underline-light {
  --satupemuda-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--satupemuda-light-rgb), var(--satupemuda-link-underline-opacity)) !important;
}

.link-underline-dark {
  --satupemuda-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--satupemuda-dark-rgb), var(--satupemuda-link-underline-opacity)) !important;
}

.link-underline {
  --satupemuda-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--satupemuda-link-color-rgb), var(--satupemuda-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --satupemuda-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --satupemuda-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --satupemuda-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --satupemuda-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --satupemuda-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --satupemuda-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --satupemuda-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --satupemuda-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --satupemuda-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --satupemuda-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --satupemuda-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --satupemuda-link-underline-opacity: 1;
}

.bg-primary {
  --satupemuda-bg-opacity: 1;
  background-color: rgba(var(--satupemuda-primary-rgb), var(--satupemuda-bg-opacity)) !important;
}

.bg-secondary {
  --satupemuda-bg-opacity: 1;
  background-color: rgba(var(--satupemuda-secondary-rgb), var(--satupemuda-bg-opacity)) !important;
}

.bg-success {
  --satupemuda-bg-opacity: 1;
  background-color: rgba(var(--satupemuda-success-rgb), var(--satupemuda-bg-opacity)) !important;
}

.bg-info {
  --satupemuda-bg-opacity: 1;
  background-color: rgba(var(--satupemuda-info-rgb), var(--satupemuda-bg-opacity)) !important;
}

.bg-warning {
  --satupemuda-bg-opacity: 1;
  background-color: rgba(var(--satupemuda-warning-rgb), var(--satupemuda-bg-opacity)) !important;
}

.bg-danger {
  --satupemuda-bg-opacity: 1;
  background-color: rgba(var(--satupemuda-danger-rgb), var(--satupemuda-bg-opacity)) !important;
}

.bg-light {
  --satupemuda-bg-opacity: 1;
  background-color: rgba(var(--satupemuda-light-rgb), var(--satupemuda-bg-opacity)) !important;
}

.bg-dark {
  --satupemuda-bg-opacity: 1;
  background-color: rgba(var(--satupemuda-dark-rgb), var(--satupemuda-bg-opacity)) !important;
}

.bg-black {
  --satupemuda-bg-opacity: 1;
  background-color: rgba(var(--satupemuda-black-rgb), var(--satupemuda-bg-opacity)) !important;
}

.bg-white {
  --satupemuda-bg-opacity: 1;
  background-color: rgba(var(--satupemuda-white-rgb), var(--satupemuda-bg-opacity)) !important;
}

.bg-body {
  --satupemuda-bg-opacity: 1;
  background-color: rgba(var(--satupemuda-body-bg-rgb), var(--satupemuda-bg-opacity)) !important;
}

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

.bg-body-secondary {
  --satupemuda-bg-opacity: 1;
  background-color: rgba(var(--satupemuda-secondary-bg-rgb), var(--satupemuda-bg-opacity)) !important;
}

.bg-body-tertiary {
  --satupemuda-bg-opacity: 1;
  background-color: rgba(var(--satupemuda-tertiary-bg-rgb), var(--satupemuda-bg-opacity)) !important;
}

.bg-opacity-10 {
  --satupemuda-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --satupemuda-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --satupemuda-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --satupemuda-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --satupemuda-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--satupemuda-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--satupemuda-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--satupemuda-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--satupemuda-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--satupemuda-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--satupemuda-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--satupemuda-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--satupemuda-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--satupemuda-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

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

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--satupemuda-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--satupemuda-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--satupemuda-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--satupemuda-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--satupemuda-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--satupemuda-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--satupemuda-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--satupemuda-border-radius) !important;
  border-top-right-radius: var(--satupemuda-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--satupemuda-border-radius-sm) !important;
  border-top-right-radius: var(--satupemuda-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--satupemuda-border-radius) !important;
  border-top-right-radius: var(--satupemuda-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--satupemuda-border-radius-lg) !important;
  border-top-right-radius: var(--satupemuda-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--satupemuda-border-radius-xl) !important;
  border-top-right-radius: var(--satupemuda-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--satupemuda-border-radius-xxl) !important;
  border-top-right-radius: var(--satupemuda-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--satupemuda-border-radius-pill) !important;
  border-top-right-radius: var(--satupemuda-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--satupemuda-border-radius) !important;
  border-bottom-right-radius: var(--satupemuda-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--satupemuda-border-radius-sm) !important;
  border-bottom-right-radius: var(--satupemuda-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--satupemuda-border-radius) !important;
  border-bottom-right-radius: var(--satupemuda-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--satupemuda-border-radius-lg) !important;
  border-bottom-right-radius: var(--satupemuda-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--satupemuda-border-radius-xl) !important;
  border-bottom-right-radius: var(--satupemuda-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--satupemuda-border-radius-xxl) !important;
  border-bottom-right-radius: var(--satupemuda-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--satupemuda-border-radius-pill) !important;
  border-bottom-right-radius: var(--satupemuda-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--satupemuda-border-radius) !important;
  border-bottom-left-radius: var(--satupemuda-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--satupemuda-border-radius-sm) !important;
  border-bottom-left-radius: var(--satupemuda-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--satupemuda-border-radius) !important;
  border-bottom-left-radius: var(--satupemuda-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--satupemuda-border-radius-lg) !important;
  border-bottom-left-radius: var(--satupemuda-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--satupemuda-border-radius-xl) !important;
  border-bottom-left-radius: var(--satupemuda-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--satupemuda-border-radius-xxl) !important;
  border-bottom-left-radius: var(--satupemuda-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--satupemuda-border-radius-pill) !important;
  border-bottom-left-radius: var(--satupemuda-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--satupemuda-border-radius) !important;
  border-top-left-radius: var(--satupemuda-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--satupemuda-border-radius-sm) !important;
  border-top-left-radius: var(--satupemuda-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--satupemuda-border-radius) !important;
  border-top-left-radius: var(--satupemuda-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--satupemuda-border-radius-lg) !important;
  border-top-left-radius: var(--satupemuda-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--satupemuda-border-radius-xl) !important;
  border-top-left-radius: var(--satupemuda-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--satupemuda-border-radius-xxl) !important;
  border-top-left-radius: var(--satupemuda-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--satupemuda-border-radius-pill) !important;
  border-top-left-radius: var(--satupemuda-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

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

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}