@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%; /* 1 rem = 16px -> 1 rem = 10 px   (pxtoem.com) */
  box-sizing: border-box;
  direction: rtl;
  background-color: #fff;
}
@media only screen and (max-width: 62.5em) {
  html {
    font-size: 50%;
  }
  html .navbar {
    display: none;
  }
}
@media only screen and (min-width: 62.5em) {
  html .navbar-button {
    display: none;
  }
}

body {
  font-size: 150%; /* 1 rem = 16px -> 1 rem = 10 px   (pxtoem.com) */
  padding: 0;
  box-sizing: border-box;
  font-family: IRANSansWeb;
  direction: rtl;
  line-height: 1.6rem;
  background-color: #fff;
}

@font-face {
  font-family: IRANSansWeb;
  src: url(../webfonts/IRANSansWebFaNum.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Morabba-Regular;
  src: url(../webfonts/Morabba-Regular.woff2);
  font-weight: normal;
  font-style: normal;
}
input, textarea, select, button {
  font-family: IRANSansWeb;
}

.u-bkg-white {
  background-color: #fff;
}

.u-bkg-black {
  background-color: #000;
}

.u-vertical-padding-lg {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.u-vertical-padding-md {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.u-vertical-padding-sm {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.u-vertical-padding-home {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.u-center-text {
  text-align: center;
}

.u-mt-lg {
  margin-top: 10rem;
}

.u-mt-md {
  margin-top: 4rem;
}

.u-mt-sm {
  margin-top: 2rem;
}

.u-mb-lg {
  margin-bottom: 10rem;
}

.u-mb-md {
  margin-bottom: 4rem;
}

.u-mb-sm {
  margin-bottom: 2rem;
}

.u-pt-lg {
  padding-top: 10rem;
}

.u-pt-md {
  padding-top: 4rem;
}

.u-pt-sm {
  padding-top: 2rem;
}

.u-pb-lg {
  padding-bottom: 10rem;
}

.u-pb-md {
  padding-bottom: 4rem;
}

.u-pb-sm {
  padding-bottom: 2rem;
}

.form-container__item a {
  background-color: #4CAF50; /* Green */
  color: white;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.6rem;
  margin: 1rem 0.5rem;
  transition-duration: 0.4s;
  cursor: pointer;
}
.form-container__item .button1 {
  width: 20rem;
  height: 5rem;
  background-color: white;
  color: black;
  border: 2px solid #008CBA;
  border-radius: 1.2rem;
}
.form-container__item .button1:hover {
  background-color: #008CBA;
  color: white;
}

.rollcall__cards .button {
  color: #252525;
  border-radius: 1.2rem;
  transition: 0.5s;
}
.rollcall__cards .button:hover {
  background-color: #252525;
  color: white;
}
.rollcall__search button {
  background-color: #4CAF50; /* Green */
  border: none;
  border-radius: 5px;
  color: white;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.6rem;
  margin: 1rem 0.5rem;
  transition-duration: 0.6s;
  cursor: pointer;
}
.rollcall__search .button1 {
  background-color: white;
  color: black;
  border: 2px solid green;
}

.operation__student a, .operation__student button, .operation__course a, .operation__course button, .operation__rollcall a, .operation__rollcall button {
  background-color: #4CAF50; /* Green */
  border: none;
  border-radius: 5px;
  color: white;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.6rem;
  margin-top: 1rem;
  transition-duration: 0.4s;
  cursor: pointer;
}
.operation__student .button, .operation__course .button, .operation__rollcall .button {
  width: 25rem;
  height: 4rem;
  background-color: white;
  color: black;
  border: 2px solid #63188f;
  border-radius: 1.2rem;
}
.operation__student .button:hover, .operation__course .button:hover, .operation__rollcall .button:hover {
  background-color: #252525;
  color: white;
}
.operation__student .button1, .operation__course .button1, .operation__rollcall .button1 {
  background-color: white;
  color: black;
  border: 2px solid green;
}
.operation__student .button1:hover, .operation__course .button1:hover, .operation__rollcall .button1:hover {
  background-color: #252525;
  color: white;
}
.operation__student .button2, .operation__course .button2, .operation__rollcall .button2 {
  background-color: white;
  color: black;
  border: 2px solid blue;
}
.operation__student .button2:hover, .operation__course .button2:hover, .operation__rollcall .button2:hover {
  background-color: #252525;
  color: white;
}

.form-container__item a, .operation-list a, .register-in-course a, .modify-registration-in-course a, .student-course-list__head a, .student-list a, .teacher-list a,
.teacher_and_course-list a, .staff-list a, .course-register a, .account__list a, .list__head a {
  background-color: #4CAF50; /* Green */
  color: white;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.6rem;
  margin-top: 1rem;
  transition-duration: 0.4s;
  cursor: pointer;
}
.form-container__item button, .operation-list button, .register-in-course button, .modify-registration-in-course button, .student-course-list__head button, .student-list button, .teacher-list button,
.teacher_and_course-list button, .staff-list button, .course-register button, .account__list button, .list__head button {
  background-color: #4CAF50; /* Green */
  border: none;
  border-radius: 5px;
  color: white;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.6rem;
  margin: 1rem 0.5rem;
  transition-duration: 0.6s;
  cursor: pointer;
}
.form-container__item .button1, .operation-list .button1, .register-in-course .button1, .modify-registration-in-course .button1, .student-course-list__head .button1, .student-list .button1, .teacher-list .button1,
.teacher_and_course-list .button1, .staff-list .button1, .course-register .button1, .account__list .button1, .list__head .button1 {
  background-color: white;
  color: black;
  border: 2px solid blue;
}
.form-container__item .button1:hover, .operation-list .button1:hover, .register-in-course .button1:hover, .modify-registration-in-course .button1:hover, .student-course-list__head .button1:hover, .student-list .button1:hover, .teacher-list .button1:hover,
.teacher_and_course-list .button1:hover, .staff-list .button1:hover, .course-register .button1:hover, .account__list .button1:hover, .list__head .button1:hover {
  background-color: #252525;
  color: white;
}
.form-container__item .button2, .operation-list .button2, .register-in-course .button2, .modify-registration-in-course .button2, .student-course-list__head .button2, .student-list .button2, .teacher-list .button2,
.teacher_and_course-list .button2, .staff-list .button2, .course-register .button2, .account__list .button2, .list__head .button2 {
  background-color: white;
  color: black;
  border: 2px solid blue;
}
.form-container__item .button2:hover, .operation-list .button2:hover, .register-in-course .button2:hover, .modify-registration-in-course .button2:hover, .student-course-list__head .button2:hover, .student-list .button2:hover, .teacher-list .button2:hover,
.teacher_and_course-list .button2:hover, .staff-list .button2:hover, .course-register .button2:hover, .account__list .button2:hover, .list__head .button2:hover {
  background-color: #252525;
  color: white;
}

.cross-button__mdiv {
  height: 20px;
  width: 4px;
  background-color: white;
  transform: rotate(45deg);
  Z-index: 1;
}
.cross-button__md {
  height: 20px;
  width: 4px;
  background-color: white;
  transform: rotate(90deg);
  Z-index: 2;
}

.navbarTeachers {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 2;
  background-image: linear-gradient(to right, #30065a, #430d7f);
  color: white;
  padding: 10px;
}
.navbarTeachers__mobile {
  display: none;
}
@media screen and (max-width: 37.5em) {
  .navbarTeachers__mobile {
    display: block;
    text-align: right;
    padding: 10px;
    font-size: 16px;
  }
}
.navbarTeachers__desktop {
  max-width: 900px;
  margin: auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 37.5em) {
  .navbarTeachers__desktop {
    display: none;
  }
}
.navbarTeachers__desktop--right {
  direction: rtl;
  flex: 50%;
}
.navbarTeachers__desktop--left {
  direction: rtl;
  text-align: left;
  flex: 50%;
}
.navbarTeachers .icon {
  width: 20px;
  height: 20px;
  margin-bottom: -5px;
}
.navbarTeachers a {
  color: white;
  text-decoration: none;
  display: inline-block;
  padding: 10px 20px;
}

/* Dropdown Button */
.dropbtn {
  color: white;
  border: none;
  cursor: pointer;
  background: none;
  float: right;
  display: block;
  font-size: 1.4rem;
}

/* Dropdown button on hover & focus */
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: fixed;
  display: inline-block;
  position: -webkit-sticky;
  top: 0;
  z-index: 2;
  transition: 0.6s;
  margin: 1.4rem;
  padding-right: 2rem;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  background-color: #430d7f;
  margin-top: 2.4rem;
}
.dropdown-content a {
  margin-top: 2rem;
  color: black;
  text-decoration: none;
  display: block;
}
.dropdown-content--notif {
  position: relative;
  float: right;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
}
.dropdown-content--notif span {
  position: absolute;
  border-radius: 100%;
  height: 2rem;
  width: 2rem;
  background-color: #ee1010;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  top: 2.5rem;
}

/* Change color of dropdown links on hover */
/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}

.instruction {
  position: relative;
}
.instruction__title {
  text-align: center;
  color: #fff;
  font-size: 5rem;
}
.instruction__container {
  display: flex;
}
.instruction__container--right-side {
  flex: 0 0 20%;
}
.instruction__container--text {
  flex: 0 0 60%;
  text-align: right;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.6;
}

body .instruction {
  background-color: #1d25d2;
}

.user-information {
  background-color: #fff;
  height: 100%;
}
.user-information__title {
  font-size: 3rem;
}
.user-information__text {
  font-size: 2rem;
}
.user-information-form {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border: 2px solid black;
  border-radius: 15px;
  width: 60%;
  margin: auto;
  padding-right: 2rem;
  background-color: #74cfbf;
}
.user-information-form__item11 {
  width: 50%;
}
.user-information-form__text {
  font-size: 1.6rem;
}

.contract-sign {
  display: inline-block;
  font-size: 1.6rem;
}

.website-rules {
  flex-basis: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 2rem;
}

/* code for manager signUp page---------------------------------------------------*/
.managerSignup {
  background-color: #fff;
  min-height: 110vh;
  padding: 1rem;
  width: 100%;
  margin: 0;
  line-height: normal;
}
.managerSignup__title {
  text-align: center;
  font-size: 3rem;
  margin: 5rem auto 3rem;
  line-height: normal;
}
.managerSignup__subtitle {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 3rem;
  line-height: normal;
}
.managerSignup__form {
  width: 100%;
  max-width: 80rem;
  margin: 1rem auto;
  background-color: #ece6e6;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 1.5rem;
}
.managerSignup__form--row1 {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.managerSignup__form--row:first-child {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.managerSignup__form--row:last-child {
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.managerSignup__form--row:nth-child(odd) {
  background-color: #e5dbda;
}
.managerSignup__form--row:nth-child(even) {
  background-color: #ece6e6;
}
.managerSignup__form--row {
  padding: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.managerSignup__form--row > div {
  max-width: 33.33%;
  flex: 33.33%;
}
@media screen and (max-width: 37.5em) {
  .managerSignup__form--row > div {
    max-width: 100%;
    flex: 100%;
    margin: 1.5rem;
  }
}
.managerSignup__form--row .floating-label-group {
  position: relative;
}
.managerSignup__form--row .floating-label-group input {
  height: 4rem;
  outline: none;
  border: none;
  background-color: transparent;
}
.managerSignup__form--row .floating-label-group input:focus ~ .floating-label, .managerSignup__form--row .floating-label-group input:not(:focus):valid ~ .floating-label {
  top: -1.5rem;
  left: 0;
  color: #30065a;
}
.managerSignup__form--row .floating-label-group input:focus {
  border-bottom: 0.2rem solid #30065a;
}
.managerSignup__form--row .floating-label {
  color: #000;
  position: absolute;
  pointer-events: none;
  right: 0.5rem;
  top: 0.5rem;
  transition: top 0.3s ease;
}
.managerSignup__form--row .fullWidthLabel {
  flex: 100%;
  min-width: 100%;
  display: block;
  margin-bottom: 2rem;
  margin-top: 0;
}
.managerSignup__form .birthday input {
  width: 10rem;
}
.managerSignup__form .rules > a {
  width: 100%;
}
.managerSignup__form .rules input[type=submit] {
  background-color: #50b44d;
  border: none;
  outline: none;
  color: #fff;
  width: 8rem;
  height: 4rem;
  border-radius: 0.5rem;
  margin: 1rem;
}
.managerSignup__form .rules__checkBoxContainer {
  max-width: 80%;
  flex: 80%;
}
@media screen and (max-width: 37.5em) {
  .managerSignup__form .rules__checkBoxContainer {
    max-width: 100%;
    flex: 100%;
  }
}
.managerSignup__form .rules .submit {
  max-width: 20%;
  flex: 20%;
}
@media screen and (max-width: 37.5em) {
  .managerSignup__form .rules .submit {
    max-width: 100%;
    flex: 100%;
  }
}
.managerSignup ::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #e5dbda;
  padding-right: 0.5rem;
  font-family: IRANSansWeb;
}
.managerSignup ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #e5dbda;
  padding-right: 0.5rem;
  font-family: IRANSansWeb;
}
.managerSignup :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #e5dbda;
  padding-right: 0.5rem;
}
.managerSignup ::-ms-input-placeholder { /* Microsoft Edge */
  color: #e5dbda;
  padding-right: 0.5rem;
}
.managerSignup textarea {
  width: 100%;
  margin-top: 1rem;
  height: 10rem;
  border-radius: 0.5rem;
}

.welcome_page {
  font-size: 2rem;
  text-align: center;
  height: 100%;
}

body .welcome_page {
  background-color: #af48c0;
}

.entrance-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  margin-top: 0rem;
  background: white;
}
.entrance-container input:-internal-autofill-selected {
  background-color: white;
}
.entrance-container__card {
  width: 350px;
  margin-top: 3rem;
  margin-bottom: auto;
  background: white;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
}
.entrance-container__card fieldset {
  border-radius: 1rem;
  padding: 0.5rem 2rem;
  margin-bottom: 1rem;
  background-color: whitesmoke;
}
.entrance-container__card legend {
  font-size: 1.2rem;
}
.entrance-container__card input[type=text], .entrance-container__card input[type=password] {
  background-color: whitesmoke !important;
}
.entrance-container__card--title {
  font-size: 2.4rem;
  padding: 1.5rem;
  text-align: center;
  color: #252525;
}
.entrance-container__card--text {
  text-align: center;
  text-justify: inter-word;
  font-size: 1.4rem;
  padding: 1.2rem;
  align-self: center;
}
.entrance-container__card--captcha {
  display: flex;
  direction: ltr;
  margin: 1rem;
}
.entrance-container__card--input {
  font-size: 1rem;
  padding: 1rem;
  align-self: center;
}
.entrance-container__card--input input {
  font-size: 1.6rem;
  align-self: center;
  border: none;
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  outline: none;
}
.entrance-container__card--input input:focus {
  outline: none;
  border: none;
}
.entrance-container__card--input__btn a {
  height: 5rem;
  padding-bottom: 1.2rem;
  vertical-align: middle;
}
.entrance-container__card--bottom {
  font-size: 1.6rem;
  padding: 1.2rem;
  align-self: center;
}
.entrance-container__card--btn {
  font-family: IRANSansWeb;
  color: white;
  background-color: #0077a2;
  margin: auto;
  display: block;
  border: none;
  cursor: pointer;
  font-size: 2rem;
  height: 4.5rem;
}
.entrance-container__card--btn:focus {
  box-shadow: none !important;
  outline: 0px !important;
}

#messages {
  background-color: grey;
  color: #fff;
  padding: 10px;
  margin-top: 10px;
  font-size: 2rem;
  text-align: center;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: "Yekan", Arial, Helvetica, sans-serif;
  font-size: 2rem;
}

::-moz-placeholder { /* Firefox 19+ */
  font-family: "Yekan", Arial, Helvetica, sans-serif;
  font-size: 2rem;
}

:-ms-input-placeholder { /* IE 10+ */
  font-family: "Yekan", Arial, Helvetica, sans-serif;
  font-size: 2rem;
}

:-moz-placeholder { /* Firefox 18- */
  font-family: "Yekan", Arial, Helvetica, sans-serif;
  font-size: 2rem;
}

.income {
  max-width: 100rem;
  margin: auto;
  padding-top: 2rem;
  line-height: normal;
}
.income__title {
  text-align: center;
  margin: 2rem;
}
.income__content {
  background-color: #a9e3a0;
  margin: 0 5% 2rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 0.5rem;
}
.income__content input[type=submit] {
  float: left;
  clear: both;
  display: block;
  width: 13rem;
  height: 4.5rem;
  border-radius: 0.5rem;
  background-color: #fff;
  border: 0.2rem solid blue;
  transition: all 0.4s;
  cursor: pointer;
}
.income__content input[type=submit]:hover {
  color: #fff;
  background-color: rgb(59, 59, 59);
}
.income__content--row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #676767;
  padding: 1rem;
  margin: 1rem 5%;
}
.income__content--row .date {
  margin: 1rem auto;
  text-align: center;
}
.income__content--row .item:nth-child(1) {
  max-width: 60%;
  flex: 60%;
}
@media screen and (max-width: 50em) {
  .income__content--row .item:nth-child(1) {
    max-width: 100%;
    flex: 100%;
  }
}
.income__content--row .item:nth-child(2) {
  max-width: 40%;
  flex: 40%;
}
@media screen and (max-width: 50em) {
  .income__content--row .item:nth-child(2) {
    max-width: 100%;
    flex: 100%;
  }
}
.income__content--row .item {
  padding: 2rem 0;
}
.income__content--row .item #paymentType {
  display: flex;
  max-width: 30rem;
}
.income__content--row .item #paymentType select {
  padding: 0.5rem 1.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
  text-align: center;
}
.income__content--row .item #paymentType label {
  padding: 0 1rem;
}
.income__content--row .item #incomeTable {
  background-color: #fff;
  padding: 2rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #676767;
  margin-top: 2rem;
  max-width: 40rem;
}
.income__content--row .item #incomeTable > div {
  display: flex;
  justify-content: space-between;
}
.income__content--row .item #incomeTable > div:hover {
  font-weight: bold;
}
.income__content--row .item #incomeTable > div label {
  margin: 1rem;
  cursor: pointer;
}
.income__content--row .item #incomeTable > div input[type=checkbox] {
  margin: 1rem;
}
.income__content--row:last-child {
  border: none;
}
.income__content--row:first-of-type {
  display: block;
  margin: 0;
  border: 0.1rem solid #676767;
  border-radius: 0.5rem;
}

