@import url('https://fonts.googleapis.com/css2?family=Baloo+Paaji+2:wght@400;500;600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Prompt: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');

/* poppins */

/* Tailwind styles */

/* ! tailwindcss v3.3.2 | 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.
*/

html {
  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: "Open Sans", sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
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]) {
  -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. 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-size: 1em;
  /* 2 */
}

/*
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-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --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:  ;
}

::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: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --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:  ;
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.table{
  display: table;
}

/* End Tailwind styles */

/* SCROLL BAR STYLES */

/* width */

::-webkit-scrollbar {
  width: 1px;
}

/* Track */

::-webkit-scrollbar-track {
  /* background: #f1f1f1; */
  --tw-bg-opacity: 1;
  background-color: rgb(151 2 205 / var(--tw-bg-opacity))
}

/* Handle */

::-webkit-scrollbar-thumb {
  /* background: #f5a523; */
  /* border-radius: 5px; */
  --tw-bg-opacity: 1;
  background-color: rgb(151 2 205 / var(--tw-bg-opacity))
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  /* background: #F5A623; */
  background-color: rgb(151 2 205 / 0.5)
}

/* END SCROLL BAR STYLES */

/* Hide scrollbars */

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

/* For IE, Edge and Firefox */

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

*{
  font-family: Montserrat, sans-serif;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}

