/* 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;
}

.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: 60%;
}

.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;
}

.searchBox {
  border: none !important;
}

.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 span {
  display: block;
}

.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 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: 20%;
  background-color: #e8f0fe;
}
.contacts-table thead tr th:nth-child(2) {
  width: 30%;
  background-color: #daefe9;
}
.contacts-table thead tr th:nth-child(3) {
  width: 30%;
  background-color: #f0eafc;
}
.contacts-table thead tr th:nth-child(4) {
  width: 30%;
  background-color: #f9e1d9;
}
.contacts-table thead tr th:nth-child(5) {
  width: 30%;
  background-color: #ebf5da;
}
.contacts-table tbody tr td span.icon {
  margin-right: 20px;
  margin-left: 20px;
}

/* Search bar */
.search-bar {
  /* display: inline-grid; */
  width: 17%;
  margin-top: 12px;
}
.nav-bar.ml-5.xl\:ml-10.items-center {
  width: 70%;
}
.logo-nav.flex.flex-row.justify-start.flex-1.relative {
  display: flex;
}
.relative.flex.flex-row.items-center {
  position: relative;
}
/* @media (max-width: 1280px) {
    .search-bar {
        position: absolute;
        top: 20px;
        left: 50%;
    }
} */

.search-bar input {
  z-index: 2;
  width: 100%;
  font-size: 14px;
  outline: none;
  padding: 8px 35px 8px 15px;
  border: 2px solid #6141a7;
}

.search-bar input:focus {
  box-shadow: 0px 0px 5px rgb(255, 255, 255);
}

.search-result {
  z-index: 1;
  position: absolute;
  top: 60px;
  right: 0;
  min-width: 700px;
  padding: 1.2em;
  border-radius: 20px;
}

.search-result .active {
  background-color: rgb(231, 249, 255);
}

.search-result tr:hover {
  background-color: rgb(231, 249, 255);
}

.icon-search {
  top: 10px;
  position: absolute;
  font-size: 18px;
  color: gray;
  right: 15px;
  z-index: 2;
  display: block;
  cursor: pointer;
}

.icon-search:hover {
  color: black;
}

/* .overlay {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1; 
} */

.nav-overlay {
  top: 80px;
}

.search-result-table tbody tr td,
.search-result-table tfoot tr td {
  /* padding-left: 15px; */
  padding: 0 15px;
}

.search-result-table .search-loading tr td {
  padding: 0;
}

/* .search-result table thead tr > th {
  width: 25%;
} */

.search-result tfoot tr:hover {
  background-color: white;
}

/* Setting varaibles for overlay for search result */
#app {
  --search-result-height: 0%;
  --search-result-opacity: 0;
}

/* Search bar End */

/* Contact US  */
.contact-us-section {
  max-width: 752px;
  margin: 0 auto;
  background-color: white;
  border-radius: 20px;
}

.contact-us-section h1 {
  font-size: 1.5rem;
  color: #4c4d6c;
  padding-bottom: 20px;
}

/* .contact-us-form {
  background-color: white;
  border-radius: 20px;
} */

.contact-us-form .form-field {
}

.contact-us-form .form-field label {
  min-width: 110px;
  color: #4c4d6c;
  font-size: 14px;
  font-weight: 500;
}

.contact-us-form input,
.contact-us-form textarea {
  color: #4c4d6c;
  width: 100%;
  font-size: 14px;
  border: 1px solid #babdcf;
  padding: 10px 20px;
}
.contact-us-form textarea:focus,
.contact-us-form input:focus {
  border-color: #237bff;
}

