@charset "UTF-8";
/*** 

====================================================================
	Reset
====================================================================

***/
html {
  scroll-behavior: smooth;
}

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*** 
  ====================================================================
      Global Settings
  ====================================================================
   ***/
body {
  font-family: "Inter";
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #efefef;
  background: #131313;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
body.active {
  overflow: hidden;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
}

.auto__container {
  position: relative;
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 30px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker__navigation-icon::before {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  margin-left: -4px;
  position: absolute;
  width: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  border-top: none;
  border-bottom-color: #f0f0f0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  top: 0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  bottom: 0;
  margin-bottom: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  border-bottom: none;
  border-top-color: #fff;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  bottom: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
  width: 100%;
}

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}
.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}
.react-datepicker-popper[data-placement^=bottom] {
  padding-top: 10px;
}
.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle, .react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}
.react-datepicker-popper[data-placement^=top] {
  padding-bottom: 10px;
}
.react-datepicker-popper[data-placement^=right] {
  padding-left: 8px;
}
.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}
.react-datepicker-popper[data-placement^=left] {
  padding-right: 8px;
}
.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 15px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  left: 2px;
}
.react-datepicker__navigation--next {
  right: 2px;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.react-datepicker__navigation:hover *::before {
  border-color: #a6a6a6;
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}
.react-datepicker__navigation-icon--next {
  left: -2px;
}
.react-datepicker__navigation-icon--next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: -7px;
}
.react-datepicker__navigation-icon--previous {
  right: -2px;
}
.react-datepicker__navigation-icon--previous::before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  right: -7px;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__year-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 180px;
}
.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -87px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-names {
  margin-bottom: -8px;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range,
.react-datepicker__quarter--selected,
.react-datepicker__quarter--in-selecting-range,
.react-datepicker__quarter--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover,
.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter--in-selecting-range:hover,
.react-datepicker__quarter--in-range:hover {
  background-color: #1d5d90;
}
.react-datepicker__month--disabled,
.react-datepicker__quarter--disabled {
  color: #ccc;
  pointer-events: none;
}
.react-datepicker__month--disabled:hover,
.react-datepicker__quarter--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}
.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #bad9f1;
  color: black;
}
.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover, .react-datepicker__month-text.react-datepicker__quarter--selected:hover, .react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
  background-color: #216ba5;
}
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  background-color: #f0f0f0;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: -16px;
  top: 0;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__children-container {
  width: 13.8rem;
  margin: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  height: auto;
}

h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 73px;
  color: #ffffff;
}

h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -1.5px;
  color: #fff;
}

h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -1.5px;
}
h4.big {
  font-size: 28px;
}

h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.02em;
}
h5 span {
  background: #b5e4ca;
  width: 16px;
  height: 32px;
  display: inline-block;
  border-radius: 4px;
  margin-right: 16px;
}
h5 span.orange {
  background: #ffbc99;
}
h5 span.purple {
  background: #cabdff;
}

p.xlg {
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
}
p.lg {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.777778px;
}
p.sm {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
}
p.med {
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
}

.box {
  background: rgba(255, 255, 255, 0.02);
  border-right: 0.876644px solid rgba(255, 255, 255, 0.15);
  border-radius: 15px;
}

.button {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.button.bordered {
  padding: 16px;
  font-family: "Inter";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  border-radius: 16px;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.button.bordered:hover {
  opacity: 0.8;
}
.button.primary {
  padding: 16px;
  font-family: "Inter";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  color: #fff;
  border-radius: 16px;
  border: 1px solid #ff5757;
  background: #ff5757;
  border-radius: 16px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.button.primary:hover {
  opacity: 0.8;
}
.button.connect {
  padding: 16px 30px;
  font-family: "Inter";
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #ff5757;
  background: rgba(255, 87, 87, 0.14);
  border-radius: 8px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.button.connect:hover {
  opacity: 0.8;
}
.button.export {
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  -webkit-box-shadow: inset 0px -2px 1px rgba(0, 0, 0, 0.4), inset 0px 1px 1px rgba(255, 255, 255, 0.11);
          box-shadow: inset 0px -2px 1px rgba(0, 0, 0, 0.4), inset 0px 1px 1px rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.button.export svg {
  width: 24px;
  margin-right: 12px;
  height: 24px;
}
.button.export:hover {
  color: #ff5757;
}
.button.uniq {
  padding: 12px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  position: relative;
  font-family: "Inter";
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.button.uniq:hover {
  opacity: 0.8;
}
.button.uniq svg {
  width: 16px;
  height: 16px;
  margin-left: 3px;
  position: relative;
  z-index: 2;
}
.button.uniq span {
  position: relative;
  z-index: 2;
}
.button.uniq::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  content: "";
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.04)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.6) 100%);
}
.button.uniq::after {
  top: 3px;
  left: 3px;
  border-radius: 12px;
  position: absolute;
  content: "";
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background: #131313;
}
.button.white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Inter";
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #000;
  padding: 12px 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  border: 1.04167px solid rgba(17, 17, 17, 0.16);
  border-radius: 15px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.button.white:hover {
  opacity: 0.8;
}
.button.white svg {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.wrapper {
  padding-top: 107px;
}

.input {
  width: 100%;
  position: relative;
}
.input input,
.input textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  resize: none;
  font-family: "Inter";
  font-weight: 600;
  padding: 12px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #efefef;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  -webkit-box-shadow: inset 0px -2px 1px rgba(0, 0, 0, 0.4), inset 0px 1px 1px rgba(255, 255, 255, 0.11);
          box-shadow: inset 0px -2px 1px rgba(0, 0, 0, 0.4), inset 0px 1px 1px rgba(255, 255, 255, 0.11);
  border-radius: 12px;
}
.input input:disabled,
.input textarea:disabled {
  color: rgba(239, 239, 239, 0.7);
}
.input input::-webkit-input-placeholder, .input textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #efefef;
}
.input input::-moz-placeholder, .input textarea::-moz-placeholder {
  opacity: 1;
  color: #efefef;
}
.input input:-ms-input-placeholder, .input textarea:-ms-input-placeholder {
  opacity: 1;
  color: #efefef;
}
.input input::-ms-input-placeholder, .input textarea::-ms-input-placeholder {
  opacity: 1;
  color: #efefef;
}
.input input::placeholder,
.input textarea::placeholder {
  opacity: 1;
  color: #efefef;
}
.input.wIcon input {
  padding: 12px 52px 12px 12px;
}
.input.wS input {
  padding: 12px 12px 12px 42px;
}
.input.wS svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 12px;
  width: 24px;
  height: 24px;
  color: #8f8f8f;
}
.input .button {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 18px;
  height: 18px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgba(255, 255, 255, 0.36);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
}
.input .button svg {
  width: 100%;
  height: 100%;
}
.input__outer {
  width: 100%;
  max-width: 375px;
  position: relative;
  margin-right: 24px;
}
.input__outer.mb {
  margin-bottom: 24px;
}
.input__outer label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #efefef;
  display: block;
  margin-bottom: 10px;
}
.input.amo input {
  padding: 12px 12px 12px 24px;
}
.input .curr {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #efefef;
}
.input__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.input__row .input {
  width: calc(100% - 84px);
}
.input__row .customSelect {
  width: 72px;
}

