/* #content.openticket {
  max-width: 800px;
}

#open-ticket-wizard-form {
  margin-top: 40px;
  max-width: 800px;
  min-width: 800px;
}

#open-ticket-wizard .step-app > .step-steps {
  margin: 0;
  padding: 0;
  display: flex;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

#open-ticket-wizard .step-app > .step-steps > li {
  list-style: none;
  flex: 1;
}

#open-ticket-wizard .step-app > .step-steps > li > a {
  display: block;
  padding: 10px;
  text-decoration: none;
  border-right: 1px solid #fff;
  color: #333 !important;
  font-size: 14px !important;
  border-top: 3px solid #ddd;
}

#open-ticket-wizard .step-app > .step-steps > li > a > .number {
  background: #fff;
  padding: 0 8px;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  border-radius: 3px;
  color: #333;
}

#open-ticket-wizard .step-app > .step-steps > li > a:hover {
  text-decoration: none !important;
}

#open-ticket-wizard .step-app > .step-steps > li.active a {
  background-color: transparent;
  border-top: 3px solid #5fa624;
  font-weight: 600;
}

#open-ticket-wizard .step-app > .step-steps > li.error a {
}

#open-ticket-wizard .step-app > .step-steps > li.done a {
  background-color: transparent;
  border-top: 3px solid #5fa624;
}

#open-ticket-wizard .step-app > .step-content {
  padding-top: 24px;
  border-top: 0;
}

#open-ticket-wizard .step-app > .step-content > .step-tab-panel {
  display: none;
}

#open-ticket-wizard .step-app > .step-content > .step-tab-panel.active {
  display: block;
}

#open-ticket-wizard .step-app > .step-footer {
  margin-top: 15px;
  margin-bottom: 15px;
}

#open-ticket-wizard .step-app > .step-footer > .step-btn {
  padding: 4px 16px;
  color: #333;
  text-decoration: none;
  background: #e5e5e5;
  border-radius: 3px;
  border: none;
  outline: none;
  cursor: pointer;
}

#open-ticket-wizard .text {
  font-size: 14px;
  margin: 0 0 16px;
}

#open-ticket-wizard input {
  width: 100% !important;
  height: 50px !important;
  text-indent: 8px !important;
  padding: 0 !important;
}

#open-ticket-wizard label {
  font-size: 14px !important;
  display: block;
  margin-top: 16px;
}

#open-ticket-wizard label:first-child {
  margin-top: 0px;
}

#open-ticket-wizard .select2 {
}

#open-ticket-wizard .select2 ul {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  padding-left: 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#open-ticket-wizard .select2-search--inline {
  list-style: none;
  float: left;
}

#open-ticket-wizard
  .select2-container--default
  .select2-search--inline
  .select2-search__field {
  background: transparent;
  border: none !important;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
  box-sizing: border-box;
  font-size: 100%;
  margin-top: 5px !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
  line-height: inherit;
  height: auto !important;
}

#open-ticket-wizard .select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

#open-ticket-wizard .select2-selection--multiple {
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  margin: 3px 0px 3px 2px !important;
  user-select: none;
  -webkit-user-select: none;
  border: 0.5px solid rgb(161, 166, 173) !important;
}

.open-page .select2-container.select2-container--open {
  font-size: 14px;
}

.open-page
  .select2-container.select2-container--open
  .select2-results__option--highlighted[aria-selected] {
  background-color: #5fa624;
}

#open-ticket-wizard
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  border: none;
  background-color: #eee;
  font-size: 13px;
  padding: 6px;
}

#open-ticket-wizard input.error,
#open-ticket-wizard span.error {
  border: 2px solid red !important;
}

#open-ticket-wizard input:focus {
  outline: initial;
}

@keyframes loader {
  0% {
    width: 0;
  }

  20% {
    width: 10%;
  }

  25% {
    width: 24%;
  }

  43% {
    width: 41%;
  }

  56% {
    width: 50%;
  }

  66% {
    width: 52%;
  }

  71% {
    width: 60%;
  }

  75% {
    width: 76%;
  }

  94% {
    width: 86%;
  }

  100% {
    width: 100%;
  }
}

.progress-bar {
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
  margin-top: 8px;
  margin-left: 2px;
}

.progress-bar span {
  display: block;
}

.bar {
  background: rgba(0, 0, 0, 0.075);
}

.progress {
  animation: loader 8s ease infinite;
  background: #75b800;
  color: #fff;
  padding: 5px;
  width: 0;
}

#open-ticket-wizard label {
  margin-bottom: 0 !important;
  color: #333 !important;
  margin-top: 16px !important;
}

#open-ticket-wizard #sites-placeholder {
  width: 100%;
  box-sizing: border-box;
  display: block;
  background-color: white;
  cursor: text;
  margin: 0 !important;
  user-select: none;
  -webkit-user-select: none;
}
#open-ticket-wizard #sites-placeholder ul {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#open-ticket-wizard #sites-placeholder ul li {
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
  border: none;
  background-color: #eee;
  font-size: 13px;
  padding: 6px;
} */
