/* Sign In Page Css */
.sign-in-sec .sign-in-container {
  max-width: 773px;
  width: 100%;
  padding: 40px;
  gap: 30px;
  border-radius: 40px;
  background-color: #ffffff;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 130px;
}

.sign-in-container .top-heading {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #d3d4fd;
  margin-bottom: 30px;
}

.sign-in-container .top-heading h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 35.2px;
  letter-spacing: -0.02em;
  color: #101044;
  margin: 0;
}

.sign-in-container .top-heading p {
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #101044;
  margin: 0;
}

.sign-in-container .top-heading p a {
  font-weight: 500;
  color: #101044;
}

.sign-in-container .input-container .input-box {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 30px;
}

.sign-in-container .input-container .input-box label {
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  color: #13141a;
}

.sign-in-container .input-container .input-box input {
  height: 50px;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #eeeeee;
  padding: 13px 12px;
  background-color: #fbfbfb;
  outline: none;
}

.sign-in-container .input-container button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5px;
  background: #99f22b;
  border-radius: 5.57px;
  padding: 10px 18px;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
  color: #101044;
  width: 100%;
}

.promo-section.sign-in-promo {
  background-color: transparent;
}

/* Sign in Message Page Css */

.sign-in-msg-sec .sign-in-msg-container {
  max-width: 773px;
  width: 100%;
  padding: 40px;
  gap: 30px;
  border-radius: 40px;
  background-color: #ffffff;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 250px 0px;
  text-align: center;
}

.sign-in-msg-container h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 35.2px;
  letter-spacing: -0.02em;
  color: #101044;
  margin-bottom: 20px;
}

.sign-in-msg-container p {
  font-size: 18px;
  font-weight: 300;
  line-height: 19.8px;
  letter-spacing: -0.02em;
  color: #13141a;
  margin: 0;
}

.sign-in-msg-container p a {
  font-weight: 500;
  color: #675df4;
}

/* User Account Menu 2 Page Css */

.personal-info .sign-in-container .top-heading {
  align-items: flex-start;
  border: none;
}

/* User Account Menu 3 Page Css */

.your-setting .sign-in-container {
  max-width: 738px;
}

.your-setting .sign-in-container h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 27px;
  margin: 0;
  color: #101044;
}

.your-setting .sign-in-container ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.your-setting .sign-in-container ul li {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.your-setting .sign-in-container ul li h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  margin: 0;
  color: #13141a;
}

.your-setting .sign-in-container ul li p {
  font-size: 18px;
  font-weight: 300;
  line-height: 19.8px;
  letter-spacing: -0.02em;
  color: #13141a;
  margin: 0;
}

.your-setting .table-container {
  display: flex;
  justify-content: space-between;
}

.your-setting .table-container .table-frame-2 {
  display: flex;
  gap: 167px;
}

.your-setting .table-container ul {
  gap: 20px;
  margin: 0;
}

.your-setting .table-container ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  color: #13141a;
}

.your-setting .table-container .table-frame h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  color: #13141a;
  margin-bottom: 30px;
}

.form-check-input:checked {
  background-color: #675df4;
}

.common-heading h2 span {
  position: relative;
}

.common-heading h2 span img {
  position: absolute;
  left: 0;
}

/* User account menu page 4 css */

.profile-sec .container-style {
  width: 100%;
  max-width: 1440px;
  padding: 0 122px;
  margin: 0 auto;
  margin-top: 150px;
  margin-bottom: 65px;
}

.profile-sec .profile-sec {
  width: 100%;
  padding: 64px 0;
}

.profile-sec .head {
  max-width: 158px;
  height: 36.55px;
  display: flex;
  gap: 8px;
  align-items: center;
  border: 2.53px solid rgba(16, 16, 68, 1);
  margin: 0 auto;
}

.profile-sec .head div {
  width: 20.91px;
  height: 100%;
  background-color: rgba(55, 72, 234, 1);
}

.profile-sec .head h3 {
  margin: 0;
  font-family: Alexandria;
  font-size: 22.24px;
  font-weight: 600;
  line-height: 18.56px;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}

.profile-sec .sale {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
}

.profile-sec .sale h6 {
  font-family: Alexandria;
  font-size: 16px;
  font-weight: 300;
  line-height: 35.15px;
  text-align: center;
  color: rgba(0, 0, 0, 1);
  margin: 0;
}

