::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(199, 197, 197);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(199, 197, 197);
}

:root {
  --font-dark: #343654;
  --font-dark-light: #fff;
}

body {
  font-family: "Poppins", sans-serif !important;
  font-display: swap;
  scrollbar-width: thin !important;
}
.rounded-custom-content {
  border-radius: 40px !important;
}
.padding-custom-content {
  padding: 30px !important;
}
.padding-custom-hf {
  padding: 10px 24px 0px 24px;
}
.nav-menue > a > li {
  margin: 0px 3px 0px 3px;
  padding: 7px 20px;
  padding: 0.4em 1.2em;
  color: #e6e6f2;
  /* font-size: 15px; */
  border-radius: 24px;
  letter-spacing: 0.012em;
  cursor: pointer;
}

:where(.css-byeoj0).ant-row {
  justify-content: center;
}

.otherLinks ul li img {
  width: 19px;
  padding: 0px 5px;
}
.otherLinks ul li a {
  margin-top: 0px !important;
}
.nav-menue > a > li > span {
  margin: 0px 0px 0px 4px;
  text-decoration: none !important;
}
.nav-menue > a > li.active {
  background-color: #f9f9f9;
  color: #6141a7 !important;
}
.action-menu > li {
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
/* footer */
.footer-copy-text {
  color: #e6e6f2;
  font-size: 13px;
  letter-spacing: 0.012em;
}
.footer-menu > a > li {
  margin: 0px 5px 0px 5px;
  color: #e6e6f2;
  font-size: 13px;

  cursor: pointer;
  list-style: none;
}
ul.footer-menu {
  padding: 0;
}

/* footer */

/* Dashboard */
.bg-container-custom {
  background-color: #f2f4f7;
}
.school_label {
  min-width: 110px;
  font-size: 14px;
  font-weight: 400;
  color: #6a6b8c;
  padding: 0px;
  margin: 0px;
  margin-right: 10px;
}
.school_input {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 0.7em 1.7em;
  font-size: 14px;
  color: #6a6b8c;
  min-width: 150px;
  border: 1px solid #bec0ca;
}

.bul_entry_button {
  background-color: #eadbed !important;
  color: #343654 !important;
  margin-right: 8px !important;
  font-weight: 500;
}

.left_action_button_session {
  margin-right: 30px;
  display: flex;
  list-style: none;
}
.grid.md\:grid-cols-1.sm\:grid-cols-1.xl\:grid-cols-2.gap-4.mt-5 {
  display: flex;
  gap: 5px;
}
.left_action_button_session li button {
  background-color: #fff;
  margin: 0px 4px 0px 4px;
  padding: 7px 20px;
  border-radius: 24px;
  font-size: 14px;
  color: #6a6b8c;
  letter-spacing: 0.12px;
}
.left_action_button_session li button.active {
  background-color: #3daf49;
  color: #fff;
}

.session-button {
  background-color: #fff;
  margin: 0px 4px 0px 4px;
  padding: 7px 20px;
  border-radius: 24px;
  font-size: 14px;
  color: #6a6b8c;
  letter-spacing: 0.12px;
}

.session-button.active {
  background-color: #3daf49;
  color: #fff;
}

.export_button button {
  background-color: #7349cd;
  padding: 9px 24px;
  border-radius: 24px;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.12px;
}
.export_button_ex button {
  background-color: #7349cd;
  padding: 7px 35px;
  border-radius: 24px;
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 0.12px;
}
.tableview {
  padding: 30px 10px 40px 10px;
  border-radius: 24px;
  box-shadow: 0px 12px 6px -12px #8a8cad;
  background-color: #f9f9f9;
  display: block;
  margin-top: 5px;
}
.child-table {
  width: 100%;
}

.child-table thead tr th {
  text-align: start !important;
  font-size: 14px !important;
  padding: 7px 16px;
  color: #343654;
}

.child-table thead tr th:first-child {
  background-color: #e8f0fe;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  padding-left: 18px;
}

.child-table thead tr th:nth-child(2) {
  background-color: #daefe9;
  width: 6%;
}
.child-table thead tr th:nth-child(3) {
  background-color: #f9e1d9;
}
.child-table thead tr th:nth-child(4) {
  background-color: #f0eafc;
}
.child-table thead tr th:nth-child(5) {
  background-color: #c9c9c9;
  /* width: 160px; */
}
.child-table thead tr th:nth-child(6) {
  background-color: #d7ddff;
}
.child-table thead tr th:nth-child(7) {
  background-color: #f5ceeb;
}
.child-table thead tr th:last-child {
  background-color: #e8f0fe;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.child-table tbody tr td {
  text-align: start !important;
  border-bottom: 1px solid #e6e8f2;
  height: 47px;
  font-size: 13px;
  padding: 7px 0px;
  cursor: pointer;
  color: #4c4d6c;
  padding-left: 15px;
  /* width: 130px; */
}

.child-table tbody tr td:first-child div.td_text {
  /* padding-left: 13px; */
}

.child-table tbody tr:hover td {
  background-color: #faf1e4;
  /* padding: 3px 0px; */
}

/* .child-table tbody tr:hover td:first-child div.td_text {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  padding-left: 13px !important;
} */

.child-table tbody tr:hover td:last-child div.td_text {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.child-table tbody tr td span.icon {
  color: #59c3bd;
  font-size: 13px;
  margin-right: 3px;
}
.child-table tbody tr.active td {
  background-color: #faf1e4;
  /* padding: 3px 0px; */
}

/* .child-table tbody tr.active td:first-child div.td_text {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  padding-left: 13px !important;
} */

.child-table tbody tr.active td:last-child div.td_text {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.select-label span {
  color: #6a6b8c;
  font-size: 13px;
}
.table_count_action {
  border: 1px solid #babdcf;
  color: #6a6b8c;
  font-size: 13px;
  padding: 5px;
  border-radius: 8px;
  width: 300px;
  margin-left: 5px;
  margin-right: 2px;
}
.showing-label span {
  color: #6a6b8c;
  font-size: 13px;
}
.pagination_button li button {
  background-color: #fff;
  margin: 0px 0px 0px 7px;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 13px;
  color: #6a6b8c;
  letter-spacing: 0.12px;
}

.pagination_button li button.active {
  background: linear-gradient(#237bff, #0b5fdd);
  color: #fff;
}

.comment_input {
  border: 1px solid #babdcf;
  font-size: 15px;
  color: #6a6b8c;
  border-radius: 24px;
  width: 100%;
  text-align: center;
}
.form_submit_button {
  background-color: #237bff;
  color: #fff;
  letter-spacing: 0.12px;
  padding: 10px 24px;
  border-radius: 24px;
  font-size: 13px;
  margin-bottom: 12px;
  margin-left: 10px;
  margin-top: 10px;
  display: block;
}
.comment-table {
  width: 100%;
}

.comment-table thead tr th {
  text-align: start !important;
  font-size: 15px !important;
  padding: 7px 16px;
  color: #343654;
}

.comment-table thead tr th:first-child {
  background-color: #e8f0fe;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.comment-table thead tr th:nth-child(2) {
  background-color: #daefe9;
}
.comment-table thead tr th:nth-child(3) {
  background-color: #f9e1d9;
}
.comment-table thead tr th:nth-child(4) {
  background-color: #f0eafc;
}
.comment-table thead tr th:last-child {
  background-color: #e8f0fe;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.comment-table tbody tr td {
  text-align: start !important;
  border-bottom: 1px solid #e6e8f2;
  /* height: 36px; */
  font-size: 13px;
  padding: 10px 0px;
  color: #4c4d6c;
  padding-left: 15px !important;
}
.comment-table tbody tr td span {
  font-size: 17px;
}

.attendecnce_data_view_table {
  /* width: 100%; */
  min-width: 700px;
}

.attendecnce_data_view_table thead tr th {
  text-align: center !important;
  font-size: 14px !important;
  padding: 7px;
  color: #343654;
  border-bottom: 1px solid #fff;
}

.attendecnce_data_view_table thead tr:nth-child(1) th:first-child {
  background-color: #e8f0fe;
  border-top-left-radius: 16px;
}
.attendecnce_data_view_table thead tr:nth-child(1) th:nth-child(2) {
  background-color: #eadbed;
}

.attendecnce_data_view_table thead tr:nth-child(1) th:nth-child(3) {
  background-color: #daefe9;
}
.attendecnce_data_view_table thead tr:nth-child(1) th:nth-child(4) {
  background-color: #f9e1d9;
}
.attendecnce_data_view_table thead tr:nth-child(1) th:nth-child(5) {
  background-color: #f0eafc;
}
.attendecnce_data_view_table thead tr:nth-child(1) th:last-child {
  background-color: #e8f0fe;
  border-top-right-radius: 16px;
}

.attendecnce_data_view_table thead tr:nth-child(2) th:first-child {
  background-color: #e8f0fe;
  border-bottom-left-radius: 16px;
}
.attendecnce_data_view_table thead tr:nth-child(2) th:nth-child(2) {
  background-color: #eadbed;
}

.attendecnce_data_view_table thead tr:nth-child(2) th:nth-child(3) {
  background-color: #daefe9;
}
.attendecnce_data_view_table thead tr:nth-child(2) th:nth-child(4) {
  background-color: #f9e1d9;
}
.attendecnce_data_view_table thead tr:nth-child(2) th:nth-child(5) {
  background-color: #f0eafc;
}
.attendecnce_data_view_table thead tr:nth-child(2) th:last-child {
  background-color: #e8f0fe;
}

.attendecnce_data_view_table thead tr:nth-child(2) th div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  font-size: 14px !important;
  color: #343654;
}

.attendecnce_data_view_table {
  width: 100%;
  margin-top: 0px;
  border-collapse: separate;
  /* border-spacing: 0px; */
}

.attendecnce_data_view_table tbody tr td {
  border: 1px solid #e6e8f2;
  color: #4c4d6c;
  font-size: 13px;
  text-align: center;
}

.attendecnce_data_view_table tbody tr:first-child td:first-child {
  border-top-left-radius: 16px;
}

.attendecnce_data_view_table tbody tr:first-child td:last-child {
  border-top-right-radius: 16px;
}

.attendecnce_data_view_table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 16px;
}

.attendecnce_data_view_table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 16px;
}

/* select option  */
.loader_parent_big {
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader_parent_mid {
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.whiteText {
  background-color: #fff;
  color: #000000 !important;
}
.progressText {
  background-color: rgb(33, 147, 183);
  color: white !important;
}
.orangeText {
  background-color: rgb(155, 92, 165);
  color: white !important;
}
.redText {
  background-color: red;
  color: #fff !important;
}
.custom_select_td {
  width: 100%;
  cursor: pointer;
  border: none;
  text-align-last: center;
  appearance: none;
  outline: none;
  background: none !important;
  height: 30px !important;
  padding: 0px 15px !important;
  text-align: center !important;
}
/* select option  */

/* Dashboard */
.nav-link {
  text-decoration: none;
}
.nav-link:focus,
.nav-link:hover,
.nav-link:visited,
.nav-link:link,
.nav-link:active {
  text-decoration: none;
}

/* ===================== */
/* Pupil section start */
.form-heading {
  background-color: #f9e1d9;
  padding: 7px 7px 7px 20px;
  margin-bottom: 1rem;
}

.form-heading h1 {
  font-size: 14px;
  font-weight: 600;
  color: #414141;
}

.pupil-form-field {
  font-size: 12px;
  gap: 1rem;
  display: flex;
  padding-bottom: 10px;
}

.exclusion-form-field {
  font-size: 12px;
  gap: 1rem;
  display: flex;
  padding-bottom: 10px;
  width: 70%;
  margin: auto;
  margin-left: 0;
}

.form-field-label {
  flex-basis: 40%;
  align-self: center;
}

.form-field-label label {
  /* padding: 1rem; */
}

.form-field-body {
  display: flex;
  align-items: center;
  position: relative;
  flex-basis: 26%;
}

.form-field-body input,
.form-field-body select {
  width: 100%;
  outline: none;
  padding: 5px 5px 5px 15px;
  border: 1px solid rgb(197, 197, 197);
  color: #5c5c5c;
}

.form-field-body input:focus {
  border: 1px solid rgba(59, 130, 246, 0.5);
}

.red {
  color: rgb(201, 6, 6);
}

.form-field-icon {
  position: absolute;
  left: -25px;
  color: #237bff;
  cursor: pointer;
}

.radio-field .form-field-body input {
  display: none;
}

.radio-field .form-field-body label {
  width: auto;
  outline: none;
  padding: 5px 20px 5px 15px;
  border: 1px solid rgb(197, 197, 197);
  color: #5c5c5c;
  background-color: white;
  cursor: pointer;
  display: flex;
  gap: 7px;
  align-items: center;
}

.radio-field .form-field-body label div {
  transition: background-color 0.1s ease-in;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  border: 2px solid white;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: rgb(214, 214, 214);
}

.radio-field .form-field-body .checkedRadio:checked ~ label div {
  background-color: #237bff;
}

/* Pupil section End */
/* ===================== */

.contacts-table {
  width: 100%;
}

.contacts-table thead tr th {
  text-align: start !important;
  font-size: 14px !important;
  padding: 7px 16px;
  color: #343654;
}

.contacts-table thead tr th:first-child {
  background-color: #e8f0fe;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  padding-left: 18px;
}

.contacts-table thead tr th:nth-child(2) {
  background-color: #daefe9;
}
.contacts-table thead tr th:nth-child(3) {
  background-color: #f9e1d9;
}
.contacts-table thead tr th:nth-child(4) {
  background-color: #f0eafc;
}
.contacts-table thead tr th:last-child {
  background-color: #e8f0fe;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.contacts-table tbody tr td {
  text-align: start !important;
  border-bottom: 1px solid #e6e8f2;
  height: 47px;
  font-size: 13px;
  padding: 7px 0px;
  cursor: pointer;
  color: #4c4d6c;
}

.contacts-table tbody tr td:first-child div.td_text {
  padding-left: 13px;
}

/* Contacts section start*/
.contacts-table .td_text {
  padding-left: 16px;
}
.contacts-table tbody tr:hover td div.td_text {
  padding-left: 16px;
}

.contacts-table thead tr th:first-child {
  width: 30%;
  background-color: #e8f0fe;
}
.contacts-table thead tr th:nth-child(2) {
  background-color: #daefe9;
}
.contacts-table thead tr th:nth-child(3) {
  background-color: #f0eafc;
}
.contacts-table thead tr th:nth-child(4) {
  background-color: #f9e1d9;
}
.contacts-table thead tr th:nth-child(5) {
  background-color: #ebf5da;
}
.contacts-table tbody tr td span.icon {
  margin-right: 20px;
}

/* Login Page */

.login_container {
  background-image: url("Background.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.loginMain {
  position: relative;
  width: 50%;
  margin: 0 auto;
  background-image: url("border.png");
  padding: 25px;
  border-radius: 6px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  max-width: 650px;
}

@media screen and (max-width: 1100px) {
  .loginMain {
    width: 90% !important;
    margin-top: 210px;
  }

  .form_main {
    max-width: 100% !important;
    margin: auto;
  }

  .exclusion-form-field {
    font-size: 12px;
    gap: 1rem;
    display: flex;
    padding-bottom: 10px;
    width: 100%;
    margin: auto;
    flex-direction: column;
  }

  .form-field-label-exclusion {
    align-self: self-start !important;
  }

  .left_action_button_session li button {
    background-color: #fff;
    margin: 0px 4px 0px 4px;
    padding: 8px 16px;
    border-radius: 24px;
    font-size: 13px;
    color: #6a6b8c;
    letter-spacing: 0.12px;
  }
}

.loginInner {
  margin-top: 0%;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
  box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}

/* .logo {
  margin-top: 8px;
} */

.loginLogo {
  padding-bottom: 2em;
}
.loginLogo img {
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-group {
  margin-bottom: 15px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.align {
  text-align: center;
}

.labelColor {
  text-align: right;
  line-height: 33px !important;
  color: #6a6b8c;
  font-size: 15px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.form_main {
  max-width: 80%;
  margin: auto;
}

.border_custom_color {
  border-color: #2092b6;
  height: 34px;
}

.loginbtn {
  background-color: #955ba4;
  border-color: #955ba4;
  min-width: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-radius: 10px;
  color: #fff;
  padding: 20px 24px;
  font-size: 17px;
}

.loginLink {
  text-align: center;
}

#error_msg {
  color: red;
  font-size: 14px;
}

/* Login Page */
/* Spinner */

.spinner {
  border: 2px solid #f3f3f3; /* Light grey */
  border-top: 2px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Spinner */
.fix-height {
  height: 300px;
}

/* Loading Spin */
.loader,
.loader:before,
.loader:after {
  background: rgb(97, 65, 167);
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: rgb(97, 65, 167);
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: "";
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

.loader_white,
.loader_white:before,
.loader_white:after {
  background: #fff;
  -webkit-animation: load2 1s infinite ease-in-out;
  animation: load2 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader_white {
  color: #fff;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader_white:before,
.loader_white:after {
  position: absolute;
  top: 0;
  content: "";
}
.loader_white:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader_white:after {
  left: 1.5em;
}
@-webkit-keyframes load2 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load2 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

/* Loading Spin */

/* Multi select */
.multiSelectCustom {
  width: 100%;
}
.searchWrapper {
  border-radius: 50px !important;
  padding: 20px !important;
}

.searchWrapper > .chip {
  background: rgb(97, 65, 167) !important;
}

.max_w_32 {
  width: auto !important;
}

.text-end {
  text-align: end !important;
}
.form-field-label-exclusion {
  flex-basis: 14%;
  align-self: center;
}

span.equalsign {
  color: #3daf49;
  font-size: 20px;
  position: relative;
  cursor: pointer;
  top: 3px;
  margin-right: 13px;
}

/* Multi select */

/* Exclusion Tabel */

.exclusion-table {
  width: 100%;
}

.exclusion-table thead tr th {
  text-align: start !important;
  font-size: 15px !important;
  padding: 7px 16px;
  color: #343654;
}

.exclusion-table thead tr th:first-child {
  background-color: #e8f0fe;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.exclusion-table thead tr th:nth-child(2) {
  background-color: #daefe9;
}
.exclusion-table thead tr th:nth-child(3) {
  background-color: #f9e1d9;
}
.exclusion-table thead tr th:nth-child(4) {
  background-color: #f0eafc;
}
.exclusion-table thead tr th:nth-child(5) {
  background-color: #daefe9;
}
.exclusion-table thead tr th:nth-child(6) {
  background-color: #daefe9;
}
.exclusion-table thead tr th:nth-child(7) {
  background-color: #f9e1d9;
}
.exclusion-table thead tr th:nth-child(8) {
  background-color: #f9e1d9;
}
.exclusion-table thead tr th:last-child {
  background-color: #f0eafc;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.exclusion-table tbody tr td {
  text-align: start !important;
  border-bottom: 1px solid #e6e8f2;
  /* height: 36px; */
  font-size: 13px;
  padding: 10px 15px;
  cursor: pointer;
  color: #4c4d6c;
}
.exclusion-table tbody tr td span {
  font-size: 17px;
}

/* Exclusion Tabel */

/* ks5 */
.attendecnce_persentenge_table {
  width: 100%;
  height: 100%;
}

.attendecnce_persentenge_table thead tr th {
  text-align: center !important;
  font-size: 15px !important;
  padding: 7px 16px;
  color: #343654;
}

.attendecnce_persentenge_table thead tr th:first-child {
  background-color: #e8f0fe;
  /* border-top-left-radius: 16px;
  border-bottom-left-radius: 16px; */
  border-left: 1px solid #e6e8f2;
}

.attendecnce_persentenge_table thead tr th:nth-child(2) {
  background-color: #e8f0fe;
}
.attendecnce_persentenge_table thead tr th:nth-child(3) {
  background-color: #e8f0fe;
}
.attendecnce_persentenge_table thead tr th:nth-child(4) {
  background-color: #daefe9;
}
.attendecnce_persentenge_table thead tr th:nth-child(5) {
  background-color: #daefe9;
}
.attendecnce_persentenge_table thead tr th:nth-child(6) {
  background-color: #daefe9;
}
.attendecnce_persentenge_table thead tr th:nth-child(7) {
  background-color: #f9e1d9;
}
.attendecnce_persentenge_table thead tr th:nth-child(8) {
  background-color: #f9e1d9;
}
.attendecnce_persentenge_table thead tr th:last-child {
  background-color: #f9e1d9;
  /* border-top-right-radius: 16px;
  border-bottom-right-radius: 16px; */
}

.attendecnce_persentenge_table tbody tr td {
  text-align: start !important;
  border: 1px solid #e6e8f2;
  /* height: 36px; */
  font-size: 12px;
  padding-left: 3px;
  padding: 0 auto;
  /* padding: 10px 0px 10px 1px; */
  color: #4c4d6c;
}

.attendecnce_persentenge_table tbody tr td:nth-child(2) {
  text-align: start !important;
  padding: 0px;
}

.attendecnce_persentenge_table tbody tr td:nth-child(3) {
  text-align: center !important;
  padding: 0px;
}

.attendecnce_persentenge_table tbody tr td span {
  font-size: 17px;
}

.attendecnce_persentenge_table td input {
  height: 36px;
  width: 90px;
  overflow: hidden;
  outline-color: rgb(97, 65, 167);
  color: #4c4d6c;
  font-size: 13px;
  padding: 0px 2px;
  text-align: center;
}

.attendecnce_persentenge_table td .adjust-table {
  height: 56px;
  width: 90px;
  overflow: hidden;
  outline-color: rgb(97, 65, 167);
  color: #4c4d6c;
  font-size: 13px;
  padding: 0px 2px;
  text-align: center;
}
/* ks5 */

.date_picker {
  outline: none;
  padding: 5px 5px 5px 15px;
  border: 1px solid rgb(197, 197, 197);
  color: #5c5c5c;
  border-radius: 40px !important;
}

.pagiButton {
  background: #ece9e9 !important;
  border-radius: 3px !important;
  color: #0c0a0a !important;
  font-size: 18px !important;
}

.right {
  margin-right: 15px !important;
}

.left {
  margin-left: 15px !important;
}

/* This is design for Ipad and afterward */
@media (min-width: 768px) {
  .school_label {
    /* min-width: 100px; */
    font-size: 16px;
  }

  .school_input {
    font-size: 14px;
    min-width: 170px;
    border: 1px solid #bec0ca;
  }
}
@media (max-width: 768px) {
  .padding-custom-content {
    padding: 15px !important;
  }
  .tableview {
    padding: 15px;
  }
}

/* This design is for 1024px size screen and onwards */
@media (min-width: 1024px) {
  .school_label {
    /* min-width: 100px; */
    font-size: 18px;
  }

  .school_input {
    font-size: 14px;
    min-width: 170px;
    border: 1px solid #bec0ca;
  }
}

.normalRow {
  background: #dbebe7 !important;
  cursor: no-drop;
}

.child-table tbody .normalRow:hover td {
  background: #dbebe7 !important;
}

.custom_select_td_basic {
  width: 100%;
  cursor: pointer;
  border: none;
  text-align-last: center;
  appearance: none;
  outline: none;
  background: none !important;
  height: 28px !important;
  text-align: center !important;
}
/* .react-grid-layout > div:nth-child(1)
{
  display:none;
}
.react-grid-layout > div:nth-child(2)
{
  display:none;
}
.react-grid-layout > div:nth-child(3)
{
  display:none;
}
.react-grid-layout > div:nth-child(4)
{
  display:none;
}

.react-grid-layout > div:nth-child(5)
{
  display:none;
}

.react-grid-layout > div:nth-child(6)
{
  display:none;
}

.react-grid-layout > div:nth-child(7)
{
  display:none;
}

.react-grid-layout > div:nth-child(8)
{
  display:none;
}

.react-grid-layout > div:nth-child(9)
{
  display:none;
}

.react-grid-layout > div:nth-child(10)
{
  display:none;
} */

h1.headline-pep {
  font-size: 15px;
  color: #4c4d6b;
  margin: 0;
  padding: 0 40px;
}

.scroll_add {
  min-height: 100px;
  max-height: 160px;
  overflow: auto;
}

.scroll_add::-webkit-scrollbar {
  width: 10px;
}
.addcharts {
  align-items: center;
  padding-left: 19px;
  display: flex;
  gap: 25px;
  justify-content: end;
}

.leftcontainer {
  padding: 30px 10px 40px 10px;
  border-radius: 24px;
  box-shadow: 0px 12px 6px -12px #8a8cad;
  background-color: #f9f9f9;
  display: block;
  margin-top: 5px;
}

/* .pep-li {
  margin: 0 auto;
} */
.pep-copyright {
  text-align: left;
  margin-left: 2%;
}

.tableresult .assetpagi {
  left: 800px;
}

.assetpagi {
  position: relative !important;
  float: right !important;
  bottom: 53px !important;
}

.activeshape {
  background-color: #00638a;
  color: #fff;
  font-size: large;
  height: 20px;
}

#shapeTexts {
  cursor: move;
  position: absolute;
  top: 50%; /* Adjusted for initial position */
  left: 50%; /* Adjusted for initial position */
  transform: translate(-50%, -50%); /* Center the text */
}

.pepcont {
  margin-top: 7px;
  margin-bottom: 10px;
  position: relative;
  left: 40%;
}
.pepfields {
  width: 80%;
  margin: 0 auto;
}

button.tab.active-tab {
  background: #1d74f7;
  color: #fff;
  border-radius: 50px;
  padding: 2px 10px;
}

/* #hisattn {
  width: auto !impo
  max-width: 90vw; 
  height: auto !important; 
  max-height: 90vh; 
  overflow: scroll; 
  padding: 20px;
  background: white; 
  border-radius: 8px; 
} */

@media screen and (min-width: 768px) and (max-width: 1024px) {
  ul#navlinks {
    position: absolute !important;
    top: 0 !important;
    margin: 0 !important;
    background: none !important;
    width: 0px !important;
    justify-content: space-around !important;
    font-size: 2px !important;
    left: 14% !important;
  }

  .indexlef {
    margin-top: 40px !important;
  }

  .left_action_button_session {
    position: absolute !important;
    left: 36% !important;
    top: 12% !important;
    margin-bottom: 10px !important;
  }

  .txtclr {
    color: #fff !important;
  }

  .pupilPage {
    gap: 10px;
  }

  .restab {
    display: flex;
  }

  .customacad {
    top: unset !important;
  }

  .export-button {
    top: 1% !important;
  }

  .table-group {
    width: 96% !important;
    position: relative !important;
    margin: 0 auto !important;
  }

  .customtablenew {
    margin-left: 0px !important;
  }

  /* .resContacts{
  display: none;
} */

  .logo.mt-2.lg\:mt-4 {
    margin-top: 15px;
  }

  .setting-logout.flex.flex-row.items-center.ml-auto.xl\:ml-0 {
    top: 4% !important;
  }

  .grid.md\:grid-cols-1.sm\:grid-cols-1.xl\:grid-cols-2.gap-4.mt-5 {
    display: unset !important;
  }

  .leftres {
    margin: 0 auto !important;
    width: 730px !important;
  }

  .indexlef {
    margin: 0 auto !important;
    width: 100% !important;
  }

  .attnterm {
    display: unset !important;
  }

  .school_input.school-pupil-name {
    width: max-content !important;
  }

  .school_label {
    min-width: unset !important;
  }

  .rightRes {
    width: 100% !important;
  }

  .footer-pagination {
    margin: 0 auto;
    position: relative;
    bottom: 20px;
    left: 29px;
  }
  .rightres {
    width: 719px;
  }

  .year {
    position: absolute !important;
    margin-top: 30px !important;
  }
  input.Pupil-name.year {
    bottom: -9px !important;
  }

  input.Pupil-name.postcodein {
    position: relative;
    left: 81%;
    bottom: 46%;
  }

  /* .postcodein{
  position: absolute!important;
    width: 10% !important;
    right: 19%!important;
    top: 11.6%!important;
} */

  input#searchBar {
    position: relative;
    left: 420px;
    top: 20px;
  }

  .short_wide {
    right: 0px !important;
    top: 20px;
  }

  svg.removeres {
    margin-top: 15% !important;
    left: 635px !important;
    position: absolute !important;
  }

  i.fa-solid.fa-bookmark {
    position: absolute;
    top: 8%;
    left: 58%;
  }

  .icontime {
    position: absolute;
    top: 8%;
    left: 64%;
  }

  .email-input {
    width: auto !important;
  }

  .call-fun {
    width: 100% !important;
    margin-top: 10px !important;
  }

  #extrow {
    width: 920px !important;
  }

  .icon-search {
    position: absolute;
    left: 585px;
    top: 29px;
  }
}

@media screen and (min-width: 390px) and (max-width: 840px) {
  ul#navlinks {
    top: 0 !important;
    margin: 0 !important;
    width: fit-content !important;
    position: absolute !important;
    background: transparent !important;
    display: contents !important;
  }

  .child-table tbody tr:nth-last-child(-n + 2) {
    display: none;
  }

  .school-pupil-table {
    display: unset !important;
  }

  .phoneExp {
    display: unset !important;
  }

  .pupilPage {
    display: unset !important;
  }

  .restab {
    display: flex;
    position: relative !important;
    font-size: 0px;
  }
  .txtclr {
    color: #fff !important;
  }

  .setting-logout.flex.flex-row.items-center.ml-auto.xl\:ml-0 {
    top: 3% !important;
  }

  .logophone {
    position: relative;
    top: 13px;
  }

  .phoneres {
    display: unset !important;
  }

  .attnterm {
    display: block !important;
    min-width: unset !important;
  }
  .grid.md\:grid-cols-1.sm\:grid-cols-1.xl\:grid-cols-2.gap-4.mt-5 {
    display: unset !important;
  }
}

/* div#dashexp {
  width: fit-content!important;
  position: absolute!important;
}

.adjlay{
  width: fit-content!important;
  position: absolute!important;
} */

.newload {
  width: 20px;
}

.peptable {
  width: fit-content !important;
  height: fit-content !important;
}

/* .react-grid-item.react-draggable.cssTransforms.react-resizable {
  height: fit-content !important;
  width: fit-content!important;
} */

.footer-linksak {
  display: flex;
  list-style: none;
  gap: 17px;
}
.button-grpadd {
  position: relative;
}
ul.addbuttons {
  width: 200px;
  position: absolute;
  list-style: none;
  background: white;
  z-index: 999;
  padding: 0px;
}
ul.addbuttons li:hover {
  background: #107afb;
  color: white;
}
ul.addbuttons li {
  cursor: pointer;
  padding: 11px 12px;
}
.analysisReport {
  grid-template-columns: 20% 80%;
  display: grid;
  padding: 0 34px;
}
.chartIcon {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer-img {
  display: block;
  /* margin: 0 auto; */
}
tr.totalcharts td:nth-child(2) {
  display: none !important;
}
.footer-copy {
  text-align: center;
}
select.w-16.mx-3.px-3.py-1.rounded-full.outile-none.focus\:outline-none.table_count_action::-webkit-scrollbar {
  width: 10px;
}
.logo.mt-2.lg\:mt-4 {
  width: 100px;
  float: left;
}
ul.header-filter {
  display: flex;
  list-style: none;
  align-items: center;
}
.header-ak {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
ul#navlinks {
  gap: 47px;
  align-items: center;
  display: flex;
  list-style: none;
  justify-content: center;
  margin: 0 auto;
  /* position: absolute;
  top: -10px; */
}
.setting-logout.flex.flex-row.items-center.ml-auto.xl\:ml-0 {
  position: absolute;
  right: 1%;
  top: 1%;
}
ul.flex.flex-row.items-center.action-menu {
  display: flex;
  list-style: none;
}
.pagination-left {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  justify-content: space-between;
}
.right-pagination {
  display: flex;
  width: 100%;
  list-style: none;
}
ul.pagination_button.flex.flex-row.items-center {
  display: flex;
  list-style: none;
  position: absolute;
  right: 30px;
  /* bottom: 3%; */
}
tr.normalRow.hidden {
  display: none;
}
.status-student {
  width: 57%;
}
.select-attendance {
  width: 4rem;
}
.custom-head {
  background-color: rgb(97, 65, 167);
  padding: 5px 0;
}
.maintable {
  background: white;
  border-radius: 2%;
}
.maintable h2 {
  padding: 15px 0 0 0;
  font-weight: 500;
  font-family: none;
  font-size: 30px;
  margin: 0;
}

.sortdata {
  position: absolute;
  right: 0;
  background: #dbebe7;
  padding: 8px;
  list-style: none;
  color: #000;
  cursor: pointer;
  top: 10%;
}

ul.sortdata li:hover {
  background: #6141a7;
  color: #fff;
}

.tools-area.mb-6.flex.md\:flex-row.sm\:flex-col.md\:items-center.sm\:items-start.justify-between.searchinput {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 15px;
}
.search-label.sm\:mt-2.md\:mt-0.tablesearch {
  position: absolute;
  right: 12px;
  display: flex;
}

li.expoclient:hover {
  background: #ffffff;
  color: #000;
  padding: 3px;
}

ul.exportlists {
  position: absolute;
  right: 10px;
  background: #6141a7;
  list-style: none;
  color: #fff;
  padding: 10px;
  top: 15%;
}
.select-label.entriestable select {
  width: 60px;
}
.child-table thead tr th:nth-child(8) {
  background: antiquewhite;
}
.child-table thead tr th:nth-child(9) {
  background: cornsilk;
}
textarea#comment_box {
  padding: 30px 15px 0 15px;
  text-align: left;
}
.ReactModal__Overlay.ReactModal__Overlay--after-open {
  background-color: #0805058c !important;
}

button.btn-close {
  background: #c73436;
  width: 30px;
  color: white;
  height: 30px;
  cursor: pointer;
  right: 0px;
  top: 0%;
  position: absolute;
}

button.add-new-button {
  background: #2b077d;
  color: white;
  font-size: 15px;
  font-weight: 600;
}

.main-header-popup {
  display: flex;
  justify-content: space-between;
}

.ReactModal__Content.ReactModal__Content--after-open {
  padding: 30px !important;
  width: 60%;
}

td.edit-delete-button span {
  padding: 0 4px;
}
td.edit-delete-button {
  padding: 0px !important;
}
span.edit-icon i.fal.fa-edit {
  color: green;
  font-weight: 500;
  font-size: 18px;
}
span.delete-icon i.fal.fa-trash-alt {
  color: red;
  font-weight: 500;
  font-size: 18px;
}
:where(.css-dev-only-do-not-override-byeoj0).ant-btn-default:not(:disabled):not(
    .ant-btn-disabled
  ):hover {
  color: white;
  background-image: linear-gradient(#72d8ff, #00638a) !important;
}
button.previous-button {
  margin: 0 6px;
}
th.cursor-pointer.header-table1 {
  background-color: #f7a68f !important;
  width: 10%;
}
th.cursor-pointer.header-table2 {
  background-color: #daefe9 !important;
  width: 34% !important;
}
th.cursor-pointer.header-table3 {
  background-color: #d6c6fd !important;
  width: 10%;
}
th.cursor-pointer.header-table4 {
  background-color: #d2e9ef !important;
}
button.count-pagination {
  margin: 0 6px 0px 0px;
  background-image: linear-gradient(#72d8ff, #00638a) !important;
}

thead.d-flex.mb-7.commentTable {
  display: flex;
  gap: 40px;
}
textarea#comment {
  border-radius: 8px;
  height: 135px;
  width: 400px;
}
.save-cancel-button {
  display: flex;
}
.comment-section-heading {
  font-weight: 600;
  font-size: 20px;
}
button.comment-btn-close {
  background: #c73436;
  width: 30px;
  color: white;
  height: 30px;
  cursor: pointer;
  right: -30px;
  top: -30px;
  position: absolute;
}
textarea#edit_comment_comment {
  height: 160px;
  width: 400px;
  border-radius: 8px;
}
textarea#add_comment_comment {
  height: 160px;
  width: 640px;
  border-radius: 8px;
}
i.fa.fa-search {
  position: absolute;
  right: 4%;
  top: 13%;
  cursor: pointer;
}
textarea#comment_box::placeholder {
  left: 2%;
  position: initial;
}
.comment-header1 {
  background-color: #e8f0fe;
  padding: 20px;
  height: 59px;
}

h4.heading-caller {
  margin: 0;
  display: unset;
  margin-left: 5px;
}
h4.comment-header2 {
  background-color: #dbefea;
  padding: 20px;
}
h4.comment-header3 {
  background-color: #f8e1da;
  padding: 20px;
}
#timer-modal {
  width: 19% !important;
}
.attn-ds {
  width: 15%;
  position: absolute;
  margin-right: 5px;
}
.tel-value {
  height: 80px;
  width: 94%;
}

.postks5 {
  position: absolute;
  top: 7px;
  padding: 0px 0px 0px 7px !important;
  left: 28%;
  width: 28%;
}

.tablesearch.ks5search {
  position: relative !important;
  float: right !important;
  bottom: 42px !important;
}

.head-pop {
  display: flex;
}

label.year.ks5 {
  right: 2.8% !important;
}

label.Pupil-name-label.school.ks5 {
  padding: 6px 0px 8px 0px !important;
}

#school-res {
  height: 600px;
  overflow-x: scroll;
}

#schl-slt {
  width: 40%;
}
#datepopup {
  width: 20%;
}
#schoolhistory {
  width: 35%;
}
#wondepop {
  height: 700px;
  width: 700px;
  transform: translate(-100%, -50%) !important;
}

