.main-container {
  padding: 0 70px;
  margin: 0;
  background-color: #f9fafb;
  min-height: 100vh;
}
hr {
  border-color: #dcdfea;
  opacity: 100%;
}
.logo img {
  width: 150px;
  height: auto;
}
.visible {
  display: flex;
  width: 100%;
}

.back-button .icon {
  display: flex;
  cursor: pointer;
  color: #FEA327;
}
.bg-date {
  min-height: 48px !important;
  border-color: lightgray;
  width: 98%;
}
.back-button p {
  font-size: 14px;
  color: #FEA327;
}

.bg-light {
  background-color: #F9FAFB !important;
}

.stepper-form {
  background-color: #F9FAFB !important;
  max-width: 1250px;
  margin: 0 auto;
}

.disable-stepper-step {
  pointer-events: none;
  cursor: not-allowed;
}

.tabs-container {
  background-color: #fff;
  border: 1px solid lightgray;
  padding: 20px;
  border-radius: 12px;
  margin-top: 50px !important;
}

.tabs-container .step-1 {
  min-height: 400px;
}

.footer-button {
  position: absolute;
  bottom: 20px;
  right: 10px;
}

.form-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.form-row .form-custom-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-row .form-custom-select img {
  width: 18px;
  display: none;
}

.form-custom-select {
  border: 1px solid lightgray;
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.3s ease-in-out;
  min-height: 48px;
  padding: 0px 20px;
  width: 100%;
}

.form-custom-select .icon {
  color: black;
}

.form-custom-select.selected img {
  display: inline-block;
}

.form-custom-select.selected .icon {
  color: #FEA327;
}

.form-custom-select.selected {
  border-color: #FEA327;
}

.property-details {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.property-details.show {
  display: block;
  opacity: 1;
}

.form-row .form-custom-select-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-row .form-custom-select-2 img {
  width: 18px;
  display: none;
}

.form-custom-select-2 {
  border: 1px solid lightgray;
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.3s ease-in-out;
  min-height: 48px;
  padding: 0px 20px;
  width: 100%;
}

.form-custom-select-2 .icon {
  color: black;
}

.form-custom-select-2.selected img {
  display: inline-block;
}

.form-custom-select-2.selected .icon {
  color: #FEA327;
}

.form-custom-select-2.selected {
  border-color: #FEA327;
}

.form-check a {
  color: #FEA327 !important;
  text-decoration: underline !important;
}

.form-check-input:focus,
.form-check-input:focus-within {
  border-color: #FEA327 !important;
  box-shadow: none !important;
}

.term-conditions {
  overflow-y: auto;
  height: calc(100vh - 370px);
  min-height: 200px;
  padding: 25px;
  border-radius: 8px;
  border: 1px solid #d0d0d1;
}

.form-check-input:checked {
  background-color: #FEA327 !important;
  border-color: #FEA327 !important;
}

.next-btn {
  bottom: 10px;
  right: 20px;
}

label[for="tenant-input"] {
  font-size: 13px;
}

input {
  color: #787878;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0.5;
}

.input-form-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.input-form-row .form-group {
  width: 100%;
}

.form-control,
.form-select {
  min-height: 52px;
  color: #3C3C3C;
  font-weight: 300;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px 0px #1018280D;
}

.form-group label {
  font-size: 0.9rem;
  margin-bottom: 5px;
}

.form-control::placeholder {
  font-size: 0.9rem;
  color: #727678;
}

.disclaimer {
  font-size: 0.9rem;
  color:  orange;
}

.tooltip-inner {
  min-width: 600px !important; 
  background-color: #fff;
  white-space: normal; 
  text-align: left; 
  font-size: 0.75rem;
  color: #000;
  border: 1px solid lightgray;
  padding: 6px 15px;
}


.form-group:has(input[required]) .control-label::after,
.form-group:has(select[required]) .control-label::after,
.form-group:has(textarea[required]) .control-label::after {
  content: "*";
  color: red;
  margin-left: 2px;
}

.drag-drop-document {
  text-align: center;
  cursor: pointer;
  border-radius: 9px;
}

.drag-drop-document img {
  width: 40px;
}

.drag-drop-document h3 {
  font-size: 1rem !important;
}

.drag-drop-document p {
  font-size: 0.7rem !important;
  color: #ccced0;
}

.tab-pane {
  min-height: 150px;
}

.tab-pane h4 {
  color: #000000;
  font-size: 1.3rem;
  font-weight: 600;
}

.flex-box {
  display: flex;
  justify-content: space-between;
}

.form-control:focus {
  border-color: #f3a227;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(216, 139, 72, 0.42);
}

.cancel-upload {
  position: absolute;
  right: 10px;
  color: white;
  font-size: 14px;
  top: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
}

#preview-container {
  margin-top: 15px;
  text-align: center;
}

