@font-face {
  font-family: GTW Pro Light;
  src: url(../fonts/GT-Walsheim-Pro-Light.ttf);
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
}
@font-face {
  font-family: GTW Pro Regular;
  src: url(../fonts/GT-Walsheim-Pro-Regular.ttf);
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
}
@font-face {
  font-family: GTW Pro Medium;
  src: url(../fonts/GT-Walsheim-Pro-Medium.ttf);
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
}
@font-face {
  font-family: GTW Pro Bold;
  src: url(../fonts/GT-Walsheim-Pro-Bold.ttf);
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
}
body {
  padding: 0;
  max-width: 1514px;
  margin: auto;
  font-size: 16px;
  font-family: "GTW Pro Regular", sans-serif;
  background-color: #ffffff;
  color: rgb(1, 37, 20);
  box-sizing: border-box;
}

h1 {
  font-family: "GTW Pro Regular", sans-serif;
  line-height: 140%;
  letter-spacing: 0;
  font-size: 28px;
  margin: 0;
  font-weight: 400;
}

h2 {
  font-family: "GTW Pro Regular", sans-serif;
  line-height: 140%;
  letter-spacing: 0;
  font-size: 20px;
  margin: 0;
  font-weight: 400;
}

h3 {
  font-family: "GTW Pro Medium", sans-serif;
  line-height: 160%;
  letter-spacing: 0;
  font-size: 16px;
  margin: 0;
  font-weight: 500;
}

small {
  font-family: "GTW Pro Light", sans-serif;
  font-size: 14px;
  color: #707070;
  font-weight: 300;
}

strong {
  font-family: "GTW Pro Bold", sans-serif;
}

a {
  color: rgb(1, 37, 20);
}
a:hover {
  color: rgb(43, 125, 255);
}

