/* Custom Css */

.image-list {
  margin: 0px;
  margin-left: 0px;
  border-radius: .25rem;
  border: 1px solid #ced4da;
  padding: 0.5rem!important;
  color: #000!important;
  background-color: #fff;
}

.image-delete {
  width: 24px;
  position: absolute;
  padding: 0;
  cursor: pointer;
}

.image-update {
  width: 100%;
  padding: .25rem;
  cursor: pointer;
}

.entry-sign {
  height: 22px;
  border-radius: 0.75rem;
  font-size: .625rem;
  padding: 3px .75rem;
  margin: 4px auto 4px 0;
  color: #fff;
  background-color: RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1));
}

.visible-sign {
  height: 22px;
  border-radius: 0.75rem;
  font-size: .625rem;
  padding: 3px .75rem;
  margin: 4px auto 4px 0;
  color: #fff;
  background-color: RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1));
}

.sending-modal {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  border-radius: calc(.3rem - 1px);
}

.setting-btn {
  top: 5px;
  height: 0;
  padding-left: 5px;
}

.open {
  transform: rotate(0deg)!important;
}

#offcanvas-1 {
  width: 320px;
  margin: 5px;
  border-radius: 10px;
}

#setting-btn {
  border-radius: 31px;
  padding: 6px;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #eb6864;
  border-color: #eb6864;
}

.arrow img {
  transform: rotate(-90deg);
}

@media (min-width:500px) {
  .side-header {
    display: flex!important;
    position: fixed!important;
    justify-content: center!important;
    flex-direction: column!important;
    width: 10%;
    max-width: 150px;
    top: 0!important;
    bottom: 0!important;
  }
}

@media (max-width:499px) {
  .side-header {
    display: none!important;
  }
}

@media (min-width:500px) {
  .top-header {
    display: none!important;
  }
}

@media (max-width:499px) {
  .top-header {
    display: flex!important;
    padding: 1.5rem!important;
  }
}

.detail-width {
  width: 96%!important;
  max-width: 1024px;
}

#large-image {
  width: 100%!important;
  height: auto!important;
  object-fit: contain;
  aspect-ratio: 1;
}

#profile-image {
  width: 100%;
  max-width: 300px;
  object-fit: cover;
  aspect-ratio: 1;
  margin-bottom: 1rem;
  margin-right: auto!important;
  margin-left: auto!important;
}

.summary-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 1;
  border-radius: calc(.25rem - 1px);
}

.small-image {
  width: 100%!important;
  height: 100%!important;
  object-fit: cover;
  aspect-ratio: 1;
  cursor: pointer;
}

#sending-alert {
  height: 120px;
  padding-top: .5rem;
  text-align: center;
}

#complete-alert {
  height: 120px;
  padding-top: 1rem;
  text-align: center;
}

.summary-card {
  position: relative;
  /*display: flex;*/
  flex-direction: column;
  /*min-width: 0;*/
  /*word-wrap: break-word;*/
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  padding: 0.75rem;
  /*width: 100%;*/
  height: 100%!important;
  cursor: pointer;
}

.event-card {
  position: relative;
  /*display: flex;*/
  flex-direction: column;
  /*min-width: 0;*/
  /*word-wrap: break-word;*/
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  padding: 0.75rem;
  /*width: 100%;*/
  height: 100%!important;
  cursor: pointer;
}

.ad-card {
  position: relative;
  /*display: flex;*/
  flex-direction: column;
  /*min-width: 0;*/
  /*word-wrap: break-word;*/
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  padding: 0.75rem;
  /*width: 100%;*/
  height: 100%!important;
  cursor: pointer;
}

.team-card {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(235,104,100,0.5);
  border-radius: .25rem;
  padding: 0.75rem;
  height: 100%!important;
  cursor: pointer;
}

.stars {
  display: flex;
  margin-top: .25rem;
  margin-left: .25rem;
  position: absolute;
  padding-left: 0;
  list-style: none;
}

.summary-image {
  display: flex;
  margin-bottom: .75rem;
}

body, ul, li, p, a, label, input, div {
  /*font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans", Meiryo, sans-serif;*/
  font-weight: 300 !important;
}

