.SidebarV3 {
    height: 100%;
    position: fixed;
    z-index: 1002;
    top: 0;
    transition: 0.5s;
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 95px;
}

.HeaderV3_Header--local .SidebarV3{
    padding-top:23px;
}

.Sidebar__backdrop{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background-color:#000;
    opacity:0.76;
    z-index:1001;
    display: none;
}

.Sidebar__Container{
    overflow-y: scroll;
    height: 100%;
}

.Sidebar_Header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.Sidebar__CloseButton svg{
    width: 22px;
    height: 22px;
    fill:#FFF;
}

.Sidebar__Row {
    border-bottom:1px solid #434343;
    padding-top: 27px;
    padding-bottom:19px;
}

.Sidebar__Row a{
    color:#FFF;
}

.Sidebar_Advanced_Search__Container{
    padding: 27px 10px 23px 10px !important;
    border-bottom:0;
}

.Sidebar_Menu_Section{
    border-bottom: 0;
    padding-bottom: 0;
}

/* ===== Container ===== */
.Sidebar_Currencies__Container {
    
}

/* ===== Header ===== */
.Sidebar_Currencies__Container__Header {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between; /* title left, arrow right */
    cursor: pointer;
    color: #FFFFFF;
    user-select: none;
}

/* Arrow */
.Sidebar_Currencies__Container__Header .Sidebar_Currencies__Arrow svg {
    width: 12px;
    height: 12px;
    fill: #FFFFFF;                 /* 👈 make it white */
    transition: transform 0.25s ease;
    transform: rotate(90deg);      /* 👈 right ➜ down */
}

/* Rotate arrow when open */
.Sidebar_Currencies__Container.is-open .Sidebar_Currencies__Container__Header .Sidebar_Currencies__Arrow svg {
    transform: rotate(-90deg);     /* 👈 right ➜ up */
}

/* ===== Body ===== */
.Sidebar_Currencies__Container__Body {
    display: none; /* jQuery will slideToggle this */
}

/* Items */
.Sidebar_Currencies__Container__Body a {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    padding-bottom:15px;
}

/* ===== Container ===== */
.Sidebar_Languages__Container {
    
}

/* ===== Header ===== */
.Sidebar_Languages__Container__Header {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    color: #FFFFFF;
    user-select: none;
}

/* Arrow */
.Sidebar_Languages__Container__Header .Sidebar_Languages__Arrow svg {
    width: 12px;
    height: 12px;
    fill: #FFFFFF;
    transition: transform 0.25s ease;
    transform: rotate(90deg); /* right ➜ down */
}

/* Rotate arrow when open */
.Sidebar_Languages__Container.is-open .Sidebar_Languages__Container__Header .Sidebar_Languages__Arrow svg {
    transform: rotate(-90deg); /* right ➜ up */
}

/* ===== Body ===== */
.Sidebar_Languages__Container__Body {
    display: none;
}

/* Items */
.Sidebar_Languages__Container__Body a {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    padding-bottom: 15px;
}

.Sidebar_HelpCenter__Container{
    padding-left:10px !important;
    padding-right:10px !important;
    border-bottom:0;
}

.Sidebar_Button_Toogle_Mode_Polo__Container{
    padding: 24px 16px 23px 16px ;
    display: flex;
    font-size:14px;
}