@font-face {
  font-family: "Inter";
  font-weight: 700;
  src: url("../fonts/InterBold.eot");
  src: url("../fonts/InterBold.eot") format("embedded-opentype"), url("../fonts/InterBold.woff2") format("woff2"), url("../fonts/InterBold.woff") format("woff"), url("../fonts/InterBold.ttf") format("truetype");
}

@font-face {
  font-family: "Work Sans";
  font-weight: 800;
  src: url("../fonts/WorkSansExtraBold.eot");
  src: url("../fonts/WorkSansExtraBold.eot") format("embedded-opentype"), url("../fonts/WorkSansExtraBold.woff2") format("woff2"), url("../fonts/WorkSansExtraBold.woff") format("woff"), url("../fonts/WorkSansExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Work Sans";
  font-weight: 700;
  src: url("../fonts/WorkSansBold.eot");
  src: url("../fonts/WorkSansBold.eot") format("embedded-opentype"), url("../fonts/WorkSansBold.woff2") format("woff2"), url("../fonts/WorkSansBold.woff") format("woff"), url("../fonts/WorkSansBold.ttf") format("truetype");
}

@font-face {
  font-family: 'Work Sans';
  font-weight: 600;
  src: url("../fonts/WorkSansSemiBold.eot");
  src: url("../fonts/WorkSansSemiBold.eot") format("embedded-opentype"), url("../fonts/WorkSansSemiBold.woff2") format("woff2"), url("../fonts/WorkSansSemiBold.woff") format("woff"), url("../fonts/WorkSansSemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Work Sans";
  font-weight: 500;
  src: url("../fonts/WorkSansMedium.eot");
  src: url("../fonts/WorkSansMedium.eot") format("embedded-opentype"), url("../fonts/WorkSansMedium.woff2") format("woff2"), url("../fonts/WorkSansMedium.woff") format("woff"), url("../fonts/WorkSansMedium.ttf") format("truetype");
}

@font-face {
  font-family: 'Work Sans';
  font-weight: 400;
  src: url("../fonts/WorkSansRegular.eot");
  src: url("../fonts/WorkSansRegular.eot") format("embedded-opentype"), url("../fonts/WorkSansRegular.woff2") format("woff2"), url("../fonts/WorkSansRegular.woff") format("woff"), url("../fonts/WorkSansRegular.ttf") format("truetype");
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  height: 100%;
  min-height: 100%;
}

body {
  background-color: #000000;
  color: #000000;
  height: 100%;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  min-height: 100%;
  padding: 0;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
input,
textarea,
p,
ul,
li,
button {
  margin: 0;
  padding: 0;
}

h1 {
  font-family: "Work Sans", sans-serif;
  font-size: 42px;

  color: #FFE516;
}

h2 {
  font-size: 45px;

  color: #FFE516;
}

h3 {
  font-size: 24px;

  color: #FFFFFF;
}

h4 {
  font-size: 22px;

  color: #FFFFFF;
}

h5 {
  font-size: 20px;

  color: #FFFFFF;
}

li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

p {
  color: #FFFFFF;
}

input:focus,
input:active,
textarea:focus,
textarea:active,
select:focus,
select:active {
  outline: none;
}

input {
  font-size: inherit;

  -webkit-box-shadow: inset 0 0 0 500px #acacaa !important;
}

button {
  border: none;
  font-size: inherit;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  height: 54px;
  left: -22px;
  opacity: 0;
  position: absolute;
  padding: 0;
  width: 100%;
}

#id-new-order-wizard {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  height: 100vh;
}

.u-mt-1 {
  margin-top: 10px;
}

.u-mb-1 {
  margin-bottom: 10px;
}

.u-mr-1 {
  margin-right: 10px;
}

.u-ml-1 {
  color: #FFFFFF;
  margin-left: 10px;
}

.u-mt-2 {
  margin-top: 20px;

  color: #FFFFFF;
}

.u-mb-2 {
  margin-bottom: 20px;

  color: #FFFFFF;
}

.u-mr-2 {
  margin-right: 20px;
}

.u-mb-3 {
  margin-bottom: 30px;

  color: #FFFFFF;
}

.mt-auto {
  margin-bottom: 30px;

  color: #FFE516;
}

.lead {
  color: #FFFFFF;
}

.text-center {
  color: #FFFFFF;
}

.line {
  color: #1B1919;
}

.navbar-brand {
  color: #FFFFFF;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Button-main {
  cursor: pointer;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  padding: 14px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;

  color: black;
  background-color: #FFE516;

  font-family: "Inter", sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.Button-main--dashboard {
  padding: 10px 16px;

  border-radius: 8px;

  color: black;
  background-color: #FFE516;
}

.Button-arrow {
  margin-left: 25px;
}

.Button-clearMapWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;

  margin-top: 20px;
}

.Button-clearMap {
  cursor: pointer;
  justify-self: flex-end;
}

.Button-delete {
  cursor: pointer;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  color: #FFFFFF;
}

.Button-cancelOrderModal {
  cursor: pointer;

  padding: 10px 0;
  width: 90px;

  border-radius: 8px;

  font-size: 18px;
  font-weight: 700;
}

.Button-cancelOrderModal:not(:last-of-type) {
  margin-right: 25px;
}

.Button-cancelOrderModal--no {
  color: #FFFFFF;
  background: #FFE516;
}

.Button-closeModal {
  cursor: pointer;

  z-index: 20;
  position: absolute;
  right: 40px;
  top: 40px;
}

.Form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;

  margin-bottom: 25px;
}

.Form-login {
  margin-bottom: 50px;
}

.Heading {
  position: relative;

  color: #FFE516;
}

.Heading::before {
  position: absolute;
  height: 36px;
  left: -67px;
  top: 7px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  width: 36px;

  border-radius: 50px;
  border: 2px solid black;

  color: #FFE516;

  font-size: 22px;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Heading-area::before {
  content: "1";
}

.Heading-period::before {
  content: "2";
}

.Heading-analysis::before {
  content: "3";
}

.Heading-dataSource::before {
  content: "4";
}

.Heading-h2 {
  margin-bottom: 40px;

  color: #FFE516;
}

.Heading-h2--orders {
  margin-bottom: 24px;
}

.Heading-h2--order {
  margin-bottom: 5px;

  color: #FFE516;
}

.Heading-h4 {
  margin-bottom: 15px;

  color: #FFFFFF;
}

.Input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  padding: 15px 10px 15px 35px;
  width: 100%;

  border: none;

  background-color: #ACACAA;

  font-weight: 400;
}

.Input-field {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin-bottom: 5px;
  padding: 12px 9px;

  background-color: #B6A30F;
}

input[type=checkbox] {
  position: relative;
  cursor: pointer;
}
input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;

  width: 12px;
  height: 12px;

  border: 1px solid #555555;

  background-color: white;
}
input[type=checkbox]:checked:after {
  position: absolute;
  top: -1px;
  left: 5px;

  content: "";
  display: block;

  width: 5px;
  height: 10px;

  border: solid black;
  border-width: 0 2px 2px 0;

  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.Input-radio,
.Input-checkbox {
  cursor: pointer;

  margin-right: 12px;
}

.Input-radio {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.Input-radio:checked + .Input-radioLabel::before {
  height: 6px;
  width: 6px;

  border: 4px solid #1B1919;
}

.Input-radioLabel {
  cursor: pointer;
  position: relative;

  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  padding-left: 22px;

  color: #303030;
}

.Input-radioLabel::before {
  position: absolute;
  top: 4px;
  left: 0;
  bottom: 1px;

  content: "";
  display: inline-block;
  -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1), inset 0px 0px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1), inset 0px 0px 2px rgba(0, 0, 0, 0.1);

  height: 12px;
  width: 12px;

  border: 0.5px solid rgba(0, 0, 0, 0.15);

  background: #ffffff;
}

