#cart_window {
   background: rgba(102, 102, 102, 0.95);
   width: 100%;
   height: 100%;
   position: fixed;
   top: 0;
   left: 0;
   display: none;
   z-index: 2002;
 }

 #cart_window:target {
   display: block;
 }

 .zat_form{
 	width: 300px;
 	margin: 100px auto;
 	background-color: white;
 	border-radius: 10px;
 	padding: 30px 20px 20px 20px;
 	text-align: center;
 	position: relative;
 }

 .cart_accept{
 	width: 100%;
 	text-align: center;
 }

 .cart_accept img{
 	display: block;
 	margin: 0 auto;
 }

 .cart_accept b{
 	display: block;
 	width: 150px;
 	margin: 20px auto;
 	font-size: 18px;
 }

 .cart_btns a{
 	display: block;
 	width: 190px;
 	margin: 5px auto;
 	text-decoration: none;
 	border: 1px solid #175145;
 	padding: 5px;
 	font-weight: bold;
 	border-radius: 5px;
 }

 .order{
 	background-color: #175145;
 	color: white;
 }

 .continue{
 	background-color: white;
 	color: #175145;
 }

 #order_window {
   background: rgba(102, 102, 102, 0.95);
   width: 100%;
   height: 100%;
   position: fixed;
   top: 0;
   left: 0;
   display: none;
   z-index: 2002;
 }

 #order_window:target {
   display: block;
 }

 .order_form{
 	text-align: left;
 }

 .order_form b{
 	font-size: 20px;
 }

 .order_input{
 	margin: 10px 0;
 }

 .order_input span{
 	display: block;
 	margin-bottom: 5px;
 }

 .order_input input{
 	background-color: #F0F0F0;
 	border: none;
 	width: calc(100% - 10px);
 	outline: none;
 	font-size: 20px;
 	padding: 10px 5px;
 }

 .order_form_btn{
 	margin-top: 20px;
 }

 .order_form_btn a{
 	padding: 5px 25px;
 	font-size: 18px;
 	background-color: #175145;
 	border-radius: 5px;
 	color: white;
 	text-decoration: none;
 	font-weight: bold;
 }

 .order_check{
 	display: flex;
 }

 .order_check input[type='checkbox']{
 	min-height: 16px;
 	min-width: 16px;
 	margin-right: 5px;
  margin-top: 0;
  margin-left: 0;
 }

 .order_check label{
 	cursor: pointer;
 	font-size: 14px;
 }

 .close{
 	position: absolute;
 	top: 5px;
 	right: 10px;
 }

 .close a{
 	text-decoration: none;
 	color: black;
 	font-size: 27px;
 	font-weight: 100;
 }

  .close a img {
    height: 18px;
  }

#reg_window {
   background: rgba(102, 102, 102, 0.95);
   width: 100%;
   height: 100%;
   position: fixed;
   top: 0;
   left: 0;
   display: none;
   z-index: 2002;
 }

 #reg_window:target {
   display: block;
 }

 .reg_block{
 	padding: 20px 20px 20px 20px;
 	position: relative;
 	width: 320px;
 	margin: 100px auto;
 	background-color: white;
 	border-radius: 10px;
 }

 .reg_block b{
 	font-size: 28px;
 }

 .reg_inputs{
 	margin-top: 10px;
 }

 .reg_inputs span{
  margin-bottom: 3px;
  color: #444444;
  display: block;
 }

 .reg_inputs input{
 	background-color: #F0F0F0;
 	border: none;
 	width: calc(100% - 10px);
 	outline: none;
 	font-size: 18px;
 	padding: 10px 5px;
  border-radius: 5px;
 }

 .reg_inputs a{
 	border-radius: 5px;
 	font-size: 18px;
 	padding: 8px 10px;
 	background-color: #175145;
 	color: white;
  font-weight: bold;
 	text-decoration: none;
 }

 .mar_reg{
  margin-bottom: 15px;
 }

 .reg_text{
  display: flex;
  align-items: center;
  font-size: 14px;
 }

 .reg_text p{
  margin: 0px 5px 0px 0;
 }

 .reg_text a{
  margin-top: 0px;
  color: #059FF5;
  text-decoration: none;
 }

 .change_password{
  margin-bottom: 15px;
 }

 .change_password a{
  font-size: 14px;
  color: #059FF5;
  text-decoration: none;
 }

 #log_window {
   background: rgba(102, 102, 102, 0.95);
   width: 100%;
   height: 100%;
   position: fixed;
   top: 0;
   left: 0;
   display: none;
   z-index: 2002;
 }

 #log_window:target {
   display: block;
 }

  #conf_window {
     background: rgba(102, 102, 102, 0.95);
     width: 100%;
     height: 100%;
     position: fixed;
     top: 0;
     left: 0;
     display: none;
     z-index: 2002;
   }

   #conf_window:target {
     display: block;
   }

   #order_made_window {
     background: rgba(102, 102, 102, 0.95);
     width: 100%;
     height: 100%;
     position: fixed;
     top: 0;
     left: 0;
     display: none;
     z-index: 2002;
   }

   #order_made_window:target {
     display: block;
   }

   #product_form_window {
   background: rgba(102, 102, 102, 0.95);
   width: 100%;
   height: 100%;
   position: fixed;
   top: 0;
   left: 0;
   display: none;
   z-index: 2001;
 }

 #product_form_window:target {
   display: block;
 }

 #category_form_window {
   background: rgba(102, 102, 102, 0.95);
   width: 100%;
   height: 100%;
   position: fixed;
   top: 0;
   left: 0;
   display: none;
   z-index: 2002;
 }

 #category_form_window:target {
   display: block;
 }

 #category_form_window form, #product_form_window form{
    background-color: white;
    width: 80vw;
    max-height: 80vh;
    overflow: auto;
    margin: 50px auto;
    padding: 20px 20px 10px 20px;
    border-radius: 10px;
    position: relative;
 }

