body {
    background-color: #1d0303;
    padding: 0;
    margin: 0;
    animation-name: fade;
    animation-duration: 3s;
    font-family: 'Poppins', sans-serif;
}

.container {
    padding: 15px;
    margin-top: -5px;
}

.header {
    margin: 40px;

}

.header img {
    width: 44px;
    border-radius: 40px;


}

.header h1 {
    font-size: 15px;
    display: flex;
    margin-left: 50px;
    margin-top: -30px;
}

.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;
}

.card-codingasik {
    background-image: url(../assets/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;
}

.codingasik-image img {
    width: 100px;
    border-radius: 10px;
    float: right;
    bottom: 10px;
    right: 10px;
}

.codingasik-flex {
    display: flex;
}

.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;
}