* {
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
}

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

nav {
  box-shadow: rgba(141, 150, 170, 0.4) 0px 1px 4px 0px;
}

body {
  padding-top: 10vh;
  margin-bottom: 60px;
}

.badge.bg-soft-light {
  color: #495057;
}

.badge.bg-soft-primary {
  color: #10335b;
}

.badge.bg-soft-success {
  color: #19490A;
  /* border: 0 solid #b2e2a3; */
  /* background-color: #d9fd01 */
}

.badge.bg-soft-danger {
  color: #660017;
}

.bg-soft-light {
  --bs-bg-opacity: 1;
  background-color: #fcfcfd;
}

.bg-soft-primary {
  --bs-bg-opacity: 1;
  background-color: #d4e6f9;
}

.bg-soft-success {
  --bs-bg-opacity: 1;
  background-color: #d9f0d1;
}

.bg-soft-danger {
  --bs-bg-opacity: 1;
  /* color: #660017; */
  background-color: #ffccd7;
}

[data-bs-theme=dark] .badge.bg-soft-light {
  color: #f8f9fa;
}

[data-bs-theme=dark] .badge.bg-soft-primary {
  color: #7db3ee;
}

[data-bs-theme=dark] .badge.bg-soft-success {
  color: #7aff4d;
  /* color: #8cd374; */
}

[data-bs-theme=dark] .badge.bg-soft-danger {
  color: #ff6688;
}

[data-bs-theme=dark] .bg-soft-light {
  --bs-bg-opacity: 1;
  background-color: #373a3c;
}

[data-bs-theme=dark] .bg-soft-primary {
  --bs-bg-opacity: 1;
  background-color: #081a2d;
}

[data-bs-theme=dark] .bg-soft-success {
  --bs-bg-opacity: 1;
  background-color: #0d2405;
}

[data-bs-theme=dark] .bg-soft-danger {
  --bs-bg-opacity: 1;
  background-color: #33000b;
}

/* [data-bs-theme=dark] .nav-link:hover, */
/* .dropdown-item:hover { */
/* color: #2780e3; */
/* cosmo */
/* color: #158cba; */
/* lumen */
/* } */

[data-bs-theme=dark] input[readonly] {
  /* background-color: #e9ecef !important; */
  color: #858585 !important;
  /* opacity: 1 !important; */
}

[data-bs-theme=light] input[readonly] {
  background-color: #e9ecef !important;
  /* color: #858585 !important; */
  /* opacity: 1 !important; */
}

input[readonly] {
  /* background-color: #e9ecef !important; */
  opacity: 1 !important;
}

/* [data-bs-theme=dark] .btn-outline-dark {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #555;
  --bs-btn-hover-border-color: #555;
  --bs-btn-focus-shadow-rgb: 85, 85, 85;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #555;
  --bs-btn-active-border-color: #555;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #555;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #555;
  --bs-gradient: none;
} */

/* [data-bs-theme=dark] .btn-outline-dark:hover,
.btn-outline-dark:active {
  --bs-btn-color: #555 !important;
} */

[data-bs-theme=dark] .footer1 {
  background-color: reset;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* height: 60px; */
  /* line-height: 60px; */
  padding: 18px 0;
  /* ganti dari fixed height */
  /* background-color: #f5f5f5; */
  text-align: center;
  /* overflow: hidden; */
}

.notyf__toast {
  max-width: 50em !important;

}

.notyf__ripple {
  height: 60em;
  width: 60em;
}