/* styles.css */
@font-face {
    font-family: 'TitanOne';
    src: url('../fonts/TitanOne-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'BIZUDPGothic-Bold';
  src: url('../fonts/BIZUDPGothic-Bold.ttf') format('truetype');
}

header {
  background-image: url('../default_images/Database-Banner_V1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.container-fluid-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2%;
  padding-bottom: 2%;
}

.site-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.logout-container {
  position: absolute;
  right: 60px;
}

/* .dropdown-menu {
  left: 0 !important;
  right: auto !important;
}

.dropdown-item.unstyled-button {
  padding: 0px 0px;
  font-size: 0.875rem;
  width: auto;
  white-space: nowrap;
} */

.btn-white {
  background-color: white;
  color: black;
  border-color: white;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  background-color: #e6e6e6; /* Slightly darker shade for hover/active state */
  color: black;
  border-color: #e6e6e6;
}

.unstyled-button {
  background: none;
  border: none;
  padding-left: 5;
  padding-right: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

.header-link {
  text-decoration: none;
  color: inherit;
}

.header-text-container {
  display: flex;
  align-items: center;
}

.header-text-container .text-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 100%;
}

.header-span {
  font-family: 'BIZUDPGothic-Bold';
  color: #FFFFFF;
  display: block;
}

.header-span-header {
  font-size: 4.5vw;
  text-shadow: 
  -1px -1px 0 #000,  
  1px -1px 0 #000,
  -1px 1px 0 #000,
  1px 1px 0 #000;
}

.header-span-sub {
  font-size: 1.5vw;
  text-shadow: 
  -1px -1px 0 #000,  
  1px -1px 0 #000,
  -1px 1px 0 #000,
  1px 1px 0 #000;
}

.header-button {
  color: #FFFFFF;
  margin-right: 0px;
  font-size: 20px;
  text-shadow: 
  -1px -1px 0 #000,  
  1px -1px 0 #000,
  -1px 1px 0 #000,
  1px 1px 0 #000;
}

footer {
  background-color: #000;
  color: #FFFFFF;
  font-family: 'BIZUDPGothic-Bold';
  font-size: 9vw;
  margin-top: 75px;
  width: 100%;
  position: relative; 
}

.footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%; /* Ensure footer-content takes full height */
}

.pinned-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* Center content vertically */
  height: 100%; /* Ensure each container takes full height */
}

.pinned-right {
  position: absolute;
  bottom: 10px; /* Adjust as necessary */
  right: 10px; /* Adjust as necessary */
}

.centered-text {
  text-align: center;
}

.no-margin-p {
  margin-bottom: 0;
  text-align: left;
  font-size: 2vw;
}

.white-link {
  color: white;
}

.svg-class {
  width: 9vw; /* Adjust as needed */
  height: 9vw; /* Adjust as needed */
}

html, body {
  height: 100%;
  margin: 0;
}

.text-center-forgot {
  display: flex;
  justify-content: center;
}

.text-center-forgot a {
  text-align: center;
  margin-bottom: 20px;
}

.centered-row {
  margin-left: auto;
  margin-right: auto;
}

.dependent-detail-caretaker-divider {
  padding-bottom: 25px;
}

.custom-select-form-control {
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 8px 10px;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.bordered-form {
  border: 1px solid #91272A;
}

.dependent-form-input {
  padding-bottom: 27px;
}

.other-form {
  margin-top: 10px;
}

.dependent-form-address {
  padding-top: 15px;
}

.dependent-form-button {
  padding-top: 20px;
}

.dependent-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #91272A; /* Optional: Add border for visual clarity */
  background-color: #6389CF;
  padding-top: 40px;
}

.dependent-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  text-align: center;
}

#image-preview {
  width: 158px; /* Set your desired width */
  height: 191px; /* Set your desired height */
  object-fit: cover; /* This ensures the image covers the entire area without distortion */
}

#image-preview-test {
  width: 168px; /* Set your desired width */
  height: 203px; /* Set your desired height */
  object-fit: cover; /* This ensures the image covers the entire area without distortion */
}

select#id_birthdate_day {
  width: 15%;
  margin-right: 45px;
  display: inline-block;
}
select#id_birthdate_month {
  width: 30%;
  margin-right: 45px;
  display: inline-block;
}
select#id_birthdate_year {
  width: 15%;
  display: inline-block;
}

.custom-select-form-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px; /* Adjust as needed for desktop spacing */
}

.custom-select-form-control {
  flex: 1;
  flex-shrink: 0;
  min-width: 100px;
  text-overflow: ellipsis;
  overflow: hidden; 
}

.email-reset {
  width: 40%; /* or any other value you prefer */
  margin: 0 auto; /* Center the text box */
}

@media (max-width: 768px) {
  .custom-select-form-group {
    gap: 0px; /* Adjust as needed for mobile spacing */
  }

  .svg-header {
    width: 70px; /* Adjust the width of your SVG image */
    height: auto;
  }

  .header-button {
    margin-left: auto !important;
    margin-right: 0px;
  }
}

@media (min-width: 768px) {
  .centered-login-btns {
    justify-content: center !important; /* Center align the buttons */
  }

  .centered-login-btn {
    margin-right: 0.5rem !important;
  }
}

.btn-extra-small {
  font-size: 0.50rem;
  padding: 0.1rem 0.2rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}