.addbalance-btn {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 10px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, color 0.2s ease;
    color: var(--bs-topbar-item-color);
}

.addbalance-btn:hover {
    color: var(--bs-topbar-item-hover-color);
}

.addbalance-btn span {
    margin-left: -0.5rem;
}

.logo {
    text-align: center !important;
    -webkit-transition: all .25s ease-in-out !important;
    transition: all .25s ease-in-out !important;
}

.logo-lg img {
    width: 140px !important;
    height: 55px !important;
}

.icon-auth-page img {
    width: 145px;
    height: 45px;
}