.profile-sec .sale h2 {
  font-family: Alexandria;
  font-size: 60px;
  font-weight: 500;
  line-height: 66px;
  letter-spacing: -0.02em;
  text-align: center;
  color: rgba(16, 16, 68, 1);
  margin: 0;
}

.profile-sec .pr-card {
  margin: 0 auto;
  max-width: 773px;
  padding: 40px 70px;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 1);
}

.profile-sec .pr-card h2 {
  max-width: 575px;
  font-family: Alexandria;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: center;
  color: rgba(19, 20, 26, 1);
  margin: 0 auto;
}

.profile-sec .pr-card .pr-bottom {
  display: flex;
  gap: 15px;
  padding-top: 40px;
}

.profile-sec .pr-bottom .right {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
}

.profile-sec .pr-bottom .right::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  height: 100%;
  width: 2px;
  background-color: #d3d4fd;
}

.profile-sec .pr-bottom .right::after {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  height: 25%;
  width: 2px;
  background-color: #99f22b;
}

.profile-sec .pr-bottom .right .disc {
  /* opacity: 50%; */
  position: relative;
}

.profile-sec .pr-bottom .right .disc::before {
  content: "";
  position: absolute;
  top: 0;
  left: -32px;
  width: 24px;
  height: 24px;
  background-image: url(../images/green-check.svg);
  background-repeat: no-repeat;
  z-index: 1;
}

.profile-sec .pr-bottom .right .disc h3 {
  font-family: Alexandria;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: rgba(16, 16, 68, 1);
  margin: 0;
}

.profile-sec .pr-bottom .right .disc p {
  font-family: Alexandria;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  color: rgba(0, 0, 0, 1);
  margin: 0;
}

.profile-sec .pr-bottom .right .disc a {
  font-family: Alexandria;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(105, 93, 253, 1);
  text-decoration: underline;
}

.profile-sec .pr-bottom .right .disc:nth-child(2) {
  opacity: 1;
}

.profile-sec .preview {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
}

.profile-sec .preview h1 {
  font-family: Alexandria;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
  color: rgba(105, 93, 253, 1);
  margin: 0;
}

.profile-sec .preview a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5px;
  width: 354px;
  background-color: rgba(153, 242, 43, 1);
  padding: 10px 18px;
  border-radius: 5.57px;
  font-family: Alexandria;
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
  color: rgba(16, 16, 68, 1);
  text-decoration: none;
}

/* User account menu page 5 css */

.pr-two .container-style {
  padding: 0 32px;
}

.pr-two .bd {
  width: 100%;
  height: 1px;
  background-color: rgba(211, 212, 253, 1);
}

.pr-two .card-holder {
  width: 100%;
  display: flex;
  gap: 32px;
}

.pr-two .dis-card {
  max-width: 571px;
  padding: 40px;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: rgba(255, 255, 255, 1);
}

.pr-two .dis-card .heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pr-two .dis-card .heading h1 {
  margin: 0;
  font-family: Alexandria;
  font-size: 24px;
  font-weight: 500;
  line-height: 26.4px;
  letter-spacing: -0.02em;
  text-align: left;
  color: rgba(16, 16, 68, 1);
}

.pr-two .dis-card .heading h2 {
  margin: 0;
  font-family: Alexandria;
  font-size: 18px;
  font-weight: 500;
  line-height: 19.8px;
  letter-spacing: -0.02em;
  text-align: left;
  color: rgba(16, 16, 68, 1);
}

.pr-two .dis-card .heading h2 span {
  color: rgba(103, 93, 244, 1);
}

.pr-two .dis-card .heading p {
  margin: 0;
  font-family: Alexandria;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: left;
  color: rgba(16, 16, 68, 1);
}

