* {
  margin: 0;
  padding: 0;
}
.xero-landing-image{
  margin: 90px 0px 0px 465px;
}
.auth-input::placeholder {
  color: #5F6368;
  font-size: 14px;
  font-weight: 400;
}
.auth-input{
  border-radius: 8px !important;
}
.card-text{
  color: #000000;
  font-size: 13px;
  font-weight: 300;
}
.bg-login-image{
  background-image: url('/static/images/bg_login.png');
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wrapper{
  background-color: white;
  border-radius: 8px;
  padding: 30px;
}
.custom-flash{
  position: absolute !important;
  bottom: 0px !important;
  border: none !important;
  background-color: #000000 !important;
  color: #FFFFFF !important;
  right: 10px !important;
  border-radius: 8px !important;
  padding: 10px !important;
  float: right !important;
  z-index: 1 !important;
}

input::-ms-reveal {
  display: none;
}
.bg-suggestion{
  background-color: #FFFFFF;
  border: 1px solid #0000001A;
  border-radius: 22px;
}
.question-suggestion{
  padding: 8px 22px 8px 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  text-align: left;
}
.google-authentication{
  padding: 9px 8px 9px 8px;
  gap: 8px;
  border-radius: 5px;

  opacity: 0px;
}
.already-account{
  font-size: 12px;
  font-weight: 400;
  color: #5F6368;
}
.file-widget{
  padding-left: 20px;
}

.authentication-field{
  padding: 9px 16px 9px 16px !important;
  gap: 8px !important;
  border-radius: 8px !important;
  border: 1px solid #0000001A !important;

}
.bg-image{
  background-color: rgba(255, 255, 255, 0.94);
  background-image: url('/static/images/bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 650px; */
  background-blend-mode: overlay;
  width: 101%;
  left: 0;
  top: 0;
}
.child h1{
  Color:black !important;
}
.dark-mode {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.landing-heading{
  font-size: 40px;
  font-weight: 600;
  line-height: 54px;
  text-align: left;
  background: linear-gradient(to left, #000000, #666666);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.upload-heading{
  font-size: 40px !important;
  font-weight: 600 !important;
  line-height: 54px !important;
  text-align: left !important;
}
.yoo{
  color: black;
  background: linear-gradient(to top, #00000070 10%, black);
  -webkit-background-clip: text; /* Clip the gradient to the text */
  -webkit-text-fill-color: transparent; /* Make text color transparent to show the gradient */
  
}
.landing-sub-heading{
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #000000;
  text-align: left;
}
.landing-card-image{
  height: 90px;
  width: 90px !important;
  margin: 15px;
  margin-bottom: -10px;
}
.box1 {
  background-image: url('/static/images/shadow.png');
  background-size: cover; /* Ensure the background image covers the entire div */
  background-position: center center; /* Centers the image both horizontally and vertically */
  width: 100%; /* Make the div take up the full width */
  height: 80vh; /* Optional: Make the div take up the full height of the viewport */
}
.list{
  width: 75%;
  background-color: white;
  top: 1173px;
  left: 849px;
  padding: 8px;
  border-radius: 16px;
  border: 1px solid #0000001A;
}
.frequent-question{
  font-size: 40px;
  font-weight: 600;
  line-height: 54px;
}
.accordion-button::after{
  background-image: url('/static/images/plus-icon.svg') !important;
}

@media (max-width: 576px){
  .xero-file-image{
    text-align: center;
  }
  .mobile-responsive{
    display: none;
  }
  .bg-image{
    background-color: rgba(255, 255, 255, 0.94);
    background-image: url('/static/images/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 100%; */
    background-blend-mode: overlay;
    width: 100%;
    left: 0;
    top: 0;
  }
}


@media (max-width: 320px) {
  .frequent-question{
    font-size: 25px;
    font-weight: 600;
    line-height: 54px;
  }
  .landing-card-space{
    margin-left: 28px;
  }
  .landing-body-space{
    margin-top: 30px !important;
  }
}
@media (min-width: 320px) {
  .frequent-question{
    font-size: 25px;
    font-weight: 600;
    line-height: 54px;
  }
  .no-mobile-display{
    display: none;
  }
  .landing-card-space{
    margin-left: 28px;
  }
  .xero-landing-image{
    .no-mobile-display{
      display: none;
    }
  }
  .landing-body-space{
    margin-top: 30px !important;
  }
}
@media (max-width: 576px) {
  .set-width{
      width: 78% !important;
      margin-left: 18px !important;
  }
}
@media (min-width: 480px) {
  
  .frequent-question{
    font-size: 25px;
    font-weight: 600;
    line-height: 54px;
  }
  .no-mobile-display{
    display: none;
  }
  .landing-card-space{
    margin-left: 28px;
  }
  .landing-body-space{
    margin-top: 30px !important;
  }
}
@media (min-width: 576px) {
  .landing-message-img{
    /* height: 18vw; */
    width: 76% !important; 
    height: 223px;
  }
  .xero-file-image{
    margin-left: 18vw !important;
  }
  .set-width{
    width: 78% !important;
    margin-left: 18px !important;
  }
  .frequent-question{
    font-size: 25px;
    font-weight: 600;
    line-height: 54px;
  }
  .no-mobile-display{
    display: none;
  }
  .landing-card-space{
    margin-left: 28px;
  }
  .xero-landing-image{
    margin:  0px 0px 0px 400px !important;
  }
  .landing-body-space{
    margin-top: 30px !important;
  }
}
@media (min-width: 768px) {
  .faq-space{
    padding-top: 40px; 
    margin-bottom: 0px;
  }
  .left-update-space{
    width: 7.22% !important;
  }
  .landing-card-space{
    margin-left: 30px;
  }
  .xero-file-image{
    margin-left: 9vw !important;
  }
  .set-width{
    width: 45% !important;
  }
  .xero-landing-image{
    margin:  70px 0px 0px 0px !important;
    
  }
  .frequent-question{
    font-size: 40px;
    font-weight: 600;
    line-height: 54px;
  }
  .no-mobile-display{
    display: none; 
  }
  .landing-body-space{
    margin-top: 90px !important;
  }
}
@media (min-width: 992px) {
  .landing-card-space{
    margin-left: 20px;
  }
  .no-mobile-display{
    display: block; 
  }
  .set-width{
    width: 53% !important;
  }
  
  .landing-body-space{
    margin-top: 106px !important;
  }
}

@media (min-width: 2025px) {
  /* .set-width{
    width: 103% !important;
  } */
}