.stars .material-icons {
  margin-right: -0.1rem;
}

.logo {
  /*font-family: 'Roboto', sans-serif;*/
  /*font-size: clamp(24px,6.2vw,44px) !important;*/
  /*font-weight: 400 !important;*/
  /*color: var(--bs-success)!important;*/
  /*letter-spacing: -2px;*/
  /*margin-top: .75rem;*/
  /*margin-bottom: .75rem;*/
  /*max-width: 210px;*/
  /*width: clamp(210px,100%,240px)!important;*/
}

#gototop {
  right: 15px;
  bottom: 15px;
  font-size: 48px;
  position: fixed!important;
  font-weight: 700!important;
  border-radius: 50%;
  color: #fff!important;
  background-color: RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1))!important;
  z-index: 9999;
}

#entry-info > div {
  padding: 10px;
  text-align: center;
  width: calc(230px + 20vw);
  bottom: 5px;
  position: fixed;
  border-radius: 0.375rem;
  background-color: #ffffffc0;
  z-index: 999;
}

#event-list {
  min-height: 200px;
}

.image-frame {
  display: flex;
  height: auto;
  padding: .25rem;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  margin-left: clamp(0px,calc((1vw - 4px) * 3),30px);
  margin-right: clamp(0px,calc((1vw - 4px) * 3),30px);
}

.org-header {
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  padding: 1rem;
  height: auto;
  row-gap: 1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.new-event-card {
  position: relative;
  display: flex;
  flex-direction: column;
  /*min-width: 0;*/
  /*word-wrap: break-word;*/
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  padding: 1rem;
  height: 100%;
  min-height: 180px;
  /*align-items: center;*/
  /*justify-content: center;*/
}

.menu-card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  padding: 1rem;
  height: 100%;
  /*min-height: 180px;*/
  align-items: center;
  justify-content: center;
  row-gap: .5rem;
}

.info-board {
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  padding: 1rem;
  height: auto;
}

.info-board ul {
  margin-bottom: .5rem;
}

.info-board div {
  overflow-y: scroll;
  height: 250px;
}

.org-header .material-icons {
  margin-top: .125rem;
  margin-right: .25rem;
}

#templatemo_nav_top {
  min-height: 40px;
  scrollbar-gutter: stable both-edges;
}

#templatemo_nav_top * {
  font-size: .9em !important;
}

.home-btn {
  padding: 9px 12px;
  border-radius: 50rem;
}

#editevent-btns {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: .5rem;
}

@media (max-width: 400px) {
  #editevent-btns, #editinfo-btns {
    flex-direction: column!important;
  }
}

#event-form sup, #entry-form sup {
  color: #dc3545;
  font-weight: 700;
}

@media (max-width: 440px) {
  .org-header button {
    width: 100%;
  }
}

.ef-item {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .25rem;
  /*padding-top: .5rem;*/
  /*padding-bottom: .5rem;*/
  /*width: 100%;*/
  /*border-bottom: 1px solid #dee2e6;*/
}

.ef-item-label {
  flex-grow: 1;
  width: 130px;
  max-width: 260px;
}

.ef-item-option {
  flex-grow: 1;
  width: 210px;
  max-width: 600px;
}

.border-success {
  border-color: #69bb7e!important;
}

.nav-link {
  padding-top: 0.25rem;
  padding-bottom: .25rem;
}

#signin-nav {
  padding-right: .75rem;
  padding-left: .75rem;
  border-color: #69bb7e!important;
  border-radius: 50rem!important;
}

#signin-nav:hover {
  background-color: #69bb7e;
  color: #ffffff!important;
}

#templatemo_main_nav a:hover {
  color: #69bb7e;
}

#templatemo_main_nav .active {
  color: #69bb7e;
  font-weight: bold!important;
}

#templatemo_main_nav a {
  color: #212934;
}

#date:not(:focus-within) + #date-help {
  display: none;
}

#date:focus-within + #date-help {
  display: block;
}

#vlocation:not(:focus) + #vlocation-help {
  display: none;
}

#vlocation:focus + #vlocation-help {
  display: block;
}

#vname:not(:focus) + #vname-help {
  display: none;
}

#vname:focus + #vname-help {
  display: block;
}

