.ant-tag.tag--template {
  padding: 0 10px;
  background: #757575;
  color: #fff;
  border-radius: 12px;
  border: none;
  text-transform: uppercase;
}
.ant-tag.tag--filter {
  height: 24px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 0 10px;
  background: #EDEDED;
  border-radius: 12px;
  border: none;
  font-weight: 700;
}
.ant-tag.tag--filter span {
  margin-left: 5px;
  color: #4A4A4A;
}
.ant-tag.tag--material-card {
  height: 16px;
  background: #AAAAAA;
  padding: 0 6px;
  margin-bottom: 16px;
  border-radius: 12px;
  border: none;
  color: #FFFFFF;
  line-height: 15px;
  text-transform: uppercase;
}
.ant-tag.tag--selected-filters {
  display: flex;
  align-items: center;
  height: 36px;
  padding: 0 16px;
  font-size: 14px;
  line-height: 36px;
  font-weight: 600;
  border-radius: 20px;
  border: none;
  color: #FFFFFF;
  text-transform: uppercase;
  background: #4A4A4A;
}
.ant-tag.tag--selected-filters > i {
  font-size: 21px !important;
  color: #FFFFFF;
}
.ant-tag.order-table {
  font-size: 12px;
  line-height: 16px;
  border-radius: 19px;
  text-transform: uppercase;
  color: #FFFFFF;
  border: 1px solid;
}
.ant-tag.order-table--new_order, .ant-tag.order-table--backordered, .ant-tag.order-table--in_progress {
  background: #FFBF87;
  border-color: #FFBF87;
  color: #4A4A4A;
}
.ant-tag.order-table--cancelled {
  color: #ff5c39;
}
.ant-tag.order-table--sent, .ant-tag.order-table--success, .ant-tag.order-table--sent_to_vendor {
  background: #2E7D32;
  border-color: #2E7D32;
}
.ant-tag.order-table--complete {
  color: #FFFFFF;
  background: #525561;
  border-color: #525561;
}
.ant-tag.order-table--delivered {
  background: #2E7D32;
  border-color: #2E7D32;
}
.ant-tag.order-table--awaiting_approval {
  color: #525561;
  background: #FFFFFF;
  border-color: #525561;
}
.ant-tag.order-table--on_hold {
  color: #FFFFFF;
  background: #4A4A4A;
  border-color: #4A4A4A;
}
.ant-tag.order-table--shipped {
  color: #4A4A4A;
  background: #EDEDED;
  border-color: #EDEDED;
}
.ant-tag.order-table--replaced {
  color: #BF360C;
  background: #FFFFFF;
  border-color: #BF360C;
}
.ant-tag.order-table--declined, .ant-tag.order-table--deleted, .ant-tag.order-table--error {
  background: #BF360C;
  border-color: #BF360C;
}
.ant-tag.order-table--draft {
  background: #545454;
  border-color: #545454;
}
.ant-tag.tag--yellow {
  min-width: 45px;
  background: #FFBF87;
  border-color: #FFBF87;
  color: #4A4A4A;
  border-radius: 19px;
  height: 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  margin-right: 0;
}
.image {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #F9F9F9;
  color: #EDEDED;
}
.image__photo {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  clip: rect(0, 0, 0, 0);
}
.ant-btn {
  text-transform: uppercase;
}
.ant-btn.width--sm {
  min-width: 112px;
}
.ant-btn.ant-btn-sm {
  padding: 0 12px;
  font-weight: 700;
}
.ant-btn.ant-btn-sm:not(.ant-btn-link) {
  min-width: 80px;
}
.ant-btn.ant-btn-default:hover, .ant-btn.ant-btn-default:focus {
  color: #003d4c;
  border-color: #003d4c;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1607843137);
}
.ant-btn.ant-btn-default:active {
  color: #FFFFFF;
  background: #003d4c;
}
.ant-btn.ant-btn-link {
  text-transform: capitalize;
}
.ant-btn.ant-btn-link.uppercase {
  text-transform: uppercase;
}
.ant-btn.ant-btn-link:hover {
  color: #003d4c;
}
.ant-btn.ant-btn-link:focus {
  color: #003d4c;
  border-color: #003d4c;
}
.ant-btn.ant-btn-link:active {
  color: #003d4c;
}
.ant-btn.ant-btn-link.btn--filters {
  padding: 0;
  color: #FF5C39;
}
.ant-btn.ant-btn-link.btn--filters span {
  transition: 0.3s;
  text-transform: uppercase;
  color: #545454;
}
.ant-btn.ant-btn-link.btn--filters:hover span, .ant-btn.ant-btn-link.btn--filters:focus span {
  color: #FF5C39;
}
.ant-btn.ant-btn-link.btn--filters:active span {
  color: #FF5C39;
}

.ant-btn-primary:focus {
  background: transparent !important;
  color: #f16e00 !important;
}

.box-buttons button {
  margin-left: 12px;
}
.box-buttons--right {
  text-align: right;
}

.ant-radio-group-solid {
  display: flex !important;
}
.ant-radio-group-solid:focus {
  border: 1px solid red;
}
.ant-radio-group-solid .ant-radio-button-wrapper {
  text-align: center;
  flex: 1 0 auto;
  border: 1px solid #EDEDED !important;
  font-weight: 700;
  text-transform: uppercase;
}
.ant-radio-group-solid .ant-radio-button-wrapper:focus-within {
  outline: 3px solid red !important;
}
.ant-radio-group-solid .ant-radio-button-wrapper:hover {
  color: #0073CF !important;
}
.ant-radio-group-solid .ant-radio-button-wrapper:first-child {
  border-left: 1px solid #EDEDED !important;
}
.ant-radio-group-solid .ant-radio-button-wrapper.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  background: #0073CF !important;
  box-shadow: none !important;
}
.ant-radio-group-solid .ant-radio-button-wrapper.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled).focus-within, .ant-radio-group-solid .ant-radio-button-wrapper.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  outline: 3px solid red !important;
}
.ant-radio-group-solid .ant-radio-button-wrapper.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #fff !important;
}
.ant-radio-group-solid .ant-radio-button-wrapper.focus-within {
  outline: 3px solid red;
}
.text-block span {
  font-size: 12px;
  color: #545454;
  display: block;
  margin-bottom: 2px;
}
.text-block p {
  color: #4A4A4A;
  font-weight: 600;
  margin-bottom: 0;
  word-break: break-word;
}
.ant-avatar-string {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: center;
  transform: scale(1) translateX(-50%) !important;
  background-color: #f16e00 !important;
}
.ant-avatar-string .anticon-account {
  margin-left: 2px;
}
.base-font, .associated-material-list-item__zone, .associated-material-list-item__code {
  font-size: 12px;
  line-height: 16px;
}

.associated-material-list-item {
  background: #fff;
  padding: 12px !important;
  border: 1px solid #EDEDED !important;
  border-radius: 4px;
  margin-bottom: 5px;
}
.associated-material-list-item__category {
  font-size: 15px;
  line-height: 28px;
  color: #4A4A4A;
  margin-bottom: 6px;
}
.associated-material-list-item__code {
  color: #545454;
  margin-bottom: 12px;
}
.associated-material-list-item__zone {
  color: #4A4A4A;
}
.ant-input:hover, .ant-input:focus {
  box-shadow: 0 0 6px #D4EFFC !important;
  border-color: rgba(0, 115, 207, 0.5019607843) !important;
}

.ant-input-number {
  height: 34px !important;
  border-color: rgb(237, 237, 237) !important;
}
.ant-input-number-focused {
  box-shadow: none !important;
  border-color: rgb(0, 115, 207) !important;
}
.ant-input-number:hover, .ant-input-number:focus {
  border-color: rgba(0, 115, 207, 0.5) !important;
}
.ant-input-number-handler-wrap, .ant-input-number-handler-down {
  border-color: rgb(237, 237, 237) !important;
}

