.data-pasien {
    color: #333;
    padding: 15px;
    margin: 20px 0px;
    background: #dfe6e9;
}

.data-pasien li {
    padding: 10px 0px;
    border-bottom: 1px solid #d7dbdd;
}

.data-pasien a {
    text-decoration: underline;
    color: #d35400;
}

.riwayat {
    grid-template-columns: max-content 3fr;
    background: white;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 4px 15px 0px rgba(204, 204, 204, 1);
    -moz-box-shadow: 0px 4px 15px 0px rgba(204, 204, 204, 1);
    box-shadow: 0px 4px 15px 0px rgba(204, 204, 204, 1);
}

.riwayat .tanggal {
    font-weight: bold;
    font-size: 30px;
}

.riwayat .tanggal-bulan {
    padding: 30px 20px;
    border-right: 1px solid #f1f1f1;
}

.rincian-pendaftaran {
    display: grid;
    align-content: center;
}

.rincian-pendaftaran .statuskunjungan {
    text-transform: capitalize;
    font-weight: 300;
    font-size: 25px;
}

.rincian-pendaftaran .namadokter {
    font-size: 20px;
    color: #2980b9;
}

.rincian-pendaftaran .keterangansesi {
    font-weight: bold;
}

.rincian-pendaftaran .keluhan {
    padding: 20px;
    font-weight: 300;
    background: #ecf0f1;
    font-style: italic;
}

.rincian-pendaftaran .catatandokter {
    padding: 20px;
    font-weight: 300;
    background: #f7f1e3;
    font-style: italic;
}

.rincian-pendaftaran .catatandokter strong {
    font-weight: bold;
}


.icontombol a, .icontombol div {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    color: #333;
    background: #f7f7f7;
    text-shadow: 2px 2px #eeeeee;
}

.icontombol a:hover {
    box-shadow: 0px 2px 5px 0px rgba(217,217,217,0.75);
-webkit-box-shadow: 0px 2px 5px 0px rgba(217,217,217,0.75);
-moz-box-shadow: 0px 2px 5px 0px rgba(217,217,217,0.75);
}

.icontombol img {
    margin-right: 5px;
}





.rincian-pendaftaran .tombol-aksi-1 {
    padding: 10px;
}

.rincian-pendaftaran .tombol-aksi-1:hover {
    cursor: pointer;
}

.rincian-pendaftaran .hapuspendaftaran {
    background: #6F1E51;
    color: white;
}

.rincian-pendaftaran .hapuspendaftaran:hover {
    background: #833471;
    color: white;
}

.rincian-pendaftaran .lihatlog {
    background: #B53471;
    color: white;
}

.rincian-pendaftaran .lihatlog:hover {
    background: #ED4C67;
    color: white;
}

.rincian-pendaftaran .lihatlog a {
    color: white;
}

.rincian-pendaftaran .lihatpembayaran {
    background: #EA2027;
    color: white;
}

.rincian-pendaftaran .lihatpembayaran:hover {
    background: #EE5A24;
    color: white;
}

.strukpembayaran {
    display: none;
    background: #F2F1EF;
    font-size: 13px;
}

.strukpembayaran>div {
    padding: 5px 0px;
}

.item-struk-1 {
    border-bottom: 1px solid #e3e1de;
}

.item-struk-2 {
    font-weight: bold;
    text-transform: uppercase;
    color: #8E44AD;
}

.item-struk-3 {
    color: #006442;
    border-bottom: 1px solid #e3e1de;
}

.item-struk-4 {
    font-weight: bold;
    text-transform: uppercase;
    color: #8F1D21;
}

.background-riwayat-1 {
    border-left: 3px solid #d35400;
}

.background-riwayat-2 {
    border-left: 3px solid #2980b9;
}

.background-riwayat-3 {
    border-left: 3px solid #8e44ad;
}

.background-riwayat-4 {
    border-left: 3px solid #27ae60;
}

.color-riwayat-1 {
    color: #d35400;
}

.color-riwayat-2 {
    color: #2980b9;
}

.color-riwayat-3 {
    color: #8e44ad;
}

.color-riwayat-4 {
    color: #27ae60;
}

.select-container select {
    padding: 15px;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}

.select-container {
    margin-bottom: 20px;
    grid-gap: 10px;
}

.select-container select:focus {
    box-shadow: inset 3px 4px 5px #cccccc;
}

.ubah-urutan {
    display: grid;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    justify-content: center;
    align-content: center;
    background: #ECF0F1;
    border: 1px solid #d6dbdd;
}

.ubah-urutan:hover {
    cursor: pointer;
    background: #d6dbdd;
}

.ubah-urutan:first-child {
    margin-right: 20px;
}



.ubahstatuspendaftaran {
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
    background-color: #ededed;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    padding: 18px;
    cursor: pointer;
    color: black;
    font-size: 20px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
    text-align: center;
    display: inline-block;
}

.ubahstatuspendaftaran:hover {
    background: linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
    background-color: #dfdfdf;
}

.ubahstatuspendaftaran:active {
    position: relative;
    top: 1px;
}

.ubahstatuspendaftaran strong {
    color: #d35400;
}

#memintapasienmasuk {
    padding: 15px;
    display: inline-block;
    background: #CF000F;
    color: white;
    margin-top: 10px;
    font-size: 20px;
}

#memintapasienmasuk:hover {
    cursor: pointer;
    background: #F22613;
}

.memintapasienmasuk-flex {
    align-items: center;
}

.nama-pasein {
    font-weight: bold;
}

.tombol-buka-tutup-panel2 {
    display: none;
}


.panel-pendaftaran-3 {
    grid-template-columns: 1fr 1fr;
}

.sembunyikan {
    color: red;
    text-decoration: underline;
}
.sembunyikan:hover {
    cursor: pointer;
}

@media (max-width: 740px) {
    .rincian-pendaftaran .tombol-aksi-1 {
        display: block;
        text-align: center;
    }

    .select-container {
        display: grid;
    }

    .ubahstatuspendaftaran {
        display: grid;
        text-align: center;
    }

    .rincian-pendaftaran .tombol-aksi-1 {
        display: block;
    }

    .icontombol {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap : 5px;
        
    }
    .icontombol a, .icontombol div {
        font-size: 12px;
        text-align: center;
        
    }
    
}

@media (min-width: 741px) {
    .statuskunjungan-container {
        display: flex;
        align-items: baseline;
    }
    .statuskunjungan-container li {
        margin-right: 10px;
    }
    .icontombol {
        display: flex;
    }

    .icontombol a, .icontombol div {
        margin-right: 10px;
    }

    .rincian-pendaftaran .tombol-aksi-1 {
        display: inline-block;
        margin-top: 10px;
    }

    .ubahstatuspendaftaran span {
        margin-right: 10px;
    }

    .select-container {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }

}

@media (min-width: 992px) {}