
:root {
    --ibm-bg-dark: #212224;
    --ibm-bg-dark-soft: #3a3b3f ;
    --ibm-bg-gray: rgb(248, 249, 250) ;
    --ibm-bg-gray2: #f6f8fa;    
    --ibm-bg-white: #fff; 
    --ibm-text-white: #fff; 
    --ibm-border-radius:16px;
    --ibm-border-color: #E5E7EB;
    
 
         /* background-color: rgb(248, 249, 250); */
         /* border: 1px solid rgb(218, 220, 224); */
 

}

.right-card {
    position: fixed;
    top: 0;
    right: 0;
    width: 350px;          /* lebar card */
    height: 100vh;         /* full tinggi layar */
    border-radius: 0 !important;      /* rata */
    z-index: 1;
    /*border-left: 1px solid rgb(218, 220, 224); */
    padding: 22px 22px 22px 0 ;
    background-color: #fff;
    
  }

 
/* ----------- CARD -------------------------------------------------------------------------- */

.card {
    border-radius:var(--ibm-border-radius);
    background-color:var(--ibm-bg-white);
    border: 1px solid var(--ibm-border-color);
    margin: 0px !important;
    padding: 2px !important;
    margin-bottom: 20px !important;
   /* box-shadow: 0 1px 6px 0 rgba(0,0,0,0.12) !important;*/
   
}

.card .card-header:first-child {
    border-radius: calc(14px) calc(14px) 0 0 !important;
 
}

.card-dark {
    border-radius:var(--ibm-border-radius);
    background-color:var(--ibm-bg-dark) !important;
    color: var(--ibm-text-white);
    /*box-shadow: 0 1px 6px 0 rgba(0,0,0,0.12) !important;*/
    border: 0px !important;

    /* ios style*/
    

}

.card-dark-soft {
    border-radius:var(--ibm-border-radius);
    background-color:var(--ibm-bg-dark-soft) !important;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
    color: var(--ibm-text-white);
    border: 0px !important;
}

.card .card-footer {
    background-color: #fff;
    border-top: 0px dashed #e3ebf6;
    border-radius:var(--ibm-border-radius);
}

.card-body {
    flex: 1 1 auto;
    padding: 1.3rem 1.3rem;
}

.card-header {
    padding: 0.5rem 1.3rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 0px solid rgba(0, 0, 0, 0.125) !important;
}
.card-center{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    background-image: url(../images/kasir.webp);
    height:180px;

    background-size:cover;
    background-position:center;
}
/* ----------- END CARD ---------------------------------------------------------------------- */

/* ----------- Button ---------------------------------------------------------------------- */

.btn {
    padding:10px 15px;
    font-size: 0.8125rem;
    border-radius:var(--ibm-border-radius);
  }

  .btn-sm {
    padding:5px 15px !important;
    font-size: 0.8125rem;
    border-radius:var(--ibm-border-radius);
  }

.btn-kasir {
    padding: 0.5rem;
}
  
.btn-success {
    color: #fff;
    background-color: #00aa13;
    border-color: #00aa13;
}
/* ----------- End Button ---------------------------------------------------------------------- */

.text-footer h4 {

    padding-left:25px;
    padding-bottom: 6px !important;
    font-size: 28px !important;
    text-align: left;
    color:#fff !important;
  }


  .navbar-custom .nav-link {
    padding: 0 0.75rem;
    color: #7081b9;
    line-height: 52px;
    max-height: 52px
}

.page-wrapper .page-content {
    width: 100%;
    position: relative;
    min-height: calc(100vh - 52px - 2px);
    padding: 0 22px 52px 22px;
    display: inline-block;
}

.navbar-custom {
    background: #fff;
    min-height: 52px;
    position: relative;
    border-bottom: 0px solid #e3ebf6
}

.page-wrapper, .page-content, .navbar-custom , .right-card{
    background-color:var(--ibm-bg-gray2) !important;
}

.form-label {
    margin-bottom: 0.5rem;
    color: var(--ibm-card-text) !important;
}

.tblcari
{
    cursor: pointer !important;  
}

.tblcari:hover
{
cursor: pointer !important;  
background-color:rgb(231, 231, 231);
color: blue; 
    
}

.analytic-dash-activity {
    height: 200px !important;
}

.title-text, .card-title {
    font-size: 15px !important;
    font-weight: 600 !important;
    margin: 0;
    color: #2c3652;
    text-shadow: 0 0 1px rgba(241, 245, 250, 0.1);
    font-family: "Google Sans", sans-serif;
}


.left-sidenav {
    min-width: 230px;
    max-width: 230px;
    background-color: var(--ibm-bg-white);
    min-height: 100vh;
    transition: 0.3s;
    position: fixed;
    bottom: 0;
    top: 0;
    border-right: 1px solid var(--ibm-border-color);
    z-index: 1001;
    /*box-shadow: 1px 0 10px -4px rgba(0,0,0,0.2);*/
}

.left-sidenav-menu li {
    list-style: none;
    display: block;
    width: 100%;
    margin-top: 10px !important;
}

.left-sidenav-menu li > a {
    display: flex;
    align-items: center;
    padding: 2px 0px;
    color: #68728c;
    transition: all 0.3s ease-out;
    font-weight: 500 !important;
}

