* {
  margin: 0px;
  padding: 0px;
  font-family: 'BalooTammudu2', sans-serif;
}

@font-face {
  font-family: 'BalooTammudu2';
  src: url("../fonts/BalooTammudu2/BalooTammudu2-Bold.woff2");
  font-weight: 900;
}

@font-face {
  font-family: 'BalooTammudu2';
  src: url("../fonts/BalooTammudu2/BalooTammudu2-Medium.woff2");
  font-weight: 700;
}

@font-face {
  font-family: 'BalooTammudu2';
  src: url("../fonts/BalooTammudu2/BalooTammudu2-Regular.woff2");
  font-weight: 500;
}

:root {
  --primary-color: #5872E0;
  --secondary-color: #F7F7F7;
  --main-color: #D9E5FF;
  --dark-color: #000;
  --semi-dark: #333;
  --light-color: #FFFFFF;
  --gray-color: #A2A2A2;
  --third-color: #DDDDDD;
  --primary-filter: invert(62%) sepia(50%) saturate(7282%) hue-rotate(212deg) brightness(92%) contrast(89%);
  --secondary-filter: invert(92%) sepia(57%) saturate(6806%) hue-rotate(178deg) brightness(103%) contrast(101%);
  --dark-filter: invert(100%) sepia(0%) saturate(7463%) hue-rotate(121deg) brightness(107%) contrast(105%);
  --light-filter: invert(100%) sepia(0%) saturate(259%) hue-rotate(210deg) brightness(117%) contrast(100%);
}

/* ================ Start Login Style && Media Queries  ================ */
.header {
  background-image: url("/assets/images/login/loginBG.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 1024px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .login {
  background-color: var(--light-color);
  width: 457px;
  height: 764px;
  margin: auto;
  text-align: center;
  border-radius: 25px;
}

.header .login .logo {
  width: 92px;
  height: 78px;
  margin: 36px 0px;
}

.header .login h2 {
  color: var(--primary-color);
  font-size: 35px;
  font-weight: 900;
  margin: 36px 0px;
}

.header .login form {
  width: 88%;
  margin: auto;
  text-align: start;
  position: relative;
}

.header .login form label {
  color: var(--primary-color);
}

.header .login form input {
  color: var(--primary-color);
  border: 2.5px var(--primary-color) solid;
  border-radius: 7px;
  font-size: 20px;
  transform: translateY(-10px);
}

.header .login form input::placeholder {
  color: var(--gray-color);
  transform: translateY(2px);
}

.header .login form #password::placeholder {
  font-size: 50px;
}

.header .login .errorImage {
  display: none;
  cursor: pointer;
}

.header .login .email_img {
  position: absolute;
  right: 20px;
  top: 38px;
}

.header .login .pass_img {
  position: absolute;
  right: 20px;
  top: 135px;
}

.header .login form .custom-control {
  margin-bottom: 180px;
}

.header .login form .btn-submit {
  height: 50px;
  background-color: var(--primary-color);
  color: var(--light-color);
  font-size: 22px;
  padding: 12px;
}

.header .login form .fogetPage {
  text-align: center;
  margin: 15px auto;
}

.header .login form .btn-forget {
  color: var(--gray-color);
  font-size: 16px;
}

.header .login form label,
.header .login form input,
.header .login form input::placeholder,
.header .login form .custom-control .custom-control-label,
.header .login form .btn-submit,
.header .login form .btn-forget {
  font-weight: 700;
}

.header .login form label,
.header .login form input::placeholder,
.header .login form .custom-control .custom-control-label {
  font-size: 18px;
}

.header .login form .forget {
  margin-bottom: 90px;
}

/* ================ Start Media Queries  ================ */
@media only screen and (max-width: 600px) and (min-width: 362px) {
  .header .login {
    width: 350px;
    height: 700px;
  }

  .header .login .logo {
    width: 85px;
    height: 70px;
    margin: 30px 0px;
  }

  .header .login form .custom-control {
    margin-bottom: 120px;
  }

  .header .login .text {
    font-size: 30px;
  }
}

