div.container-form {
  border: solid 1px #ddd;
  border-radius: 19px;
  padding: 0 30px 30px;
}

.form-header {
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
}

.progress-bar {
  width: 70%;
  background: #ececec;
  height: 15px;
  border-radius: 30px;
  margin: 10px auto;
  border: solid 1px #d9d9d9;
}

.progress {
  width: 0;
  background: #1a69b3;
  height: 11px;
  border-radius: 30px;
  margin: 1px;
  transition: all 0.3s ease;
}

.form-step:not(.active) {
  display: none;
}

.case-menor {
  display: none;
}

.form-step {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.last-step.active + .form-footer #nextStep,
.first-step.active ~ .form-footer #prevStep {
  display: none;
}

.last-step:not(.active) + .form-footer #sendForm {
  display: none;
}

.input-container {
  flex-basis: 100%;
  margin-bottom: 15px;
}

.input-container label {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin-bottom: 2px;
}

.input-container input {
  margin-bottom: 0;
}

span.input-notice {
  font-style: italic;
}

span.input-notice::before {
  content: "?";
  border: solid 1px;
  border-radius: 100%;
  line-height: 1;
  padding: 0 6px;
  font-size: 12px;
  margin-right: 3px;
  vertical-align: middle;
}

.input-container input[type="radio"] {
  display: none;
}

.input-container input[type="radio"] + label {
  display: inline-block;
  padding: 10px 15px;
  border: solid 2px;
  border-radius: 7px;
  margin-right: 15px;
  transition: all 0.3s ease;
}

.input-container input[type="radio"] + label:hover {
  background-color: #eee;
}

.input-container input[type="radio"]:checked + label {
  background: black;
  color: white;
  border-color: black;
}

.input-container input[type="checkbox"] + label {
  display: inline-block;
}

.input-container select {
  height: 43px;
  line-height: 43px;
  display: block;
  width: 100%;
  height: 43px;
  line-height: 30px;
  padding: 5px 15px;
  margin: 0 0 19px;
  background-color: #f2f2f2;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  box-shadow: 0 5px 10px 0 transparent;
  transition: all 0.5s ease-in-out;
}

.input-container select:hover {
  background: #fff;
  border-color: #fff;
  box-shadow: 0 10px 27px 0 rgba(0, 0, 0, 0.1);
}

.repeater-container {
  width: 100%;
  border: solid 1px #eee;
  padding: 5px 15px;
  margin-bottom: 15px;
}

.repeater-container:not(.active) {
  display: none;
}

.repeater-actions {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.repeater-actions > span {
  border: solid 1px #1a69b3;
  padding: 2px 7px;
  line-height: 1;
  font-size: 20px;
  border-radius: 100%;
  margin: 0 5px;
  color: #1a69b3;
  cursor: pointer;
  background: white;
}

.repeater-actions > .oneLess {
  padding: 2px 9px;
}

.form-footer {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

a#prevStep {
  background: #fff;
  color: #3498db;
  border-color: #3498db;
  border-width: 2px;
}

a#prevStep:hover {
  background: #eee;
}

button#sendForm {
  transition: all 0.2s ease;
}

button#sendForm.loading {
  opacity: 0.5;
  pointer-events: none;
}

/*Alterações 08/2023 */
#tooltip-anac svg {
  height: 20px;
  width: 20px;
}

.container-generate-contract {
  display: flex;
  flex-flow: row nowrap;
  max-width: 1200px !important;
  justify-content: space-between;
}

.container-form {
  width: 70%;
  margin: 0 15px;
}

.file-form input:not([type="checkbox"]) {
  display: block;
}

.file-form input[type="radio"] {
  display: none;
}

.sidebar-files {
  background: #fff;
  width: 20%;
  border: solid 1px #ddd;
  border-radius: 19px;
  padding: 20px;
  position: fixed;
  left: 1010px;
}

form.file-form {
  flex-basis: 100%;
}

.sidebar-files .file-list li.missing {
  list-style-image: url("../svg/x.svg");
}

.sidebar-files .file-list li.missing svg {
  color: #ba0505;
}

.sidebar-files .file-list li.sent {
  list-style-image: url("../svg/check-bold.svg");
}

.sidebar-files .file-list li.sent::marker {
  color: #088408;
}

.btn-file-form.loading {
  opacity: 0.5;
  pointer-events: none;
}

.spinner-border {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  margin: 2.1em auto;
  border: 0.25em solid #2f77a8;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

@-webkit-keyframes spinner-border {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#groups-list {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 25px;
}

.group-card img {
  aspect-ratio: 4/3;
  object-fit: cover;
}

.group-card {
  position: relative;
  border: solid 1px;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  filter: grayscale(1);
  transition: all 150ms;
}

.card-title {
  position: absolute;
  width: 100%;
  background: #ffffffd4;
  top: 50%;
  left: 0;
  line-height: 128%;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  backdrop-filter: blur(5px);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  color: #000;
}

.group-card:hover,
.group-card.active {
  filter: grayscale(0);
}

.course-input label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.course-input label .switch {
  background: #f5f5f5;
  width: 37px;
  height: 20px;
  border: solid 1px;
  border-radius: 50px;
  transition: all 150ms;
  flex-shrink: 0;
  position: relative;
}

.course-input input {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 1px;
  height: 1px;
}

.course-input {
  position: relative;
}

.course-input input:checked + label .switch {
  background: #7cacf8;
  border-color: #7cacf8;
}

.course-input label .switch::before {
  content: "";
  width: 15px;
  height: 15px;
  background: #434141;
  position: absolute;
  top: 50%;
  left: 10%;
  translate: 0 -50%;
  border-radius: 100%;
  transition: all 150ms;
}

.course-input input:checked + label .switch::before {
  left: 50%;
}

.course-input {
  display: none;
}

@media (max-width: 768px) {
  #groups-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