.validation-error-message {
  color: #f16e00;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}

.input-with-counter {
  position: relative;
}
.input-with-counter textarea {
  width: 100%;
  padding: 4px 11px;
  border: 1px solid #EDEDED;
  border-radius: 4px;
  outline: none;
}
.input-with-counter textarea:focus {
  border-color: rgb(0, 115, 207);
}
.input-with-counter__counter {
  position: absolute;
  top: calc(100% - 10px);
  right: 10px;
  z-index: 1;
  font-size: 12px;
  line-height: 16px;
  color: #545454;
  background: #FFFFFF;
  padding: 0 5px;
}
.input-with-counter__counter--red {
  color: #f16e00;
}
.form-label {
  font-size: 12px !important;
  line-height: 24px;
  color: #545454;
  text-transform: capitalize;
}
.form-label .required-text {
  display: block;
  width: 0;
  height: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-label.required:before {
  content: "* ";
  color: #f16e00;
}
.form-label.regular {
  font-size: 14px !important;
  text-transform: none;
  line-height: inherit;
}
.rc-select__custom-arrow {
  width: 22px;
  font-size: 12px;
  color: rgb(0, 115, 207);
  transition: 0.3s ease;
}
.rc-select__custom-arrow svg {
  color: rgb(0, 115, 207);
}
.location-select {
  width: 300px !important;
  margin: 0 20px 0 0 !important;
  font-weight: bold;
}
.location-select .ant-input {
  background-color: #3586D6 !important;
  border-color: transparent !important;
  color: #FFFFFF;
}
.location-select .ant-input:disabled {
  color: #FFFFFF !important;
}
.location-select .rc-select__custom-arrow svg {
  color: white;
}
.location-select .ant-select-selection {
  border-radius: 6px !important;
}
.location-select .location-select-input {
  height: 44px !important;
}
.location-select .location-select-input:hover {
  background: #D4EFFC;
}
.location-select .ant-input-prefix, .location-select .ant-input-suffix {
  color: #FFFFFF !important;
}

.ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-selected {
  background-color: #3586D6 !important;
  color: #FFFFFF;
}
.associated-materials-collapse.ant-collapse {
  margin-top: 15px;
  background: #F9F9F9;
  border: 1px solid #EDEDED;
}
.associated-materials-collapse.ant-collapse .ant-collapse-content {
  background: #F9F9F9;
}
.associated-materials-collapse.ant-collapse .ant-collapse-item .ant-collapse-header {
  color: #4A4A4A;
  font-size: 15px;
  line-height: 20px;
  height: 48px;
}
.associated-materials-collapse.ant-collapse .ant-collapse-item .ant-collapse-header:focus {
  border: 1px solid #f16e00;
}
.associated-materials-collapse.ant-collapse .ant-collapse-item .custom-collapse-expand.ant-collapse-arrow {
  line-height: 16px;
  color: #003d4c;
}
.dialog-title {
  margin: 0;
  flex: 0 0 auto;
  padding: 16px 24px;
  font-size: 21px;
  font-weight: 700;
}
.status-and-cancel {
  display: flex;
  flex-direction: column;
  grid-gap: 2px;
  gap: 2px;
  padding: 0% !important;
  align-items: end;
}

.order-table {
  width: -moz-fit-content;
  width: fit-content;
}

.cancel {
  margin-top: 6px;
  text-align: left;
  padding: 0% !important;
}
.ant-input-prefix {
  left: 5px !important;
}

.ant-input:hover {
  border-color: rgba(0, 115, 207, 0.5019607843) !important;
}
.ant-input:focus {
  box-shadow: 0 0 6px #D4EFFC !important;
  border-color: rgba(0, 115, 207, 0.5019607843) !important;
}
.global-search {
  height: 44px;
}
.global-search .ant-input {
  background: #003d4c;
  caret-color: #fff;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.global-search .ant-input-prefix {
  color: #fff !important;
}
.global-search .search-menu-btn {
  color: #fff;
}
.global-search .ant-input-group-addon {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.4);
  border-left: none;
  color: #FFFFFF;
  padding: 0 !important;
}
.global-search .ant-input-group-addon:hover {
  box-shadow: 0 0 6px #D4EFFC !important;
  border-color: rgba(0, 115, 207, 0.5019607843) !important;
}
.global-search .global-search__toggle-popover-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0 11px;
  height: 100%;
  outline: none;
}
.global-search .global-search__toggle-popover-btn:focus {
  box-shadow: 0 0 6px #D4EFFC !important;
  border-color: rgba(0, 115, 207, 0.5019607843) !important;
}
.global-search .ant-input-wrapper {
  height: 44px;
}
.global-search .ant-input-wrapper .ant-input {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.4);
  border-right: none;
  color: #FFFFFF;
  font-weight: bold;
}
.global-search .ant-input-wrapper .ant-input::-webkit-input-placeholder {
  color: #FFFFFF;
}
.global-search .ant-input-wrapper .ant-input:hover {
  background: #D4EFFC;
}
.global-search .ant-input-wrapper .ant-input::-moz-placeholder {
  color: #FFFFFF;
}
.global-search .ant-input-wrapper .ant-input:-ms-input-placeholder {
  color: #FFFFFF;
}
.global-search .ant-input-wrapper .anticon-search {
  color: #FFFFFF;
}
.global-search .ant-input-wrapper .close-circle {
  color: rgba(255, 255, 255, 0.4);
}
.global-search .ant-input-wrapper:hover .ant-input {
  background: rgba(212, 239, 252, 0.2);
}
.global-search .ant-input-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: transparent !important;
}
.global-search .ant-input-wrapper:hover .ant-input-group-addon {
  background: rgba(212, 239, 252, 0.2) !important;
  border: none;
}
.pagination-wrapper {
  position: relative;
  text-align: center;
}

