.parentCol,
.parentCol1 {
  border: 2px solid #e2e4eb;
  padding: 10px;
}
.selectedValCol {
  text-align: center;
  cursor: pointer;
}
.selectedVal1 {
  line-height: 1.25;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.selectedVal2 {
  font-size: 15px;
  color: #707070;
  line-height: 1.25;
}
.selectedValColMain {
  position: relative;
}
.optionList {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  padding: 15px;
  z-index: 999;
  box-shadow: rgba(153, 153, 153, 0.2) 0px 0px 12px 3px;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  top: -15px;
  text-align: center;
}
.showList .optionList {
  display: block;
}
.optionList .active {
  color: #7caf01;
}
.btn_select {
  width: 40px;
  height: 40px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none !important;
}
