/* @import url(fonts.css); */

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #fbfdff; /*#f1f8ff, #fbfdff, #F5F8FF, #f7f7f7*/
  overflow-x: hidden;
}

:root {
  --login_background: #d62d81;
  --register_bcg: black;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}

ul {
  list-style: none;
}

/* Font */

@font-face {
  font-family: "Roboto";
  src: url("../Roboto-VariableFont_wdth\,wght.ttf") format("truetype");
}

/* Font END */

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Roboto", serif;
  margin: 0;
  padding: 0;
}

header {
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
  width: 100%;
}

.logo {
  font-size: 24px;
  font-weight: bold;
}

.logo span {
  color: #d62d81;
}

.nav-buttons button {
  margin-left: 10px;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

.login,
.login_link_page {
  background-color: var(--login_background);
  color: white;
}

.login:hover {
  background-color: black;
  transition: 0.5s;
}

.register {
  background-color: var(--register_bcg);
  color: white;
}

.register:hover {
  background-color: var(--login_background);
  transition: 0.5s;
}

footer {
  background-color: white;
  border-top: 1px solid #ccc;
  padding: 20px 20px;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  clear: both;
  width: 100%;
}

.footer-logo {
  font-size: 20px;
  font-weight: bold;
}

.footer-logo span {
  color: #d62d81;
}

.social-icons {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
}

.logo_icons {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.social-icons img {
  width: 24px;
  margin-right: 10px;
}

.follow-text {
  margin: 6x 0;
  font-size: 14px;
  color: #cc2f8b;
  font-weight: 600;
}

.footer-links p {
  margin: 5px 0;
  font-size: 14px;
  color: #cc2f8b;
  font-weight: 600;
}

.footer-links p:hover {
  color: black;
}

.h4_service {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
}

.pic_logo {
  max-width: 120px;
  width: 100%;
}

/* Index testing */
.image_cube_testing {
  width: 100%;
  min-height: 130vh;
  position: relative;
}

.bg-slider {
  width: 100%;
  height: 100%;
}

.bg-slides {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.bg-slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.bg-slide.active {
  opacity: 1;
}

.bg-slider-text-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.748);
  padding: 20px;
  text-align: center;
  width: 90%;
  max-width: 800px;
  max-height: 120vh;
  overflow-y: auto;
  box-sizing: border-box;
  z-index: 2;
  transition: opacity 0.8s ease 0.3s;
  opacity: 0;
  pointer-events: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.bg-slider:hover + .bg-slider-text-container,
.bg-slider-text-container:hover {
  opacity: 1;
  pointer-events: auto;
}

.bg-slider-text-container::-webkit-scrollbar {
  display: none;
}

.bg-slider-text-container.hidden {
  opacity: 0;
  pointer-events: none;
}

/* Index testing END */

/* Media CSS */
@media (max-width: 500px) {
  /* index */
  .slider-text-container {
    flex-direction: column;
    align-items: center;
  }

  .slider {
    max-width: 300px;
  }

  .slides > div {
    width: 300px;
    height: 300px;
  }

  .image_cube-text {
    padding: 0 10px;
  }

  .bg-slider-text-container {
    padding: 20px;
    font-size: 14px;
  }
  .user-section {
    min-height: 100vh !important;
    padding: 20px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  /* student-home END */

  /* consultant-timetable */
  .calendar-scroll-container {
    min-height: 0 !important;
  }
  .fc-col-header-cell-cushion {
    font-size: 12px;
    padding: 2px;
  }
  /* consultant-timetable END */
  /* admin */
  .modal-content_add {
    max-width: 96% !important;
  }
  .preview-container {
    width: 96% !important;
  }
  .user-card {
    width: 96% !important;
  }
  /* admin END */
}
@media (max-width: 800px) {
  .user-card {
    width: 96% !important;
  }
}

/* Media CSS END */

/* index pictures slider */
.welcome_index-txt {
  color: #cc2f8b;
  font-weight: 600;
  font-size: 20px;
  margin: 0 auto;
}

.alone_index-text {
  margin: 0 auto;
  font-weight: 600;
}

.or_index-txt {
  margin: 0 auto;
  font-weight: bold;
  font-size: 20px;
  line-height: 2;
}

.image_cube {
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  color: black;
  flex-direction: row;
  margin-bottom: 30px;
  margin-left: 5px;
  margin-right: 5px;
}

.slider-text-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin: 0 auto;
}

.slider {
  max-width: 500px;
  width: 100%;
  flex: 1;
  text-align: center;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.image_cube-text {
  flex: 1;
  max-width: 600px;
  width: 100%;
  font-size: 18px;
  background-color: rgba(254, 254, 254, 0.996);
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.slides {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.slides::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.slides::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 10px;
}
.slides::-webkit-scrollbar-track {
  background: transparent;
}
.slides > div {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 500px;
  height: 500px;
  margin-right: 50px;
  border-radius: 10px;
  background: #eee;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100px;
}

.slider_img {
  /* object-fit: cover; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider > a {
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  background: white;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 0 0.5rem 0;
  position: relative;
}
.slider > a:active {
  top: 1px;
}
.slider > a:focus {
  background: #000;
}

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.409);
  border: none;
  font-size: 20px;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  z-index: 10;
}

.nav-btn.left {
  left: 10px;
}

.nav-btn.right {
  right: 10px;
}

/* index pictures slider END */

/* Log-in */

*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.container_input {
  max-width: 400px;
  width: 100%;
  padding: 10px 10px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
}
label,
input,
label,
.city_label {
  display: inline-block;
  font-weight: 500;
  margin-bottom: 5px;
}
input[type="email"] {
  display: inline-block;
  border: 2px solid #d1d3d4;
  width: 100%;
  height: 30px;
  border-radius: 5px;
  outline: none;
  letter-spacing: 0.5px;
  font-weight: 400;
  padding: 10px;
}

#error-msg {
  display: none;
  color: #ff2851;
  font-size: 14px;
}

.pass_label {
  margin-top: 15px;
}

.password_class,
.name_input,
.city_input,
.select_add-user {
  display: inline-block;
  border: 2px solid #d1d3d4;
  width: 100%;
  height: 30px;
  border-radius: 5px;
  outline: none;
  letter-spacing: 0.5px;
  font-weight: 400;
  padding: 10px;
}

.forgot {
  display: inline-block;
  font-size: 12px;
  margin-top: 10px;
  color: #2c2c2c;
  text-decoration: underline;
}

.forgot:hover {
  color: #000;
  font-weight: bold;
  transition: 0.5s;
}

.login_link_page {
  max-width: 400px;
  width: 100%;
  margin-top: 10px;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.login_link_page:hover {
  background-color: var(--login_background);
  transition: 0.5s;
  color: white;
}
/* Log-in END */

/* Register */

.label_repeat {
  margin-top: 5px;
}

.radio-group {
  margin-bottom: 5px;
}

/* Register END */

/* Forgot-password */

.forgot_text {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 10px;
}

.worries {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  text-decoration: underline;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.popup-content {
  background-color: #fff;
  padding: 20px;
  width: 300px;
  margin: 100px auto;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

/* Forgot-password END */

/* Reset-password */

.label_repeat_V5 {
  margin-top: 20px;
}

/* Reset-password END */

/* FAQ */

.faq_3 .container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  display: block;
  padding-top: 10px;
  padding-right: 60px;
  padding-bottom: 10px;
  padding-left: 60px;
}

.faq_3 .text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 25px;
}

.faq_3 .responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: flex-start;
}

.faq_3 .answer-box {
  max-height: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: max-height;
}

.faq_3 .faq.active .openimg {
  transform: rotate(180deg);
}

.faq_3 .openimg {
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
  transition-property: transform;
}

.faq_3 .faq.active .answer-box {
  max-height: 550px;
}

.faq_3 input:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

.faq_3 .responsive-container-block.container {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.faq_3 .responsive-container-block.faqheading-bg {
  background-color: #cc2f8bc3;
  height: 390px;
  flex-direction: column;
  text-align: center;
  color: white;
  align-items: center;
}

.faq_3 .text-blk.faq-heading {
  font-size: 48px;
  line-height: 50px;
  font-weight: 800;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 28px;
  margin-left: 0px;
}

.faq_3 .text-blk.faq-subhead {
  max-width: 650px;
  font-size: 18px;
  line-height: 26px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 28px;
  margin-left: 0px;
}

.faq_3 .input {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: inset;
  border-right-style: inset;
  border-bottom-style: inset;
  border-left-style: inset;
  border-top-color: #767676;
  border-right-color: #767676;
  border-bottom-color: #767676;
  border-left-color: #767676;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  height: 45px;
  width: 100%;
  font-size: 15px;
  padding-top: 1px;
  padding-right: 24px;
  padding-bottom: 1px;
  padding-left: 24px;
}

.faq_3 .input-box {
  background-color: white;
  max-width: 550px;
  width: 100%;
  height: 45px;
  display: flex;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.faq_3 .search-btn {
  height: 45px;
  display: flex;
  align-items: center;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  cursor: pointer;
}

.faq_3 .heading-content {
  margin-top: 100px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.faq_3 .form-box {
  float: none;
  display: flex;
  justify-content: center;
}

.faq_3 .responsive-container-block.dropdown-container {
  background-color: white;
  max-width: 850px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px 7px;
  height: auto;
  flex-direction: column;
  display: block;
  margin-top: -120px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.faq_3 .search-svg {
  width: 20px;
  height: 20px;
}

.faq_3 .responsive-container-block.dropdown-container-wrapper {
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
}

.faq_3 .text-blk.faq-head2 {
  text-align: center;
  font-size: 42px;
  line-height: 60px;
  font-weight: 900;
  margin-top: 60px;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
}

.faq_3 .faq {
  display: block;
  flex-direction: column;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #aaaaaa;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
  margin-left: 0px;
}

.faq_3 .faq-question-container {
  display: flex;
  justify-content: space-between;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.faq_3 .text-blk.faq-questions {
  color: #525252;
  font-size: 22px;
}

.faq_3 .text-blk.faq-answer {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  color: #9c9c9c;
  font-size: 19px;
  line-height: 28px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.faq_3 .faq-question-container:hover {
  cursor: pointer;
}

@media (max-width: 1024px) {
  .faq_3 .text-blk.faq-answer {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .faq_3 .responsive-container-block.faqheading-bg {
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
  }

  .faq_3 .text-blk.faq-heading {
    font-size: 40px;
    line-height: 42px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 24px;
    margin-left: 0px;
  }

  .faq_3 .text-blk.faq-subhead {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 24px;
    margin-left: 0px;
  }

  .faq_3 .text-blk.faq-head2 {
    font-size: 38px;
  }

  .faq_3 .text-blk.faq-questions {
    font-size: 22px;
  }

  .faq_3 .text-blk.faq-answer {
    font-size: 18px;
  }

  .faq_3 .text-blk.faq-questions {
    font-size: 20px;
  }

  .faq_3 .text-blk.faq-answer {
    font-size: 16px;
    line-height: 23px;
  }
}

@media (max-width: 500px) {
  .faq_3 .responsive-container-block.dropdown-container-wrapper {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .faq_3 .text-blk.faq-heading {
    font-size: 38px;
  }

  .faq_3 .heading-content {
    margin-top: 60px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .faq_3 .text-blk.faq-subhead {
    font-size: 18px;
  }

  .faq_3 .text-blk.faq-head2 {
    font-size: 30px;
    line-height: 46px;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
  }

  .faq_3 .container-block {
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
  }

  .faq_3 .faq-question-container {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
  }

  .faq_3 .text-blk.faq-questions {
    font-size: 19px;
  }

  .faq_3 .text-blk.faq-answer {
    font-size: 16px;
    line-height: 22px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .faq_3 .responsive-container-block.dropdown-container {
    margin-top: -100px;
    margin-right: 0px;
    margin-bottom: 100px;
    margin-left: 0px;
  }
}
/* FAQ END */

/* Contact-us */
.body_contact {
  margin: 0;
  font-family: "Roboto", serif;
}

.form_contact {
  width: 500px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 40px -10px #000;
  margin: 40px auto;
  padding: 20px 30px;
  max-width: calc(100vw - 40px);
  box-sizing: border-box;
  position: relative;
}

.contact_us_h2 {
  margin: 10px 0;
  text-align: center;
  color: black;
}

.contact_h2 {
  margin: 10px 0;
  padding-bottom: 10px;
  color: #cc2f8b;
  border-bottom: 3px solid #cc2f8b;
}

.contact_p_out,
.contact_p_end {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
}

.contact_p_end {
  padding-top: 0;
  margin-bottom: 20px;
}

.contact_p_text {
  font-size: 13px;
}

.contact_input,
.contact_message {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: none;
  outline: none;
  border: 0;
  resize: none;
  border-bottom: 2px solid #bebed2;
  transition: all 0.3s;
}

.contact_input:focus {
  border-bottom: 2px solid #78788c;
}

.contact_message {
  min-height: 0px;
  resize: vertical;
  line-height: 1.2;
  font-family: "Roboto", serif;
}

.contact_p:before {
  content: attr(type);
  display: block;
  margin: 28px 0 0;
  font-size: 14px;
  color: #5a5a5a;
}

.contact_btn {
  padding: 8px 12px;
  margin: 8px 0 0;
  border: 2px solid #cc2f8b;
  background: none;
  color: #cc2f8b;
  cursor: pointer;
  transition: all 0.3s;
}

.tooltip {
  position: absolute;
  bottom: -15px;
  right: -20px;
  background: #50505a;
  color: #fff;
  width: 320px;
  padding: 16px 4px 16px 0;
  border-radius: 6px;
  font-size: 13px;
  box-shadow: 10px 10px 40px -14px #000;
}

span {
  margin: 0 5px 0 15px;
}

.mail_contact {
  background-color: white;
  border: 2px solid #d1d3d4 !important;
  display: inline-block !important;
  width: 100% !important;
  height: 30px !important;
  border-radius: 5px !important;
  outline: none !important;
  letter-spacing: 0.5px !important;
  font-weight: 400 !important;
  padding: 10px !important;
  margin-top: 20px;
  margin-bottom: -5px;
}

.name_input {
  background-color: white;
}

.contact_message {
  border: 2px solid #d1d3d4;
  border-radius: 5px;
}

#success-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

#success-modal .modal-content {
  background: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  max-width: 300px;
}

#success-modal .modal-content p {
  color: green;
  font-weight: bold;
  margin: 0 0 15px 0;
}

#success-modal .close-btn {
  padding: 8px 16px;
  background-color: #e60073;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* Contact-us END */

/* About-us */

.image_text-about {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  align-items: center;
  width: 98%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.mainImg {
  max-width: 400px;
  width: 100%;
  border-radius: 10px;
}

.image_text-about_text {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  color: #cc2f8b;
  margin-bottom: 30px;
}

.image_text-about_alltxt {
  max-width: 500px;
  width: 100%;
}

.image_text-about_desc {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
}

/* About-us END */

/* Privacy-policy */

/* Privacy-policy END */

/* User Header START */
.user-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.bell-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.bell-div {
  padding-right: 20px;
}
.bell-icon {
  position: relative;
  font-size: 30px;
  color: #d62d81;
  cursor: pointer;
}
.notification-badge {
  position: absolute;
  top: -8px;
  right: -10px;
  background-color: #d62d81;
  color: white;
  border-radius: 50%;
  padding: 4px 7px; /* increased padding */
  font-size: 12px; /* was 10px before */
  display: none;
  user-select: none; /* <-- prevent selecting text */
}
#menuHamToggle {
  display: block;
  top: 3px;
  position: relative;
  z-index: 10000;
  user-select: none;
}
#menuHamToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}
#menuHamToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #d62d81;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.7s cubic-bezier(0.1, 0.2, 0.5, 1),
    background 0.7s cubic-bezier(0.1, 0.2, 0.5, 1), opacity 0.7s ease;
}
#menuHamToggle span:first-child {
  transform-origin: 0% 0%;
}
#menuHamToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
#menuHamToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #d62d81;
}
#menuHamToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuHamToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}
#mainMenu {
  position: absolute;
  width: 300px;
  margin: -100px 0 0 -50px;
  padding: 0px;
  right: 0px;
  padding-top: 100px;
  background: white;
  list-style-type: none;
  transform-origin: 0% 0%;
  transform: translate(
    0%,
    -100%
  ); /* Just change the value to animate it from another direction */
  transition: transform 1s cubic-bezier(0.55, 0.2, 0.05, 1);
}
#mainMenu li {
  padding: 5px 5px;
  font-size: 20px;
  background: none;
  text-align: center;
  color: black;
}
#mainMenu li:hover {
  background: #d62d8180;
  color: black;
  font-weight: bold;
}
#menuHamToggle input:checked ~ ul {
  transform: none;
}
/* User Header END */

/* Student Start */
/* Student/home */
.main-container {
  width: 100%;
  background: linear-gradient(180deg, #ebf8ff 0%, #ffffff 100%);
  padding: 20px;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  .main-container {
    width: 100%;
    padding: 10px;
  }
}

.user-section {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 70px;
  min-height: 80vh;
}

.user-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 10px;
}

.user-avatar_student {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 150px;
}

.user-fullname {
  font-size: 24px;
  margin-bottom: 30px;
}

.button-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.action-button {
  padding: 10px 20px;
  font-size: 16px;
  border: 3px solid #d62d81;
  border-radius: 30px;
  background-color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  color: #000;
}

.action-button:hover {
  background-color: #d62d81;
  color: white;
}

.welcome {
  color: #d62d81;
}

.consultant-section {
  /* BCG Image link (https://www.google.com/url?sa=i&url=https%3A%2F%2Fnews.instant-gaming.com%2Fen%2Farticles%2F11483-a-mod-to-introduce-the-gta-vi-map-into-gta-v-has-been-taken-down-following-a-complaint-from-take-two&psig=AOvVaw2IdzN1LPsz8YauwvokwY_R&ust=1746003166664000&source=images&cd=vfe&opi=89978449&ved=0CBgQjhxqFwoTCPDtiebu_IwDFQAAAAAdAAAAABAP) */
  /*     background-image: url('../images/background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
  text-align: center;
  align-items: center;
}

.consultant-overlay {
  background-color: rgba(255, 255, 255, 0.6);
  padding-bottom: 55px;
  padding-top: 30px;
  border-radius: 12px;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  margin-top: 100px;
}

.consultant-overlay h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.highlight {
  color: #d62d81; /* Purple text for "Consultant" */
}

.search-button {
  padding: 10px 30px;
  font-size: 18px;
  border: 3px solid #d62d81;
  background-color: transparent;
  color: #333;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.search-button:hover {
  background-color: #d62d81;
  color: white;
}

.modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.modal-buttons {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.modal-buttons button {
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
}

.modal-buttons button:first-child {
  background-color: #d62d81;
  color: #fff;
}

.modal-buttons button:last-child {
  background-color: #ddd;
}

/* Student/home END */

/* Student/profile START */

.profile-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 40px 20px;
}

.profile-picture {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 200px;
}

.profile-picture img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}

.change-pic-link {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  color: #000;
  text-decoration: underline;
  cursor: pointer;
  margin-bottom: 50px;
}

.avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.change-pic-link {
  display: block;
  margin-top: 10px;
  text-decoration: none;
  cursor: pointer;
}

.change-pic-link:hover {
  text-decoration: underline;
  transition: 0.5s;
}

.profile-form {
  flex: 1;
  display: flex;
  flex-direction: column;
  max-width: 500px;
  width: 100%;
}

.form-group {
  margin-bottom: 20px;
  max-width: 600px;
  width: 100%;
}

.form-group label,
.city_label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
}

.profile-form input,
.profile-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #f8f8f8;
  font-size: 14px;
  resize: vertical;
}

.profile-form textarea {
  min-height: 70px;
}

.profile-form input[disabled],
.profile-form textarea[disabled] {
  color: #777;
  background-color: #f0f0f0;
  cursor: not-allowed;
}

.form-buttons {
  text-align: right;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: end;
}

.edit-btn,
.contact_btn,
.login_link_page {
  background: white;
  color: #d62d81;
  padding: 10px 20px;
  font-size: 16px;
  border: 2px solid #d62d81;
  border-radius: 25px;
  cursor: pointer;
  transition: 0.3s;
}

.edit-btn:hover {
  background: #d62d81;
  color: white;
}

.contact_btn:hover {
  background: #d62d81;
  color: white;
}

.language-group {
  width: 100%;
  text-align: start;
  display: flex;
  flex-direction: column;
}

.language-group label {
  display: block;
  font-weight: bold;
}

.language-group textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #f8f8f8;
  font-size: 14px;
  resize: vertical;
  margin-top: 5px;
}

.language-group textarea:disabled {
  color: #777;
  background-color: #f0f0f0;
}

.language-group select,
.select_language select {
  width: 180px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #f8f8f8;
  font-size: 14px;
}

.language-group select:disabled,
.city-country-group select:disabled,
.select_language select:disabled {
  color: #777;
  background-color: #f0f0f0;
  cursor: not-allowed;
}

.language-group {
  margin-top: 4px;
  max-width: 200px;
}

.gender_country {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.city-group {
  margin-top: 21px;
  text-align: start;
}

.profile-picture {
  margin-right: 50px;
}

.form-row-horizontal {
  display: flex;
  gap: 20px;
  width: 100%;
  margin-bottom: 10px;
}

.form-row-horizontal .city-country-group {
  flex: 1;
  min-width: 0;
}

.city-country-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
}

.city-country-group input,
.city-country-group select {
  width: 100%;
  height: 42px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #f8f8f8;
  font-size: 14px;
  box-sizing: border-box;
}

/* Student/profile END */

/* Student/appointments START */
.appointments-section {
  align-items: center;
  margin-bottom: 40px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
}

.appointment-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 30px;
}

