@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/* #618 add Noto_Kufi_Arabic_Regular font */

@font-face {
    font-family: "Noto_Kufi_Arabic_Regular";
    src: url("../fonts/Noto Kufi Arabic Regular.ttf");
}

.Noto_Kufi_Arabic_Regular {
    font-family: "Noto_Kufi_Arabic_Regular";
}
  
.font{
    /* font-family: "Noto_Kufi_Arabic_Regular","system-ui"; */
	font-family: "serif";
}
  
body{
    text-transform: capitalize;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif; 
/*    font-family: 'Roboto', sans-serif;*/
	font-size :15px!important;
    margin: 0;
}

.botton{
	font-size :13px!important;
}

#java_nav_ul{
    user-select: none;
}

hr.new2 {
    border-top: 1px dashed var(--A20);
}

hr.new3 {
    border-top: 1px dashed var(--A20);
    margin: 30px 0;
}

a{  
    color: #337ab7;
    text-decoration: none;
}

a:hover{
    outline: none;
    text-decoration: none;
    color: #72afd2;
}

.lavita-left-side{
    background-color: var(--B10);
    background: linear-gradient(180deg, var(--B10), var(--H10));
    color: #f4f4f4;
    font-family: 'Open Sans', sans-serif;
    /* min-height: 1500px; */
    direction: ltr;
}

.lavita-right-side{
    background-color: #f4f4f4;
    min-height: 100vh;
}

.lavita-top-nav{
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%);
}

.lavita-nav-li{
    display: block;
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
    padding: 9px 5px;
    transition: .2s;
}

.lavita-nav-li-btn{
    display: block;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 9px 5px;
    transition: .2s;
}

.lavita-nav-li-btn:hover{
    border-right: 10px solid #b7b745;
}

.lavita-nav-li-btn.active{
    border-right: 10px solid #b7b745;
}

.lavita-nav-a{
    display: block;
    cursor: pointer;
    background-color: #015d81;
    width: 100%;
    padding: 5px;
    transition: .2s;
}

.lavita-nav-a:hover{
    background-color: #024660;
}

.lavita-nav-a.active{
    background-color: #024660;
}

.lavita-nav-li:hover{
    border-right: 10px solid #b7b745;
}

.lavita-nav-li.active{
    border-right: 10px solid #b7b745;
}

.lavita_nav_group{
    display: none;
}

.lavita_nav_group.active{
    display: block;
}

.lavita_nav_group.active{
    max-height: 500px;
    transition: max-height 0.35s ease-in;
}

.lavita-content{
    background-color: #fff;
    margin: 10px;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
    border-top: 3px solid var(--B10);
}

.lavita-content-sm-border{
    background-color: #fff;
    margin: 8px 16px;
    padding: 20px 20px 10px 20px;
    border-radius:  5px  0 5px 5px;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 10%);
    border: 1px solid var(--secondary);
}

.lavita_submit{
    width: 270px!important;
    text-transform: uppercase;
}

.lavita_form_span{
    margin-bottom: 5px;
    display: inline-block;
    color: steelblue;
    letter-spacing: .5px; 
}

.lavita_multi_select{
    font-family: 'Open Sans', sans-serif;
    padding: 2px;
    width: 270px;
}

.lavita-nav-aside{
    cursor: pointer;
    background-color: #fff;
    color: #000!important;
    border-top: 1px solid var(--secondary);
    border-left: 1px solid var(--secondary);
    border-right: 1px solid var(--secondary);
    border-radius: 5px 5px 0 0;
    padding: 8px;
    transition: .2s;
}

.lavita-nav-aside:hover{
    background-color: var(--F6);
    color: #fff!important;
    border-color: var(--F6);
}

.lavita-nav-aside.active{
    background-color: var(--F6);
    color: #fff!important;
    border-color: var(--F6);
}

#java_second_password.not_match{
    border-color: var(--F14);
    border-style: dotted;
}

.warrant{
    user-select: none;
    cursor: pointer;
}

.deg{
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    margin: 1px;
}

.full_deg{
    background-color: #eee;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    margin: 1px;
}
/* start general styling */

select.lavita_select{
    font-family: 'Open Sans', sans-serif;
    width: 270px;
    padding: 7px;
}

select.lavita_select option{
    font-family: 'Open Sans', sans-serif;
}

input{
    font-family: inherit;
    padding: 5px 7px;
}

select{
    color: #555;
}

input:focus,
select:focus{
    outline: 0;
}

input[type=submit]{
    cursor: pointer;
}

td{
    text-align:center;
}

.right_dir{
    direction: ltr;
}

.fix_label{
    cursor: pointer;
    user-select: none;
}

.empty-space{
    margin-right: 10px;
}

/* end general styling */

/* start styling */

.cashier-right {

}

.cashier-left{

}

.section-title{
    border: 1px solid #ddd;
    padding: 2px 5px;
    cursor: pointer;
}

.welcome{
    direction: ltr;
    display: flex;
    align-items: center;
}

/* #customers{
    display: block;
    height: 0;
    transition: height 0.25s ease-out;
    overflow: hidden;
}

#customers.active{
    display: table;
    height: 300px;
    transition: height 0.35s ease-in;
} */

#customers , .bill{
    font-family: inherit;
    font-size: 90%;
    border-collapse: collapse;
    width: 100%;
}

#customers td, #customers th ,
.bill td, .bill th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
}

