html,
body {
  font-family: "Outfit", sans-serif !important;
}

.accordion-button {
  font-family: "Outfit", sans-serif !important;
}

.login-container {
  min-height: 90vh;
  display: flex;
}

.login-card {
  background: #dee2e6 !important;
  display: flex;
  margin: auto;
  width: 30%;
}

@media (max-width: 1000px) {
  .login-card {
    width: 100% !important;
  }
}

.main-container {
  min-height: 75vh;
}

.nys-main-navbar .nav.nav-pills .nav-link.active,
.nys-main-navbar .nav.nav-pills .show > .nav-link {
  color: var(--bs-primary) !important;
  background-color: transparent !important;
}

.file-drop-area {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  max-width: 100%;
  min-height: 170px;
  padding: 25px;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 3px;
  background-color: #fff;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.choose-file-button {
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  padding: 8px 15px;
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
}

.file-message {
  font-size: small;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

.file-drop-area.is-dragover {
  border-color: #198754;
  background-color: #f0fff6;
}

.file-drop-area.has-file .choose-file-button,
.file-drop-area.has-file .file-message {
  display: none;
}

.file-preview-image {
  max-width: 100%;
  max-height: 120px;
  object-fit: contain;
  border-radius: 4px;
}

.file-preview-name {
  max-width: 100%;
  font-size: 0.8rem;
  line-height: 1.2;
  text-align: center;
  word-break: break-word;
}

.file-error-message {
  color: #c1121f;
  font-size: 0.8rem;
  text-align: center;
}

.file-drop-area.has-error {
  border-color: #c1121f;
}

.file-remove-button {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 3;
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 999px;
  background: #dc3545;
  color: #fff;
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.file-remove-button:hover {
  background: #bb2d3b;
}

textarea {
  min-height: 20rem !important;
}

.druckbutton {
  font-size: 0.6rem !important;
  line-height: 1.5rem !important;
}

.footer-light a {
  font-size: 0.8rem !important;
}

.footer-light p {
  font-size: 0.8rem !important;
}

.headerbannerimage {
  min-height: 60vh;
  display: flex;
  margin: auto;
  justify-content: center;
}

.headerbannerimage h2 {
  margin: auto;
}

.motivvorschau {
  max-width: 50px;
  max-height: 100px;
  transform: rotate(20deg);
  position: relative;
  top: 120px;
  left: -22px;
  text-align: center;
  margin: auto;
}

.motivvorschau p {
  font-size: 0.6rem;
  max-width: 100%;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}

@media (max-width: 700px) {
	.motivvorschau { 
    left: -22px;
    top: 140px;
  }
}

@media (max-width: 1000px) {
	.motivvorschau { 
    left: -20px;
    top: 130px;
  }
}


@media (max-width: 1300px) {
	.motivvorschau { 
    left: -22px;
    top: 140px;
  }
}

.img-vorschau {
  max-width: 40px !important;
  display: flex;
  margin: auto;
  justify-content: center;
}

.parent {
  height: 100vh;
}
.parent > .row {
  display: flex;
  align-items: center;
  height: 100%;
}
.col .selectable-img {
  height: 100px;
  width: 100%;
  cursor: pointer;
  transition: transform 1s;
  object-fit: cover;
}
.col label {
  overflow: hidden;
  position: relative;
}
.imgbgchk:checked + label > .tick_container {
  opacity: 1;
}

.imgbgchk:checked + label > img {
  /* transform: scale(1.25); */
  opacity: 0.3;
}
.tick_container {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  cursor: pointer;
  text-align: center;
}
.tick {
  background-color: #4caf50;
  color: white;
  font-size: 32px;
  padding-top: 4px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
}

.tick i{
  display: flex;
  justify-content: center;
}

.bestellbutton {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}


.sockenpreviewcontainer{
  pointer-events: none;
    /* Optional: Zeigt dem Nutzer, dass es nicht anklickbar ist */
    cursor: not-allowed;
}

#LogTable th{
  text-align: center;
}


/*Mobile ausblenden*/

@media (max-width: 1000px) {
    .no-mobile{
      display: none;
}
  
}

/*Mobile Meldung*/
@media (max-width: 1000px) {
    .display-mobile-message{
      display: block;
}
  
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.custom-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.playlist-item {
    cursor: pointer;
}

.playlist-item:hover {
    background-color: #f8f9fa;
}