.pdf-document {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.order-details {
  margin-bottom: 20px;
}
.order-details__order-title-item {
  display: block;
  color: #f16e00;
  margin-bottom: 12px;
  font-size: 15px;
}
.order-details__list {
  background: #F9F9F9;
  border: 1px solid #EDEDED;
  border-radius: 4px;
  padding: 16px !important;
}
.order-details__list li {
  flex: 1 1;
}
.order-details__list li.time {
  min-width: 200px;
}
.order-details__list span {
  font-size: 12px;
  color: #545454;
  margin-bottom: 5px;
}
.order-details__list p {
  margin-bottom: 0;
}
.custom-user-order .ant-form-item {
  margin-bottom: 0;
}
.custom-user-order .ant-form-item .ant-form-item-label {
  padding: 0;
}
.custom-user-order .ant-form-item .ant-form-item-label label {
  font-size: 12px;
  line-height: 24px;
  color: #545454;
}
.custom-user-order .ant-form-item .ant-form-item-required::before {
  display: none;
}
.ant-carousel {
  position: relative;
  height: 170px;
  width: 100%;
}

.csp-carousel {
  padding: 12px 0 8px;
  border: 1px solid #EDEDED;
  border-radius: 4px;
  position: relative;
  /* - - - arrows - - - */
}
.csp-carousel.slick-slider {
  position: absolute !important;
  top: 0;
  right: 0;
  left: 0;
}
.csp-carousel .slick-slide {
  text-align: center;
}
.csp-carousel .slick-slide .slide {
  max-width: 150px;
  padding: 0 4px;
}
.csp-carousel .slick-slide .slide__img {
  border-radius: 4px;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  height: 100px;
  object-fit: contain;
  margin-bottom: 8px;
}
.csp-carousel .slick-slide .slide__code {
  font-size: 10px;
  color: #4A4A4A;
}
.csp-carousel .slick-arrow.slick-prev, .csp-carousel .slick-arrow.slick-next {
  transition: 0.3s;
  color: #003d4c;
  z-index: 1;
  height: 100%;
  top: 10px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.71);
}
.csp-carousel .slick-arrow.slick-prev.slick-disabled, .csp-carousel .slick-arrow.slick-next.slick-disabled {
  cursor: not-allowed;
  color: #BFBFBF;
}
.csp-carousel .slick-arrow.slick-prev.slick-disabled:hover, .csp-carousel .slick-arrow.slick-next.slick-disabled:hover {
  background: rgba(255, 255, 255, 0.71);
  color: #BFBFBF;
}
.csp-carousel .slick-arrow.slick-prev:not(.slick-disabled):hover, .csp-carousel .slick-arrow.slick-next:not(.slick-disabled):hover {
  background: rgba(212, 239, 252, 0.51);
  color: #003d4c;
}
.csp-carousel .slick-arrow.slick-prev:not(.slick-disabled):active, .csp-carousel .slick-arrow.slick-next:not(.slick-disabled):active {
  background: #D4EFFC;
}
.csp-carousel .slick-arrow.slick-prev {
  left: 0;
}
.csp-carousel .slick-arrow.slick-next {
  right: 0;
}
.material-order-form__title {
  font-size: 24px;
  line-height: 28px;
  color: #4A4A4A;
  margin-bottom: 6px;
}
.material-order-form__code {
  font-size: 12px;
  line-height: 16px;
  color: #545454;
  margin-bottom: 14px;
}
.material-order-form .ant-form-item.ant-form-item {
  margin-bottom: 16px;
}
.material-order-form .ant-form-item.ant-form-item .ant-form-item-label > label {
  color: #545454;
}
.material-order-form .associated-materials .ant-form-explain {
  display: none;
}
.material-order-form .custom-validation-message {
  color: #f16e00;
}
.material-order-form .marketing-group {
  display: flex !important;
  flex-direction: column;
}
.material-order-form .marketing-group .marketing-list.ant-checkbox-wrapper {
  display: flex !important;
  align-items: center;
  margin-bottom: 8px;
}
.material-order-form .marketing-group .marketing-list.ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 0;
}
.material-order-form .marketing-group .marketing-list.ant-checkbox-wrapper .ant-checkbox {
  margin-right: 10px;
}
.material-order-form .marketing-group .marketing-list.ant-checkbox-wrapper .ant-checkbox + span {
  padding: 0;
  width: 100%;
}
.checkout-materials-list {
  margin-bottom: 25px;
  width: 100%;
}

.checkout-materials-list-item .left-block {
  display: flex;
  align-items: center;
  position: relative;
}
.checkout-materials-list-item .left-block .btn-delete {
  padding: 0;
  width: 38px;
  color: #f16e00;
}
.checkout-materials-list-item .left-block .ant-avatar {
  background-color: #F9F9F9;
}
.checkout-materials-list-item .left-block .ant-avatar > img {
  object-fit: contain;
}
.checkout-materials-list-item .left-block .zoom-out-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
}
.checkout-materials-list-item .right-block {
  width: 100%;
}
.checkout-materials-list-item .right-block__category {
  font-size: 20px;
  line-height: 28px;
  color: #4A4A4A;
  margin-bottom: 6px;
}
.checkout-materials-list-item .right-block__code {
  font-size: 12px;
  line-height: 16px;
  color: #545454;
  margin-bottom: 6px;
}
.checkout-materials-list-item .right-block__subcategories {
  font-size: 12px;
  line-height: 16px;
  color: #4A4A4A;
  margin-bottom: 24px;
}
.checkout-materials-list-item .right-block .form {
  margin-bottom: 12px;
}
.checkout-materials-list-item .right-block .form .quantity {
  min-width: 160px;
  margin-right: 12px;
}

.associated-materials-wrapper {
  margin-bottom: 12px;
}
.ant-upload.ant-upload-drag .ant-upload-btn {
  height: 623px !important;
}
.material-details {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2196078431);
  padding: 20px;
  border-radius: 5px;
}
.material-details .ant-form-vertical .ant-form-item {
  margin-bottom: 10px;
}
.material-details .ant-form-vertical .ant-form-item-label {
  line-height: 1.2;
  padding-bottom: 2px;
}
.material-details .ant-form-vertical .ant-form-item-label > label {
  color: #545454;
  font-size: 12px;
}
.material-details .form__details {
  background: #F9F9F9;
  margin: 0 -20px;
  padding: 10px 20px 0;
}
.material__image {
  width: 100%;
  max-width: 576px;
  height: 460px;
  position: relative;
}
.material__image .btn--zoom-out {
  background: #fff;
  min-width: auto;
}

.material__info {
  width: 100%;
  margin-right: -17px;
  padding-left: 20px;
  max-width: 658px;
}
.material__info h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}
.material__info > span {
  color: #AAAAAA;
  font-size: 12px;
  margin-bottom: 6px;
  display: inline-block;
}
.material__info .alert-message {
  color: #f16e00;
  border: 1px solid rgba(196, 18, 48, 0.0509803922);
  padding: 5px;
  border-radius: 5px;
  background: rgba(196, 18, 48, 0.0509803922);
}
.material__info .alert-message.info {
  background: #003d4c;
  color: white;
}
.material__info .ant-form {
  padding-right: 20px;
}

.modal--material-card {
  width: 100% !important;
  max-width: 1200px;
}
.modal--material-card .ant-modal-close:focus {
  border: 1px solid #f16e00;
}
.modal--material-card .ant-modal-body {
  padding: 36px 36px 25px 25px;
}
.modal--material-card .ant-modal-body .material__content {
  overflow: hidden;
}
.modal--material-card .subzone-select {
  width: 100%;
  margin: 6px 0 16px;
}
.location-details {
  margin-top: 20px;
  margin-bottom: 25px;
  background: #F9F9F9;
  border: 1px solid #EDEDED;
  border-radius: 4px;
  padding: 16px;
}
.location-details > .text-block,
.location-details .ant-row-flex:not(:last-of-type) {
  margin-bottom: 10px;
}
.location-autocomplete__end-adortment-wrap svg {
  color: #0073CF;
}
.location-autocomplete__end-adortment.svg-white svg {
  color: white;
}
.location-autocomplete__end-adortment.svg-white button {
  margin-right: 12px;
}
.location-autocomplete__end-adortment.svg-white div[role=progressbar] {
  position: absolute;
  top: calc(50% - 10px);
  right: 16px;
  width: 20px;
  height: 20px;
}
.location-autocomplete__value-wrapper {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.location-autocomplete__value-wrapper.l-32 {
  left: 32px;
}
.location-autocomplete__renderInput-wrapper {
  position: relative;
}
.location-autocomplete__renderInput-wrapper.focus-within .location-autocomplete__value-wrapper {
  display: none;
}
.location-autocomplete__renderInput-wrapper.focus-within input {
  opacity: 1;
}
.location-autocomplete__renderInput-wrapper:focus-within .location-autocomplete__value-wrapper {
  display: none;
}
.location-autocomplete__renderInput-wrapper:focus-within input {
  opacity: 1;
}
.location-autocomplete__renderInput-wrapper.disabled {
  opacity: 0.5;
}

.location-autocomplete__listBox {
  margin: 0;
  padding: 8px 0;
  overflow: auto;
  list-style: none;
  max-height: 40vh;
}
.account-popover .title-block {
  padding: 16px;
  border-bottom: 1px solid #EDEDED;
}
.account-popover .title-block__left {
  margin-right: 16px;
}
.account-popover .title-block__right {
  display: flex;
  flex-direction: column;
}
.account-popover .title-block__name {
  font-size: 15px;
  line-height: 20px;
  color: #f16e00;
}
.account-popover .title-block__role {
  font-size: 12px;
  line-height: 20px;
  color: #545454;
}
.account-popover .content-block {
  display: flex;
  flex-direction: column;
}
.account-popover .content-block__btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-transform: none !important;
  height: 60px;
  padding-left: 0;
}
.account-popover .content-block__btn > a,
.account-popover .content-block__btn > span {
  margin-left: 0;
  color: #4A4A4A;
  font-size: 14px;
  line-height: 19px;
}
.account-popover .content-block__icon {
  margin-right: 16px;
  margin-left: 27px;
  color: #f16e00;
}

