/* Start Footer css */
.per_footer li {
}

.upload-button {
  font-weight: 600;
  border: 1px solid #0b5fdd;
  border-radius: 200px;
  display: flex;
  align-items: center;
  background-color: white;
}

.upload-icon {
  padding-left: 7px;
  font-size: 16px;
}

.pep_footer_links a,
.footer-copy {
  color: #414141;
  font-size: 14px;
  font-weight: 500;
}

.link-color {
  color: #337ab7;
}

.link-color:visited {
  color: #337ab7;
}

.footer-img {
  width: 250px;
}
.footer-copy {
}
/* End Footer css */

/* Pep Pupil Tab Start */
.my_pupil_pep {
  color: #414141;
  background-color: white;
}

.pep_pupil_header h1 {
  font-size: 1.5rem;
}

.pep_pupil_header button {
  color: white;
  padding: 10px 40px;
  background: linear-gradient(180deg, #7349cd 0%, #9f5be2 100%);
}

.pep_pupil_filter {
  font-size: 14px;
}

.pep_pupil_filter select,
.pep_pupil_filter input {
  padding: 8px 20px;
  border: 1px solid #babdcf;
}

.pep_pupil_filter i {
  font-weight: 500;
  color: #414141;
}

.pep-pupil-search-filter {
  width: 250px;
  padding: 10px 40px 10px 20px !important;
}

.pep-pupil-table thead tr th:not(:first-child),
.pep-pupil-table tbody tr td:not(:first-child) {
  text-align: center !important;
}

.pep-pupil-table thead tr th:nth-child(1) {
  background-color: #e8f0fe;
  width: 20%;
}
.pep-pupil-table thead tr th:nth-child(2) {
  background-color: #daefe9;
  width: 10%;
}
.pep-pupil-table thead tr th:nth-child(3) {
  background-color: #f0eafc;
  width: 10%;
}
.pep-pupil-table thead tr th:nth-child(4) {
  background-color: #f9fbe8;
  width: 8%;
}
.pep-pupil-table thead tr th:nth-child(5) {
  background-color: #fff3e1;
  width: 10%;
}
.pep-pupil-table thead tr th:nth-child(6) {
  background-color: #f9e1d9;
  width: 10%;
}
.pep-pupil-table thead tr th:nth-child(7) {
  background-color: #ffebee;
  width: 10%;
}
.pep-pupil-table thead tr th:nth-child(8) {
  background-color: #ebf5da;
  width: 10%;
}
.pep-pupil-table thead tr th:nth-child(9) {
  background-color: #e8f0fe;
  width: 20%;
}
.pep-pupil-table thead tr th:nth-child(10) {
  background-color: #daefe9;
  width: 10%;
}
.pep-pupil-table thead tr th:nth-child(11) {
  background-color: #f0eafc;
  width: 10%;
}
.pep-pupil-table thead tr th:nth-child(12) {
  background-color: #f9fbe8;
  width: 8%;
}
.pep-pupil-table thead tr th:nth-child(13) {
  background-color: #fff3e1;
  width: 10%;
}
.pep-pupil-table thead tr th:nth-child(14) {
  background-color: #f9e1d9;
  width: 10%;
}
.pep-pupil-table thead tr th:nth-child(15) {
  background-color: #ffebee;
  width: 10%;
}
.pep-pupil-table thead tr th:nth-child(16) {
  background-color: #ebf5da;
  width: 10%;
}

.pep-pupil-table tbody tr:last-child td {
  border-bottom: none;
}
.pep-pupil-table i {
  color: #07d907;
}
.pep-pupil-table tbody tr:not(:last-child):hover {
  background-color: #faf1e4;
}

.wave-svg {
  position: absolute;
  z-index: -1;
}
/* Pep Pupil Tab End */

/* Secondary Header start */
.pep-secondary-header-box {
  color: #4c4d6c;
}

.pep-secondary-header i {
  cursor: pointer;
  color: #0b5fdd;
  /* font-size: 25px; */
}

/* Secondary End */

/* for All Start */
.pep-form-field {
  padding: 8px 8px;
  border: 1px solid #babdcf;
}

.pep-form-field-error {
  border-color: rgb(216, 7, 7);
}

.blue-button {
  border-radius: 200px;
  color: white;
  background-image: linear-gradient(#237bff, #0b5fdd);
}

.blue-button:hover {
  color: white;
}

.purple-button {
  border-radius: 200px;
  color: white;
  background: linear-gradient(#7349cd, #9f5be2);
}

.green-button {
  border-radius: 200px;
  color: white;
  background: linear-gradient(180deg, #59c3bd 0%, #149e96 100%);
}
/* for All End */

.bg-gray {
  background-color: #f2f4f7;
}

/* Pep Target Start ============= */
.pep-target {
  color: #4c4d6c;
}

.pep-target h2 {
  padding: 0px 0 20px 0;
  font-size: 1.3rem;
  font-weight: 600;
}

/* previous Pep table */
.pep-target .previous-pep-table {
  width: 100%;
  text-align: center;
  font-size: 14px;
  /* background-color: rgb(228, 228, 228); */
}

.pep-target .previous-pep-table thead {
  background-color: rgba(230, 230, 242, 0.5);
}

.pep-target .previous-pep-table tbody {
  font-size: 14px;
  background-color: rgba(230, 230, 242, 0.2);
}

/* .pep-target .previous-pep-table thead tr th:nth-child(1) {
    width: 40%;
}
.pep-target .previous-pep-table thead tr th:nth-child(2) {
    width: 20%;
}
.pep-target .previous-pep-table thead tr th:nth-child(3) {
    width: 40%;
} */

.pep-target .previous-pep-table thead tr:last-child th:first-child {
  border-radius: 20px 0px 0px 0px;
}
.pep-target .previous-pep-table thead tr:last-child th:last-child {
  border-radius: 0px 20px 0px 0px;
}

.pep-target .previous-pep-table tbody tr:last-child td:first-child {
  border-radius: 0px 0px 0px 20px;
}
.pep-target .previous-pep-table tbody tr:last-child td:last-child {
  border-radius: 0px 0px 20px 0px;
}

.pep-target .previous-pep-table th {
  padding: 10px;
  border: 4px solid white;
  text-align: left;
}

.pep-target .previous-pep-table td {
  padding: 7px;
  border: 4px solid white;
}

.pep-target .previous-pep-table select {
  width: 100%;
  border-radius: 300px;
  font-size: 14px;
  /* background-color: white; */
  padding: 5px 10px;
  width: 100;
  border: 1px solid rgba(186, 189, 207, 1);
}

.pep-target-select {
  /* width: 100%; */
  border-radius: 300px;
  font-size: 14px;
  background-color: white;
  padding: 8px 16px;
  width: 100;
  border: 1px solid rgba(186, 189, 207, 1);
}

.pep-target .previous-pep-table input[type="text"] {
  background-color: transparent;
  width: 100%;
  /* background-color: lightcyan; */
  /* text-align: start; */
  display: block;
  /* padding: 0 20px; */
}

.previous-pep-table tbody td span {
}

.pep-target .previous-pep-table input[type="radio"] {
  display: none;
}

.pep-target .previous-pep-table .radio-label {
  width: 50px;
  padding: 3px;
  border-radius: 500px;
  border: 1px solid;
  margin: 0 auto;
}

.pep-target .previous-pep-table .act {
  background-color: #eef2fb;
  border-color: #b0cdfb;
}

.pep-target .previous-pep-table .act div {
  transform: translateX(0);
  background: linear-gradient(#237bff, #0b5fdd);
}

.pep-target .previous-pep-table .int {
  background-color: #f8f3fa;
  border-color: #d5c6ee;
}

.pep-target .previous-pep-table .int div {
  transform: translateX(20px);
  background: linear-gradient(#7349cd, #9f5be2);
}

.pep-target .previous-pep-table .yes {
  background-color: #f3faf3;
  border-color: #c6eed0;
}

.pep-target .previous-pep-table .yes div {
  transform: translateX(20px);
  background: linear-gradient(#49cd49, #28b146);
}

.bg-table-body {
  background-color: #fafafc;
}

.toggle-handle {
  color: white;
  font-size: 9px;
  border-radius: 50%;
  padding: 5px;
  width: 22px;
  height: 22px;
}

/* Pep Target End */

/* .pep-body .pupil-form-field */

.upload-modal-voice {
  border-radius: 20px;
}

.input-border {
  border: 1px solid #babdcf;
}

.dark-font {
  color: #343654;
}

.border-blue {
  border: 1px solid #0b5fdd;
}

.button {
  font-size: 14px;
  border-radius: 200px;
  padding: 8px 20px;
}

.gray-button {
  background-color: #e6e6f2;
}

.modal-cross:hover {
  color: red;
}

.subjectList-modal {
  padding: 1rem;
  background-color: white;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 10px;
}

.modal-table {
  min-width: 660px;
}

.modal-table thead tr th {
  padding: 10px;
  padding-left: 18px;
  text-align: start;
}

.modal-table thead tr th:last-child {
  background-color: #daefe9;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.modal-table thead tr th:first-child {
  background-color: #e8f0fe;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  padding-left: 18px;
}

.modal-table thead tr th:not(:first-child),
.modal-table tbody tr td:not(:first-child) {
  border-left: 10px solid white;
}

.modal-table tr {
  border-bottom: 1px solid #f5f5fa;
}

.modal-table tr:hover {
  background-color: #faf1e4;
}

.modal-table th,
.modal-table td {
  width: auto;
  min-width: 200px;
}

.modal-table tbody tr td {
  padding: 10px;
  padding-left: 17px;
  cursor: pointer;
}

.assesment-table {
  border-collapse: collapse;
}

.assessment-table th {
  border-left: 5px solid white;
  border-right: 5px solid white;
}

.gray-table-color {
  background-color: #fafafc;
}

.custom-table {
}

.custom-table td:first-child,
.custom-table th:first-child {
  text-align: left;
}

.custom-table tr {
  border-bottom: 1px solid #f5f5fa;
}

.custom-table th {
  font-weight: 500;
  padding: 10px;
  color: #343654;
  font-size: 14px;
}

.custom-table td {
  padding: 10px;
  font-size: 14px;
  color: #4c4d6c;
}

input,
select,
textarea,
p {
  color: #4c4d6c;
  font-size: 14px;
  font-weight: 400;
}

.blue-btn {
  color: white;
  background: linear-gradient(#237bff, #0b5fdd);
}

.fixedHeaderTable {
  /* height: 500px; */
  /* min-width: min-content; */
}

.fixedHeaderTable th {
  position: sticky;
  top: 0;
  background-color: yellow;
}

.finanace-table {
  overflow-x: scroll;
}

/* Analysis  */

/* Analysis Table Icons */
.analisys-tableIcon-list i {
  font-size: 1.3rem;
  color: #343654;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.2s ease-in;
}

.analisys-tableIcon-list i:hover {
  opacity: 0.7;
}

.analysisReport span {
  /* color: #343654; */
}

/* Chart for analysis */
.chartSelectField i {
  font-size: 14px;
  color: #343654;
  cursor: pointer;
  opacity: 1;
}

/* Tab on Dashboard screen start */
.tabs-container {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  /* height: 700px; */
  /* padding-bottom: 3rem; */
  /* background: #f1f1f1; */
  margin: 2rem auto 0;
  word-break: break-all;
  font-size: 14px;
  /* border: 1px solid rgba(0, 0, 0, 0.274); */
}

.bloc-tabs {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  /* gap: 12px; */
  width: 92%;
}

.all-tabs {
  margin: 0 auto;
      margin-top: -20px;

}

.tabs {
  padding: 10px;
  text-align: center;
  /* width: 50%; */
  min-width: 150px;
  background: rgba(128, 128, 128, 0.075);
  cursor: pointer;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.274); */
  box-sizing: content-box;
  position: relative;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 100px;
  /* border: 3px solid white; */
}
.tabs:not(:last-child) {
  /* border-right: 1px solid rgba(0, 0, 0, 0.274); */
}

/* Tabs Span */
.tabs span {
  padding-right: 1.2rem;
}

/* Cross button on single tap */
.tabs i {
  position: absolute;
  transition: color 0.2s linear;
  right: 10px;
  font-size: 16px;
}

.tabs i:hover {
  color: red;
}

.active-tabs {
  /* background: white;
  border-bottom: 1px solid transparent;
  border: 3px solid #237bff; */
  color: white;
  background-image: linear-gradient(#237bff, #0b5fdd);
}

.active-tabs::before {
  /* content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 2px);
  height: 5px;
  background: rgb(88, 147, 241); */
}

button {
  border: none;
}

/* Content Tabs Container */
.content-tabs {
  /* margin: 0 4rem; */
  flex-grow: 1;
}

.content {
  background: white;
  padding: 20px;
  width: 100%;
  height: 100%;
  display: none;
}

.content.report {
  padding: 1rem;
  background-color: #f2f4f7;
}

.content h2 {
  padding: 0px 0 5px 0px;
}

.content hr {
  width: 100px;
  height: 2px;
  background: #222;
  margin-bottom: 5px;
}

.content p {
  width: 100%;
  height: 100%;
}

.active-content {
  display: block;
}
/* Tab on Dashboard screen End */

.dashboard-dm {
  color: var(--font-dark);
}

.light-gray-color {
  background-color: #f1f1f1;
}

.reports-chart {
  min-height: 900px;
  width: 800px;
}

/* Dashboard Drag and Drop Responsive Grid CSS Start */
/* body {
  background: white;
  padding: 20px;
  overflow: scroll;
} */

#content {
  /* width: 100%; */
  /* background-color: aliceblue; */
}

.react-grid-layout {
  /* background: #eee; */
}

.layoutJSON {
  background: #ddd;
  /* border: 1px solid black; */
  margin-top: 10px;
  padding: 10px;
}

.columns {
  -moz-columns: 120px;
  -webkit-columns: 120px;
  columns: 120px;
}

.react-grid-item {
  box-sizing: border-box;
}

.react-grid-item:not(.react-grid-placeholder) {
  /* background: #ccc; */
  border: 1px solid gainsboro;
  border-radius: 5px;
}

.react-grid-item.resizing {
  opacity: 0.9;
}

.react-grid-item.static {
  background: #cce;
}

.react-grid-item .text {
  font-size: 24px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 24px;
}

.react-grid-item .minMax {
  font-size: 12px;
}

.react-grid-item .add {
  cursor: pointer;
}

.react-grid-dragHandleExample {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

li b {
  font-size: 19px;
  line-height: 14px;
}

.react-grid-layout {
  position: relative;
  transition: height 200ms ease;
}

.react-grid-item {
  transition: all 200ms ease;
  transition-property: left, top;
}

.react-grid-item.cssTransforms {
  transition-property: transform;
}

.react-grid-item.resizing {
  z-index: 1;
  will-change: width, height;
}

.react-grid-item.react-draggable-dragging {
  transition: none;
  z-index: 3;
  will-change: transform;
}

.react-grid-item.react-grid-placeholder {
  background: red;
  opacity: 0.2;
  transition-duration: 100ms;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.react-grid-item > .react-resizable-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 0;
  right: 0;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg08IS0tIEdlbmVyYXRvcjogQWRvYmUgRmlyZXdvcmtzIENTNiwgRXhwb3J0IFNWRyBFeHRlbnNpb24gYnkgQWFyb24gQmVhbGwgKGh0dHA6Ly9maXJld29ya3MuYWJlYWxsLmNvbSkgLiBWZXJzaW9uOiAwLjYuMSAgLS0+DTwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DTxzdmcgaWQ9IlVudGl0bGVkLVBhZ2UlMjAxIiB2aWV3Qm94PSIwIDAgNiA2IiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjojZmZmZmZmMDAiIHZlcnNpb249IjEuMSINCXhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiDQl4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjZweCIgaGVpZ2h0PSI2cHgiDT4NCTxnIG9wYWNpdHk9IjAuMzAyIj4NCQk8cGF0aCBkPSJNIDYgNiBMIDAgNiBMIDAgNC4yIEwgNCA0LjIgTCA0LjIgNC4yIEwgNC4yIDAgTCA2IDAgTCA2IDYgTCA2IDYgWiIgZmlsbD0iIzAwMDAwMCIvPg0JPC9nPg08L3N2Zz4=");
  background-position: bottom right;
  padding: 0 3px 3px 0;
  background-repeat: no-repeat;
  background-origin: content-box;
  box-sizing: border-box;
  cursor: se-resize;
}
/* Dashboard Drag and Drop Responsive Grid CSS End */
