/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/assets/css/style.scss ***!
  \******************************************************************************************************************************************************************************************/
  @import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap);
  /*!**********************************************************************************************************************************************************************************************!*\
    !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/assets/css/style.scss (1) ***!
    \**********************************************************************************************************************************************************************************************/
  /*
  ! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
  */
  /*
  1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
  2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
  */
  *,
  ::before,
  ::after {
    box-sizing: border-box; /* 1 */
    border-width: 0; /* 2 */
    border-style: solid; /* 2 */
    border-color: #e5e7eb; /* 2 */
  }
  ::before,
  ::after {
    --tw-content: '';
  }
  /*
  1. Use a consistent sensible line-height in all browsers.
  2. Prevent adjustments of font size after orientation changes in iOS.
  3. Use a more readable tab size.
  4. Use the user's configured `sans` font-family by default.
  5. Use the user's configured `sans` font-feature-settings by default.
  6. Use the user's configured `sans` font-variation-settings by default.
  7. Disable tap highlights on iOS
  */
  html,
  :host {
    line-height: 1.5; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -moz-tab-size: 4; /* 3 */
    -o-tab-size: 4;
       tab-size: 4; /* 3 */
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
    font-feature-settings: normal; /* 5 */
    font-variation-settings: normal; /* 6 */
    -webkit-tap-highlight-color: transparent; /* 7 */
  }
  /*
  1. Remove the margin in all browsers.
  2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
  */
  body {
    margin: 0; /* 1 */
    line-height: inherit; /* 2 */
  }
  /*
  1. Add the correct height in Firefox.
  2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
  3. Ensure horizontal rules are visible by default.
  */
  hr {
    height: 0; /* 1 */
    color: inherit; /* 2 */
    border-top-width: 1px; /* 3 */
  }
  /*
  Add the correct text decoration in Chrome, Edge, and Safari.
  */
  abbr:where([title]) {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
  }
  /*
  Remove the default font size and weight for headings.
  */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  /*
  Reset links to optimize for opt-in styling instead of opt-out.
  */
  a {
    color: inherit;
    text-decoration: inherit;
  }
  /*
  Add the correct font weight in Edge and Safari.
  */
  b,
  strong {
    font-weight: bolder;
  }
  /*
  1. Use the user's configured `mono` font-family by default.
  2. Use the user's configured `mono` font-feature-settings by default.
  3. Use the user's configured `mono` font-variation-settings by default.
  4. Correct the odd `em` font sizing in all browsers.
  */
  code,
  kbd,
  samp,
  pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
    font-feature-settings: normal; /* 2 */
    font-variation-settings: normal; /* 3 */
    font-size: 1em; /* 4 */
  }
  /*
  Add the correct font size in all browsers.
  */
  small {
    font-size: 80%;
  }
  /*
  Prevent `sub` and `sup` elements from affecting the line height in all browsers.
  */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  /*
  1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
  2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
  3. Remove gaps between table borders by default.
  */
  table {
    text-indent: 0; /* 1 */
    border-color: inherit; /* 2 */
    border-collapse: collapse; /* 3 */
  }
  /*
  1. Change the font styles in all browsers.
  2. Remove the margin in Firefox and Safari.
  3. Remove default padding in all browsers.
  */
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-feature-settings: inherit; /* 1 */
    font-variation-settings: inherit; /* 1 */
    font-size: 100%; /* 1 */
    font-weight: inherit; /* 1 */
    line-height: inherit; /* 1 */
    letter-spacing: inherit; /* 1 */
    color: inherit; /* 1 */
    margin: 0; /* 2 */
    padding: 0; /* 3 */
  }
  /*
  Remove the inheritance of text transform in Edge and Firefox.
  */
  button,
  select {
    text-transform: none;
  }
  /*
  1. Correct the inability to style clickable types in iOS and Safari.
  2. Remove default button styles.
  */
  button,
  input:where([type='button']),
  input:where([type='reset']),
  input:where([type='submit']) {
    -webkit-appearance: button; /* 1 */
    background-color: transparent; /* 2 */
    background-image: none; /* 2 */
  }
  /*
  Use the modern Firefox focus style for all focusable elements.
  */
  :-moz-focusring {
    outline: auto;
  }
  /*
  Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
  */
  :-moz-ui-invalid {
    box-shadow: none;
  }
  /*
  Add the correct vertical alignment in Chrome and Firefox.
  */
  progress {
    vertical-align: baseline;
  }
  /*
  Correct the cursor style of increment and decrement buttons in Safari.
  */
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  /*
  1. Correct the odd appearance in Chrome and Safari.
  2. Correct the outline style in Safari.
  */
  [type='search'] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  /*
  Remove the inner padding in Chrome and Safari on macOS.
  */
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  /*
  1. Correct the inability to style clickable types in iOS and Safari.
  2. Change font properties to `inherit` in Safari.
  */
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  /*
  Add the correct display in Chrome and Safari.
  */
  summary {
    display: list-item;
  }
  /*
  Removes the default spacing and border for appropriate elements.
  */
  blockquote,
  dl,
  dd,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  hr,
  figure,
  p,
  pre {
    margin: 0;
  }
  fieldset {
    margin: 0;
    padding: 0;
  }
  legend {
    padding: 0;
  }
  ol,
  ul,
  menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  /*
  Reset default styling for dialogs.
  */
  dialog {
    padding: 0;
  }
  /*
  Prevent resizing textareas horizontally by default.
  */
  textarea {
    resize: vertical;
  }
  /*
  1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
  2. Set the default placeholder color to the user's configured gray 400 color.
  */
  input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1; /* 1 */
    color: #9ca3af; /* 2 */
  }
  input::placeholder,
  textarea::placeholder {
    opacity: 1; /* 1 */
    color: #9ca3af; /* 2 */
  }
  /*
  Set the default cursor for buttons.
  */
  button,
  [role="button"] {
    cursor: pointer;
  }
  /*
  Make sure disabled buttons don't get the pointer cursor.
  */
  :disabled {
    cursor: default;
  }
  /*
  1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
  2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
     This can trigger a poorly considered lint error in some tools but is included by design.
  */
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block; /* 1 */
    vertical-align: middle; /* 2 */
  }
  /*
  Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
  */
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  /* Make elements with the HTML hidden attribute stay hidden by default */
  [hidden] {
    display: none;
  }
  *, ::before, ::after{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
    --tw-ring-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow-colored: 0 0 rgba(0,0,0,0);
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
  }
  ::backdrop{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
    --tw-ring-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow-colored: 0 0 rgba(0,0,0,0);
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
  }
  .container{
    width: 100%;
  }
  @media (min-width: 640px){
    .container{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .container{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .container{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .container{
      max-width: 1280px;
    }
  }
  @media (min-width: 1536px){
    .container{
      max-width: 1536px;
    }
  }
  /* Main Container styles */
  .container{
    margin-left: auto;
    margin-right: auto;
    max-width: 430px;
  }
  .toggle{
    position: relative;
    height: 2rem;
    width: 3.5rem;
    cursor: pointer;
    border-radius: 9999px;
    background-color: rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.1;
    transition-duration: 300ms;
  }
  .toggle .circle{
    position: absolute;
    top: 0.125rem;
    right: 26px;
    width: 28px;
    height: 28px;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    transition-duration: 300ms;
  }
  .toggle.active{
    --tw-bg-opacity: 1;
    background-color: rgba(45, 181, 47, 1);
    background-color: rgba(45, 181, 47, var(--tw-bg-opacity));
  }
  .toggle.active .circle{
    right: 0.125rem;
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 32, 1);
    background-color: rgba(17, 24, 32, var(--tw-bg-opacity));
  }
  .customCheckbox input{
    display: none;
    cursor: pointer;
  }
  .customCheckbox label{
    position: relative;
    cursor: pointer;
    padding-left: 1.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(169, 172, 175, 1);
    color: rgba(169, 172, 175, var(--tw-text-opacity));
  }
  .customCheckbox label::before{
    position: absolute;
    left: 0px;
    top: 0.25rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 0.125rem;
    border-width: 1px;
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-color: rgba(45, 181, 47, 1);
    border-color: rgba(45, 181, 47, var(--tw-border-opacity));
  }
  .customCheckbox input:checked + label::before{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgba(45, 181, 47, 1);
    background-color: rgba(45, 181, 47, var(--tw-bg-opacity));
  }
  .customCheckbox input:checked + label::after{
    position: absolute;
    top: 0.5rem;
    left: 0.125rem;
    z-index: 10;
    height: 0.5rem;
    width: 1rem;
    --tw-rotate: -40deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-40deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-width: 2px;
    border-left-color: rgba(17, 24, 32, 1);
    border-left-color: rgba(17, 24, 32, var(--tw-border-opacity));
    --tw-border-opacity: 1;
    border-bottom-color: rgba(17, 24, 32, 1);
    border-bottom-color: rgba(17, 24, 32, var(--tw-border-opacity));
    border-top-color: transparent;
    content: var(--tw-content);
    border-right-color: transparent;
  }
  /* Active Tab Item */
  .activeTabButton{
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 181, 47, 1) !important;
    border-color: rgba(45, 181, 47, var(--tw-border-opacity)) !important;
    --tw-text-opacity: 1;
    color: rgba(45, 181, 47, 1);
    color: rgba(45, 181, 47, var(--tw-text-opacity));
  }
  .activeTab {
    animation: fadeDown 0.5s linear;
  }
  .hiddenTab{
    display: none;
    animation: fadeDown2 0.5s linear;
  }
  /* radio button */
  .radioItems .item i{
    line-height: 1 !important;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }
  .radioItems .item.active i{
    --tw-text-opacity: 1;
    color: rgba(45, 181, 47, 1);
    color: rgba(45, 181, 47, var(--tw-text-opacity));
  }
  /*Lock Time */
  .lockTimeItems .item i{
    display: none;
  }
  .lockTimeItems .item.active{
    background-color: rgba(255, 255, 255, 0.05);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.05;
  }
  .lockTimeItems .item.active i{
    display: block;
    --tw-text-opacity: 1;
    color: rgba(45, 181, 47, 1);
    color: rgba(45, 181, 47, var(--tw-text-opacity));
  }
  .browserCategory .item{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(45, 181, 47, 1);
    border-color: rgba(45, 181, 47, var(--tw-border-opacity));
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .browserCategory .item.active{
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(45, 181, 47, 1);
    border-color: rgba(45, 181, 47, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(45, 181, 47, 1);
    background-color: rgba(45, 181, 47, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(17, 24, 32, 1);
    color: rgba(17, 24, 32, var(--tw-text-opacity));
  }
  .visible{
    visibility: visible;
  }
  .invisible{
    visibility: hidden;
  }
  .static{
    position: static;
  }
  .fixed{
    position: fixed;
  }
  .absolute{
    position: absolute;
  }
  .relative{
    position: relative;
  }
  .sticky{
    position: sticky;
  }
  .inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
  .-bottom-2{
    bottom: -0.5rem;
  }
  .-left-14{
    left: -3.5rem;
  }
  .-left-20{
    left: -5rem;
  }
  .-left-5{
    left: -1.25rem;
  }
  .-right-14{
    right: -3.5rem;
  }
  .-right-5{
    right: -1.25rem;
  }
  .-top-24{
    top: -6rem;
  }
  .-top-32{
    top: -8rem;
  }
  .-top-48{
    top: -12rem;
  }
  .bottom-0{
    bottom: 0px;
  }
  .bottom-10{
    bottom: 2.5rem;
  }
  .bottom-40{
    bottom: 10rem;
  }
  .bottom-\[72px\]{
    bottom: 72px;
  }
  .left-0{
    left: 0px;
  }
  .left-\[41\%\]{
    left: 41%;
  }
  .right-0{
    right: 0px;
  }
  .right-4{
    right: 1rem;
  }
  .top-0{
    top: 0px;
  }
  .top-1{
    top: 0.25rem;
  }
  .top-20{
    top: 5rem;
  }
  .top-4{
    top: 1rem;
  }
  .top-40{
    top: 10rem;
  }
  .-z-10{
    z-index: -10;
  }
  .z-20{
    z-index: 20;
  }
  .z-30{
    z-index: 30;
  }
  .z-40{
    z-index: 40;
  }
  .z-\[500\]{
    z-index: 500;
  }
  .col-span-1{
    grid-column: span 1 / span 1;
  }
  .my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .mb-8{
    margin-bottom: 2rem;
  }
  .mr-8{
    margin-right: 2rem;
  }
  .mt-5{
    margin-top: 1.25rem;
  }
  .mt-6{
    margin-top: 1.5rem;
  }
  .mt-8{
    margin-top: 2rem;
  }
  .block{
    display: block;
  }
  .inline-block{
    display: inline-block;
  }
  .inline{
    display: inline;
  }
  .flex{
    display: flex;
  }
  .table{
    display: table;
  }
  .grid{
    display: grid;
  }
  .contents{
    display: contents;
  }
  .hidden{
    display: none;
  }
  .size-10{
    width: 2.5rem;
    height: 2.5rem;
  }
  .size-12{
    width: 3rem;
    height: 3rem;
  }
  .size-2{
    width: 0.5rem;
    height: 0.5rem;
  }
  .size-32{
    width: 8rem;
    height: 8rem;
  }
  .size-\[105px\]{
    width: 105px;
    height: 105px;
  }
  .h-1{
    height: 0.25rem;
  }
  .h-4{
    height: 1rem;
  }
  .h-5{
    height: 1.25rem;
  }
  .h-\[582px\]{
    height: 582px;
  }
  .h-dvh{
    height: 100dvh;
  }
  .h-full{
    height: 100%;
  }
  .h-px{
    height: 1px;
  }
  .max-h-\[400px\]{
    max-height: 400px;
  }
  .max-h-\[600px\]{
    max-height: 600px;
  }
  .max-h-dvh{
    max-height: 100dvh;
  }
  .min-h-dvh{
    min-height: 100dvh;
  }
  .w-12{
    width: 3rem;
  }
  .w-16{
    width: 4rem;
  }
  .w-20{
    width: 5rem;
  }
  .w-\[582px\]{
    width: 582px;
  }
  .w-full{
    width: 100%;
  }
  .max-w-\[200px\]{
    max-width: 200px;
  }
  .transform{
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .cursor-pointer{
    cursor: pointer;
  }
  .resize{
    resize: both;
  }
  .grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .flex-col{
    flex-direction: column;
  }
  .flex-wrap{
    flex-wrap: wrap;
  }
  .items-start{
    align-items: flex-start;
  }
  .items-end{
    align-items: flex-end;
  }
  .items-center{
    align-items: center;
  }
  .justify-start{
    justify-content: flex-start;
  }
  .justify-end{
    justify-content: flex-end;
  }
  .justify-center{
    justify-content: center;
  }
  .justify-between{
    justify-content: space-between;
  }
  .justify-around{
    justify-content: space-around;
  }
  .gap-1{
    gap: 0.25rem;
  }
  .gap-12{
    gap: 3rem;
  }
  .gap-2{
    gap: 0.5rem;
  }
  .gap-20{
    gap: 5rem;
  }
  .gap-24{
    gap: 6rem;
  }
  .gap-3{
    gap: 0.75rem;
  }
  .gap-4{
    gap: 1rem;
  }
  .gap-5{
    gap: 1.25rem;
  }
  .gap-6{
    gap: 1.5rem;
  }
  .gap-8{
    gap: 2rem;
  }
  .overflow-hidden{
    overflow: hidden;
  }
  .overflow-x-auto{
    overflow-x: auto;
  }
  .overflow-y-auto{
    overflow-y: auto;
  }
  .text-nowrap{
    text-wrap: nowrap;
  }
  .rounded-2xl{
    border-radius: 1rem;
  }
  .rounded-full{
    border-radius: 9999px;
  }
  .rounded-lg{
    border-radius: 0.5rem;
  }
  .rounded-md{
    border-radius: 0.375rem;
  }
  .rounded-xl{
    border-radius: 0.75rem;
  }
  .rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
  .rounded-b-\[32px\]{
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
  }
  .rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }
  .rounded-t-\[31px\]{
    border-top-left-radius: 31px;
    border-top-right-radius: 31px;
  }
  .border{
    border-width: 1px;
  }
  .border-y{
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .border-b{
    border-bottom-width: 1px;
  }
  .border-b-2{
    border-bottom-width: 2px;
  }
  .border-t{
    border-top-width: 1px;
  }
  .border-dashed{
    border-style: dashed;
  }
  .border-g300{
    --tw-border-opacity: 1;
    border-color: rgba(45, 181, 47, 1);
    border-color: rgba(45, 181, 47, var(--tw-border-opacity));
  }
  .border-n700{
    --tw-border-opacity: 1;
    border-color: rgba(43, 49, 57, 1);
    border-color: rgba(43, 49, 57, var(--tw-border-opacity));
  }
  .border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }
  .border-opacity-10{
    --tw-border-opacity: 0.1;
  }
  .border-opacity-5{
    --tw-border-opacity: 0.05;
  }
  .bg-g300{
    --tw-bg-opacity: 1;
    background-color: rgba(45, 181, 47, 1);
    background-color: rgba(45, 181, 47, var(--tw-bg-opacity));
  }
  .bg-g300\/10{
    background-color: rgba(45, 181, 47, 0.1);
  }
  .bg-g500{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 85, 61, 1);
    background-color: rgba(31, 85, 61, var(--tw-bg-opacity));
  }
  .bg-g600{
    --tw-bg-opacity: 1;
    background-color: rgba(68, 84, 77, 1);
    background-color: rgba(68, 84, 77, var(--tw-bg-opacity));
  }
  .bg-n700{
    --tw-bg-opacity: 1;
    background-color: rgba(43, 49, 57, 1);
    background-color: rgba(43, 49, 57, var(--tw-bg-opacity));
  }
  .bg-n900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 32, 1);
    background-color: rgba(17, 24, 32, var(--tw-bg-opacity));
  }
  .bg-transparent{
    background-color: transparent;
  }
  .bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }
  .bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }
  .bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }
  .bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }
  .p-1{
    padding: 0.25rem;
  }
  .p-2{
    padding: 0.5rem;
  }
  .p-2\.5{
    padding: 0.625rem;
  }
  .p-3{
    padding: 0.75rem;
  }
  .p-3\.5{
    padding: 0.875rem;
  }
  .p-4{
    padding: 1rem;
  }
  .p-5{
    padding: 1.25rem;
  }
  .p-6{
    padding: 1.5rem;
  }
  .p-7{
    padding: 1.75rem;
  }
  .px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pb-1{
    padding-bottom: 0.25rem;
  }
  .pb-2{
    padding-bottom: 0.5rem;
  }
  .pb-28{
    padding-bottom: 7rem;
  }
  .pb-3{
    padding-bottom: 0.75rem;
  }
  .pb-36{
    padding-bottom: 9rem;
  }
  .pb-4{
    padding-bottom: 1rem;
  }
  .pb-5{
    padding-bottom: 1.25rem;
  }
  .pb-6{
    padding-bottom: 1.5rem;
  }
  .pb-8{
    padding-bottom: 2rem;
  }
  .pr-1{
    padding-right: 0.25rem;
  }
  .pr-3{
    padding-right: 0.75rem;
  }
  .pr-4{
    padding-right: 1rem;
  }
  .pt-1{
    padding-top: 0.25rem;
  }
  .pt-10{
    padding-top: 2.5rem;
  }
  .pt-12{
    padding-top: 3rem;
  }
  .pt-16{
    padding-top: 4rem;
  }
  .pt-2{
    padding-top: 0.5rem;
  }
  .pt-20{
    padding-top: 5rem;
  }
  .pt-3{
    padding-top: 0.75rem;
  }
  .pt-4{
    padding-top: 1rem;
  }
  .pt-40{
    padding-top: 10rem;
  }
  .pt-5{
    padding-top: 1.25rem;
  }
  .pt-6{
    padding-top: 1.5rem;
  }
  .pt-8{
    padding-top: 2rem;
  }
  .text-center{
    text-align: center;
  }
  .text-end{
    text-align: right;
  }
  .text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .text-\[100px\]{
    font-size: 100px;
  }
  .text-\[32px\]{
    font-size: 32px;
  }
  .text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .font-bold{
    font-weight: 700;
  }
  .font-medium{
    font-weight: 500;
  }
  .font-normal{
    font-weight: 400;
  }
  .font-semibold{
    font-weight: 600;
  }
  .uppercase{
    text-transform: uppercase;
  }
  .lowercase{
    text-transform: lowercase;
  }
  .\!leading-none{
    line-height: 1 !important;
  }
  .text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }
  .text-g300{
    --tw-text-opacity: 1;
    color: rgba(45, 181, 47, 1);
    color: rgba(45, 181, 47, var(--tw-text-opacity));
  }
  .text-n70{
    --tw-text-opacity: 1;
    color: rgba(169, 172, 175, 1);
    color: rgba(169, 172, 175, var(--tw-text-opacity));
  }
  .text-n900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 32, 1);
    color: rgba(17, 24, 32, var(--tw-text-opacity));
  }
  .text-red-400{
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, 1);
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }
  .text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }
  .underline{
    text-decoration-line: underline;
  }
  .opacity-5{
    opacity: 0.05;
  }
  .shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }
  .outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  .blur{
    --tw-blur: blur(8px);
    filter: blur(8px) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
  .blur-\[575px\]{
    --tw-blur: blur(575px);
    filter: blur(575px) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
  .invert{
    --tw-invert: invert(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) invert(100%) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
  .filter{
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
  .transition{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .duration-300{
    transition-duration: 300ms;
  }
  /* Scroll bar */
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: rgba(167, 167, 167, 0.1215686275);
  }
  
  ::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(167, 167, 167, 0.1215686275);
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #2db52f;
    border-radius: 3px;
  }
  
  .vertical-scrollbar::-webkit-scrollbar {
    height: 4px;
    margin-top: 10px;
    max-width: 400px;
  }
  
  .vertical-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px #2db52f;
    background-color: transparent;
  }
  
  .vertical-scrollbar::-webkit-scrollbar-thumb {
    background-color: #2db52f;
  }
  
  /* body styles */
  body {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    -webkit-tap-highlight-color: transparent;
    color: black;
  }
  /* Swiper Styles */
  .swiper-pagination {
    position: relative !important;
    text-align: left !important;
    bottom: 0 !important;
  }
  
  .onboarding-steps-slider .swiper-pagination .swiper-pagination-bullet {
    background: #6f7174 !important;
    width: 4px !important;
    height: 4px !important;
  }
  .onboarding-steps-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px !important;
    height: 4px !important;
    border-radius: 2px !important;
    background-color: #2db52f !important;
  }
  
  .animationTwo {
    animation: fadeDown2 0.5s linear;
  }
  
  .animationOne {
    animation: fadeDown 0.5s linear;
  }
  
  @keyframes fadeDown {
    0% {
      opacity: 0;
      transform: translateY(-20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes fadeDown2 {
    0% {
      opacity: 0;
      transform: translateY(-20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  /* Circle Wave Animation */
  .wave-animation {
    z-index: 49;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    border-radius: 100%;
    color: rgb(93, 93, 93);
    position: relative;
  }
  
  @keyframes waves {
    0% {
      transform: scale(0.6, 0.6);
      opacity: 0.2;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
      transform: scale(1.2, 1.2);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
  }
  .waves {
    position: absolute;
    width: 204px;
    height: 204px;
    background: #45574f;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    z-index: -1;
    animation: waves 3s ease-in-out infinite;
  }
  
  .wave-1 {
    animation-delay: 0s;
  }
  
  .wave-2 {
    animation-delay: 0.4s;
  }
  
  .wave-3 {
    animation-delay: 0.8s;
  }
  
  .placeholder\:text-sm::-moz-placeholder{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  
  .placeholder\:text-sm::placeholder{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  
  .placeholder\:text-n70::-moz-placeholder{
    --tw-text-opacity: 1;
    color: rgba(169, 172, 175, 1);
    color: rgba(169, 172, 175, var(--tw-text-opacity));
  }
  
  .placeholder\:text-n70::placeholder{
    --tw-text-opacity: 1;
    color: rgba(169, 172, 175, 1);
    color: rgba(169, 172, 175, var(--tw-text-opacity));
  }
  
  .after\:absolute::after{
    content: var(--tw-content);
    position: absolute;
  }
  
  .after\:inset-0::after{
    content: var(--tw-content);
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
  
  .after\:bg-n700::after{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgba(43, 49, 57, 1);
    background-color: rgba(43, 49, 57, var(--tw-bg-opacity));
  }
  
  .hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }
  
  .hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }
  
  .group:hover .group-hover\:bg-g300{
    --tw-bg-opacity: 1;
    background-color: rgba(45, 181, 47, 1);
    background-color: rgba(45, 181, 47, var(--tw-bg-opacity));
  }
  
  .group:hover .group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }
  
  .group:hover .group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }
  
  /* Fade in animation */
  @keyframes fadeIn {
      from { opacity: 0; transform: translateY(10px); }
      to { opacity: 1; transform: translateY(0); }
  }
  
  /* Shake animation */
  @keyframes shake {
      0%, 100% { transform: translateX(0); }
      25% { transform: translateX(-5px); }
      75% { transform: translateX(5px); }
  }
  
  /* Slide in animation */
  @keyframes slideIn {
      from { transform: translateX(-100%); }
      to { transform: translateX(0); }
  }
  
  /* Apply animations */
  .fade-in {
      animation: fadeIn 0.3s ease forwards;
  }
  
  .slide-in {
      animation: slideIn 0.3s ease forwards;
  }
  
  /* Transitions */
  .transition-all {
      transition: all 0.3s ease;
  }
  
  /* Hover effects */
  .hover-lift:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  /* Swap animation */
  @keyframes swapSpin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
  }
  
  .swap-spin {
      animation: swapSpin 0.5s ease;
  }
  
  /* Modal animation */
  @keyframes slideUp {
      from { transform: translateY(100%); }
      to { transform: translateY(0); }
  }
  
  .modal-slide-up {
      animation: slideUp 0.3s ease-out;
  }
  
  /* Success animation */
  @keyframes successPop {
      0% { transform: scale(0.8); opacity: 0; }
      50% { transform: scale(1.1); }
      100% { transform: scale(1); opacity: 1; }
  }
  
  .success-pop {
      animation: successPop 0.5s ease-out;
  }
  
  /* Loading animation */
  .loading-dots::after {
      content: '...';
      animation: dots 1.5s steps(4, end) infinite;
  }
  
  @keyframes dots {
      0%, 20% { content: '.'; }
      40% { content: '..'; }
      60% { content: '...'; }
      80%, 100% { content: ''; }
  }
  