/* .decoreBodyPage {
    background-color: var(--white);
    border-radius: 20px;
    padding: 20px 0px;
  } */
  .sellcars-page .heading-top h1 {
    color: var(--black);
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
    padding: 0;
  }
  /* .sellcars-page .breadcrumb-model {
    margin-bottom: 0px;
  } */
  #page .sellCarWrap {
    padding: 30px 0 0 0;
  }
  #sell_car .row-new {
    justify-content: space-between;
  }
  #page .sellCarWrap .help-block {
    bottom: -14px;
  }
  /* step indicatore css - start*/
  .stepIndicatorsbox {
    border-radius: 16px 16px 0px 0px;
    padding: 12px 0;
    background-color: var(--light-orange-background);
    height: 78px;
    margin-bottom: 30px;
  }
  ul.stepIndicators {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 85px;
    height: 100%;
  }
  .indLstDtls {
    position: relative;
    cursor: pointer;
  }
  .indLstDtls::before {
    content: "";
    display: block;
    height: 2px;
    width: calc(100% - -85px);
    background-color: rgba(51, 51, 51, 0.15);
    position: absolute;
    left: 32px;
    top: -8px;
  }
  .indLstDtls::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: var(--white);
    position: absolute;
    left: 23px;
    border-radius: 50%;
    border: 1px solid rgba(51, 51, 51, 0.15);
    top: -11px;
  }
  .indLstDtls .finlStepName::before{
    width: 7px;
    height: 7px;
    position: absolute;
    z-index: 8;
    top: -16px;
    left: 26px;
  }
  .indLstDtls:last-child::after{
    width: 16px;
    height: 16px;
  }
  .carDtls-step.indLstDtls::after {
    left: 13px;
  }
  .selfInsp-step.indLstDtls::after {
    left: 22px;
    top: -15px;
  }
  .indLstDtls:last-child::before {
    display: none;
  }
  /* .selfInsp-step.indLstDtls::before {
    display: none;
    } */
  .indLstDtls .nxtStepName::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    /* background-color: red; */
    background: var(--primary-color);
    opacity: 0.08;
    position: absolute;
    top: -15px;
    left: 19px;
    border-radius: 50%;
  }
  .indLstDtls .nxtStepName::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    /* background-color: yellow; */
    background: var(--primary-color);
    opacity: 0.08;
    position: absolute;
    top: -13px;
    left: 21px;
    border-radius: 50%;
  }
  .carDtls-step .nxtStepName::after {
    left: 11px;
  }
  .carDtls-step .nxtStepName::before {
    left: 9px;
  }
  .selfInsp-step .nxtStepName::after {
    left: 25px;
  }
  .selfInsp-step .nxtStepName::before {
    left: 23px;
  }
  .indLstDtls .finlStepName,
  .indLstDtls .nxtStepName {
    color: var(--table-color);
    /* color: var(--black); */
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
    text-align: center;
    margin-top: 4px;
  }
  .indLstDtls.active .finlStepName,
  .indLstDtls.active .nxtStepName {
    /* color: var(--table-color); */
    color: var(--black);
  }
  
  .indLstDtls.active::after {
    content: "";
    border-color: var(--primary-color);
  }
  .indLstDtls.completed::after {
    content: "";
    border-color: var(--primary-color);
    background-color: var(--primary-color);
  }
  
  
  /* middle box */
  #page .sellCarWrap .selectsec .fields {
    width: 100%;
    margin: 0px 0px 30px 0px;
    position: relative;
    vertical-align: middle;
  }
  .sellCarWrap label {
    color: var(--table-color);
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    top: 18px;
    left: 17px;
    width: 100%;
    display: block;
    text-align: left;
  }
  #sell_car.sellCarWrap input {
    /* padding: 8px 17px; */
    padding: 15px 17px 0px 17px;
    border-radius: 12px;
    border: 1px solid var(--grey-border);
    background: var(--white);
    color: var(--black);
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    height: 55px;
    width: 100%;
  }
  /* 2 */
  #page .sellCarWrap .selectsec h2.slcarFormTitle {
    color: var(--black);
    font-size: 18px !important;
    font-weight: 500;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 12px;
  }
  
  .sellCarWrap .selectwrapLbl {
    opacity: 0;
  }
  .sellCarWrap .has-success .select-wrapper .selectwrapLbl {
    opacity: 1;
  }
  .sellCarWrap .fields .select-wrapper{
    width: 100%;
    border-radius: 12px;
    background: url(../image/br_down.png) no-repeat 95% 50% #fff;
    cursor: pointer;
    position: relative;
    display: inline-block;
    border: 1px solid var(--grey-border);
  }
  .sellCarWrap .fields .select-wrapper select {
    width: 100% !important;
    margin: 0;
    height: 55px;
    background-color: var(--white);
    padding-left: 10px;
  }
  .sellCarWrap .select-wrapper select {
    z-index: 2;
  }
  .sellCarWrap .select-wrapper .holder {
    display: block;
    margin: 0 40px 0 16px;
    white-space: nowrap;
    overflow: hidden;
    overflow: inherit;
    cursor: pointer;
    position: relative;
    z-index: 2;
    color: var(--table-color);
    text-overflow: ellipsis;
    width: 74%;
    height: 55px;
    font-size: 15px;
    line-height: 50px;
    pointer-events: none;
  }
  .sellCarWrap .has-success .select-wrapper .holder {
    color: var(--black);
    line-height: 70px;
  }
  .fields.fieldsMonth .fillMonth .select-wrapper label {
    opacity: 1;
  }
  .fields.fieldsMonth .select-wrapper label {
    opacity: 0;
  }
  .fields.fieldsMonth .fillMonth .select-wrapper .holder {
    color: var(--black);
    line-height: 70px;
  }
  
  .inputfield.fill label {
    color: var(--light-grey);
    top: 1px;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 24px;
  }
  .custom-date {
    position: relative;
  }
  .custom-date input[type="date"]::-webkit-calendar-picker-indicator {
    z-index: 9;
    opacity: 0;
  }
  .custom-date input[type="date"]::before {
    content: url(../image/custom-date.svg);
    position: absolute;
    right: 20px;
    top: 35px;
    transform: translateY(-50%);
  }
  
  .nsell-pickradio .form-group .control-label {
    color: var(--table-color);
    font-size: 13px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
    position: static;
  }
  .nsell-pickradio #usedcars-accidental label,
  .nsell-pickradio #usedcars-flood_affected label {
    color: var(--black);
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
  }
  .nsell-pickradio {
    width: 100%;
    display: inline-block;
    margin-bottom: 35px;
  }
  .nsell-pickradio .form-group {
    position: relative;
  }
  .nsell-pickradio #usedcars-flood_affected label,
  .nsell-pickradio #usedcars-accidental label {
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;
    top: 0;
    width: auto;
    left: 0;
  }
  .nsell-pickradio #usedcars-flood_affected label input,
  .nsell-pickradio #usedcars-accidental label input {
    height: 14px;
    width: 14px;
    cursor: pointer;
  }
  .nsell-pickradio #usedcars-flood_affected,
  .nsell-pickradio #usedcars-accidental {
    display: flex;
    gap: 30px;
  }
  /* 3 */
  /* self inspection */
  #sell_car .installed_features .sell_input {
    margin: 0px 0px 20px 0px;
    width: 49%;
  }
    #sell_car .installed_features .sell_input .chkhold{
        display: flex;
        gap: 10px;
        align-items: center;
    }
    #sell_car .installed_features .sell_input .labelcheck {
        padding-top: 4px;
    }
    #sell_car .installed_features .sell_input .chkhold  label{
        position: static;
        color: var(--black);
        font-size: 15px;
        font-weight: 400;
        line-height: normal;
    }
  /*installed_features */
  #page .sellCarWrap .selectsec.installed_features h2.slcarFormTitle{
    margin-bottom: 22px;
  }
  #sell_car.sellCarWrap .installed_features input {
    width: 18px;
    height: 18px;
    appearance: none; 
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2px solid var(--grey-border);
    background-color: var(--white);
    border-radius: 4px;
    padding: 4px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }
  #sell_car.sellCarWrap .installed_features input[type="checkbox"]:checked{
    /* background: var(--primary-color); 
    border-color: var(--primary-color); */
    background: #405FF2; 
    border-color: #405FF2;
  }
  #sell_car.sellCarWrap .installed_features input[type="checkbox"]::before {
    content: url("../image/whiteCheck.svg");
    width: 18px;
    height: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-27%, -56%);
    display: none;
  }
  #sell_car.sellCarWrap .installed_features input[type="checkbox"]:checked::before{
    display: block;
  }
  /* car cindition */
  #sell_car.sellCarWrap .car_condition {
    margin-top: 20px;
  }
  #sell_car .sell_table{
      display: table;
      /* margin-top: 11px; */
      width: 100%;
      border-spacing: 0 4px;
  }
  #sell_car .sellTablePH{
    margin-bottom: 30px;
  }
  #sell_car .car_condition .sell_table .sell_head span{
      color: var(--black);
      font-size: 10px;
      font-weight: 500;
      line-height: normal;
      display: table-header-group;
  }
  #sell_car .car_condition .sell_table .sell_row{
      border-radius: 8px;
      overflow: hidden;
      display: table-row;
      background-color: var(--table-background);
  }
  #sell_car .car_condition .sell_table .sell_row:nth-of-type(2n){
    background: var(--white-background);
  }
  #sell_car .car_condition .sell_table .sell_row:last-of-type{
      margin-bottom: 0px;
  }
  #sell_car .car_condition .sell_table .sell_head span,
  #sell_car .car_condition .sell_table .sell_row span{
      display: table-cell;
      padding: 8px;
      text-align: center;
      width: 13%;
      vertical-align: middle;
  }
  #sell_car .car_condition .sell_table .sell_head span:first-child{
    border-top: none;
    width: 45%;
  }
  #sell_car .car_condition .sell_table .sell_row span{
      color: var(--black);
      font-size: 13px;
      font-weight: 400;
      line-height: normal;
  }
  #sell_car .car_condition .sell_table .sell_row span:last-child{
      border-radius: 0px 8px 8px 0px;
      overflow: hidden;
  }
  #sell_car .car_condition .sell_table .sell_row span:first-child{
      /* display: inline-block; */
      text-align: left;
      padding-left: 10px;
      border-radius: 8px 0px 0px 8px;
      overflow: hidden;
  }
  #sell_car .car_condition .sell_table .sell_row span input{
      width: 18px;
      height: 18px;
      transform: translateY(2px);
      /* accent-color: var(--primary-color); */
  }
  
  /* additional features */
  #sell_car.sellCarWrap .additional_features {
    margin-top: 40px;
  }
  .additional_features .addfeatList{
      padding: 15px;
      cursor: pointer;
  }
  .additional_features .addfeatList:has(div.active){
      background-color: var(--white-background);
      border-color: transparent;
      border-radius: 16px;
      margin-bottom: 10px;
  }
  .additional_features .addfeatList .form-group{
      position: relative;
  }
  #page .sellCarWrap .additional_features .addfeatList .form-group .help-block{
    bottom: -9px;
  }
  
  .additional_features .addfeatList .addfeatListItem{
      margin-bottom: 15px;
      color: var(--black);
      font-size: 15px;
      font-weight: 500;
      line-height: normal;
  }
  .additional_features .addfeatList textarea{
    font-family: "Outfit";
      background: var(--white);
      height: 85px;
      border: 1px solid var(--grey-border);
      display: inline-block;
      color: var(--black);
      font-size: 15px;
      font-weight: 400;
      line-height: normal;
      border-radius: 12px;
      padding: 22px 17px;
      resize: none;
      float: none;
  }
  .additional_features .addfeatList .addfeatListItem:after {
      content: "\002B";
      color: var(--black);
      font-weight: 400;
      float: right;
      font-size: 30px;
      margin: -9px 0;
  }
  .additional_features .addfeatList .addfeatListItem.active:after {
      content: "Remove";
      color: var(--primary-color);
      font-size: 15px;
      font-weight: 500;
      line-height: normal;
      margin: 0 0;
  }
  .additional_features .addfeatList label{
      color: var(--table-color);
      font-size: 13px;
      font-weight: 400;
      line-height: normal;
      top: 12px;
  }
  /* upload pic*/
  .uploadPicSec{
      margin: 12px 0 32px 0px;
      padding: 12px 15px;
      border-radius: 16px;
      border: 1px dashed #E0E0E0; 
      background: #FFF;
  }
  .uploadPicSec p{
      color: var(--table-color);
      font-family: "Outfit";
      font-size: 13px;
      font-weight: 400;
      line-height: normal;
      margin-bottom: 8px;
  }
  #sell_car.sellCarWrap .uploadPicSec{
    position: relative;
  }
  #page .sellCarWrap .uploadPicSec .help-block {
    position: absolute;
    bottom: -26px;
}
  #sell_car.sellCarWrap .uploadPicSec .field-usedcars-image input{
    opacity: 0;
    cursor: pointer;
  }
  #sell_car.sellCarWrap .uploadPicSec .field-usedcars-image::before{
    content: url("../image/uploadCarImg.svg");
    width: 90px;
    height: 55px;
    position: absolute;
    top: 2%;
    left: 0%;
    border-radius: 8px;
    overflow: hidden;
    pointer-events: none;
  }
  #sell_car.sellCarWrap .uploadPicSec .field-usedcars-image::before:hover{
    cursor: pointer;
  }
  #sell_car.sellCarWrap .uploadPicSec .field-usedcars-image::after{
    content: 'Upload Your Vehicle Photo';
    color: var(--table-color);
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    top: 33%;
    left: 35%;
    pointer-events: none;
  }
  /* #sell_car.sellCarWrap .uploadPicSec .uploadselected{
     margin: 20px 0px 10px 0px;
  } */
  #sell_car.sellCarWrap .uploadPicSec .image-preview{
    width: 90px;
    height: 55px;
    position: absolute;
    top: 45%;
    left: 4.5%;
    border-radius: 8px;
    overflow: hidden;
  }
  #sell_car.sellCarWrap .uploadPicSec #image-preview{
    width: 90px;
    height: 55px;
    object-fit: cover;
  }
  

  /* right box */
  .sellCarWrap .insrnceCarImg {
    display: none;
  }
  
  /* button */
  #sell_car.sellCarWrap input.select-button {
    padding: 0px 30px;
    border-radius: 16px;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: var(--white);
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    line-height: 27.75px;
    cursor: pointer;
    height: 54px;
    margin: 0 0 0;
    display: inline-block;
  }
  #sell_car.sellCarWrap input.back-button{
    background-color: var(--white);
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    margin: 0px 0px 20px 0px;
  }


