.wallet-details{display:flex;flex-direction:column;gap:12px}.wallet-details__info{display:flex;justify-content:space-between;align-items:center;padding:12px 0}.wallet-details__info-label{font-weight:400;color:#b7b7b7;font-size:18px}.wallet-details__info-value{font-size:18px;font-weight:600;text-align:right}.wallet-allocations{display:flex;flex-direction:column;gap:12px}.wallet-allocations__info{display:flex;justify-content:space-between;padding:20px 0}.wallet-allocations__info:first-child{padding-top:12px}.wallet-allocations__info:not(:last-child){border-bottom:1px solid hsla(0,0%,100%,.1)}.wallet-allocations__info__label{font-weight:400;color:#b7b7b7;font-size:18px}.wallet-allocations__info__value{font-size:18px;font-weight:600;text-align:right}.wallet-allocations__info-performance{font-size:12px;font-weight:400;text-align:right;font-style:italic}.wallet-allocations__info-performance--up{color:#37b828}.wallet-allocations__info-performance--down{color:red}input.fancy-switch{position:relative;top:1px;-webkit-appearance:none;outline:none;width:40px;height:25px;background-color:#fff;border:1px solid #b7b7b7;border-radius:30px;box-shadow:inset -17px 0 0 0 #b7b7b7}input.fancy-switch:after{content:"";position:absolute;top:1px;left:1px;background:rgba(0,0,0,0);width:23px;height:23px;border-radius:50%;box-shadow:2px 4px 6px rgba(0,0,0,.2)}input.fancy-switch:checked{box-shadow:inset 17px 0 0 0 #4642f1;border-color:#4642f1}input.fancy-switch:checked:after{left:17px;box-shadow:-2px 4px 3px rgba(0,0,0,.05)}