tbody.p-datatable-tbody tr td:nth-child(2) {
  width: 10px;
}

tbody.p-datatable-tbody tr td:nth-child(3) {
  width: 10px;
}

tbody.p-datatable-tbody tr td:nth-child(4) {
  width: 10px;
}

tbody.p-datatable-tbody tr td:nth-child(5) {
  width: 10px;
}

.wonde-grp {
  width: 94px;
  border: 3px solid #e2e2e2;
  text-align: center;
  border-radius: 6px;
}

.wonde-inp {
  width: 18px;
  margin: 0 auto;
  border: none;
}

.head-wonde {
  text-align: center;
}

.tophead {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  /* margin-top: -40px; */
}

g.recharts-layer.recharts-pie-labels {
  font-size: small;
}

.wondtd {
  background: #dbebe7;
  width: 34%;
  padding: 5px;
}

.icon-phone {
  transform: rotate(90deg);
  font-size: 20px;
}

/* .wondeupdate {
  position: absolute;
  right: 6%;
  top: 2px;
} */

#wondepop::-webkit-scrollbar {
  width: 15px !important;
}

td.time_email {
  width: 12%;
}

.schl-save {
  margin-left: 13%;
  margin-bottom: 10px;
  width: 20%;
}

.school-container {
  width: 40%;
  position: absolute;
  background: #e9eff8;
  z-index: 999;
  border-radius: 20px;
  right: 12%;
  top: 27%;
}

