@import url("https://unpkg.com/ionicons@4.5.10-0/dist/css/ionicons.min.css");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600&display=swap");

.wallet-card-section {
    position: relative
}

.wallet-card-section:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    display: block;
    height: 140px;
    background: #6236FF
}

.wallet-card {
    background: #ffffff;
    /* box-shadow: 5px rgba(0, 0, 0, 0.09); */
    /* box-shadow: 4px 6px 8px 0px rgba(250,204,108,0.17); */
    border-radius: 10px;
    padding: 25px 24px;
    position: relative;
    z-index: 1;
    border: 1px solid #e6e6e6
}

.wallet-card .balance {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    height: 10px
}

.wallet-card .balance .left {
    padding-right: 10px
}

.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
}

.wallet-card .balance .right .button:hover {
    background: #6236FF !important;
    color: #fff !important
}

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

.wallet-card .balance .total {
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1em;
    font-size: 30px
}

.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 a:active {
    transform: scale(0.94)
}

.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 strong {
    display: block;
    color: #27173E;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.2em
}

.appHeader .left .icon,
.appHeader .left ion-icon,
.appHeader .right .icon,
.appHeader .right ion-icon {
    font-size: 26px
}

.appHeader .left .headerButton,
.appHeader .right .headerButton {
    min-width: 36px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: #6236FF;
    position: relative
}

.appHeader .left .headerButton .btn,
.appHeader .right .headerButton .btn {
    font-size: 16px;
    height: 32px;
    padding: 0px 14px
}

.appHeader .left .headerButton:active,
.appHeader .right .headerButton:active {
    opacity: .6
}

.appHeader .left {
    left: 10px;
    top: 0
}

.appHeader .right {
    right: 10px;
    top: 0
}

.appHeader .pageTitle {
    font-size: 17px;
    font-weight: 500;
    padding: 0 10px
}

.appHeader .pageTitle .logo {
    max-height: 24px
}

.appHeader.text-light {
    color: #FFF
}

.appHeader.text-light .headerButton {
    color: #FFF
}

.appHeader.bg-primary,
.appHeader.bg-secondary,
.appHeader.bg-success,
.appHeader.bg-warning,
.appHeader.bg-danger,
.appHeader.bg-info,
.appHeader.bg-light,
.appHeader.bg-dark {
    border: 0
}

.appHeader.bg-primary:before {
    background: #6236FF !important
}

.appHeader.bg-secondary:before {
    background: #8494A8 !important
}

.appHeader.bg-success:before {
    background: #1DCC70 !important
}

.appHeader.bg-warning:before {
    background: #FFB400 !important
}

.appHeader.bg-danger:before {
    background: #FF396F !important
}

.appHeader.bg-info:before {
    background: #05D0A4 !important
}

.appHeader.bg-dark:before {
    background: #222 !important
}

body.dark-mode .accordion .accordion-header.bg-danger .accordion-button {
    background: #FF396F !important
}

.card.bg-primary,
.card.bg-secondary,
.card.bg-danger,
.card.bg-success,
.card.bg-warning,
.card.bg-info,
.card.bg-dark {
    border: 0
}

.card.bg-primary .card-title,
.card.bg-secondary .card-title,
.card.bg-danger .card-title,
.card.bg-success .card-title,
.card.bg-warning .card-title,
.card.bg-info .card-title,
.card.bg-dark .card-title {
    color: #fff
}

.card.bg-primary .card-text,
.card.bg-secondary .card-text,
.card.bg-danger .card-text,
.card.bg-success .card-text,
.card.bg-warning .card-text,
.card.bg-info .card-text,
.card.bg-dark .card-text {
    color: rgba(255, 255, 255, 0.7)
}

.card.bg-primary .card-header,
.card.bg-secondary .card-header,
.card.bg-danger .card-header,
.card.bg-success .card-header,
.card.bg-warning .card-header,
.card.bg-info .card-header,
.card.bg-dark .card-header {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15)
}

.card.bg-light {
    background: #fff
}

.bg-main {
    background: #6236FF
}

.bg-primary {
    background: #6236FF !important;
    color: #FFF
}

