
:root {
  --primary: #010101;
  --primary-hover: #070707;
  --secondary: #070707;
  --secondary-hover: #9828c7;
  --text2: white;
  --text: black;
}

.btn-jump {
  animation: pulse 1100ms infinite;
  font-size: 1.5em;
}

@keyframes pulse {
  0% {
    transform: scale(.9);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(.8);
  }
}


/* Make clicks pass-through */

#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: var(--livewire-progress-bar-color, #29d);

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px var(--livewire-progress-bar-color, #29d), 0 0 5px var(--livewire-progress-bar-color, #29d);
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: var(--livewire-progress-bar-color, #29d);
  border-left-color: var(--livewire-progress-bar-color, #29d);
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


button.btn[data-v-2b23e28f] {
  display: inline-block;
  font-weight: 300;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
  letter-spacing: 1px;
  transition: all .15s ease
}

button.btn.btn-sm[data-v-2b23e28f] {
  padding: .4rem .8rem;
  font-size: .8rem;
  border-radius: .2rem
}

button.btn.btn-primary[data-v-2b23e28f] {
  color: #fff;
  background-color: #45c8f1;
  border-color: #45c8f1
}

button.btn.btn-outline-primary[data-v-2b23e28f] {
  color: #45c8f1;
  background-color: rgba(0, 0, 0, 0);
  border-color: #45c8f1
}

button.btn.btn-danger[data-v-2b23e28f] {
  color: #fff;
  background-color: #ff4949;
  border-color: #ff4949
}

.text-muted[data-v-2b23e28f] {
  color: #8492a6
}

.text-center[data-v-2b23e28f] {
  text-align: center
}

.drop-down-enter[data-v-2b23e28f],
.drop-down-leave-to[data-v-2b23e28f] {
  transform: translateX(0) translateY(-20px);
  transition-timing-function: cubic-bezier(0.74, 0.04, 0.26, 1.05);
  opacity: 0
}

.drop-down-enter-active[data-v-2b23e28f],
.drop-down-leave-active[data-v-2b23e28f] {
  transition: all .15s
}

.move-left-enter[data-v-2b23e28f],
.move-left-leave-to[data-v-2b23e28f] {
  transform: translateY(0) translateX(-80px);
  transition-timing-function: cubic-bezier(0.74, 0.04, 0.26, 1.05);
  opacity: 0
}

.move-left-enter-active[data-v-2b23e28f],
.move-left-leave-active[data-v-2b23e28f] {
  transition: all .15s
}

.no-tr[data-v-2b23e28f] {
  transition: none !important
}

.no-tr *[data-v-2b23e28f] {
  transition: none !important
}

.overlay[data-v-2b23e28f] {
  position: fixed;
  background: rgba(220, 220, 220, .8);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .2s ease;
  opacity: 0;
  visibility: hidden
}

.overlay .modal[data-v-2b23e28f] {
  transition: all .2s ease;
  opacity: 0;
  transform: scale(0.6);
  overflow: hidden
}

.overlay.show[data-v-2b23e28f] {
  opacity: 1;
  visibility: visible
}

.overlay.show .modal[data-v-2b23e28f] {
  opacity: 1;
  transform: scale(1)
}

.panel[data-v-2b23e28f] {
  padding: 6px 10px;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  border-radius: 6px;
  position: relative;
  border: 1px solid #eaf7ff;
  background: #f7fcff;
  outline: none;
  transition: all .07s ease-in-out
}

.btn[data-v-2b23e28f] {
  cursor: pointer;
  box-sizing: border-box
}

.light-btn[data-v-2b23e28f] {
  padding: 10px 12px;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  border-radius: 6px;
  position: relative;
  border: 1px solid #eaf7ff;
  background: #f7fcff;
  outline: none;
  cursor: pointer;
  transition: all .07s ease-in-out
}

.light-btn[data-v-2b23e28f]:hover {
  background: #e0f4ff;
  border-color: #8acfff
}

.primary-btn[data-v-2b23e28f] {
  background: #239bf5;
  color: #fff;
  border-radius: 6px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .2s ease;
  font-size: 12px;
  font-family: "Poppins", sans-serif
}

.primary-btn[data-v-2b23e28f]:hover {
  background: rgb(64.2695652174, 168.3043478261, 246.3304347826);
  color: #fff;
  text-decoration: none
}

.button[data-v-2b23e28f] {
  transition: .2s ease;
  cursor: pointer;
  user-select: none;
  outline: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center
}

.button.disabled[data-v-2b23e28f] {
  pointer-events: none;
  opacity: .3
}

.default-color-picker[data-v-2b23e28f] {
  display: grid !important
}

.default-color-picker input[data-v-2b23e28f] {
  width: 100%;
  height: 100%;
  grid-area: 1/1;
  opacity: 0;
  pointer-events: none
}

.default-color-picker .color[data-v-2b23e28f] {
  grid-area: 1/1
}

.shake[data-v-2b23e28f] {
  animation: shake-2b23e28f .82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0)
}

@keyframes shake-2b23e28f {

  10%,
  90% {
    transform: translate3d(-1px, 0, 0)
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0)
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0)
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0)
  }
}

