@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
    background: #F5F5F5;
    font-family: 'Poppins', sans-serif;
    font-family: 14px;
}

a,
a:hover {
    text-decoration: none;
}

.header-pos {
    background: #FFF;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.093);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-pos .navbar {
    background: #5D3891;
    color: white;
    font-size: 28px;
    height: 100%;
    padding: 25px 30px;
}

.header-pos nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}

.header-pos nav ul a {
    color: #9b9b9b;
    display: block;
    padding: 25px;
    font-weight: 500;
}

.header-pos nav ul a:hover {
    color: #5D3891;
}

.header-pos nav ul a i {
    color: #5D3891;
    margin-right: 10px;
}

.profile-pos {
    display: flex;
    align-items: center;
    text-align: right;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
}

.dropdowns-menu {
    position: absolute;
    bottom: -132px;
    background: #FFF;
    z-index: 99999;
    padding: 20px 0;
    border-radius: 5px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    display: none;
    left: 30px;
}

.dropdowns-menu ul {
    margin: 0;
    padding: 0;
    text-align: left;
    list-style-type: none;
    width: 200px;
}

.dropdowns-menu ul li a {
    display: block;
    padding: 8px 30px;
    color: #444;
}

.dropdowns-menu ul li a i {
    width: 30px;
}

.dropdowns-menu ul li a:hover {
    background: #5D3891;
    color: white;
}

.profile-pos img {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background: #FFF;
    padding: 3px;
    border: 4px solid #5D3891;
    margin-left: 10px;
}

.menus.compact {
    grid-template-columns: 1fr 1fr 1fr;
}

