.elementor-2742 .elementor-element.elementor-element-78d3f42{--display:flex;--min-height:100vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}body.elementor-page-2742:not(.elementor-motion-effects-element-type-background), body.elementor-page-2742 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#212534;}/* Start custom CSS */body {
    background: #212534 !important;
}

@property --rotate {
  syntax: "<angle>";
  initial-value: 132deg;
  inherits: false;
}

:root {
  --card-height: 300px;
  --card-width: calc(var(--card-height) / 1.38);
}

.listimage-wrap label {
  background: #000;
  width: var(--card-width);
  height: var(--card-height);
  padding: 3px;
  position: relative;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  font-size: 1.5em;
  color: rgb(88 199 250 / 0%);
  cursor: pointer;
  font-family: cursive;
  border:0 !important;
}

.listimage-wrap label:hover {
  color: rgb(88 199 250 / 100%);
  transition: color 1s;
}

.listimage-wrap label:hover:before,
.listimage-wrap label:hover:after {
  animation: none;
  opacity: 0;
}

.listimage-wrap label.nf-checked-label::before {
  content: "";
  width: 104%;
  height: 102%;
  border-radius: 8px;
  background-image: linear-gradient(
    var(--rotate),
    #5ddcff,
    #3c67e3 43%,
    #4e00c2
  );
  position: absolute;
  z-index: -1;
  top: -1%;
  left: -2%;
  animation: spin 2.5s linear infinite;
}

.listimage-wrap label::before, .listimage-wrap label::after {
  background:rgba(255,255,255,0.2);
}

.listimage-wrap label.nf-checked-label::after {
  position: absolute;
  content: "";
  top: calc(var(--card-height) / 6);
  left: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  transform: scale(0.8);
  filter: blur(calc(var(--card-height) / 6));
  background-image: linear-gradient(
    var(--rotate),
    #5ddcff,
    #3c67e3 43%,
    #4e00c2
  );
  opacity: 1;
  transition: opacity 0.5s;
  animation: spin 2.5s linear infinite;
}

@keyframes spin {
  0% {
    --rotate: 0deg;
  }
  100% {
    --rotate: 360deg;
  }
}

ul.nf-next-previous {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center !important;
  margin-top:60px !important;
  gap:15px !important;
}
input[type=submit].ninja-forms-field, input[type=button].nf-next, input[type=button].nf-previous {
    background: white !important;
    font-weight:800;
    color: #111 !important;
    border-radius: 50px !important;
    padding:15px 30px !important;
    height: auto !important;
}

input[type=button].nf-previous {
    opacity: 0.5;
}
#nf-field-189-wrap ul{
    grid-column-gap: 30px !important;
}
#nf-field-189-wrap img {
  outline: 2px solid black;
  outline-offset:-2px;
}
.step-intro {
    text-align: center;
    max-width:650px;
    margin:auto;
    color:white;
}
.nf-form-fields-required {
    display:none;
}

.step-intro {
  margin-bottom:50px !important;
}
.step-intro h1 {
  font-size: 48px;
  line-height: 50px;
    font-weight: 900;
    color:#eee;
}
.step-intro p {
  font-size:24px !important;
  line-height: 27px;
}
.gradient {
      background: -webkit-linear-gradient(#675ee2, #55c1f8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nf-field-element input {
    border-radius: 50px !important;
    height: auto !important;
    padding: 15px 30px !important;
}
.nf-error.field-wrap .nf-field-element:after {
    border-radius: 50px !important;
    position: absolute !important;
    top:10px !important;
    right:12px !important;
    font-size: 20px !important;
    padding:0 !important;
    height:35px !important;
    width:35px !important;
    line-height: 35px !important;
}
.nf-pass.field-wrap .nf-field-element:after  {
    border-radius: 50px !important;
    position: absolute !important;
    top:4px !important;
    right:14px;
    font-size: 40px !important;
}
.nf-error-msg {
    color:white !important;
    text-align:center !important;
}
.nf-field-label label {
    color: white !important;
}
.dm-paper-tag-container {
    display:flex !important;
    gap:5px !important;
    width:100% !important;
    margin-top:10px;
    max-width:200px;
    flex-wrap: wrap;
    
}
.dm-paper-tag {
    border: 1px solid white !important;
    border-radius: 5px !important;
    color: white !important;
    padding: 1px 3px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    opacity: 0.75;
}


#nf-field-189-wrap {
  scrollbar-width: thin !important; /* Firefox */
  scrollbar-color: #2d3045 transparent !important;
}

#nf-field-189-wrap::-webkit-scrollbar {
  height: 6px !important;
}

#nf-field-189-wrap::-webkit-scrollbar-track {
  background: transparent !important;
}

#nf-field-189-wrap::-webkit-scrollbar-thumb {
  background-color: #2d3045 !important;
  border-radius: 4px !important;
  border: none !important;
}/* End custom CSS */