#preview-container img {
  max-width: 100%;
  max-height: 200px;
  object-fit: contain;
}

#preview-container p {
  font-size: 16px;
  color: #333;
  margin-top: 10px;
}

#drag-drop-area {
  cursor: pointer;
}

.expand-collapse {
  .feature_accordion {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 16px;

    .delete-icon {
      border: 0px;
      background-color: #FFFCF5;
      border-radius: 50%;
      width: 28px;
      height: 28px;
      z-index: 999;
    }
    .validate-accordion.error-accordian {
      border: 1px solid red !important;
    }
    .accordion_item {
      background-color: #FFFCF5;
      border: 1px solid #E0E0E0;
      border-radius: 8px;
      .accordion_header {
        display: flex;
        flex-direction: row;
        gap: 12px;
        align-items: center;
        justify-content: space-between;
        border-radius: 13px;
        padding: 10px;
        font-size: 0.9rem;
        font-weight: 600;
        cursor: pointer;
        z-index: -99;

        .status_indicator {
          transition: transform 500ms;
          transform: rotate(180deg);
          color: #FEA327;
        }

        .icon_with_title {
          display: flex;
          flex-direction: row;
          align-items: center;
          gap: 5px;
          font-size: 16px;

          img {
            width: 20px !important;
            margin-right: 8px;
          }
        }
      }

      .accordion_body {
        display: grid;
        grid-template-rows: 1fr;
        transition: grid-template-rows 500ms;

        .content {
          overflow: hidden;
          padding: 0 14px;
        }
      }
    }
  }
}

.accordion-lists {
  display: flex;
  gap: 7px;
  align-items: self-start;
}

.acc-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.deleteIcon {
  cursor: pointer;
}

.add-applicants-btn {
  margin: 7px 0;
  display: none;
  align-items: flex-end;
  justify-content: end;
}

.add-applicants-btn.active {
  display: flex;
}

.upload-doc-label {
  font-size: 0.9rem;
}
.hidden {
  display: none !important;
}
.age-note {
  font-size: 0.8rem;
  display: flex;
  height: auto;
}
.age-note p {
  margin-bottom: 0;
}
.age-note bold {
  font-weight: 600;
}
.stepper-box {
  display: flex;
  align-items: center;
  gap: 8px;

  .scroll-arrow {
    flex-shrink: 0;
    background: #f8f9fa;
    color: white;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 30;
    transition: opacity 0.3s ease;
  }

  .scroll-arrow:hover {
    opacity: 1;
  }

  .left-arrow {
    order: -1;
    border: 1px solid #FEA327;
    background-color: #FFFFFF;
  }

  .right-arrow {
    border: 1px solid #FEA327;
    background-color: #FFFFFF;
  }
  .right-arrow .icon, .left-arrow .icon {
    color: #FEA327;
  }
  .stepper-container {
    flex: 1;
    min-width: 0;
    overflow-x: hidden;
    white-space: nowrap;
    position: relative;
    padding-top: 4px;
  }

  .stepper {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
  }

  .stepper li {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 0 0 auto;
    min-width: 175px;
    margin-right: 0px;
  }

  .stepper li::before {
    content: "";
    width: 100%;
    height: 3px;
    background: #E4E7EC;
    position: absolute;
    top: 12px;
    left: -54%;
    /* z-index: -1; */
  }

  .stepper li:first-child::before {
    display: none;
  }

  .stepper li.active::before,
  .stepper li.completed::before {
    background: orange;
  }

  .stepper li.completed::after {
    /* content: '✓'; */
    color: white;
    background: orange;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
  }

  .stepper li.active span {
    border: 2px solid #FEA327;
    color: #FEA327;
    background-color: #FFFFFF;
  }

  .stepper li span {
    width: 32px;
    cursor: pointer;
    height: 32px;
    font-size: 11px;
    border-radius: 50%;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #98A2B3;
    border: 2px solid #E4E7EC;
    margin-bottom: 8px;
    z-index: 10;
  }

  .stepper li.completed span {
    background: #FEA327;
    color: #FFFFFF;
    border: 2.4px solid #FFFFFF;
  }

  .stepper li p {
    margin: 0;
    font-size: 11px;
    color: #98A2B3;
    white-space: normal;
    text-align: center;
  }

  .stepper li.active p {
    color: #000000;
  }

  .stepper li.completed p {
    color: #000000;
  }

  .buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }

  .buttons button {
    padding: 10px 20px;
    background: orange;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }

  .buttons button:disabled {
    background: #ccc;
    cursor: not-allowed;
  }
}