.profile-edit-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile-edit-container__card {
  display: flex;
  width: 350px;
  margin-top: auto;
  margin-bottom: auto;
  background: #25807c;
  position: relative;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
}
.profile-edit-container__card--title {
  font-size: 3rem;
  padding: 1.5rem;
  text-align: center;
  color: #fff;
}
.profile-edit-container__card--text {
  text-align: center;
  text-justify: inter-word;
  font-size: 1.8rem;
  padding: 1.2rem;
  align-self: center;
}
.profile-edit-container__card--input {
  display: flex;
  font-size: 2.2rem;
  padding: 1rem;
  align-self: center;
}
.profile-edit-container__card--input input {
  font-size: 2rem;
  padding: 1rem;
  align-self: center;
  border: none;
  border-radius: 10px;
  width: 25rem;
  box-sizing: border-box;
}
.profile-edit-container__card--input__name {
  padding-bottom: 1.2rem;
  border: none;
  border-radius: 5px;
}
.profile-edit-container__card--input__password {
  padding-bottom: 1.2rem;
}
.profile-edit-container__card--input__btn a {
  height: 5rem;
  padding-bottom: 1.2rem;
  vertical-align: middle;
}
.profile-edit-container__card--bottom {
  font-size: 2rem;
  padding: 1.2rem;
  align-self: center;
}
.profile-edit-container__card--btn {
  width: 100%;
  background: #fff36b;
  color: #252525;
  border: none;
  cursor: pointer;
  font-size: 2rem;
  font-family: "IRANSansWeb";
  height: 4.5rem;
}
.profile-edit-container__card--btn:focus {
  box-shadow: none !important;
  outline: 0px !important;
}

