.src-pages-error-boundary-styles-errorBoundary-qDRN- {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
  background-color: #1e1e1e;
  color: rgba(237, 236, 236, 0.85);
  font-family: "ProximaNova-Regular", sans-serif;
}
.src-pages-error-boundary-styles-errorBoundary-link-5ivkY {
  text-decoration: none;
  font-weight: 600;
  color: rgba(237, 236, 236, 0.85);
  padding: 8px;
  border: 1px solid rgba(237, 236, 236, 0.85);
  border-radius: 4px;
  margin-bottom: 16px;
}
.src-pages-error-boundary-styles-errorBoundary-button-jz-zD {
  border: none;
  background-color: rgba(237, 236, 236, 0.85);
  padding: 8px;
  border-radius: 4px;
  cursor: pointer;
}
.src-pages-error-boundary-styles-errorBoundary-error-7QkFc {
  color: tomato;
}
#src-containers-layouts-page-styles-page-Ivn7F {
  display: flex;
  width: 100%;
  min-height: 100vh;
}
#src-containers-layouts-page-styles-page-Ivn7F > div {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.src-containers-layouts-page-styles-theme-dark-Ee35b {
  background-color: #1e1e1e;
}

.src-containers-layouts-page-styles-theme-light-HVnQr {
  background-color: #e8e8e8;
}
.src-components-icon-styles-icon-IpNRI {
  font-size: 24px;
}
.src-components-icon-styles-icon-dark-yjirg {
  color: rgba(255, 255, 255, 0.78);
}
.src-components-icon-styles-icon-light-hKCjk {
  color: rgba(18, 18, 18, 0.67);
}
.src-components-logo-styles-logo-XKCPA img {
  height: 38px;
}
@media (max-width: 500px) {
  .src-components-logo-styles-logo-XKCPA img {
    height: 30px;
  }
}
.src-components-notification-item-styles-notification-item-8BZA4 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: "ProximaNova-Regular", sans-serif;
  width: 370px;
}
@media (max-width: 414px) {
  .src-components-notification-item-styles-notification-item-8BZA4 {
    width: calc(100vw - 24px);
  }
}
.src-components-notification-item-styles-notification-item-onclick-AuKVt {
  cursor: pointer;
}
.src-components-notification-item-styles-notification-item-active-XjFOz {
  border-radius: 4px;
}
.src-components-notification-item-styles-notification-item-active-dark-NHnP3 {
  background-color: rgba(30, 30, 30, 0.65);
}
.src-components-notification-item-styles-notification-item-active-light-I-dT- {
  background-color: rgba(30, 30, 30, 0.12);
}
.src-components-notification-item-styles-notification-item-active-XjFOz * {
  border-bottom: 0px solid rgba(255, 255, 255, 0.14) !important;
}
.src-components-notification-item-styles-notification-item-text-area-mFiyR {
  letter-spacing: 0.15px;
  padding: 15px 0px;
}
.src-components-notification-item-styles-notification-item-text-area-dark-dmTLA {
  color: rgba(255, 255, 255, 0.87);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.src-components-notification-item-styles-notification-item-text-area-light-4jG7t {
  color: rgba(30, 30, 30, 0.87);
  border-bottom: 1px solid rgba(30, 30, 30, 0.14);
}
.src-components-notification-item-styles-notification-item-text-area-title-fnAg4 {
  font-size: 16px 0px;
  line-height: 1.5;
}
.src-components-notification-item-styles-notification-item-text-area-subtitle-6Z219 {
  font-size: 14px;
  line-height: 1.3;
}
.src-components-notification-item-styles-notification-item-icon-1khZp {
  padding: 16px;
}
.src-components-notification-item-styles-notification-item-icon-active-\+UstZ i {
  color: #42a5f5 !important;
}
.src-components-notification-item-styles-notification-item-icon-dark-puZiX i {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.87);
}
.src-components-notification-item-styles-notification-item-icon-light-AwKPJ i {
  font-size: 24px;
  color: rgba(30, 30, 30, 0.87);
}
.src-components-notification-item-styles-notification-item-8BZA4:last-child .src-components-notification-item-styles-notification-item-text-area-mFiyR {
  border-bottom: 0px !important;
}
.src-components-loader-styles-sk-chase-wrapper-63aj8 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.src-components-loader-styles-sk-chase-aMl4a {
  width: 32px;
  height: 32px;
  position: relative;
  animation: src-components-loader-styles-sk-chase-aMl4a 2.5s infinite linear both;
}

.src-components-loader-styles-sk-chase-dot-mDkGK {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: src-components-loader-styles-sk-chase-dot-mDkGK 2s infinite ease-in-out both;
}
.src-components-loader-styles-sk-chase-dot-dark-jMzGs:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  animation: src-components-loader-styles-sk-chase-dot-before-RrQuI 2s infinite ease-in-out both;
}
.src-components-loader-styles-sk-chase-dot-light-SEVYo:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: #1e1e1e;
  border-radius: 100%;
  animation: src-components-loader-styles-sk-chase-dot-before-RrQuI 2s infinite ease-in-out both;
}

.src-components-loader-styles-sk-chase-dot-mDkGK:nth-child(1) {
  animation-delay: -1.1s;
}

.src-components-loader-styles-sk-chase-dot-mDkGK:nth-child(2) {
  animation-delay: -1s;
}

.src-components-loader-styles-sk-chase-dot-mDkGK:nth-child(3) {
  animation-delay: -0.9s;
}

.src-components-loader-styles-sk-chase-dot-mDkGK:nth-child(4) {
  animation-delay: -0.8s;
}

.src-components-loader-styles-sk-chase-dot-mDkGK:nth-child(5) {
  animation-delay: -0.7s;
}

.src-components-loader-styles-sk-chase-dot-mDkGK:nth-child(6) {
  animation-delay: -0.6s;
}

.src-components-loader-styles-sk-chase-dot-mDkGK:nth-child(1):before {
  animation-delay: -1.1s;
}

.src-components-loader-styles-sk-chase-dot-mDkGK:nth-child(2):before {
  animation-delay: -1s;
}

.src-components-loader-styles-sk-chase-dot-mDkGK:nth-child(3):before {
  animation-delay: -0.9s;
}

.src-components-loader-styles-sk-chase-dot-mDkGK:nth-child(4):before {
  animation-delay: -0.8s;
}

.src-components-loader-styles-sk-chase-dot-mDkGK:nth-child(5):before {
  animation-delay: -0.7s;
}

.src-components-loader-styles-sk-chase-dot-mDkGK:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes src-components-loader-styles-sk-chase-aMl4a {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes src-components-loader-styles-sk-chase-dot-mDkGK {
  80%, 100% {
    transform: rotate(360deg);
  }
}
@keyframes src-components-loader-styles-sk-chase-dot-before-RrQuI {
  50% {
    transform: scale(0.4);
  }
  100%, 0% {
    transform: scale(1);
  }
}
.src-containers-elements-\@commons-notifications-styles-notification-p4lau {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 99;
  user-select: none;
}
.src-containers-elements-\@commons-notifications-styles-notification-header-rBtSS {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-family: "ProximaNova-Regular", sans-serif;
  line-height: 1.33;
  letter-spacing: 0.3px;
  font-weight: 500;
  font-size: 12px;
  padding: 16px;
  color: rgba(255, 255, 255, 0.87);
}
.src-containers-elements-\@commons-notifications-styles-notification-header-dark-oMqEJ {
  color: rgba(255, 255, 255, 0.87);
}
.src-containers-elements-\@commons-notifications-styles-notification-header-light-f0gbI {
  color: rgba(30, 30, 30, 0.87);
}
.src-containers-elements-\@commons-notifications-styles-notification-header-clean-JAeiq {
  text-decoration: underline;
  cursor: pointer;
}
.src-containers-elements-\@commons-notifications-styles-notification-button-sME-P {
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: relative;
}
.src-containers-elements-\@commons-notifications-styles-notification-icon-badge-zkgqR {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  top: 0;
  right: 0;
}
.src-containers-elements-\@commons-notifications-styles-notification-icon-badge-dark-3OP7G {
  background-color: #c52f2f;
}
.src-containers-elements-\@commons-notifications-styles-notification-icon-badge-light-d-51a {
  background-color: #c52f2f;
}
.src-containers-elements-\@commons-notifications-styles-notification-input-hgIHu {
  display: none;
}
.src-containers-elements-\@commons-notifications-styles-notification-list-wrapper-9mCTo {
  position: absolute;
  right: 6px;
  top: 40px;
}
@media (max-width: 414px) {
  .src-containers-elements-\@commons-notifications-styles-notification-list-wrapper-9mCTo {
    right: -5px;
  }
}
.src-containers-elements-\@commons-notifications-styles-notification-arrow-hxsgM {
  font-size: 42px;
}
.src-containers-elements-\@commons-notifications-styles-notification-arrow-dark-gx9pJ {
  color: rgba(255, 255, 255, 0.18);
}
.src-containers-elements-\@commons-notifications-styles-notification-arrow-light-PQmCq {
  color: rgba(30, 30, 30, 0.18);
}
.src-containers-elements-\@commons-notifications-styles-notification-arrow-content-lkt0O {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: -18px;
  padding-top: -21px;
}
.src-containers-elements-\@commons-notifications-styles-notification-list-\+nRen {
  max-height: 431px;
  border-radius: 12px;
  padding: 8px;
  overflow: hidden;
}
.src-containers-elements-\@commons-notifications-styles-notification-list-dark-7XJ0c {
  border: 0px solid rgba(255, 255, 255, 0.18);
  background-color: rgba(255, 255, 255, 0.12);
}
.src-containers-elements-\@commons-notifications-styles-notification-list-light-qv9sG {
  border: 0px solid rgba(30, 30, 30, 0.18);
  background-color: rgba(30, 30, 30, 0.12);
}
.src-containers-elements-\@commons-notifications-styles-notification-list-container-CKOQk {
  border-radius: 12px;
}
.src-containers-elements-\@commons-notifications-styles-notification-list-container-dark-eeR5e {
  background-color: #1e1e1e;
  /*         -webkit-box-shadow: 0px 1px 4px 0px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0px 1px 4px 0px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 1px 4px 0px rgba(255, 255, 255, 0.1); */
}
.src-containers-elements-\@commons-notifications-styles-notification-list-container-light-B5jtq {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
}

.src-containers-elements-\@commons-notifications-styles-notification-items-loading-lFY18 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 11px 0px;
  width: 370px;
}
@media (max-width: 414px) {
  .src-containers-elements-\@commons-notifications-styles-notification-items-loading-lFY18 {
    width: calc(100vw - 24px);
  }
}
.src-containers-elements-\@commons-notifications-styles-notification-items-loading-dark-g5HfK > span {
  color: rgba(255, 255, 255, 0.9);
}
.src-containers-elements-\@commons-notifications-styles-notification-items-loading-light-F4r2r > span {
  color: rgba(255, 255, 255, 0.9);
}
.src-containers-elements-\@commons-notifications-styles-notification-items-loading-lFY18 > span {
  font-size: 14px;
  font-family: "ProximaNova-Regular", sans-serif;
}
.src-containers-elements-\@commons-notifications-styles-notification-items-empty-state-iiOV4 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 11px 0px;
  width: 370px;
}
@media (max-width: 414px) {
  .src-containers-elements-\@commons-notifications-styles-notification-items-empty-state-iiOV4 {
    width: calc(100vw - 24px);
  }
}
.src-containers-elements-\@commons-notifications-styles-notification-items-empty-state-iiOV4 > span {
  font-size: 14px;
  font-family: "ProximaNova-Regular", sans-serif;
}
.src-containers-elements-\@commons-notifications-styles-notification-items-empty-state-dark-XYXoC > span {
  color: rgba(255, 255, 255, 0.9);
}
.src-containers-elements-\@commons-notifications-styles-notification-items-empty-state-light-iPXOz > span {
  color: rgba(255, 255, 255, 0.9);
}

.src-containers-elements-\@commons-notifications-styles-list-content-OEorN {
  overflow-y: scroll;
  max-height: 368px;
}
.src-components-language-button-styles-language-button-fPNeZ {
  width: 24px;
  margin-top: 4px;
  cursor: pointer;
}
.src-components-accordion-styles-accordion-6Mhfq {
  display: flex;
  flex-direction: column;
}
.src-components-accordion-styles-accordion-content-EsmF1 {
  flex: 1;
}
.src-components-accordion-styles-accordion-row-ThCwg {
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-bottom: 1px solid #1e1e1e;
  padding: 16px 0px 4px 0px;
}
.src-components-accordion-styles-accordion-row-items-1osuG {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.src-components-accordion-styles-accordion-row-item-T7LF4 {
  display: flex;
}
.src-components-accordion-styles-accordion-row-arrow-XEWuv {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.9);
}
.src-components-accordion-styles-accordion-expanted-content-ryZiz {
  display: none;
}
.src-components-accordion-styles-accordion-expanted-content-opened-8p6Yb {
  display: block;
}

.src-components-accordion-styles-accordion-6Mhfq:first-child .src-components-accordion-styles-accordion-row-ThCwg {
  padding: 0px 0px 4px 0px;
}

.src-components-accordion-styles-accordion-6Mhfq:last-child .src-components-accordion-styles-accordion-row-ThCwg {
  padding: 16px 0px 4px 0px;
  margin-bottom: 8px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .src-components-accordion-styles-accordion-6Mhfq .src-components-accordion-styles-accordion-row-ThCwg {
    padding: 30px 0px !important;
  }
  .src-components-accordion-styles-accordion-6Mhfq:last-child .src-components-accordion-styles-accordion-row-ThCwg {
    border-bottom: none;
    margin-bottom: 8px !important;
  }
}
.src-components-button-styles-button-wrapper-0U856 {
  border: 0px;
  outline: 0;
  cursor: pointer;
  border-radius: 8px;
  padding: 0px;
  user-select: none;
}
.src-components-button-styles-button-wrapper-dark-6B0vU {
  background-color: rgba(255, 255, 255, 0.12);
}
.src-components-button-styles-button-wrapper-light-F1OAr {
  background-color: rgba(30, 30, 30, 0.04);
}
.src-components-button-styles-button-wrapper-transparent-1HxEW {
  background-color: transparent !important;
}

.src-components-button-styles-button-QMooS {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-self: center;
  font-family: "ProximaNova-Medium", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  border-radius: 8px;
  padding: 16px 16px;
  line-height: 24px;
}
.src-components-button-styles-button-QMooS > * {
  font-family: "ProximaNova-Medium", sans-serif;
}
.src-components-button-styles-button-dark-P02ZY {
  background-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.87);
}
.src-components-button-styles-button-dark-P02ZY:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.src-components-button-styles-button-dark-P02ZY:active {
  background-color: rgba(255, 255, 255, 0.36);
}
.src-components-button-styles-button-light-rO4wi {
  background-color: rgba(30, 30, 30, 0.04);
  color: rgba(30, 30, 30, 0.9);
}
.src-components-button-styles-button-light-rO4wi:hover {
  background-color: rgba(30, 30, 30, 0.09);
}
.src-components-button-styles-button-light-rO4wi:active {
  background-color: rgba(30, 30, 30, 0.1);
}
.src-components-button-styles-button-transparent-1CDO4 {
  background-color: transparent !important;
}
.src-components-button-styles-button-transparent-dark-Hc2Qs {
  color: rgba(255, 255, 255, 0.24) !important;
}
.src-components-button-styles-button-transparent-dark-Hc2Qs * {
  color: rgba(255, 255, 255, 0.24) !important;
}
.src-components-button-styles-button-transparent-dark-Hc2Qs:hover * {
  color: rgba(255, 255, 255, 0.87) !important;
}
.src-components-button-styles-button-transparent-dark-Hc2Qs:active * {
  color: rgba(255, 255, 255, 0.87) !important;
}
.src-components-button-styles-button-transparent-light-62OfN {
  color: rgba(30, 30, 30, 0.9) !important;
  /* stylelint-disable */
  /* stylelint-enable */
}
.src-components-button-styles-button-transparent-light-62OfN * {
  color: rgba(30, 30, 30, 0.9) !important;
}
.src-components-button-styles-button-transparent-light-62OfN:hover * {
  color: rgb(18, 18, 18) !important;
}
.src-components-button-styles-button-transparent-light-62OfN:active * {
  color: rgb(18, 18, 18) !important;
}
.src-components-button-styles-button-active-dark-Rsz\+A {
  color: rgba(255, 255, 255, 0.87) !important;
  /* stylelint-disable */
  /* stylelint-enable */
}
.src-components-button-styles-button-active-dark-Rsz\+A * {
  color: rgba(255, 255, 255, 0.87) !important;
}
.src-components-button-styles-button-active-dark-Rsz\+A:hover * {
  color: rgba(255, 255, 255, 0.87) !important;
}
.src-components-button-styles-button-active-dark-Rsz\+A:active * {
  color: rgba(255, 255, 255, 0.87) !important;
}
.src-components-button-styles-button-active-light-nB6Ei {
  color: rgb(18, 18, 18) !important;
  /* stylelint-disable */
  /* stylelint-enable */
}
.src-components-button-styles-button-active-light-nB6Ei * {
  color: rgb(18, 18, 18) !important;
}
.src-components-button-styles-button-active-light-nB6Ei:hover * {
  color: rgb(18, 18, 18) !important;
}
.src-components-button-styles-button-active-light-nB6Ei:active * {
  color: rgb(18, 18, 18) !important;
}
.src-components-button-styles-button-disable-dark-WKyMp {
  opacity: 0.4;
  background-color: rgba(255, 255, 255, 0.24);
}
.src-components-button-styles-button-disable-dark-WKyMp:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.src-components-button-styles-button-disable-dark-WKyMp:active {
  background-color: rgba(255, 255, 255, 0.24);
}
.src-components-button-styles-button-disable-light-HhIJU {
  opacity: 0.4;
  background-color: rgba(30, 30, 30, 0.09);
}
.src-components-button-styles-button-disable-light-HhIJU:hover {
  background-color: rgba(30, 30, 30, 0.09);
}
.src-components-button-styles-button-disable-light-HhIJU:active {
  background-color: rgba(30, 30, 30, 0.09);
}
.src-components-card-styles-card-vrU-- {
  position: relative;
  height: auto;
  display: flex;
  flex: 1;
  flex-grow: 1;
  border-radius: 12px;
  padding: 16px;
  flex-direction: column;
}
.src-components-card-styles-card-vrU--:last-child {
  margin-right: 0;
}
.src-components-card-styles-card-vrU--:only-child {
  margin-right: 0;
  width: -webkit-fill-available;
}
@media (max-width: 990px) {
  .src-components-card-styles-card-vrU-- {
    flex-grow: 0;
    margin-bottom: 8px;
  }
}
.src-components-card-styles-card-dark-py-Kt {
  background-color: #121212;
}
.src-components-card-styles-card-light-k2iYh {
  background-color: rgba(255, 255, 255, 0.9);
}
.src-components-card-styles-card-header-ZFUQ- {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.src-components-card-styles-card-content-skrBV {
  flex-direction: column;
  display: flex;
  height: 100%;
}

.src-components-card-styles-title-o8KJM {
  font-family: "ProximaNova-Medium", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.15px;
  padding: 8px 0px 0px 0px;
}
.src-components-card-styles-title-dark-563ea {
  color: rgba(255, 255, 255, 0.87);
}
.src-components-card-styles-title-light-tdYMs {
  color: rgba(30, 30, 30, 0.87);
}

.src-components-card-styles-left-item--xSs5 {
  justify-content: flex-start;
}

.src-components-card-styles-center-item-hpkQW {
  flex-grow: 1;
  justify-content: center;
}

.src-components-card-styles-right-item-UYvab {
  justify-content: flex-end;
}

.src-components-card-styles-row-Aqnlf {
  flex-direction: row;
  justify-content: flex-start;
}
@media (max-width: 414px) {
  .src-components-card-styles-row-Aqnlf {
    flex-direction: column;
  }
}

.src-components-card-styles-column-0Szga {
  flex-direction: column;
  justify-content: flex-start;
}

.src-components-card-styles-wrap-prb\+\+ {
  flex-wrap: wrap;
}

.src-components-card-styles-loader-container-G8HR3 {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(2px);
}
.src-components-checkbox-styles-wrapper-H40ns {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.src-components-checkbox-styles-wrapper-H40ns > input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.src-components-checkbox-styles-checkbox-ruJOv {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  transition: all 150ms;
}
.src-components-checkbox-styles-checkbox-dark-rxLVH {
  background-color: rgba(255, 255, 255, 0.12);
}
.src-components-checkbox-styles-checkbox-light-D3B4w {
  background-color: rgba(26, 26, 26, 0.12);
}
.src-components-checkbox-styles-checkbox-svg-OvLI4 {
  fill: none;
  stroke-width: 3px;
  margin-bottom: 2px;
}
.src-components-checkbox-styles-checkbox-checked-COApu {
  background-color: #0f62fe;
}
.src-components-checkbox-styles-checkbox-checked-dark-RSCPf > svg {
  stroke: #1a1a1a;
}
.src-components-checkbox-styles-checkbox-checked-light-g7UoG > svg {
  stroke: white;
}
.PresetDateRangePicker_panel {
  padding: 0 22px 11px
}
.PresetDateRangePicker_button {
  position: relative;
  height: 100%;
  text-align: center;
  background: 0 0;
  border: 2px solid #00a699;
  color: #00a699;
  padding: 4px 12px;
  margin-right: 8px;
  font: inherit;
  font-weight: 700;
  line-height: normal;
  overflow: visible;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer
}
.PresetDateRangePicker_button:active {
  outline: 0
}
.PresetDateRangePicker_button__selected {
  color: #fff;
  background: #00a699
}
.SingleDatePickerInput {
  display: inline-block;
  background-color: #fff
}
.SingleDatePickerInput__withBorder {
  border-radius: 2px;
  border: 1px solid #dbdbdb
}
.SingleDatePickerInput__rtl {
  direction: rtl
}
.SingleDatePickerInput__disabled {
  background-color: #f2f2f2
}
.SingleDatePickerInput__block {
  display: block
}
.SingleDatePickerInput__showClearDate {
  padding-right: 30px
}
.SingleDatePickerInput_clearDate {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.SingleDatePickerInput_clearDate__default:focus,
.SingleDatePickerInput_clearDate__default:hover {
  background: #dbdbdb;
  border-radius: 50%
}
.SingleDatePickerInput_clearDate__small {
  padding: 6px
}
.SingleDatePickerInput_clearDate__hide {
  visibility: hidden
}
.SingleDatePickerInput_clearDate_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle
}
.SingleDatePickerInput_clearDate_svg__small {
  height: 9px
}
.SingleDatePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px
}
.SingleDatePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle
}
.SingleDatePicker {
  position: relative;
  display: inline-block
}
.SingleDatePicker__block {
  display: block
}
.SingleDatePicker_picker {
  z-index: 1;
  background-color: #fff;
  position: absolute
}
.SingleDatePicker_picker__rtl {
  direction: rtl
}
.SingleDatePicker_picker__directionLeft {
  left: 0
}
.SingleDatePicker_picker__directionRight {
  right: 0
}
.SingleDatePicker_picker__portal {
  background-color: rgba(0,0,0,.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}
.SingleDatePicker_picker__fullScreenPortal {
  background-color: #fff
}
.SingleDatePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2
}
.SingleDatePicker_closeButton:focus,
.SingleDatePicker_closeButton:hover {
  color: darken(#cacccd,10%);
  text-decoration: none
}
.SingleDatePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd
}
.DayPickerKeyboardShortcuts_buttonReset {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  font-size: 14px
}
.DayPickerKeyboardShortcuts_buttonReset:active {
  outline: 0
}
.DayPickerKeyboardShortcuts_show {
  width: 33px;
  height: 26px;
  position: absolute;
  z-index: 2
}
.DayPickerKeyboardShortcuts_show::before {
  content: "";
  display: block;
  position: absolute
}
.DayPickerKeyboardShortcuts_show__bottomRight {
  bottom: 0;
  right: 0
}
.DayPickerKeyboardShortcuts_show__bottomRight::before {
  border-top: 26px solid transparent;
  border-right: 33px solid #00a699;
  bottom: 0;
  right: 0
}
.DayPickerKeyboardShortcuts_show__bottomRight:hover::before {
  border-right: 33px solid #008489
}
.DayPickerKeyboardShortcuts_show__topRight {
  top: 0;
  right: 0
}
.DayPickerKeyboardShortcuts_show__topRight::before {
  border-bottom: 26px solid transparent;
  border-right: 33px solid #00a699;
  top: 0;
  right: 0
}
.DayPickerKeyboardShortcuts_show__topRight:hover::before {
  border-right: 33px solid #008489
}
.DayPickerKeyboardShortcuts_show__topLeft {
  top: 0;
  left: 0
}
.DayPickerKeyboardShortcuts_show__topLeft::before {
  border-bottom: 26px solid transparent;
  border-left: 33px solid #00a699;
  top: 0;
  left: 0
}
.DayPickerKeyboardShortcuts_show__topLeft:hover::before {
  border-left: 33px solid #008489
}
.DayPickerKeyboardShortcuts_showSpan {
  color: #fff;
  position: absolute
}
.DayPickerKeyboardShortcuts_showSpan__bottomRight {
  bottom: 0;
  right: 5px
}
.DayPickerKeyboardShortcuts_showSpan__topRight {
  top: 1px;
  right: 5px
}
.DayPickerKeyboardShortcuts_showSpan__topLeft {
  top: 1px;
  left: 5px
}
.DayPickerKeyboardShortcuts_panel {
  overflow: auto;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 22px;
  margin: 33px;
  text-align: left
}
.DayPickerKeyboardShortcuts_title {
  font-size: 16px;
  font-weight: 700;
  margin: 0
}
.DayPickerKeyboardShortcuts_list {
  list-style: none;
  padding: 0;
  font-size: 14px
}
.DayPickerKeyboardShortcuts_close {
  position: absolute;
  right: 22px;
  top: 22px;
  z-index: 2
}
.DayPickerKeyboardShortcuts_close:active {
  outline: 0
}
.DayPickerKeyboardShortcuts_closeSvg {
  height: 15px;
  width: 15px;
  fill: #cacccd
}
.DayPickerKeyboardShortcuts_closeSvg:focus,
.DayPickerKeyboardShortcuts_closeSvg:hover {
  fill: #82888a
}
.CalendarDay {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  text-align: center
}
.CalendarDay:active {
  outline: 0
}
.CalendarDay__defaultCursor {
  cursor: default
}
.CalendarDay__default {
  border: 1px solid #e4e7e7;
  color: #484848;
  background: #fff
}
.CalendarDay__default:hover {
  background: #e4e7e7;
  border: 1px solid #e4e7e7;
  color: inherit
}
.CalendarDay__hovered_offset {
  background: #f4f5f5;
  border: 1px double #e4e7e7;
  color: inherit
}
.CalendarDay__outside {
  border: 0;
  background: #fff;
  color: #484848
}
.CalendarDay__outside:hover {
  border: 0
}
.CalendarDay__blocked_minimum_nights {
  background: #fff;
  border: 1px solid #eceeee;
  color: #cacccd
}
.CalendarDay__blocked_minimum_nights:active,
.CalendarDay__blocked_minimum_nights:hover {
  background: #fff;
  color: #cacccd
}
.CalendarDay__highlighted_calendar {
  background: #ffe8bc;
  color: #484848
}
.CalendarDay__highlighted_calendar:active,
.CalendarDay__highlighted_calendar:hover {
  background: #ffce71;
  color: #484848
}
.CalendarDay__selected_span {
  background: #66e2da;
  border: 1px double #33dacd;
  color: #fff
}
.CalendarDay__selected_span:active,
.CalendarDay__selected_span:hover {
  background: #33dacd;
  border: 1px double #33dacd;
  color: #fff
}
.CalendarDay__selected,
.CalendarDay__selected:active,
.CalendarDay__selected:hover {
  background: #00a699;
  border: 1px double #00a699;
  color: #fff
}
.CalendarDay__hovered_span,
.CalendarDay__hovered_span:hover {
  background: #b2f1ec;
  border: 1px double #80e8e0;
  color: #007a87
}
.CalendarDay__hovered_span:active {
  background: #80e8e0;
  border: 1px double #80e8e0;
  color: #007a87
}
.CalendarDay__blocked_calendar,
.CalendarDay__blocked_calendar:active,
.CalendarDay__blocked_calendar:hover {
  background: #cacccd;
  border: 1px solid #cacccd;
  color: #82888a
}
.CalendarDay__blocked_out_of_range,
.CalendarDay__blocked_out_of_range:active,
.CalendarDay__blocked_out_of_range:hover {
  background: #fff;
  border: 1px solid #e4e7e7;
  color: #cacccd
}
.CalendarDay__hovered_start_first_possible_end {
  background: #eceeee;
  border: 1px double #eceeee
}
.CalendarDay__hovered_start_blocked_min_nights {
  background: #eceeee;
  border: 1px double #e4e7e7
}
.CalendarMonth {
  background: #fff;
  text-align: center;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.CalendarMonth_table {
  border-collapse: collapse;
  border-spacing: 0
}
.CalendarMonth_verticalSpacing {
  border-collapse: separate
}
.CalendarMonth_caption {
  color: #484848;
  font-size: 18px;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 37px;
  caption-side: initial
}
.CalendarMonth_caption__verticalScrollable {
  padding-top: 12px;
  padding-bottom: 7px
}
.CalendarMonthGrid {
  background: #fff;
  text-align: left;
  z-index: 0
}
.CalendarMonthGrid__animating {
  z-index: 1
}
.CalendarMonthGrid__horizontal {
  position: absolute;
  left: 9px
}
.CalendarMonthGrid__vertical,
.CalendarMonthGrid__vertical_scrollable {
  margin: 0 auto
}
.CalendarMonthGrid_month__horizontal {
  display: inline-block;
  vertical-align: top;
  min-height: 100%
}
.CalendarMonthGrid_month__hideForAnimation {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none
}
.CalendarMonthGrid_month__hidden {
  visibility: hidden
}
.DayPickerNavigation {
  position: relative;
  z-index: 2
}
.DayPickerNavigation__horizontal {
  height: 0
}
.DayPickerNavigation__verticalScrollable_prevNav {
  z-index: 1
}
.DayPickerNavigation__verticalDefault {
  position: absolute;
  width: 100%;
  height: 52px;
  bottom: 0;
  left: 0
}
.DayPickerNavigation__verticalScrollableDefault {
  position: relative
}
.DayPickerNavigation__bottom {
  height: auto
}
.DayPickerNavigation__bottomDefault {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}
.DayPickerNavigation_button {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0;
  margin: 0
}
.DayPickerNavigation_button__default {
  border: 1px solid #e4e7e7;
  background-color: #fff;
  color: #757575
}
.DayPickerNavigation_button__default:focus,
.DayPickerNavigation_button__default:hover {
  border: 1px solid #c4c4c4
}
.DayPickerNavigation_button__default:active {
  background: #f2f2f2
}
.DayPickerNavigation_button__disabled {
  cursor: default;
  border: 1px solid #f2f2f2
}
.DayPickerNavigation_button__disabled:focus,
.DayPickerNavigation_button__disabled:hover {
  border: 1px solid #f2f2f2
}
.DayPickerNavigation_button__disabled:active {
  background: 0 0
}
.DayPickerNavigation_button__horizontalDefault {
  position: absolute;
  top: 18px;
  line-height: .78;
  border-radius: 3px;
  padding: 6px 9px
}
.DayPickerNavigation_bottomButton__horizontalDefault {
  position: static;
  margin: -10px 22px 30px
}
.DayPickerNavigation_leftButton__horizontalDefault {
  left: 22px
}
.DayPickerNavigation_rightButton__horizontalDefault {
  right: 22px
}
.DayPickerNavigation_button__verticalDefault {
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
  position: relative;
  display: inline-block;
  text-align: center;
  height: 100%;
  width: 50%
}
.DayPickerNavigation_nextButton__verticalDefault {
  border-left: 0
}
.DayPickerNavigation_nextButton__verticalScrollableDefault,
.DayPickerNavigation_prevButton__verticalScrollableDefault {
  width: 100%
}
.DayPickerNavigation_svg__horizontal {
  height: 19px;
  width: 19px;
  fill: #82888a;
  display: block
}
.DayPickerNavigation_svg__vertical {
  height: 42px;
  width: 42px;
  fill: #484848
}
.DayPickerNavigation_svg__disabled {
  fill: #f2f2f2
}
.DayPicker {
  background: #fff;
  position: relative;
  text-align: left
}
.DayPicker__horizontal {
  background: #fff
}
.DayPicker__verticalScrollable {
  height: 100%
}
.DayPicker__hidden {
  visibility: hidden
}
.DayPicker__withBorder {
  box-shadow: 0 2px 6px rgba(0,0,0,.05),0 0 0 1px rgba(0,0,0,.07);
  border-radius: 3px
}
.DayPicker_portal__horizontal {
  box-shadow: none;
  position: absolute;
  left: 50%;
  top: 50%
}
.DayPicker_portal__vertical {
  position: initial
}
.DayPicker_focusRegion {
  outline: 0
}
.DayPicker_calendarInfo__horizontal,
.DayPicker_wrapper__horizontal {
  display: inline-block;
  vertical-align: top
}
.DayPicker_weekHeaders {
  position: relative
}
.DayPicker_weekHeaders__horizontal {
  margin-left: 9px
}
.DayPicker_weekHeader {
  color: #757575;
  position: absolute;
  top: 62px;
  z-index: 2;
  text-align: left
}
.DayPicker_weekHeader__vertical {
  left: 50%
}
.DayPicker_weekHeader__verticalScrollable {
  top: 0;
  display: table-row;
  border-bottom: 1px solid #dbdbdb;
  background: #fff;
  margin-left: 0;
  left: 0;
  width: 100%;
  text-align: center
}
.DayPicker_weekHeader_ul {
  list-style: none;
  margin: 1px 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px
}
.DayPicker_weekHeader_li {
  display: inline-block;
  text-align: center
}
.DayPicker_transitionContainer {
  position: relative;
  overflow: hidden;
  border-radius: 3px
}
.DayPicker_transitionContainer__horizontal {
  -webkit-transition: height .2s ease-in-out;
  -moz-transition: height .2s ease-in-out;
  transition: height .2s ease-in-out
}
.DayPicker_transitionContainer__vertical {
  width: 100%
}
.DayPicker_transitionContainer__verticalScrollable {
  padding-top: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-y: scroll
}
.DateInput {
  margin: 0;
  padding: 0;
  background: #fff;
  position: relative;
  display: inline-block;
  width: 130px;
  vertical-align: middle
}
.DateInput__small {
  width: 97px
}
.DateInput__block {
  width: 100%
}
.DateInput__disabled {
  background: #f2f2f2;
  color: #dbdbdb
}
.DateInput_input {
  font-weight: 200;
  font-size: 19px;
  line-height: 24px;
  color: #484848;
  background-color: #fff;
  width: 100%;
  padding: 11px 11px 9px;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid transparent;
  border-left: 0;
  border-radius: 0
}
.DateInput_input__small {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: .2px;
  padding: 7px 7px 5px
}
.DateInput_input__regular {
  font-weight: auto
}
.DateInput_input__readOnly {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.DateInput_input__focused {
  outline: 0;
  background: #fff;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid #008489;
  border-left: 0
}
.DateInput_input__disabled {
  background: #f2f2f2;
  font-style: italic
}
.DateInput_screenReaderMessage {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}
.DateInput_fang {
  position: absolute;
  width: 20px;
  height: 10px;
  left: 22px;
  z-index: 2
}
.DateInput_fangShape {
  fill: #fff
}
.DateInput_fangStroke {
  stroke: #dbdbdb;
  fill: transparent
}
.DateRangePickerInput {
  background-color: #fff;
  display: inline-block
}
.DateRangePickerInput__disabled {
  background: #f2f2f2
}
.DateRangePickerInput__withBorder {
  border-radius: 2px;
  border: 1px solid #dbdbdb
}
.DateRangePickerInput__rtl {
  direction: rtl
}
.DateRangePickerInput__block {
  display: block
}
.DateRangePickerInput__showClearDates {
  padding-right: 30px
}
.DateRangePickerInput_arrow {
  display: inline-block;
  vertical-align: middle;
  color: #484848
}
.DateRangePickerInput_arrow_svg {
  vertical-align: middle;
  fill: #484848;
  height: 24px;
  width: 24px
}
.DateRangePickerInput_clearDates {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.DateRangePickerInput_clearDates__small {
  padding: 6px
}
.DateRangePickerInput_clearDates_default:focus,
.DateRangePickerInput_clearDates_default:hover {
  background: #dbdbdb;
  border-radius: 50%
}
.DateRangePickerInput_clearDates__hide {
  visibility: hidden
}
.DateRangePickerInput_clearDates_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle
}
.DateRangePickerInput_clearDates_svg__small {
  height: 9px
}
.DateRangePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px
}
.DateRangePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle
}
.DateRangePicker {
  position: relative;
  display: inline-block
}
.DateRangePicker__block {
  display: block
}
.DateRangePicker_picker {
  z-index: 1;
  background-color: #fff;
  position: absolute
}
.DateRangePicker_picker__rtl {
  direction: rtl
}
.DateRangePicker_picker__directionLeft {
  left: 0
}
.DateRangePicker_picker__directionRight {
  right: 0
}
.DateRangePicker_picker__portal {
  background-color: rgba(0,0,0,.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}
.DateRangePicker_picker__fullScreenPortal {
  background-color: #fff
}
.DateRangePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2
}
.DateRangePicker_closeButton:focus,
.DateRangePicker_closeButton:hover {
  color: darken(#cacccd,10%);
  text-decoration: none
}
.DateRangePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd
}
/* stylelint-disable */
.src-components-datepicker-styles-datepicker-dark-ghm67 {
  position: relative;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  max-width: fit-content;
  cursor: pointer;
  user-select: none;
  min-width: 270px;
  font-family: "ProximaNova-Regular", sans-serif;
}
@media (max-width: 450px) {
  .src-components-datepicker-styles-datepicker-dark-ghm67 {
    width: 100%;
    margin-bottom: 10px;
    max-width: initial;
  }
}
.src-components-datepicker-styles-datepicker-dark-ghm67 .src-components-datepicker-styles-label-EwW\+2 {
  font-family: "ProximaNova-Regular", sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  color: rgba(255, 255, 255, 0.87);
}
.src-components-datepicker-styles-datepicker-dark-ghm67 .src-components-datepicker-styles-label-EwW\+2 > span {
  letter-spacing: 0.65px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.87);
}
.src-components-datepicker-styles-datepicker-dark-ghm67 .src-components-datepicker-styles-label-EwW\+2 > i {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.87);
  margin-right: 8px;
}
.src-components-datepicker-styles-datepicker-dark-ghm67 .src-components-datepicker-styles-label-EwW\+2 .src-components-datepicker-styles-dates-CVPvt {
  margin-right: 24px;
}
.src-components-datepicker-styles-datepicker-dark-ghm67 .src-components-datepicker-styles-label-EwW\+2 .src-components-datepicker-styles-start-date-x6Lyh,
.src-components-datepicker-styles-datepicker-dark-ghm67 .src-components-datepicker-styles-label-EwW\+2 .src-components-datepicker-styles-end-date-odOfU {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.src-components-datepicker-styles-datepicker-dark-ghm67 .src-components-datepicker-styles-label-EwW\+2 .src-components-datepicker-styles-separator-date-5WVkD {
  margin: 0px 3px;
  color: rgba(255, 255, 255, 0.48);
}
.src-components-datepicker-styles-datepicker-dark-ghm67 .src-components-datepicker-styles-label-EwW\+2 .src-components-datepicker-styles-remove-dates-ffXP5 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 16px 16px 8px;
}

