.imo_un_number {
  width: 151px;
}
.inner-service-req {
  display: block;
  cursor: pointer;
  height: 40px;
  border: 1px solid #CED1D6;
  background-color: #fff;
  color: #646969;
  padding: 10px;
  border-radius: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inner-service-req:hover, .inner-service-req.active {
  background-color: #eff6ff;
  border-color: #9ac7fc;
}
.home-service-req {
  margin-bottom: 10px;
}
.categories {
  margin-top: 10px;
  text-align: center;
}
.categories-item {
  border: 1px dashed #e2e2e2;
  background-color: #ffffff;
  display: inline-block;
  min-height: 160px;
  height: 160px;
  margin-bottom: -1px;
  margin-left: -1px;
  padding: 0;
  vertical-align: top;
  width: 160px;
 overflow: hidden;
}
.category {
  cursor: pointer;
  height: 100%;
  padding: 17px 3px;
  position: relative;
  transition: all 0.2s ease 0s;
  width: 100%;
}
.category-label {
  color: #646969;
  font-size: 13px;
  text-align: center;
}
.category-icon {
  display: block;
  margin: 0 auto 20px;
}
.categories-item:hover, .categories-item.active {
  border-color: #bebaba;
  transform: scale(1.015) rotate(0deg);
  transition-duration: 150ms;
  transition-property: all;
}
.category:hover, .categories-item.active .category {
  box-shadow: 0 0 9px -5px rgba(0, 0, 0, 0.2);
  position: relative;
  transition: all 0.1s ease 0s;
  z-index: 55;
}
.categories-item.active {
  background-color: #f9fcff;
  border-color: #9ac7fc;
}
.categories-item .ui2-icon {
  font-size: 38px;
}
#step3 .category {
  padding: 18px 8px;
}
#step3 .categories-item {
  height: 134px;
  margin: 5px;
  width: 134px;
}
#step3 .categories-item:hover,
#step3 .categories-item.active {
  transform: scale(1) rotate(0deg);
}
#step2 .header {
  border-bottom: 1px solid #e0e0e0;
  color: #a3a3a3;
  line-height: 18px;
  margin-bottom: 18px;
  margin-top: 10px;
  padding-bottom: 3px;
}
.btn.btn-prev {
  background-color: #F1F1F1;
}