body {
    font-family: Arial, Helvetica, sans-serif;
}

.h6, h6 {
    font-size: 0.9rem;
}

.logo-wrapper a img {
    max-height: 40px;
}
.user-profile-icon a {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    padding: 0;
}
.user-profile-icon a img {
    max-width: 100%;
    border-radius: 0;
}
img.big-logo {
    max-width: 120px;
    border-radius: 50%;
}

.avatar.avatar-40 {
    line-height: 40px;
    height: 40px;
    width: 40px;
}

.avatar>.icons {
    line-height: normal;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.login-meta-data p a{
    color: rgba(13,110,253,1);
}
/*temp*/
.wallet-card .balance {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wallet-card .balance .title {
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
}

.wallet-card .balance .total {
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1em;
    font-size: 1.5rem
}
.wallet-card .balance .right {
    padding: 0;
}

.wallet-card .balance .right .button {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
    color: #6236FF;
    background: rgba(98,54,255,0.1);
    width: 50px;
    height: 64px;
    font-size: 26px;
    border-radius: 10px;
}

.hydrated {
    visibility: inherit;
}
.wallet-card .wallet-footer {
    border-top: 1px solid #DCDCE9;
    padding-top: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.wallet-card .wallet-footer .item {
    flex: 1;
    text-align: center;
}
.wallet-card .wallet-footer .item a {
    display: block;
}
.wallet-card .wallet-footer .item .icon-wrapper {
    background: #6236FF;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
    margin-bottom: 14px;
}

.wallet-card .wallet-footer .item h6 {
    display: block;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.2em;
}

@media only screen and (max-width: 767px){
    .container {
        max-width: 100%;
    }
    .card .card-body {
        padding: 0.8rem;
    }
}

.bc-webkit::-webkit-scrollbar {
    cursor: move;
    width: 5px;
    height: 5px
}

.bc-webkit::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 5px
}

.bc-webkit::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)
}

.nav-scroller {
  z-index: 2;
  overflow-y: hidden;
}
.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 5px;
  margin-top: -1px;
  overflow:auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

a.py-1.px-2.nav-link.bg-white.active.show {}

.wallet-footer .item:nth-child(2) .icon-wrapper {
    background: #EE4D2D !important;
}
.footer-nav-area {
    background: #EE4D2D;
}
/*rio-birthday*/
img.rio-birthday {
    position: absolute;
    max-width: 100%;
}
/*new style 03/2024*/
/*
body {
    background: #fff !important;
}
.card {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.075) !important;
}
*/