.login {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.creds {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fbfbfb;
  padding: 20px 40px 20px 40px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 24px 60px 0px;
  scale: 100%;
}
.creds:hover, .creds :focus, .creds :active {
  animation: scaleUp 0.3s forwards;
}
.creds:not(:hover, :focus, :active) {
  animation: scaleDown 0.3s forwards;
}

.login-inputs {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-inputs input {
  margin: 0px 0 10px 0;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #333;
}
.login-inputs input:focus, .login-inputs input :active {
  outline: none;
  border: 1px solid rgb(1, 37, 20);
}
.login-inputs textarea {
  font-family: Tahoma, sans-serif;
  font-size: 16px;
  margin: 0 0 20px 0;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #333;
  max-width: 600px;
  min-width: 300px;
  height: 100px;
}
.login-inputs textarea:focus, .login-inputs textarea :active {
  outline: none;
  border: 1px solid rgb(1, 37, 20);
}
.login-inputs label {
  font-weight: bold;
  margin: 5px 0;
}

.login-logo {
  display: flex;
  align-items: center;
  padding: 10px;
}
.login-logo img {
  width: 100%;
  margin: 10px;
}

.primary {
  border: 1px solid #333;
  background-color: rgb(1, 37, 20);
  color: white;
  transition: all 0.3s linear;
}
.primary:hover {
  background-color: rgb(1, 71, 38);
}

.secondary {
  border: 1px solid #707070;
  background-color: #707070;
  color: white;
  transition: all 0.3s linear;
}
.secondary:hover {
  background-color: #4f4f4f;
}

.third {
  border: 1px solid #2ab0fc;
  background-color: #2ab0fc;
  color: white;
  transition: all 0.3s linear;
}
.third:hover {
  background-color: #6bb9d3;
}

.forth {
  border: 1px solid rgb(3.375, 154.125, 239.625);
  background-color: rgb(3.375, 154.125, 239.625);
  color: white;
  transition: all 0.3s linear;
}
.forth:hover {
  background-color: rgb(146.3125, 203.59375, 222.6875);
}

.warning {
  border: 1px solid #333;
  background-color: #cc203a;
  color: white;
  transition: all 0.3s linear;
}
.warning:hover {
  background-color: rgba(255, 0, 0, 0.822);
}

.btn {
  height: auto;
  width: fit-content;
  padding: 8px 10px;
  margin: 10px 0;
  border-radius: 8px;
  cursor: pointer;
}

.lg {
  width: auto;
}

.form-switch {
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.form-switch i {
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  width: 46px;
  height: 26px;
  background-color: rgb(202, 202, 202);
  border-radius: 23px;
  vertical-align: text-bottom;
  transition: all 0.3s linear;
}

.form-switch i::before {
  content: "";
  position: absolute;
  left: 0;
  width: 42px;
  height: 22px;
  background-color: rgb(202, 202, 202);
  border-radius: 11px;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.25s linear;
}

.form-switch i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  border-radius: 11px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
}

.form-switch:active i::after {
  width: 28px;
  transform: translate3d(2px, 2px, 0);
}

.form-switch:active input:checked + i::after {
  transform: translate3d(16px, 2px, 0);
}

.form-switch input {
  display: none;
}

.form-switch input:checked + i {
  background-color: #19c93f;
}

.form-switch input:checked + i::before {
  transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}

.form-switch input:checked + i::after {
  transform: translate3d(22px, 2px, 0);
}

.toggle-up {
  position: absolute;
  top: 12px;
}

.product-images-item {
  position: relative;
}

.product-images-item-delete {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
}

.uc {
  text-transform: uppercase;
}

.span-item {
  font-size: 18px;
}

.pointer {
  cursor: pointer;
}

.ul {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.color-red {
  color: red;
}

.color-green {
  color: rgb(1, 37, 20);
}

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

.date {
  font-family: monospace;
}

.f-18 {
  font-size: 18px;
}

@keyframes scaleUp {
  0% {
    scale: 100%;
  }
  100% {
    scale: 103%;
  }
}
@keyframes scaleDown {
  0% {
    scale: 103%;
  }
  100% {
    scale: 100%;
  }
}
@keyframes shake {
  10%, 90% {
    transform: translate(-48%, -50%);
  }
  20%, 80% {
    transform: translate(-52%, -50%);
  }
  30%, 50%, 70% {
    transform: translate(-48%, -50%);
  }
  40%, 60% {
    transform: translate(-52%, -50%);
  }
}
.shake {
  animation: shake 0.4s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

header {
  display: flex;
  padding: 10px 40px;
  background-color: #fbfbfb;
  align-items: center;
  justify-content: space-between;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.menu-item {
  margin: 10px;
  padding: 15px;
  cursor: pointer;
}
.menu-item span {
  font-size: 18px;
  font-weight: bold;
}

.logo img {
  height: 60px;
}

.flexbox {
  display: flex;
}

.f-col {
  flex-direction: column;
}

.f-row {
  flex-direction: row;
}

.f-sb {
  justify-content: space-between;
}

.aic {
  align-items: center;
}

.g-10 {
  gap: 10px;
}

.p-10 {
  padding: 10px;
}

.m-10 {
  margin: 10px;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.ofx-auto {
  overflow-x: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.m-0 {
  margin: 0;
}

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

.position-relative {
  position: relative;
}

.item-list {
  height: 20px;
  background-color: #333;
  padding: 10px 5px 10px 5px;
  border-bottom: 1px solid white;
}

.verification-item {
  margin: 0 0 35px 0;
  padding: 15px;
  border-bottom: 3px solid black;
}

.box-menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-size: 18px;
}

.stats {
  justify-content: center;
}

.stat-item {
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #707070;
  margin: 20px;
}

.stat {
  font-size: 14px;
}

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

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

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

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #ffffff;
  margin: 5% auto;
  padding: 0;
  border: 1px solid #888;
  width: 50%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.modal-content-90 {
  width: 90%;
}

/* Modal Header */
.modal-header {
  padding: 8px 16px;
  background-color: #4f4f4f;
  color: white;
}

/* Modal Body */
.modal-body {
  padding: 2px 16px;
}

/* Modal Footer */
.modal-footer {
  padding: 8px 16px;
  background-color: #4f4f4f;
  color: white;
}

/* Add Animation */
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.video {
  width: 100%;
  max-height: 300px;
}

table {
  border-collapse: collapse;
  border-bottom: 1px solid rgb(202, 202, 202);
  border-spacing: 0;
  width: 100%;
}

.no-border-bottom {
  border-bottom: none;
}

thead {
  background: rgb(1, 37, 20);
  color: #ffffff;
  font-size: 16px;
}

tbody > tr:not(:last-child) {
  border-bottom: 1px solid rgb(202, 202, 202);
}

th, td {
  text-align: left;
  padding: 10px;
  font-family: "GTW Pro Regular", sans-serif;
  line-height: 25px;
}

.inputs input, .inputs select {
  border: 1px solid rgb(202, 202, 202);
  border-radius: 5px;
  width: -webkit-fill-available;
  padding: 5px;
  margin: 10px 0 10px 0;
  font-size: 16px;
}
.inputs input:focus, .inputs input :active, .inputs select:focus, .inputs select :active {
  outline: none;
  border: 1px solid rgb(1, 37, 20);
}
.inputs textarea {
  font-family: Tahoma, sans-serif;
  font-size: 16px;
  margin: 0 0 20px 0;
  padding: 10px;
  border-radius: 10px;
  max-width: 600px;
  min-width: 300px;
  height: 100px;
}
.inputs textarea:focus, .inputs textarea :active {
  outline: none;
  border: 1px solid rgb(1, 37, 20);
}
.inputs label {
  font-weight: bold;
  margin: 5px 0;
}

.filepond--root {
  width: 100%;
}

.thumb {
  width: 120px;
  object-fit: contain;
  height: auto;
}

.doctype-icon {
  height: 20px;
  width: 20px;
  margin-right: 5px;
}

.group-thumb {
  width: 200px;
  height: auto;
  transition: all 0.5s ease-in-out;
  object-fit: contain;
}

.group-main-image {
  position: relative;
  width: 200px;
}

.group-main-image .after-element {
  position: absolute;
  z-index: -1;
  top: -6%;
  left: -6%;
  height: 100px;
  width: 200px;
  background: rgb(1, 37, 20);
}

.bullet-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: rgb(202, 202, 202);
  padding: 5px;
  margin: 10px 0 0 0;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.bullet-item h4 {
  margin: 0 0 0 0;
}
.bullet-item:hover {
  background: rgb(1, 37, 20);
  color: #ffffff;
}

.container {
  padding: 40px 20px;
}

.group-container {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding: 10px 40px 80px 40px;
}

.group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.group-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-bottom: 1px solid rgb(202, 202, 202);
}

.group-title-right-item {
  display: flex;
  gap: 25px;
}

.group-title-left-item {
  display: flex;
  gap: 16px;
  position: relative;
  align-items: center;
}

.pages {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.hover-underline {
  --s: 1px; /* Thickness of the line */
  --c: rgb(1, 37, 20); /* Color */
  padding-bottom: var(--s);
  background: linear-gradient(90deg, var(--c) 50%, #000 0) calc(100% - var(--_p, 0%))/200% 100%, linear-gradient(var(--c) 0 0) 0% 100%/var(--_p, 0%) var(--s) no-repeat;
  -webkit-background-clip: text, padding-box;
  background-clip: text, padding-box;
  transition: 0.3s;
}

.hover-underline:hover {
  --_p: 100%;
}

.hover-main {
  transition: all 0.3s ease;
}
.hover-main:hover {
  background-color: rgb(1, 71, 38);
}

.hover-grey {
  transition: all 0.3s ease;
}
.hover-grey:hover {
  background-color: rgb(202, 202, 202);
}

.info-row {
  display: flex;
  justify-content: space-between;
  width: 96%;
  border-bottom: 1px dashed rgb(202, 202, 202);
  margin-left: auto;
  margin-right: 0;
}

.info-row-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-width: 20%;
  gap: 25px;
}

.subpages {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.subpage {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.subpage h2 {
  min-width: calc(30% - 10px);
  margin-left: 20px;
}

.languages {
  display: flex;
  gap: 10px;
}

.add-page-button {
  display: flex;
  justify-content: center;
}

.page-options {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.page-options-toggles {
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgb(202, 202, 202);
  padding: 10px;
}

.page-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin: auto;
}

.tox {
  margin: 10px 0 10px 0;
}

.product {
  display: flex;
  padding: 20px;
  gap: 40px;
  flex-direction: row;
}

.product-images {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}

.product-main-image {
  position: relative;
}
.product-main-image img {
  width: 100%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.product-images-items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  gap: 20px;
}

.product-images-item {
  position: relative;
  cursor: pointer;
  display: flex;
  width: 150px;
  height: 150px;
}
.product-images-item img {
  width: 100%;
  object-fit: cover;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.product-images-item-actions {
  position: absolute;
}

.product-info-cont {
  flex: 1;
}

.product-info-items {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.product-info-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product-info-item h4, .product-info-item p {
  margin: 0;
  padding: 0;
}

.product-main-image::after {
  content: "This image is shown only as cover image in single event view.";
  position: absolute;
  bottom: 100%; /* position above the element */
  left: 50%;
  transform: translateX(-50%);
  background-color: rgb(1, 71, 38);
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 16px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  margin-bottom: 5px;
}

.product-main-image:hover::after {
  opacity: 1;
}

.custom-select-wrapper {
  width: 208px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.select-name {
  text-transform: uppercase;
  color: #707070;
}

.custom-select {
  position: relative;
  width: 100%;
}

.select-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid rgb(1, 37, 20);
  border-radius: 4px;
  padding: 10px 8px;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.select-trigger:active {
  border-color: rgb(1, 37, 20);
  outline: none;
}

.select-placeholder {
  color: #707070;
}

.select-options {
  position: absolute;
  top: 98%;
  left: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 0 0 4px 4px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease;
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-select[aria-expanded=true] .select-options {
  max-height: fit-content;
  border: 1px solid rgb(1, 37, 20);
  border-top: none;
}

.custom-select[aria-expanded=true] .select-trigger {
  border-radius: 4px 4px 0 0;
}

.select-option {
  padding: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.select-option:hover {
  background-color: rgb(5.0263157895, 185.9736842105, 100.5263157895);
  outline: none;
  font-size: 17px;
}

.select-arrow {
  position: relative;
  width: 16px;
  height: 16px;
}
.select-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  border-bottom: 1px solid rgb(1, 37, 20);
  transform: translate(35%, 0) rotate(-45deg);
  transition: all 0.3s ease;
}
.select-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  border-bottom: 1px solid rgb(1, 37, 20);
  transform: translate(-35%, 0) rotate(45deg);
  transition: all 0.3s ease;
}

.custom-select[aria-expanded=true] .select-arrow::before {
  transform: translate(35%, 0) rotate(45deg);
}
.custom-select[aria-expanded=true] .select-arrow::after {
  transform: translate(-35%, 0) rotate(-45deg);
}

.pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  margin-top: 1rem;
  justify-content: center;
}

.actions-cont {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
}
.actions-cont input,
.actions-cont select {
  font-size: 16px;
  padding: 8px 10px;
  margin: 10px 0;
  border-radius: 8px;
}

button[disabled] {
  background-color: gray;
}

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