.bg-secondary {
    background: #8494A8 !important;
    color: #FFF
}

.bg-success {
    background: #1DCC70 !important;
    color: #FFF
}

.bg-danger {
    background: #FF396F !important;
    color: #FFF
}

.bg-warning {
    background: #FFB400 !important;
    color: #FFF
}

.bg-info {
    background: #05D0A4 !important;
    color: #FFF
}

.bg-light {
    background: rgba(255, 255, 255, 0.5) !important
}

.bg-dark {
    background: #222 !important;
    color: #FFF
}

.stat-box {
    background: #ffffff;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.09);
    border-radius: 4px;
    padding: 15px 10px;
    border: 1px solid #eac10d;
    padding-left: 15px;
}

.stat-box .title {
    font-family: inter, -apple-system, "system-ui", Helvetica, Arial, sans-serif, "Apple Color Emoji";
    font-size: 12px;
    color: #958d9e;
    display: block;
    margin-bottom: 2px;
}

.stat-box .value {
    font-family: inter, -apple-system, "system-ui", Helvetica, Arial, sans-serif, "Apple Color Emoji";
    font-size: 12px;
    font-weight: bold;
    color: #27173E
}

.balance .labelmember {
    font-family: inter, -apple-system, "system-ui", Helvetica, Arial, sans-serif, "Apple Color Emoji";
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1em;
    color: #27173E
}

.section-second {
    position: relative;
    left: 2%;
    right: 2%;
}

.text-primary,
a.text-primary {
    color: #6236FF !important
}

.text-secondary,
a.text-secondary {
    color: #8494A8 !important
}

.text-success,
a.text-success {
    color: #1DCC70 !important
}

.text-danger,
a.text-danger {
    color: #FF396F !important
}

.text-warning,
a.text-warning {
    color: #FFB400 !important
}

.text-info,
a.text-info {
    color: #05D0A4 !important
}

.text-light,
a.text-light {
    color: #FFF !important
}

.text-dark,
a.text-dark {
    color: #27173E !important
}

.bg-abu{
    background: #EDEDF5;
}

.section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px
}

.listview-title {
    color: #958d9e;
    padding: 7px 16px;
    font-size: 13px;
    font-weight: 500
}

.warna-gray{
    font-family: Inter, -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color:#7b8288;
    font-weight:300;
}

.list-block, .item-title{
    font-family:Inter, -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.row .title{
    font-family: inter, -apple-system, "system-ui", Helvetica, Arial, sans-serif, "Apple Color Emoji";
    font-size: 12px;
    color:#626b79;
    font-weight: 400;
}

.content-block .title{
    font-family: inter, -apple-system, "system-ui", Helvetica, Arial, sans-serif, "Apple Color Emoji";
    font-size: 12px;
    color:#626b79;
    font-weight: 400;
}

.material-icons, .title_navbar{
    color:#13399a;
}

.toolbar-bottom{
    font-family: inter, -apple-system, "system-ui", Helvetica, Arial, sans-serif, "Apple Color Emoji";
    font-size: 14px;
    text-transform: capitalize;
    font-weight: bold;
}

/* Center it */
/* .container {
    position: relative;
    margin: 0 auto;
} */

.container .content {
    position: absolute;
    /* Position the background text */
    bottom: 0;
    left:0;
    /* At the bottom. Use top:0 to append it to the top */
    background: rgb(0, 0, 0);
    /* Fallback color */
    background: rgba(0, 0, 0, 0.3);
    /* Black background with 0.5 opacity */
    color: #f1f1f1;
    /* Grey text */
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full width */
    vertical-align: middle;
    text-align: bottom;
    border-radius: 3px;
}

.container .content p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.title_login_header{
    font-family: Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 22px;
    font-weight: 500;
    color:#212121;
    padding-bottom: 3px;
}

.title_login_detail{
    font-family: Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 14px;
    color:#212121;
    padding-bottom: 3px;
}

.label_title {
    font-family: Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 14px;
    color: #000;
}

.is-loading {
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    border-radius: 5px;
    background-size: 200% 100%;
    animation: 1.5s shine linear infinite;
}
@keyframes shine {
  to {
    background-position-x: -200%;
  }
}