.Input-radioLabel--fs16 {
  font-size: 16px;
}

.Input-radioLabel--fs16::before {
  top: 3px;
}

.Input-checkboxLabel {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  color: #1B1919;
}

.Input-wrapper {
  position: relative;

  width: 100%;
}

.Input-label {
  margin-bottom: 10px;

  font-weight: 600;
}

.Input-dataPicker {
  color: rgba(48, 48, 48, 0.5);
}

.Input-calendarIcon {
  opacity: 0.6;

  position: absolute;
  left: 10px;
  top: 22px;
}

.Input-url {
  margin-bottom: 25px;
  padding-left: 15px;

  border: 1px solid rgba(0, 0, 0, 0.1);

  background-color: #FFFFFF;
}

.Input-authWrapper {
  margin-bottom: 25px;
}

.Input-auth {
  padding: 18px 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  border: 1px solid rgba(0, 0, 0, 0.1);

  background: #ACACAA;
}

.Input-auth::placeholder {
  color: #FFFFFF;
}

.Input-auth::-webkit-input-placeholder {
  opacity: 0.3;
}

.Input-auth::-moz-placeholder {
  opacity: 0.3;
}

.Input-auth:-ms-input-placeholder {
  opacity: 0.3;
}

.Input-auth::-ms-input-placeholder {
  opacity: 0.3;
}

