.main-layout {
  width: 80%;
  margin-left: auto;
  margin-right: auto; }
.speedSlider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: 100%; }
  .speedSlider_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%; }
  .speedSlider_cell {
    color: #7f8e99;
    font-size: 12px;
    font-weight: 700; }

.volumeBlock {
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100%;
  margin: auto; }

.volumeProgressBar {
  width: 7px;
  min-height: 10px;
  border-radius: 5px; }

.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.tag_wrapper {
  margin: 5px 0; }
  .tag_wrapper div {
    background-color: #f2f2f2;
    color: #7f8e99;
    font-size: 16px; }
  .tag_wrapper_checked div {
    border-color: #d9d9d9;
    color: white;
    background-image: -webkit-gradient(linear, left top, right top, from(#45a4db), to(#216BB4));
    background-image: -webkit-linear-gradient(left, #45a4db, #216BB4);
    background-image: -o-linear-gradient(left, #45a4db, #216BB4);
    background-image: linear-gradient(to right, #45a4db, #216BB4); }

.dark .tag_wrapper div {
  color: #7f8e99;
  background-color: #181e26; }

.dark .tag_wrapper_checked div {
  color: #ffffff;
  border-color: #27303b; }
.icon_wrapper {
  width: 18px;
  height: 18px;
  display: inline-block; }
  .icon_wrapper img {
    height: 100%; }
.donutContainer {
  position: relative;
  width: 164px;
  height: 164px; }
  .donutContainer .infoContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column; }
    .donutContainer .infoContainer h3 {
      font-size: 16px;
      font-weight: bold;
      color: #7f8e99;
      margin: 0; }
    .donutContainer .infoContainer p {
      font-size: 18px;
      font-weight: regular;
      color: #45a4db;
      margin: 0; }
.addressView {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  position: relative;
  margin: 20px auto 20px 0;
  -webkit-box-shadow: 0 2px 40px 0 rgba(233, 233, 233, 0.75);
  box-shadow: 0 2px 40px 0 rgba(233, 233, 233, 0.75); }
  .addressView:nth-child(2n) {
    margin: 20px 0 20px auto; }
  .addressView_override {
    position: absolute;
    top: 13px;
    right: 17px;
    height: 16px;
    width: 16px; }
  .addressView_header {
    width: 100%;
    background: #f1f2f2;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    .addressView_header_text {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; }
      .addressView_header_text img {
        height: 16px;
        width: 14px; }
      .addressView_header_text h2 {
        margin-bottom: 0;
        margin-left: 10px;
        color: black;
        font-size: 18px;
        font-weight: bold; }
    .addressView_header_details {
      color: #7f8e99;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      cursor: pointer; }
      .addressView_header_details img {
        margin-right: 5px;
        width: 11px;
        height: 12px; }
  .addressView_chart_wrapper {
    width: 40%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center; }
  .addressView_column {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; }
    .addressView_column_cell {
      width: 100%;
      padding: 3% 1%; }
  .addressView_row {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
  .addressView_tag {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 5px;
    -ms-flex: 1 1;
    flex: 1 1; }
    .addressView_tag p {
      margin-left: 10px;
      margin-bottom: 0;
      font-size: 16px;
      color: black; }
    .addressView_tag_row {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; }
  .addressView_cell {
    width: 48%;
    padding: 1%;
    margin-right: 2%; }
    .addressView_cell:last-child {
      margin-right: 0;
      margin-left: 2%; }
  .addressView_statistic {
    width: 60%;
    margin-left: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; }
    .addressView_statistic_title {
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; }
      .addressView_statistic_title p {
        color: #7f8e99;
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 0; }
        .addressView_statistic_title p:last-child {
          color: black;
          font-weight: bold;
          font-size: 16px;
          margin-left: 5px; }

.dark .addressView {
  -webkit-box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.75); }
  .dark .addressView_header {
    background: #181e26; }
    .dark .addressView_header_text h2 {
      color: #ffffff; }
  .dark .addressView_tag p {
    color: #7f8e99; }
  .dark .addressView_statistic_title p {
    color: #ffffff; }
    .dark .addressView_statistic_title p:first-child {
      color: #7f8e99; }
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.17s ease;
  -o-transition: all 0.17s ease;
  transition: all 0.17s ease; }
  .modal.visible {
    opacity: 1;
    z-index: 100;
    visibility: visible; }
  .modal .background {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: auto;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2); }
    .modal .background .wrapper {
      margin: 64px auto;
      width: 930px;
      background-color: #fff;
      border-radius: 4px;
      padding: 10px 17px;
      -webkit-transform: scale3d(1.05, 1.05, 1);
      transform: scale3d(1.05, 1.05, 1);
      -webkit-transition: -webkit-transform 0.17s ease;
      transition: -webkit-transform 0.17s ease;
      -o-transition: transform 0.17s ease;
      transition: transform 0.17s ease;
      transition: transform 0.17s ease, -webkit-transform 0.17s ease;
      position: relative; }
      @media screen and (max-width: 660px) {
        .modal .background .wrapper {
          width: auto;
          margin: 10px; } }
      .modal .background .wrapper.visible {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset; }
      .modal .background .wrapper .header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 0; }
        .modal .background .wrapper .header .cross {
          cursor: pointer;
          width: 20px;
          height: 20px;
          -webkit-transition: -webkit-transform 0.17s ease;
          transition: -webkit-transform 0.17s ease;
          -o-transition: transform 0.17s ease;
          transition: transform 0.17s ease;
          transition: transform 0.17s ease, -webkit-transform 0.17s ease; }
          .modal .background .wrapper .header .cross:hover {
            -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
      .modal .background .wrapper .body {
        padding: 20px 50px; }
        @media screen and (max-width: 660px) {
          .modal .background .wrapper .body {
            padding: 10px 20px; } }
  .modal.addressDetails .wrapper {
    padding: 0;
    position: relative; }
    .modal.addressDetails .wrapper .header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .modal.addressDetails .wrapper .header .cross {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 100;
        cursor: pointer;
        width: 20px;
        height: 20px;
        -webkit-transition: -webkit-transform 0.17s ease;
        transition: -webkit-transform 0.17s ease;
        -o-transition: transform 0.17s ease;
        transition: transform 0.17s ease;
        transition: transform 0.17s ease, -webkit-transform 0.17s ease; }
        .modal.addressDetails .wrapper .header .cross:hover {
          -webkit-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2); }
    .modal.addressDetails .wrapper .body {
      margin: 0;
      padding: 0; }

/* dark theme */
.dark .modal .background .wrapper {
  background: #27303b; }
.inputWrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  width: 100%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06), 0 0 9px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06), 0 0 9px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  margin-bottom: 14px; }
  .inputWrapper input {
    width: 100%;
    padding: 13px 13px 10px 13px;
    color: #7f8e99;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px; }
    .inputWrapper input::-webkit-input-placeholder {
      color: #a9b4bd; }
    .inputWrapper input:-ms-input-placeholder {
      color: #a9b4bd; }
    .inputWrapper input::-ms-input-placeholder {
      color: #a9b4bd; }
    .inputWrapper input::placeholder {
      color: #a9b4bd; }
  .inputWrapper .searchDropdown {
    position: absolute;
    z-index: 101;
    top: 50px;
    width: 100%;
    padding: 13px 0;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.12);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .inputWrapper .searchDropdown.visible {
      visibility: visible;
      opacity: 1; }
    .inputWrapper .searchDropdown .item {
      padding: 13px 13px 10px 13px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-transition: background-color 0.17s ease;
      -o-transition: background-color 0.17s ease;
      transition: background-color 0.17s ease;
      cursor: pointer; }
      .inputWrapper .searchDropdown .item:hover {
        background-color: #f6f6f6; }
      .inputWrapper .searchDropdown .item p {
        margin: 0;
        color: #7f8e99;
        font-size: 16px;
        font-weight: 500;
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease; }
      .inputWrapper .searchDropdown .item:hover p {
        color: #333; }
      .inputWrapper .searchDropdown .item span {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        color: #f5a623;
        font-size: 16px;
        font-weight: 500; }
      .inputWrapper .searchDropdown .item:hover span {
        opacity: 1; }

.dark .inputWrapper {
  background: #181e26; }
  .dark .inputWrapper input {
    color: #7f8e99;
    background: transparent !important; }
.upload {
  cursor: pointer;
  position: relative;
  height: 176px;
  width: 100%;
  border-radius: 7px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #bbc4ca), color-stop(50%, transparent)), -webkit-gradient(linear, left top, right top, color-stop(50%, #bbc4ca), color-stop(50%, transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(50%, #bbc4ca), color-stop(50%, transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(50%, #bbc4ca), color-stop(50%, transparent));
  background-image: -webkit-linear-gradient(left, #bbc4ca 50%, transparent 50%), -webkit-linear-gradient(left, #bbc4ca 50%, transparent 50%), -webkit-linear-gradient(top, #bbc4ca 50%, transparent 50%), -webkit-linear-gradient(top, #bbc4ca 50%, transparent 50%);
  background-image: -o-linear-gradient(left, #bbc4ca 50%, transparent 50%), -o-linear-gradient(left, #bbc4ca 50%, transparent 50%), -o-linear-gradient(top, #bbc4ca 50%, transparent 50%), -o-linear-gradient(top, #bbc4ca 50%, transparent 50%);
  background-image: linear-gradient(to right, #bbc4ca 50%, transparent 50%), linear-gradient(to right, #bbc4ca 50%, transparent 50%), linear-gradient(to bottom, #bbc4ca 50%, transparent 50%), linear-gradient(to bottom, #bbc4ca 50%, transparent 50%);
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 15px 2px, 15px 2px, 2px 15px, 2px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 46px; }
  .upload .hovered {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #7f8e99), color-stop(50%, transparent)), -webkit-gradient(linear, left top, right top, color-stop(50%, #7f8e99), color-stop(50%, transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(50%, #7f8e99), color-stop(50%, transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(50%, #7f8e99), color-stop(50%, transparent));
    background-image: -webkit-linear-gradient(left, #7f8e99 50%, transparent 50%), -webkit-linear-gradient(left, #7f8e99 50%, transparent 50%), -webkit-linear-gradient(top, #7f8e99 50%, transparent 50%), -webkit-linear-gradient(top, #7f8e99 50%, transparent 50%);
    background-image: -o-linear-gradient(left, #7f8e99 50%, transparent 50%), -o-linear-gradient(left, #7f8e99 50%, transparent 50%), -o-linear-gradient(top, #7f8e99 50%, transparent 50%), -o-linear-gradient(top, #7f8e99 50%, transparent 50%);
    background-image: linear-gradient(to right, #7f8e99 50%, transparent 50%), linear-gradient(to right, #7f8e99 50%, transparent 50%), linear-gradient(to bottom, #7f8e99 50%, transparent 50%), linear-gradient(to bottom, #7f8e99 50%, transparent 50%);
    height: 176px;
    width: 100%;
    border-radius: 7px;
    background-position: left top, left bottom, left top, right top;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 3px, 15px 3px, 3px 15px, 3px 15px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .upload .hovered.mouseOver {
      opacity: 1;
      background-color: rgba(0, 12, 51, 0.03); }
  .upload:hover .hovered {
    opacity: 1;
    background-color: rgba(0, 12, 51, 0.03); }
.toast {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 94px;
  z-index: 200;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 20px 0;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  -webkit-transition: opacity 0s linear 0.3s, background-color 0.5s ease, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0s linear 0.3s, background-color 0.5s ease, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s linear 0.3s, background-color 0.5s ease;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s linear 0.3s, background-color 0.5s ease;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s linear 0.3s, background-color 0.5s ease, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 0;
  cursor: pointer; }
  .toast.visible {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0.8;
    -webkit-transition: opacity 0.3s ease, background-color 0.5s ease, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: opacity 0.3s ease, background-color 0.5s ease, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease, background-color 0.5s ease;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease, background-color 0.5s ease;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease, background-color 0.5s ease, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .toast.visible:hover {
      opacity: 1; }
  .toast .close {
    position: absolute;
    right: 0;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 0 20px 40px 0;
    height: 34px;
    cursor: pointer; }
    .toast .close img {
      height: 34px;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      -o-transition: transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
      .toast .close img:hover {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1); }
  .toast * {
    color: white;
    margin: 0; }
.switchContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 4px 0;
  cursor: pointer;
  /* Checked Track (Blue) */ }
  .switchContainer p {
    margin: 0 0 0 7px;
    color: black; }
  .switchContainer .switch {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .switchContainer .switch + div {
    display: block;
    width: 32px;
    height: 16px;
    border-radius: 999px;
    background-color: #f1f2f2;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: background-color, -webkit-box-shadow;
    transition-property: background-color, -webkit-box-shadow;
    -o-transition-property: background-color, box-shadow;
    transition-property: background-color, box-shadow;
    transition-property: background-color, box-shadow, -webkit-box-shadow;
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.4); }
  .switchContainer .switch:checked + div {
    width: 32px;
    background: -webkit-gradient(linear, left top, right top, from(#43a0d8), to(#236fb6)) 0 0;
    background: -webkit-linear-gradient(left, #43a0d8, #236fb6) 0 0;
    background: -o-linear-gradient(left, #43a0d8, #236fb6) 0 0;
    background: linear-gradient(to right, #43a0d8, #236fb6) 0 0;
    -webkit-box-shadow: inset 0 0 0 10px #43a0d8;
    box-shadow: inset 0 0 0 10px #43a0d8; }
  .switchContainer .switch + div > div {
    float: left;
    width: 17px;
    height: 16px;
    border-radius: inherit;
    background: #ffffff;
    -webkit-transition-timing-function: cubic-bezier(0.54, 1.85, 0.5, 1);
    -webkit-transition-duration: 0.4s;
    -webkit-transition-property: transform, background-color, box-shadow;
    -moz-transition-timing-function: cubic-bezier(0.54, 1.85, 0.5, 1);
    -moz-transition-duration: 0.4s;
    -moz-transition-property: transform, background-color;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    pointer-events: none; }
  .switchContainer .switch:checked + div > div {
    -webkit-transform: translate3d(16px, 0, 0);
    -moz-transform: translate3d(16px, 0, 0);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); }

.dark .switchContainer .switch + div {
  background: #181e26; }

.dark .switchContainer p {
  color: #ffffff; }
.overrideBlock {
  width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-bottom: 6px;
  margin-top: 17px; }
  .overrideBlock_cell {
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-right: 60px; }
    .overrideBlock_cell:last-child {
      margin-right: 0; }
    .overrideBlock_cell img {
      height: 12px;
      width: 12px;
      margin-right: 10px; }
    .overrideBlock_cell p {
      color: #7f8e99;
      font-size: 12px;
      margin-bottom: 0; }
.badge {
  border-radius: 8px;
  width: 16px;
  height: 16px;
  background-color: #d0021b;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  font-size: 8px; }
.header_container {
  padding: 14px 0;
  width: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(#45a4db), to(#216BB4));
  background-image: -webkit-linear-gradient(right, #45a4db, #216BB4);
  background-image: -o-linear-gradient(right, #45a4db, #216BB4);
  background-image: linear-gradient(to left, #45a4db, #216BB4);
  color: white; }
  .header_container * {
    color: white; }

.header_container_isWelcome {
  background-color: transparent;
  position: absolute;
  background-image: unset; }

.header_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100%; }
  .header_row button {
    border-radius: 4px;
    font-size: 16px;
    margin-left: 20px;
    background-color: #216BB4;
    height: 40px;
    width: 78px;
    border: none;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0.85;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .header_row button:hover {
      opacity: 1;
      color: inherit; }

.header_logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 100%; }
  .header_logo_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .header_logo_row img {
      height: 40px; }
      @media screen and (max-width: 660px) {
        .header_logo_row img {
          width: 190px;
          margin-top: 10px; } }

.header_link_block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }
  .header_link_block a {
    margin: 20px;
    font-size: 16px;
    opacity: 0.7;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .header_link_block a:hover {
      opacity: 1;
      color: inherit; }
.welcome {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
  background: #216BB4;
  background: url(/static/media/bg_artefacts.466479f6.png) no-repeat left 0 bottom 0, -webkit-linear-gradient(315deg, #216BB4 15%, #45a4db 100%);
  background: url(/static/media/bg_artefacts.466479f6.png) no-repeat left 0 bottom 0, -o-linear-gradient(315deg, #216BB4 15%, #45a4db 100%);
  background: url(/static/media/bg_artefacts.466479f6.png) no-repeat left 0 bottom 0, linear-gradient(135deg, #216BB4 15%, #45a4db 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$blue', endColorstr='$lightBlue', GradientType=1); }
  .welcome * {
    color: white; }
  .welcome h1 {
    font-weight: 100;
    font-size: 60px;
    margin: 0;
    margin-bottom: 20px; }
    @media screen and (max-width: 660px) {
      .welcome h1 {
        font-size: 40px;
        font-weight: 200;
        text-align: center; } }
  .welcome input,
  .welcome button {
    border-radius: 4px;
    height: 41px;
    width: 389px;
    margin: 8px 0;
    font-size: 20px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15); }
  .welcome input {
    padding: 5px 17px;
    border: solid 1px #979797; }
  .welcome input.error {
    border-color: red; }
  .welcome button {
    padding: 5px 17px;
    margin-top: 20px;
    height: unset;
    border: none;
    background-color: #f5a623;
    cursor: pointer;
    font-weight: 700;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
    .welcome button:hover {
      background-color: #f76b1c; }
  .welcome .loginBlock {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 14px;
    height: 32px;
    width: 389px; }
    .welcome .loginBlock a {
      margin: 0 0 0 15px;
      font-weight: 700; }
.project_list {
  padding: 0 10%;
  max-width: 1900px;
  margin: 0 auto; }
  .project_list .header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0 0 0; }
    .project_list .header h1 {
      font-weight: 300;
      font-size: 30px;
      color: #333; }
    .project_list .header .rightBlock {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .project_list .header button {
      background-color: #45a4db;
      color: white;
      font-size: 16px;
      padding: 8px 15px;
      border-radius: 4px;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
      -webkit-transition: background-color 0.3s ease;
      -o-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease; }
      .project_list .header button:hover {
        background-color: #216BB4; }
  .project_list .projects_wrapper {
    margin: 50px 0 0 0; }
  .project_list .project_item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    margin: 10px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    text-align: center; }
    .project_list .project_item:hover {
      -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
    .project_list .project_item p {
      font-size: 16px; }
    .project_list .project_item .title_container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .project_list .project_item .title_container h1 {
        text-align: left;
        font-weight: 300;
        color: #45a4db;
        font-size: 35px; }
    .project_list .project_item .data_wrapper {
      margin: 40px 0 0 0; }
    .project_list .project_item .flex {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-direction: column;
      flex-direction: column; }
      .project_list .project_item .flex .addresses_count {
        font-size: 50px;
        font-weight: 100;
        margin-bottom: 0; }
    .project_list .project_item .bro_fi {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: start;
      justify-content: flex-start;
      width: 100%;
      margin: 10px; }
      .project_list .project_item .bro_fi p {
        margin: 0 0 0 15px;
        font-size: 18px; }

.option {
  cursor: pointer;
  margin: 6px 10px;
  color: #7f8e99;
  font-size: 16px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .option:hover {
    color: #292929; }
.dark .project_list {
  background: #27303b; }
  .dark .project_list .header h1 {
    color: #ffffff; }

.dark .project_item {
  -webkit-box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.75);
  background: #27303b; }
  .dark .project_item .flex .addresses_count {
    color: #ffffff; }

.dark .option:hover {
  color: #ffffff; }
.provider_progressbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 22px; }
  .provider_progressbar_header {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: calc(2em + 8px);
    margin-right: calc(-2em - 8px); }
  .provider_progressbar p {
    margin-bottom: 3px;
    color: #7f8e99;
    font-weight: normal;
    font-size: 16px; }
    .provider_progressbar p:last-child {
      color: #45a4db; }

.dark .provider_progressbar .ant-progress-inner {
  background: #181e26; }
.access_types {
  width: 45%; }
  .access_types_header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-right: calc(2em + 8px);
    margin: 0 calc(-2em - 8px) 25px 0; }
    .access_types_header span {
      color: #7f8e99;
      font-size: 16px; }
  .access_types_subtitle {
    font-size: 18px;
    color: black;
    font-weight: 400; }

.dark .access_types_subtitle {
  color: #ffffff; }
.confidence {
  width: 65%;
  height: 100%; }
  .confidence_wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; }
  .confidence_row {
    height: 45%;
    margin-bottom: 2%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
  .confidence_subtitle {
    font-size: 18px;
    color: black;
    font-weight: 400; }

.dark .confidence_subtitle {
  color: #ffffff; }
.confidence_progress_bar {
  margin-right: 15px;
  width: 22%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }
  .confidence_progress_bar_name {
    margin-left: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; }
  .confidence_progress_bar_wrapper {
    height: 106px;
    width: 10px;
    border-radius: 8px;
    background-color: #f1f2f2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; }
  .confidence_progress_bar_percent {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    border-radius: 8px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fad961), to(#f76b1c));
    background-image: -webkit-linear-gradient(top, #fad961, #f76b1c);
    background-image: -o-linear-gradient(top, #fad961, #f76b1c);
    background-image: linear-gradient(to bottom, #fad961, #f76b1c); }
    .confidence_progress_bar_percent span {
      color: white; }
  .confidence_progress_bar p {
    width: 100%;
    font-size: 16px;
    color: #7f8e99;
    margin-bottom: 0;
    text-align: left; }

.dark .confidence_progress_bar_name span {
  color: #45a4db; }

.dark .confidence_progress_bar_percent {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#43a0d8), to(#236fb6));
  background-image: -webkit-linear-gradient(top, #43a0d8, #236fb6);
  background-image: -o-linear-gradient(top, #43a0d8, #236fb6);
  background-image: linear-gradient(to bottom, #43a0d8, #236fb6); }

.dark .confidence_progress_bar_wrapper {
  background: #181e26; }
.project_toggleMode {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 0 20px 0;
  cursor: pointer; }
  .project_toggleMode img {
    width: 7px;
    height: 9px; }
  .project_toggleMode p {
    margin: 0 7px;
    font-size: 16px;
    color: #7f8e99; }

.project_icon_row {
  width: auto;
  margin-right: auto;
  margin-left: 0; }

.project_info {
  width: 65%;
  background-color: #f9fcfc; }
  .project_info_public {
    width: 100%; }
  .project_info_subtitle {
    font-size: 18px;
    color: black;
    font-weight: 400; }
  .project_info_header {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    .project_info_header h2 {
      margin-bottom: 0;
      font-size: 18px;
      color: #1b1b1b;
      font-weight: bold; }
    .project_info_header_toggleView {
      margin-left: auto;
      cursor: pointer; }
      .project_info_header_toggleView img {
        border-radius: 8px;
        height: 25px;
        width: auto; }
    .project_info_header_competion {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
      align-items: flex-end;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      width: 30%;
      margin-left: 15px; }
      .project_info_header_competion_text {
        margin-left: 5px;
        font-size: 16px;
        color: #dfa858; }
      .project_info_header_competion div span {
        vertical-align: baseline;
        color: #dfa858;
        font-weight: bold; }
  .project_info_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 60px 0 25px 0; }
    .project_info_row_percent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      margin: 30px 0 34px; }
  .project_info_address_view {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; }
    .project_info_address_view_layout {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
      align-items: flex-start; }
    .project_info_address_view_row {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; }
    .project_info_address_view_header span {
      font-weight: bold;
      font-size: 18px; }
    .project_info_address_view_header p {
      margin-left: 10px;
      display: inline;
      font-size: 18px; }
    .project_info_address_view_nav {
      width: auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; }
      .project_info_address_view_nav img {
        height: 25px;
        cursor: pointer;
        border-radius: 8px;
        margin-right: 15px; }
      .project_info_address_view_nav_dropdown {
        background: white;
        -webkit-box-shadow: 0 0 10px 0 rgba(233, 233, 233, 0.75);
        box-shadow: 0 0 10px 0 rgba(233, 233, 233, 0.75);
        color: #7f8e99;
        padding: 10px;
        border: 0;
        cursor: pointer;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: 8px;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 200px; }
  .project_info_load {
    width: 100%;
    cursor: pointer;
    border-radius: 8px;
    background-color: #d0d8dd;
    color: #27303b;
    text-align: center;
    font-size: 16px;
    padding: 12px 0;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .project_info_load div {
      margin-right: 4px; }

.dark .project_info {
  background: #27303b; }
  .dark .project_info_header {
    margin-top: 10px; }
    .dark .project_info_header h2 {
      color: #ffffff; }
  .dark .project_info_subtitle {
    color: #ffffff; }
  .dark .project_info_address_view_header p, .dark .project_info_address_view_header span {
    color: #ffffff; }
  .dark .project_info_address_view_nav .ant-menu {
    background: #27303b; }
  .dark .project_info_address_view_nav_dropdown {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #181e26; }
    .dark .project_info_address_view_nav_dropdown span {
      color: #7f8e99; }
  .dark .project_info_load {
    background: #45a4db;
    color: #ffffff; }
.project_navbar {
  width: 80%;
  margin: 6px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }
  .project_navbar button {
    border: 0;
    background-color: #fafbfd;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    display: -ms-flexbox;
    display: flex;
    font-weight: normal;
    -ms-flex-align: center;
    align-items: center;
    color: #7f8e99; }
    .project_navbar button div {
      margin-right: 7px; }
  .project_navbar .newProject {
    background-color: #45a4db;
    color: white;
    font-weight: normal;
    font-size: 16px;
    padding: 8px 15px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
    .project_navbar .newProject:hover, .project_navbar .newProject:active, .project_navbar .newProject:focus {
      background-color: #216BB4;
      color: white; }
  .project_navbar_dropdown {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .project_navbar_dropdown * {
      font-size: 16px !important; }
    .project_navbar_dropdown h2 {
      color: #333;
      font-size: 30px !important; }
    .project_navbar_dropdown_wrapper {
      position: absolute;
      left: 0;
      top: 60px;
      width: 300px;
      border-radius: 4px;
      z-index: 10000;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
      -webkit-box-shadow: 0 0 10px 7px rgba(233, 233, 233, 0.75);
      box-shadow: 0 0 10px 7px rgba(233, 233, 233, 0.75);
      background-color: white; }
      .project_navbar_dropdown_wrapper a {
        color: #7f8e99;
        display: block;
        width: 100%;
        padding: 6.5px 26px;
        background-color: #fff;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .project_navbar_dropdown_wrapper a:hover {
          background-color: rgba(0, 0, 0, 0.1); }
      .project_navbar_dropdown_wrapper span {
        margin-bottom: 26px;
        color: #7f8e99; }
  .project_navbar_header {
    cursor: pointer;
    width: auto;
    color: #f5a623;
    font-size: 30px;
    font-weight: 300;
    margin: 15px 0; }
  .project_navbar_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    .project_navbar_row button {
      color: #f5a623;
      font-weight: normal; }
      .project_navbar_row button:focus, .project_navbar_row button:hover, .project_navbar_row button:active {
        color: #f5a623;
        font-weight: normal; }

.project_badge_wrapper {
  position: relative;
  font-weight: 700; }
  .project_badge_wrapper:hover div {
    color: white; }

.project_badge {
  position: absolute;
  top: 0;
  right: 0; }
  .project_badge_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .project_badge_row p {
      margin-bottom: 0;
      font-size: 14px;
      color: rgba(0, 0, 0, 0.65);
      margin-right: 5px; }

.dark .project_navbar {
  background: #181e26;
  margin: 0;
  width: 100%;
  padding: 0 10%; }
  .dark .project_navbar button {
    background: #181e26;
    color: #7f8e99; }
    .dark .project_navbar button:hover, .dark .project_navbar button:active, .dark .project_navbar button:focus {
      font-weight: normal; }
  .dark .project_navbar .newProject {
    background-color: #45a4db;
    color: white; }
  .dark .project_navbar_header {
    color: #ffffff; }
  .dark .project_navbar_row .ant-dropdown-menu {
    background: #27303b; }
  .dark .project_navbar_dropdown_wrapper {
    background: #27303b;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.9); }
    .dark .project_navbar_dropdown_wrapper a {
      color: #ffffff;
      background: transparent; }
      .dark .project_navbar_dropdown_wrapper a:hover {
        color: #45a4db; }
.project_add_provider {
  position: relative; }
  .project_add_provider_input {
    width: 50%; }

.project_options {
  padding: 15px 3% 40px 11%;
  width: 33%;
  background-color: white;
  margin-right: 2%;
  -webkit-box-shadow: 0 0 10px 7px rgba(233, 233, 233, 0.75);
  box-shadow: 0 0 10px 7px rgba(233, 233, 233, 0.75); }
  .project_options h3 {
    font-weight: normal;
    margin: 27px 0 19px; }
  .project_options ul {
    border: 0; }
    .project_options ul li {
      background-color: white !important; }
      .project_options ul li:after {
        border: 0 !important; }
  .project_options_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
  .project_options_provider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-bottom: 10px;
    border-bottom: 1px dashed #d8d8d8; }
    .project_options_provider_column {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap; }
  .project_options_speed_slider {
    margin: 10px 0; }
  .project_options_title {
    color: black;
    font-size: 18px;
    font-weight: 400; }

.dark .project_add_provider_input {
  background: #27303b; }
  .dark .project_add_provider_input .inputWrapper {
    background: inherit; }
    .dark .project_add_provider_input .inputWrapper .icon_wrapper {
      padding: 2px 10px; }
    .dark .project_add_provider_input .inputWrapper input {
      height: 100%;
      color: #ffffff;
      background: #27303b; }

.dark .project_options {
  background: #27303b;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.09); }
  .dark .project_options_title {
    color: #ffffff; }
  .dark .project_options .ant-menu {
    background: inherit; }
    .dark .project_options .ant-menu span {
      color: #7f8e99; }
  .dark .project_options_provider {
    border-bottom: 1px dashed #181e26; }
    .dark .project_options_provider_toggle_left {
      color: #ffffff; }
.navbar_dropdown {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  .navbar_dropdown * {
    font-size: 16px !important; }
  .navbar_dropdown h2 {
    color: #333;
    font-size: 30px !important; }
  .navbar_dropdown_wrapper {
    position: absolute;
    left: 0;
    top: 60px;
    width: 300px;
    border-radius: 4px;
    z-index: 10000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-shadow: 0 0 10px 7px rgba(233, 233, 233, 0.75);
    box-shadow: 0 0 10px 7px rgba(233, 233, 233, 0.75);
    background-color: white; }
    .navbar_dropdown_wrapper a {
      color: #7f8e99;
      display: block;
      width: 100%;
      padding: 6.5px 26px;
      background-color: #fff;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .navbar_dropdown_wrapper a:hover {
        background-color: rgba(0, 0, 0, 0.1); }
    .navbar_dropdown_wrapper span {
      margin-bottom: 26px;
      color: #7f8e99; }

.dark .navbar_dropdown_wrapper {
  background: #27303b;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.9); }
  .dark .navbar_dropdown_wrapper a {
    color: #ffffff;
    background: transparent; }
    .dark .navbar_dropdown_wrapper a:hover {
      color: #45a4db; }
.speed_row {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-bottom: 15px; }
  .speed_row_progress {
    width: 86%; }
  .speed_row_header {
    width: 12%;
    margin-right: 2%;
    color: #7f8e99;
    font-weight: 700; }

.dark .speed_row_progress .ant-progress-inner {
  background: #27303b; }
.speed {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }
  .speed_metric {
    border-top: 1px solid #dedede;
    width: calc(100% - 2em - 8px); }
    .speed_metric_row {
      margin-left: 14%;
      margin-top: 10px;
      width: 86%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; }
    .speed_metric_cell {
      width: 10%; }
      .speed_metric_cell:first-child {
        padding-left: 6px; }
      .speed_metric_cell:last-child {
        width: auto; }

.dark .speed_metric {
  border-top: 1px solid #181e26; }
  .dark .speed_metric_cell {
    color: #7f8e99; }
.switch_block {
  margin-right: 10px;
  margin-bottom: 10px;
  color: black;
  font-size: 16px;
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.tag_block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 10px 0; }
.technologies_block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin: 30px 0 34px; }
  .technologies_block_wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; }
    .technologies_block_wrapper p {
      color: #7f8e99;
      cursor: pointer;
      margin-top: 10px; }
.theme_switcher {
  margin: 10px 15px;
  color: black;
  font-size: 16px;
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .theme_switcher_left {
    margin-right: 10px; }

.dark .theme_switcher_left {
  color: #ffffff; }
.top_providers {
  width: 45%;
  margin-right: 10%; }
  .top_providers_header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 25px 0;
    width: 100%;
    padding-right: calc(2em + 8px);
    margin-right: calc(-2em - 8px); }
    .top_providers_header span {
      color: #7f8e99;
      font-size: 16px; }
  .top_providers_subtitle {
    font-size: 18px;
    color: black;
    font-weight: 400; }

.dark .top_providers_subtitle {
  color: #ffffff; }
.type_block {
  width: 30%;
  margin-right: 5%; }
  .type_block_subtitle {
    font-size: 18px;
    color: black;
    font-weight: 400; }
  .type_block_row {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }

.dark .type_block_subtitle {
  color: #ffffff; }
.type_progress_bar {
  margin-right: 20px; }
  .type_progress_bar_wrapper {
    height: 220px;
    width: 95px;
    border-radius: 8px;
    background-color: #f1f2f2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; }
  .type_progress_bar_percent {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    border-radius: 8px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fad961), to(#f76b1c));
    background-image: -webkit-linear-gradient(top, #fad961, #f76b1c);
    background-image: -o-linear-gradient(top, #fad961, #f76b1c);
    background-image: linear-gradient(to bottom, #fad961, #f76b1c); }
    .type_progress_bar_percent span {
      color: white; }
  .type_progress_bar p {
    width: 100%;
    font-size: 16px;
    color: #7f8e99;
    text-align: center;
    margin-top: 6px; }

.dark .type_progress_bar_wrapper {
  background-color: #181e26; }

.dark .type_progress_bar_percent {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#43a0d8), to(#236fb6));
  background-image: -webkit-linear-gradient(top, #43a0d8, #236fb6);
  background-image: -o-linear-gradient(top, #43a0d8, #236fb6);
  background-image: linear-gradient(to bottom, #43a0d8, #236fb6); }
.toggleMode {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 0 20px 0;
  cursor: pointer; }
  .toggleMode img {
    width: 7px;
    height: 9px; }
  .toggleMode p {
    margin: 0 7px;
    font-size: 16px;
    color: #7f8e99; }

.project_container {
  width: 100%;
  background-color: #f9fcfc;
  max-width: 2000px;
  margin: 0 auto; }
  .project_container_public {
    width: 60%;
    margin-left: auto;
    margin-right: auto; }

.project_main_section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-right: 10%; }
  .project_main_section_public {
    margin-right: 0; }

.dark .project_container {
  background: #27303b; }
.toggleMode {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer; }
  .toggleMode img {
    width: 7px;
    height: 9px; }
  .toggleMode p {
    margin: 0;
    font-size: 16px;
    color: #fff; }

.landing {
  height: 100%;
  width: 100%;
  position: relative;
  padding-bottom: 119px;
  overflow: hidden; }
  @media screen and (max-width: 660px) {
    .landing {
      padding-bottom: 0; } }
  .landing_wrapper {
    z-index: 3;
    position: relative;
    background: url(/static/media/landing_top_bg.85ffa327.png) no-repeat;
    background-size: 100% 27%;
    background-position: top center; }
  .landing:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -250px;
    height: 630px;
    background-image: -webkit-gradient(linear, left top, right top, from(#45a4db), to(#216bb4));
    background-image: -webkit-linear-gradient(left, #45a4db, #216bb4);
    background-image: -o-linear-gradient(left, #45a4db, #216bb4);
    background-image: linear-gradient(to right, #45a4db, #216bb4);
    -webkit-transform: skew(0, -11deg);
    -ms-transform: skew(0, -11deg);
    transform: skew(0, -11deg); }
  .landing_header {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 14px 10% 0; }
    @media screen and (max-width: 660px) {
      .landing_header {
        -ms-flex-flow: column;
        flex-flow: column;
        padding: 65px 20px 0; } }
    .landing_header_subline {
      margin-left: auto;
      font-size: 12px;
      color: #fff;
      line-height: normal; }
    .landing_header_logo {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
      -ms-flex-pack: start;
      justify-content: flex-start;
      max-width: 100%; }
      .landing_header_logo_row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .landing_header_logo_row img {
          height: 40px;
          max-width: 100%; }
    .landing_header_nav {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 5px; }
      @media screen and (max-width: 660px) {
        .landing_header_nav {
          margin-top: 20px;
          -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
          -ms-flex-align: end;
          align-items: flex-end;
          width: 100%; } }
      .landing_header_nav a {
        margin-right: 40px; }
        @media screen and (max-width: 660px) {
          .landing_header_nav a {
            display: none; } }
      .landing_header_nav .toggleMode {
        margin-bottom: 0; }
        .landing_header_nav .toggleMode .icon_wrapper {
          height: auto; }
      .landing_header_nav button {
        background: #f5a623;
        padding: 5px 6px 4px;
        font-size: 16px;
        width: 85px;
        height: 40px;
        color: #fff;
        margin-left: 14px;
        border-radius: 4px;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.21);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.21); }
        @media screen and (max-width: 660px) {
          .landing_header_nav button {
            -ms-flex-item-align: center;
            align-self: center;
            width: 50%; } }
  .landing_video {
    width: 50%;
    margin: 50px auto; }
    @media screen and (max-width: 660px) {
      .landing_video {
        width: 90%; } }
    .landing_video h1 {
      font-size: 40px;
      font-weight: 300;
      text-align: center;
      color: #ffffff;
      line-height: normal;
      margin-bottom: 50px; }
    .landing_video_wrapper {
      -webkit-box-shadow: 0 13px 40px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 13px 40px 0 rgba(0, 0, 0, 0.1);
      background-color: #ffffff;
      width: 613px;
      margin: 0 auto;
      height: 345px; }
      @media screen and (max-width: 660px) {
        .landing_video_wrapper {
          width: 300px;
          height: 174px;
          max-width: 100%; } }
      .landing_video_wrapper video {
        width: 100%;
        height: 100%; }
  .landing_notify {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    @media screen and (max-width: 660px) {
      .landing_notify {
        -ms-flex-flow: column;
        flex-flow: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
        width: 100%; } }
    .landing_notify img {
      width: 564px;
      height: 504px;
      margin-right: 90px; }
      @media screen and (max-width: 660px) {
        .landing_notify img {
          width: 400px;
          margin-right: 0;
          height: 254px;
          padding-right: 96px; } }
    .landing_notify_form {
      margin: 0 30px 109px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap; }
      .landing_notify_form_wrapper {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #45a4db;
        z-index: 1;
        opacity: 0.5;
        top: 0; }
      .landing_notify_form_submit {
        border-radius: 4px;
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.28);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.28);
        margin-top: 32px;
        font-size: 16px;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        width: 167px;
        background: #45a4db;
        height: 40px; }
        @media screen and (max-width: 660px) {
          .landing_notify_form_submit {
            width: 100%; } }
      .landing_notify_form_early_access {
        margin-top: 32px;
        border-radius: 4px;
        -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.07);
        box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.07);
        width: 82%;
        background-color: #ffffff;
        padding: 10px; }
        @media screen and (max-width: 660px) {
          .landing_notify_form_early_access {
            width: 100%; } }
        .landing_notify_form_early_access h3 {
          margin-top: 8px;
          margin-left: 10px;
          color: #45a4db;
          font-size: 18px;
          font-weight: bold; }
          @media screen and (max-width: 660px) {
            .landing_notify_form_early_access h3 {
              font-size: 14px;
              text-align: center; } }
        .landing_notify_form_early_access p {
          margin-left: 42px;
          line-height: 25px;
          font-size: 16px;
          color: #7f8e99;
          margin-bottom: 16px; }
      .landing_notify_form h2 {
        color: #45a4db;
        font-size: 40px;
        font-weight: 300; }
        @media screen and (max-width: 660px) {
          .landing_notify_form h2 {
            font-size: 25px;
            font-weight: 600;
            margin-top: 50px;
            text-align: center !important; } }
      .landing_notify_form h4 {
        line-height: 25px;
        font-size: 16px;
        color: #7f8e99;
        font-weight: normal; }
        @media screen and (max-width: 660px) {
          .landing_notify_form h4 {
            line-height: 20px;
            font-size: 18px;
            font-weight: 600;
            margin-top: 50px;
            text-align: center; } }
      .landing_notify_form input {
        margin-top: 20px;
        width: 82%;
        color: #000;
        font-size: 16px;
        padding-bottom: 4px;
        line-height: normal;
        border-bottom: 3px solid #e5ecf7; }
        @media screen and (max-width: 660px) {
          .landing_notify_form input {
            padding-bottom: 6px;
            margin-top: 25px;
            width: 100%; } }
        .landing_notify_form input.error {
          border-color: red; }
        .landing_notify_form input::-webkit-input-placeholder {
          color: #acb1ba;
          font-weight: normal; }
        .landing_notify_form input:-ms-input-placeholder {
          color: #acb1ba;
          font-weight: normal; }
        .landing_notify_form input::-ms-input-placeholder {
          color: #acb1ba;
          font-weight: normal; }
        .landing_notify_form input::placeholder {
          color: #acb1ba;
          font-weight: normal; }
        .landing_notify_form input:focus {
          border-bottom-color: #45a4db; }
  .landing_provider {
    width: 100%;
    padding: 0 10%;
    margin-bottom: 109px; }
    @media screen and (max-width: 460px) {
      .landing_provider {
        -ms-flex-flow: column;
        flex-flow: column;
        margin-bottom: 30px; } }
    .landing_provider h2 {
      font-size: 40px;
      font-weight: 300;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: center;
      color: #45a4db;
      margin-bottom: 42px; }
      @media screen and (max-width: 460px) {
        .landing_provider h2 {
          font-size: 30px;
          font-weight: 600;
          margin-bottom: 0; } }
    .landing_provider img {
      width: 50%;
      margin: 0 25%; }
      @media screen and (max-width: 460px) {
        .landing_provider img {
          width: 0;
          margin: 0; } }
    .landing_provider_participate {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 42px; }
      .landing_provider_participate_cell {
        width: 324px; }
        @media screen and (max-width: 460px) {
          .landing_provider_participate_cell {
            width: auto;
            margin: 20px 0; } }
        .landing_provider_participate_cell h4 {
          font-weight: bold;
          color: #7f8e99;
          font-size: 16px; }
        .landing_provider_participate_cell p {
          font-size: 16px;
          margin-bottom: 14px; }
      .landing_provider_participate_row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; }
        @media screen and (max-width: 460px) {
          .landing_provider_participate_row {
            -ms-flex-flow: column;
            flex-flow: column;
            -ms-flex-pack: center;
            justify-content: center; } }
        .landing_provider_participate_row button {
          margin-top: 48px;
          width: 207px;
          height: 40px;
          margin-right: 36px;
          background: #f5a623;
          border-radius: 4px;
          -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.21);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.21);
          text-align: center;
          font-size: 16px;
          font-weight: bold;
          color: #fff; }
          @media screen and (max-width: 460px) {
            .landing_provider_participate_row button {
              margin: 10px 0; } }
        @media screen and (max-width: 460px) {
          .landing_provider_participate_row h3 {
            margin: 10px 0; } }
      .landing_provider_participate_who {
        width: 100%; }
        .landing_provider_participate_who_wrapper {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: start;
          align-items: flex-start;
          -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
          -ms-flex-pack: justify;
          justify-content: space-between;
          margin: 10px 0; }
          @media screen and (max-width: 660px) {
            .landing_provider_participate_who_wrapper {
              -ms-flex-flow: column;
              flex-flow: column;
              -ms-flex-align: center;
              align-items: center;
              -ms-flex-pack: center;
              justify-content: center;
              margin: 20px 0; } }
        .landing_provider_participate_who h3 {
          font-size: 30px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: normal;
          color: #f5a623;
          margin-bottom: 44px;
          text-align: center; }
        .landing_provider_participate_who p {
          margin-top: 16px;
          font-size: 16px;
          color: #7f8e99;
          line-height: 25px; }
          .landing_provider_participate_who p:first-child {
            margin-top: 44px; }
      .landing_provider_participate_why {
        border-radius: 4px;
        -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.07);
        box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.07);
        background-color: #ffffff;
        width: 100%;
        padding-bottom: 51px;
        padding-left: 58px;
        margin-top: 44px; }
        @media screen and (max-width: 660px) {
          .landing_provider_participate_why {
            padding: 25px;
            margin: 0; } }
        .landing_provider_participate_why h3 {
          margin-top: 47px;
          font-size: 18px;
          font-weight: bold;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: normal;
          color: #45a4db; }
          @media screen and (max-width: 660px) {
            .landing_provider_participate_why h3 {
              margin: 10px 0; } }
  .landing_footer {
    width: 100%;
    padding: 0 10%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; }
    @media screen and (max-width: 660px) {
      .landing_footer {
        padding: 25px; } }
    .landing_footer_subline {
      margin-left: auto;
      font-size: 12px;
      color: #fff;
      line-height: normal;
      text-align: right; }
    .landing_footer_logo {
      margin-left: auto;
      max-width: 100%; }
      .landing_footer_logo img {
        max-width: 100%; }
    .landing_footer_row {
      margin-top: 35px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      width: 100%; }
      .landing_footer_row p {
        font-size: 14px;
        color: #fff;
        line-height: 20px; }
    .landing_footer_nav {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; }
      .landing_footer_nav a {
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        color: #ffffff;
        margin-left: 10px; }
        .landing_footer_nav a:focus {
          text-decoration: none; }
        .landing_footer_nav a:active {
          color: #ffffff; }
  .landing_cell {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .landing_cell img {
      width: 7px;
      height: 9px;
      margin: 0; }
    .landing_cell div {
      margin-top: 2px; }
    .landing_cell p {
      margin-top: 4px;
      margin-bottom: 1px;
      margin-left: 5px;
      font-size: 16px;
      color: #7f8e99;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal; }
.modalContent > h1 {
  font-size: 35px;
  color: #45a4db;
  font-weight: 300;
  text-align: center;
  margin-bottom: 50px; }

.modalContent .list {
  width: 100%;
  min-height: 176px;
  background-color: #fafafa;
  border-radius: 4px;
  border: solid 1px #e7e7e7; }
  .modalContent .list.empty {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
    .modalContent .list.empty p {
      color: #7f8e99;
      font-size: 16px;
      font-weight: 500;
      margin: 0; }

.modalContent .dropzoneEmpty {
  color: #7f8e99;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin: 0; }

.modalContent button {
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px; }
  .modalContent button.done {
    background-color: #f5a623;
    color: white;
    margin-top: 24px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12); }
    .modalContent button.done_disabled {
      background-color: #7f8e99; }
  .modalContent button.cancel_simple {
    background: transparent;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px; }

.modalContent .providers_input_wrapper {
  height: 41px;
  width: 30%; }

.modalContent .providers_dropdown {
  background: white;
  -webkit-box-shadow: 0 0 10px 0 rgba(233, 233, 233, 0.75);
  box-shadow: 0 0 10px 0 rgba(233, 233, 233, 0.75);
  color: #7f8e99;
  padding: 10px;
  border: 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 8px;
  height: 41px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 200px; }

.modalContent .searchForProvider {
  height: 41px; }

.modalContent .switchContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .modalContent .switchContainer p {
    color: #53abde;
    font-size: 18px; }

.modalContent .toggleMode {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 0 20px 0;
  cursor: pointer; }
  .modalContent .toggleMode img {
    width: 7px;
    height: 9px; }
  .modalContent .toggleMode p {
    margin: 0 7px;
    font-size: 18px;
    color: #7f8e99; }

.modalContent .linkContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: -webkit-filter 0.8s;
  transition: -webkit-filter 0.8s;
  -o-transition: filter 0.8s;
  transition: filter 0.8s;
  transition: filter 0.8s, -webkit-filter 0.8s;
  padding: 60px 0; }
  .modalContent .linkContainer.inactive {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  .modalContent .linkContainer img {
    margin-right: 18px;
    width: 62px;
    height: 62px; }
  .modalContent .linkContainer .link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .modalContent .linkContainer .link p,
    .modalContent .linkContainer .link span > a {
      font-size: 16px;
      font-weight: 500; }
    .modalContent .linkContainer .link p {
      margin: 0;
      color: #7f8e99;
      text-align: left; }
    .modalContent .linkContainer .link span {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
      .modalContent .linkContainer .link span a {
        margin-top: 20px;
        color: #45a4db; }
      .modalContent .linkContainer .link span img {
        width: 16px;
        height: 18px;
        margin: 20px 0 0 20px;
        cursor: pointer;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
        .modalContent .linkContainer .link span img:hover {
          -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1); }

.modalContent .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-bottom: 10px; }

.modalContent .providerList {
  border: 1px solid #e7e7e7;
  background: #ffffff;
  color: #7f8e99;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  padding: 15px; }

.modalContent .optionWrapper {
  margin: 0 20px 20px 20px;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 10px;
  border-radius: 9px;
  border: 2px dashed #fff; }
  .modalContent .optionWrapper:hover, .modalContent .optionWrapper.active {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06), 0 3px 6px rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06), 0 3px 6px rgba(0, 0, 0, 0.12);
    border: 2px dashed #ffd694; }
  .modalContent .optionWrapper .optionHeader {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 10px 0; }
    .modalContent .optionWrapper .optionHeader h3 {
      font-size: 18px;
      color: #45a4db;
      font-weight: 700;
      margin: 0 14px; }
  .modalContent .optionWrapper .optionContent p {
    font-size: 16px;
    margin: 0; }
  .modalContent .optionWrapper .optionContent p:nth-child(1) {
    color: #7f8e99; }
  .modalContent .optionWrapper .optionContent p:nth-child(2) {
    color: #27303b;
    font-weight: 700;
    margin-top: 10px; }
  .modalContent .optionWrapper .optionContent p:nth-child(3) {
    color: #27303b;
    font-weight: 400; }

.modalContent .address_card_icons_row {
  width: 40%;
  margin: 0 auto; }

.modalContent .address_card_blur {
  left: 0;
  top: 0;
  padding: 0;
  z-index: 2;
  background: #cccccc;
  opacity: 0.5; }

.modalContent .address_card_wrapper {
  background-color: white;
  position: relative; }

.modalContent .address_card_header {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 50px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  height: 70px;
  background: #f1f2f2;
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0;
  -webkit-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.1); }
  .modalContent .address_card_header_text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    .modalContent .address_card_header_text img {
      height: 25px;
      width: 18px; }
    .modalContent .address_card_header_text h2 {
      margin-bottom: 0;
      margin-left: 10px;
      height: 35px;
      font-size: 30px;
      width: 488px;
      color: #000000;
      font-style: normal;
      font-stretch: normal;
      font-weight: 300;
      line-height: 36px;
      text-align: left;
      text-transform: none;
      text-decoration: none;
      letter-spacing: 0; }
  .modalContent .address_card_header_details {
    color: #7f8e99;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    cursor: pointer; }
    .modalContent .address_card_header_details img {
      margin-right: 5px;
      width: 11px;
      height: 12px; }

.modalContent .address_card_cross_wrapper {
  cursor: pointer;
  top: 5px;
  right: 10px;
  width: 15px;
  position: absolute; }

.modalContent .address_card_content {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 50px; }
  .modalContent .address_card_content_main {
    padding: 25px 0;
    width: 65%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .modalContent .address_card_content_main_header {
      color: #45a4db;
      font-size: 30px;
      font-style: normal;
      font-stretch: normal;
      font-weight: 300;
      line-height: 40px; }
  .modalContent .address_card_content_aside {
    margin-left: 5%;
    width: 27%;
    margin-top: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .modalContent .address_card_content_aside_header {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-right: calc(2em + 8px);
      margin-right: calc(-2em - 8px); }
    .modalContent .address_card_content_aside p {
      font-size: 16px;
      color: #7f8e99; }
    .modalContent .address_card_content_aside h3 {
      color: #45a4db;
      font-size: 22px;
      margin-top: 43px;
      font-weight: normal; }
    .modalContent .address_card_content_aside_text {
      margin-bottom: 11px; }
    .modalContent .address_card_content_aside_subtitle {
      color: black;
      font-size: 18px;
      font-weight: 400;
      line-height: 22px;
      margin: 10px 0; }

.modalContent .address_card_statistic {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  margin-bottom: 20px;
  border-radius: 6px;
  padding: 5px; }
  .modalContent .address_card_statistic h3 {
    margin-bottom: 0;
    margin-top: 10px; }
  .modalContent .address_card_statistic_header {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    .modalContent .address_card_statistic_header p {
      color: #7f8e99;
      font-weight: 400;
      font-size: 16px;
      margin-bottom: 0; }
      .modalContent .address_card_statistic_header p:last-child {
        color: #45a4db;
        font-weight: 300;
        margin-left: 10px;
        font-size: 16px; }
  .modalContent .address_card_statistic_title {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    .modalContent .address_card_statistic_title p {
      color: #7f8e99;
      font-weight: bold;
      font-size: 16px;
      margin-bottom: 0; }
      .modalContent .address_card_statistic_title p:last-child {
        color: black;
        font-weight: bold;
        font-size: 16px;
        margin-left: 5px; }

.modalContent .address_card_tag {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin: 5px 10px 5px 0;
  width: 100%; }
  .modalContent .address_card_tag p {
    margin-left: 10px;
    margin-bottom: 0;
    font-size: 16px;
    color: black; }
  .modalContent .address_card_tag_row {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }

.modalContent .address_card_cell {
  width: 100%;
  padding: 3% 1%;
  margin-right: 2%;
  background-color: white;
  border-radius: 6px;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease; }
  .modalContent .address_card_cell.dragOver {
    background-color: #d2d2d2; }

.modalContent .address_card_column {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }
  .modalContent .address_card_column_cell {
    width: 100%;
    padding: 1%; }

.modalContent .address_card_row {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }

.modalContent .addressList {
  border: 1px solid #e7e7e7;
  background: #ffffff;
  color: #7f8e99;
  padding: 15px 0;
  margin-top: 15px; }
  .modalContent .addressList .addressContainer {
    padding: 4px 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*  */ }
    .modalContent .addressList .addressContainer.checked {
      background-color: #eeeeee; }
    .modalContent .addressList .addressContainer .options {
      visibility: hidden;
      display: -ms-flexbox;
      display: flex;
      padding: 8px; }
      .modalContent .addressList .addressContainer .options.optionsVisible {
        visibility: visible; }
      .modalContent .addressList .addressContainer .options img {
        cursor: pointer;
        height: 22px;
        width: 22px;
        margin-left: 21px;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
        -webkit-transition: -webkit-transform 0.13s ease, -webkit-filter 0.4s;
        transition: -webkit-transform 0.13s ease, -webkit-filter 0.4s;
        -o-transition: transform 0.13s ease, filter 0.4s;
        transition: transform 0.13s ease, filter 0.4s;
        transition: transform 0.13s ease, filter 0.4s, -webkit-transform 0.13s ease, -webkit-filter 0.4s; }
        .modalContent .addressList .addressContainer .options img:hover {
          -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1); }
        .modalContent .addressList .addressContainer .options img.filtered {
          cursor: default;
          -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }
          .modalContent .addressList .addressContainer .options img.filtered:hover {
            -webkit-transform: unset;
            -ms-transform: unset;
            transform: unset; }

.modalContent .footer {
  margin-top: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .modalContent .footer .legend {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .modalContent .footer .legend .legendItem {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .modalContent .footer .legend .legendItem img {
        width: 13px;
        height: 13px;
        margin: 0 7px 0 23px; }
  .modalContent .footer .pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .modalContent .footer .pagination p {
      cursor: pointer;
      margin-left: 7px;
      color: #27303b; }
      .modalContent .footer .pagination p.active, .modalContent .footer .pagination p:hover {
        color: #086ae2; }

.popoverContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .popoverContent > span {
    cursor: pointer;
    padding: 2px 6px;
    border-radius: 4px;
    border: solid 1px rgba(0, 0, 0, 0.2); }
    .popoverContent > span:first-child {
      background-color: #fff; }
    .popoverContent > span:last-child {
      background-color: #ff3636;
      color: white; }
.dark .modalContent .ant-menu {
  background: #27303b; }

.dark .modalContent_dropdown {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
  background: #181e26; }
  .dark .modalContent_dropdown span {
    color: #ffffff; }

.dark .modalContent .list {
  background: #27303b; }

.dark .modalContent .optionWrapper {
  background: transparent; }
  .dark .modalContent .optionWrapper .optionContent p:nth-child(2) {
    color: #ffffff;
    font-weight: 700;
    margin-top: 10px; }
  .dark .modalContent .optionWrapper .optionContent p:nth-child(3) {
    color: #7f8e99;
    font-weight: 400; }

.dark .modalContent .providers_dropdown {
  background: #181e26;
  color: #7f8e99;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 500;
  font-size: 16px; }

.dark .modalContent .address_card_wrapper {
  background: #27303b; }

.dark .modalContent .address_card_cell {
  background: transparent; }

.dark .modalContent .address_card_content_aside_subtitle {
  color: #7f8e99; }

.dark .modalContent .address_card_statistic_title p:last-child {
  color: #ffffff; }

.dark .modalContent .address_card_statistic h3 {
  color: #ffffff; }

.dark .modalContent .address_card_statistic .ant-progress-inner {
  background: #181e26; }

.dark .modalContent .address_card_header {
  background: #181e26; }
  .dark .modalContent .address_card_header_text h2 {
    color: #ffffff; }

.dark .modalContent .address_card_tag p {
  color: #7f8e99; }

.dark .modalContent .providerList {
  background: #27303b;
  border: 0; }
  .dark .modalContent .providerList .ant-checkbox-inner {
    background: #27303b;
    border: 1px solid #45a4db; }
  .dark .modalContent .providerList .ant-checkbox-wrapper span:last-child {
    color: #ffffff; }

.dark .modalContent .addressList {
  background: #27303b;
  border-color: #7f8e99; }
  .dark .modalContent .addressList .addressContainer .ant-checkbox-wrapper span > span {
    color: #ffffff; }
  .dark .modalContent .addressList .addressContainer .ant-checkbox-inner {
    background: #27303b;
    border: 1px solid #45a4db; }
  .dark .modalContent .addressList .addressContainer.checked {
    background: #27303b; }

.dark .modalContent .ant-checkbox-wrapper span p {
  color: #ffffff; }

.dark .modalContent .ant-checkbox-inner {
  background: #27303b;
  border: 1px solid #45a4db; }

.dark .modalContent .footer .pagination p {
  color: #7f8e99; }
  .dark .modalContent .footer .pagination p.active, .dark .modalContent .footer .pagination p:hover {
    color: #086ae2; }

.dark .modalContent button.done {
  background: #45a4db; }

/*# sourceMappingURL=main.e86bccec.css.map*/