@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,400;8..144,500;8..144,700&display=swap');

html, body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Roboto Flex', sans-serif;
    color: #5f6368;
    font-size: 14px;
}

/* i {
    -webkit-text-stroke: .3px;
} */

td {
    padding-top: 24px!important;
    padding-bottom: 24px!important;

}

a {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
  }

hr { 
    border-color: #dadce0; 
    color: #888
}

h1, h2, h3, h4, h5 {
   color: #202124
}

.pretty-text {
    font-size: .875rem;
    letter-spacing: .0107142857em;

    color: #bdbdbd;
}

.material-gray {
    color: #bdbdbd;
}


.my-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.logo {
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 800;
    letter-spacing: -.5px;
}

.logo-color {
    color: #1e88e5
}

.panel-title {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 12px;
    font-weight: 200;
    color: #bdbdbd;
}

.panel-item {
    margin-left: 32px;
    margin-right: 32px;
    font-weight: 500;
    font-size: .875rem;
    border-radius: 8px;
    line-height: 1.25rem;
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
}

.panel-width {
    width: 22rem;
}

.panel-padding {
    padding: 12px 32px;
}

.item-active {
    background-color: white;
    color: #1967d2
}

.my-sticky-bottom {
    box-shadow: 0 -5px 5px -5px #999;
    height: 68px;
    width: 100%;
    padding: 0 16px;
}

.form-item-container {
    margin: 1em 0;
    max-width: 900px;
}

.label-container {
    flex-basis: 33%;
    min-height: 64px;
    min-width: 220px;
}

.form-row-content {
    display: flex;
    flex-direction: column;
    flex-basis: 67%;
    min-width: 280px;
}

.form-input-field {
    line-height: 32px;
    font-size: 1rem;
    letter-spacing: .00625em;
    color: var(--gm-outlinedtextfield-ink-color, #3c4043);
}

.form-input-field:focus {

    display: flex;
    background-color: transparent;
    border-width: 2.5px;
    border-color: #1a73e8;
    box-shadow: none;
    caret-color: var(--gm-outlinedtextfield-caret-color, #1a73e8);
}

.profile-picture {
    object-fit: cover;
    border-radius:50%;
    width: 32px;
    height: 32px;
}

.light-bg {
    background-color: #fafbfc
}

.search-bar{
    border: 1px solid #e1e2e3;
    background-color: #f8fafb;
    color: gray;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
}

.input-search {
    background: transparent;
    border: none;
    
}

.input-search:focus {
    outline: none;
}

.nama_jual {
    font-weight: bold;
    color: black!important;
}

.panel-danger {
    background-color: #f2dede;
}

.td-data {
    color: gray;
    padding-top: 12px!important;
    padding-bottom: 12px!important;
}

tr:hover {
    background-color: #f7f8f9;
}

.status-div {
    display: inline-block;
    border-radius: 12px;
    padding: 8px 12px;
    font-weight: bold;
    min-width: 100px;
    color: white;
    vertical-align: middle;
    padding: 12px;
    text-align: center;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */

  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  .input-view {
    border: none;
    border-color: transparent;
    font-weight: bold;
  }
  .role-Admin {
    color: blue
}  .role-Finance {
    color: teal;
}  .role-Marketing {
    color: orange;
}
  .role-Stock {
      color: brown;
  }

.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: white; /* Choose your own color here */
}

.table-double-striped tr:nth-child(4n+2), .table-double-striped tr:nth-child(4n+3) {
    background: white;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.spk-color {
    background-color: #ffebee!important;
}

.spk-color:hover {
    background-color: #ffebee;
}