@import "clarificaton_questions_answers.css";
/*================================================*/
/*                    MAIN STYLES                 */
/*================================================*/
html {
  font-size: 20px;
  height: 100%;
}
body {
  position: relative;
  background-color: #fff;
  color: #333645;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  width: 100%;
  min-width: 320px;
  max-width: 100vw;
  min-height: 100%;
}
body:not(.loaded) *,
body:not(.loaded) *:before,
body:not(.loaded) *:after {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
body:not(.loaded) .js-toggle-menu > li > ul {
  display: none;
}
.main-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.main-grow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  flex-grow: 1;
  width: 100%;
  min-height: 1px;
  margin: 0;
}
.main-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  flex-grow: 1;
  width: 1%;
}
.main {
  -webkit-box-flex: 1;
  flex-grow: 1;
  width: 100%;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: none;
}
b,
strong {
  font-weight: 700;
}
.light {
  font-weight: 300 !important;
}
.regular {
  font-weight: 400 !important;
}
.semi-bold {
  font-weight: 600 !important;
}
.font-size--16 {
  font-size: 0.8rem;
}
.font-size--22 {
  font-size: 1.1rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-green {
  color: #8bc466;
}
.text-red {
  color: #cc2327;
}
.text-yellow {
  color: #edcd2a;
}
.bg-green {
  background-color: #8bc466;
}
.bg-red {
  background-color: #cc2327;
}
.dir-ltr {
  direction: ltr;
}
.dir-rtl {
  direction: rtl;
}
a {
  font-family: inherit;
  color: inherit;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
a:hover {
  color: #4b8dcb;
}
.img-wrap {
  display: block;
}
.img-wrap img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  flex-shrink: 0;
}
.cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.fit {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.fit img {
  display: block;
  width: 100%;
  height: 100%;
}
.d-none {
  display: none !important;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inline-flex {
  display: inline-flex !important;
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-grow {
  -webkit-box-flex: 1;
  flex-grow: 1;
}
.flex-grow-2 {
  -webkit-box-flex: 2;
  flex-grow: 2;
}
.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-align-center {
  align-items: center;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-end{
  align-items: flex-end;
}
.btn {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-family: "Assistant", sans-serif;
  font-size: 1em;
  font-weight: 300;
  white-space: nowrap;
  text-decoration: none;
  background: #333645;
  border: none;
  border-radius: 2em;
  outline: none;
  width: auto;
  min-width: 0;
  max-width: none;
  height: 36px;
  padding: 0 1em;
  margin: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn:not([type='submit']) {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
  background: #4c5067;
}
.btn:active {
  color: #fff;
  text-decoration: none;
  background: #2e313e;
}
.btn--empty:hover,
.btn--empty{
  background-color: #ffffff;
  border: 2px solid #bfbfbf;
  color: #333645;
  font-weight: 400;
  outline: none;
}
.btn--green {
  background: #8bc466;
}
.btn--green:hover {
  background: #9ccd7d;
}
.btn--green:active {
  background: #7bbc50;
}
.btn--blue {
  background: #4b8dcb;
}
.btn--blue:hover {
  background: #669ed3;
}
.btn--blue:active {
  background: #387fc2;
}
.btn--darkblue {
  background: #366dbe;
}
.btn--darkblue:hover {
  background: #4b8dcb;
}
.btn--darkblue:active {
  background: #366dbe;
}
.btn--grey {
  background: #bfbfbf;
}
.btn--grey:hover {
  background: #c9c9c9;
}
.btn--grey:active {
  background: #acacac;
}
.btn--grey.disabled,
.btn--grey.disabled:hover,
.btn--grey.disabled:focus,
.btn--grey.disabled:active {
  background: #aaa;
  cursor: default;
  outline: none;
  border: inherit;
  opacity: .5;
}
.btn--inverse{
  background: #acacac;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.btn--white{
  background-color: #ffffff;
  border: 2px solid #acacac;
  color: #333645;
}
.btn--white:hover{
  border-color: #4c5067;
}
.btn--darkgrey {
  color: #333645;
  background: #bfbfbf;
}
.btn--darkgrey:hover {
  color: #333645;
  background: #c9c9c9;
}
.btn--darkgrey:active {
  color: #333645;
  background: #acacac;
}
.btn--yellow {
  background: #edcd2c;
}
.btn--yellow:hover {
  background: #f0d54c;
}
.btn--yellow:active {
  background: #e9c614;
}
.btn--red {
  background: #cc2327;
}
.btn--red:hover {
  background: #dd3a3e;
}
.btn--red:active {
  background: #b82023;
}
.btn--border {
  background: none;
  border: 2px solid #333645;
  color: #333645;
  font-weight: 400;
}
.btn--border:hover {
  border-color: #4c5067;
}
.btn--border:active {
  border-color: #2e313e;
}
.btn--small-round {
  border-radius: 10px;
}
.btn--remove {
  cursor: pointer;
  display: block;
  outline: none;
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  padding: 0 0.1em;
  margin: 0;
  -ms-transform: scaleY(0.7) translateY(-0.1em);
  transform: scaleY(0.7) translateY(-0.1em);
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.btn--remove:hover,
.btn--remove:focus-within {
  color: #f00;
}
.btn--small {
  font-size: 0.85em;
  height: 28px;
  padding: 0 1em;
}
.btn--small.btn--small-round {
  border-radius: 8px;
}
.btn--icon {
  padding-right: 0;
}
.btn--icon svg,
.btn--icon img {
  display: block;
  fill: #333645;
  width: 25px;
  height: 80%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  margin: 0 0.5em;
}
.btn--icon:hover {
  background: #669ed3;
  border-color: #669ed3;
  color: #fff;
}
.btn--icon:hover svg {
  fill: #fff;
}
.btn--icon:active {
  background: #387fc2;
  border-color: #387fc2;
  color: #fff;
}
.btn--icon:active svg {
  fill: #fff;
}
.btn--icon.active {
  background: #4b8dcb;
  border-color: #4b8dcb;
  color: #fff;
}
.btn--icon.active svg {
  fill: #fff;
}
.select,
.input,
.textarea {
  display: block;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  background-color: #fff;
  border: 2px solid #bfbfbf;
  border-radius: 16px;
  outline: none;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: 36px;
  padding: 0 0.5em;
  margin: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.select::-ms-clear,
.input::-ms-clear,
.textarea::-ms-clear {
  display: none;
}
.select:focus::-webkit-input-placeholder,
.input:focus::-webkit-input-placeholder,
.textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.select:focus:-ms-input-placeholder,
.input:focus:-ms-input-placeholder,
.textarea:focus:-ms-input-placeholder {
  opacity: 0;
  transition-delay: 0.4s;
}
.select:focus::-moz-placeholder,
.input:focus::-moz-placeholder,
.textarea:focus::-moz-placeholder {
  opacity: 0;
  transition-delay: 0.4s;
}
.select::-webkit-input-placeholder,
.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  color: inherit;
  font-weight: inherit;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.select:-ms-input-placeholder,
.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  color: inherit;
  font-weight: inherit;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.select::-moz-placeholder,
.input::-moz-placeholder,
.textarea::-moz-placeholder {
  color: inherit;
  font-weight: inherit;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.select.light-placeholder::-webkit-input-placeholder,
.input.light-placeholder::-webkit-input-placeholder,
.textarea.light-placeholder::-webkit-input-placeholder {
  color: #bfbfbf;
  font-weight: 300;
}
.select.light-placeholder:-ms-input-placeholder,
.input.light-placeholder:-ms-input-placeholder,
.textarea.light-placeholder:-ms-input-placeholder {
  color: #bfbfbf;
  font-weight: 300;
}
.select.light-placeholder::-moz-placeholder,
.input.light-placeholder::-moz-placeholder,
.textarea.light-placeholder::-moz-placeholder {
  color: #bfbfbf;
  font-weight: 300;
}
.input__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  height: 36px;
  padding: 0 0.5em 2px;
}
.textarea {
  min-height: 100px;
  padding: 0.25em 0.5em;
  resize: none;
  overflow: auto;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.select--dark +.CaptionCont {
  border-color: #333645;
}
.select--dark +.CaptionCont > label {
  background: #333645;
}
.select--dark ~ .optWrapper {
  border-color: #333645;
}
.checkbox__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  /*align-items: center;*/
  font-size: 0;
}
.checkbox__container input:checked ~ .checkbox__label {
  background: #333645;
}
.checkbox__container.light input:checked ~ .checkbox__label {
  background: #fff;
}
.checkbox__container.light .checkbox__label {
  border-color: #fff;
}
.checkbox__container.bold-active input:checked ~ .checkbox__text {
  font-weight: 700;
}
.checkbox__container--as-fieldbox {
  margin-right: 11px;
}
.checkbox__container + .checkbox__container {
  margin-top: 5px;
}
.checkbox__label {
  display: block;
  border: 2px solid #333645;
  width: 15px;
  min-width: 15px;
  height: 15px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.checkbox__text {
  font-size: 1.1rem;
  font-weight: 300;
  padding: 0;
  margin: 0;
  padding-right: 0.33em;
/*  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;*/
  cursor: default;
  border: none;
}
.checkbox__text.bold-hover {
  padding-right: 20px;
}
.checkbox__text.bold-hover.subdomains-list-item {
  padding-right: 0.33em;
}
.checkbox__text.bold-hover:hover {
  font-weight: 700;
}
.checkbox__qmark {
  display: block;
  width: 26px;
  height: 19px;
  align-self: center;
}
.checkbox__qmark .tooltip{}
.checkbox__qmark img {
  width: 100%;
  height: 100%;
  position: relative;
  top: 1px;
}

.yes-no-box__fields {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.yes-no-box__fields:before {
  position: absolute;
  display: block;
  content: '';
  background: #fff;
  border: 2px solid #bfbfbf;
  border-radius: 16px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.yes-no-box__radio {
  position: relative;
  width: 10%;
  -webkit-box-flex: 1;
  flex-grow: 1;
}
.yes-no-box__radio:first-child .yes-no-box__radio__btn {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.yes-no-box__radio:last-child .yes-no-box__radio__btn {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.yes-no-box__radio__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  text-align: center;
  font-weight: 300;
  min-width: 35px;
  height: 36px;
  padding: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.yes-no-box__radio input:checked ~ .yes-no-box__radio__btn {
  background: #333645;
  color: #fff;
}
.input-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  height: 36px;
  padding: 0 0.5em;
}
span.required {
  color: #f00;
}
.table {
  border-collapse: collapse;
  border: none;
  font-weight: inherit;
  width: 100%;
  min-width: 750px;
}
.table--search2 {
  min-width: 1100px;
}
.table--search2 td:not(:last-child) {
  min-width: 140px;
}
.table th {
  text-align: right;
  font-weight: inherit;
}
.table td:first-child .table__td__inner {
  border-right-width: 2px;
  border-radius: 0 12px 12px 0;
}
.table td:last-child .table__td__inner {
  border-left-width: 2px;
  border-radius: 12px 0 0 12px;
}
.table__th__inner {
  padding: 0 10px 6px;
}
.table__td__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0 solid #e5e5e5;
  border-top-width: 2px;
  border-bottom-width: 2px;
  width: 100%;
  min-height: 78px;
  padding: 10px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.table__td__inner__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.table__td__dot {
  background: #edcd2e;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin: auto;
}
.table__td__dot.green {
  background: #8bc466;
}
.table__td__dot.yellow {
  background: #edcd2c;
}
.table__td__checkbox-date {
  color: #fff;
  min-width: 600px;
}
.table__td__checkbox-date > span {
  margin-right: 1.5em;
}
.table__td__hovered-dates {
  text-align: left;
  white-space: nowrap;
  color: #fff;
  margin-left: 1.5em;
}
.table .js-thead .table__th__inner {
  display: none;
}
.table tbody:not(:last-child):after {
  content: '';
  display: block;
  height: 10px;
  width: 100%;
  pointer-events: none;
}
.table tbody:not(:hover):not(:focus-within) .hover-show,
.table tbody:hover .hover-hide,
.table tbody:focus-within .hover-hide {
  opacity: 0;
  visibility: hidden;
}
.table tbody .hover-hide,
.table tbody .hover-show {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.table tbody .hover-show {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 10px;
  z-index: 2;
}
.table tbody .hover-show.right {
  left: auto;
  right: 20px;
}
.table tbody.canceled .table__td__inner {
  background: #cc2327;
  border-color: #cc2327;
  color: #fff;
}
.table tbody.completed .table__td__inner {
  background: #8bc466;
  border-color: #8bc466;
  color: #fff;
}
.table tbody:hover .table__td__inner,
.table tbody:focus-within .table__td__inner,
.table tbody.active .table__td__inner {
  background: #333645;
  border-color: #333645;
  color: #fff;
}
.table tbody.active .hover-hide {
  opacity: 0;
  visibility: hidden;
}
.table tbody.active .hover-show {
  opacity: 1;
  visibility: visible;
}
.table .td--checkbox {
  width: 45px;
  min-width: 45px;
  max-width: 45px;
}
.table .td--checkbox .checkbox__container {
  margin: 1px auto 0;
}
.table-clear {
  border-collapse: collapse;
  border: none;
  font-weight: inherit;
  width: 100%;
  min-width: 750px;
}
.table-clear th {
  text-align: right;
  font-weight: inherit;
  width: 25%;
  padding: 0 10px;
}
.table-clear td {
  font-weight: 600;
  width: 25%;
  padding: 0 10px;
}
.scroll-scrollx_visible .scrollbar__content-inner {
  padding-bottom: 20px;
}

/*================================================*/
/*                    MAIN  	                  */
/*================================================*/
.section {
  width: 100%;
  padding: 45px 0;
}
.section__wrapper {
  width: 100%;
  max-width: 1560px;
  padding: 0 30px;
  margin: 0 auto;
}
.section__wrapper--small {
  max-width: 860px;
}
.section__wrapper--full {
  max-width: 100%;
}
.section--all-suppliers {
  padding-bottom: 0;
}
.section--personal {
  padding: 40px 0 0;
}
.section--intro {
  padding-top: 70px;
}
.section--bidding_auction,
.section--bidding_procedure {
  padding-bottom: 0;
}
.section--bidding_auction_step,
.section--bidding_auction_step {
  padding-top: 30px;
}
.section--bidding_auction_step .section__inner,
.section--bidding_auction_step .section__inner {
  border-top: 2px solid #333645;
  max-width: 1045px;
  padding-top: 20px;
}
.section--bidding_auction_finish,
.section--bidding_procedure_finish {
  text-align: center;
}
.section--bidding_auction_finish .section__inner,
.section--bidding_procedure_finish .section__inner {
  border: none;
  padding-top: 0;
}
.section--bidding_auction_questions {
  padding-top: 0;
}
.section--bidding_auction_questions .section__inner {
  max-width: 1045px;
  padding-top: 1px;
}
.section--supplier .section__inner {
  padding-right: 52px;
  /*padding-right: 52;*/
}
.section--supplier .breadcrumbs {
  margin-bottom: -5px;
}
.section--supplier__header__text {
  font-size: 1.1em;
}
.h1 {
  font-size: 3.1rem;
  font-weight: 700;
}
.h1--inline {
  display: inline-block;
}
.all-suppliers {
  padding-right: 10px;
}
.all-suppliers .breadcrumbs {
  margin-right: 42px;
  margin-bottom: -5px;
}
.all-suppliers__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 3.1rem;
  padding: 0 30px;
  margin-bottom: 0.1em;
}
.all-suppliers__title .h1 {
  margin-right: 0.5rem;
  margin-left: 0.5em;
}
.all-suppliers__title .btn {
  font-size: 1.05rem;
  margin: 1.15em 0;
}
.all-suppliers__search {
  font-size: 1.1em;
  font-weight: 300;
  padding: 0 20px;
}
.all-suppliers__search--two {
  padding: 0 50px;
}
.all-suppliers__search--bidding {
  padding: 0 32px;
}
.all-suppliers__search__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.all-suppliers__search__data__title {
  font-weight: 600;
  padding-right: 0.5em;
  margin-bottom: 0.25em;
}
.all-suppliers__search__field-container {
  padding: 0 10px;
}
.all-suppliers__search__field-container.flex-grow {
  max-width: calc(25% - 89px);
  min-width: 200px;
}
.all-suppliers__search__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.all-suppliers__search__buttons [type="submit"] {
  padding: 0 1.5em;
}
.all-suppliers__results {
  font-weight: 300;
}
.all-suppliers__results__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #333645;
  border-radius: 12px 12px 0 0;
  color: #fff;
  padding: 15px 30px;
}
.all-suppliers__results__header__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0;
}
.all-suppliers__results__header__count {
  font-weight: 700;
  font-size: 1.4em;
  margin-left: 1em;
}
.all-suppliers__results__header__select-all {
  text-decoration: underline;
  display: inline-block;
  white-space: nowrap;
  font-size: 0.9em;
  font-weight: 400;
  margin-left: 1em;
}
.all-suppliers__results__body {
  border: 2px solid #e5e5e5;
  border-top: none;
  border-radius: 0 0 12px 12px;
  padding: 15px 6px 10px 15px;
  -ms-overflow-style: none;
  overflow: visible;
}
.all-suppliers__results__body__head-table {
  font-size: 1.1em;
  padding: 0 35px 0 0;
}
.all-suppliers__results__body__head-table th {
  font-weight: inherit;
}
.all-suppliers__results__body .scroll-wrapper > .scroll-content {
  margin-bottom: 0 !important;
}
.modal {
  background: #fbfeff;
  border-radius: 28px;
  font-size: 1rem;
  font-weight: 300;
  max-width: 700px;
}
/*.modal.remodal-is-opened{*/
/*  display: inline-block !important;*/
/*}*/
.modal--verification {
  max-width: 400px;
}
.modal__wrapper {
  padding: 10px 15px 25px;
}
.modal__close {
  position: absolute;
  display: block;
  font-size: 36px;
  font-weight: 400;
  top: 10px;
  left: 18px;
  -ms-transform: scaleY(0.7);
  transform: scaleY(0.7);
  z-index: 99;
}
.modal__back.hidden{
  display: none;
}
.modal__title {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.1;
  padding: 0 25px;
  margin-bottom: 0.1em;
}
.modal__subtitle {
  font-size: 1.1em;
}
.modal__form {
  text-align: right;
  max-width: 490px;
  margin: 20px auto 0;
}
.modal__form .fieldbox {
  margin-bottom: 15px;
}
.modal__form .button-box {
  text-align: left;
  margin-top: 25px;
}
.modal--auction,
.modal--procedure {
  max-width: 1600px;
}
.modal--auction__top_buttons{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px -5px 10px;
}
.modal--auction__top_buttons >*{
  margin: 0 5px 5px;
}
.modal--auction .all-suppliers__search,
.modal--procedure .all-suppliers__search {
  text-align: right;
}
.modal--bidder {
  max-width: 900px;
}
.modal--bidder .modal__inner {
  padding: 0 15px;
}
.modal--bidder__text {
  max-width: 700px;
  margin: 10px auto 20px;
}
.modal--bidder__form1__field-container {
  max-width: 250px;
}
.modal--bidder__end_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -5px;
}
.modal--bidder__end_buttons >* {
  margin: 0 5px;
}
.personal {
  text-align: center;
  padding-right: 20px;
}
.personal__header {
  font-size: 1.3em;
  line-height: 1.1;
}
.personal__header__image {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin: 0 auto 12px;
}
.personal__header__image img {
  border-radius: 50%;
}
.personal__header__name {
  font-weight: 700;
}
.personal-information {
  font-size: 1.1em;
  font-weight: 300;
  padding-right: 20px;
}
.personal-information__title {
  font-size: 2em;
  font-weight: 700;
}
.personal-information__text {
  margin-bottom: 20px;
}
.personal-information__text strong {
  font-weight: 600;
}
.personal-information__panel {
  padding: 0 30px;
}
.personal-information__panel__caption {
  font-weight: 600;
  padding: 0 10px;
  margin-bottom: 5px;
}
.personal-information__panel table {
  margin-bottom: 30px;
}
.personal-information__panel__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.personal-information__panel__footer__title {
  font-weight: 600;
  white-space: nowrap;
  margin-left: 1em;
}
.panels__caption {
  font-weight: 600;
  padding-right: 1em;
  margin-bottom: 0.66em;
}
.panels__caption + .panels__note {
  margin-top: -0.66em;
}
.panels__note {
  color: #ed1f24;
  font-weight: 600;
  padding-right: 1em;
  margin-bottom: 0.66em;
}
.panel {
  border: 2px solid #bfbfbf;
  border-radius: 24px;
  /*font-size: 1rem;*/
  margin-bottom: 15px;
}
.panel__head {
  display: block;
  cursor: pointer;
  color: inherit;
  font-size: 1.5em;
  font-weight: 700;
  padding: 4px 15px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.panel__head:hover,
.panel__head:active {
  color: inherit;
}
.panel__head:before {
  display: inline-block;
  text-align: center;
  content: "+";
  width: 0.6em;
  min-width: 0.6em;
  margin-left: 0.15em;
}
.panel__head--validity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.panel__head__text {
  margin: 0 0 0 auto;
}
.panel__head__validation {
  font-size: 0.73em;
  font-weight: 700;
  white-space: nowrap;
  margin-right: 1em;
}
.panel__head--choose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.panel__head__counting {
  position: relative;
  font-size: 0.73em;
  font-weight: 400;
  white-space: nowrap;
  top: -0.2em;
  margin-right: 1em;
}
.panel__head--removable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.panel__head__remove {
  margin-right: 0.5em;
}
.panel__head--auction{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.panel__head--auction:after{
  display: block;
  content: '';
  border: 5px solid #333645;
  border-top: none;
  border-right: none;
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-right: auto;
  margin-left: 0;
  -ms-transform: translateY(-2px) rotate(-45deg);
  transform: translateY(-2px) rotate(-45deg);
}
.panel__head--auction.with-btn:after{
  margin-right: 0;
}
.panel__head--auction.with-btn .btn{
  flex-shrink: 0;
  font-size: 26px;
  padding: 0 0.66em;
  margin: 0 auto 0 5px;
}
.panel__body {
  display: none;
  -ms-overflow-style: none;
  overflow: visible;
  padding: 0 15px 5px;
}
.panel__body__inner {
  border-top: 2px solid #bfbfbf;
  padding: 25px 0 20px;
}
.panel .scrollbar__inner {
  height: auto !important;
  max-height: none !important;
  margin-bottom: 0 !important;
}
.panel .scrollbar__inner > div {
  height: auto;
}
.panel .scrollbar__content {
  padding-right: 0 !important;
}
.panel .scrollbar__content-inner {
  padding-bottom: 0;
}
.panel .scroll-y {
  display: none !important;
}
.panel.active > .panel__head:before {
  content: "-";
}
.panel.active .panel__head--auction:after {
  -ms-transform: scaleY(-1) translateY(-6px) rotate(-45deg);
  transform: scaleY(-1) translateY(-6px) rotate(-45deg);
}
.panel.error .panel__head__validation:before {
  content: attr(data-text-error);
  color: #ec2327;
}
.panel.success .panel__head__validation:before {
  content: attr(data-text-success);
  color: #8bc466;
}
.register {
  font-size: 1.1rem;
  max-width: 850px;
  margin: 0 auto;
}
.register--vendor {
  margin: 0;
}
.register__fields-section + .register__fields-section {
  margin-top: 30px;
}
.register__caption {
  font-weight: 600;
  padding: 0 10px;
  margin-bottom: 0.5em;
}
.register__caption__note {
  font-weight: 400;
}
.register__caption__note strong {
  font-weight: 600;
}
.register__text {
  font-weight: 300;
  padding: 0 10px;
}
.register__fields-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
/*  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;*/
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.register__fields-row.flex-nowrap {
  flex-wrap: nowrap;
}
.register__fields-row.flex-wrap {
  flex-wrap: wrap;
}
.register__fields-row.register__fields-row--align_top{
  align-items: flex-start;
}
.register__fields-row.register__fields-row--align_bottom{
  align-items: flex-end;
}
.register__field-container {
  width: 20%;
  padding: 0 10px;
}
.register__field-container.register__field-container--bigger{
  width: 30%;
}
.register__field-container--double-width {
  width: 40%;
}
@media screen and (max-width: 1439px) {
  .register__field-container.register__field-container--double-width {
    width: 40%;
  }
}
.register__field-container--width-auto {
  width: auto;
}
.register__field-container__title {
  font-weight: 600;
  margin-right: 0.5em;
  margin-bottom: 0.2em;
}
.register__field-container__double-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.fieldbox {
  font-size: 1.1rem;
  margin-bottom: 25px;
}
.fieldbox__label {
  display: inline-block;
  font-weight: 300;
  margin-right: 0.5em;
  margin-bottom: 0.2em;
}
.fieldbox__label_value {
  display: block;
  font-weight: 300;
  margin-bottom: 0.2em;
}
/* not used */
.fieldbox__tip {
  text-align: center;
  font-weight: 300;
  height: 1.2em;
  margin-bottom: -1.2em;
}
.register__field-container__double-fields .fieldbox {
  width: calc(50% - 10px);
}
.register__field-container__half-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -5px;
}
.register__field-container__half-fields .fieldbox {
  position: relative;
  width: 50%;
  -webkit-box-flex: 1;
  flex-grow: 1;
}
.register__field-container__half-fields .fieldbox:not(:last-child) {
  padding-left: 5px;
}
.register__field-container__half-fields .fieldbox:last-child {
  padding-right: 5px;
}
.register__field-container__half-fields .fieldbox--estimate {
  width: 150px;
}
.register__field-container__half-fields .fieldbox--vat {
  width: 100px;
}
.register__field-container__half-fields .fieldbox--symbol {
  width: 80px;
  -webkit-box-flex: 0;
  flex-grow: 0;
}
.register__field-container__half-fields .fieldbox .a_field_hint_content {
  left: 15px;
}
.register__btn-container {
  padding: 0 10px;
}
.register__buttons-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1rem;
  margin: 0 -10px;
}
.register__buttons-row [type="submit"] {
  font-weight: 700;
  min-width: 140px;
}
.register__uploads {
  margin: 10px 0;
}
.register__uploads__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 12px;
}
.register__uploads__item__btn,
.register__uploads__item__label {
  margin-bottom: 12px;
}

.register__search {
  font-weight: 300;
  padding: 0 20px;
}
.register__search__caption {
  font-weight: 600;
  padding: 0 0.5em;
}
.register__search__text {
  padding: 0 0.5em;
}
.register__search__form {
  max-width: 500px;
  margin-top: 60px;
}
.register__editable {
  border: 2px solid #e5e5e5;
  border-radius: 10px;
  padding: 8px;
  margin-bottom: 8px;
}
.register__editable__inner {
  position: relative;
  padding-left: 3em;
}
.register__editable__inner--static {
  padding: 0;
}
.register__editable__caption {
  margin-bottom: 0.1em;
}
.register__editable__text {
  font-weight: 300;
}
.register__editable__remove {
  position: absolute;
  font-size: 1.2rem;
  font-weight: 700;
  top: 4px;
  left: 7px;
}
.register__editable__btn {
  position: absolute;
  font-size: 16px;
  font-weight: 400;
  height: 22px;
  padding: 0 0.5em;
  bottom: 0;
  left: 0;
}
.register__add {
  margin-bottom: 10px;
}
.register__add__btn {
  padding: 0 1.25em;
}
.register__offset-top {
  margin-top: 25px;
}
.register__offset-bottom {
  margin-top: -25px;
}
.register__offset-bottom {
  margin-top: -25px;
}
.register__offset-bottom-1rem {
  margin-top: -1rem;
}
.register__download {
  padding-top: 3rem;
  font-size: 1.35rem;
}
.register__download__form {
  font-size: 1.1rem;
  min-height: 6em;
}
.breadcrumbs {
  font-size: 1.1rem;
  font-weight: 300;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:not(:last-child):after {
  content: ">";
  margin-right: 0.25em;
}
.vendor {
  font-size: 1.1rem;
  max-width: 1400px;
}
.vendor__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  /*-ms-flex-wrap: wrap;*/
  /*flex-wrap: wrap;*/
}

@media screen and (max-width: 974px){
  .vendor__top{
    flex-direction: column;
  }
}

.vendor__top__main {
  padding-right: 0.5rem;
  margin-bottom: 1.25em;
}
.vendor__top__title {
  line-height: 1;
  font-size: 3.1rem;
  /*font-weight: 700;*/
}
.vendor__top__select {
  min-width: 240px;
  max-width: 240px;
  margin: 0 auto 1.25em 0;
}
.vendor__top__select +.vendor__top__dots {
  margin-right: 20px;
  margin-top: 38px;
}
.vendor__top__dots {
  background: none;
  border: none;
  outline: none;
  padding: 0 10px;
  width: 30px;
  height: 18px;
  margin: 0;
}
.vendor__top__dots img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.vendor__table {
  margin: 0 -10px 0.75rem;
}
.vendor__table__caption {
  font-weight: 600;
  padding-right: 20px;
  margin-bottom: 0.5em;
}
.vendor__table th {
  font-weight: 300;
  white-space: nowrap;
}
.vendor__table th,
.vendor__table td {
  vertical-align: baseline;
  width: 20%;
}
.vendor__table th:first-child,
.vendor__table td:first-child {
  padding-right: 20px;
}
.vendor__table .fieldbox {
  font-weight: 400;
}
.vendor__table .scrollbar__inner {
  height: auto !important;
  max-height: none !important;
}
.vendor__table .scrollbar__inner > div {
  height: auto;
}
.vendor__table .scrollbar__content {
  padding-right: 0 !important;
}
.vendor__table .scroll-y {
  display: none !important;
}


.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.intro__aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: -webkit-gradient(linear, left top, right top, from(#133c6c), color-stop(140%, #4a8dcb));
  background: -webkit-linear-gradient(left, #133c6c 0%, #4a8dcb 140%);
  background: -o-linear-gradient(left, #133c6c 0%, #4a8dcb 140%);
  background: linear-gradient(90deg, #133c6c 0%, #4a8dcb 140%);
  color: #fff;
  width: 49%;
  max-width: 800px;
  padding: 80px 70px 0.25em 100px;
}
.intro__aside >* {
  width: 100%;
}
.intro__aside__header {
  text-align: center;
  font-size: 1.8em;
  line-height: 1.1;
}
.intro__aside__header__image {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin: 0 auto 0.25em;
}
.intro__aside__header__image img {
  border-radius: 50%;
}
.intro__aside__title {
  font-weight: 700;
}
.intro__aside__text {
  text-align: justify;
  margin: 1em 0 60px;
}
.intro__aside__text p + p {
  margin-top: 1em;
}
.intro__aside__copyrights {
  text-align: center;
  margin-top: 60px;
}
.intro__main {
  position: relative;
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  flex-grow: 1;
  z-index: 2;
}
.intro__main:after {
  position: absolute;
  display: block;
  content: '';
  background: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  pointer-events: none;
  z-index: -1;
}
.intro__main__header {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 1.33em;
}
.intro__main__header__title {
  font-weight: 700;
}
.intro__main__hello {
  text-align: center;
  color: #bfbfbf;
  margin-bottom: 1em;
}
.intro__tabs__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.intro__tabs__header .btn {
  font-size: 1.2em;
  padding-left: 0.5em;
  margin: 0.25em;
}
.intro__tab {
  padding-top: 1em;
}
.intro__tab__caption {
  font-size: 1.3em;
  font-weight: 700;
}
.intro__tab__text {
  margin-bottom: 1em;
}
.intro__tab__text p + p {
  margin-top: 1em;
}
.intro__tab__text ul li {
  padding-right: 0.75em;
}
.intro__login-form {
  width: 100%;
  max-width: 650px;
  margin: 40px auto 0;
}
.intro__login-form .input {
  text-align: center;
}
.intro__login-form .btn:not(.small-login-button) {
  width: 100%;
}
.intro__login-form .btn__container {
  position: relative;
  align-self: flex-end;
}
.intro__login-form .fieldbox{
  margin-bottom: 0;
}
.intro__login-form .btn__container .register__forgot {
  position: absolute;
  color: #8e8e8e;
  left: 0;
  right: 0;
  /*bottom: -0.25em;*/
}
.intro__or {
  font-size: 1.8em;
  font-weight: 700;
  margin: 0.75em 0 1.25em;
}
.intro__get-verification-form,
.intro__sent-verification-form {
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
}
.intro__get-verification-form .fieldbox,
.intro__sent-verification-form .fieldbox {
  margin-bottom: 12px;
}
.intro__get-verification-form .input,
.intro__sent-verification-form .input {
  text-align: center;
}
.intro__sent-verification-form {
  margin-top: 30px;
}
.search__buttons2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.bidding__search__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: left;
  margin-top: 10px;
}
.bidding__search__buttons .btn {
  width: 200px;
}
.bidding__panels {
  padding-right: 52px;
  margin-top: -3.5rem;
}
.bidding__panels__title {
  font-size: 2.4rem;
  font-weight: 700;
  padding-right: 10px;
  margin-bottom: 0.33em;
}
.bidding__panel {
  overflow: hidden;
  border-color: #e5e5e5;
  border-radius: 12px;
}
.bidding__panel.active .panel__head:after {
  -ms-transform: scaleY(-1) translateY(-6px) rotate(-45deg);
  transform: scaleY(-1) translateY(-6px) rotate(-45deg);
}
.bidding__panel__head:not(:hover) {
  background-color: #ffffff;
}
.bidding__panel__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3em;
  font-weight: 600;
  min-height: 80px;
  padding-right: 30px;
}
.bidding__panel__head:before {
  content: none !important;
}
.bidding__panel__head:after {
  display: block;
  content: '';
  border: 5px solid #333645;
  border-top: none;
  border-right: none;
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-right: 0.66em;
  -ms-transform: translateY(-2px) rotate(-45deg);
  transform: translateY(-2px) rotate(-45deg);
}
.bidding__panel__head__decoration {
  position: absolute;
  top: 0;
  bottom: -2px;
  right: 0;
  width: 16px;
}
.bidding__panel__head__submitted {
  text-align: left;
  padding-right: 0.5em;
}
.bidding__panel__body__inner {
  border-color: #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.bidding__panel__body__main {
  width: 10%;
  -webkit-box-flex: 1;
  flex-grow: 1;
}
.bidding__panel__body__text {
  font-size: 1.15em;
}
.bidding__panel__body__title {
  font-size: 1.25em;
  font-weight: 600;
  margin: 0.2em 0;
}
.bidding__panel__body ol {
  padding-right: 1em;
}
.bidding__panel__body__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: 375px;
  margin: 0 -8px;
}
.bidding__panel__body__buttons .btn {
  margin: 10px 8px 0;
}
.bidding__field-container--service_name {
  max-width: 100%;
  min-width: 310px;
}
.bidding__field-container--amount {
  width: 85px;
}
.bidding__field-container--max_price_per_unit {
  width: 193px;
  min-width: 180px;
}
.bidding__field-container--bid_before_vat {
  width: 255px;
  min-width: 255px;
  flex-grow: 1;
  flex-shrink: 0;
}
.bidding_procedure {
  font-size: 1.1rem;
  max-width: 1400px;
  padding-right: 80px;
  margin: 0 auto;
}
.bidding_auction__header,
.bidding_procedure__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: -30px;
}
.bidding_auction__header__title,
.bidding_auction__header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 15px;
}
.bidding_auction__header__avatar,
.bidding_auction__header__avatar {
  text-align: center;
  margin-bottom: -50px;
}
.bidding_auction__narrow {
  padding-right: 25px;
}
.bidding_auction__subtitle {
  font-size: 1.66rem;
  font-weight: 700;
  margin: 0.75em 0 0.5em;
}
.bidding_auction__subtitle-smaller {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0.65em 0 0.35em;
}
.bidding_auction__subtitle.no_margin {
  margin: 0;
}
.bidding_tender__table_container table,
.bidding_auction__table_container table,
.bidding_procedure__table_container table {
  width: auto;
  min-width: 470px;
}
.bidding_auction__table_container table th:first-child,
.bidding_procedure__table_container table th:first-child,
.bidding_auction__table_container table td:first-child,
.bidding_procedure__table_container table td:first-child {
  padding-right: 0;
}
.bidding_auction__table_container table th:last-child,
.bidding_procedure__table_container table th:last-child,
.bidding_auction__table_container table td:last-child,
.bidding_procedure__table_container table td:last-child {
  padding-left: 0;
}
.bidding_auction__table_container table th,
.bidding_procedure__table_container table th,
.bidding_auction__table_container table td,
.bidding_procedure__table_container table td {
  width: auto;
}
.bidding_auction__schedules,
.bidding_procedure__schedules {
  margin-bottom: 1em;
}
.bidding_auction__schedules p,
.bidding_procedure__schedules p {
  line-height: 1.8;
}
.bidding_auction__schedules .btn,
.bidding_procedure__schedules .btn {
  font-size: 0.9em;
  font-weight: 700;
  height: 30px;
}
.bidding_auction__schedules__btn,
.bidding_procedure__schedules__btn {
  font-size: 1.1em;
}
.bidding_auction__uploads .register__uploads__item {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bidding_auction__uploads .register__uploads__item__label {
  margin-left: 1em;
}
/*
.bidding_auction__uploads .register__uploads__item .btn {
  margin-bottom: 12px;
}
*/


.bidding_auction__uploads__filename .input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.bidding_auction__uploads__filename .input:-ms-input-placeholder {
  color: #bfbfbf;
}
.bidding_auction__uploads__filename .input::-moz-placeholder {
  color: #bfbfbf;
}
.bidding_auction_step__panels,
.bidding_auction_step__panels {
  margin: 40px 0 25px;
}
/* -------------------------------------------- */
/* -------------------------------------------- */
/* -------------------------------------------- */
/* -------------------------------------------- */
.supplier__panels__title {
  font-size: 1.5em;
  margin: 0 0 0.66em;
}
.supplier__panels__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 20px;
}
.supplier__footer_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2em;
}
.page_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1em 0;
}
.page_navigation.text-center {
  justify-content: center;
}
.page_navigation--auction {
  margin-top: 0;
}

.page_navigation.page_navigation--auction a{
  flex-grow: 1;
}

.page_navigation.page_navigation--auction a.hidden{
  display: none;
}

.page_navigation a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #bfbfbf;
  font-size: 23px;
  height: 56px;
  padding: 0 0.75em 0 1.5em;
  margin: 0 -1px;
}
.page_navigation a:first-child {
  border-radius: 0 23px 23px 0;
  padding-right: 1em;
}
.page_navigation a:last-child {
  border-radius: 23px 0 0 23px;
}
.page_navigation a svg {
  display: block;
  fill: #333645;
  width: auto;
  height: 36px;
  margin-left: 0.75em;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.page_navigation a.active {
  background: #4b8dcb;
  color: #fff;
}
.page_navigation a.active svg {
  fill: #fff;
}
.page_navigation a:not(.active):hover svg {
  fill: #4b8dcb;
}

.tender,
.procedure {
  font-size: 1.1rem;
  max-width: 1440px;
}

.auction__narrow{
  padding: 0 15px;
}

.auction__panel__rows--padding_left,
.procedure__panel__rows--padding_left {
  padding-left: 20px;
}
.auction__panel__row,
.procedure__panel__row {
  position: relative;
}
.auction__panel__row:not(:last-child),
.procedure__panel__row:not(:last-child) {
  margin-bottom: 20px;
}

.auction__panel__simple_row{
  margin-bottom: 20px;
}
.auction__panel__row:not(:last-child):after,
.procedure__panel__row:not(:last-child):after {
  position: absolute;
  display: block;
  content: '';
  top: 100%;
  right: 0;
  width: 100%;
  height: 1px;
  background: #bfbfbf;
}
.auction__panel__row--3fields:not(:last-child):after,
.procedure__panel__row--3fields:not(:last-child):after {
  width: calc(60% - 5px);
}
.auction__panel__row--4fields:not(:last-child):after,
.procedure__panel__row--4fields:not(:last-child):after {
  width: calc(80% - 5px);
}
.auction__panel__row--upload:not(:last-child):after,
.procedure__panel__row--upload:not(:last-child):after {
  width: calc(60% + 153px);
}

.auction__panel__row--upload--file {
  width: 150px;
}
/*.auction__panel__row__remove,
.procedure__panel__row__remove {
  width: 14px;
  margin-left: -14px;
  margin-bottom: 32px;
}*/

.auction__editable,
.procedure__editable {
  border: 2px solid #e5e5e5;
  border-radius: 16px;
  padding: 2px 8px;
  margin-bottom: 8px;
}
.auction__editable +.register__add__btn,
.procedure__editable +.register__add__btn {
  margin-top: 10px;
}
.auction__editable__header,
.procedure__editable__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.auction__editable__title,
.procedure__editable__title {
  font-size: 16px;
}
.auction__editable__actions,
.procedure__editable__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: flex-start;
}
.auction__editable__actions >*,
.procedure__editable__actions >* {
  margin-right: 10px;
}
.auction__editable__btn,
.procedure__editable__btn {
  font-size: 16px;
  font-weight: 400;
  height: 22px;
  padding: 0 0.5em;
}
.auction__editable__body,
.procedure__editable__body {
  margin-top: 0.33em;
  margin-bottom: 0.33em;
  padding-left: 75px;
  white-space: pre-line;
}
.auction__textarea,
.procedure__textarea {
  min-height: 150px;
}
.auction__textarea__title,
.procedure__textarea__title {
  font-size: 30px;
  font-weight: 700;
  margin-right: 39px;
}
.auction__footer1,
.procedure__footer1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
.auction__footer1__end,
.procedure__footer1__end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.auction__footer1__end .btn,
.procedure__footer1__end .btn {
  margin-right: 20px;
}
.procedure .register__add__btn + .register__fields-row {
  margin-top: 10px;
}

.auction__parts,
.procedure__parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.auction__part,
.procedure__part {
  text-align: center;
  width: 25%;
  margin-bottom: 20px;
}
.auction__part__body,
.procedure__part__body {
  font-size: 2rem;
  font-weight: 300;
}

.auction__step1__buttons_end,
.procedure__step1__buttons_end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.auction__step4__buttons_end{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.auction__step3__mini-headline,
.procedure__step3__mini-headline {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.2em;
}
.auction__step3__cols,
.procedure__step3__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.auction__step3__col--checkboxes,
.procedure__step3__col--checkboxes {
  width: 35%;
  padding-right: 24px;
}
.auction__step3__col--bigger,
.procedure__step3__col--bigger{
  position: relative;
  padding-top: 20px;
  width: calc(65% - 15px);
}
/*.procedure__step3__status_container.register__field-container {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 10px;*/
/*  width: 300px;*/
/*  z-index: 2;*/
/*}*/
/*.procedure__step3__status_container.register__field-container .fieldbox {*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  -webkit-box-align: center;*/
/*  -ms-flex-align: center;*/
/*  align-items: center;*/
/*}*/
/*.procedure__step3__status_container.register__field-container .fieldbox__label {*/
/*  font-weight: 400;*/
/*  margin: 0 0 0 0.75em;*/
/*}*/
.tender__reload,
.procedure__reload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: -20px 0 1em;
}

.report_content_copy_button {
  flex-shrink: 0;
  margin-right: 10px;
}

.report-save-button span,
.report_content_copy_button span,
.report-edit-button span{
  width: 1.1em;
  height: 1.1em;
  margin-left: 0.5em;
}
.report-save-button svg,
.report_content_copy_button svg,
.report-edit-button svg {
  width: 100%;
  height: 100%;
}

.auction__doc {
  border: 2px solid #e5e5e5;
  border-radius: 10px;
  padding: 13px 13px 25px;
  margin-bottom: 20px;
}
.tender__doc__title,
.procedure__doc__title {
  text-align: center;
  font-weight: 600;
  font-size: 1.5em;
  margin: 0.5em 0 1em;
}
.tender__step5__head,
.procedure__step5__head {
  margin: 30px 0 20px;
}
.set_users_to_confirm_opening,
.tender__btn_envelope,
.procedure__btn_envelope {
  font-size: 1.2em;
}
.auction__tablebox__title {
  font-size: 1.55em;
  padding-right: 330px;
  margin-bottom: 0.1em;
}
.raw-points .auction__tablebox__title {
  padding-right: 0;
}
.tender__table,
.procedure__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 330px;
  border-radius: 12px;
  overflow: auto;
  scrollbar-color: #333645 #fff;
}
.procedure__table::-webkit-scrollbar {
  height: 21px;
}
.procedure__table::-webkit-scrollbar-track {
  background-color: #333645;
  border-radius: 10px;
  border: 4px solid rgba(0,0,0,0);
  background-clip: padding-box;
}
.procedure__table::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 11px;
  border: 5px solid rgba(0,0,0,0);
  background-clip: padding-box;
}
.procedure__table::-webkit-scrollbar-corner {
  background: transparent;
}
.auction__table__container {
  position: relative;
  margin-bottom: 20px;
}
.auction__table__container:after {
  position: absolute;
  display: block;
  content: '';
  /*border: 2px solid #bfbfbf;*/ /* problem with border after main price scoring table */
  border-radius: 10px;
  pointer-events: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.procedure__table__cell {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #bfbfbf;
  height: 55px;
  padding: 5px;
}
.procedure__table__cell:first-child {
  border-top: none;
  font-weight: 600;
  height: 80px;
}
.procedure__table__cell:last-child {
  border-bottom: none;
  font-weight: 600;
}
.procedure__table__cell.cell_grey {
  background: #f4f4f4;
}
.procedure__table__cell.cell_dark {
  background: #333645;
  color: #fff;
}
.procedure__table__cell.cell_green {
  background: #8cc541;
  color: #fff;
}
.procedure__table__cell.cell_blue {
  background: #4b8dcb;
  color: #fff;
}
.procedure__table__cell.cell_total {
  font-size: 1.1em;
}
.procedure__table__cell.cell_big {
  font-size: 1.2em;
  font-weight: 700;
}
.procedure__table__col {
  font-weight: 300;
  -webkit-box-flex: 1;
  flex-grow: 1;
  width: 1px;
  min-width: 180px;
}
.procedure__table__col:first-child {
  position: absolute;
  top: 0;
  bottom: 2px;
  right: 0;
  border-radius: 0 10px 10px 0;
  font-weight: 600;
  -webkit-box-flex: 0;
  flex-grow: 0;
  width: 332px;
  min-width: 332px;
  pointer-events: none;
  z-index: 3;
}
.procedure__table__col:first-child .procedure__table__cell {
  border-right: none;
  border-left-width: 2px;
  padding-right: 10px;
  pointer-events: all;
}
.procedure__table__col:first-child .procedure__table__cell:first-child {
  border-radius: 0 10px 0 0;
}
.procedure__table__col:first-child .procedure__table__cell:last-child {
  border-radius: 0 0 10px 0;
}
.procedure__table__col:first-child .cell_padding_right {
  padding-right: 30px;
}
.procedure__table__col:first-child .cell_total {
  font-size: 1.5em;
}
.procedure__table__col:nth-child(2) {
  min-width: 140px;
  max-width: 140px;
}
.procedure__table__col:not(:first-child) .procedure__table__cell {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.procedure__table__col:last-child {
  border-radius: 10px 0 0 10px;
}
.procedure__table__col:last-child .procedure__table__cell {
  border-left: none;
}
.procedure__table__bubbles {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: 4;
}
.procedure__table__bubbles .procedure__table__cell {
  border: none;
  background: none;
  padding: 0;
}
.procedure__table__bubbles .procedure__table__bubble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #333645;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  width: 30px;
  height: 30px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.auction__table__input {
  border-width: 1px;
  border-radius: 5px;
  max-width: 120px;
}
.auction__bid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -15px;
}
.auction__bid >* {
  margin: 0 15px 15px;
}
.auction__bid__title {
  font-size: 1.55em;
  font-weight: 700;
}
.auction__bid__input {
  border-width: 1px;
  border-radius: 5px;
  max-width: 120px;
}
.auction__step5__end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px;
}
.auction__step5__end >* {
  margin: 0 15px 15px;
}
.procedure__updated {
  padding-right: 0.5em;
}
/*================================================*/
/*                    ASIDE		                  */
/*================================================*/
.aside {
  background: #333645;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  max-width: 100%;
}
.aside__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  flex-grow: 1;
  width: 100%;
}
.aside__toggler {
  position: absolute;
  cursor: pointer;
  display: block;
  opacity: 1 !important;
  background: rgba(51,54,69,0.65);
  border-radius: 4px;
  width: 36px;
  height: 30px;
  padding: 5px;
  top: 8px;
  left: -43px;
}
.aside__toggler.active {
  background: #333645;
}
.aside__toggler__inner {
  position: relative;
  background-color: #fff;
  height: 2px;
  top: 50%;
  margin-top: -1px;
}
.aside__toggler__inner:before,
.aside__toggler__inner:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  -webkit-transition: 0.15s ease;
  -o-transition: 0.15s ease;
  transition: 0.15s ease;
  background-color: #fff;
}
.aside__toggler__inner:before {
  top: -7px;
}
.aside__toggler__inner:after {
  bottom: -7px;
}
.aside__toggler.active .aside__toggler__inner:before {
  transform: translate3d(8px, 1px, 0) rotate(45deg) scaleX(0.7);
}
.aside__toggler.active .aside__toggler__inner:after {
  transform: translate3d(8px, -1px, 0) rotate(-45deg) scaleX(0.7);
}
.aside--menu {
  width: 270px;
  min-width: 270px;
}
.aside--menu__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 15px 40px 30px;
}
.aside--menu__header__image {
  width: 84px;
  height: 64px;
}
.aside--menu__list {
  -webkit-box-flex: 1;
  flex-grow: 1;
}
.aside--menu__list > ul > li {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  min-height: 30px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.aside--menu__list > ul > li:not(:last-child) {
  margin-bottom: 10px;
}
.aside--menu__list > ul > li:not(.simple):before {
  position: absolute;
  display: block;
  content: '';
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 7.8 4.7' style='enable-background:new 0 0 7.8 4.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cpolyline class='st0' points='0.4,4.3 4,0.7 7.5,4.2'/%3E%3C/svg%3E%0A") no-repeat center;
  background-size: contain;
  width: 16px;
  height: 10px;
  left: 15px;
  top: 0.4em;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1;
}

.aside--menu__list > ul > li.inactive {
  pointer-events: none;
  opacity: 0.6;
}

.aside--menu__list > ul > li > a {
  padding-left: 45px;
}

.aside--menu__list > ul > li {
}

.profile-authority .aside--menu__list > ul > li > a:before {
  background: url('data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iZmlsbDogI2ZmZmZmZiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDY0IDY0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2NCA2NCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgaWQ9IlNlcnZlciI+PHBhdGggZD0iTTI4LDkuMDEzNjAwM2gtMjBjLTAuNTQ0OTAwNCwwLTAuOTg2MzAwNSwwLjQ0MTM5OTYtMC45ODYzMDA1LDAuOTg2Mzk5NyBjMCwwLjU0NDg5OTksMC40NDE0MDAxLDAuOTg2MzAwNSwwLjk4NjMwMDUsMC45ODYzMDA1aDIwYzAuNTQ0OTAwOSwwLDAuOTg2Mjk5NS0wLjQ0MTQwMDUsMC45ODYyOTk1LTAuOTg2MzAwNSBDMjguOTg2Mjk5NSw5LjQ1NDk5OTksMjguNTQ0OTAwOSw5LjAxMzYwMDMsMjgsOS4wMTM2MDAzeiIvPjxjaXJjbGUgY3g9IjUyLjk5OTE5ODkiIGN5PSI5Ljk5OTA5OTciIHI9IjIuOTk5MSIvPjxwYXRoIGQ9Ik02MCwwaC01NkMxLjc5MDgwMDgsMCwwLjAwMDAwMDgsMS43OTA4LDAuMDAwMDAwOCw0djEyYzAsMi4yMDkxMDA3LDEuNzkwOCw0LDMuOTk5OTk5OCw0aDU2YzIuMjA5MDk4OCwwLDQtMS43OTA4OTkzLDQtNCBWNEM2NCwxLjc5MDgsNjIuMjA5MDk4OCwwLDYwLDB6IE02MiwxNmMwLDEuMTAyNjk5My0wLjg5NzIwMTUsMi0yLDJoLTU2Yy0xLjEwMjc5OTcsMC0xLjk5OTk5OTgtMC44OTczMDA3LTEuOTk5OTk5OC0yVjQgYzAtMS4xMDI5LDAuODk3MjAwMS0yLDEuOTk5OTk5OC0yaDU2YzEuMTAyNzk4NSwwLDIsMC44OTcxLDIsMlYxNnoiLz48cGF0aCBkPSJNMjgsMzEuMDEzNTk5NGgtMjBjLTAuNTQ0OTAwNCwwLTAuOTg2MzAwNSwwLjQ0MTQwMDUtMC45ODYzMDA1LDAuOTg2NDAwNiBjMCwwLjU0NDg5OSwwLjQ0MTQwMDEsMC45ODYzMDE0LDAuOTg2MzAwNSwwLjk4NjMwMTRoMjBjMC41NDQ5MDA5LDAsMC45ODYyOTk1LTAuNDQxNDAyNCwwLjk4NjI5OTUtMC45ODYzMDE0IEMyOC45ODYyOTk1LDMxLjQ1NDk5OTksMjguNTQ0OTAwOSwzMS4wMTM1OTk0LDI4LDMxLjAxMzU5OTR6Ii8+PGNpcmNsZSBjeD0iNTIuOTk5MTk4OSIgY3k9IjMxLjk5OTA5OTciIHI9IjIuOTk5MSIvPiA8cGF0aCBkPSJNNjAsMjJoLTU2Yy0yLjIwOTE5OTcsMC0zLjk5OTk5OTgsMS43OTA4MDAxLTMuOTk5OTk5OCw0djEyYzAsMi4yMDkwOTg4LDEuNzkwOCw0LDMuOTk5OTk5OCw0aDU2IGMyLjIwOTA5ODgsMCw0LTEuNzkwOTAxMiw0LTRWMjZDNjQsMjMuNzkwODAwMSw2Mi4yMDkwOTg4LDIyLDYwLDIyeiBNNjIsMzhjMCwxLjEwMjY5OTMtMC44OTcyMDE1LDItMiwyaC01NiBjLTEuMTAyNzk5NywwLTEuOTk5OTk5OC0wLjg5NzMwMDctMS45OTk5OTk4LTJWMjZjMC0xLjEwMjg5OTYsMC44OTcyMDAxLTIsMS45OTk5OTk4LTJoNTZjMS4xMDI3OTg1LDAsMiwwLjg5NzEwMDQsMiwyVjM4eiIvPiA8cGF0aCBkPSJNMjgsNTMuMDEzNTk5NGgtMjBjLTAuNTQ0OTAwNCwwLTAuOTg2MzAwNSwwLjQ0MTQwMjQtMC45ODYzMDA1LDAuOTg2NDAwNiBjMCwwLjU0NDg5OSwwLjQ0MTQwMDEsMC45ODYzMDE0LDAuOTg2MzAwNSwwLjk4NjMwMTRoMjBjMC41NDQ5MDA5LDAsMC45ODYyOTk1LTAuNDQxNDAyNCwwLjk4NjI5OTUtMC45ODYzMDE0IEMyOC45ODYyOTk1LDUzLjQ1NTAwMTgsMjguNTQ0OTAwOSw1My4wMTM1OTk0LDI4LDUzLjAxMzU5OTR6Ii8+IDxjaXJjbGUgY3g9IjUyLjk5OTE5ODkiIGN5PSI1My45OTkwOTk3IiByPSIyLjk5OTEiLz4gPHBhdGggZD0iTTYwLDQ0aC01NmMtMi4yMDkxOTk3LDAtMy45OTk5OTk4LDEuNzkwNzk4Mi0zLjk5OTk5OTgsNHYxMmMwLDIuMjA5MDk4OCwxLjc5MDgsNCwzLjk5OTk5OTgsNGg1NiBjMi4yMDkwOTg4LDAsNC0xLjc5MDkwMTIsNC00VjQ4QzY0LDQ1Ljc5MDc5ODIsNjIuMjA5MDk4OCw0NCw2MCw0NHogTTYyLDYwYzAsMS4xMDI2OTkzLTAuODk3MjAxNSwyLTIsMmgtNTYgYy0xLjEwMjc5OTcsMC0xLjk5OTk5OTgtMC44OTczMDA3LTEuOTk5OTk5OC0yVjQ4YzAtMS4xMDI5MDE1LDAuODk3MjAwMS0yLDEuOTk5OTk5OC0yaDU2YzEuMTAyNzk4NSwwLDIsMC44OTcwOTg1LDIsMlY2MHoiLz48L2c+PC9zdmc+') no-repeat center;
  width: 20px;
  height: 20px;
  right: 15px;
  top: 0.25em;
}

.aside--menu__list > ul > li > a + svg{
  fill: white;
  width: 20px;
  height: 20px;
  right: 15px;
  top: 0.25em;
  position: absolute;
}
.aside--menu__list > ul > li > a:hover + svg{
  /*fill: red;*/
}

.aside--menu:not(:hover):not(:focus-within) .aside--menu__list > ul > li > a:before {
  right: 25px;
}

.aside--menu:not(:hover):not(:focus-within) .aside--menu__list > ul > li > a + svg {
  right: 25px;
  top: 0;
}

.aside--menu__list > ul > li > a:hover {
  color: inherit;
}
.aside--menu__list > ul > li ul {
  padding: 12px 0 6px;
}
.aside--menu__list > ul > li li {
  font-size: 18px;
  font-weight: 400;
}
.aside--menu__list > ul > li li a {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 5px;
}
.aside--menu__list > ul > li li a:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 8.1 4.9' style='enable-background:new 0 0 8.1 4.9;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cpolyline class='st0' points='2.8,4.5 0.7,2.4 2.8,0.4'/%3E%3Cline class='st0' x1='8.1' y1='2.4' x2='1.3' y2='2.4'/%3E%3C/svg%3E");
  width: 20px;
  height: 32px;
  right: 25px;
  top: 1px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.aside--menu__list > ul > li li a:hover {
  color: #4b8dcb;
}
.aside--menu__list > ul > li li a:hover:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 8.1 4.9' style='enable-background:new 0 0 8.1 4.9;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%234B8DCB;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cpolyline class='st0' points='2.8,4.5 0.7,2.4 2.8,0.4'/%3E%3Cline class='st0' x1='8.1' y1='2.4' x2='1.3' y2='2.4'/%3E%3C/svg%3E");
}
.aside--menu__list > ul > li li.current-menu-item a {
  color: #4b8dcb;
}
.aside--menu__list > ul > li li.current-menu-item a:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 8.1 4.9' style='enable-background:new 0 0 8.1 4.9;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%234B8DCB;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cpolyline class='st0' points='2.8,4.5 0.7,2.4 2.8,0.4'/%3E%3Cline class='st0' x1='8.1' y1='2.4' x2='1.3' y2='2.4'/%3E%3C/svg%3E");
}
.aside--menu__list > ul > li.active {
  background: #434651;
}
.aside--menu__list > ul > li:not(.active):before {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.aside--menu__list > ul a {
  position: relative;
  display: block;
  padding-right: 52px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.aside--menu__list > ul a:before {
  position: absolute;
  display: block;
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.aside--menu__list > ul .menu_button {
  display: flex;
}
.aside--menu__list > ul .menu_button a {
  border: 1px solid #fff;
  border-radius: 10px;
  /*padding: 5px 10px;*/
  margin: 20px auto 0;
  display: inline-flex;
  align-items: center;
  padding: 0.4em 0.5em 0.4em 0.8em;
}
.aside--menu__list > ul .menu_button a svg{
  height: 1.5em;
  width: 1.5em;
  margin-left: 0.5em;
}
.aside--menu__list > ul .menu_button a:hover {
  border: 1px solid #4b8dcb;
}
.aside--menu:not(:hover):not(:focus-within) .aside--menu__list > ul .menu_button a {
  border: none;
}
.aside--menu__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 30px;
}
.aside--menu__footer__text {
  text-align: center;
  -webkit-box-flex: 1;
  flex-grow: 1;
}
.aside--menu__footer__username {
  font-weight: 700;
}
.aside--menu__footer__image {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  margin-right: 15px;
  flex-shrink: 0;
}
.aside--menu__footer__image img {
  border-radius: 50%;
}
.aside--register {
  background: -webkit-gradient(linear, left top, right top, from(#133c6c), color-stop(140%, #4a8dcb));
  background: -webkit-linear-gradient(left, #133c6c 0%, #4a8dcb 140%);
  background: -o-linear-gradient(left, #133c6c 0%, #4a8dcb 140%);
  background: linear-gradient(90deg, #133c6c 0%, #4a8dcb 140%);
  width: 500px;
  min-width: 500px;
}
.aside--register__header {
  text-align: center;
  font-size: 1.7em;
  padding: 100px 15px;
}
.aside--register__title {
  font-weight: 700;
}
.aside--register__footer {
  padding: 30px 15px 100px;
}
.aside--register__list {
  text-align: center;
  padding: 0 15px;
}
.aside--register__list ul {
  display: inline-block;
  text-align: right;
}
.aside--register__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.aside--register__list li.active .aside--register__list__count {
  color: #4b8dcb;
  background: #fff;
}
.aside--register__list__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1;
  width: 60px;
  min-width: 60px;
  height: 60px;
  padding-bottom: 2px;
  margin-left: 0.33em;
}
.aside--register__list__text {
  font-size: 1.8em;
}
.aside--bidding {
  background: -webkit-gradient(linear, left top, right top, from(#133c6c), color-stop(140%, #4a8dcb));
  background: -webkit-linear-gradient(left, #133c6c 0%, #4a8dcb 140%);
  background: -o-linear-gradient(left, #133c6c 0%, #4a8dcb 140%);
  background: linear-gradient(90deg, #133c6c 0%, #4a8dcb 140%);
  width: 500px;
  min-width: 500px;
}
.aside--bidding__only-title {
  text-align: center;
  font-size: 1.7em;
  font-weight: 700;
}
/*================================================*/
/*                    FOOTER	                  */
/*================================================*/
.footer {
  padding: 0.25em 0;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__copyrights {
  text-align: center;
}
.footer__copyrights.fullwidth {
  width: 100%;
}
.footer__copyrights:not(.fullwidth) {
  margin: 0 10px;
}
.footer__links,
.footer__support {
  white-space: nowrap;
  margin-left: 65px; /* spase for accessibility button */
}
/*================================================*/
/*                    MEDIA		                  */
/*================================================*/
@media screen and (max-width: 1439px) {
  .footer__inner {
    display: block;
    text-align: center;
  }
  .footer__copyrights:not(.fullwidth) {
    margin: 8px 0;
  }
  .aside--bidding {
    width: 400px;
    min-width: 400px;
  }
  .register__field-container {
    width: 25%;
  }
  .register__field-container--width-auto {
    width: auto;
  }
  .bidding_procedure {
    padding-right: 10px;
  }
  .bidding_procedure__header {
    display: block;
    margin-right: 0;
  }
  .bidding_auction__header__title {
    text-align: center;
    line-height: 1;
    padding-top: 0;
    margin-bottom: 0.5em;
  }
  .bidding_auction__header__avatar {
    margin-bottom: 15px;
  }
  .auction__panel__rows,
  .procedure__panel__rows {
    padding-left: 15px;
  }
  .procedure__panel__row--3fields:not(:last-child):after {
    width: 100%;
  }
  .procedure__panel__row--4fields:not(:last-child):after {
    width: 100%;
  }
  .procedure__panel__row--upload:not(:last-child):after {
    width: calc(50% + 153px);
  }
}
@media screen and (min-width: 992px) {
  .show-tablet {
    display: none !important;
  }
  .aside--menu:not(:hover):not(:focus-within) {
    background: #141923;
    width: 70px;
    min-width: 70px;
  }
  .aside--menu:not(:hover):not(:focus-within) .aside--menu__header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 15px 70px;
  }
  .aside--menu:not(:hover):not(:focus-within) .aside--menu__header__image {
    display: none;
  }
  .aside--menu:not(:hover):not(:focus-within) .aside--menu__list > ul > li {
    height: 30px;
  }
  .aside--menu:not(:hover):not(:focus-within) .aside--menu__list > ul > li:before {
    display: none !important;
  }
  .aside--menu:not(:hover):not(:focus-within) .aside--menu__list > ul > li.active {
    background: none;
  }
  .aside--menu:not(:hover):not(:focus-within) .aside--menu__list > ul > li.active:after {
    position: absolute;
    display: block;
    content: '';
    background: #4b8dcb;
    top: -4px;
    bottom: 7px;
    right: 0;
    width: 2px;
  }
  .aside--menu:not(:hover):not(:focus-within) .aside--menu__list > ul > li ul {
    display: none !important;
  }
  .aside--menu:not(:hover):not(:focus-within) .aside--menu__list > ul > li a {
    font-size: 0 !important;
  }
  .aside--menu:not(:hover):not(:focus-within) .aside--menu__footer {
    padding: 20px 15px;
  }
  .aside--menu:not(:hover):not(:focus-within) .aside--menu__footer__text {
    display: none;
  }
  .aside--menu:not(:hover):not(:focus-within) .aside--menu__footer__image {
    width: 40px;
    height: 40px;
    margin-right: 0;
  }
  .all-suppliers__results__body__head-table {
    padding-left: 9px;
  }
  .all-suppliers__results__body__head-table .table {
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none !important;
  }
  .aside {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    min-width: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 15;
  }
  .aside.active {
    -ms-transform: none;
    transform: none;
  }
  .aside__inner {
    overflow: auto;
  }
  .aside--register {
    width: 270px;
  }
  .aside--register__header {
    font-size: 1em;
    padding: 30px 15px;
  }
  .aside--register__footer {
    padding-bottom: 15px;
  }
  .aside--register__list__count {
    font-size: 1.2em;
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
  .aside--register__list__text {
    font-size: 1.1em;
  }
  .aside--register__list li {
    margin-bottom: 8px;
  }
  .aside--bidding {
    width: 270px;
  }
  .aside--bidding__only-title {
    font-size: 1em;
  }
  .all-suppliers,
  .personal,
  .personal-information {
    padding-right: 0;
  }
  .register__field-container {
    width: 33.33%;
  }
  .register__field-container--width-auto {
    width: auto;
  }
  .intro {
    display: block;
  }
  .intro__aside {
    display: block;
    background: none;
    color: inherit;
    width: 100%;
    max-width: 100%;
    padding: 60px 30px;
  }
  .intro__aside__header__image {
    background: #333645 !important;
  }
  .intro__aside__text {
    margin-bottom: 0;
  }
  .intro__main {
    position: static;
    width: 100%;
    display: block;
  }
  .intro__main:after {
    content: none;
  }
  .all-suppliers__search--two {
    padding: 0 20px;
  }
  .bidding_procedure {
    padding-right: 0;
  }
  .procedure__panel__row--upload:not(:last-child):after {
    width: calc(66.66% + 153px);
  }
  .procedure__part {
    width: 50%;
  }
  .auction__step3__cols,
  .procedure__step3__cols {
    display: block;
  }
  .auction__step3__col,
  .procedure__step3__col {
    width: 100%;
    padding: 0;
  }
  .auction__step3__col--bigger,
  .procedure__step3__col--bigger {
    margin-top: 30px;
  }
  .procedure__step3__status_container.register__field-container {
    position: static;
    width: 100%;
    max-width: 400px;
  }
  .auction__tablebox__title {
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .show-mob {
    display: none !important;
  }
  .vendor__table .scroll-wrapper,
  .vendor__table .scroll-wrapper > .scroll-content {
    overflow: visible !important;
  }
}
@media screen and (max-width: 767px) {
  .hide-mob {
    display: none !important;
  }
  .section__wrapper {
    padding: 0 15px;
  }
  .section--supplier .section__inner {
    padding-right: 0;
  }
  .personal-information__panel {
    padding: 0;
  }
  .personal-information__title {
    font-size: 1.75em;
  }
  .personal__header__image {
    width: 80px;
    height: 80px;
    margin-bottom: 8px;
  }
  .panel__head {
    font-size: 1.2em;
  }
  .panel__head--auction.with-btn{
    position: relative;
    padding-bottom: 45px;
  }
  .panel__head--auction.with-btn:after{
    margin-right: auto;
  }
  .panel__head--auction.with-btn .btn{
    position: absolute;
    bottom: 4px;
    left: -10px;
    font-size: 20px;
  }
  .register__field-container {
    width: 50%;
  }
  .register__field-container--width-auto {
    width: auto;
  }
  .register__field-container__half-fields {
    display: contents;
    width: 100%;
    margin: 0;
  }
  .register__field-container__half-fields .fieldbox {
    padding: 0 10px;
  }
  .register__field-container__half-fields .fieldbox:not(:last-child) {
    padding-left: 10px;
  }
  .register__field-container__half-fields .fieldbox:last-child {
    padding-right: 10px;
  }
  .register__field-container__half-fields .fieldbox--estimate {
    width: 50%;
  }
  .register__field-container__half-fields .fieldbox--vat {
    width: 50%;
  }
  .register__field-container__half-fields .fieldbox--symbol {
    width: 50%;
  }
  .register__field-container__half-fields .fieldbox .a_field_hint_content {
    left: 25px;
  }
  .bidding__panels {
    padding-right: 0;
    margin-top: 0;
  }
  .bidding__panel__head {
    display: block;
    min-height: 0;
    padding: 0.5em 30px 0.5em 60px;
  }
  .bidding__panel__head:after {
    position: absolute;
    left: 15px;
    top: calc(50% - 9px);
  }
  .bidding__panel__head__submitted {
    text-align: inherit;
    padding-right: 0;
    margin-top: 0.33em;
  }
  .bidding__panel__body__inner {
    display: block;
  }
  .bidding__panel__body__main {
    width: 100%;
  }
  .bidding__panel__body__buttons {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    min-width: 0;
    margin-top: 10px;
  }
  .bidding_auction__header__title,
  .bidding_auction__header__title {
    font-size: 2.5rem;
  }
  .bidding_auction__table_container table,
  .bidding_procedure__table_container table {
    min-width: 0;
  }
  .bidding_auction__table_container table th,
  .bidding_procedure__table_container table th {
    white-space: nowrap;
  }
  .vendor__top__select {
    margin-right: 0;
  }
  .tender__narrow{
    padding: 0;
  }
  .procedure__panel__row--upload:not(:last-child):after {
    width: 100%;
  }
  .procedure__part__body {
    font-size: 1.5rem;
  }
  .tender__reload,
  .procedure__reload {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -10px 0 1em;
  }
  .report_content_copy_button {
    margin-top: 15px;
  }
  .procedure__table {
    font-size: 16px;
    padding-right: 0;
  }
  .procedure__table__cell {
    height: 40px;
    padding: 5px;
  }
  .procedure__table__cell:first-child {
    height: 60px;
  }
  .procedure__table__col {
    min-width: 120px;
  }
  .procedure__table__col:first-child {
    position: static;
    border-radius: 0 10px 10px 0;
    width: 235px;
    min-width: 235px;
  }
  .procedure__table__col:first-child .procedure__table__cell {
    border-left-width: 2px;
  }
  .procedure__table__col:first-child .cell_padding_right {
    padding-right: 20px;
  }
  .procedure__table__col:nth-child(2) {
    min-width: 120px;
    max-width: 120px;
  }
  .procedure__table__bubbles .procedure__table__bubble {
    font-size: 16px;
    width: 20px;
    height: 20px;
  }
  .auction__table__input {
    max-width: 100px;
  }
  .modal--bidder .modal__inner {
    padding: 0;
  }
}
@media screen and (min-width: 441px) {
  .xs-show {
    display: none !important;
  }
}
@media screen and (max-width: 440px) {
  html {
    font-size: 16px;
  }
  .h1 {
    font-size: 2.5rem;
  }
  .btn {
    height: 30px;
  }
  .btn--small {
    height: 26px;
  }
  .fieldbox {
    margin-bottom: 10px;
  }
  .fieldbox__label_value {
    text-align: inherit;
  }
  .input__value {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .section__wrapper {
    padding: 0 10px;
  }
  .section--personal {
    padding-top: 20px;
  }
  .section--intro {
    padding-top: 30px;
  }
  .aside--register__list__count {
    padding-bottom: 0;
  }
  .all-suppliers .breadcrumbs {
    margin-right: 10px;
    margin-bottom: 0;
  }
  .all-suppliers__title {
    font-size: 2.5rem;
    padding: 0 10px;
  }
  .all-suppliers__title .h1 {
    margin-right: 0;
  }
  .all-suppliers__title .btn {
    margin: 0.75em 0;
  }
  .all-suppliers__search {
    padding: 0;
    margin: 0 -5px;
  }
  .all-suppliers__search__field-container {
    padding: 0 5px;
  }
  .all-suppliers__search__field-container.flex-grow {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
  }
  .all-suppliers__search .SumoSelect > .optWrapper {
    max-width: calc(100vw - 20px);
  }
  .all-suppliers__results__header {
    padding: 15px;
  }
  .all-suppliers__results__header__col {
    display: block;
  }
  .all-suppliers__results__body {
    padding-left: 6px;
  }
  .register__fields-row {
    display: block;
  }
  .register__field-container {
    width: 100%;
  }
  .register__field-container__half-fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .register__field-container__half-fields .fieldbox {
    width: 100%;
  }
  .register__buttons-row {
    margin-top: 20px;
  }

  .register__uploads__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .register__uploads__item__label {
    padding-right: 10px;
    margin-bottom: 3px;
  }
  .register__offset-bottom {
    margin-top: -20px;
  }
  .intro__aside {
    padding: 20px 10px;
  }
  .intro__aside__header {
    font-size: 1.3em;
  }
  .intro__aside__header__image {
    width: 80px;
    height: 80px;
    margin-bottom: 8px;
  }
  .intro__main__header {
    font-size: 1.8em;
  }
  .intro__tabs__header .btn {
    font-size: 1em;
  }
  .intro__or {
    margin: 1.25em 0;
  }
  .intro__login-form .btn {
    width: auto;
  }
  .intro__login-form .btn__container {
    margin-top: 20px;
  }
  .intro__login-form .btn__container .register__forgot {
    position: static;
    margin-top: 5px;
  }
  .bidding__panels__title {
    font-size: 2rem;
  }
  .bidding__panel.active .panel__head:after {
    -ms-transform: scaleY(-1) translateY(-3px) rotate(-45deg);
    transform: scaleY(-1) translateY(-3px) rotate(-45deg);
  }
  .bidding__panel__head {
    font-size: 1.1em;
    padding-right: 20px;
    padding-left: 40px;
  }
  .bidding__panel__head:after {
    border-width: 3px;
    width: 12px;
    min-width: 12px;
    height: 12px;
    -ms-transform: translateY(-1px) rotate(-45deg);
    transform: translateY(-1px) rotate(-45deg);
  }
  .bidding__panel__head__decoration {
    width: 10px;
  }
  .bidding__panel__body {
    padding: 0 10px 5px;
  }
  .bidding__panel__body__buttons .btn {
    min-width: 145px;
  }
  .bidding_auction__narrow,
  .bidding_auction__narrow {
    padding-right: 10px;
  }
  .bidding_auction__uploads .register__uploads__item__btn {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .bidding_auction__uploads .register__uploads__item__label {
    margin-left: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .bidding_auction__uploads .register__uploads__item .btn {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: -5px;
  }
  .bidding_auction_step__form .btn,
  .bidding_auction_step__form .btn {
    height: 36px;
  }
  .bidding_auction_step__panels,
  .bidding_auction_step__panels {
    margin-top: 50px;
  }
  .bidding_auction_questions__editable__chapters__title{
    width: 50px;
  }
  .bidding_auction_questions__editable__chapters__text,
  .bidding_auction_questions__editable__chapters__text {
    width: calc(100% - 65px);
  }
  .bidding_auction_questions__divider {
    margin: 35px 0;
  }
  .page_navigation {
    display: block;
  }
  .page_navigation a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 18px;
    height: 40px;
    margin: -2px 0;
  }
  .page_navigation a:first-child {
    border-radius: 12px 12px 0 0;
    padding: 0 0.75em;
  }
  .page_navigation a:last-child {
    border-radius: 0 0 12px 12px;
    padding: 0 0.75em;
  }
  .page_navigation a svg {
    width: 100%;
    height: 100%;
  }
  .page_navigation__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32px;
    height: 30px;
  }
  .vendor__top__select +.vendor__top__dots {
    margin-top: 34px;
  }
  .auction__panel__rows,
  .procedure__panel__rows {
    padding-left: 0;
  }
  .auction__panel__row,
  .procedure__panel__row {
    padding-bottom: 5px;
  }
  .auction__panel__row__remove,
  .procedure__panel__row__remove {
    margin-right: 14px;
  }
  .auction__textarea__title,
  .procedure__textarea__title {
    font-size: 19px;
    margin-right: 31px;
  }
  .auction__editable__actions,
  .procedure__editable__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .auction__step4__buttons_end{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .procedure__doc__title {
    font-size: 1.2em;
  }
  .auction__step5__head__btn {
    margin: 0 0 0 auto;
  }
  .auction__bid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .panel__head--auction.with-btn{
    padding-bottom: 40px;
  }
  .panel__head--auction.with-btn .btn {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {

  .auction__table {
    font-size: 16px !important;
    padding-right: 0;
  }

  .auction__table__cell.first-col{
    width: 220px !important;
    min-width: 220px !important;
  }
  .auction__table tr:first-child .auction__table__cell {
    height: 60px !important;
  }
  .auction__table tr:last-child .auction__table__cell {
    height: 40px !important;
  }
  .auction__table tr.row_total .auction__table__cell {
    height: 40px !important;
  }
  .cell_estimated_price, .cell_min_score {
    min-width: 100px !important;
    width: 100px !important;
  }

  .modal--bidder .auction__table__cell.cell_dark{
    min-width: 100px !important;
    width: 100px !important;
  }
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out;
  transition-delay: 0s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  right: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out;
  transition-delay: 0s;
}

input:checked + .slider {
  background-color: #4b8dcb;
}

input:focus + .slider {
  box-shadow: 0 0 1px #4b8dcb;
}

input:checked + .slider:before {
  -ms-transform: translateX(-26px);
  transform: translateX(-26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 16px;
  border: 1px solid #FFFFFF;
}

.slider.round:before {
  border-radius: 50%;
}

/*================================================*/
/*             Authority Portal Page              */
/*================================================*/
.profile-authority .aside--menu__list > ul > li > a.authority_home:before{
  background-image: none;
}
body.profile-authority.profile-page-index{
  background: #f7f8fa;
}
.profile_portal_header, .profile_portal_content {
  justify-content: space-between;
}
.portal_main {
  width: 100%;
  margin-bottom: 1rem;
  gap: 2%;
}
.portal_page_title {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 0.1em;
  display: flex;
  gap: 0.5em;
  align-items: baseline;
}

.portal_page_title_icon:before {
  content: '';
  display: block;
  width: 1.3em;
  height: 1.3em;
  background: url(../../../front/img/server_icon_black.svg) no-repeat center;
  background-size: contain;
}
.portal_page_subtitle {
  font-size: 1.7em;
}
.portal_logo{
  width: 4rem;
  height: 4rem;
  object-fit: contain;
  border-radius: 50%;
  overflow: hidden;
  background: #ffffff;
}

.portal_buttons_wrap {
  flex-wrap: wrap;
  gap: 3%;
  margin-top: 4em;
  width: 60%;
  align-self: flex-start;
}
.portal_main_button {
  width: 48.5%;
  min-height: 8em;
  display: flex;
  align-items: center;
  margin-bottom: 3%;
  border: 3px solid;
  border-radius: 10px;
  background: #ffffff;
}
.portal_main_button a {
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 1.6em;
  font-weight: 700;
  padding: 0.8em 1em;
  width: 100%;
  color: inherit;
  height: 100%;
}
/*.portal_main_button a:before {
  content: '';
  display: block;
  width: 3em;
  height: 3em;
  background-size: contain;
  background: url(../../../front/img/doc_icon_black.svg) no-repeat center;
}*/

/*.green_server_portal_button a:before{*/
/*  background: url(../../../front/img/server_icon_green.svg) no-repeat center;*/
/*  background-size: contain;*/
/*}*/

.portal_main_button a svg {
  width: 3em;
}

.green_server_portal_button a, .green_server_portal_button{
  color: #6bcb9d;
  border-color: #6bcb9d;
}
.green_server_portal_button a:hover{
  color: #ffffff;
  background: #6bcb9d;
}

.red_label_portal_button a, .red_label_portal_button{
  color: #f36365;
  border-color: #f36365;
}

.red_label_portal_button a:hover{
  color: #ffffff;
  background: #f36365;
}

.yellow_server_portal_button a,.yellow_server_portal_button{
  color: #fbc226;
  border-color: #fbc226;
}
.yellow_server_portal_button a:hover{
  color: #ffffff;
  background: #fbc226;
}

.disabled_portal_button, .disabled_portal_button a{
  pointer-events: none;
  color: #ffffff;
  background: #b3b3b3;
  border-color: #b3b3b3;
  position: relative;
}

.disabled_portal_button:before{
  /*content: 'אינך מנוי לשירות';*/
  content: attr(data-disabled-content);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #a0cd79;
  padding: 0.2rem 1rem;
  border-radius: 0.2rem;
  z-index: 1;
  white-space: nowrap;
}

.portal_advert_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
/*
  min-height: 6rem;
  background: #1071b8;
  margin: 0 auto 3.6vw;
  border-radius: min(1.5vw, 20px);
  background-repeat: no-repeat;
  background-size: cover;
  */
/*
  height: 6.3vw;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
  background-image: url("https://maagarim.city/wp-content/uploads/2024/01/Artboard-1-3.png");
*/
}
.portal_advert_wrap img {
  object-fit: cover;
  width: 100%;
  border-radius: min(1.5vw, 20px);
}
.portal_advert {
  color: #ffffff;
  text-align: center;
  font-size: 1.8rem;
}

.portal_repositories_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 25%);
}
.single_portal_repository_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  color: inherit;
  box-shadow: 0 0 10px #bbbbbb;
  border-radius: 10px;
  margin: 20px;
  padding: 1.5rem 0rem 0.5rem;
  font-weight: 400;
}
.single_portal_repository_link:hover {
  background: #2f3140;
  color: #ffffff;
}
.single_portal_repository_logo {
  width: 6em;
  height: 6em;
  display: inherit;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #cccccc;
}
.single_portal_repository_logo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.single_portal_repository_title {
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
}
.single_portal_repository_type {
  min-height: 1.2rem;
}

.portal_aside {
  width: 38%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.portal_aside_header {
  display: flex;
  gap: 0.2em;
  font-weight: 700;
  font-size: 2.2em;
  margin-bottom: 0.7em;
  text-wrap: nowrap;
}

.portal_aside_header:before {
  content: '';
  display: block;
  width: 0.8em;
  background: url(../../../front/assets/img/icon-bell-orange.svg) no-repeat center;
  background-size: contain;
}

.portal_aside_button_wrap {
  width: 100%;
  padding: 0 2em;
  margin-bottom: 1em;
}
a.portal_aside_button_wrap {
  padding: 0.7em 0.5em 0.7em 0.5em;
  border-radius: 0.5em;
  background: #ffffff;
  color: #2f313f;
  box-shadow: 0 0 10px #bbbbbb;
  transition: all 0.2s;
  cursor: pointer;
}
a.portal_aside_button_wrap:hover {
  color: #ffffff;
  background: #1071b8;
}
.portal_aside_button_wrap .post_meta_data {
  display: flex;
  justify-content: space-between;
  font-size: 0.8em;
}
.portal_aside_button_wrap .post_title {
  font-weight: 600;
}
.portal_aside_button_wrap .post_tags {
  color: #ffffff;
  background: #fcc640;
  padding: 0.1em 0.5em;
  font-weight: 600;
  border-radius: 0.8em;
  position: relative;
  bottom: 0.1em;
}
.portal_aside_show_all_wrap {
  margin-top: 1em;
}
a.portal_aside_show_all_posts {
  color: #ffffff;
  background: #1071b8;
  padding: 0.3em 1.5em;
  font-size: 1.2em;
  border-radius: 0.5em;
}
a.portal_aside_show_all_posts:hover {
  background: #669ed3;
}
/********* Single announcement  *********/
body.profile-page-single_announcement .portal_titles {
  max-width: 52em;
}
.announcement_back_button a {
  display: block;
  color: #ffffff;
  background: #b3b3b3;
  padding: 0.2em 1.2em;
  border-radius: 1em;
  margin-top: 0.5em;
}
.announcement_content p{
  margin-bottom: 1em;
}
.portal_main.announcement_content img {
  max-width: 100%;
  height: 100%;
}

/********* Announcements ********/
.announcements_filter_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: end;
  padding: 5px 0;
}
.portal_filter_title .filters_header {
  font-weight: 700;
  font-size: 1.4em;
  margin-left: 1em;
  flex-shrink: 0;
}
.portal_filters_wrapper {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
}
.authority_portal_announcements_grid{
  display: grid;
  grid-template-columns: repeat(auto-fill, 25%);
  margin-top: 2rem;
}

.announcement_item_wrap {
  display: grid;
  /*grid-template-rows: 2fr 0.3fr 1fr 1fr;*/
  position: relative;
  background: #ffffff;
  color: inherit;
  box-shadow: 0 0 10px #bbbbbb;
  border-radius: 10px;
  margin: 12px;
  font-weight: 400;
  overflow: hidden;
  align-items: center;
  gap: 0.3rem;
  padding-bottom: 1rem;
}
.announcement_item_wrap .post_image{
  height: 100%;
}
.announcement_item_wrap .post_image img{
  width: 100%;
  height: 16vh;
  object-fit: cover;
}
.announcement_tags {
  color: #ffffff;
  background: #fcc640;
  padding: 0.1em 0.5em;
  font-size: 0.8rem;
  border-radius: 0.8em;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}
.announcement_name, .announcement_date, .announcement_excerpt{
  padding: 0 0.6rem;
}
.announcement_name {
  font-size: 0.9rem;
  font-weight: 600;
}
.announcement_date {
  font-size: 0.7rem;
}
.announcement_excerpt {
  font-size: 0.8rem;
}
@media screen and (max-width: 1140px) {

  .portal_repositories_grid, .authority_portal_announcements_grid {
    grid-template-columns: repeat(auto-fill, 33.3%);
  }

}

@media screen and (max-width: 992px) {
  .portal_main{
    flex-wrap: wrap;
  }
  .portal_buttons_wrap {
    width: 100%;
    margin-top: 1em;
  }

  .portal_aside {
    width: 100%;
    margin: 3em 0 1em;
  }

}

@media screen and (max-width: 768px) {

  .profile_portal_header {
    flex-direction: column-reverse;
  }
  body.profile-page-announcements .portal_aside_header {
    margin-bottom: 0;
  }
  .profile_portal_content {
    flex-direction: column;
  }
  .announcement_back_button {
    width: fit-content;
    align-self: end;
  }

 .portal_main {
    flex-direction: column;
    width: 100%;
    margin-top: 1rem;
  }

  .portal_repositories_grid, .authority_portal_announcements_grid {
    grid-template-columns: repeat(auto-fill, 50%);
  }

  .announcements_filter_wrap {
    flex-direction: column;
    align-items: start;
  }

  .portal_filters_wrapper {
    flex-wrap: wrap;
  }

}

@media screen and (max-width: 425px) {

  .portal_repositories_grid, .authority_portal_announcements_grid {
    grid-template-columns: repeat(auto-fill, 100%);
  }
  .portal_main_button {
    width: 100%;
  }

}


/*================================================*/
/*             Supplier Finance Pages             */
/*================================================*/
.text_nowrap{
  text-wrap: nowrap;
}
.side_paddings {
  padding: 0 30px;
}
body.profile-supplier {
  /*background: #f7f8f9ff;*/
}
.profile-supplier .supplier_finance_header, .profile-supplier .supplier_finance_content  {
  justify-content: space-between;
}
.profile-supplier .supplier_main {
  /*width: 67%;*/
  width: 100%;
  margin-bottom: 1rem;
}
.profile-supplier .supplier_main{

}
.profile-supplier .supplier_page_title {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 0.1em;
  display: flex;
  gap: 0.5em;
  align-items: baseline;
}
.profile-supplier .supplier_page_subtitle {
  font-size: 1.7em;
}
.supplier_aside {
  /*width: 33%;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  /*justify-content: center;*/
}
.supplier_aside_align_left{
  align-items: end;
  margin-left: 2em;
}
.supplier_profile_button{
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 33%;
  text-align: center;
}
.supplier_profile_button a {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.2em 0.5em 0.2em 0.8em;
  border: 2px solid #2f313f;
  border-radius: 10px;
  font-size: 1.2em;
  color: #2f313f;
  transition: all 0.2s;
}
.supplier_profile_button a:hover {
  color: #FFFFFF;
  background: #2f313f;
}
.supplier_profile_button a svg{
  stroke: #fff;
  stroke-width: 0.5;
}
.supplier_profile_button a:hover svg{
  fill: #ffffff;
  stroke: #2f313f;
}

.supplier_portal_button {
  width: 100%;
  padding: 0 2em;
  margin-bottom: 1.5em;
}
.supplier_portal_button a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.7em 0.5em 0.7em 0.5em;
  border-radius: 10px;
  font-size: 1.8em;
  font-weight: 700;
  background: #ffffff;
  color: #2f313f;
  box-shadow: 0 0 10px #bbbbbb;
  transition: all 0.2s;
}
.supplier_portal_button a:hover {
  background: #366dbe;
  color: #ffffff;
}
.supplier_aside_header {
  font-weight: 700;
  font-size: 2.2em;
  margin-bottom: 0.7em;
}
.supplier_recent_payments_button a:before, .profile-page-recent_payments .supplier_page_title:before{
  content: '';
  display: block;
  width: 1.6em;
  height: 1.5em;
  background: url(../../../front/img/cards_icon_black.svg) no-repeat center;
  background-size: contain;
}
.supplier_recent_payments_button a:hover:before {
  background: url(../../../front/img/cards_icon_white.svg) no-repeat center;
  background-size: contain;
}

.supplier_orders_button a:before, .profile-page-my_orders .supplier_page_title:before  {
  content: '';
  display: block;
  width: 1.8em;
  height: 1.5em;
  background: url(../../../front/img/list_icon_black.svg) no-repeat center;
  background-size: contain;
}
.supplier_orders_button a:hover:before{
  background: url(../../../front/img/list_icon_white.svg) no-repeat center;
  background-size: contain;
}
.supplier_invoices_button a:before, .profile-page-my_invoices .supplier_page_title:before {
  content: '';
  display: block;
  width: 1.8em;
  height: 1.5em;
  background: url(../../../front/img/doc_icon_black.svg) no-repeat center;
  background-size: contain;
}
.supplier_invoices_button a:hover:before {
  background: url(../../../front/img/doc_icon_white.svg) no-repeat center;
  background-size: contain;
}
.supplier_rise_invoice_button a:before {
  content: '';
  display: block;
  width: 1.8em;
  height: 1.2em;
  background: url(../../../front/img/plus_icon_white.svg) no-repeat center;
  background-size: contain;
}
.supplier_rise_invoice_button a:hover:before {
  background: url(../../../front/img/plus_icon_white.svg) no-repeat center;
  background-size: contain;
}
.supplier_disabled_button{
  position: relative;
  margin-top: 0.2em;
}
.supplier_disabled_button a {
  background: #b0b0ae;
  color: #ffffff;
  pointer-events: none;
}
.coming_soon_badge{
  display: none;
}
.supplier_disabled_button .coming_soon_badge {
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  transform: translate(50%,-50%);
  background: #94d468;
  padding: 0.1em 0.4em;
  border-radius: 0.2em;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 700;
}
.supplier_buttons_wrap{
  flex-wrap: wrap;
  gap: 2%;
  margin-top: 4em;
  width: 67%;
  align-self: flex-start;
}

.api__filters_wrapper{
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  margin-top: 1em;
}
.finances__filters_wrapper{
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  /*flex-wrap: wrap;*/
}

@media screen and (max-width: 992px){
  .supplier_buttons_wrap{
    width: 100%;
    margin-top: 1em;
  }
  .profile-supplier.profile-page-procedures   .select_authority_wrap ,
  .profile-supplier.profile-page-tenders   .select_authority_wrap ,
  body.profile-page-suppliers_database .select_authority_wrap ,
  body.profile-page-suppliers_tenders    .select_authority_wrap ,
  body.profile-page-suppliers_procedures .select_authority_wrap ,
  .all-suppliers__results__header__col.select_authority_wrap {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .finances__filters_wrapper{
    width: 100%;
    flex-wrap: wrap;
  }
  .api__filters_wrapper{
    width: 100%;
  }

  .bidding__search__btns__wrap,
  .input_wrap_with_label{
    flex-grow: 1;
    max-width: unset !important;
    width: 100%;
    margin-top: 1em;

  }
}

.api-auth-select-row{
  display: flex;
}
.supplier_main_button {
  width: 49%;
  min-height: 9em;
  display: flex;
  align-items: center;
  margin-bottom: 2%;
  border: 3px solid;
  border-radius: 10px;
  background: #ffffff;
}
.supplier_main_button a {
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 1.8em;
  font-weight: 700;
  padding: 1em;
  width: 100%;
  color: inherit;
  height: 100%;
}

.supplier_main_button a:before {
  content: '';
  display: block;
  width: 3em;
  height: 3em;
  background-size: contain;
  background: url(../../../front/img/doc_icon_black.svg) no-repeat center;
}

.green_server_supplier_button a:before{
  background: url(../../../front/img/server_icon_green.svg) no-repeat center;
  background-size: contain;
}
.green_server_supplier_button a, .green_server_supplier_button{
  color: #6bcb9d;
  border-color: #6bcb9d;
}

.green_server_supplier_button a:hover:before{
  background: url(../../../front/img/server_icon_white.svg) no-repeat center;
  background-size: contain;
}
.green_server_supplier_button a:hover{
  color: #ffffff;
  background: #6bcb9d;
}


.red_label_supplier_button a:before{
  background: url(../../../front/img/label_icon_red.svg) no-repeat center;
  background-size: contain;
}
.red_label_supplier_button a, .red_label_supplier_button{
  color: #f36365;
  border-color: #f36365;
}
.red_label_supplier_button a:hover:before{
  background: url(../../../front/img/label_icon_white.svg) no-repeat center;
  background-size: contain;
}
.red_label_supplier_button a:hover{
  color: #ffffff;
  background: #f36365;
}

.yellow_server_supplier_button a:before{
  background: url(../../../front/img/server_icon_yellow.svg) no-repeat center;
  background-size: contain;
}
.yellow_server_supplier_button a,.yellow_server_supplier_button{
  color: #fbc226;
  border-color: #fbc226;
}

.yellow_server_supplier_button a:hover:before{
  background: url(../../../front/img/server_icon_white.svg) no-repeat center;
  background-size: contain;
}
.yellow_server_supplier_button a:hover{
  color: #ffffff;
  background: #fbc226;
}

/***** Invoices page ******/
.status_boxes_wrap {
  gap: 1em;
  flex-wrap: wrap;
}
.status_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 8em;
  padding: 0.5em;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 0 10px #bbbbbb;

}
.status_box .status_value_wrap {
  font-size: 1.8em;
  font-weight: 700;
}
.status_box .status_name {
  font-size: 1.5em;
}
.status_green {
  color: #94d468;
}
.status_yellow {
  color: #fbc226;
}
.status_red {
  color: #f36365;
}
.status_blue {
  color: #4d8cc6;
}
.status_gray {
  color: #bfbfbf;
}
/*.status_black {*/
/*  color: #333645;*/
/*}*/


/***** Suppliers Database page *******/
body.profile-page-suppliers_database .supplier_page_title:before{
  content: '';
  display: block;
  width: 1.3em;
  height: 1.3em;
  background: url(../../../front/img/server_icon_black.svg) no-repeat center;
  background-size: contain;
}

.profile-supplier.profile-page-procedures .supplier_page_title:before,
.profile-suppliers.profile-page-tenders .supplier_page_title:before,
body.profile-page-suppliers_auctions .supplier_page_title:before,
body.profile-page-suppliers_tenders .supplier_page_title:before{
  content: '';
  display: block;
  width: 1.3em;
  height: 1.3em;
  background: url(../../../front/img/label_icon_black.svg) no-repeat center;
  background-size: contain;
}

.profile-supplier.profile-page-procedures .custom_select_box_wrap ,
.profile-supplier.profile-page-tenders .custom_select_box_wrap ,
body.profile-page-suppliers_auctions .custom_select_box_wrap ,
body.profile-page-suppliers_tenders .custom_select_box_wrap ,
body.profile-page-suppliers_database .custom_select_box_wrap {
  /*max-width: 10em;*/
  flex-basis: 10em;
  min-width: 7.5em;
}
/*body.profile-page-suppliers_database */.input_wrap_with_label input {
  margin-left: 1em;
}
.input_wrap_with_label input {
  line-height: 1.8em;
  border: none;
  border-radius: 10px;
  font-size: 1em;
  padding: 0 16px;
}
.input_wrap_with_label {
  display: flex;
  flex-direction: column;
}
/*body.profile-page-suppliers_database*/ .select_authority_wrap {
  align-items: flex-end;
}
span.filters_header {
  line-height: 1.5em;
}
.input_wrap_with_label > label {
  font-weight: 600;
  margin-bottom: 0.3em;
  margin-right: 0.6em;
}

.input_wrap_with_label.cols-4 > label {
  margin-right: 0;
}

.suppliers__results__wrap {
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* gap: 4%; */
  display: grid;
  grid-template-columns: repeat(auto-fill, 25%);
}
.single_supplier_wrap a {
  /* flex: 1 0 22%; */
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  color: inherit;
  box-shadow: 0 0 10px #bbbbbb;
  border-radius: 10px;
  margin: 20px;
  font-weight: 400;
}
.single_supplier_wrap a:hover {
  background: #2f3140;
  color: #ffffff;
}
.single_supplier_logo {
  width: 6em;
  height: 6em;
  display: inherit;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #cccccc;
}
.single_supplier_wrap a img {
  height: 100%;
  width: 100%;
  object-fit: cover;

}
.single_supplier_wrap a:hover img {

  border-radius: 50%;

}
.auth_status_green {
  background: #94d468;
}
.auth_status_yellow {
  background: #fbc226;
}
.auth_status_initial {
  background: #2f3140;
}
.single_supplier_title {
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
}
.single_supplier_status {
  position: relative;
  bottom: 12px;
  color: #fff;
  padding: 0.2em 1em;
  border-radius: 6px;
}

/***** Suppliers Auctions page *******/
.profile-supplier.profile-page-tenders .bidding__panels,
.profile-supplier.profile-page-procedures .bidding__panels,
body.profile-page-suppliers_auctions .bidding__panels {
  margin-top: initial;
}
.suppliers__search__row__wrap {
  align-items: end;
  margin: 2em 0;
}
.suppliers__search__row__wrap .btn {
  border-radius: 10px;
}
.searchform_field_container {
  margin-left: 1em;
}
.searchform_field_container .custom_select_box_wrap{
  min-width: 10em;
}


/******* Supplier tables ********/
.hidden_entry_row{
  display: none;
}
.profile-supplier .all-suppliers__results__body {
  background: #ffffff;
}
.profile-supplier th {
  font-weight: 600;
}
thead.sticky_thead {
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 2;
}
.profile-supplier thead tr {
  border-bottom: 2px solid #555658;
}
thead.sticky_thead tr {
  border-bottom: none;
  box-shadow: 0 2px 0 #555658;
}

tbody.supplier_entry_row {
  border-bottom: 1px solid #b0b0ae;
}
tbody.supplier_entry_row:hover {
  background: #333645;
  color: #ffffff;
}
tbody.supplier_entry_row td, .profile-supplier thead th{
  padding: 0.4em 0.2em;
}
tbody.supplier_entry_row td div.inner_td{
  max-width: 18em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.table tbody.supplier_entry_row:after{
  display: none;
}
td.bold_td{
  font-weight: 700;
}

tbody.supplier_entry_row td{
   font-weight: 400;
 }
tbody.supplier_entry_row .bold_td{
  font-weight: 600;
}
span.button_text {
  width: 80%;
}

/****** toggle table *******/
.with_toggle{
  position: relative;
  cursor: pointer;
}
.with_toggle .toggle_arrow {
  border: solid #231f20;
  border-width: 0px 2px 2px 0px;
  display: inline-block;
  padding: 5px;
  transform: rotate(135deg);
  transition: all 0.2s;
  position: absolute;
  left: 14px;
  top: 14px;
}
.with_toggle.active .toggle_arrow {
  transform: rotate(45deg);
}
.supplier_entry_row.with_toggle .toggle_table{
  display: none;
}
.supplier_entry_row.with_toggle .toggle_table > td{
  max-width: 528px;
  padding: 5px 20px;
}

tbody.supplier_entry_row.with_toggle:hover .toggle_arrow, tbody.supplier_entry_row.with_toggle.active .toggle_arrow{
  border-color: #ffffff;
}
td.narrow_col, th.narrow_col{
  width: 156px;
}
tbody.supplier_entry_row .toggle_table{
  color: #333645;
  background: #ffffff;
}
tbody.supplier_entry_row.active {
  color: #ffffff;
  background: #366dbe;
  outline: solid 2px #366dbe;
  outline-offset: -2px;
}
.toggle_table_item thead tr {
  border-bottom: 1px solid #555658;
}
.toggle_table_item thead th {
  font-weight: 400;
}
.toggle_table_item tbody tr:not(:last-of-type) {
  border-bottom: 1px solid #b0b0ae;
}

/* Datepicker */
#filter_by_date_from_input, #filter_by_date_to_input, #filter_by_status_select {
  line-height: 1.8em;
  border: none;
  border-radius: 10px;
  margin-left: 2em;
  font-size: 1em;
  max-width: 8em;
  text-align: center;
}
#ui-datepicker-div{
  z-index: 99 !important;
}

a.filter_by_date_and_status {
  color: #ffffff;
  background: #4b8dcb;
  padding: 0.3em 0.6em;
  border-radius: 6px;
}
a.filter_by_date_and_status:hover {
  background: #669ed3;
}
a.filter_by_authority{
  color: #ffffff;
  background: #94d468;
  padding: 0.3em 0.6em;
  border-radius: 6px;
}
a.filter_by_authority:hover {
  background: #b5e594;
}

/****** Select Boxes ********/
.select_authority_wrap{
  margin: 1.5em 0;
  flex-wrap: wrap;
}
.custom_select_box_wrap {
  width: 100%;
  max-width: 18em;
  margin-left: 1em;
  font-weight: 600;
}
.custom_select_box_wrap .SelectBox {
  border: none !important;
  border-radius: 10px !important;
}
.custom_select_box_wrap.with_shadow .SelectBox,
.with_shadow input{
  box-shadow: 0 0 10px #bbbbbb !important;
}
.custom_select_box_wrap .SelectBox  label {
  background: none;
  top: -8px;
  left: 4px;
  bottom: -2px;
  border: none !important;
  border-radius: 0 !important;
}
.custom_select_box_wrap .SelectBox label i {
  border: solid #231f20;
  border-width: 0px 2px 2px 0px;
  display: inline-block;
  padding: 6px;
  transform: rotate(45deg);
  transition: all 0.2s;
  top: 0.1rem;
}

.custom_select_box_wrap .open .SelectBox  label i {
  top: 0.5rem;
  transform: rotate(-135deg);
}
.filter_by_status_select_wrap {
  min-width: 8em;
}
.supplier_orders_dropdown{
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 10px #bbbbbb;
  position: relative;
  z-index: 38;
  clip-path: inset(0px -10px -10px -10px);
}

.supplier_orders_dropdown.select2-dropdown--above{
  clip-path: inset(-10px -10px 0px -10px);
}

.select_api_order_wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: solid #231f20 !important;
  border-width: 0 2px 2px 0!important;
  padding: 6px;
  transform: rotate(45deg);
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  transition: all 0.2s;
}
.select_api_order_wrap .select2-container {
  z-index: 40;
}
.select_api_order_wrap .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  top: 0.8rem;
  transform: rotate(-135deg);
}
.select_api_order_wrap .select2-container--default .select2-selection--single {
  border: none;
  border-radius: 10px;
  font-size: 1em;
  padding: 0 16px;
  z-index: -1;
  position: relative;
  height: 1.8rem;
  box-shadow: 0 0 10px #bbbbbb;
}

.select_api_order_wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.8rem;
  padding-right: 1rem;
}
.select2-container--default .supplier_orders_dropdown .select2-search--dropdown,
.scrollbar-supplier-orders.scroll-content{
  padding: 0 1.6rem 0 0.4rem;
}
.scrollbar-supplier-orders.scroll-content .supplier_orders_option:not(:last-child){
  border-bottom: 1px solid;
}
.scrollbar-supplier-orders.scroll-content .supplier_orders_option:last-child{
  margin-bottom: 1rem;
}
.select2-container--default .supplier_orders_dropdown .select2-search--dropdown .select2-search__field {
  border: none;
  border-top: 2px solid;
  border-bottom: 1px solid;
  outline: none;
  font-size: 1rem;
  line-height: 1.8rem;
}
.select2-container--default .supplier_orders_dropdown.select2-dropdown--above .select2-search--dropdown .select2-search__field {
  border-top: none;
}
.supplier_orders_dropdown .select2-results__option {
  padding: 0.2rem 0;
  background: #ffffff;
}
.supplier_orders_dropdown .select2-results__option:hover,
.supplier_orders_dropdown .select2-results__option[aria-selected=true],
.supplier_orders_dropdown .select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: #366dbe;
  color: #fff;
}
.supplier_orders_option .orders_select_option_top_line{
  font-weight: bold;
}


/**** Supplier Portal Logo wrap ****/
.selected_authority_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.supp_auth_logo {
  min-width: 6em;
  min-height: 6em;
  text-align: center;
  width: 6em;
  height: 6em;
  margin-bottom: 0.3em;
}
.supp_auth_logo img{
  max-width: 6em;
  border-radius: 50%;
  object-fit: contain;
  border: 2px solid #cccccc;
  min-width: 6em;
  min-height: 6em;
  width: 6em;
  height: 6em;
}
.supp_auth_title {
  font-size: 1.3em;
  font-weight: 600;
  white-space: nowrap;
}

@media screen and (max-width: 1440px) {
  .supplier_main_button a, .supplier_portal_button a {
    font-size: 1.4em;
    gap: 0.5em;
    padding: 0.5em;
  }
}

@media screen and (max-width: 1140px) {
  .suppliers__results__wrap {
    grid-template-columns: repeat(auto-fill, 33.3%);
  }
}

@media screen and (max-width: 992px) {
  .profile-page-finances .supplier_main{
    flex-wrap: wrap;
  }
  .supplier_aside {
    /*width: 100%;*/
    padding: 0 30px;
    margin: 0 0 1em;
  }
}

@media screen and (max-width: 768px) {
  .side_paddings {
    padding: 0 10px;
  }
  .profile-supplier .supplier_main {
    margin-top: 1rem;
  }
  .profile-supplier .supplier_finance_header, .profile-supplier .supplier_finance_content {
    flex-direction: column;
  }
  .profile-supplier.profile-page-my_invoices .supplier_finance_header,
  .profile-supplier.profile-page-recent_payments .supplier_finance_header,
  .profile-supplier.profile-page-suppliers_orders_invoices .supplier_finance_header,
  .profile-supplier.profile-page-my_orders .supplier_finance_header {
    flex-direction: column-reverse;
  }

  .profile-supplier .supplier_main {
    flex-direction: column;
    width: 100%;
  }

  .supplier_main_button a {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .supplier_aside_align_left {
    align-items: center;
  }
  .supp_auth_logo {
    min-width: initial;
    min-height: initial;
  }

  #filter_by_date_from_input, #filter_by_date_to_input, #filter_by_status_select {
    max-width: initial;
    width: 100%;
  }
  a.filter_by_date_and_status {
    margin-top: 0.5em;
  }
  .with_toggle i.toggle_arrow {
    left: 18px;
    top: 12px;
    padding: 4px;
  }
  .suppliers__results__wrap {
    grid-template-columns: repeat(auto-fill, 50%);
  }

}

@media screen and (max-width: 425px) {
  .supplier_portal_button {
    padding: 0;
  }
  .supplier_main_button {
    width: 100%;
  }

  .profile-supplier .select_authority_wrap {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0.6em;

  }
  .status_box {
    min-width: initial;
    width: 46%;
  }
  .suppliers__results__wrap {
    grid-template-columns: repeat(auto-fill, 100%);
  }

}

.profile-page-my_invoices .SumoSelect > .optWrapper,
.profile-page-my_orders .SumoSelect > .optWrapper,
.profile-page-recent_payments .SumoSelect > .optWrapper{
  z-index: 10000;
}

.toggle_navigation {
  position: relative;
  display: inline-flex;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px #bbbbbb;
  width: fit-content;
}
.toggle_navigation__active-state {
  position: absolute;
  background: #366dbe;
  height: calc(100%);
  width: 50px;
  border-radius: 10px;
  top: 0;
  left: 0px;
  opacity: 0;
  transition: left 0.4s ease-out, width 0.4s ease-out, opacity 0.4s ease-out 0.4s;
}
.toggle_navigation__btn {
  cursor: pointer;
  color: #333333;
  font-weight: 600;
  padding: 0.3rem 1.7rem;
  transition: color 0.3s ease-out;
  z-index: 1;
}
.toggle_navigation__btn--active{
  color: #ffffff;
  font-weight: 500;
}
.toggle_navigation__btn:last-child {
  margin-right: 0;
}
.toggle_navigation__btn:hover {
  color: inherit;
}
.toggle_navigation__btn--active {
  pointer-events: none;
}
.box_with_shadow {
  box-shadow: 0 0 10px #bbbbbb;
}
.round_corners_box {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  overflow:hidden;
}


/* ---------------------------------------------------------------- */
/* ------------------ supplier specific ------------------------------ */
/* todo: move to separated file and include only for supplier's profile */
.vendor__table_wrapper {
  font-weight: 300;
}
.all-suppliers__results__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #333645;
  border-radius: 12px 12px 0 0;
  color: #fff;
  padding: 15px 30px;
}
.all-suppliers__results__header__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0;
}
.all-suppliers__results__header__count {
  font-weight: 700;
  font-size: 1.4em;
  margin-left: 1em;
  flex-shrink: 0;
}

.vendor__table_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #333645;
  border-radius: 12px 12px 0 0;
  color: #fff;
  padding: 15px 30px;
}


.vendor__table_header__filter{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0;
  flex-wrap: wrap;
}

.vendor__table_header__filter_control{
  display: flex;
  flex-direction: row;
  margin: 0.2em 0;
}

.vendor__table_header__filter_control__label {
  font-weight: 700;
  font-size: 1.4em;
  margin-left: 1em;
  flex-shrink: 0;
}


.vendor__table_body {
  border: 2px solid #e5e5e5;
  border-top: none;
  border-radius: 0 0 12px 12px;
  padding: 15px 6px 10px 15px;
  -ms-overflow-style: none;
  overflow: visible;
}

.vendor__table_body .scroll-wrapper > .scroll-content {
  margin-bottom: 0 !important;
}


@media screen and (max-width: 768px) {
  .vendor__table_header__filter {
    flex-direction: column;
    align-items: start;
    gap: 0.2em;
  }
}

/******** Suppliers Orders Invoices *******/
#orders_invoices_wrap{
  justify-content: space-between;
  gap: 1rem;
}
#upload_invoices_wrap{
  width: 55%;
  max-width: 28.6rem;
  height: 100%;
}
#recent_invoices_wrap{
  width: 45%;
  max-width: 32rem;
  height: 100%;
}
#recent_invoices_wrap:not(.hidden){
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
#recent_invoices_top_block{
  min-height: 18rem;
}
.input_wrap_with_label.cols-3{
  width: 33.3%;
}
.input_wrap_with_label.cols-4{
  width: 25%;
  padding: 0.25em;
}
.profile-page-suppliers_orders_invoices .input_wrap_with_label.cols-4 input,
.profile-page-suppliers_orders_invoices .input_wrap_with_label.cols-3 input {
  margin-left: 0;
  max-width: 99%;
  text-align: center;
}
.currency_sign_wrap {
  align-items: center;
  justify-content: space-between;
  max-width: 99%;
  width: 90%;
}
.currency_sign_wrap input{
  max-width: 100%;
}
.currency_sign{
  padding-right: 4px;
  font-size: 1.2rem;
  font-weight: 600;
}
.file_upload_wrap{
  position: relative;
}
#uploaded_filename{
  position: absolute;
  bottom: -1.2rem;
}
.upload_invoice_form_row {
  justify-content: space-between;
  margin-bottom: 2rem;
}
button#upload_file_button {
  border: none;
  color: #ffffff;
  background: #bbb;
  font-size: 1rem;
  padding: 0.3rem 1.4rem;
  border-radius: 10px;
  box-shadow: 0 0 10px #bbbbbb;
  margin-left: 1.2rem;
  transition: background 0.4s;
}
button#upload_file_button:hover {
  background: #366dbe;
}
button#upload_file_button.outlined {
  outline: 2px solid #ff0000;
}
.uploaded_invoice_file_wrap {
  gap: 1rem;
}
.uploaded_invoice_file_wrap a {
  background: #333645;
  color: #ffffff;
  border-radius: 10px;
  font-size: 1rem;
  padding: 0.3rem 1.4rem;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  box-shadow: 0 0 10px #bbbbbb;
}
#uploaded_invoice_file {
  align-items: center;
  gap: 0.8rem;
}
.remove_file{
  background: #333645;
  color: #ffffff;
  border-radius: 50%;
  font-size: 1.4rem;
  width: 1rem;
  height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.select_api_order_wrap{
  max-width: initial;
}
.select_api_order_wrap label{
  margin-bottom: 0.3em;
  margin-right: 0.6em;
  display: block;
}
.upload_invoice_submit_button_wrap button {
  margin: 0 auto;
  border-radius: 10px;
  font-size: 1.2rem;
  font-weight: 500;
  height: auto;
  padding: 0.4rem 1.5rem;
}
#select_api_order option.disabled{
  pointer-events: none;
  color:red;
}
.select_api_order_wrap .SumoSelect.open > .optWrapper {
  max-width: 100%;
}
#select_api_order_input::placeholder {
  color: #333645;
}
#select_api_order_input {
  width: 100%;
  border-radius: 10px 10px 0 0;
  margin-left: 0;
  border-bottom: 2px solid;
  outline: none;
}
.supplier_orders_block {
  padding: 10px;
  background: #fff;
  position: relative;
}
.supplier_orders_block_bottom {
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.input_arrow_down {
  border: solid #231f20;
  border-width: 0 2px 2px 0;
  padding: 6px;
  transform: rotate(45deg);
  position: absolute;
  left: 20px;
  top: 20px;
}
#supplier_orders_list {
  display: flex;
  flex-direction: column;
}
#supplier_orders_list a {
  padding: 6px 20px 6px 0;
}
#supplier_orders_list a{
  border-bottom: 1px solid #333;
}
#supplier_orders_list a:nth-last-child(1 of :not(.hidden)){
  border-bottom: none;
}
#supplier_orders_list a:hover, #supplier_orders_list a.selected  {
  color: #fff;
  background: #366dbe;
}
.recent_invoices_header {
  background: #333645;
  color: #ffff;
  padding: 1rem;
  font-size: 1.4rem;
  font-weight: 600;
}
#recent_invoices_wrap .scroll-wrapper, #recent_invoices_wrap .scroll-wrapper > .scroll-content {
  height: inherit !important;
}
.recent_invoices_table_wrap {
  padding: 1rem;
}
table.recent_invoices_table {
  width: 100%;
  min-width: 22rem;
}
table.recent_invoices_table th {
  text-align: start;
  padding: 0.5rem 0 0.5rem 0.2rem;
}
.recent_invoices_row:not(:last-child) {
  border-bottom: 2px solid #dddddd;
}
.recent_invoices_row td {
  padding: 0.5rem 0 0.5rem 0.2rem;
}
table.recent_invoices_table a {
  color: #366dbe;
}
table.recent_invoices_table a:hover {
  color: #4b8dcb;
}
body.profile-page-suppliers_orders_invoices .ui-widget.ui-widget-content {
  padding: 0;
  border-radius: 10px;
  border: none;
  overflow: hidden;
}
body.profile-page-suppliers_orders_invoices .ui-draggable .ui-dialog-titlebar {
  background: #333645;
}

