body {
    font-family: 'Roboto', sans-serif;
    /* background-color: #f8f9fa; */
    margin: 0;
    padding: 0;
    /* color: #0c5460; */
}

.form-check-input:focus,
.form-control:focus,
.form-select:focus {
    outline: 0;
    box-shadow: none;
}

.navbar-top {
    background-color: #17a2b8;
    /* Warna biru tua info */
    color: white;
}

.navbar-top .navbar-brand,
.navbar-top .nav-link {
    color: white !important;
}

.navbar-bottom {
    background-color: #17a2b8;
    /* Warna biru tua info */
}

.navbar-top .btn,
.navbar-bottom .btn {
    color: white !important;
    /* border: 0; */
    /* background-color: transparent; */
    /* padding: 0; */
}

.navbar-judul {
    font-size: 1.5em;
    font-weight: 500;
}

.navbar i.fa {
    display: inline-block;
    font-size: 1.7em;
}

.modal i.fa {
    margin-right: 10px
}

.spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

p {
    margin: 0;
    padding: 0;
}

.userAktif img {
    border: 1px solid whitesmoke;
    width: 30px;
    height: 30px;
}


/* main/index.php */
.konten {
    width: 600px;
}

.konten.aktif,
.konten:hover {
    cursor: pointer;
    background-color: #e9ecef;
}

.konten .cover {
    width: 70px;
    height: 94px;
    border: 1px solid #ccc;
}

.konten p.judul {
    font-size: 1.1em;
    color: #0d6efd;
}

.konten p.attr span:nth-child(odd) {
    color: #008080;
    font-size: .9em;
    font-weight: 500;
    /* padding-right: 10px; */
}

.konten p.attr span:nth-child(even) {
    margin-right: .5rem;
}

#mdlKamera .modal-body div {
    /* width: 100%; */
    /* max-width: 400px; */
    aspect-ratio: 3 / 4;
    /* border: 1px solid #ccc; */
    display: flex;
    align-items: center;
    justify-content: center;
}

#myCanvas,
#myCamera {
    width: 100%;
    height: 100%;
}

#myCamera {
    display: block;
}

#myCanvas {
    display: none;
    background-color: lightgray;
}

.popup-menu {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 8888;
    padding: 0px 0;
}

.popup-menu a {
    display: block;
    padding: 3px 10px;
    text-decoration: none;
    color: black;
    font-size: .9em;
}

.popup-menu a[href="Barcode"] {
    border-bottom: 1px solid #ccc;
}

.popup-menu a:hover {
    background-color: #f0f0f0;
}

.frame img {
    border: 1px solid #ccc;
    width: 150px;
    height: auto;
}

.frame img:hover {
    cursor: pointer;
}

#mdlManage img {
    position: relative;
    border: 1px solid #ccc;
    width: 200px;
    height: auto;
}

/* Bukuku: Menggunakan lensa pada gambar */
.lensa {
    position: absolute;
    display: none;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border: 2px solid #ccc;
    border-radius: 50%;
    pointer-events: none;
    z-index: 8888;
}

/* Bukuku: Menggunakan lensa pada gambar */
.lensa img {
    position: absolute;
    width: 900px;
    height: auto;
}


@media screen and (max-width: 1000px) {
    p {
        line-height: 20px;
    }

    #mdlManage img {
        width: 100px;
    }
}