
.scrollableContainer {
  overflow: auto;
}

.bg-white {
  background-color: white;
}

.bg-gray {
  background-color: #eee;
}

.scrollableContainer {
  overflow: auto;
}

.bg-white {
  background-color: white;
}

.bg-gray {
  background-color: #eee;
}
.stepWizard {
  list-style: none;
  counter-reset: step-counter;
  padding: 0;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px;
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}

.stepWizard .step {
  position: relative;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
}

.stepWizard .step:hover {
  background-color: #F5F6F8;
}

.stepWizard .step.current {
  background-color: #f0f7ff;
  position: relative;
}

/* 将圆点改为数字 */
.stepWizard .step::before {
  counter-increment: step-counter;
  content: counter(step-counter);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #F7F8FA;
  color: #7C8191;
  font-size: 10px;
  font-weight: 400;
  margin-right: 11px;
}

.stepWizard .step.current::before {
  background-color: #E1237C;
  color: white;
}

.stepWizard .step.current .step-checkmark {
  position: absolute;
  width: 4px;
  height: 26px;
  background: #261E60;
  border-radius: 2px;
  left: -3px;
}

.stepWizard .step.prev::before {
  content: ''; /* 移除数字 */
  
  /* 设置绿色边框 */
  border: 2px solid #3D9E86;
  background-color: transparent;
  
  /* 创建对号（√） */
  position: relative;
}

/* 使用伪元素创建对号（√） */
.stepWizard .step.prev::after {
  content: '';
  position: absolute;
  left: 14px;
  top: 52%;
  width: 5px;
  height: 8px;
  border-right: 2px solid #3D9E86;
  border-bottom: 2px solid #3D9E86;
  transform: translateY(-70%) rotate(45deg);
}

.stepWizard .step.current.prev::before {
  content: '';
  background-color: #E1237C;
  border: 2px solid #E1237C;
}

.stepWizard .step.current.prev::after {
  content: '';
  position: absolute;
  left: 14px;
  top: 52%;
  width: 5px;
  height: 8px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: translateY(-70%) rotate(45deg);
  display: block;
}


#title1 {
  font-family: Roboto, Roboto;
  font-weight: 500 !important;
  font-size: 24px !important;
  color: #111111 !important;
}

#title2, #title3, #title4 {
  font-family: Roboto, Roboto;
  font-weight: 500 !important;
  font-size: 24px !important;
  color: #333333 !important;
}

#note2, #note3, #note4 {
  font-family: Roboto, Roboto;
  font-weight: 500 !important;
  font-size: 14px !important;
  color: #666666 !important;
}

#note {
  font-family: Roboto, Roboto;
  font-weight: 500 !important;
  font-size: 20px !important;
  color: #333333 !important;
}

#note1 {
  font-family: Roboto, Roboto;
  font-weight: 500 !important;
  font-size: 14px !important;
  color: #333333 !important;  
}

.form-check label {
  font-family: Roboto, Roboto;
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #5C5C5C !important;
  margin-top: 10px;
}

#lblnoCompanyEntryEmail {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  margin-top: 10px;
}

#bannerDiv {
  background-color: #fff;
  margin-top: 1rem;
}

#bannerDiv img {
  width: 100%;
}
.accordion .card:last-of-type {
  border-bottom : 1px solid rgba(0,0,0,.125) !important;
}
.rightContainer {
  padding: 1.6rem 1.2rem;
}

.rightContainer p {
  font-size: 1rem;
  color: #000000;
}

.rightContainer hr {
  background-color: #D9D9D9;
  height: 1px;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.hr {
  background-color: #D9D9D9;
}

.rightContainer .button-bar {
  margin-top: 3rem;
}

.rightContainer .mapRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.rightContainer .mapRow > .mapCont {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14%;
          flex: 0 0 14%;
  position: relative;
  text-align: center;
  padding: 0.2rem;
  background-repeat: no-repeat;
  background-size: contain;
}

.rightContainer .mapRow > .mapCont::before {
   content: " ";
   display: inline-block;
   border: 1px solid #eee;
   width: 100%;
   padding-bottom: 100%;
   cursor: pointer;
}

.selectc {
  cursor: pointer;
  font-size: 1vw;
  line-height: 1em;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -1em;
  left: 0;
  text-align: center;
  color: #E1237C;
  text-shadow: 1px 0 5px #fff, 0 1px 5px #fff, 0 -1px 5px #fff, -1px 0 5px #fff;
}

.rightContainer .mapRow > .mapCont b {
  cursor: pointer;
  /* font-size: 1vw; */
  line-height: 1em;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -1em;
  left: 0;
  text-align: center;
  color: #666;
  text-shadow: 1px 0 5px #fff, 0 1px 5px #fff, 0 -1px 5px #fff, -1px 0 5px #fff;
}

.rightContainer .mapRow > .mapCont#mapAmerica {
  background-image: url("../img/map/m0.png");
}

.rightContainer .mapRow > .mapCont#mapAmerica.current {
  background-image: url("../img/map/m1.png");
}