.pulse[data-v-2b23e28f] {
  animation: pulse-2b23e28f 2s ease infinite
}

@keyframes pulse-2b23e28f {
  0% {
    opacity: .7
  }

  50% {
    opacity: .4
  }

  100% {
    opacity: .7
  }
}

.flash-once[data-v-2b23e28f] {
  animation: flash-once 3.5s ease 1
}

@keyframes fade-up-2b23e28f {
  0% {
    transform: translate3d(0, 10px, 0);
    opacity: 0
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

.fade-in[data-v-2b23e28f] {
  animation: fade-in-2b23e28f .3s ease-in-out
}

@keyframes fade-in-2b23e28f {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.spin[data-v-2b23e28f] {
  animation-name: spin-2b23e28f;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear
}

@keyframes spin-2b23e28f {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

.bounceIn[data-v-2b23e28f] {
  animation-name: bounceIn-2b23e28f;
  transform-origin: center bottom;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: 1
}

@keyframes bounceIn-2b23e28f {

  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97)
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@keyframes dots-2b23e28f {

  0%,
  20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: .25em 0 0 rgba(0, 0, 0, 0), .5em 0 0 rgba(0, 0, 0, 0)
  }

  40% {
    color: #8492a6;
    text-shadow: .25em 0 0 rgba(0, 0, 0, 0), .5em 0 0 rgba(0, 0, 0, 0)
  }

  60% {
    text-shadow: .25em 0 0 #8492a6, .5em 0 0 rgba(0, 0, 0, 0)
  }

  80%,
  100% {
    text-shadow: .25em 0 0 #8492a6, .5em 0 0 #8492a6
  }
}

@keyframes recording-2b23e28f {
  0% {
    box-shadow: 0px 0px 5px 0px rgba(173, 0, 0, .3)
  }

  65% {
    box-shadow: 0px 0px 5px 5px rgba(173, 0, 0, .3)
  }

  90% {
    box-shadow: 0px 0px 5px 5px rgba(173, 0, 0, 0)
  }
}



body[data-v-2b23e28f] {
  margin: 0;
  font-size: 100%;
  color: #3c4858
}

a[data-v-2b23e28f] {
  text-decoration: none;
  color: #45c8f1
}

h1[data-v-2b23e28f],
h2[data-v-2b23e28f],
h3[data-v-2b23e28f],
h4[data-v-2b23e28f] {
  margin-top: 0
}

svg[data-v-2b23e28f] {
  outline: none
}

.container_selected_area[data-v-2b23e28f] {
  display: none;
  visibility: hidden;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2147483647
}

.container_selected_area.active[data-v-2b23e28f] {
  visibility: visible;
  display: block
}

.container_selected_area .label[data-v-2b23e28f] {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  text-align: center;
  padding-top: 15px
}

.area[data-v-2b23e28f] {
  display: none;
  position: absolute;
  z-index: 2147483647;
  pointer-events: none;
  border: 1px solid #1e83ff;
  background: rgba(30, 131, 255, .1);
  box-sizing: border-box
}

.area.active[data-v-2b23e28f] {
  display: block;
  top: 0;
  left: 0
}

.hide[data-v-2b23e28f] {
  display: none
}

.brand-details {
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.cat-image {
  max-height: 160px;
  /* or adjust as needed */
  width: auto;
  object-fit: contain;
}

.slick-list {
  max-height: 240px !important;
  overflow: hidden;
}

.footer-social li a i {
  margin-top: 10px;
}
