@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&family=Luckiest+Guy&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');

/* Global */

.hide-scrollbar {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}

.scrollbar-custom::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
}

.scrollbar-custom::-webkit-scrollbar-thumb {
  background-color: #4b5563;
  border-radius: 4px;
}

.scrollbar-custom::-webkit-scrollbar-thumb:hover {
  background-color: #6b7280;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

.stripe-loading-indicator {
  display: none
}

.font-primary {
  font-family: "Baloo 2", sans-serif;
}

.rt {
  font-family: "Righteous", serif;
}

* {
  font-family: "Baloo 2", sans-serif;
}

.luckie {
  font-family: "Luckiest Guy", cursive;
}

.header-scroll-active{
  top: 0px !important;
  height: 4rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.btn{
  display: flex;
  height: 3rem;
  cursor: pointer !important;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border-radius: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-weight: 600;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  font-family: "Baloo 2", sans-serif;
}

.btn-primary{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(29 99 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(29 99 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-primary:hover{
  background-color: rgb(29 99 255 / 0.7);
}

.btn-success{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(51 204 153 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(51 204 153 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-success:hover{
  background-color: rgb(51 204 153 / 0.7);
}

.btn-danger{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-danger:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.btn-default{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-default:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
}

.btn-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(21 28 28 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 99 255 / var(--tw-bg-opacity, 1));
}

.btn-small{
  height: 2rem !important;
  border-radius: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

input[type="checkbox"]{
  height: 20px;
  min-height: 20px;
  width: 20px;
  min-width: 20px;
  border-radius: 6px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
  accent-color: #525252;
}

input[type="checkbox"]:checked{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(51 204 153 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(51 204 153 / var(--tw-bg-opacity, 1));
  background-image: url('../images/check.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  accent-color: #33cc99 !important;
}

input[type="radio"]{
  height: 39px;
  min-height: 39px;
  width: 39px;
  min-width: 39px;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity, 1));
  background-color: transparent;
  accent-color: var(--primary);
}

input[type="radio"]:checked{
  border-width: 2px;
  border-color: var(--primary);
  background-color: transparent;
  background-image: url('../images/circle.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

input[type="radio"].checked{
  height: 39px;
  min-height: 39px;
  width: 39px;
  min-width: 39px;
  border-radius: 4px !important;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  accent-color: var(--primary);
}

input[type="radio"].checked:checked{
  border-width: 1px;
  border-color: var(--primary);
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  background-image: url('../images/check.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.label{
  position: absolute;
  top: 0px;
  left: 0.25rem;
  display: flex;
  height: -moz-max-content;
  height: max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  padding-left: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1280px) {
  .checkout-shadow {
    box-shadow: -10px 0px 15px #0000000d;
  }
}

.raw-content p{
  margin-bottom: 1rem;
}

.raw-content p:last-child{
  margin-bottom: 0px;
}

.raw-content h1{
  margin-bottom: 1rem;
  font-size: 3rem !important;
  line-height: 1 !important;
  font-weight: 600;
}

.raw-content h2{
  margin-bottom: 1rem;
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
  font-weight: 600 !important;
}

.raw-content h3{
  margin-bottom: 1rem;
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  font-weight: 600;
}

.raw-content ul{
  margin-bottom: 1rem;
  list-style-position: inside;
  list-style-type: disc;
}

.raw-content ul:last-child{
  margin-bottom: 0px;
}

.widget-bg{
  overflow: hidden;
  border-radius: 1.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
  background-color: rgb(0 0 0 / 0.25);
  padding: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  box-shadow: inset 0px 0 20px 0px #00000010;
}

.input{
  height: 3.5rem;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.input:focus{
  outline-width: 0px;
}

.spinner{
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999999;
  height: 350px;
  width: 350px;
  border-radius: 9999px;
  border-top-width: 5px;
  --tw-border-opacity: 1;
  border-top-color: rgb(29 99 255 / var(--tw-border-opacity, 1));
  transform: translate(-50%, -50%);
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.flash-message.success{
  margin-bottom: 1rem !important;
  border-radius: 0.75rem !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(51 204 153 / var(--tw-border-opacity, 1)) !important;
  background-color: rgb(51 204 153 / 0.3) !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 600 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.flash-message{
  z-index: 9999999999999999 !important;
}

.menu-item{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: transparent;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-item:hover{
  --tw-border-opacity: 1;
  border-color: rgb(29 99 255 / var(--tw-border-opacity, 1));
  background-color: rgb(29 99 255 / 0.2);
}

.richeditor-group{
  display: flex;
  align-items: center;
  gap: 0.25rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
  padding: 0.25rem;
}

.richeditor-toolbar button{
  display: flex;
  height: 2rem;
  width: 2rem;
  min-width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.richeditor-toolbar button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}

.richeditor-colorpicker{
  height: 2rem;
  width: 2rem;
  min-width: 2rem;
  cursor: pointer;
  border-radius: 0.25rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}

.richeditor-content h1{
  margin-bottom: 1rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}

.richeditor-content h2{
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

.richeditor-content h3{
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.richeditor-content h4{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.richeditor-content h5{
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.richeditor-content h6{
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.richeditor-content p{
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
}

.richeditor-content p:last-child{
  margin-bottom: 0px;
}

.richeditor-content a{
  --tw-text-opacity: 1;
  color: rgb(29 99 255 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.richeditor-content a:hover{
  color: rgb(29 99 255 / 0.7);
}

.richeditor-content blockquote{
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(29 99 255 / var(--tw-border-opacity, 1));
  background-color: rgb(38 38 38 / 0.5);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}

.richeditor-content ul{
  margin-bottom: 1rem;
  list-style-position: inside;
  list-style-type: disc;
}

.richeditor-content ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.richeditor-content ul:last-child{
  margin-bottom: 0px;
}

.richeditor-content ol{
  margin-bottom: 1rem;
  list-style-position: inside;
  list-style-type: decimal;
}

.richeditor-content ol > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.richeditor-content ol:last-child{
  margin-bottom: 0px;
}

.richeditor-content li{
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
}

.richeditor-content strong{
  font-weight: 700;
}

.richeditor-content em{
  font-style: italic;
}

.richeditor-content code{
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(29 99 255 / var(--tw-text-opacity, 1));
}

.richeditor-content pre{
  margin-bottom: 1rem;
  overflow-x: auto;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

.richeditor-content pre code{
  background-color: transparent;
  padding: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}

.richeditor-content hr{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}

.richeditor-content img{
  margin-top: 1rem;
  margin-bottom: 1rem;
  max-width: 100%;
  border-radius: 0.5rem;
}

.richeditor-content table{
  margin-bottom: 1rem;
  width: 100%;
  border-collapse: collapse;
}

.richeditor-content th{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  font-weight: 600;
}

.richeditor-content td{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}