@media only screen and (max-width: 361px) and (min-width: 200px) {
  .header .login {
    width: 300px;
    height: 650px;
  }

  .header .login .logo {
    width: 75px;
    height: 60px;
    margin: 30px 0px;
  }

  .header .login form .custom-control {
    margin-bottom: 120px;
  }

  .header .login .text {
    font-size: 25px;
  }
}

/* ================ End Media Queries  ================ */

/* ================ End Login Style ================ */

/* ================ Start Navbar Style ================ */
nav {
  height: 65px;
  z-index: 999;
  width: 100%;

}

.navbar {
  position: fixed;
  top: 0%;
  left: 0;
  z-index: 999;
}

nav .navbar-brand::after {
  content: "";
  display: block;
  width: 1px;
  height: 65px;
  background: rgb(0, 0, 0, 0.15);
  position: absolute;
  top: 0%;
  transform: translateX(240px);
}

nav .navbar-brand img {
  width: 37px;
  height: 34px;
  margin-right: 15px;
  animation: rotate 1s linear alternate infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotatey(180deg)
  }
}

nav .navbar-brand span {
  color: var(--primary-color);
  font-size: 25px;
  font-weight: 900;
  margin-top: 16px;
}

nav .navbar-nav .nav-link,
nav .navbar-nav .menu .dropdown_img img {
  width: 40px;
}

nav .navbar-nav .menu {
  width: 300px;
  height: 270px;
  padding: 20px;
  transform: translate(-250px, -10px);
  border-radius: 16px;
}

nav .navbar-nav .menu .dropdown_img,
nav .navbar-nav .menu .dropdown-item,
main .bottomMain .icon a {
  display: flex;
}

nav .navbar-nav .menu .dropdown_img img,
main .topMain button img {
  width: 40px;
  height: 40px;
}

nav .navbar-nav .menu .dropdown_img .info {
  margin: 5px 10px;
  font-weight: 700;
}

nav .navbar-nav .menu .dropdown_img h4 {
  color: var(--primary-color);
  font-size: 18px;
}

nav .navbar-nav .menu .dropdown_img p {
  font-size: 12px;
}

nav .navbar-nav .menu .dropdown-item img {
  width: 24px;
  height: 24px;
}

nav .navbar-nav .menu .dropdown-item span {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 300;
  margin: 4px 15px;
}

/* ================ End Navbar Style ================ */

/* ================ Start HomePage Style ================ */
main {
  background-color: var(--primary-color);
  padding: 50px 0px;
}

main .topMain {
  background-color: var(--light-color);
  margin: 70px auto 0px;
  border-radius: 16px;
}

main .topMain .infoMain {
  margin-top: 65px;
  margin-left: 70px;
  color: var(--primary-color);
}

main .topMain .infoMain h2,
main .topMain .infoMain p {
  font-size: 38px;
  font-weight: 900;
}

main .topMain .infoMain p {
  font-size: 24px;
}

main .topMain button {
  background-color: var(--primary-color);
  width: 230px;
  height: 65px;
  padding: 16px 0px;
  border-radius: 25px;
  border: 0px;
  margin-top: 80px;
}

main .topMain button .bttn {
  color: var(--light-color);
  font-size: 28px;
  font-weight: 900;
}

main .topMain button:hover {
  background-color: var(--light-color);
  border: 1px var(--primary-color) solid;
}

main .topMain button:hover .bttn {
  color: var(--primary-color);
}

main .topMain button:hover img {
  filter: var(--primary-filter);
  transform: translateX(16px);
  transition: 0.5s linear;
}

main .bottomMain {
  width: 80%;
  margin: auto;
}

main .studentMain {
  width: 100%;
}

main .bottomMain .icon {
  background-color: var(--main-color);
  width: 270px;
  height: 88px;
  padding: 10px;
  margin: 0px auto 40px;
  border-radius: 15px;
}

main .bottomMain .icon img {
  width: 65px;
  height: 65px;
  animation: rotate 1.5s linear alternate 4;
  animation-play-state: paused;
}

