
body {
    background-color: whitesmoke;
    font-family: Arial, sans-serif;
}


form{
    text-align: center;
}

table {
    text-align: center;
    margin: 0px auto;
    
}

.tr-head {
    position: sticky;
    top : 62px ;
    right: 0;
    z-index: 960;
    background-color: whitesmoke;
    border-bottom: 1px solid #000;

}
.tr {
    background-color: white;
    font-size: 16px;
    font-weight: 600;
    padding-left: 20px;
    position: sticky;
    z-index: 930 ;
}

.footer {
    position: sticky;
    bottom: 0px;
    z-index: 970 ;
    font-size: 18px;
    font-weight: 600;
    background-color: #ccc;
}
.over {
    text-align: center;
}

.form{
    width: 480px;
    margin: 15px auto;
    min-height: 475px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 0 15px #ccc;
    border-radius: 10px;
}

.select-menu{
    display: flex;
}

.dropdown {
    text-align: center;
    width: 150px;
    height : 35px ;
    background-color: #f2f2f2;
    border-radius: 5px;
    outline: none;
    border: none;
    font-size: 18px;
    font-weight: 600;
    margin: auto;
    margin-bottom: 5px;
}

.title {
    position: sticky;
    top : 55px ;
    width: 100;
    background-color: whitesmoke;
    padding: 5px 0;
    color : black ;
    margin-top: 55px;
    margin-bottom : 0 ;
    font-size: 18px ;
    font-weight: 700 ;
    text-align: center;
}
.aside-title {
    position: sticky;
    top : 0px ;
    right: 0;
    z-index: 940;
    width: 100%;
    background-color: #f2f2f2;
    padding: 5px 0;
    color : red ;
    margin:0;
    font-size: 18px ;
    font-weight: 700 ;
    text-align: center;
}

h1 {
    padding-top: 15px;
    color : rgb(0, 0, 0) ;
    font-size: 26px;
    font-weight: 800;
}

h4 {
    padding: 10px;
    color : red ;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 1px;
}

/************الرئيسية***********/
header {
    width: 100% ;
    height: 30px ;
}

section {
    display: flex;
    align-content: center;
    justify-content: space-evenly;
    width: 97%;
    margin : 0px auto ; 
}

#section_logo {
    transition: 0.4s ease;
}

#btn_nav{
    width : 40px ;
    height : 30px ;
    background-color : #fff ;
    border : none ;
    outline : none ;
    padding : 1px 6px;
    margin : 1px ;
    border-radius: 5px;
}
  
.span-nav {
    display: none ;
    width : 30px ;
    height : 30px ;
}
  
.span-nav i {
    font-size: 25px;
    margin : auto ;
}
  
.left_nav_active {
    display : none ;
}
  
#left_nav {
    font-size: 25px;
    margin : auto ;
    color : orangered ;
}
  
.span_nav_active {
    display: flex ;
    color : orangered ;
}
  
.nav{
    background-color: #fff;
    z-index: 998 ;
    position : fixed ;
    height: 100vh;
    top : 0 ;
    right : 0 ;
    transform: translateX(75%);
    transition: 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 100px;
    margin-top : 70px ;
    border-radius : 0.4em ;
}
  
.nav_active{
    background-color: #fff;
    z-index: 998 ;
    height: 100vh;
    width: 18%;
    transform: translateX(0%);
    transition: 0.4s ease ;
    animation: fedein 0.4s;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    border-radius : 0.5em 0 0 0 ;
    padding-bottom: 100px;
}

.nav-container {
    width: 100%;
    background-color: #fff;
    z-index: 999;
}

.container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-control {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    z-index: 999;
}

.div-menu {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1px 30px;
    border-radius: 5px ;
}

.div-menu a{
    width: 100%;
    border-radius: 5px ;
    transition: 0.3s ;
    color : orangered ;
}

.div-menu a:hover {
    background-color: orangered;
    border-radius: 7px ;
    color: white ; 
    padding-right: 20px;
}

.div-menu i {
    width: 70px;
    height: 40px;
    margin: 0 15px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #444;
}

.div-bell a {
    color: #666;
}
.div-bell {
    margin-left: 50px;
    background-color: #f2f2f2;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #555;
}

.div-bell :hover {
    color: orangered;
}

.main {
    display: flex;
    float: right;
    margin-top : 5em ;
    background-color : #222 ; 
    width : 25em ;
    margin-right : 2.7em ;
    margin-left : 2.7em ;
    height : 8.12em ;
    border-radius : 0.6em ;
    box-shadow: 3px 3px 5px orange;
}

.div-logo {
    width: 250px;
    background-color: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px 30px 30px 30px;
    margin-left: 30px;
}

.main-logo {
    width: 46px;
    margin : 0 ;
    overflow: hidden;
    border-radius : 50% ;
}

.main-logo img {
    width: 45px;
    height: 45px;
}

.div-user {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-user img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.main-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
}

.name-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
}

.main-icons i:hover {
    transition: 0.9s ;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    box-shadow: none;
}

.main-title h2 {
    color: rgb(0, 0, 0);
    letter-spacing: 2px;
    font-size: 22px;
    font-weight: 900;
    margin: auto;
}

.name-user h6 {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 700;
    margin: auto;
    padding-left: 10px;
}

.main-title span {
    color: gold;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 3px;
}

.name-title a :hover {
    color: red
}


.main-icons {
    text-align: center;
    height: 30px;
}

.main-icons i {
    position: relative;
    top: -35px ;
    width: 70px;
    padding: 15px 8px;
    border-radius: 50%;
    background-color: orangered;
    box-shadow: 0px 5px 6px #ccc;
    color : #fff;
    font-size: 1.9em;
    font-weight: 700;
    text-align: center;
    border: 5px solid #fff;
   
}

.name-title h3 {
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
}

.name-title a {
    text-decoration: none;
}

.main-btn {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top : 10em ;
    margin-left : 20px ;
    background-color : white ; 
    width : 13em ;
    height : 7.12em ;
    border-radius : 0.9em ;
    box-shadow: 1px 2px 3px #555;
    transition: 0.2s;
}

.main-btn:hover {
    width : 13.1em ;
    height : 7.13em ;
    box-shadow: 2px 3px 4px #555;
}

.nev-btn {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top : 70px ;
    margin-left : 18px ;
    background-color : white ; 
    width : 13em ;
    height : 7.12em ;
    border-radius : 0.9em ;
    box-shadow: 1px 2px 3px #555;
    transition: 0.2s;
}

.nev-btn:hover {
    width : 13.1em ;
    height : 7.13em ;
    box-shadow: 2px 3px 4px #555;
}

.end-btn {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top : 70px ;
    margin-left : 18px ;
    background-color : white ; 
    width : 13em ;
    height : 7.12em ;
    border-radius : 0.9em ;
    box-shadow: 1px 2px 3px #555;
    transition: 0.2s;
}

