body.modal-open{
  padding-right: 0px!important;
}

.modal-encuesta .modal-body .form-check-input {
    border: 1px solid #003dc5;
}

.modal-encuesta .modal-body .form-control {
    border-color: #003dc5;
}

#smartwizard .progress:after {
  border: none;
}
#smartwizard .progress .progress-bar {
  border-style: initial;
}
#smartwizard .sw-toolbar-elm {
  text-align: center;
}
.encuesta-container {
  padding: 50px 10px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
.modal-encuesta .modal-body {
  padding-right: 30px;
  position: relative;
}
.modal-encuesta .modal-body::before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: 0;
  top: 0;
  background: url("../img/logo.svg");
  background-repeat: no-repeat;
  background-position: right;
  z-index: 0;
}
.modal-encuesta .modal-body::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  right: 0;
  top: 0;
  background: linear-gradient(
    165deg,
    #0d94c7 0%,
    #1886d6 34.21%,
    #0a54d6 83.52%
  );
}
.modal-encuesta .modal-content {
  border-radius: 20px;
  overflow: hidden;
}
.question-cont h4 {
  color: #0c37ab;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.question-cont .question-items .form-check label {
  color: #5f5f5f;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}

.uk-timeline-nps .circle {
  background: none;
  width: initial;
  height: 100%;
}
.uk-timeline-nps .circle .nps-icon {
  margin-bottom: 20px;
}

.line_box {
  display: flex;
  margin-bottom: 40px;
}
.text_circle {
  flex: 1;
  text-align: center;
  position: relative;
}
.text_circle:after {
  background-color: #e7e7e7;
  bottom: 1.25em;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  right: 0;
  width: 50%;
  z-index: -1;
}
.stav_projektu .text_circle:after,
.stav_projektu .text_circle:before {
  background-color: #e7e7e7;
}
.line_box h4 {
  color: #0c37ab;
  font-weight: bold;
}
.line_box h4,
.line_box p {
  font-size: 12px;
  margin-bottom: 0;
  padding: 0 5px;
}
.subline {
  position: absolute;
  right: -25px;
  bottom: -43%;
}
.subline:before {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  bottom: 14px;
  right: 15px;
  background-color: #0c37ab;
  border-radius: 50%;
  top: -25px;
}
.subline h6 {
  margin-bottom: 0;
}
.timeline {
  margin: 40px 0;
}
.text_circle.done:after,
.text_circle.done + .text_circle:before,
.stav_projektu .text_circle.done:after,
.stav_projektu .text_circle.done + .text_circle:before {
  background-color: #E7E7E7;
}
.text_circle.sub:after {
  background-color: #0c37ab;
}
.text_circle:not(:first-child):before {
  bottom: 1.25em;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  left: 0;
  width: 50%;
  z-index: -1;
  background-color: #e7e7e7;
}
.stav_projektu .text_circle:not(:first-child):before {
  background-color: #e7e7e7;
}
.text_circle:last-child:after {
  width: 0;
}
.circle {
  height: 100%;
}
.tvar {
    height: 24px;
    width: 24px;
  border: 2px solid #E7E7E7;
  display: flex;
  position: relative;
  border-radius: 100%;
  top: -36px;
  margin: 3px auto;
  background-color: #fff;
}
.tvar span {
  margin: 0% auto;
  height: 20px;
  width: 20px;
  background-color: #0c37ab;
  border-radius: 100%;
  color: #fff;
  font-size: 12px;
  padding-top: 2px;
}
.stav_projektu .tvar {
  border: 2px solid #e7e7e7;
}
.stav_projektu .done .tvar,
.stav_projektu .sub .tvar {
  border: 2px solid #0c37ab;
}
.subline h6 {
  color: #0c37ab;
}
.timeline .card-header:hover {
  background-color: #ececec;
  cursor: pointer;
}
/* iPhone X ----------------------------------- */
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .subline:before {
    top: -43px;
  }
}
@media only screen and (device-width: 812px) and (device-height: 375px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  .subline:before {
    top: -31px;
  }
}
/* iPad portrait ----------------------------------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .subline:before {
    top: -29px;
  }
}
/* mobile width till 767px ----------------------------------- */
@media (max-width: 767px) {
  .subline:before {
    top: -30px;
  }
}
/* Portrait iPad Pro */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .subline:before {
    top: -23px;
  }
}
/* mobile width till 480px ----------------------------------- */
@media (max-width: 480px) {
  .subline:before {
    top: -43px;
  }
}
.uk-click-icon-nps{
    cursor: pointer;
}
.textarea-noresize{
    resize: none;
}
.change-content-nps.welcome{
    max-width: 600px;
    margin: 0 auto;
    box-shadow:none;
    background:transparent;
}
.change-content-nps.thanks{
    min-height: 300px;
    align-items: center;
    display: flex;
    vertical-align: middle;
    justify-content: center;
}
.pr-4{
    padding-right: 1.7rem!important;
}
.pl-5{
    padding-left: 1.7rem!important;
}
.circle-number{
  width: 50px;
  height: 50px;
  border: 1px solid #0C37AB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 10px;
}
.circle-number span{
  font-size: 19px;
  font-weight: 400;
}
.circle-number.active{
  background: #0C37AB;
}
.circle-number.active span{
  color: #fff;
}

.d-desktop{
  display: block;
}
.d-mobile{
  display: none;
}
@media (max-width: 600px) {

  .d-desktop{
    display: none;
  }
  .d-mobile{
    display: block;
  }
  /* .modal-encuesta .modal-dialog-centered {
    min-height: auto;
    margin-top: 50px;
  } */
  .encuesta-container {
    padding: 20px 0px;
  }
  .modal-encuesta .modal-body::before{
    width: 100%;
  }
  .modal-encuesta .modal-body::after{
    width: 100%;
    height: 20px;
    right: 0;
    bottom: 0;
    top: auto;
  }
  .modal-encuesta .modal-body{
    padding-right: 1rem;
  }
  .adviser-bar{
    overflow: hidden;
  }
}

