.pep-container {
    max-width: 3000px;
    margin: 0 auto;
}
html, body {
    font-family: "Poppins", sans-serif !important;
    font-display: swap;
    scrollbar-width: thin !important;
}

a {
    color: #6A6B8C;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
}
label {
    font-size: 14px;
    letter-spacing: 0.2px;
}
p {
    font-size: 14px;
    /* color: #4c4d6c; */
}
span {
    font-size: 14px;
    /* color: #4c4d6c; */
}
.font-medium {
    font-weight: 400;
}
.rounded-none {
    border-radius: 0 !important;
}
.text-center {
    text-align: center !important;
}


.blue {
    background-color: #E8F0FE !important;
}

.d-blue {
    background-color: #DAEFE9 !important;
}

.purple {
    background-color: #e1d5fa !important;
}

.orange {
    background-color: #F9FBE8 !important;
}

.d-orange {
    background-color: #FFF3E1 !important;
}

.d-pink {
    background-color: #F9E1D9 !important;
}

.pink {
    background-color: #FFEBEE !important;
}

.green {
    background-color: #EBF5DA !important;
}
.l-green {
    background: #F1F8EA;
}
.l-purple {
    background: #f5f1ff;
}
.pep-input.textarea-input {
    width: 100%;
}
.pep-input.date-input {
    width: 120px;
}

/* Start Header css */

.main-nav li a.active {
    color: #fff;
}

button#menu-button {
    color: #6A6B8C;
    font-weight: 500;
}

.basic-info a {
    color: #6A6B8C;
}

.other-menu a {
    color: #6A6B8C;
}

.header-filter {
    padding: 8px 15px 4px;
    background: #f2f4f7;
    border-radius: 30px;
    justify-content: center;
}

.header-filter li .dropdown {
    padding: 3px 10px;
}

.action-box li svg {
    color: #000;
}

.action-box button {
    width: 120px;
}

