body {
  background-color: #f0f2f5;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
body .motards-card {
  background: #fff;
}
body .login-card {
  height: 100vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  justify-content: center;
  align-items: center;
}
body .login-card .login-center {
  max-width: 430px;
  background: white;
  width: 100%;
}
body h3 {
  color: #1877f2;
  font-weight: 700;
  margin: 2rem 0 0.2rem;
  text-align: center;
}
body .sub-title {
  text-align: center;
  font-size: 10.5px;
}
body .social {
  display: flex;
  justify-content: center;
  font-size: 0.7rem;
  margin-bottom: 5px;
  color: #ffffff;
}
body .logo {
  display: flex;
  justify-content: center;
  padding: 5px;
  margin: 5px 0 1rem;
}
body .logo .logo1 {
  height: 85px;
  width: 85px;
  background-color: #ffffff;
  margin: 0 10px;
}
body .form-control {
  border-radius: 10px;
  border: 1.5px solid #ddd;
  padding: 0.7rem 1rem;
  font-size: 0.7rem;
  transition: border-color 0.3s ease;
}
body .form-control:focus {
  border-color: #1877f2;
}
body .btn-facebook {
  background-color: #fafafa;
  border-radius: 9px;
  font-weight: 400;
  font-size: 0.8rem;
  padding: 0.75rem;
  margin: 20px 0;
  color: #0026bc;
  width: 100%;
  transition: background-color 0.3s ease;
}
body .btn-facebook:hover {
  color: #1a01a5;
  background-color: #ffffff;
}
body .error-text {
  color: #dc3545;
  text-align: center;
  margin-top: 0.6rem;
  font-weight: 400;
  transition: color 4s ease;
}
body #motards-section {
  background: rgb(208, 208, 208);
  display: flex;
  height: 100vh;
  flex-direction: column;
}
body #motards-section .header-motard {
  background: white;
  height: 80px;
  width: 100%;
  margin-bottom: 6px;
}
body #motards-section .header-motard .header-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 80px;
  padding: 0px 25px;
}
body #motards-section .header-motard .header-title .motosekur-titre {
  display: flex;
  flex-direction: column;
  margin: 0px 10px;
}
body #motards-section .header-motard .header-title .motosekur-titre .mt1 {
  font-size: 18px;
  font-weight: 600;
  color: #212947;
}
body #motards-section .header-motard .header-title .motosekur-titre .mt2 {
  font-size: 9px;
}
body .body-motard {
  width: 100%;
  display: flex;
  flex-direction: column;
}
body .body-motard .b1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  background: white;
  padding: 10px 20px;
}
body .body-motard .b1 .b1-r {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
body .body-motard .b1 .b1-r .card_ {
  width: 160px;
  border-radius: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
}
body .body-motard .b1 .b1-r .card_ .C_TITLE {
  color: rgba(255, 255, 255, 0.858);
  font-size: 10px;
}
body .body-motard .b1 .b1-r .card_ .C_NUMBER {
  color: white;
  font-size: 19px;
  font-weight: 600;
}
body .body-motard .b1 .b1-r .count1 {
  background: #118b04;
}
body .body-motard .b1 .b1-r .count2 {
  background: #c11111;
}
body .body-motard .b1 .b1-r .count3 {
  background: #0a1e76;
}
body .body-motard .b1 .b1-l {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  border-radius: 10px;
  border: 1.5px solid #ddd;
  padding: 1px 20px;
  font-size: 12px;
  transition: border-color 0.3s ease;
  cursor: pointer;
}
body .body-motard .b1 .b1-l:hover {
  border-color: #1877f2;
}
body .body-motard .b1 .b1-l:hover i {
  color: #1877f2;
}
body .body-motard .b2 {
  background: rgb(255, 255, 255);
  padding: 6px;
  display: flex;
  flex-direction: column;
  height: 570px;
  width: 100%;
  justify-content: space-between;
}
body .body-motard .b2 table {
  border-collapse: collapse;
  width: 100%;
  padding: 2px;
  background: #ffffff;
}
body .body-motard .b2 table thead {
  background: #d0d0d0;
  font-size: 12px;
  color: rgb(0, 0, 0);
  padding: 2px;
  font-weight: 600;
}
body .body-motard .b2 table tr,
body .body-motard .b2 table td {
  padding: 10px;
  border-bottom: 1px solid rgb(230, 230, 230);
}
body .body-motard .b2 table tbody {
  font-size: 11px;
}
body .validate-btn {
  color: white;
  font-size: 10px;
  text-align: center;
  padding: 4px;
  width: 75px;
  border-radius: 4px;
  transition: 3s;
}
body .validate-btn:hover {
  opacity: 0.7;
}
body .logout- {
  position: fixed;
  top: 0;
  right: 0;
  background: red;
  margin: 20px;
  border-radius: 10px;
  font-size: 12px;
  padding: 10px;
  color: white;
  cursor: pointer;
  transition: 0.3s ease;
}
body .logout-:hover {
  background: rgb(255, 94, 94);
}
body .motards-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
body #filter-matricule {
  cursor: pointer;
  width: 320px;
  border: none;
  padding: 7px 20px;
}
body #filter-matricule:focus {
  outline: none;
}
body .motard-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 1rem 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  transition: background-color 0.3s ease;
}
body .motard-card:hover {
  background-color: #e9f0ff;
}
body .motard-card .motard-info {
  flex-grow: 1;
  font-size: 1rem;
  color: #333;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 220px;
}
body .motard-card .motard-info i {
  color: #1877f2;
  font-size: 1.25rem;
}
body .motard-card .buttons-group {
  display: flex;
}
body .motard-card .buttons-group button {
  margin-left: 0.5rem;
  min-width: 90px;
  font-weight: 600;
  border-radius: 30px;
  border: none;
  padding: 0.45rem 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  justify-content: center;
}
body .motard-card .buttons-group button.btn-validate {
  background-color: #22c55e;
}
body .motard-card .buttons-group button.btn-validate:disabled {
  background-color: #a7f3d0;
  cursor: not-allowed;
}
body .motard-card .buttons-group button.btn-refuse {
  background-color: #ef4444;
}
body .motard-card .buttons-group button.btn-refuse:disabled {
  background-color: #fca5a5;
  cursor: not-allowed;
}
body .hidden {
  display: none !important;
}
body .footer-b,
body .header-b {
  background: #0231dd;
}
body .footer-b {
  padding: 10px 2rem;
}
body .header-b {
  padding: 2px;
}
body .text-box {
  padding: 2px 2rem;
}
@media (max-width: 576px) {
  body .motard-info {
    font-size: 0.9rem;
    min-width: 100%;
    gap: 0.3rem;
  }
  body .buttons-group {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 0.75rem;
    gap: 0.5rem;
  }
  body .buttons-group button {
    flex-grow: 1;
    margin-left: 0;
  }
  body .motards-header {
    flex-direction: column;
    align-items: stretch;
  }
  body #filter-matricule,
  body #logout-btn {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */