/* colors */

/* semantics */

/*
@value green: #1ABC9C;
@value purple: #2C3E50;
@value orange: #D35400;
@value yellow: #FFCB65;
@value blue: #2980B9;
*/
._content_sytso_4 {

}

._plans_sytso_8 {
  width: 100%;
  border-collapse: collapse;
}

._plans_sytso_8 tbody td {
  padding: 0 15px;
  min-width: 100px;
}

._plan_sytso_8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #E6EDF4;
}

._plan_sytso_8:last-child {
  border-bottom: none;
}

._name_sytso_29 {
  width: 125px;
  color: #1C2023;
  font-weight: 400;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

._select_sytso_38 {
  margin-left: auto;
}

._discontinued_sytso_42 {
  text-transform: none;
  font-size: 10px;
  color: #95A0AE;
}

._row_sytso_48 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

._row_sytso_48 label {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  color: #1C2023;
  width: 50px;
}

._row_sytso_48 > * {
  margin-right: 5px;
}

._remove_sytso_67 {
  margin-right: 0;
}

._remove_sytso_67:focus {
  outline: none;
}

._remove_sytso_67:active {
  position: relative;
  top: 1px;
}

._remove_sytso_67 > i {
  font-size: 12px;
  line-height: 0;
  padding: 0 5px;
}

._heading_sytso_86 {
  margin-top: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  height: 75px;
  border-bottom: 1px dotted #E6EDF4;
}

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

._actions_sytso_96 > *,
._coupon_sytso_101 > * {
  margin-left: 5px;
}

._message_sytso_105 {
  white-space: nowrap;
}

textarea {
  border-radius: 2px;
  padding: 15px 25px 15px 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  background: white;
  font-size: .9em;
  font-family: inherit;
  border: none;
  border: 1px solid lighterer;
  color: light;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  width: 100%;
}

textarea:hover {
  color: medium;
}

textarea:focus {
  color: medium;
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 3px rgba(0, 126, 255, .1);
}

._content_1172s_2 {
  width: 960px;
  margin: 0 auto;
  padding: 75px 0;
  background: white;
  min-height: 100vh;
}
._chartPlaceholder_xhitl_4 {
  width: 325px;
  height: 40px;
  background: #E6EDF4;
}
._top_1ssad_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
}
._list-item_sfr83_4 {
  position: relative;
  width: 500px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E6EDF4;
}

._member_sfr83_13 {
}

._invite_sfr83_17 {
}

._avatar_sfr83_21 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 15px;
}

._avatarPlaceholder_sfr83_28 {
  background: #E6EDF4;
}

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

._info_sfr83_33 ._name_sfr83_38 {
  font-weight: 500;
  color: #1C2023;
  line-height: 1;
}

._addInvite_sfr83_44 {
  border-bottom: none;
}

._emailInput_sfr83_49 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

._menu_sfr83_53 {
  margin-left: auto;
  margin-top: -10px;
}

._content_1iwgt_2 {

}
* {
  box-sizing: border-box;
}

html,
body {
  font: 14px/1.5 Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  /*text-rendering: geometricPrecision;*/
  line-height: 1.4em;
  letter-spacing: -0.15px;
  font-weight: 400;
  /*background: dark;*/
  color: #7E899B;
  width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: black;
}

._normal_g3c1u_36 {
  background: white;
}

._content_g3c1u_40 {
  /*width: 960px;*/
  /*margin: 0 auto;*/
  /*padding: 75px 0;*/
  background: white;
  min-height: 100vh;
}

._notifications_g3c1u_48 {
  position: fixed;
  bottom: 30px;
  left: 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  pointer-events: none;
}


@keyframes show {
  from {
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

/* Tips */

#tip.show {
  -webkit-animation: show 300ms forwards cubic-bezier(0.215, 0.610, 0.355, 1.000);
          animation: show 300ms forwards cubic-bezier(0.215, 0.610, 0.355, 1.000);
  /*animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);*/
}

#tip {
  position: absolute;
  margin-top: 0;
  text-align: center;
  text-transform: none;
  background: rgb(34, 39, 42);
  color: white;
  padding: 10px 25px;
  border-radius: 2px;
  z-index: 100;
  pointer-events: none;
  font-size: .8em;
  opacity: 0;
}

#tip:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#tip:after {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: rgb(34, 39, 42);
	border-width: 5px;
	margin-left: -5px;
}

@media screen and (max-width: 1100px), screen and (max-height: 850px) {
  html, body {
    font-size: 13px;
  }
}

._content_1172s_2 {
  width: 960px;
  margin: 0 auto;
  padding: 75px 0;
  background: white;
  min-height: 100vh;
}

