/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/scss/index.scss ***!
  \*********************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap);
/*!**********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/ui-kit/icons/style.scss ***!
  \**********************************************************************************************************************/
img {
  transition: 0.3s ease;
  filter: invert(34%) sepia(13%) saturate(820%) hue-rotate(188deg) brightness(90%) contrast(88%);
  height: 12px;
}
.btn-active img, .dropDown-active img {
  filter: brightness(0) invert(1);
}
/*!***********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/ui-kit/button/style.scss ***!
  \***********************************************************************************************************************/
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9.5px;
  padding: 5px 10px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  background: #FFFFFF;
  color: #3C4257;
  border: 1px solid #E0E6EB;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12), 0px 2px 5px rgba(60, 66, 87, 0.08);
  border-radius: 4px;
  position: relative;
  transition: 0.3s ease;
  cursor: pointer;
}
.btn:hover {
  background: #f3f3f3;
}
.btn-active {
  border-radius: 20px;
  border: 1px solid #306AFF;
  box-shadow: none;
  background: #306AFF;
  color: #FFFFFF;
}
.btn-active:hover {
  background: #2556d3;
  cursor: default;
}
.btn-outlined {
  border: none;
  box-shadow: none;
  padding: 6px 10px;
}
.btn-outlined::after {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: 1px;
  bottom: 10%;
  left: 10px;
  background-color: rgba(60, 66, 87, 0.2);
  opacity: 0;
  transition: all 0.45s ease 0s;
}
.btn-outlined:hover {
  background: transparent;
}
.btn-outlined:hover::after {
  bottom: 0%;
  opacity: 1;
}
.btn-disabled {
  pointer-events: none;
  cursor: none;
  opacity: 0.8;
}
/*!*************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/ui-kit/dropDown/style.scss ***!
  \*************************************************************************************************************************/
.dropDown__items {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 100%;
  border-radius: 4px;
  overflow: hidden;
  background: #FFFFFF;
  color: #3C4257;
  border: 1px solid #E0E6EB;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12), 0px 2px 5px rgba(60, 66, 87, 0.08);
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
  cursor: auto;
}
.dropDown__items.show {
  height: auto;
  opacity: 1;
  visibility: visible;
  top: 110%;
}
.dropDown__item {
  line-height: 22px;
  padding-left: 12px;
  transition: 0.3s ease;
  cursor: pointer;
}
.dropDown__item:hover {
  background: rgba(48, 106, 255, 0.15);
}
/*!****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/ui-kit/buttonGroup/style.scss ***!
  \****************************************************************************************************************************/
.buttonGroup {
  display: flex;
}
.buttonGroup .rs-input-group {
  align-self: center;
  background: #FFFFFF;
  color: #3C4257;
  border: 1px solid #E0E6EB;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12), 0px 2px 5px rgba(60, 66, 87, 0.08);
  border-radius: 0 4px 4px 0;
  outline: none;
}
.buttonGroup .rs-input-group:hover {
  border: 1px solid #E0E6EB;
}
.buttonGroup .rs-input-group:hover .rs-picker-toggle.rs-btn.rs-btn-default {
  background: #f3f3f3 !important;
}
.buttonGroup .rs-input-group .rs-picker:first-child {
  border-right: 1px solid #E0E6EB;
}
.buttonGroup .rs-input-group .rs-picker:first-child .rs-picker-toggle.rs-btn.rs-btn-default {
  border-radius: 0 0 0 0;
  transition: 0.3s ease;
}
.buttonGroup .rs-input-group .rs-picker:last-child .rs-picker-toggle.rs-btn.rs-btn-default {
  border-radius: 0 4px 4px 0;
  transition: 0.3s ease;
}
.buttonGroup .rs-input-group .rs-picker-toggle.rs-picker-toggle-active.rs-btn.rs-btn-default {
  outline: none !important;
  border: none !important;
  box-shadow: none;
}
.buttonGroup .rs-input-group .rs-picker-toggle {
  padding-top: 2px;
  padding-bottom: 2px;
}
.buttonGroup .rs-input-group .rs-picker-toggle-caret.rs-icon, .buttonGroup .rs-input-group .rs-picker-toggle-clean.rs-btn-close {
  top: 2px;
}
.buttonGroup__item {
  border-radius: 0px;
}
.buttonGroup__item:first-child {
  border-radius: 4px 0px 0px 4px;
}
.buttonGroup__item:last-child {
  border-radius: 0px 4px 4px 0px;
}
/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/ui-kit/menu/style.scss ***!
  \*********************************************************************************************************************/