.inner-content {
  display: flex;
}

.sidebar {
  flex: 0 0 220px;
  min-width: 200px;
}

.main-content {
  flex: 1;
  min-width: 0;
}

/* Email Verification css */
.email-verification-col {
  min-height: 500px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;
  padding: 20px;
  position: relative;
}

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

.email-button {
  position: absolute;
  bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: end;
}
.otp-button {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  padding: 15px;
  background: white;
  display: flex;
  justify-content: space-between;
}

.email-button button {
  min-width: 120px;
  margin-right: 15px;
}

.sm-card h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

.enter-otp {
  min-height: 500px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}

.otp-code-dec h3 {
  font-size: 1.4rem;
  font-weight: 600;
}
.otp-code-dec p{
  color: #a3a6a8;
}
.otp-code-dec bold{
  color: #606262;
}
.otp-container {
  width: 400px;
  margin: 0 auto;
  text-align: center;
}
.code-container p {
  font-size: 0.9rem;
}
.otp-space {
  display: flex;
  height: 3px;
  width: 13px;
  background-color: #cfd1d4;
}
.resend-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.resend-col p {
  color: #cfd1d4;
}
.code-container {
  .otp-field input {
    width: 55px;
    height: 55px;
    font-size: 32px;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    margin: 2px;
    border: 2px solid #cfd1d4;
    background: #ffffff;
    font-weight: bold;
    color: #9ea1a6;
    outline: none;
    transition: all 0.1s;
  }
  .otp-field {
    display: flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .otp-field input:focus {
    border: 2px solid #FEA327;
    box-shadow: 0 0 2px 2px #FEA327;
  }

  .otp-field input::selection {
    background: white; 
    color: inherit;
  }
  

  .disabled {
    opacity: 0.5;
  }
}

.payment-container {
  margin-top: 2rem;
}

.payment-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.payment-info {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #FEDF89;
  border-radius: 8px;
  padding: 12px 15px;
  background: #FFFAEB;
}

.payment-icon img {
  width: 32px;
}

.payment-content {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.border-red {
  border: 2px solid red;
}
.payment-content a {
  color: #f3a227;
  text-decoration: none;
  font-size: 0.97rem;
}

.input-form-row .mobile-form-col {
  width: 49%;
}

.payment-message {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.payment-cost {
  font-size: 0.97rem;
}

.payment-cost-row {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.payment-summary-text {
  font-size: 0.9rem;
  color: #555;
}

.payment-summary-sep {
  font-size: 0.85rem;
  color: #bbb;
}

.payment-summary-total {
  font-size: 0.9rem;
  color: #1C1C1C;
}

.payment-summary-total strong {
  color: #f3a227;
}

.card-text {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 2rem;
}

.card-icon-img {
  height: 38px;
  position: absolute;
  right: 6px;
  top: calc(50% - 4px);
  width: 60px;
  background-color: #ffffff;
}

.tab-name-col  {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tab-name-col h3 {
  font-size: 1rem;
  font-weight: 600;
}

.terms-section img {
  width: 22px;
}

.terms-section p {
  font-size: 0.813rem;
}

.terms-section .gap-1 {
  gap: 10px;
}

.review-content {
  min-width: 230px;
}

.review-content .label {
  font-size: 0.875rem;
  color: #5d6b98;
  font-weight: 500;
}
.tab-name-col .text-warning {
  text-decoration: none;
}

.review-content .form-answer, .n-a {
  font-size: 0.875rem;
  font-weight: 400;
}

.masked-card-number {
  letter-spacing: 1px;
  font-family: monospace;
}

.masked-expiration-date {
  letter-spacing: -2px;
  font-family: monospace;
  padding-right: 4px;
}

.card-holder-name {
  font-family: monospace;
}

.lt-card {
  border-radius: 15px;
  max-width: 310px;
  border: 1px solid #dcdfea;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lt-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.lt-card-content {
  padding: 10px;
}

.lt-card-image {
  width: 100%;
  height: 180px;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  box-sizing: border-box;
}

.lt-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease-in-out;
  border-radius: inherit;
}

.lt-card:hover .lt-card-image img {
  transform: scale(1.1);
}
.resident-status {
  border-radius: 15px;
  align-items: center;
  display: flex;
  gap: 5px;
  font-size: 0.813rem;
  background-color: #eff1f5;
  color: #5d6b98;
  padding: 3px 10px;
}
.additional-question {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #5d6b98;
  font-size: 13px;
  margin-bottom: 8px;
}
.additional-question img {
  max-width: 18px;
}
.resident-address {
  max-width: 175px;
}

.lt-card-title {
  display: flex;
  justify-content: space-between;
}

.lt-card-title p {
  font-size: 1rem;
}

.lt-card-title p:nth-child(2) {
  color: #5d6b98;
  font-size: 0.875rem;
}

.lt-card-content {
  padding: 10px;
}

.card-tag {
  border-radius: 15px;
  align-items: center;
  display: flex;
  gap: 5px;
  font-size: 0.813rem;
  padding: 4px 8px;
  font-weight: 500;
}

.view-card-info {
  max-width: 300px;
  border: 1px solid #dcdfea;
  border-radius: 8px;
  padding: 14px;
}

.tab-name-col img {
  min-width: 24px;
}
.card-tag.success {
  background-color: #ecfdf3; 
  color: #3eb26a; 
}
.card-tag.number {
  background-color: #eff1f5; 
  color: #5d6b98; 
  padding: 3px 10px;
}

.card-tag.fail {
  background-color: #fdf3f2; 
  color: #f4574c;
}


.card-tag img {
  width: 18px;
}

.file-upload-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.uploaded-file-section {
  .file-upload {
    display: flex;
    align-items: center;
    border: 1px solid #dcdfea;
    border-radius: 8px;
    height: 50px;
    overflow: hidden;
  }

  .file-preview {
    width: 60px;
    height: 100%; 
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #dcdfea; 
  }

  .file-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
  }

  .document-title {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 10px; 
  }

  .document-title p {
    color: #5d6b98;
    margin: 0;
    font-size: 0.875rem;
  }
}

.job-title {
  color: #212529 !important;
}

.card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}


.card-info {
  border: 1px solid #dcdfea;
  border-radius: 8px;
  padding: 14px;
}

.card-info-title {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
  font-size: 0.875rem;
}

.reason-move {
  color: #000;
  font-size: 0.813rem;
  margin: 0;
}

.card-info-title h4 {
  font-size: 0.875rem;
  margin: 0;
}

.card-info-title p {
  color: #5d6b98;
  margin: 0;
}

.card-info-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.card-content {
  display: flex;
  justify-content: space-between;
  font-size: 0.813rem;
}

.card-content p {
  color: #5d6b98;
  margin: 0;
}

.card-content p:nth-child(2) {
  color: #000;
}

.resident-card {
  width: 350px;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.payment-card-details {
  display: flex;
  justify-content: space-between;
  gap: 15px;

  .cvv-field {
    max-width: 100px;
  }

  .expiration-date {
    max-width: 125px;
  }
  .form-group {
    width: 100%;
  }
  .form-control,
  .form-select {
    min-height: 48px;
  }
}

.un-paid-disclaimer{
    display: flex;
    border: 1px solid #F79009;
    border-radius: 8px;
}
.disclaimer-img-container{
  background-color: #F79009;
  padding: 14px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.disclaimer-text{
  padding: 14px;
  color: #F79009;
}
.disclaimer-img-container img{
  cursor: pointer;
  width: 25px;
  filter: brightness(0) invert(1);
}

/* media queries for mobile */

@media screen and (max-width: 767px) {
  .tabs-container {
    width: 100%;
    margin-top: 40px !important;
  }

  .input-form-row .mobile-form-col {
    width: 100%;
  }

  .tabs-container .step-1 {
    min-height: 400px;
  }

  .form-row {
    display: flex;
    flex-direction: column;
  }

  .input-form-row {
    display: flex;
    flex-direction: column;
  }

  .flex-box {
    display: flex;
    flex-direction: column;
  }

  .inner-content {
    display: flex;
    flex-direction: column;
  }

  .main-content {
    padding: 5px 20px;
  }

  .sidebar {
    padding: 5px 20px;
  }

  .stepper li span {
    width: 30px !important;
    height: 30px !important;
  }

  .stepper li p {
    font-size: 0.9rem;
  }

  .stepper li span {
    font-size: 0.9rem;
    line-height: 10px;
  }

  .stepper li {
    min-width: 140px !important;
  }

  .stepper li::before {
    top: 15px !important;
    left: -57% !important;
  }

  .mobile-flex {
    flex-direction: column !important;
  }
  .age-note {
    position: relative;
    font-size: 0.8rem;
    margin-top: 5px;
    height: auto;
  }
  .email-verification-col {
    justify-content: normal;
    min-height: 350px;
  }
  .otp-container {
    width: auto;
  }
  .code-container {
    .otp-field input {
      width: 40px;
      height: 40px;
      font-size: 24px;
    }
  }
  .bg-date {
    width: 100%;
  }
  .payment-message {
    font-size: 1rem;
  }
  .payment-card-details {
    flex-direction: column;

    .expiration-date {
      max-width: 100%;
    }

    .cvv-field {
      max-width: 100%;
    }
  }
}

@media screen and (max-width: 575px) {
  .tabs-container {
    width: 100%;
    margin-top: 40px !important;
  }

  .tabs-container .step-1 {
    min-height: 400px;
  }

  .form-row {
    display: flex;
    flex-direction: column;
  }

  .input-form-row {
    display: flex;
    flex-direction: column;
  }
  .input-form-row .mobile-form-col {
    width: 100%;
  }
  .flex-box {
    display: flex;
    flex-direction: column;
  }

  .inner-content {
    display: flex;
    flex-direction: column;
  }

  .main-content {
    padding: 5px 5px;
  }

  .sidebar {
    padding: 5px 20px;
  }

  .stepper li span {
    width: 30px !important;
    height: 30px !important;
  }

  .stepper li p {
    font-size: 0.9rem;
  }

  .stepper li span {
    font-size: 0.9rem;
    line-height: 10px;
  }

  .stepper li {
    min-width: 140px !important;
  }

  .stepper li::before {
    top: 15px !important;
    left: -57% !important;
  }
  .bg-date {
    width: 100%;
  }
  .tooltip-inner {
    min-width: 200px !important; 
  }

  .card-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .file-upload-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .inner-content {
    flex-direction: column;
    padding: 10px 34px;
  }
  .bg-date {
    width: 98%;
  }
  .tooltip-inner {
    min-width: 200px !important;
  }
  .card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 992px) {
  .inner-content {
    padding: 10px 40px;
  }

  .main-content {
    width: 100%;
    overflow-x: auto;
  }

  .stepper-box {
    max-width: 100%;
  }

  .tabs-container {
    overflow-x: hidden;
  }

  .stepper-container {
    overflow-x: auto;
  }

  .scroll-arrow {
    display: flex;
    z-index: 2;
  }

  .button-container {
    width: 100%;
    box-sizing: border-box;
  }

  .tooltip-inner {
    min-width: 400px !important;
  }
}


@media screen and (min-width: 1024px) {
  .card-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

.autosave-status {
  font-size: 0.8rem;
  color: #999;
  transition: opacity 0.3s;
}

.autosave-status.saving {
  color: #FEA327;
}

.autosave-status.saved {
  color: #6E6E6E;
}