.attn-12 {
  position: absolute;
  top: 1%;
  width: 22%;
  right: 15%;
}

@media (max-width: 1500px) {
  th.wonde-total.aligntable {
    width: 13% !important;
  }
  ul#navlinks {
    display: block;
  }
  .d-codetb {
    width: 82px;
  }
}

td.schoolpupils {
  height: 37px !important;
}

.bcknew {
  position: absolute;
  top: 1px;
  left: 0;
  background: #4e347d;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.schoolinput {
  width: 58%;
  border-radius: 13px;
  margin-bottom: 9px;
}

.schoolrow {
  display: flex;
  justify-content: space-between;
}

ul.dropdown-value {
  width: 103px;
  list-style: none;
  position: absolute;
  padding: 10px;
  border-radius: 4px;
  font-size: 13px;
  background: #4dded7;
  letter-spacing: 0.12px;
  top: 50%;
  color: #fff;
  margin-top: 22px;
  z-index: 999;
}

.group-save {
  text-align: center;
}
.tel-save {
  margin-left: 5px;
  background: #4a288c;
  color: #fff;
}
h4.comment-header4 {
  background-color: #e8f0fe;
  padding: 20px;
  width: 100%;
}
textarea#comment_box {
  padding: 10px 15px 10px 15px;
  text-align: left;
  width: 100%;
  border-radius: 10px;
}
ul.left_action_button_session.flex-row.sm\:hidden.md\:flex.mb-4.right-pagination {
  margin: 0;
  padding: 0 0 12px 0;
}
div#comment-asset {
  width: 37%;
}
.dropdown-value li:hover {
  background: #6141a7;
  cursor: pointer;
}
th.cursor-pointer.school-name {
  width: 25% !important;
}
tr.table-pagination {
  display: flex;
  padding: 18px 12px;
}
.edit-comment-modal {
  z-index: 9999;
  position: absolute;
  background: white;
  width: 25% !important;
}
i.fa.fa-check.user-tick {
  color: antiquewhite;
  background: green;
  font-size: 18px;
  padding: 2px 3px 2px 3px;
  margin-left: 5px;
  vertical-align: middle;
}
.tel-input {
  width: 85%;
}