body .profile-edit-container,
html .profile-edit-container {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #b58b8a;
}

#messages {
  background-color: grey;
  color: #fff;
  padding: 10px;
  margin-top: 10px;
  font-size: 2rem;
  text-align: center;
}

.text-muted {
  color: #676767;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: "Yekan", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
}

::-moz-placeholder { /* Firefox 19+ */
  font-family: "Yekan", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
}

:-ms-input-placeholder { /* IE 10+ */
  font-family: "Yekan", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
}

:-moz-placeholder { /* Firefox 18- */
  font-family: "Yekan", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
}

#operator-page {
  width: 100%;
  height: 110vh;
  background-color: white;
}

.operatorPageRow {
  display: flex;
  align-items: flex-start;
  max-width: 120rem;
  width: 100%;
  margin: auto;
  flex-wrap: wrap;
}
.operatorPageRow .operatorPage:nth-child(1) .operatorPage__container, .operatorPageRow .operatorPage:nth-child(2) .operatorPage__container {
  min-height: 30rem;
}
.operatorPageRow .operatorPage {
  flex: 50%;
  max-width: 50%;
  margin-top: 5rem;
}
@media screen and (max-width: 50em) {
  .operatorPageRow .operatorPage {
    flex: 100%;
    max-width: 100%;
  }
}
.operatorPageRow .operatorPage__container {
  margin: 3rem 1rem 0;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  flex-direction: row-reverse;
  background-image: radial-gradient(#ecf0f5, #a6b8c5);
  border-radius: 1rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media screen and (max-width: 50em) {
  .operatorPageRow .operatorPage__container {
    max-width: 60rem;
    margin: 3rem auto 0;
  }
}
.operatorPageRow .operatorPage__container--item {
  padding: 1rem 0.5rem;
  max-width: 50%;
  flex: 50%;
}
@media screen and (max-width: 25em) {
  .operatorPageRow .operatorPage__container--item {
    flex: 100%;
    max-width: 100%;
  }
}
.operatorPageRow .operatorPage__container--item > a {
  border-radius: 0.5rem;
  padding: 1.5rem 1rem;
  display: block;
  background-repeat: no-repeat;
  width: 25rem;
  min-height: 3rem;
  color: #252525;
  text-decoration: none;
  background-size: 25rem auto;
}

#coursesList {
  text-align: left;
  background-position: left;
  float: left;
  background-image: url("/static/home_page/svg/فهرست دوره ها.svg");
}
#coursesList:hover {
  box-shadow: -0.4rem 0.4rem 0.5rem #676767;
  color: #30065a;
}

#teachersList {
  text-align: left;
  background-position: left;
  float: left;
  background-image: url("/static/home_page/svg/فهرست مدرسين.svg");
}
#teachersList:hover {
  box-shadow: -0.4rem 0.4rem 0.5rem #676767;
  color: #30065a;
}

#createCourse {
  background-position: right;
  background-image: url("/static/home_page/svg/تعريف دوره.svg");
}
#createCourse:hover {
  box-shadow: 0.4rem 0.4rem 0.5rem #676767;
  color: #30065a;
}

#createTeacher {
  text-align: left;
  background-position: left;
  float: left;
  background-image: url("/static/home_page/svg/مدرسين جديد.svg");
}
#createTeacher:hover {
  box-shadow: 0.4rem 0.4rem 0.5rem #676767;
  color: #30065a;
}

#createTeacherCourse {
  text-align: right;
  background-position: right;
  background-image: url("/static/home_page/svg/تعريف دوره_استاد.svg");
}
#createTeacherCourse:hover {
  box-shadow: 0.4rem 0.4rem 0.5rem #676767;
  color: #30065a;
}

#teachersCourses {
  text-align: right;
  background-position: right;
  background-image: url("/static/home_page/svg/برنامه مدرسين.svg");
}
#teachersCourses:hover {
  box-shadow: 0.4rem 0.4rem 0.5rem #676767;
  color: #30065a;
}

#createStudent {
  text-align: left;
  background-position: left;
  float: left;
  background-image: url("/static/home_page/svg/هنرجو جديد.svg");
}
#createStudent:hover {
  box-shadow: -0.4rem 0.4rem 0.5rem #676767;
  color: #30065a;
}

#registerStudent {
  text-align: right;
  background-position: right;
  background-image: url("/static/home_page/svg/ليست حضورغياب و ثبت نام.svg");
}
#registerStudent:hover {
  box-shadow: 0.4rem 0.4rem 0.5rem #676767;
  color: #30065a;
}

#registerInCourse {
  text-align: left;
  background-position: left;
  float: left;
  background-image: url("/static/home_page/svg/ثبت نام دوره.svg");
}
#registerInCourse:hover {
  box-shadow: -0.4rem 0.4rem 0.5rem #676767;
  color: #30065a;
}

#studentsList {
  text-align: right;
  background-position: right;
  background-image: url("/static/home_page/svg/فهرست هنرجويان.svg");
}
#studentsList:hover {
  box-shadow: 0.4rem 0.4rem 0.5rem #676767;
  color: #30065a;
}

#operationsList {
  text-align: left;
  background-position: left;
  float: left;
  background-image: url("/static/home_page/svg/فهرست پردازش ها.svg");
}
#operationsList:hover {
  box-shadow: -0.4rem 0.4rem 0.5rem #676767;
  color: #30065a;
}

#studentCousreList {
  text-align: left;
  background-position: left;
  float: left;
  background-image: url("/static/home_page/svg/فهرست هنرجو_دوره.svg");
}
#studentCousreList:hover {
  box-shadow: -0.4rem 0.4rem 0.5rem #676767;
  color: #30065a;
}

#createClerk {
  text-align: right;
  background-position: right;
  background-image: url("/static/home_page/svg/دفتردارجديد.svg");
}
#createClerk:hover {
  box-shadow: 0.4rem 0.4rem 0.5rem #676767;
  color: #30065a;
}

#employeeList {
  text-align: left;
  background-position: left;
  float: left;
  background-image: url("/static/home_page/svg/فهرست كارمندها.svg");
}
#employeeList:hover {
  box-shadow: -0.4rem 0.4rem 0.5rem #676767;
  color: #30065a;
}

#createAccountant {
  text-align: left;
  background-position: left;
  float: left;
  background-image: url("/static/home_page/svg/حسابدار جديد.svg");
}
#createAccountant:hover {
  box-shadow: -0.4rem 0.4rem 0.5rem #676767;
  color: #30065a;
}

#teacherAccounting {
  text-align: right;
  background-position: right;
  background-image: url("/static/home_page/svg/حسابداري مدرسين.svg");
}
#teacherAccounting:hover {
  box-shadow: 0.4rem 0.4rem 0.5rem #676767;
  color: #30065a;
}

#accounting {
  text-align: left;
  background-position: left;
  float: left;
  background-image: url("/static/home_page/svg/حسابداري آموزشگاه.svg");
}
#accounting:hover {
  box-shadow: -0.4rem 0.4rem 0.5rem #676767;
  color: #30065a;
}

#studentAccounting {
  text-align: left;
  background-position: left;
  float: left;
  background-image: url("/static/home_page/svg/حسابداري هنرجويان.svg");
}
#studentAccounting:hover {
  box-shadow: -0.4rem 0.4rem 0.5rem #676767;
  color: #30065a;
}