.end-btn:hover {
    width : 13.1em ;
    height : 7.13em ;
    box-shadow: 2px 3px 4px #555;
}

/**************المنتجات**********/

.main-products{
    float: right;
    width : 13% ;
    background-color: #f2f2f2;
    box-shadow: 1px 1px 7px #000;
    margin-top: 10px;
    height : 70vh ; 
    border-radius: 10px;
    margin-right: 50px;
}

.form-products{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height : 100% ;
}

.aside-products {
    float: left;
    width : 80% ;
    background-color: whitesmoke;
    box-shadow: 1px 1px 8px #000;
    margin-top: 10px;
    height : 70vh ;
    border-radius: 10px;
    overflow: auto;
}

.main-products button{
    text-align: center;
    text-decoration: none;
    width: 80%;
    background-color: white;
    padding: 2px 0;
    border-radius: 10px;
    font-size: 1.2em;
    font-weight: 700;
    box-shadow: 2px 2px 3px #111;
    color: #000;
}

.main-products button:focus {

    box-shadow: 0px -2px 3px #111;
}

#div-price {
    display: flex;
    flex-direction: row;
    align-content: space-between;
    align-items: center;
    margin: auto;
}

#div-price input {
    width: 80%;
    height: 50px;
    text-align: right;
    font-size: 19px;
    font-weight: 700;
}

#div-price label {
    margin-top: 12px;
}

#div-price span {
    color: red;
    font-size: 17px;
    font-weight: 600;
}

.form input {
    width: 90%;
    margin : 10px auto ;
    padding: 2px 10px;
}

.form label {
    padding: 2px 10px;
    margin : 5px 30px  0 0; 
    font-size: 19px;
    font-weight: 700;
}

.form input[type=submit] {
    width: 120px;
    padding: 2px;
    font-size: 19px;
    font-weight: 700;
    background-color: red;
    outline: none;
    border : none ;
    color : white ;
    border-radius: 6px;
       
}

.dropdown-product {
    text-align: center;
    width: 190px;
    height : 35px ;
    background-color: #f2f2f2;
    border-radius: 5px;
    outline: none;
    border: none;
    font-size: 18px;
    font-weight: 600;
    margin: auto;
}

.div-radio{
    display: flex;
    justify-content: space-evenly;
}

.radio {
    display: flex;
    width: 30px;
    margin-left: 30px;
}

.select-product {
    display: flex;
    flex-direction: row;
    margin: 0px auto;
    text-align: center;
}

.select-product input {
    width: 85px;
    border-radius: 5px;
    outline: none;
    border: none;
    margin: 10px auto;
    padding: 4px 3px;
    background-color: red;
    font-size: 16px;
    font-weight: 700;
    color : white
}

.div-radio .radio label {
    padding: 0px 5px;
    margin: 2px 5px;
}

#txt_product input[type=button]{
    position: absolute;
    left : 1px ;
    top :14px ;
    width : 20px ;
    margin : 0 ;
    height: 50px ;
    padding: 4px;
    border-radius: 4px;
    background-color: greenyellow;
    outline: none;
    border : none ;
    font-weight: 700;
}

#txt_product label {
    margin-top: 15px
}

.btn_del {
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 3px 6px;
    color: white;
    background-color: red;
    font-size: 16px;
    font-weight: 500;
}

.btn_update {
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 3px 6px;
    color: white;
    background-color: orangered;
    font-size: 16px;
    font-weight: 500;
}

/*************الموظفين**********/


.form-employees {
    width: 70%;
    margin : auto ; 
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 5px auto;
}

.first-input { 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin : auto ;
    margin-bottom: 17px;
}
.middle-input {
    width: 100%;
    margin : auto ; 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin : 17px auto ;
}
.end-input {
    margin : auto ; 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin : 17px auto ;

}
.form-employees button {
    margin-top: 20px;
    width: 150px;
    font-size: 20px;
    font-weight: 600;
}
.form-employees h4{
    margin: 0px auto;
    
}
.form-employees label {
    font-size: 18px;
    font-weight: 600;
}
.form-employees input {
    font-size: 18px;
    font-weight: 500;
}

