/* // roulette.css  */
@import url("https://cdn-uicons.flaticon.com/2.4.2/uicons-solid-straight/css/uicons-solid-straight.css");
@import url("https://cdn-uicons.flaticon.com/2.4.2/uicons-regular-straight/css/uicons-regular-straight.css");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
*,
*::after,
*::before {
  box-sizing: border-box;
}

:root {
  font-size: 15px;
  user-select: none;
}

html {
  background-color: var(--color-bg);
  height: 100vh;
}

body {
  margin: 0;
  --color-text: #000;
  --color-bg: #d5d7ce;
  --color-link: #000;
  --color-link-hover: #000;
  --color-menuItem-hover: #e63811;
  color: var(--color-text);
  background-color: var(--color-bg);
  font-family: soleil, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --cursor-stroke: #000;
  --cursor-fill: none;
  --cursor-stroke-width: 1px;
  user-select: none;
  overscroll-behavior-y: contain;
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
}
@media (prefers-color-scheme: dark) {
  body {
    margin: 0;
    --color-text-dark: #fff;
    --color-bg-dark: #111a0d;
    --color-link: #fff;
    --color-link-hover: #fff;
    --color-menuItem-hover: #e63811;
    color: var(--color-text-dark);
    background-color: var(--color-bg-dark);
    --cursor-stroke: #fff;
  }
  .frame__menu {
    color: #fff;
  }
  .gallery__item-more {
    color: #fff !important;
  }
  .modal {
    background-color: #111a0d;
    color: #fff;
  }
  .close {
    color: #fff !important;
  }
  .share-button {
    color: #fff !important;
  }
  div.modal-header,
  .modal-content,
  .modal-content-body {
    background-color: #111a0d;
  }
  .contents_banner {
    color: #000;
  }
  hr {
    background-color: #464646;
  }
  .modal-header {
    box-shadow: 0 4px 8px 0 rgb(17 26 13 / 20%),
      0 6px 20px 0 rgb(188 169 169 / 19%) !important;
  }
  .fi-rs-heart {
    color: #fff !important;
  }
  .fi-ss-add {
    color: #fff !important;
  }
}
main {
  padding: 0rem 0rem;
  margin: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.modal-header {
  display: flex;
  /* align-items: center; */
  padding: 1rem 1rem;
  flex-direction: row;
  font-size: larger;
  flex-wrap: nowrap;
  position: sticky;
  top: 0;
  background-color: #d5d7ce;
  z-index: 9;
  vertical-align: middle;
  /* border-bottom: 1px solid #000; */
  width: 100%;
  align-content: center;
  height: 55px;
  justify-content: space-between;
  box-shadow: 0 4px 8px 0 rgb(213 215 206 / 20%),
    0 6px 20px 0 rgb(188 169 169 / 19%);
}

.modal-header > h4 {
  margin: 0 30 0 0px;
  width: -webkit-fill-available;
  text-align: -webkit-center;
}

/* The header right-Button */
.right-button {
  margin: 0;
  padding: 0;
  border: none;
  width: auto;
  color: #000;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.25rem;
  justify-content: flex-end;
}

.right-button > i {
  width: 30px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: inherit;
}

/* The Close Button */
.close {
  background: none;
  border-style: none;
  width: 30px;
  height: 30px;
  color: #000;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

canvas {
  margin: 0px 0 0 0;
  transition: 2s;
  border: solid 1px;
  border-radius: 100%;
  background-color: #fff;
}

#addDiv button {
  background: none;
  border: none;
}

button:active {
  background: #444;
  color: #f9f9f9;
}

#menu {
  width: 100%;
  display: flex;
  text-align: center;
  flex-direction: column;
  position: relative;
  align-items: center;
}

#menu::before {
  margin-top: 0px;
  content: "";
  position: absolute;
  width: 10px;
  height: 50px;
  border-radius: 5px;
  background: #e63811;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 22;
}
#menuAdd {
  padding: 0.8rem 1.8rem;
  /* border: none; */
  font-size: 1rem;
  font-weight: bold;
  border-radius: 5px;
  transition: 0.2s;
  cursor: pointer;
  width: 100%;
}
#addDiv {
  display: flex;
  width: 20rem;
  align-items: stretch;
  padding: 0;
  position: relative;
  /* bottom: 6.5rem; */
}

.btn_rotate {
  width: 80%;
  display: block;
  align-self: center;
  height: 4rem;
}

.btn_re {
  width: 20%;
  display: block;
  align-self: center;
  height: 4rem;
}

.btn_main {
  flex-direction: row;
  column-gap: 2%;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 0;
  position: relative;
  /* bottom: 2rem; */
  width: 20rem;
}

.fi-ss-add {
  font-size: 1.5rem;
}

#addDivINPUT {
  bottom: 0rem;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  position: fixed;
  padding: 1rem 2.5rem;
  width: -webkit-fill-available;
}

.fixed-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000; /* Ensure the fixed container stays above other elements */
}

.fixed-button {
  color: #fff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}

.main-content {
  /* display: flex; */
  /* flex-direction: column; */
  position: absolute;
  /* top: 5%; */
  height: auto;
  padding: 3.5rem 1.5rem;
  width: 100%;
}
