.not-last-margin > *:not(:last-child) {
  margin-bottom: 40px;
}

.form-container-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  row-gap: 40px;
}

.main-form .flex-row:not(:last-child) {
  margin-bottom: 40px;
}
.main-form .flex-row.mr-none {
  margin: 0;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.flex-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-row-gap-5 {
  row-gap: 5px;
}

.flex-row-gap-10 {
  row-gap: 10px;
}

.flex-row-gap-15 {
  row-gap: 15px;
}

.flex-row-gap-20 {
  row-gap: 20px;
}

.flex-row-gap-25 {
  row-gap: 25px;
}

.flex-row-gap-30 {
  row-gap: 30px;
}

.flex-row-item {
  display: flex;
}
.flex-row-item.mr-none {
  margin: 0;
}

.item-col-1 {
  flex-basis: 100%;
}

.item-col-2 {
  flex-basis: 49%;
}

.item-col-3 {
  flex-basis: 32%;
}

.item-col-4 {
  flex-basis: 24%;
}

.item-col-5 {
  flex-basis: 19%;
}

.left-item {
  justify-content: flex-end;
}

.right-item {
  justify-content: flex-start;
}

.madforms-field-FlagGroup {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.madforms-field-FlagGroup .madforms-header .madforms-title {
  width: 100%;
  padding: 17px;
  font-size: 20px;
  line-height: 1.2;
  border-radius: 24px;
  border: 1px solid rgba(174, 174, 174, 0.5);
  background: none;
  outline: none;
  color: #A2A2AE;
  display: flex;
  position: relative;
  transform: translate(0) scale(1);
}
.madforms-field-FlagGroup .madforms-header .madforms-title::after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%0A%3Csvg%20width%3D%2244%22%20height%3D%2223%22%20viewBox%3D%220%200%2044%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M2%201.5L23.0909%2020.5L42%201.5%22%20stroke%3D%22black%22%20stroke-width%3D%223%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 35px;
  height: 21px;
  right: 22px;
  top: 17px;
}
.madforms-field-FlagGroup .madforms-header .madforms-title.open::after {
  transform: rotate(-180deg);
}
.madforms-field-FlagGroup .madforms-flaggroup-listelement input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.madforms-field-FlagGroup .madforms-flaggroup-listelement label {
  position: relative;
  cursor: pointer;
  line-height: 36px;
}
.madforms-field-FlagGroup .madforms-flaggroup-listelement label::before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid rgba(174, 174, 174, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 13px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 10px;
}
.madforms-field-FlagGroup .madforms-flaggroup-list {
  display: none;
  position: absolute;
  background: #fff;
  width: 100%;
  z-index: 125;
  padding: 10px 20px;
  max-height: 400px;
  overflow-y: auto;
}
.madforms-field-FlagGroup .madforms-flaggroup-list input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 12px;
  width: 6px;
  height: 14px;
  border: solid #E62B25;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  z-index: 125;
}

.madforms-field-FlagGroupPps {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.madforms-field-FlagGroupPps .madforms-title {
  z-index: 100;
  transform: translate(16px, -8px) scale(0.8);
  background: #fff;
  white-space: nowrap;
  font-size: 20px;
  position: absolute;
  color: #A2A2AE;
  transform-origin: top left;
  transition: all 0.1s ease-in-out;
  top: 0;
}
.madforms-field-FlagGroupPps .madforms-flaggroup-label-container {
  width: 100%;
  padding: 25px 60px 20px 14px;
  font-size: 20px;
  line-height: 1.2;
  border-radius: 24px;
  border: 1px solid rgba(174, 174, 174, 0.5);
  background: none;
  outline: none;
  display: flex;
  position: relative;
  transform: translate(0) scale(1);
  cursor: pointer;
}
.madforms-field-FlagGroupPps .madforms-flaggroup-label-container.origin-placeholder {
  color: #A2A2AE;
}
.madforms-field-FlagGroupPps .madforms-flaggroup-label-container::after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%0A%3Csvg%20width%3D%2244%22%20height%3D%2223%22%20viewBox%3D%220%200%2044%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M2%201.5L23.0909%2020.5L42%201.5%22%20stroke%3D%22black%22%20stroke-width%3D%223%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 35px;
  height: 21px;
  right: 15px;
  top: 26px;
}
.madforms-field-FlagGroupPps .madforms-flaggroup-label-container.open::after {
  transform: rotate(-180deg);
}
.madforms-field-FlagGroupPps .madforms-flaggroup-listelement input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.madforms-field-FlagGroupPps .madforms-flaggroup-listelement label {
  position: relative;
  cursor: pointer;
  line-height: 36px;
}
.madforms-field-FlagGroupPps .madforms-flaggroup-listelement label::before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid rgba(174, 174, 174, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 13px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 10px;
}
.madforms-field-FlagGroupPps .madforms-flaggroup-list {
  position: absolute;
  background: #fff;
  width: 100%;
  z-index: 125;
  padding: 10px 20px;
  max-height: 400px;
  overflow-y: auto;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.22s ease-in-out;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  visibility: hidden;
}
.madforms-field-FlagGroupPps .madforms-flaggroup-list.visible {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.22s ease-in-out;
  visibility: visible;
}
.madforms-field-FlagGroupPps .madforms-flaggroup-list input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 12px;
  width: 6px;
  height: 14px;
  border: solid #E62B25;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  z-index: 125;
}

