
body {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    /*font-family: 'Ubuntu', sans-serif;*/
    color: #5f6060;
}

.card {
    border-radius: 20px;
    border-color: #00000036;
}

.font-bold {
    font-weight: bold;
}

.font-bolder {
    font-weight: bolder;
}

.balance-card .balance {
    font-size: 1.6rem;
    color: #4c4a4f;
}

.balance-card .balance-label {
    font-size: 1rem;
    margin-bottom: 0;
    color: #969696;
}

.btn.btn-dark-n {
    background-color: #1d1d1b;
    border-color: #1d1d1b;
    color: white;
    border-radius: 10px;
    padding-top: .7rem;
    padding-bottom: .7rem;
    font-size: 1.5rem;
    font-weight: 500;
}

.n-input {
    width: 100%;
    border: 1px solid #00000036;
    border-radius: 16px;
    font-size: 1.3rem;
    padding: .8rem .5rem;
}

.btn.btn-trans {
    background-color: white;
    border-color: #00000036;
    border-radius: 10px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
    font-weight: 700;
}

.profile-name {
    font-size: 1.6rem;
    color: #5f6060;
    /*gray*/
}
.text-gray {
    color: #5f6060 !important;
}
.text-light-gray {
    color: #969696 !important;
}
/*light gray #969696*/
.fs-1{
    font-size:1rem !important;
}
.fs-1-5{
    font-size:1.5rem;
}
.fs-2{
    font-size:2rem;
}

.profile-wrapper{
    max-height:55%;
    overflow-x:hidden;
    overflow-y:auto;
}
.btn.disabled{
    pointer-events:none;
    filter:opacity(.5)
}