/* start custom theme */
.fixed-sidebar .app-sidebar {
    height: 100%;
    min-height: 100vh;
}

.breadcrumb-item {
    cursor: pointer;
}

.app-header__logo .logo-src {
    height: 44px;
    width: 100px;
    background-size: cover;
    background-repeat: no-repeat;
}

.app-sidebar {
    width: 200px;
    min-width: 200px;
}

.app-header__logo {
    width: 200px;
}

.fixed-sidebar .app-main .app-main__outer {
    padding-left: 200px;
}

.app-sidebar .app-sidebar__inner {
    padding: 2px 1rem 1.5rem;
}

.app-logo {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    height: 50px;
    width: 150px;
    margin-bottom: 1.5rem !important;
}

.alert.alert-danger ul {
    margin-bottom: 0;
}

#billPopup .modal-lg {
    max-width: 70vw !important;
}

#billPopup .bill-content label  {
    margin-bottom: 0;
}

#billPopup .bill-content .sp_bill_number {
    color: red;
    font-weight: 600;
}

#billPopup .bill-content .sp_bill_number span {
    font-size: 1.1rem;
}

#billPopup .imgLink {
    /* overflow: hidden; */
}

#billPopup .imgLink img {
    width: 100%;
}

#bill-outside img {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 50vw;
    height: 100vh;
    object-fit: contain;
}

#bill-outside img:hover {
    transform: scale(1.5);
}
/* end custom theme */
