/*
Theme Name:   Royal Edu
Description:  Awesome Education Theme
Template:     royal-elementor
*/


.students .col4 {
  float: left;
  width: 25%;
}

.singlestudent {
  border: 1px solid #ddd;
  font-size: 12px;
  margin: 60px 10px 10px 10px;
  min-height: 170px;
  padding: 75px 20px 20px;
  position: relative;
  text-align: center;
}

.singlestudent img {
  border: 3px solid #333;
  border-radius: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  position: absolute;
  top: 0;
  width: 100px;
  height: 100px;
}



img.profilepicture{
  width: 80px;
  height: auto;  
}

table.boxed-table {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  width: 100%;
}

table.boxed-table td, 
table.boxed-table th {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 5px 2px;
}



.memberpage .pagetitle{
  text-align: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
  padding-bottom: 5px;  
}

.memberpage .memberpost{
  text-align: center;
  margin-bottom: 20px;
}


.memberpage .memberphoto{
  text-align: center;
}

.memberpage .memberphoto img{
  max-width: 500px;
  height: auto;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 5px;  
}


.memberinfo{
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  border-collapse: collapse;
}

.memberinfo td, .memberinfo th {
  border: 1px solid #ddd;
  padding: 8px;
}

.memberinfo tr:nth-child(odd){background-color: #f2f2f2;}

.memberinfo tr:hover {background-color: #ddd;}

.memberinfo th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}







.texclass .studentlist{
  counter-reset: Serial;
  width: 100%;
}

.texclass .studentlist th {
  font-size: 17px;
  font-weight: bold;
  color: #005181;
}

.texclass .studentlist tr td:first-child:before{
counter-increment: Serial; 
content: counter(Serial);
}

.texclass .studentlist td, 
.texclass .studentlist th {
  border: 1px solid #dee2e6;
}

.texclass .studentlist .thumbnail{
  width: 50px;
  height: 50px;
}



.breadcrumb {
  color: var(--breadcrumb_text_color);
  background-color: var(--breadcrumb_bg_color);
  padding: 50px 0px;
  position: relative;
}

.breadcrumb::after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid var(--breadcrumb_bg_color);
  left: 50%;
  margin-left: -10px;
  bottom: -20px;
}

.breadcrumb .pagetitle{
  text-align: center;
  font-size: 32px;
}


.pagesection {
  padding: 50px 0px;
}






/*============== royalnotice1*/
.royalnotice1 .notice_table {
  background: #F3F3F3;
  margin-bottom: 0px;
  width: 100%;
}

.royalnotice1 .table-bordered {
  border: 1px solid #dee2e6;
}

.royalnotice1 .notice_table tr td {
  padding: 0.3rem;
}

.royalnotice1  .notice_table tr td:first-child {
  width: 70px;
}

.royalnotice1  .notice_table tr td:last-child {
  width: 120px;
}

.royalnotice1 .table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6;
}

.royalnotice1 .table td, .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.royalnotice1 .align-middle {
  vertical-align: middle!important;
}

.royalnotice1 .title{
  margin: 0;
}

.royalnotice1 .metadata {
  color: #575757;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.royalnotice1 .metadata span {
  display: block;
  font-weight: normal;
  border-top: 1px solid #DDD;
  font-size: 10px;
  margin-top: 1px;
  padding-top: 2px;
}
