.new-container {
    position: relative;
    background-color: white;
    border-radius: 20px;
    padding: 25px;
    text-align: start;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-ss;
    padding: 6px 30px;
    cursor: pointer;
    background-color: #c9d7d9;
}
.input-text-box {
    background-color: #dceef0;
    width: 40%;
    padding: 10px; /* Adjust padding as needed */
}

.input-text-box input[type="text"] {
    border: none;
    background: none;
    width: 100%;
    outline: none;
    font-size: 16px; /* Adjust font size as needed */
}
.custom-select {
    position: relative;
    font-family: Hind, sans-serif;
}

.select select {
    display: none; /*hide original SELECT element: */
}
.select-selected {
    background-color: DodgerBlue;
}

/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(201, 81, 81, 0.1);
}

.button {
    color: white;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1em;
    /* margin-top: 20px; */
    margin-left: 10px;
    transition-duration: 0.4s;
    cursor: pointer;
    /* width: 160px; */
}

.refresh-button {
    background-color: #ffa202;
    color: white;
    border-color: transparent;
    border-radius: 10px;
    /* margin-right: 50px; */
    /* margin-bottom: 60px; */
}

.refresh-button:hover {
    background-color: white;
    color: #ffa202;
}

.previous-button {
    background-color: white;
    color: black;
    border-color: transparent;
    border-radius: 10px;
}

.previous-button:hover {
    background-color: black;
    color: white;
}

.next-button {
    background-color: #004c20;
    color: white;
    border-color: transparent;
    border-radius: 10px;
}

.next-button:hover {
    background-color: white;
    color: #004c20;
}

.category {
    width: 100%;
    padding: 20px;
}

/* .number {
    border-radius: 50%;
    border-color: transparent;
    background-color: white;
    color: #004c20;
    width: 90px;
    height: 90px;
    padding: 20px;
    font-size: 80px;
    position: absolute;
    margin-left: 120px;
    font-weight: 900;
    line-height: 1;
    margin-top: 20px;
}

.number-name {
    font-weight: 900;
    color: black;
    position: absolute;
    font-size: 50px;
    margin-left: 280px;
    margin-top: 20px;
} */

.title {
    max-width: 100%;
    text-align: start;
    display: flex;
}

.title-text {
    font-size: 1.5em;
    font-weight: 800;
    line-height: 15px;
}

.table-container {
    width: 100%;
    background-color: #004c20;
    padding: 0px 10px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 100%;
    border-spacing: 0;
    color: white;
    border-color: #ffffff;
    border-style: solid;
    background-color: #004c20;
}

.table-content {
    width: 100%;
    margin: 0px auto 0px auto;
    font-size: 1em;
    border: 1px solid #004c20;
    border-collapse: collapse;
}

th {
    border: 1px solid #004c20;
    border-collapse: collapse;
    padding: 4px;
    font-weight: 800;
    width: 20%;
}

td {
    border-collapse: collapse;
    padding: 10px;
    font-weight: 400;
    width: 12%;
}

.table-routine,
.table-student-attendance,
.table-apply-leave,
.table-fee-report,
.table-notice,
.table-assignment,
.table-download {
    width: 95%;
    background-color: white;
    padding: 0px 10px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 100%;
    border-spacing: 0;
    border-color: #ffffff;
    border-style: solid;
}

.table-routine-content,
.table-student-attendance-content,
.table-apply-leave-content {
    width: 100%;
    margin: 0px auto 0px auto;
    font-size: 1em;
    border: 10px solid #fff;
    border-collapse: collapse;
    background-color: #004c20;
}

.table-fee-report-content,
.table-notice-content,
.table-assignment-content,
.table-download-content,
.table-transcript {
    width: 100%;
    margin: 0px auto 0px auto;
    font-size: 1em;
    border: 10px solid #fff;
    border-collapse: collapse;
    padding: 10px;
}

.table-routine-content th {
    color: white;
    border-bottom: 10px solid #fff;
    border-collapse: collapse;
    padding: 10px;
    width: 12%;
    text-align: left;
    font-weight: 800;
}

.table-student-attendance-content th {
    color: white;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    border-collapse: collapse;
    padding: 5px;
    font-weight: 600;
    width: 10%;
}

.table-fee-report-content th,
.table-notice-content th,
.table-assignment-content th,
.table-download-content th {
    background-color: #004c20;
    color: white;
    border: 1px solid #004c20;
    border-collapse: collapse;
    padding: 10px;
    width: 10%;
    text-align: left;
    font-weight: 600;
}

.table-apply-leave-content th,
.table-apply-leave-content td {
    color: white;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    border-collapse: collapse;
    padding: 5px;
    font-weight: 600;
    width: 5%;
}

.table-transcript th {
    background-color: #004c20;
    color: white;
    border: 1px solid #004c20;
    border-collapse: collapse;
    padding: 10px;
    font-weight: 600;
    width: 20%;
}

.table-routine-content td {
    border-right: 10px solid #fff;
    border-collapse: collapse;
    padding: 10px;
    font-weight: 400;
    width: 12%;
    color: white;
}

.table-student-attendance-content td {
    color: white;
    border-right: 1px solid #fff;
    border-collapse: collapse;
    padding: 10px;
    width: 3%;
    text-align: left;
    font-weight: 400;
}

.table-fee-report-content td {
    border-right: 1px solid #fff;
    border-collapse: collapse;
    padding: 10px;
    width: 15%;
    text-align: left;
    font-weight: 400;
}

.table-notice-content td,
.table-assignment-content td,
.table-download-content td {
    color: black;
    border-right: 1px solid #fff;
    border-collapse: collapse;
    padding: 10px;
    text-align: left;
    font-weight: 400;
}

.table-transcript td {
    color: black;
    text-align: center;
    border-right: 1px solid #fff;
    border-collapse: collapse;
    padding: 10px;
    font-weight: 400;
}

.add-reminder-btn {
    background-color: #004c20;
    color: #fff;
    font-size: 20px;
    border-radius: 60px;
    padding: 0px;
    width: 50px;
    height: 35px;
    text-align: center;
}

.reminder-title {
    max-width: 100%;
    text-align: start;
    display: flex;
    align-items: center;
    border-bottom: solid 10px #004c20;
}

.reminder-content {
    background-color: #fff;
    position: relative;
    display: block;
    margin-top: 20px;
}

select {
    padding: 5px 15px;
    /* font-family: 'Hind', sans-serif;  */
    font-size: 1em;
    font-weight: 800;
    background-color: #ccc;
}

.page-btn {
    background-color: #ddfcfe;
    border-color: white;
    font-size: 15px;
    padding: 10px;
    border-radius: 10px;
}

.show-entries {
    padding: 5px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #ccc;
    text-align: center;
}

.search-input {
    padding: 5px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #ccc;
}

.btn-action {
    background-color: #004c20;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    padding: 10px;
    border-radius: 45px;
}

.profile-info-group {
    color: #000;
    font-weight: 900;
    font-size: 1.2em;
}

.profile-field-name {
    font-weight: 600;
    font-size: 1em;
    color: #004c21;
}

.profile-field-content {
    font-weight: 400;
    color: #000;
}

.transcript-field-name {
    color: #000;
    font-size: 1.2em;
    font-weight: 600;
}
.pcoded-header.header-lightblue .b-bg {
    background: #004c21;
}