.Input-auth::placeholder {
  opacity: 0.3;
}

.Input-auth:not(:last-of-type) {
  margin-bottom: 5px;
}

.Input-profileWrapper {
  position: relative;
  width: 100%;
}

.Input-profileWrapper-width50 {
  width: 50%;
}

.Input-profile {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-bottom: 9px;
  padding-left: 8px;
  padding-top: 30px;

  border: 1px solid rgba(0, 0, 0, 0.1);

  background: #ACACAA;

  font-weight: 700;
}

.Input-profile--phone {
  padding-left: 100px;
}

.Input-profile--padding15 {
  padding-bottom: 15px;
  max-height: 62px;
}

.Input-profileLabel {
  opacity: 0.8;
  position: absolute;
  top: 7px;
  left: 8px;

  font-size: 16px;

  color: black;
}

.Modal {
  opacity: 0;
  z-index: 10;
  pointer-events: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;

  position: fixed;
  left: 0;
  top: 0;

  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  height: 100vh;
  width: 100vw;

  background: rgba(29, 29, 29, 0.15);
}

.Modal-content {
  -webkit-box-shadow: 0px 20px 70px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 70px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;

  overflow: hidden;
  overflow-y: auto;

  width: 750px;
  max-height: 90vh;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;

  border-radius: 12px;
}

.Modal-content--active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.Modal-active {
  opacity: 1;

  pointer-events: all;
}

.Modal-modalMap {
  height: 681px;
}

.Modal-modalCoordinates {
  padding: 50px 45px;
  width: 100%;

  background: #FFFFFF;
}

.Modal-summary {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  padding: 50px 0;

  background: #FFFFFF;
}

.Modal-summaryText {
  margin-bottom: 25px;

  color: #000000;

  font-weight: 500;
}

.Note-icon {
  cursor: pointer;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;

  height: 27px;
  width: 27px;

  border: 1px solid #9D9D9D;
  border-radius: 50px;

  color: #9D9D9D;

  font-weight: 700;
  font-size: 15px;
}

.Note-icon:hover + .Note-tooltip {
  display: block;
}

.Note-tooltip {
  color: black;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;

  position: absolute;
  top: 34px;

  -webkit-box-shadow: 0px 35px 100px rgba(21, 21, 18, 0.2);
          box-shadow: 0px 35px 100px rgba(21, 21, 18, 0.2);
  display: none;

  padding: 12px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  right: -74px;
  width: 200px;

  border-radius: 12px;

  background: -webkit-gradient(linear, left bottom, left top, from(rgba(249, 249, 249, 0.5)), to(rgba(249, 249, 249, 0.5))), #ffffff;
  background: -o-linear-gradient(bottom, rgba(249, 249, 249, 0.5), rgba(249, 249, 249, 0.5)), #ffffff;
  background: linear-gradient(0deg, rgba(249, 249, 249, 0.5), rgba(249, 249, 249, 0.5)), #ffffff;

  font-size: 16px;
  line-height: 19px;
}