.pr-two .dis-card .flw-steps {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pr-two .dis-card .flw-steps .step {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pr-two .dis-card .flw-steps .step h6 {
  border-radius: 50%;
  border: 2px solid rgba(211, 212, 253, 1);
  padding: 13px 19px;
  margin: 0;
  font-family: Alexandria;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.07px;
  text-align: center;
  color: rgba(70, 86, 104, 1);
}

.pr-two .dis-card .flw-steps .step h2 {
  font-family: Alexandria;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: left;
  color: rgba(16, 16, 68, 1);
}

.pr-two .detail {
  width: 100%;
  max-width: 683px;
  padding: 40px;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 1);
}

.pr-two .detail form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pr-two .detail form .field-row {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.pr-two .detail form .field-column {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}

.pr-two .detail form .field-column label {
  font-family: Alexandria;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: rgba(19, 20, 26, 1);
}

.pr-two .detail form .field-row .field-column select {
  width: 100%;
  max-width: 336px;
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid rgba(238, 238, 238, 1);
  background-color: rgba(238, 241, 255, 1);
}

.pr-two .detail form .field-row .field-column select:focus,
.pr-two .detail form .field-column input:focus {
  outline: none;
  border: 1px solid rgba(172, 239, 86, 1);
}

.pr-two .detail form .field-column input {
  width: 100%;
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid rgba(238, 238, 238, 1);
  background-color: rgba(238, 241, 255, 1);
}

.pr-two .detail form .radio {
  display: flex;
  align-items: center;
  gap: 20px;
}

.pr-two .detail form button {
  border: none;
  outline: none;
  max-width: 235px;
  border-radius: 5.57px;
  padding: 10px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5px;
  background-color: rgba(153, 242, 43, 1);
  font-family: Alexandria;
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
  color: rgba(16, 16, 68, 1);
}

/* User account menu page 6 css */

.your-vehicles .card-frame .estimated-price .slider {
  max-width: 500px;
  width: 100%;
}

.your-vehicles .card-frame .btn-container {
  max-width: 330px;
  flex-direction: row-reverse;
}

.your-vehicles .valuation-container .card-frame .car-report {
  justify-content: space-between;
  width: 100%;
}

/* User account menu page 7 css */

.profile-sec .accordion-item .accordion-button {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 0px;
  border: none;
}

.profile-sec .accordion-item .accordion-button::after {
  background-color: transparent;
}

.profile-sec .accordion-body {
  padding-inline: 0px;
}

.profile-sec .accordion-button:not(.collapsed) {
  box-shadow: none;
}

/* User account menu page 8 css */

.profile-sec .pricing-frame h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 43.2px;
  text-align: center;
  color: #675df4;
  margin: 0;
}

.profile-sec .pr-card .pr-bottom {
  padding-top: 0px;
}

.profile-sec .pricing-frame p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: center;
  color: #101044;
  margin: 0;
  text-align: center;
}

.profile-sec .pricing-frame h4 {
  font-size: 60px;
  font-weight: 500;
  line-height: 66px;
  letter-spacing: -0.02em;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.profile-sec .pricing-frame h4 img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 221px;
}

.profile-sec .pricing-frame .happens-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.profile-sec .pricing-frame .happens-btn a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #675df4;
  text-decoration: underline;
}

.profile-sec .pricing-frame hr {
  margin: 50px 0px;
  width: 100%;
  color: #d3d4fd;
}

.profile-sec .verify-btn {
  border: none;
  outline: none;
  background-color: #99f22b;
  padding: 10px 18px 10px 18px;
  border-radius: 5.57px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5px;
  width: 100%;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
  color: #101044;
}

.profile-sec {
  position: relative;
}

.profile-sec .celebration-img {
  max-width: 980px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

/* Dash Column Sec CSS */

.dash-column-sec {
  padding-top: 150px;
  padding-bottom: 65px;
}

.dash-column-sec .container-style {
  max-width: 1380px;
  margin-inline: auto;
}

.dash-column-sec .steps-container {
  justify-content: center;
  margin-bottom: 30px;
}

.dash-column-sec .heading-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
  padding-left: 40px;
}

.dash-column-sec .heading-container h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: -0.02em;
  color: #101044;
  margin: 0;
}

.dash-column-sec .heading-container p {
  font-size: 18px;
  font-weight: 300;
  line-height: 25.2px;
  letter-spacing: -0.02em;
  color: #101044;
  margin: 0;
}

.dash-column-sec .frame-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.dash-column-sec .frame-container .frame {
  padding: 40px;
  gap: 40px;
  border-radius: 40px;
  background-color: #ffffff;
}

.dash-column-sec .frame-container .frame h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 26.4px;
  letter-spacing: -0.02em;
  color: #101044;
  margin: 0;
}

