@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');

*{
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}
.containers{
    margin-top: 100px;
    padding-left: 20px;
    display: flex;
    justify-content: end;
}

.sidebarngambang{
    /* height: 500px; */
    width: 500px;
}

.sidebars{
    /* display: none; */
    position: fixed;
    height: 500px;
    left: 0;
    width: 350px;
    background-color: white;
    padding: 15px 15px 15px 15px;
    border-radius: 10px;
    transition: 0.3s ease;
    /* box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2); */
}

.sidebars:hover{
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
}

.sidemenus{
    overflow-y: auto;
    /* width: 385px; */
    height: 420px;
    padding-right: 15px;
}

.sidemenus::-webkit-scrollbar {
    width: 10px;
    border-radius: 10px;
}

.sidemenus::-webkit-scrollbar-thumb{
    margin-left: 10px;
    border-radius: 5px;
    background-color: rgb(213, 213, 213);
}



.sidebars > h1{
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 15px;
}

.satu_menu {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center ;
    background-color: #B4D4FF;
    border-radius: 10px;
    padding: 5px 10px;
    cursor: pointer;
}

.satu_menu.active{
    background-color: #71a2e3;
}

.satu_menu >img{
    width: 35px;
    height: 35px;
    
    
}

.menu_kiri{
    display: flex;
    align-items: center;
    justify-content: center;
}



.menu_kiri .nomer{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: 600;
    width: 60px;
    height: 60px;
    background-color: white ;
    margin-right: 10px;
}

.menu_kiri .nomer >p{
    font-size: 26px; 
    margin: 0px;
}

.menu_kiri .judul > h1{
    font-size: 18px;
}

.menu_kiri .judul > h2{
    font-size: 14px;
    font-weight: 300;
}

.containers .kanan{
    padding: 0 35px;
    min-width:  1020px;
}

.containers iframe{
    min-width:  1020px;
    height: 576px;
    border-radius: 20px;
}