.customSelect {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.customSelect__selected {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  resize: none;
  font-family: "Inter";
  font-weight: 600;
  padding: 12px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  color: #efefef;
  position: relative;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  -webkit-box-shadow: inset 0px -2px 1px rgba(0, 0, 0, 0.4), inset 0px 1px 1px rgba(255, 255, 255, 0.11);
          box-shadow: inset 0px -2px 1px rgba(0, 0, 0, 0.4), inset 0px 1px 1px rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.customSelect__selected img {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-right: 8px;
}
.customSelect__selected svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 12px;
  width: 12px;
}
.customSelect__options {
  position: absolute;
  left: 0;
  width: 100%;
  max-height: 0;
  max-height: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  border: transparent;
  overflow: hidden;
  background: #212121;
}
.customSelect__options::-webkit-scrollbar {
  display: none;
}
.customSelect__options {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.customSelect__option {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Inter";
  font-weight: 600;
  padding: 12px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #efefef;
}
.customSelect__option img {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-right: 8px;
}
.customSelect__option:last-child {
  border-bottom: 0;
}
.customSelect.active .customSelect__selected {
  border-radius: 12px 12px 0 0;
}
.customSelect.active .customSelect__options {
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-top: transparent;
  opacity: 1;
  border-radius: 0 0 12px 12px;
}

.header {
  padding: 25px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.02);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__inner-logo {
  width: 156px;
  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;
}
.header__inner-logo img {
  width: 100%;
}

.burger {
  display: none;
}

.nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__inner-link {
  padding: 12px 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  color: #fff;
}
.nav__inner-link.active {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  -webkit-box-shadow: inset 0px -2px 1px rgba(0, 0, 0, 0.4), inset 0px 1px 1px rgba(255, 255, 255, 0.11);
          box-shadow: inset 0px -2px 1px rgba(0, 0, 0, 0.4), inset 0px 1px 1px rgba(255, 255, 255, 0.11);
  border-radius: 12px;
}

.search {
  width: 100%;
  position: relative;
  max-width: 400px;
}
.search input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  -webkit-box-shadow: inset 0px -2px 1px rgba(0, 0, 0, 0.4), inset 0px 1px 1px rgba(255, 255, 255, 0.11);
          box-shadow: inset 0px -2px 1px rgba(0, 0, 0, 0.4), inset 0px 1px 1px rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  padding: 16px 16px 16px 52px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #6c7278;
}
.search button {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 24px;
  height: 24px;
  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;
  background: transparent;
  color: #fff;
}

.dropdown {
  font-family: "Manrope", sans-serif;
  position: relative;
}
.dropdown__button {
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  -webkit-box-shadow: inset 0px -2px 1px rgba(0, 0, 0, 0.4), inset 0px 1px 1px rgba(255, 255, 255, 0.11);
          box-shadow: inset 0px -2px 1px rgba(0, 0, 0, 0.4), inset 0px 1px 1px rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.dropdown__button.active {
  color: #ff5757;
}
.dropdown__button:hover {
  color: #ff5757;
}
.dropdown__button svg {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.dropdown__menu {
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
  width: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #212121;
  border: 1px solid rgba(255, 255, 255, 0.14);
  -webkit-box-shadow: inset 0px -2px 1px rgba(0, 0, 0, 0.4), inset 0px 1px 1px rgba(255, 255, 255, 0.11);
          box-shadow: inset 0px -2px 1px rgba(0, 0, 0, 0.4), inset 0px 1px 1px rgba(255, 255, 255, 0.11);
  border-radius: 12px;
}
.dropdown__menu-link {
  padding: 12px;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.dropdown__menu-link:hover {
  color: #ff5757;
}

.check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Manrope", sans-serif;
}
.check__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.check__row img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 8px;
}
.check__row p {
  margin-right: 8px;
}
.check__row p.sw {
  width: 90px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.checkInput {
  position: relative;
}
.checkInput input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.checkInput input:checked + label {
  background: #1c8c6e;
}
.checkInput input:checked + label::before {
  left: 24px;
}
.checkInput label {
  width: 44px;
  height: 24px;
  background: #3e3e3e;
  border-radius: 100px;
  display: block;
  position: relative;
}
.checkInput label::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: "";
  left: 4px;
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  border-radius: 50%;
  background: #fff;
}

.tool {
  position: relative;
  cursor: pointer;
}
.tool__btn {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.tool__btn svg {
  width: 100%;
  height: 100%;
  color: #9a9fa5;
}
.tool__text {
  background: #212121;
  padding: 8px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  position: absolute;
  bottom: calc(100% + 2px);
  left: 50%;
  border-radius: 5px;
  color: #fff;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  width: 150px;
  opacity: 0;
}
.tool:hover .tool__text {
  visibility: visible;
  opacity: 1;
}

.opt {
  position: relative;
}
.opt input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.opt input:checked + label {
  background: #2a85ff;
}
.opt input:checked + label::before {
  left: 24px;
  background: #fcfcfc;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2), inset 0px 2px 2px #ffffff, inset 0px -1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2), inset 0px 2px 2px #ffffff, inset 0px -1px 1px rgba(0, 0, 0, 0.1);
}
.opt label {
  width: 44px;
  height: 24px;
  background: #111315;
  border-radius: 100px;
  display: block;
  position: relative;
}
.opt label::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: "";
  left: 4px;
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  border-radius: 50%;
  background: #272b30;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2), inset 0px 1px 2px rgba(255, 255, 255, 0.1), inset 0px -1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2), inset 0px 1px 2px rgba(255, 255, 255, 0.1), inset 0px -1px 1px rgba(0, 0, 0, 0.1);
}

.radio {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: relative;
}
.radio input {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.radio input:checked + label {
  background: #ff5757;
  border: 2px solid #ff5757;
}
.radio input:checked + label::before {
  opacity: 1;
}
.radio label {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  background: #1a1d1f;
  border: 2px solid rgba(111, 118, 126, 0.4);
}
.radio label::before {
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
  -moz-ransform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  opacity: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fcfcfc;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25), inset 0px -1px 2px #dedede;
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25), inset 0px -1px 2px #dedede;
}

.placeholder {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.35);
  background: linear-gradient(20deg, rgba(255, 255, 255, 0.15), rgba(116, 118, 125, 0.05), rgba(255, 255, 255, 0.15), rgba(116, 118, 125, 0.05));
  background-size: 300% 100%;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
  -webkit-animation: placeholder 3s ease infinite;
          animation: placeholder 3s ease infinite;
}
.placeholder--title {
  height: 23px;
  width: 100%;
}
.placeholder--info {
  height: 40px;
  width: 50%;
}
.placeholder--btn {
  width: 84px;
  border-radius: 50px;
  height: 40px;
}
.placeholder--more {
  width: 200px;
  height: 56px;
  border-radius: 50px;
}