#vprice:focus + #vprice-help {
  display: block;
}

#vcapacity:focus + #vcapacity-help {
  display: block;
}

.navbar-brand img {
  width: clamp(200px,calc(6vw + 180px),260px)!important;
  margin-top: .75rem;
  margin-bottom: .75rem;
}

body {
  overflow-y: scroll;
  height: 100%!important;
}

.rule li {
  margin-bottom: .5rem!important;
}

@media (min-width: 992px) {
  #templatemo_main_nav .navbar-nav {
    max-width: 600px;
  }
}

@media (min-width: 1200px) {
  #templatemo_main_nav .navbar-nav {
    max-width: 650px;
  }
}

.navbar-nav {
  font-size: 1rem;
}

.header-underline {
  height: 2px!important;
  color: var(--bs-success)!important;
  margin-top: -0.25rem;
  margin-bottom: 1.75rem;
}

.h1, h1 {
  font-size: clamp(23px,calc(1.25rem + 1.5vw),42px);
}

.h2, h2 {
  font-size: calc(1.25rem + .5vw);
}

.fs-18px {
  font-size: 18px;
}

.btn-info {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

.org-check-input:checked {
  background-color: var(--bs-info);
  border-color: var(--bs-info);
}

.btn-warning {
  color: var(--bs-dark);
  background-color: var(--bs-warning);
  border-color: var(--bs-warning);
}

.btn-danger {
  color: #fff;
  background-color: var(--bs-danger);
  border-color: var(--bs-danger);
}

.title:hover {
  color: #ffffff;
  background: rgba(101,101,101,0.5);
}

#image-delete {
  margin-top: -.25rem;
  margin-left: -.25rem;
}

#delete-image {
  margin-top: -.25rem;
  margin-left: -.25rem;
}

.org-card img {
  object-fit: cover;
  aspect-ratio: 1;
}

#tempaltemo_footer a {
  color: #dcdde1;
  text-decoration: none;
}

#tempaltemo_footer a:hover {
  color: #68bb7d;
}

.bg-black {
  background-color: #1d242d !important;
}

.bg-dark {
  background-color: #212934 !important;
}

#information {
  overflow-y: scroll;
  height: 40vh;
}

.prev-next {
  display: flex!important;
  justify-content: center!important;
  align-items: center!important;
  width: 46px;
  height: 46px;
  border-radius: 23px;
}

.org-card {
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.org-card div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  display: flex;
}

.org-card h4:hover {
  font-weight: bold;
  background: rgba(255,255,255,0);
}

#nowloading span {
  position: absolute;
  width: 80px;
  height: 80px;
  font-size: 30px;
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity));
  margin-top: 3rem;
}

.btn-outline-info {
  color: var(--bs-btn-color);
  border-color: var(--bs-btn-border-color);
}

.item-record {
  padding-top: .5rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid #dee2e6;
}

.col-gap-3 {
  column-gap: 1rem;
}

.check-group {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  margin-bottom: .5rem;
}

#tune-small {
  width: 16px;
  padding: 2px;
  height: 16px;
  margin-right: .125rem;
  margin-bottom: .125rem;
  border-radius: 50rem;
}

#filter-check {
  padding: .25rem;
  position: absolute;
  margin-left: -1.25rem;
  margin-top: -.5rem;
  opacity: 0;
}

#profile-contents .card {
  padding: 1.25rem;
  height: auto!important;
}

#profile-intro {
  font-size: 18px;
  margin-bottom: 1.5rem;
}

.profile-event {
  flex: 0 0 auto;
  padding-left: .75rem!important;
  padding-right: .75rem!important;
  padding-top: 0rem!important;
  padding-bottom: 1.5rem!important;
}

.org-card h4 {
  font-size: clamp(15px,calc(.75rem + .7vw),22px);
  text-align: center;
  padding: .5rem;
  word-wrap: break-word!important;
  word-break: break-word!important;
  background: rgba(255,255,255,0.8);
  width: 100%;
}

.nav-item .active {
  font-weight: bold!important;
}

#profile-events {
  font-size: 1.25rem!important;
  font-weight: 700!important;
  color: rgba(var(--bs-primary-rgb));
}

