.chakra-icon {
    vertical-align: middle;
    line-height: 1;
}

@media (min-width: 48rem) {
    ::-webkit-scrollbar {
        background-color: transparent;
        width: 6px;
        height: 6px;
    }

    ::-webkit-scrollbar-thumb {
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 8px;
    }

    ::-webkit-scrollbar-corner {
        background-color: transparent;
    }
}

 .chakra-icon{
    vertical-align:middle;
    line-height:1;
}
 @media (min-width: 48rem){
     ::-webkit-scrollbar{
        background-color:transparent;
        width:6px;
        height:6px;
    }
    ::-webkit-scrollbar-thumb {
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 8px;
    }
     ::-webkit-scrollbar-corner{
        background-color:transparent;
    }
}

 .css-1igwmid{
    display:flex;
    -webkit-box-align:center;
    align-items:center;
    flex-direction:row;
    gap:0.5rem;
}
.css-1jk0ai6 {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    cursor: pointer;
    text-decoration: none;
    outline: transparent solid 2px;
    outline-offset: 2px;
    color: #ffffff;
    font-weight: 500;
    display: inline;
}

.css-1jk0ai6:hover {
    text-decoration: underline;
}

.css-4g6ai3 {
    cursor: pointer;
}

.css-1tx5x6x {
    z-index: 10;
    border: 0;
    --popper-arrow-size: 12px;
}

.css-83gt7l {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #141f3a;
    width: fit-content;
    border-color: inherit;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    z-index: inherit;
    max-width: 300px;
}

.chakra-ui-dark .css-83gt7l:not([data-theme]), 
[data-theme="dark"] .css-83gt7l:not([data-theme]) {
    --popper-bg: #2D3748;
    --popper-arrow-shadow-color: rgba(255, 255, 255, 0.08);
}

.css-fqllj7 {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 0.25rem;
}

.css-wl0d9u {
    display: flex;
    width: 100vw;
    height: 100dvh;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1400;
    justify-content: center;
    align-items: center;
    overflow: auto;
    overscroll-behavior-y: none;
}

.css-nhmeq8 {
    display: flex;
    flex-direction: column;
    position: relative;
    outline: transparent solid 2px;
    outline-offset: 2px;
    border-radius: 0px;
    margin-top: auto;
    margin-bottom: auto;
    margin-inline: auto;
    z-index: 1400;
    background: #1C243E;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    padding-inline: 20px;
    padding-block: 18px;
    max-height: 100%;
    max-width: unset;
    height: 100%;
    color: #ECF5FF;
    width: unset;
}

@media screen and (min-width: 48em) {
    .css-nhmeq8 {
        border-radius: 12px;
        padding-inline: 24px;
        max-height: 80%;
        height: unset;
        width: 36em;
    }
}

.chakra-ui-dark .css-nhmeq8:not([data-theme]),
[data-theme="dark"] .css-nhmeq8:not([data-theme]) {
    background: #2D3748;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px,
                rgba(0, 0, 0, 0.2) 0px 5px 10px,
                rgba(0, 0, 0, 0.4) 0px 15px 40px;
}

.css-19zlnid {
    flex: 0 1 0%;
    padding-inline-start: 1.5rem;
    padding-inline-end: 1.5rem;
    font-size: 1.125rem;
    font-weight: 500;
    padding: 0px;
    margin-top: 4px;
    margin-bottom: 16px;
}

@media screen and (min-width: 48em) {
    .css-19zlnid {
        font-size: 1.25rem;
        margin-top: 10px;
        margin-bottom: 18px;
    }
}

.css-svlhii {
    outline: transparent solid 2px;
    outline-offset: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2em;
    height: 2em;
    border-radius: 8px;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-duration: 200ms;
    background: transparent;
    font-size: 0.75rem;
    position: absolute;
    top: 24px;
    right: 24px;
    color: #abc4ff;

    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #E2E8F0;
    word-wrap: break-word;
    outline: none !important;

    cursor: pointer;
}


.css-svlhii:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    box-shadow: none;
}

.css-svlhii:hover {
    background: rgba(0, 0, 0, 0.06);
}

.chakra-ui-dark .css-svlhii:hover:not([data-theme]),
[data-theme="dark"] .css-svlhii:hover:not([data-theme]) {
    background: rgba(255, 255, 255, 0.06);
}

.css-svlhii:active {
    background: rgba(0, 0, 0, 0.08);
}

.chakra-ui-dark .css-svlhii:active:not([data-theme]),
[data-theme="dark"] .css-svlhii:active:not([data-theme]) {
    background: rgba(255, 255, 255, 0.08);
}

 @media screen and (min-width: 48em){
     .css-svlhii{
        top:28px;
        right:32px;
    }
}
 .css-onkibi{
    width:1em;
    height:1em;
    display:inline-block;
    line-height:1em;
    flex-shrink:0;
    color:currentcolor;
    vertical-align:middle;
}
 .css-4ucsyi {
    padding-inline-start: 1.5rem;
    padding-inline-end: 1.5rem;
    flex: 1 1 0%;
    overflow: auto;
    padding: 0px;
    display: grid;
}