.src-components-datepicker-styles-datepicker-light-w\+nDp {
  position: relative;
  border-radius: 12px;
  background-color: rgba(30, 30, 30, 0.06);
  display: flex;
  align-items: center;
  max-width: fit-content;
  cursor: pointer;
  user-select: none;
  min-width: 270px;
}
@media (max-width: 450px) {
  .src-components-datepicker-styles-datepicker-light-w\+nDp {
    width: 100%;
    margin-bottom: 10px;
    max-width: initial;
  }
}
.src-components-datepicker-styles-datepicker-light-w\+nDp .src-components-datepicker-styles-label-EwW\+2 {
  font-family: "ProximaNova-Regular", sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  color: rgba(30, 30, 30, 0.66);
}
.src-components-datepicker-styles-datepicker-light-w\+nDp .src-components-datepicker-styles-label-EwW\+2 > span {
  letter-spacing: 0.65px;
  line-height: 1.5;
  color: rgba(30, 30, 30, 0.66);
}
.src-components-datepicker-styles-datepicker-light-w\+nDp .src-components-datepicker-styles-label-EwW\+2 > i {
  font-size: 24px;
  color: rgba(30, 30, 30, 0.66);
  margin-right: 8px;
}
.src-components-datepicker-styles-datepicker-light-w\+nDp .src-components-datepicker-styles-label-EwW\+2 .src-components-datepicker-styles-dates-CVPvt {
  margin-right: 24px;
}
.src-components-datepicker-styles-datepicker-light-w\+nDp .src-components-datepicker-styles-label-EwW\+2 .src-components-datepicker-styles-start-date-x6Lyh,
.src-components-datepicker-styles-datepicker-light-w\+nDp .src-components-datepicker-styles-label-EwW\+2 .src-components-datepicker-styles-end-date-odOfU {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.src-components-datepicker-styles-datepicker-light-w\+nDp .src-components-datepicker-styles-label-EwW\+2 .src-components-datepicker-styles-separator-date-5WVkD {
  margin: 0px 3px;
  color: rgba(30, 30, 30, 0.48);
}
.src-components-datepicker-styles-datepicker-light-w\+nDp .src-components-datepicker-styles-label-EwW\+2 .src-components-datepicker-styles-remove-dates-ffXP5 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 16px 16px 8px;
}