body{
  overflow-x: hidden !important;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

input, select{
  background-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.tom{
  display: flex;
  min-height: 100vh;
  width: 100%;
  justify-content: center;
  overflow-y: auto;
}

.tom > div{
  min-height: 100%;
  width: 100%;
  max-width: 28rem;
}

.home-top-nav{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: #000;
}

.home-top-nav > div{
  display: flex;
  width: 100%;
  max-width: 28rem;
  align-items: center;
  justify-content: space-between;
}

.home-top-nav.has-bg > div{
  --tw-bg-opacity: 1;
  background-color: rgb(255 165 0 / var(--tw-bg-opacity));
}

.home-top-nav > div > div{
  display: flex;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.home-top-nav > div >  div:first-of-type{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.home-top-nav > div >  div:last-of-type > *{
  background-color: transparent;
}

.top-nav-general{
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: transparent !important;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.top-nav-general.nav-brand{
  --tw-bg-opacity: 1 !important;
  background-color: #016eb9 !important;
}

.nav-b{
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 50;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.nav-b > div{
  display: flex;
  width: 100%;
  max-width: 28rem;
  align-items: center;
  justify-content: space-around;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-top-width: 1px;
  border-color: rgb(0 0 0 / 0.3);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.nav-b > div > *{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.nav-b > div > * > :first-child{
  color: rgb(0 0 0 / 0.4);
}

.nav-b > div > * > :last-child{
  font-size: 0.75rem;
  line-height: 1rem;
}

.nav-b > div > *.active > :first-child{
  --tw-text-opacity: 1;
  color: #016eb9;
}

.top-nav-left-right{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: #016eb9;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tom.auth > div{
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: #016eb9;
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-blend-mode: multiply;
}

.tom.auth > div > .title{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tom.auth > div > .title + div{
  display: flex;
  width: 100%;
  flex-grow: 1;
  flex-direction: column;
}

.tom.auth > div > .title + div > div.tabs{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around;
}

.tom.auth > div > .title + div > div.tabs > *{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: rgb(255 255 255 / 0.7);
}

.tom.auth > div > .title + div > div.tabs > * > img{
  visibility: hidden;
  width: 2rem;
}

.tom.auth > div > .title + div > div.tabs > *.active{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgb(255 255 255 / 1);
}

.tom.auth > div > .title + div > div.tabs > *.active > img{
  visibility: visible;
}

.tom.auth > div > .title + div > div.tabs + div.form{
  margin-top: -1rem;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  row-gap: 0.75rem;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
}

.tom.auth > div > .title + div > div.tabs + div.form > label{
  display: flex;
  width: 100%;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  border-radius: 9999px;
  background-color: rgb(213 220 223);
  padding: 0.25rem;
}

.tom.auth > div > .title + div > div.tabs + div.form > label > div:first-of-type{
  display: flex;
  aspect-ratio: 1 / 1;
  width: 2.5rem;
  flex-shrink: 0 !important;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.tom.auth > div > .title + div > div.tabs + div.form > label > div:first-of-type + div{
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

/* .tom.auth > div > .title + div > div.tabs + div.form > label > div:first-of-type + div > :last-child:not(button){
    @apply flex-grow
} */

.tom.auth > div > .title + div > div.tabs + div.form > label > div:first-of-type + div > input,
.tom.auth > div > .title + div > div.tabs + div.form > label > div:first-of-type + div > select{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(0 0 0 / 0.8);
}

.tom.auth > div > .title + div > div.tabs + div.form > .action-btn{
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: #016eb9;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tom.auth > div > .title + div > div.tabs + div.form > div:last-of-type{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 1.5rem;
  padding-top: 2rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.tom.auth > div > .title + div > div.tabs + div.form > div:last-of-type > p > a{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: #016eb9;
}

.home-landing{
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 0.5rem;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 3rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.sliders{
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 165 0 / var(--tw-bg-opacity));
  background-size: cover;
  background-repeat: no-repeat;
}

.marquee{
  display: flex;
  width: 100%;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.marquee > :last-child{
  flex-grow: 1;
}

.main-links{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.main-links > *{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.main-links > *:nth-child(1){
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.main-links > *:nth-child(2){
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.main-links > * > p,
.other-links > * > p{
  text-align: center !important;
  font-size: 0.75rem;
  line-height: 1rem;
}

.main-links > * > img,
.other-links > * > img{
  aspect-ratio: 1 / 1;
  width: 2rem;
}

.other-links{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.75rem;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
}

.other-links > div:first-child{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.75rem;
}

.other-links > div:first-child > *{
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 0.125rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
}

.other-links > div:first-child > * > div:first-of-type,
.other-links > div:last-child > * > div{
  display: flex;
  aspect-ratio: 1 / 1;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.other-links > div:first-child > * > div:first-of-type + p,
.other-links > div:last-child > * > div + p{
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.other-links > div:first-child > *:nth-child(1){
  background-color: rgb(213 220 223);
}

.other-links > div:first-child > *:nth-child(1) > div:first-of-type{
  --tw-bg-opacity: 1;
  background-color: #016eb9;
}

.other-links > div:first-child > *:nth-child(2){
  background-color: rgb(239 68 68 / 0.2);
}

.other-links > div:first-child > *:nth-child(2) > div:first-of-type{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.other-links > div:first-child > *:nth-child(3){
  background-color: rgb(20 184 166 / 0.2);
}

.other-links > div:first-child > *:nth-child(3) > div:first-of-type{
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity));
}

.other-links > div:last-child{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.75rem;
}

.other-links > div:last-child > *{
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  border-radius: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.other-links > div:last-child > *:first-of-type{
  width: 66.666667% !important;
  flex-shrink: 0 !important;
  border-bottom-left-radius: 0.75rem;
  background-color: rgb(249 115 22 / 0.2);
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.other-links > div:last-child > *:first-of-type > div{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}

.other-links > div:last-child > *:last-of-type{
  flex-grow: 1;
  border-bottom-right-radius: 0.75rem;
  background-color: rgb(217 70 239 / 0.2);
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.other-links > div:last-child > *:last-of-type > div{
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity));
}

.img-linkers{
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 0.75rem;
  padding: 0.75rem;
}

.img-linkers > *{
  width: 100%;
}

.products{
  display: flex;
  width: 100%;
  flex-direction: column;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding: 0.75rem;
}

.products > .title{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: #016eb9;
}

.products > .title > div{
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.products > .title > div > :last-child{
  margin-left: 2rem;
}

.products > .title > div, .products > .title > div > div{
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.products > .title > :last-child{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.products > .items{
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 0.375rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.products > .items > div{
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}

.products > .items > div > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.products > .items > div > div{
  --tw-bg-opacity: 1;
  background-color: #016eb9;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.products > .items > div > span{
  display: none;
}

.products > .items > div.locked > span{
  position: absolute;
  left: -2rem;
  top: 0px;
  z-index: 50;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: row-reverse;
  align-items: center;
  background-color: rgb(255 255 255 / 0.4);
}

.products > .items > div.locked > span > *{
  margin-right: 3rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: #016eb9;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #172554;
  --tw-shadow: var(--tw-shadow-colored);
}

.products > .items > div > div:first-of-type{
  position: relative;
  display: flex;
  width: 25% !important;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}

.products > .items > div > div:first-of-type > img.point-right{
  position: absolute;
  top: 40%;
  left: 80%;
  width: 50%;
}

@media (min-width: 640px){
  .products > .items > div > div:first-of-type > img.point-right{
    left: 95%;
    width: 35%;
  }
}

.products > .items > div > div:first-of-type > img.point-down{
  position: absolute;
  top: 130%;
  left: 30%;
  width: 35%;
  --tw-rotate: 90deg;
  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));
}

.products > .items > div > div:last-of-type{
  display: flex;
  flex-shrink: 0 !important;
  flex-grow: 1;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  border-radius: 0.75rem;
  background-color: rgb(213 220 223);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: #016eb9;
}

.products > .items > div > div:last-of-type > div:first-of-type{
  margin-left: -1rem;
  display: flex;
  aspect-ratio: 1 / 1;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: #016eb9;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.products > .items > div > div:last-of-type > div:last-of-type{
  width: 100%;
}

.products > .items > div > div:last-of-type > div:last-of-type > div{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
}

.products > .items > div > div:last-of-type > div:last-of-type > div > p:first-of-type{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.products > .items > div > div:last-of-type > div:last-of-type > div > p:last-of-type{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: #016eb9;
}

.wealth{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 5rem;
  padding-bottom: 4rem;
}

.wealth > .wealth-top{
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(75 8 31);
  padding-bottom: 1rem;
}

.wealth > .wealth-top > p{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.wealth > .wealth-top + img{
  width: 100%;
  width: 4px;
}

.wealth > .wealth-summ{
  display: flex;
  width: 100%;
}

.wealth > .wealth-summ > div{
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.wealth > .wealth-summ > div > p:first-of-type{
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.wealth > .wealth-summ > div > p:first-of-type ~ p{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: #016eb9;
}

.wealth > .earning > p{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.wealth > .earning > div{
  display: flex;
  width: 100%;
  gap: 1rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.05);
  padding: 1rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.wealth > .earning > div > div > p:first-of-type{
  position: relative;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.wealth > .earning > div > div > p:before{
  height: 100%;
  width: 1rem;
  background-color: rgb(59 130 246 / 0.3);
}

.kadi{
  width: 100%;
  border-radius: 0.5rem;
  background-color: rgb(59 130 246 / 0.1);
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.kadi > div{
  display: flex;
  width: 100%;
  align-items: center;
}

.kadi > div:first-of-type{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.kadi > div:last-of-type{
  justify-content: space-between;
}

.kadi > div:last-of-type > p{
  font-size: 10px;
  text-transform: uppercase;
}

.kadi > div:last-of-type > p > span{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.kadi > div:first-of-type > div{
  height: 10px;
  width: 0.375rem;
  border-radius: 0.5rem;
  background-color: rgb(59 130 246 / 0.7);
}

.kadi > div:last-of-type > div{
  height: 17px;
  width: 0.375rem;
  border-radius: 0.5rem;
  background-color: rgb(59 130 246 / 0.7);
}

.kadi.red{
  background-color: rgb(239 68 68 / 0.05);
}

/* .kadi.red > div:last-of-type > p > span{
    @apply text-red-500
} */

.kadi.red > div > div{
  background-color: rgb(239 68 68 / 0.6);
}

.kadi.yellow{
  background-color: rgb(234 179 8 / 0.05);
}

/* .kadi.yellow > div:last-of-type > p > span{
    @apply text-yellow-500
} */

.kadi.yellow > div > div{
  background-color: rgb(234 179 8 / 0.4);
}

.kadi.green{
  background-color: rgb(34 197 94 / 0.05);
}

/* .kadi.green > div:last-of-type > p > span{
    @apply text-green-500
} */

.kadi.green > div > div{
  background-color: rgb(34 197 94 / 0.4);
}

.kadi.fuchsia{
  background-color: rgb(217 70 239 / 0.05);
}

/* .kadi.fuchsia > div:last-of-type > p > span{
    @apply text-fuchsia-500
} */

.kadi.fuchsia > div > div{
  background-color: rgb(217 70 239 / 0.4);
}

.kadi.sky{
  background-color: rgb(14 165 233 / 0.05);
}

/* .kadi.sky > div:last-of-type > p > span{
    @apply text-sky-500
} */

.kadi.sky > div > div{
  background-color: rgb(14 165 233 / 0.4);
}

/* rangi za kadi
sky, fuchsia,green, yellow,red */

.wealth > .storage{
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 0.5rem;
  padding-top: 1rem;
}

.wealth > .storage > p:first-of-type{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.wealth > .storage > .tabs{
  margin-bottom: 0.5rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(59 130 246 / 0.3);
}

.wealth > .storage > .tabs > *{
  width: 100%;
  border-radius: 9999px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: #016eb9;
}

.wealth > .storage > .tabs > *.active{
  --tw-bg-opacity: 1;
  background-color: #016eb9;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.wealth > .storage > .tabs > :first-child{
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.wealth > .storage > .tabs > :last-child{
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.wealth > .storage > .items{
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 1rem;
}

.wealth > .storage > .items.hide{
  display: none;
}

.wealth > .storage > .items > p{
  border-radius: 0.5rem;
  background-color: rgb(59 130 246 / 0.1);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: #016eb9;
}

.wealth > .storage > .items > div{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.05);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.wealth > .storage > .items > div > p{
  width: 100%;
  border-radius: 9999px;
  background-color: rgb(59 130 246 / 0.1);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.wealth > .storage > .items > div > div{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
}

.wealth > .storage > .items > div > div > div:first-of-type{
  margin-right: 0.5rem;
  aspect-ratio: 1 / 1;
  width: 33.333333%;
  border-radius: 0.5rem;
  background-size: cover;
  background-repeat: no-repeat;
}

.wealth > .storage > .items > div > div > div:last-of-type{
  position: relative;
  flex-grow: 1;
  border-left-width: 4px;
  border-color: rgb(0 0 0 / 0.05);
  padding-left: 0.5rem;
}

.wealth > .storage > .items > div > div > div:last-of-type > .buy-btn{
  position: absolute;
  top: -1rem;
  right: 0px;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.wealth > .storage > .items > div > div > div:last-of-type > p{
  font-size: 11px;
}

.wealth > .storage > .items > div > div > div:last-of-type > p > span{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: #016eb9;
}

.wealth > .storage > .items > div > div > div:last-of-type > div{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
}

.wealth > .storage > .items > div > div > div:last-of-type > div > p{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: #016eb9;
}

.wealth > .storage > .items > div > div > div:last-of-type > div > div{
  position: relative;
  height: 0.75rem;
  width: 100%;
  border-radius: 9999px;
  background-color: rgb(59 130 246 / 0.05);
}

.wealth > .storage > .items > div > div > div:last-of-type > div > div > div{
  height: 100%;
  width: 40%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: #016eb9;
}

.wealth > .desc{
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.05);
  padding: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.wealth > .desc > p:first-of-type{
  font-weight: 600;
  text-transform: uppercase;
}

.wealth > .revenue{
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.wealth > .revenue > p:first-of-type{
  font-weight: 600;
}

.wealth > .revenue > p:first-of-type + input{
  margin-top: -0.25rem;
  width: 100%;
  border-radius: 9999px;
  background-color: rgb(59 130 246 / 0.1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.wealth > .revenue > p:first-of-type + input + div{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.wealth > .revenue > p:first-of-type + input + div > p:last-of-type{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: #016eb9;
}

.wealth > .revenue > p:first-of-type + input + div + *{
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: #016eb9;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.deposit{
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 3rem;
  padding-bottom: 4rem;
}

.deposit.my > .summary >div{
  border-bottom-color: transparent !important;
}

.deposit > .amount{
  margin-top: -0.75rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.05);
  padding: 0.75rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.deposit > .amount > p{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}

.deposit > .amount > input{
  width: 100%;
  border-bottom-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.deposit > .amount > div{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0.5rem;
  padding-top: 0.75rem;
}

.deposit > .amount > div > *{
  width: 100%;
  border-radius: 9999px;
  border-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}

.deposit > .amount > div > *.active{
  --tw-text-opacity: 1;
  color: #016eb9;
}

.deposit > .channel{
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 0.75rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.05);
  padding: 0.75rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.deposit > .channel > p{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.deposit > .channel > div{
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 0.75rem;
}

.deposit > .channel > div > *{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.deposit > .channel > div > * > div:first-of-type{
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.deposit > .channel > div > * > div:first-of-type >div:first-of-type{
  display: flex;
  aspect-ratio: 1 / 1;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
}

.deposit > .channel > div > * > div:first-of-type >div:last-of-type{
  font-size: 0.75rem;
  line-height: 1rem;
}

.deposit > .channel > div > * > div:first-of-type >div:last-of-type > p:first-of-type{
  font-weight: 600;
}

.deposit > .explain{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.deposit > .explain > p:first-child{
  font-weight: 600;
}

.deposit > .channel2{
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 0.75rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.05);
  padding: 0.75rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.deposit > .channel2 > p{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}

.deposit > .channel2 > div{
  display: flex;
  width: 100%;
  gap: 1rem;
}

.deposit > .channel2 > div > *{
  width: 100%;
  border-radius: 0.75rem;
  border-width: 1px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
}

.deposit > .channel2 > div > *:has(input[type=radio]:checked){
  border-color: rgb(59 130 246 / 0.3);
  background-color: rgb(59 130 246 / 0.1);
  --tw-text-opacity: 1;
  color: #016eb9;
}

.deposit > .channel2 > input{
  margin-top: 0px;
  width: 100%;
  border-radius: 0.375rem;
  border-bottom-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
}

.deposit > .channel2 > input:focus{
  border-radius: 0px;
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
}

.deposit > button{
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: #016eb9;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.r.e.c.o.r.d{
  padding-left: 1rem;
  padding-right: 1rem;
}

.r.e.c.o.r.d > .balance{
  display: flex;
  width: 100%;
  flex-direction: column;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

.r.e.c.o.r.d > .balance > p:first-of-type{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.r.e.c.o.r.d > .balance > p:last-of-type{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.team{
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
  padding-top: 5rem !important;
}

.team > .tabs{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.team > .tabs > *{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(75 8 31);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: #016eb9;
}

.team > .tabs > *.active{
  --tw-bg-opacity: 1;
  background-color: #016eb9;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.team > .explain{
  background-color: rgb(59 130 246 / 0.05);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.team > .explain > p:has(button){
  margin-top: 1.5rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  text-overflow: ellipsis;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.team > .explain > p:has(button) > span{
  overflow: hidden;
  text-overflow: ellipsis;
}

.team > .explain > p:has(button) > button{
  flex-shrink: 0;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: #016eb9;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.team > .team-desc{
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.kikadi{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.5rem;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.05);
  background-color: rgb(59 130 246 / 0.05);
  padding: 0.5rem;
}

.kikadi > p:first-of-type{
  width: 100%;
  border-radius: 9999px;
  background-color: rgb(59 130 246 / 0.6);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.kikadi > p:first-of-type + p{
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: #016eb9;
}

.kikadi.chanjano{
  background-color: rgb(234 179 8 / 0.05);
}

.kikadi.chanjano > p:first-of-type{
  background-color: rgb(234 179 8 / 0.6);
}

.kikadi.chanjano > p:first-of-type + p{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}

.kikadi.chazambarao{
  background-color: rgb(217 70 239 / 0.05);
}

.kikadi.chazambarao > p:first-of-type{
  background-color: rgb(217 70 239 / 0.6);
}

.kikadi.chazambarao > p:first-of-type + p{
  --tw-text-opacity: 1;
  color: rgb(217 70 239 / var(--tw-text-opacity));
}

.kikadi.chakijani{
  background-color: rgb(34 197 94 / 0.05);
}

.kikadi.chakijani > p:first-of-type{
  background-color: rgb(34 197 94 / 0.6);
}

.kikadi.chakijani > p:first-of-type + p{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

.kikadi.chaamba{
  background-color: rgb(245 158 11 / 0.05);
}

.kikadi.chaamba > p:first-of-type{
  background-color: rgb(245 158 11 / 0.6);
}

.kikadi.chaamba > p:first-of-type + p{
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity));
}

.kikadi.chamawingu{
  background-color: rgb(14 165 233 / 0.05);
}

.kikadi.chamawingu > p:first-of-type{
  background-color: rgb(14 165 233 / 0.6);
}

.kikadi.chamawingu > p:first-of-type + p{
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}

.kikadi.chekundu{
  background-color: rgb(239 68 68 / 0.05);
}

.kikadi.chekundu > p:first-of-type{
  background-color: rgb(239 68 68 / 0.6);
}

.kikadi.chekundu > p:first-of-type + p{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

/* rangi za kadi */

/* chanjano,chazambarao,chakijani,chaamba,chamawingu, chekundu */

.team > .search{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.team > .search > input{
  flex-grow: 1;
  border-radius: 9999px;
  border-width: 1px;
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.team > .search > input + *{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: #016eb9;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.team > .list{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.card-container{
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.05);
}

.card-container > p:first-of-type{
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: #016eb9;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.card-container > p:first-of-type + div{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.5rem;
}

.card-container > p:first-of-type + div > div{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
}

.simple-card{
  display: flex;
  width: 100%;
  flex-direction: column;
  border-radius: 0.5rem;
  background-color: rgb(59 130 246 / 0.05);
  padding: 0.5rem;
  text-align: center;
}

.simple-card > p:first-of-type{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}

.simple-card > p:first-of-type + p{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: #016eb9;
}

.team.team2{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.team.team2 > .desc{
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.v.i.p_l.e.v.e.l{
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.v.i.p_l.e.v.e.l > div{
  position: relative;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.2);
  background-color: rgb(255 255 255 / 0.1);
  padding: 1rem;
}

.v.i.p_l.e.v.e.l > div > p{
  margin-top: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(255 255 255 / 0.9);
}

.v.i.p_l.e.v.e.l > div > p > span{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 165 0 / var(--tw-text-opacity));
}

.v.i.p_l.e.v.e.l > div > div.lb{
  position: absolute;
  top: 0px;
  left: 0px;
  border-top-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 165 0 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.task{
  display: flex;
  min-height: 100%;
  width: 100%;
  flex-direction: column;
  row-gap: 1rem;
  overflow-y: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}

.task > .progress{
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 4rem;
}

.task > .progress > div{
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
}

.task > .progress > div > div:not(.progress-bar){
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.task > .progress > div > div:not(.progress-bar) > div{
  display: flex;
  width: 70%;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: #016eb9;
}

.task > .progress > div > div:not(.progress-bar) > div > p:first-of-type{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.task > .progress > div > div:not(.progress-bar) > div > p:first-of-type + p{
  font-size: 0.75rem;
  line-height: 1rem;
}

.task > .progress > div > div:not(.progress-bar):first-of-type > div{
  justify-content: flex-start;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.task > .progress > div > div:not(.progress-bar):first-of-type + div{
  align-items: flex-end;
  justify-content: flex-end;
}

.task > .progress > div > div:not(.progress-bar):first-of-type + div > div{
  align-items: flex-end;
  justify-content: flex-end;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.task > .progress > div > div.progress-bar{
  position: absolute;
  left: 33.3%;
  z-index: 40;
  aspect-ratio: 1 / 1;
  width: 33.333333%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: #016eb9;
}

.task > .progress > div > div.progress-bar > div{
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-color: rgb(255 255 255 / 0.8);
  padding: 0.5rem;
}

.task > .progress > div > div.progress-bar > div > div.inner-circle{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 30;
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(75 8 31);
  /* background-image: conic-gradient(green 0deg, green 30deg, transparent 30deg, transparent 0deg); */
}

.task > .progress > div > div.progress-bar > div > div.inner-circle + div{
  position: relative;
  z-index: 40;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: #016eb9;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.task > .progress > div > div.progress-bar > div > div.inner-circle + div > p:first-of-type{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.task > .progress > div > div.progress-bar > div > div.inner-circle + div > p:first-of-type > span{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.task > .progress > div > div.progress-bar > div > div.inner-circle + div > p:first-of-type + p{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.task > .tasks{
  display: flex;
  width: 100%;
  flex-grow: 1;
  flex-direction: column;
  padding-top: 1rem;
}

.task > .tasks > .tabs{
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.task > .tasks > .tabs > div{
  position: relative;
  z-index: 40;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.task > .tasks > .tabs > div > *{
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}

.task > .tasks > .tabs > div > *::after{
  margin-top: 0.75rem;
  height: 4px;
  width: 33.333333%;
  content: var(--tw-content);
  background-color: transparent;
}

.task > .tasks > .tabs > div > *.active{
  --tw-text-opacity: 1;
  color: #016eb9;
}

.task > .tasks > .tabs > div > *.active::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: #016eb9;
}

.task > .tasks > .task-tab{
  z-index: 30;
  margin-top: -0.75rem;
  width: 100%;
  flex-grow: 1;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  background-color: rgb(255, 255, 255);
  padding-bottom: 8rem;
  padding-top: 1.5rem;
}

.task > .tasks > .task-tab > div{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.task > .tasks > .task-tab > div > *{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.task > .tasks > .task-tab > div > * > p:first-of-type{
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

.task > .tasks > .task-tab > div > * > img{
  aspect-ratio: 10/12;
  border-radius: 0.5rem;
}

.task > .tasks > .task-tab > div > * > img + *{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: #016eb9;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tasks > div:has(table){
  display: flex !important;
  background-color: rgb(255 255 255 / 0.9) !important;
  padding: 1rem;
}

.tasks > div > table{
  display: flex;
  width: 100% !important;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: transparent !important;
  padding: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.tasks > div > table td,
.tasks > div > table th{
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.tasks > div > table td > *,
.tasks > div > table th > *{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.tasks > div > table{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.task-tab.hide{
  display: none !important;
}

.task2{
  margin-top: 4rem;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.task2 > div{
  display: flex;
  width: 100%;
  flex-direction: column;
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.05);
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.task2 > div > div{
  border-radius: 0.5rem;
  padding: 0.75rem;
}

.task2 > div > div > div{
  aspect-ratio: 16 / 9;
  border-radius: 0.5rem;
  background-size: cover;
  background-repeat: no-repeat;
}

.task2 > div > div > button{
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: #016eb9;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.task2 > div > p{
  width: 100%;
  background-color: rgb(59 130 246 / 0.1);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
}

.invite > .desc{
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.invite > .desc > div{
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
}

.invite > .desc > div > p:first-of-type{
  font-weight: 600;
}

.my{
  display: flex;
  width: 100%;
  flex-direction: column;
}

.my > .top{
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 0.5rem;
  border-bottom-right-radius: 28px;
  padding: 1rem;
  --tw-text-opacity: 1;
  color: #000;
}

.my > .top > div:first-of-type{
  display: flex;
  width: 100%;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.my > .top > div:first-of-type > div.avatar{
  aspect-ratio: 1 / 1;
  width: 4rem;
  border-radius: 0.5rem;
  background-size: cover;
  background-repeat: no-repeat;
}

.my > .top > div:first-of-type > div.avatar + div{
  display: flex;
  flex-shrink: 0;
  flex-grow: 1;
  flex-direction: column;
  row-gap: 0.5rem;
}

.my > .top > div:first-of-type > div.avatar + div > P{
  width: 100%;
  border-radius: 9999px;
  background-color: rgb(255 255 255 / 0.3);
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}

.my > .top > div:first-of-type > div.avatar + div + div{
  border-radius: 9999px;
  background-color: rgb(255 255 255 / 0.3);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}

.my > .top > div:last-of-type{
  display: flex;
  width: 100%;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.my > .top > div:last-of-type > * {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem; /* modern replacement for column-gap */

  padding: 0.75rem 1rem;

  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;

  color: #fff;
  background-color: #016eb9;

  border-radius: 8px; /* cleaner than % */
  cursor: pointer;

  transition: all 0.2s ease-in-out;
}

/* Hover effect */
.my > .top > div:last-of-type > *:hover {
  background-color: #222;
  transform: translateY(-1px);
}

/* Active (click) effect */
.my > .top > div:last-of-type > *:active {
  transform: scale(0.97);
}
.my > .summary{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.my > .summary > div{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.75rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(75 8 31);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.my > .summary> div > div{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0px;
}

.my > .summary> div > div > p:first-of-type{
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.my > .summary> div > div > p:first-of-type + p{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: #016eb9;
}

.my > .summary> div > p{
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: #016eb9;
}

.my > .earning{
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.my > .earning > div:first-of-type{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.my > .earning > div:first-of-type > div{
  width: 40%;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: #016eb9;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.my > .earning > div:first-of-type + p{
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.my > .earning > div:first-of-type + p + div{
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.05);
  padding: 0.75rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.my > .earning > div:first-of-type + p + div > div:first-of-type{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.my > .earning > div:first-of-type + p + div > div:last-of-type{
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 0.75rem;
  padding-top: 0.75rem;
}

.my > .my-links{
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1.5rem;
  padding-bottom: 5rem;
}

.my > .my-links > *{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.my > .my-links > * > div:first-of-type{
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.my > .my-links > * > div:first-of-type > div:first-of-type{
  display: flex;
  aspect-ratio: 1 / 1;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-text-opacity: 1;
  color: #016eb9;
}

.transacts{
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.transacts > div{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.05);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(0 0 0 / 0.6);
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.transacts > div > div:first-of-type{
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.transacts > div > div:first-of-type > div:first-of-type{
  display: flex;
  aspect-ratio: 1 / 1;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: rgb(0 0 0 / 0.4);
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.transacts > div > div:first-of-type > div:last-of-type{
  display: flex;
  flex-direction: column;
}

.transacts > div > div:last-of-type{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}

.transacts > div > div:first-of-type > div:last-of-type > P:last-of-type{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.transacts > p{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.modal{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 51;
  display: flex;
  height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 0.5);
}

.modal.hide{
  display: none;
}

.modal.lang > div{
  width: 75%;
  max-width: 28rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

.modal.lang > div > p:first-of-type{
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: #016eb9;
}

.modal.lang > div > div:first-of-type{
  display: flex;
  flex-direction: column;
  row-gap: 0.125rem;
}

.modal.lang > div > div:first-of-type > *{
  display: flex;
  width: 100%;
  align-items: center;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.modal.lang > div > div:last-of-type{
  display: flex;
  width: 100%;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  padding-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.modal.lang > div > div:last-of-type > *{
  width: 100%;
  border-radius: 9999px;
  background-color: rgb(59 130 246 / 0.1);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
}

.modal.lang > div > div:last-of-type > *.active{
  --tw-bg-opacity: 1;
  background-color: #016eb9;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.modal.welcome > div{
  display: flex;
  width: 80%;
  max-width: 28rem;
  flex-direction: column;
  row-gap: 0.5rem;
}

.modal.welcome > div > div:last-of-type{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.modal.welcome > div > div:last-of-type > * > *{
  pointer-events: none;
}

.modal.welcome > div > div:first-of-type{
  width: 100%;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

.modal.welcome > div > div:first-of-type > p:first-of-type{
  margin-bottom: 0.75rem;
  text-align: center;
  font-weight: 600;
}

.modal.welcome > div > div:first-of-type > p:first-of-type + input{
  margin-bottom: 0.75rem;
  width: 100%;
  border-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.modal.welcome > div > div:first-of-type > p:first-of-type + input + button{
  margin-bottom: 0.75rem;
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: #016eb9;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.modal.welcome > div > div:first-of-type > p:first-of-type + input + button + *{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: #016eb9;
}

.modal.welcome2 > div >div:first-of-type > div:first-of-type{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom-width: 1px;
  border-color: rgb(0 0 0 / 0.5);
  padding-bottom: 0.5rem;
}

.modal.welcome2 > div >div:first-of-type > div:first-of-type > p:first-of-type{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.modal.welcome2 > div >div:first-of-type > div:first-of-type > p:first-of-type + p{
  font-size: 0.75rem;
  line-height: 1rem;
}

.modal.welcome2 > div >div:first-of-type > div:first-of-type + div{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom-width: 1px;
  border-color: rgb(0 0 0 / 0.5);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
}

.modal.welcome2 > div >div:first-of-type > div:first-of-type + div + div{
  padding-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  line-height: 1.3em;
}

.modal.welcome2 > div >div:first-of-type > div:first-of-type + div + div > div.footer{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  padding-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.modal.welcome2 > div >div:first-of-type > div:first-of-type + div + div > div.footer > div{
  display: flex;
  aspect-ratio: 1 / 1;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.float-right{
  position: fixed;
  bottom: 6rem;
  right: 1rem;
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.75rem;
}

.float-right > *{
  aspect-ratio: 1 / 1;
  width: 3rem;
  border-radius: 9999px;
  border-width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #1e3a8a;
  --tw-shadow: var(--tw-shadow-colored);
}

.settings > .form{
  width: 100%;
  padding: 1rem;
}

.settings > .form > div{
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 1rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.settings > .form > div > *{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.settings > .form > div > * > *{
  pointer-events: none;
}

.settings > .form > div > * >div:first-of-type{
  display: flex;
  flex-grow: 1;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.settings > .form > div > * >div:first-of-type > div{
  display: flex;
  aspect-ratio: 1 / 1;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: #016eb9;
}

.login-password-modal{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: flex;
  height: 100vh;
  width: 100%;
  flex-direction: column-reverse;
  align-items: center;
  background-color: rgb(0 0 0 / 0.3);
}

.login-password-modal.hide{
  display: none;
}

.login-password-modal > div{
  width: 100%;
  max-width: 28rem;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

.login-password-modal > div > p{
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: #016eb9;
}

.setting-form{
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.setting-form > button,
.setting-form > label{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: rgb(59 130 246 / 0.1);
}

.setting-form > label > div:first-of-type{
  display: flex;
  aspect-ratio: 1 / 1;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(59 130 246 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.setting-form > label > input,
.setting-form > label > select{
  padding: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.setting-form > label > :last-child{
  flex-grow: 1;
}

.setting-form > button{
  --tw-bg-opacity: 1;
  background-color: #016eb9;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bank{
  padding: 1rem;
}

.bank > div{
  border-radius: 0.5rem;
  padding: 1rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.news .items{
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 0.75rem;
  padding: 0.75rem;
}

.news .items > *{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.news .items > * > div{
  display: flex;
  width: 100%;
  flex-direction: column;
}

.news .items > * > div > p:first-of-type{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.news .items > * > div > p:first-of-type + p{
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(0 0 0 / 0.8);
}

.about{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

.about > p{
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 1em;
}

.about > div{
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.about > div > p:first-of-type{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: #016eb9;
}

.about > div > p:first-of-type ~ p{
  font-size: 0.75rem;
  line-height: 1rem;
}

.job{
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 1rem;
  padding: 1rem;
}

.job > div{
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(59 130 246 / 0.1);
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(213 220 223) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(59 130 246 / 0.05) var(--tw-gradient-to-position);
  --tw-gradient-to-position: 30%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.job > .active{
  --tw-bg-opacity: 1 !important;
  background-color: #016eb9 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.job > div > div:first-child{
  width: 100%;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(75 8 31);
  padding-left: 1rem;
  padding-right: 1rem;
}

.job > div.active > div:first-child{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.job > div > div:first-child > div{
  width: 33.333333%;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: #016eb9;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.job > div.active > div:first-child > div{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: #016eb9;
}

.job > div > div:first-child + div{
  display: flex;
  width: 100%;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.job > div > div:first-child + div > img{
  width: 25%;
}

.job > div > div:first-child + div > div{
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.job > div > div:first-child + div > div > div{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.job > div > div:first-child + div > div > div > *{
  width: 100%;
}

.job > div > div:first-child + div > div > div > :first-child{
  text-align: right;
}

.job > div > div:first-child + div > div > div > :last-child{
  text-align: left;
  font-weight: 600;
}

.job > div > div:last-child{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.job > div > :last-child{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.job > div > :last-child > *{
  pointer-events: none;
}

.job > div > :last-child > span{
  height: 0px;
  flex-grow: 1;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(75 8 31);
}

.job > div.active > :last-child > span{
  flex-grow: 1;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.job > div > :last-child > p{
  flex-grow: 1;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: #016eb9;
}

.job > div.active > :last-child > p{
  background-color: transparent;
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}