.Note-areaSelect {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;

  margin-bottom: 10px;

  color: white;
}

.Section {
  max-width: 1440px;

  margin: 0 auto;
  padding: 70px;
}

.Section-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Section-messages {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  height: 100%;
}

.Section-content {
  min-width: 600px;
}

.Section-content--user {
  -ms-flex-item-align: center;
      align-self: center;

  max-width: 580px;
  min-width: 580px;
}

.Section-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-content: space-between;

  max-width: 100vw;
  min-height: 100vh;
  padding: 40px 70px;

  background-color: black;
}

.Select {
  border: none;
}

.Select-phoneWrapper {
  overflow: hidden;

  position: absolute;
  top: 27px;
  left: 9px;

  width: 80px;

  border-radius: 5px;

  background: rgba(0, 0, 0, 0.1);
}

.Select-phone {
  height: 24px;
  padding: 4px;

  background: #FFE516;
}

.Select-companySize {
  position: absolute;

  padding: 5px;
  width: 100%;
}

.Select-option {
  font-size: 12px;
}

.Select-countryWrapper {
  position: relative;
}

.Select-country {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;

  padding-right: 20px;

  font-size: 16px;
  font-weight: inherit;

  background-color: #FFE516;
}

.Select-arrow {
  z-index: 1;

  position: absolute;
  right: 0;
  top: 9px;
}

.Select-arrow--company {
  top: 26px;
  right: 18px;
}

.Select-arrow--phone {
  top: 11px;
  right: 6px;

  width: 9px;
}

.Sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;

  padding-left: 70px;
  margin-right: 210px;
}

.Sidebar-logo {
  width: 100px;
}

.Sidebar-heading {
  margin-bottom: 20px;
  padding-left: 12px;

  color: #FFE516;
}

.Sidebar-newOrderNnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;

  margin-bottom: 10px;
}

.Sidebar-newOrderLink {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin-bottom: 6px;
  padding: 8px 13px;
}

.Sidebar-newOrderStep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  margin-right: 12px;
  height: 26px;
  width: 26px;

  border-radius: 50px;

  background-color: #FFE516;

  font-size: 14px;
  font-weight: 500;
}

.Sidebar-navlink--active .Sidebar-newOrderLink {
  color: #FFFFFF;
  background: #FFE516;

  font-weight: 800;
}

.Sidebar-navlink--active .Sidebar-newOrderStep {
  background: #FFFFFF;
  color: #FFE516;
}

.Sidebar-summaryLink {
  margin-bottom: 24px;
  padding: 10px 16px;

  color: black;
  background: #FFE516;

  font-weight: 800;
}

.Sidebar-links {
  padding: 26px 0;

  border-bottom: 1px solid #B6A30F;
  border-top: 1px solid #B6A30F;
}

.Sidebar-links--min {
  padding: 16px 0;
  width: 165px;
}

.Sidebar-link {
  cursor: pointer;

  padding: 8px 0 8px 12px;

  color: #FFFFFF;
}

.Sidebar-link--active {
  color: black;
  background: #FFE516;
}

.Sidebar-link--padding11 {
  padding: 11px 0 8px 12px;
}

.Textarea {
  resize: none;
  white-space: pre-wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  margin-bottom: 25px;
  padding: 10px 13px;
  width: 100%;
  height: 230px;

  border: 1px solid rgba(0, 0, 0, 0.1);

  background: #ACACAA;

  font-family: inherit;
  font-size: inherit;
}

.Textarea:not(:-moz-placeholder-shown):not(:focus) + .Textarea-placeholder {
  display: block;
}

.Textarea:not(:-ms-input-placeholder):not(:focus) + .Textarea-placeholder {
  display: block;
}

