.config .title {
  width: 100%;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
}
.config .title::before {
  margin-right: 10px;
  background-color: #2810ff;
  content: '|';
}
.config .item {
  margin-bottom: 10px;
}
.config .item .context {
  margin: 5px 0;
  color: rgba(0, 0, 0, 0.8);
}
.info {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 630px;
  padding: 20px;
  background-color: #e6e6e6;
}
.driver .driver-next-btn {
  color: #fff !important;
  font-size: 14px !important;
  line-height: 22px !important;
  text-shadow: 0 0 black !important;
  background-color: #2f54eb !important;
}
.driver .driver-prev-btn {
  font-size: 14px !important;
  line-height: 22px !important;
  background-color: #fff !important;
}
.driver .driver-prev-btn.driver-disabled {
  display: none !important;
}
.driver .driver-close-btn {
  padding: 5px 0 0 0 !important;
  color: #828282 !important;
  font-size: 14px !important;
  background-color: #fff !important;
  border: none !important;
}
.driver .driver-popover-description {
  margin-bottom: 10px !important;
}
.driver .driver-popover-title {
  display: flex !important;
  justify-content: space-between !important;
}
.driver .driver-popover-title #guide {
  margin-top: 3px;
  font-size: 14px;
}
