@font-face {
  font-family: 'Inter';
  font-weight: 400;
  src: url("/static/fonts/Inter-Regular.ttf");
}
@font-face {
  font-family: 'Inter';
  font-weight: 600;
  src: url("/static/fonts/Inter-SemiBold.ttf");
}

html {
  height: 100%;
  position: relative;
}
body {
  height: 100%;
}

.mobile-message {
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .app-main {
    display: none;
  }
}
@media (min-width: 768px) {
  .mobile-message {
    display: none;
  }
}

.checked {
    color: rgb(255, 230, 0);
}

.my-btn {
    background-color: inherit !important;
    border: 0 !important; 
}
.ox-entry-text {
  font-size: 24px;
  width: fit-content;
  max-width: 95%;
}


.checkbox-xl .form-check-input {
  top: 1.2rem;
  scale: 1.7;
  margin-right: 0.8rem;
}
 
 .checkbox-xl .form-check-label {
  padding-top: 19px;
  margin-left: 0.8rem;
}

.ox-unrated {
  border-color: #fff!important;
  color: #fff;
  opacity: 0;
}

.ox-unrated.btn-outline-primary:hover {
  color: #fff;
  background-color: #d2d2d2;
  border-color: #d2d2d2;
}

.btn-outline-primary.checked {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.artwork-modal-img-gallery {
  height: 55vh;
  padding: 0.5rem;
  /* background: #f1f1f1; */
}

.artwork-modal-img-gallery img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.artwork-modal-text{
  max-width: 720px;
  margin: 0 auto;
}

.artwork-modal .card.ox-carousel-video {
  width: 67%;
  justify-content: center;
}

.ox-carousel-video-large {
  width: 100%;
  display: flex;
  justify-content: center;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  background: #fff;
}

.ox-carousel-video-large .embed-container {
    position: absolute;
    padding-bottom: calc(56.25% * .8);
    height: 0;
    overflow: hidden;
    width: 80%;
    max-width: 80%;
    background: #fff;
    transform: translate(0, -50%);
    top: 50%;
}

.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-container model-viewer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rate-form {
  padding: .4rem .5rem .25rem;
  background: #E4E7ED;
  border-radius: .5rem;
  width: fit-content;
  height: fit-content;
  margin: 0;
}

#login-form label {
  display: none;
}

.ox-qr-code {
  width: 200px;
  height: 200px;
}

.ox-qr-code img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.artwork-tiles {
  height: calc(100vh - 260px);
  background: #F2F2F2;
  padding: 1rem;
  margin: 1rem;
  justify-content: center;
  align-items: center;
  /* border-radius: .5rem; */
}

.rate-btn  {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.ox-error .invalid-feedback {
  display: block;
}

.errorlist {
  color: red;
  font-size: 1.1rem;
  list-style: none;
}
#confirm-box {
   line-height: 1;
   padding-bottom: .5rem;
}
@media (min-width: 992px) {
  .ox-entry-text {
    font-size: 2vw;
    width: fit-content;
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .ox-entry-text {
    font-size: 1.8vw;
    width: fit-content;
    max-width: 80%;
  }
}
@media (min-width: 1400px) {
  .ox-entry-text {
    font-size: 1.4vw;
    width: fit-content;
    max-width: 80%;
  }
}