:root {
    --primary: #0d6efd;
  }

/* login qc start */

#main-wrapper .auth-bg .auth-login a.logo-img img.img-login {
    max-width: 50%;
}
/* #main-wrapper .auth-bg .auth-login {
} */

/* login admin start */
.bg-login-admin {
    background: url(/assets/img/bg-banner-login.jpg) no-repeat;
    background-size: cover;
}
.bg-login-admin::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 30, 62, 0.6);
    filter: blur(0.2);
    -webkit-filter: blur(0.2);
}
/* login admin end */

.eye-show {
    cursor: pointer;
    top: 0px;
    bottom: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    width: 50px;
    justify-content: center;
}

.eye-show.show {
    width: 50px;
    background-color: #635bff33;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
/* login qc end */

#main-wrapper header.topbar.topbar-form {
    width: 100vw;
}

#main-wrapper .left-sidebar .brand-logo .logo-img img {
    width: 90%;
}

#main-wrapper .page-wrapper header.topbar nav.navbar div.logos-midle > img {
    max-width: 140px;
}

#main-wrapper .body {
    background: #f4f7fb;
}

div.logos-midle > img {
    max-width: 140px;
}

/* .wrap-main{
    padding-top: 110px;
} */

.wrapper-form {
    border-radius: 8px;
    padding: 16px;
    background-color: white;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.navbar-height {
    height: 80px;
}

.wrap-main {
    padding-top: 24px;
}

.dropdown-menu.show {
    top: 82px;
    width: 100%;
    left: 0;
}
.wrap-main .card-flex {
    display: flex;
    gap: 8px;
    padding: 16px;
}
.wrap-main .circle-icon-history {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
}

.title-history {
    display: flex;
    gap: 12px;
    align-items: center;
}

.icon-detail {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

/* admin quality control - manajemen barcode */
#main-wrapper .page-wrapper .body-wrapper .wrapper-wrap-body {
    background-color: #fff;
    width: 100%;
}

/* Navbar 2 */
@media (min-width: 1300px) {
    .topbar {
        width: calc(100% - 300px);
    }
}
@media (max-width: 400px) {
    .badge-role {
        display: none;
    }
}

/* Sidebar */
@media (max-width: 1300px) {
    .link-sidebar .left-sidebar {
        display: none;
    }
}

.link-sidebar .left-sidebar.show {
    display: block;
}

.btn-modal-report {
    cursor: pointer;
    border: 1px solid var(--primary);
    color: var(--primary);
    font-weight: 500;
    font-size: 16px;
    transition: all 0.5s ease;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.btn-modal-report:hover {
    background-color: var(--primary);
    color: white;
}