.tab {
  background-color: rgb(255, 255, 255);
  border: none;
  font-size: 18px;
  cursor: pointer;
  padding: 10px 20px;
  border-bottom: 2px solid transparent;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.tab.active {
  border-bottom: 2px solid #d62d81; /*#d62d81*/
  font-weight: bold;
  border-radius: 50px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.appointment-card {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  background-color: #fafafa;
  width: 98%;
  margin: 0 auto;
  margin-bottom: 30px;
  align-items: center;
}

.appointment-info {
  flex: 2;
}

.appointment-info p {
  margin: 5px 0;
  font-size: 16px;
}

.appointment-info select,
.appointment-info textarea {
  width: 100%;
  padding: 10px;
  margin-top: 8px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background-color: #f0f0f0;
  resize: vertical;
}

textarea[disabled] {
  color: #555;
  cursor: not-allowed;
}

.appointment-actions {
  flex: 1;
}

.appointment-actions input {
  width: 100%;
  padding: 8px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  cursor: pointer;
}

.message-btn {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-top: 20px;
  max-width: 300px;
  width: 100%;
  padding: 10px;
  border: 2px solid #d62d81;
  background-color: white;
  color: #d62d81;
  border-radius: 30px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.message-btn:hover {
  background-color: #d62d81;
  color: white;
}

.review-btn {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-top: 12px;
  max-width: 300px;
  width: 100%;
  padding: 10px;
  border: 2px solid #d62d81;
  background-color: white;
  color: #d62d81;
  border-radius: 30px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}

.review-btn:hover {
  background-color: #d62d81;
  color: white;
}

.add_label {
  margin-top: 20px;
}

.meeting_label {
  margin-top: 10px;
}

/* Student/appointments END */

/* Student/messages START */
.chat-overview-section {
  padding-right: 10px;
  padding-left: 10px;
}

.chat-list-container {
  padding: 20px;
}

.message-card {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  transition: background 0.2s;
}

.message-card:hover {
  background-color: #f9f9f9;
}

.message-card.unread {
  background-color: #fff2f6;
  font-weight: bold;
}

.chat-avatar img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.delete-icon {
  color: #e91e63;
  font-size: 20px;
  cursor: pointer;
  margin-left: 10px;
  transition: transform 0.2s ease;
}
.delete-icon:hover {
  transform: scale(1.2);
}

.message-bubble {
  max-width: 70%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

.message-bubble.partner {
  background-color: #ffa9dfa9; /* Light grey for received */
  align-self: flex-start;
  border-radius: 18px;
  padding: 10px 15px;
  margin: 5px;
  max-width: 70%;
}

.message-bubble.me {
  background-color: #d2f8d2; /* Light green for sent */
  align-self: flex-end;
  border-radius: 18px;
  padding: 10px 15px;
  margin: 5px;
  max-width: 70%;
}

.chat-messages {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
  overflow-y: auto;
  height: 400px; /* or max-height: 100vh; */
}

#messageInput {
  flex: 1;
  resize: none;
  min-height: 40px;
  max-height: 300px;
  padding: 10px;
  font-size: 16px;
  line-height: 1.4;
  border: 1px solid #ccc;
  border-radius: 20px;
  overflow-y: auto;
  box-shadow: none;
  outline: none;
  transition: all 0.2s ease-in-out;
}

#sendBtn {
  height: 40px;
  margin: auto;
  margin-left: 10px;
}

.chat-content {
  flex: 1;
}

.chat-content h3 {
  margin: 0;
  font-size: 18px;
}

.message-preview {
  margin: 5px 0;
  color: #555;
}

.message-date {
  font-size: 12px;
  color: #888;
}

.chat-actions button {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #c00;
}

.no-messages {
  text-align: center;
  padding: 40px;
  font-style: italic;
}

/* Student/messages END */

/* Student/chat START */
.chat-conversation-section {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  height: 100vh;
  max-width: 730px;
  width: 100%;
}

.chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-bottom: 1px solid #ddd;
  background-color: #f9f9f9;
}

.back-button,
.report-btn {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

.consultant-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.consultant-info .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.consultant-name,
.partner-name {
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

.chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
  background-color: #f4f4f4;
}

.message-bubble {
  max-width: 60%;
  padding: 10px 15px;
  margin: 10px 0;
  border-radius: 15px;
  position: relative;
}

.message-bubble.me {
  background-color: #dcf8c6;
  align-self: flex-end;
  margin-left: auto;
}

.message-bubble.consultant {
  background-color: #fff;
  align-self: flex-start;
  margin-right: auto;
}

.bubble-content {
  display: flex;
  flex-direction: column;
}

.timestamp {
  font-size: 11px;
  color: #777;
  margin-top: 5px;
  align-self: flex-end;
}

.chat-input {
  display: flex;
  padding: 10px 20px;
  border-top: 1px solid #ccc;
  background-color: #fff;
}

.chat-input input {
  flex: 1;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid #ccc;
}

.chat-input button {
  margin-left: 10px;
  padding: 5px 20px;
  background-color: #d62d81;
  color: #fff;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  height: 35px;
}

.chat-input button:hover {
  background-color: black;
  transition: 0.5s;
}

.modal {
  display: none;
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.close-button {
  float: right;
  font-size: 24px;
  cursor: pointer;
}

#reportReason {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  resize: vertical;
}

.modal-content button {
  cursor: pointer;
}

/* Student/chat END */

/* Student/setting-support START */
.settings-support-section {
  padding-right: 20px;
  max-width: 800px;
  margin: 40px;
}

.settings-support-section h1 {
  color: black;
  margin-bottom: 20px;
  font-size: 30px;
}

.settings-support-section ul {
  list-style-type: none;
  padding: 0;
}

.settings-support-section li {
  margin-bottom: 15px;
  font-size: 20px;
}

.settings-support-section li a {
  color: black;
  text-decoration: none;
  font-weight: 400;
  transition: color 0.3s ease;
}

.settings-support-section li a:hover {
  color: #d62d81;
}
/* Student/setting-support END */

/* Student/change-password START */
.change-password-container {
  max-width: 500px;
  margin: 60px auto;
  padding: 30px;
  background-color: white; /*#f9f9f9*/
  border-radius: 15px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

.change-password-container h1 {
  font-size: 24px;
  color: #000;
  margin-bottom: 30px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
}

.password-wrapper,
.password-wrapper_add-user {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 10px;
}

input[type="email"],
.password-wrapper input[type="password"],
.password-wrapper input[type="text"],
.password-wrapper_add-user input[type="password"] {
  height: 40px;
  flex-grow: 1;
  padding: 10px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  width: 100%;
}

.toggle-password,
.return_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background-color: black;
  color: white;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  padding: 10px 16px;
}

.toggle-password {
  background-color: #d62d81;
}

.toggle-password:hover {
  background-color: black; /*#d62d81*/
}

.return_btn:hover {
  background-color: #d62d81;
}

.save-button {
  margin: 30px auto 0;
  display: block;
  padding: 10px 24px;
  font-size: 15px;
  background-color: #d62d81;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.save-button:hover {
  background-color: black; /*#d62d81*/
}

/* Student/change-password END */

/* Student/delete-account START */
.delete-account-container {
  max-width: 500px;
  margin: 60px auto;
  padding: 30px;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.delete-account-container h1 {
  font-size: 24px;
  color: #000;
  margin-bottom: 15px;
}

.delete-account-container p {
  font-size: 14px;
  color: #444;
  margin-bottom: 25px;
  font-weight: 600;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
}

.delete-button {
  margin: 30px auto 0;
  display: block;
  padding: 10px 24px;
  font-size: 15px;
  background-color: #d62d81;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.delete-button:hover {
  background-color: black; /*#d62d81*/
}

/* Student/delete-account END */

/* Student/review-consultant START */
.review-container {
  max-width: 600px;
  margin: 60px auto;
  padding: 30px;
  background-color: #f9f9f9;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.review-container h1 {
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
}

.review-container p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #333;
}

.star-rating {
  display: flex;
  gap: 10px;
  font-size: 24px;
  margin-bottom: 30px;
  cursor: pointer;
}

.star {
  font-size: 24px;
  color: #ccc;
  cursor: pointer;
  transition: color 0.1s ease;
}

.star.filled {
  color: #f1c40f;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
}

textarea#reviewText {
  width: 100%;
  padding: 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  resize: vertical;
  box-sizing: border-box;
  min-height: 120px;
}

.char-count {
  text-align: right;
  font-size: 13px;
  color: #555;
  margin-top: 4px;
}
/* Student/review-consultant END */

/* Student/reviews START */

.reviews-container {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
}

.reviews-title {
  font-size: 24px;
  margin-bottom: 10px;
  color: #000;
}

.reviews-summary {
  font-size: 16px;
  margin-bottom: 20px;
  color: #444;
}

.summary-rating {
  font-size: 20px;
  color: #f1c40f;
  margin-bottom: 4px;
}

.review-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.review-card {
  background-color: #f5f5f5;
  padding: 15px 20px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.review-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.avatar-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.review-text {
  font-size: 15px;
  color: #333;
}

/* Student/review-consultant END */

/* Student/notifications START */

.notifications-container {
  max-width: 900px;
  margin: 40px auto;
  padding: 20px;
  border: 2px solid #ddd;
  border-radius: 12px;
  background-color: #fff;
}

.notification-row {
  display: flex;
  align-items: center;
  padding: 12px;
  gap: 10px;
  background-color: #fffbe6;
  border-bottom: 1px solid #eee;
}

.notification-row.read {
  opacity: 0.8;
}

.notification-row:first-of-type {
  border-top: none;
}

.notification-row .notif-text {
  flex: 1;
  padding: 0 10px;
  word-break: break-word;
  white-space: normal;
  max-width: 600px;
  font-size: 1rem;
  cursor: pointer;
}

.read {
  background-color: #fefefe;
}

.unread {
  background-color: #fffbe8;
}

.mark-btn,
.trash-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: #d62d81;
  font-size: 18px;
}

.mark-btn:hover,
.trash-btn:hover {
  color: black;
}

.mark-btn i,
.trash-btn i {
  pointer-events: pointer;
}

.select-all-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #eee;
}