.left-sidenav-menu li > a .menu-icon {
    width: 18px;
    height: 18px;
    color: #68728c;
    fill: rgba(112, 129, 185, 0.12);
    margin-right: 10px;
    stroke-width: 1.5px;
}

.total-payment .table tbody td, .total-payment table tbody td, .shopping-cart .table tbody td, .shopping-cart table tbody td {
    padding: 15px 0 0 5px;
    border-top: 0;
    border-bottom: 1px solid #ffffff;
}


.form-control {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #303e67;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid var(--ibm-border-color);
    appearance: none;
    border-radius:var(--ibm-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

  .content {
    margin-right: 350px;  /* sesuaikan dengan lebar card */
    padding: 0px;
  }

  .table > :not(caption) > * > * {
    padding: 1rem 0;
    border-bottom-width: 1px;

}


.table td {
    font-weight: 400;
    vertical-align: middle;
    border-color: #e0e1e3 !important;
    
}

thead, tbody, tfoot, tr, td, th {
    border-color: #e0e1e3 ;
    border-style: solid;
    border-width: 0;
}

.table-kasir td {
    
    border-bottom: 1.5px dashed #e0e1e3 !important;
}

.table-kasir thead {
    border-color: #1259e7 !important;
    border-style: solid;
    border-width: 0;
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #e0e1e3;
    border-bottom: 1.5px solid #e0e1e3 !important;
    /*padding: 15px 5px !important; */

  
}

@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');

body {
    font-family: "Google Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:"GRAD" 0;
    font-size: 13px;
    color:#0d0c22;
}

a {
    font-family: "Google Sans", sans-serif;

}

.table th {
    color:#0d0c22;
    font-weight: 500;
    vertical-align: middle;
    border-color: var(--ibm-border-color);
}

.table {
    color:#0d0c22 !important;
}

.bg-soft-primary {
    color: #fff !important;
    background-color: var(--ibm-card-bg);
}




.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #212224;
    margin: 10px 0;
}

.form-label {
    margin-bottom: 0.5rem;
    color: #656d9a;
}

.fw-500
{
  font-weight: 500 !important;
}

.fw-600
{
  font-weight: 600 !important;
}

.fw-700
{
  font-weight: 700 !important;
}

.fw-800
{
  font-weight: 800 !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border-radius: var(--ibm-border-radius);
    
}

.select2-container--default .select2-selection--single {
    border: 1px solid var(--ibm-border-color);
    height: 40px;
    background-color: #fff;

}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #303e67;
    line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    right: 8px;
}

.table-custom-ibm {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 0.3rem;
    border: 1px solid var(--ibm-border-color);
    overflow: hidden;

}

.table-custom-ibm thead th {
    background: rgb(246, 246, 246);
    padding: 10px 15px!important;
}

.table-custom-ibm td {
    background:#fff;
    padding: 10px 15px !important;
}

.table-custom-ibm>:not(:last-child)>:last-child>* {
    border-bottom-color: #e0e1e3;
    border-bottom: 1px solid var(--ibm-border-color) !important;
    /*padding: 15px 5px !important; */
  
}

.account-body .auth-header-box {
    background-color: #0c213a;
    border-radius: 0.5rem 0.5rem 0 0 !important;
    color: #fff !important;
}

.bg-light-alt {
    background-color: #fff !important;
    border-radius: 0 0 0.5rem 0.5rem  !important;
}
.account-body .auth-header-box h4 {
    color: #fff;
}

.account-body.accountbg {
    
    background-position: center center;
    background-size:cover;
    background-repeat: repeat;
    background-color: rgba(0, 0, 0, 0.04);
    position: absolute;

}
 /*
.page-wrapper2 {
    flex: 1;
    padding: 0;
    display: block;
    margin-left: 30px;
}

.page-wrapper[data-page="kasir"] {
    flex: 1;
    padding: 0;
    display: block;
    margin-left: 230px;
}

.page-wrapper[data-page="umum"] {
    flex: 1;
    padding: 0;
    display: block;
    margin-left: 100px;
}

.left-sidenav[data-page="umum"] {
    min-width: 100px;
    max-width: 100px;
    background-color: #fff;
    min-height: 100vh;
    transition: 0.3s;
    position: fixed;
    bottom: 0;
    top: 0;
    border-right: 1px solid #e3ebf6;
    z-index: 1001;
}
    */
    
    .table-light {
        --bs-table-bg: #f1f5fa;
        --bs-table-striped-bg: #e5e9ee;
        --bs-table-striped-color: #000;
        --bs-table-active-bg: #d9dde1;
        --bs-table-active-color: #000;
        --bs-table-hover-bg: #eaeef3;
        --bs-table-hover-color: #000;
        color: #000;
        border-color: var(--ibm-border-color) !important;
    }



    table.dataTable>thead .sorting:before,table.dataTable>thead .sorting:after,table.dataTable>thead .sorting_asc:before,table.dataTable>thead .sorting_asc:after,table.dataTable>thead .sorting_desc:before,table.dataTable>thead .sorting_desc:after,table.dataTable>thead .sorting_asc_disabled:before,table.dataTable>thead .sorting_asc_disabled:after,table.dataTable>thead .sorting_desc_disabled:before,table.dataTable>thead .sorting_desc_disabled:after {
    
        bottom: 0.9rem;
        margin-right: 2px;
      
    }
