﻿.welcome-page {
  margin: 2vh auto 0 auto;
  max-width: 90%;
}
.welcome-page .logo {
  vertical-align: top;
  max-width: 230px;
  max-height: 80px;
}
.welcome-page .btn {
  width: 100%;
}

.caatsX-form-divider-pincode {
  border: 1px solid #ccc;
  width: 100%;
  margin: 15px 0;
}

.pincode-input {
  width: 45px !important;
  height: 45px !important;
  background-color: #f0f4f8 !important;
  border: 1px solid #ddd !important;
  text-align: center !important;
}

.bold-label {
  text-align: left !important;
}

.delivery-option {
  text-align: left;
}
.delivery-option label {
  display: inline-block;
}

.phone-option {
  text-align: left;
}

.bg-caats {
  background-color: var(--accent-color, #446167) !important;
}

.bg-caats-grey {
  background-color: #ececec;
}

.bg-caats-white {
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.rounded-caats {
  border-radius: 30px;
}

.font-white {
  color: white;
}

.font-color-caats {
  color: var(--accent-color, #446167);
}

.caats-header {
  color: rgba(255, 255, 255, 0.8);
  font-size: 26px;
}

.btn-branding-caats {
  background-color: var(--accent-color, #446167);
}

.btn-branding-caats:hover {
  color: white;
  background-color: var(--accent-color-hover, #4e6f76);
}

.btn-color-grey {
  background-color: #8f8b87;
}

.btn-color-grey:hover {
  color: white;
  background-color: #989591;
}

.icon-banner {
  width: 256px;
  margin-right: 12px;
}

.body-container {
  margin-top: 60px;
  padding-bottom: 40px;
}

.welcome-page li {
  list-style: none;
  padding: 4px;
}

.logged-out-page iframe {
  display: none;
  width: 0;
  height: 0;
}

.card {
  padding: 0.25rem;
}

.grants-page .card {
  padding: 1rem;
  margin-top: 20px;
  border-bottom: 1px solid lightgray;
}
.grants-page .card .card-title {
  font-size: 120%;
  font-weight: bold;
}
.grants-page .card .card-title img {
  width: 100px;
  height: 100px;
}
.grants-page .card label {
  font-weight: bold;
}

.full-height {
  max-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.full-window-height {
  height: 100vh;
}

.full-window-width {
  max-width: 100%;
  overflow-x: hidden;
}

.img-block {
  background-color: #e2e4e6;
}

.color-branding-cd {
  color: var(--accent-color, #446167);
}
.color-branding-cd:hover {
  color: var(--accent-color-hover, #4e6f76);
}

.btn-branding-cd {
  background-color: #446167 !important;
}
.btn-branding-cd:hover {
  background-color: #4e6f76 !important;
}

.flex-space-filler {
  flex: 1 1 auto;
}

.snackbar {
  margin-top: 1rem !important;
  color: white;
  background-color: var(--accent-color, #446167) !important;
  text-align: center;
  padding: 1rem;
  border-radius: 1rem;
  animation: moveUp 0.5s forwards;
  align-items: center;
  align-self: center;
}

.fadeOut {
  animation: fadeOut 1s forwards !important;
}

.error-list {
  border-radius: 0.5rem;
  border: 4px rgba(255, 0, 0, 0.5) solid;
  margin-top: 1rem;
  background-color: rgba(255, 0, 0, 0.2);
}
.error-list li:first-child {
  margin-top: 0.5rem;
}
.error-list li:last-child {
  margin-bottom: 0.5rem;
}

@keyframes moveUp {
  from {
    transform: translateY(200%);
    opacity: 0%;
  }
  to {
    transform: translateY(0%);
    opacity: 100%;
  }
}
@keyframes fadeOut {
  from {
    opacity: 100%;
  }
  to {
    opacity: 0%;
  }
}
.mobile-width {
  width: 100%;
}

.mobile-content-container-margin {
  margin-top: 3rem;
}

@media only screen and (min-width: 780px) {
  .pc-width {
    width: 60%;
  }
  .pc-content-container-margin {
    margin-top: 0rem;
  }
}
img.reveal-aligner {
  width: 24px;
  filter: opacity(0);
  margin-left: 4px;
}

img.reveal {
  width: 24px;
  height: 24px;
  margin-left: 4px;
}

img.reveal_shown {
  display: initial;
}

img.reveal_hidden {
  display: none;
}

img.conceal_shown {
  display: initial;
}

img.conceal_hidden {
  display: none;
}

.welcome-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 100%;
  min-height: 100vh;
  text-align: center;
  padding-bottom: 50px;
}

.welcome-content {
  text-align: center;
  width: 100%;
  max-width: 700px;
}

.tenant-section {
  margin-bottom: 20px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.list-group-item {
  border: none;
  padding: 10px 15px;
  transition: background-color 0.3s ease;
}

.list-group-item:hover {
  background-color: #f8f9fa;
}

.tenant-header {
  background-color: #ececec;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-tenant {
  border: 1px solid #ddd;
  border-radius: 0 0 5px 5px;
  background-color: white;
}

.mt-4 {
  margin-top: 1.5rem;
  padding-bottom: 10px !important;
}

.tenant-table {
  width: 100%;
  table-layout: fixed;
}

.tenant-table td {
  padding: 8px;
  vertical-align: middle;
  font-size: 0.9rem;
  text-align: left;
  word-wrap: break-word;
  white-space: normal;
  overflow: hidden;
}

.tenant-table th, .tenant-table td:nth-child(1) {
  width: 10%;
}

.tenant-table th, .tenant-table td:nth-child(2) {
  width: 35%;
}

.tenant-table th, .tenant-table td:nth-child(3) {
  width: 25%;
}

.tenant-table th, .tenant-table td:nth-child(4) {
  width: 35%;
}

.tenant-table tr {
  border-bottom: 1px solid #ddd;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.button-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding-bottom: 50px;
}

@media (max-width: 600px) {
  .tenant-table td {
    padding: 4px;
    font-size: 0.8rem;
  }
  .full-height, .full-window-height {
    height: auto;
  }
  .button-container {
    padding-bottom: 10px;
  }
}
.heading-spacing {
  margin-top: 20px !important;
  margin-bottom: 40px !important;
}

.form-container {
  padding-bottom: 20px !important;
}

h2.heading-spacing {
  margin-top: 20px !important;
  margin-bottom: 40px !important;
  padding-bottom: 20px !important;
}

.tenant-table tr:nth-child(odd) {
  background-color: #ffffff;
}

.tenant-table tr:nth-child(even) {
  background-color: #f8f8f8;
}

.tenant-table td label {
  display: flex;
  align-items: center;
  overflow-wrap: anywhere;
  overflow: hidden;
  white-space: normal;
}

.tenant-table td:first-child {
  padding-left: 12px;
  padding-bottom: 12px;
}

.tenant-table td label input {
  margin-right: 12px;
}

.tenant-table td label input[type=radio] {
  margin: 5px;
}

@media only screen and (max-width: 990px) {
  .login-options-container .btn {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 16px !important;
    padding: 4px 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 5px !important;
  }
  .login-options-container {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }
  .login-options-container > div {
    width: 100% !important;
  }
  .login-options-container a.btn {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0 !important;
    height: 45px !important;
    margin-bottom: 10px !important;
  }
  .button-separator {
    display: none;
  }
}
.registration .btn {
  width: 90%;
}

@media only screen and (max-width: 768px) {
  .bg-caats-white {
    justify-content: flex-start;
  }
  .body-container {
    margin-top: 0px;
  }
  .snackbar {
    align-items: center;
  }
  .align-items-start {
    align-items: center !important;
  }
  .mt-5, .my-5 {
    margin-top: 1rem !important;
  }
}
.input-field {
  width: 100%;
  box-sizing: border-box;
}

.empty-cell {
  width: 40px !important;
  padding-right: 29px !important;
  box-sizing: border-box;
}

.alert-mt {
  margin-top: 16px;
}

.login-title-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.btn-small-login {
  width: auto !important;
  max-width: 200px;
  padding: 8px 16px;
  font-size: 14px;
}

.info-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}

.info-icon:hover {
  transform: scale(1.1);
}

.button-group {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.button-group button {
  flex: 1;
  max-width: 200px;
  text-align: center;
  padding: 10px 20px;
}

.error-options-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  margin-top: 20px;
}

.error-options-container .btn {
  width: 100% !important;
  max-width: 200px !important;
  font-size: 16px !important;
  padding: 10px 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px !important;
}

.login-card-body {
  padding: 0.75rem !important;
}

.custom-h5-font {
  margin-bottom: 0.25rem !important;
  line-height: 1 !important;
}

.custom-hr {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.custom-mb3 {
  margin-bottom: 0.5rem !important;
}

.custom-form-group {
  margin-bottom: 0.5rem !important;
}

@media (max-width: 1200px) {
  .login-options-container {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .login-options-container .btn {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  .login-options-container a.btn {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
}
