@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

html, body {
    height: 100%;
    margin: 0; /* Remove default margin */
    padding: 0; /* Remove default padding */
    font-family: 'Rubik', sans-serif;
}

/* Light mode styles */
[data-bs-theme="light"] {
    --background-color: rgb(47, 73, 88);
    --bg-color-cashier: rgb(47, 73, 88);
    --sidebar-active: rgb(33, 55, 66);
    --text-color: #ffffff;
    --cashier-bg-color: #ffffff;
    --cashier-bg-gradient: #dbe6f5;
    --cashier-color: #181823;
    --table-thead: #387adf;
    --table-striped: #EEF6F9;
    --border-bottom-table: #ddd;
    --login-bg: #ffffff;
    --button-try: #54B789;
    --button-try-red: #dc3545;
    --button-try-hover: #70d1a4;
    --button-try-red-hover: #eb4959;
    --sandbox-bg-color: #01B5DA;
    --sandbox-hover-bg-color: #02acce;
    --card-login-bg-color: #F2F3F3;
    --card-login-border-color: #E8E2E2;
    --home-bg-gradiend-1: #87b2ec;
    --home-bg-gradiend-2: #EEEEEE;
    --home-color: #3a3a3a;
    --button-bg-color: #0d6efd;
    --bg-qty-req: #EEEEEE;
    --invoice-color: #02acce;
}

/* Dark mode styles */
[data-bs-theme="dark"] {
    --background-color: #EEEEEE;
    --bg-color-cashier: #23374D;
    --sidebar-active: #2d445e;
    --text-color: #222831;
    --cashier-bg-color: #1f2327;
    --cashier-bg-gradient: #2c3035;
    --cashier-color: #EEEEEE;
    --table-thead: #FBA834;
    --table-striped: #31363F;
    --border-bottom-table: #31363F;
    --login-bg: rgb(47, 73, 88);
    --button-try-red: #dc3545;
    --button-try-hover: #70d1a4;
    --button-try-red-hover: #eb4959;
    --button-try: #62A388;
    --sandbox-bg-color: #4F98CA;
    --sandbox-hover-bg-color: #4f99cae5;
    --card-login-bg-color: #272a2e;
    --card-login-border-color: #2e3135;
    --home-bg-gradiend-1: #62676d;
    --home-bg-gradiend-2: #272a2e;
    --home-color: #ffffff;
    --button-bg-color: #604CC3;
    --bg-qty-req: #212529;
    --invoice-color: #735fd8;
}

[data-bs-theme="light"] .logo img {
    content: url('../Logo\ Softcomp\ -\ RGB-01.png');
}

[data-bs-theme="dark"] .logo img {
    content: url('../Logo\ Softcomp\ -\ RGB\ White-01.png');
}

[data-bs-theme="light"] .logo-home img {
    content: url('../Logo\ Softcomp\ -\ RGB-01.png');
}

[data-bs-theme="dark"] .logo-home img {
    content: url('../Logo\ Softcomp\ -\ RGB\ White-01.png');
}

body {
    background-color: var(--cashier-bg-color) !important;
    color: #ffffff !important;
    font-family: 'Rubik', sans-serif !important;
}

.del{
    color: var(--cashier-color);
}
.app-cashier{
    background-color: var(--bg-color-cashier);
}

.top-content-input{
    display: flex;
    justify-content: space-between;
}

.invoice-color{
    background-color: var(--invoice-color);
    color: var(--cashier-color);
}

.custom-button1{
    background: var(--button-bg-color);
    color: #ffffff;
    border: none;
    padding-inline: 1rem;
    padding-block: .3rem;
    border-radius: 7px;
    text-decoration: none;
    -webkit-transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
}

.custom-button1:hover {
    box-shadow: 0 0 10px 0 var(--button-bg-color) inset, 0 0 10px 1px var(--button-bg-color);
}

#custom-button2{
    background: #C40B13;
    color: #ffffff;
    border: none;
    padding-inline: 1rem;
    padding-block: .3rem;
    border-radius: 7px;
    -webkit-transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
}

#custom-button2:hover {
    box-shadow: 0 0 40px 40px #1212252f inset;
}

.third {
    border-color: #3498db;
    color: #fff;
    box-shadow: 0 0 40px 40px #3498db inset, 0 0 0 0 #3498db;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
  }
  .third:hover {
    box-shadow: 0 0 10px 0 #3498db inset, 0 0 10px 4px #3498db;
  }
  #custom-button1 {
    background: var(--button-bg-color);
    color: #ffffff;
    border: none;
    padding-inline: 1rem;
    padding-block: .3rem;
    border-radius: 7px;
    text-decoration: none;
}

#custom-button1:hover {
    box-shadow: 0 0 10px 0 var(--button-bg-color) inset, 0 0 10px 1px var(--button-bg-color);
}

#custom-button1:disabled {
    background: #cccccc;
    color: #666666;
    cursor: not-allowed;
    box-shadow: none;
}

.button-custom-danger {
    background: #dc3545;
    color: #ffffff;
    border: none;
    padding-inline: 1rem;
    padding-block: .3rem;
    border-radius: 7px;
    text-decoration: none;
}

.button-custom-danger:hover {
    box-shadow: 0 0 10px 0 #ee4152 inset, 0 0 10px 1px #ee4152;
}

.button-custom-danger:disabled {
    background: #cccccc;
    color: #666666;
    cursor: not-allowed;
    box-shadow: none;
}

.button-custom-success {
    background: #198754;
    color: #ffffff;
    border: none;
    padding-inline: 1rem;
    padding-block: .3rem;
    border-radius: 7px;
    text-decoration: none;
}

.button-custom-success:hover {
    box-shadow: 0 0 10px 0 #1d9b60 inset, 0 0 10px 1px #1d9b60;
}

.button-custom-success:disabled {
    background: #cccccc;
    color: #666666;
    cursor: not-allowed;
    box-shadow: none;
}

.button-custom-info {
    background: #a59433;
    color: #ffffff;
    border: none;
    padding-inline: 1rem;
    padding-block: .3rem;
    border-radius: 7px;
    text-decoration: none;
}

.button-custom-info:hover {
    box-shadow: 0 0 10px 0 #a59433 inset, 0 0 10px 1px #a59433;
}

.button-custom-info:disabled {
    background: #cccccc;
    color: #666666;
    cursor: not-allowed;
    box-shadow: none;
}

.button-custom-secondary {
    background: #6c757d;
    color: #ffffff;
    border: none;
    padding-inline: 1rem;
    padding-block: .3rem;
    border-radius: 7px;
    text-decoration: none;
}

.button-custom-secondary:hover {
    box-shadow: 0 0 10px 0 #656e75 inset, 0 0 10px 1px #656e75;
}

.button-custom-secondary:disabled {
    background: #cccccc;
    color: #666666;
    cursor: not-allowed;
    box-shadow: none;
}

.button-custom-primary:hover {
    box-shadow: 0 0 10px 0 #0d6efd inset, 0 0 10px 1px #0d6efd;
}

.button-custom-primary {
    background: #0d6efd;
    color: #ffffff;
    border: none;
    padding-inline: 1rem;
    padding-block: .3rem;
    border-radius: 7px;
    text-decoration: none;
}