.select-toggle {
  padding: 5px 10px;
  background-color: #d62d81;
  border: none;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
}

.bulk-btn {
  padding: 6px 12px;
  background-color: #d62d81;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 13px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.bulk-btn:hover {
  background-color: black;
}

/* Student/notifications END */

/* consultant-study-profile */

.consultant-profile {
  max-width: 850px;
  margin: 40px auto;
  padding: 30px;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.521);
  border-radius: 12px;
  line-height: 1.2;
}

.profile-box {
  border: 1px solid #aaa;
  padding: 20px;
  background: #fdfdfd;
  margin-top: 20px;
}

.profile-header {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.profile-header img.avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.profile-header .review {
  font-size: 0.8em;
  font-weight: normal;
  color: #666;
}

.info-row {
  margin: 4px 0;
  font-size: 14px;
}

.info-row strong {
  color: #444;
  min-width: 170px;
  display: inline-block;
}

.help-contact {
  display: flex;
  justify-content: space-between;
}

.help-list,
.call-list {
  background: #f9f9f9;
  padding: 10px;
  border-radius: 10px;
  width: 47%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.42);
}

.help-list h3,
.call-list h3 {
  font-size: 16px;
  margin-bottom: 12px;
  color: #333;
}

.help-list li,
.call-list li {
  margin-bottom: 4px;
  padding-left: 20px;
  position: relative;
  color: #444;
}