body.profile-page-suppliers_orders_invoices .ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
  border-radius: 10px;
  border: none;
  color: #ffffff;
  background: #366dbe;
}

body.profile-page-suppliers_orders_invoices .ui-dialog .ui-dialog-buttonpane button:hover {
  background: #4b8dcb;
}

body.profile-page-suppliers_orders_invoices .ui-widget-overlay {
  background: #aaa;
  opacity: .4;
  filter: Alpha(Opacity=.4);
}
@media screen and (max-width: 1252px) and (min-width: 992px) {
  .upload_invoice_form_mob_col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .profile-page-suppliers_orders_invoices .input_wrap_with_label.cols-4 input, .file_upload_wrap,
  .profile-page-suppliers_orders_invoices .input_wrap_with_label.cols-3 input, .file_upload_wrap {
    width: 90%;
  }

  #upload_invoices_wrap, #recent_invoices_wrap, .input_wrap_with_label.cols-4,
  #upload_invoices_wrap, #recent_invoices_wrap, .input_wrap_with_label.cols-3{
    width: 100%;
    max-width: 100%;
  }
  .input_wrap_with_label.cols-4{
    align-items: flex-start;
  }
  .input_wrap_with_label.cols-4 label {
    margin-right: 0.6em;
  }
}

@media screen and (max-width: 991px) and (min-width: 769px) {

  #orders_invoices_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
  #upload_invoices_wrap, #recent_invoices_wrap {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 991px){
  #recent_invoices_wrap {
    flex-direction: column-reverse;
  }
}


