* {box-sizing: border-box}
/* font styles */
@font-face {
  font-family: "A0 Addis Abeba Unicode";
  src: url("../font/A0 Addis Abeba Unicode.ttf") format("truetype");
}


body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f2f2f2;
  font-family: "A0 Addis Abeba Unicode", Arial, sans-serif;
}
      .a {
        color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  align-items: center;
     font-family: A0 Addis Abeba Unicode;
 text-decoration: wavy;
      }

 
h1 {
  text-align: center;
  padding: 20px;
  background-color: #0099ff;
  color: #fff;
}
h2{
  text-align: center;
  align-items: center;
  color: red;
  text-decoration: underline;
}

form {
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

label {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
select,
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  margin-bottom: 20px;
  font-size: 16px;
}

button[type="submit"] {
  background-color: #0099ff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  align-items: center;
 }

button[type="submit"]:hover {
  background-color: #0077b3;
}
button[type="a"] {
    background-color: #017fd3;
    width: 100%;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
     font-family: A0 Addis Abeba Unicode;
  font-size: 20px;

    }
    button[type="a"]:hover {
  background-color: #0077b3;
}
       
button[type="danger"] { 
    background-color: #dc3545;

    border-color: #dc3545; 
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
     font-family: A0 Addis Abeba Unicode; 

    }
    button[type="danger"]:hover {
  background-color: #0077b3;
}
/* Avatar styles */

.avatar {
  text-align: center;
  margin-bottom: 20px;
}

.avatar img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}
.avatar img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}
.avatar label {
  display: block;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 10px;
}

.avatarbook {
  text-align: center;
  margin-bottom: 20px;
}

.avatarbook img { 
  height: 150px; 
  object-fit: cover;
  margin-bottom: 10px;
}
 
.avatarbook label {
  display: block;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 10px;
}

/* Guardian and emergency contact styles */

h2 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
}

input[type="tel"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  margin-bottom: 20px;
  font-size: 16px;
}

textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  margin-bottom: 20px;
  font-size: 16px;
  resize: vertical;
}

.form-control {
  margin-bottom: 20px;
}

.form-control label {
  display: block;
  margin-bottom: 5px;
}

.form-control input {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  outline: none;
}
.tablink {
  background-color: #555;
  float: left;
  border: solid 1px;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%;
  color: white;
}
.tablinkk {
  background-color: #555;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 15px;
  width: auto;
  color: white;
}

.tablink:hover {
  background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: black;
  display: none;
  padding: 30px 0px;
  height: 100%;
}

#Home {background-color: white;}
#News {background-color: white;}
#Contact {background-color: white;}
#About {background-color: white;}

        table {
          font-family: "Arial";
            border-collapse: collapse;
            width: 100%;
            border: 1px solid black;
        }
        th, td {
            text-align: left;
            padding: 13px;
        }
        th {
            background-color: #4CAF50;
            color: white;
            

        }
        tr:nth-child(even) {
            background-color: #f2f2f2;
            border: 1px solid black;

        }
    .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;}
  .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.pulsing {
  width: auto;
  height: auto;
  border-radius: 50px;
  background: #000;
  box-shadow: 0 0 0 0 #0004;
  animation: p12 1.5s infinite linear;
  position: relative;
}

.pulsing:before,
.pulsing:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: initial;
  box-shadow: 0 0 0 0 #0004;
  animation: inherit;
  animation-delay: -0.5s;
}

.pulsing:after {
  animation-delay: -1s;
}
@keyframes p12 {
  100% {
    box-shadow: 0 0 0 40px #0000;
  }
}.alert-success {
    background-color: #def2df;
    border-color: #ccebd3;
    color: #42a94f;
}
   .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
} .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.btn:focus, .btn:hover {
    text-decoration: none;
}


.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    /* Pagination1 styles */
.pagination1 {
  margin-top: 20px;
  text-align: center;

}

.pagination1 a {
  display: inline-block;
  padding: 8px 16px;
  margin-right: 6px;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  background-color: #27ae60;
}

.pagination1 a:hover {
  background-color: #ddd;
  color: black;
}

.pagination1 a.active {
  background-color: #333;
  color: #fff;
}

.pagination1 a.prev,
.pagination1 a.next {
  padding: 8px 12px;
}

.pagination1 a.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.pagination1 a.disabled:hover {
  background-color: #f2f2f2;
  cursor: default;
}
.bgc{
      background: #111927 no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-image: 
        radial-gradient(at 47% 33%, hsl(162.00, 77%, 40%) 0, transparent 59%), 
        radial-gradient(at 82% 65%, hsl(218.00, 39%, 11%) 0, transparent 55%);
        color: #fff;
}
.content-bg{
  max-width: 600px; 
    background-color: rgba(17, 25, 40, 0.44);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
    color: #fff;
}
 /* Styles for success message */
p.success-message {
    color: green;
    background-color: #dff0d8; /* Light green background */
    border: 1px solid #d0e9c6; /* Light green border */
    padding: 10px;
    border-radius: 5px;
}

/* Styles for error message */
p.error-message {
    color: red;
    background-color: #f2dede; /* Light red background */
    border: 1px solid #ebccd1; /* Light red border */
    padding: 10px;
    border-radius: 5px;
}