#category_form_window form {
    width: fit-content;
}

 #sign_up_form_submit_btn, #login_form_submit_btn, #forget_password_form_submit_btn{
  border: none;
  background-color: #175145;
  color: white;
  border-radius: 5px;
  padding: 10px 30px;
  font-weight: normal;
  width: 100%;
 }

 #confirm_sign_up_form_submit_btn{
  background-color: #175145;
  color: white;
  width: fit-content;
  border-radius: 5px;
  padding: 10px 30px;
  font-weight: bold;
 }

 #buy_now_form_submit_btn, #buy_product_now_form_submit_btn{
  background-color: #175145;
  color: white;
  width: fit-content;
  border-radius: 5px;
  padding: 8px 30px;
  font-weight: bold;
  border: none;
  font-size: 18px;
 }



 #change_password_window {
     background: rgba(102, 102, 102, 0.95);
     width: 100%;
     height: 100%;
     position: fixed;
     top: 0;
     left: 0;
     display: none;
     z-index: 2002;
   }

#change_password_window:target {
    display: block;
}

#change_user_fullname_window {
     background: rgba(102, 102, 102, 0.95);
     width: 100%;
     height: 100%;
     position: fixed;
     top: 0;
     left: 0;
     display: none;
     z-index: 2002;
   }

#change_user_fullname_window:target {
    display: block;
}

#pay_order_window {
     background: rgba(102, 102, 102, 0.95);
     width: 100%;
     height: 100%;
     position: fixed;
     top: 0;
     left: 0;
     display: none;
     z-index: 2002;
   }

#pay_order_window:target {
    display: block;
}

.order_made{
  background-color: #175145;
  padding: 5px 10px;
  color: white;
  border-radius: 5px;
  text-decoration: none;
}

#change_password_form_submit_btn{
  background-color: #175145;
  padding: 5px 10px;
  color: white;
  border-radius: 5px;
  text-decoration: none;
  font-size: 18px;
  border: none;
}

#change_user_fullname_form_submit_btn{
  background-color: #175145;
  padding: 5px 10px;
  color: white;
  border-radius: 5px;
  text-decoration: none;
  font-size: 18px;
  border: none;
}

#forget_password_window:target {
 display: block;
}

#forget_password_window {
 background: rgba(102, 102, 102, 0.95);
 width: 100%;
 height: 100%;
 position: fixed;
 top: 0;
 left: 0;
 display: none;
 z-index: 2002;
}

.send_message{
font-size: 17px;
}


#pay_order_window .zat_form {
 	margin: 15px auto;
}

#main_image_window{
   background: rgba(102, 102, 102, 0.95);
   width: 100%;
   height: 100%;
   position: fixed;
   top: 0;
   left: 0;
   display: none;
   z-index: 2002;
}