main .bottomMain .icon h3 {
  font-size: 25px;
  font-weight: 900;
  margin: 10px;
}

main .bottomMain .icon:hover {
  background-color: var(--light-color);
}

main .bottomMain .icon:hover img {
  filter: var(--light-filter);
  animation-play-state: running;
}

main .bottomMain .special {
  margin: auto;
  width: 70%;
}

main .ads {
  text-align: center;
  margin: 80px auto 50px;
}

main .ads .adImage img {
  width: 600px;
  height: 250px;
}

main .ads .closeIcon {
  transform: translate(-25px, -115px);
  cursor: pointer;
}

/* ================ Start Media Queries  ================ */
@media only screen and (max-width: 1300px) and (min-width: 992px) {
  main .bottomMain {
    width: 95%;
  }

  main .studentMain {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) and (min-width: 601px) {
  main .topMain button {
    margin: 10px;
  }

  main .bottomMain {
    width: 100%;
  }

  main .studentMain {
    width: 100%;
  }

  main .bottomMain .icon {
    width: 260px;
  }

  main .bottomMain .icon h3 {
    font-size: 25px;
  }

  main .bottomMain .special {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) and (min-width: 200px) {
  main .topMain .image {
    width: 90%;
    height: 200px;
  }

  main .topMain .infoMain {
    margin: 60px 0px;
  }

  main .topMain .infoMain h2 {
    font-size: 25px;
  }

  main .topMain .infoMain p {
    font-size: 15px;
  }

  main .topMain button {
    margin: 10px;
    float: right;
    width: 150px;
    height: 45px;
    padding: 12px 0px;
    border-radius: 25px;
  }

  main .topMain button .bttn {
    font-size: 20px;
    font-weight: 900;
  }

  main .topMain button img {
    width: 25px;
    height: 25px;
  }

  main .bottomMain {
    width: 95%;
  }

  .ads{
    margin: auto !important;
  }
  
  .ads .adImage img {
    width: 300px !important;
    height: 200px !important;
    transform: translateX(10px);
    /* margin: auto;
    text-align: center !important; */
  }

  main .ads .closeIcon {
    transform: translate(-10px, -95px);
    cursor: pointer;
  }

  main .bottomMain .special {
    width: 100%;
  }
}

/* ================ End Media Queries  ================ */

/* ================ End HomePage Style ================ */

/* ================ Start Dashboard Style ================ */

/* ================ Sidebar ================*/
@media (min-width: 992px) {
  .sidebar {
    height: unset !important;
  }
}

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 58px 0 0;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
  width: 267px;
  z-index: 600;
}

.sidebar.show {
  height: 100vh;
}

@media (max-width: 992px) {
  .sidebar {
    width: 100%;
  }
}

.sidebar .active {
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto;
}

.dashboard .list-group-item {
  border-radius: 8px;
  margin-bottom: 8px;
  float: left;
}

.dashboard .list-group-item img {
  width: 24px;
  height: 24px;
}

.dashboard .list-group-item span {
  font-size: 18px;
  font-weight: 700;
  transform: translateY(2px);
  display: inline-block;
}

.dashboard .list-group-item:hover {
  background-color: var(--primary-color);
}

.dashboard .list-group-item:hover img {
  filter: var(--light-filter);
}

.dashboard .list-group-item:hover span {
  color: var(--light-color);
}

/* ================ End Dashboard Style ================ */

/* ================ Start Profile && Password Style ================ */
body {
  background-color: var(--secondary-color);
}

.profile {
  background-color: var(--light-color);
  width: 80%;
  padding: 25px 15px;
  float: right;
  border: 1px var(--primary-color) solid;
  border-radius: 10px;
  margin: 70px auto;
}

.profile h2 {
  color: var(--primary-color);
  font-size: 26px;
  font-weight: 900;
}

.profile .profileImage img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.profile .profileImage label {
  color: var(--gray-color);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.profile form input {
  border-radius: 8px;
  font-size: 20px;
}

.profile form .form-group input {
  width: 50%;
}

.profile form .form-row input {
  width: 75%;
}

.profile form input::placeholder {
  transform: translateY(5px);
  font-size: 16px;
}

.profile form label {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 900;
  transform: translateY(14px);
}

.profile .button {
  width: 140px;
  height: 48px;
  padding: 15px 0px;
  background-color: var(--primary-color);
  color: var(--light-color);
  border: none;
  border-radius: 8px;
  font-size: 18px;
  cursor: pointer;
}

.profile .password-container input {
  width: 40%;
  height: 40px;
  padding: 5px 15px;
  border: 1px var(--gray-color) solid;
  border-radius: 6px;
  margin: 10px 0px;
}

.profile .password-container input::placeholder {
  color: var(--gray-color);
  transform: translateY(5px);
}

.profile .password-container img {
  width: 20px;
  height: 20px;
  transform: translate(-30px, 5px);
}

.pass .add,
.addAd button,
.courses-info button,
.schedule .add,
.qualityStandards .add,
.questionnaire .add,
.answerQuestions .add {
  background-color: var(--primary-color);
  color: var(--light-color);
  width: 20%;
  height: 40px;
  padding: 10px 25px;
  border: 0px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
}

/* ================ Start Media Queries  ================ */
@media only screen and (max-width: 1300px) and (min-width: 993px) {
  .profile {
    width: 70%;
  }

  .pass button {
    width: 35% !important;
  }
}

@media only screen and (max-width: 992px) and (min-width: 200px) {

  .profile,
  .profile form .form-group input,
  .profile form .form-row input,
  .profile .password-container input,
  .pass button,
  .addAd .Upload-image,
  .schedule .Upload-image,
  .addAd button,
  .schedule .add,
  .qualityStandards .Upload-image,
  .qualityStandards .add,
  .questionnaire .add,
  .editCourse button,
  .answerQuestions .question .add,
  .courses-info button {
    width: 100% !important;
  }

  .profile .password-container img {
    float: right;
    transform: translate(-20px, -40px);
  }

}

/* ================ End Media Queries  ================ */

/* ================ End Profile && Password Style ================ */

/* ================ Start Add_Ad && Schedule Style ================ */
.addAd .Upload-image,
.schedule .Upload-image,
.qualityStandards .Upload-image {
  background-color: var(--secondary-color);
  width: 35%;
  height: 150px;
  border: 2px var(--third-color) solid;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.addAd .Upload-image #image-container,
.schedule .Upload-image #image-container,
.qualityStandards .Upload-image #image-container {
  background-color: var(--light-color);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.addAd .Upload-image img,
.schedule .Upload-image img,
.qualityStandards .Upload-image img {
  width: 40px;
  height: 40px;
}

.addAd .upload-button,
.schedule .upload-button,
.qualityStandards .upload-button {
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
  margin: 15px;
}

.schedule .btn,
.qualityStandards .btn,
.questionnaire .btn,
.course-stu .btn,
.answerQuestions .btn {
  height: 48px;
  padding: 16px 15px;
  color: var(--primary-color);
  border: 2px var(--primary-color) solid;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
}

.schedule .btn.active-button,
.qualityStandards .btn.active-button,
.questionnaire .btn.active-button,
.schedule .btn:hover,
.qualityStandards .btn:hover,
.questionnaire .btn:hover,
.course-stu .btn.active-button,
.course-stu .btn:hover,
.answerQuestions .btn.active-button,
.answerQuestions .btn:hover {
  background-color: var(--primary-color);
  color: var(--light-color);
}

.schedule .lectureschedule .btn,
.schedule .examschedule .btn {
  width: 96px;
  height: 40px;
  padding: 15px;
  font-size: 14px;
  font-weight: 700;
}

.schedule .scheduleImage img {
  width: 80%;
  height: 500px;
}

.schedule .choices button {
  width: 45%;
  height: 40px;
  padding: 10px 25px;
  color: var(--dark-color);
  margin-left: 10px;
  background-color: var(--light-color);
  border: 1px var(--dark-color) solid;
}

.schedule .choices button:hover,
.questionnaire .choices button:hover {
  background-color: var(--primary-color);
  color: var(--light-color);
}

/* ================ End Add_Ad && Schedule Style ================ */

/* ================ Start Report Style ================ */
.report .courses .course {
  height: 50px;
  border: 3px var(--primary-color) solid;
  border-radius: 10px;
}

.report .courses .course h3 {
  transform: translateY(15px);
  font-size: 24px;
  font-weight: 900;
}

.report .courses .course img {
  width: 35px;
  height: 35px;
}

.report .courses .course .item img {
  transform: translate(15px, 5px);
}

.report .courses .course .next img {
  transform: translate(-20px, 5px);
}

.report .courses .course:hover {
  background-color: var(--primary-color);
}

.report .courses .course:hover h3 {
  color: var(--light-color);
}

.report .courses .course:hover img {
  filter: var(--secondary-filter);
}

.report .courses .course:hover .next {
  transform: translateX(20px);
  transition: all 0.5s linear;
}

.subjectReport .grades .courses {
  border: 1px solid var(--primary-color);
  border-radius: 15px;
}

/* ================ Start Subject Style ================ */
.subjectReport .grades .courses h3 {
  color: var(--primary-color);
  text-align: center;
  height: 45px;
  padding: 15px 0px;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid var(--primary-color);
}

.subjectReport .grades .courses p {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 5px 15px;
}

/* ================ End Subject Style ================ */

/* ================ Start Media Queries  ================ */

@media only screen and (max-width: 992px) and (min-width: 200px) {

  .report .courses .course h3 {
    font-size: 20px;
  }

}

/* ================ End Media Queries  ================ */

/* ================ End Report Style ================ */


/* ================ Start Courses Style ================ */
.courses-info h3,
.course-stu h3 {
  color: var(--primary-color);
  font-size: 22px;
  font-weight: 900;
}

.courses-info .grades .grade,
.course-stu .grades .grade {
  height: 150px;
}

.courses-info .grades .grade,
.courses-info .grades .description,
.courses-info .grades .goals,
.course-stu .grades .grade,
.course-stu .grades .description,
.course-stu .grades .goals {
  border: 1px solid var(--primary-color);
  border-radius: 15px;
  margin-top: 20px;
}

.courses-info .grades .grade h3,
.courses-info .grades .description h3,
.courses-info .grades .goals h3,
.course-stu .grades .grade h3,
.course-stu .grades .description h3,
.course-stu .grades .goals h3 {
  color: var(--primary-color);
  text-align: center;
  height: 45px;
  padding: 15px 0px;
  border-bottom: 1px solid var(--primary-color);
}

.courses-info .grades p,
.course-stu .grades p {
  padding: 1px 20px;
  font-size: 16px;
  font-weight: 700;
}

.courses-info .grades .grade .grade-number,
.course-stu .grades .grade .grade-number {
  display: flex;
  align-items: center;
  text-align: center;
}

.courses-info .grades .grade-number .total,
.course-stu .grades .grade-number .total {
  width: 100%;
}

.courses-info .grades .grade .grade-number .exam,
.courses-info .grades .grade .grade-number .number,
.course-stu .grades .grade .grade-number .exam,
.course-stu .grades .grade .grade-number .number {
  color: var(--primary-color);
  height: 45px;
  padding: 10px 0px;
  text-align: center;
  border-bottom: 1px solid var(--primary-color);
  font-size: 18px;
  font-weight: 300;
}

.courses-info .grades .grade .grade-number .number,
.course-stu .grades .grade .grade-number .number {
  color: var(--dark-color);
  border-bottom: 0px;
  height: 50px;
  padding: 20px 0px;
}

.courses-info .grades .grade .grade-number .total,
.course-stu .grades .grade .grade-number .total {
  height: 102px;
  transform: translateY(-6px);
  border-right: 1px solid var(--primary-color);
}

.courses-info .grades .grade .grade-number .total:last-child,
.course-stu .grades .grade .grade-number .total:last-child {
  border: none;
}

/* ================ End Courses Style ================ */

/* ================ Start Quality Standards Style ================ */
.qualityStandards .item {
  width: 440px;
  background-color: var(--primary-color);
  padding: 20px;
  margin: 40px auto;
  text-align: center;
  border-radius: 25px;
}

.qualityStandards .item h3 {
  height: 52px;
  color: var(--light-color);
  border: 2px var(--light-color) solid;
  padding: 15px 5px;
  border-radius: 25px;
  font-size: 30px;
  font-weight: 900;
}

.qualityStandards .item img {
  width: 400px;
  height: 300px;
  margin: 20px auto;
}

.qualityStandards .item p {
  width: 95%;
  color: var(--light-color);
  margin: auto;
  font-size: 22px;
  font-weight: 900;
}

.owl-theme .owl-dots .owl-dot span {
  display: none !important;
}

.qualityStandards .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50px);
}

.owl-nav .owl-prev span,
.owl-nav .owl-next span {
  width: 50px;
  height: 50px;
  line-height: 62px;
  font-size: 45px;
  display: inline-block;
  color: var(--primary-color);
  border: 3px var(--primary-color) solid;
  border-radius: 50%;
  opacity: 1;
  transition: all .3s;
}

.owl-nav .owl-prev span {
  position: absolute;
  left: 50px;
}

.owl-nav .owl-next span {
  position: absolute;
  right: 50px;
}

.qualityStandards .owl-nav .owl-prev span:hover,
.qualityStandards .owl-nav .owl-next span:hover {
  opacity: 1;
  background-color: var(--primary-color);
  color: var(--light-color);
}

.qualityStandards .addStandard #standard {
  height: 80px;
  border-radius: 8px;
}

