/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./assets/src/css/documents.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
/**
 * Documents page specific styles (BEM methodology)
 */
/* Document search block */
.search {
  position: relative;
}
.search__button {
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.search .search-icon,
.search .close-icon {
  transition: opacity 0.2s ease;
}

.documents__sidebar {
  position: sticky !important;
  top: 110px !important;
  align-self: flex-start !important;
}
.documents__sidebar--block {
  background: #F8F4F2;
  padding: 2rem;
  border-radius: 2rem;
  margin-bottom: 2rem;
}
.documents__sidebar--block .get-form-button {
  background: linear-gradient(90deg, #EA3466 0%, #EB4D4C 100%);
  opacity: 1;
  border: none;
  border-radius: 50px;
  padding: 8px 20px;
  color: white;
  font-family: "Sailec-Medium", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  display: none;
  cursor: pointer;
}
.documents__sidebar input.minisearch-field {
  background-color: white;
}

/* Document item block */
.forms-for-docx-form .document-item > label {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.forms-for-docx-form .document-item--checked {
  background-color: #f8f9fa;
}
.forms-for-docx-form .document__checkbox {
  margin-right: 10px;
}

/* Checked documents sidebar block */
.checked-documents__header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.checked-documents__title-block {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.checked-documents__title {
  font-family: "Sailec-Bold", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.checked-documents__list {
  list-style: none;
  padding-left: 0;
}
.checked-documents__count {
  color: #EB3765;
  font-family: "Sailec-Bold", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  display: inline-block;
}
.checked-documents__list {
  gap: 16px;
  display: flex;
  flex-direction: column;
}
.checked-documents__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checked-documents__name {
  flex: 1;
  font-size: 14px;
}
.checked-documents__remove {
  color: #EB3765;
  border: 1px solid transparent;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  margin-left: 10px;
  background-color: transparent;
  display: flex;
  justify-content: center;
}
.checked-documents__remove:hover {
  color: white;
  border-color: #EB3765;
  background-color: #EB3765;
}

.forms-for-docx-form .required-fields-section,
.forms-for-docx-form .document-fields-section,
.forms-for-docx-form .submit-wrapper {
  max-width: 380px;
  width: 100%;
  display: flex;
  align-self: center;
  gap: 24px;
  flex-direction: column;
  justify-self: center;
}
.forms-for-docx-form label {
  color: #5B5B5B;
  font-family: "Sailec-Medium", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 8px;
  display: inline-block;
}
.forms-for-docx-form .required-fields-section {
  margin-bottom: 48px;
}
.forms-for-docx-form .submit-wrapper {
  margin-top: 48px;
}
.forms-for-docx-form input {
  color: #000000;
}
.forms-for-docx-form input::-moz-placeholder {
  color: #B1B1B1;
}
.forms-for-docx-form input::placeholder {
  color: #B1B1B1;
}
.forms-for-docx-form input[type=date] {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
}
.forms-for-docx-form input, .forms-for-docx-form textarea, .forms-for-docx-form select {
  font-family: "Sailec-Medium", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}
.forms-for-docx-form input, .forms-for-docx-form textarea {
  padding: 14px 20px;
}

.forms-for-docx-form .hide {
  display: none !important;
}
.forms-for-docx-form button:not(.checked-documents__remove):not(.modal-close-btn) {
  color: white;
  background: linear-gradient(90deg, #EA3466 0%, #EB4D4C 100%);
  width: -moz-fit-content;
  width: fit-content;
  opacity: 1;
  gap: 8px;
  border-radius: 50px;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  border: none;
  cursor: pointer;
  transition: background 1s ease-in-out;
}
.forms-for-docx-form button:not(.checked-documents__remove):not(.modal-close-btn):hover {
  background-position: 50% 0;
}
.forms-for-docx-form button:not(.checked-documents__remove):not(.modal-close-btn) svg path {
  fill: white;
}
.forms-for-docx-form .ffd-page-subtitle {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .forms-for-docx-form .ffd-page-subtitle {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .forms-for-docx-form .ffd-page-subtitle {
    margin-bottom: 40px;
  }
}
.forms-for-docx-form .form-field {
  margin: 0 !important;
}
.forms-for-docx-form .form-field.is-invalid {
  color: #FF4B4B;
  border-color: #FF4B4B;
  background-color: #FFE1E1;
}
.forms-for-docx-form .form-field.is-invalid::-moz-placeholder {
  color: #FF4B4B;
}
.forms-for-docx-form .form-field.is-invalid::placeholder {
  color: #FF4B4B;
}
.forms-for-docx-form .form-field:focus:not(#ffd-client-email) {
  background-color: #F8F4F2;
}
.forms-for-docx-form .get-offer-profile {
  bottom: auto;
  bottom: initial;
  top: -31px;
}
.forms-for-docx-form .confirm-checkbox-label {
  margin-bottom: 40px;
}
.forms-for-docx-form #step-3 .modal-window .form-field {
  border: 1px solid transparent;
}
.forms-for-docx-form #step-3 .modal-window .field-wrapper {
  margin-bottom: 24px;
}

/*# sourceMappingURL=documents-styles.css.map*/