.css-121hq68 {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.css-1v96qm7 {
    margin-bottom: 1.25rem;
    color: #abc4ff80;
    background: rgba(171, 196, 255, 0.07);
    padding: 0.75rem;
    font-size: 0.75rem;
    border-radius: 8px;
}

@media screen and (min-width: 48em) {
    .css-1v96qm7 {
        font-size: 0.875rem;
    }
}

.css-imlzdy {
  margin-bottom: 1.5rem;
  flex: 1 1 0%;
  overflow-y: scroll;

  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}

.css-imlzdy::-webkit-scrollbar {
  width: 6px;
}

.css-imlzdy::-webkit-scrollbar-track {
  background: transparent;
}

.css-imlzdy::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}

 .css-1y3f6ad{
    display:flex;
    -webkit-box-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    justify-content:space-between;
    flex-direction:row;
    gap:0.5rem;
}
 .css-8l9prv {
    font-size: 0.875rem;
    color: #ECF5FF;
    font-weight: 500;
    margin-bottom: 1rem;
}

@media screen and (min-width: 48em) {
    .css-8l9prv {
        font-size: 1rem;
    }
}

.css-r6jw1f {
    display: grid;
    row-gap: 10px;
    column-gap: 1rem;
    grid-template-columns: 1fr;
}

@media screen and (min-width: 48em) {
    .css-r6jw1f {
        row-gap: 0.75rem;
        grid-template-columns: 1fr 1fr;
    }
}

.css-72styx {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    border-radius: 8px;
    background: #0b1022;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-inline-start: 0.75rem;
    padding-inline-end: 0.75rem;
    padding-left: 2.25rem;
}

.css-72styx:hover {
    background: rgb(82, 76, 146);
    color: #ECF5FF;
}

@media screen and (min-width: 48em) {
    .css-72styx {
        padding-left: 0.75rem;
    }
}

.css-yflyrp {
    width: 2rem;
    height: 2rem;
    margin-left: 0.25rem;
    border-radius: 6px;
}

.css-1vg6q84 {
    font-weight: 700;
    margin: 0;
}

.css-6y2glb {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 0.25rem;
    background-color: #abc4ff1a;
    padding-inline-start: 0.5rem;
    padding-inline-end: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    border-radius: 8px;
}

.css-11wgad3 {
    font-size: 12px;
    color: #8C6EEF;
    margin: 0;
}

.css-17rf1r8 {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 0.5rem;
    color: #abc4ff;
    font-size: 0.875rem;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.css-1vx1ccu {
    flex-grow: 1;
    height: 1px;
    color: #abc4ff80;
    background: repeating-linear-gradient(to right, currentColor 0 5px, transparent 5px 10px);
}

.css-11f329x {
    display: grid;
    row-gap: 0.75rem;
    column-gap: 1rem;
    opacity: 0.5;
    grid-template-columns: 1fr 1fr;
}

.css-13ucj6f {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: not-allowed;
    border-radius: 8px;
    background: #0b1022;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-inline-start: 0.75rem;
    padding-inline-end: 0.75rem;
    padding-left: 2.25rem;
}

@media screen and (min-width: 48em) {
    .css-13ucj6f {
        padding-left: 0.75rem;
    }
}

.css-9pponu {
    display: flex;
    justify-content: space-between;
    background: rgba(171, 196, 255, 0.07);
    color: #abc4ff;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 0.75rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-inline-start: 1.25rem;
    padding-inline-end: 1.25rem;
    margin-bottom: 0.75rem;
}

 .css-1t9pz9x{
    width:20px;
    height:20px;
}
.css-1ibaxj4 {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    line-height: 0;
    --switch-track-diff: calc(2.25em - 1rem);
    --switch-thumb-x: calc(2.25em - 1rem);
    --switch-track-width: 2.25em;
    --switch-track-height: 1rem;
}

.css-1kd44nd {
    display: inline-flex;
    flex-shrink: 0;
    justify-content: flex-start;
    box-sizing: content-box;
    cursor: pointer;
    border-radius: 9999px;
    padding: 0.125rem;
    width: 2.25em;
    height: 1rem;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-duration: 150ms;
    background: rgba(171, 196, 255, 0.12);
}

.chakra-ui-dark .css-1kd44nd:not([data-theme]),
[data-theme="dark"] .css-1kd44nd:not([data-theme]) {
    background: rgba(255, 255, 255, 0.24);
}

.css-1kd44nd:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.css-1dy2z7g {
    background: #ABC4FF;
    transition-property: transform;
    transition-duration: 200ms;
    border-radius: inherit;
    width: 1rem;
    height: 1rem;
    opacity: 0.5;
}

.css-1hzgin9 {
    background: transparent;
    position: unset;
    bottom: unset;
    left: unset;
    right: unset;
}

.css-2j6uai {
    display: flex;
    justify-content: space-between;
    background: rgba(171, 196, 255, 0.07);
    color: #abc4ff;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 0.75rem;
    gap: 0px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-inline-start: 1.25rem;
    padding-inline-end: 1.25rem;
}

.css-1adjxso {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    cursor: pointer;
    text-decoration: none;
    outline: transparent solid 2px;
    outline-offset: 2px;
    color: #ffffff;
    font-weight: 500;
    display: inline;
}

 .css-1adjxso:hover{
    text-decoration:none;
}
 .css-s0ua71{
    width:14px;
    height:14px;
    display:inline-block;
}
 .css-1f4pbdi {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #BFD2FF;
    padding-top: 1rem;
    margin-bottom: 0px;
}

.css-dw5ttn {
    font-size: 0.75rem;
    margin: 0;
}

.chakra-text.css-0 {
  margin: 0;
}

.css-1hohgv6 {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 0px;
}

.css-5tgrfo {
    width: 16px;
    height: 16px;
    display: inline-block;
}

.css-hdd9l7 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.48);
    z-index: 1400;
}

.modal-container {
    z-index: 9999;
    position: fixed;
    transition: opacity 0.3s, visibility 0.3s;
  }
  
  .modal-hidden {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
  }
  
  .modal-visible {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
  }
  