.menu__item:not(:last-child) {
  margin: 0px 0px 11px 0px;
}
.menu__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  letter-spacing: 0.154px;
  position: relative;
  cursor: pointer;
}
.menu__title::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  top: 0;
  left: -16px;
  background: transparent;
}
.menu__title.active {
  color: #306AFF;
  font-weight: 500;
}
.menu__title.active::after {
  background: #306AFF;
}
.menu__subitems {
  height: auto;
  max-height: 0px;
  overflow: hidden;
  padding-left: 8px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.menu__subitems.show {
  max-height: 500px;
  opacity: 1;
  visibility: visible;
}
.menu__subitem {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #414552;
  letter-spacing: 0.154px;
  cursor: pointer;
}
.menu__subitem:not(:last-child) {
  margin: 0px 0px 11px 0px;
}
/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/ui-kit/tabs/style.scss ***!
  \*********************************************************************************************************************/
.tabs {
  display: flex;
}
.tabs .rs-input-group {
  align-self: center;
  margin-left: 10px;
}
.tabs__item {
  border-radius: 0px;
}
.tabs__item:first-child {
  border-radius: 4px 0px 0px 4px;
}
.tabs__item:last-child {
  border-radius: 0px 4px 4px 0px;
}
/*!****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/containers/Reports/style.scss ***!
  \****************************************************************************************************************************/
.reports.reports-container {
  padding: 38px 5px 20px;
  display: flex;
  height: calc(100% - 51px);
}
.reports__empty {
  flex: 1 0 auto;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.34px;
  color: #30313D;
}
.reports__empty-icon img {
  width: 50px;
  height: 50px;
}
.reports__sidebar {
  flex: 0 1 216px;
}
.reports__sidebar .sidebar-reports__title {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.34px;
  color: #30313D;
  margin-bottom: 20px;
}
.reports__sidebar .sidebar-reports__body {
  padding: 3px 16px;
  border-left: 1px solid #EBEEF1;
  transition: 0.3s ease;
}
.reports__sidebar .sidebar-reports__body-title {
  font-weight: 400;
  font-size: 14px;
  color: #414552;
  margin-bottom: 28px;
}
.reports__sidebar .sidebar-reports__body-menu .report-menu {
  display: flex;
  flex-direction: column;
}
.reports__sidebar .sidebar-reports__body-menu .report-menu > span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  letter-spacing: 0.154px;
  position: relative;
  cursor: pointer;
}
.reports__sidebar .sidebar-reports__body-menu .report-menu .menu-item {
  display: flex;
  flex-direction: column;
}
.reports__sidebar .sidebar-reports__body-menu .report-menu .menu-item .menu-item__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  letter-spacing: 0.154px;
  transition: 0.2s;
  position: relative;
  cursor: pointer;
}
.reports__sidebar .sidebar-reports__body-menu .report-menu .menu-item .menu-item__title::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  top: 0;
  left: -16px;
  background: transparent;
}
.reports__sidebar .sidebar-reports__body-menu .report-menu .menu-item .menu-item__title.menu-item__title_active {
  color: #306AFF;
  font-weight: 500;
}
.reports__sidebar .sidebar-reports__body-menu .report-menu .menu-item .menu-item__title.menu-item__title_active::after {
  background: #306AFF;
}
.reports__sidebar .sidebar-reports__body-menu .report-menu .menu-item .menu-item__sub {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: height 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.reports__sidebar .sidebar-reports__body-menu .report-menu .menu-item .menu-item__sub.show {
  opacity: 1;
  visibility: visible;
}
.reports__sidebar .sidebar-reports__body-menu .report-menu .menu-item .menu-item__sub .menu-item__title_active::after {
  left: -26px;
}
.reports__content {
  padding: 17px 0 0 0;
  flex: 1 0 auto;
  width: calc(100% - 216px);
  height: 100%;
}
.reports__content .content-reports__header {
  display: flex;
  gap: 15px;
  padding: 14px 20px;
  position: relative;
}
.reports__content .content-reports__header .btn {
  align-self: center;
}
.reports__content .content-reports__header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #EBEEF1;
  z-index: -2;
}
.reports__content .content-reports__header ~ div {
  position: relative;
  transition: 0.3s ease;
  padding: 30px 15px;
  transform: scaleY(0.8);
  opacity: 0;
  transform-origin: center top;
  -webkit-animation: showContent 0.6s forwards;
  animation: showContent 0.6s forwards;
}
.reports__content .content-reports__header ~ div.active {
  display: block;
}
@-webkit-keyframes showContent {
  0% {
    transform: scaleY(0.8);
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    opacity: 1;
  }
}
@keyframes showContent {
  0% {
    transform: scaleY(0.8);
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    opacity: 1;
  }
}
/*!**********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/ui-kit/chart/style.scss ***!
  \**********************************************************************************************************************/