.menus.full {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.menus {
    display: grid;
    grid-gap: 20px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menus.compact li img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.menus.full li img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.menus.full li a h6 {
    font-size: 14px;
}

.menus li {
    overflow: hidden;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.menus li a {
    color: #5D3891;
}

.menus li a h5 {
    color: #F99417;
}

.menus li a .menus-body {
    padding: 18px;
}

.img-menu {
    position: relative;
}

.img-menu h5 {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #444444d6;
    color: white !important;
    padding: 10px 0;
    width: 100%;
    text-align: center;
}

.search-menu {
    position: relative;
    display: flex;
    background: #FFF;
    border-radius: 30px;
    margin-bottom: 30px;
}

.search-menu input {
    border: 1px solid #e8e8e8;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 20px;
    background: none;
    border-radius: 30px;
}

.search-menu input:focus {
    border: 1px solid #5D3891;
}

.search-menu button {
    border-radius: 50px;
    padding: 10px 0;
    width: 160px;
    border: none;
    background: #5D3891;
    color: white;
    position: absolute;
    right: 0;
    height: 100%;
}

.search-menu button:hover {
    outline: none;
    border-color: #5D389185;
    box-shadow: 0 0 0 4px #5D389151;
}

.kategori-menu {
    overflow-x: scroll;
    margin-bottom: 20px;
}

.kategori-menu::-webkit-scrollbar-track {
    display: none;
}

.kategori-menu::-webkit-scrollbar {
    display: none;
}

.kategori-menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style-type: none;
    width: 150%;
}

.kategori-menu ul li {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    background: #FFF;
    margin-right: 10px;
    border-radius: 10px;
}

.kategori-menu ul li.active,
.kategori-menu ul li:hover {
    background: #F99417;
}

.kategori-menu ul li.active a,
.kategori-menu ul li:hover a {
    color: #fff;
}

.kategori-menu ul li a {
    color: #444;
}

.kategori-menu ul li a img {
    width: 60px;
    margin-bottom: 10px;
}

table.order,
table.orders {
    width: 100%;
    background: #FFF;
    font-size: 14px;
}

table.total {
    width: 100%;
    background: #FFF;
    display: none;
}

table.orders thead tr th,
table.order thead tr th {
    padding: 10px;
    border-bottom: 1px solid #444;
}

table.orders tfoot tr th,
table.order tfoot tr th {
    padding: 10px;
    border-bottom: 1px solid #444;
}

table.order tbody tr td,
table.orders tbody tr td,
table.total tr td {
    padding: 18px 10px;
    border-bottom: 1px solid #e1e1e1;
}

table.transaksi {
    width: 100%;
    background: #FFF;
    border-radius: 5px;
    overflow: hidden;
}

table.transaksi thead tr th {
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
}

table.transaksi tbody tr td {
    padding: 15px;
    border-bottom: 1px solid #ededed;
}

table.transaksi tr:nth-child(even) {
    background-color: #f2f2f2;
}

.order-table {
    overflow-y: scroll;
    height: 250px;
    position: relative;
}

*::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

*::-webkit-scrollbar {
    width: 10px;
    height: 7px;
    background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #5d389160;
    background-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
}

.button {
    border: none;
    padding: 20px;
    border-radius: 2px;
    margin: 3px 0;
    display: inline-block;
    width: 100%;
    transition: .5s;
}

.button-sm {
    border: none;
    padding: 10px 20px!important;
    border-radius: 2px;
    display: inline-block;
}

.button-xs {
    border: none;
    padding: 5px 15px!important;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    font-size: 10px;
    width: auto;
}

.btn-utama {
    background: #5D3891;
    color: white;
}

.btn-cancel {
    background: #F99417;
    color: white;
}

.btn-cancel:hover {
    outline: none;
    border-color: #F9941785;
    box-shadow: 0 0 0 5px #F9941751;
}

.btn-utama:hover {
    outline: none;
    border-color: #5D389185;
    box-shadow: 0 0 0 5px #5D389151;
    color: white;
}

.spinner {
    display: flex;
}

.spinner button {
    background: #5D3891;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border: none;
    border-radius: 50%;
    font-size: 12px;
}

.spinner input {
    text-align: center;
    width: 30px;
    border: none;
    margin: 0 5px;
}

.spinner button:hover {
    outline: none;
    border-color: #5D389185;
    box-shadow: 0 0 0 4px #5D389151;
}

.scorllbar {
    overflow-y: scroll;
    height: 85vh;
}

.progres-add {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    color: #5D3891;
    font-size: 10px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    animation: mulShdSpin 1.3s infinite linear;
    transform: translateZ(0);
}

@keyframes mulShdSpin {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

.tombol {
    padding: 5px 8px;
    border-radius: 3px;
    font-size: 11px;
}

.success-btn {
    background: #41c5625c;
    color: #41c562;
}

.danger-btn {
    background: #ee38385c;
    color: #ee3838;
}

.warning-btn {
    background: #fab5215c;
    color: #fab521;
}

.form-login {
    position: absolute;
    width: 35%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.04);
}

.form-login input[type="text"],
.form-login input[type="password"] {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #efefef;
}

.form-login input[type="text"]:focus,
.form-login input[type="password"]:focus {
    border: 1px solid #5D3891;
    outline: none;
}

.login-group {
    margin-bottom: 15px;
}

.login-group label {
    font-weight: 700;
    color: #727272;
}

.form-login button {
    display: block;
    width: 100%;
    border: none;
    outline: none;
    background: #5D3891;
    color: white;
    padding: 15px;
    border-radius: 5px;
}

.order-input {
    width: 100%;
    padding: 13px;
    border: 1px solid #acacac;
    border-radius: 5px;
    margin: 5px 0;
    background: #ebebeb;
}

.sidebar-content {
    display: none;
}

.btn-bayar {
    display: none;
}

.btn-big {
    background: #5D3891;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 50px;
}

.btn-big:hover {
    outline: none;
    border-color: #5D389185;
    box-shadow: 0 0 0 4px #5D389151;
    color: white;
}

.border-tab {
    border-bottom: 1px dashed #ddd;
    padding: 10px 0;
}

.status {
    display: block;
    width: 100%;
    border: none;
    outline: none;
    color: white;
    padding: 15px;
    border-radius: 5px;
}

.status.status-warning {
    background: #d65a02;
    text-align: center;
}

.detail-order {
    width: 35%;
    margin: 20px auto;
    padding: 50px;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.04);
}

.list-channel {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.list-channel input {
    display: none;
}

.list-channel li label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}

.list-channel li label img {
    height: 30px;
}

.list-channel li input:checked+label {
    border: 1px solid #5D3891;
    background: #5d38911d;
}

.corner-ribbon__inner {
    /* Displayed at the top left corner */
    left: 0px;
    position: absolute;
    top: 0px;
    /* Size */
    height: 4rem;
    width: 4rem;
    /* Hide the part of its children which is displayed outside */
    overflow: hidden;
}

.corner-ribbon__ribbon {
    /* Position */
    left: 1rem;
    position: absolute;
    top: 1rem;
    /* Size */
    height: 1.5rem;
    width: 5.656rem;
    /* Displayed diagonally */
    transform: translate(-38px, -8px) rotate(-45deg);
    /* Background color */
    background-color: #d65a02;
    /* Centerize the text content */
    text-align: center;
    font-size: 12px;
    color: white;
    padding: 5px;
}

.detail-payment {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.detail-payment .va {
    padding: 15px;
    border: 1px dashed #5D3891;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    margin: 10px 0;
}

.detail-payment .va img {
    height: 30px;
}

.detail-payment small {
    font-size: 12px;
}

.sidebar-menu::before {
    content: '';
    position: fixed;
    left: -100%;
    top: 78px;
    height: 100%;
    width: 100%;
    background: #0000007d;
    z-index: -1;
    transition: .5s;
}

.sidebar-menu {
    position: fixed;
    left: -100%;
    top: 78px;
    background: #FFF;
    width: 300px;
    height: 89%;
    z-index: 9999999;
    overflow-y: scroll;
    transition: .5s;
    padding-bottom: 20px;
}

.sidebar-menu .spacebar {
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px solid #efefef;
    font-weight: 500;
    color: #5d38915c;
}

.sidebar-menu.show {
    left: 0;
}

.sidebar-menu.show::before {
    left: 300px;
}

.sidebar-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sidebar-menu ul li a {
    padding: 10px 30px;
    display: block;
    color: #5D3891;
    font-weight: 500;
}

.sidebar-menu ul li a:hover {
    background: #5D3891;
    color: white;
}

.sidebar-menu ul li a i {
    width: 40px;
}

#timer {
    display: inline-flex;
    font-weight: 600;
}

canvas {
    background: #fff;
    height: 250px;
}

.filter {
    position: relative;
    display: flex;
}

.filter-select {
    position: relative;
}

.filter a.filter-btn {
    background: #5d389131;
    display: inline-block;
    padding: 15px 20px;
    color: #5D3891;
    border-radius: 6px;
    position: relative;
}

.filter a.filter-btn i {
    font-size: 20px;
}

.filter a.filter-btn:active {
    outline: none;
    border-color: #5D389185;
    box-shadow: 0 0 0 5px #5D389151;
}

.filter a.filter-btn:hover {
    background: #5D3891;
    color: white;
}

.filter-dropdown {
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0;
    top: 54px;
    list-style-type: none;
    width: 100%;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.093);
    overflow: hidden;
    display: none;
    z-index: 999;
}