.dash-column-sec .frame-container .frame hr {
  color: #d3d4fd;
  height: 1px;
  width: 100%;
  margin: 20px 0px;
}

.dash-column-sec .frame-container .frame ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.dash-column-sec .frame-container .frame ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #101044;
}

.dash-column-sec .frame-container .frame ul li span:nth-child(2) {
  font-weight: 300;
}

.dash-column-sec .accordion-frame .accordion {
  margin: 0;
}

.dash-column-sec .accordion-frame {
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #d3d4fd;
  background-color: #ffffff;
}

.dash-column-sec .accordion-frame .accordion-item {
  border: none;
}

.dash-column-sec .accordion-frame .accordion-item .accordion-button {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #101044;
  padding: 0;
  border-bottom: 1px solid #d3d4fd;
  padding-bottom: 10px;
}

.dash-column-sec .accordion-frame .accordion-item .accordion-button::after {
  background-color: transparent;
}

.dash-column-sec .accordion-frame .accordion-item .accordion-body {
  padding: 0px;
}

.dash-column-sec .accordion-frame .inner-accordion {
  padding: 6px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dash-column-sec .accordion-frame .inner-accordion .accordion-button {
  border: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #101044;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.dash-column-sec .accordion-frame .inner-accordion .accordion-body ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dash-column-sec .accordion-frame .inner-accordion .accordion-body ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dash-column-sec
  .accordion-frame
  .inner-accordion
  .accordion-body
  ul
  li
  .img-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dash-column-sec
  .accordion-frame
  .inner-accordion
  .accordion-body
  ul
  li
  .img-box {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  background-color: #101044;
}

.dash-column-sec .accordion-frame .inner-accordion .accordion-body ul li span {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #101044;
}

.dash-column-sec .accordion-frame .inner-accordion .accordion-body ul li p {
  font-size: 14px;
  font-weight: 300;
  line-height: 17.07px;
  color: #13141a;
  margin: 0;
}

.dash-column-sec .accordion-frame .inner-accordion .accordion-body ul li h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #101044;
  margin: 0;
}

.dash-column-sec .frame .top-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dash-column-sec .frame .img-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dash-column-sec .frame .img-container .img-box {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  background-color: #101044;
}

.dash-column-sec .check-box ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.dash-column-sec .check-box ul li {
  display: flex;
  gap: 10px;
}

.dash-column-sec .check-btn {
  height: 54.55px;
  border-radius: 5.57px;
  background-color: #99f22b;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  font-size: 18.55px;
  font-weight: 400;
  line-height: 35.15px;
  color: #101044;
}

.dash-column-sec .frame .registration {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  margin: 0;
}

.dash-column-sec .frame .registration img {
  max-width: 230px;
}

.dash-column-sec .frame .car-report {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: flex-start;
  margin: 0;
  margin-top: 28px;
}

.dash-column-sec .frame .car-report img {
  max-width: 80px;
}

.dash-column-sec .frame .car-report .report-details h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 35.2px;
  letter-spacing: -0.02em;
  color: #101044;
}

.dash-column-sec .frame .car-report .report-details ul {
  flex-direction: row;
}

.dash-column-sec .frame .separator-line {
  margin: 28px 0px;
}

.dash-column-sec .frame .sale-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dash-column-sec .frame .sale-price h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 26.4px;
  letter-spacing: -0.02em;
  color: #101044;
}

.dash-column-sec .frame .sale-price h2 {
  font-size: 60px;
  font-weight: 500;
  line-height: 66px;
  letter-spacing: -0.02em;
  color: #101044;
  position: relative;
}

.dash-column-sec .frame .sale-price h2 img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.dash-column-sec .frame.need-help {
  padding: 0;
  overflow: hidden;
}

.dash-column-sec .frame.need-help .top-head {
  padding: 20px 30px 20px 30px;
  background-color: #695dfd;
  display: flex;
  align-items: center;
  gap: 20px;
}

.dash-column-sec .frame.need-help .top-head h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 27px;
  color: #ffffff;
  margin: 0;
}

.dash-column-sec .frame.need-help ul {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-direction: row;
  padding: 20px 30px 20px 30px;
}