@media screen and (max-width: 768px) {
  #orders_invoices_wrap, .upload_invoice_form_mob_col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #upload_invoices_wrap, #recent_invoices_wrap, .input_wrap_with_label.cols-4,
  #upload_invoices_wrap, #recent_invoices_wrap, .input_wrap_with_label.cols-3{
    width: 100%;
    max-width: 100%;
  }

  .profile-page-suppliers_orders_invoices .input_wrap_with_label.cols-4 input, .file_upload_wrap ,
  .profile-page-suppliers_orders_invoices .input_wrap_with_label.cols-3 input, .file_upload_wrap {
    width: 90%;
  }
}

/******* Confirm Dialog **********/
.dialog_confirm_wrap {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #33333355;
  z-index: 999;
}
.dialog_popup{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 0.8rem 3rem;
  border-radius: 16px;
}
.dialog_popup_close {
  position: absolute;
  display: block;
  font-size: 26px;
  font-weight: 400;
  top: 0.6rem;
  left: 0.5rem;
  -ms-transform: scaleY(0.7);
  transform: scaleY(0.7);
}
.popup_button_wrap {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin: 2rem 0 1rem;
}
.popup_button_wrap .confirm_button, .popup_button_wrap .reject_button {
  cursor: pointer;
  border-radius: 10px;
  border: none;
  padding: 0.2rem 1rem;
  color: #ffffff;
}
.popup_button_wrap .confirm_button {
  background: #366dbe;
}
.popup_button_wrap .reject_button {
  background: #bfbfbf;
}