.rollcall {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-width: 100%;
  margin-top: 6rem;
  margin-right: 4rem;
  margin-left: 4rem;
  background-color: #fff36b;
}
.rollcall__search {
  font-size: 1.6rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.rollcall__search input {
  margin: 1rem;
  width: 16rem;
}
.rollcall__search label {
  margin-right: 2rem;
}
.rollcall__search select {
  margin: 1rem;
}
.rollcall__search button {
  margin-right: 1rem;
}
.rollcall__search #id_remained_sessions {
  width: 8rem;
}
.rollcall__cards {
  background-color: white;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.rollcall__cards--line {
  border: 1px solid #676767;
  margin-right: 3rem;
  margin-left: 3rem;
}
.rollcall__cards .side-stick-0 {
  position: absolute;
  margin-top: 2rem;
  width: 3rem;
  height: 35px;
  left: 0;
  background-color: rgba(225, 0, 0, 0.6);
}
.rollcall__cards .side-stick-1 {
  position: absolute;
  margin-top: 2rem;
  width: 3rem;
  height: 35px;
  left: 0;
  background-color: rgba(233, 191, 6, 0.6);
}
.rollcall__cards .side-stick-2 {
  position: absolute;
  margin-top: 2rem;
  width: 3rem;
  height: 35px;
  left: 0;
  background-color: rgba(30, 195, 15, 0.6);
}
.rollcall__cards--student {
  text-decoration: none;
  min-height: 250px;
  margin: 3rem 3rem 3rem 3rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 250px;
  width: 20%;
  word-wrap: break-word;
  background-clip: border-box;
  border: 0 solid transparent;
  border-radius: 10px;
  font-size: 1.6rem;
  background: #74cfbf;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.rollcall__cards--text__full-name {
  font-size: 1.8rem;
  padding-top: 2.5rem;
  text-align: center;
  padding-bottom: 1rem;
}
.rollcall__cards--text__mobile {
  font-size: 1.4rem;
  padding-top: 1rem;
  text-align: center;
  padding-bottom: 1rem;
}
.rollcall__cards--text__course {
  font-size: 1.4rem;
  padding: 2rem 2rem 1rem;
}
.rollcall__cards--text__teacher {
  font-size: 1.4rem;
  padding: 1rem 2rem;
}
.rollcall__cards--text__remained-sessions {
  font-size: 1.4rem;
  padding: 1rem 2rem;
}
.rollcall__cards--text__day-and-start-time-text {
  color: #676767;
  font-size: 1.4rem;
  padding: 1rem 2rem;
}
.rollcall__cards--text__day-and-start-time-time {
  color: #676767;
  font-size: 1.4rem;
  padding: 1rem 2rem;
}
.rollcall__cards--text__last-operation-text {
  color: #676767;
  font-size: 1.4rem;
  padding: 1rem 2rem;
}
.rollcall__cards--text__last-operation-number {
  color: #676767;
  font-size: 1.4rem;
  padding: 0 2rem 2rem 2rem;
}

.operation {
  display: flex;
  margin: 6rem auto;
  max-width: 80%;
  flex-direction: column;
  justify-content: stretch;
  align-content: center;
  border-radius: 1rem;
  background-color: #a9e3a0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.operation__student {
  width: 80%;
  margin: auto;
  padding-top: 4rem;
  padding-bottom: 1rem;
  font-size: 1.6rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  border-bottom: 2px solid #676767;
  align-items: end;
}
.operation__student--title {
  margin-left: 2rem;
}
.operation__student--fullname {
  margin-left: 2rem;
}
.operation__course {
  width: 80%;
  margin: auto;
  padding-top: 2rem;
  padding-bottom: 1rem;
  font-size: 1.6rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 2px solid #676767;
  align-items: end;
}
.operation__course--title {
  margin-left: 2rem;
}
.operation__course--course-name {
  margin-left: 2rem;
  flex: 1 0 70%;
}
.operation__course--fee {
  margin-top: 2rem;
  margin-left: 2rem;
}
.operation__course--day {
  margin-top: 2rem;
  margin-left: 2rem;
}
.operation__course--hour {
  margin-top: 2rem;
  margin-left: 2rem;
}
.operation__rollcall {
  width: 80%;
  margin: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.6rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.operation__rollcall--title {
  padding-bottom: 2rem;
}
.operation__rollcall form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.operation__rollcall--date {
  font-size: 1.4rem;
  display: flex;
  flex-basis: 100%;
  display: flex;
  flex-basis: 100%;
  margin-bottom: 2rem;
}
.operation__rollcall--type {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 4rem;
}
.operation__rollcall--type .operation-type {
  margin-right: 2rem;
  margin-left: 2rem;
  margin-bottom: 2rem;
}
.operation__rollcall--type .pay-method {
  display: flex;
  align-items: center;
  margin-right: 2rem;
  margin-left: 2rem;
  margin-bottom: 2rem;
}
.operation__rollcall--type .pay-number {
  display: flex;
  align-items: center;
  margin-right: 2rem;
  margin-left: 2rem;
}
.operation__rollcall--type .pay-number input {
  width: 8rem;
}

.list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-width: 100%;
  margin-top: 6rem;
  margin-right: 4rem;
  margin-left: 4rem;
  font-size: 1.4rem;
  text-align: center;
}
@media only screen and (max-width: 62.5em) {
  .list {
    padding-top: 3rem;
  }
}
.list__title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
  color: #252525;
}
.list__date {
  flex-basis: 100%;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.6rem;
}
.list__head {
  font-size: 1.6rem;
  background-color: #fff36b;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0 0rem 0;
}
.list__head--search {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0 1rem 0;
}
.list__head--return {
  margin: auto;
  padding-bottom: 2rem;
}
.list__head input {
  margin: 1rem;
  width: 16rem;
}
.list__head label {
  margin-right: 2rem;
}
.list__head select {
  margin-right: 1rem;
}
.list__head button {
  margin-right: 1rem;
}
.list__head #id_archive_state {
  width: 2rem;
}
.list__head-income {
  font-size: 1.6rem;
  background-color: #fff36b;
  width: 100%;
  margin: 2rem 0 0 0;
  text-align: right;
  padding: 2rem;
}
.list__table {
  justify-content: space-evenly;
  width: 100%;
  overflow: auto;
}
.list__table thead {
  height: 3rem;
}
.list__table caption {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
  color: #252525;
}
.list table.table-bordered > thead > tr > th {
  border: 2px solid #18b284;
}
.list table.table-bordered > tbody > tr > td {
  border: 2px solid #18b284;
}
.list #table-for-list {
  margin: auto;
  background-color: #f7f6ff;
  font-size: 0.9em;
}
.list #table-for-list th {
  background-color: rgba(191, 191, 191, 0.89);
}

.icon-show {
  margin: 1rem;
}

.cross-button button {
  background-color: #4CAF50; /* Green */
  border: none;
  border-radius: 5px;
  color: white;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.6rem;
  margin: 1rem 0.5rem;
  transition-duration: 0.6s;
  cursor: pointer;
}
.cross-button button:hover:not(:disabled) {
  background-color: #45a049; /* Darker green on hover */
}
.cross-button button:disabled {
  background-color: #ccc; /* Light gray */
  color: #666; /* Darker gray text */
  cursor: not-allowed;
  opacity: 0.6; /* Visual cue for disabled */
}
.cross-button .tooltip-wrapper {
  position: relative;
  display: inline-block;
}
.cross-button .tooltip-wrapper .tooltip-text {
  visibility: hidden;
  background-color: #f44336;
  /* Red background */
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  /* Position above the button */
  left: 100%;
  bottom: -100%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}
.cross-button .tooltip-wrapper:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.success-register {
  display: flex;
  flex-wrap: wrap;
  margin: 10rem auto;
  max-width: 70%;
  background-color: #a9e3a0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.success-register__title {
  flex-basis: 100%;
  margin: 3rem auto;
  font-size: 2rem;
  text-align: center;
}
.success-register__body {
  background-color: #fff;
}
.success-register__body--title {
  font-size: 2.5rem;
  padding: 3rem;
  text-align: center;
}
.success-register__body--date {
  font-size: 1.6rem;
  text-align: left;
  margin-left: 3rem;
}
.success-register__body--student, .success-register__body--last-remained-session, .success-register__body--remained-session, .success-register__body--payment-amount, .success-register__body--payment-method, .success-register__body--course, .success-register__body--staff {
  font-size: 1.5rem;
  margin: 3rem;
}
.success-register__body--comment {
  font-size: 1.2rem;
  text-align: center;
}
.success-register form {
  margin: auto;
}
.success-register button {
  background-color: #4CAF50; /* Green */
  border: none;
  border-radius: 5px;
  color: white;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.6rem;
  margin: 1rem 0.5rem;
  transition-duration: 0.6s;
  cursor: pointer;
}
.success-register .button1 {
  background-color: white;
  color: black;
  border: 2px solid blue;
}
.success-register .button1:hover {
  background-color: #252525;
  color: white;
}

#printDiv {
  margin: auto;
  max-width: 300px;
  text-align: center;
}

#printDiv table {
  margin: auto;
  width: 100%;
  color: #0000FF;
  border: 1px solid red;
  font-size: x-large;
}

#printDiv table, #printDiv table th, #printDiv table td {
  border: 1px solid red;
  border-collapse: collapse;
}

#printDiv h2 {
  color: #FF0080;
}

@media print {
  .no-print {
    Display: none !important;
  }
  .success-register {
    box-shadow: none !important;
  }
  .success-register__body {
    padding-bottom: 1rem !important;
  }
}
.account {
  display: flex;
  flex-wrap: wrap;
}
.account__list--form {
  margin: 10rem auto;
  display: flex;
  flex-wrap: wrap;
  width: 40%;
  background-color: #a9e3a0;
  border-radius: 2rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.account__list--form__title {
  flex-basis: 100%;
  font-size: 1.6rem;
  margin: 2rem auto;
  text-align: center;
}
.account__list--form__course {
  margin: 1rem auto;
  flex-basis: 100%;
  text-align: center;
}
.account__list--form__date {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin: 1rem;
}
.account__list--form__date--text {
  text-align: center;
  flex-basis: 100%;
  margin-bottom: 2rem;
}
.account__list--form button {
  margin: 2rem auto;
}
.account__list--table {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-width: 100%;
  margin-top: 6rem;
  margin-right: 4rem;
  margin-left: 4rem;
  background-color: #e04f00;
  width: 40%;
  padding: 2rem;
}
.account__list--table__title {
  font-size: 1.6rem;
  padding: 2rem;
  text-align: center;
}
.account__list--table table {
  margin: auto;
  background-color: #f7f6ff;
  cursor: pointer;
  margin-top: 2em;
  margin-bottom: 2em;
  border: none;
}
.account--search {
  font-size: 1.6rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.account--search input {
  margin: 1rem;
  width: 16rem;
}
.account--search label {
  margin-right: 1rem;
}
.account--search select {
  margin: 1rem;
}
.account--search button {
  margin-right: 1rem;
}

.income-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-width: 100%;
  margin-top: 6rem;
  margin-right: 4rem;
  margin-left: 4rem;
  font-size: 1.4rem;
  text-align: center;
}
.income-form__title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
  color: #252525;
}
.income-form__date {
  flex-basis: 100%;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.6rem;
}
.income-form__comments {
  margin: 2rem;
  font-size: 1.6rem;
  width: 100%;
}
.income-form__comments--part1 {
  margin-bottom: 2rem;
}

