body {
    background-color: #FFFFFF;
    padding: 0;
    margin: 0;
    animation-name: fade;
    animation-duration: 3s;
    font-family: 'Poppins', sans-serif;
}

.container {
    padding: 15px;
    margin-top: -5px;
}

.container-narrow {
    width: auto;
    max-width: 480px;
}

.header {
    margin: 40px;

}

.header img {
    width: 44px;
    border-radius: 40px;
}

.header h1 {
    font-size: 15px;
    display: flex;
    margin-left: 50px;
    margin-top: -30px;
}

.btn-mk {
    color: #fff;
    background-color: #548ff7;
}

.table {
    background-color: #fff;
}

.table-status td {
    background-color: #fff8e8;
}

.text_asat {
    font-size: small;
    font-weight: normal;
    color: #838383;
}

.image-card {
    background-image: url(../img/bwe.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: rgba(255, 255, 255, 0.24) 0px 3px 8px;
    border-radius: 10px;
    height: 250px;
    width: 100%;
    padding: 20px;
    border: 0px solid white;
}

.link-mk {
    color: #403B39;
    text-decoration: none;
}

.link-mk:hover {
    text-decoration: underline;
}

.card {
    margin-bottom: 0.5em;
}

.card-title {
    border-bottom: 1px dotted #E8E6E6;
    padding-bottom: 0.5em;
    font-size: 1rem;
}

footer {
    background-color: #403B39;
}

footer .list-group-item,
footer .list-group-item:hover {
    background: none;
    border: none;
}

footer a.nav-link {
    color: #fff;
    padding-top: 0;
}

footer a.nav-link:hover {
    text-decoration: underline;
}

.notif {
    float: right;
    margin-top: -30px;
    margin-right: 10px;
    width: 35px;
    padding: 0px;
    border-radius: 0px;
    border: none;
    background: transparent;
}

.notif img {
    width: 100%;
    border-radius: 10px;
    padding: 4px;
    background: transparent;
    box-shadow: none;
}

.notif2 {
    float: right;
    margin-top: -30px;
    margin-right: 10px;
    width: 35px;
    padding: 0px;
    border-radius: 0px;
    border: none;
    background: transparent;
}

.notif2 img {
    width: 100%;
    border-radius: 10px;
    padding: 4px;
    background: transparent;
    box-shadow: none;
}

.notif3 {
    float: right;
    margin-top: -30px;
    margin-right: 10px;
    width: 35px;
    padding: 0px;
    border-radius: 0px;
    border: none;
    background: transparent;
}

.notif3 img {
    width: 100%;
    border-radius: 10px;
    padding: 4px;
    background: transparent;
    box-shadow: none;
}

.name-userx {
    width: 100%;
}

.name-userx p {
    font-size: 11px;
    font-weight: bold;
    color: white;
    margin: 0px;
}

.name-userx h5 {
    font-size: 17px;
    color: white;
    font-weight: bold;
    margin: 0px;
}

.button-userx {
    width: 100%;
    text-align: right;
}

.tarik {
    border: none;
    background: transparent;
}

.deposit {
    border: none;
    background: transparent;
}

.tarik img {
    width: 35px;
    margin-top: 10px;
}

.deposit img {
    width: 35px;
    margin-top: 10px;
}

.userfoto {
    width: 55px;
    border: 2px solid white;
    padding: 5px;
    border-radius: 10px;
    margin-top: 0px !important;
}

#codingasik_saldo {
    color: white !important;
    font-size: 22px !important;
}

.fa-wallet {
    color: white;
    margin-top: 7px;
    margin-left: 10px;
    animation: bounce 2s ease infinite;
}

.ion {
    width: 44px !important;
    position: absolute;
    top: 5px;
    right: 15px;
    border-radius: 5px !important;
    box-shadow: 0px 0px 0px 0px !important;
}

.ion2 {

    width: 44px !important;

    position: absolute;
    top: 5px;
    left: 15px;
    border-radius: 5px !important;
    box-shadow: 0px 0px 0px 0px !important;
}

.bounce {
    animation: bounce 2s ease infinite;
}

@keyframes bounce {
    70% {
        transform: translateY(0%);
    }

    80% {
        transform: translateY(-15%);
    }

    90% {
        transform: translateY(0%);
    }

    95% {
        transform: translateY(-7%);
    }

    97% {
        transform: translateY(0%);
    }

    99% {
        transform: translateY(-3%);
    }

    100% {
        transform: translateY(0);
    }
}

.Codingasik-grid4 {
    list-style: none;
    margin: 0;
    padding: 0px;
    display: grid;
    border: right;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    position: relative;
    top: 0px;
}

.codingasik-button {
    border: none;
    background: transparent;
}

.codingasik-button img {
    width: 65px;
    padding: 7px;
    border-radius: 10px;
    border: 1px solid #3e75b2;
    background: transparent;
    animation: grow 0.5s ease;

}

.codingasik-button p {
    font-size: 11px;
    font-weight: 500;
    margin-top: 4px;
}

.pengajuan-codingasik {
    border: none;
    background: #548ff7;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
    width: 50%;
    font-size: 16px;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.text-caption {
    font-size: 18px;
    font-weight: 700;
    color: black;
    margin-top: 30px;
    opacity: .8;
}

.box-solusi {
    margin-top: 15px;
    background: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.carousel-item {
    border-radius: 10px;
    margin-top: 20px;
}

.carousel-item img {
    border-radius: 10px;
}

.info-penting {
    position: relative;
    bottom: 0px;
    border-radius: 55px 55px 0px 0px;
    background: transparent;
    color: white;
    margin-bottom: -50px;
    padding: 10px;
}

.text-pen h5 {
    font-size: 10px;
    font-weight: bold;
    color: white;
    margin-top: 10px;
    margin-left: 10px;
}

.box-solusi p {
    font-size: 13px;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

._record-box {
    background: #fff;
    width: 100%;
    margin-top: 30px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 0.2667rem #ececec;
    border: 1px solid #ececec;
}

._record-box .label {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
}

._record-box .list-box {
    height: 190px;
    overflow: hidden;
}

._record-box .list {
    padding-top: 0.0133rem;
}

._record-box .list .item {
    margin-bottom: 0.2667rem;
    display: flex;
    align-items: center;
    padding: 0.2rem 0.3467rem;
    border-radius: 0.2667rem;
    background-color: #f4f4f4;
}

._record-box .list .item .record_logo {
    font-size: 0;
}

._record-box .list .item .record_logo img {
    width: 48px;
    height: 48px;
    border: 1px solid #ececec;
    border-radius: 50%;
}

._record-box .list .item .center {
    flex: 1;
    padding-left: 0.3733rem;
}

._record-box .list .item .center .h1 {
    font-size: 16px;
}

._record-box .list .item .center .h1 .name {
    font-size: 16px;
}

._record-box .list .item .center .h1 .number {
    color: #548ff7;
    margin-left: 0.1067rem;
}

._record-box .list .item .center .h2 {
    font-size: 15px;
    color: #999999;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));

    background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

#loader {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#loader #spinner {
    width: 60px;
    height: 60px;
    border: 6px solid #ccc;
    border-top: 6px solid #001a6d;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

#loader #loaderText {
    margin-top: 15px;
    font-weight: 600;
    color: #001a6d
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}