.custom_select_td option.whiteText:nth-child(2) {
  display: none !important;
}
tr.childrow td {
  background: #dbebe7 !important;
  cursor: no-drop;
}
table.wonde-table {
  width: 163%;
}
input.ant-input.css-dev-only-do-not-override-byeoj0.email-input {
  border: none;
  background: transparent;
}
[name="attendanceDTO.monAm"] option:nth-child(4) {
  display: none;
}
[name="attendanceDTO.monPm"] option:nth-child(3) {
  display: none;
}
[name="attendanceDTO.tueAm"] option:nth-child(4) {
  display: none;
}
[name="attendanceDTO.tuePm"] option:nth-child(3) {
  display: none;
}
[name="attendanceDTO.wedAm"] option:nth-child(4) {
  display: none;
}
[name="attendanceDTO.wedPm"] option:nth-child(3) {
  display: none;
}
[name="attendanceDTO.thuAm"] option:nth-child(4) {
  display: none;
}
[name="attendanceDTO.thuPm"] option:nth-child(3) {
  display: none;
}
[name="attendanceDTO.friAm"] option:nth-child(4) {
  display: none;
}
[name="attendanceDTO.friPm"] option:nth-child(3) {
  display: none;
}
.autumn-table.grid.grid-cols-3 {
  display: flex;
}
input.autumn-input {
  border: none;
}
input.ant-input.css-byeoj0.email-input {
  border: transparent;
  background: transparent;
}
.school-pupil-name {
  width: 240px;
}
.school-pupil-table {
  display: flex;
  gap: 30px;
}
.school-pupil {
  display: flex;
}
.school_input.school-pupil-name {
  font-size: 14px;
  min-width: 170px;
  border: 1px solid #bec0ca;
  width: 100%;
  height: 39px;
  text-align: center;
}
.school_input.school-pupil-name h4 {
  font-weight: 300;
  padding: 0;
  margin: 1px;
}
body {
  margin: 0;
}
.startDateTime {
  display: flex;
  gap: 30px;
}
.commentSect {
  padding: 1rem !important;
  text-align: left;
}
.commentSect::placeholder {
  left: 0;
  position: absolute;
  padding: 0px 16px;
  font-size: 17px;
  color: #a1a1a1;
}
.exportBut {
  justify-content: flex-end;
  display: flex;
  margin-bottom: 0.75rem;
}
.pupilPage {
  display: flex;
  justify-content: space-between;
}
.pupilTable {
  width: 100%;
}
.connectionSpace {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.subConnection {
  width: 100%;
}
.contactSpan {
  justify-content: flex-end;
  display: flex;
}
.contactSpan svg {
  color: #69a1f3;
}

@media screen and (min-width: 1500px) {
  .table_count_action {
    width: 100px;
  }
  .ant-col.ant-col-xs-24.ant-col-md-4.css-dev-only-do-not-override-byeoj0 {
    max-width: 17%;
  }
  select#resultPerPage {
    width: 60px;
  }
}
select#resultPerPage {
  width: 60px;
}
.sortingvalue {
  font-size: 20px;
  font-weight: 500;
  color: #55ded8;
  margin-top: 4px;
  cursor: pointer;
}
.addcomment {
  color: #080a0a;
  font-size: 15px;
  position: absolute;
  top: 23%;
  right: 3%;
  cursor: pointer;
}

