.error {
    background-color: #ffcccc; /* Light red background */
}

/* Define the CSS for the custom radio button */
.emoji-radio input[type="radio"] {
  display: none; /* Hide the default radio button */
}
                        
.emoji-radio label {
  opacity: 0.5;
  display: inline-block;
  width: 40px; /* Adjust the width as needed */
  height: 40px; /* Adjust the height as needed */
  text-align: center;
  line-height: 40px; /* Center the emoji vertically */
  border-radius: 50%; /* Create a circular shape */
  cursor: pointer;
  font-size: 20px; /* Adjust the font size as needed */
  transition: background-color 0.3s, transform 0.3s; /* Add transition for background color and transform */
}
                        
.emoji-radio input[type="radio"]:checked + label {
  color: white; 
  transform: scale(2); 
  opacity: 1;
}

.emoji-radio label:hover {
  transform: scale(2); /* Scale the emoji to 2x when hovered */
  opacity: 1;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #6aa84f;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.info-container {
    display: flex;
    align-items: center;
    background-color: #e27c00;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width:90%;
}

.info-icon {
    font-size: 24px;
    margin-right: 10px;
}

.info-text h5 {
    margin: 0;
    font-size: 16px;
    text-align: center;
}

    table {
width: 100%; /* Set the table width to 100% */
border-collapse: collapse; /* Collapse border spacing to create a single border line between cells */
border: 1px solid green; /* Set the border of the table */
    }
    
    /* Style for table rows */
    tr {
border: 2px solid green; /* Set the border for rows */
    }
    
    /* Style for table cells (table data and table header cells) */
    td, th {
border: 2px solid green; /* Set the border for cells */
padding: 8px; /* Add some padding to the cells for better spacing */
    }

    body {
      transition: background-color 0.5s;
      margin: 0;
    }
    
    .sidenav {
      height: 100%;
      width: 0;
      position: fixed;
      z-index: 1;
      top: 0;
      left: 0;
      background-color: #111;
      overflow-x: hidden;
      transition: 0.5s;
      padding-top: 10px;
    }
    
    .sidenav a {
      padding: 8px 8px 8px 32px;
      text-decoration: none;
      font-size: 25px;
      color: #818181;
      display: block;
      transition: 0.3s;
    }
    
    .sidenav a:hover {
      color: #f1f1f1;
    }
    
    .sidenav .closebtn {
      position: absolute;
      top: 0;
      right: 25px;
      font-size: 36px;
      margin-left: 50px;
    }
    
    #main {
      transition: margin-left 0.5s;
      padding: 16px;
      text-align: center; /* Center-align the text within #main */
    }
    
    .menu-icon {
      font-size: 30px;
      cursor: pointer;
      position: absolute;
      left: 10px;
      top: 10px;
      color: white;
    }
    
    @media screen and (max-height: 450px) {
      .sidenav { padding-top: 15px; }
      .sidenav a { font-size: 18px; }
    }
    
.bn49 {
  border: 0;
  text-align: center;
  display: inline-block;
  padding: 14px;
  width: 250px;
  margin: 7px;
  color: #ffffff;
  background-color: #009623;
  border-radius: 8px;
  font-family: "proxima-nova-soft", sans-serif;
  font-weight: 600;
  font-size: 30px;
  text-decoration: none;
  transition: box-shadow 200ms ease-out;
}

.bn49a {
  border: 0;
  text-align: center;
  display: inline-block;
  padding: 14px;
  width: 250px;
  margin: 7px;
  color: #ffffff;
  background-color: #ed0739;
  border-radius: 8px;
  font-family: "proxima-nova-soft", sans-serif;
  font-weight: 600;
  font-size: 30px;
  text-decoration: none;
  transition: box-shadow 200ms ease-out;
}

a {
    color: inherit; /* This will inherit the text color from the parent (div) */
    text-decoration: none; /* This removes the underline on the link */
}

input[type="radio"] {
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
    transform: scale(3);
}

/* Add this CSS to style the password input container */
.password-input-container {
    position: relative;
}

/* Style the toggle-password button */
.toggle-password {
    position: absolute;
    top: 50%;
    right: 10px; /* Adjust the right value to position the eye icon as needed */
    transform: translateY(-50%);
    cursor: pointer;
}


.bn632-hover {
  width: 160px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  margin: 20px;
  height: 55px;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.bn632-hover:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.bn632-hover:focus {
  outline: none;
}

.bn632-hover.bn24 {
  background-image: linear-gradient(
	  to right,
	  #e0082f,
	  #98021d, 
	  #105600,
	  #25c400
	);
  box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.75);
}

.bn11 {
  display: inline-block;
  padding: 0.5em 1.7em;
  margin: 0 0.1em 0.1em 0;
  border: 0.16em solid rgba(255, 255, 255, 0);
  background-color: rgb(80, 10, 172);
  border-radius: 2em;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #ffffff;
  text-shadow: 0 0.04em 0.04em rgba(0, 0, 0, 0.35);
  text-align: center;
  transition: all 0.2s;
}

a.bn11:hover {
  border-color: rgb(255, 255, 255);
}

body {
    font-family: Arial, sans-serif;
}
.container {
    max-width: 100%;
}
.teacher-card {
    border: 2px solid transparent;
    border-radius: 20px;
    width: 70%;
    margin: 20px auto;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* Add shadow to the teacher card */
}
.teacher-card img {
    width: 150px; /* Increased image width */
    height: 150px; /* Added height for the image */
    border-radius: 50%;
}
.teacher-info {
    text-align: center;
    margin-top: 20px;
}

button {
    background-color: #007bff;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 24px; /* Increased font size */
}
button:hover {
    background-color: #0056b3;
}
.check-icon {
    font-size: 24px; /* Adjust the font size as needed */
    color: green; /* Color of the check icon */
    margin-left: 10px; /* Add some spacing between "EVALUATED" and the check icon */
}
.x-mark {
    font-size: 24px; /* Adjust the font size as needed */
    color: red; /* Color of the X mark */
    margin-left: 10px; /* Add some spacing between "PENDING" and the X mark */
}