.qualityStandards .addStandard #textarea,
.questionnaire .addQuestionnaire .Question {
  height: 160px;
  border-radius: 8px;
}

.qualityStandards .addStandard #textarea::placeholder,
.questionnaire .addQuestionnaire .Question::placeholder {
  transform: translateY(-50px);
}

/* ================ Start Media Queries  ================ */
@media only screen and (max-width: 1300px) and (min-width: 992px) {

  .qualityStandards .owl-nav .owl-prev span {
    left: 30px;
  }

  .qualityStandards .owl-nav .owl-next span {
    right: 30px;
  }
}

@media only screen and (max-width: 600px) and (min-width: 200px) {
  .qualityStandards .owl-nav {
    display: none;
  }

  .qualityStandards .owl-theme .owl-dots .owl-dot span {
    display: block !important;
    font-size: 20px;
  }

  .qualityStandards .item {
    width: 300px;
    margin: 20px auto 10px;
  }

  .qualityStandards .item h3 {
    padding: 18px 5px;
    font-size: 20px;
  }

  .qualityStandards .item p {
    font-size: 16px;
  }
}

/* ================ End Media Queries  ================ */

/* ================ End Quality Standards Style ================ */

/* ================ Start Questionnaire Style ================ */
.questionnaire .viewResult h3 {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 900;
  margin-left: 20px;
}