.rightContainer .mapRow > .mapCont#mapAsia {
  background-image: url("../img/map/y0.png");
}

.rightContainer .mapRow > .mapCont#mapAsia.current {
  background-image: url("../img/map/y1.png");
}

.rightContainer .mapRow > .mapCont#mapEurope {
  background-image: url("../img/map/o0.png");
}

.rightContainer .mapRow > .mapCont#mapEurope.current {
  background-image: url("../img/map/o1.png");
}

.rightContainer .mapRow > .mapCont#mapOceania {
  background-image: url("../img/map/d0.png");
}

.rightContainer .mapRow > .mapCont#mapOceania.current {
  background-image: url("../img/map/d1.png");
}

.rightContainer .mapRow > .mapCont#mapAfrica {
  background-image: url("../img/map/f0.png");
}

.rightContainer .mapRow > .mapCont#mapAfrica.current {
  background-image: url("../img/map/f1.png");
}

.rightContainer .mapRow > .mapCont#mapMiddleEast {
  background-image: url("../img/map/z0.png");
}

.rightContainer .mapRow > .mapCont#mapMiddleEast.current {
  background-image: url("../img/map/z1.png");
}

.rightContainer .mapRow > .mapCont#mapAntarctica {
  background-image: url("../img/map/n0.png");
}

.rightContainer .mapRow > .mapCont#mapAntarctica.current {
  background-image: url("../img/map/n1.png");
}

.rightContainer .mapRow > .mapCont#mapWorldwide {
  background-image: url("../img/map/w0.png");
}

.rightContainer .mapRow > .mapCont#mapWorldwide.current {
  background-image: url("../img/map/w1.png");
}

.rightContainer .form-check {
  /*padding-left: 3rem;*/
}

.card-body .form-check {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.form-check-label {
  margin-bottom: 6px !important;
  margin-top: 0 !important;
}

.rightContainer .form-check input:checked ~ label {
  color: #E1237C;
}
/*# sourceMappingURL=step1.css.map */

.red {
  color:#E1237C;
}

.inp {
  outline:none;
  border: 2px solid #E1237C;
}
.card, #tips2 {
  border: 1px solid rgba(0,0,0,.125) !important;
}
@media (min-width: 768px) and (max-width: 1290px) {
  .main-container {
    padding: 0 20px !important;
  }
}

@media (max-width: 768px) {
  .scrollableContainer {
    margin-bottom: 20px;
    background: #F7F8FA;
  }
  .stepWizard {
    background: white;
    flex-direction: row;
    justify-content: flex-start;
    gap: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    font-size: 14px !important;
  }
  .stepWizard .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 140px;
    min-height: 100px;
    flex: 0 0 auto; 
    min-width: unset;
    max-width: unset; 
  }
  .stepWizard span {
    margin: 12px 0;
    text-align: center;
  }
  .stepWizard .step.current {
    background-color: #fff;
    color: #E1237C;
  }
  .stepWizard .step.current .step-checkmark {
    width: 0;
    height: 0;
  }
  .stepWizard .step::before {
    margin: 0;
  }
  .stepWizard .step.prev::after, .stepWizard .step.current.prev::after {
    position: absolute;
    left: 48%;
    top: 18%; 
    margin-left: 0;
  }
  .stepWizard .step:not(:last-child) span::after {
    content: '';
    position: absolute;
    right: -15%;
    top: 18%;
    width: 42px;
    border-bottom: 2px dashed #818695;
    z-index: 1;
  }
  .stepWizard .step:hover {
    background-color: transparent;
  }
  #title1, #title2, #title3, #title4{
    font-size: 16px !important;
  }

  #note {
    font-size: 14px !important;
  }
  .row {
    margin: 0;
  }
  .col-12, .col-md-3 {
    padding: 0;
  }
  .rightContainer  {
    padding: 16px;
  }
  .form-check {
    padding-left: 0;
  }
  .rightContainer .mapRow > .mapCont {
    font-size: 14px;
  }
  .card-body .form-check {
    padding: 0 20px;
  }
  #Boot1, .summaryTablebox, .invoice-table {
    overflow-x: auto;
  }
  #Boot1 table, .summaryTablebox table, .invoice-table  table{
    width: 520px;
  }
  #USDRMB_ICON {
    top: 280px !important;
    right: 0 !important;
  }
   #payment_currency {
    top: 280px !important;
    right: 60px !important;
  }
  #rbboot1 label {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100%;
    line-height: 25px;
  }
  #rawspaceremark {
    margin-left: 0 !important;
    padding-top: 50px !important;
  }
  #SelectCategoryArea button {
    width: auto !important;
    font-size: 12px;
    min-width: unset;
    max-width: unset; 
  }
  .card-header h5{
    font-size: 14px;
  }
  #backdrop {
    width: 100% !important;
  }
  .lblExhibitorsContacts{
    align-items: center;
  }
  .lblExhibitorsContacts  input{
    width: auto !important;
  }
}
