.container {
    max-width: 960px;
}
.title-kartu {
    font-size: 1rem;
    font-weight: 600;
    color: #495057;
    text-align: center;
    line-height: 1.25rem;
}
.logo2 {
    margin: 10px 0 0 0;
}
.card {
    border-radius: .50rem;
    font-size: .9rem;
}
.card-body {
    padding: .5rem .5rem;
}
.table, ol {
    margin-bottom: 0;
}
.tbljadwal {
    text-align: center;
}
.tbljadwal tbody tr:last-child td, .tbljadwal tbody tr:last-child th {
    border: none;
}
.tabelhead {
    text-align: center;
}
.titikdua::before {
    content: ": ";
}
.title-section {
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px !important;
}
.title-section-kontak {
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0 !important;
}
p.nomargin {
    margin: 0!important;
}
.nomor_petunjuk {
    margin-inline-start: -10px;
}
.notejuklak {
    margin-bottom: 0;
}
a {
    text-decoration-line: none;
}
hr.garis {
    border: 1px dashed #E5E5E5;
}
footer {
    color: #495057;
}

/* Tombol Cetak */
.label-container{
    position:fixed;
    bottom:48px;
    right:105px;
    display:table;
    visibility: hidden;
}

.label-container-wa{
    position:fixed;
    bottom:118px;
    right:105px;
    display:table;
    visibility: hidden;
}

.label-text{
    color:#FFF;
    background:rgba(51,51,51,0.5);
    display:table-cell;
    vertical-align:middle;
    padding:10px;
    border-radius:3px;
}

.label-arrow{
    display:table-cell;
    vertical-align:middle;
    color:#333;
    opacity:0.5;
}

.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#06C;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    box-shadow: 2px 2px 3px #999;
}

.float-wa{
    position:fixed;
    width:60px;
    height:60px;
    bottom:20px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    box-shadow: 2px 2px 3px #999;
}

.my-float{
    font-size:24px;
    margin-top:18px;
}

a.float + div.label-container, a.float-wa + div.label-container-wa {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s ease;
}

a.float:hover + div.label-container, a.float-wa:hover + div.label-container-wa{
    visibility: visible;
    opacity: 1;
}

/* End of Tombol Cetak */

@media (min-width: 576px) {
    .logo1 {
        visibility: hidden;
        display: none;
    }
    .title-kartu {
        text-align: left;
    }
}
@media (max-width: 575.98px) {
    .logo2 {
        visibility: hidden;
        display: none;
    }
    .label-container{
        bottom:28px;
        right:80px;
    }

    .float{
        width:60px;
        height:60px;
        bottom:20px;
        right:20px;
    }

    .label-container-wa{
        bottom:98px;
        right:80px;
    }

    .float-wa{
        width:60px;
        height:60px;
        bottom:10px;
        right:20px;
    }
}
@media print {
    html, body {
        font-size: 0.7rem;
    }
    .container {
        max-width: 600px;
    }
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
            float: left;
    }
    .col-sm-12 {
            width: 100%;
    }
    .col-sm-11 {
            width: 91.66666667%;
    }
    .col-sm-10 {
            width: 83.33333333%;
    }
    .col-sm-9 {
            width: 75%;
    }
    .col-sm-8 {
            width: 66.66666667%;
    }
    .col-sm-7 {
            width: 58.33333333%;
    }
    .col-sm-6 {
            width: 50%;
    }
    .col-sm-5 {
            width: 41.66666667%;
    }
    .col-sm-4 {
            width: 33.33333333%;
    }
    .col-sm-3 {
            width: 25%;
    }
    .col-sm-2 {
            width: 16.66666667%;
    }
    .col-sm-1 {
            width: 8.33333333%;
    }

    .logo1 {
        visibility: hidden;
        display: none;
    }
    .logo2 {
        visibility: visible;
        display: block;
        margin: 0;
    }
    .title-kartu {
        text-align: left;
    }
    .title-section {
        margin-top: 0;
        margin-bottom: 0 !important;
    }
    .mbminus {
        margin-bottom: -10px !important;
    }
    .card {
        border: 1px solid rgba(0, 0, 0, .200)
    }
    .p-print {
        margin-bottom: 0 !important;
    }
    footer {
        font-size: 1rem;
        margin-top: 0;
    }
    .btn-copy, .garis-hilang, .label-container, .float, .label-container-wa, .float-wa {
        display: none;
        visibility: hidden;
    }
}
.catatan p{
margin-bottom: 0 !important;
}
.kosong {
    background:url('/assets/images/pngegg.png') no-repeat;
    color: #636b6f;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
}
ul.listdikartu {
    padding: 0 0 0 20px;
    list-style-type:circle;
    margin: auto 0 auto 0 !important;
}

ul.listdikartu li {
    text-align: left;
}

.full-height {
    height: 60vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 34px;
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}