/* sell car popup */
.sellthxPop{
  background-color: var(--white);
  max-width: 450px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  margin: 50px 20px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.10);
}
.sellthxPop a.close{
  position: absolute;
  right: 20px;
  top: 20px;
}
.gsc_modal .gsc_modal_wrapper.gsc_modal_noborder .sellthxPop img{
  box-shadow: none;
}
.gsc_modal .sellthxPop a.close img{
  padding: 9px;
  filter: invert(1);
  width: 28px;
  height: 28px;
  background: black;
  border-radius: 50%;
  box-shadow: none;
}
.sellthxPop .txtcontent{
  background-color: var(--light-orange-background);
  padding: 60px 0px;
  text-align: center;
}
.sellthxPop .txtcontent img{
  width: 72px;
  height: 72px;
}
.sellthxPop .txtcontent .success{
  color: var(--black);
  font-size: 20px;
  font-weight: 500;
  margin: 5px 0 5px 0;
  text-align: center;
  line-height: 26px;
}
.sellthxPop .txtcontent .greetingText{
  color: var(--black);
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.sellthxPop .urdtls{
  padding: 0px 30px;
  padding-bottom: 26px;
  margin-top: -45px;
}
.sellthxPop .urdtls .urCarDtls{
  max-width: 390px;
  height: 87px;
  border-radius: 16px;
  border: 1px solid var(--gray-border);
  background: var(--white);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
}
.sellthxPop .urdtls .urCarDtls .urCarDtlsTxt{
  text-align: left;
}
.sellthxPop .urdtls .urCarDtls img{
  max-width: 99px;
  height: 66px;
  border-radius: 8px;
}
.sellthxPop .urdtls .urCarDtls ul{
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
}
.sellthxPop .urdtls .urCarDtls h3{
  color: var(--black);
  font-size: 12px;
  font-weight: 500;
  line-height: 20px; 
  margin-bottom: 5px;
}

.sellthxPop .urdtls .urCarDtls ul li{ 
  color: var(--table-color);
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
.sellthxPop .urdtls .urCarDtls ul li::after{
  content: "";
  background: var(--table-color);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  right: -7px;
}
.sellthxPop .urdtls .urCarDtls ul li:last-child::after{
  content: none;
}
  
  @media screen and (min-width: 768px) {
    .sellcars-page .heading-top h1 {
      font-size: 35px;
    }
    .nsell-pickradio {
      width: 47.5%;
      margin-bottom: 30px;
    }
    .accidental-radio {
      margin-right: 30px;
    }
    /* self inspection */
    #sell_car .installed_features .sell_input {
      width: 31%;
    }
    #sell_car .installed_features .sell_input .chkhold{
        display: flex;
        gap: 10px;
        align-items: center;
    }
    #sell_car .installed_features .sell_input .labelcheck {
        padding-top: 5px;
    }
    #sell_car .installed_features .sell_input .chkhold  label{
        position: static;
        color: var(--black);
        font-size: 15px;
        font-weight: 400;
        line-height: normal;
    }
    /* upload pic */
    #sell_car.sellCarWrap .uploadPicSec .field-usedcars-image::after{
      top: 33%;
      left: 16%;
    }
    #sell_car.sellCarWrap .uploadPicSec .image-preview{
      top: 36%;
      left: 2%;
    }
  /* popup */
  .sellthxPop{
    width: 450px;
    margin: 50px 0px 0px 0px 0px;
  }
  .sellthxPop .txtcontent .success{
    font-size: 26px;
    margin: 8px 0 8px 0;
  }
  .sellthxPop .txtcontent .greetingText{
    font-size: 15px;
  }
  .sellthxPop .urdtls .urCarDtls h3{
    font-size: 18px;
  }
  .sellthxPop .urdtls .urCarDtls{
    width: 390px;
  }
  .sellthxPop .urdtls .urCarDtls img{
    width: 99px;
  }
  .sellthxPop .urdtls .urCarDtls ul{
    gap: 20px;
  }
  .sellthxPop .urdtls .urCarDtls ul li{ 
    font-size: 12px;
  }
  .sellthxPop .urdtls .urCarDtls ul li::after{
    top: 7px;
    right: -10px;
  }
  
  }
  @media screen and (min-width: 1024px) {
    /* .decoreBodyPage {
      border-radius: 80px;
      padding: 80px 0px;
    } */
    .sellcars-page .heading-top h1 {
      font-size: 40px;
      line-height: 48px;
    }
    /* .sellcars-page .breadcrumb-model {
      margin-bottom: 7px;
    } */
    #page .sellCarWrap {
      padding: 45px 0 0 0;
    }
    /* middle box */
    #page .sellCarWrap .selectsec .fields {
      margin: 0px 30px 30px 0px;
    }
    #page .sellCarWrap .selectsec .fields {
      width: 47.3%;
      display: inline-block;
    }
    #page .sellCarWrap .sellcarstep-1 .selectsec .fields{
      width: 47%;
    }
    #page .sellCarWrap .selectsec .fields.odd {
      margin: 0px 30px 30px 0px;
    }
    #page .sellCarWrap .selectsec .fields.even {
      margin: 0px 0px 30px 0px;
    }
    #page .sellCarWrap .selectsec h2.slcarFormTitle {
      font-size: 20px !important;
    }
    /* button */
    #sell_car.sellCarWrap input.back-button{
      margin: 0px 10px 0px 0px;
    }
    #sell_car.sellCarWrap input.select-button {
      max-width: 194px;
    }
    #sell_car.sellCarWrap input.back-button {
      max-width: 94px;
    }
    #sell_car.sellCarWrap input.select-button:hover {
      background-color: var(--black);
      border-color: var(--black);
    }
    #sell_car.sellCarWrap input.back-button:hover {
      background-color: var(--primary-color);
      border-color: var(--primary-color);
      color: var(--white);
    }
    /* step indicator */
    .stepIndicatorsbox {
      margin-bottom: 40px;
    }
    /* upload pic */
    #sell_car.sellCarWrap .uploadPicSec .field-usedcars-image::after{
      top: 33%;
      left: 19%;
    }
    #sell_car.sellCarWrap .uploadPicSec .image-preview{
      top: 36%;
      left: 2.6%;
    }
  
    /* right box */
    .sellCarWrap .insrnceCarImg {
      display: block;
      position: relative;
      height: 593px;
      width: 400px;
    }
  
    /* .insPgCarImg {
      position: absolute;
      top: 50%;
      left: -58px;
      transform: scale(1.19);
    } */
    .carInsPoints {
      position: absolute;
      top: 15%;
      left: -13%;
    }
    ul.carInsPoints li {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 16px 20px;
      border-radius: 999px;
      background: var(--white);
      box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
      margin-bottom: 30px;
    }
    ul.carInsPoints li i{
      width: 24px;
      height: 24px;
    }
    ul.carInsPoints li span{
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        color: #24272C;
    }
    /* car condition */
    #sell_car .sellTablePH {
    margin-bottom: 0px;
    }
  }
  
  @media screen and (min-width: 1184px) {
    /* .insPgCarImg {
      position: absolute;
      top: 65%;
      left: -69px;
      transform: scale(1.19);
    } */
    .carInsPoints {
      position: absolute;
      top: 19%;
      left: -12%;
    }
    /* middle box */
    #page .sellCarWrap .selectsec .fields {
      width: 47.9%;
      display: inline-block;
    }
    #page .sellCarWrap .sellcarstep-1 .selectsec .fields{
       width: 47.5%;
    }
    /* self inspection */
    #sell_car .installed_features .sell_input {
      width: 33%;
    }
    /* upload pic */
    #sell_car.sellCarWrap .uploadPicSec .field-usedcars-image::after{
      top: 33%;
      left: 16%;
    }
    #sell_car.sellCarWrap .uploadPicSec .image-preview{
      top: 36%;
      left: 2%;
    }
  }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


#sell_car .success{
  margin: 0 0 20px 0px;
}
  