.Textarea:not(:placeholder-shown):not(:focus) + .Textarea-placeholder {
  display: block;
}

.Textarea-wrapper {
  position: relative;
}

.Textarea-placeholder {
  opacity: 0.2;

  position: absolute;
  top: 10px;
  left: 13px;

  display: none;

  font-style: inherit;
  font-size: 16px;
}

.Textarea-profile {
  height: 110px;
  margin-bottom: 0;
  padding-left: 8px;
  padding-top: 30px;

  -webkit-box-shadow: inset 0 0 0 1000px #acacaa !important;

  font-weight: 700;
}

.Warning-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin-bottom: 25px;
}

.Warning-wrapper--user {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;

  margin-bottom: 15px;
  margin-top: 10px;
}

.Warning-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  height: 25px;
  width: 25px;
  min-width: 25px;

  border-radius: 50px;

  color: #FFFFFF;
  background-color: #FF000D;
}

.Warning-icon--input {
  position: absolute;
  right: 10px;
  top: 18px;

  display: none;
}

.Warning-icon--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Warning-icon-message {
  margin-right: 12px;
}

.Warning-message {
  font-weight: 600;
}

.Warning-message--user {
  font-size: 16px;
  font-weight: 500;
}

.Warning-alert {
  margin-bottom: 20px;
  padding: 18px 15px;

  border-radius: 12px;

  color: #FFFFFF;
}

.Warning-alert--info {
  border: 1px solid rgba(122, 167, 209, 0.7);

  background: rgba(122, 167, 209, 0.5);
}

.Warning-alert--error {
  border: 1px solid rgba(255, 0, 13, 0.5);

  background: rgba(255, 0, 13, 0.3);
}

.Warning-alert--warning {
  border: 1px solid #fff173;

  background: rgba(255, 241, 115, 0.5);
}

.Area {
  color: #303030;
}

.Area-select {
  margin-bottom: 25px;
}

.Area-note {
  opacity: 0.7;

  max-width: 600px;
  margin-bottom: 15px;

  color: #FFFFFF;

  font-size: 16px;
}

.Area-map {
  width: 100%;
  height: 480px;
  margin-bottom: 25px;

  background-color: #F5F5F5;
}

.Area-fileOutput {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;

  margin-bottom: 20px;
  width: 100%;
}

.Area-upload {
  position: relative;

  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  height: 150px;
  margin-bottom: 25px;
  padding: 33px 0;

  border: 1px dashed rgba(0, 0, 0, 0.2);

  background: #ACACAA;
}

.Area-text {
  margin-bottom: 7px;

  color: #FFE516;

  font-weight: 700;
}

.Area-fileType {
  opacity: 0.5;

  font-weight: 400;
  font-size: 16px;
}

.Area-uploadInput {
  opacity: 0;
  cursor: pointer;
  position: absolute;

  height: 100%;
  width: 100%;

  background: #ACACAA;
}

.Auth-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-self: flex-end;

  margin-bottom: 30px;
}

.Auth-logo {
  height: 20px;
}

.Auth-hint {
  color: #FFFFFF;
}

.Auth-aboutCompany {
  margin-right: 15px;

  color: #FFFFFF;

  font-size: 13px;
  font-weight: 400;
}

.Auth-content {
  margin-top: 70px;
}

.Auth-h1 {
  margin-bottom: 16px;

  color: #FFFFFF;

  font-size: 45px;
  font-weight: 600;
}

.Auth-h3 {
  margin-top: 30px;
  margin-bottom: 20px;

  color: #FFFFFF;
}

.Auth-changeAuthLink {
  margin-left: 16px;
  padding: 15px 16px;

  color: black;
  background-color: #FFE516;

  font-size: 21px;
  font-weight: 700;
}

.Auth-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Auth-actions > button {
  margin-right: 16px;
}

.Analysis-optonsList {
  margin-bottom: 25px;
}

