
#wrapper #content-wrapper {
    /*background-color: #f8f9fc;*/
    width: 100%;
    overflow-x: hidden;
  }

  .text-tit1{
      font-weight: bold!important;
      color: #5067C7 !important;
      text-align: center;
  }

  .text-tit2{
     font-weight: bold!important;
    color: #000 !important;
  }
  .text-tit3{
   color: #000 !important;
 }

 .el-button--success.is-plain{
    color: #FFF!important;
    background: #5067C7!important;
    border-color: #409EFF!important;
 }

 .el-slider__button {
    border: 2px solid #5067C7!important;
    background-color: #5067C7!important;
}
.el-slider__marks-text {
  color: #212529!important;
  font-weight: bold!important;
}

.el-switch.is-checked .el-switch__core {
    border-color: #5067C7!important;
    background-color: #5067C7!important;
}

.el-switch__label.is-active {
  color: #5067C7!important;
  font-weight: bold!important;
}

.el-textarea__inner {
  color: #5067C7!important;
  font-weight: bold!important;
}


  
.bg-step1-image {
  background-position: center;
  background-size: cover;
}

.circular-image-survey {
    width: auto;
    height: 64px;
    border-radius: 30px;
    text-align: left!important;
    align-content: flex-start!important;
}

form.user .form-control-user {
  padding: 0rem 1rem;
}

.el-slider__marks-text {
  font-size: 10px!important;
}

.el-slider__runway {
  margin: 26px 0!important;
}

.bg-dashboard{
    background-color: #F6F6F6!important;
}