.help-list li::before,
.call-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #4caf50;
  font-weight: bold;
}

.button-container {
  text-align: center;
  margin: 20px 0;
  margin-bottom: 0px;
}

.consult-button {
  padding: 12px 28px;
  font-size: 16px;
  border-radius: 30px;
  border: none;
  background-color: #d62d81; /*#d62d81*/
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.consult-button:hover {
  background-color: #d62d81;
}

.profile-box h2 {
  color: #333;
  margin-bottom: 5px;
}

.review {
  color: #888;
}

/* consultant-study-profile END */

/* find-consultants */

.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 700px;
  padding-left: 10px;
  padding-right: 10px;
}

#map {
  width: 100%;
  height: 300px; /* was 600px */
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 8px;
  display: block;
}

.map-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.filter-container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px auto;
  padding: 10px 20px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.consultant-info-box {
  border: 1px solid #aaa;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  max-width: 600px;
  margin: auto;
}
.consultant-info-box img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
}
.consultant-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.consultant-details {
  margin-bottom: 10px;
}
.consultant-period {
  color: red;
}
.profile-btn {
  padding: 6px 12px;
  background: #d62d81;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
.no-selection {
  text-align: center;
  color: #666;
}

@media (max-width: 768px) {
  #map {
    height: 300px;
  }
}

