
/*chinese students list css*/
 body {
      margin: 0;
      padding: 0;
    }

    ::after,
    ::before {
      box-sizing: border-box;
    }

    .mh_card-section {
      max-width: 1140px;
      margin: 0 auto;
    }

    .mh_card-section p {
      margin: 0;
      padding-bottom: 0;
    }

    .mh_card-section {
      background: #F3F7F9;
      padding: 10px;
      border: 1px solid #E2E2E2;
      border-radius: 10px;
      margin-bottom: 20px;
    }

    .mh_card-section .card {
      background: none
    }

    .mh_card-section .card .card_header .card-img {
      width: 35px;
      height: 35px;
      background: #6B7897;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffff;
      border-radius: 20px;
    }

    .mh_card-section .card .card_header {
      display: flex;
      gap: 10px;
      justify-content: space-between;
      flex-wrap: wrap;
    }

    .mh_card-section .card .card_body {
      padding: 10px 0;
      border-bottom: 1px solid #E6EDFF;
    }

    .mh_card-section .card .card_body .card-title {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
    }

    .mh_card-section .card .card_header .header-wrap,
    .mh_card-section .card .card_body .body-wrap {
      display: flex;
      gap: 11px;
    }


    .mh_card-section .card .card_header .card-title .text-14,
    .mh_card-section .card .card_body .card-title .text-14 {
      font-size: 14px;
      font-weight: bold;
      color: #000;
    }

    .mh_card-section .card .card_header .card-title .text-12 {
      font-size: 12px;
      color: #000;
    }

    .color-body {
      color: #6B7897 !important;;
    }

  .header-wrap .card-title.right-title{
    position: relative;
  }
    .header-wrap .card-title.right-title:first-child:before {
      position: absolute;
      content: " ";
      left: -5px;
      border-left: 1px solid #D6D6D6;
      padding-left: 5px;
      width: 1px;
      height: 30%;
      top: 5px;
    }

    .mh_card-section .card .card_content {
      width: 100%;
      margin: 0 auto;
      padding-top: 10px;
    }

    .mh_card-section .card .card_content .text {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      width: 100%;
      font-size: 16px;
      line-height: normal;
    }

    .mh_card-section .card .card_content .read-more-btn {
      display: none;
      margin-top: 10px;
      padding: 5px 0;
      border: none;
      font-size: 12px;
      font-weight: bold;
      cursor: pointer;
    }

    .mh_card-section .card .card_content .read-more-btn.active {
      display: inline;
    }
    
    span#read-more {
    color: #6ec1e4;
}
.pagination .page-numbers {
    display: flex;
    align-items: center;
    border: 1px solid #e5e5e5;
    justify-content: center;
    border-radius: 5px;
    padding: 8px 16px;
    line-height: normal;
    transition: all ease-in-out 0.5s;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
    background: #6ec1e4;
    color: #fff
}

.pagination{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

/*17-03-2025*/
.mh_card-section .card .card_header {
    align-items: baseline;
}

.header-wrap:nth-child(2) {
    background: #6ec8e969;
    padding: 2px 20px;
    border-radius: 20px;
}

.mh_card-section .card .card_content {
    background: #f5f5f5;
    margin-top: 12px;
    padding-inline: 20px;
    padding-block: 20px;
    border: 1px solid #e3e3e399;
    border-radius: 10px;
}

.mh_card-section .card .card_body {
    border: 0;
}

.mh_card-section {
    padding: 20px;
    background: #fff;
    border: 0;
}

.testmh_card-section {
    padding-top: 20px;
}

/*03-04-2025*/
select#graduation-year-filter {
position: absolute;
left: 0;
top: -60px;
appearance: none;
padding-left: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 5px;
  background-position-y: 50%;
  
}
 
@media (max-width: 475px){
    select#graduation-year-filter{
        position: unset;
    }
}

/*16-05-2025*/
#student-filter-form select {
    padding-block: 10px;
    padding-left: 40px;
    appearance: none;
    background-image: url("http://staging.moheye.net/wp-content/uploads/2025/05/Vector-Stroke.svg");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 10px;
    background-color: #ffffff;
    border-radius: 10px;
    border: none;
    height: auto;
    line-height: normal;
}
#student-filter-form select+select{
	margin-inline: 10px;
}
#student-filter-form a.clear-filters-btn {
    background-color: #6ec8e969;
    padding: 10px;
    border-radius: 10px;
    color: #666;
}
.header-wrap:nth-child(2) {
    background: #6ec8e969;
    padding: 0px 20px;
    border-radius: 20px;
}