.button-custom-primary:disabled {
    background: #cccccc;
    color: #666666;
    cursor: not-allowed;
    box-shadow: none;
}

.bg-home{
    /* background-image: linear-gradient(#eef2f3, #272a2e); */
    background: radial-gradient(circle, var(--cashier-color) 1%, transparent 5%),
                radial-gradient(circle, var(--cashier-color) 1%, transparent 3%);
    background-size: 30px 30px; /* Ukuran polkadot */
    background-position: 0 0, 15px 15px;
}

.custom-bg {
    background: linear-gradient(to top right, var(--home-bg-gradiend-2), var(--home-bg-gradiend-1));
}

.custom-bg-item {
    background: linear-gradient(70deg, var(--cashier-bg-color), var(--cashier-bg-gradient));
}

.home-text{
    font-size: 17px;
    color: var(--home-color);
}

.home-text1{
    font-size: 17px;
    color: var(--home-color);
}

.bg-card-welcome{
    width: 4rem;
    height: 4rem;
    padding: 1rem;
    border-radius: 50%;
}

#icon-color-home{
    color: var(--home-color);
}

.login-card{
    background: linear-gradient(to top right, var(--home-bg-gradiend-1), var(--home-bg-gradiend-2), var(--home-bg-gradiend-1));
   border-radius: 1rem;
   border: 1px solid var(--card-login-border-color);
}

.login-text{
   color: var(--cashier-color);
}

.modal{
    backdrop-filter: blur(5px);
}

@keyframes smoothBounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-8px);
    }
    60% {
        transform: translateY(-1px);
    }
}

.button-try {
    background-color: #54b789ce;
    padding: .6rem 1rem;
    margin-top: 0.5rem;
    margin-bottom: .2rem;
    border: none;
    border-radius: 1rem;
    font-size: x-large;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-image: linear-gradient(7deg, var(--button-try) 50%, transparent 50%);
    background-size: 500%;
    background-repeat: no-repeat;
    background-position: 0%;
    transition: background-position 300ms ease-in-out, color 300ms ease-in-out, transform 300ms ease-in-out;
}

.button-try-red {
    background-color: #dc3545;
    padding: .6rem 1rem;
    margin-top: 0.5rem;
    margin-bottom: .2rem;
    border: none;
    border-radius: 1rem;
    font-size: x-large;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-image: linear-gradient(7deg, var(--button-try-red) 50%, transparent 50%);
    background-size: 500%;
    background-repeat: no-repeat;
    background-position: 0%;
    transition: background-position 300ms ease-in-out, color 300ms ease-in-out, transform 300ms ease-in-out;
}

.button-try:hover {
    background-position: 100%;
    color: #000000;
    animation: smoothBounce 0.9s ease;
}

.button-try-red:hover {
    background-position: 100%;
    color: #000000;
    animation: smoothBounce 0.9s ease;
}

.img-1{
    width: 45px; 
    height: auto;
}

.img-2{
    width: 24px; 
    height: auto;
}

.button-try svg {
    fill: #fff; /* Warna ikon pada tombol */
}

.button-try h6 {
    margin: 0; /* Hapus margin bawaan */
    padding: 3px; /* Padding judul */
    border: 2px solid #F6E9B2; /* Border judul */
    border-radius: 5px; /* Bentuk sudut judul */
    color: #F6E9B2; /* Warna teks judul */
    font-weight: bold; /* Tebal teks judul */
    transition: color 0.3s, border-color 0.3s; /* Efek transisi halus */
}

.button-try:hover h6 {
    color: #60c395; /* Warna teks judul saat dihover */
    border-color: #60c395; /* Warna border judul saat dihover */
}

.button-try-red:hover h6 {
    color: #dc3545; /* Warna teks judul saat dihover */
    border-color: #dc3545; /* Warna border judul saat dihover */
}

.head-cashier{
    display: flex;
    justify-content: space-between;
    padding-right: 0.7rem;
    padding-left: 0.7rem;
}

.logo img{
    height: 50px;
    width: 130px;
}

.logo-home img{
    height: 64px;
    width: 170px;
}

#cashier{
    background-color: var(--cashier-bg-color);
    color: var(--cashier-color);
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    padding: 2.5rem 6.4rem;
    overflow-y: auto;
    width: 95%;
    height: 100vh;
}

.sidebar {
    display: flex;
    flex-direction: column;
    width: 5%; /* Set the sidebar to take approximately 10% of the width */
    min-width: 60px; /* Ensure a minimum width for smaller screens */
    max-width: 80px;
    align-items: center;
    justify-content: space-around;
    gap: 10rem;
    height: 100vh;
}

.sidebar .nav-link.active {
    background-color: var(--sidebar-active);
    border-radius: .4rem;
    padding: 5px 15px;
}

.sidebar-icon{
    margin: 18px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.sidebar-icon a {
    transition: transform 0.3s ease, color 0.3s ease; /* Efek transisi halus */
}

.sidebar-icon a:hover {
    transform: scale(1.1); /* Perbesar ikon saat dihover */
}

.sidebar-icon a:hover svg {
    /* stroke: #F9B572; Ubah warna stroke ikon saat dihover */
}

.sidebar-icon img{
    width: 21px;
    height: auto;
}

.clock1 {
    display: flex;
    justify-content: flex-start;
    gap: 7rem;
    align-items: center;
}

.kode-produk{
    flex-direction: column;
}

.plus-button{
    margin-left: -20.5rem;
    margin-top: 10px;
}

#realTimeClock{
    font-size: x-large;
}

.ini {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.body-cashier-2{
    display: flex;
    gap: 7.5rem;    
    margin-top: 1rem;
}

.body-charsier-3{
    padding-top: 5rem;
}

.my-table {
    width: 100%;
    border-collapse: collapse;
    /* margin-bottom: 5rem; */
    font-weight: normal;
    font-size: medium;
}

.my-table thead {
    background-color: var(--table-thead);
    color: var(--text-color);
    position: sticky;
    top: 0;
    z-index: 1;
    font-size: medium;
}

.my-table th, .my-table td {
    text-align: left;
    border-bottom: none;
    font-size: 15px;
}

.my-table td, .my-table th {
    padding: 4px;
    text-align: left;
}

.my-table tr:nth-child(even) {
    background-color: var(--table-striped); /* Atur warna latar belakang untuk baris genap */
}

.input-group-text {
    background-color: white;
    border-left: none;
}

.form-control {
    border-right: none;
}

.form-control:focus {
    box-shadow: none;
}

#searchMemberInput {
    font-size: 16px; 
    border-radius: 1rem;
    background-color: var(--cashier-bg-color);
}

#searchMemberInput::placeholder {
    color: #999999; 
    opacity: 1; 
    font-size: medium;
}

#searchInput{
    font-size: 16px;
    border-radius: 1rem;
    background-color: var(--cashier-bg-color);
}

#searchInput::placeholder {
    color: #999999; 
    opacity: 1; 
    font-size: medium;
}

.compare-so{
    font-size: x-large; 
    font-weight: bold
}