.popup_button_wrap .confirm_button:hover, .popup_button_wrap .reject_button:hover {
  background: #4b8dcb;
}
/******* END Confirm Dialog **********/


/*================================================*/
/*                Stars Ratings                   */
/*================================================*/
/*
[data-star] {
  text-align:left;
  font-style:normal;
  display:inline-block;
  position: relative;
  unicode-bidi: bidi-override;
}
[data-star]::before {
  display:block;
  content: '★★★★★';
  color: #989FA9;
  letter-spacing: 0.2rem;
}
[data-star]::after {
  white-space:nowrap;
  position:absolute;
  top:0;
  right:0;
  content: '★★★★★';
  width: 0;
  color: #FCB718;
  overflow:hidden;
  height:100%;
  letter-spacing: 0.2rem;
}
[data-star^="0.5"]::after{width:12%}
[data-star^="1"]::after{width:20%}
[data-star^="1.5"]::after{width:32%}
[data-star^="2"]::after{width:40%}
[data-star^="2.5"]::after{width:52%}
[data-star^="3"]::after{width:60%}
[data-star^="3.5"]::after{width:72%}
[data-star^="4"]::after{width:80%}
[data-star^="4.5"]::after{width:92%}
[data-star^="5"]::after{width:100%}
*/
#supplier_rating_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 2rem 0 3rem;
}
#single_ratings_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-right: 2rem;
}
.rating_block {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.rating_label {
  padding-right: 0.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.1rem;
}
.rating_number {
  color: #ffffff;
  position: relative;
  padding: 0.5rem 1.5rem 0.5rem 7rem;
  font-size: 1rem;
  font-weight: 600;
}
.rating_number:before {
  content: "";
  display: block;
  background-color: #111723;
  border-radius: 6px;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transform: skew(25deg,0);
  transform-origin: left;
}
.rating_stars_block {
  font-size: 1.2rem;
  position: relative;
  left: 4.6rem;
  display: flex;
  align-items: center;
}
.rating_stars {
  width: max-content;
}
.single_star{
  color: #989FA9;
  cursor: pointer;
}
.single_star.active{
  color: #FCB718;
}
.rating_stars_bg{
  position: absolute;
  z-index: -1;
  /* top: 0; */
  right: -15%;
  transform: skew(25deg,0);
  transform-origin: left;
  box-shadow: -0.2rem 0 0.4rem #a5a5a5;
  border-radius: 6px;
  height: 100%;
  width: 130%;
  background: #fff;
}
#total_rating_wrap {
  padding-right: 3rem;
}
#total_rating {
  color: #ffffff;
  background-color: #111723;
  border-radius: 10px;
  display: grid;
  justify-items: center;
  align-content: center;
  width: 8rem;
  height: 8rem;
}
.total_rating_label {
  font-size: 1.4rem;
  font-weight: 600;
}
.total_rating_star {
  font-size: 2rem;
  line-height: 2rem;
  color: #FCB718;
  padding-top: 0.2rem;
}
.total_rating_number {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
}
.total_rating_count {
  font-size: 0.7rem;
}
@media screen and (max-width: 1024px) {
  #supplier_rating_wrap {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #supplier_rating_wrap {
    justify-items: center;
  }
  #single_ratings_wrap {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 1rem;
  }
  #total_rating_wrap {
    padding-right: initial;
  }
}