.kartablePage {
  padding-top: 1rem;
  background-color: #fff;
  min-height: 100vh;
  height: auto;
}
.kartablePage .kartable {
  width: 100%;
  max-width: 100rem;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 50em) {
  .kartablePage .kartable {
    margin-top: 8rem;
  }
}
.kartablePage .kartable .kartableBtn {
  cursor: pointer;
  border-radius: 1rem;
  width: 5.5rem;
  height: 2.5rem;
  background-color: #05a974;
  color: #fff;
  border: none;
  margin: 1rem;
  display: block;
}
.kartablePage .kartable .submitBtn {
  margin-top: 3rem;
}
.kartablePage .kartable .submitNewBtn {
  margin-top: 4rem;
}
.kartablePage .kartable .QuestionAnswerBox {
  margin-top: 3rem;
  margin-bottom: 7rem;
  direction: rtl;
  position: relative;
  padding: 2rem;
  flex: 25%;
  max-width: 25%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 62.5em) {
  .kartablePage .kartable .QuestionAnswerBox {
    flex: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 37.5em) {
  .kartablePage .kartable .QuestionAnswerBox {
    flex: 100%;
    max-width: 100%;
  }
}
.kartablePage .kartable .QuestionAnswerBox__body {
  margin-left: 2rem;
  position: relative;
}
.kartablePage .kartable .QuestionAnswerBox__body .removeBtn {
  position: absolute;
  top: -5rem;
  left: -1rem;
  background-color: #e04f00;
}
.kartablePage .kartable .QuestionAnswerBox__body--question {
  position: relative;
  margin: auto;
  width: 19.32rem;
  height: 14rem;
  padding: 2rem 3rem 1rem 1rem;
  background-image: url("../svg/gha1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
  border-top-right-radius: 5.5rem;
  border-bottom-left-radius: 5.5rem;
}
@media screen and (max-width: 62.5em) {
  .kartablePage .kartable .QuestionAnswerBox__body--question {
    width: 24.84rem;
    height: 18rem;
    border-top-right-radius: 7rem;
    border-bottom-left-radius: 7rem;
  }
}
.kartablePage .kartable .QuestionAnswerBox__body--question .title {
  display: inline-block;
}
.kartablePage .kartable .QuestionAnswerBox__body--question .date {
  position: absolute;
  bottom: 1rem;
  right: 3rem;
}
.kartablePage .kartable .QuestionAnswerBox__body--answers {
  position: relative;
  font-size: 1.4rem;
}
.kartablePage .kartable .QuestionAnswerBox__body--answers .answer {
  position: relative;
  width: 15.96rem;
  height: 12rem;
  margin-top: 1rem;
  padding: 2rem 2rem 0.5rem 0.5rem;
  background-image: url("../svg/gh2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media screen and (max-width: 62.5em) {
  .kartablePage .kartable .QuestionAnswerBox__body--answers .answer {
    width: 19.95rem;
    height: 15rem;
  }
}
.kartablePage .kartable .QuestionAnswerBox__body--answers .answer .title {
  display: inline-block;
}
.kartablePage .kartable .QuestionAnswerBox__body--answers .answer .date {
  position: absolute;
  bottom: 0.5rem;
}
.kartablePage .kartable .QuestionAnswerBox__body--answers .showMessage {
  position: absolute;
  left: 3rem;
}
.kartablePage .kartable .QuestionAnswerBox__body--answers .message {
  display: none;
  width: 15.96rem;
  height: 12rem;
  margin-top: 1rem;
  background-image: url("../svg/gh4.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media screen and (max-width: 62.5em) {
  .kartablePage .kartable .QuestionAnswerBox__body--answers .message {
    width: 19.95rem;
    height: 15rem;
  }
}
.kartablePage .kartable .QuestionAnswerBox__body--answers .message .title {
  font-size: 1.2rem;
  padding: 1rem 1rem 0 0.5rem;
  border-radius: 0.5rem;
  text-align: right;
}
.kartablePage .kartable .QuestionAnswerBox__body--answers .message .date {
  padding-right: 1rem;
  position: absolute;
  bottom: 0.5rem;
}
.kartablePage .kartable .QuestionAnswerBox__body--answers .message .typingField {
  position: relative;
  background-color: #a2e6cf;
  height: 6rem;
  width: 90%;
  border-radius: 0.5rem;
  margin: auto;
}
.kartablePage .kartable .QuestionAnswerBox__body--answers .message .typingField textarea {
  border: none;
  outline: none;
  background-color: #a2e6cf;
  padding: 0.5rem;
  width: 100%;
  border-radius: 0.5rem;
}
.kartablePage .kartable .QuestionAnswerBox__body--answers .message button {
  cursor: pointer;
  border-radius: 0.5rem;
  width: 6rem;
  height: 2rem;
  background-color: #05a974;
  color: #fff;
  border: none;
  margin-top: 5rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 62.5em) {
  .kartablePage .kartable .QuestionAnswerBox__body--answers .message button {
    margin-top: 8rem;
  }
}
.kartablePage .kartable .QuestionAnswerBox__body .title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}
.kartablePage .kartable .QuestionAnswerBox__body .body {
  text-align: justify;
  word-wrap: break-word;
  overflow-y: scroll;
  height: 50px;
}
.kartablePage .kartable .QuestionAnswerBox .createQuestion {
  margin: auto;
}
.kartablePage .kartable .QuestionAnswerBox .createQuestion .writeQuestionBtn {
  position: absolute;
  top: -3rem;
  right: 1rem;
  border: none;
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: #74cfbf;
}
.kartablePage .kartable .QuestionAnswerBox .createQuestion .title {
  border-radius: 1rem;
  padding: 1rem;
  font-size: 1.4rem;
}
.kartablePage .kartable .QuestionAnswerBox .createQuestion .date {
  padding-top: 0.5rem;
}
.kartablePage .kartable .QuestionAnswerBox .createQuestion .message {
  display: none;
  width: 19.25rem;
  height: 14rem;
  padding: 1.5rem;
  background-image: url("../svg/gh3.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
  border-top-right-radius: 5.8rem;
  border-bottom-left-radius: 5.8rem;
}
@media screen and (max-width: 62.5em) {
  .kartablePage .kartable .QuestionAnswerBox .createQuestion .message {
    width: 23.5rem;
    height: 17rem;
    border-top-right-radius: 7rem;
    border-bottom-left-radius: 7rem;
  }
}
.kartablePage .kartable .QuestionAnswerBox .createQuestion .message .typingField {
  position: relative;
  background-color: #a2e6cf;
  height: 6rem;
  width: 90%;
  border-radius: 0.5rem;
  margin: auto;
}
.kartablePage .kartable .QuestionAnswerBox .createQuestion .message .typingField textarea {
  border: none;
  outline: none;
  background-color: #fff;
  padding: 0.5rem;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}
.kartablePage .kartable .QuestionAnswerBox .createQuestion .message button {
  cursor: pointer;
  border-radius: 0.5rem;
  width: 6rem;
  height: 2rem;
  background-color: #05a974;
  color: #fff;
  border: none;
  margin-top: 5rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 62.5em) {
  .kartablePage .kartable .QuestionAnswerBox .createQuestion .message button {
    margin-top: 8rem;
  }
}

.new-ticket {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 2rempx;
  width: 50%;
  margin: auto;
  margin-top: 5rem;
}
.new-ticket form {
  padding: 3rem;
}
.new-ticket__item {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.new-ticket button {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.new-ticket input[type=submit]:hover {
  background-color: #45a049;
}

.support {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-width: 100%;
  background: #fff;
}
.support .new-ticket {
  border-radius: 5px;
  padding: 2rem;
  width: 50%;
  margin: auto;
  margin-top: 2rem;
}
.support .new-ticket--header {
  font-weight: normal;
  font-size: 2rem;
  width: 100%;
  text-align: center;
}
.support .new-ticket form {
  padding: 1rem;
}
.support .new-ticket__item {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 62.5em) {
  .support .new-ticket__item {
    overflow-x: scroll;
  }
}
.support .new-ticket button {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.support .new-ticket input[type=submit]:hover {
  background-color: #45a049;
}
.support .ticket {
  color: #2c3e50;
  padding: 1rem 1em 1em;
  height: 100vh;
}
.support .ticket__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: auto;
  /* Accordion styles */
}
.support .ticket__box--title {
  margin: 2rem;
  font-weight: normal;
  font-size: 2rem;
  width: 100%;
  text-align: center;
}
.support .ticket__box input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.support .ticket__box .row {
  display: flex;
}
.support .ticket__box .row .col {
  flex: 1;
}
.support .ticket__box .row .col:last-child {
  margin-left: 1em;
}
.support .ticket__box .tabs {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
  width: 100%;
}
.support .ticket__box .tab {
  width: 100%;
  color: white;
  overflow: hidden;
  position: relative;
}
.support .ticket__box .tab .message {
  display: none;
  border-radius: 1.5rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 62.5em) {
  .support .ticket__box .tab .message {
    overflow-x: scroll;
  }
}
.support .ticket__box .tab .message .typingField {
  position: relative;
  background-color: #a2e6cf;
  height: 100%;
  width: 90%;
  border-radius: 0.5rem;
  margin: auto;
}
.support .ticket__box .tab .message .typingField textarea {
  border: none;
  outline: none;
  background-color: #a2e6cf;
  padding: 0.5rem;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}
.support .ticket__box .tab button {
  position: relative;
  margin-left: 2rem;
  background-color: #45a049;
  color: white;
  border: none;
  border-radius: 1.6rem;
  cursor: pointer;
  width: 10rem;
  height: 2.8rem;
}
.support .ticket__box .tab .tab-button {
  display: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
}
.support .ticket__box .tab .typingField-ticket {
  position: relative;
  height: 100%;
  width: 90%;
  border-radius: 0.5rem;
  margin: auto;
  margin-bottom: 2rem;
}
.support .ticket__box .tab--answer {
  width: 100%;
  padding: 50px 0;
  text-align: center;
  background-color: lightblue;
  margin-top: 20px;
  transition: 2s;
}
.support .ticket__box .tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: #2c3e50;
  font-weight: bold;
  cursor: pointer;
  /* Icon */
}
.support .ticket__box .tab-label:hover {
  background: #1a252f;
}
.support .ticket__box .tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.support .ticket__box .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  transition: all 0.35s;
}
.support .ticket__box .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.support .ticket__box .tab-close:hover {
  background: #1a252f;
}
.support .ticket__box input:checked + .tab-label {
  background: #1a252f;
}
.support .ticket__box input:checked + .tab-label::after {
  transform: rotate(-90deg);
}
.support .ticket__box input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}
.support .ticket__box input:checked ~ .tab-button {
  display: block;
}
.support .ticket__box input:not(:checked) ~ .message {
  display: none !important;
}

.teachersList__title {
  background-color: #fff;
  color: black;
  text-align: center;
  box-sizing: border-box;
  padding-top: 4rem;
  padding-bottom: 3rem;
  margin: 4rem 0rem;
  font-size: 3rem;
}
.teachersList__header {
  background-color: #7cc6e0;
  color: #ffffff;
  text-align: center;
  box-sizing: border-box;
  padding-top: 4rem;
  padding-bottom: 3rem;
  margin: 0rem 2rem;
  border-radius: 1rem;
  font-size: 3rem;
}
.teachersList__header h2 {
  margin: 0rem;
  line-height: normal;
}
@media screen and (max-width: 37.5em) {
  .teachersList__header {
    font-size: 3rem;
  }
}
.teachersList__body {
  max-width: 90rem;
  margin: 2rem auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.teachersList__body--teacher {
  color: #7cc6e0;
  text-align: right;
  direction: rtl;
  flex: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 37.5em) {
  .teachersList__body--teacher {
    flex: 100%;
  }
}
.teachersList__body--teacher .teacherName {
  margin: 1rem 0rem;
  font-size: 2rem;
}
.teachersList__body--teacher .teacherName > a {
  color: #7cc6e0;
  text-decoration: none;
}
.teachersList__body--teacher img {
  max-width: 10rem;
  height: auto;
  margin-left: 2rem;
}

.teacher {
  display: flex;
  flex-direction: row;
  text-align: right;
  align-items: center;
  justify-content: center;
  margin-top: 8rem;
  margin-bottom: 3rem;
  color: #7cc6e0;
}
.teacher__pic {
  width: 100px;
  height: auto;
  padding-left: 10px;
}
.teacher__name {
  font-size: 22px;
  margin: 0px;
  padding: 8px 0px;
}
.teacher__field {
  font-size: 14px;
  padding: 8px 0px;
  line-height: 1;
  font-weight: normal;
}

.timeTable {
  border-collapse: separate;
  border-spacing: 5px;
  margin: 50px auto;
  direction: rtl;
  text-align: center;
  font-size: 22px;
}
.timeTable__header {
  height: 55px;
}
.timeTable__header--empty {
  background-color: #eef6f8;
  width: 110px;
}
.timeTable__header--day {
  background-color: #00cdb9;
  width: 450px;
}
.timeTable__body {
  height: 50px;
  font-size: 16px;
  font-weight: bold;
}
.timeTable__body--time {
  background-color: #00cdb9;
}
.timeTable__body--studentName {
  background-color: #eef6f8;
}
.timeTable__body--studentName a:link {
  text-decoration: none;
  color: #1d25d2;
}
.timeTable__body--studentName a:visited {
  color: #1d25d2;
}

.HomeHeader {
  min-height: 110vh;
  background-image: linear-gradient(to right, #30065a, #430d7f);
  color: white;
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: flex;
  align-items: center;
  font-family: Morabba-Regular;
  direction: ltr;
}
@media screen and (max-width: 37.5em) {
  .HomeHeader {
    display: block;
  }
}
.HomeHeader__title {
  flex: 50%;
  text-align: center;
  line-height: normal;
}
@media screen and (max-width: 37.5em) {
  .HomeHeader__title {
    margin: 5rem auto 10rem;
  }
}
.HomeHeader__title--borna {
  width: 100%;
  max-width: 40rem;
  height: auto;
  padding: 1rem;
}
.HomeHeader__title--main {
  font-weight: normal;
  margin: 2rem;
  font-size: 2.5rem;
}
.HomeHeader__title--sub {
  font-size: 3.5rem;
  margin: 2rem 0;
}
@media screen and (max-width: 37.5em) {
  .HomeHeader__title--sub {
    font-size: 2rem;
  }
}
.HomeHeader__title .btn {
  text-decoration: none;
  background-color: #c90da1;
  color: white;
  border: none;
  border-radius: 1.5rem;
  padding: 0.5rem 1rem;
  display: block;
  width: 10rem;
  margin: 3rem auto;
  cursor: pointer;
}
.HomeHeader__pic {
  flex: 50%;
  text-align: center;
}
.HomeHeader__pic img {
  padding: 1rem 1rem 3rem;
  width: 100%;
  max-width: 60rem;
  height: auto;
}
@media screen and (max-width: 37.5em) {
  .HomeHeader__pic img {
    max-width: 45rem;
    height: auto;
  }
}

#properties {
  position: relative;
}
#properties .propertyTimeLine-desk {
  z-index: 1;
  margin: -1rem auto 20vh;
  max-width: 85rem;
  height: auto;
  display: block;
}
#properties .propertyTimeLine-mobile {
  display: none;
}
@media screen and (max-width: 50em) {
  #properties .propertyTimeLine-desk {
    display: none;
  }
  #properties .propertyTimeLine-mobile {
    display: block;
    position: absolute;
    right: 2rem;
    top: 0;
    width: 3rem;
    height: 100%;
  }
}
#properties .properties {
  max-width: 120rem;
  width: 100%;
  margin: 4rem auto;
  display: flex;
  flex-wrap: wrap;
  line-height: normal;
}
@media screen and (max-width: 50em) {
  #properties .properties {
    display: block;
  }
}
#properties .properties__property:nth-child(1) > div {
  left: -12rem;
}
#properties .properties__property:nth-child(2) > div {
  left: -4rem;
}
#properties .properties__property:nth-child(3) > div {
  right: -4rem;
}
#properties .properties__property:nth-child(4) > div {
  right: -12rem;
}
#properties .properties__property {
  flex: 25%;
  text-align: right;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 50em) {
  #properties .properties__property {
    max-width: 25rem;
    margin: auto;
  }
}
#properties .properties__property > div {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 50em) {
  #properties .properties__property > div {
    position: static !important;
  }
}
#properties .properties__property > div > img {
  max-width: 30rem;
  width: 100%;
}
#properties .properties__property > div p {
  position: absolute;
  z-index: 1;
  max-width: 15rem;
  text-align: center;
  padding: 0.5rem;
  margin: 5rem auto;
}

