@font-face {
  font-family: "Inter-Medium";
  src: url("/fonts/Inter-Medium.ttf") format("truetype");
}

body {
  font-family: "Inter-Medium", Tahoma, Geneva, Verdana, sans-serif;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  margin: 0;
  margin-top: 50px;
  flex-direction: column;
  background-color: #f1f1f1; /* Darken the text color for better contrast */
}

h4 {
  color: #002e62;
  font-size: 2.1rem !important;
}

h6 {
  color: #323232;
}

a {
  color: #fff !important;
}

.css-logo-bg {
  width: 100%;
  background-color: white;
  margin: 50px;
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.css-logo-img {
  width: 250px;
  height: 100%;
}

.css-confirm-img {
  width: 20px;
  margin-right: 5px;
  height: 100%;
}

.css-confirm-msg {
  display: flex;
  align-items: center;
  color: #28a745;
  white-space: nowrap;
  margin-top: 15px;
}

.css-btn-search {
  border-radius: 20px !important;
  background-color: #002e62 !important;
  font-size: 10pt !important;
  font-family: "Inter-Medium", Tahoma, Geneva, Verdana, sans-serif !important;
}

.css-btn-search:hover {
  border-radius: 20px !important;
  background-color: #3068a8 !important;
  font-family: "Inter-Medium", Tahoma, Geneva, Verdana, sans-serif !important;
}

.css-input-search {
  width: 100% !important;
  margin-bottom: 15px !important;
}

.css-input-search:focus {
  border-bottom: 1px solid #002e62 !important;
  box-shadow: 0 1px 0 0 #002e62 !important;
  -webkit-box-shadow: 0 1px 0 0 #002e62 !important;
}

.card-content-input {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.css-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #db0720;
  color: #fff;
  padding: 10px;
}

.card {
  border-radius: 12px !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
  min-width: 300px;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 25px !important;
  background-color: #fff;
}

.card .card-content {
  padding: 0;
}

.card .card-title {
  color: #333; /* Darken the text color for better contrast */
  padding: 0 10px 10px 0px;
  margin: auto;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

li {
  margin: 4px 0;
}
