.fjxWXT {
    position: fixed;
    background-color: #212121;
    right: 0px;
    top: 0px;
    height: 100%;
    text-align: left;
    box-shadow: rgb(0 0 0 / 20%) -2px 0px 7px 0px;
    transition: all 0.3s ease 0s;
    width: 100%;
    max-width: 350px;
}
.iRWoPo {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    height: 100%;
}
.cVNvto {
    text-align: right;
}
.cVNvto button {
    background: none;
    border: 0px;
    padding: 1rem;
    cursor: pointer;
}
.cVNvto svg {
    fill: #bdbdbd;
}
.iXOLIR {
    padding: 1rem 0px;
}
.iXOLIR ol {
    margin: 0px;
    padding: 0px;
}
.ieBUvB {
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-family: inherit;
    display: block;
    background: none;
    border: 0px;
    width: 100%;
    text-align: left;
    font-size: 0.875rem;
    color: var(--nav-text);
    padding: 0.5rem 1.5rem;
    line-height: 1.5;
    cursor: pointer;
}
.jkhnC {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    color: var(--nav-text);
    padding: 0.5rem 1.5rem;
    font-size: 0.875rem;
    -webkit-box-align: center;
    align-items: center;
}
.bdQRPj {
    --bg-color: #ccc;
    position: relative;
    display: inline-block;
    width: 34px;
    height: 18px;
    cursor: pointer;
}
.jkhnC label {
    transform: translateY(0.1rem);
}
.jkhnC {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    color: var(--nav-text);
    padding: 0.5rem 1.5rem;
    font-size: 0.875rem;
    -webkit-box-align: center;
    align-items: center;
}
.jyijAv {
    font-size: 16px;
    border: 0px;
    background: none;
    color: var(--nav-text);
    cursor: pointer;
}
.jyijAv.active {
    border-bottom: 1px solid var(--a-color);
}
.jyijud {
    font-size: 18px;
    border: 0px;
    background: none;
    color: var(--nav-text);
    cursor: pointer;
}
.jyijze {
    font-size: 20px;
    border: 0px;
    background: none;
    color: var(--nav-text);
    cursor: pointer;
}
.jkhnC {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    color: var(--nav-text);
    padding: 0.5rem 1.5rem;
    font-size: 0.875rem;
    -webkit-box-align: center;
    align-items: center;
}
.jkhnC label {
    transform: translateY(0.1rem);
}
.bdQRPj input {
    display: none;
}
.bdQRPj {
    --bg-color: #ccc;
    position: relative;
    display: inline-block;
    width: 34px;
    height: 18px;
    cursor: pointer;
}
.bdQRPj span {
    background-color: var(--bg-color);
    border-radius: 34px;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    align-items: center;
    padding: 3px 2px;
}
.bdQRPj input:checked + span {
    --bg-color: #00c953;
}
.bdQRPj span::after {
    content: "";
    height: 12px;
    width: 12px;
    background-color: rgb(255, 255, 255);
    display: block;
    border-radius: 50%;
    transition: all 0.4s ease 0s;
}
.bdQRPj input:checked + span::after {
    transform: translateX(17px);
    transition: all 0.4s ease 0s;
}
.iXOLIR {
    padding: 1rem 0px;
}
.gkHckh {
    border-top: 1px solid #616161;
    border: none;
}
.iXOLIR ol {
    margin: 0px;
    padding: 0px;
}
.iXOLIR li {
    list-style: none;
}
.jmIPYr {
    color: var(--nav-text);
    font-size: 0.875rem;
    line-height: 1.5;
    text-decoration: none;
    padding: 0.5rem 1.5rem;
    display: block;
}
@media (min-width: 992px){
    .fjxWXT {
    position: absolute;
    height: auto;
    width: 300px;
    top: 56px;
    max-height: calc(100vh - 56px);
    display: none;
    border-radius: 1rem 0px 1rem 1rem;
}
.fjxWXT.active {display: block;}
.iRWoPo {max-height: calc(100vh - 56px);}
.cVNvto {display: none;}
.fFNasL {
    padding-top: 1rem;
}
.fjxWXT::after {
    content: "";
    display: block;
    top: -10px;
    right: 8px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--revert-fill);
}
}

@media (max-width: 991px){
    .fjxWXT {transform: translateX(100%);}

.top_login_button.active + .fjxWXT{
    transform: translateX(0px);
    height: 100vh;
}
.sc-l0j40a-8.fjxWXT.login-close{transform: translateX(100%);}
}