#main_image_window:target {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: auto;
}

.main_image_window_form{
  width: fit-content;
  height: fit-content;
  margin: 50px auto;
  background-color: white;
  border-radius: 10px;
  padding: 40px 10px 10px 10px;
  text-align: center;
  position: relative;
}

.main_image_window_form img{
  max-height: 85vh;
  max-width: 85vw;
}


 #client_form_window {
   background: rgba(102, 102, 102, 0.95);
   width: 100%;
   height: 100%;
   position: fixed;
   top: 0;
   left: 0;
   display: none;
   z-index: 2002;
 }


 #client_form_window form {
    background-color: white;
    width: fit-content;
    max-height: 80vh;
    overflow: auto;
    margin: 50px auto;
    padding: 20px 20px 10px 20px;
    border-radius: 10px;
    position: relative;
 }



 #staff_form_window {
   background: rgba(102, 102, 102, 0.95);
   width: 100%;
   height: 100%;
   position: fixed;
   top: 0;
   left: 0;
   display: none;
   z-index: 2002;
 }


 #staff_form_window form {
    background-color: white;
    width: fit-content;
    max-height: 80vh;
    overflow: auto;
    margin: 50px auto;
    padding: 20px 20px 30px 20px;
    border-radius: 10px;
    position: relative;
 }



 #order_form_window {
   background: rgba(102, 102, 102, 0.95);
   width: 100%;
   height: 100%;
   position: fixed;
   top: 0;
   left: 0;
   display: none;
   z-index: 2002;
 }


 #order_form_window form {
    background-color: white;
    width: fit-content;
    max-height: 80vh;
    overflow: auto;
    margin: 50px auto;
    padding: 20px 20px 30px 20px;
    border-radius: 10px;
    position: relative;
 }



 button{
  cursor: pointer;
}

.number{
  min-width: 100px;
  max-width: 100px;
}

.lesson_name{
  width: 500px;
}

.lesson_name input{
  width: 490px;
  border: none;
}

.for_lessons a{
  background-color: #175145;
}

#course_form_window {
   background: rgba(102, 102, 102, 0.95);
   width: 100%;
   height: 100%;
   position: fixed;
   top: 0;
   left: 0;
   display: none;
   z-index: 2002;
 }

 .add_courses_form{
   width: 1000px;
   margin: 50px auto;
   height: fit-content;
   max-height: 600px;
   overflow: auto;
   padding: 30px;
   background-color: white;
   position: relative;
 }

 .window_input{
   margin-bottom: 20px;
 }

 .window_input b{
   font-size: 18px;
   margin-bottom: 10px;
 }

 .window_input input{
   width: 490px;
 }

 .window_input select{
   width: 503px;
   padding: 5px;
 }

 .window_input input, .window_input select{
   display: block;
   font-size: 18px;
 }

 .window_input input[type='file']{
   padding: 5px 0;
 }

 .add_lessons_block{
   padding: 20px 0;
   border-top: 1px solid;
   border-bottom: 1px solid;
 }

 .add_lessons_block b{
   font-size: 22px;
 }

 .add_lesson_title{
   display: flex;
   margin-top: 10px;
 }

 .add_lesson_title b{
   display: block;
   width: 490px;
   margin-bottom: 5px;
   font-size: 18px;
 }

 .for_file{
   margin-left: auto;
 }

 .add_lesson_inputs{
   display: flex;
   align-items: center;
   width: 100%;
   margin-bottom: 10px;
   padding-top: 10px;
   border-top: 1px solid rgba(0, 0, 0, .5);
 }

 .add_lesson_inputs input{
   width: 440px;
   font-size: 18px;
   outline: none;
 }

  .add_lesson_inputs input[type='file']{
     margin-left: auto;
     padding: 0;
     width: 450px;
   }

   .add_lesson_inputs button{
     background: none;
     border: none;
   }

   .add_lesson_inputs img{
       height: 20px;
     }

   .add_lesson_btn button{
     color: white;
     background-color: #175145;
     border: none;
     border-radius: 5px;
     padding: 5px 10px;
     font-size: 18px;
   }

   .add_courses_form_btns{
     margin-top: 20px;
   }

   .add_courses_form_btns button{
     color: white;
     background-color: #175145;
     border: none;
     border-radius: 5px;
     padding: 8px 15px;
     font-size: 20px;
     display: block;
     margin-left: auto;
   }