@-webkit-keyframes placeholder {
  0% {
    background-position: 0% 0%;
  }
  80% {
    background-position: 200% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}

@keyframes placeholder {
  0% {
    background-position: 0% 0%;
  }
  80% {
    background-position: 200% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  background: rgba(14, 14, 14, 0.9);
}
.modal__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 600px;
  padding: 50px 36px;
  background: #181818;
  margin: auto;
  border-radius: 16px;
}
.modal__inner-header {
  margin-bottom: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal__inner-header h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal__inner-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 42px;
}
.modal__inner-footer .button {
  width: calc(50% - 4px);
}
.modal__inner-close {
  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;
  width: 36px;
  height: 36px;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  background: #272b30;
}
.modal__inner-close svg {
  width: 20px;
  height: 20px;
}
.modal__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid rgba(111, 118, 126, 0.15);
}
.modal__info p.med {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}
.modal__info p.sm {
  color: rgba(255, 255, 255, 0.7);
  margin-right: 20px;
  white-space: nowrap;
}
.modal__info:last-child {
  border-bottom: unset;
}
.modal__invoice .input__outer {
  max-width: unset;
  margin-bottom: 16px;
}

.request .input__outer {
  max-width: unset;
  margin-bottom: 16px;
}
.request__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.request__footer .button {
  width: calc(50% - 4px);
  text-align: center;
}
.request__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 16px 0;
  border-bottom: 1px solid #252627;
  margin-bottom: 16px;
}
.request__row label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #efefef;
  display: block;
}
.request__row .customSelect {
  min-width: 125px;
}
.request__row .customSelect.active {
  z-index: 3;
}
.request__row .customSelect__selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  background: unset;
  border: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.request__row .customSelect__selected svg {
  position: unset;
  transform: translate(0, 0);
  -moz-ransform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  margin-left: 12px;
}
.request__row .customSelect__options {
  z-index: 2;
  border-radius: 10px !important;
}
.request__row .customSelect__option {
  padding: 6px 10px;
  border-radius: 0 !important;
}

