    html, body {
    color: rgb(255, 255, 255);
    background-color: rgb(16, 18, 45);
}
* {
    border: 0px;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    transition: background-color 0.3s ease-in-out 0s;
    font-family: Poppins, sans-serif;
}


@media screen and (max-width: 1024px) {
    .bwFHKR {
        height: 100%;
    }
}
.bwFHKR {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background-color: rgb(8, 9, 27);
}
@media (max-width: 767px) {
    .crbjDO {
        padding: 10px;
    }
}
@media (min-width: 768px) {
    .crbjDO {
        padding: 0px 80px;
    }
}
.crbjDO {
    grid-area: navbar;
    height: 48px;
    width: 100%;
    margin: 0px;   
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2;
    background-color: rgb(16, 18, 45);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .gAPZBM {
        padding: 0px;
        overflow: auto;
        grid-template-columns: 1fr;
        grid-template-areas: "content";
        gap: 0px;
    }
}
@media screen and (max-width: 1280px) {
    .gAPZBM {
        padding: 12px;
    }
}

/* Desktop styles */
@media (min-width: 768px)
{
    #mobile-menu.show {
    margin: 60px 80px;
    }
    .gEYLcr{
        padding: 0 80px;
    }
    .mobile{
        display:none
    }
    .gAPZBM {
    position: relative;
    height: calc(100% - 48px);
    margin-top: 48px;
    display: grid;
    grid-template-columns: minmax(240px, 2fr) 8fr minmax(280px, 2fr);
    grid-template-areas: "sidebar content userbar";
    gap: 12px;
    z-index: 1;
    padding: 12px 80px;
}
}
/* Mobile styles */
@media (max-width: 767px) {
    
    #mobile-menu.show {
    margin: 60px 12px;
    }
    
    .gEYLcr{
        padding: 12px;
    }
    .gAPZBM {
    position: relative;
    height: calc(100% - 48px);
    margin-top: 48px;    
    gap: 12px;
    z-index: 1;
}
}
.kxZpoN {
    border-radius: 4px;
    width: 100%;
    height: auto;
    z-index: 10;
    border-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    .kxZpoN {
        display: none;
    }   
}
@media screen and (max-width: 1024px) {
    .jbCXRy {
        display: block;
    }
}
.jbCXRy {
    font-size: 24px;
    width: 24px;
    display: none;
}
a {
    text-decoration: none;
    color: inherit;
}
.kGntgQ {
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.krIkIt {
    --size: 32px;
    width: var(--size);
    height: var(--size);
    min-width: var(--size);
    border-radius: 50%;
    background-color: rgb(52, 105, 240);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    color: white;
    font-size: calc(0.4375 * var(--size));
    cursor: pointer;
}
.grFLtQ {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
    overflow-y: hidden;
    display: none;
}
@media screen and (max-width: 640px) {
    .hjDceQ {
        width: 85%;
    }
}
@media screen and (max-width: 768px) {
    .hjDceQ {
        width: 50%;
    }
}

@media screen and (max-width: 1024px) {
    .hjDceQ {
        border-radius: 0px;
        transform: translateX(-100%);
        position: fixed;
        top: 0px;
        left: 0px;
        width: 30%;
        transition: transform 0.2s ease-in-out 0s;
        border: none;
        height: calc(100% - 48px);
        margin-top: 48px;
    }
}
.hjDceQ {
    grid-area: sidebar;
    position: relative;
    height: 100%;
    color: rgb(255, 255, 255);
    background-color: rgb(16, 18, 45);
    padding: 12px;
    overflow-y: scroll;
    z-index: 1;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
}
.hjDceQ::-webkit-scrollbar {
    width: 0; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
}
.juQPiV {
    margin: 12px 0px 0px;
    width: 100%;
    height: auto;
    border-color: rgba(0, 0, 0, 0.1);
}
.jQGJzV {
    padding: 12px 16px;
    margin-bottom: 12px;
    border-radius: 6px;
    font-size: 12px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    background-color: rgb(52, 105, 240);
    color: white;
}
.cByYnE {
    padding: 12px 16px;
    margin-bottom: 12px;
    border-radius: 6px;
    font-size: 12px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}
.huJFsT {
    padding: 12px 0px;
    margin: 24px 0px 0px;
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right-color: rgba(0, 0, 0, 0.1);
    border-bottom-color: rgba(0, 0, 0, 0.1);
    border-left-color: rgba(0, 0, 0, 0.1);
}
.fjsjZq {
    padding: 12px 16px;
    margin-bottom: 12px;
    border-radius: 6px;
    font-size: 12px;
    color: rgb(255, 71, 71);
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}
@media screen and (max-width: 1024px) {
    .ldTLDt {
        min-height: calc(-48px + 100vh);
        border-radius: 0px;
    }
}

.ldTLDt {
    grid-area: content;
    background-color: rgb(16, 18, 45);
    overflow-y: scroll;
    height: 100%;
    border-radius: 6px;
}
.ldTLDt::-webkit-scrollbar {
    width: 0; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
}

.TMeaF {
    padding: 12px;
    width: 100%;
    height: auto;
    border-color: rgba(0, 0, 0, 0.1);
}
.AGofM {
    padding: 12px 0px;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fkSqdb {
    background: linear-gradient(to right, rgb(57, 100, 208) 0%, rgb(45, 193, 201) 100%);
    color: white;
    border-radius: 8px;
    display: grid;
    gap: 12px;
    width: 100%;
    height: auto;
    border-color: rgba(0, 0, 0, 0.1);
}
.dkiFoc {
    padding: 16px;
    width: 100%;
    height: auto;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    border-color: rgba(0, 0, 0, 0.1);
}
.kFShuU {
    padding: 0px;
    font-weight: 600;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.hMwWAz {
    padding: 0px;
    margin: 0px 8px 0px 0px;
    opacity: 0.6;
    font-weight: 400;
    font-size: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.ieDyUa {
    padding: 0px;
    margin: 0px 0px 0px auto;
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fpmNEN {
    padding: 0px;
    font-weight: 400;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.fAOCKO {
    padding: 0px 16px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    -webkit-box-pack: center;
    justify-content: center;
    border-color: rgba(0, 0, 0, 0.1);
}
.biotLQ {
    padding: 2px 0px;
    font-weight: 600;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.huvthf {
    padding: 0px;
    margin: 0px 0px 0px 4px;
    font-weight: 400;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wmgBF {
    padding: 2px 0px;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hzOuOh {
    padding: 0px;
    margin: 0px 8px 0px 0px;
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dNoxIv {
    padding: 0px;
    margin: 0px 0px 0px 4px;
    font-weight: 400;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.iiaUNI {
    padding: 16px;
    width: 100%;
    height: auto;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right-color: rgba(0, 0, 0, 0.1);
    border-bottom-color: rgba(0, 0, 0, 0.1);
    border-left-color: rgba(0, 0, 0, 0.1);
}
.dJycsO {
    padding: 0px;
    margin: 0px 24px 0px 0px;
    font-weight: 600;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.cbvTkj {
    padding: 0px;
    margin: 0px 6px 0px 0px;
    font-weight: 400;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.kFShuU {
    padding: 0px;
    font-weight: 600;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.hoWQuF {
    padding: 12px 0px;
    width: 100%;
    height: auto;
    border-color: rgba(0, 0, 0, 0.1);
}
.ffbOhZ {
    padding: 12px;
    width: 100%;
    height: auto;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-color: rgba(0, 0, 0, 0.1);
}
.fnhDVY {
    background: rgb(8, 9, 27);
    padding: 12px;
    border-radius: 12px;
    width: 100%;
    height: auto;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    border-color: rgba(0, 0, 0, 0.1);
}
.jibrYX {
    --size: 40px;
    height: var(--size);
    width: var(--size);
    min-width: var(--size);
}
.ehhkIp {
    width: 100%;
    height: 100%;
    padding: 0px 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-color: rgba(0, 0, 0, 0.1);
}
.lnFDiZ {
    padding: 0px 0px 8px;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kFShuU {
    padding: 0px;
    font-weight: 600;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.gjvyrO {
    padding: 12px;
    width: 100%;
    height: auto;
    border-color: rgba(0, 0, 0, 0.1);
    overflow-y: hidden;
}
.gfdMhW {
    padding: 8px 0px;
    width: 100%;
    height: auto;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    border-color: rgba(0, 0, 0, 0.1);
}
.gIgIMj {
    padding: 0px;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gfWfhs {
    padding: 0px;
    color: grey;
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.NrkTn {
    width: 100%;
    height: calc(100% - 32px);
    border-color: rgba(0, 0, 0, 0.1);
    overflow-y: scroll;
}

.NrkTn::-webkit-scrollbar {
    width: 0; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
}

main::-webkit-scrollbar {
    width: 0; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
}

.csrxRJ {
    min-height: 240px;
    width: 100%;
    height: auto;
    border-color: rgba(0, 0, 0, 0.1);
    overflow-y: scroll;
}

.csrxRJ::-webkit-scrollbar {
    width: 0; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
}
.hQzQKY {
    width: 100%;
    min-height: 240px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-color: rgba(0, 0, 0, 0.1);
}
.dJwUtA {
    padding: 12px;
    opacity: 0.6;
    font-weight: 600;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.eLNiKA {
    background: rgb(8, 9, 27);
    padding: 20px 18px;
    border-radius: 8px;
    margin: 0px 0px 12px;
    cursor: pointer;
    display: grid;
    gap: 16px;
    width: 100%;
    height: auto;
    border-color: rgba(0, 0, 0, 0.1);
}
.gTcDLX {
    width: 100%;
    height: auto;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    border-color: rgba(0, 0, 0, 0.1);
}
.jibrWB {
    --size: 24px;
    height: var(--size);
    width: var(--size);
    min-width: var(--size);
}
.hARCjq {
    padding: 0px;
    margin: 0px 0px 0px 8px;
    font-weight: 600;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gTcDLX {
    width: 100%;
    height: auto;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    border-color: rgba(0, 0, 0, 0.1);
}
.jhbrfx {
    padding: 0px;
    margin: 0px 0px 0px 4px;
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.TMeaF {
    padding: 12px;
    width: 100%;
    height: auto;
    border-color: rgba(0, 0, 0, 0.1);
}
.Abwaf {
    background: linear-gradient(to right, rgb(57, 100, 208) 0%, rgb(45, 193, 201) 100%);
    color: white;
    padding: 12px;
    border-radius: 8px;
    width: 100%;
    height: auto;
    border-color: rgba(0, 0, 0, 0.1);
}
.NfyBg {
    padding: 8px 0px;
    font-weight: 400;
    font-size: 12px;
}
.imjxaB {
    padding: 0px;
    font-weight: 600;
    font-size: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cIsTXb {
    padding: 8px;
    margin: 12px 0px 24px;
    color: black;
    background-color: white;
    border-radius: 6px;
    font-weight: 400;
    font-size: 12px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fYMKpT {
    padding: 12px;
    border-radius: 4px;
    margin: 12px 0px;
    width: 100%;
    height: auto;
    border: 1px dashed rgba(255, 255, 255, 0.4);
}
.kFShuU {
    padding: 0px;
    font-weight: 600;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.ktMIgQ {
    padding: 0px;
    margin: 0px 8px 0px 0px;
    opacity: 0.6;
    font-weight: 400;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.efEZrp {
    padding: 0px;
    margin: 8px 0px 0px;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kKJrok {
    --bg: white;
    --color: black;
    background-color: var(--bg);
    color: var(--color);
    min-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    border: none;
    outline: none;
    padding: 8px 24px;
    margin: 4px 0px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
}
.gTeOQh {
    overflow: hidden;
    width: 100%;
    height: auto;
    z-index: 1;
    border-color: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
    .hYGRuB {
        display: none;
    }
}
.hYGRuB {
    grid-area: userbar;
    position: relative;
    height: 100%;
    overflow-y: hidden;
    border-radius: 6px;
}
.iAfNVC {
    background: rgb(16, 18, 45);
    padding: 12px;
    border-radius: 6px;
    width: 100%;
    height: auto;
    border-color: rgba(0, 0, 0, 0.1);
}
.kZYXGT {
    padding: 12px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-color: rgba(0, 0, 0, 0.1);
}
.jnboLs {
    --size: 48px;
    width: var(--size);
    height: var(--size);
    min-width: var(--size);
    border-radius: 50%;
    background-color: rgb(52, 105, 240);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    color: white;
    font-size: calc(0.4375 * var(--size));
    cursor: pointer;
}
.gvSPsj {
    padding: 0px;
    margin: 12px 0px 4px;
    opacity: 0.6;
    font-weight: 600;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.iLjUew {
    padding: 0px;
    opacity: 0.4;
    font-weight: 600;
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.jURcMw {
    background: rgb(8, 9, 27);
    padding: 12px;
    border-radius: 8px;
    margin: 12px 0px;
    width: 100%;
    height: auto;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    border-color: rgba(0, 0, 0, 0.1);
}
.jeaeBt {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    -webkit-box-pack: center;
    justify-content: center;
    border-color: rgba(0, 0, 0, 0.1);
}
.gZOTPV {
    padding: 0px 4px;
    opacity: 0.6;
    font-weight: 600;
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dmrcOy {
    padding: 12px 0px 0px;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cVXIlK {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    -webkit-box-pack: center;
    justify-content: center;
    border-color: rgba(0, 0, 0, 0.1);
}
.gZOTPV {
    padding: 0px 4px;
    opacity: 0.6;
    font-weight: 600;
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dmrcOy {
    padding: 12px 0px 0px;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bIBCmm {
    background: rgb(16, 18, 45);
    padding: 12px;
    border-radius: 6px;
    margin: 12px 0px 0px;
    max-height: calc(100% - 242px);
    width: 100%;
    height: auto;
    border-color: rgba(0, 0, 0, 0.1);
    overflow-y: scroll;
}

.bIBCmm::-webkit-scrollbar {
    width: 0; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
}

.cnksDy {
    padding: 12px 0px;
    cursor: pointer;
    width: 100%;
    height: auto;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    border-color: rgba(0, 0, 0, 0.1);
}
.chrFRV {
    bottom: 14px;
    left: 16px;
    padding: 7px;
    opacity: 1;
    transition: all 0.5s ease 2s;
    box-sizing: border-box;
    text-align: left;
    position: fixed;
    z-index: 2147483647;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 16px;
}
.jRlypk {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    order: 1;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 6px;
    top: 0px;
    transition: all 0.5s ease 0s;
    position: relative;
    z-index: 200;
    display: block;
    border: 0px;
    background-color: rgb(77, 194, 71);
}
.fVmuXK {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    order: 1;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 6px;
    top: 0px;
    transition: all 0.5s ease 100ms;
    position: relative;
    z-index: 200;
    display: block;
    border: 0px;
    background-color: rgb(0, 136, 204);
}
    .menu {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: rgb(16, 18, 45);
        overflow-x: hidden;
        transition: 0.5s;
        margin-top:40px;
        z-index: 999999999999999;
    }
    .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 1;
            display: none;
        }
        
        /* Login CSS */
        .iDNBTo {
    width: 100%;
    height: calc(100% - 48px);
    background: rgb(8, 9, 27);
    margin: 48px 0px 0px;
    min-height: calc(-48px + 100vh);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    border-color: rgba(0, 0, 0, 0.1);
}
.ZnZPk {
    width: 400px;
    height: auto;
    background: rgb(16, 18, 45);
    padding: 16px;
    border-radius: 6px;
    margin: 64px 0px;
    max-width: calc(-28px + 100vw);
    border-color: rgba(0, 0, 0, 0.1);
}

.beOylv {
    padding: 12px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ijMvWe {
    width: 100%;
    height: auto;
    border-color: rgba(0, 0, 0, 0.1);
}
.hZqXHk {
    position: relative;
    font-size: 12px;
    width: 100%;
    margin: 12px 0px;
    font-weight: 600;
    padding-top: 24px;
}
.cqjzZd {
    position: absolute;
    left: 12px;
    top: 10px;
    font-size: 11px;
    transform: translateY(-50%);
    transition: top 0.3s ease 0s, font-size 0.3s ease 0s, color 0.3s ease 0s;
}
.clToLl {
    padding: 12px;
    width: 100%;
    font-size: 12px;
    background-color: rgb(8, 9, 27);
    color: rgb(255, 255, 255);
    border-radius: 6px;
    border: none;
    appearance: none;
    outline: none;
}
.hZqXHk {
    position: relative;
    font-size: 12px;
    width: 100%;
    margin: 12px 0px;
    font-weight: 600;
    padding-top: 24px;
}
.guLSAu {
    position: relative;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    padding: 12px 8px;
    margin: 0px;
    font-size: 12px;
}
.guLSAu span {
    width: 18px;
    height: 18px;
    background-color: lightgrey;
    color: transparent;
    font-size: 12px;
    margin-right: 12px;
    border-radius: 2px;
    border: 0.5px solid rgb(204, 204, 204);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-shrink: 0;
    transition: all 0.2s ease 0s;
}
.lkcwjG {
    --bg: #3469f0;
    --color: white;
    background-color: var(--bg);
    color: var(--color);
    min-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    border: none;
    outline: none;
    padding: 14px 12px;
    margin: 12px 0px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 2px;
    width: 100%;
}
.eydFjt {
    padding: 12px;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gJZPfM {
    padding: 0px;
    margin: 0px 0px 0px 4px;
    color: rgb(52, 105, 240);
    font-weight: 600;
    font-size: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bksWwF {
    padding: 0px 0px 12px;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width: 1280px) {
    .gEYLcr {
        padding: 0px 12px;
    }
}
.gEYLcr {
    grid-area: navbar;
    height: 48px;
    width: 100%;
    margin: 0px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2;
    background-color: rgb(16, 18, 45);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}
.cQZIoF {
    font-size: 24px;
    width: 24px;
}
.ehfErK {
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.gfaaGJ {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
    overflow-y: hidden;
    display: none;
}

@media screen and (max-width: 1280px) {
    .fxyZed {
        left: 12px;
    }
}
.fxyZed {
    position: fixed;
    top: calc(60px);
    left: 80px;
    width: calc(100% - 24px);
    max-width: 360px;
    max-height: 0px;
    transition: max-height 0.15s ease-out 0s;
    overflow: hidden;
    background-color: rgb(16, 18, 45);
    border-radius: 12px;
}
.TMeaF {
    padding: 12px;
    width: 100%;
    height: auto;
    border-color: rgba(0, 0, 0, 0.1);
}
.cZehP {
    padding: 12px;
    font-weight: 400;
    font-size: 12px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#mobile-menu {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            overflow: hidden;
            max-height: 0;
            
        }
        #mobile-menu.show {
            max-height: 300px; /* Adjust this value if necessary */
            z-index: 999999999999999;
            width: calc(100% - 24px);
    max-width: 360px;
    overflow: hidden;
    background-color: rgb(16, 18, 45);
    border-radius: 12px;
    max-height: 500px;
    transition: max-height 0.25s ease-in 0s;
}
.eLuBUB {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
    overflow-y: hidden;
    display: block;
}
.custom-checkbox input {
            display: none;
        }
        .custom-checkbox svg {
            width: 1em;
            height: 1em;
            fill: none;
            stroke: currentColor;
            stroke-width: 0;
            viewBox: 0 0 512 512;
            margin-right: 5px;
        }
        .custom-checkbox .checkbox-icon {
            border: 1px solid #444;
            border-radius: 4px;
            width: 1em;
            height: 1em;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #fff;
        }
        .custom-checkbox input:checked + .checkbox-icon svg {
            fill: currentColor;
        }
         .container {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
        }

        .side-by-side {
            display: flex;
        }
.cqjzZd2 {
   margin: 10px;
    font-size: 11px;
    font-weight: 700;
    transition: top 0.3s ease 0s, font-size 0.3s ease 0s, color 0.3s ease 0s;
}
    .feiZzf {
        min-height: calc(-48px + 100vh);
        border-radius: 0px;
    }
.feiZzf {
    grid-area: content;
    background-color: rgb(16, 18, 45);
    overflow-y: scroll;
    height: 100%;
    border-radius: 6px;
}
.ldYGPc {
    background: rgb(8, 9, 27);
    padding: 12px;
    border-radius: 8px;
    margin: 12px 0px 0px;
    width: 100%;
    height: auto;
    border-color: rgba(0, 0, 0, 0.1);
}
.hoEvDi {
    width: 100%;
    height: auto;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    border-color: rgba(0, 0, 0, 0.1);
}
.duzISf {
    padding: 12px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    border-color: rgba(0, 0, 0, 0.1);
}
.eniSwm {
    padding: 0px;
    margin: 0px 0px 8px;
    opacity: 0.6;
    font-weight: 600;
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.gTJxxi {
    padding: 0px;
    margin: 0px 6px 0px 0px;
    font-weight: 400;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.ekoYEm {
    padding: 0px;
    font-weight: 600;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ldaVe {
    padding: 12px;
    border-radius: 8px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    align-items: flex-end;
    border-color: rgba(0, 0, 0, 0.1);
}
.eWUUEx {
    padding: 0px;
    margin: 0px 0px 8px;
    opacity: 0.6;
    font-weight: 600;
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jeYTIR {
    padding: 0px;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ojiGo {
    --bg: #3469f0;
    --color: white;
    background-color: var(--bg);
    color: var(--color);
    padding: 12px;
    min-height: 24px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    border: none;
    outline: none;
    margin: 12px 0px 0px;
    font-weight: 600;
    border-radius: 4px;
    width: 100%;
}
.fKTAgc {
    padding: 12px;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hgmdVc {
    background: rgb(8, 9, 27);
    border-radius: 8px;
    margin: 0px 0px 12px;
    display: grid;
    gap: 12px;
    width: 100%;
    height: auto;
    border-color: rgba(0, 0, 0, 0.1);
}
.dkiFoc {
    padding: 16px;
    width: 100%;
    height: auto;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    border-color: rgba(0, 0, 0, 0.1);
}
.jsYTYQ {
    --size: 32px;
    height: var(--size);
    width: var(--size);
    min-width: var(--size);
}
.hdrrVc {
    padding: 0px;
    margin: 0px 0px 0px 12px;
    font-weight: 600;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fAOCKO {
    padding: 0px 16px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    -webkit-box-pack: center;
    justify-content: center;
    border-color: rgba(0, 0, 0, 0.1);
}
.wmgBF {
    padding: 2px 0px;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jhbrfx {
    padding: 0px;
    margin: 0px 0px 0px 4px;
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gSUDeE {
    padding: 2px 0px;
    font-weight: 600;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ErtZD {
    padding: 0px;
    margin: 0px 4px 0px 0px;
    font-weight: 400;
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fycUVz {
    padding: 0px;
    margin: 0px 0px 0px 4px;
    font-weight: 400;
    font-size: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.iiaUNI {
    padding: 16px;
    width: 100%;
    height: auto;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right-color: rgba(0, 0, 0, 0.1);
    border-bottom-color: rgba(0, 0, 0, 0.1);
    border-left-color: rgba(0, 0, 0, 0.1);
}
.NlfGI {
    padding: 0px;
    margin: 0px 24px 0px 0px;
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.cmJuIe {
    padding: 0px;
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.ibzujp {
    padding: 0px;
    margin: 0px 4px 0px 0px;
    font-weight: 400;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.hoWQuF {
    padding: 12px 0px;
    width: 100%;
    height: auto;
    border-color: rgba(0, 0, 0, 0.1);
}
.bKKTBb {
    padding: 0px;
    opacity: 0.6;
    font-weight: 600;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dpeKYV {
    margin: 12px 0px 0px;
    width: 100%;
    height: auto;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    border-color: rgba(0, 0, 0, 0.1);
}
.gTcDLX {
    width: 100%;
    height: auto;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    border-color: rgba(0, 0, 0, 0.1);
}
.gVevLw {
    --bg: #3469f0;
    --color: white;
    background-color: var(--bg);
    color: var(--color);
    min-height: 24px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    border: none;
    outline: none;
    padding: 8px 24px;
    font-weight: 600;
    border-radius: 6px;
}
.kHrJbg {
    --bg: #7B818E;
    --color: white;
    background-color: var(--bg);
    color: var(--color);
    min-height: 24px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    border: none;
    outline: none;
    padding: 8px 20px;
    margin: 0px 0px 0px 12px;
    font-weight: 600;
    border-radius: 6px;
}
.kEpeHW {
    position: relative;
    margin: 8px 0px;
    width: 120px;
    font-weight: 600;
}
.gQCSxj {
    outline: none;
    border: none;
    appearance: none;
    width: 100%;
    border-radius: 6px;
    padding: 8px 14px 8px 8px;
    background-color: rgb(123, 129, 142);
    font-size: 12px;
    color: rgb(255, 255, 255);
}
.iQxxVu {
    font-size: 14px;
    opacity: 0.6;
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}
 .table-container {
            width: 100%;
            overflow-x: auto;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 20px;
            min-width: 600px; /* Minimum width for the table to avoid too much shrinking */
        }
        th, td {
            padding: 12px;
            text-align: left;
            border-bottom: 1px solid #ddd;
        }
        th {
            background-color: #f4f4f4;
            color: #333;
        }
        tr:hover {
            background-color: #f1f1f1;
            color:#000;
        }
        .amount {
            text-align: right;
        }
        .status {
            text-align: center;
        }
        .status.completed {
            color: green;
        }
        .status.pending {
            color: orange;
        }
        .status.failed {
            color: red;
        }

        /* Responsive styling */
        @media (max-width: 768px) {
            th, td {
                padding: 10px;
                font-size: 14px;
            }
        }

        @media (max-width: 480px) {
            th, td {
                padding: 8px;
                font-size: 12px;
            }
            table {
                min-width: 0; /* Allow table to shrink further if necessary */
            }
        }
.AGofM {
    padding: 12px 0px;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hoWQuF {
    padding: 12px 0px;
    width: 100%;
    height: auto;
    border-color: rgba(0, 0, 0, 0.1);
}
.eSDmIq {
    padding: 0px;
    opacity: 0.6;
    font-weight: 600;
    font-size: 12px;
}
.kGFhdc {
    margin: 12px 0px 0px;
    width: 100%;
    height: auto;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    border-color: rgba(0, 0, 0, 0.1);
}
.gFgkPi {
    --bg: #7B818E;
    --color: white;
    background-color: var(--bg);
    color: var(--color);
    min-height: 24px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    border: none;
    outline: none;
    padding: 8px 20px;
    margin: 0px 0px 0px 12px;
    border-radius: 6px;
}
.btsMDQ {
    padding: 0px;
    margin: 0px 8px 0px 0px;
    font-weight: 600;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.fIpGvX {
    padding: 0px;
    margin: 0px;
    font-weight: 600;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gPimmX {
    padding: 12px;
    min-height: 240px;
    width: 100%;
    height: auto;
    border-color: rgba(0, 0, 0, 0.1);
}
.urSWa {
    width: 100%;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-color: rgba(0, 0, 0, 0.1);
}
.dJwUtA {
    padding: 12px;
    opacity: 0.6;
    font-weight: 600;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hZCHTh {
    padding: 12px;
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top-color: rgba(0, 0, 0, 0.1);
    border-right-color: rgba(0, 0, 0, 0.1);
    border-left-color: rgba(0, 0, 0, 0.1);
}
.message-list {
            list-style-type: none;
            padding: 0;
        }
        .message-list li {
            border-bottom: 1px solid #ccc;
            padding: 10px;
            margin: 5px 0;
        }
        .message-list .sender {
            font-weight: bold;
        }
        .message-list .timestamp {
            color: gray;
        }
        .jYkKAK {
    padding: 24px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    border-color: rgba(0, 0, 0, 0.1);
}
.hlaeDK {
    width: 80px;
    height: 100%;
    border-color: rgba(0, 0, 0, 0.1);
}
.jKnSTP {
    --size: 80px;
    width: var(--size);
    height: var(--size);
    min-width: var(--size);
    border-radius: 50%;
    background-color: rgb(52, 105, 240);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    color: white;
    font-size: calc(0.4375 * var(--size));
    cursor: pointer;
}
.gvSPsj {
    padding: 0px;
    margin: 12px 0px 4px;
    opacity: 0.6;
    font-weight: 600;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.iLjUew {
    padding: 0px;
    opacity: 0.4;
    font-weight: 600;
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.hoWQuF {
    padding: 12px 0px;
    width: 100%;
    height: auto;
    border-color: rgba(0, 0, 0, 0.1);
}
.dGxynT {
    padding: 8px 16px;
    margin: 0px 0px 12px;
    background-color: rgb(8, 9, 27);
    border-radius: 8px;
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cBwtve {
    width: 100%;
    height: auto;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top-color: rgba(0, 0, 0, 0.1);
    border-right-color: rgba(0, 0, 0, 0.1);
    border-left-color: rgba(0, 0, 0, 0.1);
}
.ctNUsf {
    width: calc(100% - 40px);
    height: 100%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    -webkit-box-pack: center;
    justify-content: center;
    border-color: rgba(0, 0, 0, 0.1);
}
.fuzQIh {
    padding: 0px;
    margin: 0px 0px 8px;
    opacity: 0.6;
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cuyuoz {
    padding: 0px;
    font-weight: 400;
    font-size: 11px;
}
.clgRYG {
    width: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    -webkit-box-pack: center;
    justify-content: center;
    border-color: rgba(0, 0, 0, 0.1);
}
.eGdWKg {
    padding: 12px;
    opacity: 0.4;
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hiaZDD {
    width: 100%;
    height: 120px;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-color: rgba(0, 0, 0, 0.1);
}
.gVjkPK {
    padding: 0px;
    margin: 0px 0px 12px;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ijUScR {
    padding: 0px;
    opacity: 0.6;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
}
.kJfCCh {
    width: 100%;
    height: 100%;
    padding: 12px;
    border-color: rgba(0, 0, 0, 0.1);
}
.edQySm {
    margin: 8px 0px;
    width: 100%;
    height: auto;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    border-color: rgba(0, 0, 0, 0.1);
}
.kzNVzh {
    position: relative;
    font-size: 12px;
    width: calc(50% - 6px);
    margin: 8px 0px;
    font-weight: 600;
    padding-top: 24px;
}
.bXCuV {
    position: absolute;
    left: 12px;
    top: 10px;
    font-size: 11px;
    transform: translateY(-50%);
    transition: top 0.3s ease 0s, font-size 0.3s ease 0s, color 0.3s ease 0s;
}
.jteXbr {
    padding: 12px;
    width: 100%;
    font-size: 12px;
    background-color: rgb(8, 9, 27);
    color: rgb(255, 255, 255);
    border-radius: 8px;
    border: none;
    appearance: none;
    outline: none;
}
.jRKEag {
    position: relative;
    margin: 8px 0px;
    width: 100%;
    font-weight: 600;
    padding-top: 24px;
}
.hmCNNt {
    position: absolute;
    left: 12px;
    top: 10px;
    font-size: 11px;
    transform: translateY(-50%);
    transition: top 0.3s ease 0s, font-size 0.3s ease 0s, color 0.3s ease 0s;
}
.cphqGK {
    outline: none;
    border: none;
    appearance: none;
    width: 100%;
    border-radius: 8px;
    padding: 12px 14px 12px 12px;
    background-color: rgb(8, 9, 27);
    font-size: 12px;
    color: rgb(255, 255, 255);
}
.eXfSVQ {
    font-size: 14px;
    opacity: 0.6;
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: calc(50% + 10px);
    transform: translateY(-50%);
}
.fugGKq {
    position: relative;
    font-size: 12px;
    width: 100%;
    margin: 8px 0px;
    font-weight: 600;
    padding-top: 24px;
}
.bXCuV {
    position: absolute;
    left: 12px;
    top: 10px;
    font-size: 11px;
    transform: translateY(-50%);
    transition: top 0.3s ease 0s, font-size 0.3s ease 0s, color 0.3s ease 0s;
}
.hZFicI {
    --bg: #3469f0;
    --color: white;
    background-color: var(--bg);
    color: var(--color);
    padding: 12px;
    min-height: 24px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    border: none;
    outline: none;
    margin: 24px 0px;
    border-radius: 4px;
    width: 100%;
}
.gDwSXq {
    padding: 12px 8px;
    font-weight: 400;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.cjIyjA {
    padding: 0px 2px 0px 0px;
    color: red;
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jtlORy {
    width: 100%;
    height: auto;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-color: rgba(0, 0, 0, 0.1);
}
.jsYUal {
    --size: 80px;
    height: var(--size);
    width: var(--size);
    min-width: var(--size);
}
.jsYUal img {
    height: var(--size);
    width: var(--size);
    min-width: var(--size);
    border-radius: 50%;
}
.fHIque {
    padding: 12px;
    opacity: 0.6;
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kba-DnT {
    background: rgb(16, 18, 45);
    border-radius: 16px;
    width: 100%;
    height: auto;
    border-color: rgba(0, 0, 0, 0.1);
    overflow-y: hidden;
}

ul {
    list-style: none;
}
.fTLLNh .sc-jSgupP {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.bdqXhH {
    padding: 12px;
    background-color: rgb(8, 9, 27);
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.fTLLNh .sc-jSgupP:last-child {
    border: none;
}
.fTLLNh .sc-jSgupP {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.FeujW {
    padding: 0px;
    opacity: 0.6;
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.hKZBmd {
    padding: 24px;
    background-color: rgb(8, 9, 27);
    border-radius: 24px;
    font-weight: 400;
    font-size: 12px;
    word-break: break-all;
}
.cPiLMg {
    padding: 0px 12px;
    font-weight: 600;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fLujUz {
    padding: 12px;
    opacity: 0.6;
    font-weight: 400;
    font-size: 12px;
}
.ffbOhZ {
    padding: 12px;
    width: 100%;
    height: auto;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-color: rgba(0, 0, 0, 0.1);
}
.fmHkHy {
    --bg: #3469f0;
    --color: white;
    background-color: var(--bg);
    color: var(--color);
    min-height: 24px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    border: none;
    outline: none;
    padding: 16px;
    max-width: 480px;
    font-weight: 600;
    border-radius: 24px;
    width: 100%;
}
.eElCNE {
    padding: 24px 0px;
    width: 100%;
    height: auto;
    border-color: rgba(0, 0, 0, 0.1);
}
.hUveNt {
    --bg: #3469f0;
    --color: white;
    background-color: var(--bg);
    color: var(--color);
    min-height: 24px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    border: none;
    outline: none;
    padding: 16px;
    font-weight: 600;
    border-radius: 24px;
    width: 100%;
}
.hNjsQs {
    padding: 24px 12px 12px;
    width: 100%;
    height: auto;
    border-color: rgba(0, 0, 0, 0.1);
}
.ijMvWe {
    width: 100%;
    height: auto;
    border-color: rgba(0, 0, 0, 0.1);
}
.hYFLrm {
    padding: 12px 0px 24px;
    width: 100%;
    height: auto;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    border-color: rgba(0, 0, 0, 0.1);
}
.jibrYX {
    --size: 40px;
    height: var(--size);
    width: var(--size);
    min-width: var(--size);
}
.jibrYX svg {
    height: var(--size);
    width: var(--size);
    min-width: var(--size);
    border-radius: 50%;
}
.kamavw {
    padding: 0px;
    margin: 0px 0px 0px 12px;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hoWQuF {
    padding: 12px 0px;
    width: 100%;
    height: auto;
    border-color: rgba(0, 0, 0, 0.1);
}
.hoEvDi {
    width: 100%;
    height: auto;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    border-color: rgba(0, 0, 0, 0.1);
}
.ijMvWe {
    width: 100%;
    height: auto;
    border-color: rgba(0, 0, 0, 0.1);
}
.kukMlY {
    padding: 0px;
    margin: 0px 0px 12px;
    font-weight: 600;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fwdjVK {
    padding: 0px 0px 6px;
    font-weight: 400;
    font-size: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.desfMf {
    padding: 6px;
    color: white;
    background-color: rgb(52, 105, 240);
    border-radius: 4px;
    font-weight: 600;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.knEQDJ {
    padding: 0px;
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bKKTBb {
    padding: 0px;
    opacity: 0.6;
    font-weight: 600;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jVNprG {
    padding: 0px;
    opacity: 0.9;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.faGSjg {
    margin: 12px 0px 0px;
    display: grid;
    gap: 12px;
    grid-auto-flow: column;
    width: 100%;
    height: auto;
    border-color: rgba(0, 0, 0, 0.1);
}
.OnaCi {
    --bg: #3469f0;
    --color: white;
    background-color: var(--bg);
    color: var(--color);
    min-height: 24px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    border: none;
    outline: none;
    padding: 12px;
    font-weight: 600;
    border-radius: 6px;
}
.dXIXQV {
    --bg: #7B818E;
    --color: white;
    background-color: var(--bg);
    color: var(--color);
    min-height: 24px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    border: none;
    outline: none;
    padding: 12px;
    font-weight: 600;
    border-radius: 6px;
}
.heBSff {
    background: linear-gradient(to right, rgb(57, 100, 208) 0%, rgb(45, 193, 201) 100%);
    padding: 12px 12px 24px;
    margin: 24px 0px;
    width: 100%;
    height: auto;
    border-color: rgba(0, 0, 0, 0.1);
}
.bXnbhM {
    padding: 24px 8px 0px;
    color: white;
    font-weight: 600;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
}
.hpddJN {
    padding: 6px 8px;
    margin: 0px 0px 0px 12px;
    color: rgb(255, 255, 255);
    background-color: rgb(8, 9, 27);
    border-radius: 4px;
    font-weight: 600;
    font-size: 11px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kZPcjG {
    margin: 8px 0px;
    width: 100%;
    height: auto;
    border-color: rgba(0, 0, 0, 0.1);
}
.iNsSWK {
    padding: 5px 12px;
    color: white;
    font-weight: 600;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lbUFCL {
    padding: 12px 8px 12px 12px;
    background-color: rgb(8, 9, 27);
    border-radius: 8px;
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.geLHqo {
    padding: 0px;
    margin: 0px 0px 0px auto;
    opacity: 0.7;
    font-weight: 400;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.behovx {
    position: relative;
    font-size: 12px;
    width: 100%;
    margin: 12px 0px;
    font-weight: 600;
    padding-top: 24px;
}
.dgXsXK {
    position: absolute;
    left: 12px;
    top: 10px;
    font-size: 11px;
    color: white;
    transform: translateY(-50%);
    transition: top 0.3s ease 0s, font-size 0.3s ease 0s, color 0.3s ease 0s;
}
.jteXbr {
    padding: 12px;
    width: 100%;
    font-size: 12px;
    background-color: rgb(8, 9, 27);
    color: rgb(255, 255, 255);
    border-radius: 8px;
    border: none;
    appearance: none;
    outline: none;
}
.kZPcjG {
    margin: 8px 0px;
    width: 100%;
    height: auto;
    border-color: rgba(0, 0, 0, 0.1);
}
.iNsSWK {
    padding: 5px 12px;
    color: white;
    font-weight: 600;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kBvXSL {
    padding: 0px 8px 0px 12px;
    background-color: rgb(8, 9, 27);
    border-radius: 8px;
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.dPJtTU {
    padding: 12px 0px;
    font-weight: 400;
    font-size: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.geLHqo {
    padding: 0px;
    margin: 0px 0px 0px auto;
    opacity: 0.7;
    font-weight: 400;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.fvplIp {
    --bg: white;
    --color: black;
    background-color: var(--bg);
    color: var(--color);
    min-height: 24px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    border: none;
    outline: none;
    padding: 14px;
    margin: 24px 0px;
    font-weight: 600;
    border-radius: 8px;
    width: 100%;
}