.madforms-tooltip {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -25px;
  left: calc(100% - 20px);
}
.madforms-tooltip .tooltip-text, .madforms-tooltip .tooltip-text-ta {
  visibility: hidden;
  width: 160px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 101;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  font-size: 14px;
  bottom: 135%;
  left: calc(100% - 100px);
  margin-left: -60px;
}
.madforms-tooltip .tooltip-text::after, .madforms-tooltip .tooltip-text-ta::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 94%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
}
.madforms-tooltip:hover .tooltip-text, .madforms-tooltip:hover .tooltip-text-ta {
  opacity: 1;
  visibility: visible;
}

.madforms-footer {
  cursor: default;
}

.visible {
  display: block !important;
}

.madforms-field-Flag.madforms-field {
  position: static;
}
.madforms-field-Flag input[type=checkbox] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px !important;
  height: 28px;
  border-radius: 10px !important;
  border: 1px solid rgba(174, 174, 174, 0.5);
  margin-right: 12px;
  padding: 10px !important;
  transform: none !important;
}
.madforms-field-Flag input[type=checkbox]:checked:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 12px;
  width: 6px;
  height: 14px;
  border: solid #E62B25;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  z-index: 25;
}
.madforms-field-Flag label {
  width: 100%;
  margin-left: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px !important;
  line-height: 21px;
  color: #271919 !important;
  transform: translate(24px, 8px) scale(0.75) !important;
}

input, textarea, select {
  font-family: inherit;
}

input[type=image] {
  color: transparent;
}

textarea {
  outline: 0;
  width: 100%;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  cursor: pointer;
  padding: 31px 24px 16px;
  border-radius: 24px;
  border: 1px solid rgba(174, 174, 174, 0.5);
  transition: all 0.1s ease-in-out;
  resize: none;
}

.madforms-field-ListLi > .madforms-main_element > select {
  width: 100%;
}

.madforms-dropdown-list {
  max-height: 300px !important;
}

.madforms-field-ListLi > .madforms-main_element > select {
  height: 78px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  padding: 31px 19px 16px;
  border-radius: 24px;
  border: 1px solid rgba(174, 174, 174, 0.5);
  width: 100%;
  outline: none;
}

/*select*/
.select-box {
  width: 100%;
  padding: 10px;
  font-size: 20px;
  line-height: 1.2;
  border-radius: 24px;
  border: 1px solid #e5e5e5;
  background: none;
  outline: none;
}
.select-box:required:invalid {
  color: #A2A2AE;
}
.select-box option {
  color: #271919;
}

.btn {
  max-width: 300px;
  width: 100%;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  padding: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  cursor: pointer;
}

.btn-save {
  background: #E62B25;
  color: #fff;
}

.btn-cancel {
  border: 2px solid rgba(174, 174, 174, 0.5);
  color: #A2A2AE;
}

.modal-info {
  font-size: 14px;
  line-height: 1.5;
  color: #A2A2AE;
  font-weight: 400;
  position: relative;
  padding: 0 20px;
}
.modal-info::before {
  position: absolute;
  content: "*";
  left: 0;
  top: -2px;
  font-size: 20px;
}
.modal-info.info-required::before {
  color: #E62B25;
}
.modal-info.info-visible::before {
  color: #7988fd;
}

