.header-panel {
    font-family: "Verdana", Times, serif;
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    background: #26747e;
    width: 100%;
    border-radius: 5px;

}

.header-panel-top {
    font-family: "Verdana", Times, serif;
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    background: #26747e;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 60px;
}

.header-panel-top-2 {
    font-family: "Verdana", Times, serif;
    font-size: 35px;
    font-weight: 700;
    color: #ffffff;
    background: #26747e;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
}

.header-panel-bottom {
    font-family: "Verdana", Times, serif;
    font-size: 35px;
    font-weight: 700;
    color: #ffffff;
    background: #26747e;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
}


.no_antri {
    font-size: 90px;
    font-weight: 700;
    color: #2a9d8e;
}

.no_antri-top {
    font-size: 90px;
    font-weight: 700;
    color: #2a9d8e;
}

#no_cs {
    font-size: 80px;
    font-weight: 700;
    border-radius: 5px;
    color: #2a9d8e;
}

/* .loket {
    font-size: 33px;
    font-weight: bold;
    border-radius: 5px;
    color: #2a9d8e;
} */

/* .loket {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ffffff;
    background: #3aa695;
} */
.loket {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ffffff;
    background: #069155;
    border-radius: 5px;
    margin-top: 25px;
}

.dokter_poli {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #ffffff;
    background: #217ba2;
    border-radius: 5px;
    margin-top: 5px;
}

/* .header-panel-panggil {
    font-size: 31px;
    font-weight: bold;
    color: #2a9d8e;
} */
.header-panel-panggil-klinik {
    font-size: 60px;
    font-weight: 700;
    color: #ffffff;
    background: #069155;
    border-radius: 5px;
    /* margin-top:-20px; */
    margin-bottom: -25px;
}

.header-panel-panggil {
    font-size: 60px;
    font-weight: 700;
    color: #ffffff;
    background: #069155;
    border-radius: 5px;
    /* margin-top:-20px; */
    margin-bottom: -10px;
}



.header-panel-panggil-cs {
    font-size: 60px;
    font-weight: 700;
    color: #ffffff;
    background: #069155;
    border-radius: 5px;
    margin-top: -20px;
}

/* .header-panel-panggil-cs {
    font-size: 60px;
    font-weight: 700;    
    color: #ffac1c;
    background: #0d1321;
    border-radius: 5px;    
} */

.text-panggil {
    color: #4d02e0;
    font-weight: bold;
    text-shadow: -1px -1px 0 white,
        1px -1px 0 white,
        -1px 1px 0 white,
        1px 1px 0 white;
}

.text-shadow {
    color: #2a9d8e;
    font-weight: bold;
    text-shadow: -1px -1px 0 white,
        1px -1px 0 white,
        -1px 1px 0 white,
        1px 1px 0 white;
}

.no_antri-panggil {
    font-size: 120px;
    font-weight: 700;
    border-radius: 5px;
    color: #2a9d8e;
}

.no_antri-panggil-cs {
    font-size: 125px;
    font-weight: 700;
    border-radius: 5px;
    color: #2a9d8e;
}

.loket-panggil-klinik {
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
    background: #069155;
    border-radius: 5px;
    margin-top: -10px;

}

.loket-panggil {
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
    background: #069155;
    border-radius: 5px;
    margin-top: -10px;

    /* margin: -26px -25px; */
}

.loket-farmasi {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ffffff;
    background: #069155;
    border-radius: 5px;
}

.loket-cs {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ffffff;
    background: #069155;
    border-radius: 5px;
    /* margin-top: -20px; */
}

.blinking {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    0% {
        color: #4d02e0;
    }

    50% {
        color: white;
    }

    100% {
        color: #4d02e0;
    }
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container-list {
    width: auto;
    margin: 10px auto;
    height: 300px;
    background-color: #d64f81;
    color: white;
    overflow: hidden;
}

.container-list2 {
    width: auto;
    margin: 10px auto;
    height: 300px;
    background-color: #ffb44c;
    color: white;
    overflow: hidden;
}

ul {
    list-style: none;
    position: relative;
}

li {
    height: 100px;
    text-align: center;
}

h2 {
    font-weight: bolder;
    text-align: center;
}

h5 {
    font-weight: bolder;
    text-align: center;
}

.bg-gradient {
    background: -webkit-linear-gradient(315deg, #7cffcb 0%, #74f2ce 74%);
    background: linear-gradient(315deg, #7cffcb 0%, #74f2ce 74%);
}

.bg-flat {
    background: #011526;
}

.bg-header {
    background: #2a9d8e;
    background: -webkit-linear-gradient(to right, #5B86E5, #36D1DC);
}

.bg-header-flat {
    /* background: #2a9d8e; */
    background: -webkit-linear-gradient(315deg, #7cffcb 0%, #74f2ce 74%);
    background: linear-gradient(315deg, #7cffcb 0%, #74f2ce 74%);
}

.space-top {
    margin-top: 10px;
}

.card-body-style {
    /* border: 3px solid #011526; */
    border-radius: 5px;
}

.card-body-style-top {
    background-color: #130f40;
    background-image: linear-gradient(315deg, #130f40 0%, #000000 74%);
    border-radius: 5px;
}

/* .my-panel {
    -webkit-box-shadow: 10px 10px 5px 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: 10px 10px 5px 0 rgba(0, 0, 0, .75);
    box-shadow: 10px 10px 5px 0 rgba(0, 0, 0, .75);
} */

.bg-waktu {
    background: #8E2DE2;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #4A00E0, #8E2DE2);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.text-header {
    color: white;
    font-size: 40px;
    font-weight: bold;
}

.text-footer {
    color: white;
    font-size: 30px;
    font-weight: bold;
}

.text-biru {
    color: #4d02e0;
    font-weight: bold;
    text-shadow: -1px -1px 0 white,
        1px -1px 0 white,
        -1px 1px 0 white,
        1px 1px 0 white;
}

#waktu {
    text-shadow: -1px -1px 0 black,
        1px -1px 0 black,
        -1px 1px 0 black,
        1px 1px 0 black;
}

/*#tanggal {
    text-shadow: -1px -1px 0 black,
        1px -1px 0 black,
        -1px 1px 0 black,
        1px 1px 0 black;
}*/

.marquee {
    width: auto;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.marquee span {
    display: inline-block;
    padding-left: 100%;
    /* show the marquee just outside the paragraph */
    animation: marquee 60s linear infinite;
}

.marquee span:hover {
    animation-play-state: paused
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

/* @-webkit-keyframes caption {
    0% {
        margin-left: 120%;
    }

    100% {
        margin-left: -4200px;
    }
} */
