@charset "UTF-8";
.guest-row button {
  padding: 10px 30px;
  background-color: #192e03;
  color: #fff;
  transition: 300ms ease;
  border-width: 1px;
  border-radius: 0px;
}
.guest-row button:hover {
  color: #192e03;
  background-color: #fff;
}

input {
  padding: 10px;
}

button {
  padding: 10px 30px;
  background-color: #192e03;
  color: #fff;
  transition: 300ms ease;
  border-width: 1px;
  border-radius: 0px;
}
button:hover {
  color: #192e03;
  background-color: #fff;
}

select[name=type] {
  padding: 10px;
}

.single-wesela {
  text-align: center;
}

.weselny-content {
  margin: auto;
}

.weselny-banner {
  position: relative;
  height: 250px;
  overflow: hidden;
  min-height: 50vh;
}
.weselny-banner .weselny-banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  padding: 0px;
  width: 100%;
  height: 100%;
  align-content: flex-end;
}
.weselny-banner .weselny-banner-content h2 {
  font-size: 30px;
}
.weselny-banner img {
  min-height: 80vh;
}
.weselny-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.weselny-banner #weselny-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.weselny-banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  padding: 20px;
  z-index: 2;
}

.weselny-banner + div {
  max-width: 1200px;
}

.wyglad-inputs input {
  width: 100%;
}

.question-main {
  width: 100%;
}

.quiz-answer {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.quiz-answer input {
  width: 70%;
}
.quiz-answer label {
  align-content: center;
}

.delete-button {
  text-align: right;
}
.delete-button button {
  background-color: red;
  padding: 2px 10px;
}

#sortable {
  max-width: 500px;
}

.drag-item {
  padding: 12px;
  margin-bottom: 8px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  cursor: grab;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s ease;
}

.drag-item:hover {
  background: #f7f7f7;
}

.drag-item.dragging {
  opacity: 0.5;
  transform: scale(0.97);
}

.drag-handle {
  cursor: grab;
  font-size: 18px;
  opacity: 0.6;
}

.drag-item::after {
  content: "";
  display: block;
  height: 0;
  transition: all 0.2s ease;
}

.drag-item.drag-over {
  border: 2px dashed #999;
  background: #fafafa;
}

#weselny-save-msg {
  background: #d4edda;
  color: #155724;
  padding: 10px 15px;
  margin-bottom: 15px;
  border-radius: 6px;
}

.weselny-content-inner {
  margin: auto;
  margin-top: 50px;
}
.weselny-content-inner table {
  margin: auto;
  border-width: 0px;
}

/* kontener */
.weselny-content-inner {
  position: relative;
  overflow: hidden;
}

/* animowany wrapper */
.weselny-slide {
  position: relative;
  animation: slideIn 0.35s ease forwards;
}

/* wejście */
@keyframes slideIn {
  from {
    transform: translateX(40px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/* wyjście */
.weselny-slide-out {
  animation: slideOut 0.25s ease forwards;
}

@keyframes slideOut {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(-40px);
    opacity: 0;
  }
}
/* opcjonalnie lepszy UX */
.weselny-tile a {
  display: block;
  transition: transform 0.15s ease;
}

.weselny-tile a:active {
  transform: scale(0.97);
}

@keyframes slideOutBack {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(40px);
    opacity: 0;
  }
}
body {
  margin: 0px;
}
body .weselny-content {
  max-width: 1300px;
  padding: 15px;
}
body .weselny-tile {
  display: block;
  width: 90%;
  text-align: center;
  margin: auto;
  margin-bottom: 10px;
}
body .weselny-tile a {
  color: #000;
  text-decoration: none;
  padding: 20px;
  width: 100%;
  border: 1px solid #ccc;
  display: block;
  transition: 300ms ease;
}
body .weselny-tile a:hover {
  color: #fff;
}

@media screen and (min-width: 1000px) {
  body .weselny-tile {
    display: inline-block;
    width: 30%;
    text-align: center;
    margin-right: 10px;
  }
}
.main-h2 {
  font-weight: 500 !important;
}

.section-title-input {
  border-width: 0px 0px 1px 0px;
  width: 100%;
}

.new-block-section {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: flex-end;
}

.save-button-section {
  margin-right: 5px;
}

.text-input-block {
  width: 100%;
}

.question-input-block {
  margin-right: 10px;
  width: 75%;
}

.delete_module-section {
  padding: 0px 7px;
  background-color: #192e03;
  float: right;
  color: #fff;
  font-weight: 500;
}

.section-select {
  border-width: 1px;
  width: 100%;
}

input[type=checkbox] {
  appearance: none;
  background-color: #dfe1e4;
  border-radius: 72px;
  border-style: none;
  flex-shrink: 0;
  height: 20px;
  margin: 0;
  position: relative;
  width: 30px;
}

input[type=checkbox]::before {
  bottom: -6px;
  content: "";
  left: -6px;
  position: absolute;
  right: -6px;
  top: -6px;
}

input[type=checkbox],
input[type=checkbox]::after {
  transition: all 100ms ease-out;
}

input[type=checkbox]::after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 14px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 14px;
}

input[type=checkbox] {
  cursor: default;
}

input[type=checkbox]:hover {
  background-color: #c9cbcd;
  transition-duration: 0s;
}

input[type=checkbox]:checked {
  background-color: #192e03;
}

input[type=checkbox]:checked::after {
  background-color: #fff;
  left: 13px;
}

label :focus:not(.focus-visible) {
  outline: 0;
}

input[type=checkbox]:checked:hover {
  background-color: #192e03;
}

.weselny-slide {
  padding: 10px;
}
.weselny-slide textarea {
  box-shadow: none;
}

/*# sourceMappingURL=style.css.map */