/* find-consultants END */

/* make-appointment */

.calendar-wrapper {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-top: 40px;
  margin-bottom: 40px;
  overflow-x: auto;
  max-width: 100%;
}

#calendar {
  max-width: 1000px;
  min-width: 600px;
  margin: 0 auto;
}

.fc .fc-button {
  background-color: #d62d81;
  border: none;
}

.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
  background-color: #d62d81;
}

.previous_week,
.next_week {
  padding: 5px;
  background-color: #d62d81;
  color: white;
  border-radius: 10px;
  width: 130px;
}

.change_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.this_week_btn {
  background-color: #fff7dd;
  width: 70px;
  height: 26px;
  border-radius: 6px;
  cursor: pointer;
  border: 2px solid black;
}

.previous_week:hover,
.next_week:hover {
  background-color: #d62d81;
  cursor: pointer;
}

.continue-btn {
  display: block;
  margin: 30px auto 0;
  padding: 10px 20px;
  background-color: #28a745;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 20px;
}

.continue-btn:hover {
  background-color: #218838;
}

.disabled-btn {
  opacity: 0.5;
  cursor: not-allowed;
}

/* make-appointment END */

/* Student END */

/* Consultant START */

/* Consultant/consultancy-areas START */

/* Consultancy Sections */
.consultant_main {
  padding-left: 10px;
  padding-right: 10px;
}
.consultancy-section {
  background: white;
  padding: 30px;
  margin: 30px auto;
  max-width: 1000px;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.consultancy-section h2 {
  color: #d62d81;
  font-size: 26px;
  margin-bottom: 20px;
}

.consultancy-section p {
  font-size: 18px;
  margin-bottom: 20px;
}

/* Button Styles */
.add-btn,
.preview-btn,
.delete-btn {
  padding: 10px 24px;
  font-size: 16px;
  border-radius: 30px;
  border: 2px solid;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0 10px;
}

.add-btn,
.preview-btn,
.delete-btn {
  background-color: white;
  color: #d62d81;
  border-color: #d62d81;
}

.add-btn:hover,
.preview-btn:hover,
.delete-btn:hover {
  background-color: #d62d81;
  color: white;
}

.profile-card {
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 20px 30px;
  margin-bottom: 20px;
  border-radius: 12px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.preview-block {
  margin: 10px 0;
  font-size: 16px;
}

.preview-block strong {
  display: inline-block;
  min-width: 150px;
  font-weight: bold;
  color: #333;
}

/* Center button group */
.btn-group {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.status-badge {
  display: inline-block;
  padding: 4px 12px;
  font-size: 13px;
  border-radius: 20px;
  font-weight: 600;
  margin-left: 10px;
}

.status-accepted {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.status-pending {
  background-color: #fff3cd;
  color: #856404;
  border: 1px solid #ffeeba;
}

.status-rejected {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* Consultant/consultancy-areas END */

/* Consultant/add-consultancy START */
.consultancy-form-container {
  max-width: 1000px;
  background: #fff;
  padding: 30px 40px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.form-title {
  font-size: 26px;
  color: #d62d81;
  margin-bottom: 30px;
  text-align: center;
}

.form-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-group label {
  font-weight: bold;
}

.form-group input[type="text"],
.form-group input[type="month"],
.form-group select,
.form-group input[type="file"] {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  width: 100%;
}

.dual-inputs {
  display: flex;
  gap: 20px;
}

.dual-inputs > div {
  flex: 1;
}

.options-section {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}

.options-box {
  flex: 1;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
}

.options-box p {
  font-weight: bold;
  margin-bottom: 10px;
}

.options-box label {
  display: block;
  margin: 5px 0;
  font-size: 14px;
}

.warning-text {
  color: red;
  font-size: 13px;
  margin-top: 8px;
}

.form-buttons {
  text-align: center;
  margin-top: 30px;
}

.consult-button {
  padding: 10px 30px;
  background-color: #d62d81;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.consult-button:hover {
  background-color: #b81d6b;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 100000;
}

.modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  max-width: 400px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.modal-buttons button {
  margin: 10px;
  padding: 10px 20px;
  background-color: #d62d81;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.modal-buttons button:hover {
  background-color: #b81d6b;
}

.education-period {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.period-inputs {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.period-inputs label {
  font-weight: normal;
  font-size: 14px;
}

.period-inputs input[type="month"] {
  padding: 8px;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid #ccc;
  width: 160px;
}

.horizontal-fields {
  display: flex;
  gap: 24px;
  align-items: flex-start; /* align the tops */
}

.half-width {
  flex: 1;
}

.half-width label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
}

.half-width select,
.half-width input[type="text"] {
  width: 100%;
  padding: 10px;
  height: 44px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
}

/* Consultant/add-consultancy END */

/* Consultant/appointments */

.pending-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.accept-btn,
.reject-btn {
  padding: 8px 12px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.accept-btn {
  background-color: #28a745;
  color: white;
}

.accept-btn:hover {
  background-color: #006217;
  transition: 0.5s;
}

.reject-btn {
  background-color: #dc3545;
  color: white;
}

.reject-btn:hover {
  background-color: #a00010;
  transition: 0.5s;
}

#linkModal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

#linkModal .modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  width: 95%;
  max-width: 400px;
  text-align: center;
  position: relative;
}

#linkModal input {
  width: 100%;
  padding: 10px;
  margin-top: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

#linkModal button {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #d62d81;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

#rejectModal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

#rejectModal .modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  max-width: 400px;
  margin: auto;
}

#rejectModal .modal-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

#rejectModal .modal-buttons button {
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
}

#rejectModal .modal-buttons button:first-child {
  background-color: #dc3545;
  color: white;
}

#rejectModal .modal-buttons button:last-child {
  background-color: black;
  color: white;
}

/* Consultant/appointments END */

/* timetable */

.calendar-scroll-container {
  overflow-x: auto;
  max-width: 100%;
  min-width: 100%;
  min-height: 970px;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-overflow-scrolling: touch;
}

.form-buttons-timetable {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  text-align: end;
}

.calendar-disabled .fc-timegrid-slot,
.calendar-disabled .fc-event {
  pointer-events: none;
  opacity: 0.5;
}

/* timetable END */

/* Consultant END */

/* Admin */
/* add-user */

.add-user_modal {
  width: 100%;
  margin: 0 auto;
  overflow: visible !important;
  margin-top: 0 !important;
  flex-wrap: wrap;
  position: relative;
}

.add-user_column {
  display: column;
  flex: 2;
}

.modal-content_add {
  background-color: #fefefe;
  margin: 0 auto;
  max-width: 70%;
  padding: 30px;
  border: 1px solid #888;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
}

.return_btn {
  border-radius: 25px;
  padding: 10px 20px;
}

.form-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

.user-form .form-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.user-form label {
  width: 120px;
  font-weight: bold;
}

.user-form input,
.user-form select {
  flex: 2;
  padding: 4px;
  font-family: monospace;
}

.form-buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}

.warning {
  color: red;
  display: none;
  font-size: 12px;
}

.password-wrapper_add-user {
  display: flex;
  align-items: center;
  width: 100%;
}

.password-wrapper_add-user input {
  flex: 1;
  height: 40px;
  padding: 10px;
  font-size: 14px;
  border: 2px solid #d1d3d4;
  border-radius: 5px;
  box-sizing: border-box;
}

.label_repeat_add-user {
  margin-right: 23px;
}

#birthdayWarning {
  color: red;
  font-size: 14px;
  display: none;
  margin-bottom: 5px;
  margin-top: -10px;
}

.action-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 20px;
}

