html::-webkit-scrollbar {
    display: none;
}
html {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
body {
    padding-top: 5rem;
    padding-bottom: 5rem;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-weight: 550;
}
.full-border {
    border: 1px solid black;
}
a {
    text-decoration: none;
    color: inherit;
}
.nav-top-bar {
    background-color: #0b5ed7 !important;
}
[data-letters]:before {
    content: attr(data-letters);
    display: inline-block;
    font-size: 1em;
    width: 1.7em;
    height: 1.7em;
    line-height: 1.7em;
    text-align: center;
    border-radius: 50%;
    background: #FFFFFF;
    vertical-align: middle;
    margin-right: 1em;
    color: #0b5ed7;
}
.bg-white {
    background: white;
}
.dashboard-chart {
    background: white;
    padding: 0.5rem;
    margin-bottom: 2rem;
}
.dashboard-overview {
    margin-bottom: 2rem;
    padding: 1rem;
    background: white;
    margin-left: 0rem;
    margin-right: 0rem;
    border-radius: 0.5rem;
}
.dashboard-overview-divider {
    border-right: 1px solid #0b5ed7;
}
.dashboard-search {
    margin-bottom: 2rem;
}
.dashboard-account {
    background: white;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    margin-bottom: 1rem;
}
.dashboard-account [data-letters]:before {
    content: attr(data-letters);
    display: inline-block;
    font-size: 1em;
    width: 3em;
    height: 3em;
    line-height: 3em;
    text-align: center;
    border-radius: 50%;
    background: #0b5ed7;
    vertical-align: middle;
    color: #FFFFFF;
}
.account-detail-header-name-circle {
    margin-left: 1.5rem;
}
.p1rem {
    padding: 1rem;
}
.p2rem {
    padding: 2rem;
}
.account-detail-chart {
    background: white;
    padding: 0.5rem;
    margin-top: 2rem;
}
.account-detail-row {
    padding: 1rem 0;
    background: white;
    margin-bottom: 1rem;
}
.lh2rem {
    line-height: 2rem;
}
.ml1rem {
    margin-left: 1rem;
}
.mlr1rem {
    margin-left: 1rem;
    margin-right: 1rem;
}
.mt1rem {
    margin-top: 1rem;
}
.mt2rem {
    margin-top: 2rem;
}
.mt5rem {
    margin-top: 5rem;
}
.mt10rem {
    margin-top: 10rem;
}
.mt25rem {
    margin-top: 25rem;
}
.mb1rem {
    margin-bottom: 1rem;
}
.mb2rem {
    margin-bottom: 2rem;
}
.mr1rem {
    margin-right: 1rem;
}
.bgsuccess {
    background: #198754 !important;
}
.bgdanger {
    background: #dc3545 !important;
}
.bginfo {
    background: #17a2b8 !important;
}
.account-add-title {
    margin: 24px 16px 32px 0;
}
.nav-top-income {
    background-color: #198754 !important;
}
.nav-top-expense {
    background-color: #dc3545 !important;
}
.nav-top-transfer {
    background-color: #ffc107 !important;
}
.loader-curtain:after, .loader-curtain:before {
    font-size: 3rem !important;
}
.border-primary {
    border-color: #0d6efd;
}
.navbar-dark .navbar-toggler {
    border-color: #ffffff !important;
}
.pagination {
    margin-top: 2rem;
}
.account-detail-search {
    margin-top: 2rem;
}
.login-banner {
    max-height: 10rem;
    margin-bottom: 2rem;
}
.use-chrome-banner {
    max-height: 25rem;
    margin-bottom: 2rem;
}
.transaction-coin-icon {
    /*font-family: "Font Awesome 5 Free";*/
    /*content: "\f51e";*/
    display: inline-block;
    font-size: 1em;
    width: 3em;
    height: 3em;
    line-height: 3em;
    text-align: center;
    border-radius: 50%;
    background: #007bff;
    vertical-align: middle;
    color: #FFFFFF;
}
.txt-up {
    text-transform: uppercase;
}
.whatsapp-color {
    color: #25d366;
}
.dropstart .dropdown-menu {
    right: 0% !important;
}
.modal-open .container-fluid, .modal-open .container {
    -webkit-filter: blur(5px) grayscale(90%);
}
.pedhi-icon {
    height: 3rem;
}