@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');

/* #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";
}
     
body{
    text-transform: capitalize;
    box-sizing: border-box;
    display: flex;
    flex-direction: row-reverse;
    font-family: "Noto_Kufi_Arabic_Regular",system-ui;
    margin: 0;
    min-height: 150vh;
}

.main-title{
    color: #ffeaa7;
    margin: 24px 5px 24px 0;
    letter-spacing: 1.2px;
    background: -webkit-linear-gradient(262deg, #ffeaa7, #b7b745);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#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;
}

input[type='checkbox'] {
    zoom: 1.25;
    cursor: pointer;
}

.new-color1{
    color: #018ec5;;
}

.profit-color{
    color: green!important;
}

.loss-color{
    color: darkred!important;
}

.new-light1{
    background-color: var(--P2)!important;
}

.new-light2{
    background-color: var(--P3)!important;
}

.new-light3{
    background-color: var(--P4)!important;
}

.new-light4{
    background-color: var(--P5)!important;
}

.new-light5{
    background-color: var(--P6)!important;
}

.new-light6{
    background-color: var(--P7)!important;
}

.new-light7{
    background-color: var(--P9)!important;
}

.new-light8{
    background-color: var(--P14)!important;
}

a{  
    color: #337ab7;
    text-decoration: none;
}

a:hover{
    outline: none;
    text-decoration: none;
    color: #72afd2;
}

.activee{
    text-decoration: underline;
}

.d_logo{
    width: 95%;
    height: 80px;
    object-fit: cover;
}

.current_month{
    margin: 5px;
    padding: 5px;
    font-size: 80%;
    font-weight: bold;
    border-radius: 5px;
    background-color: var(--L12);
    color: var(--C15);
  }

/* start side nav */

.lavita-left-side{
    background-color: var(--B10);
    background-image: linear-gradient(90deg, #2c3e50, #235268);
    color: #f4f4f4;
    direction: rtl;
}

.lavita-right-side{
    background-color: #fff;
    background-image: linear-gradient(180deg, var(--H18), #f1f2f675);
}

.lavita-top-nav{
    background-color: #fff;
    flex-direction: row-reverse;
    padding: 10px;
    box-shadow: 0 4px 4px 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-2{
    display: block;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 9px 5px;
    transition: .2s;
}

.lavita-nav-li-btn::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f078";
    /* content: ">>"; */
    position: absolute;
    top: 16.5px;
    /* top: 8.5px; */
    left: 10px;
}

.lavita-nav-li-btn.active::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f077";
    /* content: ">>"; */
    position: absolute;
    top: 16.5px;
    /* top: 8.5px; */
    left: 10px;
}

.lavita-nav-li-btn:hover{
    border-left: 10px solid #b7b745;
}

.lavita-nav-li-btn.active{
    border-left: 10px solid #b7b745;
}

.lavita-nav-li-btn-2.active{
    border-left: 10px solid #b7b745;
}

.lavita-nav-a{
    display: block;
    cursor: pointer;
    background-color: #015d81;
    /* width: 100%; */
    padding: 5px;
    transition: .2s;
}

.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;
    padding: 5px 10px 10px 10px;
    transition: .2s;
}

.lavita-nav-aside:hover{
    background-color: var(--primary);
    color: #fff!important;
    border-color: var(--primary);
}

.lavita-nav-aside.active{
    background-color: var(--primary);
    color: #fff!important;
    border-color: var(--primary);
}

.lavita-nav-a:hover{
    background-color: #024660;
}

.lavita-nav-a.active{
    background-color: #024660;
}

.lavita-nav-a-2{
    display: block;
    cursor: pointer;
    background-color: #015d81;
    width: 100%;
    padding: 5px;
    transition: .2s;
}

.lavita-nav-a-2.active{
    background-color: #024660;
}

.lavita-nav-li:hover{
    border-left: 10px solid #b7b745;
}

.lavita-nav-li.active{
    border-left: 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;
}

/* end side nav */

/* start general styling */

.lavita-content{
    background-color: #fff;
    margin: 10px 16px;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 10%);
    border-top: 4px solid var(--B10);
}

.lavita-content-no-border{
    background-color: #fff;
    margin: 10px 16px;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 10%);
}

.lavita-content-sm-border{
    background-color: #fff;
    margin: 10px 16px;
    padding: 35px 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);
}

.mytitle{
    font-weight: 300;
    margin-right: 16px;
    font-size: 25px;
    text-align: right;
}

.mytitle2{
    font-weight: 300;
    margin-left: 16px;
    font-size: 25px;
    text-align: left;
}

.audio_block{
    display: block;
    margin: 5px 0 15px 0;
}

.min-height-400{
    min-height: 400px;
}

.was_right::after{
    font-family: "Font Awesome 5 Free";
	font-weight: 400;
	content: "\f058";
    color: green;
    position: relative;
    top: 2px;
    left: 112px;
}