#createform-btn, #delete-btn {
  min-width: 276px;
}

#entry-list > div > a > div {
  height: 100%;
  padding: .5rem;
  border-radius: .25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#entry-list a {
  text-decoration: none;
}

#visible-setting .form-check-label {
  white-space: nowrap;
}

#visible-setting {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem 3rem;
  margin-bottom: 1rem;
}

#visible-setting > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
}

#visible-setting .form-check-input:checked {
  background-color: var(--bs-info);
  border-color: var(--bs-info);
}

#entry-btns {
  text-align: center;
  padding-top: 1rem;
}

#entry-btns > div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: .25rem;
  column-gap: 1rem;
}

#entry-start, #entry-end {
  /*white-space: nowrap;*/
}

.wait-unit {
  border: 2px solid var(--bs-info);
  color: #000;
  background-color: RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1));
}

.cancel-unit {
  color: #6c757d;
  background-color: RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1));
}

.entry-unit {
  color: #fff;
  background-color: var(--bs-info);
}

#entry-detail input, #entry-detail textarea {
  margin-bottom: .5rem;
}

#eef-capacity, #eef-capacityover {
  width: 120px;
}

#date-and-capacity {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: .5rem;
  margin-bottom: .5rem;
}

.btn {
}

#entry-detail a {
  margin-left: .25rem;
  margin-bottom: .5rem;
  white-space: nowrap;
  padding: .25rem .5rem;
  border-radius: .25rem;
}

#blocks > div > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
  background-color: RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1));
  padding: .5rem 1rem;
  min-width: 110px;
}

#blocks > div > div > input {
  width: 70px;
  text-align: right;
}

#blocks > div {
  flex: 0 0 auto;
  width: auto;
}

#blocks {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: .5rem;
  margin-bottom: .5rem;
  --bs-gutter-x: 0.5rem;
  --bs-gutter-y: 0.5rem;
}

.target {
  display: flex;
  flex-direction: column;
  padding: .5rem;
  height: 100%;
  border-radius: .25rem;
  color: #000;
  background-color: RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1));
}

.target span {
  display: inline-block;
  padding: .35em .65em;
  margin-bottom: .5rem;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 50rem;
}

.target div:last-child {
  display: flex;
  margin-top: auto;
  gap: .5rem;
  justify-content: flex-end;
}

@keyframes flip-vertical-right {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}

.lottery-container {
  -webkit-perspective: 1000;
}

.lottery-container:active .lottery-item {
  -webkit-transform: rotateY(180deg);
}

.lottery-container:active .item-front {
  z-index: 1;
}

.lottery-container:active .item-back {
  z-index: 2;
}

.lottery-item {
  position: relative;
  -webkit-transform-style: preserve-3d;
  transition: all 0.4s ease-in-out;
}

.item-front {
  position: relative;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}

.item-back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotateY(180deg);
}

.lottery-flip > div:first-child {
  -webkit-animation: flip-vertical-right 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both reverse;
  animation: flip-vertical-right 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both reverse;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotateY(-180deg);
}

.lottery-flip > div:last-child {
  -webkit-animation: flip-vertical-right 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
  animation: flip-vertical-right 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
  -webkit-backface-visibility: hidden;
  /*-webkit-transform: rotateY(-180deg);*/
}

.lottery-result {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  font-size: calc(1vw / 0.5 + 12px);
  position: absolute;
}

#lottery-flips > .col {
  max-width: 250px;
  aspect-ratio: 1;
}

#lottery-flips {
  justify-content: center;
  --bs-gutter-x: 0.5rem;
}

.click-molkky {
  position: absolute;
  cursor: pointer;
}

#match-list > div > div {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: 1rem;
  padding-left: 1rem;
  text-align: center;
  /*color: #000;*/
  background-color: RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1));
  border-radius: .25rem;
}

#match-list h6 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity));
  font-weight: 700;
}

#match-list p {
  margin-bottom: .25rem;
}

#match-list {
  --bs-gutter-x: 0.5rem;
  --bs-gutter-y: 0.5rem;
  margin-top: .5rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans", Meiryo, sans-serif;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x,.75rem);
  padding-left: var(--bs-gutter-x,.75rem);
  margin-right: auto;
  margin-left: auto;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

