.currencies-container {
    position: relative;
    cursor: pointer;
}

.currencies-link {
    display: block;
    padding: 5px 0;
    color: white;
    white-space: nowrap;
}

.currencies-link:hover {
    color: #000 !important;
    background: #1EE17D;
}

.currencies-list {
    position: absolute;
    top: 23px;
    right: -10px;
    left: -10px;
    z-index: 5000;
    display: none;
    padding: 0;
    text-align: center;
    background: #00231E;
}
