option:hover,
.active {
  background-color: #12b886;
  color:white;
}
  /* Style the autocomplete dropdown */
  .ui-autocomplete {
    overflow-x: hidden;
    position: absolute !important;
    background-color:white !important;
    cursor: pointer !important;



    border-top: 1px solid;
    border: none !important;
	  outline-offset: 0px !important;

     padding-top: 0.25rem; /* 4px */
  padding-bottom: 0.25rem; /* 4px */

  --ring-opacity: 0.05; /* Set opacity to 5% */
  --ring-color: rgba(0, 0, 0, var(--ring-opacity)); /* Use the opacity variable */
  box-shadow: 0 0 0 1px var(--ring-color); /* Apply the ring effect */
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 1); /* 1px ring with black color and full opacity */

  transition: color 0.3s ease, box-shadow 0.3s ease;

  }

  .ui-menu-item:hover {
  color: white; /* Text turns white on hover */
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); /* Darken the ring slightly on hover (optional) */
}


  /*

  .ui-autocomplete > * + * {
    border-top: 1px solid #E5E7EB; /* Add dividers between options */
/* } */



*/


  .ui-helper-hidden-accessible{
    visibility: hidden;
    display: none !important;
  }
  /* .ui-menu .ui-menu-item.ui-state-focus {
    background-color: #68e707 !important;
    color: #fff !important;
  } */

  .animate-pulse {
    -webkit-animation: pulse 2s linear infinite; /* Safari */
    animation: pulse 2s linear infinite;
  }
  * {
    margin: 0;
    padding: 0;
  }

  @font-face {
    font-family: "ShoptsyRegular";
    src: url("../fonts/Switzer-Regular.woff2");
}

@font-face {
  font-family: "ShoptsyBold";
  src: url("../fonts/Switzer-Bold.woff2");
}

@font-face {
  font-family: "ShoptsySemiBold";
  src: url("../fonts/Switzer-Semibold.woff2");
}

@font-face {
  font-family: "ShoptsyVariable";
  src: url("../fonts/Switzer-Variable.woff2");
}

 body {
  font-family: 'ShoptsyVariable', sans-serif !important;
}