.react-datepicker {
  font-family: "Inter";
  border: 0;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  overflow: hidden;
  z-index: 3;
}
.react-datepicker__aria-live {
  display: none !important;
}
.react-datepicker__header {
  background: #ff5757;
  padding: 10px 0;
  border-radius: 16px 16px 0 0;
}
.react-datepicker__navigation {
  top: 6px;
}
.react-datepicker__navigation-icon::before {
  border-color: #fff;
}
.react-datepicker__month-container {
  background-color: #212121;
  color: #969eac;
  font-size: 0.8rem;
  font-family: "Inter";
}
.react-datepicker__month {
  padding: 10px 0;
}
.react-datepicker__current-month {
  color: #fff;
  font-weight: 700;
  border-radius: 0 0 16px 16px;
}
.react-datepicker__day {
  font-size: 12px;
  border-radius: 50%;
  width: 2rem;
  color: #fff;
  line-height: 2rem;
}
.react-datepicker__day:hover {
  background: #ff5757;
}
.react-datepicker__day--selected {
  background: #ff5757;
}
.react-datepicker__day--keyboard-selected {
  color: #fff;
  background: #ff5757;
}
.react-datepicker__day--in-range {
  background: #ff5757;
}
.react-datepicker__day--selecting-range-start {
  background: #ff5757;
}
.react-datepicker__day--in-selecting-range {
  background: #ff5757;
  opacity: 0.9;
}
.react-datepicker__day-names {
  margin-top: 12px;
}
.react-datepicker__day-name {
  color: #fff;
}
.react-datepicker-time__header {
  color: #fff;
}