.dash-column-sec .frame.need-help ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  letter-spacing: -0.02em;
  color: #13141a;
}

.dash-column-sec .frame.need-help ul li span {
  font-weight: 400 !important;
}

.dash-column-sec .frame.need-help ul .separator {
  width: 1px;
  height: 44px;
  background-color: #c4c5fc;
}

.dash-column-sec .frame .input-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.dash-column-sec .frame .input-container .input-box,
.dash-column-sec .frame .input-container .radio-box {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.dash-column-sec .frame .input-container .input-box label,
.dash-column-sec .frame .input-container .radio-box label {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #13141a;
}

.dash-column-sec .frame .input-container .input-box input {
  width: 100%;
  height: 44px;
  border-radius: 6px;
  border: 1px solid #eeeeee;
  padding: 10px 12px;
  background-color: #eef1ff;
}

.dash-column-sec .frame .input-container .radio-container {
  display: flex;
  align-items: center;
  gap: 20px;
}

.dash-column-sec .frame .input-container .sub-cont-btn {
  height: 55px;
  gap: 1.5px;
  border-radius: 5.57px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #99f22b;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
  color: #101044;
}

.dash-column-sec .frame .top-area {
  display: flex;
  align-items: center;
  gap: 20px;
}

.dash-column-sec .frame .top-area .img-box img {
  max-width: 240px;
}

.dash-column-sec .frame .top-area .msg-text {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dash-column-sec .frame .top-area .msg-text img {
  max-width: 30px;
}

.dash-column-sec .frame .bottom-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dash-column-sec .frame .bottom-area .left-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.dash-column-sec .frame .bottom-area .left-text h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #101044;
  margin: 0;
}

.dash-column-sec .frame .bottom-area .left-text h6 {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #101044;
  margin: 0;
}

.dash-column-sec .frame .bottom-area .add-btn button {
  height: 58px;
  width: 239px;
  gap: 1.5px;
  border-radius: 5.57px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #99f22b;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
  color: #101044;
  position: relative;
}

.dash-column-sec .frame .bottom-area .add-btn button input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.dash-column-sec .frame .warning-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  background-color: #ecf1fd80;
  border: 1px solid #d3d4fd;
  border-radius: 10px;
  padding: 20px;
  border-style: dashed;
}

.dash-column-sec .frame .warning-message h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 19.8px;
  letter-spacing: -0.02em;
  color: #101044;
}

.dash-column-sec .frame .warning-message p {
  font-weight: 300;
}

.dash-column-sec .frame.summary-of-sale ul {
  gap: 30px;
}

.dash-column-sec .frame.summary-of-sale ul li:not(:last-child) {
  border-bottom: 1px solid #d3d4fd;
  padding-bottom: 30px;
}

.dash-column-sec .frame.summary-of-sale ul li span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Alexandria;
  font-size: 24px;
  font-weight: 500;
  line-height: 26.4px;
  letter-spacing: -0.02em;
}

.dash-column-sec .frame.summary-of-sale ul li span:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #13141a;
}

.dash-column-sec .cont-btn {
  height: 58px;
  width: 100%;
  gap: 1.5px;
  border-radius: 5.57px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #99f22b;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
  color: #101044;
  margin-top: 30px;
}

.dash-column-sec .frame.review-in-progress img {
  max-width: 132px;
  margin-bottom: 30px;
}

.dash-column-sec .go-to-btn {
  width: 100%;
  height: 58px;
  gap: 1.5px;
  border-radius: 5.57px;
  border: 1.4px solid #101044;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: transparent;
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
  color: #101044;
}

.dash-column-sec .frame.your-sale .top-area {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}

.dash-column-sec .frame.your-sale .top-area p {
  margin: 0;
}

.dash-column-sec .frame.your-sale hr {
  margin: 20px 0px;
}

.dash-column-sec .frame.your-sale .bottom-area ul {
  width: 100%;
}

.dash-column-sec .frame.your-sale .bottom-area ul li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  letter-spacing: -0.02em;
  color: #675df4;
  text-decoration: underline;
}

.dash-column-sec .frame.your-sale .tag-area ul {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 15px;
  flex-wrap: wrap;
}

.dash-column-sec .frame.your-sale .tag-area ul li {
  min-width: 66px;
  height: 50px;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #d3d4fd;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
