@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Roboto:wght@400;500&display=swap');
@font-face {
    font-family: montserrat;
    src: url(/static/font/Montserrat/Montserrat-VariableFont_wght.ttf);
}
@font-face {
    font-family: gotham;
    src: url(/static/font/gotham_rounded/Gotham_Rounded_Medium.otf);
}
*{
    margin: 0;
    padding: 0;
    font-family: gotham;
}
.alert {
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    background-color: #ffffff;
    color: #023919;
    border-color: #023919;
}
.bar_atas{
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.5);
}

.container-fluid .navbar-brand img{
    width: 40px;
}

.pengguna {
    right: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    background-color: #023919;
    padding: 0 5px;
    margin-left: 30px;
    width: auto;
    border-radius: 5px;
}
.pengguna i {
    font-size: 35px;
    margin: 5px 0 5px 5px;
}
.pengguna a{
    font-size: 15px;
    margin: 10px;
    text-decoration: none;
    color: #ffffff;
}
.pengguna a:hover{
    font-size: 15px;
    margin: 10px;
    text-decoration: none;
    color: #0a9b44;
}

.nav-item .nav-link {
    color: #023919;
}
.nav-item :hover{
    color: #0a9b44;
}

.tombol_submit{
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.data {
    width: 100%;
    height: 100%;
    border: 2px solid green;
    overflow-x: auto;
}

.button_menu{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
    width: 100%;
    padding: 20px 0;
    justify-content: center;
    align-items: center;
    margin: 0;
    margin-bottom: 20px;
}
.button_menu p{
    margin: 10px 20px;
}

.button_menu .box_button_menu{
    margin: 10px 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border: 1px solid #023919;
    background-color: rgb(255, 255, 255);
    min-width: 359px;
    max-width: 360px;
    min-height: 499px;
    max-height: 500px;
    justify-content: center;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}
.button_menu .box_button_menu .deskripsi{
    color: #023919;
    width: 100%;
    height: 100px;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    }
.button_menu .box_button_menu .deskripsi p{
    margin: 10px 20px;
}
.button_menu .box_button_menu .tombol_pergi{
    height: auto;
    margin: 10px 0;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.button_menu .box_button_menu h1{
    font-size: 24px;
    margin: 10px 0;
    font-family: montserrat;
    font-weight: bold;
    color: #023919;
    }
    
.button_daftar {
    background-color: #023919;
    color: #ffffff;
    padding: 10px 40px;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.alamat_hr{
    height: 2px; 
    background-color: #0a9b44;
    opacity: 100%; 
    border: none;
    margin: 10px 0;
}

.copyright {
    position: fixed;
    width: 100%;
    height: auto;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background-color: #023919;
    bottom: 0;
    left: 0;
}
.copyright p{
    margin: 0;
}

@media only screen and (max-width:576px){
    .pengguna {
        margin-left: 0;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        flex-direction: row;
        background-color: #023919;
        padding: 0 5px;
        width: 100%;
        border-radius: 5px;
    }
    .pengguna i {
        font-size: 35px;
        margin: 5px;
    }
    .pengguna p{
        font-size: 15px;
        margin: 2px;
    }
    .konten{
        padding-top: 20px;
        transition: 1s ease;
    }
}