#small-wallet {
    background-color: var(--grigio-chiaro);
    padding: 0.8rem;
    border-radius: 10px 10px 0 0;
}

.small-wallet-title {
    color: #3c434a;
    font-weight: 670;
    display: inline-block;
    margin-right: .5rem;
}

.small-wallet-background {
    position: sticky;
    top: 4rem;
    background-color: var(--verde-medio);
    z-index: 4;
}

#access-btn {
    border-radius: 8px;
    font-weight: bolder;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    margin-left: 4rem;
}

.wallet-title {
    line-height: 0.9;
    margin-bottom: 0.25rem;
    text-align: center;
    font-weight: 700;
}

.wallet-value {
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
    color: var(--verde-scuro);
}

.header-homepage {
    padding-top: 5rem;
}

.wallet-values > table {
    width: 100%;
    margin-bottom: 0;
}

.wallet-values > table th, .wallet-values > table td {
    padding: .2rem .2rem;
}

.wallet-values > table td {
    white-space: nowrap;
}

.advisor-line {
    display: inline-block;
    font-size: 0.9rem;
    margin-bottom: .25rem;
}

#hide-wallet-btn {
    color: var(--verde-medio);
    border: 1px solid transparent;
    text-shadow: 0px 3px 3px rgb(0 0 0 / 20%);
    background-color: transparent;
    font-size: 1.4rem;
    border-radius: 8px;
}

.header-padding {
    padding: 0.2rem 0.4rem 1rem 0.4rem;
}

.div-padding-right {
    padding: 0 0.7rem 0 0;
}

.advisor-name{
    padding: .25rem 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    box-shadow: 4px 0px 4px 0px rgb(0 0 0 / 9%), 0 2px 4px rgb(0 0 0 / 10%);
    text-align: center;
    font-weight: bolder;
    font-size: smaller;
}

.advisor-name p{
    margin-bottom:-0.15rem;
    font-size: 9px;
    color: #555;
}

.advisor-name span{
    color:var(--verde-scuro);
    font-weight: bolder;
}

#hide-wallet-col {
    flex: 0 0 auto;
    width: 10%;
    display:flex;
    justify-content: center;
}

#wallet-col {
    flex: 0 0 auto;
    width: 90%;
}

#wallet-hide-row {
    display: flex;
    justify-content: center;
    width: 100%;
}

.right-content {
    display: flex;
    justify-content: right;
}

a.fill-div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}