.filter-dropdown li:hover {
    background: #5D3891;
    color: white;
    cursor: pointer;
}

.filter-select:hover .filter-dropdown {
    display: block;
}

.filter-dropdown li {
    display: block;
    padding: 10px 20px;
}

.meja {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.meja input {
    display: none;
}

.meja li label {
    width: 70px;
    height: 70px;
    border-radius: 3px;
    border: 1px solid #444;
    display: flex;
    font-size: 30px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.meja li input:checked+label {
    border: 1px solid #5D3891;
    background: #5D389131;
}

.meja img {
    width: 50%;
    display: block;
    text-align: center;
}

.input-text {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px;
    transition: .5s;
}

.input-text:focus {
    border: 1px solid #5D3891;
    outline: none;
    border-color: #5D389185;
    box-shadow: 0 0 0 5px #5D389151;
}

.spinner-big {
    display: flex;
}

.spinner-big button {
    padding: 10px 20px;
    border-radius: 4px;
    border: none;
    background: #5D3891;
    color: white;
}

.spinner-big button:focus {
    border: none;
    outline: none;
    border-color: #5D389185;
    box-shadow: 0 0 0 5px #5D389151;
}

.spinner-big input {
    margin: 0 5px;
}

.form-group {
    position: relative;
}

.form-group small {
    font-size: 12px;
}

.form-group input[type='file'] {
    display: none;
}

.custom-input {
    border: 1px dashed #5D3891;
    display: block;
    text-align: center;
    padding: 15px;
    border-radius: 4px;
    color: #5D3891;
}

.custom-input i {
    color: #5D3891;
    margin-bottom: 10px;
}

footer {
    text-align: center;
    margin: 50px 0 20px 0;
}

.logo {
    height: 40px;
    margin-left: 15px;
}

.top-menu nav ul li {
    position: relative;
}

.parent-menu:hover .parent-dropdown {
    display: block;
}

.parent-dropdown {
    display: none;
}

.parent-dropdown ul {
    position: absolute;
    left: 0;
    display: block !important;
    background: #FFF;
    width: 100%;
    border-radius: 0 0 5px 5px;
    top: 75px;
    overflow: hidden;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(73, 1, 125, 0.103);
}

.parent-dropdown li a {
    display: block;
    padding: 10px 20px !important;
}

.parent-dropdown li a:hover {
    background: #5D3891;
    color: white !important;
}

.parent-dropdown li {
    border-bottom: 1px solid #eeeeee;
}

.parent-dropdown li:last-child {
    border-bottom: none;
}

.list-meja {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
    list-style-type: none;
}

.list-meja li img {
    width: 30%;
}

.list-meja li label {
    border: 1px solid #ddd;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    border-radius: 5px;
    width: 100%;
    transition: .5s;
}

.list-meja li input:checked+label {
    border: 1px solid #5D3891;
    background: #5D389131;
}

.list-meja li input {
    display: none;
    text-align: center;
}

.qrcode {
    height: 100% !important;
    text-align: center;
}

.code {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    font-size: 40px;
}

.code input {
    font-weight: 500;
}

.empty-search {
    padding: 0 !important;
    text-align: center;
    background: none !important;
    box-shadow: none !important;
}

.icon-md {
    background: #5D3891;
    padding: 8px 20px;
    font-size: 25px;
    border-radius: 3px;
    color: white;
}

.tabmenu {
    display: flex;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-bottom: 4px solid #fff;
    margin-bottom: 30px;
}

.tabmenu li {
    margin-right: 3px;
}

.tabmenu li a {
    color: #444;
}

.tabmenu li {
    display: inline-block;
    padding: 10px 20px;
    background: #FFF;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    transition: .5s;
}

.tabmenu li:hover,
.tabmenu li.active {
    background: #5D3891;
}

.tabmenu li:hover a,
.tabmenu li.active a {
    color: white;
}

.tabmenu-body {
    display: none;
}

.pic-sm {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.wallet {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.wallet input {
    display: none;
}

.wallet li label {
    position: relative;
    border: 1px solid #bebebe;
    display: block;
    border-radius: 3px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

.wallet input:checked+label {
    border: 1px solid #5D3891;
    background: #5D389131;
}

.wallet {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}

.wallet img {
    height: 25px;
}

.metode {
    display: none;
}

.end-button {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.end-button * {
    flex: 1;
}

.end-button ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
    border: 1px solid #ddd;
    border-radius: 3px 0 0 3px;
}

.end-button ul i {
    display: block;
    font-size: 28px;
}

.end-button ul li a {
    display: block;
    text-align: center;
    padding: 8px 0;
    color: #290e50;
}

.end-button ul li a:hover {
    background: #290e50;
    color: white;
}

.end-button ul li {
    border-right: 1px solid #ddd;
}

.end-button ul li:last-child {
    border-right: none;
}

.end {
    background: #5D3891;
    padding: 12px 0;
    border-radius: 0 3px 3px 0;
    text-align: center;
    font-size: 30px;
    color: white;
}

.end:hover {
    background: #290e50;
    color: white;
}

.border-dashed {
    border-bottom: 1px dashed #ddd;
}

.pos-content {
    display: none;
}

.struk-preview {
    border-radius: 5px;
    padding: 15px;
    background: #e4e4e4;
    font-size: 12px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.struk-preview .struk-body {
    background: #FFF;
    padding: 30px;
    width: 90%;
    margin: auto;
}

.struk-preview table {
    margin-top: 20px;
    margin-bottom: 10px;
    border-collapse: collapse;
    border-bottom: 1px solid #444;
}

.struk-preview table thead tr th {
    border-bottom: 1px dashed #444;
    border-top: 1px dashed #444;
    padding: 3px 0;
}

.struk-preview table tbody tr td {
    padding: 3px 0;
}

.list-struk {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.list-struk input {
    width: auto !important;
    height: auto;
    display: inline-block;
    margin: 5px;
}

.list-struk label {
    margin: 0;
    padding: 0;
}


/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 23px;
}


/* Hide default HTML checkbox */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.checkbox {
    display: none;
}

.switch_box {
    align-items: center;
    background-color: gray;
    border-radius: 500px;
    cursor: pointer;
    display: flex;
    height: 27px;
    justify-content: space-between;
    padding: 0 10px;
    position: relative;
    user-select: none;
    width: 55px;
}

.checkbox:checked~.switch_box {
    background-color: #5D3891;
}

.checkbox:not(:checked)~.switch_box {
    background-color: gray;
}

.switch__left,
.switch__right {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 9px;
}

.checkbox:checked~.switch_box .switch__left {
    visibility: hidden;
}

.checkbox:not(:checked)~.switch_box .switch__right {
    visibility: hidden;
}

.switch__circle {
    height: 30px;
    padding: 5px;
    position: absolute;
    transition: all 0.1s linear;
    width: 30px;
}

.checkbox:checked~.switch_box .switch__circle {
    left: 0;
    right: calc(100% - 20px);
}

.checkbox:not(:checked)~.switch_box .switch__circle {
    left: calc(100% - 30px);
    right: 0;
}

.switch__circle-inner {
    background-color: white;
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%;
}

.list-nontunai {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.list-nontunai img {
    height: 35px;
}

.list-nontunai p {
    font-size: 11px;
    line-height: 20px !important;
}

.chart {
    width: 50%;
    float: left;
    text-align: center;
}

.icon-big {
    font-size: 20px;
    color: red;
}

.notif {
    z-index: 999999;
    position: fixed;
    right: -100%;
    top: 20px;
    border-radius: 5px;
    overflow: hidden;
    transition: .5s;
}

.notif.show {
    right: 20px;
}

.notif-body {
    display: flex;
    align-items: center;
    padding: 15px;
}

.notif-success {
    background: #41c562;
    color: white;
    border-bottom: 3px solid #2e8b45;
}

.profile-info {
    position: relative;
}

.profile-info img.banner-img {
    height: 300px;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
}

.profile-info .info {
    margin-top: -70px;
    position: relative;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile-info .info img {
    border-radius: 50%;
    padding: 5px;
    border: 1px solid #ddd;
    background: #fff;
    width: 180px;
    height: 180px;
}

.img-success {
    width: 15%;
}

.table-order{
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #313131;
}
.table-order td{
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.table-order tr th{
    padding: 10px;
    border: 1px solid #ddd;
}
.table-order span{
    font-size: 12px;
}
.table-order .user{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.table-order .produk{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.table-order.border .produk{
    width: 40px;
    height: 40px; 
}
.table-order tr{
    border-bottom: 1px solid #ddd;
}
.list-tab{
    display: flex;
    list-style-type: none;
}
.list-tab a{
    display: block;
    padding: 5px 14px;
    border-radius: 5px;
    font-size: 13px;
    color: #222222;
    font-weight: 500;
}
.list-tab a.active{
    background: #5d389125;
    color: #5D3891;
}
.table-order.border td{
    border: 1px solid #ddd;
}
.input-group-main{
    display: flex;
    background: #FFF;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid #ddd;
}
.input-group-main input{
    padding: 6px 10px;
    border: none;
    font-size: 14px;
    width: 240px;
}
.input-group-main input:focus{
    border: none;
    outline: none;
}
.input-group-main button{
    background: #5D3891;
    border: none;
    padding: 0 15px;
    color: white;
}
.btn-badge{
    padding: 6px 10px;
    border: none;
    font-size: 14px;
    background: #5D3891;
    color: white;
    border-radius: 3px;
}
i.widget-icon{
    display:inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 24px;
    border-radius: 5px;
}
.widget-primary{
    background: #5d38913f;
    color: #5D3891;
}
.widget-danger{
    background: #e514413f;
    color: #e51441;
}
.widget-warning{
    background: #ffbe323f;
    color: #ffbe32;
}
.widget-success{
    background: #2d9a673f;
    color: #2d9a67;
}
.widget-info{
    background: #508aa53f;
    color: #508aa5;
}
.topup-number{
    width: 100%;
}
.topup-number input{
    width: 100%;
    border: none;
    font-size: 35px;
    font-weight: 500;
    padding: 10px 0;
}
.topup-number input:focus,
.topup-number input:active{
    outline: none;
}
.card-custom-header{
    background-image: linear-gradient( 135deg, #FF6FD8 10%, #3813C2 100%);
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    color: white;
    font-family: 'Roboto', sans-serif;

}
.card-custom-header h1{
    font-weight: 600;
}
.card-custom-header ul {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    list-style-type: none;
    width: 100%;
    padding: 0;
}
.card-custom-header ul li{
    padding: 10px;
    border-radius: 10px;
    background: #ffffff28;
    width: 200px;
    margin: 0 5px;
    font-size: 14px;
}
.card-custom-header ul li i{
    width: 35px;
    height: 35px;
    background: #ffffffbe;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #123597;
    margin-right: 10px;
    font-size: 18px;
}
.text-muted-white{
    color: rgba(250, 250, 250, 0.722);
}
.list-absolute,
.list-tabungan{
    list-style-type: none;
    background: #FFF;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    overflow: hidden;
    display: none;
}
.list-absolute li a,
.list-tabungan li a{
    display: block;
    padding: 5px 10px;
}
.list-absolute li,
.list-tabungan li{
    border-bottom: 1px solid #ececec;
}
.list-absolute li:last-child,
.list-tabungan li:last-child{
    border-bottom: none;
}
.list-task{
    position: relative;
    margin: 25px;
    list-style-type: none;
	padding: 0;
}
.list-task li{
    position: relative;
    padding: 0 25px;
    margin-bottom: 20px;
	font-size: 14px;
}
.list-task li::before{
    position: absolute;
    content: '';
    left: -8px;
    top: 0;
    height: 18px;
    width: 18px;
    background: #424fdd;
    border: 5px solid #ddd;
    border-radius: 50%;
}
.list-task::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    border-right: 1px dashed #9cbeff;
}
.border-middle{
    font-weight: 600;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
}
.qrcode-content{
	display: none;
}

@media only screen and (max-width:1024px) {
    .topselling img {
        width: 60px !important;
        height: 60px !important;
    }
    .end {
        font-size: 24px;
    }
    .end-button ul i {
        font-size: 20px;
    }
    .top-menu {
        display: none;
    }
    .end-button ul li a {
        padding: 8px;
    }
    .menus.full {
        grid-template-columns: 1fr 1fr;
    }
    .menus.full li img {
        width: 100%;
        height: 130px !important;
    }
    .kategori-menu ul {
        width: 330%;
        margin-top: 40px;
    }
}

@media only screen and (max-width:768px) {
    .img-success {
        width: 35%;
    }
    .wallet {
        grid-template-columns: 1fr 1fr;
    }
    .profile-pos img {
        height: 50px;
        width: 50px;
        padding: 3px;
        border: 3px solid #5D3891;
    }
    .logo {
        height: 20px;
    }
    .button {
        padding: 10px;
        font-size: 13px;
    }
    h1 {
        font-size: 20px;
    }
    canvas {
        background: #fff;
        height: 250px !important;
    }
    .topselling h4 {
        font-size: 14px;
        margin: 0;
    }
    .topselling p {
        font-size: 12px;
        margin: 0;
    }
    .detail-payment .va img {
        height: 20px;
    }
    .detail-payment h5 {
        font-size: 14px;
    }
    .detail-order {
        font-size: 13px;
    }
    .list-channel li label {
        font-size: 11px;
    }
    .list-channel li label img {
        height: 20px;
    }
    .top-menu {
        position: fixed;
        left: -100%;
        top: 78px;
        width: 80%;
        background: #FFF;
        z-index: 999;
        height: 100%;
        transition: .5s;
    }
    .top-menu.show {
        left: 0;
    }
    .top-menu nav ul {
        margin-top: 30px;
        display: block;
    }
    .top-menu nav ul li {
        margin-bottom: 20px;
    }
    .menus.compact,
    .menus.full {
        grid-template-columns: 1fr;
    }
    .menus.full li img {
        width: 100%;
        height: 200px;
    }
    .search-menu button {
        padding: 10px 0;
        width: 100px;
        height: 100%;
        font-size: 13px;
    }
    .search-menu input {
        padding: 10px 20px;
    }
    .form-login,
    .detail-order {
        width: 95%;
        padding: 25px;
    }
    .form-login input[type="text"]::placeholder,
    .form-login input[type="password"]::placeholder {
        font-size: 14px;
    }
    .login-group {
        font-size: 13px;
    }
    .kategori-menu ul li a img {
        width: 40px;
    }
    .kategori-menu ul {
        width: 300%;
        margin-top: 40px;
    }
    .kategori-menu ul li {
        width: 100px;
        height: 100px;
        font-size: 12px;
    }
    table {
        font-size: 12px;
    }
    .btn-big {
        font-size: 10px;
    }
    span {
        font-size: 12px;
    }
    .filter-btn {
        font-size: 12px;
    }
    .filter a.filter-btn i {
        font-size: 12px;
    }
    .filter-select {
        display: block;
    }
    .filter a.filter-btn {
        padding: 10px;
    }
    .filter-dropdown {
        top: 37px;
    }
    .tabmenu {
        margin-bottom: 0;
        width: 250%;
    }
    .tabmenu-main {
        overflow-x: scroll;
    }
    .tabmenu li {
        font-size: 12px;
    }
    .profile-info .info {
        display: block;
        text-align: center;
        margin-top: -100px;
    }
    .profile-info img.banner-img {
        height: 200px;
    }
    .profile-info .info .mt-5 {
        margin-top: 20px !important;
    }
    .profile-info .info h3 {
        margin: 0;
    }
	.card-custom-header  h1{
		font-size: 30px;
	}
	.card-custom-header ul{
		display: block;
	}
	.card-custom-header ul li{
		width: 100%;
		margin-bottom: 10px;
		text-align: left;
	}
	.card-custom-header ul li h6{
		font-size: 24px;
	}
}
.table-default tr th{
	background: #dcdcdc;
}
.table-default tr:nth-child(even) {
	background-color: #f2f2f2;
 }
 .dataTables_info,
 .dataTables_paginate{
	font-size: 14px;
 }
.grid-menu{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