.avtar_icon {
  background-color: #f16e00;
  size: 40px;
}
.shopping-cart-popover__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 1px solid #ededed;
}
.shopping-cart-popover .title-text {
  font-size: 12px;
  line-height: 16px;
  margin-left: 12px;
  color: #4A4A4A;
}
.shopping-cart-popover__title-left-wrapper {
  display: flex;
  align-items: center;
}

.popover--shopping-cart__list {
  min-width: 400px;
  max-width: 370px;
  max-height: 350px;
  overflow-y: auto;
}
.popover--shopping-cart__list .ant-list-item {
  padding: 12px 16px;
}
.popover--shopping-cart__list .ant-list-item .category {
  font-size: 15px;
  line-height: 20px;
  color: #4A4A4A;
}
.popover--shopping-cart__list .ant-list-item .code, .popover--shopping-cart__list .ant-list-item .quantity {
  font-size: 12px;
  line-height: 16px;
  color: #545454;
}
.popover--shopping-cart__list .ant-list-item .quantity {
  color: #4A4A4A;
}
.popover--shopping-cart__list .ant-avatar {
  min-width: 64px;
  background: #F9F9F9;
}
.popover--shopping-cart__list .ant-avatar > img {
  object-fit: contain;
}
.popover--shopping-cart__list .ant-list-item-action {
  margin-left: auto;
}
.popover--shopping-cart__list .ant-list-item-action .btn-delete {
  padding: 0;
  width: 24px;
  height: 24px;
}
.popover--shopping-cart__list .ant-list-item-action .btn-delete .anticon-cancel {
  color: #f16e00;
}
.shopping-cart-popover__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 1px solid #ededed;
}
.shopping-cart-popover .title-text {
  font-size: 12px;
  line-height: 16px;
  margin-left: 12px;
  color: #4A4A4A;
}
.shopping-cart-popover__title-left-wrapper {
  display: flex;
  align-items: center;
}

.popover--shopping-cart__list {
  min-width: 400px;
  max-width: 370px;
  max-height: 350px;
  overflow-y: auto;
}
.popover--shopping-cart__list .ant-list-item {
  padding: 12px 16px;
}
.popover--shopping-cart__list .ant-list-item .category {
  font-size: 15px;
  line-height: 20px;
  color: #4A4A4A;
}
.popover--shopping-cart__list .ant-list-item .code, .popover--shopping-cart__list .ant-list-item .quantity {
  font-size: 12px;
  line-height: 16px;
  color: #545454;
}
.popover--shopping-cart__list .ant-list-item .quantity {
  color: #4A4A4A;
}
.popover--shopping-cart__list .ant-avatar {
  min-width: 64px;
  background: #F9F9F9;
}
.popover--shopping-cart__list .ant-avatar > img {
  object-fit: contain;
}
.popover--shopping-cart__list .ant-list-item-action {
  margin-left: auto;
}
.popover--shopping-cart__list .ant-list-item-action .btn-delete {
  padding: 0;
  width: 24px;
  height: 24px;
}
.popover--shopping-cart__list .ant-list-item-action .btn-delete .anticon-cancel {
  color: #f16e00;
}

.shopping-cart-popover .notifications-list-wrapper {
  max-width: 500px;
  max-height: 350px;
  overflow: auto;
}
.shopping-cart-popover .notifications-list-wrapper .popover--notifications__list {
  min-width: 400px;
}
.shopping-cart-popover .notifications-list-wrapper .ant-avatar-string {
  background: #1ABC9C !important;
  color: #fff;
}
.shopping-cart-popover .notifications-list-wrapper .unread-dot {
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f16e00;
}
.shopping-cart-popover .ant-list-items .ant-list-item {
  position: relative;
  padding: 12px 0;
}
.shopping-cart-popover .popover--shopping-cart__list {
  max-height: 350px;
  overflow-y: auto;
}
.shopping-cart-popover .popover--shopping-cart__list .ant-avatar {
  min-width: 64px;
}
.shopping-cart-popover .popover--shopping-cart__list .ant-list-item-action {
  margin-left: auto;
}
.ant-affix {
  background: #fff;
}

#root > .ant-layout > .ant-layout {
  min-height: calc(100vh - 70px);
}
#root > .ant-layout > div {
  z-index: 12 !important;
}
#root > .ant-layout > div > .ant-affix {
  z-index: 12;
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 70px;
  color: #FFFFFF;
  padding-right: 16px;
}
.header-wrapper__location-select {
  margin-right: 20px;
  width: 300px;
}
.header-wrapper .ant-input-group-wrapper {
  display: block;
}
.header-wrapper .header--right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
}
.header-wrapper .ant-badge {
  margin-right: 16px;
}
.header-wrapper .ant-btn.ant-btn-link {
  color: inherit;
}
.header-wrapper .ant-btn.ant-btn-link.ant-btn-lg {
  height: 44px;
  padding: 0 9px;
  color: #FFFFFF;
}
.header-wrapper .ant-btn.ant-btn-link:hover {
  background: rgba(212, 239, 252, 0.2);
}
.header-wrapper .ant-btn.ant-btn-link:active {
  background: rgba(212, 239, 252, 0.4);
}
.header-wrapper .ant-btn.ant-btn-link.btn-menu {
  width: 80px;
  height: 70px;
  margin-right: 20px;
  border-radius: 0;
}
.header-wrapper .ant-btn.ant-btn-link.btn-menu .anticon {
  font-size: 34px !important;
  transition: 0.3s;
}
.header-wrapper .ant-btn.ant-btn-link.btn-menu.btn-menu--active {
  background: #1569CB;
}
.header-wrapper .ant-btn.ant-btn-link.btn-menu.btn-menu--active .anticon {
  font-size: 28px !important;
}
.header-wrapper .ant-btn.ant-btn-link.btn-menu:hover {
  background: rgba(212, 239, 252, 0.2);
}
.header-wrapper .ant-btn.ant-btn-link.btn-menu:active {
  background: rgba(212, 239, 252, 0.4);
}
.header-wrapper .ant-btn.ant-btn-link.btn--avatar {
  padding: 0;
}
.header-wrapper .ant-btn.ant-btn-link.btn--avatar .ant-avatar {
  background: rgba(212, 239, 252, 0.11);
}

@media (min-width: 985px) {
  .location-input-header {
    width: 380px;
  }
}
@media (max-width: 765px) {
  .header-container {
    padding: 20px 0;
  }
  .header-container__left-wrapper {
    width: 100%;
  }
  .header__actions {
    margin: 10px 0 0 20px !important;
  }
}
@media (max-width: 665px) {
  .location-input-header {
    margin: 20px 0 0 20px;
    width: calc(100% - 40px);
  }
  .header-wrapper__location-select {
    width: calc(100% - 75px);
  }
}
.drawer-filters-title {
  padding: 16px 24px;
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
}

.drawer-paper {
  width: 320px;
  background-color: rgb(247, 247, 247) !important;
}

.ant-checkbox-wrapper.ant-checkbox-wrapper {
  display: flex;
  align-items: flex-start;
}
.ant-checkbox-wrapper.ant-checkbox-wrapper .ant-checkbox {
  top: 3px;
}