.chart {
  height: 350px;
}
.chart__label {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #30313D;
}
.chart__tick {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #697386;
}
/*!***************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/Reports/ChartsPage/style.scss ***!
  \***************************************************************************************************************************************/
.chartsPage {
  width: 100%;
  overflow: auto;
  height: calc(100% - 85px);
  display: grid;
  grid-template-columns: repeat(3, 33.3%);
}
.chartsPage::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.chartsPage::-webkit-scrollbar-thumb {
  height: 30px;
  background-color: #306AFF;
  border-radius: 10px;
}
.chartsPage__chart {
  width: 100%;
  border: 1px solid #EBEEF1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.chartsPage__chart:nth-child(3n+2) {
  border-left: none;
  border-right: none;
}
.chartsPage__chart:last-child {
  border-right: 1px solid #EBEEF1;
}
.chartsPage__chart:nth-child(n+4) {
  border-top: none;
}

.chartsPage-chart__top {
  margin-bottom: 10px;
}
.chartsPage-chart__top-title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.154px;
  color: #687385;
  padding-left: 13px;
  padding-top: 15px;
  margin-bottom: 3px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.chartsPage-chart__top-title::after {
  content: attr(data-num);
  font-family: "Roboto";
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  border-radius: 4px;
  padding: 0px 6px;
}
.chartsPage-chart__top .chartsPage-chart__top-title.succes::after {
  color: #006908;
  background: #D7F7C2;
}
.chartsPage-chart__top .chartsPage-chart__top-title.attention::after {
  color: #B3093C;
  background: #FFE7F2;
}
.chartsPage-chart__top .chartsPage-chart__top-title.warning::after {
  color: #A82C00;
  background: #F6E6B9;
}
.chartsPage-chart__top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 13px;
  padding-right: 14.5px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
}
.chartsPage-chart__top-leftVal {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.340402px;
  color: #414552;
}
.chartsPage-chart__top-rightVal {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.32px;
  color: #697386;
}
.chartsPage-chart__table {
  flex: 1 0 auto;
  padding: 13px 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.chartsPage-chart__table .table-chartsPage__row {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 36px;
  box-sizing: border-box;
  border-bottom: 1px solid #EBEEF1;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.154px;
}
.chartsPage-chart__table .table-chartsPage__row:last-child {
  border-bottom: none;
}
.chartsPage-chart__table .table-chartsPage__row-item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.chartsPage-chart__table .table-chartsPage__row-item:first-child {
  flex: 1 0 auto;
  gap: 8px;
}
.chartsPage-chart__table .table-chartsPage__row-icon {
  display: flex;
  align-items: center;
  height: 20px;
  flex: 0 0 20px;
}
.chartsPage-chart__table .table-chartsPage__row-icon img {
  width: 20px;
  height: 20px;
}
.chartsPage-chart__table .table-chartsPage__row-title {
  color: #697386;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.chartsPage-chart__table .table-chartsPage__row-sale {
  color: #30313D;
  font-weight: 500;
}
.chartsPage-chart__table .table-chartsPage__row-percent {
  color: #697386;
  font-weight: 500;
}
/*!**************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/Reports/TablePage/style.scss ***!
  \**************************************************************************************************************************************/
.tablePage {
  padding-top: 28px;
  overflow: auto;
  height: calc(100% - 85px);
}
.tablePage::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.tablePage::-webkit-scrollbar-thumb {
  height: 30px;
  background-color: #306AFF;
  border-radius: 10px;
}
.tablePage__empty {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding-top: 10px;
  text-align: center;
  color: #6A7383;
}
.tablePage__header, .tablePage__row {
  display: grid;
  align-items: center;
  grid-template-columns: 5% 12% 1fr 1fr 1fr 15% 10%;
  min-height: 36px;
  box-sizing: border-box;
  border-bottom: 1px solid #EBEEF1;
}
.tablePage__header.sellerColumn, .tablePage__row.sellerColumn {
  grid-template-columns: 5% 12% 1fr 1fr 15% 10%;
}
.tablePage__header-item {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.340402px;
  text-transform: uppercase;
  text-align: center;
  color: #1A1F36;
}
.tablePage .tablePage-row {
  transition: 0.3s ease;
}
.tablePage .tablePage-row:last-child {
  border-bottom: none;
}
.tablePage .tablePage-row:hover {
  background: rgba(26, 31, 54, 0.065);
}
.tablePage .tablePage-row div {
  font-family: "Roboto";
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.154px;
  text-align: center;
}
.tablePage .tablePage-row__date {
  font-weight: 500;
  color: #6A7383;
}
.tablePage .tablePage-row__seller {
  display: flex;
  align-items: center;
  padding-left: 35px;
  column-gap: 8px;
  font-weight: 400;
}
.tablePage .tablePage-row__seller-icon {
  display: flex;
  align-items: center;
  height: 20px;
  flex: 0 0 20px;
}
.tablePage .tablePage-row__seller-title {
  color: #697386;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tablePage .tablePage-row__sale {
  color: #687385;
  font-weight: 400;
}
.tablePage .tablePage-row__revenue {
  color: #30313D;
  font-weight: 500;
}
.tablePage .tablePage-row__revenue div {
  position: relative;
  display: inline-block;
}
.tablePage .tablePage-row__revenue div::after {
  content: attr(data-currency);
  position: absolute;
  transform: translateX(3px);
}
.tablePage .tablePage-row__revenue.total div::before {
  content: "TOTAL: ";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50px);
}
.tablePage .tablePage-row__return span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  color: #545969;
  background: #EBEEF1;
  min-width: 18px;
  height: 18px;
  padding: 0 6px;
  line-height: 12px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
}
.tablePage .tablePage-row__return.attention span {
  color: #A82C00;
  background: #F6E6B9;
}
.tablePage .tablePage-row__extra {
  color: #4F566B;
  font-weight: 500;
}
/*!**********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/TopNavigation/style.scss ***!
  \**********************************************************************************************************************************/
