/*!****************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/tippy.js/dist/tippy.css ***!
  \****************************************************************************************/
.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/index.scss ***!
  \*********************************************************************************************************/
@font-face {
  font-family: "SF Pro";
  src: url(f2e751755e6d71d2d5ee.woff2) format("woff2"), url(2a8f723b612ff2786aa3.woff) format("woff"), url(c770cfbdc0229b818265.ttf) format("ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro";
  src: url(7bd0bb4e669180770953.woff2) format("woff2"), url(1be6d733e66ff115ba3c.woff) format("woff"), url(e54f82c594fd3e54cf4d.ttf) format("ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro";
  src: url(16f14d9a72ee8f9fdd28.woff2) format("woff2"), url(5182a170ff3186708a6f.woff) format("woff"), url(70891f17a3ec4eff738d.ttf) format("ttf");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Text";
  src: url(3aa0a55ecfa5b15f9806.woff2) format("woff2"), url(743a12c4cd2ec2eaf402.woff) format("woff"), url(971802ac4589b0fb0cc8.ttf) format("ttf");
  font-weight: 800;
  font-style: normal;
}
:root {
  --font-default: "Inter", sans-serif;
}

@font-face {
  font-family: "Inter";
  src: url(b559a93b35af397f4b6f.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url(9d1fd4235eeb376c5f96.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url(9d1fd4235eeb376c5f96.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url(9aab1ebe6bd16660e37e.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

#app {
  height: 100%;
  overflow: hidden;
  font-family: var(--font-default);
  display: flex;
  flex-direction: column;
}

button:not(:disabled):active {
  transform: translateY(2px);
}

main,
.mainContainer {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  flex-grow: 1;
}

.loading-tint {
  pointer-events: none;
  opacity: 50%;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9001;
  display: none;
  justify-content: center;
  align-items: center;
}
/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/Loading/index.scss ***!
  \*********************************************************************************************************************/
.lds-default {
  display: inline-block;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  width: 80px;
  height: 80px;
}
.lds-default.hidden {
  display: none;
}
.lds-default .loader-title {
  animation: none;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  height: inherit;
  width: max-content;
  text-align: center;
  color: #65707b;
}
.lds-default .loader-title.white-mode {
  color: white;
  background: none;
}
.lds-default .loader-title.black-mode {
  color: black;
  background: none;
}

.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #65707b;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
  z-index: 111111;
}

.lds-default div.white-mode {
  background: white;
}

.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}

.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}

.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}

.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}

.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}

.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}

.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}

.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}

.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}

.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}

.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}

.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}

@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
/*!**************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/views/IssuesView/index.scss ***!
  \**************************************************************************************************************************/
.issues__mobile__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.issues__mobile__create-issue-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 32px 16px 32px;
  flex: 1 1;
}
.issues__mobile__form {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: 1px solid #e5e7eb;
  text-align: right;
  padding: 16px 24px;
}
.issues__mobile__submit-button {
  width: 118px;
  height: 42px;
  background-color: rgba(20, 32, 23, 0.0588235294);
  border: none;
  color: #202b23;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  cursor: pointer;
}
.issues__mobile__submit-button:disabled {
  background-color: rgba(20, 32, 23, 0.031372549);
  color: rgba(20, 32, 23, 0.3098039216);
}
.issues__mobile__back-button {
  width: 57px;
  height: 42px;
  background-color: transparent;
  border: none;
  color: #000;
}
.issues__mobile__back-button:disabled {
  background-color: #d5d5d7;
  color: #d3d3d3;
}
.issues__tablet-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
}
.issues__container {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 88px);
  height: 100%;
}
.issues__container-tablet {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-grow: 1;
  justify-content: center;
}
.issues__container-tablet-big-text {
  color: #161616;
  text-align: center;
  font-family: Inter;
  font-size: 29px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.issues__container-tablet-small-text {
  color: rgba(22, 22, 22, 0.83);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  max-width: 400px;
  text-align-last: center;
}
@media screen and (max-width: 640px) {
  .issues__container-tablet-small-text {
    text-align: center;
  }
}
.issues__edit-bar {
  display: flex;
  height: 64px;
  width: 100%;
  background: #e4e4e4;
  flex: 1 0 auto;
}
.issues__view {
  padding: 24px;
  display: flex;
  height: 100%;
  overflow-y: scroll;
}
.issues__grid {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  flex: 1 0 50%;
  gap: 10px;
  overflow-y: scroll;
}
.issues__map {
  width: 100%;
}

.hidden {
  display: none;
}

.tippy-box[data-theme=card-theme] {
  background-color: #1f2736;
  border-radius: 5px;
  font-weight: 800;
  font-size: 13px;
  color: #65707b;
}

.hidden {
  display: none;
}

.tippy-box[data-theme=card-theme] {
  background-color: #1f2736;
  border-radius: 5px;
  font-weight: 800;
  font-size: 13px;
  color: #ffffff;
  width: 95%;
}
.tippy-box[data-theme=card-theme] .tippy-arrow {
  color: #1f2736;
}
.tippy-box[data-theme=card-theme] .tippy-content {
  padding: 10px 30px 8px 10px;
  position: relative;
}
.tippy-box[data-theme=card-theme] .card-theme__link {
  position: absolute;
  width: 13px;
  height: 13px;
  top: 7px;
  right: 7px;
}

.brief-modal {
  z-index: 9999999999;
}

.modal_warning__container {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 999999999;
  align-content: right;
  display: flex;
  flex-direction: column;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: linear-gradient(to right, #e8e8e8 0%, #fff 33.99%, #fff 67.98%, #e8e8e8 100%);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #b7b7b7;
  border: 2px solid transparent;
  border-radius: 9px;
  background-clip: content-box;
}

input:focus-visible {
  outline: 2px solid #38b04a;
}
input::placeholder {
  color: #d5d5d5;
}

@media screen and (max-width: 768px) {
  .issues__view {
    flex-direction: column;
    justify-content: space-between;
  }
  .issues__grid {
    flex-basis: 100%;
  }
}
@keyframes appear {
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
/*!******************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/EmptyIssuesBlock/index.scss ***!
  \******************************************************************************************************************************/
.no-data__grid {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  background: #eaeaea;
  padding: 200px 8%;
}
@media screen and (max-width: 600px), screen and (max-height: 520px) {
  .no-data__grid {
    padding: 5% 8%;
  }
}
.no-data__container {
  max-height: 275px;
  min-height: 200px;
  height: 100%;
  width: 100%;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  padding: 27.5px 77px 48px 77px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 600px), screen and (max-height: 520px) {
  .no-data__container {
    padding: 7.5px 7px 8px 7px;
  }
}
.no-data__header {
  text-align: center;
}
.no-data__icon > svg {
  fill: #eaeaea;
  height: 32px;
  width: 36px;
}
.no-data__title {
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 24px;
  color: #161616;
}
.no-data__action {
  display: flex;
  justify-content: center;
}
.no-data__description {
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 17px;
  text-align: center;
  color: #707070;
  margin-top: 13.5px;
  margin-bottom: 16px;
}
.no-data__description a {
  color: #3399fa;
  text-decoration: underline;
}
.no-data__description span {
  font-weight: bolder;
}
/*!***************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/ButtonPrimary/index.scss ***!
  \***************************************************************************************************************************/
.button {
  cursor: pointer;
}
.button--primary {
  width: auto;
  height: 39px;
  padding: 0 10px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-size: 14px;
  text-align: center;
  color: #212e3f;
}
.button--primary.default {
  margin-left: auto;
  padding: 0 12px;
  letter-spacing: 1px;
}
.button--primary.solid {
  width: 100px;
  background: #38b04a;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
}
.button--primary.solid.wide {
  width: auto;
  padding: 0 20px;
}
.button--primary.solid svg {
  margin-left: 14px;
  fill: #fff;
}
.button--primary.mini {
  background: #38b04a;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
}
.button--primary.mini.wide {
  width: auto;
  padding: 0 20px;
}
.button--primary.mini svg {
  fill: #fff;
}
.button--primary.solid-long {
  background: #38b04a;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
}
.button--primary.solid-long.wide {
  width: auto;
  padding: 0 20px;
}
.button--primary.solid-long svg {
  margin-left: 14px;
  fill: #fff;
}
.button--primary:disabled {
  background: #d5d5d5;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  cursor: default;
  color: #fff;
}
.button--primary:disabled svg {
  fill: #fff;
}
/*!*****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/ButtonSecondary/index.scss ***!
  \*****************************************************************************************************************************/
.button {
  cursor: pointer;
}
.button--secondary {
  width: auto;
  height: 39px;
  padding: 0 10px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-size: 14px;
  text-align: center;
  color: #212e3f;
}
.button--secondary.cart-empty {
  position: relative;
  padding: 2px 10px 0;
  height: 35px;
  border-radius: 17.5px;
  background: #fff;
  border: 2px solid #aaaaaa;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.button--secondary.cart-empty span {
  margin-left: 7px;
  font-family: var(--font-default);
  font-weight: 400;
  font-size: 15px;
  color: #000;
}
.button--secondary.cart-empty .items-number {
  position: absolute;
  left: 17px;
  top: 0;
  margin: 0 5px;
  min-width: 14px;
  min-height: 14px;
  overflow: hidden;
  background: #38b04a;
  border-radius: 50%;
  font-size: 8px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.button--secondary.cart-empty.active svg {
  fill: #38b04a;
}
.button--secondary.cart-empty .circle {
  color: #fff;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  padding-top: 4px;
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 13px;
}
.button--secondary.cart-empty .circle.active {
  background-color: #38b04a;
}
.button--secondary.cart-empty .circle.non-active {
  background-color: #aaa;
}
.button--secondary.default {
  position: relative;
  padding: 2px 10px 0;
  height: 35px;
  border-radius: 17.5px;
  background: #fff;
  border: 2px solid #38b04a;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.button--secondary.default span {
  margin-left: 7px;
  font-family: var(--font-default);
  font-weight: 400;
  font-size: 15px;
  color: #000;
}
.button--secondary.default .items-number {
  position: absolute;
  left: 17px;
  top: 0;
  margin: 0 5px;
  min-width: 14px;
  min-height: 14px;
  overflow: hidden;
  background: #38b04a;
  border-radius: 50%;
  font-size: 8px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.button--secondary.default.active svg {
  fill: #38b04a;
}
.button--secondary.default .circle {
  color: #fff;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  padding-top: 4px;
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 13px;
}
.button--secondary.default .circle.active {
  background-color: #38b04a;
}
.button--secondary.default .circle.non-active {
  background-color: #aaa;
}
.button--secondary.error-button {
  width: 376px;
  height: 39px;
  padding: 0 10px;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  min-width: 368px;
  background: #c81e1e;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #ffffff;
}
.button--secondary.error-button:hover {
  background-color: #f05252;
}
.button--secondary.error-button:focus {
  background-color: #f05252;
  border: 3px solid #fbd5d5;
  border-radius: 5px;
}
.button--secondary.solid {
  padding: 9px 18px;
  height: 35px;
  border-radius: 17.5px;
  background: #38b04a;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}
.button--secondary.solid:disabled {
  background: #757575;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
}
.button--secondary:disabled {
  background-color: #c9c9c9;
  color: #989898;
  cursor: default;
}
.button--secondary:disabled svg {
  fill: #989898;
}
.button--secondary.empty-share {
  position: relative;
  padding: 2px 10px 0;
  height: 35px;
  border-radius: 17.5px;
  background: #fff;
  border: 2px solid #aaaaaa;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.button--secondary.empty-share span {
  margin-left: 7px;
  font-family: "SF Pro";
  font-weight: 400;
  font-size: 15px;
  color: #000;
}
.button--secondary.empty-share .items-number {
  position: absolute;
  left: 17px;
  top: 0;
  margin: 0 5px;
  min-width: 14px;
  min-height: 14px;
  overflow: hidden;
  background: #38b04a;
  border-radius: 50%;
  font-size: 8px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.button--secondary.empty-share.active svg {
  fill: #38b04a;
}
.button--secondary.empty-share .circle {
  color: #fff;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  padding-top: 4px;
  font-family: "SF Pro";
  font-weight: bold;
  font-size: 13px;
}
.button--secondary.empty-share .circle.active {
  background-color: #38b04a;
}
.button--secondary.empty-share .circle.non-active {
  background-color: #aaa;
}
.button--secondary svg {
  pointer-events: none;
}
/*!**************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/Modal/components/CreateNewIssueModal/index.scss ***!
  \**************************************************************************************************************************************************/
.create-issue-modal {
  align-items: inherit;
}
.create-issue-modal__modal-container {
  max-height: 680px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 600px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #eaeaea;
  overflow-y: auto;
  z-index: 9999;
  position: relative;
  padding: 16px 24px 16px 24px;
  gap: 16px;
}
.create-issue-modal__uploader-frame {
  position: relative;
  display: flex;
  flex-direction: column;
  max-height: 560px;
  min-height: 120px;
  height: 100%;
  width: 100%;
  gap: 12px;
}
.create-issue-modal__uploader-frame__drop-area__gallery {
  gap: 20px;
}
.create-issue-modal__header {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.create-issue-modal__title {
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #212e3f;
}
.create-issue-modal__form {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: end;
  text-align: right;
}
.create-issue-modal__confirm {
  margin: 0 -30px 15px;
  height: 140px;
  border: 1px solid #eaeaea;
}
.create-issue-modal .confirm__title {
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  color: #212e3f;
  padding: 20px 30px 0;
  margin-bottom: 15px;
}
.create-issue-modal .confirm__warning {
  margin-bottom: 15px;
  padding: 0 30px;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  color: #212e3f;
}
.create-issue-modal .confirm__checkbox {
  display: flex;
  position: relative;
  padding: 0 30px;
  height: 25px;
}
.create-issue-modal .confirm__checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 30px;
  padding: 0;
  margin: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.create-issue-modal .confirm__checkbox label {
  padding-left: 35px;
  display: flex;
  align-items: center;
  position: relative;
  width: fit-content;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  color: #212e3f;
}
.create-issue-modal .confirm__checkbox label:before {
  content: "";
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  left: 0;
}
.create-issue-modal .confirm__checkbox input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2735%27 height=%2735%27 viewBox=%270 0 35 35%27%3E%3Cpath id=%27square-check-solid%27 d=%27M30,32a5,5,0,0,1,5,5V62a5,5,0,0,1-5,5H5a5,5,0,0,1-5-5V37a5,5,0,0,1,5-5ZM26.547,46.047a2.188,2.188,0,0,0-3.094-3.094L15,51.406l-3.453-3.453a2.188,2.188,0,0,0-3.094,3.094l5,5a2.193,2.193,0,0,0,3.094,0Z%27 transform=%27translate%280 -32%29%27 fill=%27%2338B04A%27/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.create-issue-modal .confirm__tip {
  position: absolute;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 9px;
  color: #f00;
  left: 65px;
  bottom: -9px;
}
.create-issue-modal__submit-button {
  width: 118px;
  height: 42px;
  border-radius: 5px;
  background: #38b04a;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  color: #fff;
}
.create-issue-modal__submit-button:disabled {
  background-color: #d5d5d7;
  color: #ffffff;
}
.create-issue-modal__cancel-button {
  margin-right: 12px;
  width: 87px;
  height: 42px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #38b04a;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #38b04a;
}
.create-issue-modal__submit-button, .create-issue-modal__cancel-button {
  font-family: var(--font-default);
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.create-issue-modal__grouped-checkbox {
  display: flex;
  height: 80px;
  justify-content: space-between;
  padding: 0 20%;
}
.create-issue-modal__grouped-checkbox .edit-group__container {
  align-items: center;
}
.create-issue-modal__grouped-checkbox .edit-group__container input[type=checkbox] {
  left: calc(50% - 17.5px);
}
.create-issue-modal__grouped-checkbox .edit-group__container input[type=checkbox]:checked + label:after {
  left: calc(50% - 17.5px);
}
.create-issue-modal__grouped-checkbox .edit-group__container .edit-group__title::before {
  left: calc(50% - 17.5px);
}
/*!***********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/EditGroup/index.scss ***!
  \***********************************************************************************************************************/
.edit-group__title {
  padding: 0 0 10px;
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  color: #212e3f;
}
.edit-group__title-nocheck {
  padding: 0 0 10px;
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  color: #212e3f;
}
.edit-group__title:before {
  content: "";
  -webkit-appearance: none;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  bottom: -35px;
}
.edit-group__container {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.edit-group__container.required {
  border: 1px solid red;
}
.edit-group__container input[type=checkbox] {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.edit-group__container label {
  display: block;
  position: relative;
  width: fit-content;
}
.edit-group__container input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2735%27 height=%2735%27 viewBox=%270 0 35 35%27%3E%3Cpath id=%27square-check-solid%27 d=%27M30,32a5,5,0,0,1,5,5V62a5,5,0,0,1-5,5H5a5,5,0,0,1-5-5V37a5,5,0,0,1,5-5ZM26.547,46.047a2.188,2.188,0,0,0-3.094-3.094L15,51.406l-3.453-3.453a2.188,2.188,0,0,0-3.094,3.094l5,5a2.193,2.193,0,0,0,3.094,0Z%27 transform=%27translate%280 -32%29%27 fill=%27%2338B04A%27/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.edit-group__input, .edit-group__text-area, .edit-group__dropdown, .edit-group__custom-dropdown {
  width: 100%;
  height: 33px;
  border-radius: 0.5rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 15px;
  text-align: left;
  color: #212e3f;
  z-index: 1;
  padding-left: 15px;
  cursor: pointer;
  background-color: #eaeaea;
}
.edit-group__input:focus-visible, .edit-group__input.clicked, .edit-group__text-area:focus-visible, .edit-group__text-area.clicked, .edit-group__dropdown:focus-visible, .edit-group__dropdown.clicked, .edit-group__custom-dropdown:focus-visible, .edit-group__custom-dropdown.clicked {
  outline: 2px solid #38b04a;
  background: #fff;
}
.edit-group__text-area {
  height: 93px;
  overflow-y: scroll;
  resize: none;
}
.edit-group__text-area::-webkit-scrollbar-thumb {
  background-color: #b7b7b7;
  border: 2px solid transparent;
  border-radius: 9px;
  background-clip: content-box;
}
.edit-group__input-container {
  margin-left: auto;
  width: calc(100% - 55px);
  position: relative;
}
.edit-group__input-container #price-input {
  padding-left: 25px;
}
.edit-group__input-container-nocheck {
  width: 100%;
  position: relative;
}
.edit-group__input-currency {
  position: absolute;
  height: 32px;
  width: 32px;
  top: 0;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 15px;
  color: #b7b7b7;
  display: none;
  justify-content: center;
  align-items: center;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  display: none;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/*!****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/CustomDropdown/index.scss ***!
  \****************************************************************************************************************************/
.custom-modal-dropdown {
  border-radius: 0.5rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 1;
}
.custom-modal-dropdown__dropdownItems {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  min-width: fit-content;
  max-height: 300px;
  overflow: auto;
}
.custom-modal-dropdown:disabled {
  background-color: #eaeaea;
}
.custom-modal-dropdown:focus-visible, .custom-modal-dropdown.clicked {
  outline: 2px solid #38b04a;
  background: #fff;
}
.custom-modal-dropdown__dropdownItems li {
  display: block;
  height: 36px;
  list-style-type: none;
  padding-top: 10px;
  padding-left: 15px;
}
.custom-modal-dropdown__dropdownItems li svg {
  width: 15px;
  margin-right: 14px;
}
.custom-modal-dropdown__dropdownItems li:last-child {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.custom-modal-dropdown__dropdownItems li:first-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.custom-modal-dropdown.show {
  transform: translateY(0rem);
  visibility: visible;
  display: block;
  opacity: 1;
}
.custom-modal-dropdown.show > .custom-modal-dropdown__dropdownItems > .custom-modal-dropdown__dropdownText {
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #161616;
}
.custom-modal-dropdown.show > .custom-modal-dropdown__dropdownItems > .custom-modal-dropdown__dropdownText.delimiter {
  border-top: 1px solid #a5a5a5;
  background-color: #38b04a;
  color: white;
}
.custom-modal-dropdown.show > .custom-modal-dropdown__dropdownItems > .custom-modal-dropdown__dropdownText.delimiter:hover {
  background-color: #2e8f3c;
}
.custom-modal-dropdown.show > .custom-modal-dropdown__dropdownItems > .custom-modal-dropdown__dropdownText:hover {
  display: block;
  padding-top: 10px;
  list-style-type: none;
  background: #38b04a 0% 0% no-repeat padding-box;
  color: #ffffff;
  text-align: left;
  position: relative;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.custom-modal-dropdown.show > .custom-modal-dropdown__dropdownItems > .custom-modal-dropdown__dropdownText:hover svg {
  fill: #ffffff;
}
.custom-modal-dropdown.show > .custom-modal-dropdown__dropdownItems {
  background: var(--main-green-38b04a) 0% 0% no-repeat padding-box;
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 1;
  transform: translateY(0rem);
  visibility: visible;
  display: block;
  position: absolute;
  top: 0;
  border-radius: 0.5rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #ffffff 0% 0% no-repeat padding-box;
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding-left: 0px;
  margin: 0;
}
.custom-modal-dropdown__custom-selected-item {
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #161616;
  display: block;
  height: 36px;
  padding-top: 10px;
  padding-left: 15px;
  text-wrap: nowrap;
}
.custom-modal-dropdown__custom-selected-item svg {
  width: 15px;
  margin-right: 14px;
}

.custom-dropdown.opened {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: white !important;
}

.custom-dropdown {
  border-radius: 0.5rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  width: 100%;
  height: 36px;
  padding-right: 43px;
  background: var(--white-ffffff) 0% 0% no-repeat padding-box;
  background: #ffffff;
  opacity: 1;
  cursor: pointer;
}
.custom-dropdown.required {
  border: 1px solid red;
}
.custom-dropdown.gray {
  background: #eaeaea;
}
.custom-dropdown:disabled {
  background-color: #eaeaea;
}
.custom-dropdown:focus-visible, .custom-dropdown.clicked {
  outline: 2px solid #38b04a;
  background: #fff;
}
.custom-dropdown.has-selected-value {
  outline: 2px solid #38b04a;
  background: #fff;
}
.custom-dropdown__dropdownItems {
  display: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.custom-dropdown__dropdownItems li {
  display: block;
  height: 36px;
  list-style-type: none;
  padding-top: 10px;
  padding-left: 15px;
}
.custom-dropdown__dropdownItems li svg {
  width: 15px;
  margin-right: 14px;
}
.custom-dropdown__dropdownItems li:last-child {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.custom-dropdown.show {
  transform: translateY(0rem);
  visibility: visible;
  display: block;
  opacity: 1;
}
.custom-dropdown.show > .custom-dropdown__dropdownItems > .custom-dropdown__dropdownText {
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #161616;
}
.custom-dropdown.show > .custom-dropdown__dropdownItems > .custom-dropdown__dropdownText:hover {
  display: block;
  padding-top: 10px;
  list-style-type: none;
  background: #38b04a 0% 0% no-repeat padding-box;
  color: #ffffff;
  text-align: left;
}
.custom-dropdown.show > .custom-dropdown__dropdownItems > .custom-dropdown__dropdownText:hover svg {
  fill: #ffffff;
}
.custom-dropdown.show > .custom-dropdown__dropdownItems {
  background: var(--main-green-38b04a) 0% 0% no-repeat padding-box;
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 1;
  transform: translateY(0rem);
  visibility: visible;
  display: block;
  position: absolute;
  top: 0;
  border-radius: 0.5rem;
  background: #ffffff 0% 0% no-repeat padding-box;
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding-left: 0px;
  margin: 0;
}
.custom-dropdown__custom-selected-item {
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #161616;
  display: block;
  height: 36px;
  padding-top: 10px;
  padding-left: 15px;
  text-wrap: nowrap;
}
.custom-dropdown__custom-selected-item svg {
  width: 15px;
  margin-right: 14px;
}

.custom-dropdown:after {
  content: ">";
  position: absolute;
  transform: rotate(90deg);
  top: 22%;
  right: 13px;
  color: #aaaaaa;
  font-weight: bold;
  font-size: 17px;
}

.custom-dropdown.required::before {
  content: "This field is required";
  position: absolute;
  bottom: -19px;
  color: red;
  font-weight: bold;
  font-size: 12px;
  width: 188px;
  left: 0px;
  text-align: left;
}

.custom-dropdown.first-item-hovered:after {
  color: #ffffff;
}

.custom-modal-dropdown.first-item-hovered:after {
  color: #ffffff;
}

.custom-modal-dropdown.isActive .dropdownItems {
  background: var(--main-green-38b04a) 0% 0% no-repeat padding-box;
  background: #38b04a 0% 0% no-repeat padding-box;
  opacity: 1;
  z-index: 2;
}

.custom-dropdown.isActive .dropdownItems {
  background: var(--main-green-38b04a) 0% 0% no-repeat padding-box;
  background: #38b04a 0% 0% no-repeat padding-box;
  opacity: 1;
  z-index: 2;
}
/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/Modal/index.scss ***!
  \*******************************************************************************************************************/
.modal__background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 46, 63, 0.87);
  z-index: 99;
}
.modal__container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 520px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #eaeaea;
  overflow-y: scroll;
  z-index: 999;
  position: relative;
}
.modal__close {
  margin-left: auto;
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716.969%27 height=%2716.969%27 viewBox=%270 0 16.969 16.969%27%3E%3Cpath id=%27xmark-solid%27 d=%27M16.189,109.81a1.667,1.667,0,1,1-2.357,2.357l-5.493-5.49-5.492,5.489a1.668,1.668,0,1,1-2.359-2.359l5.494-5.494L.489,98.822a1.668,1.668,0,0,1,2.359-2.359l5.492,5.5,5.494-5.494a1.668,1.668,0,0,1,2.359,2.359L10.7,104.319Z%27 transform=%27matrix%281, -0.017, 0.017, 1, -1.675, -95.669%29%27 fill=%27%23aaa%27/%3E%3C/svg%3E%0A");
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-height: 1100px) {
  .modal__container {
    height: auto;
  }
}
/*!**************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/ModalWarning/index.scss ***!
  \**************************************************************************************************************************/
.modal_warning {
  animation: opacity 10s normal forwards;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-top: 10px;
  width: fit-content;
  float: right;
}

.modal_warning_close,
.modal_warning_callback {
  width: 17px;
  height: 17px;
  margin-left: auto;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.modal_warning_callback {
  margin-left: 10px;
  margin-right: 10px;
}

.modal_warning_close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716.969%27 height=%2716.969%27 viewBox=%270 0 16.969 16.969%27%3E%3Cpath id=%27xmark-solid%27 d=%27M16.189,109.81a1.667,1.667,0,1,1-2.357,2.357l-5.493-5.49-5.492,5.489a1.668,1.668,0,1,1-2.359-2.359l5.494-5.494L.489,98.822a1.668,1.668,0,0,1,2.359-2.359l5.492,5.5,5.494-5.494a1.668,1.668,0,0,1,2.359,2.359L10.7,104.319Z%27 transform=%27matrix%281, -0.017, 0.017, 1, -1.675, -95.669%29%27 fill=%27%23aaa%27/%3E%3C/svg%3E%0A");
}

.modal_warning_header {
  display: flex;
  align-items: center;
  padding: 20px 16.5px;
}

.modal_warning_text {
  font-family: "SF Pro Display";
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  color: #ffc107;
  padding-right: 16.2px;
  padding-left: 12.2px;
  max-width: 220px;
}

.modal_warning_icon {
  width: 20.4px;
  height: 17.85px;
}

.progress {
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  display: flex;
}

.modal_warning.critical > .progress > .progress_value {
  background: #ec464f;
}

.modal_warning.critical > .modal_warning_header > .modal_warning_text {
  color: #ec464f;
}

.progress_value {
  animation: load 10s normal forwards;
  background: #ffc107;
  border-radius: 5px;
  height: 3.82px;
}

@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  90% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
  }
}
/*!*************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/DragAndDrop/index.scss ***!
  \*************************************************************************************************************************/
.disclaimer {
  color: #757575;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
.disclaimer a {
  color: #1e993f;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.uploader-frame {
  position: relative;
  display: flex;
  flex-direction: column;
  max-height: 560px;
  min-height: 120px;
  height: 100%;
  width: 100%;
  gap: 12px;
}
.uploader-frame__drop-area {
  width: 100%;
  height: 100%;
  border: 2px dashed rgba(20, 32, 23, 0.1411764706);
  border-radius: 4px;
  padding: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  max-height: 240px;
  height: auto;
}
.uploader-frame__drop-area.highlight {
  background-color: #c3e6be;
  border-color: #51ae53;
}
.uploader-frame__drop-area__input {
  display: none;
}
.uploader-frame__drop-area__my-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.uploader-frame__drop-area__my-form__title {
  color: #202b23;
  font-size: 20px;
  font-family: Inter;
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
}
.uploader-frame__drop-area__my-form__subTitle {
  color: #6b7280;
  font-size: 14px;
  font-family: Inter;
  font-weight: 500;
  line-height: 21px;
  word-wrap: break-word;
}
.uploader-frame__drop-area__button {
  background-color: rgba(20, 32, 23, 0.0588235294);
  border: none;
  color: #202b23;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  cursor: pointer;
}
.uploader-frame__drop-area__button:hover {
  background-color: #51ae53;
}
.uploader-frame__drop-area__gallery {
  width: 100%;
  height: 100%;
  height: 280px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
}
.uploader-frame__drop-area__gallery__no-items {
  justify-content: center;
  align-items: center;
}
.uploader-frame__drop-area__gallery__no-items p {
  display: block !important;
}
.uploader-frame__drop-area__gallery > p {
  display: none;
  color: #646c66;
  text-align: center;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
}
/*!************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/DragAndDrop/components/GalleryItem/index.scss ***!
  \************************************************************************************************************************************************/
.gallery-item {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  height: 64px;
}
.gallery-item .loader {
  width: 14px;
  height: 14px;
  border: 1px solid #858585;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 2s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gallery-item__container {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
}
.gallery-item__container__success {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #006f11;
  /* UI Text */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.gallery-item__container__error {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #c00015;
  /* UI Text */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.gallery-item__container__awaiting {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #4a534c;
  /* UI Text */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.gallery-item__container__progress {
  width: 100%;
  border: 1px solid rgba(20, 32, 23, 0.1411764706);
  background: white;
  height: 21px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.gallery-item__container__progress progress[role][aria-valuenow] {
  height: 20px;
  background-color: #51ae53;
}
.gallery-item__container__label {
  color: #202b23;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.gallery-item ::-webkit-progress-bar {
  background-color: #51ae53;
}
.gallery-item ::-webkit-progress-value {
  background-color: #51ae53;
}
.gallery-item ::-moz-progress-bar {
  background-color: #51ae53;
}
.gallery-item__gallery-img {
  height: 100%;
  width: 100%;
  max-height: 64px;
  max-width: 64px;
  object-fit: cover;
}
.gallery-item__remove {
  margin-right: 20px;
  width: 17px;
  height: 17px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikljb24gLyB4LWNsb3NlIj4KPHBhdGggaWQ9IlZlY3RvciIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjUyODUxIDMuNTI4NjFDMy43ODg4NiAzLjI2ODI2IDQuMjEwOTcgMy4yNjgyNiA0LjQ3MTMyIDMuNTI4NjFMNy45OTk5MiA3LjA1NzJMMTEuNTI4NSAzLjUyODYxQzExLjc4ODkgMy4yNjgyNiAxMi4yMTEgMy4yNjgyNiAxMi40NzEzIDMuNTI4NjFDMTIuNzMxNyAzLjc4ODk2IDEyLjczMTcgNC4yMTEwNyAxMi40NzEzIDQuNDcxNDFMOC45NDI3MyA4LjAwMDAxTDEyLjQ3MTMgMTEuNTI4NkMxMi43MzE3IDExLjc4OSAxMi43MzE3IDEyLjIxMTEgMTIuNDcxMyAxMi40NzE0QzEyLjIxMSAxMi43MzE4IDExLjc4ODkgMTIuNzMxOCAxMS41Mjg1IDEyLjQ3MTRMNy45OTk5MiA4Ljk0MjgyTDQuNDcxMzIgMTIuNDcxNEM0LjIxMDk3IDEyLjczMTggMy43ODg4NiAxMi43MzE4IDMuNTI4NTEgMTIuNDcxNEMzLjI2ODE2IDEyLjIxMTEgMy4yNjgxNiAxMS43ODkgMy41Mjg1MSAxMS41Mjg2TDcuMDU3MTEgOC4wMDAwMUwzLjUyODUxIDQuNDcxNDFDMy4yNjgxNiA0LjIxMTA3IDMuMjY4MTYgMy43ODg5NiAzLjUyODUxIDMuNTI4NjFaIiBmaWxsPSIjNEE1MzRDIi8+CjwvZz4KPC9zdmc+Cg==);
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
.gallery-item__reload {
  width: 17px;
  height: 17px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikljb24gLyByZWZyZXNoIj4KPHBhdGggaWQ9Ikljb24gKFN0cm9rZSkiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOC4wMDAwOCAyLjY2NjY4QzYuNTI2NDcgMi42NjY2OCA1LjE5MzUyIDMuMjYzNDQgNC4yMjc1NCA0LjIzMDA4QzMuNzIyMzkgNC43MzU1OCAzLjE0ODc2IDUuNDIwODYgMi42ODcyNyA2LjAwMDAxSDUuMzMzNDJDNS43MDE2IDYuMDAwMDEgNi4wMDAwOCA2LjI5ODQ5IDYuMDAwMDggNi42NjY2OEM2LjAwMDA4IDcuMDM0ODcgNS43MDE2IDcuMzMzMzQgNS4zMzM0MiA3LjMzMzM0SDEuMzMzNDFDMC45NjUyMjUgNy4zMzMzNCAwLjY2Njc0OCA3LjAzNDg3IDAuNjY2NzQ4IDYuNjY2NjhWMi42NjY2OEMwLjY2Njc0OCAyLjI5ODQ5IDAuOTY1MjI1IDIuMDAwMDEgMS4zMzM0MSAyLjAwMDAxQzEuNzAxNiAyLjAwMDAxIDIuMDAwMDggMi4yOTg0OSAyLjAwMDA4IDIuNjY2NjhWNC43Mjk2NEMyLjQwMTM0IDQuMjQxNjYgMi44NTc5OCAzLjcxNDMyIDMuMjg0NCAzLjI4NzZDNC40OTAyMyAyLjA4MDk0IDYuMTU4NDggMS4zMzMzNCA4LjAwMDA4IDEuMzMzMzRDMTEuNjgyIDEuMzMzMzQgMTQuNjY2NyA0LjMxODExIDE0LjY2NjcgOC4wMDAwMUMxNC42NjY3IDExLjY4MTkgMTEuNjgyIDE0LjY2NjcgOC4wMDAwOCAxNC42NjY3QzQuOTU5NzggMTQuNjY2NyAyLjM5NjQyIDEyLjYzMjEgMS41OTQwNiA5Ljg1MTUxQzEuNDkxOTggOS40OTc3NiAxLjY5NiA5LjEyODIzIDIuMDQ5NzYgOS4wMjYxNEMyLjQwMzUyIDguOTI0MDYgMi43NzMwNCA5LjEyODA5IDIuODc1MTIgOS40ODE4NEMzLjUxNzIyIDExLjcwNyA1LjU2OTU5IDEzLjMzMzMgOC4wMDAwOCAxMy4zMzMzQzEwLjk0NTYgMTMuMzMzMyAxMy4zMzM0IDEwLjk0NTUgMTMuMzMzNCA4LjAwMDAxQzEzLjMzMzQgNS4wNTQ0OSAxMC45NDU2IDIuNjY2NjggOC4wMDAwOCAyLjY2NjY4WiIgZmlsbD0iIzRBNTM0QyIvPgo8L2c+Cjwvc3ZnPgo=);
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/Map/index.scss ***!
  \*****************************************************************************************************************/
.map {
  height: 100%;
  margin-right: 10px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.map__overlay {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.75);
  color: black;
  bottom: 0;
  z-index: 1001;
  padding-left: 25px;
  font-weight: 600;
  font-size: 16px;
}

.marker-cluster {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 17.942 18.7%27%3E%3Cpath id=%27map-pin-solid%27 d=%27M49.542,9.137A8.778,8.778,0,1,1,32,9.137a8.778,8.778,0,1,1,17.542,0Zm-7.8-5.076a1,1,0,0,0-.975-1.015,5.939,5.939,0,0,0-5.847,6.091.975.975,0,1,0,1.949,0,3.986,3.986,0,0,1,3.9-4.061A1,1,0,0,0,41.746,4.061Zm-2.924,26.4V20.121a10.422,10.422,0,0,0,1.949.127,10.422,10.422,0,0,0,1.949-.127V30.457a1.951,1.951,0,1,1-3.9,0Z%27 transform=%27translate%28-31.8 0.2%29%27 fill=%27%2300ff3f%27 stroke=%27%23161616%27 stroke-width=%270.4%27/%3E%3C/svg%3E%0A") !important;
  border-radius: 0px !important;
  width: 35px !important;
  height: 35px !important;
  background-position: center !important;
  background-color: transparent !important;
}

.marker-cluster div {
  background-color: transparent !important;
  width: 35px !important;
  height: 35px !important;
  margin-top: 0px !important;
  margin-left: 0px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  background-color: rgba(255, 255, 255, 0.151) !important;
}

.marker-cluster span {
  line-height: 36px !important;
}

.leaflet-marker-icon {
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 17.942 32.887%27%3E%3Cpath id=%27map-pin-solid%27 d=%27M49.542,9.137A8.778,8.778,0,1,1,32,9.137a8.778,8.778,0,1,1,17.542,0Zm-7.8-5.076a1,1,0,0,0-.975-1.015,5.939,5.939,0,0,0-5.847,6.091.975.975,0,1,0,1.949,0,3.986,3.986,0,0,1,3.9-4.061A1,1,0,0,0,41.746,4.061Zm-2.924,26.4V20.121a10.422,10.422,0,0,0,1.949.127,10.422,10.422,0,0,0,1.949-.127V30.457a1.951,1.951,0,1,1-3.9,0Z%27 transform=%27translate%28-31.8 0.2%29%27 fill=%27%2300ff3f%27 stroke=%27%23161616%27 stroke-width=%270.4%27/%3E%3C/svg%3E%0A");
}
.leaflet-marker-icon.hide {
  display: none;
}
.leaflet-marker-icon.hovered {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 17.942 32.887%27%3E%3Cpath id=%27map-pin-solid%27 d=%27M49.542,9.137A8.778,8.778,0,1,1,32,9.137a8.778,8.778,0,1,1,17.542,0Zm-7.8-5.076a1,1,0,0,0-.975-1.015,5.939,5.939,0,0,0-5.847,6.091.975.975,0,1,0,1.949,0,3.986,3.986,0,0,1,3.9-4.061A1,1,0,0,0,41.746,4.061Zm-2.924,26.4V20.121a10.422,10.422,0,0,0,1.949.127,10.422,10.422,0,0,0,1.949-.127V30.457a1.951,1.951,0,1,1-3.9,0Z%27 transform=%27translate%28-31.8 0.2%29%27 fill=%27%233399fa%27 stroke=%27%23161616%27 stroke-width=%270.4%27/%3E%3C/svg%3E%0A");
}
.leaflet-marker-icon.active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 17.942 32.887%27%3E%3Cpath id=%27map-pin-solid%27 d=%27M49.542,9.137A8.778,8.778,0,1,1,32,9.137a8.778,8.778,0,1,1,17.542,0Zm-7.8-5.076a1,1,0,0,0-.975-1.015,5.939,5.939,0,0,0-5.847,6.091.975.975,0,1,0,1.949,0,3.986,3.986,0,0,1,3.9-4.061A1,1,0,0,0,41.746,4.061Zm-2.924,26.4V20.121a10.422,10.422,0,0,0,1.949.127,10.422,10.422,0,0,0,1.949-.127V30.457a1.951,1.951,0,1,1-3.9,0Z%27 transform=%27translate%28-31.8 0.2%29%27 fill=%27%23ffffff%27 stroke=%27%23161616%27 stroke-width=%270.4%27/%3E%3C/svg%3E%0A");
}

.leaflet-marker-icon-question {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 viewBox=%270 0 74.14 131.57%27%3E%3Cdefs%3E%3CclipPath id=%27clip-path%27%3E%3Crect id=%27Rectangle_666%27 data-name=%27Rectangle 666%27 width=%2715.722%27 height=%2749.833%27 transform=%27translate%280 0%29%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%271%27/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id=%27Ellipse_15%27 data-name=%27Ellipse 15%27 fill=%27%23ffc107%27 stroke=%27%23000%27 stroke-width=%271%27%3E%3Ccircle cx=%2737.07%27 cy=%2737.07%27 r=%2737.07%27 stroke=%27none%27/%3E%3Ccircle cx=%2737.07%27 cy=%2737.07%27 r=%2736.57%27 fill=%27none%27/%3E%3C/g%3E%3Cpath id=%27question-solid%27 d=%27M8.266,48.532a8.274,8.274,0,0,1,8.266-8.266h4.133a8.274,8.274,0,0,1,8.266,8.266V49a8.248,8.248,0,0,1-3.8,6.948l-5.45,3.5A11.363,11.363,0,0,0,14.465,69V69.2a4.133,4.133,0,1,0,8.266,0v-.181a3.113,3.113,0,0,1,1.421-2.609l5.45-3.5A16.552,16.552,0,0,0,37.2,49v-.465A16.53,16.53,0,0,0,20.665,32H16.532A16.53,16.53,0,0,0,0,48.532a4.133,4.133,0,0,0,8.266,0ZM18.6,89.861a5.166,5.166,0,1,0-5.166-5.166A5.166,5.166,0,0,0,18.6,89.861Z%27 transform=%27translate%2818.472 -22.304%29%27 fill=%27%23fff%27 stroke=%27%23000%27 stroke-width=%271%27/%3E%3Cg id=%27Group_1131%27 data-name=%27Group 1131%27 transform=%27translate%2829.209 81.737%29%27%3E%3Cg id=%27Group_1129%27 data-name=%27Group 1129%27 clip-path=%27url%28%23clip-path%29%27%3E%3Cg id=%27Path_263%27 data-name=%27Path 263%27 fill=%27%23ffc107%27%3E%3Cpath d=%27M 7.854910373687744 49.33266067504883 C 5.951849937438965 49.33267974853516 4.145280361175537 48.60604858398438 2.767990112304688 47.28662872314453 C 1.387060165405273 45.96371078491211 0.5835901498794556 44.18231964111328 0.5055801868438721 42.2706184387207 C 0.5041018128395081 42.23123550415039 0.5029180645942688 42.19167709350586 0.5020285844802856 42.15200042724609 L 0.5060001611709595 42.15200042724609 L 0.5070001482963562 41.65200042724609 L 0.5070001482963562 0.5823612213134766 C 2.535865545272827 0.8785341382026672 4.598993301391602 1.028549194335938 6.648250102996826 1.028549194335938 C 7.051023960113525 1.028549194335938 7.459308624267578 1.022708535194397 7.861999988555908 1.011203765869141 C 8.264691352844238 1.022708535194397 8.672956466674805 1.028549194335938 9.075690269470215 1.028549194335938 C 11.12454509735107 1.028549194335938 13.18686199188232 0.8785695433616638 15.21500015258789 0.5823965668678284 L 15.21500015258789 41.65200042724609 L 15.21500015258789 41.66220092773438 L 15.21541976928711 41.67237854003906 C 15.29557037353516 43.63690948486328 14.60578060150146 45.51506805419922 13.27311038970947 46.96086883544922 C 11.94050025939941 48.40660858154297 10.12489032745361 49.24670028686523 8.160730361938477 49.32640838623047 C 8.059110641479492 49.33055877685547 7.956260204315186 49.33266067504883 7.854910373687744 49.33266067504883 Z%27 stroke=%27none%27/%3E%3Cpath d=%27M 7.854920387268066 48.83266067504883 C 7.949409961700439 48.83266067504883 8.04541015625 48.8306999206543 8.140450477600098 48.82682037353516 C 9.971139907836914 48.75252914428711 11.66339015960693 47.96950912475586 12.90546035766602 46.62199783325195 C 14.14760971069336 45.27439880371094 14.79053974151611 43.52383041381836 14.71582984924316 41.69276809692383 L 14.71500015258789 41.65200042724609 L 14.71500015258789 1.156757712364197 C 12.84802913665771 1.403649806976318 10.95613670349121 1.528549194335938 9.075690269470215 1.528549194335938 C 8.673027992248535 1.528549194335938 8.264843940734863 1.522777080535889 7.861989498138428 1.511403918266296 C 7.458986282348633 1.522777080535889 7.050795078277588 1.528549194335938 6.648250102996826 1.528549194335938 C 4.767292976379395 1.528549194335938 2.874715566635132 1.403625965118408 1.007000207901001 1.156703352928162 L 1.006373882293701 42.27833557128906 C 1.085749864578247 44.04960250854492 1.833516240119934 45.69900131225586 3.113880157470703 46.92556762695312 C 4.397640228271484 48.15538787841797 6.08137035369873 48.83267974853516 7.854910373687744 48.83266067504883 L 7.854920387268066 48.83266067504883 M 7.854918479919434 49.83265686035156 C 3.660095691680908 49.83270263671875 0.1785492449998856 46.51991271972656 0.006000171881169081 42.29100036621094 C -0.001999828265979886 42.07799911499023 -0.001999828265979886 41.86499786376953 0.006000171881169081 41.65200042724609 L 0.007000171579420567 41.65200042724609 L 0.007000171579420567 -8.239746307481255e-07 C 2.603000640869141 0.4159992337226868 5.234005451202393 0.5869991779327393 7.861999988555908 0.5109992027282715 C 10.48999977111816 0.5869989991188049 13.11999988555908 0.4159991443157196 15.71500015258789 -8.239746307481255e-07 L 15.71500015258789 41.65200042724609 C 15.89200019836426 45.98999786376953 12.51800060272217 49.64999771118164 8.180999755859375 49.82600021362305 C 8.071889877319336 49.83045196533203 7.963124752044678 49.83265686035156 7.854918479919434 49.83265686035156 Z%27 stroke=%27none%27 fill=%27%23000%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.leaflet-marker-icon-question.hovered {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 viewBox=%270 0 74.14 131.57%27%3E%3Cdefs%3E%3CclipPath id=%27clip-path%27%3E%3Crect id=%27Rectangle_666%27 data-name=%27Rectangle 666%27 width=%2715.722%27 height=%2749.833%27 transform=%27translate%280 0%29%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%271%27/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id=%27Ellipse_15%27 data-name=%27Ellipse 15%27 fill=%27%233399fa%27 stroke=%27%23000%27 stroke-width=%271%27%3E%3Ccircle cx=%2737.07%27 cy=%2737.07%27 r=%2737.07%27 stroke=%27none%27/%3E%3Ccircle cx=%2737.07%27 cy=%2737.07%27 r=%2736.57%27 fill=%27none%27/%3E%3C/g%3E%3Cpath id=%27question-solid%27 d=%27M8.266,48.532a8.274,8.274,0,0,1,8.266-8.266h4.133a8.274,8.274,0,0,1,8.266,8.266V49a8.248,8.248,0,0,1-3.8,6.948l-5.45,3.5A11.363,11.363,0,0,0,14.465,69V69.2a4.133,4.133,0,1,0,8.266,0v-.181a3.113,3.113,0,0,1,1.421-2.609l5.45-3.5A16.552,16.552,0,0,0,37.2,49v-.465A16.53,16.53,0,0,0,20.665,32H16.532A16.53,16.53,0,0,0,0,48.532a4.133,4.133,0,0,0,8.266,0ZM18.6,89.861a5.166,5.166,0,1,0-5.166-5.166A5.166,5.166,0,0,0,18.6,89.861Z%27 transform=%27translate%2818.472 -22.304%29%27 fill=%27%23fff%27 stroke=%27%23000%27 stroke-width=%271%27/%3E%3Cg id=%27Group_1131%27 data-name=%27Group 1131%27 transform=%27translate%2829.209 81.737%29%27%3E%3Cg id=%27Group_1129%27 data-name=%27Group 1129%27 clip-path=%27url%28%23clip-path%29%27%3E%3Cg id=%27Path_263%27 data-name=%27Path 263%27 fill=%27%233399fa%27%3E%3Cpath d=%27M 7.854910373687744 49.33266067504883 C 5.951849937438965 49.33267974853516 4.145280361175537 48.60604858398438 2.767990112304688 47.28662872314453 C 1.387060165405273 45.96371078491211 0.5835901498794556 44.18231964111328 0.5055801868438721 42.2706184387207 C 0.5041018128395081 42.23123550415039 0.5029180645942688 42.19167709350586 0.5020285844802856 42.15200042724609 L 0.5060001611709595 42.15200042724609 L 0.5070001482963562 41.65200042724609 L 0.5070001482963562 0.5823612213134766 C 2.535865545272827 0.8785341382026672 4.598993301391602 1.028549194335938 6.648250102996826 1.028549194335938 C 7.051023960113525 1.028549194335938 7.459308624267578 1.022708535194397 7.861999988555908 1.011203765869141 C 8.264691352844238 1.022708535194397 8.672956466674805 1.028549194335938 9.075690269470215 1.028549194335938 C 11.12454509735107 1.028549194335938 13.18686199188232 0.8785695433616638 15.21500015258789 0.5823965668678284 L 15.21500015258789 41.65200042724609 L 15.21500015258789 41.66220092773438 L 15.21541976928711 41.67237854003906 C 15.29557037353516 43.63690948486328 14.60578060150146 45.51506805419922 13.27311038970947 46.96086883544922 C 11.94050025939941 48.40660858154297 10.12489032745361 49.24670028686523 8.160730361938477 49.32640838623047 C 8.059110641479492 49.33055877685547 7.956260204315186 49.33266067504883 7.854910373687744 49.33266067504883 Z%27 stroke=%27none%27/%3E%3Cpath d=%27M 7.854920387268066 48.83266067504883 C 7.949409961700439 48.83266067504883 8.04541015625 48.8306999206543 8.140450477600098 48.82682037353516 C 9.971139907836914 48.75252914428711 11.66339015960693 47.96950912475586 12.90546035766602 46.62199783325195 C 14.14760971069336 45.27439880371094 14.79053974151611 43.52383041381836 14.71582984924316 41.69276809692383 L 14.71500015258789 41.65200042724609 L 14.71500015258789 1.156757712364197 C 12.84802913665771 1.403649806976318 10.95613670349121 1.528549194335938 9.075690269470215 1.528549194335938 C 8.673027992248535 1.528549194335938 8.264843940734863 1.522777080535889 7.861989498138428 1.511403918266296 C 7.458986282348633 1.522777080535889 7.050795078277588 1.528549194335938 6.648250102996826 1.528549194335938 C 4.767292976379395 1.528549194335938 2.874715566635132 1.403625965118408 1.007000207901001 1.156703352928162 L 1.006373882293701 42.27833557128906 C 1.085749864578247 44.04960250854492 1.833516240119934 45.69900131225586 3.113880157470703 46.92556762695312 C 4.397640228271484 48.15538787841797 6.08137035369873 48.83267974853516 7.854910373687744 48.83266067504883 L 7.854920387268066 48.83266067504883 M 7.854918479919434 49.83265686035156 C 3.660095691680908 49.83270263671875 0.1785492449998856 46.51991271972656 0.006000171881169081 42.29100036621094 C -0.001999828265979886 42.07799911499023 -0.001999828265979886 41.86499786376953 0.006000171881169081 41.65200042724609 L 0.007000171579420567 41.65200042724609 L 0.007000171579420567 -8.239746307481255e-07 C 2.603000640869141 0.4159992337226868 5.234005451202393 0.5869991779327393 7.861999988555908 0.5109992027282715 C 10.48999977111816 0.5869989991188049 13.11999988555908 0.4159991443157196 15.71500015258789 -8.239746307481255e-07 L 15.71500015258789 41.65200042724609 C 15.89200019836426 45.98999786376953 12.51800060272217 49.64999771118164 8.180999755859375 49.82600021362305 C 8.071889877319336 49.83045196533203 7.963124752044678 49.83265686035156 7.854918479919434 49.83265686035156 Z%27 stroke=%27none%27 fill=%27%23000%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.leaflet-marker-icon-question.active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 viewBox=%270 0 74.14 131.57%27%3E%3Cdefs%3E%3CclipPath id=%27clip-path%27%3E%3Crect id=%27Rectangle_666%27 data-name=%27Rectangle 666%27 width=%2715.722%27 height=%2749.833%27 transform=%27translate%280 0%29%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%271%27/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id=%27Ellipse_15%27 data-name=%27Ellipse 15%27 fill=%27%23ffffff%27 stroke=%27%23000%27 stroke-width=%271%27%3E%3Ccircle cx=%2737.07%27 cy=%2737.07%27 r=%2737.07%27 stroke=%27none%27/%3E%3Ccircle cx=%2737.07%27 cy=%2737.07%27 r=%2736.57%27 fill=%27none%27/%3E%3C/g%3E%3Cpath id=%27question-solid%27 d=%27M8.266,48.532a8.274,8.274,0,0,1,8.266-8.266h4.133a8.274,8.274,0,0,1,8.266,8.266V49a8.248,8.248,0,0,1-3.8,6.948l-5.45,3.5A11.363,11.363,0,0,0,14.465,69V69.2a4.133,4.133,0,1,0,8.266,0v-.181a3.113,3.113,0,0,1,1.421-2.609l5.45-3.5A16.552,16.552,0,0,0,37.2,49v-.465A16.53,16.53,0,0,0,20.665,32H16.532A16.53,16.53,0,0,0,0,48.532a4.133,4.133,0,0,0,8.266,0ZM18.6,89.861a5.166,5.166,0,1,0-5.166-5.166A5.166,5.166,0,0,0,18.6,89.861Z%27 transform=%27translate%2818.472 -22.304%29%27 fill=%27%23ffc107%27 stroke=%27%23000%27 stroke-width=%271%27/%3E%3Cg id=%27Group_1131%27 data-name=%27Group 1131%27 transform=%27translate%2829.209 81.737%29%27%3E%3Cg id=%27Group_1129%27 data-name=%27Group 1129%27 clip-path=%27url%28%23clip-path%29%27%3E%3Cg id=%27Path_263%27 data-name=%27Path 263%27 fill=%27%23ffffff%27%3E%3Cpath d=%27M 7.854910373687744 49.33266067504883 C 5.951849937438965 49.33267974853516 4.145280361175537 48.60604858398438 2.767990112304688 47.28662872314453 C 1.387060165405273 45.96371078491211 0.5835901498794556 44.18231964111328 0.5055801868438721 42.2706184387207 C 0.5041018128395081 42.23123550415039 0.5029180645942688 42.19167709350586 0.5020285844802856 42.15200042724609 L 0.5060001611709595 42.15200042724609 L 0.5070001482963562 41.65200042724609 L 0.5070001482963562 0.5823612213134766 C 2.535865545272827 0.8785341382026672 4.598993301391602 1.028549194335938 6.648250102996826 1.028549194335938 C 7.051023960113525 1.028549194335938 7.459308624267578 1.022708535194397 7.861999988555908 1.011203765869141 C 8.264691352844238 1.022708535194397 8.672956466674805 1.028549194335938 9.075690269470215 1.028549194335938 C 11.12454509735107 1.028549194335938 13.18686199188232 0.8785695433616638 15.21500015258789 0.5823965668678284 L 15.21500015258789 41.65200042724609 L 15.21500015258789 41.66220092773438 L 15.21541976928711 41.67237854003906 C 15.29557037353516 43.63690948486328 14.60578060150146 45.51506805419922 13.27311038970947 46.96086883544922 C 11.94050025939941 48.40660858154297 10.12489032745361 49.24670028686523 8.160730361938477 49.32640838623047 C 8.059110641479492 49.33055877685547 7.956260204315186 49.33266067504883 7.854910373687744 49.33266067504883 Z%27 stroke=%27none%27/%3E%3Cpath d=%27M 7.854920387268066 48.83266067504883 C 7.949409961700439 48.83266067504883 8.04541015625 48.8306999206543 8.140450477600098 48.82682037353516 C 9.971139907836914 48.75252914428711 11.66339015960693 47.96950912475586 12.90546035766602 46.62199783325195 C 14.14760971069336 45.27439880371094 14.79053974151611 43.52383041381836 14.71582984924316 41.69276809692383 L 14.71500015258789 41.65200042724609 L 14.71500015258789 1.156757712364197 C 12.84802913665771 1.403649806976318 10.95613670349121 1.528549194335938 9.075690269470215 1.528549194335938 C 8.673027992248535 1.528549194335938 8.264843940734863 1.522777080535889 7.861989498138428 1.511403918266296 C 7.458986282348633 1.522777080535889 7.050795078277588 1.528549194335938 6.648250102996826 1.528549194335938 C 4.767292976379395 1.528549194335938 2.874715566635132 1.403625965118408 1.007000207901001 1.156703352928162 L 1.006373882293701 42.27833557128906 C 1.085749864578247 44.04960250854492 1.833516240119934 45.69900131225586 3.113880157470703 46.92556762695312 C 4.397640228271484 48.15538787841797 6.08137035369873 48.83267974853516 7.854910373687744 48.83266067504883 L 7.854920387268066 48.83266067504883 M 7.854918479919434 49.83265686035156 C 3.660095691680908 49.83270263671875 0.1785492449998856 46.51991271972656 0.006000171881169081 42.29100036621094 C -0.001999828265979886 42.07799911499023 -0.001999828265979886 41.86499786376953 0.006000171881169081 41.65200042724609 L 0.007000171579420567 41.65200042724609 L 0.007000171579420567 -8.239746307481255e-07 C 2.603000640869141 0.4159992337226868 5.234005451202393 0.5869991779327393 7.861999988555908 0.5109992027282715 C 10.48999977111816 0.5869989991188049 13.11999988555908 0.4159991443157196 15.71500015258789 -8.239746307481255e-07 L 15.71500015258789 41.65200042724609 C 15.89200019836426 45.98999786376953 12.51800060272217 49.64999771118164 8.180999755859375 49.82600021362305 C 8.071889877319336 49.83045196533203 7.963124752044678 49.83265686035156 7.854918479919434 49.83265686035156 Z%27 stroke=%27none%27 fill=%27%23000%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.leaflet-marker-icon-grouped-child-question {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 viewBox=%270 0 74.14 131.57%27%3E%3Cdefs%3E%3CclipPath id=%27clip-path%27%3E%3Crect id=%27Rectangle_666%27 data-name=%27Rectangle 666%27 width=%2715.722%27 height=%2749.833%27 transform=%27translate%280 0%29%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%271%27/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id=%27Ellipse_15%27 data-name=%27Ellipse 15%27 fill=%27%23ffc107%27 stroke=%27%23000%27 stroke-width=%271%27%3E%3Ccircle cx=%2737.07%27 cy=%2737.07%27 r=%2737.07%27 stroke=%27none%27/%3E%3Ccircle cx=%2737.07%27 cy=%2737.07%27 r=%2736.57%27 fill=%27none%27/%3E%3C/g%3E%3Cpath id=%27question-solid%27 d=%27M8.266,48.532a8.274,8.274,0,0,1,8.266-8.266h4.133a8.274,8.274,0,0,1,8.266,8.266V49a8.248,8.248,0,0,1-3.8,6.948l-5.45,3.5A11.363,11.363,0,0,0,14.465,69V69.2a4.133,4.133,0,1,0,8.266,0v-.181a3.113,3.113,0,0,1,1.421-2.609l5.45-3.5A16.552,16.552,0,0,0,37.2,49v-.465A16.53,16.53,0,0,0,20.665,32H16.532A16.53,16.53,0,0,0,0,48.532a4.133,4.133,0,0,0,8.266,0ZM18.6,89.861a5.166,5.166,0,1,0-5.166-5.166A5.166,5.166,0,0,0,18.6,89.861Z%27 transform=%27translate%2818.472 -22.304%29%27 fill=%27%23fff%27 stroke=%27%23000%27 stroke-width=%271%27/%3E%3Cg id=%27Group_1131%27 data-name=%27Group 1131%27 transform=%27translate%2829.209 81.737%29%27%3E%3Cg id=%27Group_1129%27 data-name=%27Group 1129%27 clip-path=%27url%28%23clip-path%29%27%3E%3Cg id=%27Path_263%27 data-name=%27Path 263%27 fill=%27%23ffc107%27%3E%3Cpath d=%27M 7.854910373687744 49.33266067504883 C 5.951849937438965 49.33267974853516 4.145280361175537 48.60604858398438 2.767990112304688 47.28662872314453 C 1.387060165405273 45.96371078491211 0.5835901498794556 44.18231964111328 0.5055801868438721 42.2706184387207 C 0.5041018128395081 42.23123550415039 0.5029180645942688 42.19167709350586 0.5020285844802856 42.15200042724609 L 0.5060001611709595 42.15200042724609 L 0.5070001482963562 41.65200042724609 L 0.5070001482963562 0.5823612213134766 C 2.535865545272827 0.8785341382026672 4.598993301391602 1.028549194335938 6.648250102996826 1.028549194335938 C 7.051023960113525 1.028549194335938 7.459308624267578 1.022708535194397 7.861999988555908 1.011203765869141 C 8.264691352844238 1.022708535194397 8.672956466674805 1.028549194335938 9.075690269470215 1.028549194335938 C 11.12454509735107 1.028549194335938 13.18686199188232 0.8785695433616638 15.21500015258789 0.5823965668678284 L 15.21500015258789 41.65200042724609 L 15.21500015258789 41.66220092773438 L 15.21541976928711 41.67237854003906 C 15.29557037353516 43.63690948486328 14.60578060150146 45.51506805419922 13.27311038970947 46.96086883544922 C 11.94050025939941 48.40660858154297 10.12489032745361 49.24670028686523 8.160730361938477 49.32640838623047 C 8.059110641479492 49.33055877685547 7.956260204315186 49.33266067504883 7.854910373687744 49.33266067504883 Z%27 stroke=%27none%27/%3E%3Cpath d=%27M 7.854920387268066 48.83266067504883 C 7.949409961700439 48.83266067504883 8.04541015625 48.8306999206543 8.140450477600098 48.82682037353516 C 9.971139907836914 48.75252914428711 11.66339015960693 47.96950912475586 12.90546035766602 46.62199783325195 C 14.14760971069336 45.27439880371094 14.79053974151611 43.52383041381836 14.71582984924316 41.69276809692383 L 14.71500015258789 41.65200042724609 L 14.71500015258789 1.156757712364197 C 12.84802913665771 1.403649806976318 10.95613670349121 1.528549194335938 9.075690269470215 1.528549194335938 C 8.673027992248535 1.528549194335938 8.264843940734863 1.522777080535889 7.861989498138428 1.511403918266296 C 7.458986282348633 1.522777080535889 7.050795078277588 1.528549194335938 6.648250102996826 1.528549194335938 C 4.767292976379395 1.528549194335938 2.874715566635132 1.403625965118408 1.007000207901001 1.156703352928162 L 1.006373882293701 42.27833557128906 C 1.085749864578247 44.04960250854492 1.833516240119934 45.69900131225586 3.113880157470703 46.92556762695312 C 4.397640228271484 48.15538787841797 6.08137035369873 48.83267974853516 7.854910373687744 48.83266067504883 L 7.854920387268066 48.83266067504883 M 7.854918479919434 49.83265686035156 C 3.660095691680908 49.83270263671875 0.1785492449998856 46.51991271972656 0.006000171881169081 42.29100036621094 C -0.001999828265979886 42.07799911499023 -0.001999828265979886 41.86499786376953 0.006000171881169081 41.65200042724609 L 0.007000171579420567 41.65200042724609 L 0.007000171579420567 -8.239746307481255e-07 C 2.603000640869141 0.4159992337226868 5.234005451202393 0.5869991779327393 7.861999988555908 0.5109992027282715 C 10.48999977111816 0.5869989991188049 13.11999988555908 0.4159991443157196 15.71500015258789 -8.239746307481255e-07 L 15.71500015258789 41.65200042724609 C 15.89200019836426 45.98999786376953 12.51800060272217 49.64999771118164 8.180999755859375 49.82600021362305 C 8.071889877319336 49.83045196533203 7.963124752044678 49.83265686035156 7.854918479919434 49.83265686035156 Z%27 stroke=%27none%27 fill=%27%23000%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.leaflet-marker-icon-grouped-child-question.hovered {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 viewBox=%270 0 74.14 131.57%27%3E%3Cdefs%3E%3CclipPath id=%27clip-path%27%3E%3Crect id=%27Rectangle_666%27 data-name=%27Rectangle 666%27 width=%2715.722%27 height=%2749.833%27 transform=%27translate%280 0%29%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%271%27/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id=%27Ellipse_15%27 data-name=%27Ellipse 15%27 fill=%27%233399fa%27 stroke=%27%23000%27 stroke-width=%271%27%3E%3Ccircle cx=%2737.07%27 cy=%2737.07%27 r=%2737.07%27 stroke=%27none%27/%3E%3Ccircle cx=%2737.07%27 cy=%2737.07%27 r=%2736.57%27 fill=%27none%27/%3E%3C/g%3E%3Cpath id=%27question-solid%27 d=%27M8.266,48.532a8.274,8.274,0,0,1,8.266-8.266h4.133a8.274,8.274,0,0,1,8.266,8.266V49a8.248,8.248,0,0,1-3.8,6.948l-5.45,3.5A11.363,11.363,0,0,0,14.465,69V69.2a4.133,4.133,0,1,0,8.266,0v-.181a3.113,3.113,0,0,1,1.421-2.609l5.45-3.5A16.552,16.552,0,0,0,37.2,49v-.465A16.53,16.53,0,0,0,20.665,32H16.532A16.53,16.53,0,0,0,0,48.532a4.133,4.133,0,0,0,8.266,0ZM18.6,89.861a5.166,5.166,0,1,0-5.166-5.166A5.166,5.166,0,0,0,18.6,89.861Z%27 transform=%27translate%2818.472 -22.304%29%27 fill=%27%23fff%27 stroke=%27%23000%27 stroke-width=%271%27/%3E%3Cg id=%27Group_1131%27 data-name=%27Group 1131%27 transform=%27translate%2829.209 81.737%29%27%3E%3Cg id=%27Group_1129%27 data-name=%27Group 1129%27 clip-path=%27url%28%23clip-path%29%27%3E%3Cg id=%27Path_263%27 data-name=%27Path 263%27 fill=%27%233399fa%27%3E%3Cpath d=%27M 7.854910373687744 49.33266067504883 C 5.951849937438965 49.33267974853516 4.145280361175537 48.60604858398438 2.767990112304688 47.28662872314453 C 1.387060165405273 45.96371078491211 0.5835901498794556 44.18231964111328 0.5055801868438721 42.2706184387207 C 0.5041018128395081 42.23123550415039 0.5029180645942688 42.19167709350586 0.5020285844802856 42.15200042724609 L 0.5060001611709595 42.15200042724609 L 0.5070001482963562 41.65200042724609 L 0.5070001482963562 0.5823612213134766 C 2.535865545272827 0.8785341382026672 4.598993301391602 1.028549194335938 6.648250102996826 1.028549194335938 C 7.051023960113525 1.028549194335938 7.459308624267578 1.022708535194397 7.861999988555908 1.011203765869141 C 8.264691352844238 1.022708535194397 8.672956466674805 1.028549194335938 9.075690269470215 1.028549194335938 C 11.12454509735107 1.028549194335938 13.18686199188232 0.8785695433616638 15.21500015258789 0.5823965668678284 L 15.21500015258789 41.65200042724609 L 15.21500015258789 41.66220092773438 L 15.21541976928711 41.67237854003906 C 15.29557037353516 43.63690948486328 14.60578060150146 45.51506805419922 13.27311038970947 46.96086883544922 C 11.94050025939941 48.40660858154297 10.12489032745361 49.24670028686523 8.160730361938477 49.32640838623047 C 8.059110641479492 49.33055877685547 7.956260204315186 49.33266067504883 7.854910373687744 49.33266067504883 Z%27 stroke=%27none%27/%3E%3Cpath d=%27M 7.854920387268066 48.83266067504883 C 7.949409961700439 48.83266067504883 8.04541015625 48.8306999206543 8.140450477600098 48.82682037353516 C 9.971139907836914 48.75252914428711 11.66339015960693 47.96950912475586 12.90546035766602 46.62199783325195 C 14.14760971069336 45.27439880371094 14.79053974151611 43.52383041381836 14.71582984924316 41.69276809692383 L 14.71500015258789 41.65200042724609 L 14.71500015258789 1.156757712364197 C 12.84802913665771 1.403649806976318 10.95613670349121 1.528549194335938 9.075690269470215 1.528549194335938 C 8.673027992248535 1.528549194335938 8.264843940734863 1.522777080535889 7.861989498138428 1.511403918266296 C 7.458986282348633 1.522777080535889 7.050795078277588 1.528549194335938 6.648250102996826 1.528549194335938 C 4.767292976379395 1.528549194335938 2.874715566635132 1.403625965118408 1.007000207901001 1.156703352928162 L 1.006373882293701 42.27833557128906 C 1.085749864578247 44.04960250854492 1.833516240119934 45.69900131225586 3.113880157470703 46.92556762695312 C 4.397640228271484 48.15538787841797 6.08137035369873 48.83267974853516 7.854910373687744 48.83266067504883 L 7.854920387268066 48.83266067504883 M 7.854918479919434 49.83265686035156 C 3.660095691680908 49.83270263671875 0.1785492449998856 46.51991271972656 0.006000171881169081 42.29100036621094 C -0.001999828265979886 42.07799911499023 -0.001999828265979886 41.86499786376953 0.006000171881169081 41.65200042724609 L 0.007000171579420567 41.65200042724609 L 0.007000171579420567 -8.239746307481255e-07 C 2.603000640869141 0.4159992337226868 5.234005451202393 0.5869991779327393 7.861999988555908 0.5109992027282715 C 10.48999977111816 0.5869989991188049 13.11999988555908 0.4159991443157196 15.71500015258789 -8.239746307481255e-07 L 15.71500015258789 41.65200042724609 C 15.89200019836426 45.98999786376953 12.51800060272217 49.64999771118164 8.180999755859375 49.82600021362305 C 8.071889877319336 49.83045196533203 7.963124752044678 49.83265686035156 7.854918479919434 49.83265686035156 Z%27 stroke=%27none%27 fill=%27%23000%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.leaflet-marker-icon-grouped-child-question.active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 viewBox=%270 0 74.14 131.57%27%3E%3Cdefs%3E%3CclipPath id=%27clip-path%27%3E%3Crect id=%27Rectangle_666%27 data-name=%27Rectangle 666%27 width=%2715.722%27 height=%2749.833%27 transform=%27translate%280 0%29%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%271%27/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id=%27Ellipse_15%27 data-name=%27Ellipse 15%27 fill=%27%23ffffff%27 stroke=%27%23000%27 stroke-width=%271%27%3E%3Ccircle cx=%2737.07%27 cy=%2737.07%27 r=%2737.07%27 stroke=%27none%27/%3E%3Ccircle cx=%2737.07%27 cy=%2737.07%27 r=%2736.57%27 fill=%27none%27/%3E%3C/g%3E%3Cpath id=%27question-solid%27 d=%27M8.266,48.532a8.274,8.274,0,0,1,8.266-8.266h4.133a8.274,8.274,0,0,1,8.266,8.266V49a8.248,8.248,0,0,1-3.8,6.948l-5.45,3.5A11.363,11.363,0,0,0,14.465,69V69.2a4.133,4.133,0,1,0,8.266,0v-.181a3.113,3.113,0,0,1,1.421-2.609l5.45-3.5A16.552,16.552,0,0,0,37.2,49v-.465A16.53,16.53,0,0,0,20.665,32H16.532A16.53,16.53,0,0,0,0,48.532a4.133,4.133,0,0,0,8.266,0ZM18.6,89.861a5.166,5.166,0,1,0-5.166-5.166A5.166,5.166,0,0,0,18.6,89.861Z%27 transform=%27translate%2818.472 -22.304%29%27 fill=%27%23ffc107%27 stroke=%27%23000%27 stroke-width=%271%27/%3E%3Cg id=%27Group_1131%27 data-name=%27Group 1131%27 transform=%27translate%2829.209 81.737%29%27%3E%3Cg id=%27Group_1129%27 data-name=%27Group 1129%27 clip-path=%27url%28%23clip-path%29%27%3E%3Cg id=%27Path_263%27 data-name=%27Path 263%27 fill=%27%23ffffff%27%3E%3Cpath d=%27M 7.854910373687744 49.33266067504883 C 5.951849937438965 49.33267974853516 4.145280361175537 48.60604858398438 2.767990112304688 47.28662872314453 C 1.387060165405273 45.96371078491211 0.5835901498794556 44.18231964111328 0.5055801868438721 42.2706184387207 C 0.5041018128395081 42.23123550415039 0.5029180645942688 42.19167709350586 0.5020285844802856 42.15200042724609 L 0.5060001611709595 42.15200042724609 L 0.5070001482963562 41.65200042724609 L 0.5070001482963562 0.5823612213134766 C 2.535865545272827 0.8785341382026672 4.598993301391602 1.028549194335938 6.648250102996826 1.028549194335938 C 7.051023960113525 1.028549194335938 7.459308624267578 1.022708535194397 7.861999988555908 1.011203765869141 C 8.264691352844238 1.022708535194397 8.672956466674805 1.028549194335938 9.075690269470215 1.028549194335938 C 11.12454509735107 1.028549194335938 13.18686199188232 0.8785695433616638 15.21500015258789 0.5823965668678284 L 15.21500015258789 41.65200042724609 L 15.21500015258789 41.66220092773438 L 15.21541976928711 41.67237854003906 C 15.29557037353516 43.63690948486328 14.60578060150146 45.51506805419922 13.27311038970947 46.96086883544922 C 11.94050025939941 48.40660858154297 10.12489032745361 49.24670028686523 8.160730361938477 49.32640838623047 C 8.059110641479492 49.33055877685547 7.956260204315186 49.33266067504883 7.854910373687744 49.33266067504883 Z%27 stroke=%27none%27/%3E%3Cpath d=%27M 7.854920387268066 48.83266067504883 C 7.949409961700439 48.83266067504883 8.04541015625 48.8306999206543 8.140450477600098 48.82682037353516 C 9.971139907836914 48.75252914428711 11.66339015960693 47.96950912475586 12.90546035766602 46.62199783325195 C 14.14760971069336 45.27439880371094 14.79053974151611 43.52383041381836 14.71582984924316 41.69276809692383 L 14.71500015258789 41.65200042724609 L 14.71500015258789 1.156757712364197 C 12.84802913665771 1.403649806976318 10.95613670349121 1.528549194335938 9.075690269470215 1.528549194335938 C 8.673027992248535 1.528549194335938 8.264843940734863 1.522777080535889 7.861989498138428 1.511403918266296 C 7.458986282348633 1.522777080535889 7.050795078277588 1.528549194335938 6.648250102996826 1.528549194335938 C 4.767292976379395 1.528549194335938 2.874715566635132 1.403625965118408 1.007000207901001 1.156703352928162 L 1.006373882293701 42.27833557128906 C 1.085749864578247 44.04960250854492 1.833516240119934 45.69900131225586 3.113880157470703 46.92556762695312 C 4.397640228271484 48.15538787841797 6.08137035369873 48.83267974853516 7.854910373687744 48.83266067504883 L 7.854920387268066 48.83266067504883 M 7.854918479919434 49.83265686035156 C 3.660095691680908 49.83270263671875 0.1785492449998856 46.51991271972656 0.006000171881169081 42.29100036621094 C -0.001999828265979886 42.07799911499023 -0.001999828265979886 41.86499786376953 0.006000171881169081 41.65200042724609 L 0.007000171579420567 41.65200042724609 L 0.007000171579420567 -8.239746307481255e-07 C 2.603000640869141 0.4159992337226868 5.234005451202393 0.5869991779327393 7.861999988555908 0.5109992027282715 C 10.48999977111816 0.5869989991188049 13.11999988555908 0.4159991443157196 15.71500015258789 -8.239746307481255e-07 L 15.71500015258789 41.65200042724609 C 15.89200019836426 45.98999786376953 12.51800060272217 49.64999771118164 8.180999755859375 49.82600021362305 C 8.071889877319336 49.83045196533203 7.963124752044678 49.83265686035156 7.854918479919434 49.83265686035156 Z%27 stroke=%27none%27 fill=%27%23000%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.leaflet-marker-icon-grouped-parent {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.783 32.93%27%3E%3Cg id=%27Group_757%27 data-name=%27Group 757%27 transform=%27translate%28-297.258 -380.304%29%27%3E%3Cpath id=%27map-pin-solid%27 d=%27M304.673 411.023v-10.34a15.021 15.021 0 0 0 3.9 0v10.336a1.951 1.951 0 1 1-3.9.125c0-.041 0-.083 0-.125Z%27 fill=%27%2300ff3e%27 stroke=%27%23161616%27 stroke-width=%270.4%27/%3E%3Cpath id=%27layer-group-solid%27 d=%27M305.8 380.7a2.006 2.006 0 0 1 1.687 0l7.848 3.626a.85.85 0 0 1 .5.751.881.881 0 0 1-.5.815l-7.848 3.626a2.006 2.006 0 0 1-1.687 0l-7.847-3.625a.879.879 0 0 1-.5-.816.85.85 0 0 1 .5-.751Zm9.535 8.217a.85.85 0 0 1 .5.751.881.881 0 0 1-.5.815l-7.848 3.63a2.006 2.006 0 0 1-1.687 0l-7.847-3.625a.879.879 0 0 1-.5-.815.849.849 0 0 1 .5-.756l1.91-.883 5.455 2.525a3.133 3.133 0 0 0 2.65 0l5.456-2.52Zm-7.369 6.228 5.456-2.52 1.91.883a.846.846 0 0 1 .5.751.876.876 0 0 1-.5.814l-7.845 3.636a2.006 2.006 0 0 1-1.687 0l-7.847-3.626a.879.879 0 0 1-.5-.815.847.847 0 0 1 .5-.75l1.91-.884 5.455 2.52a3.133 3.133 0 0 0 2.65 0Z%27 fill=%27%2300ff3e%27 stroke=%27%23161616%27 stroke-width=%270.4%27/%3E%3C/g%3E%3C/svg%3E");
}
.leaflet-marker-icon-grouped-parent.hovered {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.783 32.93%27%3E%3Cg id=%27Group_757%27 data-name=%27Group 757%27 transform=%27translate%28-297.258 -380.304%29%27%3E%3Cpath id=%27map-pin-solid%27 d=%27M304.673 411.023v-10.34a15.021 15.021 0 0 0 3.9 0v10.336a1.951 1.951 0 1 1-3.9.125c0-.041 0-.083 0-.125Z%27 fill=%27%233399fa%27 stroke=%27%23161616%27 stroke-width=%270.4%27/%3E%3Cpath id=%27layer-group-solid%27 d=%27M305.8 380.7a2.006 2.006 0 0 1 1.687 0l7.848 3.626a.85.85 0 0 1 .5.751.881.881 0 0 1-.5.815l-7.848 3.626a2.006 2.006 0 0 1-1.687 0l-7.847-3.625a.879.879 0 0 1-.5-.816.85.85 0 0 1 .5-.751Zm9.535 8.217a.85.85 0 0 1 .5.751.881.881 0 0 1-.5.815l-7.848 3.63a2.006 2.006 0 0 1-1.687 0l-7.847-3.625a.879.879 0 0 1-.5-.815.849.849 0 0 1 .5-.756l1.91-.883 5.455 2.525a3.133 3.133 0 0 0 2.65 0l5.456-2.52Zm-7.369 6.228 5.456-2.52 1.91.883a.846.846 0 0 1 .5.751.876.876 0 0 1-.5.814l-7.845 3.636a2.006 2.006 0 0 1-1.687 0l-7.847-3.626a.879.879 0 0 1-.5-.815.847.847 0 0 1 .5-.75l1.91-.884 5.455 2.52a3.133 3.133 0 0 0 2.65 0Z%27 fill=%27%233399fa%27 stroke=%27%23161616%27 stroke-width=%270.4%27/%3E%3C/g%3E%3C/svg%3E");
}
.leaflet-marker-icon-grouped-parent.active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.783 32.93%27%3E%3Cg id=%27Group_757%27 data-name=%27Group 757%27 transform=%27translate%28-297.258 -380.304%29%27%3E%3Cpath id=%27map-pin-solid%27 d=%27M304.673 411.023v-10.34a15.021 15.021 0 0 0 3.9 0v10.336a1.951 1.951 0 1 1-3.9.125c0-.041 0-.083 0-.125Z%27 fill=%27%23ffffff%27 stroke=%27%23161616%27 stroke-width=%270.4%27/%3E%3Cpath id=%27layer-group-solid%27 d=%27M305.8 380.7a2.006 2.006 0 0 1 1.687 0l7.848 3.626a.85.85 0 0 1 .5.751.881.881 0 0 1-.5.815l-7.848 3.626a2.006 2.006 0 0 1-1.687 0l-7.847-3.625a.879.879 0 0 1-.5-.816.85.85 0 0 1 .5-.751Zm9.535 8.217a.85.85 0 0 1 .5.751.881.881 0 0 1-.5.815l-7.848 3.63a2.006 2.006 0 0 1-1.687 0l-7.847-3.625a.879.879 0 0 1-.5-.815.849.849 0 0 1 .5-.756l1.91-.883 5.455 2.525a3.133 3.133 0 0 0 2.65 0l5.456-2.52Zm-7.369 6.228 5.456-2.52 1.91.883a.846.846 0 0 1 .5.751.876.876 0 0 1-.5.814l-7.845 3.636a2.006 2.006 0 0 1-1.687 0l-7.847-3.626a.879.879 0 0 1-.5-.815.847.847 0 0 1 .5-.75l1.91-.884 5.455 2.52a3.133 3.133 0 0 0 2.65 0Z%27 fill=%27%23ffffff%27 stroke=%27%23161616%27 stroke-width=%270.4%27/%3E%3C/g%3E%3C/svg%3E");
}

.leaflet-marker-icon-grouped-child {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.783 32.93%27%3E%3Cg id=%27Group_757%27 data-name=%27Group 757%27 transform=%27translate%28-297.258 -380.304%29%27%3E%3Cpath id=%27map-pin-solid%27 d=%27M304.673 411.023v-10.34a15.021 15.021 0 0 0 3.9 0v10.336a1.951 1.951 0 1 1-3.9.125c0-.041 0-.083 0-.125Z%27 fill=%27%2300ff3e%27 stroke=%27%23161616%27 stroke-width=%270.4%27/%3E%3Cpath id=%27layer-group-solid%27 d=%27M305.8 380.7a2.006 2.006 0 0 1 1.687 0l7.848 3.626a.85.85 0 0 1 .5.751.881.881 0 0 1-.5.815l-7.848 3.626a2.006 2.006 0 0 1-1.687 0l-7.847-3.625a.879.879 0 0 1-.5-.816.85.85 0 0 1 .5-.751Zm9.535 8.217a.85.85 0 0 1 .5.751.881.881 0 0 1-.5.815l-7.848 3.63a2.006 2.006 0 0 1-1.687 0l-7.847-3.625a.879.879 0 0 1-.5-.815.849.849 0 0 1 .5-.756l1.91-.883 5.455 2.525a3.133 3.133 0 0 0 2.65 0l5.456-2.52Zm-7.369 6.228 5.456-2.52 1.91.883a.846.846 0 0 1 .5.751.876.876 0 0 1-.5.814l-7.845 3.636a2.006 2.006 0 0 1-1.687 0l-7.847-3.626a.879.879 0 0 1-.5-.815.847.847 0 0 1 .5-.75l1.91-.884 5.455 2.52a3.133 3.133 0 0 0 2.65 0Z%27 fill=%27%2300ff3e%27 stroke=%27%23161616%27 stroke-width=%270.4%27/%3E%3C/g%3E%3C/svg%3E");
}
.leaflet-marker-icon-grouped-child.hovered {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.783 32.93%27%3E%3Cg id=%27Group_757%27 data-name=%27Group 757%27 transform=%27translate%28-297.258 -380.304%29%27%3E%3Cpath id=%27map-pin-solid%27 d=%27M304.673 411.023v-10.34a15.021 15.021 0 0 0 3.9 0v10.336a1.951 1.951 0 1 1-3.9.125c0-.041 0-.083 0-.125Z%27 fill=%27%233399fa%27 stroke=%27%23161616%27 stroke-width=%270.4%27/%3E%3Cpath id=%27layer-group-solid%27 d=%27M305.8 380.7a2.006 2.006 0 0 1 1.687 0l7.848 3.626a.85.85 0 0 1 .5.751.881.881 0 0 1-.5.815l-7.848 3.626a2.006 2.006 0 0 1-1.687 0l-7.847-3.625a.879.879 0 0 1-.5-.816.85.85 0 0 1 .5-.751Zm9.535 8.217a.85.85 0 0 1 .5.751.881.881 0 0 1-.5.815l-7.848 3.63a2.006 2.006 0 0 1-1.687 0l-7.847-3.625a.879.879 0 0 1-.5-.815.849.849 0 0 1 .5-.756l1.91-.883 5.455 2.525a3.133 3.133 0 0 0 2.65 0l5.456-2.52Zm-7.369 6.228 5.456-2.52 1.91.883a.846.846 0 0 1 .5.751.876.876 0 0 1-.5.814l-7.845 3.636a2.006 2.006 0 0 1-1.687 0l-7.847-3.626a.879.879 0 0 1-.5-.815.847.847 0 0 1 .5-.75l1.91-.884 5.455 2.52a3.133 3.133 0 0 0 2.65 0Z%27 fill=%27%233399fa%27 stroke=%27%23161616%27 stroke-width=%270.4%27/%3E%3C/g%3E%3C/svg%3E");
}
.leaflet-marker-icon-grouped-child.active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.783 32.93%27%3E%3Cg id=%27Group_757%27 data-name=%27Group 757%27 transform=%27translate%28-297.258 -380.304%29%27%3E%3Cpath id=%27map-pin-solid%27 d=%27M304.673 411.023v-10.34a15.021 15.021 0 0 0 3.9 0v10.336a1.951 1.951 0 1 1-3.9.125c0-.041 0-.083 0-.125Z%27 fill=%27%23ffffff%27 stroke=%27%23161616%27 stroke-width=%270.4%27/%3E%3Cpath id=%27layer-group-solid%27 d=%27M305.8 380.7a2.006 2.006 0 0 1 1.687 0l7.848 3.626a.85.85 0 0 1 .5.751.881.881 0 0 1-.5.815l-7.848 3.626a2.006 2.006 0 0 1-1.687 0l-7.847-3.625a.879.879 0 0 1-.5-.816.85.85 0 0 1 .5-.751Zm9.535 8.217a.85.85 0 0 1 .5.751.881.881 0 0 1-.5.815l-7.848 3.63a2.006 2.006 0 0 1-1.687 0l-7.847-3.625a.879.879 0 0 1-.5-.815.849.849 0 0 1 .5-.756l1.91-.883 5.455 2.525a3.133 3.133 0 0 0 2.65 0l5.456-2.52Zm-7.369 6.228 5.456-2.52 1.91.883a.846.846 0 0 1 .5.751.876.876 0 0 1-.5.814l-7.845 3.636a2.006 2.006 0 0 1-1.687 0l-7.847-3.626a.879.879 0 0 1-.5-.815.847.847 0 0 1 .5-.75l1.91-.884 5.455 2.52a3.133 3.133 0 0 0 2.65 0Z%27 fill=%27%23ffffff%27 stroke=%27%23161616%27 stroke-width=%270.4%27/%3E%3C/g%3E%3C/svg%3E");
}

.leaflet-marker-icon-grouped-child-clicked,
.leaflet-marker-icon-grouped-child-clicked:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.783 32.93%27%3E%3Cg id=%27Group_757%27 data-name=%27Group 757%27 transform=%27translate%28-297.258 -380.304%29%27%3E%3Cpath id=%27map-pin-solid%27 d=%27M304.673 411.023v-10.34a15.021 15.021 0 0 0 3.9 0v10.336a1.951 1.951 0 1 1-3.9.125c0-.041 0-.083 0-.125Z%27 fill=%27%23ffffff%27 stroke=%27%23161616%27 stroke-width=%270.4%27/%3E%3Cpath id=%27layer-group-solid%27 d=%27M305.8 380.7a2.006 2.006 0 0 1 1.687 0l7.848 3.626a.85.85 0 0 1 .5.751.881.881 0 0 1-.5.815l-7.848 3.626a2.006 2.006 0 0 1-1.687 0l-7.847-3.625a.879.879 0 0 1-.5-.816.85.85 0 0 1 .5-.751Zm9.535 8.217a.85.85 0 0 1 .5.751.881.881 0 0 1-.5.815l-7.848 3.63a2.006 2.006 0 0 1-1.687 0l-7.847-3.625a.879.879 0 0 1-.5-.815.849.849 0 0 1 .5-.756l1.91-.883 5.455 2.525a3.133 3.133 0 0 0 2.65 0l5.456-2.52Zm-7.369 6.228 5.456-2.52 1.91.883a.846.846 0 0 1 .5.751.876.876 0 0 1-.5.814l-7.845 3.636a2.006 2.006 0 0 1-1.687 0l-7.847-3.626a.879.879 0 0 1-.5-.815.847.847 0 0 1 .5-.75l1.91-.884 5.455 2.52a3.133 3.133 0 0 0 2.65 0Z%27 fill=%27%23ffffff%27 stroke=%27%23161616%27 stroke-width=%270.4%27/%3E%3C/g%3E%3C/svg%3E");
}
/*!****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/IssuesGridCard/index.scss ***!
  \****************************************************************************************************************************/
.card__container {
  position: relative;
  display: flex;
  flex-direction: column;
  font-weight: 800;
  font-size: 13px;
  text-align: left;
  color: #65707b;
  flex: 1 1 220px;
  max-width: 220px;
  width: auto;
  height: auto;
  overflow: hidden;
  cursor: pointer;
}
.card__container-inner {
  display: flex;
  flex-direction: column;
}
.card__checkbox {
  position: absolute;
  top: 10px;
  left: 10px;
  display: none;
  width: 30px;
  height: 30px;
  background: transparent;
  border: 2px solid #ffffff !important;
  border-radius: 50%;
  z-index: 5;
  cursor: pointer;
}
.card__external-status {
  position: absolute;
  color: #fff;
  bottom: 8px;
  right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.card__external-status svg:first-of-type {
  margin-bottom: 2px;
}
.card__child-issues {
  position: absolute;
  color: #fff;
  bottom: 8px;
  left: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.card__child-issues svg {
  margin-bottom: 2px;
}
.card__child-issues div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.card__child-issues div span {
  font-size: 9px;
  text-align: center;
  color: #fff;
}
.card__hazzard, .card__recommend {
  position: absolute;
  top: 8px;
  left: calc(50% - 10.2px);
}
.card__hazzard {
  z-index: 3;
}
.card__thumbnail {
  display: table;
  position: static;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  z-index: -1;
  background-color: white;
  min-height: 200px;
}
.card__content {
  position: relative;
  margin-bottom: 5px;
  width: 100%;
  height: 220px;
  border-radius: 8px;
  overflow: hidden;
}
.card__content:hover::before, .card__content.hovered::before {
  opacity: 0.6;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, rgba(111, 110, 110, 0) 20%, rgba(111, 111, 111, 0) 80%, rgba(0, 0, 0, 0.8) 100%);
}
.card__content:hover .card__checkbox, .card__content.hovered {
  display: block;
  border: 3px solid #38b04a;
}
.card__content::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%);
}
.card__content.checked::before {
  background: linear-gradient(rgba(255, 255, 255, 0) 0%);
  opacity: 1;
  height: 100%;
}
.card__content.checked .card__checkbox {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2715.985%27 height=%2711.417%27 viewBox=%270 0 15.985 11.417%27%3e%3cpath id=%27check-solid%27 d=%27M15.65,96.345a1.139,1.139,0,0,1,0,1.613l-9.135,9.135a1.139,1.139,0,0,1-1.613,0L.334,102.525a1.141,1.141,0,0,1,1.615-1.613l3.728,3.757,8.36-8.325a1.138,1.138,0,0,1,1.613,0Z%27 transform=%27translate%280 -96.01%29%27 fill=%27%23fff%27/%3e%3c/svg%3e");
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #38b04a;
}
.card__content.private::after {
  position: absolute;
  content: "";
  top: calc((100% - 80px) / 2);
  left: calc((100% - 100px) / 2);
  width: 100px;
  height: 80px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27101.192%27 height=%2780.954%27 viewBox=%270 0 101.192 80.954%27%3e%3cpath id=%27eye-slash-solid%27 d=%27M23.828,14.668A43.178,43.178,0,0,1,50.6,5.06C63.371,5.06,73.6,10.885,81.048,17.8A61.254,61.254,0,0,1,95.737,38.532a5.028,5.028,0,0,1,0,3.89A62.69,62.69,0,0,1,83.1,61.142L99.737,74.17a3.8,3.8,0,1,1-4.68,5.977L1.454,6.782A3.795,3.795,0,1,1,6.136.808Zm11.447,8.97L49.552,34.832A10.237,10.237,0,0,0,50.6,30.215a11.539,11.539,0,0,0-1.328-4.854,12.853,12.853,0,0,1,1.328-.206A15.183,15.183,0,0,1,65.775,40.334a13.475,13.475,0,0,1-1.407,6.23l6.245,4.775a22.733,22.733,0,0,0-35.338-27.7ZM50.6,75.894c-12.775,0-23.005-5.819-30.452-12.744A64.387,64.387,0,0,1,5.449,42.421a5.056,5.056,0,0,1,0-3.89,60.12,60.12,0,0,1,7.689-13L28.049,37.283a23.112,23.112,0,0,0-.221,3.052A22.771,22.771,0,0,0,58.976,61.648L70.55,70.755A41.562,41.562,0,0,1,50.6,75.894Z%27 transform=%27translate%280 0%29%27 fill=%27%23fff%27 opacity=%270.502%27/%3e%3c/svg%3e");
}
.card__content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card__info {
  flex-shrink: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}

@media screen and (min-width: 1307px) {
  .issues__grid .card__container {
    flex-basis: 32%;
    max-width: 32%;
  }
}
@media screen and (min-width: 1577px) {
  .issues__grid .card__container {
    flex-basis: 24%;
    max-width: 24%;
  }
}
@media screen and (min-width: 2560px) {
  .issues__grid .card__container {
    flex-basis: 19%;
    max-width: 19%;
  }
}
@media screen and (max-width: 1366px) {
  .issues__grid .card__container {
    flex-basis: 31%;
    max-width: 31%;
  }
  .issues__grid .card__container .card__content {
    height: 160px;
  }
}
@media screen and (max-width: 480px) {
  .issues__grid {
    justify-content: center;
  }
  .issues__grid .card__container {
    flex-basis: 80%;
    max-width: 80%;
  }
  .issues__grid .card__container .card__content {
    height: 220px;
  }
}
/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/Modal/components/FilterMenu/index.scss ***!
  \*****************************************************************************************************************************************/
.filter-menu .modal__container {
  height: 370px;
  overflow: hidden;
}
.filter-menu-content {
  height: 100%;
  right: 10px;
  flex-wrap: wrap;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #eaeaea;
  padding: 20px;
}
.filter-menu__header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.filter-menu__title {
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 21px;
  text-align: left;
  color: #212e3f;
}
.filter-menu__tabs {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.filter-menu__tabs input {
  display: none;
}
.filter-menu__tabs input + label {
  display: inline-block;
}
.filter-menu__tabs input ~ .tab {
  display: none;
}
.filter-menu__tabs #unapproved-issues:checked ~ .tab.unapproved-issues-content,
.filter-menu__tabs #approved-issues:checked ~ .tab.approved-issues-content {
  display: block;
  border: none;
  height: 250px;
  padding-left: 0;
}
.filter-menu__tabs label[for=unapproved-issues] {
  border-radius: 5px 0px 0px 5px;
  width: 50%;
}
.filter-menu__tabs label[for=approved-issues] {
  border-radius: 0px 5px 5px 0px;
  width: 50%;
}
.filter-menu__tabs input + label {
  border: #38b04a 2px solid;
  padding: 11px;
  width: 220.63px;
  height: 40px;
  background: #38b04a;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  color: #38b04a;
  background-color: #fff;
  display: block;
}
.filter-menu__tabs input:checked + label {
  border: #38b04a 1px solid;
  padding: 13px;
  width: 220.63px;
  height: 40px;
  background: #38b04a;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  color: #fff;
}
.filter-menu__tabs input ~ .tab {
  width: 100%;
  height: 170px;
}
.filter-menu__select {
  width: 100%;
}
.filter-menu__select label {
  margin: 10px 0;
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 12px;
  color: #212e3f;
  display: block;
}
.filter-menu__select select {
  width: 100%;
  height: 35px;
  border-radius: 5px;
  padding: 0 10px;
  border: none;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #000;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 15px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714%27 height=%278.167%27 viewBox=%270 0 14 8.167%27%3E%3Cpath id=%27angle-left-solid%27 d=%27M7,14a1.162,1.162,0,0,1-.825-.342L.342,7.825a1.166,1.166,0,0,1,0-1.65L6.175.342a1.167,1.167,0,0,1,1.65,1.65L2.816,7l5.009,5.009A1.166,1.166,0,0,1,7,14Z%27 transform=%27translate%280 8.167%29 rotate%28-90%29%27 fill=%27%23aaa%27/%3E%3C/svg%3E");
}
.filter-menu__select select:focus-visible {
  outline: none;
}
.filter-menu__select select:focus {
  outline: none !important;
}
.filter-menu__select select:disabled {
  background-color: #dfdfdf;
  color: #989898;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714%27 height=%278.167%27 viewBox=%270 0 14 8.167%27%3E%3Cpath id=%27angle-left-solid%27 d=%27M7,14a1.162,1.162,0,0,1-.825-.342L.342,7.825a1.166,1.166,0,0,1,0-1.65L6.175.342a1.167,1.167,0,0,1,1.65,1.65L2.816,7l5.009,5.009A1.166,1.166,0,0,1,7,14Z%27 transform=%27translate%280 8.167%29 rotate%28-90%29%27 fill=%27%23dfdfdf%27/%3E%3C/svg%3E");
}
.filter-menu__select option {
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 15px;
  text-align: left;
  color: #212e3f;
}
.filter-menu hr {
  width: calc(100% + 40px);
  border: 0.5px solid #eaeaea;
  margin: 20px 0;
  margin-left: -20px;
}
.filter-menu__view-as-client-checkbox {
  display: flex;
  align-items: center;
}
.filter-menu__button-container input[type=checkbox] {
  position: absolute;
  left: 0px;
  padding: 0;
  margin: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.filter-menu__button-container label {
  padding-left: 35px;
  display: flex;
  align-items: center;
  position: relative;
  width: fit-content;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  color: #212e3f;
}
.filter-menu__button-container label:before {
  content: "";
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  left: 0;
}
.filter-menu__button-container input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2735%27 height=%2735%27 viewBox=%270 0 35 35%27%3E%3Cpath id=%27square-check-solid%27 d=%27M30,32a5,5,0,0,1,5,5V62a5,5,0,0,1-5,5H5a5,5,0,0,1-5-5V37a5,5,0,0,1,5-5ZM26.547,46.047a2.188,2.188,0,0,0-3.094-3.094L15,51.406l-3.453-3.453a2.188,2.188,0,0,0-3.094,3.094l5,5a2.193,2.193,0,0,0,3.094,0Z%27 transform=%27translate%280 -32%29%27 fill=%27%2338B04A%27/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.filter-menu__buttons {
  display: flex;
  gap: 10px;
}
.filter-menu__button-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter-menu__button-container-without-checkbox {
  display: flex;
  justify-content: end;
  align-items: center;
}
.filter-menu__cancel-button, .filter-menu__submit-button {
  margin-right: 12px;
  width: 87px;
  height: 42px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #38b04a;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #38b04a;
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}
.filter-menu__submit-button {
  background-color: #38b04a;
  color: #fff;
}
/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/EditBar/index.scss ***!
  \*********************************************************************************************************************/
.edit-bar {
  justify-content: space-between;
}
.edit-bar__selected-items {
  font-family: var(--font-default);
  margin-right: 22px;
  padding: 24px 0 22px 40px;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  color: #161616;
  min-width: fit-content;
  box-sizing: border-box;
}
.edit-bar__buttons {
  display: flex;
  align-items: center;
  padding: 0 10px 0 15px;
  justify-content: start;
  gap: 15px;
  flex: 0 0 42%;
  flex-grow: 1;
}
.edit-bar__actions {
  display: flex;
  align-items: center;
  flex: 0 0 50%;
  justify-content: space-between;
}
.edit-bar__actions__buttons {
  display: flex;
  align-items: center;
}
.edit-bar__actions__buttons .button {
  margin-right: 10.2px;
}
.edit-bar__empty-actions {
  display: none;
}
.edit-bar__filters {
  width: fit-content;
  height: fit-content;
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  color: #757575;
  align-self: center;
  padding-right: 20px;
}
.edit-bar #edit-bar-dots {
  width: 35px;
}
.edit-bar__actions__buttons-container {
  position: relative;
  display: inline-block;
}
.edit-bar__actions__buttons-container .show {
  display: flex;
}
.edit-bar__actions__buttons-container-content {
  width: 201px;
}
.edit-bar__actions__buttons-content-view {
  width: 168.39px;
}
.edit-bar__actions__buttons-container-content, .edit-bar__actions__buttons-container-content-view {
  display: none;
  position: absolute;
  z-index: 10;
  right: 10px;
  flex-wrap: wrap;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #eaeaea;
  margin-top: 10px;
}
.edit-bar__actions__buttons-container-content span, .edit-bar__actions__buttons-container-content-view span {
  width: 100%;
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  color: #757575;
  padding: 12px 19.1px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #d5d5d5;
  background: transparent;
}
.edit-bar__actions__buttons-container-content div, .edit-bar__actions__buttons-container-content-view div {
  padding: 10px 19.1px;
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  color: #161616;
  width: 100%;
  display: flex;
  align-items: center;
}
.edit-bar__actions__buttons-container-content div a, .edit-bar__actions__buttons-container-content-view div a {
  padding-left: 9.5px;
}
.edit-bar__actions__buttons-container-content div:hover, .edit-bar__actions__buttons-container-content-view div:hover {
  cursor: pointer;
  fill: #fff;
  background-color: #38b04a;
  color: #fff;
}
.edit-bar__dots-dropdown {
  position: relative;
  display: inline-block;
}
.edit-bar__dots-dropdown .show {
  display: flex;
}
.edit-bar__dots-dropdown-content {
  width: 168.39px;
}
.edit-bar__dots-dropdown-content div:last-child {
  color: #ec464f;
  fill: #ec464f;
}
.edit-bar__dots-dropdown-content div:last-child:hover {
  color: #fff;
}
.edit-bar__dots-dropdown-content div:last-child:hover svg {
  fill: #fff;
}
.edit-bar__dots-dropdown-content-view {
  width: 168.39px;
}
.edit-bar__dots-dropdown-content, .edit-bar__dots-dropdown-content-view {
  display: none;
  position: absolute;
  z-index: 10;
  right: 10px;
  flex-wrap: wrap;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #eaeaea;
  margin-top: 10px;
}
.edit-bar__dots-dropdown-content span, .edit-bar__dots-dropdown-content-view span {
  width: 100%;
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  color: #757575;
  padding: 12px 19.1px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #d5d5d5;
  background: transparent;
}
.edit-bar__dots-dropdown-content div, .edit-bar__dots-dropdown-content-view div {
  padding: 10px 19.1px;
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  color: #161616;
  width: 100%;
  display: flex;
  align-items: center;
}
.edit-bar__dots-dropdown-content div a, .edit-bar__dots-dropdown-content-view div a {
  padding-left: 9.5px;
}
.edit-bar__dots-dropdown-content div:hover, .edit-bar__dots-dropdown-content-view div:hover {
  cursor: pointer;
  fill: #fff;
  background-color: #38b04a;
  color: #fff;
}
.edit-bar #edit-bar-share {
  background: #fff;
}

.tippy-box[data-theme=dropdown-theme] {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: 800;
  font-size: 13px;
  color: #161616;
}
.tippy-box[data-theme=dropdown-theme] .tippy-content {
  padding: 25px 15px 20px;
  position: relative;
}
.tippy-box[data-theme=dropdown-theme] .tippy-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
}
.tippy-box[data-theme=dropdown-theme] .tippy-content ul :first-child {
  margin-bottom: 17px;
}

#fake-clone-button,
#fake-share-button,
#fake-group-button {
  width: 100px;
  display: flex;
  justify-content: right;
}

#fake-share-button > button > svg {
  fill: #aaaaaa;
}

#fake-share-button {
  cursor: pointer;
}

#clone-groupped-issues-tooltip,
#non-shared-tooltip,
#group-groupped-issues-tooltip {
  width: 229.16px;
  height: 63.47px;
  border-radius: 5px;
  background: #161616;
  border: 1px solid #161616;
  position: relative;
  top: 50px;
  left: 150px;
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  color: #fff;
  padding: 17px 20px;
  z-index: 1000;
}

#clone-groupped-issues-tooltip,
#non-shared-tooltip-2,
#group-groupped-issues-tooltip {
  width: 229.16px;
  height: 63.47px;
  border-radius: 5px;
  background: #161616;
  border: 1px solid #161616;
  position: relative;
  top: 50px;
  left: 150px;
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  color: #fff;
  padding: 17px 20px;
  z-index: 1000;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid black;
  position: relative;
  top: 43px;
  left: 180px;
}

.warning-container {
  display: none;
  position: absolute;
}

.warning-container-2 {
  display: none;
  position: absolute;
  max-height: 0.1px;
}

#Ellipse_2-active,
#users-solid-active {
  fill: #38b04a;
}
/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/Modal/components/SingleIssueModal/index.scss ***!
  \***********************************************************************************************************************************************/
.single-issue-modal .leaflet-control-container-modal {
  position: relative !important;
  height: 100%;
}
.single-issue-modal .leaflet-control {
  top: 25px;
}
.single-issue-modal .form-save-container {
  margin-bottom: 10px;
  bottom: 0;
  right: 0;
  width: 100%;
  background: white;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: end;
}
.single-issue-modal .form-save-container.hidden {
  display: none;
}
.single-issue-modal .form-save-container .form-save-buttons-container {
  display: flex;
  flex-direction: row;
  gap: 12px;
  width: 100%;
  justify-content: end;
}
.single-issue-modal .form-save-container .form-save-buttons-container__save-button {
  height: 36px;
}
.single-issue-modal .form-save-container .form-save-buttons-container__cancel-button {
  height: 36px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #38b04a;
  color: #38b04a;
}
.single-issue-modal .modal__container {
  height: 90%;
  width: 95%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  border: none;
  border-radius: 7px;
  overflow: hidden;
}
.single-issue-modal .modal__container-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.single-issue-modal__prev, .single-issue-modal__next {
  width: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  background: #fff;
  padding: 0;
  border: none;
}
.single-issue-modal__prev:active, .single-issue-modal__next:active {
  transform: translateY(2px);
}
.single-issue-modal__prev span, .single-issue-modal__next span {
  padding: 15.5px 14.5px;
  border: 1px solid #ccd6e2;
  background: #fff;
}
.single-issue-modal__prev svg, .single-issue-modal__next svg {
  fill: #38b04a;
}
.single-issue-modal__next {
  border-left: 1px solid #707070;
}
.single-issue-modal__next svg {
  transform: rotateY(180deg);
}
.single-issue-modal__external-status {
  position: absolute;
  color: #fff;
  bottom: 20px;
  right: 25px;
  z-index: 10;
  cursor: default;
  height: 60px;
  width: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
.single-issue-modal__external-status svg:first-of-type {
  margin-bottom: 2px;
}
.single-issue-modal__external-status-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.single-issue-modal__external-status-tooltip, .single-issue-modal__external-status-dropdown {
  bottom: 40px;
  position: absolute;
  right: -42px;
  z-index: 99999;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 14px;
  color: #757575;
  overflow-y: auto;
  border-radius: 5px;
  display: none;
}
.single-issue-modal__external-status-tooltip::-webkit-scrollbar, .single-issue-modal__external-status-dropdown::-webkit-scrollbar {
  display: none;
}
.single-issue-modal__external-status-tooltip .list-container, .single-issue-modal__external-status-dropdown .list-container {
  max-height: 195px;
  width: 165px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.single-issue-modal__external-status-tooltip p, .single-issue-modal__external-status-dropdown p {
  position: relative;
  width: 200px;
  padding: 10px;
  background: #161616;
  color: #fff;
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 13px;
  border-radius: 5px;
}
.single-issue-modal__external-status-tooltip p .status-dropdown__link, .single-issue-modal__external-status-dropdown p .status-dropdown__link {
  position: absolute;
  width: 13px;
  height: 13px;
  top: 7px;
  right: 7px;
}
.single-issue-modal__external-status-tooltip .arrow, .single-issue-modal__external-status-dropdown .arrow {
  margin: 0 42px 5px auto;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid black;
}
.single-issue-modal__external-status-tooltip li, .single-issue-modal__external-status-dropdown li {
  padding: 10px 15px;
  overflow: hidden;
  background-color: #fff;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.single-issue-modal__external-status-tooltip li:hover, .single-issue-modal__external-status-dropdown li:hover {
  background-color: #38b04a;
  color: #fff;
}
.single-issue-modal__external-status-tooltip li:first-of-type, .single-issue-modal__external-status-dropdown li:first-of-type {
  position: relative;
  border-top: none;
  border-bottom: 1px solid #aaaaaa;
}
.single-issue-modal__external-status-tooltip li:first-of-type::before, .single-issue-modal__external-status-dropdown li:first-of-type::before {
  content: "";
  width: 14px;
  height: 8px;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714%27 height=%278.167%27 viewBox=%270 0 14 8.167%27%3E%3Cpath id=%27angle-left-solid%27 d=%27M7,14a1.162,1.162,0,0,1-.825-.342L.342,7.825a1.166,1.166,0,0,1,0-1.65L6.175.342a1.167,1.167,0,0,1,1.65,1.65L2.816,7l5.009,5.009A1.166,1.166,0,0,1,7,14Z%27 transform=%27translate%280 8.167%29 rotate%28-90%29%27 fill=%27%23aaa%27/%3E%3C/svg%3E%0A");
  position: absolute;
  right: 8.5px;
  top: 13px;
}
.single-issue-modal__external-status-tooltip li:first-of-type:hover::before, .single-issue-modal__external-status-dropdown li:first-of-type:hover::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714%27 height=%278.167%27 viewBox=%270 0 14 8.167%27%3E%3Cpath id=%27angle-left-solid%27 d=%27M7,14a1.162,1.162,0,0,1-.825-.342L.342,7.825a1.166,1.166,0,0,1,0-1.65L6.175.342a1.167,1.167,0,0,1,1.65,1.65L2.816,7l5.009,5.009A1.166,1.166,0,0,1,7,14Z%27 transform=%27translate%280 8.167%29 rotate%28-90%29%27 fill=%27%23fff%27/%3E%3C/svg%3E%0A");
}
.single-issue-modal__external-status:hover > .single-issue-modal__external-status-dropdown, .single-issue-modal__external-status:hover > .single-issue-modal__external-status-tooltip {
  display: block;
}
.single-issue-modal__image {
  display: flex;
  align-items: center;
}
.single-issue-modal__image-background {
  position: relative;
  width: 70%;
  height: 100%;
  background-color: #213f23;
  display: flex;
  justify-content: center;
}
.single-issue-modal__image-background::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #161616 100%);
  opacity: 0.8;
}
.single-issue-modal__image-background-eye {
  height: 25px;
  width: 25px;
  position: absolute;
  right: 10px;
  margin-top: 18px;
  margin-right: 18px;
  cursor: pointer;
}
.single-issue-modal__image-background-annotated-switch {
  height: 25px;
  width: 50px;
  position: absolute;
  left: 10px;
  margin-top: 18px;
  margin-left: 18px;
  cursor: pointer;
}
.single-issue-modal__image-background-annotated-switch.disabled {
  cursor: not-allowed;
}
.single-issue-modal__pic {
  max-width: 100%;
  max-height: 100%;
}
.single-issue-modal__data-container {
  display: flex;
  flex-direction: column;
  width: 30%;
  padding: 15px 10px 20px 20px;
  overflow: hidden;
}
.single-issue-modal__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.single-issue-modal__header-data {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-right: 10px;
}
.single-issue-modal__header-data .modal__issue-id {
  text-align: left;
  font-family: var(--font-default);
  font-size: 11px;
  letter-spacing: 0px;
  color: #65707b;
  overflow: hidden;
  max-width: 59%;
  max-height: 13px;
  line-break: anywhere;
}
.single-issue-modal__header-data .modal__issue-date {
  max-width: 39%;
  font: 11px/15px SF Pro;
  letter-spacing: 0px;
  color: #65707b;
  text-align: right;
}
.single-issue-modal__form {
  display: flex;
  flex-direction: column;
}
.single-issue-modal__form input {
  padding: 5px 10px 5px 0;
  border-radius: 5px;
}
.single-issue-modal__form input {
  border: none;
  width: 100%;
  background: #fff;
  border: none;
  font-family: var(--font-default);
  text-align: left;
}
.single-issue-modal__form input.truncatable {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.single-issue-modal__form input:focus-visible {
  outline: none;
}
.single-issue-modal__form select,
.single-issue-modal__form .static {
  padding: 5px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #eaeaea;
  font: 14px SF Pro;
  letter-spacing: 0px;
  color: #757575;
  max-width: 140px;
  width: 118px;
  height: 30px;
  margin-bottom: 16px;
  text-transform: capitalize;
}
.single-issue-modal__form select:not(.selected),
.single-issue-modal__form .static:not(.selected) {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.single-issue-modal__form select option,
.single-issue-modal__form .static option {
  text-align: left;
  font: 14px var(--font-default);
  letter-spacing: 0px;
  color: #757575;
}
.single-issue-modal__form select option:hover,
.single-issue-modal__form .static option:hover {
  background-color: #38b04a;
}
.single-issue-modal__form .selected {
  border-color: #757575;
}
.single-issue-modal__form-label, .single-issue-modal__form-label::placeholder {
  color: #000;
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 21px;
}
.single-issue-modal__form-group {
  position: relative;
}
.single-issue-modal__form-group .input-saved {
  position: absolute;
  right: 0;
  top: calc(50% - 6.5px);
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 11px;
  text-align: right;
  color: #38b04a;
}
.single-issue-modal__form-group .input-saved:before {
  content: "";
  height: 14px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2719.221%27 height=%2713.111%27 viewBox=%270 0 19.221 13.111%27%3E%3Cpath id=%27cloud-solid%27 d=%27M2.889,36.919q-.006-.119-.006-.237A4.744,4.744,0,0,1,7.688,32a4.828,4.828,0,0,1,4.165,2.347,2.72,2.72,0,0,1,1.6-.474,2.831,2.831,0,0,1,2.883,2.809,2.777,2.777,0,0,1-.192,1.013,3.738,3.738,0,0,1-.769,7.416H4.325A4.271,4.271,0,0,1,0,40.9,4.225,4.225,0,0,1,2.889,36.919Z%27 transform=%27translate%280 -32%29%27 fill=%27%2338b04a%27/%3E%3Cpath id=%27check-solid%27 d=%27M6.781,96.155a.494.494,0,0,1,0,.7l-3.958,3.958a.494.494,0,0,1-.7,0L.145,98.833a.494.494,0,0,1,.7-.7L2.46,99.762l3.623-3.607a.493.493,0,0,1,.7,0Z%27 transform=%27translate%286.103 -90.983%29%27 fill=%27%23fff%27/%3E%3C/svg%3E");
  width: 25px;
  position: absolute;
  left: -24px;
}
.single-issue-modal__form-group .input-state {
  display: none;
  position: absolute;
  right: 0;
  top: calc(50% - 6.5px);
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 11px;
  text-align: right;
  color: #38b04a;
}
.single-issue-modal__form-group input:hover ~ .input-state,
.single-issue-modal__form-group select:hover ~ .input-state,
.single-issue-modal__form-group textarea:hover ~ .input-state,
.single-issue-modal__form-group label:hover ~ .input-state {
  display: flex;
}
.single-issue-modal__form-group input:focus ~ .input-state,
.single-issue-modal__form-group select:focus ~ .input-state,
.single-issue-modal__form-group textarea:focus ~ .input-state,
.single-issue-modal__form-group label:focus ~ .input-state {
  display: none;
}
.single-issue-modal__form-price-currency {
  position: absolute;
  left: 0;
  top: 5px;
}
.single-issue-modal__form-price-input, .single-issue-modal__form-price-currency, .single-issue-modal__form-price-input::placeholder {
  color: #000;
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 15px;
  color: #38b04a;
}
.single-issue-modal__form input.single-issue-modal__form-price-input {
  padding-left: 10px;
}
.single-issue-modal__form input.single-issue-modal__form-price-input:placeholder-shown {
  padding-left: 0;
}
.single-issue-modal__form-description {
  margin-bottom: 10px;
}
.single-issue-modal__form-description input {
  display: none;
}
.single-issue-modal__form-description input + label {
  display: inline-block;
}
.single-issue-modal__form-description input ~ .tab {
  display: none;
}
.single-issue-modal__form-description #single-issue-description-everyone:checked ~ .tab.everyone-content,
.single-issue-modal__form-description #single-issue-description-private:checked ~ .tab.private-content,
.single-issue-modal__form-description div {
  display: block;
  height: auto;
  padding-left: 0;
}
.single-issue-modal__form-description div {
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: left;
  color: #65707b;
  padding-top: 15px;
}
.single-issue-modal__form-description input + label {
  padding: 4px 12px;
  position: relative;
  top: 1px;
  color: #65707b;
  font-family: var(--font-default);
  font-weight: 400;
  font-size: 13px;
  border-bottom: 2px solid transparent;
}
.single-issue-modal__form-description input:checked + label {
  border-bottom: 2px solid #38b04a;
  color: #38b04a;
  font-weight: 700;
}
.single-issue-modal__form-description input ~ .tab,
.single-issue-modal__form-description .tab {
  padding: 12px;
  width: 100%;
  height: auto;
  border: none;
  border-top: 1px solid #e4e5e7;
  overflow-y: auto;
  font-family: var(--font-default);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #65707b;
}
.single-issue-modal__form-description textarea {
  resize: none;
  width: 100%;
  min-height: 150px;
}
.single-issue-modal__form-description textarea::placeholder {
  font: 14px var(--font-default);
  color: #65707b;
}
.single-issue-modal__form-description textarea:focus {
  outline: 0;
}
.single-issue-modal__label-description {
  font: bold 17px var(--font-default);
  letter-spacing: 0px;
  color: #212e3f;
}
.single-issue-modal__hazzard-recommend {
  position: absolute;
  top: 12px;
  left: calc(50% - 11px);
  cursor: pointer;
}
.single-issue-modal__map-wrapper {
  flex: 1 0 30%;
  height: 100%;
  position: relative;
}
.single-issue-modal__map-container {
  height: 100%;
}
.single-issue-modal__map-location {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: 999;
  border-radius: 5px 5px 0px 0px;
  background: #fff;
  opacity: 0.8;
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  color: #161616;
  padding: 7px 10px;
}
.single-issue-modal__button-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.single-issue-modal__button-container.hidden {
  display: none;
}
.single-issue-modal__cart-button-wide, .single-issue-modal__not-now-button {
  width: 48%;
  height: 36px;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0.5px;
}
.single-issue-modal__cart-button-wide:disabled, .single-issue-modal__not-now-button:disabled {
  background-color: #c9c9c9;
  color: #fff;
  cursor: default;
}
.single-issue-modal__cart-button-wide:disabled svg, .single-issue-modal__not-now-button:disabled svg {
  fill: #989898;
}
.single-issue-modal__delete-button, .single-issue-modal__cart-button, .single-issue-modal__publish-button {
  width: 32%;
  height: 36px;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0.5px;
}
.single-issue-modal__delete-button:disabled, .single-issue-modal__cart-button:disabled, .single-issue-modal__publish-button:disabled {
  background-color: #c9c9c9;
  color: #fff;
  cursor: default;
}
.single-issue-modal__delete-button:disabled svg, .single-issue-modal__cart-button:disabled svg, .single-issue-modal__publish-button:disabled svg {
  fill: #989898;
}
.single-issue-modal__delete-button {
  background: #ec4d55;
}
.single-issue-modal__delete-button:disabled {
  background-color: #aaaaaa;
  cursor: default;
}
.single-issue-modal__cart-button, .single-issue-modal__cart-button-wide {
  background-color: #38b04a;
}
.single-issue-modal__not-now-button {
  background-color: #faa632;
}
.single-issue-modal__publish-button {
  background-color: #3399fa;
}
.single-issue-modal__publish-button:disabled {
  display: flex;
  align-items: center;
  padding-left: 30px;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2723.868%27 height=%2715.514%27 viewBox=%270 0 23.868 15.514%27%3E%3Cpath id=%27envelope-circle-check-solid_2_%27 data-name=%27envelope-circle-check-solid %282%29%27 d=%27M1.79,64A1.79,1.79,0,0,0,.716,67.222l8.115,6.086a1.2,1.2,0,0,0,1.432,0L12.4,71.7A6.57,6.57,0,0,1,17.86,67.61l.518-.388A1.79,1.79,0,0,0,17.3,64Zm9.189,10.263a2.383,2.383,0,0,1-2.864,0L0,68.177v7.757a2.389,2.389,0,0,0,2.387,2.387H13.433a6.544,6.544,0,0,1-1.5-4.177c0-.209.011-.414.03-.619Zm12.889-.119a5.37,5.37,0,1,0-5.37,5.37A5.37,5.37,0,0,0,23.868,74.144Zm-2.86-1.615a.6.6,0,0,1,0,.843l-2.685,2.685a.6.6,0,0,1-.843,0l-1.492-1.492a.6.6,0,0,1,.843-.843l1.07,1.07,2.264-2.264A.6.6,0,0,1,21.007,72.529Z%27 transform=%27translate%280 -64%29%27 fill=%27%233399fa%27/%3E%3C/svg%3E%0A") left no-repeat;
  color: #3399fa;
}

.tippy-box[data-theme=external-status-theme] {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: 800;
  font-size: 13px;
  color: #161616;
}
.tippy-box[data-theme=external-status-theme] .tippy-content {
  position: relative;
  padding: 0;
}
.tippy-box[data-theme=external-status-theme] .tippy-content ul {
  width: 165px;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 14px;
  color: #757575;
  max-height: 210px;
  overflow-y: auto;
  border-radius: 5px;
}
.tippy-box[data-theme=external-status-theme] .tippy-content ul::-webkit-scrollbar {
  display: none;
}
.tippy-box[data-theme=external-status-theme] .tippy-content ul li {
  padding: 10px 15px;
  overflow: hidden;
}
.tippy-box[data-theme=external-status-theme] .tippy-content ul li:hover {
  background-color: #38b04a;
  color: #fff;
}
.tippy-box[data-theme=external-status-theme] .tippy-content ul :first-child {
  position: relative;
  border-bottom: 1px solid #aaaaaa;
}
.tippy-box[data-theme=external-status-theme] .tippy-content ul :first-child::before {
  content: "";
  width: 14px;
  height: 8px;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714%27 height=%278.167%27 viewBox=%270 0 14 8.167%27%3E%3Cpath id=%27angle-left-solid%27 d=%27M7,14a1.162,1.162,0,0,1-.825-.342L.342,7.825a1.166,1.166,0,0,1,0-1.65L6.175.342a1.167,1.167,0,0,1,1.65,1.65L2.816,7l5.009,5.009A1.166,1.166,0,0,1,7,14Z%27 transform=%27translate%280 8.167%29 rotate%28-90%29%27 fill=%27%23aaa%27/%3E%3C/svg%3E%0A");
  position: absolute;
  right: 8.5px;
  top: 13px;
}
.tippy-box[data-theme=external-status-theme] .tippy-content ul :first-child:hover::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714%27 height=%278.167%27 viewBox=%270 0 14 8.167%27%3E%3Cpath id=%27angle-left-solid%27 d=%27M7,14a1.162,1.162,0,0,1-.825-.342L.342,7.825a1.166,1.166,0,0,1,0-1.65L6.175.342a1.167,1.167,0,0,1,1.65,1.65L2.816,7l5.009,5.009A1.166,1.166,0,0,1,7,14Z%27 transform=%27translate%280 8.167%29 rotate%28-90%29%27 fill=%27%23fff%27/%3E%3C/svg%3E%0A");
}

.tippy-box[data-theme=hazzard-recommend-theme] {
  border-radius: 5px;
  background: #fff;
  border: 1px solid #eaeaea;
  box-shadow: 10px 10px 6px rgba(0, 0, 0, 0.16);
}
.tippy-box[data-theme=hazzard-recommend-theme] .tippy-content {
  position: relative;
  padding: 0;
}
.tippy-box[data-theme=hazzard-recommend-theme] .tippy-content .hazzard-recommend-tooltip {
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  z-index: 99999;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 14px;
  color: #757575;
  height: 50px;
  width: 100px;
  padding: 5px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tippy-box[data-theme=hazzard-recommend-theme] .tippy-content .tippy-arrow {
  color: #161616;
}
.tippy-box[data-theme=hazzard-recommend-theme] .tippy-content form {
  width: 175px;
  margin: 0;
  padding: 20px 0;
  cursor: pointer;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 14px;
  color: #757575;
  border-radius: 5px;
}
.tippy-box[data-theme=hazzard-recommend-theme] .tippy-content form .hazzard-recommend-group {
  position: relative;
}
.tippy-box[data-theme=hazzard-recommend-theme] .tippy-content form .hazzard-recommend-group input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 11px;
  left: 20px;
  padding: 0;
  margin: 0;
  width: 14px;
  height: 14px;
}
.tippy-box[data-theme=hazzard-recommend-theme] .tippy-content form .hazzard-recommend-group label {
  padding: 8px 0 8px 45px;
  display: flex;
  align-items: center;
  position: relative;
  width: fit-content;
  font-family: var(--font-default);
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  color: #757575;
  cursor: pointer;
}
.tippy-box[data-theme=hazzard-recommend-theme] .tippy-content form .hazzard-recommend-group label:before {
  content: "";
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  left: 20px;
}
.tippy-box[data-theme=hazzard-recommend-theme] .tippy-content form .hazzard-recommend-group input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  left: 20px;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2735%27 height=%2735%27 viewBox=%270 0 35 35%27%3E%3Cpath id=%27square-check-solid%27 d=%27M30,32a5,5,0,0,1,5,5V62a5,5,0,0,1-5,5H5a5,5,0,0,1-5-5V37a5,5,0,0,1,5-5ZM26.547,46.047a2.188,2.188,0,0,0-3.094-3.094L15,51.406l-3.453-3.453a2.188,2.188,0,0,0-3.094,3.094l5,5a2.193,2.193,0,0,0,3.094,0Z%27 transform=%27translate%280 -32%29%27 fill=%27%2338B04A%27/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.tippy-box[data-theme=dark-theme] {
  border-radius: 5px;
  background: #161616;
  border: 1px solid #161616;
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  color: #fff;
  font-weight: 800;
  color: #ffffff;
  width: 95%;
}
.tippy-box[data-theme=dark-theme] .tippy-arrow {
  color: #161616;
}
.tippy-box[data-theme=dark-theme] .tippy-content {
  width: 200px;
  height: 60px;
  padding: 10px 30px 8px 10px;
  position: relative;
}
.tippy-box[data-theme=dark-theme] .card-theme__link {
  position: absolute;
  width: 13px;
  height: 13px;
  top: 7px;
  right: 16px;
}
/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/Map/components/SingleIssueMap/index.scss ***!
  \*******************************************************************************************************************************************/

/*!************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/Modal/components/GroupedIssueModal/index.scss ***!
  \************************************************************************************************************************************************/
.grouped-issue-modal .leaflet-control-container {
  position: relative !important;
  height: 100%;
}
.grouped-issue-modal .leaflet-control {
  top: 25px;
}
.grouped-issue-modal ::-webkit-scrollbar {
  height: 10px;
}
.grouped-issue-modal .modal__container {
  height: 90%;
  width: 95%;
  display: flex;
  flex-direction: row;
  justify-content: left;
  border: none;
  background: transparent;
  border-radius: 7px;
  overflow: hidden;
}
.grouped-issue-modal .modal__container .form-save-container {
  margin-bottom: 10px;
  bottom: 0;
  right: 0;
  width: 100%;
  background: white;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: end;
}
.grouped-issue-modal .modal__container .form-save-container.hidden {
  display: none;
}
.grouped-issue-modal .modal__container .form-save-container .form-save-buttons-container {
  display: flex;
  flex-direction: row;
  gap: 12px;
  width: 100%;
  justify-content: end;
}
.grouped-issue-modal .modal__container .form-save-container .form-save-buttons-container__save-button {
  height: 36px;
}
.grouped-issue-modal .modal__container .form-save-container .form-save-buttons-container__cancel-button {
  height: 36px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #38b04a;
  color: #38b04a;
}
.grouped-issue-modal .modal__container-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  background: #fff;
}
.grouped-issue-modal__prev, .grouped-issue-modal__next {
  width: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  background: #fff;
  padding: 0;
  border: none;
}
.grouped-issue-modal__prev:active, .grouped-issue-modal__next:active {
  transform: translateY(2px);
}
.grouped-issue-modal__prev span, .grouped-issue-modal__next span {
  padding: 15.5px 14.5px;
  border: 1px solid #ccd6e2;
  background: #fff;
}
.grouped-issue-modal__prev svg, .grouped-issue-modal__next svg {
  fill: #38b04a;
}
.grouped-issue-modal__next {
  border-left: 1px solid #707070;
}
.grouped-issue-modal__next svg {
  transform: rotateY(180deg);
}
.grouped-issue-modal__external-status {
  position: absolute;
  color: #fff;
  bottom: 20px;
  right: 25px;
  z-index: 10;
  cursor: default;
  height: 60px;
  width: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
.grouped-issue-modal__external-status svg:first-of-type {
  margin-bottom: 2px;
}
.grouped-issue-modal__external-status-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.grouped-issue-modal__external-status-dropdown {
  bottom: 40px;
  position: absolute;
  right: -42px;
  z-index: 99999;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 14px;
  color: #757575;
  overflow-y: auto;
  border-radius: 5px;
  display: none;
}
.grouped-issue-modal__external-status-dropdown::-webkit-scrollbar {
  display: none;
}
.grouped-issue-modal__external-status-dropdown .list-container {
  max-height: 195px;
  width: 165px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.grouped-issue-modal__external-status-dropdown p {
  position: relative;
  width: 200px;
  padding: 10px;
  background: #161616;
  color: #fff;
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 13px;
  border-radius: 5px;
}
.grouped-issue-modal__external-status-dropdown p .status-dropdown__link {
  position: absolute;
  width: 13px;
  height: 13px;
  top: 7px;
  right: 7px;
}
.grouped-issue-modal__external-status-dropdown .arrow {
  margin: 0 42px 5px auto;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid black;
}
.grouped-issue-modal__external-status-dropdown li {
  padding: 10px 15px;
  overflow: hidden;
  background-color: #fff;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.grouped-issue-modal__external-status-dropdown li:hover {
  background-color: #38b04a;
  color: #fff;
}
.grouped-issue-modal__external-status-dropdown li:first-of-type {
  position: relative;
  border-top: none;
  border-bottom: 1px solid #aaaaaa;
}
.grouped-issue-modal__external-status-dropdown li:first-of-type::before {
  content: "";
  width: 14px;
  height: 8px;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714%27 height=%278.167%27 viewBox=%270 0 14 8.167%27%3E%3Cpath id=%27angle-left-solid%27 d=%27M7,14a1.162,1.162,0,0,1-.825-.342L.342,7.825a1.166,1.166,0,0,1,0-1.65L6.175.342a1.167,1.167,0,0,1,1.65,1.65L2.816,7l5.009,5.009A1.166,1.166,0,0,1,7,14Z%27 transform=%27translate%280 8.167%29 rotate%28-90%29%27 fill=%27%23aaa%27/%3E%3C/svg%3E%0A");
  position: absolute;
  right: 8.5px;
  top: 13px;
}
.grouped-issue-modal__external-status-dropdown li:first-of-type:hover::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714%27 height=%278.167%27 viewBox=%270 0 14 8.167%27%3E%3Cpath id=%27angle-left-solid%27 d=%27M7,14a1.162,1.162,0,0,1-.825-.342L.342,7.825a1.166,1.166,0,0,1,0-1.65L6.175.342a1.167,1.167,0,0,1,1.65,1.65L2.816,7l5.009,5.009A1.166,1.166,0,0,1,7,14Z%27 transform=%27translate%280 8.167%29 rotate%28-90%29%27 fill=%27%23fff%27/%3E%3C/svg%3E%0A");
}
.grouped-issue-modal__external-status:hover > .grouped-issue-modal__external-status-dropdown {
  display: block;
}
.grouped-issue-modal__grouped {
  position: absolute;
  color: #fff;
  bottom: 20px;
  left: 25px;
  font-size: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.grouped-issue-modal__grouped svg:first-of-type {
  margin-bottom: 2px;
  fill: #fff;
}
.grouped-issue-modal__photo {
  max-width: 90%;
  width: 70%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.grouped-issue-modal__image-background {
  position: relative;
  height: calc(100% - 141px);
  background-color: #213f23;
  display: flex;
  justify-content: center;
}
.grouped-issue-modal__image-background.full-height {
  height: 100%;
}
.grouped-issue-modal__image-background::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #161616 100%);
  opacity: 0.8;
}
.grouped-issue-modal__image-background-eye {
  height: 25px;
  width: 25px;
  position: absolute;
  right: 10px;
  margin-top: 18px;
  margin-right: 18px;
  cursor: pointer;
}
.grouped-issue-modal__image {
  font-family: "SF Pro Text";
  font-weight: 400;
  font-size: 26px;
  line-height: 15px;
  text-align: left;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 100%;
}
.grouped-issue-modal__confirm-button {
  display: none;
  padding: 15px 50px;
  position: absolute;
  bottom: 45px;
  border-radius: 10px;
  background: #38b04a;
  box-shadow: 10px 10px 4px rgba(0, 0, 0, 0.25);
  font-family: "SF Pro Text";
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #fff;
  z-index: 9;
  cursor: pointer;
  border: none;
}
.grouped-issue-modal__all-photos {
  display: inline-flex;
  overflow-x: scroll;
  overflow-y: hidden;
  height: 141px;
  padding: 0 5px;
  position: absolute;
}
.grouped-issue-modal__all-photos-item {
  margin-right: 4px;
  position: relative;
  cursor: pointer;
  border: 3px solid transparent;
  border-radius: 10px;
}
.grouped-issue-modal__all-photos-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 43px;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.grouped-issue-modal__all-photos-item:hover::before, .grouped-issue-modal__all-photos-item.hovered::before {
  background: linear-gradient(#000 0%, rgba(84, 84, 84, 0) 100%);
}
.grouped-issue-modal__all-photos-item:hover > .grouped-issue-modal__item-menu, .grouped-issue-modal__all-photos-item.hovered > .grouped-issue-modal__item-menu {
  display: flex;
}
.grouped-issue-modal__all-photos-item img {
  border-radius: 5px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.grouped-issue-modal__all-photos-item.checked {
  border: 3px solid #38b04a;
}
.grouped-issue-modal__item-menu {
  z-index: 9999999;
  display: none;
  position: absolute;
  top: 0;
  right: 6px;
  width: 44px;
  height: 44px;
  background: 20px 20px no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718.879%27 height=%274.894%27 viewBox=%270 0 18.879 4.894%27%3E%3Cpath id=%27ellipsis-solid_1_%27 data-name=%27ellipsis-solid %281%29%27 d=%27M12.894,202.447A2.447,2.447,0,1,1,10.447,200,2.448,2.448,0,0,1,12.894,202.447Zm6.992,0A2.447,2.447,0,1,1,17.439,200,2.449,2.449,0,0,1,19.887,202.447Zm2.1,0a2.447,2.447,0,1,1,2.447,2.447A2.449,2.449,0,0,1,21.984,202.447Z%27 transform=%27translate%28-8 -200%29%27 fill=%27%23fff%27/%3E%3C/svg%3E%0A");
}
.grouped-issue-modal__item-menu-list {
  display: none;
  position: absolute;
  bottom: -80px;
  left: -35px;
}
.grouped-issue-modal__item-menu-list.show {
  display: block;
  left: 0px;
  bottom: 3px;
  z-index: 9000;
}
.grouped-issue-modal__item-menu-list.selected-card {
  display: block;
  left: 0px;
  bottom: 3px;
  z-index: 9000;
}
.grouped-issue-modal__item-menu-list ul {
  margin: 0;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #eaeaea;
  width: 200px;
  padding: 5px 0;
  z-index: 9;
}
.grouped-issue-modal__item-menu-list ul li {
  list-style-type: none;
  font-family: "SF Pro Text";
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  color: #161616;
  padding: 5px 0 5px 20px;
  display: flex;
  align-items: center;
}
.grouped-issue-modal__item-menu-list ul li svg {
  margin-right: 10px;
}
.grouped-issue-modal__item-menu-list ul li:hover {
  background-color: #38b04a;
  color: #fff;
}
.grouped-issue-modal__item-menu-list ul li:hover svg {
  fill: #fff;
}
.grouped-issue-modal__item-menu-list ul :last-child {
  color: #ec464f;
}
.grouped-issue-modal__item-menu-list ul :last-child svg {
  fill: #ec464f;
}
.grouped-issue-modal__item-image {
  border-radius: 7px;
  overflow: hidden;
  flex-shrink: 0;
  width: 125px;
  height: 125px;
}
.grouped-issue-modal__pic {
  max-width: 100%;
  max-height: 100%;
}
.grouped-issue-modal__data-container {
  display: flex;
  flex-direction: column;
  width: 30%;
  padding: 15px 10px 20px 20px;
  overflow: hidden;
}
.grouped-issue-modal__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.grouped-issue-modal__header-data {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-right: 10px;
}
.grouped-issue-modal__header-data .modal__issue-id {
  text-align: left;
  font-family: var(--font-default);
  font-size: 11px;
  letter-spacing: 0px;
  color: #65707b;
  overflow: hidden;
  max-width: 59%;
  max-height: 13px;
  line-break: anywhere;
}
.grouped-issue-modal__header-data .modal__issue-date {
  max-width: 39%;
  font: 11px/15px SF Pro;
  letter-spacing: 0px;
  color: #65707b;
  text-align: right;
}
.grouped-issue-modal__form {
  display: flex;
  flex-direction: column;
}
.grouped-issue-modal__form input {
  border: none;
  width: 100%;
  padding: 5px 10px 5px 0;
  border-radius: 5px;
  background: #fff;
  border: none;
  font-family: var(--font-default);
  text-align: left;
}
.grouped-issue-modal__form input.truncatable {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.grouped-issue-modal__form input:focus-visible {
  outline: none;
}
.grouped-issue-modal__form select,
.grouped-issue-modal__form .static {
  padding: 5px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #eaeaea;
  font: 14px SF Pro;
  letter-spacing: 0px;
  color: #757575;
  max-width: 140px;
  width: 118px;
  height: 30px;
  text-transform: capitalize;
}
.grouped-issue-modal__form select:not(.selected),
.grouped-issue-modal__form .static:not(.selected) {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.grouped-issue-modal__form select option,
.grouped-issue-modal__form .static option {
  text-align: left;
  font: 14px var(--font-default);
  letter-spacing: 0px;
  color: #757575;
}
.grouped-issue-modal__form select option:hover,
.grouped-issue-modal__form .static option:hover {
  background-color: #38b04a;
}
.grouped-issue-modal__form .selected {
  border-color: #757575;
}
.grouped-issue-modal__form-label, .grouped-issue-modal__form-label::placeholder {
  color: #000;
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 21px;
}
.grouped-issue-modal__form-group {
  position: relative;
}
.grouped-issue-modal__form-group .input-saved {
  position: absolute;
  right: 0;
  top: calc(50% - 6.5px);
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 11px;
  text-align: right;
  color: #38b04a;
}
.grouped-issue-modal__form-group .input-saved:before {
  content: "";
  height: 14px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2719.221%27 height=%2713.111%27 viewBox=%270 0 19.221 13.111%27%3E%3Cpath id=%27cloud-solid%27 d=%27M2.889,36.919q-.006-.119-.006-.237A4.744,4.744,0,0,1,7.688,32a4.828,4.828,0,0,1,4.165,2.347,2.72,2.72,0,0,1,1.6-.474,2.831,2.831,0,0,1,2.883,2.809,2.777,2.777,0,0,1-.192,1.013,3.738,3.738,0,0,1-.769,7.416H4.325A4.271,4.271,0,0,1,0,40.9,4.225,4.225,0,0,1,2.889,36.919Z%27 transform=%27translate%280 -32%29%27 fill=%27%2338b04a%27/%3E%3Cpath id=%27check-solid%27 d=%27M6.781,96.155a.494.494,0,0,1,0,.7l-3.958,3.958a.494.494,0,0,1-.7,0L.145,98.833a.494.494,0,0,1,.7-.7L2.46,99.762l3.623-3.607a.493.493,0,0,1,.7,0Z%27 transform=%27translate%286.103 -90.983%29%27 fill=%27%23fff%27/%3E%3C/svg%3E");
  width: 25px;
  position: absolute;
  left: -24px;
}
.grouped-issue-modal__form-group .input-state {
  display: none;
  position: absolute;
  right: 0;
  top: calc(50% - 6.5px);
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 11px;
  text-align: right;
  color: #38b04a;
}
.grouped-issue-modal__form-group input:hover ~ .input-state,
.grouped-issue-modal__form-group select:hover ~ .input-state,
.grouped-issue-modal__form-group textarea:hover ~ .input-state,
.grouped-issue-modal__form-group label:hover ~ .input-state {
  display: flex;
}
.grouped-issue-modal__form-group input:focus ~ .input-state,
.grouped-issue-modal__form-group select:focus ~ .input-state,
.grouped-issue-modal__form-group textarea:focus ~ .input-state,
.grouped-issue-modal__form-group label:focus ~ .input-state {
  display: none;
}
.grouped-issue-modal__form-group.category {
  margin-bottom: 16px;
}
.grouped-issue-modal__form-price-currency {
  position: absolute;
  left: 0;
  top: 5px;
}
.grouped-issue-modal__form-price-input, .grouped-issue-modal__form-price-currency, .grouped-issue-modal__form-price-input::placeholder {
  color: #000;
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 15px;
  color: #38b04a;
}
.grouped-issue-modal__form input.grouped-issue-modal__form-price-input {
  padding-left: 10px;
}
.grouped-issue-modal__form input.grouped-issue-modal__form-price-input:placeholder-shown {
  padding-left: 0;
}
.grouped-issue-modal__form-description {
  margin-bottom: 10px;
}
.grouped-issue-modal__form-description input {
  display: none;
}
.grouped-issue-modal__form-description input + label {
  display: inline-block;
  cursor: pointer;
}
.grouped-issue-modal__form-description input ~ .tab {
  display: none;
}
.grouped-issue-modal__form-description #grouped-issue-description-everyone:checked ~ .tab.everyone-content,
.grouped-issue-modal__form-description #grouped-issue-description-private:checked ~ .tab.private-content,
.grouped-issue-modal__form-description div {
  display: block;
  height: auto;
  padding-left: 0;
}
.grouped-issue-modal__form-description input + label {
  padding: 4px 12px;
  position: relative;
  top: 1px;
  color: #65707b;
  font-family: var(--font-default);
  font-weight: 400;
  font-size: 13px;
  border-bottom: 2px solid transparent;
}
.grouped-issue-modal__form-description input:checked + label {
  border-bottom: 2px solid #38b04a;
  color: #38b04a;
  font-weight: 700;
}
.grouped-issue-modal__form-description input ~ .tab,
.grouped-issue-modal__form-description .tab {
  padding: 12px;
  width: 100%;
  height: auto;
  border: none;
  border-top: 1px solid #e4e5e7;
  overflow-y: auto;
  font-family: var(--font-default);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #65707b;
}
.grouped-issue-modal__form-description textarea {
  resize: none;
  width: 100%;
  min-height: 150px;
}
.grouped-issue-modal__form-description textarea::placeholder {
  font: 14px var(--font-default);
  color: #65707b;
}
.grouped-issue-modal__form-description textarea:focus {
  outline: 0;
}
.grouped-issue-modal__label-description {
  font: bold 17px var(--font-default);
  letter-spacing: 0px;
  color: #212e3f;
}
.grouped-issue-modal__hazzard-recommend {
  position: absolute;
  top: 12px;
  left: calc(50% - 11px);
}
.grouped-issue-modal__map-wrapper {
  flex: 1 0 30%;
  height: 100%;
  position: relative;
}
.grouped-issue-modal__map-wrapper-for-grupped {
  position: relative;
}
.grouped-issue-modal__map-container {
  height: 100%;
}
.grouped-issue-modal__map-location {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: 999;
  border-radius: 5px 5px 0px 0px;
  background: #fff;
  opacity: 0.8;
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  color: #161616;
  padding: 7px 10px;
}
.grouped-issue-modal__button-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.grouped-issue-modal__button-container.hidden {
  display: none;
}
.grouped-issue-modal__delete-button, .grouped-issue-modal__cart-button, .grouped-issue-modal__publish-button, .grouped-issue-modal__cart-button-wide, .grouped-issue-modal__not-now-button {
  width: 32%;
  height: 36px;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0.5px;
}
.grouped-issue-modal__delete-button:disabled, .grouped-issue-modal__cart-button:disabled, .grouped-issue-modal__publish-button:disabled, .grouped-issue-modal__cart-button-wide:disabled, .grouped-issue-modal__not-now-button:disabled {
  background-color: #c9c9c9;
  color: #fff;
  cursor: default;
}
.grouped-issue-modal__delete-button:disabled svg, .grouped-issue-modal__cart-button:disabled svg, .grouped-issue-modal__publish-button:disabled svg, .grouped-issue-modal__cart-button-wide:disabled svg, .grouped-issue-modal__not-now-button:disabled svg {
  fill: #989898;
}
.grouped-issue-modal__delete-button {
  background: #ec4d55;
}
.grouped-issue-modal__delete-button:disabled {
  background-color: #aaaaaa;
  cursor: default;
}
.grouped-issue-modal__cart-button, .grouped-issue-modal__cart-button-wide {
  background-color: #38b04a;
}
.grouped-issue-modal__not-now-button, .grouped-issue-modal__cart-button-wide {
  width: 48%;
}
.grouped-issue-modal__not-now-button {
  background-color: #faa632;
}
.grouped-issue-modal__publish-button {
  background-color: #3399fa;
}
.grouped-issue-modal__publish-button:disabled {
  display: flex;
  align-items: center;
  padding-left: 30px;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2723.868%27 height=%2715.514%27 viewBox=%270 0 23.868 15.514%27%3E%3Cpath id=%27envelope-circle-check-solid_2_%27 data-name=%27envelope-circle-check-solid %282%29%27 d=%27M1.79,64A1.79,1.79,0,0,0,.716,67.222l8.115,6.086a1.2,1.2,0,0,0,1.432,0L12.4,71.7A6.57,6.57,0,0,1,17.86,67.61l.518-.388A1.79,1.79,0,0,0,17.3,64Zm9.189,10.263a2.383,2.383,0,0,1-2.864,0L0,68.177v7.757a2.389,2.389,0,0,0,2.387,2.387H13.433a6.544,6.544,0,0,1-1.5-4.177c0-.209.011-.414.03-.619Zm12.889-.119a5.37,5.37,0,1,0-5.37,5.37A5.37,5.37,0,0,0,23.868,74.144Zm-2.86-1.615a.6.6,0,0,1,0,.843l-2.685,2.685a.6.6,0,0,1-.843,0l-1.492-1.492a.6.6,0,0,1,.843-.843l1.07,1.07,2.264-2.264A.6.6,0,0,1,21.007,72.529Z%27 transform=%27translate%280 -64%29%27 fill=%27%233399fa%27/%3E%3C/svg%3E%0A") left no-repeat;
  color: #3399fa;
}

.tippy-box[data-theme=external-status-theme] {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: 800;
  font-size: 13px;
  color: #161616;
}
.tippy-box[data-theme=external-status-theme] .tippy-content {
  position: relative;
}
.tippy-box[data-theme=external-status-theme] .tippy-content ul {
  width: 165px;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 14px;
  color: #757575;
  max-height: 210px;
  overflow-y: auto;
  border-radius: 5px;
}
.tippy-box[data-theme=external-status-theme] .tippy-content ul::-webkit-scrollbar {
  display: none;
}
.tippy-box[data-theme=external-status-theme] .tippy-content ul li {
  padding: 10px 15px;
  overflow: hidden;
}
.tippy-box[data-theme=external-status-theme] .tippy-content ul li:hover {
  background-color: #38b04a;
  color: #fff;
}
.tippy-box[data-theme=external-status-theme] .tippy-content ul :first-child {
  position: relative;
  border-bottom: 1px solid #aaaaaa;
}
.tippy-box[data-theme=external-status-theme] .tippy-content ul :first-child::before {
  content: "";
  width: 14px;
  height: 8px;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714%27 height=%278.167%27 viewBox=%270 0 14 8.167%27%3E%3Cpath id=%27angle-left-solid%27 d=%27M7,14a1.162,1.162,0,0,1-.825-.342L.342,7.825a1.166,1.166,0,0,1,0-1.65L6.175.342a1.167,1.167,0,0,1,1.65,1.65L2.816,7l5.009,5.009A1.166,1.166,0,0,1,7,14Z%27 transform=%27translate%280 8.167%29 rotate%28-90%29%27 fill=%27%23aaa%27/%3E%3C/svg%3E%0A");
  position: absolute;
  right: 8.5px;
  top: 13px;
}
.tippy-box[data-theme=external-status-theme] .tippy-content ul :first-child:hover::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714%27 height=%278.167%27 viewBox=%270 0 14 8.167%27%3E%3Cpath id=%27angle-left-solid%27 d=%27M7,14a1.162,1.162,0,0,1-.825-.342L.342,7.825a1.166,1.166,0,0,1,0-1.65L6.175.342a1.167,1.167,0,0,1,1.65,1.65L2.816,7l5.009,5.009A1.166,1.166,0,0,1,7,14Z%27 transform=%27translate%280 8.167%29 rotate%28-90%29%27 fill=%27%23fff%27/%3E%3C/svg%3E%0A");
}

.tippy-box[data-theme=hazzard-recommend-theme] {
  border-radius: 5px;
  background: #fff;
  border: 1px solid #eaeaea;
  box-shadow: 10px 10px 6px rgba(0, 0, 0, 0.16);
}
.tippy-box[data-theme=hazzard-recommend-theme] .tippy-content {
  position: relative;
  padding: 0;
}
.tippy-box[data-theme=hazzard-recommend-theme] .tippy-content form {
  width: 175px;
  margin: 0;
  padding: 20px 0;
  cursor: pointer;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 14px;
  color: #757575;
  border-radius: 5px;
}
.tippy-box[data-theme=hazzard-recommend-theme] .tippy-content form .hazzard-recommend-group {
  position: relative;
}
.tippy-box[data-theme=hazzard-recommend-theme] .tippy-content form .hazzard-recommend-group input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 11px;
  left: 20px;
  padding: 0;
  margin: 0;
  width: 14px;
  height: 14px;
}
.tippy-box[data-theme=hazzard-recommend-theme] .tippy-content form .hazzard-recommend-group label {
  padding: 8px 0 8px 45px;
  display: flex;
  align-items: center;
  position: relative;
  width: fit-content;
  font-family: var(--font-default);
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  color: #757575;
  cursor: pointer;
}
.tippy-box[data-theme=hazzard-recommend-theme] .tippy-content form .hazzard-recommend-group label:before {
  content: "";
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  left: 20px;
}
.tippy-box[data-theme=hazzard-recommend-theme] .tippy-content form .hazzard-recommend-group input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  left: 20px;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2735%27 height=%2735%27 viewBox=%270 0 35 35%27%3E%3Cpath id=%27square-check-solid%27 d=%27M30,32a5,5,0,0,1,5,5V62a5,5,0,0,1-5,5H5a5,5,0,0,1-5-5V37a5,5,0,0,1,5-5ZM26.547,46.047a2.188,2.188,0,0,0-3.094-3.094L15,51.406l-3.453-3.453a2.188,2.188,0,0,0-3.094,3.094l5,5a2.193,2.193,0,0,0,3.094,0Z%27 transform=%27translate%280 -32%29%27 fill=%27%2338B04A%27/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.tippy-box[data-theme=item-menu-theme] {
  border-radius: 5px;
  background: #fff;
  border: 1px solid #eaeaea;
  box-shadow: 10px 10px 6px rgba(0, 0, 0, 0.16);
}
.tippy-box[data-theme=item-menu-theme] .tippy-content {
  position: relative;
  padding: 0;
  margin: 0;
}
.tippy-box[data-theme=item-menu-theme] .tippy-content ul {
  margin: 0;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #eaeaea;
  width: 200px;
  padding: 5px 0;
  z-index: 9;
}
.tippy-box[data-theme=item-menu-theme] .tippy-content ul li {
  list-style-type: none;
  font-family: "SF Pro Text";
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  color: #161616;
  padding: 5px 0 5px 20px;
  display: flex;
  align-items: center;
}
.tippy-box[data-theme=item-menu-theme] .tippy-content ul li svg {
  margin-right: 10px;
}
.tippy-box[data-theme=item-menu-theme] .tippy-content ul li:hover {
  background-color: #38b04a;
  color: #fff;
}
.tippy-box[data-theme=item-menu-theme] .tippy-content ul li:hover svg {
  fill: #fff;
}
.tippy-box[data-theme=item-menu-theme] .tippy-content ul :last-child {
  color: #ec464f;
}
.tippy-box[data-theme=item-menu-theme] .tippy-content ul :last-child svg {
  fill: #ec464f;
}

#grouped-modal-container {
  flex-shrink: 1;
}

#image-container {
  position: relative;
  height: 141px;
  overflow-x: auto;
  overflow-y: hidden;
}
/*!*****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/LoadingTemplate/index.scss ***!
  \*****************************************************************************************************************************/
.lds-default {
  display: inline-block;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  width: 80px;
  height: 80px;
}
.lds-default.hidden {
  display: none;
}

.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #65707b;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
  z-index: 111111;
}

.lds-default div.white-mode {
  background: white;
}

.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}

.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}

.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}

.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}

.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}

.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}

.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}

.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}

.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}

.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}

.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}

.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}

@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
/*!******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/Map/components/GroupIssueMap/index.scss ***!
  \******************************************************************************************************************************************/

/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/Modal/components/ShareModal/index.scss ***!
  \*****************************************************************************************************************************************/
.share-modal .modal__container {
  overflow: hidden;
  width: 512px;
}
.share-modal .modal__background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
}
.share-modal__header {
  padding: 35px 30px 25px;
  width: 100%;
  display: flex;
  align-items: center;
}
.share-modal__title {
  font-family: "SF Pro Text";
  font-weight: bold;
  font-size: 21px;
  text-align: left;
  color: #212e3f;
  display: flex;
}
.share-modal__title #message-sent {
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  color: #38b04a;
  margin-left: 8px;
  display: none;
  padding-top: 5px;
}
.share-modal__title #message-is-not-sent {
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  color: #38b04a;
  margin-left: 8px;
  display: none;
  padding-top: 5px;
}
.share-modal__form {
  padding: 0 30px 30px;
  text-align: right;
}
.share-modal__email {
  margin: 0 -30px 27.5px;
  border-bottom: 1px solid #eaeaea;
}
.share-modal__input {
  position: relative;
  height: 60px;
}
.share-modal__input input[type=email], .share-modal__input__inline > input {
  width: 100%;
  height: 42px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  padding: 10px 11px;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 13px;
  text-align: left;
  color: #161616;
  margin-bottom: 12px;
}
.share-modal__input__inline {
  display: flex;
  justify-content: space-between;
}
.share-modal__input__inline > input {
  width: 49%;
}
.share-modal input[type=radio] {
  opacity: 0;
  position: absolute;
  top: -5px;
  left: 0;
  padding: 0;
  margin: 0;
  width: 22px;
  height: 22px;
}
.share-modal label {
  display: block;
  position: relative;
  width: fit-content;
  padding-left: 35px;
  height: 35px;
}
.share-modal label:before {
  content: "";
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #aaa;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  top: -5px;
  left: 0;
}
.share-modal input[type=radio]:checked + label:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 8px solid #38b04a;
  cursor: pointer;
}
.share-modal__users {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 35px;
  padding-bottom: 10px;
  max-height: 330px;
  gap: 7px;
}
.share-modal__users__level {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  gap: 4px;
}
.share-modal__users__level-access {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  max-height: 129px;
  overflow: auto;
}
.share-modal__users__list-item {
  font-family: "Inter";
  background-color: #f9fafb;
  min-height: 43px;
  max-height: 43px;
  border-radius: 0;
  width: 100%;
  display: flex;
  font-family: "Inter";
  font-size: x-small;
  padding-left: 10px;
  padding-right: 2px;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid;
  border-color: #ebebeb;
}
.share-modal__users__list-item__left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  gap: 6px;
}
.share-modal__users__list-item__left__access-label {
  font-size: 12px;
  font-weight: 500;
  color: #38b04a;
}
.share-modal__users__list-item__left p {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.share-modal__users__list-item__left p[data-title]:hover::before {
  content: attr(data-title);
  position: absolute;
  bottom: -5px;
  left: 140px;
  padding: 5px;
  background: #000;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  z-index: 500;
}
.share-modal__users__list-item__left p[data-title]:hover::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 128px;
  border: 8px solid transparent;
  border-right: 8px solid #000;
  z-index: 500;
}
.share-modal__actions {
  display: flex;
  align-items: top;
  justify-content: space-between;
  padding-top: 0px;
}
.share-modal__actions label {
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  color: #212e3f;
  height: 29px;
}
.share-modal__actions__radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.share-modal__actions__container {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.share-modal__actions__container__continer {
  display: flex;
  align-items: flex-end;
}
.share-modal__actions__button-continer {
  display: flex;
  align-items: center;
  gap: 10px;
}
.share-modal__actions__item-button-continer {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 4px;
}
.share-modal__submit-button {
  padding: 0 20px;
  width: 86.89px;
  height: 42px;
  border-radius: 5px;
  background: #38b04a;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.share-modal__submit-button svg {
  fill: #fff;
}
.share-modal__submit-button:disabled {
  background-color: #aaaaaa;
  cursor: default;
}
.share-modal__cancel-button {
  width: 87px;
  height: 42px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #38b04a;
  color: #38b04a;
}
.share-modal__submit-button {
  width: 116px;
  padding: 0 15px;
}
.share-modal__submit-button, .share-modal__cancel-button {
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.share-modal__send-invite {
  cursor: pointer;
  width: 81px;
  font-size: 9px;
  height: 23px;
  border-radius: 5px;
  font-weight: 700;
  background: transparent;
  border: 1px solid #38b04a;
  color: #38b04a;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1608);
  padding: 0 2px;
}
.share-modal__send-invite:disabled {
  background-color: #aaaaaa;
  cursor: default;
}
.share-modal__copy-link {
  position: relative;
  cursor: pointer;
  font-size: 9px;
  padding: 0 5px;
  width: 70px;
  height: 23px;
  border-radius: 5px;
  background: #38b04a;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  color: #fff;
}
.share-modal__copy-link__tooltip {
  position: absolute;
  background: #000;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  font-size: 10px;
  z-index: 6000;
  top: -23px;
  display: none;
}
.share-modal__copy-link__tooltip.show {
  display: block;
}
.share-modal__copy-link svg {
  fill: #fff;
}
.share-modal__copy-link:disabled {
  background-color: #aaaaaa;
  cursor: default;
}
.share-modal__close-icon {
  cursor: pointer;
}

.share-modal-access-dropdown__container {
  background: none !important;
  border: none;
  outline: none;
  box-shadow: none;
  width: auto !important;
  justify-content: flex-start;
}
.share-modal-access-dropdown__container.custom-dropdown {
  padding-right: 27px;
}
.share-modal-access-dropdown__container.custom-dropdown.opened {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: none !important;
}
.share-modal-access-dropdown__container.custom-dropdown.has-selected-value {
  outline: none;
  background: none;
}
.share-modal-access-dropdown__span {
  color: green;
  font-size: 10px;
  padding-left: 0px;
}

.share-modal-custom-dropdown-modal__li {
  display: flex !important;
  align-items: center;
  font-size: 10px !important;
  padding: 0px !important;
  height: 25px !important;
}
.share-modal-custom-dropdown-modal__li:hover {
  font-size: 10px !important;
  padding: 0px !important;
  height: 25px !important;
}
/*!*************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/Modal/components/DeleteProjectModal/index.scss ***!
  \*************************************************************************************************************************************************/
.delete-project-modal {
  padding-left: 30px;
}
.delete-project-modal .modal__container {
  height: 330px;
  overflow: hidden;
}
.delete-project-modal__header {
  padding: 30px 30px 19px;
  width: 100%;
  display: flex;
  align-items: center;
}
.delete-project-modal__title {
  font-weight: bold;
  font-size: 21px;
  text-align: left;
  color: #212e3f;
}
.delete-project-modal__form {
  padding: 0 30px 30px;
}
.delete-project-modal__confirm {
  margin: 0 -30px 27.5px;
  border-bottom: 1px solid #eaeaea;
  padding: 10px 30px;
}
.delete-project-modal .confirm__title {
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  color: #212e3f;
  margin-bottom: 15px;
}
.delete-project-modal .confirm__warning {
  margin-bottom: 15px;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  color: #212e3f;
}
.delete-project-modal .confirm__input {
  position: relative;
  height: 30px;
}
.delete-project-modal .confirm label {
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  color: #212e3f;
}
.delete-project-modal .confirm__tip {
  position: absolute;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 9px;
  color: #f00;
  left: 30px;
  bottom: 8px;
}
.delete-project-modal input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 1;
}
.delete-project-modal label {
  display: block;
  position: relative;
  width: fit-content;
  padding-left: 35px;
}
.delete-project-modal label:before {
  content: "";
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  top: -5px;
  left: 0;
}
.delete-project-modal input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2735%27 height=%2735%27 viewBox=%270 0 35 35%27%3E%3Cpath id=%27square-check-solid%27 d=%27M30,32a5,5,0,0,1,5,5V62a5,5,0,0,1-5,5H5a5,5,0,0,1-5-5V37a5,5,0,0,1,5-5ZM26.547,46.047a2.188,2.188,0,0,0-3.094-3.094L15,51.406l-3.453-3.453a2.188,2.188,0,0,0-3.094,3.094l5,5a2.193,2.193,0,0,0,3.094,0Z%27 transform=%27translate%280 -32%29%27 fill=%27%2338B04A%27/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.delete-project-modal__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.delete-project-modal__submit-button {
  margin-left: 12px;
  padding: 0 20px;
  width: 108px;
  height: 42px;
  border-radius: 5px;
  background: #ec464f;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.delete-project-modal__submit-button:disabled {
  background-color: #d5d5d7;
  color: #ffffff;
}
.delete-project-modal__cancel-button {
  width: 87px;
  height: 42px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #38b04a;
  color: #38b04a;
}
.delete-project-modal__submit-button, .delete-project-modal__cancel-button {
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.delete-project-modal__submit-button > svg {
  fill: #fff;
}
/*!****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/Modal/components/EditModal/index.scss ***!
  \****************************************************************************************************************************************/
.edit-modal {
  align-items: inherit;
}
.edit-modal__header {
  padding: 30px 30px 15px;
  width: 100%;
  display: flex;
  align-items: center;
}
.edit-modal__title {
  font-weight: bold;
  font-size: 21px;
  text-align: left;
  color: #212e3f;
}
.edit-modal__form {
  padding: 0 30px 30px;
  text-align: right;
}
.edit-modal__confirm {
  margin: 0 -30px 15px;
  height: 140px;
  border: 1px solid #eaeaea;
}
.edit-modal .confirm__title {
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  color: #212e3f;
  padding: 20px 30px 0;
  margin-bottom: 15px;
}
.edit-modal .confirm__warning {
  margin-bottom: 15px;
  padding: 0 30px;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  color: #212e3f;
}
.edit-modal .confirm__checkbox {
  display: flex;
  position: relative;
  padding: 0 30px;
  height: 25px;
}
.edit-modal .confirm__checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 30px;
  padding: 0;
  margin: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.edit-modal .confirm__checkbox label {
  padding-left: 35px;
  display: flex;
  align-items: center;
  position: relative;
  width: fit-content;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  color: #212e3f;
}
.edit-modal .confirm__checkbox label:before {
  content: "";
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  left: 0;
}
.edit-modal .confirm__checkbox input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2735%27 height=%2735%27 viewBox=%270 0 35 35%27%3E%3Cpath id=%27square-check-solid%27 d=%27M30,32a5,5,0,0,1,5,5V62a5,5,0,0,1-5,5H5a5,5,0,0,1-5-5V37a5,5,0,0,1,5-5ZM26.547,46.047a2.188,2.188,0,0,0-3.094-3.094L15,51.406l-3.453-3.453a2.188,2.188,0,0,0-3.094,3.094l5,5a2.193,2.193,0,0,0,3.094,0Z%27 transform=%27translate%280 -32%29%27 fill=%27%2338B04A%27/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.edit-modal .confirm__tip {
  position: absolute;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 9px;
  color: #f00;
  left: 65px;
  bottom: -9px;
}
.edit-modal__submit-button {
  width: 87px;
  height: 42px;
  border-radius: 5px;
  background: #38b04a;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  color: #fff;
}
.edit-modal__submit-button:disabled {
  background-color: #d5d5d7;
  color: #ffffff;
}
.edit-modal__cancel-button {
  margin-right: 12px;
  width: 87px;
  height: 42px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #38b04a;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #38b04a;
}
.edit-modal__submit-button, .edit-modal__cancel-button {
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.edit-modal__grouped-checkbox {
  display: flex;
  height: 80px;
  justify-content: space-between;
  padding: 0 20%;
}
.edit-modal__grouped-checkbox .edit-group__container {
  align-items: center;
}
.edit-modal__grouped-checkbox .edit-group__container input[type=checkbox] {
  left: calc(50% - 17.5px);
}
.edit-modal__grouped-checkbox .edit-group__container input[type=checkbox]:checked + label:after {
  left: calc(50% - 17.5px);
}
.edit-modal__grouped-checkbox .edit-group__container .edit-group__title::before {
  left: calc(50% - 17.5px);
}
/*!************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/Modal/components/EditModalTemplate/index.scss ***!
  \************************************************************************************************************************************************/
.edit-modal {
  align-items: inherit;
}
.edit-modal__header {
  padding: 30px 30px 15px;
  width: 100%;
  display: flex;
  align-items: center;
}
.edit-modal__title {
  font-weight: bold;
  font-size: 21px;
  text-align: left;
  color: #212e3f;
}
.edit-modal__form-container {
  padding: 0 30px 30px;
  text-align: right;
}
.edit-modal__confirm {
  margin: 0 -30px 15px;
  height: 140px;
  border: 1px solid #eaeaea;
}
.edit-modal .confirm__title {
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  color: #212e3f;
  padding: 20px 30px 0;
  margin-bottom: 15px;
}
.edit-modal .confirm__warning {
  margin-bottom: 15px;
  padding: 0 30px;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  color: #212e3f;
}
.edit-modal .confirm__checkbox {
  display: flex;
  position: relative;
  padding: 0 30px;
  height: 25px;
}
.edit-modal .confirm__checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 30px;
  padding: 0;
  margin: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.edit-modal .confirm__checkbox label {
  padding-left: 35px;
  display: flex;
  align-items: center;
  position: relative;
  width: fit-content;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  color: #212e3f;
}
.edit-modal .confirm__checkbox label:before {
  content: "";
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  left: 0;
}
.edit-modal .confirm__checkbox input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2735%27 height=%2735%27 viewBox=%270 0 35 35%27%3E%3Cpath id=%27square-check-solid%27 d=%27M30,32a5,5,0,0,1,5,5V62a5,5,0,0,1-5,5H5a5,5,0,0,1-5-5V37a5,5,0,0,1,5-5ZM26.547,46.047a2.188,2.188,0,0,0-3.094-3.094L15,51.406l-3.453-3.453a2.188,2.188,0,0,0-3.094,3.094l5,5a2.193,2.193,0,0,0,3.094,0Z%27 transform=%27translate%280 -32%29%27 fill=%27%2338B04A%27/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.edit-modal .confirm__tip {
  position: absolute;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 9px;
  color: #f00;
  left: 65px;
  bottom: -9px;
}
.edit-modal__submit-button {
  width: 87px;
  height: 42px;
  border-radius: 5px;
  background: #38b04a;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  color: #fff;
}
.edit-modal__submit-button:disabled {
  background-color: #d5d5d7;
  color: #ffffff;
}
.edit-modal__cancel-button {
  margin-right: 12px;
  width: 87px;
  height: 42px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #38b04a;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #38b04a;
}
.edit-modal__submit-button, .edit-modal__cancel-button {
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.edit-modal__grouped-checkbox {
  display: flex;
  height: 80px;
  justify-content: space-between;
  padding: 0 20%;
}
.edit-modal__grouped-checkbox .edit-group__container {
  align-items: center;
}
.edit-modal__grouped-checkbox .edit-group__container input[type=checkbox] {
  left: calc(50% - 17.5px);
}
.edit-modal__grouped-checkbox .edit-group__container input[type=checkbox]:checked + label:after {
  left: calc(50% - 17.5px);
}
.edit-modal__grouped-checkbox .edit-group__container .edit-group__title::before {
  left: calc(50% - 17.5px);
}
/*!***************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/FormComponent/index.scss ***!
  \***************************************************************************************************************************/
.form {
  align-items: inherit;
}
.form__header {
  padding: 30px 30px 15px;
  width: 100%;
  display: flex;
  align-items: center;
}
.form__title {
  font-weight: bold;
  font-size: 21px;
  text-align: left;
  color: #212e3f;
}
.form__form-container {
  padding: 0 30px 30px;
  text-align: right;
}
.form__form-container .preview {
  display: flex;
  justify-content: flex-start;
}
.form__form-container .preview img {
  height: 150px;
}
.form__confirm {
  margin: 0 -30px 15px;
  height: 140px;
  border: 1px solid #eaeaea;
}
.form .confirm__title {
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  color: #212e3f;
  padding: 20px 30px 0;
  margin-bottom: 15px;
}
.form .confirm__warning {
  margin-bottom: 15px;
  padding: 0 30px;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  color: #212e3f;
}
.form .confirm__checkbox {
  display: flex;
  position: relative;
  padding: 0 30px;
  height: 25px;
}
.form .confirm__checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 30px;
  padding: 0;
  margin: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.form .confirm__checkbox label {
  padding-left: 35px;
  display: flex;
  align-items: center;
  position: relative;
  width: fit-content;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  color: #212e3f;
}
.form .confirm__checkbox label:before {
  content: "";
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  left: 0;
}
.form .confirm__checkbox input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2735%27 height=%2735%27 viewBox=%270 0 35 35%27%3E%3Cpath id=%27square-check-solid%27 d=%27M30,32a5,5,0,0,1,5,5V62a5,5,0,0,1-5,5H5a5,5,0,0,1-5-5V37a5,5,0,0,1,5-5ZM26.547,46.047a2.188,2.188,0,0,0-3.094-3.094L15,51.406l-3.453-3.453a2.188,2.188,0,0,0-3.094,3.094l5,5a2.193,2.193,0,0,0,3.094,0Z%27 transform=%27translate%280 -32%29%27 fill=%27%2338B04A%27/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.form .confirm__tip {
  position: absolute;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 9px;
  color: #f00;
  left: 65px;
  bottom: -9px;
}
.form__submit-button {
  width: 87px;
  height: 42px;
  border-radius: 5px;
  background: #38b04a;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  color: #fff;
}
.form__submit-button:disabled {
  background-color: #d5d5d7;
  color: #ffffff;
}
.form__cancel-button {
  margin-right: 12px;
  width: 87px;
  height: 42px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #38b04a;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #38b04a;
}
.form__submit-button, .form__cancel-button {
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.form__grouped-checkbox {
  display: flex;
  height: 80px;
  justify-content: space-between;
  padding: 0 20%;
}
.form__grouped-checkbox .edit-group__container {
  align-items: center;
}
.form__grouped-checkbox .edit-group__container input[type=checkbox] {
  left: calc(50% - 17.5px);
}
.form__grouped-checkbox .edit-group__container input[type=checkbox]:checked + label:after {
  left: calc(50% - 17.5px);
}
.form__grouped-checkbox .edit-group__container .edit-group__title::before {
  left: calc(50% - 17.5px);
}
/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/Modal/components/CloneModal/index.scss ***!
  \*****************************************************************************************************************************************/
.clone-modal .modal__container {
  height: 330px;
  overflow: hidden;
}
.clone-modal__header {
  padding: 30px 30px 20px;
  width: 100%;
  display: flex;
  align-items: center;
}
.clone-modal__title {
  font-family: "SF Pro Text";
  font-weight: bold;
  font-size: 21px;
  text-align: left;
  color: #212e3f;
}
.clone-modal__form {
  padding: 0 30px 30px;
  text-align: right;
}
.clone-modal__confirm {
  margin: 0 -30px 27.5px;
  border-bottom: 1px solid #eaeaea;
}
.clone-modal .confirm__title {
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  color: #212e3f;
  padding: 0 30px;
  margin-bottom: 15px;
}
.clone-modal .confirm__warning {
  margin-bottom: 15px;
  padding: 0 30px;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  color: #212e3f;
}
.clone-modal .confirm__input {
  position: relative;
  height: 70px;
  padding: 0 30px;
}
.clone-modal .confirm__input input {
  width: 100%;
  height: 42px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  padding: 10px 11px;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 19px;
  text-align: left;
  color: #212e3f;
}
.clone-modal .confirm__tip {
  position: absolute;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 9px;
  color: #f00;
  left: 30px;
  bottom: 8px;
}
.clone-modal__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.clone-modal__submit-button {
  margin-left: 12px;
  padding: 0 20px;
  width: 108px;
  height: 42px;
  border-radius: 5px;
  background: #38b04a;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.clone-modal__submit-button svg {
  fill: #fff;
}
.clone-modal__submit-button:disabled {
  background-color: #aaaaaa;
  cursor: default;
}
.clone-modal__cancel-button {
  width: 87px;
  height: 42px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #38b04a;
  color: #38b04a;
}
.clone-modal__submit-button, .clone-modal__cancel-button {
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
/*!******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/Modal/components/DeleteModal/index.scss ***!
  \******************************************************************************************************************************************/
.delete-modal .modal__container {
  height: 330px;
  overflow: hidden;
}
.delete-modal__header {
  padding: 30px 30px 20px;
  width: 100%;
  display: flex;
  align-items: center;
}
.delete-modal__title {
  font-weight: bold;
  font-size: 21px;
  text-align: left;
  color: #212e3f;
}
.delete-modal__form {
  padding: 0 30px 30px;
  text-align: right;
}
.delete-modal__confirm {
  margin: 0 -30px 27.5px;
  border-bottom: 1px solid #eaeaea;
}
.delete-modal .confirm__title {
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  color: #212e3f;
  padding: 0 30px;
  margin-bottom: 15px;
}
.delete-modal .confirm__warning {
  margin-bottom: 15px;
  padding: 0 30px;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  color: #212e3f;
  height: 43.5px;
}
.delete-modal .confirm__input {
  position: relative;
  height: 70px;
  padding: 0 30px;
}
.delete-modal .confirm__input input {
  width: 100%;
  height: 42px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  padding: 10px 11px;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 19px;
  text-align: left;
  color: #212e3f;
}
.delete-modal .confirm__tip {
  position: absolute;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 9px;
  color: #f00;
  left: 30px;
  bottom: 8px;
}
.delete-modal__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.delete-modal__submit-button {
  margin-left: 12px;
  padding: 0 20px;
  width: 108px;
  height: 42px;
  border-radius: 5px;
  background: #ec464f;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.delete-modal__submit-button svg {
  fill: #fff;
}
.delete-modal__submit-button:disabled {
  background-color: #aaaaaa;
  cursor: default;
}
.delete-modal__cancel-button {
  width: 87px;
  height: 42px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #38b04a;
  color: #38b04a;
}
.delete-modal__submit-button, .delete-modal__cancel-button {
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/Modal/components/BriefModal/index.scss ***!
  \*****************************************************************************************************************************************/
.brief-modal__container {
  background: #f2f5fd;
  width: 510px;
  height: auto;
  z-index: 9001;
  position: relative;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}
.brief-modal__header {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px;
  padding-bottom: 0;
}
.brief-modal__title {
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 21px;
  text-align: left;
  color: #212e3f;
}
.brief-modal__description {
  padding: 20px 20px 10px 20px;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 12px;
  color: #212e3f;
  max-width: 75%;
}
.brief-modal__description.group-modal-description {
  max-width: 100%;
}
.brief-modal__line {
  border: 0.5px solid #eaeaea;
  margin: 0;
}
.brief-modal__checkbox-container {
  padding: 20px;
}
.brief-modal__checkbox-title {
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 12px;
  color: #212e3f;
  margin-bottom: 10px;
}
.brief-modal__button-container {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
}
.brief-modal__close-button, .brief-modal__confirm-button {
  width: auto;
  min-width: 88px;
  height: 42px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #38b04a;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #38b04a;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}
.brief-modal__confirm-button {
  background-color: #38b04a;
  color: #fff;
  margin-left: 20px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brief-modal__confirm-button svg {
  margin-left: 10px;
}
.brief-modal__confirm-button:disabled {
  background-color: #aaaaaa;
  border: 1px solid #aaaaaa;
}

.brief-modal__container.secondary .brief-modal__confirm-button {
  background-color: #ec464f;
  border: none;
}
.brief-modal__container.secondary .brief-modal__confirm-button:disabled {
  background-color: #aaaaaa;
}
.brief-modal__line-data {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.brief-modal__line-data__notes {
  width: 100% !important;
  margin-bottom: 15px;
}
.brief-modal__line-data__confirm {
  position: relative;
  padding: 5px 35px 5px 0;
}
.brief-modal__line-data__confirm__title {
  font-family: var(--font-default);
  font-weight: normal;
  font-weight: 400;
  font-size: 12px;
  text-align: left;
  color: #212e3f;
  padding-left: 35px;
}
.brief-modal__line-data__confirm__title-sign {
  padding-left: 35px;
  font-family: var(--font-default);
  font-size: 9px;
  color: #f00;
}
.brief-modal__line-data__confirm input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.brief-modal__line-data__confirm label {
  display: block;
  position: relative;
  width: fit-content;
}
.brief-modal__line-data__confirm label:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  top: -5px;
  left: 0;
}
.brief-modal__line-data__confirm input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2735%27 height=%2735%27 viewBox=%270 0 35 35%27%3E%3Cpath id=%27square-check-solid%27 d=%27M30,32a5,5,0,0,1,5,5V62a5,5,0,0,1-5,5H5a5,5,0,0,1-5-5V37a5,5,0,0,1,5-5ZM26.547,46.047a2.188,2.188,0,0,0-3.094-3.094L15,51.406l-3.453-3.453a2.188,2.188,0,0,0-3.094,3.094l5,5a2.193,2.193,0,0,0,3.094,0Z%27 transform=%27translate%280 -32%29%27 fill=%27%2338B04A%27/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.brief-modal__line-data__textarea {
  padding: 13px 60px 16px 16px;
  width: 100%;
  height: 93px;
  overflow-y: auto;
  resize: none;
  border: none;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 15px;
  color: #212e3f;
}
.brief-modal__line-data__textarea::-webkit-scrollbar-thumb {
  background-color: #b7b7b7;
  border: 2px solid transparent;
  border-radius: 9px;
  background-clip: content-box;
}
.brief-modal__line-data__value {
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 15px;
  text-align: left;
  color: #212e3f;
}

.confirm__link {
  color: #3399fa;
  text-decoration: underline;
  cursor: pointer;
}
/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/Modal/components/EditProjectModal/index.scss ***!
  \***********************************************************************************************************************************************/
.edit-project-modal__container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 511.75px;
  height: 518px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #eaeaea;
  z-index: 9999;
  position: relative;
}
.edit-project-modal__header {
  padding: 30px 30px 19px;
  width: 100%;
  display: flex;
  align-items: center;
}
.edit-project-modal__title {
  font-weight: bold;
  font-size: 21px;
  text-align: left;
  color: #212e3f;
}
.edit-project-modal__form {
  padding: 0 30px 30px;
  text-align: right;
}
.edit-project-modal__input {
  position: relative;
}
.edit-project-modal__input input, .edit-project-modal__input__inline > input {
  width: 100%;
  height: 42px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  padding: 10px 11px;
  margin-bottom: 17px;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 13px;
  text-align: left;
  color: #aaa;
}
.edit-project-modal__input__inline {
  display: flex;
  justify-content: space-between;
}
.edit-project-modal__input__inline > input {
  width: 49%;
}
.edit-project-modal__dropdown {
  width: 100%;
  height: 42px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  padding: 10px 11px;
  margin-bottom: 17px;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 13px;
  text-align: left;
  color: #aaa;
}
.edit-project-modal__dropdown:focus-visible, .edit-project-modal__dropdown.clicked {
  outline: 2px solid #38b04a;
  background: #fff;
}
.edit-project-modal__submit-button {
  width: 100%;
  height: 42px;
  border-radius: 5px;
  background: #38b04a;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  color: #fff;
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.edit-project-modal__submit-button:disabled {
  background-color: #d5d5d7;
  color: #ffffff;
}
/*!**********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/Modal/components/EditModalCreateFromTemplate/index.scss ***!
  \**********************************************************************************************************************************************************/
.edit-modal {
  align-items: inherit;
}
.edit-modal__header {
  padding: 30px 30px 15px;
  width: 100%;
  display: flex;
  align-items: center;
}
.edit-modal__title {
  font-weight: bold;
  font-size: 21px;
  text-align: left;
  color: #212e3f;
}
.edit-modal__form-container {
  padding: 0 30px 30px;
  text-align: right;
}
.edit-modal__confirm {
  margin: 0 -30px 15px;
  height: 140px;
  border: 1px solid #eaeaea;
}
.edit-modal .confirm__title {
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  color: #212e3f;
  padding: 20px 30px 0;
  margin-bottom: 15px;
}
.edit-modal .confirm__warning {
  margin-bottom: 15px;
  padding: 0 30px;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  color: #212e3f;
}
.edit-modal .confirm__checkbox {
  display: flex;
  position: relative;
  padding: 0 30px;
  height: 25px;
}
.edit-modal .confirm__checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 30px;
  padding: 0;
  margin: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.edit-modal .confirm__checkbox label {
  padding-left: 35px;
  display: flex;
  align-items: center;
  position: relative;
  width: fit-content;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  color: #212e3f;
}
.edit-modal .confirm__checkbox label:before {
  content: "";
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  left: 0;
}
.edit-modal .confirm__checkbox input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2735%27 height=%2735%27 viewBox=%270 0 35 35%27%3E%3Cpath id=%27square-check-solid%27 d=%27M30,32a5,5,0,0,1,5,5V62a5,5,0,0,1-5,5H5a5,5,0,0,1-5-5V37a5,5,0,0,1,5-5ZM26.547,46.047a2.188,2.188,0,0,0-3.094-3.094L15,51.406l-3.453-3.453a2.188,2.188,0,0,0-3.094,3.094l5,5a2.193,2.193,0,0,0,3.094,0Z%27 transform=%27translate%280 -32%29%27 fill=%27%2338B04A%27/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.edit-modal .confirm__tip {
  position: absolute;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 9px;
  color: #f00;
  left: 65px;
  bottom: -9px;
}
.edit-modal__submit-button {
  width: 87px;
  height: 42px;
  border-radius: 5px;
  background: #38b04a;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  color: #fff;
}
.edit-modal__submit-button:disabled {
  background-color: #d5d5d7;
  color: #ffffff;
}
.edit-modal__cancel-button {
  margin-right: 12px;
  width: 87px;
  height: 42px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #38b04a;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #38b04a;
}
.edit-modal__submit-button, .edit-modal__cancel-button {
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.edit-modal__grouped-checkbox {
  display: flex;
  height: 80px;
  justify-content: space-between;
  padding: 0 20%;
}
.edit-modal__grouped-checkbox .edit-group__container {
  align-items: center;
}
.edit-modal__grouped-checkbox .edit-group__container input[type=checkbox] {
  left: calc(50% - 17.5px);
}
.edit-modal__grouped-checkbox .edit-group__container input[type=checkbox]:checked + label:after {
  left: calc(50% - 17.5px);
}
.edit-modal__grouped-checkbox .edit-group__container .edit-group__title::before {
  left: calc(50% - 17.5px);
}
/*!****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/views/ProjectsView/index.scss ***!
  \****************************************************************************************************************************/
.projects {
  padding: 0 35px;
}
.projects h1 {
  padding: 0;
  margin: 0;
}
.projects__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0 24px;
}
.projects__search {
  position: relative;
}
.projects__search-input {
  font-weight: bold;
  font-size: 13px;
  padding: 2px 10px 0;
  height: 35px;
  border-radius: 17.5px;
  color: #38b04a;
  border: 2px solid #38b04a;
  width: 200px;
}
.projects__search-input::placeholder {
  color: #38b04a;
  font-weight: bold;
  font-size: 13px;
}
.projects__search-input-mobile {
  font-weight: bold;
  font-size: 13px;
  padding: 2px 10px 0;
  height: 40px;
  /* border-radius: 17.5px; */
  color: #38b04a;
  border: 2px solid #38b04a;
  width: 50px;
}
.projects__search-submit {
  border-radius: 20px;
  position: absolute;
  top: 6px;
  right: 6px;
  background-color: #38b04a;
  width: 29px;
  height: 22px;
  display: flex;
  align-items: center;
  border: 0;
  cursor: pointer;
}
.projects__search-submit-mobile {
  border-radius: 20px;
  position: absolute;
  top: 9px;
  right: 5px;
  background-color: #38b04a;
  width: 39px;
  height: 22px;
  display: flex;
  align-items: center;
  border: 0;
  cursor: pointer;
}
.projects__search-submit-icon {
  margin-left: auto;
  margin-right: auto;
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2713.528%27 height=%2713.531%27 viewBox=%270 0 13.528 13.531%27%3E%3Cpath id=%27magnifying-glass-solid_2_%27 data-name=%27magnifying-glass-solid %282%29%27 d=%27M10.992,5.5A5.483,5.483,0,0,1,9.935,8.738l3.345,3.348a.846.846,0,0,1-1.2,1.2L8.738,9.935A5.5,5.5,0,1,1,10.992,5.5ZM5.5,9.3A3.805,3.805,0,1,0,1.691,5.5,3.806,3.806,0,0,0,5.5,9.3Z%27 fill=%27%23fff%27/%3E%3C/svg%3E%0A");
}
.projects__search-submit-icon-mobile {
  margin-left: auto;
  margin-right: auto;
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2713.528%27 height=%2713.531%27 viewBox=%270 0 13.528 13.531%27%3E%3Cpath id=%27magnifying-glass-solid_2_%27 data-name=%27magnifying-glass-solid %282%29%27 d=%27M10.992,5.5A5.483,5.483,0,0,1,9.935,8.738l3.345,3.348a.846.846,0,0,1-1.2,1.2L8.738,9.935A5.5,5.5,0,1,1,10.992,5.5ZM5.5,9.3A3.805,3.805,0,1,0,1.691,5.5,3.806,3.806,0,0,0,5.5,9.3Z%27 fill=%27%23fff%27/%3E%3C/svg%3E%0A");
}
.projects__search-close-icon {
  display: none;
  margin-left: auto;
  margin-right: auto;
  width: 17px;
  height: 20px;
  padding-right: 20px;
  background: no-repeat;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPScxOC41MjgnIGhlaWdodD0nMTguNTMxJyB2aWV3Qm94PScwIDAgNTIgNDYnIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjM1IiBoZWlnaHQ9IjM1IiBmaWxsPSJub25lIiBmaWxsLW9wYWNpdHk9IjAuMDEiLz48cGF0aCBkPSJNMTQgMTRMMzQgMzQiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTE0IDM0TDM0IDE0IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==);
}
.projects__container {
  display: flex;
  justify-content: space-between;
}
.projects__container-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20%;
  gap: 8px;
}
.projects__container-empty-text {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #38b04a;
}
.projects__map {
  background-color: lightgray;
  width: 50%;
}
.projects__grid {
  height: calc(100vh - 72px - 77px - 40px);
  overflow: auto;
  width: 50%;
  margin-left: 22px;
}
.projects__grid-tablet {
  height: calc(100vh - 72px - 77px - 40px);
  overflow: auto;
  width: 100%;
}
.projects__add-proppery-icon {
  height: calc(100vh - 72px - 77px - 40px);
  overflow: auto;
  width: 100%;
  margin-left: 22px;
}
.projects__search-and-button {
  display: flex;
  gap: 15px;
}
/*!****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/Map/components/ProjectsMap/index.scss ***!
  \****************************************************************************************************************************************/
.map {
  height: 100%;
  margin-right: 10px;
  border-radius: 8px;
  overflow: hidden;
  cursor: default;
}

.leaflet-popup {
  margin-bottom: 35px;
}

.leaflet-popup-content {
  width: 168px;
  margin: 8px;
  color: white;
}

.leaflet-popup-content-wrapper {
  background-color: #1f2736 !important;
}

.leaflet-popup-tip {
  background-color: #1f2736 !important;
}

.leaflet-popup-close-button {
  display: none;
}

.project__popup-name {
  font-size: 12px;
  font-weight: bold;
}
.project__popup-address {
  font-size: 8px;
  font-weight: bold;
  color: #65707b;
}
.project__popup-address .street:after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #65707b;
  margin: 3px 5px;
}
.project__popup-image {
  margin-top: 5px;
  height: 112px;
  width: 100%;
}
.project__popup-image img {
  width: 100%;
  height: 100%;
}
/*!******************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/ProjectsGridCard/index.scss ***!
  \******************************************************************************************************************************/
.project__container {
  display: flex;
  padding: 10px 10px 12px 13px;
  border-radius: 7px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  margin: 1px 1px 17px 1px;
  border: 3px solid #ffffff;
}
.project__container.hide {
  display: none;
}
@media (max-width: 1024px) {
  .project__container {
    padding: 0;
  }
}
.project__container:hover, .project__container.hover {
  border: 3px solid #38b04a;
  cursor: pointer;
}
.project__popup-image {
  background-image: url(476504278ea95b20a46a.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  position: relative;
  border-radius: 3px;
}
.project__popup-image img {
  position: absolute;
  top: -5px;
  left: 0;
}
.project__image {
  position: relative;
  width: 127px;
  height: 93px;
  display: flex;
  flex: 0 0 127px;
  border-radius: 3px;
  overflow: hidden;
  background-image: url(476504278ea95b20a46a.png);
}
.project__image img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
.project__details {
  margin-left: 19px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.project__name {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .project__name {
    font-size: 14px;
  }
}
.project__address {
  font-size: 15px;
  font-weight: bold;
  color: #65707b;
  position: relative;
}
@media (max-width: 1024px) {
  .project__address {
    font-size: 13px;
  }
}
.project__address .street:after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #65707b;
  margin: 3px 5px;
  position: relative;
}
.project__address .street.without-dote::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 0px;
  height: 0px;
}
.project__updated {
  margin-bottom: 10px;
  font-size: 13px;
  color: #65707b;
  font-family: "Sf Pro";
}
.project__warning-container {
  display: none;
  position: absolute;
}
.project__warning-container .arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid black;
  position: absolute;
  top: 0;
  left: 0;
}
.project__warning-container .unknown-location {
  width: 229.16px;
  border-radius: 5px;
  background: #161616;
  border: 1px solid #161616;
  position: relative;
  top: 9px;
  left: -20%;
  cursor: default;
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  color: #fff;
  padding: 17px 20px;
  z-index: 1000;
}
.project__warning-container .unknown-location a {
  text-decoration: underline;
  cursor: pointer;
}
/*!********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/EmptyProjectsBlock/index.scss ***!
  \********************************************************************************************************************************/
.no-data__grid {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  background: #eaeaea;
  padding: 200px 8%;
}
@media screen and (max-width: 600px), screen and (max-height: 520px) {
  .no-data__grid {
    padding: 5% 8%;
  }
}
.no-data__container {
  max-height: 275px;
  min-height: 200px;
  height: 100%;
  width: 100%;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  padding: 27.5px 77px 48px 77px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 600px), screen and (max-height: 520px) {
  .no-data__container {
    padding: 7.5px 7px 8px 7px;
  }
}
.no-data__header {
  text-align: center;
}
.no-data__icon > svg {
  fill: #eaeaea;
  height: 32px;
  width: 36px;
}
.no-data__title {
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 24px;
  color: #161616;
}
.no-data__action {
  display: flex;
  justify-content: center;
}
.no-data__description {
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 17px;
  text-align: center;
  color: #707070;
  margin-top: 13.5px;
  margin-bottom: 16px;
}
.no-data__description a {
  color: #3399fa;
  text-decoration: underline;
}
.no-data__description span {
  font-weight: bolder;
}
/*!**************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/views/OrdersView/index.scss ***!
  \**************************************************************************************************************************/
.orders__wrapper {
  height: 100%;
  background-color: #f2f5fd;
}
.orders__container {
  height: 100%;
  background-color: #f2f5fd;
  padding: 45px 35px 0;
}
.orders__edit-bar {
  display: flex;
  height: 64px;
  width: 100%;
  background: #e4e4e4;
  flex: 1 0 auto;
}
.orders__header {
  margin-bottom: 17px;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}
.orders__header-item {
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  color: #757575;
  justify-content: center;
}
.orders__header-item.item-status {
  flex: 0 0 10%;
}
.orders__header-item.item-details {
  flex: 0 0 20%;
}
.orders__header-item.item-property {
  flex: 0 0 14%;
}
.orders__header-item.item-last-modified {
  flex: 0 0 14%;
}
.orders__header-item.item-issues {
  flex-basis: 10%;
}
.orders__header-item.item-main-action {
  flex-basis: 24%;
}
.orders__header-item.item-actions {
  flex-basis: 5%;
}
.orders__grid {
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  margin: 1px 1px 17px 1px;
  border: 1px solid #ffffff;
  overflow-y: auto;
  max-height: calc(100vh - 250px);
}

.no-orders__container {
  width: inherit;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10%;
  background-color: #f2f5fd;
}
.no-orders__block {
  width: 549.83px;
  height: auto;
  padding: 40px 0 55px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #eaeaea;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}
.no-orders__title {
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 24px;
  color: #161616;
}
.no-orders__description {
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 17px;
  color: #aaa;
}
.no-orders__description a {
  color: #3399fa;
}
.no-orders__button {
  width: auto;
  min-width: 88px;
  height: 42px;
  border-radius: 5px;
  background: #38b04a;
  border: 1px solid #38b04a;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  padding: 12px 20px;
}
/*!***********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/OrderCard/index.scss ***!
  \***********************************************************************************************************************/
.order {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  background-color: #ffffff;
  height: 96px;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.order:nth-child(2n) {
  background-color: #f9fafe;
}
.order:hover {
  z-index: 100;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.order:hover .order__details.actions .action {
  background: #38b04a;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-repeat: no-repeat;
  background-position-x: 17px;
  background-position-y: center;
}
.order:hover .order__details.actions .action.edit {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%279%27 height=%2715.431%27 viewBox=%270 0 9 15.431%27%3E%3Cpath id=%27angle-right-solid%27 d=%27M72.548,70.733a1.287,1.287,0,0,1,0,1.82L66.121,78.98a1.287,1.287,0,0,1-1.82-1.82l5.519-5.519-5.515-5.519a1.287,1.287,0,0,1,1.82-1.82l6.427,6.427Z%27 transform=%27translate%28-63.925 -63.925%29%27 fill=%27%23fff%27/%3E%3C/svg%3E%0A");
}
.order:hover .order__details.actions .action-2 {
  background: #38b04a;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-repeat: no-repeat;
  background-position-x: 8px;
  background-position-y: center;
}
.order:hover .order__details.actions .action-2.edit {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%279%27 height=%2715.431%27 viewBox=%270 0 9 15.431%27%3E%3Cpath id=%27angle-right-solid%27 d=%27M72.548,70.733a1.287,1.287,0,0,1,0,1.82L66.121,78.98a1.287,1.287,0,0,1-1.82-1.82l5.519-5.519-5.515-5.519a1.287,1.287,0,0,1,1.82-1.82l6.427,6.427Z%27 transform=%27translate%28-63.925 -63.925%29%27 fill=%27%23fff%27/%3E%3C/svg%3E%0A");
}
.order .order__details {
  flex-grow: 0;
  flex-shrink: 1;
}
.order .order__details.property-name {
  flex-basis: 14%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.order .order__details.status {
  flex-basis: 10%;
}
.order .order__details.status .status-icon {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.order .order__details.status .status-icon.pending {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2748%27 height=%2737.486%27 viewBox=%270 0 48 37.486%27%3E%3Ctext id=%27A_Cut_Above_Landscape%27 data-name=%27A Cut Above Landscape%27 transform=%27translate%280 25.486%29%27 fill=%27%23F9A632%27 font-size=%2710%27 font-family=%27Helvetica-Bold, Helvetica%27 font-weight=%27700%27%3E%3Ctspan x=%277.059%27 y=%278%27%3EDRAFT%3C/tspan%3E%3C/text%3E%3Cpath id=%27file-pen-solid%27 d=%27M0,2.875A2.878,2.878,0,0,1,2.875,0h7.188V5.751A1.436,1.436,0,0,0,11.5,7.188h5.751v5.647l-3.9,3.9a3.574,3.574,0,0,0-.943,1.671l-.84,3.365a2.141,2.141,0,0,0,.058,1.236H2.875A2.878,2.878,0,0,1,0,20.132ZM17.252,5.751H11.5V0ZM24.7,10.589l.647.647a1.8,1.8,0,0,1,0,2.543L24.027,15.1l-3.19-3.19,1.321-1.321a1.8,1.8,0,0,1,2.543,0ZM14.013,18.735l5.8-5.8,3.19,3.19-5.8,5.8a1.423,1.423,0,0,1-.669.377l-2.7.674a.718.718,0,0,1-.872-.872l.674-2.7a1.445,1.445,0,0,1,.377-.669Z%27 transform=%27translate%2812%29%27 fill=%27%23F9A632%27/%3E%3C/svg%3E");
  height: 38px;
}
.order .order__details.status .status-icon.submitted {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2768%27 height=%2740.381%27 viewBox=%270 0 68 40.381%27%3E%3Cg id=%27Group_639%27 data-name=%27Group 639%27 transform=%27translate%28-167 -445%29%27%3E%3Ctext id=%27A_Cut_Above_Landscape%27 data-name=%27A Cut Above Landscape%27 transform=%27translate%28167 473.381%29%27 fill=%27%23f9a632%27 font-size=%2710%27 font-family=%27Helvetica-Bold, Helvetica%27 font-weight=%27700%27%3E%3Ctspan x=%274.835%27 y=%278%27 xml:space=%27preserve%27%3ESUBMITTED %3C/tspan%3E%3C/text%3E%3Cpath id=%27paper-plane-solid_1_%27 data-name=%27paper-plane-solid %281%29%27 d=%27M22.418.248a1.437,1.437,0,0,1,.606,1.4L20.15,20.335a1.439,1.439,0,0,1-1.976,1.1L12.5,19.082l-1.8,3.346a1.08,1.08,0,0,1-2.03-.512V17.6a1.071,1.071,0,0,1,.229-.66l7.425-9.55a.36.36,0,0,0-.584-.377L7.7,14.289l-1.437,1.3h0a1.436,1.436,0,0,1-1.518.261L.925,14.258a1.427,1.427,0,0,1-.876-1.235,1.446,1.446,0,0,1,.723-1.339L20.9.185a1.442,1.442,0,0,1,1.527.063Z%27 transform=%27translate%28189.954 445.004%29%27 fill=%27%23f9a632%27/%3E%3C/g%3E%3C/svg%3E%0A");
  height: 40px;
}
.order .order__details.status .status-icon.confirmed {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2764%27 height=%2739.024%27 viewBox=%270 0 64 39.024%27%3E%3Cg id=%27Group_636%27 data-name=%27Group 636%27 transform=%27translate%28-169 -712%29%27%3E%3Ctext id=%27A_Cut_Above_Landscape%27 data-name=%27A Cut Above Landscape%27 transform=%27translate%28169 739.024%29%27 fill=%27%2338b04a%27 font-size=%2710%27 font-family=%27Helvetica-Bold, Helvetica%27 font-weight=%27700%27%3E%3Ctspan x=%271.724%27 y=%278%27%3ECONFIRMED%3C/tspan%3E%3C/text%3E%3Cpath id=%27circle-check-solid_1_%27 data-name=%27circle-check-solid %281%29%27 d=%27M11.5,23A11.5,11.5,0,1,0,0,11.5,11.5,11.5,0,0,0,11.5,23ZM16.576,9.389l-5.75,5.75a1.074,1.074,0,0,1-1.523,0L6.428,12.264a1.077,1.077,0,0,1,1.523-1.523l2.111,2.111,4.986-4.991a1.077,1.077,0,0,1,1.523,1.523Z%27 transform=%27translate%28190 712%29%27 fill=%27%232da945%27/%3E%3C/g%3E%3C/svg%3E%0A");
  height: 39px;
}
.order .order__details.status .status-icon.closed {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2744%27 height=%2739.377%27 viewBox=%270 0 44 39.377%27%3E%3Cg id=%27Group_632%27 data-name=%27Group 632%27 transform=%27translate%28-179 -1066%29%27%3E%3Cpath id=%27face-smile-solid%27 d=%27M0,11.5A11.5,11.5,0,1,1,11.5,23,11.5,11.5,0,0,1,0,11.5Zm7.372,3.122a.72.72,0,1,0-1.087.943,6.86,6.86,0,0,0,10.431,0,.72.72,0,1,0-1.087-.943,5.431,5.431,0,0,1-4.169,1.909,5.377,5.377,0,0,1-4.088-1.909Zm.553-6.716A1.438,1.438,0,1,0,9.362,9.344,1.436,1.436,0,0,0,7.924,7.906Zm7.188,2.875a1.438,1.438,0,1,0-1.438-1.438A1.439,1.439,0,0,0,15.112,10.781Z%27 transform=%27translate%28190 1066%29%27 fill=%27%2338b04a%27/%3E%3Ctext id=%27A_Cut_Above_Landscape%27 data-name=%27A Cut Above Landscape%27 transform=%27translate%28179 1093.377%29%27 fill=%27%2338b04a%27 font-size=%2710%27 font-family=%27Helvetica-Bold, Helvetica%27 font-weight=%27700%27%3E%3Ctspan x=%271.165%27 y=%278%27%3ECLOSED%3C/tspan%3E%3C/text%3E%3C/g%3E%3C/svg%3E%0A");
  height: 39px;
}
.order .order__details.details {
  flex-basis: 20%;
}
.order .order__details.details .description {
  font-weight: normal;
  color: #757575;
  font-family: "Sf Pro";
}
.order .order__details.last-modified {
  flex-basis: 14%;
  text-align: center;
}
.order .order__details.issues {
  font-size: 12px;
  flex-basis: 10%;
  text-align: center;
}
.order .order__details.main-action {
  flex-basis: 24%;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}
.order .order__details.main-action .action {
  background-color: #38b04a;
  color: #fff;
  border: 0;
  border-radius: 3px;
  width: 146px;
  height: 42px;
  cursor: pointer;
  text-transform: uppercase;
}
.order .order__details.main-action .closed {
  margin-left: auto;
  width: 210px;
  height: 41px;
  background-color: #e4f7ee;
  color: #38b04a;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}
.order .order__details.main-action .closed:before {
  content: "";
  width: 12px;
  height: 9px;
  margin-right: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712.787%27 height=%279.133%27 viewBox=%270 0 12.787 9.133%27%3E%3Cpath id=%27check-solid_1_%27 data-name=%27check-solid %281%29%27 d=%27M12.519,96.278a.911.911,0,0,1,0,1.29l-7.307,7.307a.911.911,0,0,1-1.29,0L.268,101.222a.913.913,0,1,1,1.292-1.29l2.982,3.006,6.688-6.659a.91.91,0,0,1,1.29,0Z%27 transform=%27translate%280 -96.01%29%27 fill=%27%2338b04a%27/%3E%3C/svg%3E%0A");
}
.order .order__details.actions {
  display: flex;
  margin-left: 32px;
  flex-basis: 5%;
  margin-right: 8px;
}
.order .order__details.actions .action {
  border-radius: 50%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-repeat: no-repeat;
  background-position-x: 17px;
  background-position-y: center;
  background-color: #eaf0f6;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 0;
  margin-right: 20px;
}
.order .order__details.actions .action:last-child {
  margin-right: 0;
}
.order .order__details.actions .action.edit {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%279%27 height=%2715.431%27 viewBox=%270 0 9 15.431%27%3E%3Cpath id=%27angle-right-solid%27 d=%27M72.548,70.733a1.287,1.287,0,0,1,0,1.82L66.121,78.98a1.287,1.287,0,0,1-1.82-1.82l5.519-5.519-5.515-5.519a1.287,1.287,0,0,1,1.82-1.82l6.427,6.427Z%27 transform=%27translate%28-63.925 -63.925%29%27 fill=%27%23161616%27/%3E%3C/svg%3E%0A");
}
.order .order__details.actions .action.pdf {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 height=%2724%27 width=%2724%27 viewBox=%270 0 576 512%27%3E%3C%21--%21Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2023 Fonticons, Inc.--%3E%3Cpath d=%27M400 255.4V240 208c0-8.8-7.2-16-16-16H352 336 289.5c-50.9 0-93.9 33.5-108.3 79.6c-3.3-9.4-5.2-19.8-5.2-31.6c0-61.9 50.1-112 112-112h48 16 32c8.8 0 16-7.2 16-16V80 64.6L506 160 400 255.4zM336 240h16v48c0 17.7 14.3 32 32 32h3.7c7.9 0 15.5-2.9 21.4-8.2l139-125.1c7.6-6.8 11.9-16.5 11.9-26.7s-4.3-19.9-11.9-26.7L409.9 8.9C403.5 3.2 395.3 0 386.7 0C367.5 0 352 15.5 352 34.7V80H336 304 288c-88.4 0-160 71.6-160 160c0 60.4 34.6 99.1 63.9 120.9c5.9 4.4 11.5 8.1 16.7 11.2c4.4 2.7 8.5 4.9 11.9 6.6c3.4 1.7 6.2 3 8.2 3.9c2.2 1 4.6 1.4 7.1 1.4h2.5c9.8 0 17.8-8 17.8-17.8c0-7.8-5.3-14.7-11.6-19.5l0 0c-.4-.3-.7-.5-1.1-.8c-1.7-1.1-3.4-2.5-5-4.1c-.8-.8-1.7-1.6-2.5-2.6s-1.6-1.9-2.4-2.9c-1.8-2.5-3.5-5.3-5-8.5c-2.6-6-4.3-13.3-4.3-22.4c0-36.1 29.3-65.5 65.5-65.5H304h32zM72 32C32.2 32 0 64.2 0 104V440c0 39.8 32.2 72 72 72H408c39.8 0 72-32.2 72-72V376c0-13.3-10.7-24-24-24s-24 10.7-24 24v64c0 13.3-10.7 24-24 24H72c-13.3 0-24-10.7-24-24V104c0-13.3 10.7-24 24-24h64c13.3 0 24-10.7 24-24s-10.7-24-24-24H72z%27/%3E%3C/svg%3E");
}
.order .order__details.actions .action.download {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712.45%27 height=%2716.6%27 viewBox=%270 0 12.45 16.6%27%3E%3Cpath id=%27file-arrow-down-solid%27 d=%27M12.45,4.15H8.3V0ZM8.3,5.187h4.15v9.856A1.556,1.556,0,0,1,10.894,16.6H1.556A1.556,1.556,0,0,1,0,15.044V1.556A1.556,1.556,0,0,1,1.556,0H7.262V4.15A1.036,1.036,0,0,0,8.3,5.187ZM8.268,9.564,7,10.832V7.522a.778.778,0,0,0-1.556,0v3.31L4.153,9.564a.664.664,0,0,0-.522-.227.77.77,0,0,0-.55.227.778.778,0,0,0,0,1.1l2.594,2.594a.778.778,0,0,0,1.1,0l2.594-2.594a.778.778,0,1,0-1.1-1.1Z%27 fill=%27%23212e3f%27/%3E%3C/svg%3E%0A");
}
.order .order__details.actions .action-2 {
  border-radius: 50%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-repeat: no-repeat;
  background-position-x: 8px;
  background-position-y: center;
  background-color: #eaf0f6;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 0;
  margin-right: 20px;
}
.order .order__details.actions .action-2:last-child {
  margin-right: 0;
}
.order .order__details.actions .action-2.pdf {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 height=%2724%27 width=%2724%27 viewBox=%270 0 576 512%27%3E%3C%21--%21Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2023 Fonticons, Inc.--%3E%3Cpath d=%27M400 255.4V240 208c0-8.8-7.2-16-16-16H352 336 289.5c-50.9 0-93.9 33.5-108.3 79.6c-3.3-9.4-5.2-19.8-5.2-31.6c0-61.9 50.1-112 112-112h48 16 32c8.8 0 16-7.2 16-16V80 64.6L506 160 400 255.4zM336 240h16v48c0 17.7 14.3 32 32 32h3.7c7.9 0 15.5-2.9 21.4-8.2l139-125.1c7.6-6.8 11.9-16.5 11.9-26.7s-4.3-19.9-11.9-26.7L409.9 8.9C403.5 3.2 395.3 0 386.7 0C367.5 0 352 15.5 352 34.7V80H336 304 288c-88.4 0-160 71.6-160 160c0 60.4 34.6 99.1 63.9 120.9c5.9 4.4 11.5 8.1 16.7 11.2c4.4 2.7 8.5 4.9 11.9 6.6c3.4 1.7 6.2 3 8.2 3.9c2.2 1 4.6 1.4 7.1 1.4h2.5c9.8 0 17.8-8 17.8-17.8c0-7.8-5.3-14.7-11.6-19.5l0 0c-.4-.3-.7-.5-1.1-.8c-1.7-1.1-3.4-2.5-5-4.1c-.8-.8-1.7-1.6-2.5-2.6s-1.6-1.9-2.4-2.9c-1.8-2.5-3.5-5.3-5-8.5c-2.6-6-4.3-13.3-4.3-22.4c0-36.1 29.3-65.5 65.5-65.5H304h32zM72 32C32.2 32 0 64.2 0 104V440c0 39.8 32.2 72 72 72H408c39.8 0 72-32.2 72-72V376c0-13.3-10.7-24-24-24s-24 10.7-24 24v64c0 13.3-10.7 24-24 24H72c-13.3 0-24-10.7-24-24V104c0-13.3 10.7-24 24-24h64c13.3 0 24-10.7 24-24s-10.7-24-24-24H72z%27/%3E%3C/svg%3E");
}
/*!***************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/EditBarOrders/index.scss ***!
  \***************************************************************************************************************************/
.orders-edit-bar__selected-items {
  font-family: var(--font-default);
  margin-right: 22px;
  padding: 24px 0 22px 40px;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  color: #161616;
  min-width: 120px;
  box-sizing: border-box;
}
.orders-edit-bar__buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
.orders-edit-bar__actions {
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin-left: auto;
}
.orders-edit-bar__actions .button {
  margin-right: 10.2px;
}
.orders-edit-bar #edit-bar-dots {
  width: 35px;
}
.orders-edit-bar__dots-dropdown {
  position: relative;
  display: inline-block;
}
.orders-edit-bar__dots-dropdown .show {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: 50px;
  z-index: 9000;
  width: 160px;
}
.orders-edit-bar__dots-dropdown-content div:hover {
  color: #fff;
}
.orders-edit-bar__dots-dropdown-content div:hover svg {
  fill: #fff;
}
.orders-edit-bar__dots-dropdown-content-view {
  width: 168.39px;
  height: 101.65px;
}
.orders-edit-bar__dots-dropdown-content, .orders-edit-bar__dots-dropdown-content-view {
  display: none;
  position: absolute;
  z-index: 10;
  right: 10px;
  flex-wrap: wrap;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #eaeaea;
  margin-top: 10px;
}
.orders-edit-bar__dots-dropdown-content span, .orders-edit-bar__dots-dropdown-content-view span {
  width: 100%;
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  color: #757575;
  padding: 12px 19.1px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #d5d5d5;
  background: transparent;
}
.orders-edit-bar__dots-dropdown-content div, .orders-edit-bar__dots-dropdown-content-view div {
  padding: 10px 19.1px;
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  color: #161616;
  width: 100%;
  display: flex;
  align-items: center;
}
.orders-edit-bar__dots-dropdown-content div a, .orders-edit-bar__dots-dropdown-content-view div a {
  padding-left: 9.5px;
}
.orders-edit-bar__dots-dropdown-content div:hover, .orders-edit-bar__dots-dropdown-content-view div:hover {
  cursor: pointer;
  fill: #fff;
  background-color: #38b04a;
  color: #fff;
}
.orders-edit-bar #edit-bar-share {
  background: #fff;
}

.tippy-box[data-theme=dropdown-theme] {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: 800;
  font-size: 13px;
  color: #161616;
}
.tippy-box[data-theme=dropdown-theme] .tippy-content {
  padding: 25px 15px 20px;
  position: relative;
}
.tippy-box[data-theme=dropdown-theme] .tippy-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
}
.tippy-box[data-theme=dropdown-theme] .tippy-content ul :first-child {
  margin-bottom: 17px;
}

#fake-clone-button,
#fake-share-button,
#fake-group-button {
  width: 100px;
  display: flex;
  justify-content: right;
}

#clone-groupped-issues-tooltip,
#non-shared-tooltip,
#group-groupped-issues-tooltip {
  width: 229.16px;
  height: 63.47px;
  border-radius: 5px;
  background: #161616;
  border: 1px solid #161616;
  position: relative;
  top: 50px;
  left: 150px;
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  color: #fff;
  padding: 17px 20px;
  z-index: 1000;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid black;
  position: relative;
  top: 43px;
  left: 180px;
}

.warning-container {
  display: none;
  position: absolute;
}

#Ellipse_2-active,
#users-solid-active {
  fill: #38b04a;
}
/*!*************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/views/OrderView/index.scss ***!
  \*************************************************************************************************************************/
.order-view-wrapper {
  background-color: #f2f5fd;
  overflow-y: scroll;
  height: calc(100% - 70px);
}

.order-view {
  font-family: var(--font-default);
  padding-top: 40px;
  padding-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 663px;
  flex-direction: column;
}
.order-view__edit-bar {
  display: flex;
  height: 64px;
  width: 100%;
  background: #e4e4e4;
  flex: 1 0 auto;
}
.order-view__print-button {
  position: relative;
  left: 620px;
  top: -60px;
}
.order-view__print-button .action-2 {
  border-radius: 50%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-repeat: no-repeat;
  background-position-x: 8px;
  background-position-y: center;
  background-color: #eaf0f6;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 0;
  margin-right: 20px;
}
.order-view__print-button .action-2:last-child {
  margin-right: 0;
}
.order-view__print-button .action-2.pdf {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 height=%2724%27 width=%2724%27 viewBox=%270 0 576 512%27%3E%3C%21--%21Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2023 Fonticons, Inc.--%3E%3Cpath d=%27M400 255.4V240 208c0-8.8-7.2-16-16-16H352 336 289.5c-50.9 0-93.9 33.5-108.3 79.6c-3.3-9.4-5.2-19.8-5.2-31.6c0-61.9 50.1-112 112-112h48 16 32c8.8 0 16-7.2 16-16V80 64.6L506 160 400 255.4zM336 240h16v48c0 17.7 14.3 32 32 32h3.7c7.9 0 15.5-2.9 21.4-8.2l139-125.1c7.6-6.8 11.9-16.5 11.9-26.7s-4.3-19.9-11.9-26.7L409.9 8.9C403.5 3.2 395.3 0 386.7 0C367.5 0 352 15.5 352 34.7V80H336 304 288c-88.4 0-160 71.6-160 160c0 60.4 34.6 99.1 63.9 120.9c5.9 4.4 11.5 8.1 16.7 11.2c4.4 2.7 8.5 4.9 11.9 6.6c3.4 1.7 6.2 3 8.2 3.9c2.2 1 4.6 1.4 7.1 1.4h2.5c9.8 0 17.8-8 17.8-17.8c0-7.8-5.3-14.7-11.6-19.5l0 0c-.4-.3-.7-.5-1.1-.8c-1.7-1.1-3.4-2.5-5-4.1c-.8-.8-1.7-1.6-2.5-2.6s-1.6-1.9-2.4-2.9c-1.8-2.5-3.5-5.3-5-8.5c-2.6-6-4.3-13.3-4.3-22.4c0-36.1 29.3-65.5 65.5-65.5H304h32zM72 32C32.2 32 0 64.2 0 104V440c0 39.8 32.2 72 72 72H408c39.8 0 72-32.2 72-72V376c0-13.3-10.7-24-24-24s-24 10.7-24 24v64c0 13.3-10.7 24-24 24H72c-13.3 0-24-10.7-24-24V104c0-13.3 10.7-24 24-24h64c13.3 0 24-10.7 24-24s-10.7-24-24-24H72z%27/%3E%3C/svg%3E");
}
.order-view__print-button .action-2:hover {
  background-color: #38b04a;
}
.order-view__header .order-view__project-name {
  margin-bottom: 5px;
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.order-view__header .order-view__project-id {
  font-size: 18px;
}
.order-view__header .order-view__project-id .caption {
  font-weight: bold;
  color: #65707b;
}
.order-view__header .order-view__project-id .text {
  margin-left: 5px;
  color: #65707b;
  font-weight: 400;
}
.order-view__header .order-view__project-breadcrumbs {
  margin-bottom: 35px;
}
.order-view__header .order-view__project-breadcrumbs > * {
  display: inline-block;
  margin-right: 20px;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 14px;
  color: #161616;
  cursor: pointer;
}
.order-view__header .order-view__project-breadcrumbs > *:last-child {
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 14px;
  color: #38b04a;
  cursor: auto;
}
.order-view__form-total {
  padding: 20px 35px 15px 25px;
  margin-top: 17px;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #000;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.order-view__body-empty {
  padding: 40px 0 55px;
  height: 270px;
  width: 100%;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.order-view__body-empty p {
  text-align: center;
}
.order-view__body-info {
  margin: 0 auto 10px;
  width: 31.5px;
  height: 31.5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2731.615%27 height=%2731.615%27 viewBox=%270 0 31.615 31.615%27%3E%3Cpath id=%27circle-info-solid_1_%27 data-name=%27circle-info-solid %281%29%27 d=%27M15.808,31.615A15.808,15.808,0,1,0,0,15.808,15.807,15.807,0,0,0,15.808,31.615Zm-2.47-10.868H14.82V16.8H13.338a1.482,1.482,0,1,1,0-2.964H16.3a1.478,1.478,0,0,1,1.482,1.482v5.434h.494a1.482,1.482,0,0,1,0,2.964h-4.94a1.482,1.482,0,0,1,0-2.964Zm2.47-8.892A1.976,1.976,0,1,1,17.784,9.88,1.974,1.974,0,0,1,15.808,11.856Z%27 fill=%27%23eaeaea%27/%3E%3C/svg%3E%0A");
}
.order-view__body-title {
  margin-bottom: 15px;
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #161616;
}
.order-view__body-subtitle {
  margin-bottom: 25px;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 17px;
  text-align: center;
  color: #757575;
  letter-spacing: 0.6px;
}
.order-view__body-subtitle a {
  color: #3399fa;
}
.order-view__body-delete-order-button {
  margin: 0 auto;
  display: block;
  padding: 15px 20px;
  border-radius: 5px;
  background: #ec464f;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.order-view__order {
  margin-top: 27px;
  margin-bottom: 17px;
  display: flex;
  justify-content: space-between;
}
.order-view__order > div {
  display: flex;
  flex-direction: column;
  width: 48%;
}
.order-view__order .caption {
  font-size: 12px;
  font-weight: bold;
  color: #212e3f;
  text-transform: capitalize;
}
.order-view__order input {
  margin-top: 6px;
  padding: 10px 16px;
  border: none;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  color: #212e3f;
}
.order-view__order input:disabled {
  border: 1px solid #d5d5d5;
  color: #757575;
  background: transparent;
  box-shadow: none;
}
.order-view__form-footer .caption {
  font-size: 12px;
  font-weight: bold;
  color: #212e3f;
}
.order-view__form-footer input {
  margin-top: 9px;
  padding: 10px 16px;
  border: none;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: 400;
  font-size: 15px;
  color: #212e3f;
}
.order-view__form-footer input:disabled {
  border: 1px solid #d5d5d5;
  color: #757575;
  background: transparent;
  box-shadow: none;
}
.order-view__form-footer-contractor {
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
}
.order-view__form-footer-contractor > div {
  display: flex;
  flex-direction: column;
  width: 48%;
}
.order-view__form-footer-agreement-status {
  margin-top: 19px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.order-view__form-footer-agreement-status > div {
  display: flex;
  flex-direction: column;
  width: 48%;
}
.order-view__form-footer-agreement-status .confirm {
  margin-top: 35px;
}
.order-view__form-footer-agreement-status .confirm__link {
  color: #3399fa;
  text-decoration: underline;
  cursor: pointer;
}
.order-view__form-footer-agreement-status .confirm input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.order-view__form-footer-agreement-status .confirm label {
  display: block;
  position: relative;
  width: fit-content;
  font-weight: 400;
  font-size: 12px;
  text-align: left;
  color: #212e3f;
  padding-left: 35px;
}
.order-view__form-footer-agreement-status .confirm label:before {
  content: "";
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  top: -5px;
  left: 0;
}
.order-view__form-footer-agreement-status .confirm input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2735%27 height=%2735%27 viewBox=%270 0 35 35%27%3E%3Cpath id=%27square-check-solid%27 d=%27M30,32a5,5,0,0,1,5,5V62a5,5,0,0,1-5,5H5a5,5,0,0,1-5-5V37a5,5,0,0,1,5-5ZM26.547,46.047a2.188,2.188,0,0,0-3.094-3.094L15,51.406l-3.453-3.453a2.188,2.188,0,0,0-3.094,3.094l5,5a2.193,2.193,0,0,0,3.094,0Z%27 transform=%27translate%280 -32%29%27 fill=%27%2338B04A%27/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.order-view__form-footer-agreement-status .order-view__status {
  margin-top: 9px;
  padding: 10px 16px;
  border: none;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: 400;
  font-size: 15px;
  color: #212e3f;
  text-transform: capitalize;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: 20px center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-view__form-footer-agreement-status .order-view__status.draft {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714.17%27 height=%2712.6%27 viewBox=%270 0 14.17 12.6%27%3E%3Cpath id=%27file-pen-solid%27 d=%27M0,1.575A1.576,1.576,0,0,1,1.575,0H5.511V3.149a.787.787,0,0,0,.787.787H9.448V7.03L7.313,9.165a1.957,1.957,0,0,0-.517.915l-.46,1.843a1.172,1.172,0,0,0,.032.677H1.575A1.576,1.576,0,0,1,0,11.025ZM9.448,3.149H6.3V0ZM13.528,5.8l.354.354a.986.986,0,0,1,0,1.393l-.723.723L11.412,6.523l.723-.723a.986.986,0,0,1,1.393,0ZM7.674,10.26l3.179-3.179L12.6,8.828,9.421,12a.779.779,0,0,1-.367.207l-1.479.369A.393.393,0,0,1,7.1,12.1l.369-1.479a.791.791,0,0,1,.207-.367Z%27 fill=%27%23161616%27/%3E%3C/svg%3E");
}
.order-view__form-footer-agreement-status .order-view__status.draft.disabled {
  background-color: #f2f5fd;
  color: #757575;
  border: 1px solid #d5d5d5;
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714.17%27 height=%2712.6%27 viewBox=%270 0 14.17 12.6%27%3E%3Cpath id=%27file-pen-solid%27 d=%27M0,1.575A1.576,1.576,0,0,1,1.575,0H5.511V3.149a.787.787,0,0,0,.787.787H9.448V7.03L7.313,9.165a1.957,1.957,0,0,0-.517.915l-.46,1.843a1.172,1.172,0,0,0,.032.677H1.575A1.576,1.576,0,0,1,0,11.025ZM9.448,3.149H6.3V0ZM13.528,5.8l.354.354a.986.986,0,0,1,0,1.393l-.723.723L11.412,6.523l.723-.723a.986.986,0,0,1,1.393,0ZM7.674,10.26l3.179-3.179L12.6,8.828,9.421,12a.779.779,0,0,1-.367.207l-1.479.369A.393.393,0,0,1,7.1,12.1l.369-1.479a.791.791,0,0,1,.207-.367Z%27 fill=%27%23757575%27/%3E%3C/svg%3E");
}
.order-view__form-footer-agreement-status .order-view__status.submitted {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2711.644%27 height=%2711.647%27 viewBox=%270 0 11.644 11.647%27%3E%3Cpath id=%27paper-plane-solid_1_%27 data-name=%27paper-plane-solid %281%29%27 d=%27M11.375.124a.728.728,0,0,1,.307.71L10.226,10.3a.728.728,0,0,1-1,.56L6.353,9.661l-.912,1.695A.547.547,0,0,1,4.413,11.1V8.913a.543.543,0,0,1,.116-.334l3.76-4.836a.182.182,0,0,0-.3-.191L3.921,7.234l-.728.657h0a.727.727,0,0,1-.769.132L.491,7.218a.723.723,0,0,1-.444-.626.732.732,0,0,1,.366-.678L10.6.092a.73.73,0,0,1,.773.032Z%27 transform=%27translate%28-0.046 0.004%29%27 fill=%27%23161616%27/%3E%3C/svg%3E%0A");
}
.order-view__form-footer-agreement-status .order-view__status.submitted.disabled {
  background-color: #f2f5fd;
  color: #757575;
  border: 1px solid #d5d5d5;
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2711.644%27 height=%2711.647%27 viewBox=%270 0 11.644 11.647%27%3E%3Cpath id=%27paper-plane-solid_1_%27 data-name=%27paper-plane-solid %281%29%27 d=%27M11.375.124a.728.728,0,0,1,.307.71L10.226,10.3a.728.728,0,0,1-1,.56L6.353,9.661l-.912,1.695A.547.547,0,0,1,4.413,11.1V8.913a.543.543,0,0,1,.116-.334l3.76-4.836a.182.182,0,0,0-.3-.191L3.921,7.234l-.728.657h0a.727.727,0,0,1-.769.132L.491,7.218a.723.723,0,0,1-.444-.626.732.732,0,0,1,.366-.678L10.6.092a.73.73,0,0,1,.773.032Z%27 transform=%27translate%28-0.046 0.004%29%27 fill=%27%23757575%27/%3E%3C/svg%3E%0A");
}
.order-view__form-footer-agreement-status .order-view__status.confirmed {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2711.647%27 height=%2711.647%27 viewBox=%270 0 11.647 11.647%27%3E%3Cpath id=%27circle-check-solid_1_%27 data-name=%27circle-check-solid %281%29%27 d=%27M5.823,11.647A5.823,5.823,0,1,0,0,5.823,5.823,5.823,0,0,0,5.823,11.647Zm2.57-6.892L5.482,7.666a.544.544,0,0,1-.771,0L3.255,6.21a.545.545,0,0,1,.771-.771L5.1,6.508,7.62,3.981a.545.545,0,1,1,.771.771Z%27 fill=%27%23161616%27/%3E%3C/svg%3E%0A");
}
.order-view__form-footer-agreement-status .order-view__status.confirmed.disabled {
  background-color: #f2f5fd;
  color: #757575;
  border: 1px solid #d5d5d5;
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2711.647%27 height=%2711.647%27 viewBox=%270 0 11.647 11.647%27%3E%3Cpath id=%27circle-check-solid_1_%27 data-name=%27circle-check-solid %281%29%27 d=%27M5.823,11.647A5.823,5.823,0,1,0,0,5.823,5.823,5.823,0,0,0,5.823,11.647Zm2.57-6.892L5.482,7.666a.544.544,0,0,1-.771,0L3.255,6.21a.545.545,0,0,1,.771-.771L5.1,6.508,7.62,3.981a.545.545,0,1,1,.771.771Z%27 fill=%27%23757575%27/%3E%3C/svg%3E%0A");
}
.order-view__form-footer-agreement-status .order-view__status.closed {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712.6%27 height=%2712.6%27 viewBox=%270 0 12.6 12.6%27%3E%3Cpath id=%27face-smile-regular%27 d=%27M6.3,8.662a2.593,2.593,0,0,0,1.929-.834.59.59,0,1,1,.866.8,3.822,3.822,0,0,1-5.591,0,.572.572,0,0,1,.032-.834.591.591,0,0,1,.834.034A2.593,2.593,0,0,0,6.3,8.662ZM5.129,5.119a.788.788,0,1,1-.787-.788A.788.788,0,0,1,5.129,5.119Zm2.363,0a.787.787,0,1,1,.788.787A.787.787,0,0,1,7.491,5.119ZM12.6,6.3A6.3,6.3,0,1,1,6.3,0,6.3,6.3,0,0,1,12.6,6.3ZM6.3,1.181A5.119,5.119,0,1,0,11.419,6.3,5.118,5.118,0,0,0,6.3,1.181Z%27/%3E%3C/svg%3E");
}
.order-view__form-footer-agreement-status .order-view__status.closed.disabled {
  background-color: #f2f5fd;
  color: #757575;
  border: 1px solid #d5d5d5;
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712.6%27 height=%2712.6%27 viewBox=%270 0 12.6 12.6%27%3E%3Cpath id=%27face-smile-regular%27 d=%27M6.3,8.662a2.593,2.593,0,0,0,1.929-.834.59.59,0,1,1,.866.8,3.822,3.822,0,0,1-5.591,0,.572.572,0,0,1,.032-.834.591.591,0,0,1,.834.034A2.593,2.593,0,0,0,6.3,8.662ZM5.129,5.119a.788.788,0,1,1-.787-.788A.788.788,0,0,1,5.129,5.119Zm2.363,0a.787.787,0,1,1,.788.787A.787.787,0,0,1,7.491,5.119ZM12.6,6.3A6.3,6.3,0,1,1,6.3,0,6.3,6.3,0,0,1,12.6,6.3ZM6.3,1.181A5.119,5.119,0,1,0,11.419,6.3,5.118,5.118,0,0,0,6.3,1.181Z%27 fill=%27%23757575%27/%3E%3C/svg%3E");
}
.order-view__form-footer-comment {
  margin-top: 21px;
}
.order-view__form-footer-comment textarea {
  margin-top: 9px;
  padding: 13px 60px 16px 16px;
  width: 100%;
  height: 93px;
  overflow-y: auto;
  resize: none;
  border: none;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: normal;
  font-size: 15px;
  color: #212e3f;
}
.order-view__form-footer-comment textarea::-webkit-scrollbar-thumb {
  background-color: #b7b7b7;
  border: 2px solid transparent;
  border-radius: 9px;
  background-clip: content-box;
}
.order-view__form-footer-comment textarea:disabled {
  border: 1px solid #d5d5d5;
  color: #757575;
  background: transparent;
  box-shadow: none;
}
.order-view__form-footer-actions {
  margin-top: 20px;
  display: flex;
}
.order-view__form-footer-actions.with-checkbox :nth-child(2) {
  align-self: start;
}
.order-view__form-footer-actions.with-checkbox :last-child {
  align-self: end;
}
.order-view__form-footer-actions .confirm {
  margin-left: auto;
  position: relative;
  padding-top: 6px;
  margin-right: 10px;
}
.order-view__form-footer-actions .confirm input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 6px;
  left: 94px;
  padding: 0;
  margin: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.order-view__form-footer-actions .confirm label {
  display: block;
  position: relative;
  width: 90px;
  font-weight: 400;
  font-size: 12px;
  text-align: right;
  color: #212e3f;
  margin-right: 35px;
}
.order-view__form-footer-actions .confirm label:before {
  content: "";
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 94px;
}
.order-view__form-footer-actions .confirm input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 94px;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2735%27 height=%2735%27 viewBox=%270 0 35 35%27%3E%3Cpath id=%27square-check-solid%27 d=%27M30,32a5,5,0,0,1,5,5V62a5,5,0,0,1-5,5H5a5,5,0,0,1-5-5V37a5,5,0,0,1,5-5ZM26.547,46.047a2.188,2.188,0,0,0-3.094-3.094L15,51.406l-3.453-3.453a2.188,2.188,0,0,0-3.094,3.094l5,5a2.193,2.193,0,0,0,3.094,0Z%27 transform=%27translate%280 -32%29%27 fill=%27%2338B04A%27/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.order-view__form-footer-actions button {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  width: 130px;
  height: 42px;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  color: #fff;
  background: transparent;
}
.order-view__form-footer-actions .save-800,
.order-view__form-footer-actions .save-500 {
  margin-right: 20px;
  background: #38b04a;
}
.order-view__form-footer-actions .save-800.without-checkbox,
.order-view__form-footer-actions .save-500.without-checkbox {
  margin-right: auto;
}
.order-view__form-footer-actions .save-800:disabled,
.order-view__form-footer-actions .save-500:disabled {
  color: #38b04a;
  border: 1px solid #38b04a;
  background: transparent;
  cursor: default;
}
.order-view__form-footer-actions .save-500 {
  margin-right: auto;
}
.order-view__form-footer-actions .add {
  background: #38b04a;
}
.order-view__form-footer-actions .add:disabled {
  color: #38b04a;
  border: 1px solid #38b04a;
  background: transparent;
  cursor: default;
}
.order-view__form-footer-actions .cancel {
  color: #ec464f;
  border: 1px solid #ec464f;
  margin-right: 10px;
}

.tippy-box[data-theme=order-view-theme] {
  margin-top: -48px;
}
.tippy-box[data-theme=order-view-theme] .tippy-content {
  position: relative;
  padding: 0;
}
.tippy-box[data-theme=order-view-theme] .tippy-content ul {
  border-radius: 5px;
  background: #fff;
  border: 1px solid #eaeaea;
  box-shadow: 10px 10px 6px rgba(0, 0, 0, 0.16);
}
.tippy-box[data-theme=order-view-theme] .tippy-content ul :first-child {
  border-radius: 5px 5px 0 0;
}
.tippy-box[data-theme=order-view-theme] .tippy-content ul :last-child {
  border-radius: 0 0 5px 5px;
}
.tippy-box[data-theme=order-view-theme] .tippy-content li {
  list-style-type: none;
}
.tippy-box[data-theme=order-view-theme] .tippy-content .status-icon {
  font-weight: 400;
  font-size: 15px;
  color: #212e3f;
  padding: 10px 16px;
  padding-left: 40px;
  color: #161616;
  background-repeat: no-repeat;
  background-position: 20px center;
  text-transform: capitalize;
}
.tippy-box[data-theme=order-view-theme] .tippy-content .status-icon.draft {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714.17%27 height=%2712.6%27 viewBox=%270 0 14.17 12.6%27%3E%3Cpath id=%27file-pen-solid%27 d=%27M0,1.575A1.576,1.576,0,0,1,1.575,0H5.511V3.149a.787.787,0,0,0,.787.787H9.448V7.03L7.313,9.165a1.957,1.957,0,0,0-.517.915l-.46,1.843a1.172,1.172,0,0,0,.032.677H1.575A1.576,1.576,0,0,1,0,11.025ZM9.448,3.149H6.3V0ZM13.528,5.8l.354.354a.986.986,0,0,1,0,1.393l-.723.723L11.412,6.523l.723-.723a.986.986,0,0,1,1.393,0ZM7.674,10.26l3.179-3.179L12.6,8.828,9.421,12a.779.779,0,0,1-.367.207l-1.479.369A.393.393,0,0,1,7.1,12.1l.369-1.479a.791.791,0,0,1,.207-.367Z%27 fill=%27%23161616%27/%3E%3C/svg%3E");
}
.tippy-box[data-theme=order-view-theme] .tippy-content .status-icon.draft.selected {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714.17%27 height=%2712.6%27 viewBox=%270 0 14.17 12.6%27%3E%3Cpath id=%27file-pen-solid%27 d=%27M0,1.575A1.576,1.576,0,0,1,1.575,0H5.511V3.149a.787.787,0,0,0,.787.787H9.448V7.03L7.313,9.165a1.957,1.957,0,0,0-.517.915l-.46,1.843a1.172,1.172,0,0,0,.032.677H1.575A1.576,1.576,0,0,1,0,11.025ZM9.448,3.149H6.3V0ZM13.528,5.8l.354.354a.986.986,0,0,1,0,1.393l-.723.723L11.412,6.523l.723-.723a.986.986,0,0,1,1.393,0ZM7.674,10.26l3.179-3.179L12.6,8.828,9.421,12a.779.779,0,0,1-.367.207l-1.479.369A.393.393,0,0,1,7.1,12.1l.369-1.479a.791.791,0,0,1,.207-.367Z%27 fill=%27%23fff%27/%3E%3C/svg%3E");
}
.tippy-box[data-theme=order-view-theme] .tippy-content .status-icon.submitted {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2711.644%27 height=%2711.647%27 viewBox=%270 0 11.644 11.647%27%3E%3Cpath id=%27paper-plane-solid_1_%27 data-name=%27paper-plane-solid %281%29%27 d=%27M11.375.124a.728.728,0,0,1,.307.71L10.226,10.3a.728.728,0,0,1-1,.56L6.353,9.661l-.912,1.695A.547.547,0,0,1,4.413,11.1V8.913a.543.543,0,0,1,.116-.334l3.76-4.836a.182.182,0,0,0-.3-.191L3.921,7.234l-.728.657h0a.727.727,0,0,1-.769.132L.491,7.218a.723.723,0,0,1-.444-.626.732.732,0,0,1,.366-.678L10.6.092a.73.73,0,0,1,.773.032Z%27 transform=%27translate%28-0.046 0.004%29%27 fill=%27%23161616%27/%3E%3C/svg%3E%0A");
}
.tippy-box[data-theme=order-view-theme] .tippy-content .status-icon.submitted.selected {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2711.644%27 height=%2711.647%27 viewBox=%270 0 11.644 11.647%27%3E%3Cpath id=%27paper-plane-solid_1_%27 data-name=%27paper-plane-solid %281%29%27 d=%27M11.375.124a.728.728,0,0,1,.307.71L10.226,10.3a.728.728,0,0,1-1,.56L6.353,9.661l-.912,1.695A.547.547,0,0,1,4.413,11.1V8.913a.543.543,0,0,1,.116-.334l3.76-4.836a.182.182,0,0,0-.3-.191L3.921,7.234l-.728.657h0a.727.727,0,0,1-.769.132L.491,7.218a.723.723,0,0,1-.444-.626.732.732,0,0,1,.366-.678L10.6.092a.73.73,0,0,1,.773.032Z%27 transform=%27translate%28-0.046 0.004%29%27 fill=%27%23fff%27/%3E%3C/svg%3E%0A");
}
.tippy-box[data-theme=order-view-theme] .tippy-content .status-icon.confirmed {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2711.647%27 height=%2711.647%27 viewBox=%270 0 11.647 11.647%27%3E%3Cpath id=%27circle-check-solid_1_%27 data-name=%27circle-check-solid %281%29%27 d=%27M5.823,11.647A5.823,5.823,0,1,0,0,5.823,5.823,5.823,0,0,0,5.823,11.647Zm2.57-6.892L5.482,7.666a.544.544,0,0,1-.771,0L3.255,6.21a.545.545,0,0,1,.771-.771L5.1,6.508,7.62,3.981a.545.545,0,1,1,.771.771Z%27 fill=%27%23161616%27/%3E%3C/svg%3E%0A");
}
.tippy-box[data-theme=order-view-theme] .tippy-content .status-icon.confirmed.selected {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2711.647%27 height=%2711.647%27 viewBox=%270 0 11.647 11.647%27%3E%3Cpath id=%27circle-check-solid_1_%27 data-name=%27circle-check-solid %281%29%27 d=%27M5.823,11.647A5.823,5.823,0,1,0,0,5.823,5.823,5.823,0,0,0,5.823,11.647Zm2.57-6.892L5.482,7.666a.544.544,0,0,1-.771,0L3.255,6.21a.545.545,0,0,1,.771-.771L5.1,6.508,7.62,3.981a.545.545,0,1,1,.771.771Z%27 fill=%27%23fff%27/%3E%3C/svg%3E%0A");
}
.tippy-box[data-theme=order-view-theme] .tippy-content .status-icon.closed {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712.6%27 height=%2712.6%27 viewBox=%270 0 12.6 12.6%27%3E%3Cpath id=%27face-smile-regular%27 d=%27M6.3,8.662a2.593,2.593,0,0,0,1.929-.834.59.59,0,1,1,.866.8,3.822,3.822,0,0,1-5.591,0,.572.572,0,0,1,.032-.834.591.591,0,0,1,.834.034A2.593,2.593,0,0,0,6.3,8.662ZM5.129,5.119a.788.788,0,1,1-.787-.788A.788.788,0,0,1,5.129,5.119Zm2.363,0a.787.787,0,1,1,.788.787A.787.787,0,0,1,7.491,5.119ZM12.6,6.3A6.3,6.3,0,1,1,6.3,0,6.3,6.3,0,0,1,12.6,6.3ZM6.3,1.181A5.119,5.119,0,1,0,11.419,6.3,5.118,5.118,0,0,0,6.3,1.181Z%27  fill=%27%23161616%27/%3E%3C/svg%3E");
}
.tippy-box[data-theme=order-view-theme] .tippy-content .status-icon.closed.selected {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712.6%27 height=%2712.6%27 viewBox=%270 0 12.6 12.6%27%3E%3Cpath id=%27face-smile-regular%27 d=%27M6.3,8.662a2.593,2.593,0,0,0,1.929-.834.59.59,0,1,1,.866.8,3.822,3.822,0,0,1-5.591,0,.572.572,0,0,1,.032-.834.591.591,0,0,1,.834.034A2.593,2.593,0,0,0,6.3,8.662ZM5.129,5.119a.788.788,0,1,1-.787-.788A.788.788,0,0,1,5.129,5.119Zm2.363,0a.787.787,0,1,1,.788.787A.787.787,0,0,1,7.491,5.119ZM12.6,6.3A6.3,6.3,0,1,1,6.3,0,6.3,6.3,0,0,1,12.6,6.3ZM6.3,1.181A5.119,5.119,0,1,0,11.419,6.3,5.118,5.118,0,0,0,6.3,1.181Z%27  fill=%27%23fff%27/%3E%3C/svg%3E");
}
.tippy-box[data-theme=order-view-theme] .tippy-content li.status-icon.selected {
  background-color: #38b04a;
  color: #fff;
}
.tippy-box[data-theme=order-view-theme] .tippy-content ul {
  padding: 0;
  margin: 0;
  border-radius: 5px;
  overflow: hidden;
}
.tippy-box[data-theme=order-view-theme] .tippy-content ul:hover li.status-icon.selected:not(:hover) {
  background-color: white;
  color: #161616;
}
.tippy-box[data-theme=order-view-theme] .tippy-content ul:hover li.status-icon.selected:not(:hover).draft {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714.17%27 height=%2712.6%27 viewBox=%270 0 14.17 12.6%27%3E%3Cpath id=%27file-pen-solid%27 d=%27M0,1.575A1.576,1.576,0,0,1,1.575,0H5.511V3.149a.787.787,0,0,0,.787.787H9.448V7.03L7.313,9.165a1.957,1.957,0,0,0-.517.915l-.46,1.843a1.172,1.172,0,0,0,.032.677H1.575A1.576,1.576,0,0,1,0,11.025ZM9.448,3.149H6.3V0ZM13.528,5.8l.354.354a.986.986,0,0,1,0,1.393l-.723.723L11.412,6.523l.723-.723a.986.986,0,0,1,1.393,0ZM7.674,10.26l3.179-3.179L12.6,8.828,9.421,12a.779.779,0,0,1-.367.207l-1.479.369A.393.393,0,0,1,7.1,12.1l.369-1.479a.791.791,0,0,1,.207-.367Z%27 fill=%27%23161616%27/%3E%3C/svg%3E");
}
.tippy-box[data-theme=order-view-theme] .tippy-content ul:hover li.status-icon.selected:not(:hover).submitted {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2711.644%27 height=%2711.647%27 viewBox=%270 0 11.644 11.647%27%3E%3Cpath id=%27paper-plane-solid_1_%27 data-name=%27paper-plane-solid %281%29%27 d=%27M11.375.124a.728.728,0,0,1,.307.71L10.226,10.3a.728.728,0,0,1-1,.56L6.353,9.661l-.912,1.695A.547.547,0,0,1,4.413,11.1V8.913a.543.543,0,0,1,.116-.334l3.76-4.836a.182.182,0,0,0-.3-.191L3.921,7.234l-.728.657h0a.727.727,0,0,1-.769.132L.491,7.218a.723.723,0,0,1-.444-.626.732.732,0,0,1,.366-.678L10.6.092a.73.73,0,0,1,.773.032Z%27 transform=%27translate%28-0.046 0.004%29%27 fill=%27%23161616%27/%3E%3C/svg%3E%0A");
}
.tippy-box[data-theme=order-view-theme] .tippy-content ul:hover li.status-icon.selected:not(:hover).confirmed {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2711.647%27 height=%2711.647%27 viewBox=%270 0 11.647 11.647%27%3E%3Cpath id=%27circle-check-solid_1_%27 data-name=%27circle-check-solid %281%29%27 d=%27M5.823,11.647A5.823,5.823,0,1,0,0,5.823,5.823,5.823,0,0,0,5.823,11.647Zm2.57-6.892L5.482,7.666a.544.544,0,0,1-.771,0L3.255,6.21a.545.545,0,0,1,.771-.771L5.1,6.508,7.62,3.981a.545.545,0,1,1,.771.771Z%27 fill=%27%23161616%27/%3E%3C/svg%3E%0A");
}
.tippy-box[data-theme=order-view-theme] .tippy-content ul:hover li.status-icon.selected:not(:hover).closed {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712.6%27 height=%2712.6%27 viewBox=%270 0 12.6 12.6%27%3E%3Cpath id=%27face-smile-regular%27 d=%27M6.3,8.662a2.593,2.593,0,0,0,1.929-.834.59.59,0,1,1,.866.8,3.822,3.822,0,0,1-5.591,0,.572.572,0,0,1,.032-.834.591.591,0,0,1,.834.034A2.593,2.593,0,0,0,6.3,8.662ZM5.129,5.119a.788.788,0,1,1-.787-.788A.788.788,0,0,1,5.129,5.119Zm2.363,0a.787.787,0,1,1,.788.787A.787.787,0,0,1,7.491,5.119ZM12.6,6.3A6.3,6.3,0,1,1,6.3,0,6.3,6.3,0,0,1,12.6,6.3ZM6.3,1.181A5.119,5.119,0,1,0,11.419,6.3,5.118,5.118,0,0,0,6.3,1.181Z%27/%3E%3C/svg%3E");
}
.tippy-box[data-theme=order-view-theme] .tippy-content li.status-icon:hover {
  background-color: #38b04a;
  color: #fff;
}
.tippy-box[data-theme=order-view-theme] .tippy-content li.status-icon:hover.draft {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714.17%27 height=%2712.6%27 viewBox=%270 0 14.17 12.6%27%3E%3Cpath id=%27file-pen-solid%27 d=%27M0,1.575A1.576,1.576,0,0,1,1.575,0H5.511V3.149a.787.787,0,0,0,.787.787H9.448V7.03L7.313,9.165a1.957,1.957,0,0,0-.517.915l-.46,1.843a1.172,1.172,0,0,0,.032.677H1.575A1.576,1.576,0,0,1,0,11.025ZM9.448,3.149H6.3V0ZM13.528,5.8l.354.354a.986.986,0,0,1,0,1.393l-.723.723L11.412,6.523l.723-.723a.986.986,0,0,1,1.393,0ZM7.674,10.26l3.179-3.179L12.6,8.828,9.421,12a.779.779,0,0,1-.367.207l-1.479.369A.393.393,0,0,1,7.1,12.1l.369-1.479a.791.791,0,0,1,.207-.367Z%27 fill=%27%23fff%27/%3E%3C/svg%3E");
}
.tippy-box[data-theme=order-view-theme] .tippy-content li.status-icon:hover.submitted {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2711.644%27 height=%2711.647%27 viewBox=%270 0 11.644 11.647%27%3E%3Cpath id=%27paper-plane-solid_1_%27 data-name=%27paper-plane-solid %281%29%27 d=%27M11.375.124a.728.728,0,0,1,.307.71L10.226,10.3a.728.728,0,0,1-1,.56L6.353,9.661l-.912,1.695A.547.547,0,0,1,4.413,11.1V8.913a.543.543,0,0,1,.116-.334l3.76-4.836a.182.182,0,0,0-.3-.191L3.921,7.234l-.728.657h0a.727.727,0,0,1-.769.132L.491,7.218a.723.723,0,0,1-.444-.626.732.732,0,0,1,.366-.678L10.6.092a.73.73,0,0,1,.773.032Z%27 transform=%27translate%28-0.046 0.004%29%27 fill=%27%23fff%27/%3E%3C/svg%3E%0A");
}
.tippy-box[data-theme=order-view-theme] .tippy-content li.status-icon:hover.confirmed {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2711.647%27 height=%2711.647%27 viewBox=%270 0 11.647 11.647%27%3E%3Cpath id=%27circle-check-solid_1_%27 data-name=%27circle-check-solid %281%29%27 d=%27M5.823,11.647A5.823,5.823,0,1,0,0,5.823,5.823,5.823,0,0,0,5.823,11.647Zm2.57-6.892L5.482,7.666a.544.544,0,0,1-.771,0L3.255,6.21a.545.545,0,0,1,.771-.771L5.1,6.508,7.62,3.981a.545.545,0,1,1,.771.771Z%27 fill=%27%23fff%27/%3E%3C/svg%3E%0A");
}
.tippy-box[data-theme=order-view-theme] .tippy-content li.status-icon:hover.closed {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712.6%27 height=%2712.6%27 viewBox=%270 0 12.6 12.6%27%3E%3Cpath id=%27face-smile-regular%27 d=%27M6.3,8.662a2.593,2.593,0,0,0,1.929-.834.59.59,0,1,1,.866.8,3.822,3.822,0,0,1-5.591,0,.572.572,0,0,1,.032-.834.591.591,0,0,1,.834.034A2.593,2.593,0,0,0,6.3,8.662ZM5.129,5.119a.788.788,0,1,1-.787-.788A.788.788,0,0,1,5.129,5.119Zm2.363,0a.787.787,0,1,1,.788.787A.787.787,0,0,1,7.491,5.119ZM12.6,6.3A6.3,6.3,0,1,1,6.3,0,6.3,6.3,0,0,1,12.6,6.3ZM6.3,1.181A5.119,5.119,0,1,0,11.419,6.3,5.118,5.118,0,0,0,6.3,1.181Z%27  fill=%27%23fff%27/%3E%3C/svg%3E");
}

#order-tooltip {
  width: 229.16px;
  height: 63.47px;
  border-radius: 5px;
  background: #161616;
  border: 1px solid #161616;
  position: relative;
  top: -120px;
  left: -119px;
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  color: #fff;
  padding: 17px 20px;
  z-index: 1000;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid black;
  position: relative;
  top: -60px;
  left: 90px;
}

.warning-container {
  display: none;
  position: absolute;
}

#fake-close-button {
  position: relative;
}
/*!**************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/Modal/components/TermsConditionModal/index.scss ***!
  \**************************************************************************************************************************************************/
.terms-condition-modal__header {
  padding: 20px 30px;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #38b04a;
}
.terms-condition-modal__title {
  font-weight: bold;
  font-size: 21px;
  text-align: left;
  color: #fff;
}
.terms-condition-modal__form {
  margin: 0 0 20px;
  padding: 35px 63.1px 0;
  width: 100%;
  margin-bottom: 0;
}
.terms-condition-modal .modal__container_terms_condition {
  background: #f2f5fd;
  max-width: 792px;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 90vh;
  border-radius: 5px;
  z-index: 9999;
  position: relative;
}
.terms-condition-modal .form__header {
  margin-bottom: 18.2px;
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #000;
}
.terms-condition-modal .form__text-box {
  padding: 20px 35px 15px 25px;
  margin-bottom: 25px;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 15px;
  text-align: left;
  color: #212e3f;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  max-height: 62vh;
  overflow-y: auto;
}
.terms-condition-modal .form__text-line {
  margin-bottom: 24.7px;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 15px;
  text-align: left;
  color: #212e3f;
}
.terms-condition-modal .form__text-line a {
  color: #3399fa;
}
.terms-condition-modal .form__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 0 36.4px;
}
.terms-condition-modal .form__actions .terms-condition-modal__close-button {
  width: 86.15px;
  height: 42px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #38b04a;
  color: #38b04a;
  cursor: pointer;
}

@media screen and (max-height: 1220px) {
  .terms-condition-modal .modal__container_terms_condition {
    max-height: 95vh;
    height: auto;
    overflow: auto;
  }
}
/*!****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/CartModalGroup/index.scss ***!
  \****************************************************************************************************************************/
.cart-modal-group__container {
  display: flex;
  margin-bottom: 10px;
  padding: 18px 18px 24px;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  position: relative;
}
.cart-modal-group__container.disabled::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.6;
  z-index: 2;
}
.cart-modal-group__media-content {
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.cart-modal-group__media-content p {
  font-family: var(--font-default);
  font-weight: 400;
  font-size: 10px;
  text-align: left;
  color: #65707b;
  max-width: 96px;
  overflow: hidden;
}
.cart-modal-group__error-message {
  position: absolute;
  font-family: var(--font-default);
  font-weight: bold;
  font-style: italic;
  font-size: 9px;
  text-align: left;
  color: #ec464f;
  margin-top: 10px;
  z-index: 2;
}
.cart-modal-group__error-message.warnign {
  color: #faa632;
}
.cart-modal-group__deleted-issue-message {
  font-family: var(--font-default);
  font-weight: bold;
  font-style: italic;
  font-size: 9px;
  text-align: left;
  color: #ec464f;
  margin: 10px 0 10px;
  z-index: 2;
  text-transform: capitalize;
}
.cart-modal-group__media {
  margin-bottom: 2px;
  height: 96px;
  width: 96px;
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
  background: white;
  background-image: url(476504278ea95b20a46a.png);
  background-position: center;
  background-size: 110% 100%;
  background-repeat: no-repeat;
}
.cart-modal-group__media img {
  width: 100%;
  height: 100%;
}
.cart-modal-group__content {
  margin-right: 15px;
  width: 100%;
}
.cart-modal-group__title, .cart-modal-group__deleted-issue-title {
  margin-bottom: 10px;
  font-family: "SF Pro Text";
  cursor: pointer;
  font-weight: 800;
  font-size: 18px;
  text-align: left;
  color: #000;
  min-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cart-modal-group__deleted-issue-title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 0.68;
}
.cart-modal-group__delete-issue {
  padding: 5px 10px;
  border-radius: 3px;
  background: #ec464f;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 8px;
  text-align: left;
  color: #fff;
  border: none;
}
.cart-modal-group__text-content {
  display: flex;
}
.cart-modal-group__info {
  display: flex;
  flex-direction: column;
  flex: 1 0 140px;
  padding-top: 8px;
  width: 100%;
}
.cart-modal-group__price {
  font-weight: 800;
  font-size: 20px;
  text-align: left;
  color: #38b04a;
  min-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cart-modal-group__category {
  margin-bottom: 2px;
  font-weight: bold;
  font-size: 15px;
  text-align: left;
  color: #65707b;
  text-transform: capitalize;
  max-width: 140px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cart-modal-group__status {
  display: flex;
  align-items: center;
  padding-left: 11px;
  width: 119.66px;
  height: 25.29px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #aaa;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 9px;
  text-align: left;
  color: #161616;
}
.cart-modal-group__description {
  word-break: break-all;
  font-family: var(--font-default);
  font-weight: 400;
  font-size: 13px;
  text-align: left;
  color: #65707b;
  max-height: 60px;
  overflow-y: auto;
  white-space: pre-wrap;
}
.cart-modal-group__description-container {
  flex: 1 0 calc(100% - 140px);
}
.cart-modal-group__close {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  right: 18px;
}
.cart-modal-group__close .group-close {
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716.969%27 height=%2716.969%27 viewBox=%270 0 16.969 16.969%27%3E%3Cpath id=%27xmark-solid%27 d=%27M16.189,109.81a1.667,1.667,0,1,1-2.357,2.357l-5.493-5.49-5.492,5.489a1.668,1.668,0,1,1-2.359-2.359l5.494-5.494L.489,98.822a1.668,1.668,0,0,1,2.359-2.359l5.492,5.5,5.494-5.494a1.668,1.668,0,0,1,2.359,2.359L10.7,104.319Z%27 transform=%27matrix%281, -0.017, 0.017, 1, -1.675, -95.669%29%27 fill=%27%23ec464f%27/%3E%3C/svg%3E%0A");
}

#issue-status-dropdown-container {
  min-width: 100%;
  width: max-content;
}
/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/views/ErrorViews/ErrorComponent/index.scss ***!
  \*****************************************************************************************************************************************/
.not-found__container {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #eaeaea;
}
.not-found__images-container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  height: 100%;
  position: relative;
  height: 593px;
  z-index: 10;
  gap: 2rem;
  z-index: 0;
}
.not-found__message-container {
  display: flex;
  flex-direction: column;
  max-width: 527px;
  position: relative;
  z-index: 15;
}
.not-found__message-container > h1 {
  color: #161616;
  text-align: left;
  font: normal normal bold 28px/34px SF Pro;
  letter-spacing: 0px;
  opacity: 1;
  margin: 0 0 0 0;
}
.not-found__message-container > p {
  color: #161616;
  text-align: left;
  font: normal normal normal 22px/26px SF Pro;
  letter-spacing: 0px;
  opacity: 1;
}
.not-found__bg {
  position: absolute;
  width: 100%;
  height: 593px;
  object-fit: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 width=%271444%27 height=%27866%27 viewBox=%270 0 1444 866%27%3E%3Cdefs%3E%3CclipPath id=%27clip-path%27%3E%3Crect id=%27Rectangle_657%27 data-name=%27Rectangle 657%27 width=%271444%27 height=%27866%27 transform=%27translate%280.076 0.245%29%27 fill=%27none%27/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id=%27Group_1045%27 data-name=%27Group 1045%27 transform=%27translate%28-0.076 -0.245%29%27 clip-path=%27url%28%23clip-path%29%27%3E%3Cpath id=%27Path_83%27 data-name=%27Path 83%27 d=%27M1236.669,3128.255l35.435-24,17.709,26.734,33.734-22.75-52.567-72.385c-18.263,13.14-45.2,32.544-70.782,51.394Z%27 transform=%27translate%28-899.088 -2321.143%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_84%27 data-name=%27Path 84%27 d=%27M4116.73,2771.038l8.64,107.628,54.721,2.373-5.692-9.163-46.308-174.8-1.063-2.073-38.561,30.709Z%27 transform=%27translate%28-2953.139 -2078.741%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_85%27 data-name=%27Path 85%27 d=%27M2764.586,2668.966l42.332-85.982-58.761-35.76,2.339-3.843,57.1,34.749v-88.686c-22.02-9.7-43.416-19.093-63.208-27.76l-75.01,160.783c29.274,14.188,62.223,30.3,95.208,46.5%27 transform=%27translate%28-1943.925 -1912.808%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_86%27 data-name=%27Path 86%27 d=%27M2326.633,3003.795l18.964-55.217c-10.542-5.021-19.9-9.43-27.753-13.068l-28.234,47.076Z%27 transform=%27translate%28-1673.845 -2249.78%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_87%27 data-name=%27Path 87%27 d=%27M1521.972,3076.962l28.726-68.024-5.707-2.837c-29.529-14.687-59.36-29.619-65.7-32.792-4.477,3.272-11.974,8.666-21.386,15.438Z%27 transform=%27translate%28-1082.364 -2276.661%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_88%27 data-name=%27Path 88%27 d=%27M4031.659,2855.051l-27.408-43.952-29.222,23.272a101.2,101.2,0,0,1,34.72,48.9c8.554,25.792,6.863,53.642,2.386,76.542l28.031,1.215Z%27 transform=%27translate%28-2872.465 -2161.302%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_89%27 data-name=%27Path 89%27 d=%27M3155.422,2656.359l-2.954,6,89.934,33.182,23.226-51.339-31.271-15.44L3242.15,2603c-28.346-12.649-57.886-25.729-86.5-38.34v91.23Z%27 transform=%27translate%28-2287.484 -1986.042%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_90%27 data-name=%27Path 90%27 d=%27M3012.991,2994.736c30.556,15.013,61.012,30.037,88.481,43.615l39.879-88.147-90.073-33.234Z%27 transform=%27translate%28-2188.292 -2236.594%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_91%27 data-name=%27Path 91%27 d=%27M3764.018,3202.736c9.79-23.457,25.7-71.335,13.92-112.911l-112.6,53.256Z%27 transform=%27translate%28-2652.221 -2359.524%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_92%27 data-name=%27Path 92%27 d=%27M3482.435,2739.057l9.688-21.415c-10.04-4.515-20.371-9.144-30.881-13.838l-6.524,21.568Z%27 transform=%27translate%28-2502.435 -2084.997%29%27 fill=%27%238dc63f%27/%3E%3Cpath id=%27Path_93%27 data-name=%27Path 93%27 d=%27M4353.627,1008.471l-62.013-4.771-11.958,103.348,85.441-12.026Z%27 transform=%27translate%28-3089.107 -875.934%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_94%27 data-name=%27Path 94%27 d=%27M3624.022,2808.98l10.427-23.539c-17.762-8.208-38.161-17.483-60.038-27.334l-9.754,21.562Z%27 transform=%27translate%28-2580.62 -2123.616%29%27 fill=%27%238dc63f%27/%3E%3Cpath id=%27Path_95%27 data-name=%27Path 95%27 d=%27M3468.1,2246.584l-9.506,27.193-32.931,83.44c29.764,13.244,58.679,26.209,84.39,37.9l46.258-110.034Z%27 transform=%27translate%28-2481.771 -1759.836%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_96%27 data-name=%27Path 96%27 d=%27M1759.339,2685.514l9.874-21.542c-28.2-12.83-57.944-25.976-87.864-38.325-1.891,5.1-4.665,12.485-7.96,20.959Z%27 transform=%27translate%28-1235.608 -2029.414%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_97%27 data-name=%27Path 97%27 d=%27M1349.905,2585.418l65.787,47.691c10.689-21.874,24.029-56.05,31.442-76.018-22.2-9.1-44.449-17.726-66.2-25.427a323.638,323.638,0,0,0-20.662,35.495c-2.976,5.953-6.449,12.052-10.368,18.259%27 transform=%27translate%28-1005.555 -1962.577%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_98%27 data-name=%27Path 98%27 d=%27M2749.979,3145.836l-30.244,57.5,55.023,31.521,29.478-62.414c-18.194-8.943-36.483-17.914-54.257-26.6%27 transform=%27translate%28-1979.737 -2399.357%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_99%27 data-name=%27Path 99%27 d=%27M2486.466,1189.558h0l-36.4,10.512,39.008,123.329,61.053-4.729-44.261-134.716Z%27 transform=%27translate%28-1787.959 -1004.126%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_100%27 data-name=%27Path 100%27 d=%27M2348.375,1244.075l-.959.277-34.262,9.9c17.323,37.933,35.1,80.122,46.053,114.425l27.894-2.161Z%27 transform=%27translate%28-1690.589 -1046.882%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_101%27 data-name=%27Path 101%27 d=%27M2450.631,2987.5l-19.077,55.545,79.329,45.444,30.106-57.234c-33.54-16.387-65.05-31.673-90.359-43.755%27 transform=%27translate%28-1774.792 -2286.756%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_102%27 data-name=%27Path 102%27 d=%27M1967.006,3141.738l-16.873-12.237-39.654,73.734h58.973Z%27 transform=%27translate%28-1404.219 -2387.74%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_103%27 data-name=%27Path 103%27 d=%27M3385.037,2956.869l1.614-4.2,32.505,12.492,119.781-56.652c-8.739-22.384-25.693-39.609-50.459-51.241-4.57-2.147-9.408-4.4-14.473-6.75l-12.3,27.76-63.435-31.321-64.964,143.6c21.4,10.579,40.846,20.215,56.942,28.2l26.6-49.659Z%27 transform=%27translate%28-2416.093 -2186.804%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_104%27 data-name=%27Path 104%27 d=%27M1915.45,2351.267a95.18,95.18,0,0,1-5-28.419l-27.477,49.613,66.256,39.7,5.593-14.5c-14.046-5.387-32.891-28.57-39.373-46.394%27 transform=%27translate%28-1384.658 -1814.073%29%27 fill=%27%238dc63f%27/%3E%3Cpath id=%27Path_105%27 data-name=%27Path 105%27 d=%27M1089.917,2919.557c-11.894,12.184-25.051,24.394-39.288,36.412l40.2,45.2c13.485-9.934,28.175-20.63,43.477-31.705Z%27 transform=%27translate%28-792.719 -2238.434%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_106%27 data-name=%27Path 106%27 d=%27M1796.059,2193.023l.021.011a8.129,8.129,0,0,1,3.167-3.992,5.62,5.62,0,0,1,2.887-.8c2.9,0,6.241,2.167,9.965,6.48,5.8,6.714,14.07,14.229,22.827,22.186q1.734,1.576,3.472,3.158l61.354-61.8c-55.241-.754-114.125-.942-138.94,7.588-12.58,4.324-26.671,11.618-41.228,21.687l60.892,33.614Z%27 transform=%27translate%28-1268.459 -1696.795%29%27 fill=%27%238dc63f%27/%3E%3Cpath id=%27Path_107%27 data-name=%27Path 107%27 d=%27M1269.856,2812.861c13.033-9.375,22.448-16.148,25.224-18.276,2.543-1.95,6.12-7.736,10.2-15.713l-66.192-47.984c-10.876,16.568-24.917,33.861-41.576,51.248l44.919,50.5c8.988-6.5,18.17-13.116,27.428-19.776%27 transform=%27translate%28-897.176 -2104.259%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_108%27 data-name=%27Path 108%27 d=%27M4367.068,415.223l66.39-2.7c-1.758-20.522-3.423-37.517-4.98-51.563l-84.393-8.142L4322.85,536.341l60.891,4.685Z%27 transform=%27translate%28-3119.824 -413.048%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_109%27 data-name=%27Path 109%27 d=%27M1640.128,2739.474l-12.439,28.934,25.271,13.059-2.066,4L1621.9,2770.48l14.128-32.863-54.951-24.875c-11.011,28.043-26.691,65.121-35.186,72.245,26.745,13.393,59.782,29.877,85.938,42.832l34.962-76.275Z%27 transform=%27translate%28-1144.935 -2091.354%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_110%27 data-name=%27Path 110%27 d=%27M4870.572,1399.337l-65.367,5.832c.538,13.718.825,23.5.825,27.909a111.876,111.876,0,0,0,2,17.759c26.139-2.89,49.2-5.3,66.455-7.047Z%27 transform=%27translate%28-3462.861 -1157.3%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_111%27 data-name=%27Path 111%27 d=%27M4837.1,1242.884l-38.886,5.881c.757,15.432,1.375,29.2,1.841,40.64l40.743-3.635Z%27 transform=%27translate%28-3457.887 -1046.035%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_112%27 data-name=%27Path 112%27 d=%27M5006.734,2351.613l-25.673.824q2.007,42.478,2.8,114.567l23.883-1.549Z%27 transform=%27translate%28-3587.924 -1834.53%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_113%27 data-name=%27Path 113%27 d=%27M4992.211,2985.818l28.787-3.347-1.357-55.853-27.544.916q.127,27.5.114,58.285%27 transform=%27translate%28-3595.773 -2243.456%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_114%27 data-name=%27Path 114%27 d=%27M4871.528,1681.525l-1.792-74.727c-13.444,1.408-28.925,3.065-45.7,4.923,4.289,20.077,11.026,45.581,17.855,70.735Z%27 transform=%27translate%28-3476.251 -1304.84%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_115%27 data-name=%27Path 115%27 d=%27M309.714,1785.527,192.26,1745.721c-7.29,12.967-11.937,16.738-15.786,18.192a41.391,41.391,0,0,1-18.792,2.255v8.489L298.71,1819.3Z%27 transform=%27translate%28-157.682 -1403.638%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_116%27 data-name=%27Path 116%27 d=%27M297.316,1906.446l-139.634-44.2v52.69c17.316,6.473,65.784,24.481,122.356,44.542Z%27 transform=%27translate%28-157.682 -1486.506%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_117%27 data-name=%27Path 117%27 d=%27M4783.644,757.7l-14.866,2.869q.717,10.172,1.435,20.892c1.408,21.048,2.7,42,3.847,61.962l18.06-1.6Z%27 transform=%27translate%28-3436.955 -700.985%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_118%27 data-name=%27Path 118%27 d=%27M4964.688,284.153l10.342,117.561,21.135-4.079,1.9-113.482Z%27 transform=%27translate%28-3576.28 -364.214%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_119%27 data-name=%27Path 119%27 d=%27M4809.527,527.406l-59.006,1.909q2.309,26.323,4.628,58.435l58.69-11.328Z%27 transform=%27translate%28-3423.971 -537.209%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_120%27 data-name=%27Path 120%27 d=%27M798.436,428.282l33.869,35.969c15.824-7.939,34.5-17.176,56.573-27.938L855.025,400.15Z%27 transform=%27translate%28-613.367 -446.708%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_121%27 data-name=%27Path 121%27 d=%27M3939.5,1435.821l-2.665,76.44c7.812-1.841,16.669-3.692,26.355-5.539l-11.831-72.571Z%27 transform=%27translate%28-2845.303 -1182.059%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_122%27 data-name=%27Path 122%27 d=%27M3040.678,390.407,3155.9,347.383l-45.078-88.448-100.435,43.806Z%27 transform=%27translate%28-2186.438 -346.28%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_123%27 data-name=%27Path 123%27 d=%27M3796.756,1670l76.7-10.44.607,4.458-78.45,10.679-21.285-15.012c-13.878,2.735-25.728,5.462-34.772,8.131-15.959,4.71-37.82,12.221-62.6,21.058-1.537,12.409-1.981,22.918-.221,28.535,5.34,17.041,58.342,27.387,72.617,12.78s26.633-47.392,61.23-42.258,123.453,31.02,139.885,64.939c5.981,12.346,14.784,20.6,22.857,28.75l-.216-2.24,58.246-5.628c-3.7-15.072-8.914-34.162-14.352-54.063-3.934-14.394-7.9-28.926-11.566-42.842h-79.738l-24.54-13.947,4.446-7.823,22.473,12.771h75.013c-3.626-14.052-6.838-27.26-9.261-38.8-69.444,7.822-156.359,18.647-213.374,29.448Z%27 transform=%27translate%28-2659.514 -1320.666%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_124%27 data-name=%27Path 124%27 d=%27M4017.978,1421.13l11.767,72.18c8.455-1.534,17.436-3.062,26.817-4.577l-13.541-71.128Z%27 transform=%27translate%28-2903.009 -1170.291%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_125%27 data-name=%27Path 125%27 d=%27M4957.309,2132.517l25.853-.829-.734-82.991-34.457,14.8c2,7.908,3.675,14.973,4.879,20.82,1.784,8.665,3.271,24.764,4.459,48.2%27 transform=%27translate%28-3564.392 -1619.104%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_126%27 data-name=%27Path 126%27 d=%27M4581.453,1406.411c18.073-2.19,35.795-4.246,52.523-6.127a122.387,122.387,0,0,1-2.076-19.255c0-6.876-.708-27.017-1.991-54.881l-50.576,7.119Z%27 transform=%27translate%28-3302.228 -1105.249%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_127%27 data-name=%27Path 127%27 d=%27M4135.568,1370.389l13.511,70.97c34.74-5.439,74.172-10.669,112.3-15.32l-2.118-73.06Z%27 transform=%27translate%28-2986.635 -1124.331%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_128%27 data-name=%27Path 128%27 d=%27M4719.354,2657.173l-11.14,1.3-6.357,15.741,2.36,72.383h16.4Z%27 transform=%27translate%28-3389.362 -2051.835%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_129%27 data-name=%27Path 129%27 d=%27M4711.963,3026.1h15.508l-.618-43.737h-16.316Z%27 transform=%27translate%28-3395.535 -2283.099%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_130%27 data-name=%27Path 130%27 d=%27M4521.723,789.564l46.812-6.589c-1.723-36.131-4.293-83.035-7.468-130.5-2.014-30.089-3.943-55.66-5.775-77.411l-61.664,2.507Z%27 transform=%27translate%28-3241.276 -571.104%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_131%27 data-name=%27Path 131%27 d=%27M4799.578,3080.941c16.8.371,38.173.628,45.7.284-2.816-7-4.524-13.436-4.524-18.743,0-2.067.007-5.363.018-9.709.058-25.487.047-48.9-.021-70.411h-42.567Z%27 transform=%27translate%28-3457.869 -2283.099%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_132%27 data-name=%27Path 132%27 d=%27M1942.721,350.1l-65.014-152.058h-34.092c-8.409,3.931-17.234,8.062-26.39,12.356,20.384,44.48,53.673,116.845,74.979,161.736Z%27 transform=%27translate%28-1337.899 -302.978%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_133%27 data-name=%27Path 133%27 d=%27M4847.281,2352.724h25.249c-.588-19.444-1.267-34.79-1.991-46.852l-24.826,3.171Z%27 transform=%27translate%28-3491.668 -1802%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_134%27 data-name=%27Path 134%27 d=%27M1164.739,1266.114c12.776-29.8,25.952-60.457,31.987-74.495l-20.192-23.682-57.056,76.912Z%27 transform=%27translate%28-841.683 -992.735%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_135%27 data-name=%27Path 135%27 d=%27M1604.054,1241.645l-32.318,15.92-36.822-4.993-56.919,18.973,8.885,17.768,32.55,35.346,108.171-41.245Z%27 transform=%27translate%28-1096.649 -1045.154%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_136%27 data-name=%27Path 136%27 d=%27M2352.3,1061.87h0l36.136-10.437-21.4-55.773-52.54,18.52,21.414,52.423Z%27 transform=%27translate%28-1691.544 -870.217%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_137%27 data-name=%27Path 137%27 d=%27M1362.983,1369.894l15.953-24.263-33.025-35.863-21.69-43.38-2.761-3.238c-8.928,20.765-20.46,47.615-31.167,72.591Z%27 transform=%27translate%28-963.16 -1060.448%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_138%27 data-name=%27Path 138%27 d=%27M1724.778,501.96c17.238-7.931,32.17-14.91,39.613-18.625-10.5-22.55-21.634-46.657-31.874-68.9l-45.889,19.259Z%27 transform=%27translate%28-1245.023 -456.864%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_139%27 data-name=%27Path 139%27 d=%27M1009.052,1123.627l57.062-76.921-20.2-23.695-28.248-20.6-49.238,34.141Z%27 transform=%27translate%28-734.258 -875.017%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_140%27 data-name=%27Path 140%27 d=%27M2156.115,701c3.643,6.768,9.092,17.305,15.613,30.388l141.9-50.019L2284.736,596.5l-49.8,71.388Z%27 transform=%27translate%28-1578.908 -586.344%29%27 fill=%27%238dc63f%27/%3E%3Cpath id=%27Path_141%27 data-name=%27Path 141%27 d=%27M1785.657,720.922l16.863,35,54.9-24.69c-5.094-10.727-10.837-22.946-16.9-35.937-7.031,3.518-21.022,10.147-49.627,23.24l-5.23,2.391%27 transform=%27translate%28-1315.449 -656.603%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_142%27 data-name=%27Path 142%27 d=%27M2102.311,697.809l78.042-32.789,47.042-67.429-143.885,62.757c8.476,17.8,14.781,30.634,17.168,34.613.43.716.978,1.672,1.634,2.848%27 transform=%27translate%28-1527.273 -587.121%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_143%27 data-name=%27Path 143%27 d=%27M1933.964,1034.881l55.531-27.355c-6.663-13.377-12.152-23.98-15.627-30.391l-56.587,23.124Z%27 transform=%27translate%28-1409.056 -857.042%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_144%27 data-name=%27Path 144%27 d=%27M1857.4,2866.841c16.989,8.405,30.587,15.074,36.85,18.023l53.7-99.844c-13.977-6.512-28.637-13.306-43.776-20.215Z%27 transform=%27translate%28-1366.468 -2128.38%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_145%27 data-name=%27Path 145%27 d=%27M1241.542,708.7l-43.712-87.825,4.028-2.005,31,62.289,73.069-29.86-35.982-74.675c-22.846,10.419-43.221,19.584-43.452,19.688L1220.959,584c17.088-7.685,38.979-17.609,58.527-26.585l-37.806-67.655-98.394,68.221.128.167-2.145,1.232-18.333,12.711,36.354,63.965-3.912,2.223-36.154-63.614-52.968,36.724,55.39,40.395,50.8,59.587,8.663,17.325,60.123-20.04Z%27 transform=%27translate%28-803.833 -510.438%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_146%27 data-name=%27Path 146%27 d=%27M1924.4,871.224c-.293-.514-.558-.968-.785-1.346-2.553-4.254-9.142-17.651-17.929-36.1l-54.878,24.681,17.244,35.787Z%27 transform=%27translate%28-1361.78 -755.095%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_147%27 data-name=%27Path 147%27 d=%27M2267.276,1117.146l-21.314-52.182-21.861,7.706c7.215,14.651,15.435,31.8,23.826,50.064Z%27 transform=%27translate%28-1627.257 -919.504%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_148%27 data-name=%27Path 148%27 d=%27M695.055,2045.891l-67-21.207L610.688,2078c21,7.416,42.935,15.043,64.671,22.417Z%27 transform=%27translate%28-479.847 -1602.028%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_149%27 data-name=%27Path 149%27 d=%27M1594.048,2336.811l.084-.14,17.483-31.568-62.794-34.663c-21.516,15.563-43.826,37.094-63.613,63.994,29.765,10.647,60.344,22.932,90.371,35.737l18.474-33.357Z%27 transform=%27translate%28-1101.779 -1776.801%29%27 fill=%27%238dc63f%27/%3E%3Cpath id=%27Path_150%27 data-name=%27Path 150%27 d=%27M2814.365,2235.443c24.106,10.523,52.758,23.062,83.2,36.45l23.745-71.577-92.871-15.674Z%27 transform=%27translate%28-2047.035 -1715.785%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_151%27 data-name=%27Path 151%27 d=%27M2465.015,2439.611c-5.836,9.372-35.24,67.457-55.212,107.471,17.56,8.144,42.368,20.012,70.924,33.838l74.936-160.627c-11.529-5.047-22.478-9.833-32.643-14.271-4.1,12.678-17.837,27.722-58,33.588%27 transform=%27translate%28-1759.323 -1873.224%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_152%27 data-name=%27Path 152%27 d=%27M2552.19,977.408h0l50.018-14.446-18.037-61.668L2511.1,927.053l21.49,56.017Z%27 transform=%27translate%28-1831.36 -803.107%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_153%27 data-name=%27Path 153%27 d=%27M2200.415,2159.851c-8.655-.091-17.623-.221-26.749-.354l-7.137-.1-64.285,64.748c14.721,13.542,28.311,27.144,30.491,38.591,1.138,5.972.172,10.738-2.87,14.163-6.248,7.036-19.582,6.107-25.99,5.661-.107-.008-.219-.03-.327-.041l-17.631,45.7q15.935,7.333,30.946,14.343l87.94-163.518a112.1,112.1,0,0,1-4.387-19.194%27 transform=%27translate%28-1528.985 -1697.829%29%27 fill=%27%238dc63f%27/%3E%3Cpath id=%27Path_154%27 data-name=%27Path 154%27 d=%27M1830.663,2508.254l-18.178,32.823c25.714,11.025,50.958,22.379,74.879,33.362l10.093-26.163Z%27 transform=%27translate%28-1334.528 -1945.928%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_155%27 data-name=%27Path 155%27 d=%27M2702.791,1279.766l48.108-3.727-42.786-146.287-49.876,14.405Z%27 transform=%27translate%28-1936.001 -965.58%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_156%27 data-name=%27Path 156%27 d=%27M2657.454,1785.062c13.422-.581,34.237-5.268,59.249-12.433l33.458-120.724-85.443,6.618Z%27 transform=%27translate%28-1935.445 -1336.918%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_157%27 data-name=%27Path 157%27 d=%27M725.825,2008.6c16.095,5.442,32.037,10.726,47.368,15.663l35.407-89.373L686.605,1893.54l-10.947,33.6,71.423,22.609Z%27 transform=%27translate%28-526.051 -1508.762%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_158%27 data-name=%27Path 158%27 d=%27M2960.389,2053.9l22.911-69.063c-39.878,14.2-78.888,27.529-111.457,36.931l-4.551,16.419Z%27 transform=%27translate%28-2084.675 -1573.69%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_159%27 data-name=%27Path 159%27 d=%27M2529.609,2133.771c.039.24.075.491.115.729,2.562,15.292,6.561,24.119,11.886,26.236l.19.079c.8.346,25.084,10.868,61.727,26.853l18.04-65.093c-22.649,6.208-41.584,10.172-54.641,10.708-10.852.445-23.538.549-37.316.488%27 transform=%27translate%28-1844.525 -1671.646%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_160%27 data-name=%27Path 160%27 d=%27M1650.04,1092.94l12.061,24.233,30.475,4.132,47.3-23.3-16.819-34.9Z%27 transform=%27translate%28-1219.002 -918.179%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_161%27 data-name=%27Path 161%27 d=%27M813.811,1218.2l-41.33-88.583-74.306,51.523,35.409,74.082-5.637,17.3,36.6,12.083Z%27 transform=%27translate%28-542.064 -965.484%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_162%27 data-name=%27Path 162%27 d=%27M1028.213,2249.356c24.288,7.777,46.9,14.625,65.959,19.767,16.974,4.581,34.658,10.111,52.723,16.317q7.294-10.2,15.276-19.73l-117.621-57.592Z%27 transform=%27translate%28-776.778 -1732.48%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_163%27 data-name=%27Path 163%27 d=%27M1188.8,1593.358l65.154,21.506,34.354-52.249L1216.34,1528.8c-12.411,28.958-23.427,54.734-27.541,64.555%27 transform=%27translate%28-890.982 -1249.372%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_164%27 data-name=%27Path 164%27 d=%27M1530.988,2074.6l35.161,29.875a232.393,232.393,0,0,1,35.109-22.729l-32.724-36.973Z%27 transform=%27translate%28-1134.336 -1616.315%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_165%27 data-name=%27Path 165%27 d=%27M991.64,1446.987l-48.075,64.806,66.556,21.969c4.232-10.134,15.64-36.828,27.739-65.06Z%27 transform=%27translate%28-716.579 -1191.187%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_166%27 data-name=%27Path 166%27 d=%27M1252.308,1909.366l-34.5-38.981-34.141-11.269-25.074,60.409,22.6,7.66-2.888,8.522-70.393-23.857-17.381,43.873,118.941,58.239a309.917,309.917,0,0,1,25.511-26.382q7.063-6.474,14.325-12.3l-38.646-32.834Z%27 transform=%27translate%28-821.096 -1484.281%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_167%27 data-name=%27Path 167%27 d=%27M1557.415,1767.639l71.042,80.264q6.42-2.9,12.637-5.05c16.555-5.691,44.772-7.832,77.609-8.453l-103.789-112.7Z%27 transform=%27translate%28-1153.13 -1386.551%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_168%27 data-name=%27Path 168%27 d=%27M1521.03,1603.76l-39.812-43.232-51.521,78.359,33.523,11.065Z%27 transform=%27translate%28-1062.3 -1271.934%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_169%27 data-name=%27Path 169%27 d=%27M1756.44,3121.583c-9.215-4.518-21.422-10.552-36.36-17.971l-29.674,70.27,34.03,46.859,48.921-90.965c-.509-.24-1.047-.494-1.644-.779-3.511-1.672-8.649-4.167-15.272-7.415%27 transform=%27translate%28-1247.709 -2369.329%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_170%27 data-name=%27Path 170%27 d=%27M822.774,3056.671c-29.1,24.076-59.734,44.841-85.923,58.6l43.666,56.506c6.848-6.267,12.367-11.95,14.353-15.551,3.2-5.8,30.966-27.394,69.174-55.608l-40.019-44.994c-.419.349-.832.7-1.253,1.047%27 transform=%27translate%28-569.57 -2335.201%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_171%27 data-name=%27Path 171%27 d=%27M1336.913,3315.51l18.429,20.721,27.968-18.862-15.218-22.976Z%27 transform=%27translate%28-996.316 -2505.007%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_172%27 data-name=%27Path 172%27 d=%27M1658.271,1467.991l69.875-28.763-.036-.053,2.654-1.025,24.909-10.253-15.735-27.913-107.124,40.846,25.818,28.036Z%27 transform=%27translate%28-1206.751 -1157.76%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_173%27 data-name=%27Path 173%27 d=%27M1800.668,1548.946l-69.584,28.644,55.75,60.539,61.3-21.057Z%27 transform=%27translate%28-1276.639 -1263.697%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_174%27 data-name=%27Path 174%27 d=%27M2014.242,1435.273l-27.362,10.566,47.6,68.308,79.432-27.285c-7.037-21.757-17.536-48.8-31.277-80.505l-68.738,28.3Z%27 transform=%27translate%28-1458.553 -1162.292%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_175%27 data-name=%27Path 175%27 d=%27M2488.168,1756.561c.646,16.6,1.27,32.509,2.6,46.137,12.456.068,24.016.007,34.113-.312l7.253-126.353-54.747,4.241c5.228,16.976,8.634,31.806,9.273,42.917.653,11.338,1.089,22.539,1.51,33.37%27 transform=%27translate%28-1807.385 -1354.078%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_176%27 data-name=%27Path 176%27 d=%27M1327.4,383.74l-20.962-37.512c-13.955,6.6-28.155,13.341-42.373,20.116-27.918,13.3-52.511,25.128-74.177,35.639l38.583,50.348Z%27 transform=%27translate%28-891.755 -408.36%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_177%27 data-name=%27Path 177%27 d=%27M1037.49,610.884l-1.117-1.966,20.843-11.966L1018.33,546.21c-25.116,12.2-46.188,22.586-63.865,31.429L983.813,648.1Z%27 transform=%27translate%28-724.33 -550.581%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_178%27 data-name=%27Path 178%27 d=%27M1935.628,1819.49l64.131,69.641c6.835-.057,13.824-.062,20.908-.032l-25.045-90.217Z%27 transform=%27translate%28-1422.104 -1441.444%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_179%27 data-name=%27Path 179%27 d=%27M173.283,2296.686l13.1,3.866L214.72,2189.8l26.234,8.673,20.232-66.175c-46.019-16.427-84.984-30.847-103.5-37.751v36.15l.8-2.1,46.461,17.638,14.809-27,3.945,2.164L207,2151.828,157.682,2133.1v81.74l33.04,3.988Z%27 transform=%27translate%28-157.682 -1651.713%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_180%27 data-name=%27Path 180%27 d=%27M633.67,806.724l-.272,7.714,1.1,2.292h0l11.143,23.314h0l4.505,9.426,125.411-86.958-26.64-19.429-30.845-74.057c-19.737,9.928-34.832,17.741-46.362,23.887l23,61.227Z%27 transform=%27translate%28-495.997 -637.924%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_181%27 data-name=%27Path 181%27 d=%27M1952.144,1188.279l71.172-31.405,1.816,4.116-70.77,31.225,15.742,27.926,69.171-28.474q-2.577-5.9-5.3-12c-11.316-25.392-22.881-49.721-32.558-69.386l-72.983,35.952Z%27 transform=%27translate%28-1416.991 -951.728%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_182%27 data-name=%27Path 182%27 d=%27M503.6,1305.327l-44.116-92.3c-12.7-4.316-26.619-9.036-40.832-13.848l-1.046,2.938c-9.706,27.263-19.642,55.174-29.222,80.513l110.7,36.542Z%27 transform=%27translate%28-321.751 -1014.953%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_183%27 data-name=%27Path 183%27 d=%27M535.7,1177.877l-31.739-11.213-.325.911c12.269,4.155,23.451,7.948,32.389,10.983Z%27 transform=%27translate%28-403.714 -991.83%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_184%27 data-name=%27Path 184%27 d=%27M427.871,1553.928l-111.122-36.68c-2.983,7.77-5.924,15.25-8.805,22.34-6.255,15.394-11.426,26.926-15.781,35.594l115.977,39.306Z%27 transform=%27translate%28-253.32 -1241.154%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_185%27 data-name=%27Path 185%27 d=%27M542.157,956.849l-6-16c-6.217,15.927-13.478,35.94-20.92,56.75l25.17,8.892Z%27 transform=%27translate%28-411.963 -831.233%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_186%27 data-name=%27Path 186%27 d=%27M2246.118,1740.964c-.563-9.794-3.633-23.591-9.08-41.03l-78.937,27.115,25.458,91.705c13.709.087,27.726.29,41.638.493,8.5.124,16.847.244,24.935.334-1.271-13.532-1.872-28.943-2.516-45.5-.419-10.77-.853-21.906-1.5-33.12%27 transform=%27translate%28-1580.321 -1371.075%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_187%27 data-name=%27Path 187%27 d=%27M613.6,864.69l55.5-47.817L647.42,759.147c-24.179,13.013-30.782,17.782-32.282,19.519-2.362,2.755-5.922,10.143-10.266,20.587l10.088,26.9Z%27 transform=%27translate%28-475.71 -702.016%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_188%27 data-name=%27Path 188%27 d=%27M5104.38,2980.289l14.437-1.679v-54.328l-15.785.525Z%27 transform=%27translate%28-3674.666 -2241.795%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_189%27 data-name=%27Path 189%27 d=%27M5002.42,1793.7l44.377-1.4v-27.574l-45.034,1.564Z%27 transform=%27translate%28-3602.647 -1417.157%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_190%27 data-name=%27Path 190%27 d=%27M4896.7,1902.683c4.334,15.865,8.529,31.217,11.95,44.518l61.7-26.508v-29.324l-76.083,2.392q1.224,4.488,2.437,8.922%27 transform=%27translate%28-3526.198 -1507.217%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_191%27 data-name=%27Path 191%27 d=%27M5081.772,2019.317l.749,84.6,20.882-.67v-93.4l-22.044,9.472Z%27 transform=%27translate%28-3659.252 -1591.477%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_192%27 data-name=%27Path 192%27 d=%27M5019.282,2467.668l-28.372,1.84q.207,20.182.321,42.6l47.848-1.591V2348.8l-20.843.668Z%27 transform=%27translate%28-3594.929 -1832.529%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_193%27 data-name=%27Path 193%27 d=%27M5070.208,1478.164c12.885-1.291,21.112-2.077,22.937-2.251l.638,6.719v-33.693l-25.951,2.212Z%27 transform=%27translate%28-3649.633 -1192.575%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_194%27 data-name=%27Path 194%27 d=%27M2953.4,3244.814l-29.6,62.672,50.191,28.752h34.766l23.719-52.43c-24.637-12.179-51.694-25.529-79.076-38.994%27 transform=%27translate%28-2124.86 -2469.747%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_195%27 data-name=%27Path 195%27 d=%27M2326.177,332.078l31.8-13.871-26.85-84.847-43.424,63.122-26.668,16.7-43.7,27.363,14.056,32.875Z%27 transform=%27translate%28-1622.448 -328.092%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_196%27 data-name=%27Path 196%27 d=%27M5089.3,569.5l19.75-3.812V527.042H5090.01Z%27 transform=%27translate%28-3664.901 -536.949%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_197%27 data-name=%27Path 197%27 d=%27M5052.982,1275.949l26.346-2.245v-64.82l-31.822,4.812Z%27 transform=%27translate%28-3635.178 -1021.855%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_198%27 data-name=%27Path 198%27 d=%27M4998.843,1636.866l45.142-1.568v-46.237c-3.5.336-20.764,2.008-46.176,4.654Z%27 transform=%27translate%28-3599.834 -1292.226%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_199%27 data-name=%27Path 199%27 d=%27M4277.625,3349.133v61.293h76.87l-37-59.565Z%27 transform=%27translate%28-3087.662 -2543.936%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_200%27 data-name=%27Path 200%27 d=%27M4126.7,2264.554l-57.329,18.619,38.164,74.447,42.919-39.764Z%27 transform=%27translate%28-2939.555 -1772.616%29%27 fill=%27%238dc63f%27/%3E%3Cpath id=%27Path_201%27 data-name=%27Path 201%27 d=%27M4948.275,1233.2l3.722,43.159,19.928-1.778-3.9-44.366Z%27 transform=%27translate%28-3564.608 -1037.024%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_202%27 data-name=%27Path 202%27 d=%27M3235.039,3437.164h124.536c-6.37-3.168-47.836-23.792-101.719-50.435Z%27 transform=%27translate%28-2346.206 -2570.673%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_203%27 data-name=%27Path 203%27 d=%27M2267.6,2441.5c4.961-9.932,15.47-30.925,26.047-51.772,8.515-16.782,15.406-30.183,20.481-39.832,10.479-19.922,10.962-20.043,13.283-20.623.439-.11.964-.186,2.115-.353,29.1-4.224,47.177-14.258,51.161-28.331-36.824-16.066-61.609-26.808-63.4-27.584-4.724-1.906-8.469-5.366-11.463-10.143l-84.485,157.094,10.313,4.815c12.679,5.922,24.722,11.546,35.949,16.728%27 transform=%27translate%28-1625.292 -1771.411%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_204%27 data-name=%27Path 204%27 d=%27M4992.4,3152.469l47.74-3.8V3128.06l-47.714,5.548q-.007,9.281-.026,18.861%27 transform=%27translate%28-3595.985 -2386.716%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_205%27 data-name=%27Path 205%27 d=%27M5025.074,3270.68h11.385v4.5h-16.123l2.234-43.127-30.256,2.41c0,1.893-.006,3.446-.006,4.6,0,18.286,30.8,61.192,47.765,82.749v-91.154l-12.979,1.034Z%27 transform=%27translate%28-3595.922 -2459.68%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_206%27 data-name=%27Path 206%27 d=%27M4655.851,2494.98l1.238,53.663-4.5.1-1.242-53.843c-4.686-.085-9.927-.2-15.8-.339l-4.328-.105-.835-59.133h-19.926L4606.35,2309.4l7.712-19.1,14.248-1.663-.247-17.5,9-.127,1.576,111.571h42.615c-.22-60.719-.916-105.956-1.875-139.541h-57.645v-4.5h27.762l-1.71-47.623,29.187-3.727c-1.077-16.419-2.239-26.048-3.348-31.435-.643-3.125-1.431-6.626-2.336-10.435l-57.07,5.514c13.18,13.567,23.516,27.768,14.675,60.923-14.607,54.774-48.08,89.808-52.34,103.025s-5.478,49.733,13.389,89.9c18.19,38.726,41.465,125.389,27.295,149.625h111.57c-10.783-13.922-28.651-38.313-39.139-59.729-2.624.366-10.1.76-33.815.391%27 transform=%27translate%28-3298.383 -1687.828%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_207%27 data-name=%27Path 207%27 d=%27M3566.063,2309.732c-5.72-11.563-43.453-12.172-47.713-14.606s-8.521-34.244-6.694-40.249,9.737-2.784,9.737-2.784-6.085,22.341-1.217,24.775,32.864,17.041,33.473,8.521-.693-29.466-13.736-33.3-20.346-6.264-20.346-6.264,11.563-14.378,4.26-26.36-47.471-38.152-50.514-68.582,49.646-92.508,47.646-134.5-19.042-67.554-52.515-80.335-61.194,35.187-90.848,34.634-115.542-41.329-120.982-69.325c-1.6-8.229-.571-22.3,1.429-38.464-9.082,3.283-18.41,6.675-27.869,10.116l-9.787,42.323-4.383-1.014,9.128-39.475c-19.381,7.052-39.284,14.291-59.04,21.352l-49.33,148.7c27.679,12.176,56.725,25,85.1,37.624l32.844-83.22,9.572-27.387-38.853-16.956,1.8-4.124,135.267,59.033-48.028,114.246c16.979,7.732,32.466,14.868,45.747,21.106a132.109,132.109,0,0,1,20.714,12.037l72.959-58.1-54.81-106.919,75.077-24.384,29.673,66.583-49.5,45.858,11.164,21.777.124.469L3491.7,2276.5l47.812,76.96h26.562c.328-1.886,5.527-32.522-.016-43.728%27 transform=%27translate%28-2262.091 -1486.97%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_208%27 data-name=%27Path 208%27 d=%27M5133.465,833.466l5.755-.87V692.569l-7.5,1.447Z%27 transform=%27translate%28-3695.07 -654.668%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_209%27 data-name=%27Path 209%27 d=%27M236.821,493.5,201.036,434.53l-43.353-11.614v79.221l42.2,5.5Z%27 transform=%27translate%28-157.683 -462.898%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_210%27 data-name=%27Path 210%27 d=%27M239.373,739.59l26.649-14.531-26.829-44.213-38.768,14.831-42.743-5.571v48.64l21.728,6.772a77.652,77.652,0,0,0,59.962-5.928%27 transform=%27translate%28-157.683 -646.331%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_211%27 data-name=%27Path 211%27 d=%27M368.934,330.316l.279-.107.586,1.534,27.7,45.652,13.82-7.536c3.348-3.446,14.611-11.966,84.676-47.229L458.89,283.222,519.7,252.991l-17.548-18.746,13.6-36.2H470.946c-1.067,4.57-2.116,9.709-3.009,15.519-6.662,43.348-32.17,39.736-52.38,63.216s0,28,0,28l22.919,12.643L444.8,332.31l-12.643,8.59s-16.256,5.419-31.608-19.868,7.225-58.7,5.419-82.181c-.8-10.409-.891-26.317-.744-40.805h-32l-41.781,70.479Z%27 transform=%27translate%28-281.253 -302.978%29%27 fill=%27%238dc63f%27/%3E%3Cpath id=%27Path_212%27 data-name=%27Path 212%27 d=%27M274.286,875.984l-1.254-2.067-27.2,14.829a91.224,91.224,0,0,1-70.44,6.964l-17.712-5.521v23.323l90.55,31.991c10.671-29.819,19.256-53.239,26.053-69.519%27 transform=%27translate%28-157.683 -783.637%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_213%27 data-name=%27Path 213%27 d=%27M171.7,1434.532c1.747-.875,9.174-7.546,28.573-55.47,6.284-15.523,12.865-32.925,19.544-51.131l-62.139-27.61v135.569a29.023,29.023,0,0,0,14.021-1.357%27 transform=%27translate%28-157.682 -1086.882%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_214%27 data-name=%27Path 214%27 d=%27M240.822,1117.311l.975-2.736c-31.162-10.537-62.388-21.051-84.114-28.278v56.893l63.689,28.3c6.467-17.707,13.011-36.088,19.451-54.178%27 transform=%27translate%28-157.682 -934.675%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_215%27 data-name=%27Path 215%27 d=%27M245.2,1074.966l-87.522-30.921v2.731c23.078,7.644,57.022,19.082,87.137,29.269l.385-1.079%27 transform=%27translate%28-157.682 -904.627%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_216%27 data-name=%27Path 216%27 d=%27M3405.78,298.652c-1.441,32.865-1.255,104.68-7.434,121.721s-12.634,52.653-27.664,62.538-61.921-1.069-73.774-10.807-56.891-63.294-66.02-71.206-48.08-33.963-59.034-18.2-49.3,48.021-63.9,51.063-15.215,21.91-5.478,32.864,67.555,26.779,99.811,47.471,80.336,59.414,76.075,82.96c-2.312,12.777-7.768,36.9-11.422,59.017,22.209-7.87,41.807-14.537,56.564-18.892,1.957-.577,4.04-1.156,6.232-1.737l2.788-79.965-190.5-100.135,4.186-7.965,191.717,100.775,95.3-13.414,5.784-49.99-30.737-5.546.8-4.427,30.456,5.494,32.655-282.224H3346.725L3352,209.8s55.221,55.992,53.781,88.856%27 transform=%27translate%28-2247.282 -302.978%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_217%27 data-name=%27Path 217%27 d=%27M2137.167,282.943l-30.516-84.9h-63.079l48.4,113.2Z%27 transform=%27translate%28-1498.87 -302.978%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_218%27 data-name=%27Path 218%27 d=%27M2886.048,345l70.894,67.848-6.222,6.5L2874.387,346.3l11.763-17.717-10.43-20.465L2755.7,352.934l-31.684-91.691L2682.8,279.219l24.79,72.93-4.259,1.448-24.668-72.573-65.138,28.41,29.638,87.074,51.215-18.053,2.992,8.486-31.856,11.229,41.661,142.44L2758,524.073l1.392,4.278L2708.44,544.93l20.569,70.327-.342,1.235-6.439,23.233,78.084-26.564,1.449,4.259-80.988,27.552-25.149,90.743c43.782-13.088,98.2-32.552,148.123-50.675l14.2-91.36-23.233-34.138,3.719-2.531,24.232,35.606-14.1,90.67q7.6-2.762,15.031-5.467c13.178-4.795,26.145-9.513,38.583-13.994,5.118-35.891,12.33-76.054,6.317-85.825-9.738-15.824-110.765-81.553-131.458-89.464s-62.077-20.084-49.3-54.774,61.373-14.149,73.288-40.547,30.782-64.132,47.215-53.786,69.381,63.9,87.638,95.551,71.815,52.339,88.856,37.733,41.386-162.5,16.128-202.664c-16.67-26.511-37.182-53.274-49.554-72h-25.3c13.995,22.16,56.661,59.488,70.259,84.559,16.5,30.414,7.732,110.608,7.732,110.608l-39.177,74.969s-39.178-13.918-42.271-25.775,23.2-68.56-6.186-97.943-62.374-51.034-68.56-68.56-27.836-31.445-37.631-54.642a55.087,55.087,0,0,1-4.209-23.216h-16.256l66.832,131.132Z%27 transform=%27translate%28-1904.205 -302.978%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_219%27 data-name=%27Path 219%27 d=%27M3714.907,3300.223c-1.111,5.131-2.342,9.979-3.606,14.445a255.439,255.439,0,0,1-18.093,46.628l-5.951-3.183-5.952-3.18,0,0c.106-.2,2.076-3.953,4.858-10.3L3585,3283.482l-26.627,49.714c22.965,11.394,37.365,18.56,38,18.876l-5.806,11.665H3761.62v-61.489Z%27 transform=%27translate%28-2576.155 -2497.247%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_220%27 data-name=%27Path 220%27 d=%27M1344.9,3418.339l19.728,18.968h60.214l-33.368-50.376Z%27 transform=%27translate%28-1001.998 -2570.816%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_221%27 data-name=%27Path 221%27 d=%27M2431.337,3197.64l10.4,105.049h55.77l29.957-49.981Z%27 transform=%27translate%28-1774.637 -2436.199%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_222%27 data-name=%27Path 222%27 d=%27M1552.963,3299.08l-33.9,22.858,35.034,52.892h40.375l5.743-10.678Z%27 transform=%27translate%28-1125.859 -2508.34%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_223%27 data-name=%27Path 223%27 d=%27M2678.6,3443.789h111.96l-83.343-47.744Z%27 transform=%27translate%28-1950.484 -2577.298%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_224%27 data-name=%27Path 224%27 d=%27M1840.531,3400.362l-25.006,46.5h88.426l-1.849-46.5Z%27 transform=%27translate%28-1336.691 -2580.368%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_225%27 data-name=%27Path 225%27 d=%27M256.3,3425.845H361.629l-34.806-55.031c-30.842,18.469-58.059,43.075-70.52,55.031%27 transform=%27translate%28-227.819 -2559.355%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_226%27 data-name=%27Path 226%27 d=%27M574.225,3269.4a200.72,200.72,0,0,1-26.561,11.405,187.783,187.783,0,0,0-33.771,15.6l36.25,57.313h35.818c7.684-6,21.362-16.865,32.644-26.894Z%27 transform=%27translate%28-411.009 -2487.232%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_227%27 data-name=%27Path 227%27 d=%27M4835.6,735.944l8.521,84.577,38.824-3.448-7.809-88.76Z%27 transform=%27translate%28-3484.479 -680.088%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_228%27 data-name=%27Path 228%27 d=%27M5036.642,763.057l-.781-62.478-32.621,6.3,4.893,55.619Z%27 transform=%27translate%28-3603.698 -660.364%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_229%27 data-name=%27Path 229%27 d=%27M903.909,3223.077c-34.32,25.345-65.292,49.078-68.233,54.41-5.281,9.57-31.836,31.33-46.988,43.292h67.654l83.916-56.834Z%27 transform=%27translate%28-606.435 -2454.289%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_230%27 data-name=%27Path 230%27 d=%27M1148.035,3397.029l-18.423-20.714-78.908,53.442h98.21l-20.369-19.584Z%27 transform=%27translate%28-792.772 -2563.267%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_231%27 data-name=%27Path 231%27 d=%27M2292.806,3118.282l29.138,127.97H2338.7l-10.674-107.794Z%27 transform=%27translate%28-1676.118 -2379.762%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_232%27 data-name=%27Path 232%27 d=%27M5021.554,930.551l6.706,76.222,22.366-3.383-.9-72.284Z%27 transform=%27translate%28-3616.722 -823.913%29%27 fill=%27%23e6e7e8%27/%3E%3Cpath id=%27Path_233%27 data-name=%27Path 233%27 d=%27M3300.071,472.712c-17.041,14.606-70.6-6.086-88.856-37.733s-71.206-85.2-87.638-95.55-35.3,27.387-47.215,53.786-60.508,5.857-73.289,40.547,28.6,46.862,49.3,54.774,121.72,73.64,131.458,89.464c6.013,9.771-1.2,49.934-6.317,85.825,7.439-2.681,14.684-5.275,21.674-7.751,3.654-22.117,9.11-46.24,11.422-59.017,4.26-23.546-43.819-62.267-76.075-82.96s-90.073-36.516-99.811-47.471-9.129-29.821,5.477-32.864,52.948-35.3,63.9-51.063,49.906,10.287,59.034,18.2,54.166,61.469,66.02,71.207,58.744,20.692,73.774,10.807,21.486-45.5,27.665-62.538,5.993-88.856,7.434-121.72-53.781-88.856-53.781-88.856l-5.274-11.749h-12.328c12.372,18.726,32.884,45.49,49.554,72,25.258,40.168.912,188.058-16.128,202.664%27 transform=%27translate%28-2179.53 -302.978%29%27 fill=%27%2300c9ef%27/%3E%3Cpath id=%27Path_234%27 data-name=%27Path 234%27 d=%27M3896.066,2181.175c-18.867-40.167-17.65-76.684-13.389-89.9s37.733-48.252,52.34-103.026c8.841-33.154-1.495-47.355-14.675-60.923l-1.187-1.209-.84-.854q-.365-.369-.734-.739c-7.869-7.912-16.323-16.038-22.124-28.011-16.432-33.919-105.288-59.805-139.885-64.939s-46.955,27.652-61.23,42.258-67.277,4.26-72.617-12.781c-1.76-5.616-1.316-16.126.221-28.535-6.953,2.48-14.138,5.064-21.485,7.72-2,16.164-3.029,30.234-1.429,38.464,5.44,28,91.327,68.772,120.982,69.324s57.375-47.415,90.848-34.634,50.514,38.342,52.515,80.335-50.689,104.071-47.646,134.5,43.21,56.6,50.514,68.582-4.26,26.36-4.26,26.36,7.3,2.434,20.346,6.264,14.344,24.775,13.736,33.3-28.6-6.086-33.473-8.521,1.217-24.775,1.217-24.775-7.912-3.221-9.737,2.784,2.434,37.814,6.694,40.249,41.993,3.043,47.713,14.606c5.542,11.205.343,41.841.016,43.728h14.865c14.17-24.236-9.105-110.9-27.294-149.625%27 transform=%27translate%28-2604.508 -1464.309%29%27 fill=%27%2300c9ef%27/%3E%3Cpath id=%27Path_235%27 data-name=%27Path 235%27 d=%27M562.88,238.852c1.806,23.48-20.771,56.894-5.419,82.181S589.069,340.9,589.069,340.9l12.643-8.589-6.322-14.891-22.919-12.643s-20.209-4.515,0-28,45.717-19.868,52.38-63.216c.893-5.81,1.942-10.948,3.009-15.519H562.136c-.147,14.488-.056,30.4.744,40.8%27 transform=%27translate%28-438.168 -302.978%29%27 fill=%27%2300c9ef%27/%3E%3Cpath id=%27Path_236%27 data-name=%27Path 236%27 d=%27M1994.813,2281.1c-2.292,6.509-1.3,23.719,3.565,37.106,7.139,19.631,28.921,43.8,40.183,44.582,1.807.127,4.235.3,6.859.3,5.641,0,12.193-.782,15.454-4.455,2.1-2.361,2.69-5.741,1.815-10.334-2.233-11.72-20.114-27.967-35.891-42.3-8.861-8.051-17.231-15.656-23.207-22.575-3.78-4.378-6.182-5.322-7.172-4.742a4.27,4.27,0,0,0-1.547,2.269l.018.01Z%27 transform=%27translate%28-1463.358 -1782.551%29%27 fill=%27%2300c9ef%27/%3E%3Cpath id=%27Path_237%27 data-name=%27Path 237%27 d=%27M2142.93,2869.47c-11-5.081-22.769-10.577-35.133-16.352l-11-5.138-41.579,77.313,19.131,13.875,4.569,114.853h64.834L2118.7,2944.01l-5.669-24.392.085-.133-.05-.219Z%27 transform=%27translate%28-1507.15 -2187.531%29%27 fill=%27%238dc63f%27/%3E%3Cpath id=%27Path_238%27 data-name=%27Path 238%27 d=%27M2090.224,2844.681l-41.375,76.933,1.838,1.333,41.579-77.313-2.042-.953%27 transform=%27translate%28-1502.623 -2185.185%29%27 fill=%27%238dc63f%27/%3E%3Cpath id=%27Path_239%27 data-name=%27Path 239%27 d=%27M2255.509,2972.182l.05.219,31.411-49.28-1.6-.736Z%27 transform=%27translate%28-1649.594 -2240.446%29%27 fill=%27%238dc63f%27/%3E%3Cpath id=%27Path_240%27 data-name=%27Path 240%27 d=%27M2300.583,3290.473l-25.568-110.011,25.049,110.011Z%27 transform=%27translate%28-1663.466 -2423.982%29%27 fill=%27%238dc63f%27/%3E%3Cpath id=%27Path_241%27 data-name=%27Path 241%27 d=%27M104.819,3255.5V3131.281l-19.608,21.405-1.862,126.6,29.857-11.076,8.527-9.772-3.065-2.937Z%27 transform=%27translate%28-104.819 -2389.006%29%27 fill=%27%238dc63f%27/%3E%3Cpath id=%27Path_242%27 data-name=%27Path 242%27 d=%27M590.143,2251.573l136.081,87.051,18.956-35.336c-46.4-14.029-103.616-33.546-155.037-51.715%27 transform=%27translate%28-465.236 -1763.384%29%27 fill=%27%238dc63f%27/%3E%3Cpath id=%27Path_243%27 data-name=%27Path 243%27 d=%27M618.949,2363.617l52.036-35.786L520.861,2231.8l-3.843,12.57,1.943-1.607Z%27 transform=%27translate%28-413.231 -1749.32%29%27 fill=%27%238dc63f%27/%3E%3Cpath id=%27Path_244%27 data-name=%27Path 244%27 d=%27M492.82,2567.633l63.083-32.29a575.725,575.725,0,0,0,55.439-41.2l16.176-16.316L466.467,2283.162l-9.9,32.377,55,93.609-3.88,2.279-52.909-90.046-5.181,16.945-2.691-.89,29.319,237.095c5.489-2.594,11.034-4.92,16.59-6.9m13.689-146.053a28.064,28.064,0,0,1,19.446-9.45q.856-.051,1.7-.051a28.287,28.287,0,0,1,28.181,26.566l1.39,23.268a28.25,28.25,0,0,1-56.4,3.369l-1.39-23.269a28.066,28.066,0,0,1,7.069-20.433%27 transform=%27translate%28-363.373 -1785.849%29%27 fill=%27%238dc63f%27/%3E%3Cpath id=%27Path_245%27 data-name=%27Path 245%27 d=%27M990.075,2628.184l8.052-13.229L933.168,2573.4l-53.27,36.635,58.731,70.988,47.986-48.4q1.758-2.218,3.46-4.439%27 transform=%27translate%28-671.301 -1992.259%29%27 fill=%27%238dc63f%27/%3E%3Cpath id=%27Path_246%27 data-name=%27Path 246%27 d=%27M157.682,3043.436v124.216h13.849l-2.315-2.219c1.907-1.99,37.138-38.466,80.231-64.258l-59.084-93.416Z%27 transform=%27translate%28-157.682 -2301.161%29%27 fill=%27%238dc63f%27/%3E%3Cpath id=%27Path_247%27 data-name=%27Path 247%27 d=%27M157.682,2828.861v80.688l30.189-32.956Z%27 transform=%27translate%28-157.682 -2173.934%29%27 fill=%27%238dc63f%27/%3E%3Cpath id=%27Path_248%27 data-name=%27Path 248%27 d=%27M191.65,2600.706l60.89-20.431-15.955-129.022,1.558-.193-20.259-6.7-28.3,110.6-21.612-6.378,17.272-77.107-27.562-3.327V2547Z%27 transform=%27translate%28-157.683 -1900.491%29%27 fill=%27%238dc63f%27/%3E%3Cpath id=%27Path_249%27 data-name=%27Path 249%27 d=%27M1074.449,2471.646l64.377,41.182,21.226-34.871q5.023-8.927,10.56-17.521l-54.573-18.846c-6.972-1.946-14.344-4.086-22.039-6.389Z%27 transform=%27translate%28-809.659 -1893.975%29%27 fill=%27%238dc63f%27/%3E%3Cpath id=%27Path_250%27 data-name=%27Path 250%27 d=%27M342.835,2930.7l-58.978,19.79,59.2,93.6c4.252-2.452,8.571-4.789,12.934-6.97Z%27 transform=%27translate%28-247.414 -2246.358%29%27 fill=%27%238dc63f%27/%3E%3Cpath id=%27Path_251%27 data-name=%27Path 251%27 d=%27M3422.472,221.263c9.794,23.2,31.445,37.115,37.63,54.642s39.178,39.177,68.561,68.56,3.093,86.086,6.186,97.943,42.27,25.775,42.27,25.775l39.177-74.969s8.764-80.194-7.732-110.608c-13.6-25.071-56.265-62.4-70.26-84.559H3418.263a55.09,55.09,0,0,0,4.209,23.216%27 transform=%27translate%28-2476.491 -302.978%29%27 fill=%27%238dc63f%27/%3E%3Cpath id=%27Path_252%27 data-name=%27Path 252%27 d=%27M630.043,2782.7a28.25,28.25,0,0,0,56.4-3.368l-1.389-23.269a28.287,28.287,0,0,0-28.181-26.566q-.846,0-1.7.051a28.249,28.249,0,0,0-26.515,29.883Z%27 transform=%27translate%28-492.586 -2103.273%29%27 fill=%27%23fff%27/%3E%3Cpath id=%27Path_253%27 data-name=%27Path 253%27 d=%27M59.565,520.885a29.023,29.023,0,0,1-14.021,1.357C27.273,519.917,9,504.554,8.771,504.362L0,514.619c1.126.963,22.406,18.9,45.543,21.147a41.39,41.39,0,0,0,18.792-2.255c3.849-1.454,8.5-5.225,15.786-18.192l117.454,39.806-11,33.773L45.543,544.255l-12.57-3.979-1.358,4.29,13.928,4.409,139.634,44.2L167.9,646.206c-56.573-20.06-105.041-38.069-122.356-44.542-4.187-1.565-6.557-2.458-6.775-2.54l-4.763,12.629c.29.109,4.393,1.655,11.537,4.318,18.519,6.9,57.485,21.325,103.5,37.751L128.815,720l-26.234-8.673L74.243,822.074l-13.1-3.866,17.439-77.854-33.04-3.988-21.121-2.549-4.9,332.912-.049,3.285,37.09-13.759,9.14-10.476,1.113,1.067c.12-.126,2.7-2.8,7.206-7.12,12.46-11.956,39.678-36.563,70.52-55.031l34.807,55.031,12.107,19.142,3.8-2.405-10.586-16.737-36.25-57.313a187.8,187.8,0,0,1,33.77-15.6A200.7,200.7,0,0,0,208.76,955.4l44.38,57.428c-11.282,10.029-24.96,20.9-32.644,26.894-3.6,2.807-5.885,4.548-5.99,4.627l2.72,3.583c.57-.433,4.722-3.593,10.571-8.21,15.152-11.963,41.707-33.722,46.988-43.292,2.941-5.332,33.913-29.065,68.233-54.41l36.349,40.869-83.916,56.834-3.314,2.244,2.523,3.725,8.815-5.969,78.908-53.442L400.806,1007l-19.491,13.144,20.369,19.584,6.712,6.453,3.118-3.243-3.339-3.21-19.728-18.967,46.574-31.409,33.368,50.377,2.925,4.416,3.751-2.484-1.28-1.932-35.034-52.892,33.9-22.858,47.256,65.072-5.743,10.678-4.611,8.574,7.925,4.262,6.9-12.836,25.006-46.5h61.571l1.849,46.5.181,4.539-2.786,26,82.824-5.826-3.284-14.129,3.84-.875-2.21-9.706-29.138-127.97,35.219,20.176,10.674,107.794.657,6.64,4.478-.444-.614-6.2-10.4-105.049,96.129,55.068-29.957,49.981-2.679,4.469,3.859,2.313,4.065-6.781,28.617-47.744,83.343,47.744,22.1,12.657,2.237-3.9-15.281-8.753-50.191-28.752,29.6-62.672c27.383,13.465,54.439,26.815,79.077,38.994l-23.72,52.43-.689,1.524,4.1,1.854,1.528-3.378,22.817-50.435c53.883,26.643,95.35,47.266,101.719,50.435l.841.418.208-.418,5.806-11.665c-.635-.316-15.035-7.482-38-18.876l26.626-49.714,101.16,61.153c-2.783,6.342-4.751,10.095-4.858,10.295v0l5.952,3.181,5.951,3.183a255.463,255.463,0,0,0,18.093-46.629c1.265-4.466,2.5-9.314,3.607-14.445l46.712,2.026v67.113h4.5V978.432l39.865,1.728,37.005,59.565,3,4.825,7.642-4.748-.048-.077-47.811-76.96L1229.07,788.8l-.124-.469-11.164-21.777,49.5-45.858-29.673-66.583L1162.53,678.5l54.81,106.919-72.959,58.1a132.1,132.1,0,0,0-20.714-12.037c-13.28-6.238-28.768-13.374-45.746-21.106l48.027-114.246L990.681,637.1l-1.8,4.124,38.854,16.956-9.572,27.387-32.844,83.22c-28.38-12.62-57.425-25.448-85.1-37.624l49.33-148.7c19.756-7.06,39.659-14.3,59.04-21.352l-9.128,39.475,4.383,1.014,9.787-42.323c9.459-3.441,18.788-6.833,27.87-10.116,7.347-2.656,14.532-5.241,21.485-7.72,24.781-8.838,46.642-16.349,62.6-21.058,9.044-2.669,20.893-5.4,34.772-8.131l21.285,15.012,78.451-10.679-.607-4.458-76.7,10.44-16.3-11.5c57.014-10.8,143.93-21.626,213.374-29.448,2.422,11.537,5.635,24.744,9.261,38.8H1314.1l-22.473-12.772-4.446,7.823,24.54,13.947h79.738c3.663,13.915,7.633,28.447,11.566,42.842,5.438,19.9,10.653,38.991,14.351,54.063l-58.245,5.628,1.119,1.683,1.819.943.808.067,55.566-3.9c.9,3.809,1.693,7.311,2.336,10.435,1.109,5.387,2.271,15.015,3.348,31.435l-29.187,3.727,1.71,47.623h-27.762v4.5h57.644c.96,33.585,1.655,78.822,1.875,139.541H1385.8l-1.576-111.571-9,.127.247,17.5-14.248,1.663-7.712,19.1,4.106,125.922h19.927l.835,59.133,4.328.105c5.877.143,11.118.254,15.8.339l1.242,53.843,4.5-.1-1.238-53.663c23.713.369,31.192-.025,33.815-.391,10.487,21.416,28.356,45.807,39.139,59.729,4.2,5.418,7.323,9.255,8.516,10.706l10.423-8.575c-1.511-1.837-3.272-4.026-5.212-6.49-16.969-21.557-47.765-64.463-47.765-82.749,0-1.155,0-2.708.006-4.6l30.256-2.41-2.234,43.127h16.123v-4.5h-11.385l2.02-38.988,12.979-1.034,17.2-1.37-.715-8.969-16.483,1.313-47.74,3.8q.019-9.575.026-18.861l47.714-5.548,7.7-.9-.52-4.469-7.18.835-14.436,1.679-1.348-55.482,15.785-.525,9.326-.31-.15-4.5-9.176.3-47.848,1.591q-.113-22.424-.321-42.6l28.372-1.84-1.046-118.2,20.842-.669,7.512-.241-.144-4.5-7.368.236-20.882.67-.748-84.6-.415,0,22.045-9.472,10.139-4.356-1.776-4.134-8.363,3.593L1428,613.218c-3.421-13.3-7.616-28.653-11.95-44.518q-1.21-4.429-2.437-8.922l76.083-2.392,16.982-.534-.283-8.994-16.7.525-44.377,1.4-.657-27.405,45.034-1.564,9.329-.324-.155-4.5-9.173.319-45.142,1.568-1.035-43.151c25.412-2.647,42.675-4.318,46.176-4.654l.638-.061-.638-6.718-.638-6.719c-1.824.174-10.051.96-22.937,2.251l-2.376-27.013,25.951-2.212,11.149-.95-.382-4.483-10.767.918-26.346,2.245-5.477-62.253,31.822-4.812,17.513-2.649-1.345-8.9-16.168,2.445-5.755.87-1.743-139.45,7.5-1.447,23.261-4.489-1.7-8.835-21.556,4.161-19.751,3.812.71-42.457h31.139v-4.5h-31.063l1.1-65.654h57.6v-9h-57.446l.265-15.872.343-20.489-4.5-.075-.344,20.564-.265,15.872H1433.16l-1.4-15.872-2.4-27.3-8.963.789,2.333,26.515,1.4,15.872H1389.4l-1.04-15.872L1387.1,49.009l-4.489.294,1.244,19,1.039,15.872h-21.857q-1.392-9.036-2.775-15.872-2.291-11.314-4.555-16.55l-12.384,5.367a64.353,64.353,0,0,1,3.188,11.183c1.969,9.065,4.388,23.95,7.17,48.275l-83.36-8.042,4.655-40.233.647-5.591-4.469-.517-.707,6.108-32.655,282.224-30.456-5.495-.8,4.427,30.737,5.545L1231.49,405l-95.3,13.414L944.468,317.636l-4.187,7.964,190.5,100.135-2.788,79.966c-2.192.581-4.276,1.16-6.232,1.738-14.757,4.354-34.355,11.022-56.564,18.892-6.99,2.476-14.235,5.071-21.674,7.751-12.438,4.482-25.4,9.2-38.583,13.994q-7.42,2.7-15.031,5.467l14.1-90.67-24.232-35.606-3.719,2.531,23.233,34.138-14.2,91.36c-49.921,18.123-104.34,37.587-148.122,50.675l25.149-90.743L943.1,487.676l-1.449-4.259L863.566,509.98,870,486.748l.343-1.235-20.569-70.327,50.947-16.579-1.392-4.278-50.819,16.537-41.661-142.44L838.71,257.2l-2.991-8.486L784.5,266.764,754.865,179.69,820,151.28l24.668,72.573,4.259-1.448-24.79-72.93L865.353,131.5l31.684,91.691,120.021-44.818,10.43,20.465-11.763,17.717,76.332,73.054,6.221-6.5-70.893-67.848,10.507-15.824L971.06,68.3,955.044,36.877l-8.016,4.086L960.961,68.3l6.916,13.57L785.222,161.542,755.716,68.3l-1.5-4.748-4.289,1.357L751,68.3l1.507,4.763-44.881,65.24-19.882,12.449L658.105,68.3l-3.212-8.936-4.234,1.522,2.665,7.414,30.516,84.9-45.2,28.3-48.4-113.2-6.484-15.164c32.851-15.3,53.993-25.053,54.469-25.273L632.578,15.61c-.722.333-48.788,22.513-113.15,52.693l-.18.084-.039-.084c-7.3-15.951-11.951-26.146-12.164-26.614l-12.28,5.6c.714,1.567,4.226,9.266,9.6,21.014l2.662,5.82c-25.785,12.11-53.739,25.3-82.036,38.75l-53-33.37L288.2,121.157l-16.558-17.688L284.855,68.3l4.025-10.71-4.211-1.583L280.049,68.3l-13.6,36.2,17.548,18.745L223.18,153.479l37.107,39.407c-70.065,35.263-81.328,43.783-84.676,47.23l-13.82,7.536L134.09,202l-.587-1.533-.279.107-37.5-61.791L137.511,68.3l6.138-10.354-3.87-2.294L132.28,68.3,91.932,136.365,45.543,123.937,37.551,121.8l-2.328,8.691,10.32,2.764L88.9,144.866l35.785,58.974L87.74,217.972l-42.2-5.5-23.477-3.06-.581,4.462,24.058,3.135,42.743,5.571,38.769-14.831,26.829,44.213-26.649,14.531a77.649,77.649,0,0,1-59.962,5.927L45.543,265.65l-14.826-4.621L26.7,273.914l18.842,5.872,17.713,5.521a91.226,91.226,0,0,0,70.44-6.964l27.2-14.829,1.254,2.067c-6.8,16.28-15.382,39.7-26.053,69.518L45.543,303.11l-20.9-7.384-3,8.484,23.9,8.443,87.522,30.921-.385,1.079c-30.115-10.187-64.059-21.625-87.137-29.269-15.51-5.137-26.113-8.562-27.332-8.736l-1.272,8.908c-.047-.007-.11-.016-.189-.033,1.615.362,12.551,3.931,28.794,9.333C67.27,332.084,98.5,342.6,129.658,353.135l-.975,2.736c-6.44,18.091-12.984,36.471-19.451,54.178l-63.689-28.3-15.92-7.073L27.8,378.788l17.747,7.886,62.139,27.61c-6.679,18.206-13.26,35.609-19.544,51.131-19.4,47.924-26.827, 54.6-28.573,55.47M1401.156,723.958l-1.569-43.681,24.826-3.171c.725,12.061,1.4,27.408,1.991,46.851Zm-36.762,55.916,11.14-1.3L1376.8,868h-16.4l-2.361-72.383Zm-2.423,136.361-1.427-43.737h16.316l.618,43.737Zm25.281,54.842L1385.86,872.5h42.567c.069,21.51.079,44.924.022,70.411-.01,4.347-.017,7.642-.017,9.709,0,5.308,1.708,11.74,4.524,18.743-7.53.343-28.9.086-45.7-.284m82.159-114.68,1.358,55.854-28.787,3.347q.012-30.784-.114-58.284Zm-4.051-52.237-23.883,1.549q-.788-72.025-2.8-114.567l25.673-.824Zm-1.781-201.333.734,82.992-25.853.829c-1.188-23.432-2.675-39.532-4.459-48.2-1.2-5.847-2.881-12.912-4.879-20.82ZM1324.769,474.4l-2.12-73.145,50.576-7.119c1.283,27.865,1.991,48.006,1.991,54.881a122.377,122.377,0,0,0,2.076,19.255c-16.728,1.881-34.45,3.938-52.523,6.127m110.643-261.947-58.691,11.327q-2.318-32.106-4.628-58.435l59.006-1.91Zm8.6,97.771-38.824,3.448-8.521-84.577,39.537-7.631Zm-15.562,102.748-40.743,3.636c-.465-11.435-1.084-25.208-1.84-40.64l38.885-5.88Zm-36.219-183.021,8.475,84.119-18.059,1.6c-1.15-19.964-2.439-40.914-3.847-61.962q-.718-10.722-1.434-20.892Zm-26.9,24.662c3.176,47.461,5.745,94.366,7.468,130.5l-46.811,6.589-28.1-211.989,61.663-2.507c1.832,21.751,3.762,47.322,5.776,77.411M1440.82,549.92l-29.638.932c-6.829-25.154-13.566-50.658-17.855-70.735,16.777-1.858,32.258-3.515,45.7-4.923Zm-50.109-83.147a111.894,111.894,0,0,1-2-17.759c0-4.407-.287-14.191-.825-27.909l65.367-5.832,3.911,44.454c-17.25,1.751-40.316,4.157-66.455,7.046m62.15-55.982-19.928,1.778-3.722-43.159,19.747-2.986Zm4.221-54.7-6.705-76.222,28.168.556.9,72.284Zm20.626-142.645.781,62.478-28.509-.563-4.893-55.619ZM1467.327,93.173l-1.9,113.482-21.135,4.079L1433.951,93.173Zm-42.408,0,5.786,65.77-59.009,1.91q-3.692-41.3-7.346-67.68ZM1269.8,113.006l84.393,8.142c1.557,14.046,3.222,31.041,4.98,51.563l-66.39,2.7,16.673,125.8-60.891-4.685ZM1248.052,301l62.013,4.771,11.471,86.551-85.441,12.026Zm70.115,100.883,2.117,73.06c-38.124,4.652-77.556,9.882-112.3,15.32l-13.512-70.97Zm-132.611,18.666,13.541,71.128c-9.381,1.515-18.362,3.043-26.817,4.577l-11.767-72.18ZM1139.742,427l11.859-1.669,11.831,72.571c-9.686,1.847-18.544,3.7-26.355,5.539ZM969.924,85.889,1015,174.338,899.784,217.362,869.489,129.7ZM206.1,558.013l121.995,41.345-35.407,89.373c-15.331-4.937-31.273-10.221-47.368-15.663l21.256-58.846L195.15,591.613Zm-4.444-169.121,74.306-51.523,41.33,88.583-49.259,66.4-36.6-12.083,5.636-17.3Zm137.89-220.028L378.428,219.6l-20.843,11.967,1.118,1.966-53.677,37.217-29.347-70.462c17.678-8.842,38.75-19.228,63.866-31.429m225.368,30.842c-7.443,3.714-22.375,10.694-39.613,18.625l-38.15-68.27L533.037,130.8c10.24,22.247,21.377,46.354,31.874,68.9m180.753-16-47.042,67.429-78.042,32.789c-.656-1.176-1.2-2.132-1.634-2.848-2.387-3.979-8.693-16.813-17.168-34.613ZM721.036,298.678l21.4,55.773L706.3,364.888l-16.387,4.733L668.5,317.2Zm42.418,54.385,44.261,134.716-61.053,4.729L707.654,369.179l36.4-10.512h0Zm-67.43,494.03c19.972-40.014,49.375-98.1,55.212-107.471,40.168-5.867,53.9-20.911,58-33.588,10.166,4.438,21.114,9.224,32.643,14.271L766.948,880.931c-28.555-13.826-53.364-25.694-70.924-33.838m-8.577,213.224-72.2,5.08,2.248-20.982-.187-4.69-4.569-114.853L593.608,911l-1.838-1.333,41.375-76.933,2.043.953c3.717,1.735,7.4,3.454,11,5.139,12.364,5.775,24.129,11.27,35.133,16.352l1.6.736-31.411,49.279-.085.133,5.669,24.392,25.568,110.011,2.692,11.58Zm-114.124-130.6c-6.263-2.95-19.861-9.618-36.85-18.024l46.77-102.035c15.138,6.908,29.8,13.7,43.776,20.215ZM55.834,821.332l21.612,6.378,28.3-110.6L126,723.8l-1.558.192L140.4,853.019,79.511,873.45l-33.967-53.7L28.065,792.111l.783-53.228,16.7,2.015,27.562,3.326Zm81.119-112.565,52.909,90.046,3.88-2.279-55-93.609,9.9-32.377L309.689,865.21l-16.176,16.316a575.753,575.753,0,0,1-55.439,41.2l-63.083,32.29c-5.556,1.978-11.1,4.3-16.59,6.9L129.081,724.821l2.691.89Zm265.8-84.106,2.887-8.522-22.6-7.66,25.075-60.409,34.141,11.269,34.5,38.981L435.109,631.4l38.645,32.834q-7.243,5.815-14.325,12.3a309.945,309.945,0,0,0-25.511,26.382L314.978,644.677,332.359,600.8ZM320.6,429.035l46.221,21.716c-12.1,28.231-23.507,54.925-27.739,65.06L272.53,493.841Zm79.982-56.917c-6.036,14.037-19.212,44.693-31.988,74.5l-45.26-21.265,57.056-76.912ZM702.371,370.7l.959-.277,38.725,122.437-27.894,2.161c-10.951-34.3-28.73-76.492-46.053-114.425ZM687.852,843.321c-11.227-5.182-23.27-10.806-35.949-16.728l-10.313-4.816,84.485-157.094c2.994,4.777,6.739,8.237,11.463,10.143,1.793.777,26.578,11.519,63.4,27.584-3.984,14.072-22.062,24.106-51.161,28.331-1.151.167-1.675.243-2.115.353-2.321.58-2.8.7-13.283,20.623-5.075,9.649-11.966,23.05-20.481,39.832-10.578,20.847-21.087,41.84-26.048,51.772m33.509-188.871L633.421,817.969q-14.988-6.984-30.946-14.342l17.631-45.7c.108.011.22.033.328.04,6.409.447,19.742,1.376,25.99-5.66,3.042-3.426,4.007-8.191,2.87-14.163-2.18-11.447-15.77-25.049-30.491-38.591L683.089,634.8l7.137.1c9.126.133,18.094.264,26.748.354a112.1,112.1,0,0,0,4.387,19.194M569.274,829.335l-85.949-38.908c3.294-8.474,6.069-15.859,7.96-20.959,29.919,12.349,59.667,25.495,87.863,38.325ZM455.681,843.767l-65.787-47.691c3.919-6.208,7.392-12.307,10.368-18.26a323.637,323.637,0,0,1,20.662-35.495c21.751,7.7,44,16.326,66.2,25.427-7.414,19.968-20.753,54.144-31.442,76.018M154.125,964c-4.363,2.181-8.682,4.518-12.934,6.97l-59.2-93.6,58.978-19.79Zm197.8-243.15L406.5,739.7q-5.534,8.583-10.56,17.521L374.71,792.087l-64.377-41.182,19.551-36.445c7.694,2.3,15.067,4.443,22.039,6.389m-26.435-7.712-18.956,35.336L170.451,661.423c51.421,18.169,108.636,37.685,155.037,51.714m46.882,82.793-8.052,13.229q-1.7,2.222-3.46,4.439L312.871,862l-58.73-70.988,53.27-36.635ZM492.585,666.873l62.794,34.663L537.9,733.1l-.084.14,0,0L519.344,766.6c-30.026-12.8-60.606-25.09-90.371-35.737,19.787-26.9,42.1-48.432,63.613-63.994M464.461,461.829l39.812,43.232-57.811,46.192-33.523-11.065Zm130-18.457-24.909,10.253L566.9,454.65l.036.053-69.875,28.763.36.875L471.606,456.3l107.124-40.846ZM700.9,497.8,621.466,525.09l-47.6-68.308,27.362-10.566-.35-.621,68.738-28.3c13.741,31.705,24.241,58.748,31.277,80.505M610.115,771.322l-66.256-39.7,27.476-49.613a95.179,95.179,0,0,0,5,28.419c6.482,17.824,25.327,41.007,39.372,46.394ZM577,671.785l.079-.144-.018-.01a4.27,4.27,0,0,1,1.547-2.269c.99-.58,3.391.364,7.172,4.742,5.976,6.92,14.346,14.524,23.207,22.575,15.777,14.334,33.658,30.581,35.891,42.3.875,4.593.281,7.974-1.815,10.334-3.261,3.673-9.813,4.455-15.453,4.455-2.624,0-5.052-.169-6.859-.3-11.263-.785-33.044-24.951-40.183-44.582-4.867-13.387-5.858-30.6-3.565-37.106m35.011,21.564c-8.757-7.957-17.029-15.472-22.827-22.186-3.724-4.313-7.062-6.48-9.966-6.48a5.619,5.619,0,0,0-2.887.8,8.13,8.13,0,0,0-3.167,3.992l-.021-.012L557.559,697.6l-60.892-33.613c14.557-10.069,28.648-17.363,41.228-21.687,24.815-8.53,83.7-8.342,138.94-7.588l-61.354,61.8q-1.735-1.581-3.472-3.158M623.2,620.921,559.068,551.28l59.994-20.608,25.045,90.216c-7.085-.03-14.073-.025-20.908.032m-6.158-94.311-61.3,21.057-55.751-60.54,69.584-28.643ZM507.328,508.379l103.789,112.7c-32.837.621-61.054,2.762-77.609,8.453q-6.2,2.132-12.637,5.05l-71.042-80.264Zm5.137,130.288a232.417,232.417,0,0,0-35.109,22.729L442.2,631.519l37.546-29.826ZM523.5,768.384l18.178-32.823,66.793,40.022-10.092,26.163c-23.921-10.982-49.165-22.337-74.879-33.362M690.422,621.407c-13.912-.2-27.929-.407-41.638-.493l-25.458-91.705,78.937-27.115c5.447,17.439,8.516,31.236,9.08,41.03.646,11.213,1.079,22.35,1.5,33.12.645,16.555,1.245,31.965,2.516,45.5-8.087-.089-16.438-.21-24.934-.334M662.532,401.169q2.722,6.108,5.3,12l-69.171,28.474-15.742-27.925,70.77-31.225-1.816-4.116L580.7, 409.785l-23.7-42.051,72.983-35.952c9.678,19.665,21.242,43.994,32.558,69.386M519.118,376.361l-30.476-4.132L476.581,348,549.6,318.157l16.819,34.9Zm1.513,9.286,32.318-15.92L576.5,411.5,468.324,452.741l-32.55-35.346-8.884-17.768,56.919-18.973Zm-92.337,36.909,33.026,35.863-15.953,24.263-72.691-34.153c10.707-24.977,22.24-51.826,31.167-72.591l2.761,3.238ZM370.9,452.666l71.968,33.812-34.354,52.249-65.154-21.506c4.114-9.82,15.129-35.6,27.541-64.555M313.316,648.872l117.621,57.592q-7.96,9.527-15.277,19.73c-18.065-6.206-35.749-11.736-52.723-16.317-19.057-5.142-41.671-11.99-65.959-19.767Zm-160.143,6.839L303.3,751.746l-52.036,35.786L151.273,666.675l-1.943,1.607ZM27.944,800.336l17.6,27.826,30.189,47.731L45.543,908.849l-19.508,21.3Zm-3.87,263.175,1.862-126.6L45.543,915.51l32.681-35.677,59.084,93.415c-43.093,25.793-78.324,62.268-80.231,64.258l2.315,2.219,3.065,2.937-8.527,9.772ZM342.741,854.357l44.391,49.907c-15.3,11.075-29.993,21.771-43.477,31.705l-40.2-45.2c14.238-12.018,27.395-24.228,39.288-36.412M390.8,901.614l-44.919-50.5c16.659-17.388,30.7-34.681,41.576-51.248l66.191,47.984c-4.077,7.977-7.653,13.763-10.2,15.713-2.776,2.128-12.191,8.9-25.224,18.277-9.258,6.66-18.439,13.278-27.428,19.776m51.678-31.731c6.337,3.173,36.168,18.1,65.7,32.793l5.706,2.837-28.726,68.023L421.088,885.32c9.412-6.771,16.91-12.166,21.386-15.437m4.026-3.015c8.495-7.124,24.174-44.2,35.185-72.245L536.637,819.5l-14.128,32.863L551.5,867.345l2.066-4L528.3,850.289l12.439-28.935L567.4,833.425,532.438,909.7c-26.155-12.954-59.193-29.439-85.938-42.832M742.818,662.4l-.19-.079c-5.325-2.117-9.324-10.944-11.886-26.236-.04-.238-.076-.489-.115-.729,13.778.062,26.464-.042,37.316-.487,13.057-.536,31.991-4.5,54.641-10.708l-18.04,65.093c-36.642-15.985-60.927-26.507-61.726-26.853m20.219-40.861c-10.1.319-21.656.38-34.113.312-1.327-13.628-1.951-29.542-2.6-46.137-.422-10.831-.858-22.032-1.511-33.37-.639-11.111-4.045-25.941-9.273-42.917l54.747-4.241ZM664.248,318.7l21.314,52.182-19.349,5.588C657.822,358.2,649.6,341.052,642.387,326.4Zm-93.8,32.378-16.683-34.622,56.586-23.124c3.476,6.411,8.964,17.014,15.627,30.391Zm-18.639-38.682L534.568,276.6l54.878-24.682c8.788,18.444,15.377,31.841,17.929,36.1.227.378.491.832.785,1.346Zm-19.2-39.842-16.863-35,5.23-2.391c28.6-13.092,42.6-19.722,49.627-23.24,6.068,12.992,11.811,25.21,16.9,35.937ZM343.675,166.858c21.666-10.511,46.259-22.335,74.177-35.639,14.218-6.776,28.418-13.515,42.373-20.116l20.962,37.512-98.929,68.592Zm17.26,70.607,36.154,63.614L401,298.856l-36.354-63.965,18.333-12.711,2.145-1.232-.128-.167,98.394-68.221L521.2,220.215c-19.548,8.975-41.44,18.9-58.527,26.585l5.535,12.31c.23-.1,20.606-9.269,43.452-19.688L547.64,314.1l-73.069,29.86-31-62.289-4.028,2.005L483.252,371.5l-.306-.042L422.824,391.5l-8.663-17.325-50.8-59.587-55.39-40.395ZM357.2,321.229l20.2,23.694-57.062,76.92L279.71,334.769l49.238-34.141ZM193.756,595.891l67,21.207-19.7,54.527c-21.735-7.374-43.669-15-64.67-22.417Zm77.088,398.369c-1.986,3.6-7.506,9.284-14.353,15.551L212.825,953.3c26.189-13.76,56.826-34.524,85.923-58.6.421-.349.834-.7,1.253-1.047l40.019,44.994c-38.208,28.213-65.976,49.811-69.175,55.608m133.726,10.2-18.429-20.721,31.179-21.116L432.538,985.6Zm31.7-21.377-17.709-26.735-35.435,24-36.471-41.005c25.583-18.85,52.519-38.253,70.782-51.393L470,960.332Zm51.972-5.294,29.674-70.27c14.938,7.419,27.145,13.452,36.36,17.971,6.624,3.248,11.762,5.743,15.273,7.415.6.285,1.134.539,1.644.778l-48.921,90.965ZM551.8,988.729,591.458,915l16.873,12.237,2.446,61.5Zm109.5-82.688,28.234-47.076c7.855,3.638,17.211,8.047,27.753,13.068L698.331,927.25Zm60.074-32.059c25.309,12.082,56.82,27.368,90.359,43.755l-30.106,57.234-79.329-45.444Zm119.182,134.747-55.023-31.52,30.244-57.5c17.775,8.689,36.063,17.659,54.257,26.6Zm29.678-77.353L908.53,853.61,998.6,886.844l-39.879,88.147c-27.469-13.579-57.925-28.6-88.482-43.616m164.989-125.5-9.688,21.415-27.717-13.685,6.524-21.568c10.511,4.694,20.841,9.323,30.881,13.838m-42.815,10.076,31.272,15.44-23.226,51.339-89.934-33.182,2.954-6,.232-.47v-91.23c28.61,12.611,58.15,25.691,86.5,38.341Zm164.924,200.492-98.681-59.655,112.6-53.256c11.782,41.576-4.13,89.454-13.92,112.911m56.179-258.209-38.163-74.446,57.329-18.619,23.755,53.3Zm5.914,31.262,1.063,2.073,46.308,174.8,5.692,9.163-54.721-2.373-8.64-107.628-28.262-45.322Zm-42.1,33.531,27.408,43.952,8.508,105.98-28.031-1.215c4.476-22.9,6.167-50.749-2.387-76.542a101.2,101.2,0,0,0-34.72-48.9Zm-8.942,71.909-119.781,56.652L1016.1,939.1l-1.614,4.2,31.811,12.226-26.6,49.659c-16.1-7.982-35.546-17.618-56.942-28.2l64.964-143.6,63.435,31.321,12.3-27.76c5.065,2.348,9.9,4.6,14.473,6.75,24.767,11.633,41.72,28.857,50.459,51.241m-69.016-59.881L1088.946,858.6l-59.366-29.311,9.755-21.562c21.876,9.85,42.276,19.125,60.038,27.334m-77.008-147.884,9.506-27.193,88.211,38.5-46.257,110.034c-25.711-11.688-54.626-24.653-84.39-37.9ZM909.214,749.87v88.686l-57.1-34.749-2.339,3.843,58.761,35.761L866.2,929.392c-32.985-16.2-65.934-32.312-95.208-46.5L846.006,722.11c19.792,8.667,41.187,18.059,63.208,27.76m-13.136-20.528c-30.447-13.388-59.1-25.926-83.205-36.449l14.079-50.8,92.871,15.674Zm48.09-144.96-22.911,69.063-93.1-15.712,4.551-16.419c32.569-9.4,71.579-22.728,111.457-36.931M826.8,608.946c-25.012,7.165-45.827,11.852-59.249,12.433l7.264-126.539,85.443-6.618Zm33.639-125.251-48.108,3.727L767.779,351.813l49.876-14.405Zm-44.049-150.6-50.018,14.446-19.6,5.662-21.49-56.017,73.075-25.759ZM780.26,268.26l-141.9,50.019c-6.521-13.083-11.97-23.621-15.612-30.388l78.818-33.115,49.8-71.388ZM684.133,158.324l26.668-16.7L754.226,78.5l26.85,84.847-31.8,13.871L654.49,218.562l-14.056-32.874ZM551.259,68.3c10.132-4.736,19.66-9.182,28.421-13.264L585.352,68.3l65.014,152.058L599.848,242.4c-21.306-44.891-54.6-117.257-74.979-161.736,9.156-4.294,17.982-8.425,26.391-12.356M512.646,86.4c5.42,11.83,11.743,25.609,18.51,40.317l-46.215,19.4L464.3,109.174c16.631-7.864,32.877-15.515,48.344-22.779M371.728,84.656l48.452,30.505q-4.1,1.953-8.214,3.91c-33.44,15.935-62.1,29.738-86.68,41.706l-33.88-36.192ZM230.612,154.809,287.2,126.677l33.853,36.163c-22.069,10.762-40.75,20-56.573,27.938Zm37,49.527,30.845,74.057,26.64,19.429L199.688,384.78l-4.505-9.426h0L184.04,352.04h0l-1.1-2.292.272-7.714L244.25,289.45l-23-61.227c11.529-6.146,26.624-13.959,46.362-23.887m-50.362,26.03,21.681,57.726-55.5,47.817,1.36-38.536-10.088-26.9c4.344-10.444,7.9-17.831,10.266-20.587,1.5-1.737,8.1-6.505,32.282-19.519m-47.518,52.48,6,16-1.752,49.637-25.17-8.892c7.442-20.81,14.7-40.823,20.92-56.75M145.79,348.069l31.739,11.213.326.681c-8.938-3.035-20.12-6.828-32.389-10.983l.325-.911M141.4,360.4l1.046-2.937c14.212,4.812,28.128,9.531,40.832,13.848l44.116,92.3-4.511,13.844-110.7-36.542c9.579-25.339,19.516-53.25,29.222-80.513m-32.427,88.931,111.122,36.68-19.731,60.56L84.385,507.262c4.355-8.669,9.526-20.2,15.781-35.594,2.881-7.089,5.822-14.57,8.805-22.34%27 transform=%27translate%28-45.544 -173.235%29%27 fill=%27%23fff%27/%3E%3Cpath id=%27Path_254%27 data-name=%27Path 254%27 d=%27M205.041,2212.609l16.691-30.431-3.945-2.164-14.809,27-46.461-17.638-.8,2.1-.8,2.1.8.3Z%27 transform=%27translate%28-155.718 -1712.495%29%27 fill=%27%23fff%27/%3E%3Cpath id=%27Path_255%27 data-name=%27Path 255%27 d=%27M905.633,1721.829l-111.924-36.944a32.008,32.008,0,0,0-20.307,60.71l111.564,37.81a32.008,32.008,0,0,0,39.837-18.044l.36-.866a32.008,32.008,0,0,0-19.53-42.666%27 transform=%27translate%28-580.101 -1359.219%29%27 fill=%27%238dc63f%27/%3E%3Cpath id=%27Path_256%27 data-name=%27Path 256%27 d=%27M4830.249,1057.7l-18.15,1.613a22.118,22.118,0,0,0-20.123,23.224q.03.563.061,1.124a22.106,22.106,0,0,0,25.386,20.665l18.09-2.735a22.113,22.113,0,0,0,18.721-23.8h0a22.113,22.113,0,0,0-23.983-20.088%27 transform=%27translate%28-3453.429 -914.275%29%27 fill=%27%238dc63f%27/%3E%3Crect id=%27Rectangle_656%27 data-name=%27Rectangle 656%27 width=%2719.374%27 height=%2716.37%27 transform=%27translate%28696.511 70.713%29%27 fill=%27%23fff%27/%3E%3C/g%3E%3C/svg%3E%0A");
}
.not-found__character {
  width: 101px;
  height: 431px;
  object-fit: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 width=%27100.546%27 height=%27431.473%27 viewBox=%270 0 100.546 431.473%27%3E%3Cdefs%3E%3CclipPath id=%27clip-path%27%3E%3Crect id=%27Rectangle_655%27 data-name=%27Rectangle 655%27 width=%27100.546%27 height=%27431.473%27 transform=%27translate%280 0%29%27 fill=%27none%27/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id=%27Group_1044%27 data-name=%27Group 1044%27 transform=%27translate%280 -0.003%29%27%3E%3Cg id=%27Group_1043%27 data-name=%27Group 1043%27 transform=%27translate%280 0.003%29%27 clip-path=%27url%28%23clip-path%29%27%3E%3Cpath id=%27Path_57%27 data-name=%27Path 57%27 d=%27M22.65,3277.537c0,5.011,21.867,9.073,48.841,9.073s48.841-4.062,48.841-9.073-21.867-9.073-48.841-9.073-48.841,4.063-48.841,9.073%27 transform=%27translate%28-19.786 -2855.137%29%27 fill=%27%23ddd9d5%27/%3E%3Cpath id=%27Path_58%27 data-name=%27Path 58%27 d=%27M130.814,31.812a30.358,30.358,0,0,1-2.169-7.437l.217,1.617a18.022,18.022,0,0,1-.02-4.59l-.217,1.617a17.836,17.836,0,0,1,1.191-4.261l-.613,1.453a17.916,17.916,0,0,1,2.281-3.944l-.951,1.231a17.238,17.238,0,0,1,2.946-2.95l-1.231.951a19.013,19.013,0,0,1,4.225-2.451l-1.453.613a22.549,22.549,0,0,1,5.631-1.5l-1.617.217a21.365,21.365,0,0,1,5.568-.036l-1.617-.217a19.079,19.079,0,0,1,4.634,1.362l-1.453-.613a20.161,20.161,0,0,1,4.481,2.567l-1.231-.951a15.9,15.9,0,0,1,2.737,2.727l-.951-1.231a15.128,15.128,0,0,1,1.9,3.241l-.613-1.453a17.137,17.137,0,0,1,1.157,4.3l-.217-1.617a22.764,22.764,0,0,1-.043,5.978l.217-1.617a29.129,29.129,0,0,1-2.047,7.323l.613-1.453c-1.635,3.841-3.852,7.387-5.825,11.056a60.483,60.483,0,0,0-3.227,7.02,31.484,31.484,0,0,0-1.769,7.472A20.72,20.72,0,0,0,142,64.464,6.324,6.324,0,0,0,144.8,68.1a6.081,6.081,0,0,0,8.321-2.182,6.277,6.277,0,0,0,.613-4.686,15.8,15.8,0,0,1-.46-2.148l.217,1.617a17.723,17.723,0,0,1,.035-4.579l-.217,1.617a28.2,28.2,0,0,1,2.008-6.913l-.613,1.453c3.289-7.71,8.839-14.473,10.411-22.879,1.132-6.05.838-12.394-2.273-17.856A21.918,21.918,0,0,0,154.6,3.485,30.947,30.947,0,0,0,148.2.813,22.56,22.56,0,0,0,143.9.094a27.556,27.556,0,0,0-8.543.7,29.254,29.254,0,0,0-5.208,1.827,18.84,18.84,0,0,0-3.708,2.119,22.688,22.688,0,0,0-7.742,9.329,27.673,27.673,0,0,0-1.466,3.981,23.289,23.289,0,0,0-.691,4.962,26.491,26.491,0,0,0,1.268,8.563c.364,1.178.8,2.33,1.273,3.468a4.581,4.581,0,0,0,1.089,2.068,4.6,4.6,0,0,0,1.706,1.566A6.081,6.081,0,0,0,130.2,36.5a5.862,5.862,0,0,0,.613-4.686%27 transform=%27translate%28-101.796 -0.003%29%27 fill=%27%23091049%27/%3E%3Cpath id=%27Path_59%27 data-name=%27Path 59%27 d=%27M371.46,658.2a5.854,5.854,0,1,1-5.854-5.854,5.854,5.854,0,0,1,5.854,5.854%27 transform=%27translate%28-314.258 -569.847%29%27 fill=%27%23091049%27/%3E%3Cpath id=%27Path_60%27 data-name=%27Path 60%27 d=%27M243.957,2092.4c-.111-6.768-1.083-20.815-3.863-23.474-9.023-8.631-17.282-4.975-20.4,3.923s1.831,22.528,1.908,25.8c.059,2.516,2.925,24.755,3.417,30.307.127,1.435.712,6.113.817,7.392.214,2.61-.011,4.022.329,7.053.24,2.138.09,11.405.327,14.641,1.518,20.7,4.207,33.028,4.361,45.382-.024.184-.045.366-.064.545a109.178,109.178,0,0,1-1.017,13.324c-.77,4.776-1.942,6.979-.732,8.329,2.035,2.271,12.592,1.829,11.969-1.666-.418-2.343-.884-4.9-1.15-7.08-.4-3.3-.83-11.188-.9-12.433-.2-12.934,3.148-28.639,2.561-47.033-.093-2.9.1-15.158.134-18.367.034-3.235.489-7.889.489-9.165,0-6.668.231-8.969.329-14.628.131-7.583,1.549-18.63,1.479-22.846%27 transform=%27translate%28-191.014 -1802.998%29%27 fill=%27%23f7906c%27/%3E%3Cpath id=%27Path_61%27 data-name=%27Path 61%27 d=%27M423.178,2072.844c-3.117-8.9-11.376-12.553-20.4-3.923-2.78,2.659-3.751,16.706-3.862,23.474-.069,4.216,1.348,15.263,1.479,22.846.1,5.66.329,7.96.329,14.628,0,1.276.455,5.93.489,9.165.034,3.21.226,15.468.134,18.368-.582,18.234,2.706,33.825,2.565,46.694-.007.057-.015.114-.022.172,0,0-.468,9.017-.905,12.6-.266,2.176-.732,4.738-1.15,7.08-.624,3.495,9.934,3.937,11.969,1.666,1.21-1.351.039-3.553-.732-8.33a109.161,109.161,0,0,1-1.017-13.324q-.019-.176-.04-.355c.128-12.417,2.837-24.763,4.363-45.572.237-3.236.088-12.5.327-14.641.34-3.031.115-4.444.329-7.053.1-1.279.69-5.957.817-7.392.493-5.552,3.358-27.791,3.417-30.307.077-3.27,5.025-16.9,1.908-25.8%27 transform=%27translate%28-348.468 -1802.998%29%27 fill=%27%23f7906c%27/%3E%3Cpath id=%27Path_62%27 data-name=%27Path 62%27 d=%27M306.666,950.32c-.116,1.393-2.776,3.584-3.745,5.36-1.584,2.9-1.8,6.616-2.124,10.455-1.307-1.879-5.263-12.2-2.364-20.178,4.482-8.855,9.136-10.478,15.592-10.452,3.851.015,12.543,3.038,13.623,8.133.41,1.932.842,5.479,1.569,8.368,1.167,4.64-.915,9.675-1.046,17.128-1.27-.152-7.516-11.085-9.691-14.1-2.309-3.2-10.375-.963-11.813-4.718%27 transform=%27translate%28-259.787 -817.203%29%27 fill=%27%23091049%27/%3E%3Cpath id=%27Path_63%27 data-name=%27Path 63%27 d=%27M638.494,1727.369c.423-9.533,1.948-25.958,1.712-31.334-.323-7.346.109-10.678-5.444-10.664-5.068.012-6.181,4.466-6.111,9.929.089,6.933,3.258,27.042,3.8,33.347.005.064.01.136.014.214a14.881,14.881,0,0,0-.8,4.575c-.313,1.458-.537,2.745-.6,3.34-.2,1.8-.255,5.771.285,6.625.386.612.7.622,1.844-2.593a18.712,18.712,0,0,1,.675-1.864c.075.094.152.185.23.272a12.308,12.308,0,0,1,1.89,2.718,14.231,14.231,0,0,1-2.035,2.509c-.394.146-.716.254-.836.306-1.243.54-1.646,1.287-.9,1.415l.021,0a6.243,6.243,0,0,0-1.343,1.626c-.34,1.083-.149,1.24,1.8.263a43.938,43.938,0,0,0,4.755-2.666c2.381-1.075,2.46-4.679,2.524-6.28.093-2.316-1.111-8.047-1.27-9.457-.07-.625-.129-1.42-.21-2.284%27 transform=%27translate%28-549.15 -1472.241%29%27 fill=%27%23f7906c%27/%3E%3Cpath id=%27Path_64%27 data-name=%27Path 64%27 d=%27M254.349,1967.076h-38.8c-1.589-11.454-5.436-30.49-5.738-40.139-.658-21.006,1.346-38.137,2.65-39.546,2.16-2.334,22.028-.28,24-.07,6.087-.838,19.391-2.424,21.137-.538,1.3,1.409,3.308,19.147,2.65,40.153-.3,9.649-4.311,28.685-5.9,40.139%27 transform=%27translate%28-183.166 -1647.41%29%27 fill=%27%23091049%27/%3E%3Cpath id=%27Path_65%27 data-name=%27Path 65%27 d=%27M256.4,1173.775c-.214,3.087-.1,9.42-4.209,11.424-2.415,1.178-7.2,1.687-11.388,3.188-.758.271.02,22.085,22.574,22.218,24.719.146,27.144-20.034,23.654-20.4-3.818-2.044-9.032-3.116-12.714-4.411-5.059-1.778-4.063-7.011-4.086-10.443,1.022-10.011-4.454-9.221-6.793-9.388-2.4-.171-7.239-.909-7.038,7.81%27 transform=%27translate%28-210.204 -1018.439%29%27 fill=%27%23f7906c%27/%3E%3Cpath id=%27Path_66%27 data-name=%27Path 66%27 d=%27M337.551,1006.82c-7.489-.823-12.344,2.556-13.468,7.361s-.292,11.78,1.037,16.593c1.586,5.744,7.25,10.222,10.08,10.351,2.528.115,8.078-2.584,10.968-11.05a30.476,30.476,0,0,0,1.506-8.281c-.283-5.27-2.51-14.137-10.122-14.974%27 transform=%27translate%28-282.641 -879.391%29%27 fill=%27%23f7906c%27/%3E%3Cpath id=%27Path_67%27 data-name=%27Path 67%27 d=%27M297.091,3268.953c-3.109,0-3.876,1.032-5.2.578-1.128-.386-.149-2.952-.059-5.877a56.084,56.084,0,0,0-1.906,9.447c-.183,1.855.694,2.378,2.14,2.408,1.127.024,8.788.064,9.691-.033,1.533-.165,2.1.257,2.151-1.889.066-2.9-1.2-9.333-1.822-9.933.1,1.132,1.074,5.506-.21,5.919-1.144.367-1.938-.619-4.783-.619%27 transform=%27translate%28-253.239 -2850.935%29%27 fill=%27%23e93017%27/%3E%3Cpath id=%27Path_68%27 data-name=%27Path 68%27 d=%27M307.478,3198.956c.168,2.068.379,5.2.662,6.833.358,2.057,1.237,6.563,1.076,7.96-.064.556-12.039.772-12.819.282-.388-.244.055-4.374.558-7.307a68.88,68.88,0,0,0,.748-7.611c.209-3.54,9.46-4.009,9.774-.156%27 transform=%27translate%28-258.787 -2792.062%29%27 fill=%27%23e93017%27/%3E%3Cpath id=%27Path_69%27 data-name=%27Path 69%27 d=%27M321.338,3224.595a3.45,3.45,0,0,0-3.3,4.012c.22,1.841,1.986,3.04,2.309,5.382.559,4.059.979,8.24.9,7.768h1.806a54.06,54.06,0,0,1,.542-8.4c.417-2.5,1.535-2.89,1.806-5.239a3.631,3.631,0,0,0-4.064-3.522%27 transform=%27translate%28-277.785 -2816.796%29%27 fill=%27%23a0241a%27/%3E%3Cpath id=%27Path_70%27 data-name=%27Path 70%27 d=%27M423.526,3268.953c3.109,0,3.876,1.032,5.2.578,1.128-.386.149-2.952.059-5.877a56.081,56.081,0,0,1,1.906,9.447c.183,1.855-.694,2.378-2.14,2.408-1.127.024-8.788.064-9.691-.033-1.533-.165-2.1.257-2.151-1.889-.066-2.9,1.2-9.333,1.822-9.933-.1,1.132-1.074,5.506.21,5.919,1.144.367,1.938-.619,4.783-.619%27 transform=%27translate%28-364.013 -2850.935%29%27 fill=%27%23e93017%27/%3E%3Cpath id=%27Path_71%27 data-name=%27Path 71%27 d=%27M420.2,3198.956c-.168,2.068-.379,5.2-.662,6.833-.358,2.057-1.237,6.563-1.077,7.96.064.556,12.039.772,12.819.282.388-.244-.055-4.374-.558-7.307a68.928,68.928,0,0,1-.748-7.611c-.209-3.54-9.46-4.009-9.773-.156%27 transform=%27translate%28-365.53 -2792.062%29%27 fill=%27%23e93017%27/%3E%3Cpath id=%27Path_72%27 data-name=%27Path 72%27 d=%27M444.824,3224.595a3.45,3.45,0,0,1,3.3,4.012c-.22,1.841-1.986,3.04-2.309,5.382-.559,4.059-.979,8.24-.9,7.768h-1.806a54.062,54.062,0,0,0-.542-8.4c-.417-2.5-1.535-2.89-1.806-5.239a3.631,3.631,0,0,1,4.064-3.522%27 transform=%27translate%28-385.011 -2816.796%29%27 fill=%27%23a0241a%27/%3E%3Cpath id=%27Path_73%27 data-name=%27Path 73%27 d=%27M346.454,1277.127c-4.256.916-7.648.91-15.187.053-.778,1.454-1.54,3.456-3.57,4.156,3.837,1.972,8.964,2.094,11.031,2.292,1.947.185,7.887-.906,10.072-2.345-.881-1.642-1.568-3.7-2.345-4.156%27 transform=%27translate%28-286.256 -1115.623%29%27 fill=%27%238d8fae%27/%3E%3Cpath id=%27Path_74%27 data-name=%27Path 74%27 d=%27M509.369,1107.387s3.948-5.5,3.929-.325c-.008,2.074-1.96,5.577-3.339,6.188s-.735-4.369-.589-5.863%27 transform=%27translate%28-444.712 -965.125%29%27 fill=%27%23f7906c%27/%3E%3Cpath id=%27Path_75%27 data-name=%27Path 75%27 d=%27M292.271,1107.387s-3.948-5.5-3.929-.325c.008,2.074,1.96,5.577,3.34,6.188s.735-4.369.589-5.863%27 transform=%27translate%28-251.879 -965.125%29%27 fill=%27%23f7906c%27/%3E%3Cpath id=%27Path_76%27 data-name=%27Path 76%27 d=%27M317.343,1006.6c-7.489-.823-13.941,1.661-15.065,6.466s-3.255,7.2-.514,13.707c2.313,5.492,8.91,10.109,13.364,9.424,2.5-.385,9.447-.273,12.336-8.738a52.824,52.824,0,0,0,1.371-10.966c-.283-5.27-3.881-9.056-11.493-9.893%27 transform=%27translate%28-262.433 -879.17%29%27 fill=%27%23091049%27/%3E%3Cpath id=%27Path_77%27 data-name=%27Path 77%27 d=%27M97.2,1134.467c.977,5.188,2.138,10.561,3.337,14.713a48.713,48.713,0,0,0,13.234-5.752c-3.4-34.518-4.783-43.729-10.483-46.294-6.3-3.719-17.446-6.781-18.591-8.58-6.34.857-11.074,1.808-19.042.438a19.45,19.45,0,0,0-6.064-.216c-2.479-2.111-5.214-4.461-6.779-6.785-6.339-9.412-7.436-10.117-12.66-19.526-2.367-4.263-10.277-4.622-12.089-3.4-2.607,1.762-2.881,3.778-2.37,6.321.932,4.643,2.133,6.874,10.233,22.418,6.485,12.446,10.088,17.432,13.406,26.622a.757.757,0,0,0,.1.194c.329,5.25-.1,4.516,1.575,13.544,1.285,6.922,5.151,15.606,2.1,25.144-3.654,11.417-5.254,22.339-4.342,23.577,3.871,5.253,48.308,5.253,52.179,0,.913-1.239-.688-12.16-4.342-23.577-2.186-6.83-.824-13.223.6-18.844%27 transform=%27translate%28-22.257 -924.603%29%27 fill=%27%23111d61%27/%3E%3Cpath id=%27Path_78%27 data-name=%27Path 78%27 d=%27M59.149,900.064a45.421,45.421,0,0,0-4.032-3.735c-1.81-1.979-4.75-.543-6.068.065-1.907.88-5.939,4.825-7.133,5.278-.709.269-1.982.517-3.179.937-9.26,2.446-25.83,8.958-29.129,12.294-2.982,3.015-2.923,3.872-.416,8.346,2.746,4.9,6.035,1.884,9.423-.208,2.918-1.8,8.421-4.808,13.511-8.059,4.115-2.628,7.9-5.658,10.313-6.448.371-.121,1.067-.272,1.776-.539a8.687,8.687,0,0,0,3.537-.726,10.19,10.19,0,0,0,3.706-4.917,13.438,13.438,0,0,1,1.447-3.075,11.6,11.6,0,0,1,2.831,1.022c.274.341.488.625.578.725.927,1.042,1.69,1.14,1.5.325l-.006-.023a5.087,5.087,0,0,0,1.843.687c1.009-.109,1.06-.369-.5-1.95%27 transform=%27translate%28-6.411 -782.099%29%27 fill=%27%23f7906c%27/%3E%3Cpath id=%27Path_79%27 data-name=%27Path 79%27 d=%27M19.079,1085.634c-.3.928-13.305,8.807-14.588,8.291-.494-.2-3.2-3.418-4.486-8.546-.294-1.175,17.019-1.173,18.443-.852.3.067.983.019.632,1.106%27 transform=%27translate%28-0.001 -947.22%29%27 fill=%27%23d0d0e9%27/%3E%3Cpath id=%27Path_80%27 data-name=%27Path 80%27 d=%27M347.947,1283.026c-4.257.916-9.247,1.177-16.786.32a25.759,25.759,0,0,0-2.915,1.374c2.4.8,5.123,4.043,11.068,4.168,5.062.107,12.416-1.332,13.482-2.451-1.386-.746-4.072-2.956-4.849-3.411%27 transform=%27translate%28-286.736 -1120.776%29%27 fill=%27%230d1755%27/%3E%3Cpath id=%27Path_81%27 data-name=%27Path 81%27 d=%27M370.32,1204.815c-3.941-7.025-.107-47.482,5.1-47.854,2.352-.168-.192,10,1.83,18.959,2.1,9.315,5.754,18.816,5.23,24.058-1.831,0-8.629,3.4-12.16,4.838%27 transform=%27translate%28-322.072 -1010.651%29%27 fill=%27%23091049%27/%3E%3Cpath id=%27Path_82%27 data-name=%27Path 82%27 d=%27M624.1,1693.966l-15.278,8.781,1.668,4.941,13.574-4.73Z%27 transform=%27translate%28-531.835 -1479.749%29%27 fill=%27%23d0d0e9%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  z-index: 15;
}
.not-found__backdrop {
  position: absolute;
  background-color: white;
  opacity: 50%;
  width: 100%;
  height: 593px;
  z-index: 5;
}
.not-found__bottom-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  z-index: 0;
  padding-top: 40px;
  padding-left: 25px;
  padding-right: 25px;
}
.not-found__bottom-container > p {
  max-width: 560px;
  color: #161616;
  text-align: center;
  font: normal normal normal 18px/21px SF Pro;
  letter-spacing: 0px;
  padding-bottom: 25px;
  opacity: 1;
}
.not-found__button {
  width: 192px;
  min-width: 88px;
  height: 42px;
  border-radius: 5px;
  background: #38b04a;
  border: 1px solid #38b04a;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  padding: 12px 20px;
}

@media screen and (max-width: 768px) {
  .not-found__message-container {
    padding-right: 25px;
  }
  .not-found__character {
    margin-left: 40px;
  }
}
@media screen and (max-height: 922px) and (max-width: 450px) {
  .not-found__images-container {
    height: 100%;
  }
  .not-found__bg {
    height: 100%;
    max-height: 343px;
  }
  .not-found__backdrop {
    height: 100%;
    max-height: 343px;
  }
}
@media screen and (max-height: 815px) and (min-width: 451px) {
  .not-found__images-container {
    height: 100%;
  }
  .not-found__bg {
    height: 100%;
    max-height: 343px;
  }
  .not-found__backdrop {
    height: 100%;
    max-height: 343px;
  }
}
/*!************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/Modal/components/ErrorMessageModal/index.scss ***!
  \************************************************************************************************************************************************/
.error-message-modal__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
}
.error-message-modal__wrapper.open {
  display: flex;
  z-index: 222222;
}
.error-message-modal__wrapper.close {
  display: none;
}
.error-message-modal__error-modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  border: 1px solid #e5e7eb;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  max-width: 416px;
  background: white;
  z-index: 100;
  position: relative;
  overflow: hidden;
}
.error-message-modal__icon-header {
  background-color: #fde8e8;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 416px;
  padding-bottom: 13px;
  padding-top: 13px;
}
.error-message-modal__text-contanier {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #6b7280;
  width: 416px;
  height: 58px;
  text-align: center;
  margin-top: 20px;
}
.error-message-modal__text-contanier #error-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #111928;
}
.error-message-modal__text-contanier #error-text {
  color: #6b7280;
  width: 416px;
  padding-left: 25px;
  padding-right: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.error-message-modal__checkbox-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 12px;
  gap: 8px;
  background-color: #f3f4f6;
  width: 376px;
  height: 40px;
  border-radius: 5px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
}
.error-message-modal__checkbox-container input[class=custom-checkbox-input] {
  display: none;
}
.error-message-modal__checkbox-container input[class=custom-checkbox-input]:checked + label:after {
  position: relative;
  top: 0px;
  left: 3px;
  content: url("data:image/svg+xml,%3Csvg width=%2710%27 height=%278%27 viewBox=%270 0 10 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M0.916626 4.58334L3.24996 6.91668L9.08329 1.08334%27 stroke=%27white%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  font-size: 14px;
  color: white;
}
.error-message-modal__checkbox-container input[class=custom-checkbox-input]:checked + label {
  border: none;
  background-color: #1c64f2;
}
.error-message-modal__checkbox-container input[class=custom-checkbox-input] + label {
  border: 0.5px solid #d1d5db;
  border-radius: 5px;
  width: 16px;
  height: 16px;
}
.error-message-modal__button-container {
  padding-bottom: 24px;
  padding-top: 20px;
}
/*!***************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/Header/index.scss ***!
  \***************************************************************************************************************************/
.header__loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.header a {
  display: block;
}
.header__selected-items {
  font-family: "Inter";
  margin-right: 22px;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  color: white;
  min-width: fit-content;
  box-sizing: border-box;
}
.header__container {
  background-color: #000;
  height: 72px;
  padding: 16px 21px 0 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.header__logo {
  width: 183px;
  height: 31px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 184.09 33.45%27%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23fff;%7d.cls-2%7bfill:%2338b04a;%7d%3c/style%3e%3c/defs%3e%3cg%3e%3cpath class=%27cls-2%27 d=%27M147.47,31.89c-.32,0-.58-.1-.79-.31-.2-.2-.31-.46-.31-.79V2.44c0-.32,.1-.58,.31-.79,.2-.2,.46-.3,.79-.3h4.93c.32,0,.58,.1,.79,.3,.2,.2,.31,.47,.31,.79V30.79c0,.32-.1,.58-.31,.79-.2,.2-.47,.31-.79,.31h-4.93Z%27/%3e%3cpath class=%27cls-2%27 d=%27M158.86,31.89c-.32,0-.58-.1-.79-.31-.2-.2-.31-.46-.31-.79V2.44c0-.32,.1-.58,.31-.79,.2-.2,.46-.3,.79-.3h10.95c2.91,0,5.34,.46,7.28,1.37s3.44,2.25,4.47,4.01c1.03,1.76,1.58,3.93,1.64,6.52,.03,1.28,.04,2.4,.04,3.36s-.02,2.07-.04,3.32c-.09,2.7-.63,4.94-1.61,6.72-.99,1.77-2.44,3.09-4.36,3.95-1.92,.86-4.32,1.29-7.2,1.29h-11.17Zm5.85-5.63h5.1c1.45,0,2.65-.22,3.58-.65,.93-.44,1.62-1.13,2.07-2.07,.45-.94,.69-2.17,.72-3.69,.03-.84,.05-1.6,.07-2.27s.01-1.34,0-2.01c-.01-.67-.04-1.41-.07-2.22-.06-2.18-.62-3.79-1.68-4.82-1.06-1.03-2.7-1.55-4.91-1.55h-4.89V26.26Z%27/%3e%3c/g%3e%3cg%3e%3cpath class=%27cls-1%27 d=%27M41.76,31.46c-.28,0-.51-.08-.68-.25-.17-.17-.25-.4-.25-.68V2.62c0-.28,.08-.51,.25-.68,.17-.17,.4-.25,.68-.25h.81c.28,0,.51,.08,.68,.25,.17,.17,.25,.4,.25,.68V30.52c0,.28-.08,.51-.25,.68-.17,.17-.4,.25-.68,.25h-.81Z%27/%3e%3cpath class=%27cls-1%27 d=%27M58.3,31.88c-2.3,0-4.25-.37-5.85-1.11-1.6-.74-2.83-1.69-3.68-2.85-.85-1.16-1.3-2.4-1.36-3.7,0-.23,.08-.42,.26-.59,.17-.17,.38-.26,.64-.26h.85c.28,0,.5,.08,.66,.26,.16,.17,.25,.37,.28,.59,.11,.79,.47,1.58,1.06,2.36,.6,.78,1.47,1.43,2.64,1.96s2.67,.79,4.51,.79c2.78,0,4.81-.5,6.08-1.51,1.28-1.01,1.91-2.36,1.91-4.06,0-1.13-.33-2.05-1-2.74-.67-.69-1.68-1.32-3.04-1.87-1.36-.55-3.1-1.17-5.23-1.85-2.01-.65-3.67-1.32-4.98-2.02-1.3-.69-2.26-1.54-2.87-2.53-.61-.99-.91-2.27-.91-3.83,0-1.45,.38-2.74,1.15-3.89s1.88-2.06,3.34-2.74c1.46-.68,3.24-1.02,5.34-1.02,1.67,0,3.13,.23,4.38,.68,1.25,.45,2.28,1.06,3.1,1.81,.82,.75,1.45,1.56,1.87,2.42s.65,1.71,.68,2.53c0,.2-.07,.39-.21,.57-.14,.18-.37,.28-.68,.28h-.85c-.14,0-.32-.06-.53-.17-.21-.11-.35-.34-.4-.68-.17-1.42-.91-2.59-2.23-3.51-1.32-.92-3.03-1.38-5.12-1.38s-3.81,.41-5.15,1.23c-1.33,.82-2,2.11-2,3.87,0,1.13,.3,2.06,.89,2.79,.6,.72,1.53,1.36,2.81,1.91s2.92,1.16,4.93,1.81c2.13,.68,3.88,1.36,5.27,2.04,1.39,.68,2.42,1.51,3.1,2.49,.68,.98,1.02,2.25,1.02,3.81,0,1.73-.43,3.2-1.3,4.4-.87,1.21-2.09,2.13-3.68,2.76-1.59,.64-3.49,.96-5.7,.96Z%27/%3e%3cpath class=%27cls-1%27 d=%27M81.91,31.88c-2.3,0-4.25-.37-5.85-1.11-1.6-.74-2.83-1.69-3.68-2.85-.85-1.16-1.3-2.4-1.36-3.7,0-.23,.08-.42,.26-.59,.17-.17,.38-.26,.64-.26h.85c.28,0,.5,.08,.66,.26,.16,.17,.25,.37,.28,.59,.11,.79,.47,1.58,1.06,2.36,.6,.78,1.47,1.43,2.64,1.96s2.67,.79,4.51,.79c2.78,0,4.81-.5,6.08-1.51,1.28-1.01,1.91-2.36,1.91-4.06,0-1.13-.33-2.05-1-2.74-.67-.69-1.68-1.32-3.04-1.87-1.36-.55-3.1-1.17-5.23-1.85-2.01-.65-3.67-1.32-4.98-2.02-1.3-.69-2.26-1.54-2.87-2.53-.61-.99-.91-2.27-.91-3.83,0-1.45,.38-2.74,1.15-3.89s1.88-2.06,3.34-2.74c1.46-.68,3.24-1.02,5.34-1.02,1.67,0,3.13,.23,4.38,.68,1.25,.45,2.28,1.06,3.1,1.81,.82,.75,1.45,1.56,1.87,2.42s.65,1.71,.68,2.53c0,.2-.07,.39-.21,.57-.14,.18-.37,.28-.68,.28h-.85c-.14,0-.32-.06-.53-.17-.21-.11-.35-.34-.4-.68-.17-1.42-.91-2.59-2.23-3.51-1.32-.92-3.03-1.38-5.12-1.38s-3.81,.41-5.15,1.23c-1.33,.82-2,2.11-2,3.87,0,1.13,.3,2.06,.89,2.79,.6,.72,1.53,1.36,2.81,1.91s2.92,1.16,4.93,1.81c2.13,.68,3.88,1.36,5.27,2.04,1.39,.68,2.42,1.51,3.1,2.49,.68,.98,1.02,2.25,1.02,3.81,0,1.73-.43,3.2-1.3,4.4-.87,1.21-2.09,2.13-3.68,2.76-1.59,.64-3.49,.96-5.7,.96Z%27/%3e%3cpath class=%27cls-1%27 d=%27M107.3,31.88c-2.3,0-4.26-.43-5.89-1.28-1.63-.85-2.89-2.15-3.76-3.91-.88-1.76-1.32-4.01-1.32-6.76V2.67c0-.31,.08-.55,.26-.72,.17-.17,.4-.25,.68-.25h.77c.31,0,.55,.08,.72,.25,.17,.17,.26,.41,.26,.72V20.06c0,3.18,.74,5.52,2.23,7.02,1.49,1.5,3.51,2.25,6.06,2.25s4.53-.75,6.02-2.25c1.49-1.5,2.23-3.84,2.23-7.02V2.67c0-.31,.09-.55,.28-.72,.18-.17,.42-.25,.7-.25h.77c.28,0,.51,.08,.68,.25,.17,.17,.26,.41,.26,.72V19.93c0,2.75-.43,5-1.3,6.76-.87,1.76-2.1,3.06-3.72,3.91s-3.59,1.28-5.91,1.28Z%27/%3e%3cpath class=%27cls-1%27 d=%27M124.78,31.46c-.28,0-.51-.08-.68-.25-.17-.17-.25-.4-.25-.68V2.67c0-.31,.08-.55,.25-.72,.17-.17,.4-.25,.68-.25h16.59c.31,0,.55,.08,.72,.25,.17,.17,.25,.41,.25,.72v.64c0,.28-.08,.51-.25,.68-.17,.17-.41,.25-.72,.25h-14.84V15.08h13.91c.31,0,.55,.08,.72,.25,.17,.17,.26,.41,.26,.72v.64c0,.28-.08,.51-.26,.68-.17,.17-.41,.25-.72,.25h-13.91v11.27h15.18c.31,0,.55,.08,.72,.25,.17,.17,.25,.41,.25,.72v.64c0,.28-.08,.51-.25,.68-.17,.17-.41,.25-.72,.25h-16.93Z%27/%3e%3c/g%3e%3cpath class=%27cls-2%27 d=%27M11.54,1.63c.7,.63,.75,1.71,.12,2.41l-5.12,5.69c-.31,.34-.76,.55-1.22,.5-.47,.08-.92-.11-1.25-.5L1.22,6.88c-.67-.6-.67-1.68,0-2.35,.67-.67,1.75-.67,2.41,0l1.57,1.57L9.13,1.76c.63-.7,1.71-.76,2.41-.13h0Zm0,11.38c.7,.63,.75,1.71,.12,2.41l-5.12,5.69c-.31,.34-.76,.55-1.22,.5-.47,.08-.92-.11-1.25-.5l-2.84-2.84c-.67-.6-.67-1.68,0-2.35,.67-.66,1.75-.66,2.41,0l1.57,1.57,3.92-4.35c.63-.7,1.71-.75,2.41-.12h0Zm5.11-7.27c0-1.26,1.02-2.27,2.27-2.27h15.92c1.26,0,2.27,1.02,2.27,2.27s-1.02,2.27-2.27,2.27h-15.92c-1.26,0-2.27-1.02-2.27-2.27h0Zm0,11.37c0-1.26,1.02-2.27,2.27-2.27h15.92c1.26,0,2.27,1.02,2.27,2.27s-1.02,2.27-2.27,2.27h-15.92c-1.26,0-2.27-1.02-2.27-2.27Zm-4.55,11.37c0-1.26,1.02-2.27,2.27-2.27h20.47c1.26,0,2.27,1.02,2.27,2.27s-1.02,2.27-2.27,2.27H14.37c-1.26,0-2.27-1.02-2.27-2.27Zm-11.37,0c0-1.88,1.53-3.41,3.41-3.41s3.41,1.53,3.41,3.41-1.53,3.41-3.41,3.41-3.41-1.53-3.41-3.41Z%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 22px;
  cursor: pointer;
}
.header__logo-container {
  display: flex;
  align-items: center;
  height: 40px;
}
.header__project-name {
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  font-family: "Inter";
  font-weight: normal;
  font-size: 17px;
  text-align: left;
  color: #fff;
  padding: 10px 32px 10px 32px;
  cursor: pointer;
}
@media screen and (max-width: 700px) {
  .header__project-name {
    display: none;
  }
}
.header__first-block {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .header__first-block {
    display: none;
  }
}
.header__actions {
  display: flex;
  align-items: center;
}
.header__menu, .header__profile {
  border: none;
  width: 44px;
  height: 44px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__menu {
  cursor: pointer;
}
.header__menu .header__icon {
  width: 30px;
  height: 25px;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2729.491%27 height=%2725.278%27 viewBox=%270 0 29.491 25.278%27%3e%3cpath id=%27bars-solid%27 d=%27M0,66.107A2.107,2.107,0,0,1,2.107,64H27.385a2.107,2.107,0,0,1,0,4.213H2.107A2.105,2.105,0,0,1,0,66.107ZM0,76.639a2.106,2.106,0,0,1,2.107-2.107H27.385a2.107,2.107,0,0,1,0,4.213H2.107A2.106,2.106,0,0,1,0,76.639ZM27.385,89.278H2.107a2.106,2.106,0,1,1,0-4.213H27.385a2.106,2.106,0,1,1,0,4.213Z%27 transform=%27translate%280 -64%29%27 fill=%27%23fff%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: cover;
}
.header__profile .header__icon {
  width: 23px;
  height: 26px;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2722.725%27 height=%2725.97%27 viewBox=%270 0 22.725 25.97%27%3e%3cpath id=%27user-solid%27 d=%27M11.363,12.986A6.493,6.493,0,1,0,4.87,6.493,6.493,6.493,0,0,0,11.363,12.986Zm2.572,2.435H8.791A8.792,8.792,0,0,0,0,24.211,1.759,1.759,0,0,0,1.758,25.97h19.21a1.755,1.755,0,0,0,1.757-1.759A8.791,8.791,0,0,0,13.934,15.421Z%27 fill=%27%23fff%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: cover;
}
.header__add-to-cart, .header__cart-button {
  margin-right: 20px;
}
.header__orders-search {
  position: relative;
}
.header__orders-search .orders__search-input {
  font-weight: bold;
  font-size: 13px;
  padding: 2px 10px 0;
  height: 35px;
  border-radius: 17.5px;
  color: #38b04a;
  border: 2px solid #38b04a;
  width: 283px;
}
.header__orders-search .orders__search-input::placeholder {
  color: #38b04a;
  font-weight: bold;
  font-size: 13px;
}
.header__orders-search .orders__search-submit {
  text-align: center;
  border-radius: 20px;
  position: absolute;
  top: 6px;
  right: 6px;
  background-color: #38b04a;
  color: #fff;
  width: 60px;
  height: 22px;
  border: 0;
  cursor: pointer;
}
.header__orders-status {
  padding-left: 6px;
  font-size: 13px;
  font-weight: bold;
  width: 107px;
  margin-left: 30px;
  margin-right: 30px;
  height: 35px;
  border-radius: 17.5px;
  color: #38b04a;
  border: 2px solid #38b04a;
}
/*!****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/Modal/components/CartModal/index.scss ***!
  \****************************************************************************************************************************************/
.cart-modal__header {
  padding: 20px 30px 15px;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #38b04a;
}
.cart-modal__title {
  font-weight: bold;
  font-size: 21px;
  text-align: left;
  color: #fff;
}
.cart-modal__form {
  margin: 0 0 20px;
  padding: 35px 65px 0;
  width: 100%;
}
.cart-modal--empty__container {
  margin: 0 62px 75px;
  padding: 40px 60px;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.cart-modal--empty__container .cart-modal__submit-button {
  width: 235px;
}
.cart-modal--empty__title, .cart-modal--empty__subtitle {
  font-size: 20px;
}
.cart-modal--empty__title {
  font-weight: bold;
  color: #000;
}
.cart-modal--empty__subtitle {
  margin-bottom: 20px;
  font-family: var(--font-default);
  font-weight: 400;
  color: #707070;
}
.cart-modal--empty__subtitle span {
  color: #3399fa;
  text-decoration: underline;
  cursor: pointer;
}
.cart-modal__submit-button {
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  width: 130px;
  height: 42px;
  border-radius: 5px;
  background: #38b04a;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  color: #fff;
}
.cart-modal__submit-button:disabled {
  background-color: #d5d5d7;
  color: #ffffff;
}
.cart-modal .modal__container {
  overflow-x: hidden;
  overflow-y: auto;
  border: none;
  height: auto;
  border-radius: 5px;
  background: #f2f5fd;
  width: auto;
  max-width: 792px;
  width: 100%;
}
.cart-modal .modal__close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716.969%27 height=%2716.969%27 viewBox=%270 0 16.969 16.969%27%3E%3Cpath id=%27xmark-solid%27 d=%27M16.189,109.81a1.667,1.667,0,1,1-2.357,2.357l-5.493-5.49-5.492,5.489a1.668,1.668,0,1,1-2.359-2.359l5.494-5.494L.489,98.822a1.668,1.668,0,0,1,2.359-2.359l5.492,5.5,5.494-5.494a1.668,1.668,0,0,1,2.359,2.359L10.7,104.319Z%27 transform=%27matrix%281, -0.017, 0.017, 1, -1.675, -95.669%29%27 fill=%27%23fff%27/%3E%3C/svg%3E%0A");
}
.cart-modal .form__title {
  padding: 20px 35px 15px 25px;
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #000;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.cart-modal .form__cards-content {
  overflow-y: auto;
  margin-bottom: 18px;
  max-height: 444px;
}
.cart-modal .form__company-info {
  margin: 0;
  font-weight: bold;
}
.cart-modal .form__property {
  margin-bottom: 5px;
  font-size: 18px;
  color: #000;
}
.cart-modal .form__project-id {
  display: flex;
  justify-content: space-between;
  font-family: var(--font-default);
  margin-bottom: 15px;
  font-size: 15px;
  color: #757575;
}
.cart-modal .form__project-id span span {
  display: inline-block;
  font-weight: 400;
  width: max-content;
}
.cart-modal .form__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 0 55px;
}
.cart-modal .form__submit-button, .cart-modal .form__exit-order-button {
  width: 130px;
  height: 42px;
  border-radius: 5px;
  background: #38b04a;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  color: #fff;
}
.cart-modal .form__submit-button:disabled, .cart-modal .form__exit-order-button:disabled {
  background-color: #d5d5d7;
  color: #ffffff;
}
.cart-modal .form__cancel-button, .cart-modal .form__save-button {
  margin-right: 15px;
  width: 142px;
  height: 42px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #38b04a;
  color: #38b04a;
}
.cart-modal .form__submit-button, .cart-modal .form__cancel-button, .cart-modal .form__save-button, .cart-modal .form__exit-order-button {
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.cart-modal .form__exit-order-button {
  margin-right: auto;
}
.cart-modal .form__save-button {
  margin-right: auto;
}
.cart-modal .form__save-button.initial-order {
  margin-right: 15px;
}
.cart-modal .form__save-button:disabled {
  border-color: #d5d5d7;
  color: #d5d5d7;
}
.cart-modal .form input {
  padding: 10px 16px;
  border: none;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  width: 100%;
  font-family: var(--font-default);
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  color: #212e3f;
}
.cart-modal .form input:disabled {
  border: 1px solid #d5d5d5;
  color: #757575;
  background: transparent;
  box-shadow: none;
}
.cart-modal .line-data {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.cart-modal .line-data > div {
  display: flex;
  flex-direction: column;
  width: 48%;
}
.cart-modal .line-data__title {
  display: inline-block;
  margin-bottom: 6px;
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  color: #212e3f;
}
.cart-modal .line-data__notes {
  width: 100% !important;
  margin-bottom: 15px;
}
.cart-modal .line-data__confirm {
  position: relative;
  padding: 35px 35px 35px 0;
}
.cart-modal .line-data__confirm .line-data__title {
  margin-bottom: 16px;
}
.cart-modal .line-data__confirm input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 30px;
  left: 0;
  padding: 0;
  margin: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.cart-modal .line-data__confirm label {
  display: flex;
  position: relative;
  width: 100%;
}
.cart-modal .line-data__confirm label:before {
  content: "";
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  top: -5px;
  left: 0;
}
.cart-modal .line-data__confirm input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2735%27 height=%2735%27 viewBox=%270 0 35 35%27%3E%3Cpath id=%27square-check-solid%27 d=%27M30,32a5,5,0,0,1,5,5V62a5,5,0,0,1-5,5H5a5,5,0,0,1-5-5V37a5,5,0,0,1,5-5ZM26.547,46.047a2.188,2.188,0,0,0-3.094-3.094L15,51.406l-3.453-3.453a2.188,2.188,0,0,0-3.094,3.094l5,5a2.193,2.193,0,0,0,3.094,0Z%27 transform=%27translate%280 -32%29%27 fill=%27%2338B04A%27/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.cart-modal .line-data__textarea {
  padding: 13px 60px 16px 16px;
  width: 100%;
  height: 93px;
  overflow-y: auto;
  resize: none;
  border: none;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 15px;
  color: #212e3f;
}
.cart-modal .line-data__textarea::-webkit-scrollbar-thumb {
  background-color: #b7b7b7;
  border: 2px solid transparent;
  border-radius: 9px;
  background-clip: content-box;
}
.cart-modal .line-data__value {
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 15px;
  text-align: left;
  color: #212e3f;
}
.cart-modal .confirm__title {
  font-family: var(--font-default);
  font-weight: normal;
  font-weight: 400;
  font-size: 12px;
  text-align: left;
  color: #212e3f;
  padding: 0px 0px 0px 35px;
  margin-bottom: 0px;
}
.cart-modal .confirm__link {
  color: #3399fa;
  text-decoration: underline;
  cursor: pointer;
  margin-left: 3px;
}
.cart-modal__warning {
  background-color: #ffffff;
  justify-content: center;
  border-top: 4.8px solid #faa632;
  padding: 5px 0 10px;
  width: 100%;
  position: sticky;
  bottom: 0;
}
.cart-modal__warning-message {
  width: 100%;
  justify-content: center;
  padding: 0 30px;
  display: flex;
  align-items: center;
  color: #faa632;
  font-size: 13px;
  font-style: italic;
}
.cart-modal__warning-message-icon {
  margin-right: 5px;
}
.cart-modal__warning-close {
  position: absolute;
  right: 20px;
  top: 6px;
  height: 12px;
  width: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712.201%27 height=%2712.201%27 viewBox=%270 0 12.201 12.201%27%3E%3Cpath id=%27xmark-solid%27 d=%27M11.64,9.947a1.2,1.2,0,1,1-1.695,1.695L6,7.695,2.047,11.641a1.2,1.2,0,0,1-1.7-1.7L4.3,6,.351,2.047a1.2,1.2,0,0,1,1.7-1.7L6,4.3,9.946.353a1.2,1.2,0,0,1,1.7,1.7L7.692,6Z%27 transform=%27matrix%281, -0.017, 0.017, 1, 0, 0.209%29%27 fill=%27%23aaa%27/%3E%3C/svg%3E%0A");
  cursor: pointer;
}

.modal__container.order-created {
  display: flex;
}
.modal__container.order-created > div {
  width: 100%;
}
.modal__container.order-created .cart-modal__subheader {
  padding: 45px 35px 45px 40px;
}
.modal__container.order-created .cart-modal__order-info {
  padding: 25px 35px 25px 40px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.modal__container.order-created .cart-modal__order-created-form {
  padding: 25px 65px 75px;
  border-bottom: 1px solid #707070;
}
.modal__container.order-created .subheader__title {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 17px;
  color: #38b04a;
}
.modal__container.order-created .subheader__subtitle {
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 17px;
  text-align: left;
  color: #65707b;
}
.modal__container.order-created .subheader span {
  margin-left: 11px;
}
.modal__container.order-created .order-info {
  display: flex;
  justify-content: space-between;
  background: #fff;
}
.modal__container.order-created .order-info__order-id {
  flex-grow: 0;
  flex-shrink: 2;
}
.modal__container.order-created .order-info__order-id-title {
  margin-bottom: 20px;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 16px;
  color: #0093ff;
}
.modal__container.order-created .order-info__order-id-title span {
  color: #aaa;
}
.modal__container.order-created .order-info__order-id-manage-button {
  border-radius: 5px;
  background: #38b04a;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  padding: 17px 54px;
  color: white;
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 17px;
  cursor: pointer;
}
.modal__container.order-created .order-info__order-summary {
  padding-top: 30px;
  width: 25%;
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  flex-shrink: 0;
  max-width: 40%;
  overflow: hidden;
}
.modal__container.order-created .order-info__order-summary-titles {
  margin-right: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 18px;
  color: #000;
}
.modal__container.order-created .order-info__order-summary-titles :first-child {
  margin-bottom: 15px;
}
.modal__container.order-created .order-info__order-summary-data {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 18px;
  text-align: right;
  color: #000;
}
.modal__container.order-created .order-info__order-summary-data :first-child {
  margin-bottom: 15px;
}
.modal__container.order-created .order-info__order-summary-data span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.modal__container.order-created .line-data__value {
  color: #161616;
}
.modal__container.order-created .line-data__confirm input[type=checkbox] {
  cursor: default;
}
.modal__container.order-created .line-data__confirm input[type=checkbox]:checked + label:after {
  box-shadow: none;
  cursor: default;
}

@media screen and (max-height: 1220px) {
  .cart-modal .modal__container {
    max-height: 95vh;
  }
  .cart-modal .modal__container .form__cards-content {
    max-height: 300px;
  }
}
@media screen and (max-height: 1150px) {
  .cart-modal .modal__container {
    height: auto;
    overflow: auto;
  }
}
/*!*************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/CartEditOrderModalGroup/index.scss ***!
  \*************************************************************************************************************************************/
.cart-modal-group__container {
  display: flex;
  margin-bottom: 10px;
  padding: 18px 18px 24px;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  position: relative;
}
.cart-modal-group__container.disabled::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.6;
  z-index: 2;
}
.cart-modal-group__media-content {
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.cart-modal-group__media-content p {
  font-family: var(--font-default);
  font-weight: 400;
  font-size: 10px;
  text-align: left;
  color: #65707b;
  max-width: 96px;
  overflow: hidden;
}
.cart-modal-group__error-message {
  position: absolute;
  font-family: var(--font-default);
  font-weight: bold;
  font-style: italic;
  font-size: 9px;
  text-align: left;
  color: #ec464f;
  margin-top: 10px;
  z-index: 2;
}
.cart-modal-group__deleted-issue-message {
  font-family: var(--font-default);
  font-weight: bold;
  font-style: italic;
  font-size: 9px;
  text-align: left;
  color: #ec464f;
  margin: 10px 0 10px;
  z-index: 2;
  text-transform: capitalize;
}
.cart-modal-group__media {
  margin-bottom: 2px;
  height: 96px;
  width: 96px;
  overflow: hidden;
  border-radius: 5px;
  background: white;
  background-image: url(476504278ea95b20a46a.png);
  background-position: center;
  background-size: 110% 100%;
  background-repeat: no-repeat;
}
.cart-modal-group__media img {
  width: 100%;
  height: 100%;
}
.cart-modal-group__content {
  margin-right: 15px;
  width: 100%;
}
.cart-modal-group__title, .cart-modal-group__deleted-issue-title {
  margin-bottom: 10px;
  font-family: "SF Pro Text";
  font-weight: 800;
  font-size: 18px;
  text-align: left;
  color: #000;
  min-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cart-modal-group__deleted-issue-title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 0.68;
}
.cart-modal-group__delete-issue {
  padding: 5px 10px;
  border-radius: 3px;
  background: #ec464f;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 8px;
  text-align: left;
  color: #fff;
  border: none;
}
.cart-modal-group__text-content {
  display: flex;
}
.cart-modal-group__info {
  display: flex;
  flex-direction: column;
  flex: 1 0 140px;
  padding-top: 8px;
  width: 100%;
}
.cart-modal-group__price {
  font-weight: 800;
  font-size: 20px;
  text-align: left;
  color: #38b04a;
  min-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cart-modal-group__category {
  margin-bottom: 2px;
  font-weight: bold;
  font-size: 15px;
  text-align: left;
  color: #65707b;
  text-transform: capitalize;
  max-width: 140px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cart-modal-group__status {
  display: flex;
  align-items: center;
  padding-left: 11px;
  width: 119.66px;
  height: 25.29px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #aaa;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 9px;
  text-align: left;
  color: #161616;
}
.cart-modal-group__description {
  word-break: break-all;
  font-family: var(--font-default);
  font-weight: 400;
  font-size: 13px;
  text-align: left;
  color: #65707b;
  max-height: 60px;
  overflow-y: auto;
  white-space: pre-wrap;
}
.cart-modal-group__description-container {
  flex: 1 0 calc(100% - 140px);
}
.cart-modal-group__close {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  right: 18px;
}
.cart-modal-group__close .group-close {
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716.969%27 height=%2716.969%27 viewBox=%270 0 16.969 16.969%27%3E%3Cpath id=%27xmark-solid%27 d=%27M16.189,109.81a1.667,1.667,0,1,1-2.357,2.357l-5.493-5.49-5.492,5.489a1.668,1.668,0,1,1-2.359-2.359l5.494-5.494L.489,98.822a1.668,1.668,0,0,1,2.359-2.359l5.492,5.5,5.494-5.494a1.668,1.668,0,0,1,2.359,2.359L10.7,104.319Z%27 transform=%27matrix%281, -0.017, 0.017, 1, -1.675, -95.669%29%27 fill=%27%23ec464f%27/%3E%3C/svg%3E%0A");
}

#issue-status-dropdown-container {
  min-width: 100%;
  width: max-content;
}
/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/Modal/components/BurgerMenu/index.scss ***!
  \*****************************************************************************************************************************************/
.change-company-popup {
  display: none;
  position: absolute;
  max-height: 100%;
  border-bottom: 1px solid gray;
  border-top: 1px solid gray;
  border-radius: 5px;
}

.change-company-popup.show {
  display: flex;
  bottom: 0px;
  right: 340px;
}
@media (max-width: 545px) {
  .change-company-popup.show {
    right: 0px;
    max-width: 330px;
    width: 100%;
    bottom: 135px;
    max-height: calc(100% - 135px);
  }
}

.burger-menu {
  background: none;
  left: inherit;
  right: 0;
  justify-content: flex-end;
  filter: drop-shadow(-20px 0px 20px rgba(0, 0, 0, 0.16));
}
.burger-menu .modal__container {
  width: 329px;
  height: 100%;
  border-radius: 0;
  border: 1px solid #aaa;
}
.burger-menu .modal__background {
  background: none;
}
.burger-menu .burger__container {
  display: flex;
  background-color: #e4e4e4;
  overflow-y: hidden;
}
.burger-menu .burger__upper-block {
  padding: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.burger-menu .burger__header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.burger-menu .burger__profile {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.burger-menu .burger__profile-email {
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  color: #000;
}
.burger-menu .burger__main-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.burger-menu .burger__menu-block {
  width: 100%;
}
.burger-menu .burger__menu-block .burger__item:nth-child(2) {
  border-bottom: 1px solid #aaa;
}
.burger-menu .burger__bottom-block {
  width: 100%;
  position: relative;
  margin-top: auto;
}
.burger-menu .burger__item, .burger-menu .burger__item-with-link > a {
  text-decoration: none;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 20px;
  border-top: 1px solid #aaa;
  cursor: pointer;
}
.burger-menu .burger__item.burger__item--disabled, .burger-menu .burger__item-with-link > a.burger__item--disabled {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 20px;
  border-top: 1px solid #aaa;
  cursor: default;
}
.burger-menu .burger__item.burger__item--disabled .burger__item-icon,
.burger-menu .burger__item.burger__item--disabled .burger__item-title, .burger-menu .burger__item-with-link > a.burger__item--disabled .burger__item-icon,
.burger-menu .burger__item-with-link > a.burger__item--disabled .burger__item-title {
  color: grey;
  fill: grey;
}
.burger-menu .burger__item.burger__item--disabled:hover, .burger-menu .burger__item-with-link > a.burger__item--disabled:hover {
  background-color: transparent;
}
.burger-menu .burger__item.burger__item--disabled:hover .burger__item-icon,
.burger-menu .burger__item.burger__item--disabled:hover .burger__item-title, .burger-menu .burger__item-with-link > a.burger__item--disabled:hover .burger__item-icon,
.burger-menu .burger__item-with-link > a.burger__item--disabled:hover .burger__item-title {
  fill: grey;
  color: grey;
}
.burger-menu .burger__item.burger__item--bottom .burger__item-block > .burger__item-title, .burger-menu .burger__item-with-link > a.burger__item--bottom .burger__item-block > .burger__item-title {
  font-size: 14px;
}
.burger-menu .burger__item:hover, .burger-menu .burger__item-with-link > a:hover {
  background-color: #fff;
}
.burger-menu .burger__item:hover .burger__item-icon,
.burger-menu .burger__item:hover .burger__item-title,
.burger-menu .burger__item:hover #cart-shopping-solid,
.burger-menu .burger__item:hover #map-pin-solid, .burger-menu .burger__item-with-link > a:hover .burger__item-icon,
.burger-menu .burger__item-with-link > a:hover .burger__item-title,
.burger-menu .burger__item-with-link > a:hover #cart-shopping-solid,
.burger-menu .burger__item-with-link > a:hover #map-pin-solid {
  fill: #38b04a;
  color: #38b04a;
}
.burger-menu .burger__item-icon, .burger-menu .burger__item-with-link > a-icon {
  width: 30px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.burger-menu .burger__item-icon:not(:first-child), .burger-menu .burger__item-with-link > a-icon:not(:first-child) {
  margin-right: 20px;
}
.burger-menu .burger__item-title, .burger-menu .burger__item-with-link > a-title {
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 18px;
  color: #000;
}
.burger-menu .burger__item-title-terms a, .burger-menu .burger__item-with-link > a-title-terms a {
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 14px;
  text-align: right;
  color: #000;
  text-decoration: none;
}
.burger-menu .burger__item-title-terms > a:hover, .burger-menu .burger__item-with-link > a-title-terms > a:hover {
  color: #38b04a;
}
.burger-menu .burger__item-number, .burger-menu .burger__item-with-link > a-number {
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 10px;
  color: #757575;
  opacity: 0.81;
}
.burger-menu .burger__item-block, .burger-menu .burger__item-with-link > a-block {
  display: flex;
  flex-direction: column;
}
.burger-menu .burger__item--bottom-logout, .burger-menu .burger__item-with-link > a--bottom-logout {
  display: flex;
  width: 100%;
  padding: 20px;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  border-top: 1px solid #aaa;
}
.burger-menu .burger__item--bottom-logout-block, .burger-menu .burger__item-with-link > a--bottom-logout-block {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.burger-menu .burger__item--bottom-logout-block .burger__item-title, .burger-menu .burger__item-with-link > a--bottom-logout-block .burger__item-title {
  font-size: 14px;
}
.burger-menu .burger__item--bottom-logout-block .burger__item-icon, .burger-menu .burger__item-with-link > a--bottom-logout-block .burger__item-icon {
  margin-right: 5px;
}
.burger-menu .burger__item--bottom-logout-block:hover .burger__item-title,
.burger-menu .burger__item--bottom-logout-block:hover .burger__item-icon, .burger-menu .burger__item-with-link > a--bottom-logout-block:hover .burger__item-title,
.burger-menu .burger__item-with-link > a--bottom-logout-block:hover .burger__item-icon {
  fill: #38b04a;
  color: #38b04a;
}
/*!*************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/Modal/components/ChangeCompanyModal/index.scss ***!
  \*************************************************************************************************************************************************/
.change-company__title {
  padding: 24px;
  width: 100%;
  color: #38b04a;
  background-color: #e4e4e4;
  text-align: left;
  border-bottom: 1px solid #aaa;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}
.change-company__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 327px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #eaeaea;
  overflow-y: auto;
  z-index: 9999;
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.change-company__company-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.change-company__item, .change-company__item-with-link > a {
  text-decoration: none;
  background-color: #e4e4e4;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 20px;
  border-top: 1px solid #aaa;
  cursor: pointer;
}
.change-company__item.burger__item--bottom .burger__item-block > .burger__item-title, .change-company__item-with-link > a.burger__item--bottom .burger__item-block > .burger__item-title {
  font-size: 14px;
}
.change-company__item:hover, .change-company__item-with-link > a:hover {
  background-color: #fff;
}
.change-company__item:hover .burger__item-icon,
.change-company__item:hover .burger__item-title,
.change-company__item:hover #cart-shopping-solid,
.change-company__item:hover #map-pin-solid, .change-company__item-with-link > a:hover .burger__item-icon,
.change-company__item-with-link > a:hover .burger__item-title,
.change-company__item-with-link > a:hover #cart-shopping-solid,
.change-company__item-with-link > a:hover #map-pin-solid {
  fill: #38b04a;
  color: #38b04a;
}
.change-company__item-icon, .change-company__item-with-link > a-icon {
  margin-right: 20px;
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.change-company__item-icon img, .change-company__item-with-link > a-icon img {
  height: 32px;
  width: 32px;
  object-fit: cover;
}
.change-company__item-title, .change-company__item-with-link > a-title {
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 18px;
  color: #000;
}
.change-company__item-title-terms a, .change-company__item-with-link > a-title-terms a {
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 14px;
  text-align: right;
  color: #000;
  text-decoration: none;
}
.change-company__item-title-terms > a:hover, .change-company__item-with-link > a-title-terms > a:hover {
  color: #38b04a;
}
.change-company__item-number, .change-company__item-with-link > a-number {
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 10px;
  color: #757575;
  opacity: 0.81;
}
.change-company__item-block, .change-company__item-with-link > a-block {
  display: flex;
  flex-direction: column;
}
.change-company__item--bottom-logout, .change-company__item-with-link > a--bottom-logout {
  display: flex;
  width: 100%;
  padding: 20px;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  border-top: 1px solid #aaa;
}
.change-company__item--bottom-logout-block, .change-company__item-with-link > a--bottom-logout-block {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.change-company__item--bottom-logout-block .burger__item-title, .change-company__item-with-link > a--bottom-logout-block .burger__item-title {
  font-size: 14px;
}
.change-company__item--bottom-logout-block .burger__item-icon, .change-company__item-with-link > a--bottom-logout-block .burger__item-icon {
  margin-right: 5px;
}
.change-company__item--bottom-logout-block:hover .burger__item-title,
.change-company__item--bottom-logout-block:hover .burger__item-icon, .change-company__item-with-link > a--bottom-logout-block:hover .burger__item-title,
.change-company__item-with-link > a--bottom-logout-block:hover .burger__item-icon {
  fill: #38b04a;
  color: #38b04a;
}
.change-company__item.current {
  background-color: #fff;
}
.change-company__item.current:hover {
  background-color: #fff;
}
/*!**********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/Modal/components/OrderSavedModal/index.scss ***!
  \**********************************************************************************************************************************************/
.order-saved-modal__header {
  padding: 30px 30px 20px;
  width: 100%;
  display: flex;
  align-items: center;
}
.order-saved-modal__title {
  font-weight: bold;
  font-size: 21px;
  text-align: left;
  color: #212e3f;
}
.order-saved-modal__form {
  margin: 0 0 20px;
  padding: 0 28px;
  width: 100%;
  margin-bottom: 0;
}
.order-saved-modal .modal__container_order-saved {
  background: #f2f5fd;
  width: 520px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-height: 250px;
  height: auto;
  border-radius: 5px;
  z-index: 9999;
  position: relative;
}
.order-saved-modal .modal__close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716.969%27 height=%2716.969%27 viewBox=%270 0 16.969 16.969%27%3E%3Cpath id=%27xmark-solid%27 d=%27M16.189,109.81a1.667,1.667,0,1,1-2.357,2.357l-5.493-5.49-5.492,5.489a1.668,1.668,0,1,1-2.359-2.359l5.494-5.494L.489,98.822a1.668,1.668,0,0,1,2.359-2.359l5.492,5.5,5.494-5.494a1.668,1.668,0,0,1,2.359,2.359L10.7,104.319Z%27 transform=%27matrix%281, -0.017, 0.017, 1, -1.675, -95.669%29%27 fill=%27%23aaa%27/%3E%3C/svg%3E%0A");
}
.order-saved-modal .form__text-box {
  padding-bottom: 25px;
  margin-bottom: 28px;
  font-family: var(--font-default);
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  color: #212e3f;
  text-align: left;
  color: #212e3f;
  border-bottom: 1px solid #eaeaea;
}
.order-saved-modal .form__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 0 28px;
}
.order-saved-modal .form__actions .order-saved-modal__close-button {
  width: 86.15px;
  height: 42px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #38b04a;
  color: #38b04a;
  cursor: pointer;
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 14px;
}
.order-saved-modal .form__actions .order-saved-modal__action-button {
  width: 134.77px;
  height: 42px;
  border-radius: 5px;
  background: #38b04a;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  margin-left: 9.4px;
  color: #fff;
  cursor: pointer;
  font-family: var(--font-default);
  font-weight: bold;
  font-size: 14px;
}

@media screen and (max-height: 1220px) {
  .order-saved-modal .modal__container_order-saved {
    max-height: 250px;
    height: auto;
    overflow: auto;
  }
}