.sandbox {
    background: var(--sandbox-bg-color);
    color: white;
    border-radius: 1rem;
    padding-block: 0.5rem;
    padding-inline: 1rem;
    font-size: medium;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.sandbox:hover {
    background-color: var(--sandbox-hover-bg-color);
    transform: scale(1.05);
}


#sales_employee{
    font-size: 16px;
    border-radius: 1rem;
    height: 50px;
    background-color: var(--cashier-bg-color);
    /* width: 300px; */
}

#sales_employee::placeholder {
    color: #999999; 
    opacity: 1; 
    font-size: large;
}

#logs{
    font-size: x-large;
    font-weight: bolder;
}

/* item */
#soType, #compareDate, #importFile{
    border-radius: 2rem;
}

.credit-card{
    height: 50px;
    width: 130px;
}

.sub-total{
    font-size: 3.3rem;
    font-weight: 500;
}

.qty-grup{
    display: flex;
    gap: 6rem;
    justify-content: end;
}

.qty-sub{
    font-size: larger; 
}

.qty-sub-2{
    font-size: larger; 
}

.head-cashier1{
    font-size: 28px;
    color: var(--cashier-color);
    text-decoration: none;
}

.head-table{
    overflow-y: auto; 
    height: 240px; 
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

.head-table-no-suggestion{
    overflow-y: auto; 
    height: 450px; 
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

.suggestion{
    font-weight: 500;
}

.suggestion-card{
    padding: 16px;
}

.cancel-plus-button{
    margin-top: 10px; 
    margin-left: -10.5rem;
}

#my-table-logs{
    height: 650px;
    overflow-y: auto;
    border-radius: 1rem;
}

.font-salesEmp{
    font-size: large;
}

.opname{
    width: 1485px;
}

.opname-input{
    width: 1250px;
}

.shortcut{
    color: #007bff; 
    border: 1px solid #007bff; 
    border-radius: 5px; 
    margin-top: .2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: .5rem;
    width: 25px;
    height: 25px;
    font-size: small;
}

.table-member-tablet{
    overflow-y: auto; 
    height: 555px;
}

.breadcrumb-opname{
    padding-bottom: 50px;
}

.breadcrumb-salesemp{
    margin-top: 2rem;
    padding-bottom: 2rem;
}

.breadcrumb-it-in{
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.sync-data-member{
    margin-top: .3rem;
}
/* 
.table-it-in{
    height: 570px;
}

.table-it-in-detail{
    height: 490px;
}

.table-item{
    height: 450px;
} */

.icon-panahBawah{
    margin-top: -1.9rem; 
    margin-left: 12rem; 
}

.title-page{
    font-size: 35px;
}

.user-name{
    font-size: 12px;
}

.wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  
  .add-to-cart {
    min-width: 70px;
    min-height: 25px;
    display: inline-flex;
    font-size: small;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    color: #313133;
    background: #4FD1C5;
    border: none;
    border-radius: 1000px;
    box-shadow: 3px 3px 6px rgba(79,209,197,.64);
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 10px;
    }
  
  .add-to-cart::before {
    content: '';
    box-shadow: 0 0 60px rgba(0,255,203,.64);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease-in-out 0s;
  }
  
  .add-to-cart:hover, 
  .add-to-cart:focus {
    color: #313133;
    transform: translateY(-6px);
    background-color: rgba(129,230,217,1);
  }
  
  .add-to-cart:hover::before, 
  .add-to-cart:focus::before {
    opacity: 1;
  }
  
  .add-to-cart::after {
    content: '';
    width: 30px; height: 30px;
    border-radius: 100%;
    border: 1px solid #00FFCB;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 1.5s infinite;
  }
  
  .add-to-cart:hover::after, 
  .add-to-cart:focus::after {
    animation: none;
    display: none;
  }
  
  @keyframes ring {
    0% {
      width: 30px;
      height: 30px;
      opacity: 1;
    }
    100% {
      width: 100px;
      height: 100px;
      opacity: 0;
    }
  }

.dropdown-up {
    position: absolute;
    bottom: 100%; /* Atur posisi dropdown agar muncul di atas elemen pemicu */
    left: 0; /* Sesuaikan dengan kebutuhan, bisa menggunakan right: 0 untuk mengatur posisi ke kanan */
    z-index: 1000; /* Pastikan dropdown terlihat di atas elemen lainnya */
}

.payment-button {
    display: flex; 
    justify-content: flex-end;
}

.container-head-cashier {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 1rem;
}
.left-section {
    display: flex;
    gap: 4rem;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; /* Allow wrapping for small screens */
}
.text-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.logo {
    margin-right: -13.5px;
    flex-shrink: 0;
}

#bg-qty-req{
    background: var(--bg-qty-req);
    width: 50px;
    text-align: center;
}

.nav-tab-style{
    font-size: large;
    font-weight: 500;
    margin-top: 2rem;
}

.quantity-input {
    width: 50px;
    height: 30px; 
    font-size: 12px; 
    padding: 2px; 
    background-color: transparent; 
    text-align: center;
    margin-left: 8px;
    border: 1px solid #cccccc8f;
    border-radius: .5rem;
}

.quantity-input:disabled {
    border: 0;
}

@media (-webkit-min-device-pixel-ratio: 1.25) {
    body {
        font-size: 10%; 
    }
    .quantity-input {
        width: 40px;
        height: 20px; 
        font-size: 10px; 
        padding: 2px; 
    }
    .shortcut{
        width: 21px;
        height: 21px;
    }
    .container-head-cashier {
        padding-bottom: 1px;
    }
    #cashier {
        padding: 2rem 3.5rem;
    }
    .custom-button1{
        padding-inline: .7rem;
        padding-block: .2rem;
        font-size: small;
    }
    .custom-button2{
        padding-inline: .7rem;
        padding-block: .2rem;
        font-size: small;
    }
    #custom-button1{
        padding-inline: .7rem;
        padding-block: .2rem;
        font-size: small;
    }
    #realTimeClock{
        font-size: large;
    }

    #searchMemberInput {
        font-size: 13px; /* Atur ukuran font jika diperlukan */
        border-radius: 1rem;
    }
    
    #searchMemberInput::placeholder {
        color: #999999; 
        opacity: 1; 
        font-size: small;
    }
    
    #searchInput{
        font-size: 13px; /* Atur ukuran font jika diperlukan */
        border-radius: 1rem;
    }
    
    #searchInput::placeholder {
        color: #999999; 
        opacity: 1; 
        font-size: small;
    }
    .title-page{
        font-size: 28px;
    }

    .add-to-cart{
        font-size: small;
        padding: 0.2rem 0.5rem;
    }

    .my-table th {
        font-size: small;
    }

    .my-table td{
        font-size: small;
    }

    .button-try {
        font-size: x-large;
        padding: 5px 17px;
        margin-top: 2rem;
    }

    .button-try-red {
        font-size: x-large;
        padding: 5px 17px;
        margin-top: 2rem;
    }


    .sidebar-icon{
        margin: 12px;
    }

    .sidebar-icon img{
        width: 21px;
        height: auto;
    }

    .clock1 {
        gap: 2rem;
    }

    .body-cashier-2 {
        flex-direction: column;
        gap: 2rem;
    }
    .sub-total{
        font-size: 2.5rem;
    }

    .qty-sub{
        padding-left: 1rem; 
        padding-right: 1rem; 
    }
    .icon-panahBawah{
        margin-top: -1.9rem; 
        margin-left: 9.7rem; 
    }

    .head-cashier1{
        font-size: 20px;
    }

    .head-table{
        height: 104px;
    }

    .head-table-no-suggestion{
        height: 360px; 
    }

    .head-table th{
        font-size: small;
    }

    .suggestion{
        font-size: small;
        font-weight: normal;
    }

    .suggestion-card{
        padding: 10px;
    }

    .font-salesEmp{
        font-size: small;
    }
    .cancel-plus-button{
        margin-top: 6px; 
        margin-left: -5.7rem;
    }
    .kode-produk{
        margin-left: -2rem;
    }
    .plus-button{
        margin-left: -7.4rem;
        margin-top: 7px;
    }
    #my-table-logs{
        height: 440px;
    }
    /* .table-report{
        height: 100px;
    } */
    .body-charsier-3{
        padding-top: 1.5rem;
    }
    .sync-data-sap{
        margin-top: -5rem;
    }
    .opname{
        width: 1070px;
    }
    .opname-input{
        width: 1050px;
    }
    .table-member-tablet{
        height: 400px;
    }
    .breadcrumb-opname{
        margin-top: -3rem;
        margin-bottom: 5rem;
        padding-bottom: 1px;
    }
    .table-opname-result{
        height: 410px;
    }
    .breadcrumb-salesemp{
        padding-bottom: 10px;
    }
    .table-salesemp{
        height: 490px;
    }
    .table-it-in{
        height: 380px;
    }
    .table-it-in-detail{
        height: 270px;
    }
    .table-item{
        height: 310px;
    }
    .sync-data-member{
        /* margin-top: 2.7rem; */
    }
    .sandbox{
        font-size: 15px;
        padding-block: 4px;
    }
    #sales_employee{
        font-size: 16px; 
        border-radius: 1rem;
        height: 40px;
    }
    #sales_employee::placeholder {
        color: #999999; 
        opacity: 1; 
        font-size: medium;
    }
}