.radio-employess {
    width: 650px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.radio-employess label {
    padding: 0 5px;
}

.radio-employess p {
    margin-top: 10px;
    color: red;
    font-size: 18px;
    font-weight: 600;
}

.btn_rival {
    outline: none;
    padding: 2px 10px;
    border : none ;
    background-color: blueviolet;
    color : white ;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
}

.btn_incentives {
    outline: none;
    padding: 2px 10px;
    border : none ;
    background-color: darkgreen;
    color : white ;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
}

.btn_del_employees {
    outline: none;
    padding: 2px 10px;
    border : none ;
    background-color: red;
    color : white ;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
}

/***********عميل جديد************/

.create-client {
    display: flex;
    flex-direction: column;
    margin-top: 100px;
    width: 80%;
    height: 80vh;
    background-color: whitesmoke;
    border-radius: 15px;
    box-shadow: 0px 0px 5px #111;
    overflow: auto;
}

.create-client h4{
    margin: 0px;
    padding: 10px;
}
.create-client label{ 
    font-size: 17px;
    font-weight: 600;
}
.create-client input{ 
    font-size: 16px;
    font-weight: 500;
}
.first-input-client {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin : auto ;
    margin-bottom: 5px;
}
.middle-input-client {
    width: 100%;
    margin : auto ; 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin : auto ;
    margin-bottom: 15px;
}
.end-input-client {
    width: 100%;
    margin : auto ; 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    margin : 10px auto ;
}

.create-client form button {
    float: right;
    position: sticky;
    top : 0px ;
    right: 0px;
    width: 40px;
    height: 30px;
    border: none;
    outline : none ;
}
.create-client i {
    float: right ;
    width: 40px;
    height: 30px;
    margin-right:0px;
    font-size: 17px;
    margin: auto;
    margin-top: 0px;
    padding-top: 7px;
    color: #222;
    background-color: whitesmoke;
    border-radius: 3px;
    border: none;
    outline : none ;
}
.create-client i:hover {
    cursor: pointer;
    background-color: rgb(219, 53, 53);
    color: rgb(243, 238, 238);
}
.form-add-client {
    width: 85%;
    height: 90%;
    margin: auto;
    margin-top: 10px;
}
.create-client form input[type="submit"] {
    margin-top: 20px;
    width: 100px;
    font-size: 18px;
    font-weight: 600;
}

.radio2 {
    width: 150px;
}

.radio2 label {
    margin-right: 3px;
    color :rgb(212, 31, 31) ;
    font-size: 20px;
}


/***********الاعدادات***********/

.section-setting {
    width: 95%;
    margin-top: 70px;
    margin-right: 70px;
    margin-bottom: 10px;
    height: 80vh;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    overflow-x: auto;
}
.form-country{
    width: 300px;
    height: 430px;
    margin: 10px auto;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #444;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
}
.form-country input[type=text]{
    text-align: right;
    font-size: 17px;
    font-weight: 600;  
}
.form-country input[type=submit] {
    text-align: center;
    width: 100px;
    font-size: 17px;
    font-weight: 600;
    padding: 5px;
    border-radius: 5px;
    outline: none;
    border : none ; 
    background-color: rgb(2, 176, 2);
    color: white;
    transition: 1s ;
}
.form-country input[type=submit]:hover {
    background-color: green;
    color: #f2f2f2;
    letter-spacing: 1px;
}
.div-contry {
    display: flex;
    flex-direction: row;
    margin: auto;
    align-content: center;
}
.div-contry input {
    height: 44px;
    margin-top: 2px;
}
.form-country span {
    font-size: 17px;
    font-weight: 500;
    color : red ;
}
.div-penalty {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    margin: auto;

}
.div-penalty input[type=number] {
    width: 93%;
    margin: auto;
}
.div-penalty input[type=submit] {
    width: 20%;
    height: 45px;
    margin: auto;
}

/*********العملاء*********/

.main-header {
    width : 100% ;
    height: 150px;
    margin: auto;
    background-color: white;
    margin-top: 61px;
    transform: translateY(-87%);
    border-radius: 0 0 5px 5px ;
    transition: 0.5s ease;
    position: sticky;
    z-index: 980;
}
.main-header-active {
    transform: translateY(0%);
    animation: fedein 0.4s;
    z-index: 990;
}
.menu-header {
    width: 100%;
    height: 90%;
}
.button-header {
    text-align: center;
    width: 100%;
    height: 17%;
    margin: auto;
}
.button-header button {
    width : 100% ;
    border-radius: 0 0 5px 5px ;
    height: 100% ;
    background-color: white;
    outline: none ;
    border:none ;
    border-top: 2px solid orangered;
}
.button-header i {
    font-size: 22px;
    color: orangered ;
}
.u-turn {
    transition: 0.3s ;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.section-clint {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 94.5%;
    margin-right: 75px;
    margin-left: 20px;
}
.main-menu {
    float: right;
    width : 12% ;
    background-color: #f2f2f2;
    box-shadow: 1px 1px 7px #000;
    height : 78vh ; 
    border-radius: 10px;
    margin-top: -85px;
}

.main-menu button{
    text-align: center;
    text-decoration: none;
    width: 90%;
    background-color: white;
    padding: 2px 0;
    border-radius: 10px;
    font-size: 1.1em;
    font-weight: 700;
    letter-spacing: 1px;
    box-shadow: 2px 2px 3px #111;
    color: #000;
}
.main-menu button:focus {
    box-shadow: 0px -2px 3px #111;
}
.form-menu{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height : 100% ;
}
.tr-head-client {
    position: sticky;
    top : 0 ;
    right: 0;
    z-index: 970;
    background-color: whitesmoke;
}
.aside-menu {
    float: left;
    width : 87.2% ;
    background-color: #f2f2f2;
    box-shadow: 1px 1px 8px #000;
    height : 78vh;
    border-radius: 10px;
    overflow: auto;
    margin-top: -85px;
}

.btn-update {
    width: 120px;
    padding: 2px;
    font-size: 19px;
    font-weight: 700;
    background-color: red;
    outline: none;
    border : none ;
    color : white ;
    border-radius: 6px;   
}

.btn_update_client {
    text-decoration: none;
    width: 80px;
    padding: 2px;
    font-size: 18px;
    font-weight: 600;
    background-color: red;
    outline: none;
    border : none ;
    color : white ;
    border-radius: 6px;   
}

.btn_above_penalty {
    text-decoration: none;
    width: 80px;
    padding: 5px;
    font-size: 16px;
    font-weight: 600;
    background-color: red;
    outline: none;
    border : none ;
    color : white ;
    border-radius: 6px;   
}

.btn-delete-price {
    text-decoration: none;
    width: 90px;
    padding: 3px;
    font-size: 17px;
    font-weight: 600;
    background-color: red;
    outline: none;
    border : none ;
    color : white ;
    border-radius: 6px;   
}

.btn_del_client {
    text-decoration: none;
    padding: 2px 5px;
    font-size: 18px;
    font-weight: 600;
    background-color: red;
    color : white ;
    border-radius: 6px;   
    outline: none;
    border : none ;
}

.view_page {
    padding: 5px;
    font-size: 17px;
    font-weight: 600;
    background-color: green;
    color : white ;
    border-radius: 6px;   
    outline: none;
    border : none ;
}


.btn-back {
    width: 120px;
    padding: 2px;
    font-size: 19px;
    font-weight: 700;
    background-color: red;
    outline: none;
    border : none ;
    color : white ;
    border-radius: 6px;   
}

.form-search {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: sticky;
    top : 0 ;
    z-index: 960;
    background-color: #f2f2f2;
    height: 68px;
    flex-wrap: wrap;
}
.form-search input[type=search] {
    width : 180px ;
    font-size: 17px;
    font-weight: 600;
}
h5 {
    padding: 10px;
    color : red ;
    font-size: 18px;
    font-weight: 600;
}
.div-title {
    width: 100%;
    background-color: #f2f2f2;
    padding: 5px 0;
    color : red ;
    margin:0;
    font-size: 18px ;
    font-weight: 700 ;
    text-align: center;
    position: sticky;
    top : 0 ;
    z-index: 965;
}
.div-title span {
    padding: 10px;
    color : blueviolet ;
    font-size: 19px;
    font-weight: 600;
}

.aside-title {
    display: flex;
    justify-content: space-evenly;
}
.div-main {
    background-color : greenyellow ;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    width: 120px;
    height: 50px;
    box-shadow: 0px 1px 5px #111;
    border : none ;
    outline : none ;
    border-radius: 5px;
}

.div-main input {
    background-color : greenyellow ;
    font-size: 18px;
    font-weight: 600;
    border : none ;
    outline : none ;
    letter-spacing: 1px;
    transition: .5s;
}
.div-main :hover {
    letter-spacing: 1.7px;

}
.div-main h6 {
    padding: 0px;
    background-color : greenyellow ;
    color: red;
    font-size: 17px;
    font-weight: 700;
    border : none ;
    outline : none ;
}
.form-client {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}

.div-price {
    display: flex;
    flex-direction: row;
}
/**********حسابات الموظف*********/
.page-employee{
    position: fixed;
    top : 95px;
    left : 10px;
    text-align : center ;
    margin : auto ;

}
.info {
    width : 260px ;
    font-weight : 20px ;
    background-color : #f2f2f2 ;
    color : #fff ;
    margin-bottom : 10px ;
    margin-right : 75px ;
    padding : 5px ;
    border-radius: 5px;
    box-shadow: 0px 0px 8px #444;
    animation : fedeIn 0.1s ease-in-out ;
    position: sticky;
    z-index: 999;
    min-height:100px;
    overflow: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-items: stretch;
    justify-content: space-between;
}

.info label {
    font-size: 17px;
    font-weight: 600;
    color: red;
    letter-spacing: 1px;
}

.info h5 {
    font-size: 16px;
    font-weight: 600;
    color: orangered;
    margin-bottom: 20px;
}

.close {
    float: right;
    outline: none;
    border: none;
    background-color: none;
    width: 24px;
    font-weight: 900;
    border-radius: 2px;
    background-color: whitesmoke;
}

.close:hover {
    background-color: #f2f2f2;
}

@keyframes fedeIn{
    0%{
      opacity : 0 ;
    }
    100%{
      opacity : 1 ;
    }
}
/*********الخزينة**********/

.div-safe {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    width: 95%;
    height: 100%;
    text-align: center;
    margin: auto;
    overflow: auto;
}

.div-safe h6 {
    font-size: 21px;
    font-weight: 900;
    letter-spacing: 1px;
    color : red ;
}

.all-safe {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    background-color: #f2f2f2;
    padding: 10px 0;
    border-radius: 10px;
    box-shadow: 0 3px 5px #ccc;
    height: 110px;
    width: 290px;
    margin: 10px auto;
}

.safe {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    align-content: center;
    width: 95%;
    height: 100%;
    
}
.safe input {
    width: 80px;
    border-radius: 5px;
    text-align: center;
    font-size: 17px;
    font-weight:800 ;
}

.safe label {
    font-size: 17px;
    font-weight:700 ;
}




/***********متابعة العملاء**********/

.div-follow { 
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 95%;
    flex-wrap: wrap;
    margin: auto;
}

.form-follow {
    width: 320px;
    height: 390px;
    background-color: #fff;
    box-shadow: 0px 0px 6px #ccc;
    border-radius: 7px;
    margin: 10px auto;
}
.form-follow h6 {
    text-align: center;
    margin: auto;
    margin-top: 15px;
    color : red ;
    font-size: 18px;
    font-weight: 600;
}

.form-follow input {
    width : 95% ;
    margin : 6px auto ;
    height: 30px;
    font-size: 18px;
    font-weight: 600;
    background-color: #f2f2f2;
}
.form-follow input[type="button"] {
    width : 30% ;
    margin : 5px auto ;
    height: 35px;
    border-radius: 7px;
    outline: none;
    border: none;
    transition: 0.4s;
    background-color : red ;
    letter-spacing: 1px;
    color: #fff;
}
.form-follow input[type="button"]:hover {
    background-color : rgb(199, 30, 251) ; 
    letter-spacing: 2px;
}
.form-follow input[type="submit"] {
    width : 30% ;
    margin : 5px auto ;
    height: 35px;
    border-radius: 7px;
    outline: none;
    border: none;
    transition: 0.4s;
    background-color : red ;
    letter-spacing: 1px;
    color: #fff;
}
.form-follow input[type="submit"]:hover {
    background-color : rgb(199, 30, 251) ; 
    letter-spacing: 2px;
}

.form-follow input[type="date"] {
    width : 95% ;
    margin : 6px auto ;
    height: 55px;
    font-size: 18px;
    font-weight: 500;
    padding: 0 10px;
    outline: none;
    border : none ;
    border-radius: 5px;
    background-color: #f2f2f2;
}
.form-follow textarea {
    width : 95% ;
    margin : 6px auto ;
    height: 300px;
    font-size: 18px;
    font-weight: 500;
    background-color: #f2f2f2;
}
.form-follow span {
    font-size: 15px;
    color: red;
}

.radio {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin : 0px auto;
}

.div-radio {
    display: flex;
    align-content: center;
    align-items: center;
    margin : 0px auto ;
}
.div-radio p {
    margin : 2px 0 ;
    margin-right: 10px;
    color : red ;
    font-weight: 500;
}

@keyframes fedein{
    0%{
      opacity : 0 ;
    }
    100%{
      opacity : 1 ;
    }
  }


/**********صفحة العميل***********/

.btn-page {
    outline: none;
    border: none;
    background-color: white;
    font-size: 16px;
    font-weight: 700;
}
.btn-page:hover {
    color: orangered;
}

.form-page {
    width: 650px;
    height: 425px;
    background-color: #fff;
    box-shadow: 0px 0px 6px #e7e6e6;
    border-radius: 7px;
    margin: 10px auto;
    overflow: auto;
    padding: 0 10px;
}

.tr-payment {
    position: sticky;
    top : 0 ;
    z-index: 850;
    background-color: white;
}

.footer-payment {
    position: sticky;
    bottom: 0px;
    z-index: 999 ;
    font-size: 18px;
    font-weight: 600;
    color: red;
    background-color: #ccc;
}


/********التقارير***********/


.form-reports {
    width: 90%;
    height: 430px;
    background-color: #fff;
    box-shadow: 0px 0px 6px #e7e6e6;
    border-radius: 7px;
    margin: 10px auto;
    overflow: auto;
    padding: 0 10px;
}


#select_report {
    width: 200px;
    font-size: 18px;
    font-weight: 600;
    margin-right: 30px;
}

/**********شريحة جديدة***********/

.section-sim {
    display: flex;
    flex-direction: column;
    margin-top: 100px;
    width: 80%;
    height: 82vh;
    background-color: whitesmoke;
    border-radius: 15px;
    box-shadow: 0px 0px 5px #111;
    overflow: auto;
}

.section-sim label {
    font-size: 18px;
    font-weight: 600;
}

.title-sim {
    text-align: center;
    padding : 0;
    margin : 0px  ;
}

.div-sim {
    width: 96%;
    height: 100%;
    margin : auto ;
    margin-top: 0px;
}

.form-sim {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.chield-sim {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    flex-wrap: wrap;
}

.chield-sherek select {
    width: 180px;
    height: 40px;
    padding: 1px 10px;
    margin: auto;
    font-size: 18px;
    font-weight: 600;
}



.div-sim input[type="number"] {
    width: 100px;
    height: 35px;
    padding: 2px 10px;
    margin: auto;
    font-size: 18px;
    font-weight: 600;
}

.chield-sim label {
    margin-bottom: 2px;
    font-size: 18px;
    font-weight: 600;
}

.radio-sim {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: 2px auto;
    flex-wrap: wrap;
}

.radio-sim p {
    display: flex;
    width: 120px;
    margin: 5px auto;
    font-size: 20px;
    font-weight: 600;
    color: orangered;
}

.radio-sim input[type="radio"] {
    margin: 0 10px;

}

.div-Divided {
    display: none;
}
.div-sherek {
    display: none;
}

.chield-sherek {
    width: 100%;
    display: none;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    margin: 2px auto;
    flex-wrap: wrap;
}

.label label {
    color:red;
    margin-top: 2px;
}

.label input {
    background-color: #fffbfb
}

.div-sherek input[type="button"] {
    text-align: center;
    outline: none;
    border: none;
    background-color: red;
    color: #fff;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 7px;
    padding: 3px 12px;
    margin-bottom: 94px;
}

.div-sim input[type="submit"] {
    text-align: center;
    outline: none;
    border: none;
    background-color: green;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 7px;
    padding: 3px 12px;
    margin-top: 20px;
}

.section-sim form button {
    float: right;
    position: sticky;
    top : 0px ;
    right: 0px;
    width: 40px;
    height: 30px;
    border: none;
    outline : none ;
}
.section-sim i {
    float: right ;
    width: 40px;
    height: 30px;
    margin-right:0px;
    font-size: 17px;
    margin: auto;
    margin-top: 0px;
    padding-top: 7px;
    color: #222;
    background-color: whitesmoke;
    border-radius: 3px;
    border: none;
    outline : none ;
}
.section-sim i:hover {
    cursor: pointer;
    background-color: rgb(219, 53, 53);
    color: rgb(243, 238, 238);
}


/**********التحصيلات*********/

.section-collection {
    width: 94%;
    margin: auto;
    margin-right: 80px;
    max-height: 93vh ;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-content: space-between;
    padding: 10px;
    flex-wrap: wrap;
    overflow: auto;
    margin-top: 50px;

}

.div-collection {
    height: 50px;
    text-align: center;
    align-items: center;
    margin:15px auto;
}

.menu-collection {
    height: 80px;
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
    position: sticky;
    top : 0 ;
    background-color: #fff;
    z-index: 940;
}

.menu-collection input[type="submit"] {
    font-size: 17px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 5px;
    outline: none;
    border: none;
    transition: 0.5s;
    margin-left: 15px;
}

.menu-collection input[type="submit"]:hover {
    color: orangered;
}


.aside-collection {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 80%;
    margin: 0;
    padding-top: 30px;
    overflow: auto;
}

.Div-safe {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    width: 95%;
    height: 100%;
    text-align: center;
    margin: auto;
    overflow: auto;
}

.Div-safe h6 {
    font-size: 21px;
    font-weight: 900;
    letter-spacing: 1px;
    color : red ;
}

.All-safe {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    background-color: #f2f2f2;
    padding: 0;
    border-radius: 10px;
    box-shadow: 0 3px 5px #ccc;
    height: 370px;
    width: 290px;
    margin: 10px auto;
    overflow: auto;
}

.All-safe h5 {
    margin-top: 10px;
}

.All-Safe {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    background-color: #f2f2f2;
    padding:  0;
    border-radius: 10px;
    box-shadow: 0 3px 5px #ccc;
    height: 270px;
    width: 500px;
    margin: 10px auto;
    overflow: auto;
}

.Safe {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    align-content: center;
    width: 95%;
    height: 45px;
    margin: 0;
}
.Safe input {
    width: 80px;
    border-radius: 5px;
    text-align: center;
    font-size: 17px;
    font-weight:800 ;
}

.Safe label {
    font-size: 17px;
    font-weight:700 ;
}


.safe-name {
    width: 97%;
    height: 43px;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 5px;
    padding: 2px;
}

.safe-name h6 {
    font-size: 18px ;
    font-weight: 600;
    margin-top: 10px;
}

.safe-name button {
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 2px 5px;
    background-color: red;
    color:#fff ;
    font-size: 17px;
    font-weight: 800;
}



.div-price-sim h5 {
    color : blue ;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.div-price-sim h6 {
    font-size: 20px;
    font-weight: 600;
}

.action-collection {
    text-align: center;
    margin: auto;
    width: 700px;
}

.action-collection form {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 5px auto;
}

.action-collection div {
    width: 30%;
    margin: auto;
}

.action-collection label {
    font-size: 17px;
    font-weight: 600;
}

.action-collection input[type="date"] {
    width: 150px;
    margin: 10px;
}

.action-collection select {
    width: 150px;
    margin: 10px;
    font-size: 18px;
    font-weight: 500;
}

.action-collection input[type="button"] {
    width: 80px;
    margin: auto;
    margin-top: 30px;
    outline: none;
    border: none;
    padding: 5px 20px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 5px;
    background-color: greenyellow;
}

.view-collectoin {
    width: 100%;
    margin: auto;
}

/***************المصروفات***************/

.section-expenses {
    width: 94%;
    margin: auto;
    margin-right: 80px;
    max-height: 93vh ;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    padding: 10px;
    flex-wrap: wrap;
    overflow: auto;
    margin-top: 50px;

}

.aside-expenses {
    width: 100%;
    margin: auto;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    overflow: auto;
}

.view-expenses {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
}
.All-expenses {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    background-color: #f2f2f2;
    padding: 0;
    border-radius: 10px;
    box-shadow: 0 3px 5px #ccc;
    height: 270px;
    width: 290px;
    margin: 10px auto;
    overflow: auto;
}

.div-select {
    display: flex;
    flex-direction: row;
    margin: 10px auto;
    justify-content: space-between;
}
.div-select select {
    margin: 0 10px;
}

.detiles {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    background-color: #f2f2f2;
    padding: 0;
    border-radius: 10px;
    box-shadow: 0 3px 5px #ccc;
    height: 270px;
    width: 300px;
    margin: 5px auto;
    text-align:center ;
}

.detiles-expenses {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 95%;
    margin: 0;
    overflow-y: auto;
    text-align: center;
}
.detiles-expenses input {
    width: 100px;
    border-radius: 5px;
    text-align: center;
    font-size: 17px;
    font-weight:800 ;
    margin-bottom: 3px;
}

.detiles-expenses label {
    font-size: 17px;
    font-weight:700 ;
    margin-bottom: 3px;
    margin-right: 5px;
}

.div-ditales {
    width: 100%;
    overflow: auto;
    height: 200px;
}

.div-all-ditales {
    width: 100%;
    overflow: auto;
    height: 200px;
}

.tr-expenses {
    position: sticky;
    top : 0 ;
    z-index: 750;
    background-color: #fff;
}

.label-deitels:hover {
    cursor: pointer;
    color: red;
}

.label-all-deitels:hover {
    cursor: pointer;
    color: red;
}


/**********************************
*************الموبايلات************
**********************************/


@media (max-width:1025px){
    #nav-link{
      display : none ;
    }
    .nav{
    transform: translateX(100%);
    transition: 0.4s ease ;
    }
    .nav_active{
    background-color: #fff ;
    z-index: 990 ;
    height: 100vh;
    width: 40%;
    transform: translateX(0%);
    transition: 0.4s ease ;
    animation: fedein 0.4s;
    }


  }



@media (max-width:920px){

    /***********الرئيسية************/
    header{
        width: 100px;
    }
    section {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 10px;
    }
    .section-logo{
        margin-top: 70px;
    }
    
    .form{
        width: 95%;
        margin-top: 35px;
    }

    .nav{
        transform: translateX(100%);
        transition: 0.4s ease ;
    }
    .nav_active{
        background-color: #fff;
        z-index: 998 ;
        height: 100vh;
        width: 60%;
        transform: translateX(0%);
        transition: 0.4s ease ;
        animation: fedein 0.4s;
    }

    main {
        width: 100%;
    }
    .main {
        width: 90%;
        margin : 2px auto ;
    }
    .div-logo {
        margin-left: 10px;
    }

    .span-nav i {
        font-size: 20px;
    }
      
    #left_nav {
        font-size: 15px;

    }
    .main-btn {
        margin : 7px auto ;
        margin-top: 50px;
        width: 45%;
    }
    .nev-btn {
        margin : 7px auto ;
        margin-top: 50px;
        width: 45%;
    }
    .end-btn {
        margin : 7px auto ;
        margin-top: 50px;
        width: 45%;
    }

    /*****المنتجات******/
    .main-products{
        width: 98%;
    }
    .form-products{
        width: 95%;
    }
    .aside-products {
        width : 98% ;
        height: 70vh;
    }

    /*******عميل جديد******/

    .create-client {
        width: 98%;
        height: 80vh;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: auto;
        margin-top: 100px;
        text-align: center; 
    }
    .create-client input {
        width: 80%;
        margin: auto;
        text-align: right;
    }

    .create-client label {
        margin: auto;
        margin-top: 10px;
    }

    .create-client select {
        margin: auto;
        width: 60%;
    }
    .form-add-client {
        width:95%;
        margin: auto;

    }
    .first-input-client div {
        margin: auto;
        text-align: center;
        width: 80%;
    }
    .middle-input-client div {
        margin: auto;
        text-align: center;
        width: 100%;
    }
    .end-input-client div {
        margin: auto;
        text-align: center;
        width: 60%;
    }
    .form-title {
        display: flex;
        align-content: space-between;
        margin: auto;
    }
    .div-address {
        width: 100%;
        height: 30px;
        margin: auto;
    }
    .create-client form button {
        display: none;
    }
    .create-client input[type=submit]{
        margin-bottom: 10px;
        text-align: center;
    }

    #address_client {
        width: 100%;
        margin: 0;
    }
    #address_Guarantor {
        width: 100%;
    }

    /*********العملاء********/

    .section-clint {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin: auto;
        width: 100%;
    }
    .div-clint {
        width : 100% ; 
        display: flex;
        text-align: center;
        flex-direction: column;
        align-items: center;
        align-content: center;
        margin: 0;
    }
    .main-menu {
        width : 97% ;
        background-color: #f2f2f2;
        box-shadow: 1px 1px 7px #000;
        height : 70vh ; 
        border-radius: 10px;
        margin: auto;
        margin-top: -50px;
        
    }
    .main-menu button{
        text-align: center;
        text-decoration: none;
        width: 80%;
        background-color: white;
        padding: 2px 0;
        border-radius: 10px;
        font-size: 1.2em;
        font-weight: 700;
        box-shadow: 2px 2px 3px #111;
        color: #000;
    }

    .form-menu{
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        width: 100%;
        height : 100% ;
    }

    .aside-menu {
        display: none;
        width : 97% ;
        background-color: whitesmoke;
        box-shadow: 1px 1px 8px #000;
        height : 70vh ;
        border-radius: 10px;
        overflow: auto;
        margin: auto;
        margin-top: 20px;
    }


    .aside-menu .form-search {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .aside-menu .form-search h4{
        font-size: 16px;
    }

    .div-title {
        position: sticky;
        z-index: 940;
    }

    .div-title h4 {
        font-size: 16px;
    }
    .div-title h5 span {
        font-size: 15px;
        margin : 10px 0px;
        padding: 1px;
    }

    .aside-title h5 {
        font-size: 14px;
        margin : 10px ;
        padding: 1px;
    }

    .form-reports {
        width: 100%;
    }

    #select_report {
        margin-right: 50px;
        width: 150px;
    }

    .aside-title span {
        display: flex;
    }
    .aside-title h5 {
        display: none;
    }

    

    /*********الاعدادات**********/

    .section-setting {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin: auto;
        padding-top: 1580px;
        width: 95%;
        margin-top: 90px;
    }

    .nav-container {
        width: 100%;
    }

    .form-country {
        width: 100%;
        margin: 10px 0;
        padding: 0px 2px 0px 4px;
    }

    .form-country input{
        padding: 0;
        margin: 0;
    }

    /*********الموظفين**********/

    .title h1 {
        font-size: 20px;
        letter-spacing: 1px;
        font-weight: 600;
        margin-top: 10px;
    }
    .section-employees {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin: auto;
        width: 94%;
        
    }

    .section-employees .main-products {
        width: 100%;
        margin: auto;
        margin-top: 5px;
    }

    .section-employees .aside-products {
        width: 100%;
        margin: auto;
        margin-top: 5px;
        min-height: 70vh;
    }

    .aside_employees .form-products {
        width: 100%;
        margin: auto;
    }

    .form-employees input {
        width: 100%;
        margin: auto;
        text-align: right;
    }

    .form-employees button {
        width: 60%;
        margin: 20px auto;

    }

    .form-employees button:hover {
        background-color: red;
    }

    .form-employees div {
        width: 100%;
        margin: auto;
    }

    .form-employees label {
        margin: auto;
        margin-top: 10px;
    }

    .middle-input {
        margin: auto;
        width: 100%;
    }
    .middle-input select {
        margin: auto;
        width: 90%;
    }

    /*******الشريحة******/

    .section-sim {
        width: 98%;
        height: 80vh;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-top: 100px;
    }
    /*********التحصيلات********/
    .section-collection {
        margin: auto;
        width: 100%;
    }
    .menu-collection {
        height: auto;
    }
    .div-input {
        height: 80px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        margin-top: 35px;
    }
    .div-input input {
        margin: 3px auto;
    }

    .Div-safe {
        width: 100%;
    }

    /*********المصروفات********/
    .section-expenses {
        margin: auto;
        width: 99%;
        margin-top: 70px;
        display: block;
        padding: 0;
    }
    .menu-collection {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .div-input {
        height: 120px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        text-align: center;
        margin-top: 25px;
    }
    .div-input input {
        margin: 3px auto;
    }
    .view-expenses {
        width: 100%;
    }

    .aside-expenses {
        margin-top: 10px;
    }
}

    /**************************/

    /**************************/