td.nameofschools {
  width: 20px !important;
}

/* td.schoolpupils {
  width: 55px !important;
} */
td.selectattendance {
  width: 121px !important;
}
.client-dropdown {
  width: 145px;
}
/* .search-data {
  width: 145px;
} */
/* th.school-field {
  width: 26% !important;
} */
th.name-field {
  width: 13% !important;
}
/* th.gender-field {
  width: 4% !important;
} */
.trashicon {
  margin-left: 5px;
}
.spanicon {
  text-align: center;
}
.orangeText .custom_select_td {
  color: #eaecf1 !important;
}
.redText .custom_select_td {
  color: #eaecf1 !important;
}
#scroll-bar::-webkit-scrollbar {
  width: 12px !important;
}
.select-attendance {
  width: 63px !important;
}
.select-attendance .orangeText {
  color: #fff !important;
}

.select-attendance .redText {
  color: #fff !important;
}
.custom_select_td .orangeText {
  color: #fff !important;
}

.custom_select_td .redText {
  color: #fff !important;
}
@media screen and (max-width: 1500px) {
  .caller_top_select {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    letter-spacing: 0px !important;
    margin-left: 5px !important;
  }
}
.client-status {
  border: none;
  width: 97% !important;
}
input.Pupil-name {
  border: none;
  background: #dbebe8;
  margin-bottom: 10px;
  padding: 6px 0px 8px 0px;
  width: 35%;
}
input.Pupil-name.school {
  margin-left: 10px;
  width: 37%;
}

