.border-right-1-white {
  border-left: 1px solid white;
  height: 22px;
  margin-left: 10px;
}
.d-flex {
  display: flex;
  align-items: baseline;
}
.w-14 {
  width: 143px;
}
.footer-mt {
  margin-top: 800px !important;
}
.text-yellow {
  color: #f2184f !important;
}
.mr-5 {
  margin-right: 5px;
}
.align-end {
  align-items: end;
}
.text-black {
  color: black;
}
.fs-16 {
  font-size: 16px;
}
.ml-2 {
  margin: 0px 0px 0px 10px;
}
.cont-mar {
  margin-top: 37px;
  margin-left: 39px;
  color: white;
}
.pt-30 {
  padding-top: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.text-theme-col-blue {
  color: #6f93df;
}
.box-blue {
  width: 15px;
  height: 15px;
  border-radius: 2px;
  background-color: #202c45 !important;
}
.items-center {
  align-items: center;
}

.text-align-end {
  text-align: end;
}
#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  height: 206px;
}

#customers th,
#customers td {
  border: 1px solid #ddd;
  padding: 8px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  background-color: #202c45;
  color: white;
}

#customers th {
  border: 1px solid #ddd; /* Apply border to the table header cells */
}

#customers td:hover {
  background-color: #6f93df;
  transition: 2s;
}
td.heading {
  background-color: #6f93df !important;
}
td.heading:hover {
  background-color: #202c45 !important;
}
.alertPulse-css {
  animation: alertPulse 2s ease-out;
  animation-iteration-count: infinite;
  opacity: 1;
  /* you need this to specify a color to pulse to */
}

.button-container {
  text-align: center;
}

@keyframes alertPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.High-school {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #7f9ead;
  flex-wrap: wrap;
}

.card-school {
  position: relative;
  width: 331px;
  height: 200px;
  border-radius: 10px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
  transition: 0.3s;
  padding: 30px 50px;
  background: #fff;
  cursor: pointer;
  margin-right: 30px;
}

.card-school:hover {
  height: 320px;
}

.imgbox {
  position: relative;
  width: 100%;
  height: 100%;
  transform: translateY(-80px);
  z-index: 99;
}

.imgbox img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
}

.content-school {
  /* padding: 10px 20px; */
  text-align: center;
  transform: translateY(-450px);
  opacity: 0;
  transition: 0.3s;
}

.card-school:hover > .content-school {
  opacity: 1;
  transform: translateY(-180px);
}

.content-school h2 {
  color: #7f9ead;
}
.border-right-1-white {
  border-left: 1px solid white;
  height: 22px;
  margin-left: 10px;
}
.d-flex {
  display: flex;
}
.w-14 {
  width: 143px;
}
.text-yellow {
  color: #f2184f !important;
}
.mr-5 {
  margin-right: 5px;
}
.align-end {
  align-items: end;
}
.text-black {
  color: black;
}
.fs-16 {
  font-size: 16px;
}
.ml-2 {
  margin: 0px 0px 0px 10px;
}
.cont-mar {
  margin-top: 37px;
  margin-left: 39px;
  color: white;
}
.pt-30 {
  padding-top: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}

.box-blue {
  width: 15px;
  height: 15px;
  border-radius: 2px;
  background-color: #202c45 !important;
}
.items-center {
  align-items: center;
}

.text-align-end {
  text-align: end;
}
#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  height: 206px;
}

#customers th {
  border: 1px solid #ddd; /* Apply border to the table header cells */
}

td.heading {
  background-color: #6f93df !important;
}
td.heading:hover {
  background-color: #202c45 !important;
}
.alertPulse-css {
  animation: alertPulse 2s ease-out;
  animation-iteration-count: infinite;
  opacity: 1;
  /* you need this to specify a color to pulse to */
}

.button-container {
  text-align: center;
}

@keyframes alertPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.High-school {
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #7f9ead;
  flex-wrap: wrap;
  padding-bottom: 50px;
}

.card-school {
  position: relative;
  width: 331px;
  height: 200px;
  border-radius: 10px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
  transition: 0.3s;
  padding: 30px 50px;
  background: #fff;
  cursor: pointer;
  margin-right: 30px;
}

.card-school:hover {
  height: 350px;
}

.imgbox p {
  color: #f2184f;
}

.imgbox {
  position: relative;
  width: 100%;
  height: 100%;
  transform: translateY(-80px);
  z-index: 99;
}

.imgbox img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
}

.content-school {
  /* padding: 10px 20px; */
  text-align: center;
  transform: translateY(-450px);
  opacity: 0;
  transition: 0.3s;
}

.card-school:hover > .content-school {
  opacity: 1;
  transform: translateY(-180px);
}

.content-school h2 {
  color: #7f9ead;
}
.border-right-1-white {
  border-left: 1px solid white;
  height: 22px;
  margin-left: 10px;
}
.d-flex {
  display: flex;
}
.w-14 {
  width: 143px;
}
.text-pink {
  color: #f2184f;
}
.mr-5 {
  margin-right: 5px;
}
.align-end {
  align-items: end;
}
.text-black {
  color: black;
}
.fs-16 {
  font-size: 16px;
}
.ml-2 {
  margin: 0px 0px 0px 10px;
}
.cont-mar {
  margin-top: 37px;
  margin-left: 39px;
  color: white;
}
.pt-30 {
  padding-top: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}

.box-blue {
  width: 15px;
  height: 15px;
  border-radius: 8px;
  background-color: #202c45 !important;
}
.items-center {
  align-items: center;
}

.text-align-end {
  text-align: end;
}
.mt {
  margin-top: 0px;
}
.w-300 {
  width: 300px;
}
.mt-30 {
  margin-top: 30px;
}
.fw-700 {
  font-weight: 700;
}
.w-400 {
  width: 400px;
}
.zoom:hover {
  transform: scale(1.2);
  transition: 1.5s;
  cursor: pointer;
}
.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:focus {
  color: #ffffff;
  background-color: #6f93df;
  border-radius: 6px;
  font-size: 14px;
}
.fs-i {
  font-style: italic;
}
.padd-10 {
  padding: 25px 21px 25px 21px;
}
.bg-skyblue {
  background-color: #202c45;
}
.rad-6 {
  border-radius: 6px;
}
.nav-tabs > li {
  border: 1px solid #efe4e4;
  border-radius: 6px;
}
.box-sha-grey {
  box-shadow: 10px 5px 5px #667caa;
}
.ox-text:hover {
  cursor: pointer;
  color: #0071dc;
}