.profile-page-index  .vendor__table th,
.profile-page-settings .vendor__table th {
  padding: 0 10px;
  font-weight: 300;
}
.profile-page-index  .vendor__table tr,
.profile-page-settings .vendor__table tr{
  border-bottom: none;
}
.profile-page-index .vendor__table th:first-child, .vendor__table td:first-child,
.profile-page-settings .vendor__table th:first-child, .vendor__table td:first-child {
  padding-right: 20px;
}

/************* Terms Popup ***********/
#terms_popup_wrap{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99999;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}
.popup_container {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 1rem;
}
.popup_image_wrap img {
  width: 100%;
}
.popup_content {
  font-size: 1rem;
}
.popup_top_title {
  font-size: 1.6rem;
  font-weight: 600;
}
.popup_main_title {
  font-size: 3rem;
  font-weight: 700;
  color: #ffc53d;
  margin-top: -0.5rem;
}
.popup_main_text {
  margin-bottom: 1rem;
}
.popup_checkbox_list_wrap{
  width: max-content;
  margin: 0 auto 1rem;
}
.popup_checkbox_list{
  text-align: start;
}

/* The popup checkmark container */
.popup_checkmark_container {
  display: block;
  width: max-content;
  position: relative;
  padding-right: 1.8rem;
  margin-bottom: 0.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.popup_checkmark_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.popup_checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 1.4rem;
  width: 1.4rem;
  background-color: #6ac4a5;
  border-radius: 1rem;
}