.questionnaire .viewResult .rateResults div {
  width: 95%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
  border-radius: 25px;
  padding: 18px 50px;
}

.questionnaire .viewResult .rateResults p {
  color: var(--light-color);
  font-size: 16px;
  font-weight: 700;
}

.questionnaire .viewResult .info {
  width: 95%;
  color: var(--dark-color);
  margin: auto;
  padding: 10px 15px;
  border: 2px var(--gray-color) solid;
  border-radius: 12px;
}

.questionnaire .choices button {
  height: 40px;
  padding: 10px 25px;
  background-color: var(--light-color);
  color: var(--primary-color);
  margin-right: 10px;
  border: 2px var(--primary-color) solid;
  border-radius: 8px;
  font-weight: 900;
}

/* ================ End Questionnaire Style ================ */

/* ================ Start Add Course && Edit Course Style ================ */
.addCourse .view-course {
  display: flex;
  justify-content: space-between;
}

.addCourse .view-course img {
  width: 35px;
  height: 35px;
  transform: translateY(-10px);
}

.addCourse h4,
.editCourse .courses input,
.editCourse .courses select {
  height: 45px;
  padding: 15px;
  border: 2px var(--primary-color) solid;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;

}

.editCourse .courses input::placeholder {
  transform: translateY(5px);
}