/* add-user END */

/* user-management */
.user-management-header {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 0 auto;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
  width: 80%;
}

#searchInput {
  width: 50%;
}
.user-management-header input,
.user-management-header select,
.user-management-header button {
  padding: 8px;
  font-size: 14px;
}
table {
  width: 98%;
  border-collapse: collapse;
  background: white;
  margin: 0 auto;
  margin-bottom: 20px;
}

.table-responsive {
  overflow-x: auto;
  min-height: 200px;
}

.table-responsive table {
  min-width: 800px;
  width: 98%;
  border-collapse: collapse;
}

th,
td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}
th {
  cursor: pointer;
  background: #eee;
}
.view-btn,
.user_management-btn {
  padding: 5px 10px;
  background: #d62d81;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#searchColumn,
#roleFilter,
#statusFilter {
  display: inline-block;
  border: 2px solid #d1d3d4;
  border-radius: 5px;
  outline: none;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 20px;
}

.pagination button {
  background-color: #cc2f8b;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
}

.pagination button:disabled {
  background-color: #a91f6e;
  cursor: default;
}

/* user-management END */

/* view-user */
.back-button,
.deactivate,
.back-link {
  background-color: #d62d81;
  padding: 10px;
  max-width: 200px;
  width: 100%;
  text-align: center;
  border-radius: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  color: white;
}

