/* Application styles */
body {
  position: relative;
  min-height: 100dvh;
}
.footer {
  position: sticky;
  top: 100%;
}

.mso {
  font-family: 'Material Symbols Outlined';
  vertical-align: -.125rem;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}

.form-control::placeholder {
  color: #e0e0e0; /* Bootstrapのデフォルトの色が濃すぎる。薄くする */
}

/* メインカラー */
.text-main {
  color:#ff8901 !important;
}
.bg-main-subtle {
  background-color: #fff6e6 !important;
}
.bg-main {
  background-color: #ff8901 !important;
}
.border-main {
  border: solid;
  border-color: #ff8901 !important;
}
.btn-main {
  background-color: #ff8901 !important;
  border-color: #ff8901 !important;
  color: white !important;
}
.btn-outline-main {
  color: #ff8901 !important;
  border-color: #ff8901 !important;
  background-color: white !important;
}
.btn-outline-main:focus, .btn-outline-main:hover, .btn-outline-main:active {
  background-color: #ff8901 !important;
  border-color: #ff8901 !important;
  color: white !important;
}

.title-border-main, h1 {
  border-left: 8px solid #ff8901;
  border-bottom: 2px solid #ff8901;
  padding: 4px 16px;
  margin-bottom: 16px !important;
}

/* member/以下 */
.h-min-100 {
  min-height: 100vh;
}

.top-padding {
  padding-top: 40px;

  @media print {
    padding-top: 0;
  }
}

.side-menu {
  .list-group-item-action {
    border: none;
  }
  .list-group-item-action:hover {
    background-color: #fff6e6 !important;
  }
}
