#evaluation_session .modal-dialog {
  max-width: 828px;
  width: 100%;
}

#evaluation_session .modal-dark .modal-header .modal-title {
    width: 100%;
}

#evaluation_session .modal-dark .modal-header h5.modal-title {
    text-align: center !important;
}

#evaluation_session .modal-title {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0;
  padding-top: 20px;
}

ul.list_step {
  max-width: 591px;
  margin: 0 auto;
}

.list_step li {
  color: #fff;
  line-height: 24px;
  padding-bottom: 36px;
  position: relative;
  display: inline-block;
  padding-left: 64px;
  margin-bottom: 0;
}

.list_step li > span {
  width: 40px;
  height: 40px;
  border: solid #26CBFF 1px;
  float: left;
  border-radius: 100%;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  margin-right: 24px;
  background: #262836;
  position: absolute;
  z-index: 1;
  box-shadow: 0 0 15px -5px #26CBFF;
  left: 0;
  top: 0;
}

ul.list_step li a {
    color: var(--color-primary);
}

.popupnote_info {
  background: rgba(38, 203, 255, 0.05);
  text-align: center;
  border-radius: 8px;
  height: 56px;
  max-width: 591px;
  margin: 0 auto 30px;
}

.popupnote_info p {
  color: #F9F9FB;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  line-height: 56px;
}

.list_step li {
  position: relative;

}

.list_step li:before {
  width: 1px;
  background: #26CBFF;
  content: "";
  min-height: 100%;
  display: block;
  position: absolute;
  top: 8px;
  left: 20px;
}



#evaluation_session.modal-dark .btn-close {
  margin-top: -65px;
}

@media (max-width: 767px) {

#evaluation_session .modal-dialog {
  max-width: 90%;
  margin: 0 auto;
}

.list_step li:nth-child(2)::before,
.list_step li:nth-child(2)::after {
    display: none;
}

}