body {
    font-family: 'Poppins';
    background: #fafafa;
    margin-bottom: 80px;
    clear: both
}

a {
    text-decoration: none;
}

label {
    padding: 5px 0;
}

.wajib{
    color: red;
    font-size: 14px;
    font-weight: 800;
}

.capcha {
    width: 100%;
    height: 45.5px;
    padding: 0px;
    margin: 0px;

}

.card{
    box-shadow: 0px 4px 30px rgba(97, 97, 97, 0.1);
}

.card-header {
    background: #ffffff;
}

.isinya {
    padding: 100px 0 20px 0;
    max-width: 500px;
    margin: auto;

}

.form-control{
    font-size: 14px;
}

.isinya h1 {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #2A2A2C;
    margin-bottom: 0;
}

#img {
    width: 100%;
    padding: 0px;
    height: 45.5px;
    border-radius: var(--bs-border-radius);
    border: var(--bs-border-width) solid var(--bs-border-color);
}

.menu-mobile {
    display: none;

}

.grafik {
    margin-bottom: 24px;
    font-size: 14px;
}

.menu-mobile .isi {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    border-bottom: 1px solid #dddddd;
    background: white;
}

.menu-mobile .isi p {
    margin-bottom: 0;
    font-size: 13px;
    color: #a6a6a6;
}

.bawah {
    position: fixed;
    bottom: 0;
    background: #f5f5f5;
    padding: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    border-top: solid 1px #d1d1d1;
    border-radius: 5px 5px 0 0;
}

.bawah .info {
    font-size: 12px;
    line-height: 24px;
}

.menuAtas {
    border-bottom: solid 1px #DFE3E9;
    background-color: white;
    position: fixed;
    width: 100%;
    z-index: 100;
    height: 81px;
}

.menuAtas .menuIsi {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuAtas .logo {
    display: flex;
    align-items: center;
    padding: 16px 4px;
}

.menuAtas .logo img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    margin-right: 10px;
}

.menuAtas .app {
    font-size: 13px;
    color: #667686;
    line-height: 15px;
    margin-bottom: 4px;
}

.menuAtas .lokasi {
    font-size: 16px;
    color: #2a2a2c;
    font-weight: 600;
}


.menuAtas .menu a {
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    color: #667868;
}

.menuAtas .menu li {
    list-style: none;
    letter-spacing: 0.4px;
}

.menuAtas .menu a:hover {
    color: #1d8fe1;
}

.menuAtas .menu {
    display: none;
    align-items: stretch;
    gap: 20px;
    padding: 0;
    margin-bottom: 0;
    height: 100%;
}

.menuAtas .menu li {
    display: flex;
    align-items: center;
}

.menuAtas .menu li.aktif {
    border-bottom: #1d8fe1 solid 3px;
    margin-bottom: 1px;
}

.menuAtas .menu li.aktif a {
    color: #1d8fe1;
}

.menuAtas .menu .dropdown-menu {
    padding: 10px;
    margin-top: 28px !important;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
}

.menuAtas .menu .dropdown-item {
    padding: 12px 16px;
}

.menuAtas .menu .dropdown-item:hover {
    background-color: #e0dfdf48;
    color: black;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.menuAtas .menuIsi .login a {
    padding: 14px 30px;
    font-size: 13px;
    font-weight: 600;
}

.menuAtas .menuIsi .login a:hover {
    color: white;
}

.kabur {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Header */

.header {
    background: radial-gradient(100% 100% at 100% 100%, rgba(33, 33, 33, 0) 0%, rgb(0, 0, 0) 100%), url('header.jpg');
    color: white;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 340px;
    padding-top: 81px;
    border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    -o-border-radius: 0 0 8px 8px;
}

.header .header-isi {
    padding: 40px 0px;
}

.header .header-isi h1 {
    font-size: 35px;
    font-weight: 800;
    line-height: 50px;
    margin-bottom: 10px;
}

.jadwal {
    margin-top: -80px;
    margin-bottom: 24px;
}

.jadwal .jadwal-isi {
    background-color: white;
    border: 1px solid rgb(188, 188, 188);
    box-shadow: 0px 4px 30px rgba(97, 97, 97, 0.1);
    padding: 20px 16px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.jadwal .jadwal-isi h1 {
    font-size: 16px;
    font-weight: 700;
    color: black;
}

.jadwal .jadwal-isi p {
    font-size: 14px;
    font-weight: 400;
    color: #89898a;
}

.card-header {
    padding: 15px;
    font-size: 15px;
    font-weight: 600;
}

.jadwal-cari select {

    padding: 12px;
    font-size: 13px;
    font-weight: 400;
    color: rgb(137, 137, 137);
    text-align: center;
}

.jadwal-cari input {

    padding: 12px;
    font-size: 13px;
    font-weight: 400;
    color: rgb(137, 137, 137);
    text-align: center;
}

.jadwal-cari div.col-lg-3,
div.col-lg-2 {
    padding: 0 5px;
}

.jadwal-cari img {

    padding: 12px;
    font-size: 13px;
    font-weight: 400;
    color: rgb(137, 137, 137);
    text-align: center;
}

.jadwal-cari button {
    padding: 12px;
    font-size: 13px;
    font-weight: 400;
}

@media (max-width: 992px) {
    .menuAtas .app {
        font-size: 11px;
    }

    .jadwal-cari input {
        padding: 12px;
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 5px;
    }

    .header .header-isi h1 {
        font-size: 25px;
        font-weight: 800;
        line-height: 50px;
        margin-bottom: 10px;
    }

    .jadwal-cari img {
        padding: 12px;
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 5px;
    }

    .capcha {
        text-align: center;
    }

    #img {
        width: auto;
        padding: 0px;
        height: 41.5px;
        border-radius: var(--bs-border-radius);
        border: var(--bs-border-width) solid var(--bs-border-color);
    }


}

@media (max-width: 575px) {

    .isinya {
        padding: 140px 0 20px 0;
    }

    .menuAtas .app {
        font-size: 10px;
    }

    .menuAtas .lokasi {
        font-size: 14px;
    }

    #img {
        width: auto;
        padding: 0px;
        height: 41.5px;
        border-radius: var(--bs-border-radius);
        border: var(--bs-border-width) solid var(--bs-border-color);
    }

    .jadwal-cari select {
        padding: 12px;
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 5px;
    }



    .jadwal-cari input {
        padding: 12px;
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 5px;
    }

    .jadwal-cari img {
        padding: 12px;
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 5px;
    }

    .menuAtas .menuIsi .login {
        display: none;
    }

    .menu-mobile {
        display: block;
        position: absolute;
        padding-top: 81px;
        z-index: 100;
    }


    .header {
        height: 250px;
    }

    .header .header-isi{
        padding: 60px 0;
    }

    .header .header-isi h1 {
        text-align: center;
        font-size: 28px;
        font-weight: 800;
        line-height: 50px;
        margin-bottom: 10px;
    }

    .header .header-isi p {
        display: none;
    }

    .header .header-isi p.ok {
        display: block;
        text-align: center;
    }


}

@media (max-width: 380px) {
    .header .header-isi h1 {
        font-size: 24px;
    }

}
