@import url('webflow_style.css');

.doxra.no-overflow {
  overflow: hidden;
}
.doxra {
  height: 100vh;
  max-height: 100vh;
  background-color: #16161a;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
}
body {
  background-color: var(--black);
  color: var(--white);
  font-family: Inter, sans-serif;
}
body {
  min-height: 100%;
  color: #333;
  background-color: #fff;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

body {
  margin: 0;
}
* {
  box-sizing: border-box;
  color: #fff;
}
injected stylesheet
* {
  scroll-padding-top: 80px;
}
user agent stylesheet
body {
  display: block;
  margin: 8px;
  overflow-y: hidden;
}
:root {
  --black: black;
  --white: white;
}
injected stylesheet
:host, :root {
  --rem: 16;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
}

.image-wrap {
  height: 100vh;
  flex: 1;
}
.auth-form-wrap {
  height: 100vh;
  max-width: 50%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 139px;
  padding-right: 139px;
  display: flex;
}
.auth-title-wrap {
  width: 100%;
  /* max-width: 442px; */
  margin-bottom: 20px;
  margin-top: 2px;
  text-align: center;
}
.auth-title-wrap > h3, .auth-title-wrap > h4  {
  text-align: center;
  /* padding-left: 40px; */
  margin-top: 0px;
}
.auth-form-block {
  width: 100%;
}
.flex {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}
.auth-form-block {
  width: 100%;
}
.auth-form {
  max-width: 442px;
  grid-column-gap: 24px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
  margin: auto;
}

.w-input, .w-select {
  width: 100%;
  height: 38px;
  /* color: #333; */
  color: white;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.auth-input-field {
  width: 100%;
  color:#fff;
  height: 42px;
  background-color: #1c1e27;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  padding: 16px;
  flex: 1;
}

.primary-btn.auth {
  padding: 16px;
}
input.w-button {
  -webkit-appearance: button;
}
.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}
.primary-btn {
  color: var(--white);
  background-color: #1a4cd3;
  border-radius: 8px;
  padding: 8px 12px;
  text-decoration: none;
}
.gray-text {
  color: #BEC0CA;
}
.blue-link {
  color: #1f5cff;
  text-decoration: none;
}
.first-part, .second-part {
  display: flex;
  align-items:center;
  margin-bottom: 10px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.second-part .first-part .auth-input-field {
  flex: 1; 
}
.second-part .second-part-buttons {
  margin-top: 16px; 
}
.second-part .first-part .form-text-icon {
  margin-right: 10px;
}
.second-part-warp {
  display: flex;
  align-items: center; /* Align items vertically in the center */
}

.img {
  width: 40px;
  margin-right: 5px;
}

.form-text-card-title {
  color: #BEC0CA;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
}
.form-text {
  white-space: pre-wrap;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid rgb(255, 255, 255);
  padding: 5px;
  border-radius: 8px; 
  overflow: hidden;
  box-sizing: border-box;

}

.form-text-container {
  display: flex;
  align-items: center; 
  width: 100%;
  margin-bottom: 5px;
}

.column {

  flex:50;
}


.form-text-icon {
  max-height: 32px;
  margin-bottom: 8px;
  width: 30px;
  margin-right: 10px; 
}
.animate {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.second-part.hidden {
  display: none;
}
.hidden {
  display: none;
}
.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}
.w-form-fail {
  color: #D42620;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

img.auth-image{
  object-fit: cover;
  height: 100vh;
  width: 50vw;
  flex: 1;
}

img.auth-image{
  height: 100vh;
  width: 50vw;
  flex: 1;
}

.logo-wrap {
  padding-left: 20px;
  padding-top: 20px;
  position: absolute;
}

 .third-part.info-detail-wrap.with-b-border {
  cursor: pointer;
  border-bottom: .5px solid #BEC0CA;
  border-radius: 0;
}
.third-part.info-detail-wrap {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 5px;
  align-items: center;
  padding: 5px;
  display: flex;
}
.fourth-part-wrap, .creditFinalpopup, .third-part {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.review{
  grid-column-gap: 24px;
  align-items: flex-start;
}
.text-bright {
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.50);
  font-weight: 600;
}
.line-through {
  text-decoration: line-through;
  color: rgba(255, 255, 255, 0.50);
}
.progress-wrap {
  position: absolute;
  box-shadow: 0px 20px 24px -4px rgba(0, 0, 0, 0.1), 0px 8px 8px -4px rgba(0, 0, 0, 0.04);
  /* backdrop-filter: blur(84px); */
  backdrop-filter: blur(22px);
  border-radius: 24px;
  /* background-color: rgba(62, 56, 56, 0.55); */
  background-color: rgba(255, 255, 255, 0.1);
  /* width: 100%; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 32px;
  /* box-sizing: border-box; */
  /* gap: 32px; */
  text-align: left;
  font-size: 16px;
  color: white;
  font-family: Inter, sans-serif;;
  top: calc(50% - 182px);
  left: calc(20vw - 126px);
  /* left: 20px; */
  }
  .progress-wrap > p {
    font-size: 18px;
    font-weight: 800;
  }

  /* .progress-wrap {
    position: absolute;
    box-shadow: 0px 20px 24px -4px rgba(0, 0, 0, 0.1), 0px 8px 8px -4px rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(10px);
    border-radius: 0px 24px 24px 0px;
    background-color: rgba(62, 56, 56, 0.55);
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 32px;
    
    text-align: left;
    font-size: 16px;
    color: white;
    font-family: Inter;
    top: calc(50% - 182px);
    
    left: 0px;
} */
@media (max-width: 890px) {
  .hide-on-small {
    display: none;
  }
  body {
    overflow: auto;
  }
  .doxra {
    display: block;
  }
  .auth-form-wrap {
    margin-top: 40px;
    height: auto;
    max-width: 100%;
  }
  .logo-wrap {
    position: static;
  }
  .progress-wrap {
    display: none;
    top: 0px;
    /* right: 50%; */
    left: calc(50% - 125px);
  }
}
@media (max-width: 600px) {
  .auth-form-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 380px) {
  .auth-form-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}