.Order {
  padding: 25px;
  padding-right: 20px;

  border-radius: 8px;
  border: 1px solid #FFE516;

  background-color: #000000;
}

.Order-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Order-itemContentWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;

  width: 100%;
}

.Order-content {
  max-width: 335px;
}

.Order-dashboard {
  max-width: 147px;
  min-width: 147px;
}

.Order-title {
  margin-bottom: 5px;

  font-size: 26px;
  font-weight: 700;
}

.Order-date {
  margin-bottom: 20px;

  font-size: 16px;
}

.Order-divider {
  top: 74px;

  height: 1px;
  width: 30px;
  margin-bottom: 20px;

  background: #000;
}

.Order-subTitle {
  opacity: 0.8;

  margin-bottom: 5px;

  color: #FFE516;

  font-size: 16px;
}

.Order-areaSelectType {
  margin-bottom: 10px;

  color: #FFFFFF;
}

.Order-price {
  margin-bottom: 5px;

  color: #FFFFFF;

  font-weight: 700;
}

.Order-type {
  margin-bottom: 15px;

  font-size: 16px;
}

.Order-view {
  cursor: pointer;

  padding: 10px;

  color: #000000;
  background-color: #FFE516;

  font-size: inherit;
}

.Order-reportsTitle {
  margin-bottom: 15px;

  color: #FFE516;
}

.Order-reports {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;

  color: #FFFFFF;
}

.Order-report {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin-bottom: 14px;

  color: #FFFFFF;
}

.Order-reportDate {
  color: #FFE516;
  margin-left: 9px;
}

.Order-status {
  margin-bottom: 15px;
  padding: 5px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;

  color: #FFFFFF;

  font-weight: 700;
}

.Order-status--created,
.Order-status--reviewing {
  color: #000000;
  background: #FFE516;
}

.Order-status--processing,
.Order-status--waitingForPayment {
  background: #FFF173;
  color: inherit;
}

.Order-status--paid,
.Order-status--completed {
  color: #000000;
  background: #FFE516;
}

.Warning-alertWrapper {
  color: #FFFFFF;
}

.Period-h4 {
  margin-bottom: 5px;

  color: #FFFFFF;
}

.Period-reportType {
  margin-bottom: 25px;

  color: #FFFFFF;
}

.Period-select {
  padding-top: 20px;
}

.Period-reportFreqWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Period-reportFreqHeader {
  position: relative;

  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;

  margin-bottom: 10px;
}

.Period-fastReport,
.Period-fastDetailed {
  width: 50%;
}

.Period-fastReport {
  margin-right: 20px;
}

.Period-reportHeading {
  font-weight: 600;
}

.Period-reportFreq {
  margin-bottom: 9px;
}

.Period-noteText {
  opacity: 0.5;

  max-width: 600px;

  color: #FFFFFF;

  font-size: 16px;
}

.Period-noteText--fs20 {
  font-size: 20px;
}

.Period-noteTextWrapper {
  margin-bottom: 22px;
}

.Period-selectDateWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;

  margin-bottom: 25px;
  width: 50%;
}

.Profile-section {
  margin-bottom: 25px;
}

.Profile-h4 {
  margin-bottom: 15px;
}

.Profile-companyAddressHeading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;

  margin-bottom: 13px;
}

.Profile-changePassLink {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin-top: 45px;
  padding: 15px 10px;

  background: #FFE516;

  font-weight: 600;
}

.Profile-changePassIcon {
  margin-right: 15px;
}

.Summary-wrapper {
  margin-bottom: 15px;
}

.Summary-stepWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;

  margin-bottom: 10px;
  padding: 15px;

  background-color: #FFE516;
}

.Summary-step {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  min-width: 168px;
}

.Summary-stepNumber {
  opacity: 0.7;

  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  height: 27px;
  margin-right: 10px;
  width: 27px;

  border: 1px solid #000000;
  border-radius: 50%;

  font-size: 15px;
  font-weight: 700;
}

.Summary-title {
  opacity: 0.9;

  font-weight: 600;
}