.propertyContent {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  display: none;
  line-height: normal;
  background-color: #eef6f8;
  width: 95%;
  max-width: 80rem;
  margin: 4rem auto;
  border-radius: 1rem;
  padding: 2rem;
  position: relative;
}
.propertyContent--text {
  margin-top: 1rem;
  text-align: justify;
}
.propertyContent--text img {
  vertical-align: middle;
  width: 3rem;
  height: auto;
  text-align: center;
  transform: rotate(-90deg) scaleX(-1);
  margin-left: 0.5rem;
}
.propertyContent .closeProperty {
  position: absolute;
  left: 2rem;
  top: 2rem;
  font-size: 2rem;
  cursor: pointer;
}

.hr {
  max-width: 70rem;
  margin: auto;
}

.otherProperties {
  max-width: 40rem;
  margin: 3rem auto;
  padding: 1rem;
}
.otherProperties__container {
  max-width: 35rem;
  margin: auto;
}
.otherProperties__container--title {
  margin-bottom: 2rem;
}
.otherProperties__container--title > img {
  max-width: 8rem;
  height: auto;
  vertical-align: middle;
}
.otherProperties__container--title h2 {
  margin-right: -1.5rem;
  max-width: 20rem;
  font-size: medium;
  display: inline;
  font-weight: bold;
  border-bottom: 0.1rem solid #000;
  padding: 0 2rem 1rem 2rem;
}
.otherProperties__container ul {
  list-style-position: inside;
  padding-right: 7rem;
}
.otherProperties__container ul li {
  margin-bottom: 0.5rem;
}
.otherProperties > img {
  float: left;
  max-width: 18rem;
  height: auto;
  margin: -3rem 1rem 0;
}

.price {
  margin-top: 4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.price__title {
  font-size: 2rem;
  font-weight: bold;
  border-radius: 1rem;
  width: 24rem;
  height: 6rem;
  text-align: center;
  margin: auto;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #30065a;
  margin-bottom: 4rem;
}
.price__body {
  max-width: 85rem;
  margin: 2rem auto;
  display: flex;
  flex-wrap: wrap;
}
.price__body::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 37.5em) {
  .price__body {
    display: block;
  }
}
.price__body--square {
  text-align: center;
  display: flex;
  justify-content: center;
  flex: 25%;
}
@media screen and (max-width: 50em) {
  .price__body--square {
    flex: 50%;
    width: 50%;
  }
}
@media screen and (max-width: 37.5em) {
  .price__body--square {
    margin: auto;
    width: 100%;
  }
}
.price__body--square > div {
  border: 0.1rem solid #eef6f8;
  border-radius: 1rem;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 2rem;
  line-height: normal;
  margin-bottom: 2rem;
}
.price__body--square .priceCircle {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  color: #fff;
  background-color: #26c282;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  margin: auto;
  padding-top: 1rem;
}
.price__body--square .priceCircle span {
  font-size: 0.8rem;
  display: block;
}
.price__body--square .month {
  font-size: 1.4rem;
  margin-bottom: 3rem;
}
.price__body--square .BuySubscription {
  margin-top: 3rem;
  display: block;
  padding: 0.5rem;
  border-radius: 2rem;
  background-color: #26c282;
  color: #fff;
  width: 15rem;
  height: 3.5rem;
  text-decoration: none;
}