.select-label.entriestable {
  margin-left: 20px;
}
.changeclient {
  width: 150px;
}
button.ant-btn.css-dev-only-do-not-override-byeoj0.ant-btn-round.ant-btn-primary.attendance-redi {
  margin-left: 50%;
}
.select-school {
  background-color: #dbebe7;
  margin-top: 3px;
  color: #6a6b8c;
  width: 63%;
  margin-left: 5px;
}
.select-school span.ant-select-arrow {
  margin-right: 10px;
}
.attendance-redi {
  margin-left: 15px !important;
}
select#exclusion_type {
  width: 50%;
}
input.Pupil-name.year {
  margin-left: 10px;
  width: 20%;
}
label.Pupil-name-label {
  background: #dbebe9;
  padding: 6px 0px 8px 7px;
}
label.Pupil-name-label.school {
  margin-left: 5px;
}
.cooment-form + div {
  height: 500px;
  overflow: scroll;
}

.cooment-form + div::-webkit-scrollbar {
  width: 14px;
}
.namecolumn {
  width: 170px;
}
.email-input::placeholder {
  color: #1b1d1c !important;
  opacity: 1 !important; /* Firefox */
}
h1.Head-title {
  text-align: center;
  display: none;
}
p.table-title {
  color: #fff;
}
.head-table {
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #bb9e95;
  border-radius: 10px;
  margin-left: 4%;
  width: 150px;
}
.table-group {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
th.total-thead {
  width: 20%;
}
.customtablenew {
  padding: 9px 0px 0px 0px;
  border-radius: 24px;
  box-shadow: 0px 12px 6px -12px #8a8cad;
  background-color: #f9f9f9;
  display: block;
  margin-top: 5px;
}

th.absence-codes {
  width: 429px !important;
}
td.uni-code {
  width: 42% !important;
}
td.explained-reason {
  width: 100% !important;
}

.sl-box-7 .sl-loader {
  margin: 0 auto;
}

.head-tables {
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #5f43a4;
  background-position: center;
  border-radius: 10px;
  margin: 0 auto;
}
.pupilsno {
  width: 80%;
  margin-left: 20%;
}

.noschools {
  width: 100%;
}
span.anticon.anticon-menu-unfold.toggleicon {
  display: none;
}

@media only screen and (max-width: 1180px) {
  ul#navlinks {
    display: block;
    background: transparent;
  }
  ul#navlinks a li span {
    font-size: 12px;
    color: white;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 980px) {
  .table-group {
    display: flex;
  }
  .customtablenew {
    overflow: scroll;
    width: 50% !important;
  }
  th.cursor-pointer {
    width: 200px !important;
    max-width: 200px !important;
  }
  ul#navlinks {
    display: block;
    background: transparent;
  }
  ul#navlinks a li span {
    font-size: 12px;
    color: white;
  }
  .nav-menue > a > li {
    padding: 0.6em 0.4em !important;
  }
  .nav-menue {
    left: 111px !important;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
  ul#navlinks a li span {
    font-size: 15px;
    color: black;
  }
  span.anticon.anticon-menu-unfold.toggleicon {
    display: block;
  }
  .nav-menue {
    left: 0px !important;
  }
  .table-group {
    display: block;
  }
  .customtablenew {
    overflow: scroll;
    width: 100% !important;
  }
  span.anticon.anticon-menu-unfold.toggleicon svg {
    fill: white;
  }
  span.anticon.anticon-menu-unfold.toggleicon {
    padding-top: 14px;
    display: block;
    float: right;
  }
  ul#navlinks {
    background: white;
    box-shadow: 1px 1px 5px rgb(0 0 0/50%);
    margin-top: 92px;
    display: none;
  }
  ul#navlinks a {
    display: block;
  }
  .nav-bar.ml-5.xl\:ml-10.items-center {
    z-index: 9999;
    width: 70%;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 530px) {
  span.anticon.anticon-menu-unfold.toggleicon {
    padding-right: 44px;
  }
}
td.schoolpupils.miss-session {
  text-align: center !important;
}
.child-table thead tr th.aligntable {
  text-align: center !important;
}
.intialsadd {
  display: flex;
  width: 80px !important;
  padding-top: 12px !important;
  padding-left: 6px !important;
}
.bulktitle {
  border-bottom: 1px solid #d1cece;
  text-align: center;
}
label.year {
  background: #dbebe9;
  width: 12%;
  position: absolute;
  right: 4%;
  padding: 3px 0px 2px 6px;
  /* top: 33px; */
}
svg.cursor-pointer.cross {
  color: #fff;
  position: absolute;
  right: -7px;
  top: -7px;
  background: red;
  border-radius: 50%;
  font-size: 23px;
  cursor: pointer;
}
.shortwidth {
  width: 61% !important;
}
/* .bodyalign {
  width: 100%;
  position: absolute;
  left: 15%;
} */
.form-field-bodys {
  position: absolute;
  left: 26%;
  margin-top: 10px;
}
/* button.ant-btn.css-dev-only-do-not-override-byeoj0.ant-btn-round.ant-btn-default.export-button {
    position: absolute;
    right: 4.5%;
    margin-top: 2px;
    color: #fff;
    background: #5d45a1;
} */
.report-search {
  width: 300px !important;
}
.hovered-status:hover {
  background: #dbebe7;
  color: #000 !important;
}
option.orangeText {
  color: #fff;
}
option.redText {
  color: #fff;
}
.not-found {
  text-align: center;
  color: #fff;
  font-family: monospace;
  font-size: 35px;
}