@-webkit-keyframes _show_1xajc_1 {
  from {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes _show_1xajc_1 {
  from {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes _remove_1xajc_1 {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

@keyframes _remove_1xajc_1 {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

._normal_1xajc_25 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  -webkit-animation: _show_1xajc_1 1200ms cubic-bezier(0.23, 1, 0.32, 1) forwards;
          animation: _show_1xajc_1 1200ms cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

._providers_1xajc_34 {
  width: 100%;
  margin: 15px 0;
}

._providers_1xajc_34 > * {
  margin-right: 5px;
}

._pending_1xajc_43 ._providers_1xajc_34 > * {
  -webkit-animation: _remove_1xajc_1 400ms cubic-bezier(0.23, 1, 0.32, 1) forwards;
          animation: _remove_1xajc_1 400ms cubic-bezier(0.23, 1, 0.32, 1) forwards;
  animation: _remove_1xajc_1 400ms cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
._colors_1xsgu_4 {

}

._colors_1xsgu_4 > * {
  display: inline-block;
  line-height: 50px;
  width: 50px;
  height: 50px;
  margin: 5px;
  text-align: center;
  font-size: 9px;
  border-radius: 2px; 
}

._dark_1xsgu_19 { background: #1C2023; color: white }
._medium_1xsgu_20 { background: #333C46; color: white }
._light_1xsgu_21 { background: #7E899B; color: white }
._lighter_1xsgu_22 { background: #95A0AE; color: white }
._lighterer_1xsgu_23 { background: #E6EDF4; }
._lightererer_1xsgu_24 { background: #F7F9FC; }
._pink_1xsgu_25 { background: #F12E65; color: white }
._blue_1xsgu_26 { background: #0bbbe2; color: white }
._green_1xsgu_27 { background: #0AD7BD; color: white }
._red_1xsgu_28 { background: #E20613; color: white }
._section_1te5e_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E6EDF4;
}

._section_1te5e_4:last-child {
  border-bottom: none;
}

._title_1te5e_15 {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  /*background: red*/
}

._content_1te5e_23 {
  position: relative;
  height: 100%;
  width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*background: blue*/
}

._spaced_1te5e_34 > * {
  margin: 0 25px;
}

._flip_1te5e_38 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

._type-full_1te5e_42 {
  width: 100%;
}

._type-top_1te5e_46 {
  border-bottom: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

._section_1te5e_4._type-top_1te5e_46 ._title_1te5e_15 {
  height: 28vh;
}

._type-stats_1te5e_55 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

._size-tiny_1te5e_60 {
  height: 20vh;
}

._size-small_1te5e_64 {
  height: 50vh;
}

._size-medium_1te5e_68 {
  height: 80vh;
}

._size-large_1te5e_72 {
  height: 100vh;
}

._size-full_1te5e_76 {
  height: auto;
  min-height: 100vh;
}

._theme-dark_1te5e_81 {
  background: #1C2023;
  border-bottom: 1px solid #333C46;
}

._orientation-vertical_1te5e_86 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

._orientation-vertical_1te5e_86 ._title_1te5e_15 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 22vh;
  width: 350px;
  text-align: center;
}

._orientation-vertical_1te5e_86 ._content_1te5e_23 {
  width: 960px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 100px;
}

._orientation-vertical_1te5e_86 ._content-type-centered_1te5e_108 {
  padding-top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

._type-centered_1te5e_113 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

._section_1te5e_4._type-centered_1te5e_113 ._title_1te5e_15 {
  height: 50vh;
}

._type-centered_1te5e_113 ._content_1te5e_23 {
  padding-top: 25px;
}

._type-dialog_1te5e_125 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

._section_1te5e_4._type-dialog_1te5e_125 ._title_1te5e_15 {
  height: 40vh;
}

._type-dialog_1te5e_125 ._content_1te5e_23 {
  padding-top: 25px;
}

._row_1te5e_137 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  margin: 0 0 50px 0;
}

._row_1te5e_137 > * {
  margin: 0 25px;
}

@media (max-width: 1200px) {
  ._orientation-vertical_1te5e_86 ._content_1te5e_23 {
    width: 850px;
  }
}
._shadowed_1uofz_4 {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .08),
    0px 8px 15px 0px rgba(64, 78, 85, .09),
    0px 1px 1px 0px rgba(150, 162, 165, .5);
}

._very-shadowed_1uofz_10 {
  box-shadow: 4px 5px 9px 0px rgba(32, 34, 36, .24),
    1px 10px 39px 0px rgba(31, 34, 36, .50);
}

._rounded_1uofz_15 {
  border-radius: 2px;
}

._pill_1uofz_19 {
  height: 40px;
  min-width: 150px;
  padding: 0 25px;
  border-radius: 40px;
  line-height: 40px;
}

._transitioned_1uofz_27 {
  -webkit-transition: all 300ms cubic-bezier(0.000, 1.120, 0.760, 1.15);
  transition: all 300ms cubic-bezier(0.000, 1.120, 0.760, 1.15);
}

._padded_1uofz_31 {
  padding: 5px 15px;
}

._unselectable_1uofz_35 {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}

._table_1uofz_40 {
  width: 100%;
  border-collapse: collapse;
}

._table_1uofz_40 thead th {
  text-align: center;
  font-weight: 500;
  color: #1C2023;
  text-transform: uppercase;
  font-size: 13px;
}

._table_1uofz_40 tbody tr {
  border-bottom: 1px solid #F7F9FC;
}

._table_1uofz_40 tbody tr:last-child {
  border-bottom: none
}

._table_1uofz_40 tbody td {
  text-align: center;
  padding: 15px 0;
}
._normal_4l3pg_4 {
  width: 100%;
}

._content_4l3pg_8 {
  padding: 20px 0 0 0;
}

._labels_4l3pg_12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E6EDF4;
}

._label_4l3pg_12 {
  width: 150px;
  cursor: pointer;
  border-radius: 0;
  font-size: 13.6px;
  font-size: 0.85rem;
  text-transform: uppercase;
  height: 60px;
  line-height: 60px;
  text-align: center;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  margin-bottom: -1px;
}

._label_4l3pg_12:hover {
  color: #333C46;
}

._label_4l3pg_12:active {
  border-bottom: 1px solid #95A0AE;
}

._active_4l3pg_39 {
  border-bottom: 1px solid #1C2023;
  font-weight: 500;
  color: #1C2023;
}

._active_4l3pg_39:hover {

}

._show_4l3pg_51 {

}

._hide_4l3pg_55 {
  display: none;
}

._theme-dark_4l3pg_59 ._label_4l3pg_12 {
  border-bottom-color: #1F2021;
  color: #545454;
}

._theme-dark_4l3pg_59 ._active_4l3pg_39 {
  color: white;
  border-bottom-color: white;
}

._theme-dark_4l3pg_59 ._label_4l3pg_12:hover {
  color: white;
  border-bottom-color: #2b2d2e;
}
._normal_ys497_4 {
  border: none;
  display: inline-block;
  background: white;
  border: 1px solid #E6EDF4;
  font-weight: 400;
  color: inherit;
  line-height: 1;
  padding: 0 28px;
  height: 37px;
  font-size: 12.8px;
  font-size: 0.8rem;
  font-family: inherit;
  outline: none;
  cursor: pointer;
  -webkit-transition: border-color 200ms;
  transition: border-color 200ms;
  border: 1px solid #E6EDF4;
  border-radius: 35px;
  min-width: 100px;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}

._normal_ys497_4:active {
  position: relative;
  top: 1px;
}

._normal_ys497_4:hover {
  color: #333C46;
}

._normal_ys497_4:focus {
  border-color: #1C2023;
  /*border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);*/
}

._primary_ys497_41 {
}

._group_ys497_45 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 20px 0;
}

._group_ys497_45 > * {
  margin-left: 5px;
}

._type-marginless_ys497_57 {
  margin: 0;
}

._theme-dark_ys497_61 {
  border: 1px solid #282b2e;
  background: transparent;
  color: white;
}

._theme-dark_ys497_61:hover {
  border-color: white;
  color: white;
}
._normal_viv24_4 {
  width: 15px;
  height: 15px;
  -webkit-animation: _circle_viv24_1 infinite .75s linear;
          animation: _circle_viv24_1 infinite .75s linear;
  border: 1px solid #95A0AE;
  border-top-color: #E6EDF4;
  border-radius: 100%;
}

@-webkit-keyframes _circle_viv24_1 {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes _circle_viv24_1 {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

._normal_3h7b6_2 {
  line-height: 0;
}
._normal_1aaa9_4 {
  padding: 9px 25px 10px 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  background: white;
  font-size: .9em;
  font-family: inherit;
  border: none;
  border: 1px solid #E6EDF4;
  color: #7E899B;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

._normal_1aaa9_4:hover {
  color: #333C46;
}

._normal_1aaa9_4:focus {
  color: #333C46;
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 3px rgba(0, 126, 255, .1);
}

._invalid_1aaa9_28 {
  border-color: red;
}

._invalid_1aaa9_28:focus {
  border-color: red;
}

._error_1aaa9_37 {
}
._normal_84bdk_4 {
  padding-right: 25px;
  padding-left: 15px;
  height: 37px;
  line-height: 37px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  background: white;
  font-size: .9em;
  font-family: inherit;
  border: none;
  border: 1px solid #E6EDF4;
  color: #7E899B;
  /*transition: border-color 200ms;*/
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik03IDEwbDUgNSA1LTV6Ii8+CiAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+Cjwvc3ZnPg==");
  background-position: right 12px center;
  background-size: 15px;
  background-repeat: no-repeat;
  cursor: pointer;
}

._normal_84bdk_4:hover {
  color: #333C46
}

._normal_84bdk_4:focus {
  color: #333C46;
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 3px rgba(0, 126, 255, .1);
}

._type-borderless_84bdk_36 {
  min-width: 125px;
  padding: 0 28px;
  line-height: 1.3;
  border-radius: 0;
  background-position: right 15px center;
  border: none;
  color: #333C46;
}

._type-borderless_84bdk_36:hover {
  color: #1C2023;
}

._type-borderless_84bdk_36:focus {
  box-shadow: none;
}

._type-rect_84bdk_54 {
  border-left: 1px solid #E6EDF4;
  padding: 0 28px;
  height: 50px;
  line-height: 15px;
}

._type-rect_84bdk_54:focus {
  border-color: #E6EDF4;
  box-shadow: none;
}

._size-large_84bdk_67:hover {
  background-color: #F7F9FC
}

._type-rounded_84bdk_71 {
  height: 37px;
  line-height: 15px;
  border: 1px solid #E6EDF4;
  border-radius: 35px;
  pointer-events: all;
  padding: 0 28px;
  font-size: 12.8px;
  font-size: 0.8rem;
  font-weight: 400;
}

._type-rounded_84bdk_71:hover {
  border-color: #1C2023
}
._normal_7vxv1_4 {
  line-height: 1.5;
}

._text_7vxv1_8 {
  display: block;
  font-size: 35.2px;
  font-size: 2.2rem;
  font-weight: 300;
  color: #1C2023;
}

._subtext_7vxv1_15 {
  display: block;
  font-size: 17.6px;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #7E899B;
}

._theme-dark_7vxv1_23 ._text_7vxv1_8 {
  color: white;
}

._theme-dark_7vxv1_23 ._subtext_7vxv1_15 {
  color: #7E899B;
}

._type-secondary_7vxv1_31 ._text_7vxv1_8 {
  font-size: 30px;
}

._type-tertiary_7vxv1_35 ._text_7vxv1_8 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

._type-tertiary_7vxv1_35 ._subtext_7vxv1_15 {
  font-size: 16px;
  font-size: 1rem;
}

._type-chart_7vxv1_45 ._text_7vxv1_8 {
  line-height: 0;
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
  margin-left: 25px;
}

._trim_7vxv1_53 ._subtext_7vxv1_15 {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._normal_1w2pr_4 {
  height: 500px;
  width: 600px;
}

._link_1w2pr_9 {
  color: #1C2023;
}

._link_1w2pr_9:hover {
  text-decoration: underline;
}

._row_1w2pr_17 {
  width: 100%;
  /*display: flex;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

._row_1w2pr_17 label {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  color: #1C2023;
  width: 50px;
}

._row_1w2pr_17 > * {
  margin-right: 5px;
}

._value_1w2pr_36,
input[name="url"],
input[name="name"] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

._remove_1w2pr_42 {
  margin-right: 0;
}

._remove_1w2pr_42:focus {
  outline: none;
}

._remove_1w2pr_42:active {
  position: relative;
  top: 1px;
}

._remove_1w2pr_42 > i {
  font-size: 12px;
  line-height: 0;
  padding: 0 5px;
}

._region_1w2pr_61 {
  margin-bottom: 5px;
}

._regions_1w2pr_65 {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}

textarea {
  border-radius: 2px;
  padding: 15px 25px 15px 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  background: white;
  font-size: .9em;
  font-family: inherit;
  border: none;
  border: 1px solid #E6EDF4;
  color: light;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  width: 100%;
}

textarea:hover {
  color: #333C46;
}

textarea:focus {
  color: #333C46;
  border-color: #0bbbe2;
}

@-webkit-keyframes _show_1wx83_1 {
  from {
    opacity: 0;
    -webkit-transform: scale(.5);
            transform: scale(.5);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes _show_1wx83_1 {
  from {
    opacity: 0;
    -webkit-transform: scale(.5);
            transform: scale(.5);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

._normal_1wx83_14 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .98);
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*align-items: center;*/
}

._content_1wx83_27 {
  width: 75vw;
  opacity: 0;
  -webkit-animation: _show_1wx83_1 300ms forwards cubic-bezier(0.215, 0.610, 0.355, 1.100);
          animation: _show_1wx83_1 300ms forwards cubic-bezier(0.215, 0.610, 0.355, 1.100);
}

._close_1wx83_33 {
  position: absolute;
  top: 50px;
  right: 50px;
}
._normal_fng4o_4 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E6EDF4;
}

._menu_fng4o_14 {
  margin-left: auto;
  margin-top: -10px;
}

._content_fng4o_19 {

}

._normal_qh0ey_2 {
  width: 75%;
}

._pages_qh0ey_6 > * {
  /*display: inline-block;*/
  /*margin: 0 10px 20px 10px;*/
}

._pages_qh0ey_6 > *:last-child > * {
  border-bottom: none
}

._normal_1iklv_4 {
  width: 100%;
  background: white;
  border-top: 1px solid #E6EDF4;
  border-bottom: 1px solid #E6EDF4;
  padding: 0;
  pointer-events: none;
}

._sticky_1iklv_13 ._content_1iklv_13 > * {
  margin-left: 10px;
}

._content_1iklv_13 {
  float: right;
}

._type-list_1iklv_21 {
  margin: 15px 0;
  border: none;
  padding: 0;
}

@-webkit-keyframes _show_1iklv_1 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes _show_1iklv_1 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

._normal_1iklv_4 select {
  pointer-events: all;
}

._sticky_1iklv_13 {
  -webkit-animation: _show_1iklv_1 600ms forwards ease-out;
          animation: _show_1iklv_1 600ms forwards ease-out;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: none;
  border-bottom: none;
  margin: 0;
  padding: 25px 30px;
  z-index: 100;
  background: transparent;
}

._sticky_1iklv_13 select,
._sticky_1iklv_13 select:focus {
  border: 1px solid #E6EDF4;
  height: 37px;
  line-height: 15px;
  border-radius: 35px;
  pointer-events: all;
  padding: 0 28px;
  font-size: 12.8px;
  font-size: 0.8rem;
  font-weight: 400;
}

._sticky_1iklv_13 select:hover {
  border-color: #1C2023
}

._normal_bmwaz_2 {
  margin: 0;
  padding: 0;
}

._normal_bmwaz_2 li {
  display: inline-block;
  list-style: none;
  line-height: 1;
}

._normal_bmwaz_2 li a {
  display: block;
  margin-right: 20px;
  font-size: 12px;
}

._normal_bmwaz_2 li._active_bmwaz_19 a {
  font-weight: 500;
  color: black;
}
._normal_1hub1_4 {
  height: 500px;
  width: 600px;
}

._row_1hub1_9 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

._row_1hub1_9 label {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  color: #1C2023;
  width: 50px;
}

._row_1hub1_9 > * {
  margin-right: 5px;
}

._value_1hub1_28,
input[name="url"],
input[name="name"] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

._remove_1hub1_34 {
  margin-right: 0;
}

._remove_1hub1_34:focus {
  outline: none;
}

._remove_1hub1_34:active {
  position: relative;
  top: 1px;
}

._remove_1hub1_34 > i {
  font-size: 12px;
  line-height: 0;
  padding: 0 5px;
}

._region_1hub1_53 {
  margin-bottom: 5px;
}

._regions_1hub1_57 {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}

textarea {
  border-radius: 2px;
  padding: 15px 25px 15px 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  background: white;
  font-size: .9em;
  font-family: inherit;
  border: none;
  border: 1px solid #E6EDF4;
  color: light;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  width: 100%;
}

textarea:hover {
  color: #333C46;
}

textarea:focus {
  color: #333C46;
  border-color: #0bbbe2;
}
._normal_1xdt0_4 .column {
  fill: RGB(230, 237, 244);
}

._normal_1xdt0_4 .bar {
  fill: #0bbbe2;
}

._normal_1xdt0_4 .axis text {
  font: 9px sans-serif;
}

._normal_1xdt0_4 .axis path,
._normal_1xdt0_4 .axis line {
  fill: none;
  stroke: RGB(230, 237, 244);
  stroke-width: 1.5px;
  shape-rendering: crispEdges;
}

._normal_1xdt0_4 .axis path {
  display: none;
}

._color-green_1xdt0_28 .bar {
  fill: #0AD7BD;
}

._color-red_1xdt0_32 .bar {
  fill: #F12E65;
}

._normal_dt1xe_2 {
  width: 100%;
}

._checks_dt1xe_6 > * {
  /*display: inline-block;*/
  /*margin: 0 10px 20px 10px;*/
}

._checks_dt1xe_6 > *:last-child > * {
  border-bottom: none
}
._normal_1mxol_4 {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}

._title_1mxol_9 {
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  line-height: 1;
  color: #1C2023;
}

._value_1mxol_18 {
  display: block;
  font-size: 16px;
  font-weight: 300;
}

._theme-small-light_1mxol_24 {
  min-width: 50px;
}

._theme-dark-large_1mxol_28 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-right: 1px solid rgb(40, 43, 46);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

._theme-dark-large_1mxol_28:last-child {
  border-right: none;
}

._theme-dark-large_1mxol_28 ._title_1mxol_9 {
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
  color: #7E899B;
}

._theme-dark-large_1mxol_28 ._value_1mxol_18 {
  margin-top: 5px;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: -1.5px;
  font-weight: 500;
  text-transform: none;
  color: white;
}

._theme-dark-small_1mxol_56 {
  border-right: none;
  border-bottom: 1px solid #282b2e;
  padding-top: 5px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px;
}

._theme-dark-small_1mxol_56:last-child {
  border-bottom: none;
}

._theme-dark-small_1mxol_56 ._title_1mxol_9 {
  font-size: 9px;
  line-height: 0;
  color: #7E899B;
}

._theme-dark-small_1mxol_56 ._value_1mxol_18 {
  margin-top: 3.5px;
  font-size: 14px;
  letter-spacing: -0.5px;
  font-weight: 500;
}
._normal_lx03g_4 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E6EDF4;
}

._menu_lx03g_14 {
  margin-top: -10px; 
}

._link_lx03g_18 {
  cursor: pointer;
}

._content_lx03g_22 {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

._content_lx03g_22 > * {
  margin-left: 25px;
}

._normal_1hfhy_2 .column {
  fill: RGB(230, 237, 244);
  fill-opacity: .35
}

._normal_1hfhy_2 .axis text {
  font: 9px sans-serif;
}

._normal_1hfhy_2 .axis path,
._normal_1hfhy_2 .axis line {
  fill: none;
  stroke: RGB(230, 237, 244);
  stroke-width: 1.5px;
  shape-rendering: crispEdges;
}

._normal_1hfhy_2 .axis path {
  display: none;
}

._normal_1hfhy_2 .axis.y {
  display: none;
}

._normal_lt82l_2 .bg {
  stroke: #E6EDF4;
  stroke-width: 1;
  /*stroke-dasharray: 1,1;*/
}

._normal_lt82l_2 .point {
  stroke-width: 1.5;
}

._normal_lt82l_2 .success .point {
  stroke: #0bbbe2;
}

._normal_lt82l_2 .client-error .point {
  stroke: #F12E65;
}

._normal_lt82l_2 .server-error .point {
  stroke: #F12E65;
}

._normal_lt82l_2 .net-error .point {
  stroke: #F12E65;
}

._normal_lt82l_2 .label {
  font: 10px sans-serif;
  /*text-anchor: end;
  alignment-baseline: middle;*/
}

._normal_lt82l_2 .value {
  font: 10px sans-serif;
  text-anchor: start;
  alignment-baseline: middle;
}

._normal_lt82l_2 .details .x {
  stroke: rgb(245, 245, 245);
  stroke-width: 2px;
}

._normal_lt82l_2 .details .time {
  font: 10px sans-serif;
  alignment-baseline: hanging;
  text-anchor: middle;
}

._normal_lt82l_2 .axis text {
  font: 9px sans-serif;
}

._normal_lt82l_2 .axis path,
._normal_lt82l_2 .axis line {
  fill: none;
  stroke: RGB(230, 237, 244);
  stroke-width: 1px;
  stroke-dasharray: 1,2;
  shape-rendering: crispEdges;
}

._normal_lt82l_2 .axis path {
  display: none;
}

._normal_lt82l_2 .axis {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

._normal_lt82l_2:hover .x.axis {
  opacity: 0;
}
._normal_1m6bu_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

._normal_1m6bu_4 .background {
  fill: #E6EDF4;
}

._normal_1m6bu_4 .foreground {
  fill: #0bbbe2;
}

._normal_1m6bu_4 .label {
  fill: #0bbbe2;
  font: 18px sans-serif;
  text-anchor: middle;
  alignment-baseline: middle;
}

._normal_1m6bu_4 ._label_1m6bu_19 {
  margin-top: 10px;
  font-weight: 300
}

._theme-dark_1m6bu_31 .background {
  fill: #333C46;
}

._color-green_1m6bu_35 .label,
._color-green_1m6bu_35 .foreground {
  fill: #0AD7BD;
}

._color-red_1m6bu_40 .label,
._color-red_1m6bu_40 .foreground {
  fill: #F12E65;
}

._normal_1xeqw_2 .axis text {
  font: 9px sans-serif;
}

._normal_1xeqw_2 .axis path,
._normal_1xeqw_2 .axis line {
  fill: none;
  stroke: RGB(230, 237, 244);
  stroke-width: 1.5px;
  shape-rendering: crispEdges;
}

._normal_1xeqw_2 .axis path {
  display: none;
}
._normal_ksvm0_4 {
  position: relative;
  margin-left: 5px;
  line-height: 1.5;
}

._normal_ksvm0_4 i {
  position: relative;
  top: 2px;
  font-size: 13px;
  line-height: 0;
  cursor: pointer;
  color: #7E899B;
}

._normal_ksvm0_4 i:hover {
  color: #1C2023
}

@-webkit-keyframes _show_ksvm0_1 {
  from {
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes _show_ksvm0_1 {
  from {
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

._normal_ksvm0_4:hover ._text_ksvm0_35 {
  -webkit-animation: _show_ksvm0_1 300ms forwards cubic-bezier(0.215, 0.610, 0.355, 1.000);
          animation: _show_ksvm0_1 300ms forwards cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

._text_ksvm0_35 {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  text-align: center;
  text-transform: none;
  background: #1C2023;
  color: white;
  padding: 15px;
  border-radius: 2px;
  z-index: 50;
  pointer-events: none;
  opacity: 0;
  font-size: 14.4px;
  font-size: .9rem;
}

._text_ksvm0_35:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

._text_ksvm0_35:after {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #1C2023;
	border-width: 5px;
	margin-left: -5px;
}

._normal_1l1pe_2 {
  position: relative;
}

._normal_1l1pe_2 .region {
  cursor: pointer;
}

._normal_1upsv_2 .slice {
	stroke-width: 2px;
}

._normal_1upsv_2 polyline {
	opacity: .3;
	stroke: black;
	stroke-width: 2px;
	fill: none;
}

._normal_1upsv_2 .labels text {
  font: 12px sans-serif
}
._normal_1bqqg_4 {
  position: relative;
}

._value_1bqqg_8 {
  position: absolute;
  font-size: 12px;
  top: -15px;
  right: 5px;
}

._normal_1bqqg_4 .bin:hover {
  stroke: black
}

._normal_1bqqg_4 .axis text {
  font: 9px sans-serif;
}

._normal_1bqqg_4 .axis path,
._normal_1bqqg_4 .axis line {
  fill: none;
  stroke: RGB(230, 237, 244);
  stroke-width: 1.5px;
  shape-rendering: crispEdges;
}

._normal_1bqqg_4 .axis path {
  display: none;
}

._normal_1bqqg_4 .bin:hover {
  stroke: white
}

._theme-dark_1bqqg_39 .axis text {
  fill: #7E899B
}

._theme-dark_1bqqg_39 .axis path,
._theme-dark_1bqqg_39 .axis line {
  stroke: #333C46
}
._normal_1fkjk_4 {
  display: inline-block;
  background: white;
  z-index: 150;
  opacity: 0;
  pointer-events: none;
}

._open_1fkjk_13 {
  opacity: 1;
  pointer-events: auto;
}

._small_1fkjk_20 {
  margin-top: 10px;
  margin-right: 10px;
  background: white;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

._small_1fkjk_20 ._itemNormal_1fkjk_27 {
  height: 40px;
  width: 150px;
  padding: 0 15px;
  border-bottom: none;
}

._small_1fkjk_20 ._itemTitle_1fkjk_34 {
  font-size: 12px;
  font-size: 0.75rem;
}

._small_1fkjk_20 ._itemHelp_1fkjk_38 {
  display: none;
}

._normal_1fkjk_4 > * {
  -webkit-transition: opacity 300ms, -webkit-transform 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: opacity 300ms, -webkit-transform 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: opacity 300ms, transform 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: opacity 300ms, transform 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000), -webkit-transform 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -webkit-transform: translate3d(0, -30px, 0);
          transform: translate3d(0, -30px, 0);
}

._small_1fkjk_20 > * {
  -webkit-transition: opacity 150ms, -webkit-transform 350ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: opacity 150ms, -webkit-transform 350ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: opacity 150ms, transform 350ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: opacity 150ms, transform 350ms cubic-bezier(0.215, 0.610, 0.355, 1.000), -webkit-transform 350ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -webkit-transform: translate3d(0, -15px, 0);
          transform: translate3d(0, -15px, 0);
}

._open_1fkjk_13 > * {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

._itemNormal_1fkjk_27 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 315px;
  height: 80px;
  border-bottom: 1px solid #E6EDF4;
  padding: 0 25px;
  line-height: 1.3;
  cursor: pointer;
}

._itemNormal_1fkjk_27:last-child {
  border-bottom: none;
}

._itemNormal_1fkjk_27:hover {
  background: #F7F9FC;
}

._itemActive_1fkjk_76 {
}

._itemTitle_1fkjk_34 {
  display: block;
  color: #333C46;
  text-transform: uppercase;
  font-size: 12.8px;
  font-size: 0.8rem;
  font-weight: bold;
}

._itemHelp_1fkjk_38 {
  display: block;
  color: #95A0AE;
  font-size: 14.4px;
  font-size: 0.9rem;
}
._normal_ocsy0_4 {
  position: relative;
  font-size: 12px;
}

._open_ocsy0_9 {
}

._link_ocsy0_13 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

._link_ocsy0_13 i {
  position: relative;
  font-size: 24px;
  top: 8px;
  left: 5px;
  color: #1C2023;
  width: 24px;
  height: 24px;
}

._menu_ocsy0_28 {
  position: absolute;
  pointer-events: none;
  top: -10px;
  right: -15px;
  z-index: 50;
}

._open_ocsy0_9 ._menu_ocsy0_28 {
  pointer-events: all;
}

._theme-dark_ocsy0_40 ._link_ocsy0_13 i {
  color: #7E899B
}

._theme-dark_ocsy0_40 ._link_ocsy0_13:hover i {
  color: white
}

._normal_1iz83_2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

._normal_1iz83_2 label {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  color: dark;
  width: 50px;
}

._normal_1iz83_2 > * {
  margin-right: 5px;
}
@-webkit-keyframes _show_14wd6_1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-150px);
            transform: translateY(-150px);
  }

  15% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  95% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes _show_14wd6_1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-150px);
            transform: translateY(-150px);
  }

  15% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  95% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

._normal_14wd6_24 {
  position: relative;
  margin: 5px 0;
  -webkit-animation-name: _show_14wd6_1;
          animation-name: _show_14wd6_1;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
          animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  background: #1C2023;
  color: white;
}
._normal_4lqwj_4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
  line-height: 0;
}

._logo_4lqwj_17 {
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}

._logo_4lqwj_17 ._name_4lqwj_25 {
  font-weight: bold;
  color: #1C2023;
}

._logo_4lqwj_17 ._subname_4lqwj_30 {
  font-weight: 300;
  margin-left: 3px;
  color: #1C2023;
}

._menu_4lqwj_36 {
  margin-top: -15px;
}

._normal_1pm8w_2 {
  width: 600px
}

._row_1pm8w_6 {
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

._normal_1pm8w_2 input,
._normal_1pm8w_2 select {
  margin: 0 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
._normal_sw12x_4 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 135px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E6EDF4;
}

._menu_sw12x_14 {
  margin-left: auto;
  margin-top: -10px;
}

._link_sw12x_19 {
  cursor: pointer;
}

._icon_sw12x_23 {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

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

._actionName_sw12x_34 {
  color: #1C2023;
  font-weight: 500;
  line-height: 1;
}

._normal_1uocu_2 {
  width: 75%;
}

._alerts_1uocu_6 > * {
  /*display: inline-block;*/
  /*margin: 0 10px 20px 10px;*/
}

._alerts_1uocu_6 > *:last-child > * {
  border-bottom: none
}
._normal_158ds_4 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

._content_158ds_9 {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 55px;
}

._text_158ds_16 {
  display: inline-block;
  margin-left: 10px;
}

._checkbox_158ds_21 {
  display: none;
}

._label_158ds_25 {
  display: block;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  border: 1px solid #E6EDF4;
  background-color: #E6EDF4;
  -webkit-transition: background-color 200ms cubic-bezier(0.215, 0.610, 0.355, 1.100);
  transition: background-color 200ms cubic-bezier(0.215, 0.610, 0.355, 1.100);
}

._content_158ds_9:hover ._label_158ds_25:before {

}

._content_158ds_9:hover ._checkbox_158ds_21:checked + ._label_158ds_25 {
  background-color: rgb(42, 194, 242)
}

._label_158ds_25:before {
  content: "";
  display: block;
  margin: 0px;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background: white;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 26px;
  border: 1px solid #E6EDF4;
  -webkit-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.100);
  transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.100);
}

._checkbox_158ds_21:checked + ._label_158ds_25 {
  background-color: #0bbbe2;
}

._checkbox_158ds_21:checked + ._label_158ds_25, ._checkbox_158ds_21:checked + ._label_158ds_25:before {
  border-color: #0bbbe2;
}

._checkbox_158ds_21:checked + ._label_158ds_25:before {
  right: 1px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .08), 0px 1px 1px 0px rgba(150, 162, 165, .38);
}
._normal_1drm8_4 {
  -webkit-appearance: none;
  margin: 0;
}

._normal_1drm8_4:focus {
  outline: none;
}

._normal_1drm8_4::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  border-radius: 5px;
  cursor: pointer;
  background: #E6EDF4;
}

._normal_1drm8_4::-webkit-slider-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: white;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .08), 0px 1px 1px 0px rgba(150, 162, 165, .38);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
  border: 1px solid white;
  -webkit-transition: border-color 200ms;
  transition: border-color 200ms;
}

._normal_1drm8_4:focus::-webkit-slider-thumb {
  border: 1px solid #0bbbe2
}

._normal_1drm8_4:active::-webkit-slider-thumb {
  background: #0bbbe2
}
._normal_o62om_4 {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

._icon_o62om_10 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #E6EDF4;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 0;
  color: #1C2023;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

._normal_o62om_4:hover ._icon_o62om_10 {
  border: 1px solid #95A0AE;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

._text_o62om_28 {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -12px;
  white-space: nowrap;
  position: absolute;
  font-weight: 300;
  color: #1C2023;
  -webkit-transform: translateX(35px);
          transform: translateX(35px);
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  opacity: 0;
}

._normal_o62om_4:hover ._text_o62om_28 {
  opacity: 1;
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}

._normal_o62om_4:active {
  top: 1px;
}
@-webkit-keyframes _show_vdq4x_16 {
  from {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes _show_vdq4x_16 {
  from {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

._normal_vdq4x_16.show {
  -webkit-animation: _show_vdq4x_16 600ms forwards cubic-bezier(0.215, 0.610, 0.355, 1.000);
          animation: _show_vdq4x_16 600ms forwards cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

._normal_vdq4x_16 {
  position: absolute;
  font-size: 12px;
  margin-top: -230px;
  margin-left: -200px;
  background: #1C2023;
  color: white;
  opacity: 0;
  height: 200px;
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}

._normal_vdq4x_16:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

._normal_vdq4x_16:after {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #1C2023;
	border-width: 5px;
  margin-left: -5px;
}

._blocks_vdq4x_55 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

._group_vdq4x_63 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 0;
  border-left: 1px solid #282b2e;
}

._name_vdq4x_72 {
  width: 55%;
  text-align: center;
  text-transform: uppercase;
}

._normal_1myww_2 .column {
  fill: RGB(230, 237, 244);
}

._normal_1myww_2 .line {
  stroke: RGB(243, 42, 100);
  stroke-width: 3px;
  fill: none;
}

._normal_1myww_2 .axis text {
  font: 9px sans-serif;
}

._normal_1myww_2 .axis path,
._normal_1myww_2 .axis line {
  fill: none;
  stroke: RGB(230, 237, 244);
  stroke-width: 1.5px;
  shape-rendering: crispEdges;
}

._normal_1myww_2 .axis path {
  display: none;
}
._normal_1alco_4 {
  font-size: 14.4px;
  font-size: .9rem;
}
._normal_c37un_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
  width: 100%;
}

._normal_c37un_4 input {
  width: 350px;
}

._satisfied_c37un_15 {
  color: #1C2023;
  font-size: 13px;
  text-align: right;
  margin-left: auto;
}
@-webkit-keyframes _show_1pqbj_1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes _show_1pqbj_1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

._normal_1pqbj_14 {
  position: relative;
  margin: 25px 0;
  padding: 30px 40px 30px 50px;
  -webkit-animation: _show_1pqbj_1 600ms ease-out forwards;
          animation: _show_1pqbj_1 600ms ease-out forwards;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
  border: 1px solid #F12E65;
  background: #ff5988;
  color: white;
}

._icon_1pqbj_29 {
  position: absolute;
  top: 50%;
  left: 20px;
  color: white;
}

._icon_1pqbj_29 i {
  font-size: 20px;
  line-height: 0;
}
._card_1txxi_4 {
  display: inline-block;
  width: 385px;
  height: 285px;
}

._content_1txxi_11 {
  position: relative;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  height: 70%;
  background: #1C2023;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

._label_1txxi_22 {
  position: relative;
  height: 30%;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
._normal_38ll4_4 {

}

._normal_38ll4_4 a {
  display: inline-block;
  margin: 0 5px;
  font-size: 11px;
  text-transform: uppercase;
}

._active_38ll4_15 {
  font-weight: 500;
  color: #1C2023;
}

._normal_rdumn_2 {
  position: absolute;
  top: 0;
  right: -50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

._normal_rdumn_2:hover > i {
  opacity: 100;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

._content_rdumn_21 {
  position: absolute;
  top: 0;
  right: -75px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 80px;
}

._item_rdumn_33 {
  padding: 0;
  cursor: pointer;
  opacity: 0;
}

._item_rdumn_33:hover {
  color: var(--dark)
}

._item_rdumn_33 > i {
  font-size: 1em;
  display: none
}

._name_rdumn_48 {
  font-size: 11px;
}

@-webkit-keyframes _show_rdumn_1 {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes _show_rdumn_1 {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

._content_rdumn_21:hover ._item_rdumn_33,
._normal_rdumn_2:hover ._item_rdumn_33 {
  -webkit-animation: _show_rdumn_1 300ms forwards cubic-bezier(0.215, 0.610, 0.355, 1.000);
          animation: _show_rdumn_1 300ms forwards cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

._item_rdumn_33:nth-child(1) {
  -webkit-animation-delay: 0;
          animation-delay: 0
}

._item_rdumn_33:nth-child(2) {
  -webkit-animation-delay: 50ms;
          animation-delay: 50ms
}

._item_rdumn_33:nth-child(3) {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms
}

._item_rdumn_33:nth-child(4) {
  -webkit-animation-delay: 150ms;
          animation-delay: 150ms
}

._normal_g7pin_2 {
  
}
/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative;
  font-size: .9em;
}
.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
}
.Select-control {
  background-color: #fff;
  border-color: #E6EDF4;
  border-radius: 2px;
  border: 1px solid #E6EDF4;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Select-control .Select-input:focus {
  outline: none;
}
.is-searchable.is-open > .Select-control {
  cursor: text;
}
.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.is-open > .Select-control > .Select-arrow {
  border-color: transparent transparent #010101;
  border-width: 0 3px 3px;
}
.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}
.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 15px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}
.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}
.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 14px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}
.is-focused .Select-input > input {
  cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
.Select-clear-zone:hover {
  color: #D0021B;
}
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  display: none;
}
.Select--multi .Select-clear-zone {
  width: 17px;
}
.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}
.Select-arrow {
  border-color: #010101 transparent transparent;
  border-style: solid;
  /*border-width: 3px 3px 1.5px;*/
  display: inline-block;
  height: 0;
  width: 0;
}
.is-open .Select-arrow,
.Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}
.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}
.Select .Select-aria-only {
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}
.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}
.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}
.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
}
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}
.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  padding: 2px;
  vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}
.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}
@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
