/* Bootstrap menue icon link */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
/* bootstrap css link */
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css");
/* botstap icon */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  text-decoration: none;
  list-style: none;
  font-family: Poppins;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 15px;
}


.content {
  width: 100%;
  margin-left: 180px;
  min-height: 100vh;
  background: rgb(252, 252, 252);
  transition: 0.5s;
}

a span {
  color: rgb(91, 113, 121);
  font-size: 13px;
}

.sidebar .navbar .navbar-nav .nav-link i {
  width: 27px;
  height: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  color: rgb(56, 83, 94);
  box-shadow: 4px 4px 14px 0px rgb(215, 215, 215);
}
.check-btn {
  box-shadow: 4px 4px 20px 0px rgb(195, 195, 195);
}

#user-intro {
  display: flex;
}

.modal-footer {
  align-items: center;
  justify-content: center;
}

.modal-footer button {
  width: 110px;
  font-size: 12px;
  border-radius: 5px;
}

ul {
  margin-bottom: 10px;
}

.edu h2 {
  font-size: 13px;
  font-weight: 600;
}

#logo-img {
  width: 180px;
  height: 60px;
}

th {
  color: #436f83 !important;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  border-bottom: none !important;
}

table tr td {
  border-bottom: none;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 5px !important;
  text-align: center;
}

table tr td i {
  font-size: 14px;
}

.collaps-link {
  display: none;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.navbar-toggler {
  margin-right: auto !important;
}

a {
  text-decoration: none !important;
}

input::placeholder {
  font-weight: 400;
}

.Lgoin-From-page {
  display: flex;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
}

.Login-form {
  width: 80%;
  display: flex;
}

.Login-form .img-area {
  width: 50%;
}

.Login-form .img-area img {
  width: 100%;
  height: 100%;
}

.Login-form .content-area {
  width: 50%;
}

.input-box {
  display: flex;
  align-items: center;
  gap: 20px;
}

.input-box div {
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 90%;
}

.input-box div input {
  border: none;
  font-size: 15px;
  background: transparent;
  outline: none;
  font-weight: 600;
  width: 100%;
}

.input-box div label {
  font-size: 12px;
}

.input-box {
  background: rgb(238, 238, 238);
  width: 100%;
  padding: 10px 20px;
  border-radius: 5px;
  position: relative;
}

.input-box i {
  font-size: 26px;
}

.inputs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.content-area {
  width: 50%;
  padding: 10px;
}

.img-area {
  width: 50%;
}

.login-option div {
  display: flex;
  align-items: center;
  gap: 15px;
}

.login-option img {
  width: 25px;
}

.login-option {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 17px;
  margin: 20px 0 30px 0;
  box-shadow: 4px 4px 10px 4px rgb(223, 222, 222);
  border-radius: 5px;
}

#submit-login-form {
  display: block;
  text-align: center;
  padding: 17px;
  border-radius: 5px;
  background-color: rgb(130, 130, 207);
  color: white;
  border: none;
  outline: none;
}

.input-box div i {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px !important;
  cursor: pointer;
}

.logo-img {
  /* display: none; */
  width: 80px;
}

.Content-area form input {
  padding: 7px;
  font-size: 13px;
  border: none;
  outline: none;
  border-radius: 4px;
  width: 60%;
  background: rgba(238, 237, 237, 0.781);
}

.Content-area form input::placeholder {
  color: rgba(56, 53, 47, 0.59);
  font-weight: 500;
}

.Content-area form label {
  color: rgba(68, 64, 58, 0.59);
  font-weight: 500;
  font-size: 15px;
}

.Content-area form div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.heading p {
  font-size: 15px;
}

.heading h1 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 35px;
  margin-bottom: 0 !important;
}

.Content-area {
  width: 50%;
}

@media screen and (max-width: 1300px) {
  #user-info {
    grid-template-columns: auto;
  }
}

@media screen and (max-width: 990px) {
  .collaps-link {
    display: flex;
  }

  .heading h3 {
    font-size: 17px;
  }

  .img-area {
    display: none;
  }

  .Login-form .content-area {
    width: 100%;
  }

  .sidebar {
    display: none;
  }

  .content {
    margin-left: 0;
  }

  .navbar {
    padding-right: 0% !important;
  }

  label {
    font-size: 13px !important;
  }

  .Content-area {
    width: 100% !important;
  }
}

@media screen and (max-width: 500px) {
  table tr td,
  th {
    font-size: 13px;
  }

  .heading h1{
    font-size: 25px;
    margin-left: -30px;
  }
  .heading p{
    font-size: 15px;
    margin-left: -30px;
  }
}