@media (min-width: 1900px) and (max-width: 1920px) {
    .my-table td, .my-table th {
        padding: 8px;
        text-align: left;
    }
}

@media (min-width: 1540px) and (max-width: 1601px) {
    #cashier{
        padding: 2rem 4rem;
    }
    .quantity-input {
        width: 40px;
        height: 20px; 
        font-size: 10px; 
        padding: 2px; 
    }
    .body-charsier-3{
        padding-top: 1.7rem;
    }
    .button-try{
        padding: 5px 17px;
        margin-top: 1rem;
        font-size: 1.5rem;
        font-weight: 450;
    }

    .button-try-red{
        padding: 5px 17px;
        margin-top: 1rem;
        font-size: 1.5rem;
        font-weight: 450;
    }
    .sidebar{
        width: 6.4rem;
    }

    .sidebar-icon{
        margin: 14px;
    }

    .sidebar-icon img{
        width: 21px;
        height: auto;
    }
    .sub-total{
        font-size: 2.4rem;
        font-weight: 450;
    }
    .custom-button1{
        font-size: small;
    }
    .custom-button2{
        font-size: small;
    }
    #custom-button1{
        font-size: small;
    }
    .left-section{
    }
    .head-cashier1{
        font-size: 20px;
    }
    #realTimeClock{
        font-size: 20px;
    }
    .head-table{
        height: 200px; 
    }
    
    .head-table-no-suggestion{
        height: 380px; 
    }
    
    .suggestion{
        font-weight: 500;
    }
    
    .suggestion-card{
        padding: 16px;
    }
    .sync-data-member{
        margin-top: .2rem;
    }
    .compare-so{
        font-size: 1.3rem; 
    }
    .font-salesEmp{
        font-size: medium;
    }
    .my-table {
        width: 100%;
        border-collapse: collapse;
        /* margin-bottom: 5rem; */
        font-weight: normal;
        font-size: medium;
    }
    
    .my-table thead {
        background-color: var(--table-thead);
        color: var(--text-color);
        position: sticky;
        top: 0;
        z-index: 1;
        font-size: medium;
    }
    
    .my-table th, .my-table td {
        text-align: left;
        border-bottom: 1px solid var(--border-bottom-table);
        font-size: 14px;
    }
    
    .my-table td, .my-table th {
        text-align: left;
    }
    
    .my-table tr:nth-child(even) {
        background-color: var(--table-striped); /* Atur warna latar belakang untuk baris genap */
    }
    .table-item{
        height: 370px;
    }
    #my-table-logs{
        height: 510px;
    }
    .table-it-in{
        height: 420px;
    }
    .table-it-in-detail{
        height: 350px;
    }
    .title-page{
        font-size: 30px;
    }
    .opname{
        width: 1200px;
    }
    
    .opname-input{
        width: 1250px;
    }
    .breadcrumb-opname{
        font-size: medium;
    }
    
    .breadcrumb-salesemp{
        font-size: medium;
    }
    
    .breadcrumb-it-in{
        font-size: medium;
    }
}

/* Yang belum: 1441 - 1539 */
/* @media (min-width: 1441px) and (max-width: 1539px) {
    #cashier{
        padding: 2rem 4rem;
        overflow-y: auto;
        height: 772px;
        width: calc(105vw - 10.8rem);
        max-width: calc(108vw - 12.8rem); 
    }
    .button-try{
        padding: 10px 20px;
        margin-top: 1rem;
        margin-bottom: 2.2rem;
        border: 5px;
        border-radius: 8px;
        font-size: 2rem;
        font-weight: 450;
    }
    .sidebar{
        width: 6.4rem;
    }

    .sidebar-icon{
        margin: 14px;
    }

    .sidebar-icon img{
        width: 21px;
        height: auto;
    }
    .sub-total{
        font-size: 2.4rem;
        font-weight: 450;
    }
    .custom-button1{
        font-size: small;
    }
    
    #custom-button1{
        font-size: small;
    }
    .left-section{
    }
    .head-cashier1{
        font-size: 20px;
    }
    #realTimeClock{
        font-size: 20px;
    }
    .head-table{
        height: 200px; 
    }
    
    .head-table-no-suggestion{
        overflow-y: auto; 
        height: 340px; 
        border-radius: 1rem
    }
    
    .suggestion{
        font-weight: 500;
    }
    
    .suggestion-card{
        padding: 16px;
    }
    .sync-data-member{
        margin-top: .2rem;
    }
    .compare-so{
        font-size: 1.3rem; 
    }
    .font-salesEmp{
        font-size: medium;
    }
    .my-table {
        width: 100%;
        border-collapse: collapse;
        font-weight: normal;
        font-size: medium;
    }
    
    .my-table thead {
        background-color: var(--table-thead);
        color: var(--text-color);
        position: sticky;
        top: 0;
        z-index: 1;
        font-size: medium;
    }
    
    .my-table th, .my-table td {
        padding: 8px;
        text-align: left;
        border-bottom: 1px solid var(--border-bottom-table);
        font-size: 14px;
    }
    
    .my-table td, .my-table th {
        padding: 8px;
        text-align: left;
    }
    
    .my-table tr:nth-child(even) {
        background-color: var(--table-striped);
    }
    .title-page{
        font-size: 30px;
    }
    .opname{
        width: 1200px;
    }
    
    .opname-input{
        width: 1250px;
    }
    .breadcrumb-opname{
        font-size: medium;
    }
    
    .breadcrumb-salesemp{
        font-size: medium;
    }
    
    .breadcrumb-it-in{
        font-size: medium;
    }
} */