.ant-collapse-header {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.ant-collapse-header:focus {
  border: 1px solid #f16e00;
}

.ant-collapse-content-box {
  padding-bottom: 5px;
}
.ant-collapse-content-box .ant-input-affix-wrapper {
  margin-bottom: 15px;
}

div:not(:last-of-type) .ant-checkbox-wrapper {
  font-size: 15px;
  margin-bottom: 10px;
}

.zone-name {
  color: #545454;
}

.cancelIcon {
  color: #FF5C39 !important;
}

.skip-link {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
}

.skip-link:focus {
  position: relative !important;
}

.ant-layout-header.ant-header {
  background: transparent linear-gradient(90deg, #0073CF 0%, #0063C9 67%, #0052C2 100%) 0 0 no-repeat padding-box;
  position: relative;
  top: -1px;
  width: 100%;
  height: 70px;
  padding: 0;
}

@media (max-width: 1500px) {
  main.ant-layout-content {
    padding: 32px 1% 25px;
  }
}

.spinning-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ant-spin,
.ant-spin-nested-loading {
  width: 100%;
}

.ant-spin-text {
  color: #003d4c !important;
}

.ant-spin-dot-spin {
  animation: rotating 1s infinite linear !important;
}
.ant-spin-dot-spin .ant-spin-dot-item {
  height: 5px;
  width: 5px;
  background-color: #003d4c !important;
}

@keyframes rotating {
  0% {
    transform: rotate(0deg) scale(0.8, 0.8);
  }
  50% {
    transform: rotate(180deg) scale(2, 2);
  }
  100% {
    transform: rotate(360deg) scale(0.8, 0.8);
  }
}
.box--shadow {
  transition: 0.3s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 16px;
  height: 265px;
}
.box--shadow:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2196078431);
}

.question {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.question .question__content {
  flex: 1 1;
  font-size: 15px;
  width: 100%;
}
.question h2 {
  line-height: 1.2;
  font-size: 20px;
  margin-bottom: 25px;
}
.question h2 span {
  display: inline-block;
  font-weight: 700;
  color: #f16e00;
  margin-bottom: 15px;
}
.question h2 p {
  color: #4A4A4A;
  font-weight: 600;
}

.list--questions.ant-list {
  margin-bottom: 10px;
}
@media (min-width: 1550px) {
  .list--questions.ant-list .ant-col-xl-8 {
    width: 25%;
  }
}

.support__info > div {
  margin-bottom: 16px;
}
.support__info p {
  font-size: 15px;
  margin: 0;
  padding-left: 12px;
}
.drawer-filters-title {
  padding: 16px 24px;
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
}

.drawer-paper {
  width: 320px;
  background-color: rgb(247, 247, 247) !important;
}

.ant-checkbox-wrapper.ant-checkbox-wrapper {
  display: flex;
  align-items: flex-start;
}
.ant-checkbox-wrapper.ant-checkbox-wrapper .ant-checkbox {
  top: 3px;
}

.ant-collapse-header {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.ant-collapse-header:focus {
  border: 1px solid #f16e00;
}

.ant-collapse-content-box {
  padding-bottom: 5px;
}
.ant-collapse-content-box .ant-input-affix-wrapper {
  margin-bottom: 15px;
}

div:not(:last-of-type) .ant-checkbox-wrapper {
  font-size: 15px;
  margin-bottom: 10px;
}

.zone-name {
  color: #545454;
}

.cancelIcon {
  color: #FF5C39 !important;
}
.filters__empty-placeholder {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  color: #545454;
  background-color: #f7f7f7;
}
.ant-card.material-card {
  position: relative;
  border-radius: 4px;
  height: 360px;
}
.ant-card.material-card.cling-card {
  height: 376px;
}
.ant-card.material-card:focus-within {
  border-color: rgba(0, 0, 0, 0.2196078431);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2196078431);
}
.ant-card.material-card:focus-within .card__options {
  height: auto;
  min-height: 48px;
  z-index: 0;
}
.ant-card.material-card:focus-within .card__options__btn {
  height: auto;
  min-height: 48px;
  z-index: 0;
}
.ant-card.material-card:hover, .ant-card.material-card.focus-within {
  border-color: rgba(0, 0, 0, 0.2196078431);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2196078431);
}
.ant-card.material-card:hover .card__options, .ant-card.material-card.focus-within .card__options {
  height: auto;
  min-height: 48px;
  z-index: 0;
}
.ant-card.material-card:hover .card__options__btn, .ant-card.material-card.focus-within .card__options__btn {
  height: auto;
  min-height: 48px;
  z-index: 0;
}
.ant-card.material-card .ant-card-cover {
  position: relative;
  height: 220px;
}
.ant-card.material-card .ant-card-cover:focus {
  transform: translate(-50%) scaleY(1);
}
.ant-card.material-card .ant-card-body {
  padding: 20px 20px 15px;
}
.ant-card.material-card .ant-card-meta .ant-card-meta-detail > div:not(:last-child) {
  margin-bottom: 3px;
}
.ant-card.material-card .ant-card-meta .ant-card-meta-detail .ant-card-meta-title {
  font-size: 20px;
  white-space: normal;
  line-height: 1.4;
}
.ant-card.material-card .ant-card-meta .ant-card-meta-detail .ant-card-meta-description {
  font-size: 12px;
}
.ant-card.material-card .ant-card-meta .ant-card-meta-detail .ant-card-meta-description .card__code {
  color: #545454;
  margin-bottom: 10px;
}
.ant-card.material-card .ant-card-meta .ant-card-meta-detail .ant-card-meta-description .card__description {
  color: #4A4A4A;
}
.ant-card.material-card .ant-card-meta .ant-card-meta-detail .ant-card-meta-description .card__date {
  text-align: right;
  font-size: 12px;
  line-height: 16px;
  color: #545454;
}

.deleted-label {
  position: absolute;
  top: 0;
  width: auto !important;
  background: #757575;
  color: #fff;
  font-size: 0.8em;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1px 6px;
  z-index: 1;
}
.deleted-label--right {
  right: 0;
  border-radius: 0 4px 0 4px;
}
.deleted-label--left {
  left: 0;
  border-radius: 4px 0 4px 0;
}

.card__options {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  border: none;
  height: 0;
}
.card__options__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 14px;
  color: #003d4c;
  border: none;
  font-weight: 600;
}
.card__options__btn:hover {
  background: #003d4c;
  color: #FFFFFF;
}
.card__options__btn:focus {
  background: #FFFFFF;
  color: #003d4c;
  border: 1px solid #003d4c;
}
.card__options__btn--deleted {
  background: rgba(0, 115, 207, 0.1);
  color: #003d4c;
}
.card__options__btn--deleted:hover {
  background: rgba(0, 115, 207, 0.1);
  color: #003d4c;
}
.card__options__btn--deleted:focus {
  background: #FFFFFF;
  color: #003d4c;
  border: 1px solid #003d4c;
}
.card__options__btn .anticon {
  margin-right: 10px;
}

.card__name {
  display: block;
  height: 55px;
  overflow: hidden;
  position: relative;
}
.card__name::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 27px;
  background: linear-gradient(to right, transparent 20%, white 50%, white 100%);
}