.main-nav li a.active {
    background: linear-gradient(180deg, #237BFF 0%, #0B5FDD 100%);
    color: #fff;
    border-radius: 50px;
}

.dropdown:hover .dropdown-menu {
    display: block;
    background: #fff;
    box-shadow: 0px 12px 20px #00000047;
    border-radius: 15px;
    min-width: 190px;
    right: -30px;
}

.dropdown:hover .dropdown-menu.all-pep-menu {
    min-width: 250px;
}

.dropdown:hover .dropdown-menu li a {
    color: #6A6B8C;
    font-size: 14px;
}

.dropdown:hover .dropdown-menu li:last-child {
    border: none;
}

.dropdown:hover .dropdown-menu.all-pep-menu li {
    line-height: inherit;
}

.dropdown:hover .dropdown-menu li {
    border-bottom: 1px solid #eee;
    font-size: 14px;
    line-height: 30px;
}

.dropdown:hover .dropdown-menu li a i {
    width: 22px;
}

.drop {
    display: none;
}

/* End Header css */
/* Start Sidebar css */
.pepSidebar .fa-check-circle {
    font-weight: 600;
    /* color: rgb(255, 172, 19); */
}

.circle-green {
    font-weight: 600;
    color: #07d907;
    
}

.circle-orange {
    font-weight: 600;
    color: rgb(255, 172, 19); 
}

/* .fa-circle {
    padding: 5px;
    padding: 5px;
    border-radius: 50%;
    border: 2px solid green;
} */

.circle {
    /* display: block; */
    width: 5px;
    border: 2px solid gray;
    border-radius: 100px;
    
}

.sidebar-menu-dot {
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
    border: 3px solid white;
    padding: 3px;
    border-radius: 100px;
}
.grey-dot {
    background-color: rgb(175, 175, 175);
    /* border-color: rgb(175, 175, 175); */
}

.green-dot {
    /* border-color: #07c007; */
    background-color: #07c007;
}

.orange-dot {
    /* border-color: rgb(238, 166, 31); */
    background-color: rgb(238, 166, 31);
}


.other-menu li.completed a {
    opacity: 1;
}

.other-menu li a {
    opacity: 0.7;
}

/* End Sidebar css */
/* Start Footer css */

.pep_footer_links a,
.footer-copy {
    color: #414141;
    font-size: 14px;
    font-weight: 500;
}

.footer-img {
    width: 250px;
}

/* 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: 32%;
}

.pep-pupil-table thead tr th:nth-child(2) {
    background-color: #DAEFE9;
    width: 8%;
}

.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: 10%;
}

.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 tbody tr:last-child td {
    border-bottom: none;
}

.pep-pupil-table i {
    color: #07d907;
}

.wave-svg {
    position: absolute;
    z-index: -1;
}

/* Pep Pupil Tab End */
/* End Footer css */

.page-title h3 {
    font-size: 30px;
}

.name-title {
    display: block;
    font-size: 14px;
    color: #8A8CAD;
}

.mane-detail {
    font-weight: bold;
    color: #343654;
    font-size: 17px;
}

.btn {
    padding: 7px 20px;
    border-radius: 20px;
    color: #4c4d6c;
}

.btn-purple {
    background: linear-gradient(180deg, #7349CD 0%, #9F5BE2 100%);
    color: #fff;
}

.dash-title {
    max-width: 100px;
    margin: 10px auto 0;
    font-size: 14px;
    font-weight: 600;
    color: #4C4D6C;
}

.dash-score {
    background: #ddd;
    width: 60px;
    margin: 0 auto;
    border-radius: 50%;
    padding: 15px;
}

.dash-score.green {
    background: #E8F5E9;
    color: #50AE55;
}

.dash-score.orange {
    background: #FFF8E2;
    color: #FD9F28;
}

.dash-score.red {
    background: #FFEBEE;
    color: #F1453D;
}

.table-box td span {
    color: #219653;
    font-weight: 600;
}

.table-box td span.no {
    color: #EB5757;
}

.dash-btm-title {
    font-size: 17px;
    color: #6A6B8C;
    margin-bottom: 20px;
}

.values {
    font-size: 24px;
    font-weight: 600;
}

.blue .values {
    color: #2B98F0;
}

.green .values {
    color: #19A137;
}

.btm-payment label {
    padding: 18px 20px;
    border-radius: 50%;
    margin-right: 10px;
}

.btm-payment label i {
    font-size: 24px;
    position: relative;
    top: 3px;
}

.btm-payment.blue label {
    background: #E3F2FC;
}

.btm-payment.blue label i {
    color: #2B98F0;
}

.btm-payment.green label {
    background: #E8F5E9;
}

.btm-payment.green label i {
    color: #19A137;
}

.search-bars input {
    background: #f2f4f7;
    height: 40px;
    font-size: 14px;
}

/* Meeting module css :start */
.page-subHeading h3 {
    font-size: 20px;
    padding-left: 10px;
    padding-bottom: 10px;
    font-weight: 600;
}
/* 
.table-fixed th:first-child {
    border-top-left-radius: 1.4em;
    border-bottom-left-radius: 1.4em;
}

.table-fixed th:last-child {
    border-top-right-radius: 1.4em;
    border-bottom-right-radius: 1.4em;
} */

.meeting-section .table-box th {
    color: #343654;
    font-size: 15px;
}

.table-box td .radio span {
    color: #4C4D6C;
    font-weight: 500;
    font-size: 15px;
}

.widebox-inr span {
    /* background: #F0EAFC;
    padding: 8px 10px;
    font-size: 14px;
    height: 40px; */
}

.textarea {
    border: 1px solid #BABDCF;
    min-height: 128px;
    font-size: 14px;
}

.widebox-inr span.blue {
    background: #E8F0FE;
}

.widebox-inr span.orange {
    background: #F9FBE8;
}

/* Meeting module css :end */
/* Send module css :start */

.widebox-inr .textarea-block span {
    /* background: transparent; */
    padding: 0;
}

.send-twoCol {
    display: flex;
    align-items: center;
}

.sen-text {
    min-width: 140px;
}

.divide-class {
    height: 1px;
    background: #f0eafc;
}

.pep-select {
    /* min-height: 35px; */
    padding: 9px 5px;
    border: 1px solid #ddd;
    border-radius: 2rem;
    margin: 0;
    font-size: 12px;
    /* padding: 0 5px; */
}

.pep-input {
    border: 1px solid #ddd;
    border-radius: 1rem;
    padding: 0 10px;
    min-height: 35px;
    font-size: 14px;
    color: #4c4d6c;
}

.pep-radio {
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
}

/* Send module css :end */
/*table css :start */
.table-box td:first-child,
.table-box th:first-child {
    text-align: left;
}

.table-box tr {
    border-bottom: 1px solid #F5F5FA;
}

.table-box th {
    font-weight: 500;
    padding: 10px;
}

.table-box td {
    padding: 10px;
    font-size: 14px
}

td {
    color: #4C4D6C;
    font-size: 14px;
}

th {
    color: #343654;
    font-size: 14px;
}

.table-icons .icon-bg {
    width: 30px;
    height: 28px;
    line-height: 29px;
    text-align: center;
    border-radius: 5px;
    margin: 0 2px;
    display: inline-block;
    color: #4C4D6C;
    cursor: pointer;
    transition: 300ms all;
}
.basic-left .icon-bg i {
    font-size: 14px;
}

.table-icons .icon-bg:hover {
    opacity: 0.8;
}

.plusSign span {
    font-size: 40px;
    margin-top: 10px;
    color: #b0e357;
    font-weight: 600;
    cursor: pointer;
}

/* table css :end */

.file {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .file > input[type='file'] {
    display: none
  }
  
  .file > label {
    font-size: 1rem;
    font-weight: 300;
    cursor: pointer;
    outline: 0;
    user-select: none;
    background: linear-gradient(
180deg, #237BFF 0%, #0B5FDD 100%);
    background-color: hsl(0, 0%, 100%);
    color: #fff;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 14px;
}
  
  .file > label:hover {
    border-color: hsl(0, 0%, 21%);
  }
  
  .file > label:active {
    background-color: hsl(0, 0%, 96%);
  }
  
  .file > label > i {
    padding-right: 5px;
  }
  
  .file--upload > label {
    color: #fff;
  }
  
  .file--upload > label:hover {
    background-color: hsl(204, 86%, 96%);
  }
  
  .file--upload > label:active {
    background-color: hsl(204, 86%, 91%);
  }
.pep-btn {
    background: linear-gradient(
180deg, #237BFF 0%, #0B5FDD 100%);
    color: #fff;
 font-size: 14px;
}
.view-report ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 111;
    min-width: 150px;
    background: #fff;
    box-shadow: 0px 12px 20px #00000047;
    border-radius: 15px;
}
.view-report:hover ul {
    visibility: visible;
    opacity: 1;
}
.view-report ul li {
    border-bottom: 1px solid #eee;
    font-size: 14px;
    cursor: pointer;
    line-height: 30px;
    padding: 4px 10px;
}
.view-report ul li:last-child {
    border: none;
}
.view-report ul li span {
    background: transparent;
}
.table-box td.text-center:first-child {
    text-align: center;
}
span.required {
    color: red !important;
}
.textarea-rows textarea {
    min-height: 80px;
}
.border-btm {
    border-bottom: 1px solid #E6E8F2;
}



.number-table td:nth-child(2) {
    text-align: left;
}
.number-table td:first-child {
    text-align: left;
}


.basic-tab li.tab-active {
    background: linear-gradient( 
180deg, #4B3085 20%, #794FD3 100%);
    min-width: 55px;
    height: 60px;
    position: relative;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    padding: 0 10px;
}
.basic-tab li.tab-active span {
    color: #fff;
    line-height: 70px;
}
.basic-tab li span {
    font-size: 14px !important;
}
.basic-tab li.tab-active:after {
    content: '';
    position: absolute;
    top: 0;
    background-image: url(/src/asset/images/logo/vector-16.svg);
    right: -28px;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}
.basic-tab li.tab-active:before {
    content: '';
    position: absolute;
    top: 0px;
    background-image: url(/src/asset/images/logo/vector-16.svg);
    left: -28px;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scaleX(-1);
}
.basic-tab li {
    padding: 0 0.7rem;
}
.eyfs-section .textarea {
    min-height: 80px;
}
.textarea-small {
    min-height: 70px !important;
}
.achievement-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    gap: 2rem;
}
.achievement-list .pep-input {
    width: 65%;
    font-size: 14px;
}
.achievement-list i {
    border: 1px solid red;
    border-radius: 50%;
    color: red;
    padding: 1px 4px;
    position: relative;
    line-height: 15px;
    width: 20px;
    height: 20px;
}
.achievement-list i:before {
    position: relative;
    top: 1px;
    left: 1px;
}
.achievement-list button {
    width: 100%;
    background: transparent;
    border: 1px solid #156beb;
    color: #156beb;
    font-weight: 600;
}
.achievement-list button i {
    border: none;
    color: #1267e7;
}
.questions .pep-input {
    min-width: 340px;
}
.questions p {
    padding: 5px 20px;
    border-radius: 20px;
    min-height: 35px;
    line-height: 30px;
    min-width: 180px;
    width: auto;
    display: inline-block;
}
.basic-left h1 {
    font-size: 28px;
}
.basic-left span i {
    font-size: 22px;
    color: #5D5FEF;
}
.basic-left span {
    padding: 0 5px;
}
.basic-right span {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: linear-gradient(
180deg, #237BFF 0%, #0B5FDD 100%);
    margin-right: 10px;
}



.basic-right .pep-input {
    min-height: 45px;
    border-radius: 25px;
    min-width: 300px;
    font-size: 14px;
}
i.fa-regular.fa-circle-trash {
    color: red;
    font-size: 18px;
}
.basic-right .bg-white {
    background: #fff;
    border: 1px solid #0B5FDD;
    color: #0B5FDD;
}
.atten-table-select {
    border: 1px solid #ddd;
    border-radius: 20px;
    margin-left: 10px;
}
.atten-table td {
    padding: 0 !important;
    border: 1px solid #f2f2f2;
}
.atten-table td select {
    min-height: 30px;
    width: 100%;
    border: none;
    appearance: none;
    margin: 0;
    text-align: center;
}
.atten-table td:first-child {
    padding: 0 10px !important;
    margin: 5px 0 5px 10px;
    border: 1px solid #f2f2f2;
}
.atten-table td:first-child select {
    width: 50px !important;
    margin: 5px 0 5px 10px;
    border: 1px solid #f2f2f2;
}
.pep-btn.gray {
    background: #ddd;
    color: #000;
}
.pep-btn.white {
    background: #fff;
    color: #1b71f3;
    border: 1px solid #186eef;
}
.pep-btn.white.active {
    background: linear-gradient(
180deg, #237BFF 0%, #0B5FDD 100%);
    color: #fff;
}
.chart-div {
    min-height: 245px;
}
.left-filter {
    padding: 10px 0;
}
.text-smalls textarea {
    min-height: 40px !important;
    padding: 5px 1rem;
}
.terms-btn .btn.s-green.active {
    color: #fff;
    background: linear-gradient(
180deg, #3DAF49 0%, #5ED879 100%), linear-gradient(
180deg, #237BFF 0%, #0B5FDD 100%);
}
.terms-btn .btn {
    background: #fafafa;
}
.fa-pen-to-square {
    color: #00c400;
    font-size: 17px;
}
h3 {
    color: #343654;
}
.inter-table .pep-select {
    max-width: 100%;
}
.basic-right .pep-input.w-24 {
    min-width: 120px;
}
.intervention-table select.pep-select {
    width: 100%;
}
.pep-checkbox {
    width: 16px;
    height: 16px;
}



th.wd-12 {
    min-width: 80px;
}
th.wd-24 {
    min-width: 120px;
}
th.wd-32 {
    min-width: 180px;
}
th.wd-40 {
    min-width: 220px;
}
th.wd-64 {
    min-width: 290px;
}

.overflow-x-auto::-webkit-scrollbar-track{
	border-radius: 10px;
	background-color: #F5F5F5;
}

.overflow-x-auto::-webkit-scrollbar{
	background-color: #F5F5F5;
    height: 6px;
}

.overflow-x-auto::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background: #8451d6;
}
h3.pink-color {
    color: #343654;
    font-weight: 600;
}
.table-nospace td textarea {
    border: none;
}
.table-nospace td {
    padding: 0;
}
.textarea-mini {
    min-height: initial;
}
.auto-height .widebox-inr span {
    height: auto;
}
.fa-folder-open {
    color: #52adff;
    margin-left: 5px;
}
.max-length {
    font-size: 12px;
    position: relative;
    top: -5px;
}

.export-btn {
    position: relative;
    top: 0;
}

.export-btn ul {
    background: #fff;
    margin-top: -21px;
    padding: 5px 0;
    position: absolute;
    top: 56px;
    width: 120px;
    display: none;
    z-index: 1;
    text-align: left;
    box-shadow: 0px 9px 13px 2px rgb(156 156 156 / 70%);
    right: 0;
    padding-left: 10px;
    border-radius: 10px;

}
.export-btn:hover ul {
    display: block;
}
.export-btn ul li {
    line-height: 33px;
}
.export-btn span:after {
    content: '>';
    position: absolute;
    right: 8px;
    top: 8px;
    transform: rotate(
90deg
);
}
.export-btn span {
    cursor: pointer;
    display: block;
    height: 38px;
}

.complete-button {
    height: 38px;
    padding: 0 20px;
}
/* JD css 28/01/2022 */
.text-centers .react-datepicker-wrapper {
    width: auto;
}
label {
    font-size: 14px;
    color: #4c4d6c;
}
.attendecnce_data_view_table td {
    padding: 0;
}
span.attendance-date {
    min-width: 90px;
    display: inline-block;
    padding-left: 10px;
    font-weight: 500 !important;
}


/* PEP responsive */
@media (max-width:1179px){
    .mobile-header {
        display: block;
    }
    .navigation {
        display: none;
    }
    .search-bars {
        /* display: none; */
    }
    .mobile-toogle {
        display: flex;
    }
    .right-menu {
        display: none;
    }
    .mobile-toogle .menu-button {
        color: #000;
    }
    .right-menu.settingMenu-open {
        display: flex;
        width: 100%;
        position: absolute;
        top: 70px;
        right: 0;
        background: #fff;
        z-index: 1;
        box-shadow: 0px 3px 4px #ddd;
        padding: 10px;
    }
    .navigation.mainMenu-open {
        display: flex;
        width: 100%;
        position: absolute;
        top: 70px;
        right: 0;
        background: #fff;
        z-index: 1;
        box-shadow: 0px 3px 4px #ddd;
        padding: 10px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .mobile-sidebar .pepSidebar {
        width: 0;
    }
    .left-menu svg {
        color: #000;
    }
    .pep_pupil_filter {
        display: block;
        width: 100%;
    }
    .action-box {
        justify-content: flex-end;
    }
    .sidebar.mobile-sidebar.sidebar-open {
        position: absolute;
        top: 100px;
        background: #fff;
        width: 92%;
        z-index: 1;
        border-radius: 20px;
        display: block;
    }
    .mobile-sidebar.sidebar-open .pepSidebar {
        width: 100%;
    }
    .basic-tab li {
        display: inline-block;
        margin: 5px;
    }
    .basic-tab li.tab-active {
        height: 36px;
        border-radius: 20px;
    }
    .basic-tab li.tab-active span {
        line-height: 36px;
    }
    .basic-tab li span {
        line-height: 36px;
    }
    .min-w-10 {
        min-width: 4.5rem;
    }
    .min-w-40 {
        min-width: 10rem;
    }
    .min-w-80 {
        min-width: 20rem;
    }
    }