#entry-setting div {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: 0.25rem;
}

#event-form input:checked {
  background-color: var(--bs-info);
  border-color: var(--bs-info);
}

#event-form input:focus, #event-form textarea:focus, #event-form select:focus {
  border-color: #b2e1f5;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(100,194,235,0.25);
}

#event-form:has(#entry-type > option[value="2"]:checked, option[value="3"]:checked) #entry-setting {
  display: block!important;
}

#entry-info p {
  margin: 0.5rem 0 0;
}

#entry-setting small {
  white-space: nowrap;
  min-width: 56px;
}

#entry-setting input, #entry-setting select {
  width: 216px;
}

#entry-info {
  height: 0;
}

#detail p {
  /*line-height: 1.75;*/
}

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

#tag-manual {
  font-size: .875em;
  margin-top: .25rem;
}

.tag-div {
  white-space: nowrap;
  margin-left: 1rem;
  margin-right: 1rem;
}

.ad-card img {
  max-width: 100%;
}

.ad-card img:first-of-type {
  position: absolute;
}

.ad-card > div {
  position: relative;
  margin-bottom: .75rem;
}

.ad-card > div::after {
  content: "広告";
  font-size: .875em;
}

.team-card img {
  max-width: 100%;
  height: auto;
  margin-bottom: .75rem;
  padding-bottom: .75rem;
}

.team-card div {
  display: flex;
  margin-block: .25rem;
}

.ad-card > p {
  margin-bottom: 0;
}

#vdetail-context-menu > div {
  padding: 8px 12px;
  cursor: pointer;
  font-size: 1rem;
  background-color: var(--bs-body-bg);
}

#vdetail-context-menu > div:hover {
  background-color: var(--bs-gray-200);
}

#vdetail-context-menu {
  position: absolute;
  display: none;
  z-index: 10000;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
  padding: 5px 0;
  border-radius: 4px;
  min-width: 120px;
}

#vdetail-context-menu > hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

.material-icons-round {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb),var(--bs-text-opacity));
  margin-right: .25rem;
}

.new-event-card p {
  font-size: 1.25rem;
  margin-bottom: auto;
  padding-bottom: .5rem;
}

.new-event-card img {
  max-width: 100%;
  margin-bottom: .75rem;
  object-fit: contain;
  aspect-ratio: 1;
  border-radius: calc(.25rem - 1px);
}

.new-event-card div {
  display: flex;
  margin-bottom: .25rem;
}

.new-event-card .private {
  min-width: 90px;
  font-weight: 400;
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important;
  border-radius: var(--bs-border-radius-pill);
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

.new-event-card .public {
  min-width: 90px;
  font-weight: 400;
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important;
  border-radius: var(--bs-border-radius-pill);
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

.new-event-card div:last-of-type {
  justify-content: space-between;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: 0;
}

.menu-card button {
  min-width: 170px;
}

.stars .material-icons-round {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important;
  margin-right: 0;
}

.inquiry-confirm input, .inquiry-confirm textarea {
  border-color: rgba(255,255,255,0);
}

#input-inquiry sup {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity));
}

#input-inquiry .form-floating {
  margin-bottom: .5rem;
}

#input-inquiry textarea {
  min-height: 100px;
}

#input-inquiry, #confirm-inquiry, #input-report, #confirm-report {
  display: none;
}

#sending-inquiry, #sending-report {
  display: none;
  text-align: center;
  padding: 2rem;
}

#complete-inquiry, #complete-report {
  display: none;
  text-align: center;
}

.input-proccess #input-report {
  display: block;
}

.input-proccess #input-inquiry {
  display: block;
}

.confirm-proccess #confirm-inquiry {
  display: block;
}

.confirm-proccess #confirm-report {
  display: block;
}

.sending-proccess #sending-inquiry {
  display: block;
}

.sending-proccess #sending-report {
  display: block;
}

.complete-proccess #complete-inquiry {
  display: block;
}

.complete-proccess #complete-report {
  display: block;
}

#report-message {
  min-height: 100px;
}

#information > ul {
  display: flex;
  align-items: flex-start;
}

