#body-antrian {
    background-color: #56557e;
}

#body-pembayaran {
    background-color: #56557e;
}

.bg-2 {
    background-color: #7c7bad;
}

.p-5 {
    padding: 5px;
}

.p-3 {
    padding: 3px;
}

.p-2 {
    padding: 2px;
}

.jonggolCard {
    background-color: #7c7bad;
    border-radius: 10px;
    color: white;
    margin-bottom: 20px;
}

.jonggolCardTitle {
    text-align: center;
    padding: 15px 10px;
    margin: 0;
    background-color: #7c7bad;
    border-radius: 10px 10px 0px 0px;
}

.jonggolCardTitleH4 {
    font-size: 17px;
    margin: 0;
}

.jonggolCardBody {
    background-color: #fffffff0;
    padding: 22px 15px 30px 15px;
    border-radius: 10px;
    color: #302f34;
}

.h4 {
    font-size: 20px;
    color: white;
}

.h5Footer {
    text-align: center;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
}

.jonggolTable {
    background-color: #7c7bad;
    border-radius: 10px;
    color: white;
    padding: 0;
    display: none;
}

.jonggolTable thead tr th {
    border: unset !important;
}

.jonggolTable td {
    padding: 10px 20px;
    border: unset !important;
    background-color: #fffffff0;
    color: #302f34;
}

.jonggolTable tbody tr:first-child td:first-child {
    border-radius: 10px 0px 0px 0px;
}

.jonggolTable tbody tr:first-child td:last-child {
    border-radius: 0px 10px 0px 0px;
}

.jonggolTable tbody tr:last-child td:first-child {
    border-radius: 0px 0px 0px 10px;
}

.jonggolTable tbody tr:last-child td:last-child {
    border-radius: 0px 0px 10px 0px;
}

.jonggolTable tbody tr:first-child td {
    padding-top: 20px;
}

.jonggolTable tbody tr:last-child td {
    padding-bottom: 20px;
}

.jonggolTable tbody tr td:nth-child(1),
.jonggolTable tbody tr td:nth-child(2) {
    width: 45%;
}

.jonggolTable tbody tr td:nth-child(3) {
    width: 10%;
}

.h5Header {
    color: #212529;
    text-align: center;
    padding: 25px;
    background-color: white;
    height: 50%;
    margin: 20px 10px;
}

.word-wrap {
    white-space: nowrap;
}

.blankDivNow {
    height: 170px;
    background-color: #0000003b;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border: 2px solid white;
}

.blankDivNo {
    height: 206px;
    background-color: #0000003b;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 2px solid white;
}

.blankDivNoPoli {
    height: 206px;
    background-color: #0000003b;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 2px solid white;
}

.blankDivNo h1 {
    text-align: center;
    color: #ffffff;
    padding: 30px;
    font-size: 115px;
}

.blankDivNoPoli h1 {
    text-align: center;
    color: #ffffff;
    padding: 10px;
    font-size: 70px;
}

.blankDivCountTop {
    height: 90px;
    background-color: #0000003b;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 2px solid white;
}

.blankDivCountTop h3 {
    color: #ffffff;
    text-align: center;
    font-size: 67px;
}

.nomorAntrian {
    color: #ffffff;
    text-align: center;
    padding: 10px;
    font-size: 35px;
}

.blankDivNoBot {
    height: 160px;
    background-color: #0000003b;
    border-radius: 10px;
    margin-bottom: 8px;
    border: 2px solid white;
}

.blankDivNoBot h1 {
    text-align: center;
    color: #ffffff;
    padding: 14px;
    font-size: 80px;
}

.blankDivCountBot {
    height: auto;
    background-color: #0000003b;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 2px solid white;
}

.blankDivCountBot h3 {
    color: #ffffff;
    text-align: center;
    font-size: 45px;
}

.blankTable {
    height: 487px;
    background-color: #0000003b;
    border-radius: 10px;
}

.blankDiv {
    background-color: #0000003b;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 2px solid white;
}

.blankDiv h1,h3 {
    color: #ffffff;
}

.blankDivPoli {
    background-color: #0000003b;
    border-radius: 10px;
    margin-bottom: 20px;
    height: 100px;
    padding: 14px;
    border: 2px solid white;
}

.blankDivPoli h1,h3 {
    color: #ffffff;
}

.jam {
    color: yellow;
}

#divPilihAntrian a, #divAntrianKlinik a, #divPilihDokter a, #divPembayaran a, #divAntrian a {
    text-decoration: none;
    color: #56557e;
}