.studentList__search {
  font-size: 1.6rem;
  background-color: #fff36b;
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  margin: 2rem auto;
}
.studentList__search input {
  margin: 1rem;
  width: 16rem;
}
.studentList__search label {
  margin-right: 2rem;
}
.studentList__search select {
  margin: 1rem;
}
.studentList__search button {
  margin-right: 1rem;
}
.studentList__search #id_remained_sessions {
  width: 8rem;
}
.studentList__title {
  background-color: #fff;
  color: black;
  text-align: center;
  box-sizing: border-box;
  padding-top: 4rem;
  padding-bottom: 3rem;
  margin: 4rem 0rem;
  font-size: 3rem;
}
.studentList__header {
  background-color: #7cc6e0;
  color: #ffffff;
  text-align: center;
  box-sizing: border-box;
  padding-top: 4rem;
  padding-bottom: 3rem;
  margin: 0rem 2rem;
  border-radius: 1rem;
  font-size: 3rem;
}
.studentList__header h2 {
  margin: 0rem;
  line-height: normal;
}
@media screen and (max-width: 37.5em) {
  .studentList__header {
    font-size: 3rem;
  }
}
.studentList__body {
  max-width: 90rem;
  margin: 2rem auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.studentList__body--student {
  color: #7cc6e0;
  text-align: right;
  direction: rtl;
  flex: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 37.5em) {
  .studentList__body--student {
    flex: 100%;
  }
}
.studentList__body--student .studentName {
  margin: 1rem 0rem;
  font-size: 2rem;
}
.studentList__body--student .studentName > a {
  color: #7cc6e0;
  text-decoration: none;
}
.studentList__body--student img {
  max-width: 10rem;
  height: auto;
  margin-left: 2rem;
}

.contractPage {
  background-color: #fff;
  min-height: 100vh;
  padding-top: 5rem;
}
.contractPage .contract {
  max-width: 80rem;
  margin: auto;
  width: 95%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 1rem;
  padding: 2rem;
  line-height: normal;
}
.contractPage .contract__img {
  max-width: 15rem;
  height: auto;
  display: block;
  margin: auto;
}
.contractPage .contract__title {
  text-align: center;
}
.contractPage .contract ul {
  padding: 1rem;
  text-align: right;
  justify-content: center;
}
.contractPage .contract ul li::marker {
  color: #63188f;
}

.comment {
  padding-top: 4rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-width: 100%;
  background: #fff;
}
.comment .new-comment {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  padding: 2rem;
  width: 50%;
  margin: auto;
  margin-top: 2rem;
}
@media only screen and (max-width: 62.5em) {
  .comment .new-comment {
    width: 100%;
    overflow-x: scroll;
  }
}
.comment .new-comment--header {
  font-weight: normal;
  font-size: 1.6rem;
  width: 100%;
  text-align: center;
}
.comment .new-comment__label {
  padding: 2rem;
}
.comment .new-comment form {
  padding: 1rem;
  margin: auto;
}
.comment .new-comment button {
  width: 50%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.comment .new-comment input[type=submit]:hover {
  background-color: #45a049;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  background-image: url("/static/home_page/svg/footer.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  line-height: normal;
}
.footer__contact {
  flex: 0 0 40%;
  color: #fff;
  padding: 0 3rem;
}
.footer__contact--address, .footer__contact--phone, .footer__contact--email, .footer__contact--social {
  margin-top: 1rem;
}
.footer__contact--address img, .footer__contact--phone img, .footer__contact--email img, .footer__contact--social img {
  vertical-align: middle;
  width: 2.5rem;
  height: auto;
  margin-left: 0.5rem;
}
.footer__about {
  text-align: justify;
  flex: 0 0 40%;
  color: #fff;
  padding: 0 2rem;
}
.footer__about img {
  vertical-align: middle;
  width: 3rem;
  height: auto;
}
.footer__enamad {
  text-align: center;
  flex: 0 0 20%;
  color: #fff;
  padding: 0 2rem;
}
.footer__enamad img {
  vertical-align: middle;
  width: 15rem;
  height: auto;
}
.footer__copyright {
  text-align: center;
  flex: 0 0 100%;
  order: 1;
  padding: 2rem;
  color: #fff;
}

.header {
  background-image: url(../svg/header2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
  color: white;
  margin-bottom: 20px;
  padding-bottom: 70px;
}
.header__icon {
  width: 20px;
  height: auto;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
  padding-left: 4px;
}
.header .menuMobile {
  position: relative;
  display: none;
  text-align: right;
  padding: 10px 30px;
}
.header .menuMobile span {
  padding-right: 10px;
}
.header .menu {
  padding: 5px;
}
.header .menu__right {
  text-align: right;
  direction: rtl;
}
.header .menu__right a {
  display: inline-block;
  padding: 20px 30px;
  color: white;
  text-decoration: none;
  position: relative;
}
.header .menu__left {
  direction: rtl;
  text-align: left;
}
.header .menu__left a {
  display: inline-block;
  padding: 20px 30px;
  color: white;
  text-decoration: none;
  position: relative;
}
.header .header__row2 {
  align-items: center;
}
.header__image {
  text-align: center;
  margin-bottom: 10px;
}
.header__image img {
  max-width: 300px;
  height: auto;
}
.header__title {
  text-align: center;
  margin-bottom: 10px;
}
.header__title .borna {
  font-size: 130px;
  margin: 0;
  padding: 0;
}
.header__title .borna_sub {
  font-size: 14px;
  margin: 0px;
}
.header__title .borna_sub2 {
  font-size: 26px;
  margin: 5px;
}

.navbar, #navbar {
  overflow: hidden;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 2;
  background-image: linear-gradient(to right, #30065a, #430d7f);
  width: 100%;
  z-index: 1000;
  transition: 0.6s;
}
.navbar .dropdown-content--notif, #navbar .dropdown-content--notif {
  position: relative;
  float: right;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
}
.navbar .dropdown-content--notif span, #navbar .dropdown-content--notif span {
  position: absolute;
  border-radius: 100%;
  height: 1.4rem;
  width: 1.4rem;
  background-color: #ee1010;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  top: 0.2rem;
  right: 1rem;
}
.navbar__comment--notif, #navbar__comment--notif {
  position: relative;
  float: right;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
}
.navbar__comment--notif span, #navbar__comment--notif span {
  position: absolute;
  border-radius: 100%;
  height: 1.4rem;
  width: 1.4rem;
  background-color: #ee1010;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  top: 0.5rem;
}
.navbar a, .navbar ul, .navbar__calendar, #navbar a, #navbar ul, #navbar__calendar {
  float: right;
  display: block;
  color: #fff;
  text-align: center;
  padding: 1.6rem 2rem;
  text-decoration: none;
  font-size: 1.4rem;
}
.navbar a:hover, #navbar a:hover {
  color: black;
}
.navbar__sign-in, #navbar__sign-in {
  float: right;
}
.navbar__sign-out, #navbar__sign-out {
  float: right;
}
.navbar__about, #navbar__about {
  float: left;
}
.navbar__contact, #navbar__contact {
  float: left;
}
.navbar__home, #navbar__home {
  float: left;
}
.navbar__calendar, #navbar__calendar {
  font-size: 1.4rem;
  display: flex;
}
.navbar__calendar--day, #navbar__calendar--day {
  padding-right: 0.5rem;
}
.navbar__calendar--number, #navbar__calendar--number {
  padding-right: 0.5rem;
}