.bill th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #f4f4f4;
    color: #333;
}

button.active{
    background-color: #15a570;
    color: #fff;
    border-radius: 5px;
    border-color: #007047;
}

button.cashier-btn{
    cursor: pointer;
}

.cashier-left input{
    padding: 4px 7px;
    width: 200px;
}

.disabled_input{
    color: #000;
    background: #fff;
    border: none;
    font-size: 95%; 
}

.inv_input{
    color: #000;
    background: #fff;
    border: none;
    font-size: 95%;
    width: 75px!important;
}

.inv_input2{
    color: #000;
    background: #fff;
    border: none;
    font-size: 95%;
    width: 140px!important;
}

.inv_input3{
    color: #000;
    background: #fff;
    border: none;
    font-size: 95%;
    width: 40px!important;
}


input.remove-spin::-webkit-outer-spin-button,
input.remove-spin::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.custom_table{
    border-collapse: collapse;
}

.custom_table td{
/*    border-bottom: 1px solid #ddd;*/
    padding: 10px;
}

.custom_table tbody tr{
    border-bottom: 1px solid #ddd;
}

.custom_table tr:nth-child(even){
    background-color: #fff;
}

.custom_table tr:nth-child(odd){
    background-color: #f9f9f9;
}

.custom_table tr:hover{
    background-color: #f6f6f6;
}

.custom_table th{
    border-bottom: 1px solid #666;
    padding: 10px;
}

.custom_table thead tr{
    background-color: #fff!important;
}

.ord_left{
    border: 1px solid #666;
    border-radius: 2px 0 0 2px;
}

.ord_right{
    border: 1px solid #666;
    border-left: none;
}
/* width */
.custom_scroll::-webkit-scrollbar {
  width: 5px;
  height: 15px;
}

/* Track */
.custom_scroll::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.custom_scroll::-webkit-scrollbar-thumb {
  background: #4a69bd; 
  border-radius: 5px;
}

/* Handle on hover */
.custom_scroll::-webkit-scrollbar-thumb:hover {
  background: #3d5db3; 
}

/* Buttons */
.custom_scroll::-webkit-scrollbar-button:single-button {
  background-color: #ddd;
  display: block;
  border-style: solid;
  border-width: 2px;
  border-color: #4a69bd;
  margin: 0 5px;
  height: 13px;
  width: 16px;
  border-radius: 50%;
}

/* Up */
.custom_scroll::-webkit-scrollbar-button:single-button:vertical:decrement {
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #555555 transparent;
  
}

.custom_scroll::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
  border-color: transparent transparent #777777 transparent;
}
/* Down */
.custom_scroll::-webkit-scrollbar-button:single-button:vertical:increment {
  border-width: 8px 8px 0 8px;
  border-color: #555555 transparent transparent transparent;
}

.custom_scroll::-webkit-scrollbar-button:vertical:single-button:increment:hover {
  border-color: #777777 transparent transparent transparent;
}

/* end styling */

/* start finacial  */

.finance_card {
    padding: 15px;
    background-color: #00c0ef;
    color: white;
    width: 150px;
    margin: 5px;
    border-radius: 5px;
}

.finance_card_main {
    padding: 15px;
    background-color: #bbbbbb;
    color: black;
    width: 150px;
    margin: 5px;
    border-radius: 5px;
}

.finance_card.active {
    background-color: #00718d;
}

.finance_card_main.active {
    background-color: #d4d4d4;
    color: black;
}

.finance_card.current {
    background-color: #4a69bd;
}

.finance_card a {
    color: #f4f4f4;
    text-decoration: none;
}

.finance_card span {
    color: #f1c40f;
}

.finance_card_main a {
    color: black;
    text-decoration: none;
}

.finance_card a:hover{
    color: #f1c40f;
}

.finance_card_main a:hover {
    color: #4a69bd;
}

.finance_card_margin {
    margin: 3px 0;
    display: inline-block;
}

.table_total_footer{
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #555;
}

/* end finacial  */

.div_icon_wrapper{
    position: relative;
}

.div_icon{
    position: absolute;
    background-image: url(../images/d.png);
    background-size: contain;
    filter: hue-rotate(45deg);
    width: 170px;
    height: 90px;
    top: 85px;
    left: 0;
}


.div_icon2{
    position: absolute;
    background-image: url(../images/i.png);
    background-size: contain;
    filter: hue-rotate(45deg);
    width: 130px;
    height: 130px;
    top: 60px;
    left: 20px;
}

.div_icon3{
    position: absolute;
    background-image: url(../images/s.png);
    background-size: contain;
    filter: hue-rotate(227deg);
    width: 100px;
    height: 100px;
    top: 75px;
    left: 20px;
}

.div_icon4{
    position: absolute;
    background-image: url(../images/st.png);
    background-size: contain;
    width: 130px;
    height: 117px;
    top: 60px;
    left: 20px;
}

.add_answer{
    user-select: none;
    cursor: pointer;
    margin: 0 5px;
    transition: .2s;
}

.add_answer:hover{
    color: #337ab7;
}

.remove_answer{
    user-select: none;
    color: #337ab7;
    cursor: pointer;
    margin: 0 10px;
    margin-top: 5px;
}

/* Popup container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

.popup_link{
    color: #f4f4f4;
}

.popup_link:hover{
    color: #bbb;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}