@media (width=912px){

    section {
        width:100%;
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 10px;
    }
    .section-logo{
        margin-top: 70px;
    }
    .form{
        width: 95%; 
        margin-top: 35px;
    }

    main {
        width: 100%;
    }

    .main {
        width: 70%;
        height: 109px;
        margin : 82px auto ;
        margin-left: 10px;
    }
    .main-title{
        width: 82%;
    }
    .main-title h3 {
        font-size: 18px;
        font-weight: 500;
    }

    .main-title h2 {
        text-align: center;
        font-size: 20px;
        font-weight: 600;
    }
    
    .main-title span {
        font-size: 15px;
        font-weight: 800;
    }
    .main-btn{
        width: 16em;
        height: 110px;

    }
    .div-logo {
        margin-left: 10px;
    }
    .span-nav i {
        font-size: 20px;
    }
      
    #left_nav {
        font-size: 15px;

    }

    .main-btn {
        margin : 7px auto ;
        margin-top: 50px;
        width: 30%;
    }
    .nev-btn {
        margin : 7px auto ;
        margin-top: 50px;
        width: 30%;
    }
    .end-btn {
        margin : 7px auto ;
        margin-top: 50px;
        width: 30%;
    }
    /*****المنتجات******/
    .main-products{
        width: 98%;
    }
    .form-products{
        width: 95%;
    }
    .aside-products {
        width : 98% ;
        height: 70vh;
    }

    /*******عميل جديد******/

    .create-client {
        display: flex;
        flex-direction: row;
        align-content: space-between;
        align-items: center;
        text-align: center;
    }
    .create-client input {
        margin: auto;
        text-align: right;
    }

    .create-client label {
        margin: auto;
        margin-top: 10px;
    }

    .create-client select {
        margin: auto;
        width: 100%;
    }
    .form-add-client {
        width:100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
    }
    .first-input-client {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        width: 80%;
    }
    .middle-input-client {
        display: flex;
        flex-direction: row;
        align-items: center;
        align-content: center;
        width: 45%;
    }
    .end-input-client {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        width: 75%;
    }
    .form-title {
        display: flex;
        align-content: space-between;
        margin: auto;
    }
    .div-address {
        width: 100%;
        height: 30px;
        margin: auto;
    }
    .create-client form button {
        display: none;
    }
    .create-client input[type=submit]{
        margin-bottom: 10px;
    }
    /*********العملاء********/
    .section-clint {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin: auto;
        width: 100%;
    }
    .div-clint {
        width : 100% ; 
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        margin: 0;
    }
    .main-menu {
        width : 97% ;
        background-color: #f2f2f2;
        box-shadow: 1px 1px 7px #000;
        height : 70vh ; 
        border-radius: 10px;
        margin: auto;
        margin-top: -50px;
        
    }
    .main-menu button{
        text-align: center;
        text-decoration: none;
        width: 80%;
        background-color: white;
        padding: 2px 0;
        border-radius: 10px;
        font-size: 1.2em;
        font-weight: 700;
        box-shadow: 2px 2px 3px #111;
        color: #000;
    }

    .form-menu{
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        width: 100%;
        height : 100% ;
    }

    .aside-menu {

        width : 97% ;
        background-color: whitesmoke;
        box-shadow: 1px 1px 8px #000;
        height : 70vh ;
        border-radius: 10px;
        overflow: auto;
        margin: auto;
        margin-top: 20px;
    }


    .aside-menu .form-search {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .aside-menu .form-search h4{
        font-size: 16px;
    }

    .div-title {
        position: sticky;
        z-index: 940;
    }

    .div-title h4 {
        font-size: 16px;
    }
    .div-title h5 span {
        font-size: 15px;
        margin : 10px 0px;
        padding: 1px;
    }

    .aside-title h5 {
        font-size: 14px;
        margin : 10px ;
        padding: 1px;
    }

    .form-reports {
        width: 100%;
    }

    /*********الاعدادات**********/

    .section-setting {
        display: flex;
        flex-direction: row;
        padding-top: 1580px;
        height: 80vh;
        margin: auto;
        width: 97%;
        margin-top:90px;
        overflow: auto;
    }
    .nav-container {
        width: 100%;
    }

    .form-country {
        width: 100%;
        margin: 10px 0;
        padding: 0px 2px 0px 4px;
    }

    .form-country input{
        padding: 0;
        margin: 0;
    }

    /*********الموظفين**********/

    .title h1 {
        font-size: 20px;
        letter-spacing: 1px;
        font-weight: 600;
        margin-top: 10px;
    }
    .section-employees {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin: auto;
        width: 94%;
    }

    .section-employees .main-products {
        width: 100%;
        margin: auto;
        margin-top: 20px;
    }

    .section-employees .aside-products {
        width: 100%;
        margin: auto;
        margin-top: 20px;
    }

    .aside_employees .form-products {
        width: 100%;
        margin: auto;
    }

    .form-employees input {
        width: 100%;
        margin: auto;
        text-align: right;
    }

    .form-employees button {
        width: 60%;
        margin: 20px auto;

    }

    .form-employees button:hover {
        background-color: red;
    }

    .form-employees div {
        width: 100%;
        margin: auto;
    }

    .form-employees label {
        margin: auto;
        margin-top: 10px;
    }

    .middle-input {
        margin: auto;
        width: 100%;
    }
    .middle-input select {
        margin: auto;
        width: 90%;
    }

    /*******الشريحة******/

    .section-sim {
        width: 98%;
        height: 80vh;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-top: 100px;
    }

    /*********التحصيلات********/
    .section-collection {
        margin: auto;
        width: 100%;
    }
    .menu-collection {
        height: auto;
    }
    .div-input {
        height: 80px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        margin-top: 35px;
    }
    .div-input input {
        margin: 3px auto;
    }

    .Div-safe {
        width: 100%;
    }

    /*********المصروفات********/
    .section-expenses {
        margin: auto;
        width: 99%;
        margin-top: 70px;
        display: block;
        padding: 0;
    }
    .menu-collection {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .div-input {
        height: 120px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        text-align: center;
        margin-top: 25px;
    }
    .div-input input {
        margin: 3px auto;
    }
    .view-expenses {
        width: 100%;
    }

    .aside-expenses {
        margin-top: 10px;
    }
}


/**************************/

@media (max-width:290px){
    section {
        width:100%;
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 10px;
    }
    .section-logo{
        margin-top: 70px;
    }
    main {
        width: 100%;
    }
    .form{
        width: 95%; 
        margin-top: 35px;
    }

    .nav{
        transform: translateX(100%);
        transition: 0.4s ease ;
    }
    .nav_active{
        background-color: #fff;
        z-index: 998 ;
        height: 100vh;
        width: 98%;
        transform: translateX(0%);
        transition: 0.4s ease ;
        animation: fedein 0.4s;
    }
    .main-btn {
        margin-top: 50px;
    }
    .div-logo {
        margin-left: 10px;
    }
    .span-nav i {
        font-size: 20px;
    }
      
    #left_nav {
        font-size: 15px;

    }
    .tr-head-client {
        position: sticky;
        top : 0px ;
        right: 0;
        z-index: 997;
        background-color: whitesmoke;
    }
    .main {
        width: 98%;
        height: 100px;
        margin : 1px auto ;
    }
    .main-title{
        width: 82%;
    }
    .main-title h3 {
        font-size: 18px;
        font-weight: 500;
    }

    .main-title h2 {
        font-size: 20px;
        font-weight: 600;
    }
    
    .name-user {
        display: none;
    }
    .main-title span {
        font-size: 15px;
        font-weight: 800;
    }
    .main-btn{
        width: 8.12em;
    }
    .nev-btn{
        width: 8.12em;
    }
    .end-btn{
        width: 8.12em;
    }
    

    /*******عميل جديد******/

    .create-client {
        display: flex;
        flex-direction: row;
        align-content: space-between;
        align-items: center;

    }
    .create-client input {
        margin: auto;
        text-align: right;
        width: 90%;
    }

    .create-client label {
        margin: auto;
        margin-top: 10px;
    }

    .create-client select {
        margin: auto;
        width: 100%;
    }

    .form-add-client {
        width:100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
    }
    .first-input-client {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        margin: auto;
    }

    .middle-input-client {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        width: 100%;
    }
    .end-input-client {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        width: 75%;
    }
    .form-title {
        display: flex;
        align-content: space-between;
        margin: auto;
    }
    .div-address {
        width: 100%;
        height: 30px;
    }
    .create-client form button {
        display: none;
    }
    .create-client input[type=submit]{
        margin-bottom: 10px;
        text-align: center;
    }

    .div-radio {
        display: flex;
        flex-direction: column;
        text-align: right;
        width: 100%;
    }

    .radio2 {
        width: 45%;
        margin: 0;
        display: flex;
        flex-direction: row;
    }

    .radio2 label {
        font-size: 16px;
    }
    .radio2 input {
        width: 10px;
        margin: 0px;
        margin-top: 7px;
    }


   


    /*********العملاء********/

    .section-clint {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin: auto;
        width: 100%;
    }
    .div-clint {
        width : 100% ; 
        height: auto;
        display: flex;
        text-align: center;
        flex-direction: column;
        align-items: center;
        align-content: center;
    }
    .main-menu {
        width : 97% ;
        background-color: #f2f2f2;
        box-shadow: 1px 1px 7px #000;
        height : 70vh ; 
        border-radius: 10px;
        margin: auto;
        margin-top: -50px;
        
    }
    .main-menu button{
        text-align: center;
        text-decoration: none;
        width: 80%;
        background-color: white;
        padding: 2px 0;
        border-radius: 10px;
        font-size: 1.2em;
        font-weight: 700;
        box-shadow: 2px 2px 3px #111;
        color: #000;
    }

    .form-menu{
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        width: 100%;
        height : 100% ;
    }
    
    .aside-menu {
        display: none;
        width : 97% ;
    }



    .aside-menu .form-search {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .aside-menu .form-search h4{
        font-size: 16px;
    }

    .div-title {
        position: sticky;
        z-index: 940;
    }

    .div-title h4 {
        font-size: 16px;
    }
    .div-title h5 span {
        font-size: 15px;
        margin : 10px 0px;
        padding: 1px;
    }

    .aside-title h5 {
        font-size: 14px;
        margin : 10px ;
        padding: 1px;
    }

    .form-reports {
        width: 100%;
        
    }

    
    /*********الاعدادات**********/

    .section-setting {
        display: flex;
        flex-direction: row;
        padding-top: 1580px;
        height: 80vh;
        margin: auto;
        width: 97%;
        margin-top:90px;
        overflow: auto;
    }

    .form-country {
        width: 100%;
        margin: 10px 0;
        padding: 0px 2px 0px 4px;
    }

    .form-country input{
        padding: 0;
        margin: 0;
    }

    /*****المنتجات******/
    .section-products {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin: auto;
        width: 94%;
    }

    .section-products .main-products {
        width: 100%;
        margin: auto;
        margin-top: 20px;
    }

    .section-products .aside-products {
        width: 100%;
        margin: auto;
        margin-top: 20px;
    }

    .aside-products .form {
        width: 100%;
        margin: auto;
    }

    /*********الموظفين**********/

    .title h1 {
        font-size: 20px;
        letter-spacing: 1px;
        font-weight: 600;
        margin-top: 10px;
    }
    
    .section-employees {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin: auto;
        width: 94%;
        
    }

    .section-employees .main-products {
        width: 100%;
        margin: auto;
        margin-top: 5px;
        min-height: 70vh;
    }

    .section-employees .aside-products {
        width: 100%;
        margin: auto;
        margin-top: 5px;
        min-height: 70vh;
    }

    .aside_employees .form-products {
        width: 100%;
        margin: auto;
    }

    .form-employees input {
        width: 100%;
        margin: auto;
        text-align: right;
    }

    .form-employees button {
        width: 60%;
        margin: 20px auto;

    }

    .form-employees button:hover {
        background-color: red;
    }

    .form-employees div {
        width: 100%;
        margin: auto;
    }

    .form-employees label {
        margin: auto;
        margin-top: 10px;
    }

    .middle-input {
        margin: auto;
        width: 100%;
    }
    .middle-input select {
        margin: auto;
        width: 90%;
    }

    /*******الشريحة******/

    .section-sim {
        width: 98%;
        height: 80vh;
        display: flex;
        flex-direction: row;
        margin: auto;
        margin-top: 100px;
        align-items: center;
        align-content: center;
    }

    .section-sim form button {
        display: none;
    }

    .radio-sim {
        display: flex;
        flex-direction: row;
        margin: auto;
    }

    .section-sim input[type="submit"]{
        margin: 20px;
    }

    /*********التحصيلات********/
    .section-collection {
        margin: auto;
        width: 100%;
    }
    .menu-collection {
        height: auto;
    }
    .div-input {
        height: 80px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        margin-top: 35px;
    }
    .div-input input {
        margin: 3px auto;
    }

    .Div-safe {
        width: 100%;
    }

    /*********المصروفات********/
    .section-expenses {
        margin: auto;
        width: 99%;
        margin-top: 70px;
        display: block;
        padding: 0;
    }
    .menu-collection {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .div-input {
        height: 120px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        text-align: center;
        margin-top: 25px;
    }
    .div-input input {
        margin: 3px auto;
    }
    .view-expenses {
        width: 100%;
    }

    .aside-expenses {
        margin-top: 10px;
    }

}

 