@media (min-width: 1441px) and (max-width: 1539px) {
    .sub-total{
        font-size: 2.4rem;
        font-weight: 450;
    }
}

@media (min-width: 1367px) and (max-width: 1440px) {
    #cashier{
        padding: 2rem 4rem;
    }
    .quantity-input {
        width: 40px;
        height: 20px; 
        font-size: 10px; 
        padding: 2px; 
    }
    .body-charsier-3{
        padding-top: 1.9rem;
    }
    .button-try{
        padding: 10px 20px;
        margin-top: 1rem;
        margin-bottom: 2.2rem;
        font-size: 2rem;
        font-weight: 450;
    }
    .button-try-red{
        padding: 10px 20px;
        margin-top: 1rem;
        margin-bottom: 2.2rem;
        font-size: 2rem;
        font-weight: 450;
    }
    .sidebar{
        width: 6.4rem;
    }

    .sidebar-icon{
        margin: 14px;
    }

    .sidebar-icon img{
        width: 21px;
        height: auto;
    }
    .sub-total{
        font-size: 2.4rem;
        font-weight: 450;
    }
    .custom-button1{
        font-size: small;
    }
    .custom-button2{
        font-size: small;
    }
    #custom-button1{
        font-size: small;
    }
    .head-cashier1{
        font-size: 20px;
    }
    #realTimeClock{
        font-size: 20px;
    }
    .head-table{
        height: 200px; 
    }
    
    .head-table-no-suggestion{
        height: 380px; 
    }
    
    .suggestion{
        font-weight: 500;
    }
    
    .suggestion-card{
        padding: 16px;
    }
    .sync-data-member{
        margin-top: .2rem;
    }
    .compare-so{
        font-size: 1.3rem; 
    }
    .font-salesEmp{
        font-size: medium;
    }
    .table-it-in{
        height: 450px;
    }
    .table-item{
        height: 380px;
    }
    .my-table {
        width: 100%;
        border-collapse: collapse;
        /* margin-bottom: 5rem; */
        font-weight: normal;
        font-size: medium;
    }
    
    .my-table thead {
        background-color: var(--table-thead);
        color: var(--text-color);
        position: sticky;
        top: 0;
        z-index: 1;
        font-size: medium;
    }
    
    .my-table th, .my-table td {
        text-align: left;
        border-bottom: 1px solid var(--border-bottom-table);
        font-size: 14px;
    }
    
    .my-table td, .my-table th {
        text-align: left;
    }
    
    .my-table tr:nth-child(even) {
        background-color: var(--table-striped); /* Atur warna latar belakang untuk baris genap */
    }
    .title-page{
        font-size: 30px;
    }
    .opname{
        width: 1200px;
    }
    
    .opname-input{
        width: 1250px;
    }
    .breadcrumb-opname{
        font-size: medium;
    }
    
    .breadcrumb-salesemp{
        font-size: medium;
    }
    
    .breadcrumb-it-in{
        font-size: medium;
    }
}

@media (min-width: 1281px ) and (max-width: 1366px ) {
    #cashier {
        padding: 2rem 2rem;
    }
    #ddown-style{
        font-size: 12px;
    }
    #user-name{
        font-size: 2px;
    }
    .img-1{
        width: 33px; 
        height: auto;
    }
    
    .img-2{
        width: 20px; 
        height: auto;
    }
    .font-salesEmp{
        font-size: small;
    }
    .custom-button1{
        padding-inline: .7rem;
        padding-block: .2rem;
        font-size: small;
    }
    .custom-button2{
        padding-inline: .7rem;
        padding-block: .2rem;
        font-size: small;
    }
    #custom-button1{
        padding-inline: .7rem;
        padding-block: .2rem;
        font-size: small;
    }
    #realTimeClock{
        font-size: large;
    }

    .title-page{
        font-size: 25px;
    }

    .my-table td{
        font-size: small;
    }
    .add-to-cart {
        padding: 0.275rem 0.45rem;
        font-size: small;
        line-height: 1.5;
    }
    .icon-panahBawah{
        margin-top: -1.9rem; 
        margin-left: 7.5rem; 
    }

    .button-try {
        font-size: 1.7rem;
        padding: 7px 22px;
        margin-top: 1rem;
        margin-bottom: 3rem;
    }

    .button-try-red {
        font-size: 1.7rem;
        padding: 7px 22px;
        margin-top: 1rem;
        margin-bottom: 3rem;
    }


    .sidebar {
        width: 80px;
        gap: 0.1rem;
    }

    .sidebar-icon{
        margin: 8px;
        justify-content: center;
        align-items: center;
    }
    .sidebar-icon img{
        width: 16px;
        height: auto;
    }
    .sandbox{
        padding-block: 0.5rem;
        padding-inline: .7rem;
        font-size: small;
    }

    .clock1 {
        gap: 2rem;
    }

    .body-cashier-2 {
        flex-direction: column;
        gap: 2rem;
    }
    .sub-total{
        font-size: 2.5rem;
    }

    .qty-sub{
        padding-left: 1rem; 
        padding-right: 1rem; 
    }

    .head-cashier1{
        font-size: 20px;
    }

    .head-table{
        height:260px;
    }
    .head-table-no-suggestion{
        height:215px;
    }
    #my-table-logs{
        height: 440px;
    }
    #sales_employee{
        font-size: 14px; 
        border-radius: 1rem;
        height: 36px;
    }
    #sales_employee::placeholder {
        color: #999999; 
        opacity: 1; 
        font-size: small;
    }
    .body-charsier-3{
        margin-top: 1.5rem;
    }
    .sync-data-sap{
        margin-top: -5rem;
    }
    .compare-so{
        font-size: 1.1rem; 
    }
    .opname{
        width: 1070px;
    }
    .opname-input{
        width: 1050px;
    }
    .breadcrumb-salesemp{
        padding-bottom: 10px;
    }
    .breadcrumb-opname{
        margin-top: -3rem;
        margin-bottom: 5rem;
        padding-bottom: 1px;
    }
    .table-opname-result{
        height: 410px;
    }
    .table-salesemp{
        height: 440px;
    }
    .table-it-in{
        height: 350px;
    }
    .table-it-in-detail{
        height: 240px;
    }
    .my-table {
        font-size: small;
    }
    
    .my-table thead {
        font-size: small;
    }
    
    .my-table th, .my-table td {
        padding: 4px;
        font-size: 13px;
    }
    
    .my-table td, .my-table th {
        padding: 4px;
    }
    #searchMemberInput {
        font-size: 14px; 
    }
    
    #searchMemberInput::placeholder {
        font-size: small;
    }
    
    #searchInput{
        font-size: 14px;
    }
    
    #searchInput::placeholder {
        font-size: small;
    }
}