.was_wrong::after{
    font-family: "Font Awesome 5 Free"; 
	font-weight: 400;
	content: "\f057";
    color: darkred;
    position: relative;
    top: 2px;
    left: 112px;
}

.ord_left{
    border: 1px solid #666;
    border-radius: 2px 0 0 2px;
}

.ord_right{
    border: 1px solid #666;
    border-left: none;
}

/* 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 ;}
}

.quiz_select{
    margin: 0 10px;
    padding: 5px;
    border: none;
    font-family: inherit;
    color: var(--A6);
    font-size: medium;
    min-width: 70px;
}

.not_sort_list_item{
    background-color: var(--E10);
    border-color: transparent;
    display: block;
    margin: 10px 0;
    cursor: auto;
}

.sort_list_item{
    background-color: #f4f4f4;
    border-color: transparent;
    display: block;
    margin: 10px 0;
    cursor: move;
}

.true_list_item{
    background-color: #8fe79c;
    border-color: transparent;
    display: block;
    margin: 10px 0;
    cursor: auto;
}

.false_list_item{
    background-color: #e78f96;
    border-color: transparent;
    display: block;
    margin: 10px 0;
    cursor: auto;
}

.my-placeholder{
    width: 269px;
    height: 38px;
    background-color: #ddd;
}

.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: 'Noto_Kufi_Arabic_Regular';
    padding: 2px;
    width: 270px;
}

#java_second_password.not_match{
    border-color: var(--F14);
    border-style: dotted;
}

.warrant{
    user-select: none;
    cursor: pointer;
}

select.lavita_select{
    font-family: "Noto_Kufi_Arabic_Regular",system-ui;
    width: 270px;
    padding: 7px;
}

select.lavita_select option{
    font-family: "Noto_Kufi_Arabic_Regular",system-ui;
}

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: rtl;
}

.fix_label{
    cursor: pointer;
    user-select: none;
}

.empty-space{
    margin-left: 10px;
}


.new_table td{
    border: 1px solid #666;
}

.table_empty td{
    border: none;
}

.table_header_title{
    background-color:#4a69bd;
    color:#fff
}

.table_title{
    background-color:#ddd;
}

.edit_contract_h2{
    border-top: 1px dashed #666;
    border-bottom: 1px dashed #666;
    border-left: 1px dashed #666;
    padding: 10px 5px;
    margin: 10px 0;
    max-width: 400px;
    border-radius: 100px 0 0 100px;
    background-color: #f1f2f6;
}

/* end general styling */

/* start home styling */
.home_card{
    direction: rtl;
    background-color: #fff;
    margin: 10px 15px;
    padding: 10px 20px;
    border-radius: 5px;
    width : 25%;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 10%);
}

/* end home styling */

/* start cashier */

.cashier-right {

}

.cashier-left{

}

.section-title{
    border: 1px solid #ddd;
    padding: 2px 5px;
    cursor: pointer;
}

.welcome{
    direction: rtl;
    display: flex;
    align-items: center;
    color: #1369ad;
}

#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: right;
}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: right;
    background-color: #238cb5;
    color: white;
}

#bill th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: right;
    background-color: #f4f4f4;
    color: #333;
}

button.cashier-btn.active{
    background-color: #238cb5;
    color: #fff;
    border-radius: 5px;
    border-color: #015d81;
}

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;
}

/* end cashier */

/* start tests */

.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;
}

/* end tests */

/* start finacial  */

.finance_card {
    padding: 15px;
    background-color: #0780af;
    color: white;
    width: 150px;
    margin: 5px;
    border-radius: 5px;
}

.finance_card_main {
    padding: 15px;
    background-color: #0780af;
    color: #fff;
    width: 150px;
    margin: 5px;
    border-radius: 5px;
}

.finance_card.active {
    background-color: #005576;
}

.finance_card_main.active {
    background-color: #005576;
    color: #fff;
}

.finance_card.current {
    background-color: #005576;
}

.finance_card a {
    color: #f4f4f4;
    text-decoration: none;
}

.finance_card span {
    color: #f1c40f;
}

.finance_card_main a {
    color: #fff;
    text-decoration: none;
}

.finance_card a:hover{
    color: #f1c40f;
}

.finance_card_main a:hover {
    color: #f1c40f;
}

.finance_card_margin {
    margin: 3px 0;
    display: inline-block;
}

.table_total_footer{
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #555;
}

/* end finacial  */

/* start image background */

.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;
}

/* end image background */

/* start answer */

.add_answer{
    user-select: none;
    cursor: pointer;
    margin: 0 5px;
    transition: .2s;
    border-radius: 5px;
    padding: 2px 10px;
    background-color: var(--success);
    color: #fff;
    font-size: 15px;
}

.add_answer:hover{
    background-color: var(--success-h);
}

.remove_audio{
    user-select: none;
    cursor: pointer;
    margin: 0 5px;
    transition: .2s;
    width: fit-content;
    border-radius: 5px;
    padding: 2px 10px;
    background-color: var(--danger);
    color: #fff;
    font-size: 15px;
}