.invoice {
  padding: 38px 0;
}
.invoice__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 54px;
}
.invoice__head-item {
  width: calc(50% - 14px);
  padding: 55px 35px 0 35px;
  background: url(../images/gradient.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  overflow: hidden;
  padding-bottom: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.invoice__head-image {
  width: 50%;
  max-width: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.invoice__head-image img {
  width: 100%;
}
.invoice__head-content {
  max-width: 385px;
  color: #fff;
}
.invoice__head-content h4 {
  margin-bottom: 15px;
}
.invoice__head-content p {
  margin-bottom: 35px;
}
.invoice__head-content .button {
  max-width: 208px;
}
.invoice__head .chart {
  width: calc(50% - 14px);
}
.invoice h3 {
  margin-bottom: 24px;
}
.invoice h3.placeholder {
  min-height: 50px;
  display: block;
  max-width: 250px;
  border-radius: 10px;
}
.invoiceTable {
  padding: 56px 40px;
}
.invoiceTable__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}
.invoiceTable__header .search.placeholder {
  min-height: 40px;
  border-radius: 6px;
}
.invoiceTable__header .button.placeholder {
  border-radius: 6px;
  min-height: 40px;
  width: 120px;
}
.invoiceTable__header-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.invoiceTable__header-action .button {
  margin-left: 24px;
}
.invoiceTable__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.invoiceTable__row img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 8px;
}
.invoiceTable table {
  width: 100%;
  border-collapse: collapse;
}
.invoiceTable table td,
.invoiceTable table th {
  font-family: "Inter";
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #fff;
  padding: 28px 12px;
  white-space: nowrap;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.invoiceTable table th {
  padding: 20px 12px;
  font-weight: 600;
  color: #6c7278;
  font-family: "Manrope", sans-serif;
}
.invoiceTable .status {
  padding: 8px;
  width: 105px;
  border-radius: 5px;
  text-transform: capitalize;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.invoiceTable .status.active {
  color: #1c8c6e;
  background: rgba(28, 140, 110, 0.14);
}
.invoiceTable .status.inActive {
  color: #ff2633;
  background: rgba(255, 38, 51, 0.14);
}
.invoiceTable .status.hold {
  color: #e78b20;
  background: rgba(231, 139, 32, 0.14);
}
.invoiceTable .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}
.invoiceTable .link svg {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
.invoiceTable .tooltip {
  padding: 8px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  position: absolute;
  bottom: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  border-radius: 5px;
  color: #fff;
  background: #212121;
  display: none;
  -webkit-animation: 0.2s linear tooltip;
          animation: 0.2s linear tooltip;
}
.invoiceTable .tooltip.active {
  display: block;
}
.invoiceTable__body {
  margin-bottom: 48px;
  overflow-x: auto;
}
.invoiceTable__body .placeholder {
  min-height: 42px;
  width: 100%;
  border-radius: 6px;
  display: block;
  margin-bottom: 20px;
}
.invoiceTable__body::-webkit-scrollbar {
  display: none;
}
.invoiceTable__body {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.invoiceTable__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination__btn {
  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;
  width: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  background: #1b1b1b;
  border: 1px solid #dce4e8;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.pagination__btn.disabled {
  opacity: 0.6;
}
.pagination__btn.disabled:hover {
  border: 1px solid #dce4e8;
  color: #fff;
}
.pagination__btn:hover {
  border: 1px solid #ff5757;
  color: #ff5757;
}
.pagination__btn svg {
  width: 20px;
  height: 20px;
}
.pagination__nums {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 16px;
}
.pagination__num {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 36px;
  height: 32px;
  background: #1b1b1b;
  font-family: "Inter";
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  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;
}
.pagination__num:hover {
  color: #ff5757;
}

@-webkit-keyframes tooltip {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes tooltip {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.chart {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 54px 38px;
  border-radius: 15px;
}
.chart.placeholder {
  min-height: 300px;
}
.chart__head-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 26px;
}
.chart__head-price {
  font-weight: 700;
  font-size: 48px;
  line-height: 150%;
  letter-spacing: -0.03em;
  color: #ffffff;
}
.chart__body {
  height: 230px;
}
.chart .customSelect {
  min-width: 100px;
}
.chart .customSelect__selected {
  background: transparent;
  border: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px 12px;
}
.chart .customSelect__selected svg {
  position: static;
  transform: translate(0, 0);
  -moz-ransform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  margin-left: 12px;
}
.chart .customSelect__options {
  border-radius: 12px !important;
}
.chart .customSelect__option {
  padding: 4px 12px;
}

.wallets {
  padding: 42px 0 22px 0;
}
.wallets h3 {
  margin-bottom: 28px;
}
.wallets h3.placeholder {
  min-height: 50px;
  width: 100%;
  max-width: 200px;
  border-radius: 8px;
}
.wallets__inner {
  padding: 50px 46px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 52px;
}
.wallets__inner-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 50px;
}
.wallets__inner-footer .button {
  width: calc(50% - 8px);
  max-width: 264px;
}
.wallets__inner-footer .button:last-child {
  margin-left: 16px;
}
.walletsItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 30px;
}
.walletsItem__coin:last-child {
  margin-right: 0;
}
.walletsItem .divider {
  width: 2px;
  height: 34px;
  display: block;
  background: rgba(255, 255, 255, 0.12);
}
.walletsItem__row {
  width: calc(50% - 1px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 663px;
}
.walletsItem__row:first-child {
  padding-right: 20px;
}
.walletsItem__row:last-child {
  padding-left: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.walletsItem__row .input__outer label {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 0;
  margin-bottom: 0;
}
.wallets .invoiceTable__body {
  margin: 0;
}
.wallets .invoiceTable__body .placeholder {
  min-height: 60px;
}

.start {
  padding: 42px 0;
}
.start h3 {
  margin-bottom: 24px;
}
.start__inner {
  padding: 50px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.startItem {
  width: calc(20% - 10px);
  text-align: center;
}
.startItem p.lg {
  color: #fff;
  margin-bottom: 34px;
}
.startItem .check {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
}
.startItem__number {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto 16px auto;
  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;
}
.startItem__number span {
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.777778px;
  color: #000000;
}
.startItem__number:after {
  position: absolute;
  top: 50%;
  width: 70px;
  border-radius: 50%;
  height: 70px;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-ransform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  content: "";
  background: #34c4ff;
}
.startItem__number::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 50%;
  height: 100%;
  content: "";
  background: #34c4ff;
  opacity: 0.15;
}
.start__arrow {
  width: calc(15% - 10px);
  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;
}
.start__arrow img {
  width: 100%;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.layout {
  padding: 42px 0;
}
.layout h3 {
  margin-bottom: 24px;
}
.layout h3.placeholder {
  min-height: 50px;
  width: 100%;
  max-width: 240px;
}
.layout__inner {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layoutSide {
  width: 380px;
  margin-right: 32px;
}
.layoutSide__btn {
  padding: 12px 16px;
  font-family: "Inter";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.39);
  margin-bottom: 8px;
  border: 1px solid transparent;
}
.layoutSide__btn.active {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  -webkit-box-shadow: inset 0px -2px 1px rgba(0, 0, 0, 0.4), inset 0px 1px 1px rgba(255, 255, 255, 0.11);
          box-shadow: inset 0px -2px 1px rgba(0, 0, 0, 0.4), inset 0px 1px 1px rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  color: #fcfcfc;
}
.layoutSide__btn:last-child {
  margin-bottom: 0;
}
.layoutSide__btn.placeholder {
  min-height: 50px;
  width: 100%;
  border-radius: 8px;
}
.layoutMain {
  width: calc(100% - 412px);
}
.layoutMain.placeholder {
  min-height: 500px;
  border-radius: 12px;
}

.profile {
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid #272b30;
}
.profile:last-child {
  margin-bottom: 0;
  border: unset;
}
.profile h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fcfcfc;
  margin-bottom: 36px;
}
.profile .input__outer {
  width: 100%;
  max-width: unset;
  margin-bottom: 32px;
}
.profile .input__outer label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profile .input__outer label .tool {
  margin-left: 8px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.profile__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.profile__links .input__outer {
  width: calc(33.3% - 10px);
  max-width: 350px;
  margin: 0;
}
.profile__opt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #272b30;
  padding: 24px 0;
}
.profile__opt:last-child {
  border-bottom: 0;
}
.profile__opt-text {
  color: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profile__opt-text .tool {
  margin-left: 8px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
.upload .avatar {
  margin-right: 32px;
}
.upload__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.upload__btns .button {
  margin-right: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.upload__btns .button svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.upload__btns .button:last-child {
  margin-right: 0;
}
.upload__btns .button input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.avatar {
  width: 160px;
  height: 160px;
  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;
  border-radius: 50%;
  background: #131313;
  overflow: hidden;
  position: relative;
}
.avatar .icon {
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-ransform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  height: 50px;
  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;
}
.avatar .icon svg {
  width: 100%;
  height: 100%;
}
.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.lds-ring {
  display: inline-block;
  position: relative;
  font-size: 40px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 0.12em solid rgba(255, 255, 255, 0.25);
}
.lds-ring div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 1.2em;
  height: 1.2em;
  border: 0.12em solid #fff;
  margin: -0.14em;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

.preview__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px;
}
.preview h5 {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.previewInfo {
  width: calc(50% - 15px);
  max-width: 430px;
}
.previewInfo__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
.previewInfo__head .avatar {
  margin-right: 20px;
}
.previewInfo__head h4 {
  color: #fcfcfc;
  margin-bottom: 8px;
}
.previewInfo__head .status {
  padding: 2px 8px;
  display: inline-block;
  border-radius: 6px;
  background: #ff5757;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #ffffff;
}
.previewRequest {
  width: 50%;
}

.guides h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.guides__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  border-radius: 12px;
  overflow: hidden;
}
.guides__image img {
  width: 100%;
}
.guides__text.mx {
  max-width: 540px;
}
.guides__text .customSelect {
  display: inline-block;
  margin: 0 10px;
}
.guides__text .customSelect__selected {
  padding-right: 50px;
}
.guides__text a,
.guides__text button {
  pointer-events: none;
  margin: 0 6px;
}
.guides__text a span,
.guides__text button span {
  position: relative;
  top: -7px;
}
.guides__text .note {
  border-bottom: 1px solid #272b30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
  margin-bottom: 24px;
}
.guides__text .note__close {
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-left: 12px;
  display: inline-block;
  background: transparent;
  color: #fff;
}
.guides__text .note__close svg {
  width: 100%;
  height: 100%;
}
.guides__text .button img {
  margin-right: 10px;
}
.guides__text .button svg {
  margin-right: 10px;
  opacity: 0.8;
}
.guides__text .button.box {
  color: #fff;
  padding: 6px 10px;
}
.guides__text .input {
  max-width: 200px;
  display: inline-block;
  margin: 0 6px;
}
.guides__text a {
  display: inline-block;
  margin: 0 4px;
}
.guides__text .button {
  padding: 4px 8px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 16px;
}
.guides__text p {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 24px;
}
.guides__text p.rm {
  margin-bottom: 4px;
}
.guides__text p:last-child {
  margin-bottom: 0;
}
.guides__text p strong {
  color: #fff;
}

.rewards {
  padding-bottom: 50px;
}
.rewards__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 26px 0;
}
.rewards__info {
  width: calc(50% - 15px);
}
.rewards__info-percent {
  font-weight: 700;
  font-size: 64px;
  line-height: 120%;
  letter-spacing: -1.5px;
  color: #ff5757;
  margin-bottom: 24px;
}
.rewards__info-percent.placeholder {
  min-height: 60px;
  width: 100%;
  max-width: 400px;
  border-radius: 8px;
}
.rewards__info-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  font-family: "Inter";
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.rewards__info-add:hover {
  color: #ff5757;
}
.rewards__info-add svg {
  width: 16px;
  height: 16px;
  margin-left: 3px;
}
.rewards__info-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rewards__info-btns .button.placeholder {
  min-height: 40px;
  display: inline-block;
  width: 120px;
  margin-right: 20px;
  border-radius: 8px;
}
.rewards__info h3 {
  margin-bottom: 32px;
}
.rewards__info h3.placeholder {
  min-height: 50px;
  border-radius: 8px;
  width: 150px;
  display: block;
}
.rewards__info h4 {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.rewards__info h4.placeholder {
  min-height: 40px;
  display: block;
  border-radius: 8px;
  width: 250px;
}
.rewards__image {
  width: calc(50% - 15px);
  max-width: 340px;
  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;
}
.rewards__image img {
  width: 100%;
}
.rewards__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rewards__inner-col {
  width: calc(60% - 11px);
}
.rewards__inner-col:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.rewards__inner-col:first-child .rewardsItem {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.rewards__inner-col:last-child {
  width: calc(40% - 11px);
}
.rewards__inner-col:last-child .rewardsItem {
  height: 100%;
}
.rewards__inner-col.placeholder {
  min-height: 300px;
  border-radius: 10px;
}
.rewardsItem {
  padding: 34px 40px;
  margin-bottom: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.rewardsItem h4.big {
  margin-bottom: 14px;
}
.rewardsItem__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0 20px 0;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rewardsItem__more h5 {
  margin: 0 10px 0 0;
}
.rewardsItem__icon {
  width: 100px;
  height: 100px;
  opacity: 0.1;
  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;
  color: #fff;
  margin-bottom: 32px;
}
.rewardsItem__icon svg {
  width: 100%;
  height: 100%;
}
.rewardsItem:last-child {
  margin-bottom: 0;
}
.rewardsItem .button {
  margin-top: 24px;
}
.rewardsItem .button:after {
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.rewardsItem__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.rewardsItem__percent {
  font-weight: 600;
  font-size: 28px;
  line-height: 150%;
  color: #ff5757;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rewardsItem__percent button {
  background: transparent;
  width: 32px;
  height: 32px;
  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;
  color: #ff5757;
  cursor: pointer;
}
.rewardsItem__percent button svg {
  width: 100%;
  height: 100%;
  margin-left: 4px;
}
.rewardsItem__infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rewardsItem__info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
}
.rewardsItem__info-views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 20.4179px;
  line-height: 150%;
  letter-spacing: -0.03em;
}
.rewardsItem__info-views svg {
  width: 24px;
  height: 24px;
  color: #ff5757;
  margin-right: 8px;
}
.rewardsItem__info p {
  margin-bottom: 4px;
}
.rewardsItem__info:first-child {
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.23);
}
.rewardsItem__info:last-child {
  padding-left: 20px;
  text-align: right;
}
.rewardsItem__info:last-child .rewardsItem__info-views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.landing {
  padding-left: 50%;
}
.landingIntro {
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  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;
}
.landingIntro__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.landingIntro__top {
  width: 80%;
  top: 0;
  left: 0;
  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;
  position: absolute;
  max-width: 970px;
}
.landingIntro__top img {
  width: 100%;
}
.landingIntro__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.landingIntro__bot {
  width: 60%;
  bottom: 0;
  left: 0;
  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;
  position: absolute;
  max-width: 820px;
}
.landingIntro__bot img {
  width: 100%;
}
.landingIntro__content {
  position: relative;
  z-index: 2;
  max-width: 620px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
}
.landingIntro__content p.xlg {
  color: #fff;
  margin-bottom: 24px;
}
.landingIntro__content h1 {
  margin-bottom: 24px;
}
.landingIntro__content .button {
  width: 100%;
}
.landingIntro__content-logo {
  width: 157px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}
.landingIntro__content-logo img {
  width: 100%;
}
.landingRequest {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100vh;
}
.landingRequest .request {
  margin: auto;
  width: 100%;
  max-width: 606px;
  padding: 50px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #181818;
  border-radius: 15px;
}
.landingRequest .request h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 44px;
}
.landingRequest .request__footer .button {
  width: 100%;
}

@media (max-width: 1340px) {
  .header {
    padding: 20px 0;
  }
  .header__inner-logo {
    width: 124px;
  }

  .nav__inner-link {
    padding: 10px 20px;
  }

  .layoutSide {
    width: 300px;
  }
  .layoutMain {
    width: calc(100% - 320px);
  }

  .wrapper {
    padding-top: 93px;
  }

  h3 {
    font-size: 40px;
    line-height: 50px;
  }

  h4 {
    font-size: 22px;
  }
  h4.big {
    font-size: 24px;
  }

  p.lg {
    font-size: 16px;
    line-height: 24px;
  }

  .button.connect {
    padding: 14px 24px;
  }
  .button.export {
    padding: 10px;
    font-size: 14px;
  }
  .button.export svg {
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }

  .dropdown__button {
    padding: 10px;
    font-size: 14px;
  }
  .dropdown__button svg {
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }

  .search {
    max-width: 320px;
  }
  .search input {
    padding: 12px 12px 12px 40px;
  }
  .search button {
    width: 18px;
    height: 18px;
    left: 12px;
  }

  .chart {
    padding: 30px 24px;
  }
  .chart__head-price {
    font-size: 40px;
    line-height: 50px;
  }
  .chart__body {
    height: 200px;
  }

  .invoice__head-item {
    padding: 30px 20px 0 20px;
  }
  .invoiceTable {
    padding: 40px 30px;
  }
  .invoiceTable .status {
    font-size: 14px;
    line-height: 20px;
  }
  .invoiceTable__body {
    margin-bottom: 32px;
  }
  .invoiceTable table td,
.invoiceTable table th {
    font-size: 14px;
    line-height: 20px;
  }
  .invoiceTable table th {
    padding: 12px 8px;
  }
  .invoiceTable table td {
    padding: 12px 8px;
  }

  .wallets__inner {
    padding: 40px 32px;
  }

  .start__inner {
    padding: 40px;
  }

  .preview__inner {
    padding: 24px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .previewInfo {
    width: 100%;
    margin-bottom: 24px;
  }
  .previewRequest {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .wallets__inner {
    margin-bottom: 32px;
  }
  .walletsItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .walletsItem__row {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 40px;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    max-width: unset !important;
  }
  .walletsItem .divider {
    display: none;
  }

  .start__arrow {
    width: calc(10% - 10px);
  }
  .startItem {
    width: calc(26.6% - 10px);
  }
}
@media (max-width: 1024px) {
  .header {
    padding: 32px 0;
  }
  .header .button.connect {
    display: none;
  }

  .nav {
    position: fixed;
    top: 97.17px;
    left: 0;
    width: 100%;
    height: calc(100% - 97.17px);
    z-index: 100;
    background: rgba(0, 0, 0, 0.4);
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .nav.active {
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .nav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-direction: column;
    position: absolute;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    top: 0;
    right: 0;
    width: 250px;
    padding: 0;
    z-index: 1;
    padding: 20px;
    height: calc(100% - 40px);
    overflow-y: auto;
    background: #181818;
  }
  .nav__inner-link {
    border: none;
    padding: 15px;
    display: block;
    text-align: left;
    width: unset;
    margin-right: 0;
    font-size: 16px;
    line-height: 1;
  }

  .burger {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
  }
  .burger::before {
    top: 20%;
    width: calc(100% - 0.4rem);
    height: 4px;
    background-color: #fff;
    border-radius: 0.125rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger span {
    top: 50%;
    width: calc(100% - 0.4rem);
    height: 4px;
    background-color: #fff;
    border-radius: 0.125rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .burger::after {
    bottom: 20%;
    width: calc(100% - 0.4rem);
    height: 4px;
    background-color: #fff;
    border-radius: 0.125rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger.active::before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .burger.active span {
    opacity: 0;
  }
  .burger.active::after {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(-45deg);
    transform: translate(-50%, 50%) rotate(-45deg);
  }

  .layoutSide {
    width: 220px;
  }
  .layoutMain {
    width: calc(100% - 240px);
  }

  .wrapper {
    padding-top: 97.17px;
  }

  .auto__container {
    padding: 0 20px;
  }

  h1 {
    font-size: 48px;
    line-height: 60px;
  }

  .landing {
    padding-left: 0;
  }
  .landingRequest {
    padding: 20px;
    min-height: unset;
  }
  .landingRequest .request {
    padding: 20px;
  }
  .landingIntro {
    position: relative;
    width: 100%;
    padding: 180px 0;
  }
  .landingIntro__content {
    width: 100%;
    margin: 0;
    padding: 20px;
  }
  .landingIntro__top {
    width: 50%;
  }
  .landingIntro__bot {
    width: 50%;
    left: unset;
    right: 0;
  }

  .invoiceTable__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .invoiceTable__header .search {
    margin-bottom: 16px;
    max-width: unset;
  }
  .invoice__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .invoice__head .chart {
    width: 100%;
  }
  .invoice__head-image {
    width: calc(50% - 15px);
    max-width: 320px;
    position: static;
  }
  .invoice__head-content {
    width: calc(50% - 15px);
  }
  .invoice__head-item {
    width: 100%;
    margin-bottom: 32px;
    padding: 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .start__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .startItem {
    width: 100%;
  }
  .start__arrow {
    width: 100%;
    max-width: 300px;
    margin: 40px 0;
  }

  .rewards__image {
    max-width: 240px;
  }
  .rewards__info-percent {
    font-size: 48px;
    line-height: 54px;
  }
  .rewards__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rewards__inner-col {
    width: 100% !important;
    margin-bottom: 22px;
  }
  .rewards__inner-col:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 840px) {
  .layout__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .layoutSide {
    width: 100%;
    margin-bottom: 30px;
  }
  .layoutMain {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .upload {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .upload .avatar {
    margin: 0 0 24px 0;
  }

  .tool__text {
    left: unset;
    right: 0;
  }

  .profile__opt-text {
    margin-right: 12px;
  }
  .profile__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .profile__links .input__outer {
    width: 100%;
    margin-bottom: 16px;
    max-width: unset;
  }

  .invoiceTable {
    padding: 30px 20px;
  }
  .invoiceTable table td,
.invoiceTable table th {
    font-size: 12px;
    line-height: 16px;
  }
  .invoice__head-item {
    padding: 30px 20px 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .invoice__head-content {
    width: 100%;
    text-align: center;
    max-width: unset;
  }
  .invoice__head-content .button {
    margin: 0 auto;
  }
  .invoice__head-image {
    width: 100%;
  }

  .walletsItem__row:last-child {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .walletsItem__coin {
    width: calc(50% - 20px);
    margin: 10px;
    max-width: unset;
  }
  .walletsItem__coin .check {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .rewards__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rewards__info {
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
  }
  .rewards__info-btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rewards__image {
    width: 100%;
  }
  .rewardsItem {
    padding: 24px;
  }
}
@media (max-width: 540px) {
  h3 {
    font-size: 32px;
    line-height: 42px;
  }

  h4 {
    font-size: 20px;
  }
  h4.big {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  .modal__inner {
    padding: 20px;
  }

  .layout__inner {
    padding: 20px;
  }

  .landingIntro__top {
    width: 80%;
  }
  .landingIntro__bot {
    width: 80%;
  }

  .upload__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .upload__btns .button {
    width: 100%;
    margin: 0 0 16px 0;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: unset;
  }

  .previewInfo__head {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .previewInfo__head .avatar {
    margin: 0 auto 24px auto;
  }

  .chart__head-price {
    font-size: 32px;
    line-height: 40px;
  }
  .chart__body {
    height: 160px;
    margin: 0 -20px;
    width: calc(100% + 40px);
  }

  .pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pagination__btn {
    width: 32px;
    height: 32px;
  }
  .pagination__btn svg {
    width: 18px;
    height: 18px;
  }

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

  .wallets__inner-footer {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wallets__inner-footer .button {
    margin: 0 0 15px 0;
    width: 100%;
    max-width: unset;
  }
  .wallets__inner-footer .button:last-child {
    margin: 0;
  }
  .walletsItem__coin {
    width: 100%;
    margin: 10px 0;
  }
  .walletsItem__row {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    margin-bottom: 16px;
  }
  .walletsItem__row:last-child {
    margin: 0 !important;
    width: 100% !important;
  }
  .walletsItem__row .input__outer {
    margin: 0 0 20px 0;
    width: 100%;
    max-width: unset;
  }
  .walletsItem__row .check {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .start__inner {
    padding: 40px 32px;
  }

  .rewards__info h4 {
    font-size: 16px;
    line-height: 22px;
  }
  .rewards__info-percent {
    font-size: 32px;
    line-height: 40px;
  }
  .rewardsItem {
    padding: 20px;
  }
  .rewardsItem__percent {
    font-size: 20px;
    line-height: 24px;
  }
  .rewardsItem__percent button {
    width: 20px;
    height: 20px;
  }
  .rewardsItem__more {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rewardsItem__infos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rewardsItem__info {
    width: 100%;
    padding: 0 0 16px 0 !important;
    border: unset !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.23) !important;
    margin: 0 0 16px 0;
    text-align: left !important;
  }
  .rewardsItem__info:last-child {
    border-bottom: unset !important;
  }
  .rewardsItem__info-views {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}