@charset "utf-8";

@font-face {
  font-family: DroidArabicKufi;
  src: url("../fonts/fontawesome-webfont.ttf") format("opentype");
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .title {
    font-size: 2rem;
  }

  .subtitle {
    font-size: 1.5rem;
  }

  .main-text {
    font-size: 1rem;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* === HEADING STYLE #1 === */
.title h1 {
  text-align: center;
  font-size: 50px;
  text-transform: uppercase;
  color: #222;
  letter-spacing: 1px;
  font-family: "DroidArabicKufi";
  font-weight: 400;
}
.title h1 span {
  margin-top: 5px;
  font-size: 15px;
  color: #444;
  word-spacing: 1px;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "DroidArabicKufi", serif;
  font-weight: 500;

  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-template-rows: 27px 0;
  grid-gap: 20px;
  align-items: center;
}

.title h1 span:after,
.title h1 span:before {
  content: " ";
  display: block;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  height: 5px;
  background-color: #f8f8f8;
}

.card-container {
  position: relative;
  background: #f8f8f8;
  width: 90%;
  max-width: 550px;
  padding: 1em;
  margin: 1.5em auto;
  border: 3px solid rgba(0, 0, 0, 0.08);
}

body::before {
  content: "";
  opacity: 0.8;
  /*position: absolute;*/

  z-index: -1;
  /*background-size: contain;
  background-repeat: no-repeat;
  /*  background-position: left top; /* or 0 0 etc.*/
  position: fixed;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;

  /* Preserve aspet ratio */
  min-width: 100%;
  min-height: 100%;
  background-image: url("../img/5153829.jpg");
}

/* header */
body {
  background: #ffffff;
  color: #838585;
  margin: 0px;
  padding: 0px;
  font-family: "DroidArabicKufi", serif;
  line-height: 15px;
  background-image: url("../img/5153829.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100vw;
  margin: 0; /* Remove default body margin */
}

/* START authform */
.auth-container {
  height: 100%;
  background-size: cover;
  font-family: "DroidArabicKufi", serif;

  color: #030425;
  padding: 20px; /* Prevent content from hitting screen edges on small devices */
  max-width: 100%;
  z-index: 1;
  animation: showSignInForm 1s;
}

@keyframes showSignInForm {
  0%,
  30% {
    transform: translate(0, -150%);
  }
  70%,
  90% {
    transform: translate(0, 1rem);
  }
  80%,
  100% {
    transform: translate(0, 0);
  }
}

.card {
  background: rgba(153, 47, 47, 0.9);
  background-color: #007bff;
  width: 100%;
  border-radius: 5px;
  padding: 0px;
}

.card h3 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #333;
}

button {
  font-size: 1rem;
  font-weight: bold;
}

a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
/*END authform */

/* Hearing sessions */
.hearingsessions-container {
  height: 100%;
  background-size: cover;
  color: #030425;
  padding: 20px; /* Prevent content from hitting screen edges on small devices */
  max-width: 100%;
  z-index: 1;
  animation: showSignInForm 1s;
}

.separated-input .form-control {
  border-radius: 0; /* Removes rounded corners */
  border-right: 0; /* Removes right border */
}

.separated-input .form-control:last-child {
  border-right: 1px solid #ced4da; /* Adds border to the last input */
}

.separated-input .input-group-text {
  background-color: #f8f9fa;
  border-color: #ced4da;
}

.separated-input .middle-select {
  border-right: 0; /* Matches the style of the other inputs */
  text-align: center;
  white-space: normal; /* Enables line wrapping */
  word-wrap: break-word; /* Ensures long words break correctly */
}

.card {
  max-width: 400px; /* Set a maximum width for the container */
  margin: 0 auto; /* Center the card */
}
.table th,
.table td {
  vertical-align: middle;
}

.table-dark th {
  background-color: #343a40;
  color: #fff;
}

.table-hover tbody tr:hover {
  background-color: #f8f9fa;
}

.wizard-step {
  text-align: center;
  padding: 10px;
  background: #e9ecef;
  border-radius: 4px;
  margin-bottom: 15px;
}

.wizard-step.active {
  background: #0d6efd;
  color: #fff;
}
/* Hearing sessions */

label {
  font-size: 14px;
  font-weight: 600;
  color: rgb(34, 34, 34);
}

.errmsg {
  background-color: lightpink;
  color: firebrick;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

#overlay {
  background: #ffffff;
  color: #666666;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 5000;
  top: 0;
  left: 0;
  float: left;
  text-align: center;
  padding-top: 25%;
  opacity: 0.8;
}
.spinner {
  margin: 0 auto;
  height: 64px;
  width: 64px;
  animation: rotate 0.8s infinite linear;
  border: 5px solid firebrick;
  border-right-color: transparent;
  border-radius: 50%;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.navbar-brand {
  font-size: 1.25rem;
}

.nav-link {
  color: #333 !important;
  padding: 0.5rem 1rem;
}

.nav-link:hover {
  color: #0056b3 !important;
}

.btn-outline-primary {
  border-color: #0056b3;
  color: #0056b3;
}

.btn-outline-primary:hover {
  background-color: #0056b3;
  color: white;
}
.bg-myColor {
  background-image: linear-gradient(to right, #823604, #f96400);
}

/* custom.css */
.errmsg {
  background-color: lightpink;
  color: firebrick;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.card {
  width: 550px;
  max-width: 100%;
}

#overlay {
  background: #ffffff;
  color: #666666;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 5000;
  top: 0;
  left: 0;
  float: left;
  text-align: center;
  padding-top: 25%;
  opacity: 0.8;
}
.spinner {
  margin: 0 auto;
  height: 64px;
  width: 64px;
  animation: rotate 0.8s infinite linear;
  border: 5px solid firebrick;
  border-right-color: transparent;
  border-radius: 50%;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*footer.css*/

.footer {
  width: 100%;
  margin: 0px;

  position: relative;
  border-bottom: 5px solid;
  border-top: 1px solid;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #0969b3;
  font-family: "DroidArabicKufi", serif;
  font-size: 0.8rem;
  color: #a8a8a8; /* Make text color white */
  text-decoration: none; /* Remove underline */
  transition: color 0.3s ease; /* Smooth hover effect */
}

.footer a {
  color: #a8a8a8;
  text-decoration: none;
  margin: 0px 8px 0px 0px;
}

.footer a:hover {
  color: #f8f9fa;
  text-decoration: underline;
}

.footer_top {
  text-align: center;
  margin: 0px 0px 50px;
  width: 100%;
}

.footer-logo {
  display: table;
  vertical-align: middle;
  margin: 0 auto;
}

.footer-logo a {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  width: 103px;
}

/*hearingsessions date selection bar */
.microphone {
  background-color: #fff;
}

.google {
  background-color: #fff;
  border-radius: 0 !important; /* Removes rounded corners */
  height: auto; /* Ensures consistent height */
  padding: 0.5rem 0.75rem; /* Adjust padding if necessary */
  display: flex; /* Aligns content properly */
  align-items: center; /* Centers content vertically */
  justify-content: center; /* Centers content horizontally */
}

.hasDatepicker {
  border-left: 0 !important;
  border-right: 0 !important;
}

@media (max-width: 576px) {
  .input-group-lg {
    font-size: 1rem; /* Reduce font size for small screens */
  }
}