.remove_audio:hover{
    background-color: var(--danger-h);
}

.remove_answer{
    user-select: none;
    color: #337ab7;
    cursor: pointer;
    margin: 0 10px;
    margin-top: 5px;
}

/* end answer */

/* start switch */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.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: 26px;
    width: 26px;
    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(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* end switch */

/* start chat */

.chat_container{
    margin: 10px;
    padding: 10px;
    background-color: #fff;
}

.chat{
    background-image: url(../images/pp.png);
    height: 300px;
    overflow-y: scroll;
    padding: 10px 0;
}

.chat_message{
    background-color: #f9f9f9;
    padding: 0 10px;
    margin: 10px;
    border-radius: 5px;
    text-transform: none;
}

.message_time{
    font-size: small;
    color: #666;
    margin-left: 10px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.aright{
    align-self: self-start;
}

.aleft{
    align-self: self-end;
}

.chat_user{
    padding: 15px 10px;
    border-bottom: 1px solid #999;
}

.chat_user.active{
    background-color: #f4f4f4;
}

.chat_badge{
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    color: #fff;
    background-color: #17a2b8;
}

/* end chat */

/* start task manager */

table.task_manager,table.task_manager th,table.task_manager td{
    border: 1px solid #666;
}

table.task_manager{
    border-collapse: collapse;
    width: 1050px;
    empty-cells: show;
}

table.task_manager td{
    text-align: right;
    padding: 5px 5px 110px 20px;
    width: 150px;
}

table.task_manager th{
    width: 150px;   
}

.task1{
    position: absolute;
    text-align: right;
    font-size: 12px;
    color: #f4f4f4;
    padding: 1px 5px;
    border-radius: 5px;
    min-width: 127px;
}

.task2{
    position: absolute;
    text-align: right;
    font-size: 12px;
    color: #f4f4f4;
    padding: 1px 5px;
    border-radius: 5px;
    min-width: 127px;
    top : 60px;
}

.task3{
    position: absolute;
    text-align: right;
    font-size: 12px;
    color: #f4f4f4;
    padding: 1px 5px;
    border-radius: 5px;
    min-width: 127px;
    top : 90px;
}

.view_more{
    position: absolute;
    text-align: right;
    cursor: pointer;
    font-size: 12px;
    padding: 1px 3px;
    border-radius: 5px;
    min-width: 127px;
    top : 115px;

}

.friday{
    background-color: var(--P11);
}

.task_done{
    opacity: .5;
    text-decoration: line-through;
}

.task4,.task5,.task6,.task7,.task8,.task9,.task10,
.task11,.task12,.task13,.task14,.task15,.task16,
.task17,.task18,.task19,.task20{
    display: none!important;
}


.today_task_calender{
    background-color: #ddd;
    font-weight: 500;
}

.task1:hover,.task2:hover,.task3:hover{
    cursor: pointer;
    filter: brightness(85%);
}

.late_task{
    padding:5px;
    font-size: 12px;
    background-color:darkred;
    color:#fff;
    border-radius: 5px;
}

.ongoing_task{
    padding:5px;
    font-size: 12px;
    background-color:darkgray;
    color:#fff;
    border-radius: 5px;  
}

/* /// */

.L1{
    display: block;
    position: absolute;
}

.L2{
    display: block;
    position: absolute;
    width: 275px; 
}

.L3{
    display: block;
    position: absolute;
    width: 425px; 
}

.L4{
    display: block;
    position: absolute;
    width: 575px;
}

.L5{
    display: block;
    position: absolute;
    width: 725px;
}

.L6{
    display: block;
    position: absolute;
    width: 875px;
}

.L7{
    display: block;
    position: absolute;
    width: 1025px;   
}

/* /// */

.add_task_comment{
	width:100%;
	padding:10px;
	font-family: inherit;
	box-sizing: border-box;
}

.add_task_comment:focus{
	border-color: #333;
	outline: 0;
}

.add_task_comment_button{
	position:absolute;
	left:10px;
	bottom:20px;
}
.task_comment_container{
	background-color: #ddd;
	padding: 10px;
	border-radius: 5px;
	margin:10px 10px 10px 0;
}

.delete_task_comment{
	position:absolute;
	bottom:0;
	left:2px;
	color:darkred;
}

.delete_task_comment a{
	color:darkred;
}

/* custom table */

.custom_report{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #666;
}

.custom_report tr{
    border: 1px solid #666;
}

.custom_report th{
    border: 1px solid #666;
    padding: 5px;
}

.custom_report td{
    border: 1px solid #666;
    padding: 5px;
}

/* end task manager */

@media (max-width: 950px) { 

    body{
        font-size: 85%;
    }
	
	.navbar_title{
		font-size : 70%
	}
}

@media (max-width: 800px) { 

	body{
        font-size: 70%;
    }
	.navbar_title{
		display : none;
	}
}