.card__options__split {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.card__options__btn {
  width: 50%;
  min-height: 40px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.add-to-cart-btn {
  background-color: #f16e00;
  color: #fff;
  width: 50%;
}
.add-to-cart-btn:hover, .add-to-cart-btn:focus {
  background-color: #f16e00;
  color: #fff;
}
.add-to-cart-btn:hover .add_to_cart_icon, .add-to-cart-btn:focus .add_to_cart_icon {
  color: #fff;
}

.add_to_cart_icon {
  font-size: 24px;
  color: #fff;
}

.cart_icon_right_top {
  position: absolute;
  top: 2px;
  right: 2px;
  background-color: #f16e00;
  color: #fff;
  border-radius: 0px;
  padding: 5px;
}

.quantity-controls {
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: flex-end;
  background: #f26e00;
  padding: 7px;
  border-radius: 25px;
  margin-left: auto;
}

.quantity-btn {
  background-color: transparent;
  border: 1px solid transparent;
  font-size: 21px;
  padding: 0px;
  cursor: pointer;
  color: #fff;
}

.quantity-btn:hover {
  background-color: transparent;
}

.quantity-value {
  font-size: 14px;
  font-weight: bold;
  padding: 0 60px;
  color: #fff;
}

.icon-button {
  position: absolute !important;
  top: 2px !important;
  right: 2px !important;
  background-color: #f16e00 !important;
  color: #fff !important;
  border-radius: 0px 5px 0px 0px !important;
  padding: 5px !important;
}

.qnatity_cart_icon {
  color: #fff;
}
.list--cards .ant-list-header {
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 1500px) {
  .list--cards .ant-col-xl-8 {
    width: 25%;
  }
}
.campaign-title {
  margin-bottom: 12px;
}
.campaign-title__text {
  margin-bottom: 0;
}
.campaign-title__date {
  font-size: 12px;
  line-height: 16px;
  color: #545454;
}
.selected-filters {
  display: flex;
  align-items: center;
  height: 36px;
  padding: 0 16px;
  font-size: 14px;
  line-height: 36px;
  font-weight: 600;
  border-radius: 20px;
  color: #FFFFFF;
  text-transform: uppercase;
  background: #4A4A4A;
}
.selected-filters__close-btn {
  font-size: 18px;
  margin-left: 0 !important;
  color: #FFFFFF;
}
.catalog__header {
  margin-bottom: 20px;
}

.heading-filters {
  position: relative;
  z-index: 11;
}

.list--campaigns.ant-list-lg .ant-list-item {
  padding-top: 0;
  padding-bottom: 0;
}
.list--campaigns.ant-list-lg .ant-list-item h2 {
  color: #4A4A4A;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 12px;
}
.list--campaigns.ant-list-lg.ant-list-split .ant-list-item {
  border-bottom: none;
}

.heading-no-tabs {
  position: relative;
  margin-bottom: 20px;
}
.heading-no-tabs h1 {
  position: absolute;
  left: 0;
}
.heading-no-tabs .box-buttons {
  padding-top: 5px;
  background: #FFFFFF;
  padding-bottom: 5px;
  box-shadow: 0 5px 4px -3px rgba(0, 0, 0, 0.1215686275);
  border-bottom: 1px solid #e8e8e8;
  justify-content: flex-end;
}
.sidebar {
  background: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.sidebar-cards-shadow {
  box-shadow: none;
}
.sidebar-cards-shadow .sidebar-card {
  background: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin-bottom: 16px;
}
.sidebar-cards-shadow .sidebar-card__header {
  padding-bottom: 10px;
}
.sidebar-cards-shadow .sidebar-card__header h4 {
  font-size: 20px;
}

.sidebar-card {
  padding: 15px 16px;
  position: relative;
}
.sidebar-card__header {
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 20px;
}
.sidebar-card__header:before, .sidebar-card__header:after {
  content: "";
  position: absolute;
  top: calc(100% + 4px);
  background: #F9F9F9;
}
.sidebar-card__header:after {
  width: 100%;
  background: #F9F9F9;
  height: 1px;
}
.sidebar-card__header:before {
  width: 25%;
  background: #003d4c;
  height: 2px;
  z-index: 1;
}
.sidebar-card__header h4 {
  font-size: 15px;
  line-height: 20px;
  color: #4A4A4A;
  font-weight: 600;
  margin: 0;
  flex: 1 1;
}
.sidebar-card__list.ant-list-split .ant-list-item {
  display: block;
  border-bottom: none;
  padding: 0;
}
.sidebar-card__list.ant-list-split .ant-list-item:not(:last-of-type) {
  margin-bottom: 16px;
}
.sidebar-card__list.ant-list-split .ant-list-item.flex-between {
  display: flex;
}
.wrapper {
  background: #F9F9F9;
  padding: 14px 16px;
}
.wrapper__title, .wrapper__value {
  color: #4A4A4A;
  font-size: 15px;
  line-height: 20px;
}
.wrapper__value {
  font-weight: bold;
}
.collapse-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title {
  margin-bottom: 0;
}
.sidebar-card__fin-title {
  margin-bottom: 0.5em;
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.info-title {
  color: #545454;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  padding: 20px 16px;
  margin: 0;
}
.ant-message {
  top: 145px !important;
  z-index: 9999 !important;
}
.paginated-autocomplete__value-wrapper {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.paginated-autocomplete__value-wrapper.disabled {
  opacity: 0.5;
}
.paginated-autocomplete__listbox {
  margin: 0;
  max-height: 324px;
  padding: 0;
  overflow-y: auto;
}
.paginated-autocomplete__end-adornment {
  height: 14px;
}
.paginated-autocomplete__end-adornment div[role=progressbar] {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 5px;
}
.paginated-autocomplete svg {
  color: #0073cf;
}
.list--materials {
  width: 100%;
  margin-bottom: 30px;
}
.list--materials > div {
  margin-bottom: 20px;
}
.csp-tabs.ant-tabs {
  background: white;
}
.csp-tabs.ant-tabs .ant-tabs-bar {
  margin: 0;
  border: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2196078431);
}
.csp-tabs.ant-tabs .ant-tabs-bar:focus {
  border-radius: 4px;
  border: 1px solid #ff5c39;
}
.csp-tabs.ant-tabs .ant-tabs-ink-bar {
  height: 4px;
}
.csp-tabs.ant-tabs .ant-tabs-nav .ant-tabs-tab {
  transition: 0.3s;
  font-size: 15px;
}
.csp-tabs.ant-tabs .ant-tabs-nav .ant-tabs-tab-active {
  font-weight: 700;
}
.instructions-page {
  display: flex;
  flex-direction: column;
}
.instructions-page .ant-spin-nested-loading {
  flex: 1 1;
}
.instructions-page .ant-spin-nested-loading .ant-spin-container,
.instructions-page .ant-spin-nested-loading .ant-tabs {
  height: 100%;
}
.instructions-page .ant-tabs-nav-container {
  border-right: 1px solid #EDEDED;
}
.instructions-page__title {
  font-size: 38px;
  line-height: 48px;
  color: #545454;
  margin-bottom: 12px;
}
.instructions-page .ant-tabs .ant-tabs-left-content {
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  padding: 25px;
  height: 100%;
  margin-right: 2px;
}
.instructions-page .ant-tabs .ant-tabs-left-bar {
  margin-right: 35px;
  box-shadow: none;
  border: none;
  width: 315px;
}
.instructions-page .ant-tabs .ant-tabs-left-bar .ant-tabs-tab {
  text-align: left;
  padding: 0;
  display: flex;
  align-items: center;
  min-height: 56px;
  margin-bottom: 0;
}
.instructions-page .ant-tabs .ant-tabs-left-bar .ant-tabs-ink-bar {
  width: 4px;
  min-height: 56px;
}
.orders-history__table .ant-table-thead .table-header__td {
  background: white !important;
}
.orders-history__table .ant-table-thead .table-header__td:hover {
  background: white;
}

.table-expand-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 24px;
  width: 24px;
  color: #0073cf;
  border: 1px solid #e8e8e8;
  background: white;
  border-radius: 4px;
  cursor: pointer;
}
.column-title .ant-input-number-handler-wrap {
  display: none;
}
.column-title .ant-input-number-input::placeholder {
  color: #595959;
}
.column-title__select.ant-select {
  width: 100%;
}
.column-title__select.ant-select .ant-select-selection--multiple .ant-select-selection__rendered {
  position: relative;
  overflow: hidden;
}
.column-title__select.ant-select .ant-select-selection--multiple .ant-select-selection__placeholder {
  text-transform: none;
  font-weight: 400;
}
.column-title__select.ant-select .ant-select-selection--multiple .ant-select-selection__choice {
  border: none;
  background-color: transparent;
  padding: 0;
  overflow: initial;
  margin-right: 7px;
}
.column-title__select.ant-select .ant-select-selection--multiple .ant-select-selection__choice__content {
  text-transform: none;
}
.column-title__select.ant-select .ant-select-selection--multiple .ant-select-selection__choice__remove {
  display: none;
}
.column-title__select.ant-select ul {
  display: flex;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.column-title__select.ant-select ul li:not(:nth-last-child(-n+2)) {
  position: relative;
  padding-right: 5px;
}
.column-title__select.ant-select ul li:not(:nth-last-child(-n+2))::after {
  content: ",";
  position: absolute;
  right: -4px;
  top: 0;
}
.DateRangePicker {
  z-index: 2;
}
.DateRangePicker .DateInput_input {
  font-size: 14px;
  font-weight: 400;
}
.DateRangePicker .DateInput_input__focused {
  border-color: #FF5C39;
}

.CalendarDay__selected {
  background: #FF5C39;
  border-color: #FF5C39;
}
.CalendarDay__selected:hover {
  background-color: #FF5C39;
  border-color: #FF5C39;
}
.CalendarDay__selected_span {
  background-color: #ffbeb0;
  border-color: #ffbeb0;
  color: #484848;
}
.CalendarDay__selected_span:hover {
  background-color: #FF5C39;
  border-color: #FF5C39;
}

.daterangepicker__action-container {
  display: flex;
  justify-content: space-between;
  padding: 0 22px;
  padding-bottom: 22px;
}
.daterangepicker__action-container .ant-tag-blue {
  color: #fff;
  background-color: #FF5C39;
  border-color: #FF5C39;
}
.daterangepicker__btn-tag {
  cursor: pointer;
  outline: none;
}
.daterangepicker__btn-tag:focus {
  background-color: white;
  color: #FF5C39;
}

@media (max-width: 600px) {
  .DateInput {
    width: 60px;
  }
  .DateRangePicker .DateInput_input {
    padding: 0;
    font-size: 10px;
  }
}
.base-text, .orders-history-list-item__zone, .orders-history-list-item__code, .orders-history__table .custom-column-value {
  font-size: 15px;
  line-height: 25px;
  color: #4A4A4A;
}

.orders-history__content {
  position: relative;
}
.orders-history__content tr.ant-table-expanded-row, .orders-history__content tr.ant-table-expanded-row:hover {
  background: #FFFFFF;
}
.orders-history__content .btn--reset {
  position: absolute;
  left: 10px;
  padding: 0 2px;
  font-size: 12px;
}
.orders-history .ant-calendar-picker .ant-calendar-picker-input.ant-input {
  height: 48px;
}
.orders-history .ant-calendar-picker .ant-calendar-range-picker-separator {
  line-height: 48px;
}
.orders-history__table {
  min-height: 350px;
}
.orders-history__table .ant-table table {
  border: 1px solid #EDEDED;
}
.orders-history__table .table-btn {
  height: 32px;
  font-size: 12px;
}
.orders-history__table .ant-table-row-expand-icon {
  color: #003d4c;
  width: 24px;
  height: 24px;
  line-height: 17px;
  border-radius: 4px;
}
.orders-history__table .ant-table-header-column {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  vertical-align: top;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  color: #4A4A4A;
}
.orders-history__table__row.hide-expand-icon .ant-table-row-expand-icon {
  display: none;
}
.orders-history__table .ant-table-column-sorters {
  width: 100%;
  display: flex !important;
}
.orders-history__table .ant-table-column-sorters .ant-table-column-sorter {
  margin-top: 2px;
}
.orders-history__table .ant-table table {
  border-collapse: collapse;
}
.orders-history__table .ant-table-small > .ant-table-content > .ant-table-body {
  margin: 0;
  overflow: scroll !important;
}
.orders-history__table .ant-table-thead > tr {
  border-bottom: 1px solid #EDEDED;
}
.orders-history__table .ant-table-thead > tr > th {
  padding: 9px;
}
.orders-history__table .ant-table-thead > tr:first-of-type > th:nth-child(2) {
  position: relative;
}
.orders-history__table .ant-table-thead > tr:first-of-type > th:nth-child(2):after {
  content: "";
  width: 100%;
  height: 1px;
  background: #EDEDED;
  position: absolute;
  left: -100%;
  bottom: -1px;
}
.orders-history__table .ant-table-thead .ant-table-expand-icon-th {
  width: 60px;
}

.orders-history-list-item {
  margin-left: -55px;
}
.orders-history-list-item:last-of-type .associated-materials-collapse {
  margin-bottom: -15px;
}
.orders-history-list-item .top-block {
  margin-bottom: 20px;
}
.orders-history-list-item .bottom-block {
  padding-top: 5px;
  margin-bottom: 5px;
}
.orders-history-list-item .bottom-block .comment-wrapper {
  position: relative;
}
.orders-history-list-item .bottom-block .additional-margin {
  margin-bottom: 25px;
}
.orders-history-list-item .label {
  font-size: 12px;
  line-height: 24px;
  color: #545454;
}
.orders-history-list-item .value {
  font-size: 15px;
  line-height: 25px;
  color: #4A4A4A;
  margin-bottom: 0;
}
.orders-history-list-item .comment {
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  margin-bottom: 0;
}
.orders-history-list-item .show-all-comment {
  font-size: 12px;
  line-height: 16px;
  padding: 0;
  color: #003d4c;
  transition: none;
}
.orders-history-list-item__category {
  font-size: 20px;
  line-height: 28px;
  color: #4A4A4A;
  margin-bottom: 6px;
}
.orders-history-list-item__code {
  color: #545454;
  margin-bottom: 6px;
}
.orders-history-list-item__zone {
  color: #4A4A4A;
}

.MuiButton-root.Mui-disabled {
  color: grey !important;
}
.location-page {
  padding-bottom: 35px;
}
.location-page .map-wrapper {
  margin-left: 25px;
  border-radius: 4px;
  overflow: hidden;
  height: 750px !important;
}

.gm-style .gm-style-cc span, .gm-style .gm-style-cc a, .gm-style .gm-style-mtc div {
  font-size: 12px;
}

.download-buttons {
  height: 60px;
  margin: 30px -16px 0;
  border-radius: 0 0 4px 4px;
  background: #F9F9F9;
}
.download-buttons .btn--download {
  flex: 1 1;
  height: 48px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.download-buttons .btn--download:not(:last-of-type) {
  position: relative;
}
.download-buttons .btn--download:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #EDEDED;
  height: 24px;
  width: 1px;
}

@media (max-width: 1815px) {
  .custom-width .download-buttons {
    height: 85px;
    padding-left: 25%;
    flex-direction: column;
    align-items: flex-start;
  }
  .custom-width .download-buttons .btn--download:not(:last-of-type)::after {
    display: none;
  }
}
@media (max-width: 1650px) {
  .custom-width .download-buttons {
    padding-left: 20%;
  }
}
.page-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
}
.page-wrapper .inner {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.page-wrapper .inner .title {
  font-size: 220px;
  line-height: 192px;
  color: #EDEDED;
  font-weight: bold !important;
}
.page-wrapper .inner .subtitle {
  font-size: 24px;
  line-height: 28px;
  color: #4A4A4A;
  margin-bottom: 24px;
}
.page-wrapper .inner .description {
  font-size: 15px;
  line-height: 22px;
  color: #545454;
  margin-bottom: 26px;
}
.page-wrapper .inner .go-back-btn {
  text-transform: uppercase;
  min-width: 200px;
}
.feedback {
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.feedback .MuiFormControl-root {
  align-items: center;
  margin-top: 40px;
}
.ant-form-explain {
  display: none;
}
.power-bi iframe {
  border: none;
}
.page-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
}
.page-wrapper .inner {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.page-wrapper .inner .title {
  font-size: 220px;
  line-height: 192px;
  color: #EDEDED;
  font-weight: bold !important;
}
.page-wrapper .inner .subtitle {
  font-size: 24px;
  line-height: 28px;
  color: #4A4A4A;
  margin-bottom: 24px;
}
.page-wrapper .inner .description {
  font-size: 15px;
  line-height: 22px;
  color: #545454;
  margin-bottom: 26px;
}
.page-wrapper .inner .go-back-btn {
  text-transform: uppercase;
  min-width: 200px;
}
.loading-wrapper {
  width: 100%;
  height: 100vh;
}
.draft-alert {
  margin-top: 24px;
  padding: 16px;
  border: 1px solid #ff5c39;
  border-radius: 4px;
}
.draft-alert__icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: #ff5c39;
  border-radius: 4px;
}
.draft-alert__content-wrapper {
  display: flex;
  justify-content: space-between;
}
.draft-alert__buttons-wrapper {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
}
.draft-alert__message-wrapper {
  display: flex;
  flex-direction: column;
  width: calc(100% - 80px);
}
.draft-alert__message-wrapper b {
  font-size: 15px;
  color: #4A4A4A;
}
.draft-alert__message-wrapper span {
  font-size: 14px;
  color: #4A4A4A;
}
.pick-location {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 35%;
  padding: 20px;
  border-radius: 4px;
  left: 50%;
  width: 690px;
  max-width: 100vw;
}
.pick-location__content-wrap {
  padding: 36px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  background: white;
  border-radius: 4px;
}
.pick-location__title {
  display: block;
  margin-top: 22px;
  font-size: 36px;
  font-weight: 300;
  line-height: 48px;
  color: #000;
  opacity: 0.3;
}
.pick-location__sub-title {
  display: block;
  margin-bottom: 24px;
  font-size: 12px;
  font-weight: 500;
  color: #4A4A4A;
}
.pick-location::before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  display: block;
  height: calc(50% + 20px);
  width: 100%;
  background: #003d4c no-repeat padding-box;
  border-radius: 4px;
  z-index: -1;
}

@media (max-width: 730px) {
  .pick-location {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding: 0;
  }
  .pick-location::before {
    width: 100%;
    bottom: -20px;
  }
  .pick-location__title {
    margin-top: 10px;
  }
  .pick-location__sub-title {
    margin-bottom: 10px;
  }
}
.page-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
}
.page-wrapper .inner {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.page-wrapper .inner .title {
  font-size: 220px;
  line-height: 192px;
  color: #EDEDED;
  font-weight: bold !important;
}
.page-wrapper .inner .subtitle {
  font-size: 24px;
  line-height: 28px;
  color: #4A4A4A;
  margin-bottom: 24px;
}
.page-wrapper .inner .description {
  font-size: 15px;
  line-height: 22px;
  color: #545454;
  margin-bottom: 26px;
}
.page-wrapper .inner .go-back-btn {
  text-transform: uppercase;
  min-width: 200px;
}
.maintenance {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 35%;
  padding: 20px;
  border-radius: 4px;
  left: 50%;
  width: 690px;
  max-width: 100vw;
}
.maintenance svg {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}
.maintenance__content-wrap {
  padding: 36px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: white;
  border-radius: 4px;
}
.maintenance__title {
  display: block;
  margin-top: 22px;
  margin-bottom: 22px;
  font-size: 36px;
  font-weight: 300;
  line-height: 48px;
  color: #000;
}
.maintenance__sub-title {
  display: block;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
  color: #4A4A4A;
}
.maintenance::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  display: block;
  height: calc(50% + 20px);
  width: 100%;
  background: transparent linear-gradient(90deg, #0073CF 0%, #0063C9 67%, #0052C2 100%) 0 0 no-repeat padding-box;
  border-radius: 4px;
  z-index: -1;
}

@media (max-width: 730px) {
  .pick-location {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding: 0;
  }
  .pick-location::before {
    width: 100%;
    bottom: -20px;
  }
  .pick-location__title {
    margin-top: 10px;
  }
  .pick-location__sub-title {
    margin-bottom: 10px;
  }
}
.login {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.login__wrapper {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 64px;
  justify-content: center;
  height: 100%;
  margin-bottom: 50px;
  padding: 0 15px;
}
.login__logo {
  width: 100%;
  max-width: 600px;
  margin-bottom: 32px;
}
.login__title {
  font-size: 32px;
  color: #333;
  margin-bottom: 32px;
}
.login__extra-button {
  text-transform: none !important;
  margin-left: 3px !important;
}
.login__extra-button-container {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  text-align: left;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.login__footer {
  background-color: #003d4c;
  padding: 20px 0;
}
.login__footer-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  grid-gap: 20px;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  color: white;
  font-size: 14px;
}
.login__footer-button {
  background-color: white !important;
  color: #003d4c !important;
  text-transform: uppercase;
  padding: 8px 16px !important;
  border-radius: 4px !important;
  font-weight: 500 !important;
}
@font-face {
  font-family: "Segoe UI";
  src: url(/static/media/SegoeUI-Light.3ab0e252.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Segoe UI";
  src: url(/static/media/SegoeUI.0f78fc13.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Segoe UI";
  src: url(/static/media/SegoeUI-SemiBold.e045e19b.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Segoe UI";
  src: url(/static/media/SegoeUI-Bold.35716493.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
.block {
  display: block;
}

.flex {
  display: flex;
  align-items: center;
}

.flex-start {
  display: flex;
  align-items: flex-start;
}

.flex-end {
  display: flex;
  align-items: flex-end;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}

.inline-flex {
  display: inline-flex;
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.list {
  list-style: none;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  background-color: white !important;
}

svg {
  fill: currentColor;
}

h1 {
  color: #545454;
  font-size: 36px;
  font-weight: 300 !important;
}

.ant-empty-description {
  color: #545454;
}

.heading {
  align-items: flex-start;
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
}
.heading h1 {
  margin-bottom: 0;
}
.heading h1 span {
  font-size: 12px;
  line-height: 34px;
  color: #003d4c;
  font-weight: 600;
}
.heading__subtitle {
  padding-top: 10px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.38px;
  color: #4A4A4A;
}

.light {
  font-weight: 300;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.grey-light {
  color: #545454;
}

.red {
  color: #f16e00;
}

.word-wrap {
  word-break: break-word;
}

.text-center {
  text-align: center;
}

.ant-col.ant-form-item-control-wrapper .ant-form-item-control .ant-form-item-children {
  display: block !important;
}
.ant-col.ant-form-item-control-wrapper .ant-form-item-control .ant-form-item-children > div {
  width: 100%;
}

.ant-checkbox-checked .ant-checkbox-input:focus + .ant-checkbox-inner {
  background-color: #f16e00;
  border-color: #f16e00;
}

.modal__title {
  font-size: 20px;
  font-weight: 700;
}

.ant-modal-body {
  font-size: 15px;
}

.modal__body {
  padding-top: 5px;
  margin-bottom: 25px;
}

/*# sourceMappingURL=main.f2248316.chunk.css.map*/