.oid-text-title {
  font-size: 40px;
}
.oid-header-wrapper {
  width: 100vw;
}
.oid-bg-color {
  background-color: #fce4e4;
}

.oid-bg-btn {
  background-color: #f97a67;
}

.oid-text-tag {
  font-size: 20px;
}

.oid-date {
  font-size: 30px;
}

.title-section {
  justify-content: space-between;
  align-items: flex-end;
}
.text-title-wrapper {
  position: absolute;
  top: 10vw;
  left: 10vw;
}

.text-header-title {
  font-size: 4.167vw;
}
.text-header-subtitle {
  font-size: 1.615vw;
  color: #c09167;
}
.image-header-wrapper {
  position: absolute;
  top: 10vw !important;
  right: 0vw !important;
}
#mobile-size {
  display: none;
}

#desktop-size {
  display: block;
}

#header-kv .content {
  top: 5.5vw !important;
}

.star-icon {
  width: 4vw;
}

.kv-title {
  font-size: 4vw;
  color: black;
  font-weight: bold;
  line-height: 4vw;
}

.text-header-subtitle {
  font-size: 2vw;
  padding-top: 1vw !important;
  /* padding-bottom: 17vw !important; */
}

img.kv-compon {
  /* width: 22vw !important; */
  /*height: fit-content;*/
}

.welcome-gallery-group img.header-bg{
  border-radius: 8px;
}

@media (min-width: 1024px) and (max-width: 1439.98px) {
  .oid-text-tag {
    font-size: 14px;
  }

  .oid-date {
    font-size: 20px;
  }

  .oid-container {
    width: 7.3rem;
  }
}

@media (min-width: 1440px) and (max-width: 1599.98px) {
  .oid-text-tag {
    font-size: 18px;
  }

  .oid-date {
    font-size: 27px;
  }
}

@media (max-width: 767.98px) {
  #desktop-size {
    display: none !important;
  }
  .gap-select {
    gap: 0em !important;
  }

  .oid-container {
    width: 3rem !important;
  }
  .oid-w-100s {
    width: 100% !important;
  }
  .oid-px-0xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #mobile-size {
    display: block !important;
  }
  .oid-pt-0-m {
    padding-top: 0;
  }
  .oid-text-title {
    font-size: 5vw;
  }
  .header-molecule-wrapper {
    position: absolute;
    left: 59% !important;
    bottom: 92% !important;
  }

  .title-section {
    justify-content: space-between;
    align-items: flex-start !important;
  }

  .text-header-title {
    font-size: 9vw;
  }
  .oid-flex-column-s {
    flex-direction: column;
  }
  .oid-flex-row-s {
    flex-direction: row !important;
  }

  #header-kv .content {
    top: 33px !important;
  }

  .star-icon {
    width: 9vw;
  }

  .kv-title {
    font-size: 11vw;
    color: black;
    font-weight: bold;
    line-height: 10vw;
  }

  .text-header-subtitle {
    font-size: 4vw;
    padding-top: 5vw !important;
    padding-bottom: 17vw !important;
  }

  img.kv-compon {
    width: 78vw !important;
  }
  .oid-justify-start-xs {
    justify-content: flex-start !important;
  }
  input[type="date"]
  {
    /* Solution 2 */
    min-width: 96%;
  }
}

@media (min-width: 768px) and (max-width: 1023.9px){
  .oid-container {
    width: 7.3rem !important;
  }
}

#oid-form-visit input[type='text'],
input[type='date'] {
  padding: 12px 0px;
  display: inline-block;
  border-bottom: 1px solid #ccc;
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: transparent;
}
#oid-form-visit input[type='text'].numbering {
  padding: 0.12rem 0rem !important;
}
#oid-form-visit input[type='radio'],
#oid-form-visit input[type='checkbox'] {
  margin-top: 1em;
  transform: scale(1.3);
  padding: 0.4em;
  -webkit-appearance: none;
  outline: 0.1em solid black;
  outline-offset: 0.1em;
}
#oid-form-visit input[type='radio'],
#oid-form-visit input[type='checkbox'] {
  margin-top: 1em;
  transform: scale(1.3);
  padding: 0.4em;
  -webkit-appearance: none;
  outline: 0.1em solid black;
  outline-offset: 0.1em;
}

