.stop-out-change-popup-wrapper .ngdialog-overlay {
  overflow: hidden;
}

.stop-out-change-popup-wrapper .ngdialog-content {
  width: 500px;
  max-width: 95%;
  max-height: 85vh;
  padding: 15px;
  overflow: hidden;
  position: relative;
}

.stop-out-change-popup-wrapper .stop-out-change-popup {
  max-height: calc(85vh - 30px);
  overflow-y: auto;
}

.stop-out-change-popup-wrapper .ngdialog-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.stop-out-change-popup {
  text-align: center;
}

.stop-out-change-popup.message-alert h2.stop-out-popup-title {
  color: #363636;
  font-size: 20px;
  margin-bottom: 10px;
}

.stop-out-popup-content {
  padding: 10px 0px;
}

.stop-out-popup-content p {
  color: #676767;
  font-size: 15px;
  line-height: 1.6;
}

.stop-out-popup-content ul {
  list-style: none;
  margin: 0;
}

.stop-out-popup-content li {
  padding: 3px 0;
  font-weight: 600;
}

.stop-out-change-popup .button-container {
  padding: 10px 0 5px;
}

.stop-out-change-popup .btn-primary {
  min-width: 200px;
  padding: 12px 30px;
  font-size: 16px;
}

/* Mobile Responsive */
@media only screen and (max-width: 767px) {
  .stop-out-change-popup-wrapper .ngdialog-content {
    width: 95%;
    padding: 15px;
    margin: 10px;
  }

  .stop-out-change-popup.message-alert h2.stop-out-popup-title {
    font-size: 15px;
  }

  .stop-out-popup-content p {
    font-size: 14px;
  }

  .stop-out-change-popup .btn-primary {
    width: 100%;
    min-width: auto;
  }
}