/* ini pr */
@media (min-width: 1156px ) and (max-width: 1280px ) {
    #cashier {
        padding: 1.5rem 1.7rem;
    }
    #ddown-style{
        font-size: 12px;
    }
    #user-name{
        font-size: 1px;
    }
    .img-1{
        width: 33px; 
        height: auto;
    }
    
    .img-2{
        width: 20px; 
        height: auto;
    }
    .font-salesEmp{
        font-size: small;
    }
    .home-text{
        font-size: 14px;
        color: var(--home-color);
    }
    .custom-button1{
        padding-inline: .7rem;
        padding-block: .2rem;
        font-size: 11px;
    }
    .custom-button2{
        padding-inline: .7rem;
        padding-block: .2rem;
        font-size: 11px;
    }
    #custom-button1{
        padding-inline: .7rem;
        padding-block: .2rem;
        font-size: 11px;
    }
    #realTimeClock{
        font-size: large;
    }

    .title-page{
        font-size: 25px;
    }

    .my-table td{
        font-size: small;
    }
    .add-to-cart {
        padding: 0.275rem 0.45rem;
        font-size: small;
        line-height: 1.5;
    }
    .icon-panahBawah{
        margin-top: -1.9rem; 
        margin-left: 7.5rem; 
    }

    .button-try {
        font-size: 1.7rem;
        padding: 7px 22px;
        margin-top: 1rem;
        margin-bottom: 3rem;
    }

    .button-try-red {
        font-size: 1.7rem;
        padding: 7px 22px;
        margin-top: 1rem;
        margin-bottom: 3rem;
    }

    .sidebar {
        width: 80px;
        gap: 0.1rem;
    }

    .sidebar-icon{
        margin: 8px;
        justify-content: center;
        align-items: center;
    }
    .sidebar-icon img{
        width: 18px;
        height: auto;
    }
    .sandbox{
        padding-block: 0.5rem;
        padding-inline: .7rem;
        font-size: small;
    }

    .clock1 {
        gap: 2rem;
    }

    .body-cashier-2 {
        flex-direction: column;
        gap: 2rem;
    }
    .sub-total{
        font-size: 2.5rem;
    }

    .qty-sub{
        padding-left: 1rem; 
        padding-right: 1rem; 
    }

    .head-cashier1{
        font-size: 20px;
    }

    .head-table{
        height:260px;
    }
    .head-table-no-suggestion{
        height: 255px;
    }
    #my-table-logs{
        height: 440px;
    }
    #sales_employee{
        font-size: 14px; 
        border-radius: 1rem;
        height: 36px;
    }
    #sales_employee::placeholder {
        color: #999999; 
        opacity: 1; 
        font-size: small;
    }
    .body-charsier-3{
        margin-top: 1.5rem;
    }
    .sync-data-sap{
        margin-top: -5rem;
    }
    .sync-data-member{
        margin-top: .9rem;
    }
    .compare-so{
        font-size: 1.1rem; 
    }
    .opname{
        width: 1070px;
    }
    .opname-input{
        width: 1050px;
    }
    .breadcrumb-salesemp{
        padding-bottom: 10px;
    }
    .breadcrumb-opname{
        margin-top: -3rem;
        margin-bottom: 5rem;
        padding-bottom: 1px;
    }
    .table-member-tablet{
        height: 400px;
    }
    .table-opname-result{
        height: 410px;
    }
    .table-salesemp{
        height: 490px;
    }
    .table-it-in{
        height: 380px;
    }
    .table-it-in-detail{
        height: 270px;
    }
    .my-table {
        font-size: small;
    }
    
    .my-table thead {
        font-size: small;
    }
    
    .my-table th, .my-table td {
        padding: 4px;
        font-size: 13px;
    }
    
    .my-table td, .my-table th {
        padding: 4px;
    }
    #searchMemberInput {
        font-size: 14px; 
    }
    
    #searchMemberInput::placeholder {
        font-size: small;
    }
    
    #searchInput{
        font-size: 14px;
    }
    
    #searchInput::placeholder {
        font-size: small;
    }
}

@media (min-width: 1080px ) and (max-width: 1155px) {
    #cashier {
        padding: 1.5rem 1.7rem;
    }
    #ddown-style{
        font-size: 12px;
    }
    #user-name{
        font-size: 1px;
    }
    .font-salesEmp{
        font-size: small;
    }
    .custom-button1{
        padding-inline: .7rem;
        padding-block: .2rem;
        font-size: 11px;
    }
    .custom-button2{
        padding-inline: .7rem;
        padding-block: .2rem;
        font-size: 11px;
    }
    #custom-button1{
        padding-inline: .7rem;
        padding-block: .2rem;
        font-size: 11px;
    }
    #realTimeClock{
        font-size: large;
    }

    .title-page{
        font-size: 25px;
    }

    .my-table td{
        font-size: small;
    }
    .add-to-cart {
        padding: 0.275rem 0.45rem;
        font-size: small;
        line-height: 1.5;
    }
    .icon-panahBawah{
        margin-top: -1.9rem; 
        margin-left: 7.5rem; 
    }

    .button-try {
        font-size: 1.7rem;
        padding: 7px 22px;
        margin-top: 1rem;
        margin-bottom: 3rem;
    }

    .button-try-red {
        font-size: 1.7rem;
        padding: 7px 22px;
        margin-top: 1rem;
        margin-bottom: 3rem;
    }


    .sidebar {
        width: 80px;
        gap: 0.1rem;
    }

    .sidebar-icon{
        margin: 8px;
        justify-content: center;
        align-items: center;
    }
    .sidebar-icon img{
        width: 18px;
        height: auto;
    }
    .sandbox{
        padding-block: 0.5rem;
        padding-inline: .7rem;
        font-size: small;
    }

    .clock1 {
        gap: 2rem;
    }

    .body-cashier-2 {
        flex-direction: column;
        gap: 2rem;
    }
    .sub-total{
        font-size: 2.5rem;
    }

    .qty-sub{
        padding-left: 1rem; 
        padding-right: 1rem; 
    }

    .head-cashier1{
        font-size: 20px;
    }

    .head-table{
        height:260px;
    }
    .head-table-no-suggestion{
        height: 255px;
    }
    #my-table-logs{
        height: 440px;
    }
    #sales_employee{
        font-size: 14px; 
        border-radius: 1rem;
        height: 36px;
    }
    #sales_employee::placeholder {
        color: #999999; 
        opacity: 1; 
        font-size: small;
    }
    .body-charsier-3{
        margin-top: 1.5rem;
    }
    .sync-data-sap{
        margin-top: -5rem;
    }
    .compare-so{
        font-size: 1.1rem; 
    }
    .opname{
        width: 1070px;
    }
    .opname-input{
        width: 1050px;
    }
    .breadcrumb-salesemp{
        padding-bottom: 10px;
    }
    .breadcrumb-opname{
        margin-top: -3rem;
        margin-bottom: 5rem;
        padding-bottom: 1px;
    }
    .table-member-tablet{
        height: 400px;
    }
    .table-opname-result{
        height: 410px;
    }
    .table-salesemp{
        height: 490px;
    }
    .table-it-in{
        height: 380px;
    }
    .table-it-in-detail{
        height: 270px;
    }
    .my-table {
        font-size: small;
    }
    
    .my-table thead {
        font-size: small;
    }
    
    .my-table th, .my-table td {
        padding: 4px;
        font-size: 13px;
    }
    
    .my-table td, .my-table th {
        padding: 4px;
    }
    #searchMemberInput {
        font-size: 14px; 
    }
    
    #searchMemberInput::placeholder {
        font-size: small;
    }
    
    #searchInput{
        font-size: 14px;
    }
    
    #searchInput::placeholder {
        font-size: small;
    }
}

