@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap);
:root {
    --purple: #2f365f;
    --orange: #fb923c;
    --lightPurple: #5077b0;
    --darkPurple: #191e38;
}
body {
    font-family: "Poppins", sans-serif !important;
    color: var(--purple);
}
a {
    color: var(--lightPurple);
}
a:hover {
    color: var(--purple);
}
@media print {
    body {
        font-size: 14px;
    }
    table,
    table tr,
    table tr td {
        border: 1px solid #cfcfcf;
    }
    thead {
        background-color: #2f365f !important;
        color: white;
        -webkit-print-color-adjust: exact;
    }
    tfoot {
        background-color: #dadce0 !important;
        -webkit-print-color-adjust: exact;
    }
}
.color-white {
    color: white;
}
.input-group.input-group-filter .select2 {
    width: 40% !important;
}
.input-group .select2 {
    width: 362.562px !important;
}
.form-control-label {
    color: var(--lightPurple);
}
.navbar-top {
    background: white;
    height: 78px;
}
.navbar-brand {
    color: white !important;
    font-weight: bold;
}
.lima-section,
.lima-section li a {
    position: absolute !important;
    bottom: 0 !important;
}
.sidenav {
    padding-bottom: 0px;
    background: #2f365f !important;
    z-index: 1001;
}
.sidenav-header {
    background: #191e38;
}
.bg-top {
    background-image: url("../img/bg-resto.png");
    background-position: bottom;
    background-size: cover;
}
.bg-default {
    background: var(--purple) !important;
}
.bg-primary-opacity {
    background: rgba(24, 38, 77, 0.5);
}
.form-control:focus {
    border-color: var(--purple);
}
.breadcrumb {
    background: none;
    padding: 0;
}
.breadcrumb li a {
    font-weight: bold;
}
.breadcrumb ul {
    padding-left: 0px;
}
.sidenav .nav-item .nav-link:focus,
.sidenav .nav-item .nav-link:hover,
.sidenav .nav-item .nav-link.active {
    color: white;
    background: none !important;
}
.sidenav .nav-item .nav-link {
    color: #7886d7;
    font-size: 15px !important;
    padding: 1rem 1.5rem !important;
    margin-left: 0px !important;
}
.sidenav .nav-item .nav-collapse {
    padding-top: 15px;
    padding-bottom: 15px;
}
.sidenav .nav-item .nav-collapse .nav-item .nav-link {
    padding-left: 80px !important;
    /* color: rgba(24, 38, 77, 0.6); */
}
.navbar-search .input-group {
    border-radius: inherit;
}
.table thead th {
    font-size: 14px;
}
.table tfoot {
    background: var(--orange) !important;
    color: var(--purple);
}
.table tbody td {
    font-size: 15px;
}
.alert-success {
    background: var(--orange);
    border-color: var(--orange);
}
.loading {
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    display: none;
}
.loading.show {
    display: flex;
    justify-content: center;
    align-items: center;
}
.loading .info p {
    text-align: center;
    font-weight: bold !important;
}
.loading img {
    width: 100px;
    border-radius: 100%;
}
.nav-tabs li.active {
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 7px 7px 0px 0px;
}
.nav-tabs li.active a {
    color: #2f365f;
}
.nav-tabs li {
    padding: 10px 15px;
}
.nav-tabs li a {
    color: #939da8;
}
.box-menu {
    height: 500px;
    width: 100%;
    border: 2px solid #f0f3f8;
    position: relative;
    overflow: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
.box-menu .col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
.box-menu .img {
    height: 120px;
}
.box-menu .img img {
    width: 100%;
    height: 100%;
}
.sidenav.fixed-left + .main-content {
    transition: all 0.5s ease;
}
.fullpage-version {
    background: rgba(47, 54, 95, 0.5);
    padding: 10px 16px;
    border-radius: 100%;
    color: #fff;
}
.fullpage .navbar-vertical.navbar-expand-xs {
    transform: translateX(-100%);
}
.fullpage.mobile-version:not(.penjualan) .navbar-vertical.navbar-expand-xs {
    transform: translateX(0%);
}
.penjualan.mobile-version:not(.fullpage) .navbar-vertical.navbar-expand-xs {
    transform: translateX(0%);
}
@media (min-width: 1200px) {
    .fullpage .g-sidenav-pinned .sidenav.fixed-left + .main-content {
        margin-left: 0px;
    }
}
.fullpage .navbar-vertical.navbar-expand-xs.fixed-left + .main-content,
.fullpage .sidenav.fixed-left + .main-content {
    margin-left: 0px;
}
.penjualan .main-content .bg-top,
.penjualan .main-content .container-content {
}
.penjualan.waiters .main-content .bg-top,
.penjualan.waiters .main-content .container-content {
    width: 100%;
}
.penjualan .main-content .container-content {
    margin-left: 0px;
    width: 75%;
}
.mobile-version .main-content .container-content {
    width: 100% !important;
}
.penjualan.fullpage .main-content .container-content {
    width: 55%;
    margin-left: inherit;
}
.body-click {
    background: rgba(24, 38, 77, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
}
.body-click.show {
    display: block;
}
.waiters .main-content .container-content .box-penjualan {
    width: 85%;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    -moz-transform: translateX(100%);
}
.waiters .main-content .container-content .box-penjualan.show {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -o-transform: translateX(0%);
    -moz-transform: translateX(0%);
}
.waiters .main-content .container-content .box-penjualan .toggle-cart {
    display: block;
}
.mobile-version .box-penjualan {
    margin-bottom: 2rem;
}
.mobile-version .box-penjualan .relative {
    overflow-y: inherit;
}
.mobile-version .box-penjualan .sticky-bottom {
    position: relative;
    width: 100%;
}
.mobile-version .box-penjualan {
    position: relative;
    width: 100%;
}
.box-penjualan .toggle-cart {
    display: none;
    position: absolute;
    left: 0;
    color: #2f365f;
    background: #fff;
    top: 20%;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    padding: 13px;
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
    border: 2px solid #2f365f;
    border-right: none;
    border-radius: 5px 0px 0px 5px;
}
.box-penjualan {
    z-index: 10;
    width: 45%;
    height: 100%;
    position: fixed;
    background: #fff;
    right: 0;
    top: 0;
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
    transition: all.3s ease;
    -webkit-transition: all.3s ease;
    -moz-transition: all.3s ease;
    -o-transition: all.3s ease;
}
.box-penjualan .relative {
    position: relative;
    overflow-y: auto;
    height: 100%;
    width: 100%;
}
select.form-line,
input.form-line,
textarea.form-line,
.form-line .select2-container .select2-selection--single {
    border: none !important;
    border-bottom: 1px solid #dee2e6 !important;
    border-radius: 0px;
    background: none !important;
}
.form-line-check {
    position: relative;
}
.form-line-check span {
    color: #fb923c;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.form-line-check input,
.form-line-check select {
    padding-left: 30px;
    font-size: 16px;
}
.row-menu .col-md-3 {
    padding-left: 10px;
    padding-right: 10px;
}
.row-menu .menu {
    width: 100%;
    min-height: 200px;
    position: relative;
    border-radius: 7px;
    border: 1px solid #f0f3f8;
    cursor: pointer;
}
.row-menu .menu .img div {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    font-size: 14px;
    color: white;
    text-align: center;
}
.row-menu .menu .img div span.info {
    background: rgba(89, 102, 172, 0.5);
}
.row-menu .menu .img div span.item-free {
    background: #17ce67;
}
.row-menu .menu .img div span.habis {
    background: var(--orange);
}
.row-menu .menu .img div span.picked {
    background: rgba(89, 102, 172, 0.8);
}
.row-menu .menu[data-available="false"][data-pick="false"] .img div span.habis {
    display: inline-block;
}
.row-menu .menu .img div span {
    display: none;
    border-radius: 50px;
    padding: 5px 8px;
    transition: all.3s ease;
}
.row-menu
    .menu[data-pick="false"][data-available="true"]:hover
    .img
    div
    span.info,
.row-menu .menu[data-pick="true"] .img div span.picked,
.row-menu[data-isdiskonkelipatan="true"]
    [data-available="true"]:hover
    .img
    div
    span.item-free,
.row-menu[data-isdiskonkelipatan="true"]
    [data-available="true"]
    .img
    div
    span.item-free[data-pick="true"] {
    display: inline-block;
}
.row-menu .menu .img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(24, 38, 77, 0.3);
    border-radius: 7px;
}
.row-menu .menu .img {
    position: relative;
    width: 100%;
    height: 138px;
}
.row-menu .menu .img img {
    border-radius: 7px;
    width: 100%;
    height: 100%;
}
.row-menu .menu .info h4 {
    color: var(--lightPurple);
}
.row-menu .menu .info {
    padding: 10px;
}
.input-group-prepend .select2-selection.select2-selection--single {
    padding: 0.625rem 2.3rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.sticky-bottom {
    position: fixed;
    bottom: 0;
    width: 45%;
    right: 0;
    background: white;
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
}
.btn-primary {
    background: var(--lightPurple);
    border-color: var(--lightPurple);
}
.btn-rounded-left,
.sticky-bottom .btn {
    border-top-left-radius: 30px;
}
/* .box-penjualan form {
    max-height: 900px;
    overflow: auto;
} */
.change-qty {
    position: relative;
}
.change-qty button:first-child {
    left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.change-qty button:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    right: 0;
}
.change-qty button {
    position: absolute;
    top: 0;
    height: 100%;
    border: none;
    background: #ffc107;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 0px 10px;
}
.keranjang td,
.keranjang th {
    padding: 0.8rem 0.5rem !important;
    white-space: normal;
}
.form-pembayaran {
    position: fixed;
    bottom: 0;
    margin-left: 250px;
    left: 0;
    background: #fff;
    z-index: 1000;
}
.cursor-disabled {
    cursor: no-drop;
}
.user-bill {
    border: 2px solid #dddddd;
    cursor: pointer;
    position: relative;
}
.user-bill.active {
    border-color: #f2404c;
}
.user-bill h4 {
    cursor: auto;
}
.tabs-bill-option li {
    padding: 0px;
    margin: 0px;
}
.tabs-bill-option li .active {
    background: #2f365f !important;
    color: white !important;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background: #ffc107;
    color: #525f7f;
}
.removeUserBill {
    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: bold;
    font-size: 18px;
    border-left: 2px solid #2f365f;
    border-bottom: 2px solid #2f365f;
    padding: 3px 6px;
}
.modal.fade.show {
    background: rgb(23, 43, 77, 0.9);
}
.modal-backdrop.fade.show {
    display: none;
}
#user-bill-menu {
    min-height: 50px;
    height: auto;
}
#user-bill-menu .custom-checkbox {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
}
#user-bill-menu .badge {
    top: -3px;
}
#user-bill-menu .custom-checkbox.disabled label {
    text-decoration: line-through;
    cursor: no-drop;
}
#modalPembayaran {
    background: rgb(23, 43, 77, 0.9);
}
#modalPembayaran .modal-header {
    background: #ffc107;
    color: #525f7f;
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: var(--orange);
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 16px;
    position: fixed;
    z-index: 1000;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}
