html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
main {
  flex: 1;
}
header {
  width: 100%;
}
footer {
  width: 100%;
}

.bg-yhhl-light {
  background-color: rgba(254, 237, 221, 1);
}

.btn-search,
.btn-post {
  border-radius: 24px;

  --bs-btn-color: #fff;
  --bs-btn-bg: rgba(224, 122, 0, 1);
  --bs-btn-border-color: rgba(224, 122, 0, 1);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgba(224, 122, 0, 1);
  --bs-btn-hover-border-color: rgba(224, 122, 0, 1);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgba(224, 122, 0, 1);
  --bs-btn-active-border-color: rgba(224, 122, 0, 1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgba(224, 123, 0, 0.8);
  --bs-btn-disabled-border-color: rgba(224, 123, 0, 0.8);
}

.btn-search {
  font-size: 0.875rem;
}

.btn-search,
.btn-edit,
.btn-delete {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgba(224, 122, 0, 1);
  --bs-btn-border-color: rgba(224, 122, 0, 1);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgba(224, 122, 0, 1);
  --bs-btn-hover-border-color: rgba(224, 122, 0, 1);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgba(224, 122, 0, 1);
  --bs-btn-active-border-color: rgba(224, 122, 0, 1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgba(224, 123, 0, 0.8);
  --bs-btn-disabled-border-color: rgba(224, 123, 0, 0.8);
}

.btn-edit,
.btn-delete {
  border-radius: 0px;
  font-size: 0.875rem;
  border-width: 2px;
}