@media (min-width: 992px ) and (max-width: 1079px) {
    #cashier {
        padding: 1.5rem 1.7rem; 
    }
    #ddown-style{
        font-size: 12px;
    }
    #user-name{
        font-size: 1px;
    }
    .img-1{
        width: 33px; 
        height: auto;
    }
    
    .img-2{
        width: 20px; 
        height: auto;
    }
    .font-salesEmp{
        font-size: small;
    }
    .custom-button1{
        padding-inline: .7rem;
        padding-block: .2rem;
        font-size: 11px;
    }
    .custom-button2{
        padding-inline: .7rem;
        padding-block: .2rem;
        font-size: 11px;
    }
    #custom-button1{
        padding-inline: .7rem;
        padding-block: .2rem;
        font-size: 11px;
    }
    #realTimeClock{
        font-size: large;
    }
    .title-page{
        font-size: 25px;
    }

    .my-table td{
        font-size: small;
    }
    .add-to-cart {
        padding: 0.275rem 0.45rem;
        font-size: small;
        line-height: 1.5;
    }
    .icon-panahBawah{
        margin-top: -1.9rem; 
        margin-left: 7.5rem; 
    }

    .button-try {
        font-size: 1.7rem;
        padding: 7px 22px;
        margin-top: 1rem;
        margin-bottom: 3rem;
    }

    .button-try-red {
        font-size: 1.7rem;
        padding: 7px 22px;
        margin-top: 1rem;
        margin-bottom: 3rem;
    }

    .sidebar {
        width: 80px;
        gap: 0.1rem;
    }

    .sidebar-icon{
        margin: 8px;
        justify-content: center;
        align-items: center;
    }
    .sidebar-icon img{
        width: 18px;
        height: auto;
    }
    .sandbox{
        padding-block: 0.5rem;
        padding-inline: .7rem;
        font-size: small;
    }

    .clock1 {
        gap: 2rem;
    }

    .body-cashier-2 {
        flex-direction: column;
        gap: 2rem;
    }
    .sub-total{
        font-size: 2.5rem;
    }

    .qty-sub{
        padding-left: 1rem; 
        padding-right: 1rem; 
    }

    .head-cashier1{
        font-size: 20px;
    }

    .head-table{
        height:260px;
    }
    .head-table-no-suggestion{
        height: 255px;
    }
    #my-table-logs{
        height: 440px;
    }
    #sales_employee{
        font-size: 14px; 
        border-radius: 1rem;
        height: 36px;
    }
    #sales_employee::placeholder {
        color: #999999; 
        opacity: 1; 
        font-size: small;
    }
    .body-charsier-3{
        margin-top: 1.5rem;
    }
    .sync-data-sap{
        margin-top: -5rem;
    }
    .compare-so{
        font-size: 1.1rem; 
    }
    .opname{
        width: 1070px;
    }
    .opname-input{
        width: 1050px;
    }
    .breadcrumb-salesemp{
        padding-bottom: 10px;
    }
    .breadcrumb-opname{
        margin-top: -3rem;
        margin-bottom: 5rem;
        padding-bottom: 1px;
    }
    .table-member-tablet{
        height: 400px;
    }
    .table-opname-result{
        height: 410px;
    }
    .table-salesemp{
        height: 490px;
    }
    .table-it-in{
        height: 380px;
    }
    .table-it-in-detail{
        height: 270px;
    }
    .my-table {
        font-size: small;
    }
    
    .my-table thead {
        font-size: small;
    }
    
    .my-table th, .my-table td {
        padding: 4px;
        font-size: 13px;
    }
    
    .my-table td, .my-table th {
        padding: 4px;
    }
    #searchMemberInput {
        font-size: 14px; 
    }
    
    #searchMemberInput::placeholder {
        font-size: small;
    }
    
    #searchInput{
        font-size: 14px;
    }
    
    #searchInput::placeholder {
        font-size: small;
    }
}

@media (max-width: 991px) {
    #cashier {
        padding: 1.5rem 1.7rem; 
    }
    #ddown-style{
        font-size: 12px;
    }
    #user-name{
        font-size: 1px;
    }
    .img-1{
        width: 33px; 
        height: auto;
    }
    
    .img-2{
        width: 20px; 
        height: auto;
    }
    .font-salesEmp{
        font-size: small;
    }
    .top-content-input{
        display: flex;
        flex-direction: column;
    }
    .custom-button1{
        padding-inline: .7rem;
        padding-block: .2rem;
        font-size: 11px;
    }
    .custom-button2{
        padding-inline: .7rem;
        padding-block: .2rem;
        font-size: 11px;
    }
    #custom-button1{
        padding-inline: .7rem;
        padding-block: .2rem;
        font-size: 11px;
    }
    #realTimeClock{
        font-size: large;
    }
    
    .head-cashier1{
        font-size: large;
    }
    .logo img{
        height: auto;
        width: 110px;
    }
    .qty-sub-2{
        justify-content: start;
    }
    .payment-button{
        justify-content: start;
    }
    .title-page{
        font-size: 25px;
    }
    .qty-grup{
        display: flex;
        justify-content: start;
    }
    .my-table td{
        font-size: small;
    }
    .add-to-cart {
        padding: 0.275rem 0.45rem;
        font-size: small;
        line-height: 1.5;
    }
    .icon-panahBawah{
        margin-top: -1.9rem; 
        margin-left: 7.5rem; 
    }

    .button-try {
        font-size: 1.7rem;
        padding: 7px 22px;
        margin-top: 1rem;
        margin-bottom: 3rem;
    }

    .button-try-red {
        font-size: 1.7rem;
        padding: 7px 22px;
        margin-top: 1rem;
        margin-bottom: 3rem;
    }

    .sidebar {
        width: 80px;
        gap: 0.1rem;
    }

    .sidebar-icon{
        margin: 8px;
        justify-content: center;
        align-items: center;
    }
    .sidebar-icon img{
        width: 18px;
        height: auto;
    }
    .sandbox{
        padding-block: 0.5rem;
        padding-inline: .5rem;
        font-size: small;
        max-width: 250px;
    }

    .clock1 {
        gap: 2rem;
    }

    .body-cashier-2 {
        flex-direction: column;
        gap: 2rem;
    }
    .sub-total{
        font-size: xx-large;
    }
    .qty-grup{
        display: flex;
        padding-block: 1rem;
    }
    .qty-sub{
        padding-left: 1rem; 
        padding-right: 1rem; 
    }


    .head-table{
        height: 190px;
    }
    .head-table-no-suggestion{
        height: 190px;
    }
    #my-table-logs{
        height: 440px;
    }
    #sales_employee{
        font-size: 14px; 
        border-radius: 1rem;
        height: 36px;
    }
    #sales_employee::placeholder {
        color: #999999; 
        opacity: 1; 
        font-size: small;
    }
    .body-charsier-3{
        margin-top: 1.5rem;
    }
    .sync-data-sap{
        margin-top: -5rem;
    }
    .compare-so{
        font-size: 1.1rem; 
    }
    .opname{
        width: 1070px;
    }
    .opname-input{
        width: 1050px;
    }
    .breadcrumb-salesemp{
        padding-bottom: 10px;
    }
    .breadcrumb-opname{
        margin-top: 1rem;
    }
    .table-member-tablet{
        height: 400px;
    }
    .table-opname-result{
        height: 410px;
    }
    .table-salesemp{
        height: 490px;
    }
    .table-it-in{
        height: 380px;
    }
    .table-it-in-detail{
        height: 270px;
    }
    .my-table {
        font-size: small;
    }
    
    .my-table thead {
        font-size: small;
    }
    
    .my-table th, .my-table td {
        padding: 4px;
        font-size: 13px;
    }
    
    .my-table td, .my-table th {
        padding: 4px;
    }
    #searchMemberInput {
        font-size: 14px; 
    }
    
    #searchMemberInput::placeholder {
        font-size: small;
    }
    
    #searchInput{
        font-size: 14px;
    }
    
    #searchInput::placeholder {
        font-size: small;
    }
}