.navigation-button__checkbox {
  display: none;
}
.navigation-button__btn {
  background-color: white;
  height: 7rem;
  width: 7rem;
  position: fixed;
  top: 2rem;
  right: 4rem;
  border-radius: 50%;
  z-index: 2000;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.navigation-button__icon {
  position: relative;
}
.navigation-button__icon, .navigation-button__icon::before, .navigation-button__icon::after {
  width: 3rem;
  height: 2px;
  background-color: #252525;
  display: inline-block;
}
.navigation-button__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.navigation-button__icon::before, .navigation-button__icon::after {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.2s;
}
.navigation-button__icon::before {
  top: 0.8rem;
}
.navigation-button__icon::after {
  top: -0.8rem;
}
.navigation-button__btn:hover .navigation-button__icon::before {
  top: 1rem;
}
.navigation-button__btn:hover .navigation-button__icon::after {
  top: -1rem;
}
.navigation-button__background {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #50b44d;
  height: 90vh;
  width: 0;
  z-index: 1000;
  transition: width 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.navigation-button__nav {
  position: fixed;
  height: 1000vh;
  top: 0;
  right: 0;
  z-index: -1;
  width: 0;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-delay: 0.2s;
}
.navigation-button__list {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 30rem;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  line-height: 7rem;
}
.navigation-button__notif {
  position: relative;
  float: right;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  direction: ltr;
}
.navigation-button__notif span {
  position: absolute;
  border-radius: 100%;
  height: 1.4rem;
  width: 1.4rem;
  background-color: #ee1010;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  top: 0.5rem;
}
.navigation-button__link:link, .navigation-button__link:visited {
  text-decoration: none;
  color: white;
  font-size: 1.6rem;
  padding: 1rem 2rem;
}
.navigation-button__checkbox:checked ~ .navigation-button__background {
  width: 70%;
}
.navigation-button__checkbox:checked ~ .navigation-button__nav {
  opacity: 1;
  width: 70%;
  z-index: 1500;
}
.navigation-button__checkbox:checked + .navigation-button__btn .navigation-button__icon {
  background: transparent;
}
.navigation-button__checkbox:checked + .navigation-button__btn .navigation-button__icon::after {
  top: 0;
  transform: rotate(135deg);
}
.navigation-button__checkbox:checked + .navigation-button__btn .navigation-button__icon::before {
  top: 0;
  transform: rotate(-135deg);
}

.form-container .form-container__input--text:valid ~ label, .form-container .form-container__input--text:focus ~ label {
  color: #63188f;
  top: -1.5rem;
  transform: scale(0.9);
  transition: all 200ms ease-in-out;
}
.form-container__dropdown {
  width: 100%;
}
.form-container__dropdown--input {
  display: inline-block;
}
.form-container__dropdown--label {
  display: inline-block;
  font-size: 1.8rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.form-container__input {
  position: relative;
  font-size: 2rem;
}
.form-container__input--text {
  padding: 1.5rem 1rem 1.5rem 1rem;
  border: none;
  background: transparent;
  font-size: 1.4rem;
}
.form-container__input--text ~ span {
  display: block;
  width: 0;
  height: 3px;
  background-color: #63188f;
  position: absolute;
  bottom: 1rem;
  right: 0;
  transition: all 200ms ease-in-out;
}
.form-container__input--text:focus {
  outline: 0;
}
.form-container__input--text:focus ~ span {
  width: 60%;
}
.form-container__input--label {
  color: #252525;
  position: absolute;
  padding: 1rem;
  top: 0;
  right: 0;
  transition: all 200ms ease-in-out;
}
.form-container__submit {
  flex-basis: 100%;
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.form-container__submit button {
  background-color: #4CAF50; /* Green */
  border: none;
  border-radius: 5px;
  color: white;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.6rem;
  margin: 1rem 0.5rem;
  transition-duration: 0.6s;
  cursor: pointer;
}
.form-container__submit .button1 {
  background-color: white;
  color: black;
  border: 2px solid #4CAF50;
}
.form-container__submit .button1:hover {
  background-color: #4CAF50;
  color: white;
}
.form-container__submit .button2 {
  background-color: white;
  color: black;
  border: 2px solid #f44336;
}
.form-container__submit .button2:hover {
  background-color: #f44336;
  color: white;
}
.form-container__submit .button3 {
  background-color: white;
  color: black;
  border: 2px solid #008CBA;
}
.form-container__submit .button3:hover {
  background-color: #008CBA;
  color: white;
}
.form-container__submit--item {
  padding: 1rem;
}

input:required {
  box-shadow: none;
}

input:invalid {
  box-shadow: none;
}

.date-part {
  flex-basis: 100%;
  display: inline-block;
  font-size: 1.6rem;
  width: 50%;
  padding: 1.5rem 0 1.5rem 1rem;
}
.date-part__label {
  display: inline-block;
  font-size: 1.6rem;
  padding: 2rem;
}
.date-part__input--label {
  display: inline-block;
  color: #63188f;
}
.date-part__input--day {
  display: inline-block;
  width: 4rem;
  font-size: 1.4rem;
}
.date-part__input--month {
  display: inline-block;
  width: 4rem;
  font-size: 1.4rem;
}
.date-part__input--year {
  display: inline-block;
  width: 8rem;
  font-size: 1.4rem;
}

.username_and_password {
  display: flex;
}

.course {
  display: flex;
  flex-direction: column;
  margin: 10rem auto;
  max-width: 60%;
  background-color: #a9e3a0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media only screen and (max-width: 37.5em) {
  .course {
    max-width: 90%;
  }
}
.course__title {
  align-content: stretch;
  margin: 3rem auto;
  font-size: 2rem;
}
.course__subtitle {
  margin: 1rem;
  font-size: 1.6rem;
  color: #63188f;
}
.course__form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.course__form--name {
  margin: 2rem 2rem;
}
.course__form--course {
  margin: 2rem 2rem;
}
.course__form--day {
  margin: 2rem 2rem;
}
.course__form--time {
  margin: 2rem 2rem;
}
.course__form--num-session {
  margin: 2rem 2rem;
}
.course__form--fee {
  margin: 2rem 2rem;
}
.course__form--teacher-percentage {
  margin: 2rem 2rem;
}
.course__form--class-duration {
  margin: 2rem 2rem;
}
.course__form--buttons {
  text-align: center;
  vertical-align: center;
  flex: 100%;
}
.course__form .button1 {
  margin: 2rem 2rem;
  font-size: 1.4rem;
  text-align: center;
  vertical-align: center;
}
.course a {
  background-color: #4CAF50;
  /* Green */
  color: white;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.6rem;
  margin-top: 1rem;
  transition-duration: 0.4s;
  cursor: pointer;
}
.course button {
  background-color: #4CAF50;
  /* Green */
  border: none;
  border-radius: 5px;
  color: white;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.6rem;
  margin: 1rem 0.5rem;
  transition-duration: 0.6s;
  cursor: pointer;
}
.course .button1 {
  width: 15rem;
  height: 5rem;
  background-color: white;
  color: black;
  border: 2px solid #008CBA;
  border-radius: 1.2rem;
}
.course .button1:hover {
  background-color: #008CBA;
  color: white;
}

.modify-course-register__form--buttons {
  display: flex;
  /* Arrange buttons in a row */
  justify-content: center;
  /* Center buttons horizontally */
  gap: 2rem;
  /* Space between buttons */
  margin-top: 2rem;
  /* Add spacing from form fields */
  width: 100%;
  /* Ensure buttons span the form width */
  align-items: center;
  /* Align buttons vertically */
}
.modify-course-register .button1 {
  width: auto;
  /* Let buttons adjust to content size */
  height: auto;
  /* Let height adjust naturally */
  padding: 1rem 2rem;
  /* Add consistent padding */
  font-size: 1.4rem;
  text-align: center;
  background-color: white;
  color: black;
  border: 2px solid #008CBA;
  border-radius: 1.2rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.modify-course-register .button1:hover {
  background-color: #008CBA;
  color: white;
}
.modify-course-register .button1:disabled {
  background-color: #d6d6d6;
  /* Light gray */
  border-color: #d6d6d6;
  color: #888;
  /* Gray text */
  cursor: not-allowed;
  /* Not-allowed cursor */
  opacity: 0.6;
  /* Dimmed appearance */
  pointer-events: none;
  /* Disable interactions */
}
.modify-course-register .button--danger {
  background-color: #dc3545;
  /* Red for delete button */
  border-color: #dc3545;
  color: white;
}
.modify-course-register .button--danger:hover {
  background-color: #b52b3a;
}
.modify-course-register .button--danger:disabled {
  background-color: #f5c6cb;
  /* Light red */
  border-color: #f5c6cb;
  color: #a94442;
  /* Darker red */
  cursor: not-allowed;
  /* Not-allowed cursor */
  opacity: 0.6;
  /* Dimmed appearance */
  pointer-events: none;
  /* Disable interactions */
}
.modify-course-register .tooltip-wrapper {
  position: relative;
  display: inline-block;
}
.modify-course-register .tooltip-wrapper .tooltip-text {
  visibility: hidden;
  background-color: #f44336;
  /* Red background */
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  /* Position above the button */
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}
.modify-course-register .tooltip-wrapper:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.register-course {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "header header header header" "info info info info";
  margin: 10rem auto;
  max-width: 60%;
  background-color: #a9e3a0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.register-course__title {
  grid-area: header;
  margin: 3rem auto;
  font-size: 2rem;
}
.register-course__subtitle {
  grid-area: header;
  margin: 1rem;
  font-size: 1.6rem;
  color: #63188f;
}
.register-course__form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "part1r part1m part1l" "part2r part2m part2l" "part3r part3m part3l" "part4r part4m part4l" "but-r but-m but-l";
  grid-area: info;
}
.register-course__form--name {
  margin: 2rem 2rem;
  grid-column-start: part1r;
  grid-column-end: part1m;
}
.register-course__form--course {
  margin: 2rem 2rem;
  grid-column-start: part2r;
  grid-column-end: part2m;
}
.register-course__form--num-session {
  grid-area: part2r;
  margin: 2rem 2rem;
}
.register-course__form--fee {
  margin: 2rem 2rem;
  grid-column-start: part4r;
  grid-column-end: part4m;
}
.register-course__form--day {
  grid-area: part3r;
  margin: 2rem 2rem;
}
.register-course__form--start_time {
  grid-area: part3m;
  margin: 2rem 2rem;
}
.register-course__form--buttons {
  grid-area: but-l;
  justify-self: center;
}
.register-course__form .button1 {
  margin: 2rem 2rem;
  font-size: 1.4rem;
  text-align: center;
  vertical-align: center;
}
.register-course a {
  background-color: #4CAF50; /* Green */
  color: white;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.6rem;
  margin-top: 1rem;
  transition-duration: 0.4s;
  cursor: pointer;
}
.register-course button {
  background-color: #4CAF50; /* Green */
  border: none;
  border-radius: 5px;
  color: white;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.6rem;
  margin: 1rem 0.5rem;
  transition-duration: 0.6s;
  cursor: pointer;
}
.register-course .button1 {
  width: 15rem;
  height: 5rem;
  background-color: white;
  color: black;
  border: 2px solid #008CBA;
  border-radius: 1.2rem;
}
.register-course .button1:hover {
  background-color: #008CBA;
  color: white;
}/*# sourceMappingURL=main.css.map */