@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.dasboard{
    display: flex;
    justify-content: end;
    margin-top: 100px;
    /* position: relative; */
}

.sidebar{
    top: 100px;
    left: 50px;
    padding: 20px 20px 40px 20px;
    background-color: #2E3D64;
    color: #fff;
    position: fixed;
    width: 400px;
    /* height: 420px; */
    border-radius: 4px;
    transition: 0.7s ease;
}

/* .sidebar_terbang{
    margin: 0 40px;
    padding: 20px 10px 40px 20px;
    width: 400px;
    height: 420px;
    border-radius: 4px;
    display: none;
    transition: 0.9s ease;
}

.sidebar_terbang.active{

    display: block;
} */

.sidebar.active{
    transition: 0.9s ease;
    box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.2);
    top: 100px;
    /* position: fixed; */
}

.sidebar .user .akun_sidebar{
    display: flex;
    align-items: center;
    /* align-items: start; */
}

.sidebar .user .akun_sidebar .nama_user{
    color: #fff;
}

.sidebar .user .akun_sidebar .nama_user h1{
    font-size: 27px;
}

.sidebar .user .akun_sidebar .nama_user h2{
    font-size: 15px;
    font-weight: 400;
}

.sidebar .user .akun_sidebar img{
    margin: 0 15px 0 8px;
    object-fit: cover;
    border-radius: 50%;
    height: 80px;
    width: 80px;
}

.menu_item{
    list-style: none;
}

.menu_item .item{
    padding: 7px 0px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    transition: 0.3s ease-in;
}

.menu_item .item:hover{
    background-color: #c7cfe6;
}
.menu_item .item:hover p{
    color: #2E3D64;
}
.menu_item .item:hover i{
    color: #2E3D64;
}
.menu_item .item i{
    color: #fff;
    font-size: 40px;
    margin:0 20px;
}

.menu_item .item p{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.menu_item .item.active{
    background-color: #f1f1f1;
}

.menu_item .item.active i{
    color: white;
    color: #000;
}

.menu_item .item.active p{
    color: #000;
}

.menu_user{
    width: calc(100% - 480px);
    padding: 0 40px 0 0;
}

.menu_user h1{
    font-size: 37px;
}

.menu_user p{
    margin-bottom: 20px;
}

.kotak{
    width: 350px;
    height: 150px;
    border-radius: 4px;
    background-color: #EEF5FF;
}

.contoh_pakets{
    margin: 0 0 50px 1%;
    transition: 0.4s ease;
    border-radius: 5px;
    width: 18vw;
    min-width: 260px;
    border: 1px solid #ddd;
}


.contoh_pakets:hover{
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
}

.contoh_pakets img{
    border-radius: 5px 5px 0 0;
    width: 18vw;
    min-width: 260px;
}

.contoh_pakets h1{
    font-size: 20px;
    /* max-width: 250px; */
    margin: 0 0 10px 15px;
}

.contoh_pakets p{
    margin: 0 0 0 20px;
    font-size: 14px;
    
}

.contoh_pakets .keterangan_paket{
    display: flex;
    margin: 5px 5px;
    align-items: center;
}

.contoh_pakets .keterangan_paket i{
    font-size: 21px;
    font-weight: 600;
    color: #24FF00;
}

.contoh_pakets .keterangan_paket h2{
    color: #24FF00;
    font-size: 15px;
    font-weight: 600;
}

.contoh_pakets .button_paket{
    margin: 10px 5px;
    /* max-width: 250px; */

    min-width: 250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contoh_pakets .button_paket button{
    padding: 7px 0;
    font-size: 18px;
    width: calc(18vw - 5px);
    min-width: 240px;

    border: 2px solid;
    cursor: pointer;
    background-color: #2E3D64;
    color: white;
    border-radius: 2.5px;
    border-color: #2E3D64;
    transition: 0.3s ease;
}

.contoh_pakets .button_paket button:hover{
    border-color: #0093AC;
    background-color: #0093AC;
}




@media screen and (width: 1366px) {
    .contoh_pakets{
        /* margin: 0 0 50px 1%; */
        transition: 0.4s ease;
        border-radius: 5px;
        width: 16vw; 
        min-width: 250px;
    }

    .contoh_pakets img{
        border-radius: 5px 5px 0 0;
        width: 16vw;
        min-width: 250px;
    }

    
}

.menu_setting{
    display: flex;
    gap: 20px;
}

.menu_setting .kotak_setting{
    background-color: #EEF5FF;
    width: 40%;
    padding: 30px 20px;
    border-radius: 3px;
}

.menu_setting .kotak_setting img{
    width: 100px;
}

.menu_setting .kotak_setting h1{
    font-size: 35px;
    color: #454545;
}

.menu_setting .kotak_setting p{

    color: #696969;
}

.menu_setting .kotak_setting button{
    padding: 10px 0;
    color: white;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 3px;
    font-size: 21px;
    background-color: #2E3D64;
    border: none;
    width: 100%;
    transition: 0.4s ;
}

.menu_setting .kotak_setting button:hover{
    background-color: #4c6dcf;
}

.paket_freebank{
    margin-top: 20px;
    padding: 0 180px;
    /* margin: 25px 0; */
    /* background-color: #D2E5FF; */
}

.paket_freebank span{
    border-radius: 15px;
    padding: 5px 25px;
    width: 150px;
    background-color: #D2E5FF;
}

.freebank h1{
    text-align: center;
    color: #2E3D64;
}

.freebank h2{
    font-size: 40px;
    text-align: center;
    color: #2E3D64;
    
}

.freebank .garis{
    height: 2px;
    background-color: #c2c2c2;
}

.satupaket_pdf{
    margin-top: 15px;
    padding: 0 100px;
    display: flex;
    align-items: center;
    width: 100%;
    /* background-color: #c2c2c2; */
}

.satupaket_pdf i{
    font-size: 14px;
}

.satupaket_pdf .kotak_pdf {
    display: flex;
    width: 100%;
    margin-left: 40px;
    align-items: center;
    background-color: #E7F0FD;
    cursor: pointer;
    border-radius: 5px;
    padding: 10px 20px;
}

.satupaket_pdf .kotak_pdf:hover{
    background-color: #b6cae3;
}

.satupaket_pdf .kotak_pdf .download_kotak .keterangan_pdf{
    align-items: center;
    
}

.satupaket_pdf .kotak_pdf .download_kotak .keterangan_pdf h1{
    font-size: 17px;
    text-align: start;
}

.satupaket_pdf .kotak_pdf .download_kotak .keterangan_pdf h2{
    font-size: 14px;
    font-weight: 400;
    color: #343434;
    text-align: start;
}

.satupaket_pdf .kotak_pdf .download_kotak .keterangan_pdf p{
    font-size: 14px;
    color: #343434;
    font-weight: 400;
}

.satupaket_pdf .kotak_pdf i img{
    width: 50px;
    margin-right: 20px;
    color: #C43B3B;
}

.satupaket_pdf .kotak_pdf .download_kotak{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.satupaket_pdf .kotak_pdf .download_kotak a img{
    color: #fff;
    margin: 0;
    background-color: #7FC17E;
    /* padding: 15px; */
    width: 50px;
    border-radius: 50%;
}