.editCourse .courses select {
  padding: 12px 15px;
}

.editCourse .grades .grade-number input {
  border: none;
  margin: 14px auto;
  text-align: center;
}

.editCourse .grades input::placeholder {
  color: var(--dark-color);
}

.editCourse .grades .grade-number input::placeholder {
  font-size: 14px;
}

.editCourse .grades input {
  border: none;
  margin: 14px auto;
}

/* ================ End Add Course && Edit Course Style ================ */

/* ================ Start Map Style ================ */
.map div {
  text-align: center;
}

.map img {
  width: 300px;
  height: 350px;
  background-color: var(--third-color);
  border: 2px var(--gray-color) solid;
  border-radius: 16px;
  margin-right: 15px;
}

/* ================ End Map Style ================ */

/* ================ Srart Answer Questions Style ================ */
.answerQuestions .questions {
  width: 90%;
  padding: 20px;
  border: 1px solid var(--primary-color);
  border-radius: 6px;
  margin: 20px auto;
  animation: scaling 1s ease;
}

@keyframes scaling {
  0% {
    transform: scale(0.7);
  }

  100% {
    transform: scale(1);
  }
}

.answerQuestions .questions h2 {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 20px;
}

.answerQuestions .questions h4 {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 900;
}

.answerQuestions .questions .answer h4 {
  background-color: var(--light-color);
  color: var(--dark-color);
  height: 50px;
  padding: 18px;
  border: 1px solid #dddddd;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.answerQuestions .questions h4.active {
  background-color: #d9e5ff;
  color: #5872e0;
  border: 1px solid #5872e0;
}