/*input*/
.input-box {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.input-box input {
  outline: 0;
  width: 100%;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  cursor: pointer;
  padding: 25px 15px 20px;
  border-radius: 24px;
  border: 1px solid rgba(174, 174, 174, 0.5);
  transition: all 0.1s ease-in-out;
}
.input-box input:focus {
  border: 1px solid #E62B25;
}
.input-box.input-box-error input {
  background: #fcf0f1;
  border: 1px solid #FF000B;
}
.input-box.input-box-error label {
  color: #FF000A;
}
.input-box label {
  font-size: 20px;
  position: absolute;
  color: #A2A2AE;
  transform-origin: top left;
  transform: translate(24px, 30px) scale(1);
  transition: all 0.1s ease-in-out;
  cursor: pointer;
}
.input-box .input-error-message {
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
  color: #FF000A;
  position: absolute;
  bottom: -23px;
  left: 0;
  overflow: hidden;
  height: 17px;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.double-required-input span:first-of-type {
  position: absolute;
  right: -12px;
  top: -2px;
  font-size: 20px;
  color: #E62B25;
}
.double-required-input span:last-of-type {
  position: absolute;
  right: -23px;
  top: -2px;
  font-size: 20px;
  color: #F99B1C;
}

.required-input-label-end::after {
  position: absolute;
  content: "*";
  right: -12px;
  top: -2px;
  font-size: 20px;
}

.required-input-label-start::before {
  position: absolute;
  content: "*";
  left: -12px;
  top: -2px;
  font-size: 20px;
}

.float-container .input-active label {
  transform: translate(16px, -8px) scale(0.8);
}
.float-container .madforms-title {
  z-index: 100;
  transform: translate(16px, -8px) scale(0.8);
  background: #FFFFFF;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.tooltip {
  position: absolute;
  top: -15px;
  right: -15px;
}
.tooltip .tooltip-text, .tooltip .tooltip-text-ta {
  visibility: hidden;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 2;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.tooltip .tooltip-text::after, .tooltip .tooltip-text-ta::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
}
.tooltip:hover .tooltip-text, .tooltip:hover .tooltip-text-ta {
  visibility: visible;
  opacity: 1;
}

/* checkbox*/
.checkbox {
  display: flex;
  font-size: 16px;
  line-height: 21px;
  color: #271919;
  align-items: center;
}
.checkbox.checkbox-disabled {
  color: #CFCFCF;
}
.checkbox .checkbox-control {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px !important;
  height: 28px;
  border-radius: 10px !important;
  border: 1px solid #CFCFCF;
  margin-right: 12px;
}
.checkbox .checkbox-control svg {
  transition: transform 0.1s ease-in 25ms;
  transform: scale(0);
}
.checkbox .checkbox-input {
  display: flex;
  padding: 10px !important;
}
.checkbox .checkbox-input input:checked + .checkbox-control svg {
  transform: scale(1);
}
.checkbox .checkbox-input input:disabled + .checkbox-control {
  color: #CFCFCF;
}
.checkbox .checkbox-label {
  transform: none !important;
  margin-left: 45px;
  min-width: 200px;
}

/*input file*/
.file-box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.file-box .inputfile-label {
  background-color: #fff;
  padding: 25px;
  border: 1px dashed rgba(174, 174, 174, 0.5);
  border-radius: 24px;
  cursor: pointer;
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}
.file-box #file-chosen {
  font-size: 18px;
  line-height: 22px;
  color: #271919;
}
.file-box #file-size {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #A2A2AE;
}

/*tabs*/
.nav-tabs {
  display: flex;
  overflow-x: auto;
  margin-bottom: 40px;
}
.nav-tabs::-webkit-scrollbar {
  height: 10px;
}
.nav-tabs::-webkit-scrollbar-track {
  background-color: #AEAEAE;
  border-radius: 5px;
  border: 3px solid #fff;
}
.nav-tabs::-webkit-scrollbar-thumb {
  background: #E62B25;
  border-radius: 5px;
}