.back-button:hover {
  background-color: #000;
  transition: 0.5s;
}

.user-card {
  border-radius: 30px;
  align-items: center;
  padding: 20px;
  background: white;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.user-details {
  display: grid;
  grid-template-columns: 1fr 2fr;
  row-gap: 10px;
}
.user-details div {
  padding: 5px 0;
}
.btn {
  display: inline-block;
  padding: 10px 15px;
  margin-top: 20px;
  font-family: monospace;
  cursor: pointer;
  border: none;
  border-radius: 4px;
}
.deactivate {
  background-color: #000;
}
.activate {
  background-color: #2ecc71;
  color: white;
}
.modal_view {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.modal-content_view {
  background: white;
  padding: 20px;
  text-align: center;
  border-radius: 6px;
  font-family: monospace;
}
.modal-buttons button {
  margin: 10px;
  padding: 8px 14px;
}
/* view-user END */

/* consultant-verification */

.submission-tabs {
  display: flex;
  gap: 40px;
  justify-content: start;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tab-button {
  padding: 10px 20px;
  border: none;
  background: white;
  font-weight: bold;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.tab-button:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  outline-offset: 15px;
  outline-color: rgba(255, 255, 255, 0);
  text-shadow: 1px 1px 2px deeppink;
}

.tab-button.active:hover {
  text-shadow: none;
}

.tab-button.active {
  border-radius: 30px;
  border-bottom: 3px solid deeppink;
  color: deeppink;
}

/* Filter Dropdown Container */
.submission-filter {
  margin: 1.5rem 2rem 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 500;
  font-size: 1rem;
  color: #333;
}

/* Dropdown itself */
.submission-filter select {
  padding: 8px 12px;
  font-size: 0.95rem;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: #fff;
  transition: border-color 0.3s ease;
  cursor: pointer;
}

.submission-filter select:focus {
  outline: none;
  border-color: #ec008c;
  box-shadow: 0 0 0 2px rgba(236, 0, 140, 0.15);
}

.submission-table-container {
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  min-height: 250px;
}

.submission-table {
  min-width: 800px;
  width: 98%;
  border-collapse: collapse;
}

.submission-table th,
.submission-table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}

.submission-table th {
  background-color: #f4f4f4;
  font-weight: 600;
}

.submission-action-link {
  color: deeppink;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease;
}

.submission-action-link:hover {
  color: #a30056;
}
/* consultant-verification END */

/* consultant-preview-study */
.preview-container {
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  width: 70%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.preview-section {
  margin-bottom: 25px;
}
.section-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
}
.info-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  row-gap: 10px;
}
.info-label {
  font-weight: bold;
  color: #444;
}
.checkbox-lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.checkbox-column {
  flex: 1;
  min-width: 220px;
}
.checkbox-column label {
  display: block;
  margin: 5px 0;
}
.button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.approve-btn,
.reject-btn {
  padding: 10px 20px;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
.approve-btn {
  background: #2ecc71;
  color: white;
}
.reject-btn {
  background: #e74c3c;
  color: white;
}
.modal_preview {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.modal-content_preview {
  background: white;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  font-family: Arial, sans-serif;
}
.modal-content_preview button {
  margin: 10px 15px;
  padding: 8px 16px;
  border: none;
  font-weight: bold;
  cursor: pointer;
  background-color: #000;
  border-radius: 30px;
  width: 70px;
  color: white;
  text-align: center;
}

.modal-content_preview button:hover {
  background-color: deeppink;
  transition: 0.5s;
}
/* consultant-preview-study END */

/* consultant-preview-internship */
.preview-container {
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.preview-section {
  margin-bottom: 25px;
}
.section-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
}
.info-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  row-gap: 10px;
}
.info-label {
  font-weight: bold;
  color: #444;
}
.checkbox-lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.checkbox-column {
  flex: 1;
  min-width: 220px;
}
.checkbox-column label {
  display: block;
  margin: 5px 0;
}
.button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.approve-btn,
.reject-btn {
  padding: 10px 20px;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
.approve-btn {
  background: #2ecc71;
  color: white;
}
.reject-btn {
  background: #e74c3c;
  color: white;
}

.back-link:hover {
  background-color: #000;
  transition: 0.5s;
}
/* consultant-preview-internship END */

/* Admin END */

/* CSS from HTML Files START */
/* ticket-detail.html */
.support-ticket-list {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.ticket-header h2 {
  margin: 0 0 10px;
}

.reply-list {
  margin-top: 20px;
}

.reply {
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

.reply.admin {
  background: #f1f1f1;
}

.reply-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  resize: vertical;
  margin-top: 20px;
}

.reply-form button {
  margin-top: 10px;
  background: #cc2f8b;
  color: white;
  padding: 8px 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.reply p {
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: pre-line;
  max-width: 100%;
}

/*  Consultant & Student-specific  */

.reply .text-truncate {
  display: inline-block;
  max-height: 6em;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Admin-specific */

#statusDropdown {
  padding: 5px 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
}

.ticket-meta {
  margin: 10px 0 20px;
  font-size: 15px;
}

.meta-row {
  margin: 6px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
/* ticket-detail.html */

/* student/review-consultant.html */
textarea:disabled {
  background-color: #f5f5f5;
  color: #333;
  cursor: not-allowed;
}

.star {
  cursor: pointer;
  font-size: 2rem;
  color: #ddd;
}

.star.filled {
  color: gold;
}

.star.disabled {
  cursor: default;
  opacity: 0.7;
}

/* student/review-consultant.html */

/* support-tickets.html */
.support-ticket-list {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.ticket-item {
  border-left: 4px solid #cc2f8b;
  padding: 15px 20px;
  margin-bottom: 20px;
  background: #f9f9f9;
  border-radius: 6px;
}

.ticket-item h3 {
  margin: 0 0 8px 0;
  font-size: 18px;
}

.ticket-item .status {
  font-weight: bold;
  color: #333;
}

.ticket-item .description {
  overflow-wrap: break-word;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 20px;
}

.pagination button {
  background-color: #cc2f8b;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
}

.pagination button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
/* support-tickets.html */

/* admin/support-tickets.html */
.submission-filter {
  margin: 1.5rem 2rem 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 500;
  font-size: 1rem;
  color: #333;
}

.submission-filter select {
  padding: 8px 12px;
  font-size: 0.95rem;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: #fff;
  transition: border-color 0.3s ease;
  cursor: pointer;
}

.submission-filter select:focus {
  outline: none;
  border-color: #ec008c;
  box-shadow: 0 0 0 2px rgba(236, 0, 140, 0.15);
}

.submission-table-container {
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin: 20px;
  overflow-x: auto;
}

.submission-table {
  min-width: 800px;
  width: 100%;
  border-collapse: collapse;
}

.submission-table th,
.submission-table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}

.submission-table th {
  background-color: #f4f4f4;
  font-weight: 600;
}

.submission-action-link {
  color: deeppink;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease;
}

.submission-action-link:hover {
  color: #a30056;
}
/* admin/support-tickets.html */

/* consultant and student/ticket-create.html */
.support-ticket-list {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.send-button {
  background-color: #cc2f8b;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
}

.send-button:hover {
  background-color: #b02678;
}

.warning-text {
  color: red;
  font-size: 14px;
  margin-top: 5px;
}

.save-button_ticket {
  padding: 10px 24px;
  font-size: 15px;
  background-color: #d62d81;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.save-button_ticket:hover {
  background-color: #000;
}
/* consultant and student/ticket-create.html */

/* ======= In-app pop up integration (for alerts & confirms) ======= */

#inAppModal.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 100000;
}

#inAppModal .modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  max-width: 400px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

#inAppModal .modal-buttons button {
  margin: 10px;
  padding: 10px 20px;
  background-color: #d62d81;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

#inAppModal .modal-buttons button:hover {
  background-color: #b81d6b;
}

/* consultant and student/reviews.html */
.reviews-container {
  max-width: 1200px;
  margin: 40px auto;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.reviews-title {
  text-align: center;
  margin-bottom: 20px;
}

.reviews-summary {
  text-align: left;
  margin-bottom: 25px;
}

#ratingDistribution p {
  margin: 4px 0;
}

#reviewsContainer {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.reviews-item {
  background-color: #f9f9f9;
  border: 2px solid #d62d81;
  border-radius: 15px;
  padding: 20px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.reviews-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.reviews-header h3 {
  margin: 0;
  font-size: 1.2em;
  color: #333333;
}

.reviews-header p {
  margin: 0;
  font-size: 1.2em;
  color: #d62d81;
}

.reviews-item p {
  margin: 10px 0;
  color: #555555;
  line-height: 1.4;
}

.reviews-item small {
  display: block;
  margin-top: 10px;
  color: #888888;
  font-size: 0.9em;
}

@media (max-width: 768px) {
  .reviews-container {
    padding: 20px;
  }

  .reviews-item {
    padding: 15px;
  }

  .reviews-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .reviews-header p {
    margin-top: 5px;
  }
}
/* consultant and student/reviews.html */

/* support-us.html */
.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 0 3px #cc2f8b;
  border-color: #cc2f8b;
}

.support-btn {
  margin-top: 20px;
  width: 100%;
  padding: 10px;
  background-color: #cc2f8b;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.support-btn:hover {
  background-color: #a91f6e;
}

.payment_input {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: box-shadow 150ms ease, border-color 150ms ease;
}

.payment_input:focus {
  outline: none;
  border-color: #cc2f8b;
  box-shadow: 0 0 3px #cc2f8b;
}

#payment-form label,
#payment-form input,
#payment-form .StripeElement {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.donation-options {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.donation-btn {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: white;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.donation-btn:hover {
  border-color: #cc2f8b;
  box-shadow: 0 0 3px #cc2f8b;
}

.donation-btn.selected {
  border-color: #cc2f8b;
  background-color: #fce4f0;
}

#amount.payment_input {
  margin-top: 10px;
}

.payment_input[type="number"]::-webkit-inner-spin-button,
.payment_input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (max-width: 768px) {
  .reviews-container {
    padding: 20px;
  }

  #payment-form {
    display: flex;
    flex-direction: column;
  }

  #payment-form label {
    margin-top: 10px;
  }

  #payment-form input.payment_input,
  .StripeElement {
    width: 100%;
    box-sizing: border-box;
  }

  .support-btn {
    width: 100%;
  }
}
/* support-us.html */