/* On mouse-over, add a grey background color */
.popup_checkmark_container:hover input ~ .popup_checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.popup_checkmark_container input:checked ~ .popup_checkmark {
  background-color: #6ac4a5;
}

/* Create the checkmark/indicator (hidden when not checked) */
.popup_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.popup_checkmark_container .popup_checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.popup_checkmark_container .popup_checkmark:after {
  width: 100%;
  height: 100%;
  -ms-transform: rotate(45deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
  background-size: contain;
}

.popup_terms {
  font-size: 0.66rem;
}
.popup_terms_button_wrap{
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}
#popup_terms_accept{
  font-size: 1.7rem;
  font-weight: 700;
  color: #FFFFFF;
  background: #ffc53d;
  padding: 0.6rem 2.5rem;
  border-radius: 2rem;
  box-shadow: 0rem 0.3rem 0.5rem #0002;
  cursor: pointer;
  transition: all 0.3s;
}
#popup_terms_accept:hover{
  box-shadow: none;
}
#popup_terms_accept.disabled{
  opacity: 0.5;
  pointer-events: none;
}
#popup_terms_deny {
  font-size: 0.8rem;
  margin: 1.2rem 0 0.6rem;
}
#popup_terms_deny:hover {
  color: #ffc53d;
}
.popup_footer {
  margin: 0.5rem 0;
  padding-top: 1rem;
  background: linear-gradient(#f6f6f6, #ffffff);
}
/************* END Terms Popup ***********/

.bidder_threshold_condition__header{
  margin-bottom: 0.4em;
}
.bidder_threshold_condition__file{
  margin-right: 0.7em;
}

.threshold_condition_document_item .btn--remove {
  margin-right: 8px;
}

.arbitrary_field .register__field-container.SupplierArbitraryFieldValue {
  width: auto;
}

.forbidden_logout_link{
  position: fixed;
  bottom: 0.5em;
  left: 0.5em;
}

.modal--verification__alt-code{
  margin-top: 1.2em;
}
.modal--verification__alt-code-link{
  text-decoration: underline;
}