.topNavigation {
  border-bottom: 1px solid #EBEEF1;
}
.topNavigation-container {
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 5px;
}
/*!***************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/Loader/style.scss ***!
  \***************************************************************************************************************************/
.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  animation: show;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  background-color: rgba(250, 250, 250, 0.8);
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.loader::before {
  content: "";
  background: conic-gradient(from 180deg at 60% 40%, rgba(250, 250, 250, 0) 20deg, #731982 300deg);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #fff 0);
  mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #fff 0);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  animation: rot 1s linear infinite;
}
@keyframes rot {
  100% {
    transform: rotate(360deg);
  }
}
/*!*****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/NotFound/style.scss ***!
  \*****************************************************************************************************************************/
.not-found {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 20px;
}
/*!*************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/scss/index.scss (1) ***!
  \*************************************************************************************************************************/
body {
  margin: 0;
  width: 100%;
  height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  overflow-anchor: none;
}

a,
button,
button:active,
button:focus,
input,
input:active,
input:focus,
div:focus,
select,
textarea,
textarea:active,
textarea:focus {
  outline: none !important;
}

#root {
  height: 100%;
}

.app {
  box-sizing: border-box;
  font-family: "Roboto";
  font-style: normal;
  height: 100%;
}
.app [class*=-container] {
  max-width: 1290px;
  margin: 0 auto;
}
.app [data-tooltip]:before,
.app [data-tooltip]:after {
  position: absolute;
  -webkit-font-smoothing: antialiased;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s ease-in-out 0.4s;
  background: #FFFFFF;
}
.app [data-tooltip]:before {
  content: "";
  left: 50%;
  bottom: -10px;
  transform: translate(-50%) rotate(45deg);
  height: 6px;
  width: 6px;
  border: 1px solid;
  border-color: #E3E8EE transparent transparent #E3E8EE;
  border-radius: 4px 0 0 0;
  z-index: 7;
}
.app [data-tooltip]:after {
  content: attr(data-tooltip);
  padding: 16px;
  width: 100%;
  max-width: 400px;
  min-width: 200px;
  box-sizing: border-box;
  left: 50%;
  top: calc(100% + 6px);
  transform: translate(-50%, 0);
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.154px;
  color: #3C4257;
  border: 1px solid #E3E8EE;
  border-radius: 4px;
  filter: drop-shadow(0px 15px 35px rgba(60, 66, 87, 0.12)) drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.08));
  z-index: 6;
}
.app [data-tooltippos=Right][data-tooltip]:before {
  left: unset;
  right: -10px;
  bottom: 50%;
  transform: translate(0, 50%) rotate(-45deg);
}
.app [data-tooltippos=Right][data-tooltip]:after {
  left: unset;
  right: 0;
  top: 50%;
  transform: translate(calc(100% + 6px), -50%);
}
.app [data-tooltippos=Left][data-tooltip]:before {
  left: -10px;
  bottom: 50%;
  transform: translate(0, 50%) rotate(135deg);
}
.app [data-tooltippos=Left][data-tooltip]:after {
  left: 0;
  top: 50%;
  transform: translate(calc(-100% - 6px), -50%);
}
.app [data-tooltippos=Top][data-tooltip]:before {
  bottom: unset;
  top: -12px;
  transform: translate(-50%, 50%) rotate(225deg);
}
.app [data-tooltippos=Top][data-tooltip]:after {
  left: 50%;
  top: unset;
  bottom: calc(100% + 4px);
  transform: translate(-50%, 0);
}
.app [data-tooltip]:hover:before,
.app [data-tooltip]:hover:after {
  opacity: 1;
  visibility: visible;
  transition: 0.4s ease-in-out 0.3s;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  z-index: 9999;
}
.modal .modal__content {
  position: relative;
  background: #1A1236;
  border-radius: 16px;
  padding: 32px 16px 16px;
  box-sizing: border-box;
  max-width: 359px;
  width: 100%;
}
.modal .modal__content .modal__content_close {
  position: absolute;
  top: 4px;
  right: 4px;
  transition: 0.2s;
}
.modal .modal__content .modal__content_close:hover {
  cursor: pointer;
  opacity: 0.8;
}

.show-modal {
  visibility: visible;
  opacity: 1;
}