/* ================ End Answer Questions Style ================ */

/* ================ Start Complaint OR Chatbot Style ================ */

.chatbot-container {
  background-color: var(--main-color);
  width: 80%;
  height: 600px;
  float: right;
  border: 1px var(--primary-color) solid;
  border-radius: 10px;
  margin: 30px auto;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}

.chat-body {
  flex-grow: 1;
  padding: 15px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.message-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.message {
  padding: 20px;
  border-radius: 50px;
  clear: both;
}

.message.user {
  background-color: var(--primary-color);
  color: var(--light-color);
  align-self: flex-end;
  padding: 10px 15px;
}

.message.user img {
  width: 60px;
  height: 60px;
  margin-left: 50px;
  float: right;
  clear: both;
}

.message.user p,
.message.bot p {
  display: flex;
  transform: translateY(15px);
  font-size: 20px;
  font-weight: 700;
}

.message.bot {
  background-color: var(--light-color);
  color: var(--primary-color) !important;
  align-self: flex-start;
  color: #333;
}

.message.bot img {
  width: 50px;
  height: 50px;
  margin-right: 30px;
  float: left;
  clear: both;
}

.chat-input {
  padding: 15px;
  display: flex;
  gap: 10px;
}

.chat-input input {
  height: 50px;
  padding: 25px 25px;
  border: 1px solid var(--gray-color);
  border-radius: 50px;
  font-size: 16px;
  font-size: 24px;
}

.chat-input input::placeholder {
  font-size: 20px;
  transform: translatey(5px);
}

.chat-input button {
  width: 50px;
  height: 50px;
  background-color: var(--primary-color);
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.chat-input button img {
  width: 25px;
  height: 25px;
}

/* ================ Start Media Queries  ================ */
@media only screen and (max-width: 1300px) and (min-width: 992px) {
  .chatbot-container {
    width: 75%;
  }
}

@media only screen and (max-width: 991px) and (min-width: 601px) {
  .chatbot-container {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) and (min-width: 200px) {
  .chatbot-container {
    width: 100%;
  }

  .message.user img,
  .message.bot img {
    width: 40px;
    height: 40px;
  }

  .message.user p,
  .message.bot p {
    font-size: 16px;
    transform: translateY(8px);
  }
}

/* ================ End Media Queries  ================ */

/* ================ End Complaint OR Chatbot Style ================ */