.contact-us-form button {
  align-self: flex-end;
  background: linear-gradient(#237bff, #0b5fdd);
  padding: 10px 30px;
  color: white;
  border-radius: 100px;
}

.contact-us-section i {
  color: #6141a7;
}

/* Contact us end */

/* Modal for History Start */
.modal {
  /* This z-index is set to hide search bar this should be remove after solving search bar issue */
  z-index: 2;
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.modal-content {
  max-width: 80%;
}

.modal-content-close-icon {
  cursor: pointer;
  color: #5c5c5c;
  border-radius: 50%;
  transition: all 150ms ease-in-out;
}

.modal-content-close-icon:hover {
  color: red;
}

.history-modal {
  max-height: 80vh;
  overflow: auto;
  border-radius: 10px;
  padding: 30px;
  background-color: white;
}

.history-modal-table {
}

.history-modal-table thead tr th {
  padding: 10px;
  padding-left: 18px;
}

.history-modal-table thead tr th:last-child {
  background-color: #daefe9;
}

.history-modal-table thead tr th:not(:first-child),
.modal-table tbody tr td:not(:first-child) {
  border-left: 10px solid white;
}

.history-modal-table th,
.modal-table td {
  width: 200px;
}

.history-modal-table tbody tr td {
  padding: 10px;
  padding-left: 17px;
}

.history-modal-heading h2 {
  padding-left: 8px;
  padding-bottom: 20px;
  color: #414141;
  font-weight: bold;
  font-size: 1.2rem;
}

/* Modal for History End */

/* privacy and policy footer */
.term-and-condition {
  width: 70%;
  margin: 0 auto;
}

.term-and-condition p {
  padding: 10px 0 0;
  line-height: 1.6rem;
}

.term-and-condition a {
  display: block;
  padding: 10px 0;
  color: #6141a7;
}

.policy-section {
  padding: 10px 0;
}

.policy-section h1 {
  font-size: 1.3rem;
  font-weight: bold;
}

.privacy-policy {
  width: 70%;
  margin: 0 auto;
}

.privacy-policy p {
  padding: 10px 0 0;
  line-height: 1.6rem;
}

.privacy-policy a {
  padding: 10px 0;
  color: #0b5fdd;
}

.privacy-policy a:visited {
  color: #0b5fdd;
}

.policy-section {
  padding: 10px 0;
}

.privacy-policy h1 {
  font-size: 1.3rem;
  font-weight: bold;
}

.privacy-policy h2 {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 15px;
}

.privacy-policy ul {
  padding: 0;
  padding-left: 30px;
}

.privacy-policy ul:not(:first-child) {
  list-style-type: disc;
}

.privacy-policy li {
  padding: 5px;
  font-size: 14px;
}

.numericUl {
  list-style-type: decimal !important;
}

.privacy-policy ul li ul li {
  list-style-type: circle;
}
/* privacy and policy footer End */

/* Training Page Start */
.training-header {
  color: #5c5c5c;
}

.training-header .active {
  color: #6141a7;
  border-bottom: 3px solid #6141a7;
}
/* Training Page End */

.menu-button {
  color: white;
  font-size: 25px;
  cursor: pointer;
  /* align-self: center; */
}
ul.header-filter .dropdown a {
  margin-top: 0px;
}
.showtoggle-menus li a {
  margin-top: 0px;
  padding: 9px 7px;
}

.showtoggle-menus {
  list-style: none;
  position: absolute;
  background: #fff;
  box-shadow: 0px 12px 20px #00000047;
  border-radius: 15px;
  min-width: 187px;
}

/* .logo img {
  width: 150px;
  height: 90px;
  max-width: none;
} */

/* .react-grid-item.react-draggable.cssTransforms.react-resizable {
  transform: none!important;
  position: relative!important;
} */

/* .css-1myq9qi-control {
  width: 50%;
} */

.css-b62m3t-container{
  width: 100%;
}

@media (max-width: 1180px) {
  .change-password input {
    width: 60%;
  }
  .change-password label {
    width: 40%;
  }

  .search-bar {
    position: absolute;
    top: 10px;
  }

  .nav-menue {
    padding-left: 1rem;
    background-color: white;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 2;
    color: black;
  }

  .nav-link {
    padding: 15px 20px;
    color: black !important;
  }

  .nav-menue > a > li {
    padding: 0.6em 1.2em;
  }

  .nav-menue > a > li.active {
    background: linear-gradient(#7349cd, #9f5be2);
    color: white !important;
  }

  .search-result {
    position: absolute;
    top: 60px;
    left: 0;
    min-width: auto;
  }

  .privacy-policy {
    width: 100%;
  }

  .privacy-policy ul {
    padding: 0px 0px 20px 20px;
    list-style-position: outside;
  }

  .term-and-condition {
    width: 100%;
  }

  .history-modal {
    padding: 30px 15px;
  }
}

.blue-icon {
  color: #237bff;
}

/* =============================== */

.pep-body {
  background-color: #f2f4f7;
  /* height: 100vh; */
}

.setting-option {
  position: absolute;
  top: 40px;
  right: 0px;
  border-radius: 10px;
  width: max-content;
  background-color: white;
  color: black;
  overflow: hidden;
}

.setting-option li:hover {
  background-color: rgb(233, 233, 233);
}

.setting-option li {
  font-size: 14px;
  color: #414141;
  padding: 10px 15px;
}

.change-password {
  color: #414141;
}

.change-password i {
  font-size: 20px;
}
.change-password .fa-check {
  color: #07d907;
}
.change-password .fa-times {
  color: red;
}

.change-password input {
  font-size: 14px;
  width: 100%;
  border: 1px solid lightgray;
}

.change-password input:focus {
  border-color: #237bff;
}

.change-password label {
  width: 100%;
}

.change-password .submit-button {
  align-self: center;
  background: linear-gradient(#237bff, #0b5fdd);
  padding: 10px 30px;
  color: white;
  border-radius: 100px;
}

*:focus {
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button,
.logo-nav svg,
.training-link,
a > li,
a {
  /* transform: scale(1); */
  transition: transform 0.15s;
}

button:active,
.logo-nav svg:active,
.training-link:active,
a:active,
/* .nav-menue > a > li:active { */
a > li:active {
  transform: translateY(-2px);
  /* color: rebeccapurple; */
}

.lightGreen {
  
  text-align: center!important;
}
.username {
  width: 250px;
  text-align: center;
  margin: 0 auto;
}
.user-pass {
  width: 250px;
  text-align: center;
  margin: 0 auto;
}
.tokenid {
  width: 250px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px;
}
a.support-mail {
  margin: 0;
  color: blue;
}

.blue-button {
  border-radius: 200px;
  color: white;
  background-image: linear-gradient(#237bff, #0b5fdd);
  padding: 8px 20px;
  position: relative;
}
.assessclass {
  padding: 30px 10px 40px 10px;
    border-radius: 24px;
    box-shadow: 0px 12px 6px -12px #8a8cad;
    background-color: #f9f9f9;
    display: block;
    margin-top: 5px 
}
/* .assetpagi {
  position: relative!important;
  bottom: 54px!important;
} */
.export_button.flex.gap-3.items-center {
  gap: 15px;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
.assessmenttop {
  position: absolute;
    right: 232px;
    display: flex;
    top: 16%;
    list-style: none;
    z-index: 999;
}