.form-group, .form-group-sm {
  text-align: initial;
  /* input file style */
}
.form-group input, .form-group textarea, .form-group select, .form-group-sm input, .form-group-sm textarea, .form-group-sm select {
  width: -webkit-fill-available;
  border: 1px solid #cecbc1;
  background: white;
  margin-top: 0.5rem;
}
.form-group input::-webkit-input-placeholder, .form-group textarea::-webkit-input-placeholder, .form-group select::-webkit-input-placeholder, .form-group-sm input::-webkit-input-placeholder, .form-group-sm textarea::-webkit-input-placeholder, .form-group-sm select::-webkit-input-placeholder {
  color: #cecbc1;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus, .form-group-sm input:focus, .form-group-sm textarea:focus, .form-group-sm select:focus {
  outline-color: rgba(0, 0, 0, 0.3);
}
.form-group label, .form-group .form-label, .form-group-sm label, .form-group-sm .form-label {
  display: block;
  color: #2e2e2e;
}
.form-group label span, .form-group label .optional, .form-group .form-label span, .form-group .form-label .optional, .form-group-sm label span, .form-group-sm label .optional, .form-group-sm .form-label span, .form-group-sm .form-label .optional {
  color: #cecbc1;
}
.form-group label > a, .form-group .form-label > a, .form-group-sm label > a, .form-group-sm .form-label > a {
  color: #2d99e0;
  text-transform: inherit;
  text-decoration: underline;
}
.form-group input[type=file], .form-group-sm input[type=file] {
  border: none;
  padding-left: 0;
  background-color: transparent;
}
.form-group .info, .form-group-sm .info {
  font-size: 0.75rem;
  line-height: 1.33;
  color: #2e2e2e;
  display: flex;
  margin-top: 0.25rem;
  margin-bottom: 0;
}
.form-group .info a, .form-group-sm .info a {
  color: #f6b913;
  font-size: 0.75rem;
  padding: 0 0.5rem;
  display: contents;
}
.form-group .form-input, .form-group-sm .form-input {
  border: 1px solid #cecbc1;
  background: white;
  margin-top: 0.5rem;
  display: flex;
}
.form-group .form-input:focus, .form-group-sm .form-input:focus {
  outline-color: rgba(0, 0, 0, 0.3);
}
.form-group .form-input input, .form-group-sm .form-input input {
  border: none;
  background-color: transparent;
  margin-top: 0;
  margin-left: -3.5rem;
  padding-left: 3.5rem;
}
.form-group .form-input i, .form-group-sm .form-input i {
  padding: 0 1rem;
  align-self: center;
  font-size: 1.5rem;
  color: #f6b913;
  margin: 0;
}
.form-group .btn-tertiary, .form-group-sm .btn-tertiary {
  color: #555;
  padding: 1.87rem;
  line-height: 1.125rem;
  font-size: 0.875rem;
  font-weight: normal;
  text-align: center;
  width: auto;
  margin: auto;
  display: block;
  border: 2px dotted #b7b7b7;
}
.form-group .btn-tertiary:hover, .form-group .btn-tertiary:focus, .form-group-sm .btn-tertiary:hover, .form-group-sm .btn-tertiary:focus {
  color: #888888;
  border-color: #888888;
}
.form-group .input-file, .form-group-sm .input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.form-group .input-file + .js-labelFile, .form-group-sm .input-file + .js-labelFile {
  font-weight: 500;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.form-group .input-file + .js-labelFile p, .form-group .input-file + .js-labelFile span, .form-group-sm .input-file + .js-labelFile p, .form-group-sm .input-file + .js-labelFile span {
  color: #b7b7b7;
}
.form-group .input-file + .js-labelFile p, .form-group-sm .input-file + .js-labelFile p {
  max-width: 500px;
  margin: 0.5rem auto 1rem auto;
  white-space: initial;
}
.form-group .input-file + .js-labelFile i.mdi, .form-group-sm .input-file + .js-labelFile i.mdi {
  font-size: 2rem;
  margin-right: initial;
}
.form-group .input-file + .js-labelFile img, .form-group-sm .input-file + .js-labelFile img {
  width: 100px;
}
@media (min-width: 576px) {
  .form-group.ordering, .form-group-sm.ordering {
    width: fit-content;
    margin-left: auto;
  }
}
.form-group.ordering label, .form-group-sm.ordering label {
  font-weight: normal;
}
.form-group.search > input, .form-group-sm.search > input {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #2e2e2e;
}
.form-group.search > label, .form-group-sm.search > label {
  font-weight: normal;
}
.form-group.search > .mdi, .form-group-sm.search > .mdi {
  font-size: 1.3rem;
  position: absolute;
  margin-top: 1rem;
  margin-left: -1.3rem;
}
.form-group .input-url span, .form-group-sm .input-url span {
  align-self: center;
  margin: 1rem 0 0.5rem 0;
  display: block;
  word-break: break-word;
}
@media (min-width: 768px) {
  .form-group .input-url span, .form-group-sm .input-url span {
    word-break: normal;
  }
}
@media (min-width: 992px) {
  .form-group .input-url span, .form-group-sm .input-url span {
    word-break: break-word;
  }
}
@media (min-width: 1150px) {
  .form-group .input-url span, .form-group-sm .input-url span {
    word-break: normal;
  }
}
@media (min-width: 768px) {
  .form-group .input-url, .form-group-sm .input-url {
    display: flex;
  }
  .form-group .input-url span, .form-group-sm .input-url span {
    margin-bottom: 0;
    margin-right: 1rem;
    margin-top: 0.6rem;
  }
}

.form-group {
  margin-top: 1.25rem;
  border-radius: 3px;
}
.form-group input, .form-group textarea, .form-group select {
  padding: 1rem;
  font-size: 1rem;
  font-weight: 500;
}
.form-group input::-webkit-input-placeholder, .form-group textarea::-webkit-input-placeholder, .form-group select::-webkit-input-placeholder {
  font-size: 1rem;
  font-weight: 500;
}
.form-group label, .form-group .form-label {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: normal;
}
.form-group label.h1, .form-group .form-label.h1 {
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 1rem 0;
}
.form-group label ~ div, .form-group .form-label ~ div {
  margin-top: 1rem;
}
.form-group p, .form-group .form-support {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1;
  color: #b3b3b3;
  margin-bottom: 0;
  margin-top: 0.25rem;
}
.form-group p.big-text, .form-group .form-support.big-text {
  font-weight: 300;
  line-height: 1.38;
  color: #707070;
  margin-top: 1rem;
}
.form-group .form-check-input {
  margin-bottom: 0.5rem;
  padding-right: 1rem;
}
.form-group .form-check-input:last-child {
  margin-bottom: 0;
}
.form-group .form-check-input label {
  line-height: 2;
  font-weight: 500;
}

.form-group-sm {
  margin-top: 1rem;
}
.form-group-sm input, .form-group-sm select {
  height: 2.25rem;
}
.form-group-sm input, .form-group-sm textarea, .form-group-sm select {
  padding: 0 0.688rem;
  line-height: 1.43;
  width: 100%;
}
.form-group-sm input::-webkit-input-placeholder, .form-group-sm textarea::-webkit-input-placeholder, .form-group-sm select::-webkit-input-placeholder {
  font-size: 0.875rem;
  color: #cecbc1;
}
.form-group-sm textarea {
  padding: 0.688rem;
}
.form-group-sm label, .form-group-sm .form-label {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.33;
  color: #2e2e2e;
}
.form-group-sm label span, .form-group-sm label .optional, .form-group-sm .form-label span, .form-group-sm .form-label .optional {
  color: #cecbc1;
}
.form-group-sm p, .form-group-sm .form-support {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1;
  color: #b3b3b3;
  margin-bottom: 0;
  margin-top: 0.25rem;
}
.form-group-sm p.big-text, .form-group-sm .form-support.big-text {
  font-weight: normal;
  line-height: 1.33;
  color: #666666;
  margin-top: 1rem;
}

.form hr {
  margin: 2.5rem 0;
  border: dotted 1px #707070;
  width: 100%;
}
.form .d-flex {
  flex-wrap: nowrap;
}
.form small {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.21;
  color: #666666;
}

.content-form {
  max-width: 100%;
}
@media (min-width: 768px) {
  .content-form {
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  .content-form {
    max-width: 80;
  }
}
@media (min-width: 1200px) {
  .content-form {
    max-width: 70;
  }
}

form .btn {
  width: 100%;
  margin: 0 0 1rem 0;
}
form .btn:last-child {
  margin-bottom: 0;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown > .mdi {
  font-size: 1.5rem;
  color: #666666;
}
.dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f8f7f4;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  z-index: 1;
}
.dropdown .dropdown-content.dropdown-right {
  right: 0;
}
.dropdown .dropdown-content p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0;
  padding: 0;
}
.dropdown:hover .dropdown-content {
  display: block;
}

@media (min-width: 576px) {
  form .btn {
    width: auto;
    margin: 0;
  }
  form .btn:last-child {
    margin-left: 1rem;
  }

  .form-group input.w-auto, .form-group textarea.w-auto, .form-group select.w-auto, .form-group-sm input.w-auto, .form-group-sm textarea.w-auto, .form-group-sm select.w-auto {
    width: auto;
  }
  .form-group input ~ input, .form-group-sm input ~ input {
    margin-left: 1rem;
  }
}