.destable {
  padding: 30px 10px 40px 10px;
  border-radius: 24px;
  box-shadow: 0px 12px 6px -12px #8a8cad;
  background-color: #f9f9f9;
  display: block;
  margin-top: 5px;
}

.des-table {
  display: flex;
  gap: 5px;
}
.deshead {
  background-color: rgba(109, 157, 223, 0.67) !important;
  width: 10%;
}
@media (min-width: 1500px) {
  ul#navlinks {
    display: flex !important;
  }
  .emailboxf {
    width: 75% !important;
  }
  .postcodein {
    width: 35% !important;
  }
  ul.emailpop {
    position: absolute;
    z-index: 999;
    background: #dbebe7;
    color: #000;
    list-style: none;
    right: 2%;
    top: 17%;
    text-align: left;
  }
  ul.emailpop li {
    padding: 0 12px 2px 0px;
  }
  ul.emailpop li:hover {
    color: #fff;
    background: #6141a7;
    cursor: pointer;
  }
  .pindiv {
    width: 140px;
  }
  .exthov {
    width: 130px;
  }
  .data-ex {
    width: 61% !important;
  }
  .schtel {
    width: 172px !important;
  }
  .call-fun {
    width: 100px;
  }

  button.prelogs {
    background: #584282;
    color: #fff;
  }
  button.nexlogs {
    padding: 1px 3px 1px 2px;
    background: #584282;
    color: white;
  }
  input.Pupil-name.year {
    width: 23% !important;
  }
  input.Pupil-name.school {
    margin-left: 0;
    width: 34%;
  }
}
@media (max-width: 1400px) {
  ul#navlinks {
    display: flex !important;
    width: 1000px;
  }
  .call-fun {
    width: 100px;
    margin-left: 10px;
  }

  th.wonde-total.aligntable {
    width: 13% !important;
  }

  .forsmall {
    width: 82px !important;
  }

  .smalltable {
    margin-left: 1px !important;
  }

  .d-codetb {
    width: 82px;
  }

  .table_count_action {
    width: 180px;
  }
  .pagination-left {
    width: 96%;
  }
  .child-table {
    width: 685px;
  }
  input.Pupil-name {
    width: 30% !important;
  }
  .extraction-res {
    width: 95% !important;
  }
  .rightres {
    padding-right: 0px !important;
    position: relative !important;
    left: 23px !important;
  }
  .leftres {
    padding-left: 0px !important;
  }
  label.year {
    top: 27px !important;
  }
  .attendecnce_data_view_table {
    min-width: 574px !important  ;
  }
  .attn-ds {
    position: relative !important;
    width: 120px;
  }
  label#postks5 {
    margin: 0px !important;
  }
  svg.removeres {
    /* left: 89%; */
    position: absolute !important;
    top: 7% !important;
    right: 6% !important;
  }
  .child-table tbody tr td {
    padding: 3px 0px;
  }
  .child-table {
    margin-left: -13px;
  }
}