#oid-form-visit input[type='radio']:checked,
#oid-form-visit input[type='checkbox']:checked {
  display: inline-block;
  background-color: #000;
}

#oid-form-visit select {
  padding: 0 0.5em 0.2em 0;
  border: 1px solid #ccc;
  /* font-family: 'oppo-light'; */
  border-bottom: 1px solid #ccc;
  border-top: none;
  border-left: none;
  border-right: none;
}

#oid-form-visit select:focus,
select:hover {
  border-radius: 0;
  outline: 0;
}

#oid-form-visit select {
  width: 100%;
  padding: 12px 5px;
  display: inline-block;
  border-bottom: 1px solid #ccc;
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: transparent;
}
#submission .oid-submit-btn {
  background-image: linear-gradient(to right, #000, #000);
  text-decoration: none !important;
  padding: 0.5em 3em;
  text-align: center;
  transition: 0.5s;
  color: #fff;
  font-size: 1em;
  border: 1px solid black;
  border-radius: 5em;
  z-index: 1;
}
.header-molecule-wrapper {
  position: absolute;
  left: 30%;
  bottom: 35%;
}
.oid-items-end {
  align-items: flex-end;
}
.spinftw {
  border-radius: 100%;
  display: inline-block;
  height: 30px;
  width: 30px;
  top: 50%;
  position: absolute;
  -webkit-animation: loader infinite 2s;
  -moz-animation: loader infinite 2s;
  animation: loader infinite 2s;
  box-shadow: 25px 25px #27ae60, -25px 25px #27ae60, -25px -25px #27ae60,
  25px -25px #27ae60;
  background-size: contain;
  overscroll-behavior: contain;
}

@-webkit-keyframes loader {
  0%,
  100% {
    box-shadow: 25px 25px #27ae60, -25px 25px #27ae60, -25px -25px #27ae60,
    25px -25px #27ae60;
  }
  25% {
    box-shadow: -25px 25px #27ae60, -25px -25px #27ae60, 25px -25px #27ae60,
    25px 25px #27ae60;
  }
  50% {
    box-shadow: -25px -25px #27ae60, 25px -25px #27ae60, 25px 25px #27ae60,
    -25px 25px #27ae60;
  }
  75% {
    box-shadow: 25px -25px #27ae60, 25px 25px #27ae60, -25px 25px #27ae60,
    -25px -25px #27ae60;
  }
}

@-moz-keyframes loader {
  0%,
  100% {
    box-shadow: 25px 25px #27ae60, -25px 25px #27ae60, -25px -25px #27ae60,
    25px -25px #27ae60;
  }
  25% {
    box-shadow: -25px 25px #27ae60, -25px -25px #27ae60, 25px -25px #27ae60,
    25px 25px #27ae60;
  }
  50% {
    box-shadow: -25px -25px #27ae60, 25px -25px #27ae60, 25px 25px #27ae60,
    -25px 25px #27ae60;
  }
  75% {
    box-shadow: 25px -25px #27ae60, 25px 25px #27ae60, -25px 25px #27ae60,
    -25px -25px #27ae60;
  }
}

@keyframes loader {
  0%,
  100% {
    box-shadow: 25px 25px #27ae60, -25px 25px #27ae60, -25px -25px #27ae60,
    25px -25px #27ae60;
  }
  25% {
    box-shadow: -25px 25px #27ae60, -25px -25px #27ae60, 25px -25px #27ae60,
    25px 25px #27ae60;
  }
  50% {
    box-shadow: -25px -25px #27ae60, 25px -25px #27ae60, 25px 25px #27ae60,
    -25px 25px #27ae60;
  }
  75% {
    box-shadow: 25px -25px #27ae60, 25px 25px #27ae60, -25px 25px #27ae60,
    -25px -25px #27ae60;
  }
}

#loadingSpinner {
  text-align: center;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9999;
}
.oid-display-none {
  display: none;
}
.mfp-close {
  position: relative;
}
.gap-select {
  gap: 2em;
}

.oid-border-radius-16 {
  border-radius: 8px;
}