.Summary-actions {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.Summary-mapCoordinates {
  cursor: pointer;

  height: 250px;
  width: 360px;

  background: #ffffff;
}

.Summary-outputWrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;

  width: 100%;
}

.Summary-edit {
  cursor: pointer;
}

.Summary-insertedCoordinates {
  opacity: 0.9;
}

.Summary-viewAll,
.Summary-file {
  opacity: 0.9;

  color: #FFE516;
}

.Summary-viewAll {
  cursor: pointer;
}

.Summary-file {
  margin-left: 10px;

  color: #FFE516;
}

.Summary-uploadedFile {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Summary-periodType {
  opacity: 0.9;

  margin-bottom: 10px;

  font-weight: 400;
}

.Summary-periodType--order {
  margin-bottom: 5px;

  color: #FFE516;
}

.Order .Summary-periodFrequency {
  font-weight: 700;

  color: #FFFFFF;
}

.Order .Summary-periodDate {
  font-weight: 700;

  color: #FFFFFF;
}

.Summary-periodFrequency,
.Summary-periodDate {
  font-weight: 700;

  color: #000000;
}

.Summary-analysisTypeList {
  max-width: 313px;
}

.Summary-analysisType {
  font-weight: 400;
  opacity: 0.9;
}

.Summary-analysisType:not(:last-of-type) {
  margin-bottom: 8px;
}

.Summary-analysisType--order:not(:last-of-type) {
  margin-bottom: 4px;
}

.menu {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

@media screen and (max-width: 1150px) {
  .Section {
    padding: 70px 40px;
  }

  .Sidebar {
    margin-right: 160px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 960px) {
  .Sidebar {
    margin-right: 100px;
    padding-left: 0;
  }
}

@media (max-width: 700px) {
  .Heading {
    margin-top: 18px;

    font-size: 20px;
  }

  .Section-flex {
    position: relative;
  }

  .menu-button-container {
    display: flex;
  }

  .top-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #FFE516;
    color: #000000;
    height: 50px;
    width: fit-content;
    padding: 0 15px;
    margin-right: 20px;
  }

  .Profile-changePassLink {
    width: fit-content;
    margin-top: 15px;
  }

  .Profile-companyAddressHeading {
    flex-direction: column;
  }

  .menu {
    position: absolute;
    top: 22px;
    margin-top: 50px;
    left: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background-color: #000000;
  }

  #menu-toggle ~ .menu {
    opacity: 0;
    z-index: -1;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  #menu-toggle:checked ~ .menu {
    opacity: 1;
    z-index: 1;

    height: fit-content;
    margin: 10px;

    background-color: #000000;

    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .Sidebar {
    margin-right: 15px;
  }

  .mt-auto {
    font-size: 25px;
  }

  .lead {
    font-size: 14px;
  }

  .Auth-header {
    margin-top: 20px;
  }

  .Auth-content {
    margin-top: 30px;
  }

  .Auth-h1 {
    font-size: 30px;
  }

  .Auth-h3 {
    font-size: 26px;
  }

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

  .Auth-changeAuthLink {
    margin: 0;
  }

  .Auth-hint {
    margin: 5px 0;
  }

  .Input-auth {
    padding: 10px;
  }

  .Section {
    padding: 30px;
  }

  .Section-content {
    min-width: auto;
  }

  .Section-content--user {
    min-width: auto;
  }

  .Section-messages {
    display: block;
  }

  .Section-messages .Section {
    flex-direction: column;
  }

  .Order-itemContentWrapper {
    flex-direction: column;
  }

  .Order-title {
    font-size: 18px;
  }

  .Form {
    margin-bottom: 0;
  }

  .Section-messages .menu {
    left: 81px;
  }

  .Select {
    width: 50%;
  }
}

@media screen and (max-width: 550px) {
  .Auth-actions > button {
    width: 100%
  }

  .Auth-changeAuthLink {
    box-sizing: border-box;
    width: 100%;
  }
}