@media (max-height: 800px) {
    .quantity-input {
        width: 40px;
        height: 20px; 
        font-size: 10px; 
        padding: 2px; 
    }
    .body-charsier-3{
        padding-top: 1.9rem;
    }
    .my-table td, .my-table th {
        padding: 5.4px;
    }
    
}
@media (max-height: 750px) {
    .my-table td, .my-table th {
        padding: 4px;
    }
    
}


@media (min-height: 961px) and (max-height: 1079px) {
    .head-table-no-suggestion{
        height: 590px; 
    }
    .head-cashier1{
        font-size: 24px;
    }
    #realTimeClock{
        font-size: 24px;
    }
}

@media (min-height: 900px) and (max-height: 960px) {
    .head-table-no-suggestion{
        height: 500px; 
    }
    .head-cashier1{
        font-size: 22px;
    }
    #realTimeClock{
        font-size: 22px;
    }
}

@media (min-height: 1080px) {
    .head-table-no-suggestion{
        height: 570px; 
    }
    .head-cashier1{
        font-size: 25px;
    }
    #realTimeClock{
        font-size: 25px;
    }
}

@media (min-height: 897px) and (max-height: 899px) {
    .head-table-no-suggestion{
        height: 470px; 
    }
    .head-cashier1{
        font-size: 22px;
    }
    #realTimeClock{
        font-size: 22px;
    }
    .table-item{
        height: 520px;
    }
    .table-it-in{
        height: 560px;
    }
    .table-it-in-detail{
        height: 430px;
    }
}

@media (min-height: 867px) and (max-height: 896px) {
    .head-table-no-suggestion{
        height: 410px; 
    }
    .head-cashier1{
        font-size: 22px;
    }
    #realTimeClock{
        font-size: 22px;
    }
}

@media (min-height: 800px) and (max-height: 865px) {
    .head-table-no-suggestion{
        height: 375px; 
    }
    .head-cashier1{
        font-size: 22px;
    }
    #realTimeClock{
        font-size: 22px;
    }
}

@media (min-height: 774px) and (max-height: 799px) {
    .head-table-no-suggestion{
        height: 350px; 
    }
    .head-cashier1{
        font-size: 22px;
    }
    #realTimeClock{
        font-size: 22px;
    }
}

@media (min-height: 768px) and (max-height: 772px) {
    .head-table-no-suggestion{
        height: 350px; 
    }
    .head-cashier1{
        font-size: 22px;
    }
    #realTimeClock{
        font-size: 22px;
    }
}

@media (min-height: 701px) and (max-height: 735px) {
    .head-table-no-suggestion{
        height: 330px; 
    }
    .head-cashier1{
        font-size: 18px;
    }
    #realTimeClock{
        font-size: 18px;
    }
    .shortcut{
        width: 25px;
        height: 25px;
    }
    .logo img{
        height: auto;
        width: 110px;
    }
    
    #searchMemberInput {
        font-size: 13px;
    }

    #searchMemberInput::placeholder {
        font-size: medium;
    }

    #searchInput{
        font-size: 13px;
    }

    #searchInput::placeholder {
        font-size: medium;
    }

}

@media (min-height: 641px) and (max-height: 700px) {
    #cashier {
        padding: 2rem 3rem;
    }
    .quantity-input {
        width: 40px;
        height: 18px; 
        font-size: 10px; 
        padding: 1.3px; 
    }
    .body-charsier-3{
        padding-top: 1rem;
    }
    .container-head-cashier{
        padding-bottom: 1px;
    }
    .head-cashier1{
        font-size: 18px;
    }
    #realTimeClock{
        font-size: 18px;
    }
    .shortcut{
        width: 25px;
        height: 25px;
    }
    .head-table-no-suggestion{
        height: 325px;
    }
    .logo img{
        height: auto;
        width: 110px;
    }
    
    #searchMemberInput {
        font-size: small;
        height: 33px;
    }

    #searchMemberInput::placeholder {
        font-size: small;
    }

    #searchInput{
        font-size: small;
        height: 33px;
    }

    #searchInput::placeholder {
        font-size: small;
    }
    .breadcrumb-opname{
        padding-bottom: 50px;
        font-size: small;
    }
    
    .breadcrumb-salesemp{
        margin-top: 1.5rem;
        padding-bottom: 1.5rem;
        font-size: small;
    }
    
    .breadcrumb-it-in{
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        font-size: small;
    }
}

@media (min-height: 520px) and (max-height: 640px) {
    #cashier {
        padding: 1.5rem 2.2rem;
    }
    .quantity-input {
        width: 40px;
        height: 18px; 
        font-size: 10px; 
        padding: 1.3px; 
    }
    .body-charsier-3{
        padding-top: 1rem;
    }
    .container-head-cashier {
        padding-bottom: 1px;
    }
    .my-table th, .my-table td {
        font-size: 11px;
    }
    .head-cashier1{
        font-size: 16px;
    }
    #realTimeClock{
        font-size: 16px;
    }
    .shortcut{
        width: 25px;
        height: 25px;
    }
    .head-table-no-suggestion{
        height: 289px;
    }
    .logo img{
        height: auto;
        width: 110px;
    }
    
    #searchMemberInput {
        font-size: 13px;
        height: 30px;
    }

    #searchMemberInput::placeholder {
        font-size: small;
    }

    #searchInput{
        font-size: 13px;
        height: 30px;
    }

    #searchInput::placeholder {
        font-size: small;
    }
    .sandbox {
        padding-block: 0.25rem;
        font-size: smaller;
    }
    .breadcrumb-opname{
        padding-bottom: 50px;
        font-size: small;
    }
    
    .breadcrumb-salesemp{
        margin-top: 1.5rem;
        padding-bottom: 1.5rem;
        font-size: small;
    }
    
    .breadcrumb-it-in{
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        font-size: small;
    }
}