strong {
  font-family: 'ShoptsySemiBold', sans-serif !important;
}

  /* body {
    font-family: "Open Sans";
    overflow-x: hidden;
  } */ */

  .showcase {
    width: 100%;
    height: 1000px;
    position: relative;
    color: white;
    /* text-align: center; */
  }

  .showcase img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99
  }

  .showcase .overlay {
    width: 100%;
    height: 1000px;
    background-color: rgba(0, 35, 82, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999
  }

  .showcase p {
    margin-top: 8px;
    font-size: 1.2em;
  }

.dropdown-menu {
    display: none;
    position: absolute;
    z-index: 10;
    background-color: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    top: 92%;
    min-width: 10rem;
}

.dropdown-item {
    padding: 0.5rem 1rem;
    color: #374151;
    white-space: nowrap;
}

.dropdown-item:hover {
    background-color: #f9fafb;
}
@media screen and (min-width: 200px) and (max-width: 1020px) {
     .cartModalBox {
       display: none;
     }
}


/* Custom styles */
.surge-input-container {
    display: inline-block; /* Ensure div takes the width of its content */
    border-radius: 5px !important; /* Apply a default border radius */
    overflow: hidden; /* Ensure the gradient border does not overflow */
    background: linear-gradient(142.07deg,#ab238f .94%,#df3295 34.4%,#fe9d9b 71.35%,#ff7770 100.91%);
}
.surge-input-container-two-way {
    display: inline-block; /* Ensure div takes the width of its content */
    border-radius: 0px !important; /* Apply a default border radius */
    overflow: hidden; /* Ensure the gradient border does not overflow */
    background: linear-gradient(142.07deg,#ab238f .94%,#df3295 34.4%,#fe9d9b 71.35%,#ff7770 100.91%);
    margin: 0px !important;
}
.surge-input-container-dial-code {
    display: inline-block; /* Ensure div takes the width of its content */
    overflow: hidden; /* Ensure the gradient border does not overflow */
    background: linear-gradient(142.07deg,#ab238f .94%,#df3295 34.4%,#fe9d9b 71.35%,#ff7770 100.91%);
    padding: 1px;
}
.surge-input-otp-container {
    display: inline-block; /* Ensure div takes the width of its content */
    border-radius: 0.375rem; /* Apply a default border radius */
    overflow: hidden; /* Ensure the gradient border does not overflow */
    background: linear-gradient(90deg, pink, orange);
}

/* Styles for the input field */
.surge-input-field,.surge-input-two-way,.surge-input-textarea {
    width: 100%;

    border: none; /* Remove default input field border */
    outline: none; /* Remove default outline */
    background: white; /* Set background to transparent */
}


.surge-checkbox:checked {
    border-color: rgb(248 113 113 / 1) !important;
    background-color: rgb(248 113 113 / 1) !important;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e") !important;
    background-size: auto !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 12.5px;
    height: 12.5px;
}

[type='checkbox']:focus, [type='radio']:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty, );
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(248 113 113 / 1) !important;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.surge-pagination .current {
  border-color: rgb(248 113 113 / 1) !important;
  background: rgb(251 225 225) !important;
}.surge-pagination {
  border:none !important;
}
.gradient-text {
  background-image: linear-gradient(to right, #ff9966, #ff5e62) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}
.surge-anton {
  font-family: "Anton", sans-serif;
  font-style: normal;
}
.surge-container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
	width: 100%;
	margin-right: auto;
	margin-left: auto
}

@media (min-width: 576px) {

	.surge-container,
	.container-sm {
		max-width: 540px
	}
}

@media (min-width: 768px) {

	.surge-container,
	.container-md,
	.container-sm {
		max-width: 720px
	}
}

@media (min-width: 992px) {

	.surge-container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 960px
	}
}

@media (min-width: 1200px) {

	.surge-container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1140px
	}
}

.surge-navbar,
.surge-navbar .surge-container,
.surge-navbar .container-fluid,
.surge-navbar .container-lg,
.surge-navbar .container-md,
.surge-navbar .container-sm,
.surge-navbar .container-xl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between
}



.surge-container {
	max-width: 1300px
}

@media screen and (max-width: 1200px) {
	.surge-container {
		max-width: 92%
	}
}

@media screen and (max-width: 1024px) {
	.surge-container-1024-none {
		margin: 0;
		max-width: 100%;
		width: 100%;
		overflow: auto !important
	}
}
.surge-text-gd-pink {
    background: linear-gradient(142.07deg, rgb(171, 35, 143) 0.94%, rgb(223, 50, 149) 34.4%, rgb(254, 157, 155) 71.35%, rgb(255, 119, 112) 100.91%) text;
    -webkit-text-fill-color: transparent;
    }
  .ui-helper-hidden-accessible{
    visibility: hidden;
  }

.force-list-decimal {
    list-style-type: decimal !important;
}

.force-list-decimal li::marker {
  font-weight: bold;
  color: inherit; /* Ensures it matches the text color */
  font-size: 1em; /* Adjust if needed */
}

.force-max-w-4xl {
    max-width: 56rem !important;
}
.cookieWidth {
  width: 100% !important;
}

@media (min-width: 640px) {
  .cookieWidth {
      width: 28rem !important;
  }
}

.translate5 {
  transform: translateX(1.25rem) !important;
}

#enableTwoFaBtn {
  width: 2.75rem;
}

.customPricingText {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.removeImage {
    right: -8px !important;
    top: -12px !important;
}

.force-py-24 {
  padding-top: 96px;
  padding-bottom: 96px;
}

.modalScroll {
    max-height: 70vh;
    overflow-y: auto;
    scroll-behavior: smooth; /* Ensures smooth scrolling */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling for mobile */
    will-change: transform;
}

@media (min-width: 1024px) {
  .force-lg-grid-5 {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@keyframes jump {
  0%, 100% {
    transform: translateX(-2px);
  }

  50% {
    transform: translateX(5px);
  }
}
.animate-jump {
  animation: jump 1s ease-in-out infinite;
}

.force-rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}


@media (min-width: 1024px) {
    .xl\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}

.gap-1 {
    gap: 0.25rem;
}

@media (min-width: 768px) {
    .md\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}

.gap-3 {
    gap: 0.75rem;
}

.w-2\/3 {
    width: 66.666667%;
}

.h-\[80\%\] {
    height: 80%;
}

.h-\[60vh\] {
    height: 60vh;
}

.pricing_background_snippet {
  background-image:
    linear-gradient(to right, #8080800a 1px, transparent 1px),
    linear-gradient(to bottom, #8080800a 1px, transparent 1px);
  background-size: 14px 24px;
  position: relative;
}

.pricing_background_snippet > div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -10;
  margin: auto;
  height: 310px;
  width: 310px;
  border-radius: 9999px;
  background-color: #f0abfc;
  opacity: 0.2;
  filter: blur(100px);
}


.max-w-max {
  max-width: max-content;
}

.fill-teal-500 {
    fill: #20c997;
}