.nav-tab {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin-right: 24px;
  padding: 8px 12px;
  color: #271919;
  background: #F7F7F9;
  text-decoration: none;
  border-radius: 32px;
  min-width: fit-content;
  margin-bottom: 5px;
}
.nav-tab.tab-active {
  cursor: default;
  background: #E62B25;
  color: #fff;
}

.tab-pane {
  display: none;
}
.tab-pane.tab-active {
  display: flex;
  flex-direction: column;
}

.service-box-c {
  min-height: 150px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.service-box-c .cancel {
  width: 200px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 500px;
  padding: 18px 66.5px;
  background-color: transparent;
  cursor: pointer;
  margin-top: 10px;
}
.service-box-c .service-box-bottom {
  width: calc(100% - 250px);
}

.service-box-article {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

select[name=REPORT_TYPE]:not([multiple]),
select[name=REPORT_YEAR]:not([multiple]) {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none !important;
  background: url("data:image/svg+xml,<svg width='25' height='15' viewBox='0 0 25 15' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1.13635 0.978256L13.1198 13.3696L23.8636 0.978256' stroke='black' stroke-width='3'/></svg>") calc(100% - 10px) center no-repeat;
}

.hint, .hint-ta {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -25px;
  left: calc(100% - 20px);
}
.hint > svg, .hint-ta > svg {
  fill: #E62B25;
}

.hint-ta {
  top: -145px;
}

.hint-avatar {
  position: relative;
  top: -30px;
  left: 85%;
}
.hint-avatar > svg {
  fill: #E62B25;
}

.tooltip-text, .tooltip-text-ta {
  visibility: hidden;
  width: 160px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 101;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  font-size: 14px;
  bottom: 135%;
  left: calc(100% - 100px);
  margin-left: -60px;
}
.tooltip-text::after, .tooltip-text-ta::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 94%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
}

.tooltip-text-ta {
  bottom: 129%;
}

.tooltip-text-avatar {
  visibility: hidden;
  width: 160px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 101;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  font-size: 14px;
  bottom: 58.8%;
  left: calc(50% - 107px);
  margin-left: -60px;
}
.tooltip-text-avatar::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 94%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
}

.checkbox-list-header,
.subscribe-publication {
  font-size: 20px;
  line-height: 24px;
}

.checklist-nested {
  display: none;
}
.checklist-nested.checklist-active {
  display: block;
}

.checkboxes {
  padding-left: 30px;
}
.checkboxes ul {
  padding-inline-start: 40px;
}
.checkboxes li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}

.form-group {
  display: block;
  margin-bottom: 15px;
}
.form-group .form-checkbox {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form-group .form-label {
  position: relative;
  cursor: pointer;
  line-height: 1.3;
}
.form-group .form-label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid rgba(174, 174, 174, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 13px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 10px;
}
.form-group .form-checkbox:checked + .form-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 11px;
  width: 6px;
  height: 14px;
  border: solid #E62B25;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.tab-active .main-ui-filter-search {
  cursor: pointer;
  border: 1px solid rgba(174, 174, 174, 0.5);
  border-radius: 10px;
  margin-bottom: 15px;
  min-width: 300px !important;
}
.tab-active .main-ui-filter-search-filter {
  font-family: "ALSHauss", serif;
  font-weight: 700;
  font-size: 20px;
  cursor: pointer;
}
.tab-active .main-ui-filter-search-filter::-moz-placeholder {
  color: #271919;
}
.tab-active .main-ui-filter-search-filter::placeholder {
  color: #271919;
}

.tab-active .main-grid-wrapper {
  margin-bottom: 20px;
}
.tab-active .main-ui-pagination {
  width: 100%;
}
.tab-active .main-ui-pagination-pages-list {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
}
.tab-active .main-grid-more {
  margin-bottom: 20px;
}
.tab-active .main-grid-panel-wrap {
  padding-top: 20px;
}
.tab-active .main-grid-cell {
  overflow: visible;
}
.tab-active .tooltip-addicon-text {
  bottom: 110%;
  left: calc(100% - 120px);
}

#custom-filter-popup-container .popup-window,
#custom-filter-popup-container-soauthor .popup-window {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  transform: none !important;
  z-index: auto !important;
  width: 100% !important;
}

/*# sourceMappingURL=form.css.map */
