@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');

body {
    background-image: url("../img/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    overflow: hidden;
}

h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 1.5em;
    color: #fff;
    line-height: 1px;
}

h3#rsud {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 3rem;
    /* text outline */
    text-shadow: 2px 2px 2px #000;
}

h3#ketersediaan {
    font-size: 2.5rem;
    /* font color */
    color: #25334e !important;
    /* text outline */
    text-shadow: 1px 1px 1px #ddd;
}

.cardHeader {
    font-family: 'Poppins', sans-serif;
    text-shadow: 1px 1px 1px #000;

    /* Background Gradient Blend */
    /* background: repeating-linear-gradient(to right, #28a4e4, #104c74); */
    
    background-color: #0093E9;
    background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
    font-size: 1.2rem;

}

.card-title {
    font-size: 1.2rem;
    color: #000;
    opacity: 0.8;
}

.nama-ruang {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
}

td {
    font-weight: bold;
}

.jmlbed {
    font-size: 1.1rem;
    color: #167bff;
}

.bedisi {
    font-size: 1.1rem;
    color: red;
}

.bedkosong {
    font-size: 1.1rem;
    color: forestgreen;
}

.card-body {
    /* gradient */
    background: repeating-linear-gradient(to right, white, whitesmoke);
}

.card-utama {
    padding: 1%;
}