html {
  font-size: 14px;
}

:root {
    --bs-primary: #ff9800;            /* Warna utama oranye */
    --bs-primary-rgb: 255, 152, 0;    /* RGB untuk efek hover & shadow */
}

.btn-primary,
.btn-primary:focus,
.btn-primary:active {
    background-color: #ff9800 !important;
    border-color: #ff9800 !important;
}

.btn-primary:hover {
    background-color: #e68900 !important;
    border-color: #e68900 !important;
}

.text-primary {
    color: #ff9800 !important;
}

.bg-primary {
    background-color: #ff9800 !important;
}

.border-primary {
    border-color: #ff9800 !important;
}


@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

html, body {
  margin-bottom: 60px;
    height: 100%;
    margin: 0;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.text-primary,
a.text-primary,
span.text-primary,
label.text-primary,
p.text-primary,
h1.text-primary,
h2.text-primary,
h3.text-primary,
h4.text-primary,
h5.text-primary,
h6.text-primary {
    color: #ff9800 !important;
}