.src-components-datepicker-styles-calendarInfo-QUlMI {
  padding-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.src-components-datepicker-styles-button-style-YoOS- {
  margin: 5px 10px;
  display: flex;
  justify-content: flex-start;
}
.src-components-datepicker-styles-button-active-RJ09r {
  background-color: #0f62fe;
  color: #fff;
}
.src-components-datepicker-styles-button-active-RJ09r:hover {
  background-color: #003caa;
}

.src-components-datepicker-styles-fast-button-ThtGI {
  padding: 4px 8px !important;
  min-width: 120px;
}
.src-components-dropdown-styles-dropdown-Wfimo {
  position: relative;
  max-width: initial;
  cursor: pointer;
  user-select: none;
  margin-right: 10px;
  font-family: "ProximaNova-Regular", sans-serif;
  outline: 0;
  height: 100%;
}
@media (max-width: 450px) {
  .src-components-dropdown-styles-dropdown-Wfimo {
    min-height: 56px;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0px !important;
  }
}
.src-components-dropdown-styles-dropdown-Wfimo:active {
  background-color: transparent;
}
.src-components-dropdown-styles-dropdown-transparent-VOkO8 {
  position: relative;
}

.src-components-dropdown-styles-select-yvWgP {
  border-radius: 12px;
  /*   padding: 4px 8px 4px 8px; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: inherit;
  height: 100%;
}
@media (max-width: 450px) {
  .src-components-dropdown-styles-select-yvWgP {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0px !important;
    min-height: 56px;
  }
}
.src-components-dropdown-styles-select-yvWgP:active {
  background-color: transparent;
}
.src-components-dropdown-styles-select-light-ceHGc {
  background-color: rgba(30, 30, 30, 0.06) !important;
}
.src-components-dropdown-styles-select-light-ceHGc > span {
  color: rgba(30, 30, 30, 0.87) !important;
}
.src-components-dropdown-styles-select-dark-bvIWS {
  background-color: rgba(255, 255, 255, 0.12) !important;
}
.src-components-dropdown-styles-select-dark-bvIWS > span {
  color: rgba(255, 255, 255, 0.87) !important;
}
.src-components-dropdown-styles-select-transparent-2JqEe {
  background-color: transparent !important;
  border-radius: 0px !important;
  padding: 13px 8px 0px 16px;
}
.src-components-dropdown-styles-select-transparent-light-yl5oO {
  border-bottom: 3px solid rgba(30, 30, 30, 0.06);
}
.src-components-dropdown-styles-select-transparent-dark-28oDt {
  border-bottom: 3px solid rgba(255, 255, 255, 0.12);
}
@media (max-width: 450px) {
  .src-components-dropdown-styles-select-yvWgP {
    width: 100%;
    max-width: initial;
    box-sizing: border-box;
  }
}
@media (max-width: 990px) {
  .src-components-dropdown-styles-select-yvWgP {
    max-width: inherit;
    box-sizing: border-box;
  }
}
.src-components-dropdown-styles-select-yvWgP > span {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.87);
}
.src-components-dropdown-styles-select-yvWgP .src-components-dropdown-styles-placeholder-Y3Eih {
  visibility: visible;
  padding-left: 16px;
}
.src-components-dropdown-styles-select-yvWgP .src-components-dropdown-styles-placeholder-hidden-p5HYh {
  visibility: hidden;
}
.src-components-dropdown-styles-select-yvWgP .src-components-dropdown-styles-value-cLZnU {
  position: absolute;
  left: 16px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .src-components-dropdown-styles-select-yvWgP .src-components-dropdown-styles-value-cLZnU {
    bottom: 8px;
  }
}
.src-components-dropdown-styles-select-yvWgP .src-components-dropdown-styles-values-qofGI {
  position: absolute;
  left: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.src-components-dropdown-styles-select-yvWgP .src-components-dropdown-styles-values-dark-pPDjL {
  color: rgba(255, 255, 255, 0.87);
}
.src-components-dropdown-styles-select-yvWgP .src-components-dropdown-styles-values-light-xEBVQ {
  color: rgba(26, 26, 26, 0.87);
}
.src-components-dropdown-styles-select-yvWgP .src-components-dropdown-styles-values-item-ffRHD {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 4px;
  padding: 4px 8px;
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
}
.src-components-dropdown-styles-select-yvWgP .src-components-dropdown-styles-values-item-text-XOwoK {
  margin-right: 4px;
}
.src-components-dropdown-styles-select-yvWgP .src-components-dropdown-styles-icon-wrapper-RA2GP {
  display: flex;
  padding: 4px 8px;
  color: #121212;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media (max-width: 990px) {
  .src-components-dropdown-styles-select-yvWgP .src-components-dropdown-styles-icon-wrapper-RA2GP {
    margin-left: 20px;
  }
}
.src-components-dropdown-styles-select-yvWgP .src-components-dropdown-styles-icon-wrapper-RA2GP > i {
  font-size: 24px;
}
.src-components-dropdown-styles-select-yvWgP .src-components-dropdown-styles-icon-wrapper-dark-6\+KHT > i {
  color: rgba(255, 255, 255, 0.87) !important;
}
.src-components-dropdown-styles-select-yvWgP .src-components-dropdown-styles-icon-wrapper-light-cV1xQ > i {
  color: #121212 !important;
}

.src-components-dropdown-styles-options-qG7gB {
  display: none;
  position: absolute;
  max-height: 400px;
  overflow-y: scroll;
  right: 0;
  left: 0;
  flex-direction: column;
  border-radius: 12px;
  user-select: none;
  z-index: 99;
  margin-top: 5px;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14);
}
.src-components-dropdown-styles-options-visible-V6GIN {
  display: flex;
}
.src-components-dropdown-styles-options-dark-zGt6v {
  background-color: #121212;
}
.src-components-dropdown-styles-options-light-v\+vjx {
  background-color: #fff;
}

.src-components-dropdown-styles-option-L1j02 {
  padding: 16px 16px;
}
.src-components-dropdown-styles-option-L1j02 > div {
  padding: 8px;
}
.src-components-dropdown-styles-option-L1j02:first-child {
  border-radius: 12px 12px 0px 0px;
}
.src-components-dropdown-styles-option-L1j02:last-child {
  border-bottom: 0px;
  border-radius: 0px 0px 12px 12px;
}
.src-components-dropdown-styles-option-selected-gbNAK > div {
  background-color: #0f62fe !important;
  color: white;
  border-radius: 4px;
}
.src-components-dropdown-styles-option-dark-p0TmT {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
}
.src-components-dropdown-styles-option-dark-p0TmT:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.src-components-dropdown-styles-option-light-yONsT {
  border-bottom: 1px solid rgba(30, 30, 30, 0.12);
  background-color: rgba(255, 255, 255, 0.12);
  color: #1e1e1e;
}
.src-components-dropdown-styles-option-light-yONsT:hover {
  background-color: rgba(30, 30, 30, 0.06);
}

.src-components-dropdown-styles-options-input-JOFm9 {
  margin: 6px 0 0 0 !important;
}
.src-components-input-styles-wrapper-VzwQZ {
  position: relative;
  margin: 16px 0px;
}
.src-components-input-styles-wrapper-VzwQZ button {
  position: absolute;
  border: 0;
  width: 22px;
  height: 100%;
  right: 16px;
  top: 0;
  z-index: 99;
  background-color: transparent;
}

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

input[type=number] {
  -moz-appearance: textfield;
}

.src-components-input-styles-input-Gwj0Q {
  font-family: "ProximaNova-Regular", sans-serif;
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 0;
  line-height: 24px;
}
.src-components-input-styles-input-Gwj0Q:focus {
  border: 0;
  box-shadow: none;
  outline: 0;
}
.src-components-input-styles-input-dark-YNq\+D {
  background-color: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.9) !important;
}
.src-components-input-styles-input-dark-YNq\+D:focus {
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 4px 4px 0px 0px;
}
.src-components-input-styles-input-light-8AhNS {
  background-color: rgba(30, 30, 30, 0.04);
  color: rgba(30, 30, 30, 0.9) !important;
}
.src-components-input-styles-input-light-8AhNS:focus {
  border-bottom: 2px solid rgba(30, 30, 30, 0.6);
  border-radius: 4px 4px 0px 0px;
}
.src-components-input-styles-input-error-WotzR {
  border-bottom: 2px solid #cf6679;
  border-radius: 4px 4px 0px 0px;
}
.src-components-input-styles-input-icon-6CCy1 {
  padding-left: 52px;
}
.src-components-input-styles-input-mini-box-nCPbx {
  width: 56px;
  height: 56px;
  text-align: center;
}

.src-components-input-styles-icon-LPlOA {
  position: absolute;
  left: 16px;
  top: 30%;
  font-size: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
}
/* The switch - the box around the slider */
.src-components-switch-styles-switch-QrCUq {
  position: relative;
  display: inline-block;
  width: 58px;
  height: 24px;
}

/* Hide default HTML checkbox */
.src-components-switch-styles-switch-QrCUq input {
  opacity: 1;
  width: 0;
  height: 0;
  visibility: hidden;
}

/* The slider */
.src-components-switch-styles-slider-6yQf\+ {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.src-components-switch-styles-slider-6yQf\+:before {
  position: absolute;
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.src-components-switch-styles-checked-T7TQf:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

/* Rounded sliders */
.src-components-switch-styles-round-AkUg9 {
  border-radius: 30px;
}

.src-components-switch-styles-round-AkUg9:before {
  border-radius: 50%;
}
.src-components-text-styles-default-lYPtv {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.43;
  letter-spacing: 0.5px;
  font-style: normal;
  font-stretch: normal;
  font-family: "ProximaNova-Regular", sans-serif;
}

.src-components-text-styles-h1-ue456 {
  font-size: 96px;
  font-weight: 300;
  line-height: 1.17;
  letter-spacing: -1.5px;
  font-family: "ProximaNova-Light", sans-serif;
}

.src-components-text-styles-h2-c9aQj {
  font-size: 60px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-family: "ProximaNova-Light", sans-serif;
}

.src-components-text-styles-h3-a\+I6M {
  font-size: 48px;
  font-weight: normal;
  line-height: 1.17;
  letter-spacing: normal;
  font-family: "ProximaNova-Regular", sans-serif;
}

.src-components-text-styles-h4-\+K3Qm {
  font-size: 34px;
  font-weight: normal;
  line-height: 1.06;
  letter-spacing: normal;
  font-family: "ProximaNova-Regular", sans-serif;
}

.src-components-text-styles-h5-YwFnL {
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.18px;
  font-family: "ProximaNova-Regular", sans-serif;
}

.src-components-text-styles-h6-8R5hJ {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.15px;
  font-family: "ProximaNova-Medium", sans-serif;
}

.src-components-text-styles-title-iYqNM {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.18px;
  margin-bottom: 10px;
  font-family: "ProximaNova-Regular", sans-serif;
}

.src-components-text-styles-subtitle-kqdPe {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.15px;
  font-family: "ProximaNova-Regular", sans-serif;
}

.src-components-text-styles-subtitle2-95nBi {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: 0.1px;
  font-family: "ProximaNova-Medium", sans-serif;
}

.src-components-text-styles-body-qJwzf {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-family: "ProximaNova-Regular", sans-serif;
}

.src-components-text-styles-body2-MtZsg {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  letter-spacing: 0.25px;
  font-family: "ProximaNova-Regular", sans-serif;
}

.src-components-text-styles-button-kSKhV {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.14;
  letter-spacing: 1.25px;
  font-family: "ProximaNova-Regular", sans-serif;
}
@media (max-width: 500px) {
  .src-components-text-styles-button-kSKhV {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1.05px;
  }
}

.src-components-text-styles-caption-9iyAo {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: 0.4px;
  font-family: "ProximaNova-Regular", sans-serif;
}

.src-components-text-styles-dark-t6JoZ {
  color: rgba(255, 255, 255, 0.87);
}

.src-components-text-styles-light-UNlpw {
  color: rgba(30, 30, 30, 0.87);
}

.src-components-text-styles-breadcrumb-RECiE {
  font-size: 14px;
  font-family: "ProximaNova-Regular", sans-serif;
  line-height: 20px;
}
.src-components-text-styles-breadcrumb-RECiE.src-components-text-styles-dark-t6JoZ {
  color: rgba(255, 255, 255, 0.38);
}
.src-components-text-styles-breadcrumb-RECiE.src-components-text-styles-light-UNlpw {
  color: rgba(30, 30, 30, 0.38);
}
.src-components-widget-styles-widget-wmZus {
  display: flex;
  width: 100%;
  flex-direction: column;
  min-width: 275px;
  margin: 0 auto;
  margin-bottom: 16px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .src-components-widget-styles-widget-wmZus {
    display: block;
  }
}
.src-components-widget-styles-widget-title-SL7Ti {
  font-family: "ProximaNova-Medium", sans-serif;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin: 15px 0px 15px 0px;
}
@media (max-width: 450px) {
  .src-components-widget-styles-widget-title-SL7Ti {
    font-size: 16px;
  }
}
.src-components-widget-styles-widget-title-dark-VdBdY {
  color: rgba(255, 255, 255, 0.87);
}
.src-components-widget-styles-widget-title-light-nCFXt {
  color: rgba(30, 30, 30, 0.87);
}

.src-components-widget-styles-children-KUsC- {
  width: 100%;
}
@media (max-width: 767px) {
  .src-components-widget-styles-children-KUsC- {
    flex-direction: column;
  }
}

@media (min-width: 990px) {
  .src-components-widget-styles-row-gRDBU {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.src-components-widget-styles-row-gRDBU [data-tag=card] {
  flex: 1 1 100%;
  margin-bottom: 1.2%;
  max-height: 40%;
  min-height: 100%;
}
@media (max-width: 767px) {
  .src-components-widget-styles-row-gRDBU [data-tag=card] {
    display: block !important;
    flex: 1 1 100% !important;
    margin-bottom: 1.6% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 414px) {
  .src-components-widget-styles-row-gRDBU [data-tag=card] {
    width: -webkit-fill-available;
    display: block !important;
  }
}
.src-components-widget-styles-row-2-GhevZ [data-tag=card] {
  flex: 1 1 49% !important;
  max-width: 49% !important;
  margin-right: 2% !important;
  margin-bottom: 2.85% !important;
  padding: 0px;
  /*    @media (max-width: 1100px) { */
}
.src-components-widget-styles-row-2-GhevZ [data-tag=card] > div {
  padding: 16px;
}
.src-components-widget-styles-row-2-GhevZ [data-tag=card]:nth-child(even) {
  margin-right: 0px !important;
}
@media (max-width: 767px) {
  .src-components-widget-styles-row-2-GhevZ [data-tag=card] {
    flex: 1 1 100% !important;
    margin-right: 0px !important;
    margin-bottom: 4.6% !important;
    max-width: 100% !important;
  }
}
.src-components-widget-styles-row-3-Txx2q {
  /* stylelint-disable */
}
.src-components-widget-styles-row-3-Txx2q [data-tag=card] {
  /* stylelint-enable */
  flex: 1 1 32% !important;
  max-width: 32% !important;
  margin-right: 1.98% !important;
  margin-bottom: 2.85% !important;
  padding: 0px;
}
.src-components-widget-styles-row-3-Txx2q [data-tag=card] > div {
  padding: 16px;
}
.src-components-widget-styles-row-3-Txx2q [data-tag=card]:nth-child(3n) {
  margin-right: 0px !important;
}
@media (max-width: 767px) {
  .src-components-widget-styles-row-3-Txx2q [data-tag=card] {
    flex: 1 1 100% !important;
    margin-right: 0px !important;
    max-width: 100% !important;
  }
}
.src-components-widget-styles-row-4-3SS4D {
  /* stylelint-disable */
}
.src-components-widget-styles-row-4-3SS4D [data-tag=card] {
  /* stylelint-enable */
  flex: 1 1 24.2% !important;
  max-width: 24.2% !important;
  margin-right: 1.05% !important;
  margin-bottom: 2.85% !important;
  padding: 0px;
}
.src-components-widget-styles-row-4-3SS4D [data-tag=card] > div {
  padding: 16px;
}
.src-components-widget-styles-row-4-3SS4D [data-tag=card]:nth-child(4n) {
  margin-right: 0px !important;
}
@media (max-width: 767px) {
  .src-components-widget-styles-row-4-3SS4D [data-tag=card] {
    flex: 1 1 100% !important;
    margin-right: 0px !important;
    max-width: 100% !important;
  }
}

.src-components-widget-styles-column-ffZsA {
  display: flex;
  flex-direction: column;
}

.src-components-widget-styles-center-gNVqQ {
  justify-content: center;
  align-items: center;
}

.src-components-widget-styles-between-OAp4X {
  justify-content: space-between;
  align-items: center;
}
.src-components-modal-styles-modal-title-5kG1a {
  font-size: 14px;
  font-weight: 600;
}
.src-components-modal-styles-modal-title-dark-uuyp2 {
  color: #b4bfbf;
}
.src-components-modal-styles-modal-title-light-Wi75e {
  color: rgba(30, 30, 30, 0.8705882353);
}
.src-components-modal-styles-modal-header-TKZBe {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  font-family: "ProximaNova-Medium", sans-serif;
}
.src-components-modal-styles-modal-closeButton-VttTg {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.3;
  cursor: pointer;
  border: none;
  color: rgb(53, 53, 53);
}
.src-components-modal-styles-modal-container-ZFuTJ {
  z-index: 1000;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 3px;
  min-width: 400px;
  max-width: 600px;
  max-height: 40%;
  padding: 10px;
  overflow: auto;
}
.src-components-modal-styles-modal-container-dark-IjOR6 {
  background-color: #0d0d0d;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
}
.src-components-modal-styles-modal-container-light-7gTKj {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.src-components-modal-styles-modal-container-ZFuTJ::-webkit-scrollbar {
  display: block;
  width: 7px;
  height: 7px;
}
.src-components-modal-styles-modal-container-ZFuTJ::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background-color: #0f62fe;
}
.src-components-modal-styles-modal-container-ZFuTJ::-webkit-scrollbar-track {
  background-color: rgba(223, 223, 223, 0.34);
  border-radius: 12px;
}
.src-components-modal-styles-modal-container-ZFuTJ::-webkit-scrollbar-track::-webkit-scrollbar-thumb:hover {
  background: #5490ff;
}
.src-components-modal-styles-modal-overlay-3MIEi {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100vw;
  height: 100vh;
}
.src-components-modal-styles-modal-overlay-dark-uO6Dz {
  background-color: rgba(76, 76, 76, 0.5);
}
.src-components-modal-styles-modal-overlay-light-RN\+CI {
  background-color: rgba(0, 0, 0, 0.5);
}
.src-components-modal-styles-modal-content-OgGzk {
  font-size: 14px;
  font-family: "ProximaNova-Medium", sans-serif;
}
.src-components-modal-styles-modal-content-dark-INTUO {
  color: #b4bfbf;
}
.src-components-modal-styles-modal-content-light-mzeCR {
  color: rgba(30, 30, 30, 0.8705882353);
}
.src-components-modal-styles-modal-lockBody-GHQiA {
  height: 100vh;
  overflow: hidden;
}
.src-components-select-styles-select-container-zo4lO {
  outline: none;
  caret-color: rgb(190, 190, 190);
  color: rgb(85, 85, 85);
  display: flex;
  align-items: center;
  width: max-content;
  height: max-content;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  padding: 4px 8px;
}
.src-components-select-styles-select-item-G3LaZ {
  cursor: pointer;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  padding: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
}
.src-components-select-styles-select-item-text-NihCZ {
  padding: 8px;
}
.src-components-select-styles-select-item-text-light-u4pU0 {
  color: #1e1e1e;
}
.src-components-select-styles-select-item-active-bwM8D .src-components-select-styles-select-item-text-NihCZ {
  background-color: #0f62fe !important;
  border-radius: 4px;
  color: white;
}
.src-components-select-styles-select-item-selected-TV9Yo {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.87);
  border-bottom: unset;
  padding: unset;
  display: inline-block;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.src-components-select-styles-select-item-selected-light-LCVLP {
  color: #1e1e1e;
}
.src-components-select-styles-select-item-container-16ytq {
  list-style: none;
  position: absolute;
  display: inline-block;
  border-radius: 12px;
  margin: 0;
  padding: 0;
  opacity: 0;
  top: -100vw;
  visibility: hidden;
  z-index: 1001;
  overflow: auto;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14);
}
.src-components-select-styles-select-item-container-dark-a\+nvX {
  background-color: #121212;
}
.src-components-select-styles-select-item-container-light-Q3YWs {
  background-color: #fff;
}
.src-components-select-styles-select-item-arrowIcon-KCDeK {
  color: rgba(255, 255, 255, 0.87) !important;
  font-size: 24px;
  margin-left: 4px;
}
.src-components-select-styles-select-item-arrowIcon-light-Be0LU {
  color: #1e1e1e !important;
}
.src-components-select-styles-select-item-light-Hd7L2 {
  border-bottom: 1px solid rgba(30, 30, 30, 0.12);
}

@keyframes src-components-select-styles-fade-in-WvDN\+ {
  from {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  50% {
    visibility: visible;
    opacity: 0.1;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
.src-components-select-styles-fade-in-WvDN\+ {
  animation: src-components-select-styles-fade-in-WvDN\+ 200ms ease-in-out forwards;
}
.src-containers-elements-\@commons-select-language-styles-select-language-container-8rOpp {
  background-color: #121212;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14);
}

.src-containers-elements-\@commons-select-language-styles-select-language-item-G\+syW {
  line-height: 10px;
  padding: 0 8px 5px 8px;
}
.src-containers-elements-\@commons-select-language-styles-select-language-item-G\+syW span {
  padding: 1px;
  text-align: -webkit-center;
}
.src-containers-elements-\@commons-select-theme-styles-switch-dark-Bm82c {
  border: 0.01px solid rgba(255, 255, 255, 0.48);
}
.src-containers-elements-\@commons-select-theme-styles-switch-dark-Bm82c:before {
  background-color: white;
}
.src-containers-elements-\@commons-select-theme-styles-switch-light--mzQy {
  border: 0.01px solid rgba(30, 30, 30, 0.48);
}
.src-containers-elements-\@commons-select-theme-styles-switch-light--mzQy:before {
  background-color: #1e1e1e;
}

.src-containers-elements-\@commons-select-theme-styles-icon-dark-4eq-S {
  border: 0.01px solid rgba(255, 255, 255, 0.48);
}
.src-containers-elements-\@commons-select-theme-styles-icon-dark-4eq-S:before {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.9);
  font-size: 24px;
  left: 2px;
  bottom: 5px;
}
.src-containers-elements-\@commons-select-theme-styles-icon-light-AtRuV {
  border: 0.01px solid rgba(30, 30, 30, 0.48);
}
.src-containers-elements-\@commons-select-theme-styles-icon-light-AtRuV:before {
  background-color: transparent;
  color: #1e1e1e;
  font-size: 24px;
  left: 2px;
  bottom: 5px;
}
.src-containers-elements-header-select-default-currency-styles-header-select-currency-c8q18 {
  border-bottom: 3px solid rgba(255, 255, 255, 0.12);
}
.src-containers-elements-header-select-default-currency-styles-header-select-currency-light-EC6U8 {
  border-bottom: 3px solid rgba(30, 30, 30, 0.06);
}
.src-containers-elements-header-select-default-currency-styles-header-select-currency-item-fZwDO {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: unset;
  padding: 12px;
}

.src-containers-elements-header-select-default-currency-styles-header-select-currency-container-d2ZI- {
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}
.src-containers-layouts-sidebar-styles-wrapper-GdODK {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 0px 0px 20px;
  border-radius: 12px;
  margin-right: 16px;
  max-width: 200px;
  min-width: 200px;
  width: 200px;
  height: 600px;
  box-sizing: border-box;
}
@media (max-width: 428px) {
  .src-containers-layouts-sidebar-styles-wrapper-GdODK {
    max-width: 100%;
    width: 100%;
    margin-bottom: 16px;
  }
}
.src-containers-layouts-sidebar-styles-wrapper-light-O\+fUS {
  background-color: rgba(255, 255, 255, 0.9);
}
.src-containers-layouts-sidebar-styles-wrapper-dark-QPboR {
  background-color: #121212;
}

.src-containers-layouts-sidebar-styles-sidebar-taW4q {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 428px) {
  .src-containers-layouts-sidebar-styles-sidebar-item-BtqWQ {
    display: flex;
    flex-direction: row;
    margin: 0px 0px 20px 0px;
    cursor: pointer;
  }
}
.src-containers-layouts-sidebar-styles-sidebar-item-BtqWQ {
  display: flex;
  flex-direction: row;
  margin-bottom: 22px;
  text-decoration: none;
  cursor: pointer;
}
.src-containers-layouts-sidebar-styles-sidebar-item-text-tc4ms {
  margin-left: 10px;
  align-items: flex-start;
  font-size: 16px !important;
  letter-spacing: 0.15px;
  line-height: 1.5;
}
.src-containers-layouts-sidebar-styles-sidebar-item-BtqWQ:active {
  color: unset;
}
.src-containers-layouts-sidebar-styles-sidebar-item-dark-icon-Ev2bl {
  font-size: 24px !important;
  color: rgba(255, 255, 255, 0.31) !important;
}
.src-containers-layouts-sidebar-styles-sidebar-item-dark-2NtgD .src-containers-layouts-sidebar-styles-sidebar-item-text-tc4ms {
  color: rgba(255, 255, 255, 0.31) !important;
}
.src-containers-layouts-sidebar-styles-sidebar-item-dark-2NtgD .src-containers-layouts-sidebar-styles-sidebar-item-text-tc4ms:hover {
  color: rgba(255, 255, 255, 0.78) !important;
}
.src-containers-layouts-sidebar-styles-sidebar-item-dark--active-fW177 .src-containers-layouts-sidebar-styles-sidebar-item-text-tc4ms { /* stylelint-disable-line */
  color: rgba(255, 255, 255, 0.78) !important;
}
.src-containers-layouts-sidebar-styles-sidebar-item-dark--active-fW177 .src-containers-layouts-sidebar-styles-sidebar-item-dark-icon-Ev2bl {
  color: rgba(255, 255, 255, 0.78) !important;
}
.src-containers-layouts-sidebar-styles-sidebar-item-light-icon-xX03n {
  font-size: 24px !important;
  color: rgba(30, 30, 30, 0.45) !important;
}
.src-containers-layouts-sidebar-styles-sidebar-item-light-TJmJa .src-containers-layouts-sidebar-styles-sidebar-item-text-tc4ms { /* stylelint-disable-line */
  color: rgba(30, 30, 30, 0.45) !important;
}
.src-containers-layouts-sidebar-styles-sidebar-item-light-TJmJa .src-containers-layouts-sidebar-styles-sidebar-item-text-tc4ms:hover {
  color: rgba(30, 30, 30, 0.9) !important;
}
.src-containers-layouts-sidebar-styles-sidebar-item-light--active-s6WU2 .src-containers-layouts-sidebar-styles-sidebar-item-text-tc4ms { /* stylelint-disable-line */
  color: rgba(30, 30, 30, 0.9) !important;
}
.src-containers-layouts-sidebar-styles-sidebar-item-light--active-s6WU2 .src-containers-layouts-sidebar-styles-sidebar-item-light-icon-xX03n {
  color: rgba(30, 30, 30, 0.9) !important;
}
.src-containers-layouts-sidebar-styles-sidebar-externalLink-dark-8uabz {
  color: rgba(255, 255, 255, 0.31) !important;
}
.src-containers-layouts-sidebar-styles-sidebar-externalLink-dark-8uabz:hover {
  color: rgba(255, 255, 255, 0.78) !important;
}
.src-containers-layouts-sidebar-styles-sidebar-externalLink-dark-icon-JFptM {
  font-size: 24px !important;
  color: rgba(255, 255, 255, 0.31) !important;
}
.src-containers-layouts-sidebar-styles-sidebar-externalLink-light-Dz64X {
  color: rgba(30, 30, 30, 0.45) !important;
}
.src-containers-layouts-sidebar-styles-sidebar-externalLink-light-Dz64X:hover {
  color: rgba(30, 30, 30, 0.9) !important;
}
.src-containers-layouts-sidebar-styles-sidebar-externalLink-light-icon-gbEEl {
  font-size: 24px !important;
  color: rgba(30, 30, 30, 0.45) !important;
}
.src-containers-layouts-sidebar-styles-sidebar-externalLink-text-W17wi {
  margin-left: 10px;
  align-items: flex-start;
  font-size: 16px !important;
  letter-spacing: 0.15px;
  line-height: 1.5;
}
.src-containers-layouts-sidebar-styles-sidebar-modal-company-row-5uHsw {
  font-size: 16px;
  padding: 8px;
  cursor: pointer;
}
.src-containers-layouts-sidebar-styles-sidebar-modal-company-row-dark-wy0R9 {
  border-bottom: 1px solid #3c3c3c;
}
.src-containers-layouts-sidebar-styles-sidebar-modal-company-row-dark-wy0R9:hover {
  background-color: #464646;
}
.src-containers-layouts-sidebar-styles-sidebar-modal-company-row-light-A4eB6 {
  border-bottom: 1px solid #e5e5e5;
}
.src-containers-layouts-sidebar-styles-sidebar-modal-company-row-light-A4eB6:hover {
  background-color: #d7d6d6;
}
.src-containers-elements-\@commons-SelectCompanyDefaultPopup-styles-table-GKyMd {
  width: 100%;
  border-collapse: collapse;
  border-color: transparent;
  text-align: center;
}
.src-containers-elements-\@commons-SelectCompanyDefaultPopup-styles-table-header-RWEdH {
  width: 100%;
}
.src-containers-elements-\@commons-SelectCompanyDefaultPopup-styles-table-header-dark-FtftY {
  border-bottom: 2px solid #333333;
}
.src-containers-elements-\@commons-SelectCompanyDefaultPopup-styles-table-header-light-EL968 {
  border-bottom: 2px solid #d4d4d4;
}
.src-containers-elements-\@commons-SelectCompanyDefaultPopup-styles-table-header-RWEdH th {
  padding-bottom: 16px;
}
.src-containers-elements-\@commons-SelectCompanyDefaultPopup-styles-table-cell-yzQfR {
  padding: 2px 30px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.15px;
}
.src-containers-elements-\@commons-SelectCompanyDefaultPopup-styles-table-cell-dark-Ujtju {
  color: rgba(255, 255, 255, 0.87);
}
.src-containers-elements-\@commons-SelectCompanyDefaultPopup-styles-table-cell-light-osPHG {
  color: rgba(30, 30, 30, 0.87);
}
.src-containers-elements-\@commons-SelectCompanyDefaultPopup-styles-table-cell-text-UygqT {
  padding: 2px 0;
  font-size: 14px;
}
.src-containers-elements-\@commons-SelectCompanyDefaultPopup-styles-table-cell-success-KCCUg {
  background-color: #1a951a;
  padding: 4px 10px;
  border-radius: 4px;
  cursor: pointer;
}
.src-containers-elements-\@commons-SelectCompanyDefaultPopup-styles-table-cell-error-MCJqG {
  background-color: #f44336;
  padding: 4px 10px;
  border-radius: 4px;
  cursor: pointer;
}
.src-containers-elements-\@commons-SelectCompanyDefaultPopup-styles-table-cell-noData-1daDq {
  padding: 20px;
  text-align: center;
}
.src-containers-elements-\@commons-SelectCompanyDefaultPopup-styles-table-cell-refreshButton-nNzuj {
  width: 150px;
}
.src-containers-elements-\@commons-SelectCompanyDefaultPopup-styles-table-cell-refreshButtonText-2T4uT {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.src-containers-elements-\@commons-SelectCompanyDefaultPopup-styles-table-cell-wrapper-MboKS {
  border-radius: 8px;
  padding: 12px 24px;
}
.src-containers-elements-\@commons-SelectCompanyDefaultPopup-styles-table-cell-wrapper-dark-rdFnz {
  box-shadow: 0px 2px 8px 0px rgba(159, 159, 159, 0.36);
}
.src-containers-elements-\@commons-SelectCompanyDefaultPopup-styles-table-cell-wrapper-light-SAQo4 {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.18);
}
.src-containers-elements-\@commons-SelectCompanyDefaultPopup-styles-table-cell-textTotalBalance-lkTAQ {
  font-weight: bold;
}
.src-containers-elements-\@commons-SelectCompanyDefaultPopup-styles-table-body-lIB01 {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.src-containers-elements-\@commons-SelectCompanyDefaultPopup-styles-table-body-dark-SYcIA {
  color: rgba(255, 255, 255, 0.87);
}
.src-containers-elements-\@commons-SelectCompanyDefaultPopup-styles-table-body-dark-SYcIA tr {
  border-bottom: 1px solid #333333;
}
.src-containers-elements-\@commons-SelectCompanyDefaultPopup-styles-table-body-dark-row-vzFlK {
  background-color: #1a1a1a;
}
.src-containers-elements-\@commons-SelectCompanyDefaultPopup-styles-table-body-light-Irdv0 {
  color: rgba(30, 30, 30, 0.66);
}
.src-containers-elements-\@commons-SelectCompanyDefaultPopup-styles-table-body-light-Irdv0 tr {
  border-bottom: 1px solid #d4d4d4;
}
.src-containers-elements-\@commons-SelectCompanyDefaultPopup-styles-table-body-light-row-PRFo5 {
  background-color: #f7f7f7;
}
.src-containers-elements-\@commons-SelectCompanyDefaultPopup-styles-table-body-lIB01 td {
  white-space: nowrap;
  padding: 12px 30px;
}
.src-containers-elements-\@commons-SelectCompanyDefaultPopup-styles-table-body-totalBalanceRow-SSBy- {
  background-color: rgba(15, 98, 254, 0.2392156863);
}

.src-containers-elements-\@commons-SelectCompanyDefaultPopup-styles-button-container-save-TG4F7 {
  margin-top: 18px;
  padding-right: 2% !important;
  text-align: end;
  padding-bottom: 18px;
  border-bottom: 1px solid #d4d4d4;
}

.src-containers-elements-\@commons-SelectCompanyDefaultPopup-styles-button-group-save-sdPVO {
  width: 150px;
}

.src-containers-elements-\@commons-SelectCompanyDefaultPopup-styles-info-dark-1aHFp {
  color: rgba(255, 255, 255, 0.87);
  margin-right: 25% !important;
}
.src-containers-elements-\@commons-SelectCompanyDefaultPopup-styles-info-light-KY8G5 {
  color: rgba(30, 30, 30, 0.87);
  margin-right: 25% !important;
}

.src-containers-elements-\@commons-SelectCompanyDefaultPopup-styles-loader-container-DI0F9 {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(2px);
}
.src-containers-layouts-header-styles-user-a9Qke {
  font-family: "ProximaNova-Regular", sans-serif;
}
.src-containers-layouts-header-styles-user-light-oeOXN {
  color: #1a1a1a;
}
.src-containers-layouts-header-styles-user-dark-zdWlG {
  color: #fff;
}

.src-containers-layouts-header-styles-header-default-u\+k1Y {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 428px) {
  .src-containers-layouts-header-styles-header-default-u\+k1Y {
    display: none;
    visibility: hidden;
  }
}

.src-containers-layouts-header-styles-defCompanyLink-y-3uk {
  text-decoration: none;
}

#src-containers-layouts-header-styles-header-t0WJ0 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 0px 0px 12px 12px;
  padding: 30px 20px;
  max-height: 75px;
  box-sizing: border-box;
}
@media (max-width: 428px) {
  #src-containers-layouts-header-styles-header-t0WJ0 {
    padding: 30px 10px !important;
  }
}
#src-containers-layouts-header-styles-header-left-UVnQQ {
  display: flex;
  flex-grow: 1;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
}
#src-containers-layouts-header-styles-header-right-A1-k2 {
  display: flex;
  flex-grow: 11;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-left: 24px;
}
@media (max-width: 428px) {
  #src-containers-layouts-header-styles-header-right-A1-k2 {
    padding-right: 20px;
  }
}
#src-containers-layouts-header-styles-header-right-A1-k2 > div {
  margin: 0px 8px;
}

.src-containers-layouts-header-styles-theme-dark-zqtMB {
  background-color: #121212;
}

.src-containers-layouts-header-styles-theme-light-tYD6c {
  background-color: rgba(255, 255, 255, 0.9);
}

.src-containers-layouts-header-styles-mobile-header-6C75e {
  flex: 1;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  display: none;
}
@media (max-width: 428px) {
  .src-containers-layouts-header-styles-mobile-header-6C75e {
    display: flex;
  }
}

.src-containers-layouts-header-styles-mobile-menu-button-OAePj {
  display: flex;
  width: 32px;
  height: 32px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.src-containers-layouts-header-styles-mobile-menu-button-OAePj:active {
  background-color: rgba(255, 255, 255, 0.12);
}

.src-containers-layouts-header-styles-menu-KVGZI {
  background-color: #1a1a1a;
  width: 220px;
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: -100%;
  transition: 850ms;
  z-index: 99;
  overflow-y: scroll;
}
.src-containers-layouts-header-styles-menu-light-CvQ4N {
  background-color: rgba(255, 255, 255, 0.9);
}
.src-containers-layouts-header-styles-menu-dark-lE1yt {
  background-color: #121212;
}
.src-containers-layouts-header-styles-menu-header-HYm6u {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  height: 75px;
}
.src-containers-layouts-header-styles-menu-content-uWWxZ {
  background-color: transparent;
}
.src-containers-layouts-header-styles-menu-active-5p0f6 {
  left: 0;
  transition: 350ms;
}
.src-containers-layouts-header-styles-menu-close-DffGU {
  margin-right: 16px;
}
.src-containers-layouts-content-styles-content-Nb4-s {
  display: flex;
  flex: 1;
  flex-direction: row;
  margin: 0px 16px 16px 16px;
  box-sizing: border-box;
}
@media (max-width: 500px) {
  .src-containers-layouts-content-styles-content-Nb4-s {
    flex-direction: column;
    margin: 0px 0px 16px 0px;
  }
}
.src-components-currency-item-styles-currency-item-Jk4Bq {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  border-radius: 12px;
  font-family: "ProximaNova-Medium", sans-serif;
  margin-right: 20px;
  height: 40px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .src-components-currency-item-styles-currency-item-Jk4Bq {
    min-width: 180px;
  }
}
.src-components-currency-item-styles-currency-item-dark-38sGu {
  background-color: rgba(18, 18, 18, 0.87);
  color: hexToRgba(rgba(255, 255, 255, 0.9), 0.87);
}
.src-components-currency-item-styles-currency-item-light-TmqdS {
  background-color: rgba(255, 255, 255, 0.87);
  color: hexToRgba(#1e1e1e, 0.87);
}
.src-components-currency-item-styles-currency-symbol-eLv2W {
  font-size: 24px;
  margin-right: 22px;
  font-family: "ProximaNova-Medium", sans-serif;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .src-components-currency-item-styles-currency-symbol-eLv2W {
    font-size: 19;
  }
}
.src-components-currency-item-styles-currency-balance-ZA6Ls {
  font-size: 20px;
  font-family: "ProximaNova-Medium", sans-serif;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .src-components-currency-item-styles-currency-balance-ZA6Ls {
    font-size: 15px;
  }
}
.src-containers-elements-\@commons-currency-list-styles-currency-list-j7URq {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  padding-bottom: 3px;
}
.src-containers-elements-\@commons-currency-list-styles-currency-list-wrapper-N8Yd4 {
  overflow-x: auto;
  overflow-y: auto;
  width: 100%;
}
.src-containers-elements-\@commons-currency-list-styles-currency-list-wrapper-N8Yd4::-webkit-scrollbar {
  display: block;
  width: 7px;
  height: 7px;
}
.src-containers-elements-\@commons-currency-list-styles-currency-list-wrapper-N8Yd4::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background-color: #0f62fe;
}
.src-containers-elements-\@commons-currency-list-styles-currency-list-wrapper-N8Yd4::-webkit-scrollbar-track {
  background-color: rgba(223, 223, 223, 0.34);
  border-radius: 12px;
}
.src-containers-elements-\@commons-currency-list-styles-currency-list-wrapper-N8Yd4::-webkit-scrollbar-track::-webkit-scrollbar-thumb:hover {
  background: #5490ff;
}
.src-containers-elements-\@commons-select-company-components-company-select-label-styles-company-select-button-OAN\+d {
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.src-containers-elements-\@commons-select-company-components-company-select-label-styles-company-select-button-OAN\+d > p {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
  text-align: center;
  padding: 0;
  margin: 0;
}
.src-containers-elements-\@commons-select-company-components-company-select-label-styles-company-select-button-OAN\+d abbr[title] {
  text-decoration: none;
}
.src-containers-elements-\@commons-select-company-components-company-select-label-styles-company-select-button-light-n9ZEn > p {
  color: rgba(30, 30, 30, 0.87) !important;
}
.src-containers-elements-\@commons-select-company-components-company-select-label-styles-company-select-button-dark-csX26 > p {
  color: rgba(255, 255, 255, 0.87) !important;
}
.src-containers-elements-\@commons-select-company-components-company-select-item-styles-option-item-bKQwu {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  cursor: pointer;
  height: 60px;
  padding: 8px;
}
.src-containers-elements-\@commons-select-company-components-company-select-item-styles-option-item-bKQwu:hover {
  background-color: rgba(77, 77, 77, 0.5) !important;
}
.src-containers-elements-\@commons-select-company-components-company-select-item-styles-option-item-select-all-KHU6a {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.src-containers-elements-\@commons-select-company-components-company-select-item-styles-option-item-select-half-nIozF {
  background-color: rgba(15, 98, 254, 0.2) !important;
}
.src-containers-elements-\@commons-select-company-components-company-select-item-styles-option-item-select-half-nIozF:hover {
  background-color: rgba(15, 98, 254, 0.3) !important;
}
.src-containers-elements-\@commons-select-company-components-company-select-item-styles-option-item-dark-9KvJE {
  color: rgba(255, 255, 255, 0.87);
  background-color: #121212;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.src-containers-elements-\@commons-select-company-components-company-select-item-styles-option-item-dark-9KvJE:last-child {
  border-bottom: 0px solid rgba(255, 255, 255, 0.12);
}
.src-containers-elements-\@commons-select-company-components-company-select-item-styles-option-item-light-WQPy5 {
  color: rgba(26, 26, 26, 0.87);
  background-color: #fff;
  border-bottom: 1px solid rgba(30, 30, 30, 0.12);
}
.src-containers-elements-\@commons-select-company-components-company-select-item-styles-option-item-selected-Ll8Ou {
  background-color: #0f62fe;
  color: rgba(255, 255, 255, 0.87);
}
.src-containers-elements-\@commons-select-company-components-company-select-item-styles-option-item-name-QFurC {
  flex: 1;
  border-radius: 4px;
  padding: 8px 4px 8px 4px;
}
.src-containers-elements-\@commons-select-company-components-company-select-item-styles-option-item-name-QFurC > span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.src-containers-elements-\@commons-select-company-components-company-select-item-styles-option-item-name-selected-IAEHx {
  background-color: #0f62fe;
  color: rgba(255, 255, 255, 0.87);
}
.src-containers-elements-\@commons-select-company-components-company-select-item-styles-option-item-name-hasArrow-JxYhV {
  margin-right: 40px;
}
.src-containers-elements-\@commons-select-company-components-company-select-item-styles-option-item-bKQwu abbr[title] {
  flex: 1;
  text-decoration: none;
}
.src-containers-elements-\@commons-select-company-components-company-select-item-styles-option-item-show-more-wrapper-YOMoq {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
}
.src-containers-elements-\@commons-select-company-components-company-select-item-styles-option-item-show-more-wrapper-visible-wJLge {
  display: flex;
  justify-content: center;
  align-items: center;
}
.src-containers-elements-\@commons-select-company-components-company-select-item-styles-option-item-show-more-bBbU8 {
  display: none;
  border-radius: 4px;
  background-color: rgba(77, 77, 77, 0.15);
  z-index: 99;
  width: 30px;
  height: 30px;
}
.src-containers-elements-\@commons-select-company-components-company-select-item-styles-option-item-show-more-selected-jGuqS {
  background-color: rgba(77, 77, 77, 0.75);
}
.src-containers-elements-\@commons-select-company-components-company-select-item-styles-option-item-show-more-selected-jGuqS > span {
  color: #fff !important;
}
.src-containers-elements-\@commons-select-company-components-company-select-item-styles-option-item-show-more-visible-kPowE {
  display: flex;
  justify-content: center;
  align-items: center;
}

.src-containers-elements-\@commons-select-company-components-company-select-item-styles-option-sub-items-9CC3I {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.src-containers-elements-\@commons-select-company-components-company-select-item-styles-option-sub-items-visible-PdfRY {
  display: block;
  animation: src-containers-elements-\@commons-select-company-components-company-select-item-styles-fade-in-6or7U 200ms ease-in-out forwards;
}

@keyframes src-containers-elements-\@commons-select-company-components-company-select-item-styles-fade-in-6or7U {
  from {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  50% {
    visibility: visible;
    opacity: 0.1;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
.src-containers-elements-\@commons-select-company-components-company-filter-card-styles-company-filter-card-WtvtB {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9999;
  border-bottom: 1px solid rgba(30, 30, 30, 0.12);
  height: 115px;
}
.src-containers-elements-\@commons-select-company-components-company-filter-card-styles-company-filter-card-dark-NXst6 {
  color: rgba(255, 255, 255, 0.87);
  background-color: #121212;
  box-shadow: 0px 10px 27px 8px rgba(0, 0, 0, 0.83);
}
.src-containers-elements-\@commons-select-company-components-company-filter-card-styles-company-filter-card-light-AFsls {
  color: rgba(26, 26, 26, 0.87);
  background-color: #fff;
  box-shadow: 0px 10px 27px 8px rgba(255, 255, 255, 0.83);
}
.src-containers-elements-\@commons-select-company-styles-wrapper-z\+rej {
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  margin-right: 16px;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  user-select: none;
  font-family: "ProximaNova-Medium", sans-serif;
}
.src-containers-elements-\@commons-select-company-styles-wrapper-z\+rej > p {
  font-size: 14px !important;
  letter-spacing: 0.1px;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}
@media (max-width: 500px) {
  .src-containers-elements-\@commons-select-company-styles-wrapper-z\+rej {
    width: 100%;
    min-width: 50px;
    margin-right: 0px;
    margin-bottom: 16px;
  }
  .src-containers-elements-\@commons-select-company-styles-wrapper-z\+rej > p {
    font-size: 10px !important;
    text-align: center;
  }
}
.src-containers-elements-\@commons-select-company-styles-wrapper-light-ANfDL {
  background-color: rgba(255, 255, 255, 0.9);
}
.src-containers-elements-\@commons-select-company-styles-wrapper-light-ANfDL > p {
  color: rgba(30, 30, 30, 0.87) !important;
}
.src-containers-elements-\@commons-select-company-styles-wrapper-dark-mOLVj {
  background-color: #121212;
}
.src-containers-elements-\@commons-select-company-styles-wrapper-dark-mOLVj > p {
  color: rgba(255, 255, 255, 0.87) !important;
}
.src-containers-elements-\@commons-select-company-styles-wrapper-loading-U17R3 {
  min-width: 200px;
  padding: 8px 0;
}

.src-containers-elements-\@commons-select-company-styles-sidebar-select-company-KT4em {
  min-width: 160px;
  width: 100%;
  height: 20px;
  justify-content: space-between;
  padding: 20px;
}
.src-containers-elements-\@commons-select-company-styles-sidebar-select-company-placeholder-9KwbM {
  white-space: normal;
  line-height: 16px;
  max-width: 132px;
}

.src-containers-elements-\@commons-select-company-styles-sidebar-select-company-container-Tf-BB {
  max-height: 500px;
  overflow-y: auto;
  font-family: "ProximaNova-Medium", sans-serif;
}

.src-containers-elements-\@commons-select-company-styles-option-item-GRzud {
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  height: 60px;
  font-size: 14px;
  padding: 8px;
}
.src-containers-elements-\@commons-select-company-styles-option-item-GRzud:hover {
  background-color: rgba(77, 77, 77, 0.5);
}
.src-containers-elements-\@commons-select-company-styles-option-item-GRzud:first-child {
  font-size: 16px;
  border-radius: 12px 12px 0px 0px;
}
.src-containers-elements-\@commons-select-company-styles-option-item-GRzud:first-child > div > div {
  text-align: center !important;
}
.src-containers-elements-\@commons-select-company-styles-option-item-GRzud:last-child {
  border-radius: 0px 0px 12px 12px;
}
.src-containers-elements-\@commons-select-company-styles-option-item-selected-8qX\+A {
  background-color: blue;
}
.src-containers-elements-\@commons-select-company-styles-option-item-dark-ZMwBY {
  background-color: #121212;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.src-containers-elements-\@commons-select-company-styles-option-item-dark-ZMwBY:last-child {
  border-bottom: 0px solid rgba(255, 255, 255, 0.12);
}
.src-containers-elements-\@commons-select-company-styles-option-item-light-yJitp {
  background-color: #fff;
  border-bottom: 1px solid rgba(30, 30, 30, 0.12);
}
.src-containers-elements-\@commons-select-company-styles-option-item-header-DfOqJ {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-family: "ProximaNova-Medium", sans-serif;
  position: relative;
}
.src-containers-elements-\@commons-select-company-styles-option-item-header-left-3He8S {
  flex: 1;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  border-radius: 4px;
  padding: 8px 4px;
  margin-right: 8px;
}
.src-containers-elements-\@commons-select-company-styles-option-item-header-left-3He8S > span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.src-containers-elements-\@commons-select-company-styles-option-item-header-right-icon-q4UqT {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 2px;
  background-color: rgba(77, 77, 77, 0.25);
  z-index: 99;
}
.src-containers-elements-\@commons-select-company-styles-option-item-header-logo-wb-4K {
  height: 20px;
  width: 40px;
  margin-right: 8px;
}
.src-containers-elements-\@commons-select-company-styles-option-item-header-dark-NjlEL {
  color: rgba(255, 255, 255, 0.87);
}
.src-containers-elements-\@commons-select-company-styles-option-item-header-light-Yqexv {
  color: rgba(26, 26, 26, 0.87);
}
.src-containers-elements-\@commons-select-company-styles-option-item-sub-0MaBM {
  display: none;
  flex-direction: column;
}
.src-containers-elements-\@commons-select-company-styles-option-item-sub-visible-oyWZ0 {
  display: flex;
}
.src-containers-elements-\@commons-select-company-styles-option-item-sub-item-bZD93 {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 16px 8px 24px;
  /*       > div {
    padding: 8px 16px;
  } */
}
.src-containers-elements-\@commons-select-company-styles-option-item-sub-item-dark-LSI5o {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
}
.src-containers-elements-\@commons-select-company-styles-option-item-sub-item-dark-LSI5o:last-child {
  border-bottom: 0px solid rgba(255, 255, 255, 0.12);
}
.src-containers-elements-\@commons-select-company-styles-option-item-sub-item-light-fU2iq {
  border-bottom: 1px solid rgba(30, 30, 30, 0.12);
  color: #1e1e1e;
}
.src-containers-elements-\@commons-select-company-styles-option-item-sub-item-light-fU2iq:last-child {
  border-bottom: 0px solid rgba(255, 255, 255, 0.12);
}
.src-containers-layouts-content-header-styles-wrapper-SwPOS {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0px 16px 24px 16px;
}
@media (max-width: 500px) {
  .src-containers-layouts-content-header-styles-wrapper-SwPOS {
    flex-direction: column;
    margin: 0px 0px 16px 0px;
    padding: 0px 8px 0px 8px;
  }
}
.src-containers-layouts-main-styles-main-0OJww {
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
  width: 84%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .src-containers-layouts-main-styles-main-0OJww {
    display: block;
  }
}
@media (max-width: 1024px) {
  .src-containers-layouts-main-styles-main-0OJww {
    width: 78%;
    margin: 0px 8px 0px 8px !important;
  }
}
@media (max-width: 768px) {
  .src-containers-layouts-main-styles-main-0OJww {
    width: 71%;
    margin: 0px 8px 0px 8px !important;
  }
}
@media (max-width: 428px) {
  .src-containers-layouts-main-styles-main-0OJww {
    width: 96%;
    margin: 0px 8px 0px 8px !important;
  }
}
.src-containers-elements-\@commons-select-bank-acc-groups-styles-wrapper-are7e {
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  margin-right: 16px;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 14px;
  user-select: none;
  font-family: "ProximaNova-Medium", sans-serif;
}
.src-containers-elements-\@commons-select-bank-acc-groups-styles-wrapper-are7e > p {
  font-size: 14px !important;
  letter-spacing: 0.1px;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  text-align: center;
}
@media (max-width: 500px) {
  .src-containers-elements-\@commons-select-bank-acc-groups-styles-wrapper-are7e {
    width: 100%;
    min-width: 50px;
    margin-right: 0px;
    margin-bottom: 16px;
  }
  .src-containers-elements-\@commons-select-bank-acc-groups-styles-wrapper-are7e > p {
    font-size: 10px !important;
    text-align: center;
  }
}
.src-containers-elements-\@commons-select-bank-acc-groups-styles-wrapper-light-BJq8v {
  background-color: rgba(255, 255, 255, 0.9);
}
.src-containers-elements-\@commons-select-bank-acc-groups-styles-wrapper-light-BJq8v > p {
  color: rgba(30, 30, 30, 0.87) !important;
}
.src-containers-elements-\@commons-select-bank-acc-groups-styles-wrapper-dark-SNNvi {
  background-color: #121212;
}
.src-containers-elements-\@commons-select-bank-acc-groups-styles-wrapper-dark-SNNvi > p {
  color: rgba(255, 255, 255, 0.87) !important;
}

.src-containers-elements-\@commons-select-bank-acc-groups-styles-sidebar-select-bank-account-group-g-2tW {
  min-width: 160px;
  width: 100%;
  height: 20px;
  justify-content: space-between;
  padding: 20px;
}
.src-containers-elements-\@commons-select-bank-acc-groups-styles-sidebar-select-bank-account-group-placeholder-JH5pA {
  white-space: normal;
  line-height: 16px;
  max-width: 132px;
}

.src-containers-elements-\@commons-select-bank-acc-groups-styles-sidebar-select-bank-account-group-container-ehuNd {
  max-height: 500px;
  overflow-y: auto;
  font-family: "ProximaNova-Medium", sans-serif;
}

.src-containers-elements-\@commons-select-bank-acc-groups-styles-option-item-nQxiC {
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  cursor: pointer;
  height: 60px;
  font-size: 14px;
  padding: 8px;
}
.src-containers-elements-\@commons-select-bank-acc-groups-styles-option-item-nQxiC:hover {
  background-color: rgba(77, 77, 77, 0.5);
}
.src-containers-elements-\@commons-select-bank-acc-groups-styles-option-item-nQxiC:first-child {
  font-size: 16px;
  border-radius: 12px 12px 0px 0px;
}
.src-containers-elements-\@commons-select-bank-acc-groups-styles-option-item-nQxiC:first-child > div > div {
  text-align: center !important;
}
.src-containers-elements-\@commons-select-bank-acc-groups-styles-option-item-nQxiC:last-child {
  border-radius: 0px 0px 12px 12px;
}
.src-containers-elements-\@commons-select-bank-acc-groups-styles-option-item-selected-ACdLk {
  background-color: blue;
}
.src-containers-elements-\@commons-select-bank-acc-groups-styles-option-item-dark-ioNkp {
  background-color: #121212;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.src-containers-elements-\@commons-select-bank-acc-groups-styles-option-item-dark-ioNkp:last-child {
  border-bottom: 0px solid rgba(255, 255, 255, 0.12);
}
.src-containers-elements-\@commons-select-bank-acc-groups-styles-option-item-light-NpcVY {
  background-color: #fff;
  border-bottom: 1px solid rgba(30, 30, 30, 0.12);
}
.src-containers-elements-\@commons-select-bank-acc-groups-styles-option-item-header-GApTf {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-family: "ProximaNova-Medium", sans-serif;
  position: relative;
}
.src-containers-elements-\@commons-select-bank-acc-groups-styles-option-item-header-left-MDIXk {
  flex: 1;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  border-radius: 4px;
  padding: 8px 4px;
  margin-right: 8px;
}
.src-containers-elements-\@commons-select-bank-acc-groups-styles-option-item-header-left-MDIXk > span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.src-containers-elements-\@commons-select-bank-acc-groups-styles-option-item-header-right-icon-T9Sos {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 2px;
  background-color: rgba(77, 77, 77, 0.25);
  z-index: 99;
}
.src-containers-elements-\@commons-select-bank-acc-groups-styles-option-item-header-logo-l09nX {
  height: 20px;
  width: 40px;
  margin-right: 8px;
}
.src-containers-elements-\@commons-select-bank-acc-groups-styles-option-item-header-dark-roqZd {
  color: rgba(255, 255, 255, 0.87);
}
.src-containers-elements-\@commons-select-bank-acc-groups-styles-option-item-header-light-bUVhK {
  color: rgba(26, 26, 26, 0.87);
}
.src-containers-elements-\@commons-select-bank-acc-groups-styles-option-item-sub-OSuIa {
  display: none;
  flex-direction: column;
}
.src-containers-elements-\@commons-select-bank-acc-groups-styles-option-item-sub-visible-hFJFs {
  display: flex;
}
.src-containers-elements-\@commons-select-bank-acc-groups-styles-option-item-sub-item-VpV6H {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 16px 8px 24px;
  /*       > div {
    padding: 8px 16px;
  } */
}
.src-containers-elements-\@commons-select-bank-acc-groups-styles-option-item-sub-item-dark-9aaMn {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
}
.src-containers-elements-\@commons-select-bank-acc-groups-styles-option-item-sub-item-dark-9aaMn:last-child {
  border-bottom: 0px solid rgba(255, 255, 255, 0.12);
}
.src-containers-elements-\@commons-select-bank-acc-groups-styles-option-item-sub-item-light-HQ1TY {
  border-bottom: 1px solid rgba(30, 30, 30, 0.12);
  color: #1e1e1e;
}
.src-containers-elements-\@commons-select-bank-acc-groups-styles-option-item-sub-item-light-HQ1TY:last-child {
  border-bottom: 0px solid rgba(255, 255, 255, 0.12);
}
.src-containers-elements-\@commons-select-bank-acc-groups-components-group-filter-card-styles-group-filter-card-we8yJ {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9999;
  border-bottom: 1px solid rgba(30, 30, 30, 0.12);
  height: 115px;
}
.src-containers-elements-\@commons-select-bank-acc-groups-components-group-filter-card-styles-group-filter-card-dark-LAyea {
  color: rgba(255, 255, 255, 0.87);
  background-color: #121212;
  box-shadow: 0px 10px 27px 8px rgba(0, 0, 0, 0.83);
}
.src-containers-elements-\@commons-select-bank-acc-groups-components-group-filter-card-styles-group-filter-card-light-jQjSX {
  color: rgba(26, 26, 26, 0.87);
  background-color: #fff;
  box-shadow: 0px 10px 27px 8px rgba(255, 255, 255, 0.83);
}
.src-containers-elements-\@commons-select-bank-acc-groups-components-bank-account-select-item-styles-option-item-WtM2e {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  font-size: 14px;
  cursor: pointer;
  height: 60px;
  padding: 8px;
}
.src-containers-elements-\@commons-select-bank-acc-groups-components-bank-account-select-item-styles-option-item-WtM2e:hover {
  background-color: rgba(77, 77, 77, 0.5) !important;
}
.src-containers-elements-\@commons-select-bank-acc-groups-components-bank-account-select-item-styles-option-item-select-all-T2iNu {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.src-containers-elements-\@commons-select-bank-acc-groups-components-bank-account-select-item-styles-option-item-select-half-o6GKf {
  background-color: rgba(15, 98, 254, 0.2) !important;
}
.src-containers-elements-\@commons-select-bank-acc-groups-components-bank-account-select-item-styles-option-item-select-half-o6GKf:hover {
  background-color: rgba(15, 98, 254, 0.3) !important;
}
.src-containers-elements-\@commons-select-bank-acc-groups-components-bank-account-select-item-styles-option-item-dark-2J4U8 {
  color: rgba(255, 255, 255, 0.87);
  background-color: #121212;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.src-containers-elements-\@commons-select-bank-acc-groups-components-bank-account-select-item-styles-option-item-dark-2J4U8:last-child {
  border-bottom: 0px solid rgba(255, 255, 255, 0.12);
}
.src-containers-elements-\@commons-select-bank-acc-groups-components-bank-account-select-item-styles-option-item-light-mmUEh {
  color: rgba(26, 26, 26, 0.87);
  background-color: #fff;
  border-bottom: 1px solid rgba(30, 30, 30, 0.12);
}
.src-containers-elements-\@commons-select-bank-acc-groups-components-bank-account-select-item-styles-option-item-selected-xEq9W {
  background-color: #0f62fe;
  color: rgba(255, 255, 255, 0.87);
}
.src-containers-elements-\@commons-select-bank-acc-groups-components-bank-account-select-item-styles-option-item-all-nry5L {
  text-align: center;
}
.src-containers-elements-\@commons-select-bank-acc-groups-components-bank-account-select-item-styles-option-item-name-n9-i- {
  flex: 1;
  border-radius: 4px;
  padding: 8px 4px 8px 4px;
}
.src-containers-elements-\@commons-select-bank-acc-groups-components-bank-account-select-item-styles-option-item-name-n9-i- > span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
.src-containers-elements-\@commons-select-bank-acc-groups-components-bank-account-select-item-styles-option-item-name-selected-f\+Cwp {
  background-color: #0f62fe;
  color: rgba(255, 255, 255, 0.87);
}
.src-containers-elements-\@commons-select-bank-acc-groups-components-bank-account-select-item-styles-option-item-name-hasArrow-eDJy8 {
  margin-right: 40px;
}
.src-containers-elements-\@commons-select-bank-acc-groups-components-bank-account-select-item-styles-option-item-WtM2e abbr[title] {
  flex: 1;
  text-decoration: none;
}
.src-containers-elements-\@commons-select-bank-acc-groups-components-bank-account-select-item-styles-option-item-show-more-wrapper-hA9Qh {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
}
.src-containers-elements-\@commons-select-bank-acc-groups-components-bank-account-select-item-styles-option-item-show-more-wrapper-visible-cTuAF {
  display: flex;
  justify-content: center;
  align-items: center;
}
.src-containers-elements-\@commons-select-bank-acc-groups-components-bank-account-select-item-styles-option-item-show-more-2JwDO {
  display: none;
  border-radius: 4px;
  background-color: rgba(77, 77, 77, 0.15);
  z-index: 99;
  width: 30px;
  height: 30px;
}
.src-containers-elements-\@commons-select-bank-acc-groups-components-bank-account-select-item-styles-option-item-show-more-selected-WoKGq {
  background-color: rgba(77, 77, 77, 0.75);
}
.src-containers-elements-\@commons-select-bank-acc-groups-components-bank-account-select-item-styles-option-item-show-more-selected-WoKGq > span {
  color: #fff !important;
}
.src-containers-elements-\@commons-select-bank-acc-groups-components-bank-account-select-item-styles-option-item-show-more-visible-lenaF {
  display: flex;
  justify-content: center;
  align-items: center;
}

.src-containers-elements-\@commons-select-bank-acc-groups-components-bank-account-select-item-styles-option-sub-items-egxNF {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.src-containers-elements-\@commons-select-bank-acc-groups-components-bank-account-select-item-styles-option-sub-items-visible-H9GDZ {
  display: block;
}
.src-containers-elements-\@commons-select-bank-acc-groups-components-bank-account-select-label-styles-company-select-button-0bHLA {
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.src-containers-elements-\@commons-select-bank-acc-groups-components-bank-account-select-label-styles-company-select-button-item-xNF6z {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.src-containers-elements-\@commons-select-bank-acc-groups-components-bank-account-select-label-styles-company-select-button-item-xNF6z p {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
  text-align: center;
  padding: 0;
  margin: 0;
}
.src-containers-elements-\@commons-select-bank-acc-groups-components-bank-account-select-label-styles-company-select-button-0bHLA abbr[title] {
  text-decoration: none;
}
.src-containers-elements-\@commons-select-bank-acc-groups-components-bank-account-select-label-styles-company-select-button-light-8vD7\+ {
  color: rgba(30, 30, 30, 0.87) !important;
}
.src-containers-elements-\@commons-select-bank-acc-groups-components-bank-account-select-label-styles-company-select-button-dark-YIAQ- {
  color: rgba(255, 255, 255, 0.87) !important;
}
@media (max-width: 414px) {
  .src-containers-layouts-styles-sidebar-r9kuh {
    display: none;
    visibility: hidden;
  }
}
.src-containers-elements-\@commons-breadcrumb-styles-wrapper--YhxR {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.src-containers-elements-\@commons-breadcrumb-styles-breadcrumbs-list-uUrIq {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.src-containers-elements-\@commons-breadcrumb-styles-title-UERJJ {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.18px;
  margin-bottom: 10px;
  font-family: "ProximaNova-Regular", sans-serif;
}
.src-containers-elements-\@commons-breadcrumb-styles-title-dark-HV-VF {
  color: rgba(255, 255, 255, 0.87);
}
.src-containers-elements-\@commons-breadcrumb-styles-title-light-emz6u {
  color: rgba(30, 30, 30, 0.87);
}

.src-containers-elements-\@commons-breadcrumb-styles-breadcrumb-ehhpd {
  font-size: 14px;
  font-family: "ProximaNova-Regular", sans-serif;
  line-height: 20px;
  margin-left: 4px;
}
.src-containers-elements-\@commons-breadcrumb-styles-breadcrumb-ehhpd:first-child {
  margin-left: 0px;
}
.src-containers-elements-\@commons-breadcrumb-styles-breadcrumb-dark-0dwy8 {
  color: rgba(255, 255, 255, 0.38);
}
.src-containers-elements-\@commons-breadcrumb-styles-breadcrumb-light-1mbnO {
  color: rgba(30, 30, 30, 0.38);
}
.src-components-table-styles-table-\+go6h {
  width: 100%;
  /*   margin-left: -16px;
  margin-right: -16px;
  padding: 16px 16px; */
  overflow: hidden;
  overflow-x: scroll;
}
.src-components-table-styles-table-wrapper-BWcSs {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-x: scroll;
  /*     margin-left: -16px;
     margin-right: -16px;
  */
}
.src-components-table-styles-table-wrapper-item-fZAf2 {
  min-width: 30%;
}
.src-components-table-styles-table-header-zaKMf {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50px;
  user-select: none;
  border-bottom: 1px solid #1e1e1e;
}
.src-components-table-styles-table-header-dark-wXdLi {
  background-color: rgba(255, 255, 255, 0.12);
}
.src-components-table-styles-table-header-light-kBOf5 {
  background-color: rgba(30, 30, 30, 0.06);
}
.src-components-table-styles-table-header-item-VBrgC {
  font-family: "ProximaNova-Medium", sans-serif;
  text-align: center;
  padding: 16px 0px;
  font-size: 16px;
  min-height: -webkit-fill-available;
}
@media (max-width: 500px) {
  .src-components-table-styles-table-header-item-VBrgC {
    min-width: 35%;
  }
}
.src-components-table-styles-table-header-item-dark-ut\+QD {
  background-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.87);
}
.src-components-table-styles-table-header-item-light-P51MR {
  background-color: rgba(30, 30, 30, 0.06);
  color: rgba(30, 30, 30, 0.87);
}
.src-components-table-styles-table-header-single-item-exchS {
  font-family: "ProximaNova-Medium", sans-serif;
  padding: 16px 0px;
  min-height: -webkit-fill-available;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  height: 56px;
}
@media (max-width: 500px) {
  .src-components-table-styles-table-header-single-item-exchS {
    min-width: 35%;
  }
}
.src-components-table-styles-table-header-single-item-dark-G-2Eb {
  background-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.87);
}
.src-components-table-styles-table-header-single-item-light-ZhrOO {
  background-color: rgba(30, 30, 30, 0.06);
  color: rgba(30, 30, 30, 0.87);
}
.src-components-table-styles-table-header-single-item-exchS:nth-child(5) {
  justify-content: end;
}
.src-components-table-styles-table-header-single-item-balance-Checb {
  justify-content: end;
}
.src-components-table-styles-table-content-epLjV {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.src-components-table-styles-table-content-row-huBcG {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #1e1e1e;
}
.src-components-table-styles-table-content-row-dark-bnn\+t {
  border-bottom: 1px solid #1e1e1e;
}
.src-components-table-styles-table-content-row-light-srZ72 {
  border-bottom: 1px solid rgba(30, 30, 30, 0.12);
}
.src-components-table-styles-table-content-row-huBcG:last-child {
  border-bottom: 0px;
}
.src-components-table-styles-table-content-row-noData-w3KFC :last-child {
  color: rgb(167, 17, 17);
}
.src-components-table-styles-table-content-row-item-B\+q7t {
  font-family: "ProximaNova-Regular", sans-serif;
  width: 20%;
  padding: 12px 0px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.src-components-table-styles-table-content-row-item-dark-7ARod {
  color: rgba(255, 255, 255, 0.87);
}
.src-components-table-styles-table-content-row-item-light-wiCcl {
  color: rgba(30, 30, 30, 0.87);
}
.src-components-bank-logo-styles-bank-logo-Xpr5D img {
  height: 55px;
  object-fit: fill;
  width: 205px;
  align-self: flex-start;
}

.src-components-bank-logo-styles-bank-name-861Ov {
  font-size: 24px;
  font-family: "ProximaNova-Regular", sans-serif;
}
.src-components-bank-logo-styles-bank-name-dark-G22KS {
  color: rgba(255, 255, 255, 0.6);
}
.src-components-bank-logo-styles-bank-name-light-DLamM {
  color: rgba(30, 30, 30, 0.6);
}
.src-components-bank-card-item-styles-wrapper-Mu0fc {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.src-components-bank-card-item-styles-currency-XTnSa {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 500px) {
  .src-components-bank-card-item-styles-currency-XTnSa {
    max-width: 45%;
  }
}
.src-components-bank-card-item-styles-currency-symbol-pL4vM {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 5px;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
}
.src-components-bank-card-item-styles-currency-symbol-smallFont-vEnOv {
  font-size: 12px;
}
.src-components-bank-card-item-styles-currency-name-UWtXZ {
  flex: 1;
  font-family: "ProximaNova-Medium", sans-serif;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-left: 8px;
  min-width: 145px;
}
@media (max-width: 1024px) {
  .src-components-bank-card-item-styles-currency-name-UWtXZ {
    line-height: 20px;
    font-size: 16px;
    min-width: 120px;
  }
}
@media (max-width: 500px) {
  .src-components-bank-card-item-styles-currency-name-UWtXZ {
    min-width: 100px;
    font-size: 16px;
  }
}

.src-components-bank-card-item-styles-total-3AQfN {
  flex: 1;
  font-family: "ProximaNova-Medium", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.15px;
  text-align: end;
}
@media (max-width: 1024px) {
  .src-components-bank-card-item-styles-total-3AQfN {
    line-height: 20px;
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .src-components-bank-card-item-styles-total-3AQfN {
    font-size: 16px;
    padding: 0px 8px;
  }
}
.src-components-bank-card-item-styles-total-dark-8O0zv {
  color: rgba(255, 255, 255, 0.87);
}
.src-components-bank-card-item-styles-total-light-OOJ\+3 {
  color: rgba(30, 30, 30, 0.87);
}

.src-components-bank-card-item-styles-account-count-aIcYQ {
  flex: 1;
  font-family: "ProximaNova-Medium", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.15px;
  text-align: center;
}
@media (max-width: 1024px) {
  .src-components-bank-card-item-styles-account-count-aIcYQ {
    line-height: 20px;
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .src-components-bank-card-item-styles-account-count-aIcYQ {
    font-size: 16px;
  }
}
.src-components-bank-card-item-styles-account-count-dark-1-wgV {
  color: rgba(255, 255, 255, 0.6);
}
.src-components-bank-card-item-styles-account-count-light-2jQiC {
  color: rgba(30, 30, 30, 0.6);
}
.tippy-touch{cursor:pointer!important}.tippy-notransition{transition:none!important}.tippy-popper{max-width:400px;-webkit-perspective:800px;perspective:800px;z-index:9999;outline:0;transition-timing-function:cubic-bezier(.165,.84,.44,1);pointer-events:none}.tippy-popper.html-template{max-width:96%;max-width:calc(100% - 20px)}.tippy-popper[x-placement^=top] [x-arrow]{border-top:7px solid #333;border-right:7px solid transparent;border-left:7px solid transparent;bottom:-7px;margin:0 9px}.tippy-popper[x-placement^=top] [x-arrow].arrow-small{border-top:5px solid #333;border-right:5px solid transparent;border-left:5px solid transparent;bottom:-5px}.tippy-popper[x-placement^=top] [x-arrow].arrow-big{border-top:10px solid #333;border-right:10px solid transparent;border-left:10px solid transparent;bottom:-10px}.tippy-popper[x-placement^=top] [x-circle]{-webkit-transform-origin:0 33%;transform-origin:0 33%}.tippy-popper[x-placement^=top] [x-circle].enter{-webkit-transform:scale(1) translate(-50%,-55%);transform:scale(1) translate(-50%,-55%);opacity:1}.tippy-popper[x-placement^=top] [x-circle].leave{-webkit-transform:scale(.15) translate(-50%,-50%);transform:scale(.15) translate(-50%,-50%);opacity:0}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-circle]{background-color:#fff}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow]{border-top:7px solid #fff;border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-small{border-top:5px solid #fff;border-right:5px solid transparent;border-left:5px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-big{border-top:10px solid #fff;border-right:10px solid transparent;border-left:10px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-circle]{background-color:rgba(0,0,0,.7)}.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow]{border-top:7px solid rgba(0,0,0,.7);border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-small{border-top:5px solid rgba(0,0,0,.7);border-right:5px solid transparent;border-left:5px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-big{border-top:10px solid rgba(0,0,0,.7);border-right:10px solid transparent;border-left:10px solid transparent}.tippy-popper[x-placement^=top] [data-animation=perspective]{-webkit-transform-origin:bottom;transform-origin:bottom}.tippy-popper[x-placement^=top] [data-animation=perspective].enter{opacity:1;-webkit-transform:translateY(-10px) rotateX(0);transform:translateY(-10px) rotateX(0)}.tippy-popper[x-placement^=top] [data-animation=perspective].leave{opacity:0;-webkit-transform:translateY(0) rotateX(90deg);transform:translateY(0) rotateX(90deg)}.tippy-popper[x-placement^=top] [data-animation=fade].enter{opacity:1;-webkit-transform:translateY(-10px);transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=fade].leave{opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=shift].enter{opacity:1;-webkit-transform:translateY(-10px);transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=shift].leave{opacity:0;-webkit-transform:translateY(0);transform:translateY(0)}.tippy-popper[x-placement^=top] [data-animation=scale].enter{opacity:1;-webkit-transform:translateY(-10px) scale(1);transform:translateY(-10px) scale(1)}.tippy-popper[x-placement^=top] [data-animation=scale].leave{opacity:0;-webkit-transform:translateY(0) scale(0);transform:translateY(0) scale(0)}.tippy-popper[x-placement^=bottom] [x-arrow]{border-bottom:7px solid #333;border-right:7px solid transparent;border-left:7px solid transparent;top:-7px;margin:0 9px}.tippy-popper[x-placement^=bottom] [x-arrow].arrow-small{border-bottom:5px solid #333;border-right:5px solid transparent;border-left:5px solid transparent;top:-5px}.tippy-popper[x-placement^=bottom] [x-arrow].arrow-big{border-bottom:10px solid #333;border-right:10px solid transparent;border-left:10px solid transparent;top:-10px}.tippy-popper[x-placement^=bottom] [x-circle]{-webkit-transform-origin:0 -50%;transform-origin:0 -50%}.tippy-popper[x-placement^=bottom] [x-circle].enter{-webkit-transform:scale(1) translate(-50%,-45%);transform:scale(1) translate(-50%,-45%);opacity:1}.tippy-popper[x-placement^=bottom] [x-circle].leave{-webkit-transform:scale(.15) translate(-50%,-5%);transform:scale(.15) translate(-50%,-5%);opacity:0}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-circle]{background-color:#fff}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow]{border-bottom:7px solid #fff;border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-small{border-bottom:5px solid #fff;border-right:5px solid transparent;border-left:5px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-big{border-bottom:10px solid #fff;border-right:10px solid transparent;border-left:10px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-circle]{background-color:rgba(0,0,0,.7)}.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow]{border-bottom:7px solid rgba(0,0,0,.7);border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-small{border-bottom:5px solid rgba(0,0,0,.7);border-right:5px solid transparent;border-left:5px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-big{border-bottom:10px solid rgba(0,0,0,.7);border-right:10px solid transparent;border-left:10px solid transparent}.tippy-popper[x-placement^=bottom] [data-animation=perspective]{-webkit-transform-origin:top;transform-origin:top}.tippy-popper[x-placement^=bottom] [data-animation=perspective].enter{opacity:1;-webkit-transform:translateY(10px) rotateX(0);transform:translateY(10px) rotateX(0)}.tippy-popper[x-placement^=bottom] [data-animation=perspective].leave{opacity:0;-webkit-transform:translateY(0) rotateX(-90deg);transform:translateY(0) rotateX(-90deg)}.tippy-popper[x-placement^=bottom] [data-animation=fade].enter{opacity:1;-webkit-transform:translateY(10px);transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=fade].leave{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=shift].enter{opacity:1;-webkit-transform:translateY(10px);transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=shift].leave{opacity:0;-webkit-transform:translateY(0);transform:translateY(0)}.tippy-popper[x-placement^=bottom] [data-animation=scale].enter{opacity:1;-webkit-transform:translateY(10px) scale(1);transform:translateY(10px) scale(1)}.tippy-popper[x-placement^=bottom] [data-animation=scale].leave{opacity:0;-webkit-transform:translateY(0) scale(0);transform:translateY(0) scale(0)}.tippy-popper[x-placement^=left] [x-arrow]{border-left:7px solid #333;border-top:7px solid transparent;border-bottom:7px solid transparent;right:-7px;margin:6px 0}.tippy-popper[x-placement^=left] [x-arrow].arrow-small{border-left:5px solid #333;border-top:5px solid transparent;border-bottom:5px solid transparent;right:-5px}.tippy-popper[x-placement^=left] [x-arrow].arrow-big{border-left:10px solid #333;border-top:10px solid transparent;border-bottom:10px solid transparent;right:-10px}.tippy-popper[x-placement^=left] [x-circle]{-webkit-transform-origin:50% 0;transform-origin:50% 0}.tippy-popper[x-placement^=left] [x-circle].enter{-webkit-transform:scale(1) translate(-50%,-50%);transform:scale(1) translate(-50%,-50%);opacity:1}.tippy-popper[x-placement^=left] [x-circle].leave{-webkit-transform:scale(.15) translate(-50%,-50%);transform:scale(.15) translate(-50%,-50%);opacity:0}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-circle]{background-color:#fff}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow]{border-left:7px solid #fff;border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-small{border-left:5px solid #fff;border-top:5px solid transparent;border-bottom:5px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-big{border-left:10px solid #fff;border-top:10px solid transparent;border-bottom:10px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-circle]{background-color:rgba(0,0,0,.7)}.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow]{border-left:7px solid rgba(0,0,0,.7);border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-small{border-left:5px solid rgba(0,0,0,.7);border-top:5px solid transparent;border-bottom:5px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-big{border-left:10px solid rgba(0,0,0,.7);border-top:10px solid transparent;border-bottom:10px solid transparent}.tippy-popper[x-placement^=left] [data-animation=perspective]{-webkit-transform-origin:right;transform-origin:right}.tippy-popper[x-placement^=left] [data-animation=perspective].enter{opacity:1;-webkit-transform:translateX(-10px) rotateY(0);transform:translateX(-10px) rotateY(0)}.tippy-popper[x-placement^=left] [data-animation=perspective].leave{opacity:0;-webkit-transform:translateX(0) rotateY(-90deg);transform:translateX(0) rotateY(-90deg)}.tippy-popper[x-placement^=left] [data-animation=fade].enter{opacity:1;-webkit-transform:translateX(-10px);transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=fade].leave{opacity:0;-webkit-transform:translateX(-10px);transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=shift].enter{opacity:1;-webkit-transform:translateX(-10px);transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=shift].leave{opacity:0;-webkit-transform:translateX(0);transform:translateX(0)}.tippy-popper[x-placement^=left] [data-animation=scale].enter{opacity:1;-webkit-transform:translateX(-10px) scale(1);transform:translateX(-10px) scale(1)}.tippy-popper[x-placement^=left] [data-animation=scale].leave{opacity:0;-webkit-transform:translateX(0) scale(0);transform:translateX(0) scale(0)}.tippy-popper[x-placement^=right] [x-arrow]{border-right:7px solid #333;border-top:7px solid transparent;border-bottom:7px solid transparent;left:-7px;margin:6px 0}.tippy-popper[x-placement^=right] [x-arrow].arrow-small{border-right:5px solid #333;border-top:5px solid transparent;border-bottom:5px solid transparent;left:-5px}.tippy-popper[x-placement^=right] [x-arrow].arrow-big{border-right:10px solid #333;border-top:10px solid transparent;border-bottom:10px solid transparent;left:-10px}.tippy-popper[x-placement^=right] [x-circle]{-webkit-transform-origin:-50% 0;transform-origin:-50% 0}.tippy-popper[x-placement^=right] [x-circle].enter{-webkit-transform:scale(1) translate(-50%,-50%);transform:scale(1) translate(-50%,-50%);opacity:1}.tippy-popper[x-placement^=right] [x-circle].leave{-webkit-transform:scale(.15) translate(-50%,-50%);transform:scale(.15) translate(-50%,-50%);opacity:0}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-circle]{background-color:#fff}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow]{border-right:7px solid #fff;border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-small{border-right:5px solid #fff;border-top:5px solid transparent;border-bottom:5px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-big{border-right:10px solid #fff;border-top:10px solid transparent;border-bottom:10px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-circle]{background-color:rgba(0,0,0,.7)}.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow]{border-right:7px solid rgba(0,0,0,.7);border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-small{border-right:5px solid rgba(0,0,0,.7);border-top:5px solid transparent;border-bottom:5px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-big{border-right:10px solid rgba(0,0,0,.7);border-top:10px solid transparent;border-bottom:10px solid transparent}.tippy-popper[x-placement^=right] [data-animation=perspective]{-webkit-transform-origin:left;transform-origin:left}.tippy-popper[x-placement^=right] [data-animation=perspective].enter{opacity:1;-webkit-transform:translateX(10px) rotateY(0);transform:translateX(10px) rotateY(0)}.tippy-popper[x-placement^=right] [data-animation=perspective].leave{opacity:0;-webkit-transform:translateX(0) rotateY(90deg);transform:translateX(0) rotateY(90deg)}.tippy-popper[x-placement^=right] [data-animation=fade].enter{opacity:1;-webkit-transform:translateX(10px);transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=fade].leave{opacity:0;-webkit-transform:translateX(10px);transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=shift].enter{opacity:1;-webkit-transform:translateX(10px);transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=shift].leave{opacity:0;-webkit-transform:translateX(0);transform:translateX(0)}.tippy-popper[x-placement^=right] [data-animation=scale].enter{opacity:1;-webkit-transform:translateX(10px) scale(1);transform:translateX(10px) scale(1)}.tippy-popper[x-placement^=right] [data-animation=scale].leave{opacity:0;-webkit-transform:translateX(0) scale(0);transform:translateX(0) scale(0)}.tippy-popper .tippy-tooltip.transparent-theme{background-color:rgba(0,0,0,.7)}.tippy-popper .tippy-tooltip.transparent-theme[data-animatefill]{background-color:transparent}.tippy-popper .tippy-tooltip.light-theme{color:#26323d;box-shadow:0 4px 20px 4px rgba(0,20,60,.1),0 4px 80px -8px rgba(0,20,60,.2);background-color:#fff}.tippy-popper .tippy-tooltip.light-theme[data-animatefill]{background-color:transparent}.tippy-tooltip{position:relative;color:#fff;border-radius:4px;font-size:.95rem;padding:.4rem .8rem;text-align:center;will-change:transform;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#333}.tippy-tooltip--small{padding:.25rem .5rem;font-size:.8rem}.tippy-tooltip--big{padding:.6rem 1.2rem;font-size:1.2rem}.tippy-tooltip[data-animatefill]{overflow:hidden;background-color:transparent}.tippy-tooltip[data-interactive]{pointer-events:auto}.tippy-tooltip[data-inertia]{transition-timing-function:cubic-bezier(.53,2,.36,.85)}.tippy-tooltip [x-arrow]{position:absolute;width:0;height:0}.tippy-tooltip [x-circle]{position:absolute;will-change:transform;background-color:#333;border-radius:50%;width:130%;width:calc(110% + 2rem);left:50%;top:50%;z-index:-1;overflow:hidden;transition:all ease}.tippy-tooltip [x-circle]:before{content:"";padding-top:90%;float:left}@media (max-width:450px){.tippy-popper{max-width:96%;max-width:calc(100% - 20px)}}

.src-containers-elements-bank-accounts-bank-card-styles-card-RFiaX {
  height: min-content;
}

.src-containers-elements-bank-accounts-bank-card-styles-balance-oCwVG {
  font-size: 14px;
  min-width: 20%;
  background-color: transparent !important;
  text-align: right;
}
@media (max-width: 500px) {
  .src-containers-elements-bank-accounts-bank-card-styles-balance-oCwVG {
    font-size: 12px;
  }
}

.src-containers-elements-bank-accounts-bank-card-styles-branchName-OtRMi {
  font-size: 14px;
  min-width: 25%;
  margin-left: 15px;
  background-color: transparent !important;
}
@media (max-width: 500px) {
  .src-containers-elements-bank-accounts-bank-card-styles-branchName-OtRMi {
    font-size: 12px;
  }
}

.src-containers-elements-bank-accounts-bank-card-styles-branchNo-G2Ej6 {
  font-size: 14px;
  min-width: 30%;
  background-color: transparent !important;
}
@media (max-width: 500px) {
  .src-containers-elements-bank-accounts-bank-card-styles-branchNo-G2Ej6 {
    font-size: 12px;
  }
}

.src-containers-elements-bank-accounts-bank-card-styles-bankAccountTitle-aha\+u {
  position: relative;
  width: 0px;
  min-width: 0px;
  background-color: transparent !important;
}

.src-containers-elements-bank-accounts-bank-card-styles-bankAccountTitleSpan-HJU4g {
  position: absolute;
  right: 12px;
  margin-top: 8.68%;
  width: 140px;
  font-size: 11px;
}
@media (max-width: 1400px) {
  .src-containers-elements-bank-accounts-bank-card-styles-bankAccountTitleSpan-HJU4g {
    right: 9px;
  }
}
@media (max-width: 1300px) {
  .src-containers-elements-bank-accounts-bank-card-styles-bankAccountTitleSpan-HJU4g {
    right: 0px;
  }
}
@media (max-width: 1200px) {
  .src-containers-elements-bank-accounts-bank-card-styles-bankAccountTitleSpan-HJU4g {
    right: 5px;
    margin-top: 7px;
    width: 116px;
    font-size: 11px;
  }
}
@media (max-width: 1050px) {
  .src-containers-elements-bank-accounts-bank-card-styles-bankAccountTitleSpan-HJU4g {
    right: -9px;
    margin-top: 7px;
    width: 97px;
    font-size: 8px;
  }
}

.src-containers-elements-bank-accounts-bank-card-styles-action-VvRbS {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  min-width: 20%;
  color: #0f62fe;
  user-select: none;
  background-color: transparent !important;
  cursor: pointer;
}
@media (max-width: 500px) {
  .src-containers-elements-bank-accounts-bank-card-styles-action-VvRbS {
    font-size: 12px;
  }
}
.src-containers-elements-bank-accounts-bank-card-styles-action-icon-t6F0G {
  color: #0f62fe;
  margin-left: 4px;
  font-size: 18px;
}
@media (max-width: 500px) {
  .src-containers-elements-bank-accounts-bank-card-styles-action-icon-t6F0G {
    font-size: 12px;
  }
}

.src-containers-elements-bank-accounts-bank-card-styles-accInfoContinue-ISUj4 {
  font-size: 13px;
  padding: 3px 8px;
  background-color: blue;
  margin-right: 5px;
  color: rgb(255, 255, 255);
  border-radius: 20%;
}

.src-containers-elements-bank-accounts-bank-card-styles-accInfoFinished-S8j6L {
  font-size: 13px;
  padding: 3px 8px;
  background-color: red;
  margin-right: 5px;
  color: rgb(255, 255, 255);
  border-radius: 20%;
}

.src-containers-elements-bank-accounts-bank-card-styles-bankAccountsTableWrapper-QhG5L {
  max-height: 500px;
  overflow: auto;
}
.src-pages-bank-accounts-styles-emptyMessage-o-Cil {
  background-color: white;
  padding: 30px 20px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 18px;
  font-family: "ProximaNova-Medium", sans-serif;
}
.src-pages-bank-accounts-styles-emptyMessage-dark-La8tg {
  background-color: #121212;
  color: white;
}
.src-pages-bank-accounts-styles-emptyMessage-light-tbp4f {
  color: black;
}

.src-pages-bank-accounts-styles-select-area-wbRdb {
  font-family: "ProximaNova-Medium", sans-serif;
  display: flex;
}
.src-pages-bank-accounts-styles-select-area-wbRdb span {
  margin-right: 15px;
}
.src-pages-bank-accounts-styles-select-area-dark--AXuw {
  color: white;
}
.src-pages-bank-accounts-styles-select-area-light-7gy5p {
  color: black;
}

.src-pages-bank-accounts-styles-masonryWrapper-FACsN {
  columns: 2 100px;
  column-gap: 1rem;
}
.src-pages-bank-accounts-styles-masonryWrapper-FACsN .src-pages-bank-accounts-styles-cardWrapper-HBgjw {
  width: 100%;
  margin: 0 1rem 1rem 0;
  break-inside: avoid;
}

@media (max-width: 950px) {
  .src-pages-bank-accounts-styles-masonryWrapper-FACsN {
    columns: 1 100px;
    column-gap: 1rem;
  }
  .src-pages-bank-accounts-styles-masonryWrapper-FACsN .src-pages-bank-accounts-styles-cardWrapper-HBgjw {
    width: 100%;
    margin: 0 1rem 1rem 0;
    break-inside: avoid;
  }
}
.src-containers-elements-banks-activities-select-currencies-styles-filters-select-currency-container-jKIuk {
  max-height: 400px;
  overflow-y: auto;
}

.src-containers-elements-banks-activities-select-currencies-styles-filters-select-currency-C9Afp {
  border-radius: 12px;
  height: 100%;
  width: auto;
  justify-content: space-between;
  padding-left: 16px;
}
.src-containers-elements-banks-activities-select-currencies-styles-filters-select-currency-dark-IcHc8 {
  background-color: rgba(255, 255, 255, 0.12);
}
.src-containers-elements-banks-activities-select-currencies-styles-filters-select-currency-light-o1tiz {
  background-color: rgba(30, 30, 30, 0.06);
}
@media (max-width: 1024px) {
  .src-containers-elements-banks-activities-select-currencies-styles-filters-select-currency-C9Afp {
    min-height: 46px;
  }
}

.src-containers-elements-banks-activities-select-currencies-styles-filters-select-item-MjLuw {
  padding: 12px;
}
.src-containers-elements-banks-activities-select-currencies-styles-filters-select-item-active-oDTZz span {
  display: block;
  line-height: unset;
}
.src-containers-elements-banks-activities-select-banks-styles-filters-select-bank-container-Rhd95 {
  max-height: 400px;
  overflow-y: auto;
}
.src-containers-elements-banks-activities-select-banks-styles-filters-select-bank-container-Rhd95 > div {
  margin: 0;
}

.src-containers-elements-banks-activities-select-banks-styles-filters-select-bank-1v3KN {
  border-radius: 12px;
  height: 100%;
  width: auto;
  justify-content: space-between;
  padding-left: 16px;
}
.src-containers-elements-banks-activities-select-banks-styles-filters-select-bank-dark-Tjqyl {
  background-color: rgba(255, 255, 255, 0.12);
}
.src-containers-elements-banks-activities-select-banks-styles-filters-select-bank-light-BV1uq {
  background-color: rgba(30, 30, 30, 0.06);
}
@media (max-width: 1024px) {
  .src-containers-elements-banks-activities-select-banks-styles-filters-select-bank-1v3KN {
    min-height: 46px;
  }
}

.src-containers-elements-banks-activities-select-banks-styles-filters-select-item-DIRAa {
  white-space: unset;
  padding: 12px;
}
.src-containers-elements-banks-activities-select-banks-styles-filters-select-item-DIRAa span {
  display: block;
  line-height: unset;
}
.src-containers-elements-banks-activities-select-bank-accounts-styles-option-item-COqwJ {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.src-containers-elements-banks-activities-select-bank-accounts-styles-option-item-COqwJ:first-child {
  border-radius: 12px 12px 0px 0px;
}
.src-containers-elements-banks-activities-select-bank-accounts-styles-option-item-COqwJ:last-child {
  border-radius: 0px 0px 12px 12px;
}
.src-containers-elements-banks-activities-select-bank-accounts-styles-option-item-dark-NlafV {
  background-color: rgba(255, 255, 255, 0.12);
}
.src-containers-elements-banks-activities-select-bank-accounts-styles-option-item-light-RrduA {
  background-color: rgba(255, 255, 255, 0.12);
}
.src-containers-elements-banks-activities-select-bank-accounts-styles-option-item-header-pKRyW {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-family: "ProximaNova-Medium", sans-serif;
  padding: 16px 16px;
  font-size: 16px;
  line-height: 16px;
}
.src-containers-elements-banks-activities-select-bank-accounts-styles-option-item-header-left-1tWe6 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-left: 8px;
}
.src-containers-elements-banks-activities-select-bank-accounts-styles-option-item-header-logo-cWaKX {
  height: 20px;
  width: 30px;
  margin: 0px 8px;
}
.src-containers-elements-banks-activities-select-bank-accounts-styles-option-item-header-dark-jPZqn {
  color: rgba(255, 255, 255, 0.87);
  background-color: rgba(26, 26, 26, 0.56);
}
.src-containers-elements-banks-activities-select-bank-accounts-styles-option-item-header-light-seODi {
  color: rgba(26, 26, 26, 0.87);
  background-color: rgba(26, 26, 26, 0.12);
}
.src-containers-elements-banks-activities-select-bank-accounts-styles-option-item-sub-9a8gp {
  display: flex;
  flex-direction: column;
}
.src-containers-elements-banks-activities-select-bank-accounts-styles-option-item-sub-item-NqQx- {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 16px 8px 8px;
}
.src-containers-elements-banks-activities-select-bank-accounts-styles-option-item-sub-item-NqQx- > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 16px;
}
.src-containers-elements-banks-activities-select-bank-accounts-styles-option-item-sub-item-NqQx-:last-child {
  border-bottom: 0px;
}
.src-containers-elements-banks-activities-select-bank-accounts-styles-option-item-sub-item-selected-V7Sxe > div {
  display: flex;
  flex: 1;
  padding: 8px 16px;
  background-color: #0f62fe !important;
  color: white;
  border-radius: 4px;
}
.src-containers-elements-banks-activities-select-bank-accounts-styles-option-item-sub-item-dark-tpDCU {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
}
.src-containers-elements-banks-activities-select-bank-accounts-styles-option-item-sub-item-dark-tpDCU:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.src-containers-elements-banks-activities-select-bank-accounts-styles-option-item-sub-item-light-hGVZR {
  border-bottom: 1px solid rgba(30, 30, 30, 0.12);
  background-color: rgba(255, 255, 255, 0.12);
  color: #1e1e1e;
}
.src-containers-elements-banks-activities-select-bank-accounts-styles-option-item-sub-item-light-hGVZR:hover {
  background-color: rgba(30, 30, 30, 0.06);
}

.src-containers-elements-banks-activities-select-bank-accounts-styles-currency-item-nLVxK {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
  padding: 10px 40px 10px 15px;
  border-radius: 8px;
  font-family: "ProximaNova-Medium", sans-serif;
  margin-right: 16px;
}
.src-containers-elements-banks-activities-select-bank-accounts-styles-currency-item-dark-QRfBy {
  background-color: rgba(18, 18, 18, 0.87);
  color: hexToRgba(rgba(255, 255, 255, 0.9), 0.87);
}
.src-containers-elements-banks-activities-select-bank-accounts-styles-currency-item-light-2zyr7 {
  background-color: rgba(255, 255, 255, 0.87);
  color: hexToRgba(#1e1e1e, 0.87);
}
.src-containers-elements-banks-activities-select-bank-accounts-styles-currency-symbol-fQuoc {
  font-size: 18px;
  margin-right: 8px;
  width: 18px;
  height: 18px;
  text-align: center;
  font-family: "ProximaNova-Medium", sans-serif;
}

.src-containers-elements-banks-activities-select-bank-accounts-styles-filters-select-bank-accounts-container-8JXfP {
  max-height: 400px;
  overflow-y: auto;
}
.src-containers-elements-banks-activities-select-bank-accounts-styles-filters-select-bank-accounts-container-8JXfP > div {
  margin: 0;
}

.src-containers-elements-banks-activities-select-bank-accounts-styles-filters-select-bank-accounts-rGw1N {
  border-radius: 12px;
  height: 100%;
  width: auto;
  justify-content: space-between;
  padding-left: 16px;
}
.src-containers-elements-banks-activities-select-bank-accounts-styles-filters-select-bank-accounts-dark-Fu\+ZW {
  background-color: rgba(255, 255, 255, 0.12);
}
.src-containers-elements-banks-activities-select-bank-accounts-styles-filters-select-bank-accounts-light-OBvBa {
  background-color: rgba(30, 30, 30, 0.06);
}
@media (max-width: 1024px) {
  .src-containers-elements-banks-activities-select-bank-accounts-styles-filters-select-bank-accounts-rGw1N {
    min-height: 46px;
  }
}
.src-containers-elements-banks-activities-filters-styles-filter-items-mn0ql {
  min-height: 46px;
  margin-right: 0px;
}

.src-containers-elements-banks-activities-filters-styles-lastItem-0RbVS > div {
  padding: 6px 0 !important;
}

.src-containers-elements-banks-activities-filters-styles-filter-input-q7dIt {
  display: flex;
  justify-content: space-between;
}
.src-containers-elements-banks-activities-filters-styles-filter-input-item-HV0sq {
  margin-top: 16px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .src-containers-elements-banks-activities-filters-styles-filter-input-item-HV0sq {
    flex: 1;
  }
}
@media (max-width: 1024px) {
  .src-containers-elements-banks-activities-filters-styles-filter-input-q7dIt {
    flex-direction: column;
  }
}

.src-containers-elements-banks-activities-filters-styles-second-group-gjTA8 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0;
  min-width: 230px;
}
@media (max-width: 1024px) {
  .src-containers-elements-banks-activities-filters-styles-second-group-gjTA8 {
    margin-top: 16px;
  }
}

.src-containers-elements-banks-activities-filters-styles-basis-group-Fq705 {
  flex-basis: 30%;
}

.src-containers-elements-banks-activities-filters-styles-basis-group-banks-3cRK6 {
  flex-basis: 22%;
}

.src-containers-elements-banks-activities-filters-styles-button-container-ZJvBD {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  white-space: nowrap;
  column-gap: 15px;
}
.src-containers-elements-banks-activities-filters-styles-button-container-ZJvBD button {
  width: 100%;
}

.src-containers-elements-banks-activities-filters-styles-input-container-FMwnQ {
  display: flex;
  column-gap: 10px;
}

.src-containers-elements-banks-activities-filters-styles-date-filter-item-hqVFo {
  max-width: inherit;
}

.src-containers-elements-banks-activities-filters-styles-table-yYIIS {
  width: 100%;
}
.src-containers-elements-banks-activities-filters-styles-table-body-2s1ZL {
  display: flex;
  flex-direction: column;
}
.src-containers-elements-banks-activities-filters-styles-table-body-2s1ZL:last-child {
  margin-bottom: 35px;
}
.src-containers-elements-banks-activities-filters-styles-table-body-row-tOR4U {
  cursor: pointer;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
}
.src-containers-elements-banks-activities-filters-styles-table-body-cell-jkBtl {
  width: 20%;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.src-containers-elements-banks-activities-filters-styles-table-body-cell-closed-dark-9a\+ii:first-child {
  position: relative;
  padding-left: 55px;
}
.src-containers-elements-banks-activities-filters-styles-table-body-cell-closed-dark-9a\+ii:first-child:after {
  font-family: "icomoon", sans-serif;
  content: "\e920";
  color: rgb(255, 255, 255);
  font-size: 21px;
  position: absolute;
  left: 15px;
  width: 24px;
  border-left: 3px solid #fb8c00;
}
.src-containers-elements-banks-activities-filters-styles-table-body-cell-closed-light-VuShj:first-child {
  position: relative;
  padding-left: 55px;
}
.src-containers-elements-banks-activities-filters-styles-table-body-cell-closed-light-VuShj:first-child:after {
  font-family: "icomoon", sans-serif;
  content: "\e920";
  color: rgb(30, 30, 30);
  font-size: 21px;
  position: absolute;
  left: 15px;
  width: 24px;
  border-left: 3px solid #fb8c00;
}
.src-containers-elements-banks-activities-filters-styles-table-body-cell-dark-GRxYU {
  color: rgba(255, 255, 255, 0.87);
}
.src-containers-elements-banks-activities-filters-styles-table-body-cell-light-xM2\+n {
  color: rgba(30, 30, 30, 0.66);
}
@media (max-width: 1024px) {
  .src-containers-elements-banks-activities-filters-styles-table-yYIIS {
    max-width: 768px;
    overflow-x: auto;
  }
}

.src-containers-elements-banks-activities-filters-styles-card-DNBWo {
  display: flex;
  flex-direction: column;
  min-height: 56px !important;
  padding: 10px !important;
  width: 100%;
}
.src-containers-elements-banks-activities-filters-styles-card-selectItem-QUFQv {
  display: flex;
  justify-content: space-between;
}
.src-containers-elements-banks-activities-filters-styles-card-item-fRJ9Y {
  overflow-y: scroll;
  overflow-x: hidden;
}
.src-containers-elements-banks-activities-filters-styles-card-container-7tFa- {
  display: flex;
  justify-content: center;
}
@media (max-width: 500px) {
  .src-containers-elements-banks-activities-filters-styles-card-content-mzh82 {
    width: fit-content;
  }
}
.src-containers-elements-banks-activities-filters-styles-card-title-aTaRw {
  padding-left: 12px;
}
.src-containers-elements-banks-activities-filters-styles-card-subContent-si8KE {
  font-family: "ProximaNova-Regular", sans-serif;
  margin-top: 22px;
  padding-left: 12px;
  padding-right: 39px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
}
.src-containers-elements-banks-activities-filters-styles-card-subContent-dark-ychfk {
  color: #fff;
}
.src-containers-elements-banks-activities-filters-styles-card-subContent-light-u60fS {
  color: rgb(68, 68, 68);
}
.src-containers-elements-banks-activities-filters-styles-card-subContent-filter-l64vz {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.src-containers-elements-banks-activities-filters-styles-card-subContent-buttons-yLj4c {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  display: flex;
  /*       div:first-child {
    border-right: 1px solid;
    margin-right: 10px;
    padding-right: 10px;
  } */
}

.src-containers-elements-banks-activities-filters-styles-additionalFilters-jhdUZ {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.src-containers-elements-banks-activities-activities-detail-table-styles-wrapper-8eEbc {
  display: flex;
  flex-direction: column;
  overflow: scroll;
}

.src-containers-elements-banks-activities-activities-detail-table-styles-row-wrapper-dark-nVlH4 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.src-containers-elements-banks-activities-activities-detail-table-styles-row-wrapper-light-\+ndj4 {
  border-bottom: 1px solid rgba(30, 30, 30, 0.12);
}

.src-containers-elements-banks-activities-activities-detail-table-styles-table-header-\+bxfI {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 56px;
  margin: 16px 0 0;
}
.src-containers-elements-banks-activities-activities-detail-table-styles-table-header-dark-xM5oN {
  background-color: rgba(255, 255, 255, 0.12);
}
.src-containers-elements-banks-activities-activities-detail-table-styles-table-header-light-gVjJG {
  background-color: rgba(30, 30, 30, 0.06);
}
.src-containers-elements-banks-activities-activities-detail-table-styles-table-header-cell-l6kUZ {
  display: flex;
  align-items: center;
  width: 20%;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.15px;
}
.src-containers-elements-banks-activities-activities-detail-table-styles-table-header-cell-dark-TJzxD {
  color: rgba(255, 255, 255, 0.87);
}
.src-containers-elements-banks-activities-activities-detail-table-styles-table-header-cell-light-xfczi {
  color: rgba(30, 30, 30, 0.87);
}
.src-containers-elements-banks-activities-activities-detail-table-styles-table-header-cell-l6kUZ:first-child {
  padding-left: 55px;
}
.src-containers-elements-banks-activities-activities-detail-table-styles-table-header-cell-text-DDZ6Y {
  display: flex;
}
.src-containers-elements-banks-activities-activities-detail-table-styles-table-body-gM11o {
  display: flex;
  flex-direction: column;
}
.src-containers-elements-banks-activities-activities-detail-table-styles-table-body-gM11o:last-child {
  margin-bottom: 35px;
}
.src-containers-elements-banks-activities-activities-detail-table-styles-table-body-row-y6CXG {
  cursor: pointer;
  height: 52px;
  display: flex;
  align-items: center;
  padding-left: 12px;
}
.src-containers-elements-banks-activities-activities-detail-table-styles-table-body-cell-NLFfJ {
  width: 20%;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.src-containers-elements-banks-activities-activities-detail-table-styles-table-body-cell-closed-2FZ7\+:first-child {
  padding-left: 55px;
  position: relative;
}
.src-containers-elements-banks-activities-activities-detail-table-styles-table-body-cell-closed-2FZ7\+:first-child:after {
  font-family: "icomoon", sans-serif;
  content: "\e920";
  color: rgba(255, 255, 255, 0.6);
  font-size: 21px;
  position: absolute;
  left: 15px;
  width: 24px;
  border-left: 3px solid #fb8c00;
}
.src-containers-elements-banks-activities-activities-detail-table-styles-table-body-cell-opened-LNum4:first-child {
  padding-left: 55px;
  position: relative;
}
.src-containers-elements-banks-activities-activities-detail-table-styles-table-body-cell-opened-LNum4:first-child:before {
  position: absolute;
  left: 15px;
  content: "";
  width: 3px;
  background-color: #fb8c00;
  height: 28px;
  border-radius: 5px;
}
.src-containers-elements-banks-activities-activities-detail-table-styles-table-body-cell-dark-sTzn8 {
  color: rgba(255, 255, 255, 0.87);
}
.src-containers-elements-banks-activities-activities-detail-table-styles-table-body-cell-light-rL4qL {
  color: rgba(30, 30, 30, 0.66);
}
.src-containers-elements-banks-activities-activities-detail-table-styles-table-footer-DjcJi {
  display: flex;
  height: 56px;
  justify-content: space-between;
  font-family: "ProximaNova-Regular", sans-serif;
}
.src-containers-elements-banks-activities-activities-detail-table-styles-table-footer-dark-OUnmo {
  color: white;
}
.src-containers-elements-banks-activities-activities-detail-table-styles-table-footer-light-KPFv8 {
  color: rgb(61, 61, 61);
}
.src-containers-elements-banks-activities-activities-detail-table-styles-table-footer-page-size-loGrI {
  padding-left: 24px;
  height: 100%;
  display: flex;
  align-items: center;
  width: 227px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.src-containers-elements-banks-activities-activities-detail-table-styles-table-footer-page-size-loGrI b {
  margin-left: 5px;
}
.src-containers-elements-banks-activities-activities-detail-table-styles-table-footer-page-info-YHBCH {
  padding-left: 16px;
  height: 100%;
  display: flex;
  align-items: center;
  flex: 1;
  width: auto;
  min-width: 350px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.src-containers-elements-banks-activities-activities-detail-table-styles-table-footer-page-info-YHBCH span {
  margin-left: 10px;
}
.src-containers-elements-banks-activities-activities-detail-table-styles-table-footer-page-changer-IN4gn {
  padding-left: 13px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 269px;
}
.src-containers-elements-banks-activities-activities-detail-table-styles-table-footer-page-changer-wrapper-vytNv {
  display: flex;
}
.src-containers-elements-banks-activities-activities-detail-table-styles-table-footer-page-changer-button-KII5G {
  cursor: pointer;
  height: 56px;
  width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.src-containers-elements-banks-activities-activities-detail-table-styles-table-footer-page-changer-button-KII5G:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}
.src-containers-elements-banks-activities-activities-detail-table-styles-table-footer-page-changer-button-disabled-OcJyv {
  cursor: default;
  opacity: 0.3;
}

.src-containers-elements-banks-activities-activities-detail-table-styles-sub-table-qvCZ- {
  margin-right: 20px;
  padding-left: 60px;
  position: relative;
  justify-content: center;
  font-family: "ProximaNova-Regular", sans-serif;
}
.src-containers-elements-banks-activities-activities-detail-table-styles-sub-table-extented-V0gyd {
  padding-left: 30px;
  overflow-x: auto;
  height: 100%;
}
.src-containers-elements-banks-activities-activities-detail-table-styles-sub-table-dark-lOJXR:before {
  color: #fff;
  content: "\e920";
  font-family: "icomoon", sans-serif;
  font-size: 21px;
  left: 25px;
  position: absolute;
  width: 24px;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.src-containers-elements-banks-activities-activities-detail-table-styles-sub-table-light-iLz-k:before {
  color: rgb(30, 30, 30);
  content: "\e920";
  font-family: "icomoon", sans-serif;
  font-size: 21px;
  left: 25px;
  position: absolute;
  width: 24px;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.src-containers-elements-banks-activities-activities-detail-table-styles-sub-table-header-p9YbH {
  border-radius: 12px;
  padding-left: 12px;
}
.src-containers-elements-banks-activities-activities-detail-table-styles-sub-table-header-light-qF\+Wu {
  color: rgba(30, 30, 30, 0.66);
}
.src-containers-elements-banks-activities-activities-detail-table-styles-sub-table-header-cell-XJI8j:first-child {
  padding-left: 16px;
}
@media (max-width: 1024px) {
  .src-containers-elements-banks-activities-activities-detail-table-styles-sub-table-header-p9YbH {
    width: 1000px;
  }
  .src-containers-elements-banks-activities-activities-detail-table-styles-sub-table-body-Vp3oX {
    width: 1000px;
  }
}

.src-containers-elements-banks-activities-activities-detail-table-styles-receipt-select-Thjeu {
  max-width: 40px;
}

.src-containers-elements-banks-activities-activities-detail-table-styles-receipt-rVnog {
  max-width: 65px;
  padding-left: 5px;
}
.src-containers-elements-banks-activities-activities-detail-table-styles-receipt-button-nqBHa {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.src-containers-elements-banks-activities-activities-detail-table-styles-receipt-button-dark-3TNOS {
  background-color: rgba(255, 255, 255, 0.35);
}
.src-containers-elements-banks-activities-activities-detail-table-styles-receipt-button-light-F3ea8 {
  color: white;
  background-color: rgba(30, 30, 30, 0.15);
}

.src-containers-elements-banks-activities-activities-detail-table-styles-bankName-YfrGk {
  min-width: 250px;
  font-size: 14px;
}

.src-containers-elements-banks-activities-activities-detail-table-styles-description-Dr9tk {
  font-size: 14px;
  min-width: 250px;
  max-width: 250px;
  padding-right: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: overlay;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .src-containers-elements-banks-activities-activities-detail-table-styles-description-Dr9tk {
    overflow: hidden;
  }
}

.src-containers-elements-banks-activities-activities-detail-table-styles-accountNo-YjbEF {
  font-size: 14px;
  min-width: 150px;
  max-width: 250px;
}

.src-containers-elements-banks-activities-activities-detail-table-styles-branchCode-XCCQa {
  font-size: 14px;
  min-width: 100px;
  max-width: 250px;
}

.src-containers-elements-banks-activities-activities-detail-table-styles-operation-v5y69 {
  font-size: 14px;
  max-width: 100px;
  display: flex;
  align-items: center;
}
.src-containers-elements-banks-activities-activities-detail-table-styles-operation-margin-hxTUF {
  margin-left: -12px;
}

.src-containers-elements-banks-activities-activities-detail-table-styles-vkn-o3GMh {
  font-size: 14px;
  max-width: 120px;
}

.src-containers-elements-banks-activities-activities-detail-table-styles-operationDate-R8-cO {
  font-size: 14px;
  max-width: 125px;
}

.src-containers-elements-banks-activities-activities-detail-table-styles-emptyView-Lab5L {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "ProximaNova-Regular", sans-serif;
  color: #fff;
  font-size: 16px;
  padding: 16px;
  margin-top: 8px;
}

.src-containers-elements-banks-activities-activities-detail-table-styles-header-checkbox-vK0Ow {
  margin-bottom: 5px;
}

.src-containers-elements-banks-activities-activities-detail-table-styles-filters-select-currency-aFnId {
  border-radius: 12px;
  margin-left: 8px;
}
.src-containers-elements-banks-activities-activities-detail-table-styles-filters-select-currency-dark-w7Rq0 {
  background-color: rgba(255, 255, 255, 0.12);
}
.src-containers-elements-banks-activities-activities-detail-table-styles-filters-select-currency-light-V\+4eM {
  background-color: rgba(30, 30, 30, 0.06);
}
@media (max-width: 1024px) {
  .src-containers-elements-banks-activities-activities-detail-table-styles-filters-select-currency-aFnId {
    min-height: 46px;
  }
}

.src-containers-elements-banks-activities-activities-detail-table-styles-filters-select-item-Po0rw {
  padding: 8px;
}
.src-containers-elements-banks-activities-activities-table-styles-wrapper-Wrr3n {
  display: flex;
  flex-direction: column;
}

.src-containers-elements-banks-activities-activities-table-styles-row-wrapper-Id6wr {
  padding-right: 16px;
}
.src-containers-elements-banks-activities-activities-table-styles-row-wrapper-dark-\+NPvf {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.src-containers-elements-banks-activities-activities-table-styles-row-wrapper-light-BsmLW {
  border-bottom: 1px solid rgba(30, 30, 30, 0.12);
}

.src-containers-elements-banks-activities-activities-table-styles-table-dqwSH {
  width: 100%;
}
.src-containers-elements-banks-activities-activities-table-styles-table-header-clHn9 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin: 16px 0 0;
  padding-right: 16px;
  box-sizing: border-box;
}
.src-containers-elements-banks-activities-activities-table-styles-table-header-dark-Le\+Kd {
  background-color: rgba(255, 255, 255, 0.12);
}
.src-containers-elements-banks-activities-activities-table-styles-table-header-light-fsC1G {
  background-color: rgba(30, 30, 30, 0.06);
}
.src-containers-elements-banks-activities-activities-table-styles-table-header-cell-fMHuE {
  display: flex;
  align-items: center;
  flex-grow: 1;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.15px;
}
.src-containers-elements-banks-activities-activities-table-styles-table-header-cell-dark-ftuok {
  color: rgba(255, 255, 255, 0.87);
}
.src-containers-elements-banks-activities-activities-table-styles-table-header-cell-light-9Xipk {
  color: rgba(30, 30, 30, 0.87);
}
.src-containers-elements-banks-activities-activities-table-styles-table-header-cell-fMHuE:first-child {
  display: flex;
  justify-content: start;
  padding-left: 15px;
  width: 50px;
}
.src-containers-elements-banks-activities-activities-table-styles-table-header-cell-text-wfvuv {
  display: flex;
}
.src-containers-elements-banks-activities-activities-table-styles-table-body-iTdNx {
  display: flex;
  flex-direction: column;
}
.src-containers-elements-banks-activities-activities-table-styles-table-body-iTdNx:last-child {
  margin-bottom: 35px;
}
.src-containers-elements-banks-activities-activities-table-styles-table-body-light-nlEFu tr {
  border-bottom: 1px solid #d4d4d4;
}
.src-containers-elements-banks-activities-activities-table-styles-table-body-light-row-Tum7v {
  background-color: #f7f7f7;
}
.src-containers-elements-banks-activities-activities-table-styles-table-body-dark-sx99v tr {
  border-bottom: 1px solid #333333;
}
.src-containers-elements-banks-activities-activities-table-styles-table-body-dark-row-olSwP {
  background-color: #1a1a1a;
}
.src-containers-elements-banks-activities-activities-table-styles-table-body-row-4r4S\+ {
  cursor: pointer;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
}
.src-containers-elements-banks-activities-activities-table-styles-table-body-lastTransactionDate-q6rZs {
  font-size: 10px;
  position: absolute;
  top: 18px;
}
.src-containers-elements-banks-activities-activities-table-styles-table-body-lastTransactionDate-dark-rxTwC {
  color: rgba(255, 255, 255, 0.87);
}
.src-containers-elements-banks-activities-activities-table-styles-table-body-lastTransactionDate-light-p\+OL8 {
  color: rgba(30, 30, 30, 0.66);
}
.src-containers-elements-banks-activities-activities-table-styles-table-body-cell-DVDmR {
  width: 20%;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.src-containers-elements-banks-activities-activities-table-styles-table-body-cell-checkbox-gC1Sq {
  padding-left: 15px;
  width: 150px;
}
.src-containers-elements-banks-activities-activities-table-styles-table-body-cell-closed-dark-u9Scx:nth-child(2) {
  position: relative;
}
.src-containers-elements-banks-activities-activities-table-styles-table-body-cell-closed-dark-u9Scx:nth-child(2):after {
  font-family: "icomoon", sans-serif;
  content: "\e920";
  color: rgb(255, 255, 255);
  font-size: 21px;
  position: absolute;
  left: -30px;
  width: 24px;
  border-left: 3px solid #fb8c00;
}
.src-containers-elements-banks-activities-activities-table-styles-table-body-cell-closed-light-JOocl:nth-child(2) {
  position: relative;
}
.src-containers-elements-banks-activities-activities-table-styles-table-body-cell-closed-light-JOocl:nth-child(2):after {
  font-family: "icomoon", sans-serif;
  content: "\e920";
  color: rgb(30, 30, 30);
  font-size: 21px;
  position: absolute;
  left: -30px;
  width: 24px;
  border-left: 3px solid #fb8c00;
}
.src-containers-elements-banks-activities-activities-table-styles-table-body-cell-opened-dark-0Cfrv:nth-child(2) {
  position: relative;
}
.src-containers-elements-banks-activities-activities-table-styles-table-body-cell-opened-dark-0Cfrv:nth-child(2):before {
  position: absolute;
  left: -30px;
  content: "";
  width: 3px;
  background-color: #fb8c00;
  height: 28px;
  border-radius: 5px;
}
.src-containers-elements-banks-activities-activities-table-styles-table-body-cell-opened-light-JVzQx:nth-child(2) {
  position: relative;
}
.src-containers-elements-banks-activities-activities-table-styles-table-body-cell-opened-light-JVzQx:nth-child(2):after {
  font-family: "icomoon", sans-serif;
  content: "\e920";
  font-size: 21px;
  color: transparent;
  position: absolute;
  left: -30px;
  width: 24px;
  border-left: 3px solid #fb8c00;
}
.src-containers-elements-banks-activities-activities-table-styles-table-body-cell-dark-qNGMb {
  color: rgba(255, 255, 255, 0.87);
}
.src-containers-elements-banks-activities-activities-table-styles-table-body-cell-light-vuvOb {
  color: rgba(30, 30, 30, 0.66);
}
.src-containers-elements-banks-activities-activities-table-styles-table-body-footer-264wY {
  padding-left: 75px;
  display: flex;
  gap: 10px;
}
.src-containers-elements-banks-activities-activities-table-styles-table-body-footer-cell-NLy3t {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.src-containers-elements-banks-activities-activities-table-styles-table-body-footer-cell-dark-eztJ3 {
  color: #9fa8da;
}
.src-containers-elements-banks-activities-activities-table-styles-table-body-footer-cell-light-vC2iU {
  color: #5c6bc0;
}
.src-containers-elements-banks-activities-activities-table-styles-table-body-footer-cell-lastTransactionDate-Wm949 {
  text-transform: capitalize;
}
.src-containers-elements-banks-activities-activities-table-styles-table-footer-S2UFG {
  display: flex;
  height: 56px;
  justify-content: space-between;
  font-family: "ProximaNova-Regular", sans-serif;
}
.src-containers-elements-banks-activities-activities-table-styles-table-footer-dark-JMNh\+ {
  color: white;
}
.src-containers-elements-banks-activities-activities-table-styles-table-footer-light-VvT9- {
  color: rgb(61, 61, 61);
}
.src-containers-elements-banks-activities-activities-table-styles-table-footer-page-size-XAQWD {
  padding-left: 24px;
  height: 100%;
  display: flex;
  align-items: center;
  width: 227px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.src-containers-elements-banks-activities-activities-table-styles-table-footer-page-size-XAQWD b {
  margin-left: 5px;
}
.src-containers-elements-banks-activities-activities-table-styles-table-footer-page-info-TCHt1 {
  padding-left: 16px;
  height: 100%;
  display: flex;
  align-items: center;
  flex: 1;
  width: auto;
  min-width: 350px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.src-containers-elements-banks-activities-activities-table-styles-table-footer-page-info-TCHt1 span {
  margin-left: 10px;
}
.src-containers-elements-banks-activities-activities-table-styles-table-footer-page-changer-fB7CW {
  padding-left: 13px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 269px;
}
.src-containers-elements-banks-activities-activities-table-styles-table-footer-page-changer-wrapper-E6sWp {
  display: flex;
}
.src-containers-elements-banks-activities-activities-table-styles-table-footer-page-changer-button-RcJje {
  cursor: pointer;
  height: 56px;
  width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.src-containers-elements-banks-activities-activities-table-styles-table-footer-page-changer-button-RcJje:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}
.src-containers-elements-banks-activities-activities-table-styles-table-footer-page-changer-button-disabled-U2OnD {
  cursor: default;
  opacity: 0.3;
}
@media (max-width: 1024px) {
  .src-containers-elements-banks-activities-activities-table-styles-table-dqwSH {
    max-width: 768px;
    overflow-x: auto;
  }
}
.src-containers-elements-banks-activities-activities-table-styles-table-dqwSH .src-containers-elements-banks-activities-activities-table-styles-action-jEWk9 {
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  margin-left: 20px;
  font-size: 14px;
  width: 100px;
  color: #0f62fe;
  user-select: none;
  cursor: pointer;
}
.src-containers-elements-banks-activities-activities-table-styles-table-dqwSH .src-containers-elements-banks-activities-activities-table-styles-action-jEWk9 a,
.src-containers-elements-banks-activities-activities-table-styles-table-dqwSH .src-containers-elements-banks-activities-activities-table-styles-action-jEWk9 a:visited,
.src-containers-elements-banks-activities-activities-table-styles-table-dqwSH .src-containers-elements-banks-activities-activities-table-styles-action-jEWk9 a:hover,
.src-containers-elements-banks-activities-activities-table-styles-table-dqwSH .src-containers-elements-banks-activities-activities-table-styles-action-jEWk9 a:active {
  color: inherit;
  text-decoration: none;
}
.src-containers-elements-banks-activities-activities-table-styles-table-dqwSH .src-containers-elements-banks-activities-activities-table-styles-action-jEWk9 .src-containers-elements-banks-activities-activities-table-styles-goDetailLink-VWlXx {
  width: 100px;
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .src-containers-elements-banks-activities-activities-table-styles-table-dqwSH .src-containers-elements-banks-activities-activities-table-styles-action-jEWk9 {
    font-size: 12px;
  }
}
.src-containers-elements-banks-activities-activities-table-styles-table-dqwSH .src-containers-elements-banks-activities-activities-table-styles-action-icon-yAbzU {
  color: #0f62fe;
  margin-left: 4px;
  font-size: 18px;
}
@media (max-width: 500px) {
  .src-containers-elements-banks-activities-activities-table-styles-table-dqwSH .src-containers-elements-banks-activities-activities-table-styles-action-icon-yAbzU {
    font-size: 12px;
  }
}

.src-containers-elements-banks-activities-activities-table-styles-sub-table-mtZ2V {
  margin-right: 20px;
  padding-left: 66px;
  position: relative;
  justify-content: center;
  font-family: "ProximaNova-Regular", sans-serif;
}
.src-containers-elements-banks-activities-activities-table-styles-sub-table-mtZ2V:before {
  color: #fff;
  content: "\e920";
  font-family: "icomoon", sans-serif;
  font-size: 21px;
  left: 25px;
  position: absolute;
  width: 24px;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.src-containers-elements-banks-activities-activities-table-styles-sub-table-header-0Vd8o {
  border-radius: 12px;
}
.src-containers-elements-banks-activities-activities-table-styles-sub-table-header-light-B9hNM {
  color: rgba(30, 30, 30, 0.66);
}
.src-containers-elements-banks-activities-activities-table-styles-sub-table-header-cell-H5Y2r:first-child {
  padding-left: 16px;
}

.src-containers-elements-banks-activities-activities-table-styles-receipt-cyuPy {
  max-width: 100px;
  padding-left: 16px;
}
.src-containers-elements-banks-activities-activities-table-styles-receipt-button-YwEH6 {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.src-containers-elements-banks-activities-activities-table-styles-receipt-button-dark-m6HQm {
  background-color: rgba(255, 255, 255, 0.35);
}
.src-containers-elements-banks-activities-activities-table-styles-receipt-button-light-\+FS7C {
  color: white;
  background-color: rgba(30, 30, 30, 0.15);
}

.src-containers-elements-banks-activities-activities-table-styles-bankName-PrdIb {
  min-width: 250px;
}
@media (max-width: 1024px) {
  .src-containers-elements-banks-activities-activities-table-styles-bankName-PrdIb {
    min-width: 150px;
  }
}

.src-containers-elements-banks-activities-activities-table-styles-branchAndAccountNo-7X3iK {
  min-width: 150px;
}

.src-containers-elements-banks-activities-activities-table-styles-title-mU8AC {
  min-width: 150px;
}

.src-containers-elements-banks-activities-activities-table-styles-description-q10oB {
  min-width: 250px;
  max-width: 250px;
  padding-right: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: overlay;
}

.src-containers-elements-banks-activities-activities-table-styles-operation-VUHqL {
  max-width: 100px;
  display: flex;
  align-items: center;
}

.src-containers-elements-banks-activities-activities-table-styles-vkn-WINss {
  max-width: 120px;
}

.src-containers-elements-banks-activities-activities-table-styles-operationDate-21y\+9 {
  max-width: 125px;
}

.src-containers-elements-banks-activities-activities-table-styles-filters-select-currency-5ipmw {
  border-radius: 12px;
  margin-left: 8px;
}
.src-containers-elements-banks-activities-activities-table-styles-filters-select-currency-dark-WR1Df {
  background-color: rgba(255, 255, 255, 0.12);
}
.src-containers-elements-banks-activities-activities-table-styles-filters-select-currency-light-UK2X- {
  background-color: rgba(30, 30, 30, 0.06);
}
@media (max-width: 1024px) {
  .src-containers-elements-banks-activities-activities-table-styles-filters-select-currency-5ipmw {
    min-height: 46px;
  }
}

.src-containers-elements-banks-activities-activities-table-styles-filters-select-item-pP5YY {
  padding: 8px;
}
.src-pages-bank-activity-styles-card-wV06D {
  padding: 0px;
  padding-top: 16px;
  width: 100%;
  overflow: hidden;
}
.src-pages-bank-activity-styles-card-item-XCY\+z {
  overflow-y: scroll;
  overflow-x: hidden;
}
.src-pages-bank-activity-styles-card-container-3bkYc {
  display: flex;
  justify-content: center;
}
.src-pages-bank-activity-styles-card-right-item-M9HbE {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  cursor: pointer;
}
.src-pages-bank-activity-styles-card-right-item-M9HbE .src-pages-bank-activity-styles-downloadIcon-gBeBe {
  font-size: 20px !important;
}
.src-pages-bank-activity-styles-card-right-item-M9HbE > div {
  margin-left: 4px;
}
.src-pages-bank-activity-styles-card-right-item-dark--4Qyn {
  color: #fff;
}
.src-pages-bank-activity-styles-card-right-item-dark--4Qyn:hover {
  border-bottom: 1px solid #fff;
}
.src-pages-bank-activity-styles-card-right-item-light-PrpLG {
  color: rgb(68, 68, 68);
}
.src-pages-bank-activity-styles-card-right-item-light-PrpLG:hover {
  border-bottom: 1px solid rgb(68, 68, 68);
}
@media (max-width: 500px) {
  .src-pages-bank-activity-styles-card-content-JNWxB {
    width: fit-content;
  }
}
.src-pages-bank-activity-styles-card-title-BTSEM {
  padding-left: 12px;
}
.src-pages-bank-activity-styles-card-subContent-sakCl {
  font-family: "ProximaNova-Regular", sans-serif;
  margin-top: 22px;
  padding-left: 12px;
  padding-right: 39px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
}
.src-pages-bank-activity-styles-card-subContent-dark-CV23b {
  color: #fff;
}
.src-pages-bank-activity-styles-card-subContent-light-QO7y7 {
  color: rgb(68, 68, 68);
}
.src-pages-bank-activity-styles-card-subContent-filter-rfBs3 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
}
.src-pages-bank-activity-styles-card-subContent-buttons-U1G7O {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  display: flex;
  /*       div:first-child {
    border-right: 1px solid;
    margin-right: 10px;
    padding-right: 10px;
  } */
}
.src-pages-bank-activity-styles-card-download-loader-lok-7 {
  margin-right: 80px;
  margin-top: 10px;
}

.src-pages-bank-activity-styles-filter-items-NqMbn {
  flex: 1 auto;
  margin-right: 10px;
}
.src-pages-bank-activity-styles-filter-items-NqMbn:last-child {
  margin-right: 0px;
}
@media (max-width: 1024px) and (min-width: 807px) {
  .src-pages-bank-activity-styles-filter-items-NqMbn {
    width: 48%;
  }
  .src-pages-bank-activity-styles-filter-items-NqMbn:nth-child(2) {
    margin-right: 0px;
  }
}
@media (max-width: 806px) {
  .src-pages-bank-activity-styles-filter-items-NqMbn {
    width: 100%;
    margin-right: 0px;
  }
}

.src-pages-bank-activity-styles-date-filter-item-xhKTq {
  max-width: inherit;
  margin-bottom: 0px;
}

.src-pages-bank-activity-styles-emptyView-Qtow2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "ProximaNova-Regular", sans-serif;
  color: #fff;
  font-size: 16px;
  padding: 16px;
}
.src-pages-bank-activity-styles-emptyView-dark-xC30c {
  color: #fff;
}
.src-pages-bank-activity-styles-emptyView-light-WTZ9A {
  color: rgb(30, 30, 30);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .src-pages-bank-activity-styles-emptyView-Qtow2 {
    min-height: 100px;
    overflow-x: hidden;
  }
}

.src-pages-bank-activity-styles-onlyActivities-LIfeg {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.src-pages-bank-activity-styles-onlyActivities-LIfeg .src-pages-bank-activity-styles-switch-dark-Fd1Pe {
  border: 0.01px solid rgba(255, 255, 255, 0.48);
}
.src-pages-bank-activity-styles-onlyActivities-LIfeg .src-pages-bank-activity-styles-switch-dark-Fd1Pe:before {
  background-color: white;
}
.src-pages-bank-activity-styles-onlyActivities-LIfeg .src-pages-bank-activity-styles-switch-light-v27TG {
  border: 0.01px solid rgba(30, 30, 30, 0.48);
}
.src-pages-bank-activity-styles-onlyActivities-LIfeg .src-pages-bank-activity-styles-switch-light-v27TG:before {
  background-color: #1e1e1e;
}
.src-pages-bank-activity-styles-onlyActivities-LIfeg .src-pages-bank-activity-styles-icon-dark-bkY9f {
  border: 0.01px solid rgba(255, 255, 255, 0.48);
}
.src-pages-bank-activity-styles-onlyActivities-LIfeg .src-pages-bank-activity-styles-icon-dark-bkY9f:before {
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
  font-size: 24px;
  left: 5px;
  bottom: 3px;
  content: " ";
}
.src-pages-bank-activity-styles-onlyActivities-LIfeg .src-pages-bank-activity-styles-icon-light-y9rfI {
  border: 0.01px solid rgba(30, 30, 30, 0.48);
}
.src-pages-bank-activity-styles-onlyActivities-LIfeg .src-pages-bank-activity-styles-icon-light-y9rfI:before {
  background-color: #1e1e1e;
  color: #1e1e1e;
  font-size: 24px;
  left: 5px;
  bottom: 3px;
  content: " ";
}
.src-pages-bank-activity-styles-onlyActivities-LIfeg .src-pages-bank-activity-styles-icon-selected-30sCd:before {
  background-color: #0f62fe !important;
}
.src-components-bank-button-styles-button-QBgBq {
  display: flex;
  flex-direction: column;
  width: 104px;
  height: 104px;
  border-radius: 12px;
  background-color: transparent;
  justify-content: space-evenly;
  align-items: center;
  margin-right: 10px;
  padding: 0 2px;
  user-select: none;
  cursor: pointer;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .src-components-bank-button-styles-button-QBgBq {
    /* IE10+ CSS styles go here */
    min-width: 104px;
  }
}
.src-components-bank-button-styles-button-dark-p25x0 {
  background-color: #1e1e1e;
}
.src-components-bank-button-styles-button-light-AHfuu {
  background-color: rgba(26, 26, 26, 0.06);
}
.src-components-bank-button-styles-button-img-error-pcuyE {
  justify-content: center;
  align-items: center;
}

.src-components-bank-button-styles-img-dfVWE {
  width: 52px;
  height: 52px;
  filter: invert(0.5) !important;
  object-fit: contain;
  opacity: 0.25 !important;
}
.src-components-bank-button-styles-img-active-gjsEv {
  filter: invert(0) !important;
  opacity: 1 !important;
}
.src-components-bank-button-styles-img-error-0lw8\+ {
  display: flex;
  width: 100%;
  height: 100%;
  align-self: center;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: "ProximaNova-Regular", sans-serif;
}
.src-components-bank-button-styles-img-error-0lw8\+ > div {
  width: 80%;
  word-wrap: break-word;
  white-space: normal;
  align-self: center;
  text-align: center;
}

.src-components-bank-button-styles-bankName-pxAtb {
  display: inline-block;
  max-width: 100%;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 2px;
}
.src-components-bank-button-styles-bankName-dark-nzny7 {
  color: #fff;
}
.src-components-bank-button-styles-bankName-light-4ZSXi {
  color: rgba(30, 30, 30, 0.6);
}
.src-containers-elements-banks-bank-list-styles-wrapper-QnRam {
  display: flex;
  overflow-x: auto;
  overflow-y: auto;
  scroll-behavior: smooth;
  margin-top: 16px;
  user-select: none;
}
.src-containers-elements-banks-bank-list-styles-wrapper-QnRam::-webkit-scrollbar {
  display: block;
  width: 7px;
  height: 7px;
}
.src-containers-elements-banks-bank-list-styles-wrapper-QnRam::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background-color: #0f62fe;
}
.src-containers-elements-banks-bank-list-styles-wrapper-QnRam::-webkit-scrollbar-track {
  background-color: rgba(223, 223, 223, 0.34);
  border-radius: 12px;
}
.src-containers-elements-banks-bank-list-styles-wrapper-QnRam::-webkit-scrollbar-track::-webkit-scrollbar-thumb:hover {
  background: #5490ff;
}

.src-containers-elements-banks-bank-list-styles-list-wrapper-NR1LZ {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  padding-bottom: 8px;
}
.src-components-bank-symbol-styles-currency-G9imJ {
  display: flex;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 20px;
  width: 32px;
  height: 32px;
  min-width: 24px;
  min-height: 24px;
  color: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
}

.src-components-bank-symbol-styles-symbol-smallFont-dnJ3u {
  font-size: 14px;
}
.src-components-bank-symbol-styles-symbol-mediumFont-frsib {
  font-size: 18px;
}
.src-containers-elements-banks-bank-summary-styles-card-9ensF {
  min-height: 0px !important;
  margin-top: 32px;
}

.src-containers-elements-banks-bank-summary-styles-wrapper-m4iSw {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 500px) {
  .src-containers-elements-banks-bank-summary-styles-wrapper-m4iSw {
    align-items: flex-start;
    flex-direction: column;
  }
}

.src-containers-elements-banks-bank-summary-styles-bank-detail-dmxor {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.src-containers-elements-banks-bank-summary-styles-bank-name-KNzgX {
  font-family: "ProximaNova-Medium", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0.15px;
}
@media (max-width: 768px) {
  .src-containers-elements-banks-bank-summary-styles-bank-name-KNzgX {
    max-width: 40%;
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .src-containers-elements-banks-bank-summary-styles-bank-name-KNzgX {
    max-width: 100%;
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.src-containers-elements-banks-bank-summary-styles-bank-name-dark-WoKR3 {
  color: rgba(255, 255, 255, 0.87);
}
.src-containers-elements-banks-bank-summary-styles-bank-name-light-3VBNt {
  color: rgba(30, 30, 30, 0.87);
}

.src-containers-elements-banks-bank-summary-styles-currency-row-pT0PE {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.src-containers-elements-banks-bank-summary-styles-currency-row-pT0PE > div {
  margin-right: 16px;
}

.src-containers-elements-banks-bank-summary-styles-account-row-826vq {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.src-containers-elements-banks-bank-summary-styles-account-row-dark-7X3FN > p {
  color: rgba(255, 255, 255, 0.87);
}
.src-containers-elements-banks-bank-summary-styles-account-row-light-qGP2d > p {
  color: rgba(30, 30, 30, 0.87);
}
.src-containers-elements-banks-bank-summary-styles-account-row-826vq > p {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin: 0px 0px 0px 8px;
}

.src-containers-elements-banks-bank-summary-styles-tooltip-G\+M7D {
  border-radius: 12px;
  padding: 2px 6px;
  cursor: pointer;
  margin-left: 3px;
}
.src-containers-elements-banks-bank-summary-styles-tooltip-light-XFIe2 {
  color: rgba(255, 255, 255, 0.87);
  background-color: rgba(0, 0, 0, 0.18);
}
.src-containers-elements-banks-bank-summary-styles-tooltip-dark-QdS3L {
  color: rgba(223, 216, 216, 0.87);
  background-color: rgba(193, 193, 193, 0.35);
}

.src-containers-elements-banks-bank-summary-styles-lastDate-success-Zrjes {
  background-color: #1a951a;
  padding: 4px 5px;
  border-radius: 6px;
}
.src-containers-elements-banks-bank-summary-styles-lastDate-success-dark-g8sFD {
  color: rgba(255, 255, 255, 0.87);
}
.src-containers-elements-banks-bank-summary-styles-lastDate-success-light-hK\+I1 {
  color: rgba(30, 30, 30, 0.87);
}
.src-containers-elements-banks-bank-summary-styles-lastDate-error-5FIh0 {
  background-color: #f44336;
  padding: 4px 5px;
  border-radius: 6px;
}
.src-containers-elements-banks-bank-summary-styles-lastDate-error-dark-kzZYB {
  color: rgba(255, 255, 255, 0.87);
}
.src-containers-elements-banks-bank-summary-styles-lastDate-error-light-rNycV {
  color: rgba(30, 30, 30, 0.87);
}
.src-containers-elements-banks-balance-convert-card-styles-card-balance-dRz7\+ {
  font-family: "ProximaNova-Medium", sans-serif;
  color: rgba(255, 255, 255, 0.87);
  font-size: 48px;
  line-height: 1.17;
  justify-self: center;
  align-self: center;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .src-containers-elements-banks-balance-convert-card-styles-card-balance-dRz7\+ {
    font-size: 32px;
  }
}
.src-containers-elements-banks-balance-convert-card-styles-card-balance-dRz7\+ span {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 34px;
  line-height: 1.06;
  color: #42a5f5;
  margin-left: 5px;
}
.src-containers-elements-banks-balance-convert-card-styles-card-balance-dark-2qMSV {
  color: rgba(255, 255, 255, 0.87);
}
.src-containers-elements-banks-balance-convert-card-styles-card-balance-light-JoHKw {
  color: rgba(30, 30, 30, 0.87);
}
.src-containers-elements-banks-balance-convert-card-styles-card-balance-exchange-mfIZ\+ {
  display: flex;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.6);
  justify-self: center;
  align-self: center;
}
.src-containers-elements-banks-balance-convert-card-styles-card-balance-exchange-dark-a4dg\+ {
  color: rgba(255, 255, 255, 0.6);
}
.src-containers-elements-banks-balance-convert-card-styles-card-balance-exchange-light-5X30P {
  color: rgba(30, 30, 30, 0.6);
}
.src-containers-elements-banks-balance-convert-card-styles-card-balance-2-uVYqK {
  font-family: "ProximaNova-Light", sans-serif;
  color: rgba(255, 255, 255, 0.56);
  font-size: 20px;
  line-height: 1.17;
  justify-self: center;
  align-self: center;
  margin: 18px 0px;
}
.src-containers-elements-banks-balance-convert-card-styles-card-balance-2-uVYqK span {
  font-family: "ProximaNova-Light", sans-serif;
  font-size: 18px;
  line-height: 1.06;
  color: #42a5f5;
  margin-left: 5px;
}
.src-containers-elements-banks-balance-convert-card-styles-card-balance-2-dark-Kf6h3 {
  color: rgba(255, 255, 255, 0.56);
}
.src-containers-elements-banks-balance-convert-card-styles-card-balance-2-light-5FW8- {
  color: rgba(30, 30, 30, 0.56);
}
.src-containers-elements-banks-balance-convert-card-styles-card-balance-2-exchange-EABFJ {
  display: flex;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.6);
  justify-self: center;
  align-self: center;
}
.src-containers-elements-banks-balance-convert-card-styles-card-balance-2-exchange-dark-EtQR1 {
  color: rgba(255, 255, 255, 0.6);
}
.src-containers-elements-banks-balance-convert-card-styles-card-balance-2-exchange-light-opwjb {
  color: rgba(30, 30, 30, 0.6);
}
.src-containers-elements-banks-balance-convert-card-styles-card-select-currency-nPyQL {
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 4px 12px;
}
.src-containers-elements-banks-balance-convert-card-styles-card-select-currency-light-UGKhn {
  background-color: rgba(30, 30, 30, 0.06);
}

.src-containers-elements-banks-balance-convert-card-styles-select-Zm5Zh {
  padding: 0px;
}
.src-containers-elements-banks-balance-convert-card-styles-select-Zm5Zh > span {
  left: 12px !important;
}

.src-containers-elements-banks-balance-convert-card-styles-dropdown--GTuP {
  min-width: 90px;
  /* height: 40px;
  margin-bottom: 40px; */
  padding: 0px !important;
}

.src-containers-elements-banks-balance-convert-card-styles-icon-dTGwA {
  color: red;
}

.src-containers-elements-banks-balance-convert-card-styles-card-content-ftqWW {
  justify-content: center;
  align-items: center;
}

.src-containers-elements-banks-balance-convert-card-styles-bank-name-HNKdM {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
  text-align: center;
}
.src-containers-elements-banks-balance-convert-card-styles-bank-name-dark-rUjyr {
  color: rgba(255, 255, 255, 0.6);
}
.src-containers-elements-banks-balance-convert-card-styles-bank-name-light-zUv7m {
  color: rgba(30, 30, 30, 0.6);
}
.src-containers-elements-banks-bank-brach-list-styles-header-item-JcqYN {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.src-containers-elements-banks-bank-brach-list-styles-branchName-N7BPs {
  width: 25%;
  min-width: 245px;
  text-align: center;
  justify-content: center;
  font-size: 14px;
}

.src-containers-elements-banks-bank-brach-list-styles-companyName-A0cLe {
  width: 12%;
  min-width: 140px;
  text-align: center;
  justify-content: center;
  font-size: 14px;
}

.src-containers-elements-banks-bank-brach-list-styles-branchAndAccountNo-U39hK {
  width: 20%;
  min-width: 140px;
  text-align: center;
  justify-content: center;
  font-size: 14px;
}

.src-containers-elements-banks-bank-brach-list-styles-branchNo-Os44b {
  width: 12%;
  min-width: 140px;
  text-align: center;
  justify-content: center;
  font-size: 14px;
}

.src-containers-elements-banks-bank-brach-list-styles-iban-m1Wn8 {
  width: 24%;
  min-width: 260px;
  text-align: center;
  justify-content: center;
  font-size: 14px;
}

.src-containers-elements-banks-bank-brach-list-styles-currency-wC4Fe {
  width: 12%;
  min-width: 110px;
  text-align: center;
  justify-content: center;
  font-size: 14px;
}

.src-containers-elements-banks-bank-brach-list-styles-balance-xykGU {
  font-size: 14px;
  width: 15%;
  min-width: 130px;
  text-align: right;
  justify-content: flex-end;
}

.src-containers-elements-banks-bank-brach-list-styles-table-CA191 {
  padding: 16px 0px;
}

.src-containers-elements-banks-bank-brach-list-styles-action-MI33X {
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  margin-right: 8px;
  font-size: 14px;
  width: 110px;
  color: #0f62fe;
  user-select: none;
  cursor: pointer;
}
@media (max-width: 500px) {
  .src-containers-elements-banks-bank-brach-list-styles-action-MI33X {
    font-size: 12px;
  }
}
.src-containers-elements-banks-bank-brach-list-styles-action-icon-c0bAI {
  color: #0f62fe;
  margin-left: 4px;
  font-size: 18px;
}
@media (max-width: 500px) {
  .src-containers-elements-banks-bank-brach-list-styles-action-icon-c0bAI {
    font-size: 12px;
  }
}
.src-components-account-list-item-styles-accordion-header-JIeut {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid #1e1e1e;
}
.src-components-account-list-item-styles-accordion-header-row-7XK4a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  color: rgba(255, 255, 255, 0.9);
}
.src-components-account-list-item-styles-accordion-header-row-currencySymbolText-sc0MI {
  font-size: 11px !important;
}
.src-components-account-list-item-styles-accordion-header-row-item-RgqFm {
  font-size: 20px;
  line-height: 20px;
  margin-right: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  min-width: 13%;
  font-family: "ProximaNova-Regular", sans-serif;
  color: rgba(255, 255, 255, 0.6);
  /* stylelint-disable */
}
.src-components-account-list-item-styles-accordion-header-row-item-RgqFm:nth-child(3) {
  justify-content: flex-end !important;
  margin-right: 15px !important;
}
.src-components-account-list-item-styles-accordion-header-row-item-RgqFm:first-child {
  margin-right: 8px !important;
  width: 24px !important;
  height: 24px !important;
}
.src-components-account-list-item-styles-accordion-header-row-item-light-dCkk9 {
  color: rgba(30, 30, 30, 0.6) !important;
}
.src-components-account-list-item-styles-accordion-header-row-item-light-dCkk9:first-child {
  color: white !important;
}
.src-components-account-list-item-styles-accordion-header-row-item-dark-JaOZR {
  color: rgba(255, 255, 255, 0.6) !important;
}
.src-components-account-list-item-styles-accordion-header-row-item-dark-JaOZR:first-child {
  color: white !important;
}
.src-components-account-list-item-styles-accordion-header-row-item-RgqFm > span {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .src-components-account-list-item-styles-accordion-header-row-item-RgqFm > span {
    display: none;
  }
}
@media (max-width: 769px) {
  .src-components-account-list-item-styles-accordion-header-row-item-RgqFm {
    margin-right: 14px;
    width: 20%;
  }
  .src-components-account-list-item-styles-accordion-header-row-item-RgqFm:nth-child(2) {
    display: none;
  }
}
.src-components-account-list-item-styles-accordion-header-row-item-total--vseF {
  font-family: "ProximaNova-Medium", sans-serif;
  color: rgba(255, 255, 255, 0.87);
  font-weight: 500;
  min-width: 30%;
}
@media (max-width: 767px) {
  .src-components-account-list-item-styles-accordion-header-row-item-total--vseF {
    font-size: 16px;
  }
}
.src-components-account-list-item-styles-accordion-header-row-item-RgqFm:first-child {
  /* stylelint-enable */
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
}
.src-components-account-list-item-styles-accordion-header-row-icon-Uogn9 {
  margin-right: 10px;
}
.src-components-account-list-item-styles-accordion-header-arrow-pAiTi {
  justify-content: flex-end;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.9);
}
.src-components-account-list-item-styles-accordion-header-arrow-light-s147q {
  color: #1e1e1e !important;
}

.src-components-account-list-item-styles-panel-l9q-W {
  padding: 0px;
  background-color: rgba(18, 18, 18, 0.78);
  display: none;
  overflow: hidden;
}
.src-components-account-list-item-styles-panel-light-M31oC {
  background-color: rgba(255, 255, 255, 0) !important;
}
.src-containers-elements-dashboard-account-list-by-currency-styles-icon-Cdg5T {
  margin-left: 12px;
}

.src-containers-elements-dashboard-account-list-by-currency-styles-account-wrapper-1DcdR {
  margin-top: 32px;
}

.src-containers-elements-dashboard-account-list-by-currency-styles-bankAccount-91xxq {
  font-size: 14px;
  min-width: 16%;
  background-color: transparent !important;
}
@media (max-width: 500px) {
  .src-containers-elements-dashboard-account-list-by-currency-styles-bankAccount-91xxq {
    font-size: 12px;
  }
}

.src-containers-elements-dashboard-account-list-by-currency-styles-bankName-y\+Q6l {
  font-size: 14px;
  min-width: 25%;
  background-color: transparent !important;
}
@media (max-width: 500px) {
  .src-containers-elements-dashboard-account-list-by-currency-styles-bankName-y\+Q6l {
    font-size: 12px;
  }
}

.src-containers-elements-dashboard-account-list-by-currency-styles-balance-BbLd\+ {
  text-align: end;
  font-size: 14px;
  min-width: 16%;
  background-color: transparent !important;
}
@media (max-width: 500px) {
  .src-containers-elements-dashboard-account-list-by-currency-styles-balance-BbLd\+ {
    font-size: 12px;
  }
}

.src-containers-elements-dashboard-account-list-by-currency-styles-branchName-zCGTU {
  font-size: 14px;
  min-width: 17%;
  background-color: transparent !important;
}
@media (max-width: 500px) {
  .src-containers-elements-dashboard-account-list-by-currency-styles-branchName-zCGTU {
    font-size: 12px;
  }
}

.src-containers-elements-dashboard-account-list-by-currency-styles-branchNo-IO4SZ {
  font-size: 14px;
  min-width: 16%;
  background-color: transparent !important;
}
@media (max-width: 500px) {
  .src-containers-elements-dashboard-account-list-by-currency-styles-branchNo-IO4SZ {
    font-size: 12px;
  }
}

.src-containers-elements-dashboard-account-list-by-currency-styles-action-cgMjB {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  min-width: 10%;
  color: #0f62fe;
  user-select: none;
  background-color: transparent !important;
  cursor: pointer;
}
@media (max-width: 500px) {
  .src-containers-elements-dashboard-account-list-by-currency-styles-action-cgMjB {
    font-size: 12px;
  }
}
.src-containers-elements-dashboard-account-list-by-currency-styles-action-icon-zGpZL {
  color: #0f62fe;
  margin-left: 4px;
  font-size: 18px;
}
@media (max-width: 500px) {
  .src-containers-elements-dashboard-account-list-by-currency-styles-action-icon-zGpZL {
    font-size: 12px;
  }
}

.src-containers-elements-dashboard-account-list-by-currency-styles-card-OAJ7p {
  padding: 0px;
  padding-top: 16px;
  width: 100%;
  overflow: hidden;
}
.src-containers-elements-dashboard-account-list-by-currency-styles-card-container-YD-vQ {
  display: flex;
  justify-content: center;
}
.src-containers-elements-dashboard-account-list-by-currency-styles-card-right-item-MVW-f {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  cursor: pointer;
}
.src-containers-elements-dashboard-account-list-by-currency-styles-card-right-item-MVW-f > div {
  margin-left: 4px;
}
.src-containers-elements-dashboard-account-list-by-currency-styles-card-right-item-dark-YDjgO {
  color: #fff;
}
.src-containers-elements-dashboard-account-list-by-currency-styles-card-right-item-dark-YDjgO:hover {
  border-bottom: 1px solid #fff;
}
.src-containers-elements-dashboard-account-list-by-currency-styles-card-right-item-light-DTlR\+ {
  color: rgb(68, 68, 68);
}
.src-containers-elements-dashboard-account-list-by-currency-styles-card-right-item-light-DTlR\+:hover {
  border-bottom: 1px solid rgb(68, 68, 68);
}

.src-containers-elements-dashboard-account-list-by-currency-styles-table-header-APvQc {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  margin: 16px 0 0;
}
.src-containers-elements-dashboard-account-list-by-currency-styles-table-header-dark-twNEA {
  background-color: rgba(255, 255, 255, 0.12);
}
.src-containers-elements-dashboard-account-list-by-currency-styles-table-header-light-wOsJR {
  background-color: rgba(30, 30, 30, 0.06);
}
.src-containers-elements-dashboard-account-list-by-currency-styles-table-header-cell-9tb38 {
  display: flex;
  align-items: center;
  width: 20%;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.15px;
}
.src-containers-elements-dashboard-account-list-by-currency-styles-table-header-cell-dark-Rle3D {
  color: rgba(255, 255, 255, 0.87);
}
.src-containers-elements-dashboard-account-list-by-currency-styles-table-header-cell-light-\+oOdc {
  color: rgba(30, 30, 30, 0.87);
}
.src-containers-elements-dashboard-account-list-by-currency-styles-table-header-cell-9tb38:first-child {
  padding-left: 55px;
}
.src-containers-elements-dashboard-account-list-by-currency-styles-table-header-cell-text-cazt1 {
  display: flex;
}
.src-containers-elements-dashboard-account-list-by-currency-styles-table-body-2BC3x {
  display: flex;
  flex-direction: column;
}
.src-containers-elements-dashboard-account-list-by-currency-styles-table-body-2BC3x:last-child {
  margin-bottom: 35px;
}
.src-containers-elements-dashboard-account-list-by-currency-styles-table-body-row-UmkyF {
  cursor: pointer;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  padding-left: 12px;
}
.src-containers-elements-dashboard-account-list-by-currency-styles-table-body-cell-Yw3oa {
  width: 20%;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.src-containers-elements-dashboard-account-list-by-currency-styles-table-body-cell-closed-RVA\+7:first-child {
  padding-left: 55px;
  position: relative;
}
.src-containers-elements-dashboard-account-list-by-currency-styles-table-body-cell-closed-RVA\+7:first-child:after {
  font-family: "icomoon", sans-serif;
  content: "\e920";
  color: rgba(255, 255, 255, 0.6);
  font-size: 21px;
  position: absolute;
  left: 15px;
  width: 24px;
  border-left: 3px solid #fb8c00;
}
.src-containers-elements-dashboard-account-list-by-currency-styles-table-body-cell-opened-UHvtx:first-child {
  padding-left: 55px;
  position: relative;
}
.src-containers-elements-dashboard-account-list-by-currency-styles-table-body-cell-opened-UHvtx:first-child:before {
  position: absolute;
  left: 15px;
  content: "";
  width: 3px;
  background-color: #fb8c00;
  height: 28px;
  border-radius: 5px;
}
.src-containers-elements-dashboard-account-list-by-currency-styles-table-body-cell-dark-I25ot {
  color: rgba(255, 255, 255, 0.87);
}
.src-containers-elements-dashboard-account-list-by-currency-styles-table-body-cell-light-x0sqm {
  color: rgba(30, 30, 30, 0.66);
}
.src-containers-elements-dashboard-account-list-by-currency-styles-table-footer-FoptK {
  display: flex;
  height: 56px;
  justify-content: space-between;
  font-family: "ProximaNova-Regular", sans-serif;
}
.src-containers-elements-dashboard-account-list-by-currency-styles-table-footer-dark-rk65a {
  color: white;
}
.src-containers-elements-dashboard-account-list-by-currency-styles-table-footer-light-0CMFU {
  color: rgb(61, 61, 61);
}
.src-containers-elements-dashboard-account-list-by-currency-styles-table-footer-page-size-QE3rH {
  padding-left: 24px;
  height: 100%;
  display: flex;
  align-items: center;
  width: 227px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.src-containers-elements-dashboard-account-list-by-currency-styles-table-footer-page-size-QE3rH b {
  margin-left: 5px;
}
.src-containers-elements-dashboard-account-list-by-currency-styles-table-footer-page-info-22F8- {
  padding-left: 16px;
  height: 100%;
  display: flex;
  align-items: center;
  flex: 1;
  width: auto;
  min-width: 350px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.src-containers-elements-dashboard-account-list-by-currency-styles-table-footer-page-info-22F8- span {
  margin-left: 10px;
}
.src-containers-elements-dashboard-account-list-by-currency-styles-table-footer-page-changer-\+4hB7 {
  padding-left: 13px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 269px;
}
.src-containers-elements-dashboard-account-list-by-currency-styles-table-footer-page-changer-wrapper-klbs5 {
  display: flex;
}
.src-containers-elements-dashboard-account-list-by-currency-styles-table-footer-page-changer-button-8MvL8 {
  cursor: pointer;
  height: 56px;
  width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.src-containers-elements-dashboard-account-list-by-currency-styles-table-footer-page-changer-button-8MvL8:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}
.src-containers-elements-dashboard-account-list-by-currency-styles-table-footer-page-changer-button-disabled-z3mpX {
  cursor: default;
  opacity: 0.3;
}

.src-containers-elements-dashboard-account-list-by-currency-styles-filters-select-currency-b-NF9 {
  border-radius: 12px;
  margin-left: 8px;
}
.src-containers-elements-dashboard-account-list-by-currency-styles-filters-select-currency-dark-ZnqTp {
  background-color: rgba(255, 255, 255, 0.12);
}
.src-containers-elements-dashboard-account-list-by-currency-styles-filters-select-currency-light-5e5FX {
  background-color: rgba(30, 30, 30, 0.06);
}
@media (max-width: 1024px) {
  .src-containers-elements-dashboard-account-list-by-currency-styles-filters-select-currency-b-NF9 {
    min-height: 46px;
  }
}

.src-containers-elements-dashboard-account-list-by-currency-styles-filters-select-item-uXmyk {
  padding: 8px;
}
.src-components-small-bank-button-styles-button-DSDFa {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 4px 10px;
  padding: 6px 12px 6px 6px;
  border-radius: 32px;
  user-select: none;
  cursor: pointer;
  outline: 0;
}
.src-components-small-bank-button-styles-button-DSDFa ::-moz-selection {
  background: transparent;
}
.src-components-small-bank-button-styles-button-DSDFa ::selection {
  background: transparent;
}
.src-components-small-bank-button-styles-button-dark-Si1qZ {
  background-color: rgba(255, 255, 255, 0.12);
}
.src-components-small-bank-button-styles-button-light-56471 {
  background-color: rgba(30, 30, 30, 0.12);
}
.src-components-small-bank-button-styles-button-active-FNvRo {
  background-color: #0f62fe !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.src-components-small-bank-button-styles-button-icon-JtV5C {
  display: inline-flex;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin: 0 8px 0 0;
}
.src-components-small-bank-button-styles-button-icon-dark-\+gC1Q {
  background-color: rgba(255, 255, 255, 0.9);
  color: #1e1e1e;
}
.src-components-small-bank-button-styles-button-icon-light-UFMmk {
  background-color: rgba(255, 255, 255, 0.9);
  color: #1e1e1e;
}
.src-components-small-bank-button-styles-button-icon-JtV5C img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 2px;
}
.src-components-small-bank-button-styles-button-text-rtO1B {
  font-size: 12px;
  font-family: Roboto, sans-serif;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: rgba(255, 255, 255, 0.87);
}
.src-components-small-bank-button-styles-button-text-dark-PB8pn {
  color: rgba(255, 255, 255, 0.87);
}
.src-components-small-bank-button-styles-button-text-light-X15ip {
  color: rgba(30, 30, 30, 0.87);
}
.src-components-small-bank-button-styles-button-text-active-DCv7a {
  color: rgba(255, 255, 255, 0.87) !important;
}
.src-components-half-circle-donat-chart-styles-semi-donut-d7X6I {
  --percentage: 0;
  --fill: $white;
  width: 220px;
  height: 100px;
  position: relative;
  font-size: 19px;
  font-weight: 600;
  overflow: hidden;
  color: var(--fill);
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.src-components-half-circle-donat-chart-styles-semi-donut-d7X6I:after {
  content: "";
  width: 220px;
  height: 220px;
  border: 10px solid;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) var(--fill) var(--fill);
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  transform: rotate(calc(1deg * (-45 + var(--percentage) * 1.8)));
  animation: src-components-half-circle-donat-chart-styles-fillAnimation-cgkrn 1s ease-in;
}

@keyframes src-components-half-circle-donat-chart-styles-fillAnimation-cgkrn {
  0% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(135deg);
  }
}
@keyframes src-components-half-circle-donat-chart-styles-fillGraphAnimation-sPJHd {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
}
.src-containers-elements-dashboard-bank-accounts-ratio-styles-wrapper-g2DHl {
  font-family: "ProximaNova-Regular", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  flex-grow: 1;
  height: 100%;
  width: 100%;
  padding: 8px 0px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .src-containers-elements-dashboard-bank-accounts-ratio-styles-wrapper-g2DHl {
    min-height: var("--minHeight");
  }
}
.src-containers-elements-dashboard-bank-accounts-ratio-styles-wrapper-total-balance-pD6YE {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
  align-self: flex-end;
  width: 100%;
}
.src-containers-elements-dashboard-bank-accounts-ratio-styles-wrapper-total-balance-ratio-miDnF {
  display: flex;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.25px;
  color: #f44336;
}
.src-containers-elements-dashboard-bank-accounts-ratio-styles-wrapper-total-balance-total-QBbaF {
  display: flex;
  margin: 5px 0 0px 0px;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.18px;
}
.src-containers-elements-dashboard-bank-accounts-ratio-styles-wrapper-total-balance-total-dark-cL65y {
  color: rgba(255, 255, 255, 0.87);
}
.src-containers-elements-dashboard-bank-accounts-ratio-styles-wrapper-total-balance-total-light-zJGAJ {
  color: rgba(30, 30, 30, 0.87);
}

.src-containers-elements-dashboard-bank-accounts-ratio-styles-bank-list-wrapper-PbkPu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.src-containers-elements-dashboard-daily-activities-table-styles-dailyActivities-select-4m6hX {
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 4px 12px;
  margin: 4px 0;
}
.src-containers-elements-dashboard-daily-activities-table-styles-dailyActivities-select-container-WxK6m {
  margin-top: 4px;
}
.src-containers-elements-dashboard-daily-activities-table-styles-dailyActivities-select-item-NXMls {
  padding: 4px 2px;
}
.src-containers-elements-dashboard-daily-activities-table-styles-dailyActivities-select-item--active-wZxUJ {
  background-color: #0f62fe !important;
}
.src-containers-elements-dashboard-daily-activities-table-styles-dailyActivities-select-item-NXMls span {
  padding: 0 8px;
}

.src-containers-elements-dashboard-daily-activities-table-styles-select-item-VrPvH {
  padding: 4px 0px 4px 8px;
}

.src-containers-elements-dashboard-daily-activities-table-styles-select-option-ggE00 {
  padding: 0;
}

.src-containers-elements-dashboard-daily-activities-table-styles-select-icon-wrapper-3wSkl {
  margin-left: 42px !important;
}

.src-containers-elements-dashboard-daily-activities-table-styles-transparent-HyKXr > div {
  padding-top: 0px !important;
}

.src-containers-elements-dashboard-daily-activities-table-styles-table-wrapper-y0mJf {
  overflow-x: auto;
  margin-top: 32px;
  transform: rotateX(180deg);
}
.src-containers-elements-dashboard-daily-activities-table-styles-table-wrapper-y0mJf::-webkit-scrollbar {
  display: block;
  width: 7px;
  height: 7px;
}
.src-containers-elements-dashboard-daily-activities-table-styles-table-wrapper-y0mJf::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background-color: #0f62fe;
}
.src-containers-elements-dashboard-daily-activities-table-styles-table-wrapper-y0mJf::-webkit-scrollbar-track {
  background-color: rgba(223, 223, 223, 0.34);
  border-radius: 12px;
}
.src-containers-elements-dashboard-daily-activities-table-styles-table-wrapper-y0mJf::-webkit-scrollbar-track::-webkit-scrollbar-thumb:hover {
  background: #5490ff;
}

.src-containers-elements-dashboard-daily-activities-table-styles-table-nMRe8 {
  display: block;
  width: 100%;
  margin-top: 32px;
  border-radius: 12px;
  border-collapse: collapse;
  transform: rotateX(180deg);
}
.src-containers-elements-dashboard-daily-activities-table-styles-table-dark-iqDsT th,
.src-containers-elements-dashboard-daily-activities-table-styles-table-dark-iqDsT td {
  border: 1px solid #282828;
}
.src-containers-elements-dashboard-daily-activities-table-styles-table-light-vjrlF th,
.src-containers-elements-dashboard-daily-activities-table-styles-table-light-vjrlF td {
  border: 1px solid #e1e1e1;
}
.src-containers-elements-dashboard-daily-activities-table-styles-table-header-QKVso {
  width: 100%;
}
.src-containers-elements-dashboard-daily-activities-table-styles-table-header-dark-z3L88 {
  background-color: rgba(255, 255, 255, 0.12);
}
.src-containers-elements-dashboard-daily-activities-table-styles-table-header-dark-z3L88 th,
.src-containers-elements-dashboard-daily-activities-table-styles-table-header-dark-z3L88 td {
  border: 1px solid #1f1f1f;
}
.src-containers-elements-dashboard-daily-activities-table-styles-table-header-light-U0UDr {
  background-color: rgba(30, 30, 30, 0.06);
}
.src-containers-elements-dashboard-daily-activities-table-styles-table-cell-Kd1hq {
  padding: 2px 30px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.15px;
}
.src-containers-elements-dashboard-daily-activities-table-styles-table-cell-dark-mNbwy {
  color: rgba(255, 255, 255, 0.87);
}
.src-containers-elements-dashboard-daily-activities-table-styles-table-cell-light-THDI9 {
  color: rgba(30, 30, 30, 0.87);
}
.src-containers-elements-dashboard-daily-activities-table-styles-table-cell-noData-x842P {
  padding: 20px;
  text-align: center;
}
.src-containers-elements-dashboard-daily-activities-table-styles-table-cell-text-1rMP6 {
  padding: 2px 0;
  font-size: 14px;
}
.src-containers-elements-dashboard-daily-activities-table-styles-table-cell-hasBalance-UNuMk {
  cursor: pointer;
  text-decoration: underline;
}
.src-containers-elements-dashboard-daily-activities-table-styles-table-cell-rightAlign-9btB2 {
  text-align: right;
}
.src-containers-elements-dashboard-daily-activities-table-styles-table-body-hH-WW {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.src-containers-elements-dashboard-daily-activities-table-styles-table-body-dark--bYDW {
  color: rgba(255, 255, 255, 0.87);
}
.src-containers-elements-dashboard-daily-activities-table-styles-table-body-light-te6J9 {
  color: rgba(30, 30, 30, 0.66);
}
.src-containers-elements-dashboard-daily-activities-table-styles-table-body-hH-WW td {
  white-space: nowrap;
  padding: 12px 16px;
}
.src-containers-elements-dashboard-daily-activities-table-styles-table-footer-\+7Ksm {
  display: block;
}
.src-containers-elements-dashboard-daily-activities-table-styles-table-footer-row-Qvjxg {
  display: block;
}
.src-containers-elements-dashboard-daily-activities-table-styles-table-footer-row-Qvjxg td {
  border: none;
}

.src-containers-elements-dashboard-daily-activities-table-styles-activitiesModal-BvbMN {
  max-width: none !important;
  width: 90%;
  max-height: 80%;
  min-width: 300px !important;
  overflow-x: hidden;
}
.src-containers-elements-dashboard-daily-activities-table-styles-activitiesModal-BvbMN .src-containers-elements-dashboard-daily-activities-table-styles-modalFilterArea-Oq9DA {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.src-containers-elements-dashboard-daily-activities-table-styles-activitiesModal-BvbMN .src-containers-elements-dashboard-daily-activities-table-styles-modalFilterArea-Oq9DA .src-containers-elements-dashboard-daily-activities-table-styles-checkbox-3c5j9 {
  display: flex;
  align-items: center;
}
.src-containers-elements-dashboard-daily-activities-table-styles-activitiesModal-BvbMN .src-containers-elements-dashboard-daily-activities-table-styles-downloadArea-f\+Udu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.src-containers-elements-dashboard-daily-activities-table-styles-activitiesModal-BvbMN .src-containers-elements-dashboard-daily-activities-table-styles-downloadArea-f\+Udu .src-containers-elements-dashboard-daily-activities-table-styles-card-rJ1f\+ {
  padding: 0px;
  padding-top: 16px;
  width: 100%;
  overflow: hidden;
}
.src-containers-elements-dashboard-daily-activities-table-styles-activitiesModal-BvbMN .src-containers-elements-dashboard-daily-activities-table-styles-downloadArea-f\+Udu .src-containers-elements-dashboard-daily-activities-table-styles-card-item-dEqUU {
  overflow-y: scroll;
  overflow-x: hidden;
}
.src-containers-elements-dashboard-daily-activities-table-styles-activitiesModal-BvbMN .src-containers-elements-dashboard-daily-activities-table-styles-downloadArea-f\+Udu .src-containers-elements-dashboard-daily-activities-table-styles-card-container-6EIYp {
  display: flex;
  justify-content: center;
}
.src-containers-elements-dashboard-daily-activities-table-styles-activitiesModal-BvbMN .src-containers-elements-dashboard-daily-activities-table-styles-downloadArea-f\+Udu .src-containers-elements-dashboard-daily-activities-table-styles-card-right-item-hd3Fx {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  cursor: pointer;
}
.src-containers-elements-dashboard-daily-activities-table-styles-activitiesModal-BvbMN .src-containers-elements-dashboard-daily-activities-table-styles-downloadArea-f\+Udu .src-containers-elements-dashboard-daily-activities-table-styles-card-right-item-hd3Fx > div {
  margin-left: 4px;
}
.src-containers-elements-dashboard-daily-activities-table-styles-activitiesModal-BvbMN .src-containers-elements-dashboard-daily-activities-table-styles-downloadArea-f\+Udu .src-containers-elements-dashboard-daily-activities-table-styles-card-right-item-dark-zS3Ms {
  color: #fff;
}
.src-containers-elements-dashboard-daily-activities-table-styles-activitiesModal-BvbMN .src-containers-elements-dashboard-daily-activities-table-styles-downloadArea-f\+Udu .src-containers-elements-dashboard-daily-activities-table-styles-card-right-item-dark-zS3Ms:hover {
  border-bottom: 1px solid #fff;
}
.src-containers-elements-dashboard-daily-activities-table-styles-activitiesModal-BvbMN .src-containers-elements-dashboard-daily-activities-table-styles-downloadArea-f\+Udu .src-containers-elements-dashboard-daily-activities-table-styles-card-right-item-light-\+LdS4 {
  color: rgb(68, 68, 68);
}
.src-containers-elements-dashboard-daily-activities-table-styles-activitiesModal-BvbMN .src-containers-elements-dashboard-daily-activities-table-styles-downloadArea-f\+Udu .src-containers-elements-dashboard-daily-activities-table-styles-card-right-item-light-\+LdS4:hover {
  border-bottom: 1px solid rgb(68, 68, 68);
}
@media (max-width: 500px) {
  .src-containers-elements-dashboard-daily-activities-table-styles-activitiesModal-BvbMN .src-containers-elements-dashboard-daily-activities-table-styles-downloadArea-f\+Udu .src-containers-elements-dashboard-daily-activities-table-styles-card-content-mzdwh {
    width: fit-content;
  }
}
.src-containers-elements-dashboard-daily-activities-table-styles-activitiesModal-BvbMN .src-containers-elements-dashboard-daily-activities-table-styles-downloadArea-f\+Udu .src-containers-elements-dashboard-daily-activities-table-styles-card-title-9SPG2 {
  padding-left: 12px;
}
.src-containers-elements-dashboard-daily-activities-table-styles-activitiesModal-BvbMN .src-containers-elements-dashboard-daily-activities-table-styles-downloadArea-f\+Udu .src-containers-elements-dashboard-daily-activities-table-styles-card-subContent-8ZrSZ {
  font-family: "ProximaNova-Regular", sans-serif;
  margin-top: 22px;
  padding-left: 12px;
  padding-right: 39px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
}
.src-containers-elements-dashboard-daily-activities-table-styles-activitiesModal-BvbMN .src-containers-elements-dashboard-daily-activities-table-styles-downloadArea-f\+Udu .src-containers-elements-dashboard-daily-activities-table-styles-card-subContent-dark-Oou3E {
  color: #fff;
}
.src-containers-elements-dashboard-daily-activities-table-styles-activitiesModal-BvbMN .src-containers-elements-dashboard-daily-activities-table-styles-downloadArea-f\+Udu .src-containers-elements-dashboard-daily-activities-table-styles-card-subContent-light-zXGPh {
  color: rgb(68, 68, 68);
}
.src-containers-elements-dashboard-daily-activities-table-styles-activitiesModal-BvbMN .src-containers-elements-dashboard-daily-activities-table-styles-downloadArea-f\+Udu .src-containers-elements-dashboard-daily-activities-table-styles-card-subContent-filter-nbG0m {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
}
.src-containers-elements-dashboard-daily-activities-table-styles-activitiesModal-BvbMN .src-containers-elements-dashboard-daily-activities-table-styles-downloadArea-f\+Udu .src-containers-elements-dashboard-daily-activities-table-styles-card-subContent-buttons-RJBX9 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  display: flex;
  /*       div:first-child {
    border-right: 1px solid;
    margin-right: 10px;
    padding-right: 10px;
  } */
}
.src-containers-elements-dashboard-daily-activities-table-styles-activitiesModal-BvbMN .src-containers-elements-dashboard-daily-activities-table-styles-downloadArea-f\+Udu .src-containers-elements-dashboard-daily-activities-table-styles-card-download-loader-3zGUj {
  margin-right: 80px;
  margin-top: 10px;
}
@media (max-width: 400px) {
  .src-containers-elements-dashboard-daily-activities-table-styles-activitiesModal-BvbMN {
    width: 90%;
  }
}
.src-containers-elements-dailySummary-daily-summary-modal-download-area-styles-downloadArea-PGgQZ {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.src-containers-elements-dailySummary-daily-summary-modal-download-area-styles-downloadArea-PGgQZ .src-containers-elements-dailySummary-daily-summary-modal-download-area-styles-downloadIcon-9Zcvt {
  font-size: 20px !important;
}
.src-containers-elements-dailySummary-daily-summary-modal-download-area-styles-downloadArea-PGgQZ .src-containers-elements-dailySummary-daily-summary-modal-download-area-styles-card-01N9B {
  padding: 0px;
  padding-top: 16px;
  width: 100%;
  overflow: hidden;
}
.src-containers-elements-dailySummary-daily-summary-modal-download-area-styles-downloadArea-PGgQZ .src-containers-elements-dailySummary-daily-summary-modal-download-area-styles-card-item-1M2CO {
  overflow-y: scroll;
  overflow-x: hidden;
}
.src-containers-elements-dailySummary-daily-summary-modal-download-area-styles-downloadArea-PGgQZ .src-containers-elements-dailySummary-daily-summary-modal-download-area-styles-card-container-JH2SH {
  display: flex;
  justify-content: center;
}
.src-containers-elements-dailySummary-daily-summary-modal-download-area-styles-downloadArea-PGgQZ .src-containers-elements-dailySummary-daily-summary-modal-download-area-styles-card-right-item-XvEmw {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  cursor: pointer;
}
.src-containers-elements-dailySummary-daily-summary-modal-download-area-styles-downloadArea-PGgQZ .src-containers-elements-dailySummary-daily-summary-modal-download-area-styles-card-right-item-XvEmw > div {
  margin-left: 4px;
}
.src-containers-elements-dailySummary-daily-summary-modal-download-area-styles-downloadArea-PGgQZ .src-containers-elements-dailySummary-daily-summary-modal-download-area-styles-card-right-item-dark-erz0n {
  color: #fff;
}
.src-containers-elements-dailySummary-daily-summary-modal-download-area-styles-downloadArea-PGgQZ .src-containers-elements-dailySummary-daily-summary-modal-download-area-styles-card-right-item-dark-erz0n:hover {
  border-bottom: 1px solid #fff;
}
.src-containers-elements-dailySummary-daily-summary-modal-download-area-styles-downloadArea-PGgQZ .src-containers-elements-dailySummary-daily-summary-modal-download-area-styles-card-right-item-light-vTWLw {
  color: rgb(68, 68, 68);
}
.src-containers-elements-dailySummary-daily-summary-modal-download-area-styles-downloadArea-PGgQZ .src-containers-elements-dailySummary-daily-summary-modal-download-area-styles-card-right-item-light-vTWLw:hover {
  border-bottom: 1px solid rgb(68, 68, 68);
}
@media (max-width: 500px) {
  .src-containers-elements-dailySummary-daily-summary-modal-download-area-styles-downloadArea-PGgQZ .src-containers-elements-dailySummary-daily-summary-modal-download-area-styles-card-content-cWQyA {
    width: fit-content;
  }
}
.src-containers-elements-dailySummary-daily-summary-modal-download-area-styles-downloadArea-PGgQZ .src-containers-elements-dailySummary-daily-summary-modal-download-area-styles-card-title-Cbesj {
  padding-left: 12px;
}
.src-containers-elements-dailySummary-daily-summary-modal-download-area-styles-downloadArea-PGgQZ .src-containers-elements-dailySummary-daily-summary-modal-download-area-styles-card-subContent-pY2Pv {
  font-family: "ProximaNova-Regular", sans-serif;
  margin-top: 22px;
  padding-left: 12px;
  padding-right: 39px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
}
.src-containers-elements-dailySummary-daily-summary-modal-download-area-styles-downloadArea-PGgQZ .src-containers-elements-dailySummary-daily-summary-modal-download-area-styles-card-subContent-dark-vhfHa {
  color: #fff;
}
.src-containers-elements-dailySummary-daily-summary-modal-download-area-styles-downloadArea-PGgQZ .src-containers-elements-dailySummary-daily-summary-modal-download-area-styles-card-subContent-light-8wDie {
  color: rgb(68, 68, 68);
}
.src-containers-elements-dailySummary-daily-summary-modal-download-area-styles-downloadArea-PGgQZ .src-containers-elements-dailySummary-daily-summary-modal-download-area-styles-card-subContent-filter-GPvRQ {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
}
.src-containers-elements-dailySummary-daily-summary-modal-download-area-styles-downloadArea-PGgQZ .src-containers-elements-dailySummary-daily-summary-modal-download-area-styles-card-subContent-buttons-j4tvP {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  display: flex;
  /*       div:first-child {
    border-right: 1px solid;
    margin-right: 10px;
    padding-right: 10px;
  } */
}
.src-containers-elements-dailySummary-daily-summary-modal-download-area-styles-downloadArea-PGgQZ .src-containers-elements-dailySummary-daily-summary-modal-download-area-styles-card-download-loader-Dsy9f {
  margin-right: 80px;
  margin-top: 10px;
}
.src-containers-elements-dashboard-balance-convert-card-styles-card-balance-O7u8p {
  font-family: "ProximaNova-Medium", sans-serif;
  color: rgba(255, 255, 255, 0.87);
  font-size: 48px;
  line-height: 1.17;
  justify-self: center;
  align-self: center;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .src-containers-elements-dashboard-balance-convert-card-styles-card-balance-O7u8p {
    font-size: 32px;
  }
}
.src-containers-elements-dashboard-balance-convert-card-styles-card-balance-O7u8p span {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 34px;
  line-height: 1.06;
  color: #42a5f5;
  margin-left: 5px;
}
.src-containers-elements-dashboard-balance-convert-card-styles-card-balance-dark-xWw46 {
  color: rgba(255, 255, 255, 0.87);
}
.src-containers-elements-dashboard-balance-convert-card-styles-card-balance-light-Kwx\+C {
  color: rgba(30, 30, 30, 0.87);
}
.src-containers-elements-dashboard-balance-convert-card-styles-card-balance-exchange-Xvar3 {
  display: flex;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.6);
  justify-self: center;
  align-self: center;
}
.src-containers-elements-dashboard-balance-convert-card-styles-card-balance-exchange-dark-GDLBs {
  color: rgba(255, 255, 255, 0.6);
}
.src-containers-elements-dashboard-balance-convert-card-styles-card-balance-exchange-light-fQpMP {
  color: rgba(30, 30, 30, 0.6);
}
.src-containers-elements-dashboard-balance-convert-card-styles-card-balance-2-718f\+ {
  font-family: "ProximaNova-Light", sans-serif;
  color: rgba(255, 255, 255, 0.56);
  font-size: 20px;
  line-height: 1.17;
  justify-self: center;
  align-self: center;
  margin-bottom: 12px;
}
.src-containers-elements-dashboard-balance-convert-card-styles-card-balance-2-718f\+ span {
  font-family: "ProximaNova-Light", sans-serif;
  font-size: 18px;
  line-height: 1.06;
  color: #42a5f5;
  margin-left: 5px;
}
.src-containers-elements-dashboard-balance-convert-card-styles-card-balance-2-dark-IsrSl {
  color: rgba(255, 255, 255, 0.56);
}
.src-containers-elements-dashboard-balance-convert-card-styles-card-balance-2-light-BcmJY {
  color: rgba(30, 30, 30, 0.56);
}
.src-containers-elements-dashboard-balance-convert-card-styles-card-balance-2-exchange-7k8wc {
  display: flex;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.6);
  justify-self: center;
  align-self: center;
}
.src-containers-elements-dashboard-balance-convert-card-styles-card-balance-2-exchange-dark-N-yGq {
  color: rgba(255, 255, 255, 0.6);
}
.src-containers-elements-dashboard-balance-convert-card-styles-card-balance-2-exchange-light-Sab81 {
  color: rgba(30, 30, 30, 0.6);
}
.src-containers-elements-dashboard-balance-convert-card-styles-card-select-currency-ZkXpz {
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 4px 12px;
}
.src-containers-elements-dashboard-balance-convert-card-styles-card-select-currency-light-ggAss {
  background-color: rgba(30, 30, 30, 0.06);
}
.src-containers-elements-dashboard-balance-convert-card-styles-card-kW82E .src-containers-elements-dashboard-balance-convert-card-styles-filterArea-teIYv {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4;
}
.src-containers-elements-dashboard-balance-convert-card-styles-card-kW82E .src-containers-elements-dashboard-balance-convert-card-styles-filterArea-teIYv .src-containers-elements-dashboard-balance-convert-card-styles-filterDate-CbjzY {
  margin: 0 15px 0 0;
  min-width: 150px;
}
.src-containers-elements-dashboard-balance-convert-card-styles-card-kW82E .src-containers-elements-dashboard-balance-convert-card-styles-filterArea-teIYv .src-containers-elements-dashboard-balance-convert-card-styles-filterDate-CbjzY > div {
  padding: 4px 12px;
}

.src-containers-elements-dashboard-balance-convert-card-styles-select-crVQG {
  padding: 0px;
}
.src-containers-elements-dashboard-balance-convert-card-styles-select-crVQG > span {
  left: 12px !important;
}

.src-containers-elements-dashboard-balance-convert-card-styles-dropdown-BmIxx {
  min-width: 90px;
  /* height: 40px;
  margin-bottom: 40px; */
  padding: 0px !important;
}

.src-containers-elements-dashboard-balance-convert-card-styles-icon-CTFbk {
  color: red;
}

.src-containers-elements-dashboard-balance-convert-card-styles-card-content-DSqwL {
  justify-content: center;
  align-items: center;
  padding-top: 0px !important;
}
.src-pages-forgot-password-styles-wrapper-BwRng {
  height: 100px;
}

.src-pages-forgot-password-styles-content-0QVMU {
  padding-top: 10%;
}

.src-pages-forgot-password-styles-buttonWrapper-238mk {
  display: flex;
  justify-content: space-between;
}

.src-pages-forgot-password-styles-buttonWrapped-88Fs9 {
  display: flex;
  justify-content: center;
}

.src-pages-forgot-password-styles-card-6b8C3 {
  padding: 30px 50px !important;
}

.src-pages-forgot-password-styles-cardWrapper-v3AEo {
  max-width: 40% !important;
}

.src-pages-forgot-password-styles-backButton-hzH0J {
  padding: 21px 27px !important;
  background-color: #c52f2f !important;
  color: rgba(255, 255, 255, 0.6);
}
.src-pages-forgot-password-styles-backButton-hzH0J:hover {
  background-color: #cf6679 !important;
  color: rgb(255, 255, 255);
}
.src-pages-forgot-password-styles-backButton-text-dark-Zwopz {
  color: white;
}
.src-pages-forgot-password-styles-backButton-text-light-IV6k8 {
  color: white;
}

.src-pages-forgot-password-styles-submitButton-GCF2Y {
  padding: 21px 27px !important;
  background-color: #0f62fe;
  font-size: 14px;
  font-weight: 600;
}
.src-pages-forgot-password-styles-submitButton-GCF2Y:hover {
  background-color: rgba(15, 98, 254, 0.8);
}
.src-pages-forgot-password-styles-submitButton-text-dark-Q03e9 {
  color: white;
}
.src-pages-forgot-password-styles-submitButton-text-light-rD\+E3 {
  color: white;
}

.src-pages-forgot-password-styles-submittedMessage-dU6a1 {
  padding: 21px 27px !important;
  background-color: #0f62fe;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
}
.src-pages-forgot-password-styles-submittedMessage-text-bh4Ck {
  color: white;
}

.src-pages-forgot-password-styles-cardTitle-qPMBd {
  font-size: 34px;
  margin-bottom: 16px;
  text-align: center;
}

.src-pages-forgot-password-styles-cardSubtitle-JNQqn {
  font-size: 14px;
  margin-bottom: 34px;
  text-align: center;
}

.src-pages-forgot-password-styles-error-Z4uNt {
  color: #c52f2f;
  text-align: center;
  margin: 16px 0px;
}

.src-pages-forgot-password-styles-rightItems-8bhKq {
  display: flex;
  flex: 1;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  align-self: flex-end;
}
.src-pages-forgot-password-styles-rightItems-8bhKq > div {
  margin-right: 8px;
}

.src-pages-forgot-password-styles-logo-1ZDZO {
  margin: 0 auto;
  padding: 16px 0px;
}
.src-pages-forgot-password-styles-logo-1ZDZO > img {
  height: 64px;
}
.src-pages-reset-password-styles-wrapper-e3RsB {
  font-family: "ProximaNova-Medium", sans-serif;
  height: 100px;
}

.src-pages-reset-password-styles-content-jdfss {
  padding-top: 10%;
}

.src-pages-reset-password-styles-buttonWrapper-\+E2Ei {
  display: flex;
  justify-content: space-between;
}

.src-pages-reset-password-styles-buttonWrapperCenter-2hg6t {
  display: flex;
  justify-content: center;
}

.src-pages-reset-password-styles-card-OSi0A {
  padding: 30px 50px !important;
}

.src-pages-reset-password-styles-backButton-EitVx {
  padding: 21px 27px !important;
  background-color: #121212 !important;
}
.src-pages-reset-password-styles-backButton-EitVx:hover {
  background-color: #121212 !important;
}
.src-pages-reset-password-styles-backButton-EitVx .src-pages-reset-password-styles-button-text-fQDOW {
  color: rgba(255, 255, 255, 0.6);
}
.src-pages-reset-password-styles-backButton-EitVx .src-pages-reset-password-styles-button-text-fQDOW:hover {
  color: rgb(255, 255, 255);
}

.src-pages-reset-password-styles-submitButton-duHV- {
  padding: 21px 27px !important;
  background-color: #0f62fe;
  font-size: 14px;
  font-weight: 600;
}
.src-pages-reset-password-styles-submitButton-duHV-:hover {
  background-color: rgba(15, 98, 254, 0.8);
}
.src-pages-reset-password-styles-submitButton-text-c6byb {
  color: white;
}

.src-pages-reset-password-styles-cardTitle-3xies {
  font-size: 34px;
  margin-bottom: 16px;
  text-align: center;
}

.src-pages-reset-password-styles-cardSubtitle-XYzX1 {
  font-size: 14px;
  margin-bottom: 34px;
  text-align: center;
}

.src-pages-reset-password-styles-error-5FkEl {
  color: #c52f2f;
  text-align: center;
  margin: 16px 0px;
}

.src-pages-reset-password-styles-rightItems--KELe {
  display: flex;
  flex: 1;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  align-self: flex-end;
}
.src-pages-reset-password-styles-rightItems--KELe > div {
  margin-right: 8px;
}

.src-pages-reset-password-styles-logo-SkQeo {
  margin: 0 auto;
  padding: 16px 0px;
}
.src-pages-reset-password-styles-logo-SkQeo > img {
  height: 64px;
}
.src-pages-login-styles-wrapper-6a-dP {
  height: 100px;
}

.src-pages-login-styles-content-hF5mn {
  padding-top: 10%;
}

.src-pages-login-styles-title-v4-6w {
  padding: 20px 0px !important;
  text-align: center;
}

.src-pages-login-styles-button-ejple {
  padding: 20px 0px !important;
  background-color: #0f62fe;
}
.src-pages-login-styles-button-ejple:hover {
  background-color: rgba(15, 98, 254, 0.8);
}
.src-pages-login-styles-button-text-\+FolX {
  color: white;
}

.src-pages-login-styles-error-V5GSZ {
  color: #c52f2f;
  text-align: center;
  margin: 16px 0px;
}

.src-pages-login-styles-rightItems-Blp7S {
  display: flex;
  flex: 1;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  align-self: flex-end;
}
.src-pages-login-styles-rightItems-Blp7S > div {
  margin-right: 8px;
}

.src-pages-login-styles-logo-qmLHx {
  margin: 0 auto;
  padding: 16px 0px;
}
.src-pages-login-styles-logo-qmLHx > img {
  height: 64px;
}
.src-components-currency-logo-styles-currency-logo-X0Bjm {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.src-components-currency-logo-styles-currency-logo-symbol-FJQ7\+ {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  font-family: "ProximaNova-Medium", sans-serif;
}
.src-components-currency-logo-styles-currency-logo-symbol-FJQ7\+ > span {
  font-size: 22px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
}
.src-components-currency-logo-styles-currency-logo-symbol-smallFont-OWkrq span {
  font-size: 14px;
}
.src-components-currency-logo-styles-currency-logo-symbol-mediumFont-cipd2 span {
  font-size: 18px;
}
.src-components-currency-logo-styles-currency-logo-text-i4RJS {
  font-family: "ProximaNova-Medium", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-top: 4px;
}
.src-containers-elements-tangible-assets-balance-list-by-currency-styles-bank-account-card-vpJBa {
  flex: 0 0 auto;
  min-height: 410px;
  user-select: none;
}
@media (max-width: 1200px) and (min-width: 769px) {
  .src-containers-elements-tangible-assets-balance-list-by-currency-styles-bank-account-card-vpJBa {
    width: 49%;
  }
}
@media (max-width: 768px) {
  .src-containers-elements-tangible-assets-balance-list-by-currency-styles-bank-account-card-vpJBa {
    width: 100%;
  }
}
.src-containers-elements-tangible-assets-balance-list-by-currency-styles-bank-account-card-content-tFt1c {
  justify-content: flex-start;
}
.src-containers-elements-tangible-assets-balance-list-by-currency-styles-bank-account-card-arrow-CmYkm {
  cursor: pointer;
}
.src-containers-elements-tangible-assets-balance-list-by-currency-styles-bank-account-card-right-item-container-nPhZI {
  display: flex;
  gap: 8px;
}
.src-containers-elements-tangible-assets-balance-list-by-currency-styles-bank-account-card-balance-OjCPh {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 34px;
  line-height: 1.06;
  color: rgba(255, 255, 255, 0.87);
  margin-bottom: 5px;
}
.src-containers-elements-tangible-assets-balance-list-by-currency-styles-bank-account-card-balance-dark-YXryL {
  color: rgba(255, 255, 255, 0.87);
}
.src-containers-elements-tangible-assets-balance-list-by-currency-styles-bank-account-card-balance-light-5AUN\+ {
  color: rgba(30, 30, 30, 0.87);
}
@media (width: 768px) {
  .src-containers-elements-tangible-assets-balance-list-by-currency-styles-bank-account-card-balance-OjCPh {
    margin-top: 8px;
  }
}
.src-containers-elements-tangible-assets-balance-list-by-currency-styles-bank-account-card-count-gbVIa {
  font-family: "ProximaNova-Medium", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: 0.1px;
  color: #f44336;
  margin-bottom: 29px;
}
.src-containers-elements-tangible-assets-balance-list-by-currency-styles-bank-account-card-info-Qe5k8 {
  font-family: "ProximaNova-Medium", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: 0.1px;
  color: #dd991b;
  margin-bottom: 10px;
}
.src-containers-elements-tangible-assets-balance-list-by-currency-styles-bank-account-card-list-title-vPZvC {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: rgba(255, 255, 255, 0.87);
  margin-bottom: 10px;
}

.src-containers-elements-tangible-assets-balance-list-by-currency-styles-currency-logo-EMEjG {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.src-containers-elements-tangible-assets-balance-list-by-currency-styles-currency-logo-symbol-tlz90 {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.src-containers-elements-tangible-assets-balance-list-by-currency-styles-currency-logo-symbol-tlz90 > span {
  font-size: 22px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
}
.src-containers-elements-tangible-assets-balance-list-by-currency-styles-currency-logo-text-pS-VG {
  font-family: "ProximaNova-Medium", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-top: 4px;
}
.src-pages-verify-styles-wrapper-Mg3o1 {
  height: 100px;
}

.src-pages-verify-styles-content-J-dTb {
  padding-top: 10%;
  align-items: center;
  justify-content: center;
}

.src-pages-verify-styles-main-w3HCf {
  align-items: center;
}

.src-pages-verify-styles-verify-7HPlt {
  min-width: min-content;
  max-width: 570px;
  padding-left: 10%;
  padding-right: 10%;
}
.src-pages-verify-styles-verify-title-J-QL0 {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
}
.src-pages-verify-styles-verify-address-9\+M3M {
  margin-top: 16px;
  margin-bottom: 32px;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
}
.src-pages-verify-styles-verify-subtitle-573yR {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: #42a5f5 !important;
}
.src-pages-verify-styles-verify-resend-button--BbAX {
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: #42a5f5 !important;
}
.src-pages-verify-styles-verify-input-wrapper-KMVUB {
  margin-top: 16px;
  display: flex;
}
.src-pages-verify-styles-verify-input-wrapper-KMVUB input {
  margin-right: 8px;
  width: 56px;
  height: 56px;
}

.src-pages-verify-styles-actions-m4SrW {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.src-pages-verify-styles-buttonWrapper-gMy9d {
  display: flex;
  justify-content: center;
}

.src-pages-verify-styles-textButton-KCr5t {
  border-radius: 8.3px;
  width: 170px;
  padding: 22px 0;
}
.src-pages-verify-styles-textButton-text-light-ttOVY {
  color: rgba(30, 30, 30, 0.66);
}
.src-pages-verify-styles-textButton-text-dark-ptWIn {
  color: white;
}
.src-pages-verify-styles-textButton-dark-ucBSn {
  background-color: #121212;
  color: rgb(255, 255, 255);
}
.src-pages-verify-styles-textButton-dark-ucBSn:hover {
  background-color: #121212;
}
.src-pages-verify-styles-textButton-light-OPVCc {
  background-color: rgba(255, 255, 255, 0.9);
}
.src-pages-verify-styles-textButton-light-OPVCc:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.src-pages-verify-styles-button-Vm4TO {
  border-radius: 8.3px;
  width: 170px;
  padding: 22px 0;
  background-color: #0f62fe;
}
.src-pages-verify-styles-button-Vm4TO:hover {
  background-color: rgba(15, 98, 254, 0.8);
}
.src-pages-verify-styles-button-text-WKVIN {
  color: white;
}
.src-pages-verify-styles-button-text-light-Su84Y {
  color: rgba(30, 30, 30, 0.66);
}

.src-pages-verify-styles-error-ZN\+o8 {
  color: #c52f2f;
  text-align: center;
  margin: 16px 0px;
}

.src-pages-verify-styles-rightItems-u6Bsn {
  display: flex;
  flex: 1;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  align-self: flex-end;
}
.src-pages-verify-styles-rightItems-u6Bsn > div {
  margin-right: 8px;
}

.src-pages-verify-styles-logo-aLRPM {
  margin: 0 auto;
  padding: 16px 0px;
}
.src-pages-verify-styles-logo-aLRPM > img {
  height: 64px;
}
.src-containers-elements-dailySummary-daily-summary-table-styles-dropdown-FaiWz {
  position: relative;
  margin: 6px 0;
  max-width: 150px;
}

.src-containers-elements-dailySummary-daily-summary-table-styles-select-item-w7v3a {
  padding: 4px 0px 4px 8px;
}

.src-containers-elements-dailySummary-daily-summary-table-styles-select-icon-wrapper-v-hYO {
  margin-left: 42px !important;
}

.src-containers-elements-dailySummary-daily-summary-table-styles-transparent-sIRBJ > div {
  padding-top: 0px !important;
}

.src-containers-elements-dailySummary-daily-summary-table-styles-widget-dailySummary-hMoIW {
  max-width: max-content;
  margin: unset;
}

.src-containers-elements-dailySummary-daily-summary-table-styles-card-wrapper-Xzdly {
  overflow-x: auto;
  transform: rotateX(180deg);
}
.src-containers-elements-dailySummary-daily-summary-table-styles-card-wrapper-Xzdly::-webkit-scrollbar {
  display: block;
  width: 7px;
  height: 7px;
}
.src-containers-elements-dailySummary-daily-summary-table-styles-card-wrapper-Xzdly::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background-color: #0f62fe;
}
.src-containers-elements-dailySummary-daily-summary-table-styles-card-wrapper-Xzdly::-webkit-scrollbar-track {
  background-color: rgba(223, 223, 223, 0.34);
  border-radius: 12px;
}
.src-containers-elements-dailySummary-daily-summary-table-styles-card-wrapper-Xzdly::-webkit-scrollbar-track::-webkit-scrollbar-thumb:hover {
  background: #5490ff;
}

.src-containers-elements-dailySummary-daily-summary-table-styles-table-Hosck {
  display: block;
  width: 100%;
  border-collapse: collapse;
  border-color: transparent;
  transform: rotateX(180deg);
}
.src-containers-elements-dailySummary-daily-summary-table-styles-table-header-lbe5M {
  width: 100%;
}
.src-containers-elements-dailySummary-daily-summary-table-styles-table-header-dark-ium8L {
  border-bottom: 2px solid #333333;
}
.src-containers-elements-dailySummary-daily-summary-table-styles-table-header-light-Gz3E- {
  border-bottom: 2px solid #d4d4d4;
}
.src-containers-elements-dailySummary-daily-summary-table-styles-table-header-lbe5M th {
  padding-bottom: 16px;
}
.src-containers-elements-dailySummary-daily-summary-table-styles-table-cell-wJmmw {
  padding: 2px 30px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.15px;
}
.src-containers-elements-dailySummary-daily-summary-table-styles-table-cell-dark-DAD10 {
  color: rgba(255, 255, 255, 0.87);
}
.src-containers-elements-dailySummary-daily-summary-table-styles-table-cell-light-1cFP- {
  color: rgba(30, 30, 30, 0.87);
}
.src-containers-elements-dailySummary-daily-summary-table-styles-table-cell-text-JucgB {
  padding: 2px 0;
  font-size: 14px;
}
.src-containers-elements-dailySummary-daily-summary-table-styles-table-cell-hasBalance-iMWVk {
  cursor: pointer;
  text-decoration: underline;
}
.src-containers-elements-dailySummary-daily-summary-table-styles-table-cell-rightAlign-netWo {
  text-align: right;
}
.src-containers-elements-dailySummary-daily-summary-table-styles-table-cell-noData-uDUsv {
  padding: 20px;
  text-align: center;
}
.src-containers-elements-dailySummary-daily-summary-table-styles-table-cell-textBankName-H6mSU {
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.src-containers-elements-dailySummary-daily-summary-table-styles-table-cell-wrapper-xezn- {
  border-radius: 8px;
  padding: 12px 24px;
}
.src-containers-elements-dailySummary-daily-summary-table-styles-table-cell-wrapper-dark-cyF0H {
  box-shadow: 0px 2px 8px 0px rgba(159, 159, 159, 0.36);
}
.src-containers-elements-dailySummary-daily-summary-table-styles-table-cell-wrapper-light-xYcAq {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.18);
}
.src-containers-elements-dailySummary-daily-summary-table-styles-table-cell-textTotalBalance-VcCYt {
  font-weight: bold;
}
.src-containers-elements-dailySummary-daily-summary-table-styles-table-body-PWucm {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.src-containers-elements-dailySummary-daily-summary-table-styles-table-body-dark-NIqSR {
  color: rgba(255, 255, 255, 0.87);
}
.src-containers-elements-dailySummary-daily-summary-table-styles-table-body-dark-NIqSR tr {
  border-bottom: 1px solid #333333;
}
.src-containers-elements-dailySummary-daily-summary-table-styles-table-body-dark-row-qfZih {
  background-color: #1a1a1a;
}
.src-containers-elements-dailySummary-daily-summary-table-styles-table-body-light-E\+N8A {
  color: rgba(30, 30, 30, 0.66);
}
.src-containers-elements-dailySummary-daily-summary-table-styles-table-body-light-E\+N8A tr {
  border-bottom: 1px solid #d4d4d4;
}
.src-containers-elements-dailySummary-daily-summary-table-styles-table-body-light-row-SnrEK {
  background-color: #f7f7f7;
}
.src-containers-elements-dailySummary-daily-summary-table-styles-table-body-PWucm td {
  white-space: nowrap;
  padding: 12px 16px;
}
.src-containers-elements-dailySummary-daily-summary-table-styles-table-body-totalBalanceRow-oknfw {
  background-color: rgba(15, 98, 254, 0.2392156863);
}
.src-containers-elements-dailySummary-daily-summary-table-styles-table-footer-RBX4B {
  display: block;
  width: 100%;
}
.src-containers-elements-dailySummary-daily-summary-table-styles-table-footer-row-uiulH {
  display: block;
  width: 100%;
}
.src-containers-elements-dailySummary-daily-summary-table-styles-table-footer-row-uiulH td {
  border: none;
}

.src-containers-elements-dailySummary-daily-summary-table-styles-accountsModal-uPrVW {
  max-width: none !important;
  width: 90%;
  max-height: 80%;
  min-width: 300px !important;
  overflow-x: hidden;
}
.src-containers-elements-dailySummary-daily-summary-table-styles-accountsModal-uPrVW .src-containers-elements-dailySummary-daily-summary-table-styles-modalFilterArea-OE6st {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.src-containers-elements-dailySummary-daily-summary-table-styles-accountsModal-uPrVW .src-containers-elements-dailySummary-daily-summary-table-styles-modalFilterArea-OE6st .src-containers-elements-dailySummary-daily-summary-table-styles-checkbox-XZcLp {
  display: flex;
  align-items: center;
}
@media (max-width: 400px) {
  .src-containers-elements-dailySummary-daily-summary-table-styles-accountsModal-uPrVW {
    width: 90%;
  }
}
.src-containers-elements-company-accounts-select-currencies-multi-styles-filters-select-currency-container-J7LiG {
  max-height: 400px;
  overflow-y: auto;
}

.src-containers-elements-company-accounts-select-currencies-multi-styles-filters-select-currency-yx6aP {
  border-radius: 12px;
  height: 100%;
  width: auto;
  justify-content: space-between;
  padding-left: 16px;
}
.src-containers-elements-company-accounts-select-currencies-multi-styles-filters-select-currency-dark-ycncq {
  background-color: rgba(255, 255, 255, 0.12);
}
.src-containers-elements-company-accounts-select-currencies-multi-styles-filters-select-currency-light-IpJyN {
  background-color: rgba(30, 30, 30, 0.06);
}
@media (max-width: 1024px) {
  .src-containers-elements-company-accounts-select-currencies-multi-styles-filters-select-currency-yx6aP {
    min-height: 46px;
  }
}

.src-containers-elements-company-accounts-select-currencies-multi-styles-filters-select-item-\+majT {
  padding: 8px;
}
.src-containers-elements-company-accounts-select-currencies-multi-styles-filters-select-item-active-fN-BK span {
  display: block;
  line-height: unset;
  background-color: #0f62fe !important;
  border-radius: 8px;
  color: white;
}
.src-containers-elements-company-accounts-select-currencies-single-styles-filters-select-currency-container-FKGk4 {
  max-height: 400px;
  overflow-y: auto;
}

.src-containers-elements-company-accounts-select-currencies-single-styles-filters-select-currency-JHRGN {
  border-radius: 12px;
  height: 100%;
  width: auto;
  justify-content: space-between;
  padding-left: 16px;
}
.src-containers-elements-company-accounts-select-currencies-single-styles-filters-select-currency-dark-Bd61v {
  background-color: rgba(255, 255, 255, 0.12);
}
.src-containers-elements-company-accounts-select-currencies-single-styles-filters-select-currency-light-NWlIh {
  background-color: rgba(30, 30, 30, 0.06);
}
@media (max-width: 1024px) {
  .src-containers-elements-company-accounts-select-currencies-single-styles-filters-select-currency-JHRGN {
    min-height: 46px;
  }
}

.src-containers-elements-company-accounts-select-currencies-single-styles-filters-select-item-\+b4NA {
  padding: 8px;
}
.src-containers-elements-company-accounts-select-currencies-single-styles-filters-select-item-active-wo\+BD span {
  display: block;
  line-height: unset;
  background-color: #0f62fe !important;
  border-radius: 8px;
  color: white;
}
.src-containers-elements-company-accounts-filters-styles-card-2UUFv {
  display: flex;
  flex-direction: column;
  padding: 10px !important;
  width: 100%;
  margin-bottom: -34px;
}
@media (max-width: 1024px) {
  .src-containers-elements-company-accounts-filters-styles-card-2UUFv {
    margin-bottom: -12px;
  }
}
.src-containers-elements-company-accounts-filters-styles-card-selectItem-44E4R {
  display: flex;
  justify-content: space-between;
}

.src-containers-elements-company-accounts-filters-styles-lastItem-DmWbY > div {
  padding: 6px 0 !important;
}

.src-containers-elements-company-accounts-filters-styles-filter-input-4Pow8 {
  display: flex;
  justify-content: space-between;
}
.src-containers-elements-company-accounts-filters-styles-filter-input-item-XpYMJ {
  margin-top: 16px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .src-containers-elements-company-accounts-filters-styles-filter-input-item-XpYMJ {
    flex: 1;
  }
}
@media (max-width: 1024px) {
  .src-containers-elements-company-accounts-filters-styles-filter-input-4Pow8 {
    flex-direction: column;
  }
}

.src-containers-elements-company-accounts-filters-styles-second-group-m1VZX {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0;
  min-width: 230px;
}
@media (max-width: 1024px) {
  .src-containers-elements-company-accounts-filters-styles-second-group-m1VZX {
    margin-top: 16px;
  }
}

.src-containers-elements-company-accounts-filters-styles-basis-group-UYQfL {
  flex-basis: 30%;
}

.src-containers-elements-company-accounts-filters-styles-basis-group-banks-Xzqih {
  flex-basis: 22%;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-cell-warning-JLkl7 {
  background-color: #ff9800;
}

.src-containers-elements-company-accounts-company-accounts-table-styles-dropdown-tT6tM {
  position: relative;
  margin: 6px 0;
  max-width: 150px;
}

.src-containers-elements-company-accounts-company-accounts-table-styles-select-item-7K2fP {
  padding: 4px 0px 4px 8px;
}

.src-containers-elements-company-accounts-company-accounts-table-styles-select-icon-wrapper-qvC5N {
  margin-left: 42px !important;
}

.src-containers-elements-company-accounts-company-accounts-table-styles-transparent-oYmyD > div {
  padding-top: 0px !important;
}

.src-containers-elements-company-accounts-company-accounts-table-styles-widget-companyAccounts-s2l9d {
  max-width: max-content;
  margin: unset;
}

.src-containers-elements-company-accounts-company-accounts-table-styles-card-wrapper-GgTWj {
  overflow-x: auto;
  transform: rotateX(180deg);
}
.src-containers-elements-company-accounts-company-accounts-table-styles-card-wrapper-GgTWj::-webkit-scrollbar {
  display: block;
  width: 7px;
  height: 7px;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-card-wrapper-GgTWj::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background-color: #0f62fe;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-card-wrapper-GgTWj::-webkit-scrollbar-track {
  background-color: rgba(223, 223, 223, 0.34);
  border-radius: 12px;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-card-wrapper-GgTWj::-webkit-scrollbar-track::-webkit-scrollbar-thumb:hover {
  background: #5490ff;
}

.src-containers-elements-company-accounts-company-accounts-table-styles-table-kQBu9 {
  display: block;
  width: 100%;
  border-collapse: collapse;
  border-color: transparent;
  transform: rotateX(180deg);
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-header-aTXRd {
  width: 100%;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-header-dark-N14ju {
  border-bottom: 2px solid #333333;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-header-light-l03fq {
  border-bottom: 2px solid #d4d4d4;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-header-aTXRd th {
  padding-bottom: 16px;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-cell-yCr2s {
  padding: 2px 30px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.15px;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-cell-dark-kNf3Q {
  color: rgba(255, 255, 255, 0.87);
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-cell-light-E8\+Fl {
  color: rgba(30, 30, 30, 0.87);
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-cell-text-AvZkz {
  padding: 2px 0;
  font-size: 14px;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-cell-success-z61rT {
  background-color: #1a951a !important;
  padding: 4px 10px;
  border-radius: 4px;
  cursor: pointer;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-cell-error-qx1KT {
  background-color: #f44336;
  padding: 4px 10px;
  border-radius: 4px;
  cursor: pointer;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-cell-noData-uca8- {
  padding: 20px;
  text-align: center;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-cell-refreshButton--Tw2i {
  width: 150px;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-cell-refreshButtonText-sEcSH {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-cell-wrapper-yHs8c {
  border-radius: 8px;
  padding: 12px 24px;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-cell-wrapper-dark-nEtIv {
  box-shadow: 0px 2px 8px 0px rgba(159, 159, 159, 0.36);
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-cell-wrapper-light-ZrYAm {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.18);
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-cell-textTotalBalance-0cR8y {
  font-weight: bold;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-cell-plaidUid-xr7JO {
  cursor: pointer;
  text-decoration: underline;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-body-s6lA0 {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-body-dark-bfgdl {
  color: rgba(255, 255, 255, 0.87);
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-body-dark-bfgdl tr {
  border-bottom: 1px solid #333333;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-body-dark-row--clJo {
  background-color: #1a1a1a;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-body-light-Mwiet {
  color: rgba(30, 30, 30, 0.66);
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-body-light-Mwiet tr {
  border-bottom: 1px solid #d4d4d4;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-body-light-row-82LOu {
  background-color: #f7f7f7;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-body-s6lA0 td {
  white-space: nowrap;
  padding: 12px 30px;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-body-totalBalanceRow-PtNMq {
  background-color: rgba(15, 98, 254, 0.2392156863);
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-footer-7gzvs {
  display: block;
  width: 100%;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-footer-row-DYqhu {
  display: block;
  width: 100%;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-footer-row-DYqhu td {
  border: none;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-footer-rowSelect-ZP4Vm {
  display: flex;
  align-items: center;
  gap: 10px;
}

.src-containers-elements-company-accounts-company-accounts-table-styles-table-page-vXhQY {
  width: 100%;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-page-header-\+5M6J {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin: 16px 0 0;
  padding-right: 16px;
  box-sizing: border-box;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-page-header-dark-q8ib1 {
  background-color: rgba(255, 255, 255, 0.12);
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-page-header-light-ZLnka {
  background-color: rgba(30, 30, 30, 0.06);
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-page-header-cell-2fNOj {
  display: flex;
  align-items: center;
  flex-grow: 1;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.15px;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-page-header-cell-dark-nIjFI {
  color: rgba(255, 255, 255, 0.87);
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-page-header-cell-light-8mUFa {
  color: rgba(30, 30, 30, 0.87);
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-page-header-cell-2fNOj:first-child {
  padding-left: 55px;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-page-header-cell-text-btHu9 {
  display: flex;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-page-body-OU0To {
  display: flex;
  flex-direction: column;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-page-body-OU0To:last-child {
  margin-bottom: 35px;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-page-body-row-xh4C2 {
  cursor: pointer;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-page-body-lastTransactionDate-fpTIH {
  font-size: 10px;
  position: absolute;
  top: 18px;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-page-body-lastTransactionDate-dark-cib4Z {
  color: rgba(255, 255, 255, 0.87);
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-page-body-lastTransactionDate-light-9XC\+I {
  color: rgba(30, 30, 30, 0.66);
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-page-body-cell-xEZUU {
  width: 20%;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-page-body-cell-closed-dark-CADNr:first-child {
  position: relative;
  padding-left: 55px;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-page-body-cell-closed-dark-CADNr:first-child:after {
  font-family: "icomoon", sans-serif;
  content: "\e920";
  color: rgb(255, 255, 255);
  font-size: 21px;
  position: absolute;
  left: 15px;
  width: 24px;
  border-left: 3px solid #fb8c00;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-page-body-cell-closed-light-vwfkT:first-child {
  position: relative;
  padding-left: 55px;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-page-body-cell-closed-light-vwfkT:first-child:after {
  font-family: "icomoon", sans-serif;
  content: "\e920";
  color: rgb(30, 30, 30);
  font-size: 21px;
  position: absolute;
  left: 15px;
  width: 24px;
  border-left: 3px solid #fb8c00;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-page-body-cell-opened-dark-fECpk:first-child {
  padding-left: 55px;
  position: relative;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-page-body-cell-opened-dark-fECpk:first-child:before {
  position: absolute;
  left: 15px;
  content: "";
  width: 3px;
  background-color: #fb8c00;
  height: 28px;
  border-radius: 5px;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-page-body-cell-opened-light-XIb0k:first-child {
  padding-left: 55px;
  position: relative;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-page-body-cell-opened-light-XIb0k:first-child:after {
  font-family: "icomoon", sans-serif;
  content: "\e920";
  font-size: 21px;
  color: transparent;
  position: absolute;
  left: 15px;
  width: 24px;
  border-left: 3px solid #fb8c00;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-page-body-cell-dark-f\+374 {
  color: rgba(255, 255, 255, 0.87);
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-page-body-cell-light--fy13 {
  color: rgba(30, 30, 30, 0.66);
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-page-footer-0jWjJ {
  display: flex;
  height: 56px;
  justify-content: space-between;
  font-family: "ProximaNova-Regular", sans-serif;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-page-footer-dark-Go5ys {
  color: white;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-page-footer-light-BylFD {
  color: rgb(61, 61, 61);
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-page-footer-page-size-5cXaL {
  padding-left: 24px;
  height: 100%;
  display: flex;
  align-items: center;
  width: 227px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-page-footer-page-size-5cXaL b {
  margin-left: 5px;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-page-footer-page-info-YUsa4 {
  padding-left: 16px;
  height: 100%;
  display: flex;
  align-items: center;
  flex: 1;
  width: auto;
  min-width: 350px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-page-footer-page-info-YUsa4 span {
  margin-left: 10px;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-page-footer-page-changer-8LnLL {
  padding-left: 13px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 269px;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-page-footer-page-changer-wrapper-RVYFl {
  display: flex;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-page-footer-page-changer-button-E4ahJ {
  cursor: pointer;
  height: 56px;
  width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-page-footer-page-changer-button-E4ahJ:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}
.src-containers-elements-company-accounts-company-accounts-table-styles-table-page-footer-page-changer-button-disabled-nhZKx {
  cursor: default;
  opacity: 0.3;
}
@media (max-width: 1024px) {
  .src-containers-elements-company-accounts-company-accounts-table-styles-table-page-vXhQY {
    max-width: 768px;
    overflow-x: auto;
  }
}

.src-containers-elements-company-accounts-company-accounts-table-styles-filters-select-currency-t3qjH {
  border-radius: 12px;
  margin-left: 8px;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-filters-select-currency-dark-zKtiX {
  background-color: rgba(255, 255, 255, 0.12);
}
.src-containers-elements-company-accounts-company-accounts-table-styles-filters-select-currency-light-KQcTY {
  background-color: rgba(30, 30, 30, 0.06);
}
@media (max-width: 1024px) {
  .src-containers-elements-company-accounts-company-accounts-table-styles-filters-select-currency-t3qjH {
    min-height: 46px;
  }
}

.src-containers-elements-company-accounts-company-accounts-table-styles-company-account-refresh-button-BkOaK {
  padding: 4px 5px 8px 8px;
  font-size: 36px;
}

.src-containers-elements-company-accounts-company-accounts-table-styles-companyAccounts-select-jYuO7 {
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 4px 12px;
  margin: 4px 0;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-companyAccounts-select-container-HQR6s {
  margin-top: 4px;
  max-height: 180px;
  overflow-y: auto;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-companyAccounts-select-item-kKALj {
  padding: 4px 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-companyAccounts-select-item--active-v78rF {
  background-color: #0f62fe !important;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-companyAccounts-select-item-kKALj span {
  padding: 0 8px;
}

.src-containers-elements-company-accounts-company-accounts-table-styles-plaidAccountsModal-bFq7N {
  max-width: none !important;
  width: auto;
  max-height: 80%;
  min-width: 300px !important;
  overflow-x: hidden;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-plaidAccountsModal-bFq7N .src-containers-elements-company-accounts-company-accounts-table-styles-table-page-footer-0jWjJ {
  justify-content: flex-start;
}
.src-containers-elements-company-accounts-company-accounts-table-styles-plaidAccountsModal-bFq7N .src-containers-elements-company-accounts-company-accounts-table-styles-table-page-footer-0jWjJ div {
  width: auto;
  min-width: auto;
}
.src-containers-elements-\@commons-default-select-company-styles-table-zjxrK {
  width: 100%;
  border-collapse: collapse;
  border-color: transparent;
  text-align: center;
}
.src-containers-elements-\@commons-default-select-company-styles-table-header-l4jrL {
  width: 100%;
}
.src-containers-elements-\@commons-default-select-company-styles-table-header-dark-4PofW {
  border-bottom: 2px solid #333333;
}
.src-containers-elements-\@commons-default-select-company-styles-table-header-light-Iz801 {
  border-bottom: 2px solid #d4d4d4;
}
.src-containers-elements-\@commons-default-select-company-styles-table-header-l4jrL th {
  padding-bottom: 16px;
}
.src-containers-elements-\@commons-default-select-company-styles-table-cell-hJXYm {
  padding: 2px 30px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.15px;
}
.src-containers-elements-\@commons-default-select-company-styles-table-cell-dark-w3xbF {
  color: rgba(255, 255, 255, 0.87);
}
.src-containers-elements-\@commons-default-select-company-styles-table-cell-light-9TJSa {
  color: rgba(30, 30, 30, 0.87);
}
.src-containers-elements-\@commons-default-select-company-styles-table-cell-text-3ecyF {
  padding: 2px 0;
  font-size: 14px;
}
.src-containers-elements-\@commons-default-select-company-styles-table-cell-success-oF9gd {
  background-color: #1a951a;
  padding: 4px 10px;
  border-radius: 4px;
  cursor: pointer;
}
.src-containers-elements-\@commons-default-select-company-styles-table-cell-error-\+VXsi {
  background-color: #f44336;
  padding: 4px 10px;
  border-radius: 4px;
  cursor: pointer;
}
.src-containers-elements-\@commons-default-select-company-styles-table-cell-noData-er7HR {
  padding: 20px;
  text-align: center;
}
.src-containers-elements-\@commons-default-select-company-styles-table-cell-refreshButton-xO-i7 {
  width: 150px;
}
.src-containers-elements-\@commons-default-select-company-styles-table-cell-refreshButtonText-eUjQ1 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.src-containers-elements-\@commons-default-select-company-styles-table-cell-wrapper-ynLFn {
  border-radius: 8px;
  padding: 12px 24px;
}
.src-containers-elements-\@commons-default-select-company-styles-table-cell-wrapper-dark-dovCh {
  box-shadow: 0px 2px 8px 0px rgba(159, 159, 159, 0.36);
}
.src-containers-elements-\@commons-default-select-company-styles-table-cell-wrapper-light-0Ixrz {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.18);
}
.src-containers-elements-\@commons-default-select-company-styles-table-cell-textTotalBalance-nfTuy {
  font-weight: bold;
}
.src-containers-elements-\@commons-default-select-company-styles-table-body-OxL-X {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.src-containers-elements-\@commons-default-select-company-styles-table-body-dark-Ju\+Om {
  color: rgba(255, 255, 255, 0.87);
}
.src-containers-elements-\@commons-default-select-company-styles-table-body-dark-Ju\+Om tr {
  border-bottom: 1px solid #333333;
}
.src-containers-elements-\@commons-default-select-company-styles-table-body-dark-row-CkK7Q {
  background-color: #1a1a1a;
}
.src-containers-elements-\@commons-default-select-company-styles-table-body-light-AABXv {
  color: rgba(30, 30, 30, 0.66);
}
.src-containers-elements-\@commons-default-select-company-styles-table-body-light-AABXv tr {
  border-bottom: 1px solid #d4d4d4;
}
.src-containers-elements-\@commons-default-select-company-styles-table-body-light-row-JUXL6 {
  background-color: #f7f7f7;
}
.src-containers-elements-\@commons-default-select-company-styles-table-body-OxL-X td {
  white-space: nowrap;
  padding: 12px 30px;
}
.src-containers-elements-\@commons-default-select-company-styles-table-body-totalBalanceRow-jg5Za {
  background-color: rgba(15, 98, 254, 0.2392156863);
}

.src-containers-elements-\@commons-default-select-company-styles-button-container-save-6iway {
  margin-top: 18px;
  padding-right: 2% !important;
  text-align: end;
  padding-bottom: 18px;
  border-bottom: 1px solid #d4d4d4;
}

.src-containers-elements-\@commons-default-select-company-styles-button-group-save-hI4am {
  width: 150px;
}

.src-containers-elements-\@commons-default-select-company-styles-info-dark-Ocy-G {
  color: rgba(255, 255, 255, 0.87);
  margin-right: 25% !important;
}
.src-containers-elements-\@commons-default-select-company-styles-info-light-FYZYX {
  color: rgba(30, 30, 30, 0.87);
  margin-right: 25% !important;
}

.src-containers-elements-\@commons-default-select-company-styles-loader-container--drya {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(2px);
}

.src-pages-receipt-preview-styles-content-s52Ws {
  display: grid;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.src-pages-receipt-preview-styles-bodycontent-Vw85M {
  position: relative;
}
.src-pages-receipt-preview-styles-bodycontent-Vw85M body {
  background-color: #fff !important;
}

.src-pages-receipt-preview-styles-header-ZOcwQ {
  margin-top: 30px;
  height: 60px;
  display: flex;
  padding-left: 16px;
  justify-content: center;
  align-items: center;
  font-family: "ProximaNova-Medium", sans-serif;
  font-size: 16px;
  color: #121212;
  position: relative;
  background-color: rgba(30, 30, 30, 0.15);
  border-bottom: 1px solid rgb(221, 221, 221);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .src-pages-receipt-preview-styles-header-ZOcwQ {
    margin-bottom: 50px;
  }
}

.src-pages-receipt-preview-styles-buttons-RWHHr {
  display: flex;
  flex-direction: row;
  padding: 8px 0px;
  margin-top: 8px;
  margin-bottom: 8px;
  justify-content: center;
  align-items: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .src-pages-receipt-preview-styles-buttons-RWHHr {
    position: absolute;
    width: 100%;
    top: 150px;
  }
}

.src-pages-receipt-preview-styles-close-wY7ap {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  cursor: pointer;
}
.src-pages-receipt-preview-styles-close-wY7ap > i {
  font-size: 24px;
}

.src-pages-receipt-preview-styles-button-gDXQd {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0px 16px;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 4px;
  font-family: "ProximaNova-Medium", sans-serif;
  font-size: 13px;
  color: #1a1a1a;
}
.src-pages-receipt-preview-styles-button-gDXQd:hover {
  background-color: rgba(221, 221, 221, 0.7);
}
.src-pages-receipt-preview-styles-button-gDXQd > img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.src-pages-receipt-preview-styles-line-8K2Iy {
  width: 1px;
  background-color: #1a1a1a;
  height: 28px;
  margin: 0px 4px;
}

#src-pages-receipt-preview-styles-receipt-WYyw0 {
  padding: 8px 8px;
}
@font-face {
  font-family: 'icomoon';
  src: url(data:application/vnd.ms-fontobject;base64,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);
  src: url(data:application/vnd.ms-fontobject;base64,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#iefix) format('embedded-opentype'),
    url(data:font/ttf;base64,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) format('truetype'), url(data:font/woff;base64,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) format('woff'),
    url(assets/fonts/icomoon.svg#icomoon) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^='icon-'],
[class*=' icon-'] {
  /* stylelint-disable */
  font-family: 'icomoon' !important;
  /* stylelint-enable */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-icon-navigation-receipt-long-black-24-dp:before {
  content: '\e92d';
}
.icon-icon-navigation-i-24-px:before {
  content: '\e92b';
  color: #f44336;
}
.icon-icon-navigation-d-24-px:before {
  content: '\e92c';
  color: #13cd3c;
}
.icon-icon-action-bar-chart-24:before {
  content: '\e928';
}
.icon-icon-action-varl-klar-m:before {
  content: '\e929';
}
.icon-icon-places-money-transfer-24-px-v-2:before {
  content: '\e92a';
}
.icon-icon-social-notifications-24-px1:before {
  content: '\e927';
}
.icon-icon-action-wb-sunny-24-px:before {
  content: '\e900';
}
.icon-icon-action-dark-mode-24-px:before {
  content: '\e901';
}
.icon-icon-action-dashboard-24-px:before {
  content: '\e902';
}
.icon-icon-action-password-24-px:before {
  content: '\e903';
}
.icon-icon-action-logout-24-px:before {
  content: '\e904';
}
.icon-icon-places-account-balance-24-px:before {
  content: '\e905';
}
.icon-icon-action-setting-24-px:before {
  content: '\e906';
}
.icon-icon-action-date:before {
  content: '\e907';
}
.icon-icon-navigation-double-arrow-24-px:before {
  content: '\e908';
}
.icon-icon-navigation-fullscreen-24-px:before {
  content: '\e909';
}
.icon-icon-action-favorite-border-24-px:before {
  content: '\e90a';
}
.icon-icon-navigation-fullscreen-exit-24-px:before {
  content: '\e90b';
}
.icon-icon-navigation-close-24-px:before {
  content: '\e90c';
}
.icon-icon-places-account-balance-wallet-24-px:before {
  content: '\e90d';
}
.icon-icon-social-notifications-24-px:before {
  content: '\e90e';
}
.icon-icon-navigation-more-horiz-24-px:before {
  content: '\e90f';
}
.icon-icon-navigation-more-vert-24-px:before {
  content: '\e910';
}
.icon-icon-navigation-apps-24-px:before {
  content: '\e911';
}
.icon-icon-action-search:before {
  content: '\e912';
}
.icon-icon-navigation-close-24-px-1:before {
  content: '\e913';
}
.icon-icon-navigation-expand-less-24-px:before {
  content: '\e914';
}
.icon-icon-navigation-arrow-drop-down-circle-24-px:before {
  content: '\e915';
}
.icon-icon-action-visibility:before {
  content: '\e916';
}
.icon-icon-navigation-expand-more-24-px:before {
  content: '\e917';
}
.icon-icon-action-favorite-24-px:before {
  content: '\e918';
}
.icon-icon-navigation-arrow-right-24-px:before {
  content: '\e919';
}
.icon-icon-navigation-chevron-left-24-px:before {
  content: '\e91a';
}
.icon-icon-navigation-chevron-right-24-px:before {
  content: '\e91b';
}
.icon-icon-navigation-menu-24-px:before {
  content: '\e91c';
}
.icon-icon-navigation-arrow-drop-down-24-px:before {
  content: '\e91d';
}
.icon-icon-navigation-arrow-drop-up-24-px:before {
  content: '\e91e';
}
.icon-icon-navigation-arrow-left-24-px:before {
  content: '\e91f';
}
.icon-icon-navigation-unfold-more-24-px:before {
  content: '\e920';
}
.icon-icon-navigation-file-download-24-px:before {
  content: '\e921';
}
.icon-icon-navigation-switch-right-24-px:before {
  content: '\e922';
}
.icon-icon-content-add-24-px:before {
  content: '\e923';
}
.icon-icon-navigation-east-24-px:before {
  content: '\e924';
}
.icon-icon-navigation-arrow-forward-ios-24-px:before {
  content: '\e925';
}
.icon-icon-navigation-arrow-back-ios-new-24-px:before {
  content: '\e926';
}
.icon-icon-daily-summary:before {
  content: '\e92e';
}
.icon-icon-pie-chart:before {
  content: '\e99a';
}
.icon-icon-stats-dots:before {
  content: '\e99b';
}
.icon-file-excel:before {
  content: '\eae2';
}
.icon-icon-info-24-px:before {
  content: '\ea0c';
}

@font-face {
  font-family: 'ProximaNova-Medium';
  src: url(assets/fonts/ProximaNova-Medium.eot);
  src: url(assets/fonts/ProximaNova-Medium.eot?#iefix) format('embedded-opentype'),
    url(assets/fonts/ProximaNova-Medium.woff2) format('woff2'),
    url(assets/fonts/ProximaNova-Medium.woff) format('woff'),
    url(assets/fonts/ProximaNova-Medium.ttf) format('truetype'),
    url(assets/fonts/ProximaNova-Medium.svg) format('svg');
}

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url(assets/fonts/ProximaNova-Regular.eot);
  src: url(assets/fonts/ProximaNova-Regular.eot?#iefix) format('embedded-opentype'),
    url(assets/fonts/ProximaNova-Regular.woff2) format('woff2'),
    url(assets/fonts/ProximaNova-Regular.woff) format('woff'),
    url(assets/fonts/ProximaNova-Regular.ttf) format('truetype'),
    url(assets/fonts/ProximaNova-Regular.svg) format('svg');
}

@font-face {
  font-family: 'ProximaNova-Light';
  src: url(assets/fonts/ProximaNova-Light.eot);
  src: url(assets/fonts/ProximaNova-Light.eot?#iefix) format('embedded-opentype'),
    url(assets/fonts/ProximaNova-Light.woff2) format('woff2'),
    url(assets/fonts/ProximaNova-Light.woff) format('woff'),
    url(assets/fonts/ProximaNova-Light.ttf) format('truetype'),
    url(assets/fonts/ProximaNova-Light.svg) format('svg');
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

.blurred::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100vh;
  backdrop-filter: blur(10px);
  pointer-events: none;
  top: 0;
}

/* stylelint-disable */
[data-theme='dark'] {
  /* .DateInput__small {
		 width: 118px !important;
	}
	 */
  font-family: 'ProximaNova-Regular', sans-serif;
}
[data-theme='dark'] .DateRangePicker {
  font-family: 'ProximaNova-Regular', sans-serif !important;
  position: absolute;
  left: -2px;
}
[data-theme='dark'] .DateRangePickerInput_arrow_1 {
  display: none !important;
}
[data-theme='dark'] .CalendarDay__selected_span,
[data-theme='dark'] .CalendarDay__selected_span:active,
[data-theme='dark'] .CalendarDay__selected_span:hover,
[data-theme='dark'] .CalendarDay__hovered_span,
[data-theme='dark'] .CalendarDay__hovered_span:hover {
  background: #263b62 !important;
  border: none;
  color: white !important;
}
[data-theme='dark'] .CalendarDay__selected,
[data-theme='dark'] .CalendarDay__selected:active {
  background: #0f62fe !important;
  border-radius: 100%;
  border: none;
  background-color: #0f62fe;
  color: white !important;
}
[data-theme='dark'] .DateInput_input__focused {
  border-bottom-color: #263b62 !important;
}
[data-theme='dark'] .CalendarDay__lastDayOfWeek {
  border-radius: 0px 20px 20px 0px;
}
[data-theme='dark'] .CalendarDay__firstDayOfWeek {
  border-radius: 20px 0px 0px 20px;
}
[data-theme='dark'] .DateRangePickerInput {
  background-color: transparent;
  border: none;
}
[data-theme='dark'] .CalendarMonth {
  padding: 10px;
}
[data-theme='dark'] .CalendarMonth_table > tr,
[data-theme='dark'] .CalendarMonth_table td {
  background-color: transparent;
  border: none;
  color: white;
  border-spacing: 0 1em;
}
[data-theme='dark'] .DateRangePicker_picker {
  left: 0px !important;
  top: 46px !important;
  border-radius: 12px;
  background-color: #121212;
}
[data-theme='dark'] .DateRangePicker_picker td {
  border-spacing: 2px;
  margin-bottom: 4px;
}
[data-theme='dark'] .DateRangePicker_picker > div {
  background-color: rgba(255, 255, 255, 0.12);
  border: none;
  color: white;
}
[data-theme='dark'] .DateRangePicker_picker .DayPickerNavigation_button {
  background-color: transparent;
  border: none;
  color: white;
}
[data-theme='dark'] .DateRangePicker_picker .CalendarMonth_caption {
  color: white;
}
[data-theme='dark'] .CalendarDay__selected_end {
  position: relative;
  border-radius: 100%;
}
[data-theme='dark'] .CalendarDay__selected_end::before {
  content: '';
  position: absolute;
  height: 100%;
  background-color: #263b62;
  width: 50%;
  left: 0;
  top: 0;
  z-index: -1;
}
[data-theme='dark'] .CalendarDay__selected_start {
  border-radius: 100%;
  position: relative;
}
[data-theme='dark'] .CalendarDay__selected_start::after {
  content: '';
  position: absolute;
  height: 100%;
  background-color: #263b62;
  width: 50%;
  right: 0;
  top: 0;
  z-index: -1;
}
[data-theme='dark'] .DateInput {
  display: none;
  height: 36px !important;
  background-color: transparent;
}
[data-theme='dark'] .DateInput > input {
  background-color: transparent;
  font-weight: 500;
}
[data-theme='dark'] .DayPicker_transitionContainer__horizontal,
[data-theme='dark'] .CalendarMonth,
[data-theme='dark'] .CalendarMonthGrid {
  background-color: transparent;
}
[data-theme='dark'] .DayPicker_transitionContainer {
  box-sizing: content-box;
}
[data-theme='dark'] .CalendarDay__blocked_out_of_range,
[data-theme='dark'] .CalendarDay__blocked_out_of_range:active,
[data-theme='dark'] .CalendarDay__blocked_out_of_range:hover {
  color: rgba(255, 255, 255, 0.12) !important;
}
[data-theme='dark'] .DayPickerNavigation__verticalDefault {
  position: absolute;
  width: 100%;
  height: 52px;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
[data-theme='dark'] .DayPickerNavigation_svg__vertical {
  width: 25px;
  height: 45px;
  fill: rgba(255, 255, 255, 0.87);
}
[data-theme='dark'] .DayPickerNavigation_button__verticalDefault {
  width: 30% !important;
  box-shadow: none;
}
[data-theme='dark'] .DayPicker__withBorder {
  border-radius: 12px;
}

[data-theme='light'] .DateRangePicker {
  font-family: 'ProximaNova-Regular', sans-serif !important;
  position: absolute;
  left: -27px;
}
[data-theme='light'] .DateRangePickerInput_arrow_1 {
  display: none !important;
}
[data-theme='light'] .CalendarDay__selected_span,
[data-theme='light'] .CalendarDay__selected_span:active,
[data-theme='light'] .CalendarDay__selected_span:hover,
[data-theme='light'] .CalendarDay__hovered_span,
[data-theme='light'] .CalendarDay__hovered_span:hover {
  background: rgba(15, 98, 254, 0.25) !important;
  border: none;
}
[data-theme='light'] .CalendarDay__selected,
[data-theme='light'] .CalendarDay__selected:active {
  background: #0f62fe !important;
  border-radius: 100%;
  border: none;
  background-color: #0f62fe;
  color: white !important;
}
[data-theme='light'] .DateInput_input__focused {
  border-bottom-color: rgba(15, 98, 254, 0.25) !important;
}
[data-theme='light'] .CalendarDay__lastDayOfWeek {
  border-radius: 0px 20px 20px 0px;
}
[data-theme='light'] .CalendarDay__firstDayOfWeek {
  border-radius: 20px 0px 0px 20px;
}
[data-theme='light'] .DateRangePickerInput {
  background-color: transparent;
  border: none;
}
[data-theme='light'] .CalendarMonth {
  padding: 10px;
}
[data-theme='light'] .CalendarMonth_table > tr,
[data-theme='light'] .CalendarMonth_table td {
  background-color: transparent;
  border: none;
  border-spacing: 0 1em;
}
[data-theme='light'] .DateRangePicker_picker {
  left: 0px !important;
  top: 46px !important;
  border-radius: 12px;
  background-color: #fff;
}
[data-theme='light'] .DateRangePicker_picker td {
  border-spacing: 2px;
  margin-bottom: 4px;
}
[data-theme='light'] .DateRangePicker_picker > div {
  background-color: rgba(255, 255, 255, 0.12);
  border: none;
  color: rgba(30, 30, 30, 1) !important;
}
[data-theme='light'] .DateRangePicker_picker .DayPickerNavigation_button {
  background-color: transparent;
  border: none;
  color: rgba(30, 30, 30, 1) !important;
}
[data-theme='light'] .DateRangePicker_picker .CalendarMonth_caption {
  color: rgba(30, 30, 30, 0.66) !important;
}
[data-theme='light'] .CalendarDay__selected_end {
  color: white !important;
  position: relative;
  border-radius: 100%;
}
[data-theme='light'] .CalendarDay__selected_end::before {
  content: '';
  position: absolute;
  height: 100%;
  background-color: rgba(15, 98, 254, 0.25);
  width: 50%;
  left: 0;
  top: 0;
  z-index: -1;
}
[data-theme='light'] .CalendarDay__selected_start {
  border-radius: 100%;
  color: white !important;
  position: relative;
}
[data-theme='light'] .CalendarDay__selected_start::after {
  content: '';
  position: absolute;
  height: 100%;
  background-color: rgba(15, 98, 254, 0.25);
  width: 50%;
  right: 0;
  top: 0;
  z-index: -1;
}
[data-theme='light'] .DateInput {
  display: none;
  height: 36px !important;
  background-color: transparent;
}
[data-theme='light'] .DateInput > input {
  background-color: transparent;
  font-weight: 500;
}
[data-theme='light'] .DayPicker_transitionContainer__horizontal,
[data-theme='light'] .CalendarMonth,
[data-theme='light'] .CalendarMonthGrid {
  background-color: transparent;
}
[data-theme='light'] .DayPicker_transitionContainer {
  box-sizing: content-box;
}
[data-theme='light'] .CalendarDay__blocked_out_of_range,
[data-theme='light'] .CalendarDay__blocked_out_of_range:active,
[data-theme='light'] .CalendarDay__blocked_out_of_range:hover {
  color: rgba(30, 30, 30, 0.2) !important;
}
[data-theme='light'] .DayPickerNavigation__verticalDefault {
  position: absolute;
  width: 100%;
  height: 52px;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
[data-theme='light'] .DayPickerNavigation_svg__vertical {
  width: 25px;
  height: 45px;
  fill: rgba(255, 255, 255, 0.87);
}
[data-theme='light'] .DayPickerNavigation_button__verticalDefault {
  width: 30% !important;
  box-shadow: none;
}
[data-theme='light'] .DayPicker__withBorder {
  border-radius: 12px;
}
[data-theme='light'] .CalendarDay__selected_span {
  color: rgba(30, 30, 30, 0.87) !important;
}

[data-theme='dark'] .SingleDatePicker {
  font-family: 'ProximaNova-Regular', sans-serif !important;
  position: absolute;
  left: -2px;
}
[data-theme='dark'] .SingleDatePickerInput_arrow_1 {
  display: none !important;
}
[data-theme='dark'] .CalendarDay__selected_span,
[data-theme='dark'] .CalendarDay__selected_span:active,
[data-theme='dark'] .CalendarDay__selected_span:hover,
[data-theme='dark'] .CalendarDay__hovered_span,
[data-theme='dark'] .CalendarDay__hovered_span:hover {
  background: #263b62 !important;
  border: none;
  color: white !important;
}
[data-theme='dark'] .CalendarDay__selected,
[data-theme='dark'] .CalendarDay__selected:active {
  background: #0f62fe !important;
  border-radius: 100%;
  border: none;
  background-color: #0f62fe;
  color: white !important;
}
[data-theme='dark'] .DateInput_input__focused {
  border-bottom-color: #263b62 !important;
}
[data-theme='dark'] .CalendarDay__lastDayOfWeek {
  border-radius: 0px 20px 20px 0px;
}
[data-theme='dark'] .CalendarDay__firstDayOfWeek {
  border-radius: 20px 0px 0px 20px;
}
[data-theme='dark'] .SingleDatePickerInput {
  background-color: transparent;
  border: none;
}
[data-theme='dark'] .CalendarMonth {
  padding: 10px;
}
[data-theme='dark'] .CalendarMonth_table > tr,
[data-theme='dark'] .CalendarMonth_table td {
  background-color: transparent;
  border: none;
  color: white;
  border-spacing: 0 1em;
}
[data-theme='dark'] .SingleDatePicker_picker {
  left: 0px !important;
  top: 46px !important;
  border-radius: 12px;
  background-color: #121212;
}
[data-theme='dark'] .SingleDatePicker_picker td {
  border-spacing: 2px;
  margin-bottom: 4px;
}
[data-theme='dark'] .SingleDatePicker_picker > div {
  background-color: rgba(255, 255, 255, 0.12);
  border: none;
  color: white;
}
[data-theme='dark'] .SingleDatePicker_picker .DayPickerNavigation_button {
  background-color: transparent;
  border: none;
  color: white;
}
[data-theme='dark'] .SingleDatePicker_picker .CalendarMonth_caption {
  color: white;
}
[data-theme='dark'] .CalendarDay__selected_end {
  position: relative;
  border-radius: 100%;
}
[data-theme='dark'] .CalendarDay__selected_end::before {
  content: '';
  position: absolute;
  height: 100%;
  background-color: #263b62;
  width: 50%;
  left: 0;
  top: 0;
  z-index: -1;
}
[data-theme='dark'] .CalendarDay__selected_start {
  border-radius: 100%;
  position: relative;
}
[data-theme='dark'] .CalendarDay__selected_start::after {
  content: '';
  position: absolute;
  height: 100%;
  background-color: #263b62;
  width: 50%;
  right: 0;
  top: 0;
  z-index: -1;
}
[data-theme='dark'] .DateInput {
  display: none;
  height: 36px !important;
  background-color: transparent;
}
[data-theme='dark'] .DateInput > input {
  background-color: transparent;
  font-weight: 500;
}
[data-theme='dark'] .DayPicker_transitionContainer__horizontal,
[data-theme='dark'] .CalendarMonth,
[data-theme='dark'] .CalendarMonthGrid {
  background-color: transparent;
}
[data-theme='dark'] .DayPicker_transitionContainer {
  box-sizing: content-box;
}
[data-theme='dark'] .CalendarDay__blocked_out_of_range,
[data-theme='dark'] .CalendarDay__blocked_out_of_range:active,
[data-theme='dark'] .CalendarDay__blocked_out_of_range:hover {
  color: rgba(255, 255, 255, 0.12) !important;
}
[data-theme='dark'] .DayPickerNavigation__verticalDefault {
  position: absolute;
  width: 100%;
  height: 52px;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
[data-theme='dark'] .DayPickerNavigation_svg__vertical {
  width: 25px;
  height: 45px;
  fill: rgba(255, 255, 255, 0.87);
}
[data-theme='dark'] .DayPickerNavigation_button__verticalDefault {
  width: 30% !important;
  box-shadow: none;
}
[data-theme='dark'] .DayPicker__withBorder {
  border-radius: 12px;
}

[data-theme='light'] .SingleDatePicker {
  font-family: 'ProximaNova-Regular', sans-serif !important;
  position: absolute;
  left: -27px;
}
[data-theme='light'] .SingleDatePickerInput_arrow_1 {
  display: none !important;
}
[data-theme='light'] .CalendarDay__selected_span,
[data-theme='light'] .CalendarDay__selected_span:active,
[data-theme='light'] .CalendarDay__selected_span:hover,
[data-theme='light'] .CalendarDay__hovered_span,
[data-theme='light'] .CalendarDay__hovered_span:hover {
  background: rgba(15, 98, 254, 0.25) !important;
  border: none;
}
[data-theme='light'] .CalendarDay__selected,
[data-theme='light'] .CalendarDay__selected:active {
  background: #0f62fe !important;
  border-radius: 100%;
  border: none;
  background-color: #0f62fe;
  color: white !important;
}
[data-theme='light'] .DateInput_input__focused {
  border-bottom-color: rgba(15, 98, 254, 0.25) !important;
}

[data-theme='light'] .SingleDatePickerInput {
  background-color: transparent;
  border: none;
}
[data-theme='light'] .CalendarMonth {
  padding: 10px;
}
[data-theme='light'] .CalendarMonth_table > tr,
[data-theme='light'] .CalendarMonth_table td {
  background-color: transparent;
  border: none;
  border-spacing: 0 1em;
}
[data-theme='light'] .SingleDatePicker_picker {
  left: 0px !important;
  top: 46px !important;
  border-radius: 12px;
  background-color: #fff;
}
[data-theme='light'] .SingleDatePicker_picker td {
  border-spacing: 2px;
  margin-bottom: 4px;
}
[data-theme='light'] .SingleDatePicker_picker > div {
  background-color: rgba(255, 255, 255, 0.12);
  border: none;
  color: rgba(30, 30, 30, 1) !important;
}
[data-theme='light'] .SingleDatePicker_picker .DayPickerNavigation_button {
  background-color: transparent;
  border: none;
  color: rgba(30, 30, 30, 1) !important;
}
[data-theme='light'] .SingleDatePicker_picker .CalendarMonth_caption {
  color: rgba(30, 30, 30, 0.66) !important;
}
[data-theme='light'] .CalendarDay__selected_end {
  color: white !important;
  position: relative;
  border-radius: 100%;
}
[data-theme='light'] .CalendarDay__selected_end::before {
  content: '';
  position: absolute;
  height: 100%;
  background-color: rgba(15, 98, 254, 0.25);
  width: 50%;
  left: 0;
  top: 0;
  z-index: -1;
}
[data-theme='light'] .CalendarDay__selected_start {
  border-radius: 100%;
  color: white !important;
  position: relative;
}
[data-theme='light'] .CalendarDay__selected_start::after {
  content: '';
  position: absolute;
  height: 100%;
  background-color: rgba(15, 98, 254, 0.25);
  width: 50%;
  right: 0;
  top: 0;
  z-index: -1;
}
[data-theme='light'] .DateInput {
  display: none;
  height: 36px !important;
  background-color: transparent;
}
[data-theme='light'] .DateInput > input {
  background-color: transparent;
  font-weight: 500;
}
[data-theme='light'] .DayPicker_transitionContainer__horizontal,
[data-theme='light'] .CalendarMonth,
[data-theme='light'] .CalendarMonthGrid {
  background-color: transparent;
}
[data-theme='light'] .DayPicker_transitionContainer {
  box-sizing: content-box;
}
[data-theme='light'] .CalendarDay__blocked_out_of_range,
[data-theme='light'] .CalendarDay__blocked_out_of_range:active,
[data-theme='light'] .CalendarDay__blocked_out_of_range:hover {
  color: rgba(30, 30, 30, 0.2) !important;
}
[data-theme='light'] .DayPickerNavigation__verticalDefault {
  position: absolute;
  width: 100%;
  height: 52px;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
[data-theme='light'] .DayPickerNavigation_svg__vertical {
  width: 25px;
  height: 45px;
  fill: rgba(255, 255, 255, 0.87);
}
[data-theme='light'] .DayPickerNavigation_button__verticalDefault {
  width: 30% !important;
  box-shadow: none;
}
[data-theme='light'] .DayPicker__withBorder {
  border-radius: 12px;
}
[data-theme='light'] .CalendarDay__selected_span {
  color: rgba(30, 30, 30, 0.87) !important;
}

.TRY {
  color: #fbc34e;
}
.TRY-bg {
  background-color: #fbc34e;
}

.EUR {
  color: #3d88c8;
}
.EUR-bg {
  background-color: #3d88c8;
}

.USD {
  color: #5ab466;
}
.USD-bg {
  background-color: #5ab466;
}

.GBP {
  color: #805ab4;
}
.GBP-bg {
  background-color: #805ab4;
}

.CNY {
  color: #ff7043;
}
.CNY-bg {
  background-color: #ff7043;
}

.CHF {
  color: #5ab3b4;
}
.CHF-bg {
  background-color: #5ab3b4;
}

.CAD {
  color: #d7909e;
}
.CAD-bg {
  background-color: #d7909e;
}

.RUB {
  color: #927f7a;
}
.RUB-bg {
  background-color: #927f7a;
}

.JPY {
  color: #c7a062;
}
.JPY-bg {
  background-color: #c7a062;
}

.YP {
  color: #d31d1d;
}
.YP-bg {
  background-color: #d31d1d;
}

.DKK {
  color: #91a388;
}
.DKK-bg {
  background-color: #91a388;
}

.AED {
  color: #997679;
}
.AED-bg {
  background-color: #997679;
}

.KWD {
  color: #997679;
}
.KWD-bg {
  background-color: #997679;
}

.SEK {
  color: #81806c;
}
.SEK-bg {
  background-color: #81806c;
}

.RON {
  color: #637f80;
}

.RON-bg {
  background-color: #637f80;
}

.AUD {
  color: #5ea379;
}

.AUD-bg {
  background-color: #5ea379;
}

.NOK {
  color: #556fc4;
}

.NOK-bg {
  background-color: #556fc4;
}

.XAU {
  color: #d4ae31;
}

.XAU-bg {
  background-color: #d4ae31;
}

.SAR {
  color: #b457b8;
}

.SAR-bg {
  background-color: #b457b8;
}

.KZT {
  color: #618d73;
}

.KZT-bg {
  background-color: #618d73;
}

.PLN {
  color: #a6b66c;
}

.PLN-bg {
  background-color: #a6b66c;
}

.ZAR {
  color: #314892;
}

.ZAR-bg {
  background-color: #314892;
}

.ARS {
  color: #245737;
}

.ARS-bg {
  background-color: #245737;
}



*::-webkit-scrollbar {
  display: none;
}

body {
  -webkit-tap-highlight-color: transparent;
}

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