.post, .page {
  margin: 0 !important;
}

.footerbar{
    text-align: center;
    padding: 10px 0;
}

.footerbar a{
    text-decoration: none;
}

.notice-ticker .notice-item {
    white-space: nowrap;
    font-size: 16px;
    text-align: center;
}

.notice-item a {
    font-weight: 500;
}

.home-notice .notice-item{
    padding: 15px 0;
    border-bottom: 1px solid var( --e-global-color-primary );
}

.home-notice .notice-item:last-child{
    border-bottom: 0;
}

.home-notice p{
    margin: 0;
    font-size: 14px;
    line-height: 25px;
}

.home-notice h4{
    margin: 0;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;   
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 50px; 
}

.home-notice .btn{
    text-align: right;
}

.home-notice a{
    margin: 0;
    font-size: 14px;
    line-height: 25px;
}

/* API Page */
.educms-api-search{
    max-width: 900px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    background: #237A5720;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 40px;
}

.educms-api-search h3{
    margin: 0;
    font-size: 22px;
    line-height: 50px;
    font-weight: 500;
    padding: 0 10px;
    align-self: center;
}

.educms-api-search form{
    width: 80%;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.educms-api-search form input[type="submit"]{
    width: 200px;
    cursor: pointer;
    line-height: 28px;
}

.educms-api-search form select,
.educms-api-search form input[type="date"],
.educms-api-search form input[type="text"]{
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    border: 0;
    padding: 10px 20px;
    width: calc(100% - 205px);
}

#resultsFor,
.table-title,
#resultsFor2{
    display: none;
}

.class-routine-table{
    border-radius: 15px;
    padding: 15px;
}

.class-routine-table th {
  padding: 10px;
  font-size: 14px;
}

.class-routine-table td {
  padding: 10px;
  font-size: 14px;
  text-align: center;
  text-transform: capitalize;
}

.exam-routine.educms-api-search form select{
    width: 32.33%;
}

.student-list.educms-api-search form select,
.payslip.educms-api-search form select,
.payslip.educms-api-search form input[type="text"]{
    width: calc(50% - 105px);
}

.educms-api-search.google-chart{
    flex-wrap: wrap;
    flex-direction: column;
}

.educms-api-search .attendance{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.chart-display{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0;
    border-radius: 15px;
}

rect{
    fill: transparent;
}

.google-chart-box,
.percent-result{
    width: 50%;
    align-self: center;
}

.percent-result ul{
    margin: 0;
    padding: 0;
}

.percent-result li{
    list-style-type: none;
    font-size: 20px;
    line-height: 30px;
    position: relative;
    padding-left: 30px;
}

.percent-result li::before {
  content: " ";
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.payslip.educms-api-search form,
.findslip.educms-api-search form{
    width: 75%;
}

.payslip.educms-api-search{
    max-width: 950px;
}

.fees-info-result{
    display: flex;
    justify-content: center;
}

.item.col-6{
    width: 50%;
    margin: auto;
    padding: 0 15px !important;
}

table th {
  padding: 10px;
  font-size: 14px;
}

table td {
  padding: 10px;
  font-size: 14px;
  text-align: center;
  text-transform: capitalize;
}

table {
  border-radius: 15px;
  padding: 15px;
}

.student-list.educms-api-search form select.classwise {
  width: 100%;
}

.result-summary-report{
    display: flex;
    justify-content: space-between;
    background-color: #070ca220;
    border-radius: 10px;
    margin-bottom: 20px;
}

.result-summary-report div{
    width: 40%;
    padding: 10px;
}

.result-summary-report div.left-block{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    margin: 15px;
    background-color: #070ca220;
    padding: 15px;
    border-radius: 10px;
}

.result-summary-report table{
    margin-bottom: 0;
}

.result-summary-report table td{
    width: 50%;
    text-align: left;
}

.result-summary-report h3{
    width: 100%;
    text-align: center;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

table{
    background-color: #070ca220;
}

table th{
    background: #070ca2;
    color: #ffffff;
}

table td{
    color: #2c2c2c;
    border: 1px solid #070ca2;
}