/* split profile */

.user_profile_grid, .tutor_withdrew_grid, .tutor_edit_grid, .tutor_feedback_grid{
  display: grid;
    grid-template-columns:40% 1fr;
   // grid-template-rows:1fr 1fr;
    grid-auto-rows:minmax(100px,auto);
    grid-gap:10px;
 }

.vistor_profile{
background-color: #D6EEEE;
}

.column-right{
     border: 1px solid black;
     text-align: center;
}

.column-left{
     border: 1px solid black;
}

.img-box2 img { 
            width: 150px; 
            height: 150px; 
            border-radius: 50%; 
            object-fit: cover; 
            border: 3px solid #007bff; 
            
        }

        tr { 
            height: 70px; 
            border-bottom: 1px solid #ddd;
            }
        
        tr:nth-child(even) {
  background-color: #D6EEEE;
}



  .table{
  display: grid;
    grid-template-columns: 1fr;
   // grid-template-rows:1fr 1fr;
    grid-auto-rows:minmax(10px,auto);
   grid-gap:10px;
}


table {
    background: #EDF1FF;
  font-size: 15px ;
  text-align: left;
}




.procolor{
    color: blue;
}



.info{
     text-align: center;
    margin: 3px 5px;
}



  
select2 {
	width: 10rem;
	background-color: #c3f0c6;
	border: #b2eeac 2px solid;
}

.option123 {
 	background-color: #c3f0c6;  
}

.option {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}


  .button{
  display:flex;
    flex-flow:row wrap;
  algin-items:center;
    justify-content:right;
   gap:10px;
  
}
  
  .head-box {
  background: #6F9FD8;
  border: 1px solid black;
  color: black;
  padding: 7px 15px;
  text-align: center;
  text-decoration: none;
  display:flex;
  font-size: 21px;
 // margin: 10px 10px;
  cursor: pointer;
}
    .head {
  background: #EDF1FF;
  border: 1px solid black;
  color: black;
}


 .button2 {
  background: gold;
  border: 1px solid black;
  color: black;
  padding: 7px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 10px 10px;
  cursor: pointer;
}
 .button3 {
  background: white;
  border: 1px solid black;
  color: blue;
  padding: 5px 11px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}
  
 .button4 {
   background: #3F69AA;
  border: 1px solid black;
  color: white;
  padding: 7px 15px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  margin: 7px 30px;
  cursor: pointer;
}

.but a{
    color: white;
}
.page{
   font-size: 16px ;
 font-weight: bold;
} 
a+a {
  margin-left: 10px;
}
    .phh {
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
    font-size: 18px;
   background: #73AD21;
}
select {
  width: 50%;
  padding: 16px 20px;
  border: none;
  border-radius: 4px;
  background-color: #f1f1f1;
}
input[type=text], input[type=password], input[type=number] {
  width: 50%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}
input[type=button], input[type=reset] {
  background-color: #3F69AA;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}

p2 {
font-family: Tahoma, Verdana, sans-serif;
}

