@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;700&display=swap');

body {
    padding: 0px;
    margin: 0;
    background-color: #fefefe;
    font-family: 'Inter';
}

.ikon img {
    margin-top: 12px;
    margin-left: 30px;
    width: 40px;
    height: 42px;
}

.header {
    background-color: white;
    height: 65px;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.title {
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    display: flex;
    align-items: center;
    position: absolute;
    width: 190px;
    height: 46px;
    left: 90px;
    top: 18px;
}

.nav {
    align-items: center;
    width: 40%;
    list-style: none;
    display: flex;
    justify-content: space-around;
    font-size: 14px;
    margin-top: -10px;
    margin-left: 380px;
    margin-right: 170px;
}
.acara {
    color: #145880;
    font-weight: bolder;
}
.menu {
    color: #000000;
    text-decoration: none;
}

.menu:hover {
    transform: scale();
    cursor: pointer;
    color: #145880;
    font-weight: bolder;
}

.btn img {
    margin-top: -1px;
    height: 25px;
    border-radius: 180px;
    border: 1px solid #145880;
}

.btn {
    border: 1px solid #145880;
    border-radius: 15px;
    width: 120px;
    display: grid;
}

.btn:hover {
    background-color: white;
    border: 1px solid #145880;
}

.akun p {
    cursor: pointer;
    margin-top: -32px;
    margin-left: 45px;
}

/* search */
.col-auto{
    width: 370px;
    margin-left: 40px;
    display: flex;
}
.form-control{
    height: 35px;
    border-radius: 30px;
}
.btn-primary{
    margin-left: -30px;
    width: 100px;
    height: 35px;
    border-radius: 30px;
    border: 1px #145880 solid;
    color: white;
    background-color: #145880;
}

/* filter */
.list img{
    width: 40px;
    height: 41px;
    margin-right: 10px;
}
.list{
    margin-top: 15px;
    margin-left: 40px;
    width: 350px;
    padding: 20px;
    height: 434px;
    border-radius: 15px;
    border: 1px #145880 solid;
    font-size: 25px;
}
.select{
    border-radius: 15px;
    width: 300px;
    margin-bottom: 20px;
}
.form-select{
    border:  1px solid rgba(63, 63, 63, 0.35);
    border-radius: 15px;
}
.form-group {
    width: 300px;
    display: flex;
    flex-direction: column;
    font-family: 'Inter';
    font-size: 12pt;
    margin-bottom: 20px;

}
.form-group input{
    border:  1px solid rgba(63, 63, 63, 0.35);
    height: 38px;
    border-radius: 15px;
    padding: 10px;
}
/* buton filter */
.tombol{
    display: flex;
    justify-content: space-between;
    font-size: 12pt;
}
.kembali {
    box-sizing: border-box;
    position: absolute;
    width: 130px;
    height: 35px;
    background: #FFFFFF;
    border: 1px solid #145880;
    border-radius: 30px;
    color: #145880;
}
.kembali:hover{
    background: #145880;
    border: 1px solid #145880;
    color: white;
}
.daft{
    box-sizing: border-box;
    position: absolute;
    width: 130px;
    height: 35px;
    left: 210px;
    color: #FFFFFF;
    background: #145880;
    border: 1px solid #145880;
    border-radius: 30px;
}


/* terkini */
.kini{
    margin-left: 380px;
    margin-top: -455px;
    padding: 20px;
    box-sizing: border-box;
    width: 960px;
    height: 780px;
}
.isi{
    display: flex;
    justify-content: space-around;
}
.card{
    width: 380px;
    height: 320px;
    border: 2px #199FD7 solid;
    border-radius: 25px;
    display: grid; 
}
.past{
    border: 2px gray solid;
}
.card:hover{
    cursor: pointer;
}
.card img{
    width: 376px;
    height: 180px;
    border-radius: 23px 23px 0px 0px;
    border: 1px #199FD7 solid;
}
.card-body-2{
    margin-top: 8px;
    margin-left: 17px;
}
.card-body-2 p{
    margin-bottom: -19px;
    font-size: 10pt;
    color: #145880;
    
}
.tgl{
    margin-top: -18px;
    font-size: 10pt;
    color: #145880 ;
    display: flex;
}
.tgl p{
    margin-left: 10px;
    color: #000000;
}

/* nomor */
.pagination{
    display: flex;
    justify-content: center;
}

/* sebelum */
/* .sebelum{
    margin-left: 860px;
    margin-top: -410px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 15px;
    border: 1px #199FD7 solid;
    width: 430px;
    height: 410px;
    background-color: white;
} */

/* footer */
.foot{
    margin-top: 100px;
    background-color:rgba(20, 88, 128, 0.9);;
    height: 110px;
}

.foot label{
    padding-top: 10px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    color: white;
}
.logo{
    display: flex;
    justify-content: center;
    cursor: pointer;
    color: white;
    padding: 10px;
    font-size: 30px;
}
.ig:hover, .ytb:hover{
    color: red;
}
.wa:hover{
    color: green;
}
.copy{
    margin-top: -5px;
    background-color:#145880;
    padding: 5px;
    font-size: 12px;
}
.copy p{
    justify-content: center;
    cursor: pointer;
    color: white;
    height: 1px;
    display: flex;
    
}

