.body .balance-dropdown__name {
    color: #46b649;
    background: rgba(0, 0, 0, 0.05);
}

.body .balance-dropdown__item:hover {
    background-color: rgba(70, 182, 73, 0.09);
}

.body .balance-dropdown__link:hover {
    color: #46b649;
}

.component_private_navbar .navbar-nav-currencies {
    /*  margin-top:25px;*/
    padding-left: 22px !important;
    padding-right: 22px !important;
}

.body .balance-dropdown-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.body .balance-dropdown {
    position: relative;
    display: flex;
    padding-bottom: 4px;
    padding-top: 4px;
}

.body .balance-dropdown__name {
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-color: #000000;
    box-shadow: none;
    border-style: none;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: "";
    font-weight: 400;
    font-style: normal;
    width: 100%;
}

.body .balance-dropdown__container {
    position: absolute;
    padding: 0px;
    padding-top: 4px;
    margin: 0px;
    top: 100%;
    z-index: 900;
    height: 490px;
    overflow-y: scroll;
    background: rgb(255, 255, 255);
    min-width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-color: lightgrey;
}

.body .balance-dropdown__item {
    list-style: none;
}

.body .balance-dropdown__link {
    display: block;
    width: 100%;
    white-space: nowrap;
    font-size: "";
    text-decoration: none;
    color: #334e6e;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    border-bottom: 1px solid lightgrey;
}

.body .balance-dropdown {
    width: 100%;
    padding-bottom: 0px;
    flex-direction: column;
}

.body .balance-dropdown__toggle:after {
    display: inline-block;
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    margin-left: 12px;
}

.body .balance-dropdown.show .balance-dropdown__toggle:after {
    transform: rotate(180deg);
    text-decoration: none;
}

.balance-dropdown-container {
    position: relative;
}

.balance-dropdown {
    display: inline-block;
}

.balance-dropdown__name {
    cursor: pointer;
    padding: 8px 12px;
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.balance-dropdown__container {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 8px 0;
    min-width: 120px;
    z-index: 1;
}

.balance-dropdown__container li {
    padding: 8px 12px;
    cursor: pointer;
}

.balance-dropdown__container li:hover {
    background-color: #f8f9fa;
}

.balance-dropdown__container {
    display: none;
}