@media (min-width: 1900px) {
  ul#navlinks {
    display: flex !important;
  }
  div#newp {
    transform: translateX(-45px) translateY(-111%);
  }

  .emailboxf {
    width: 87% !important;
  }
  .schtel {
    width: 100% !important;
  }
  input#leftsearch {
    width: 170px;
  }
}
@media screen and (min-width: 1200px) {
  div#comment-asset {
    width: 52%;
  }
}
svg.removeres {
  position: relative;
  right: 22px;
  top: 2px;
}
svg.removeres:hover {
  color: red;
}
th.wonde-total.aligntable {
  width: 25%;
}
.mail-container {
  display: flex;
}

.email-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  overflow-y: auto;
}

.email-list::-webkit-scrollbar {
  width: 10px; /* Width of the scrollbar */
}

.email {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  transition: background-color 0.3s;
}

.email:hover {
  background-color: #eee;
}

.preview-pane {
  border-left: 1px solid #ddd;
  padding: 20px;
}

.email-content {
  font-size: 16px;
}

.mail-sidebar {
  /* width: 250px; */
  background-color: #f4f4f4;
  padding: 20px;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
  /* float: left; */
}

.mail-sidebar ul {
  flex-direction: unset;
}

.mail-content {
  flex: 1;
  padding: 20px;
  width: 100%;
  height: 450px;
}
.carestatus-cls {
  text-align: center !important;
}
.no-mail {
  position: absolute;
  top: 45%;
  left: 33%;
}
.btn-close-mail {
  background: #c73436;
  width: 30px;
  color: white;
  height: 30px;
  cursor: pointer;
  float: right;
  position: sticky;
}

/* Customize styles as needed */

.mail-sidebar-header {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.mail-menu-item {
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.mail-menu-item:hover {
  background-color: #ddd;
}
.mail-composer {
  flex: 1;
  padding: 20px;
}
.composer-header {
  /* display: flex; */
  align-items: center;
  /* justify-content: space-between; */
  margin-bottom: 20px;
}

.mail-sidebar .email-list li {
  position: relative;
  right: 45px;
}

.composer-header input {
  width: 74%;
  padding: 10px;
  margin-bottom: 4px;
  border: none;
  border-bottom: 1px solid black;
}

textarea.composer-body {
  width: 74%;
  height: 300px;
}

.composer-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.mail-button {
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  cursor: pointer;
}

.mail-button:hover {
  background-color: #0056b3;
}
