@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
/* --------------------admin dashboard-------- */
.heading {
  font-size: 2.5rem;
  font-weight: 300;
  font-style: initial;
  font-family: "georam", "Oswald", sans-serif;
  margin-bottom: 18px;
}

.notify {
  font-size: 20px;
  font-weight: 500;
}

.notification {
  margin-top: 20px;
}

.notification > a {
  text-decoration: none;
  color: black;
}

.color {
  color: #1b85c9;
  font-weight: bold;
}

/* -------------Attendance page--------------- */
#attendanceForm {
  border: 1px solid rgb(218, 3, 3);
  border-radius: 15px;
  padding: 20px 0px;
  position: relative;
}

.tables {
  width: 100%;
  border-collapse: collapse;
  font-family: "verdana";
}

.tables thead tr {
  background-color: #003366;
  /* Dark blue */
  color: rgb(255, 255, 255);
  /* White text for contrast */
}

.tables th,
.table td {
  padding: 10px;
  text-align: left;
  border: 1px solid #ddd;
}

.tables tbody tr {
  color: black;
}

.tables tbody tr:nth-child(even) {
  background-color: #c9a0a0;
  color: black;
}

.tables tbody tr:hover {
  background-color: rgb(0, 89, 254);
  color: #fff;
  /* Light grey background on hover */
}

/* 
.grid-item  input {
  border-radius: 10px;
  width: 25vh;
}
.grid-item  input {
  border-radius: 10px;
} */
.containers {
  width: 80%;
  padding: 0px 0px;
}
.contents {
  border: 1px solid black;
  border-radius: 15px;
  padding: 20px 0px;
}
.company_image {
  margin: 10px 0;
}

.header {
  font-size: 1.8rem;
  /* font-weight: 500; */
  text-align: center;
  /* font-family: "Roboto Condensed", sans-serif; */
  font-weight: bold;
}

.input-box {
  width: 100%;
  margin-top: 20px;
}

label {
  color: #000000;
  font-size: 1.2rem;
}

.input-box input {
  position: relative;
  height: 30px;
  width: 100%;
  outline: none;
  font-size: 0.9rem;
  color: #000000;
  border: 1px solid #1a56a5;
  border-radius: 6px;
  padding: 0 15px;
  margin-top: 8px;
}

.input-box1 input {
  position: relative;
  height: 30px;
  width: 100%;
  outline: none;
  font-size: 1rem;
  color: #707070;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0 15px;
  margin-top: 8px;
}

.column {
  display: flex;
  column-gap: 25px;
}

:where(.gender-option, .gender) {
  display: flex;
  align-items: center;
  column-gap: 40px;
  flex-wrap: wrap;
}

.gender-box {
  margin-top: 20px;
}

.gender {
  column-gap: 5px;
}

:where(.gender input, .gender label) {
  cursor: pointer;
}

.gender-box {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 8px;
}

.select-box select {
  margin-top: 10px;
  width: 100%;
  height: 50px;
}

/* .select-box select:hover {
  border: 2px solid blue;
}

input:hover {
  border: 2px solid blue;
}

textarea:hover {
  border: 4px solid blue;
}

.Description input:hover {
  border: 2px solid blue;
} */

.button input {
  margin-top: 10px;
  /* width: 50%; */
  padding: 10px 30px;
  /* font-size: 18px; */
  color: #fff !important;
  background: #1b5bae;
  border: 1px solid #1b5bae;
  color: #1b5bae;
}

/* Responsive */
@media screen and (max-width: 500px) {
  .column {
    flex-wrap: wrap;
  }

  :where(.gender-option, .gender) {
    flex-wrap: wrap;
  }
}

.details {
  margin-top: 50px;
  gap: 10px;
}

.details b {
  font-size: 1.2rem;
  font-weight: 500;
  color: #2196f3;
}
.table-responsive {
  font-size: 0.9rem;
}

/* ---------------list-pending-Payment Page--------------------- */
.login {
  width: 300px;
  border: 1px solid rgb(105, 105, 105);
  border-radius: 10px;
  padding-bottom: 10px;
}

.images img {
  display: flex;
  justify-content: center;
}

/* ----------Create-payment-invoice-------- */

.installments {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.installment {
  width: 30vh;
  margin: 30px 10px;
}

.course-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  font-family: "times new roman";
  font-size: 10px;
}

.inside-container {
  display: grid;
  grid-template-columns: 1fr;

  font-family: "times new roman";
  font-size: 10px;
}

.course-item {
  background-color: rgb(127, 180, 240);
  padding: 10px 5px;
  border: 1px solid rgb(0, 119, 255);
  border-radius: 8px;
}
/* Login Page html */
/* ---------------list-pending-Payment Page--------------------- */
.loginPage {
  background-image: url("../static/image/lbackground1.png");
  background-size: cover;
  background-attachment: fixed;
  backdrop-filter: blur(2px);
  background-repeat: no-repeat;
  height: 100vh;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.loginPage1 {
  background-image: url("../static/image/lBackground1.png");
  background-size: cover;
  background-attachment: fixed;
  backdrop-filter: blur(2px);
  background-repeat: no-repeat;
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.login {
  width: 400px;
  border: 3px solid #7ac5ed;
  border-radius: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}
.our_company {
  /* color: #7ac5ed; */
  font-size: 20px;
}

.images img {
  display: flex;
  justify-content: center;
}
.rLink {
  text-decoration: none;
}
/* ----------Registration-page */
.register {
  margin-top: 40px;
  width: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 10px;
}
.register-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

/* ----------Create-payment-invoice-------- */

.installments {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.installment {
  width: 30vh;
  margin: 30px 10px;
}

.course-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  font-family: "times new roman";
  font-size: 10px;
}

.inside-container {
  display: grid;
  grid-template-columns: 1fr;

  font-family: "times new roman";
  font-size: 10px;
}

.course-item {
  background-color: rgb(127, 180, 240);
  padding: 10px 5px;
  border: 1px solid rgb(0, 119, 255);
  border-radius: 8px;
}

