@import url(https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,400;0,500;0,700;1,600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,400;0,500;0,700;1,600&display=swap);
.popup-root {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  right: 0;
  bottom: 0;
  overflow: hidden;
  transform: translateZ(0);
}

.popup_wrapperPopup_2Wj5z {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
  background: rgba(0,0,0, 0.7);
}

.popup_isResponsive_alHlo.popup_wrapperPopup_2Wj5z {
  background: rgba(255,255,255, 0.8);
}

.theme-dark .popup_isResponsive_alHlo.popup_wrapperPopup_2Wj5z {
  background: rgba(0,0,0, 0.8);
}

.popup_popup_3nldE {
  position: relative;
  margin-top: 150px;
  min-width: 200px;
  background: white;
  z-index: 3;
  padding: 10px;
  border-radius: 5px;
  left: 50%;
  margin-bottom: 100px;
}

.theme-dark .popup_popup_3nldE {
  background: #303132;
  color: rgba(255,255,255, 0.8);
}

.theme-dark .popup_popup_3nldE a {
  color: #7190EB;
}

.popup_isResponsive_alHlo .popup_popup_3nldE {
  border-radius: 0 !important;
  min-height: 100%;
  left: 0;
  width: 100% !important;
  margin-top: 36px;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  box-shadow: 0 0 10px rgba(0,0,0, 0.3);
}

.popup_overlay_1LedH {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transform: translateZ(0);
}

.popup_closeIcon_3_1-D {
  position: fixed;
  top: 32px;
  right: 30px;
  width: 16px;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.2s;
}

.popup_isResponsive_alHlo .popup_closeIcon_3_1-D {
  position: absolute;
  top: 11px;
  right: 20px;
  width: 14px;
}

.popup_closeIcon_3_1-D:hover {
  opacity: 1;
}

.popup_isNewDesign_2UoCn {
  width: 446px;
  height: 322px;
}

@media (max-width: 500px) {
  .popup_popup_3nldE {
    left: 20px;
    width: 90% !important;
    margin-top: 50px;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    box-shadow: 0 0 10px rgba(0,0,0, 0.3);
  }
}

.input_input_25CrX {
  background: white;
  outline: none;
  width: 100%;
  font-size: 14px;
  padding: 17px 20px;
  margin-bottom: 25px;
  border: solid 1px rgba(170,169,169, 0.4);
  border-radius: 3px;
  font-family: Roboto, sans-serif;
  transition: all 0.3s;
}

.theme-dark .input_input_25CrX {
  background: rgba(0,0,0, 0.1);
  color: rgba(255,255,255, 0.8);
  border-color: rgba(0,0,0, 0.3);
}

.input_input_25CrX:focus {
  border-color: rgba(113,144,235, 0.5);
}

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

.input_input_25CrX:disabled {
  background: rgba(170,169,169, 0.1);
}

.input_isInvalid_1GrNS:not(.input_isSelect_34mZ3) > input {
  border-color: #E53935 !important;
}

.input_isInvalid_1GrNS textarea {
  border-color: #E53935 !important;
}

.input_wrapper_1oeau {
  position: relative;
}

.input_isNewDesign_1uCtz {
  display: flex;
  align-items: center;
}

.input_isNewDesign_1uCtz.input_withOverflow_2-3RM {
  overflow: visible;
}

.input_errorMessage_23H_H {
  position: absolute;
  top: 100%;
  margin: -27px 0 0;
  font-size: 11px;
  color: white;
  width: 100%;
  height: 24px !important;
  padding: 5px 20px;
  z-index: 2;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #E53935;
}

.input_newErrorMessage_3ZhW0 {
  position: absolute;
  top: 100%;
  margin: -27px 0 0 0;
  font-size: 11px;
  color: #f35b51;
  width: 100%;
  height: 24px !important;
  padding: 5px 20px;
  z-index: 2;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: none;
}

.input_newErrorMessage_3ZhW0.input_withOverflow_2-3RM {
  overflow: visible;
}

.input_isSelect_34mZ3 .input_errorMessage_23H_H,
.input_isSelect_34mZ3 .input_newErrorMessage_3ZhW0 {
  margin-top: -2px !important;
}

.electron .input_newErrorMessage_3ZhW0 {
  padding-right: 25px !important;
}

.input_button_1u_io {
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 11px;
  padding: 0;
  margin-left: 5px;
}

.input_button_1u_io:hover {
  color: #ffe2e2;
}

.input_buttonColorRed_it5QN {
  color: #f35b51;
}

.icon-currency_icon-byts_LA3y3::before {
  content: "\ea34";
}

.icon-currency_icon-stash_2gnci::before {
  content: "\ea35";
}

.icon-currency_icon-hex_1XhZO::before {
  content: "\ea36";
}

.icon-currency_icon-crm_1V7cO::before {
  content: "\ea33";
}

.icon-currency_icon-fio_3CBSc::before {
  content: "\ea32";
}

.icon-currency_icon-nut_YvJ0s::before {
  content: "\ea30";
}

.icon-currency_icon-eosdt_eV8zg::before {
  content: "\ea31";
}

.icon-currency_icon-ong_1-G9m::before {
  content: "\ea2f";
}

.icon-currency_icon-busd_BCMhh::before {
  content: "\ea2c";
}

.icon-currency_icon-iq_37BcP::before {
  content: "\ea2d";
}

.icon-currency_icon-lst_1eMWJ::before {
  content: "\ea2e";
}

.icon-currency_icon-gas_3fMx5::before {
  content: "\ea2b";
}

.icon-currency_icon-xns_26NWV::before {
  content: "\ea22";
}

.icon-currency_icon-pyn_1oMCI::before {
  content: "\ea23";
}

.icon-currency_icon-ncash_2Q-IG::before {
  content: "\ea24";
}

.icon-currency_icon-loki_2H4bS::before {
  content: "\ea25";
}

.icon-currency_icon-knc_1kFZ-::before {
  content: "\ea26";
}

.icon-currency_icon-job_31n50::before {
  content: "\ea27";
}

.icon-currency_icon-chz_wAEvz::before {
  content: "\ea28";
}

.icon-currency_icon-btu_1rO4O::before {
  content: "\ea29";
}

.icon-currency_icon-apis_RRQly::before {
  content: "\ea2a";
}

.icon-currency_icon-rvn_3FDqA::before {
  content: "\ea21";
}

.icon-currency_icon-enj_9riat::before {
  content: "\ea20";
}

.icon-currency_icon-iotx_3ObK5::before {
  content: "\ea1f";
}

.icon-currency_icon-ethplo_foqn9::before {
  content: "\ea1e";
}

.icon-currency_icon-aya_1f2OZ::before {
  content: "\ea1d";
}

.icon-currency_icon-yec_ECRRC::before {
  content: "\ea1c";
}

.icon-currency_icon-ankr_2IEoZ::before {
  content: "\ea16";
}

.icon-currency_icon-erd_2c5e9::before {
  content: "\ea17";
}

.icon-currency_icon-ftm_2R-N5::before {
  content: "\ea18";
}

.icon-currency_icon-lto_5GF7M::before {
  content: "\ea19";
}

.icon-currency_icon-und_2U7qu::before {
  content: "\ea1a";
}

.icon-currency_icon-vrab_ZoiEV::before {
  content: "\ea1b";
}

.icon-currency_icon-atom_1lnQI::before {
  content: "\ea15";
}

.icon-currency_icon-bnbmainnet_1DClG::before {
  content: "\e912";
}

.icon-currency_icon-eth-ropsten_mUOdC::before {
  content: "\e931";
}

.icon-currency_icon-ropsten_3XGxu::before {
  content: "\e931";
}

.icon-currency_icon-btc-testnet_3h5UY::before {
  content: "\e918";
}

.icon-currency_icon-now-e68_bDlbA::before {
  content: "\e9f8";
}

.icon-currency_icon-awc-986_1hTBJ::before {
  content: "\e946";
}

.icon-currency_icon-awc_2M4G5::before {
  content: "\e946";
}

.icon-currency_icon-ont_2If9l::before {
  content: "\ea14";
}

.icon-currency_icon-kin_Rt-O_::before {
  content: "\ea13";
}

.icon-currency_icon-vtho_c0WC4::before {
  content: "\ea12";
}

.icon-currency_icon-vet_1dPtJ::before {
  content: "\ea03";
}

.icon-currency_icon-npxs_1Fpbt::before {
  content: "\ea0c";
}

.icon-currency_icon-r_1Ry23::before {
  content: "\ea0b";
}

.icon-currency_icon-link_1lN9e::before {
  content: "\ea0e";
}

.icon-currency_icon-hot_2eu_y::before {
  content: "\ea0f";
}

.icon-currency_icon-gusd_2BNUg::before {
  content: "\ea10";
}

.icon-currency_icon-eurs_3ojEN::before {
  content: "\ea11";
}

.icon-currency_icon-trezor_2fdJf::before {
  content: "\ea09";
}

.icon-currency_icon-ledger_2GfPZ::before {
  content: "\ea0a";
}

.icon-currency_icon-bth_1VpKJ::before {
  content: "\ea08";
}

.icon-currency_icon-bsv_1PWvz::before {
  content: "\ea07";
}

.icon-currency_icon-bchsv_3iEUZ::before {
  content: "\ea06";
}

.icon-currency_icon-joys_3rHo7::before {
  content: "\ea05";
}

.icon-currency_icon-tusd_zim2N::before {
  content: "\ea01";
}

.icon-currency_icon-usdc_1cLFM::before {
  content: "\ea02";
}

.icon-currency_icon-dai_bH115::before {
  content: "\ea0d";
}

.icon-currency_icon-pax_3Zz7O::before {
  content: "\ea04";
}

.icon-currency_icon-aion_2MU5B::before {
  content: "\ea00";
}

.icon-currency_icon-ela_1g-HW::before {
  content: "\e9fe";
}

.icon-currency_icon-smart_2Te2m::before {
  content: "\e9ff";
}

.icon-currency_icon-ely_3q72r::before {
  content: "\e9fd";
}

.icon-currency_icon-btcp_1Oe9b::before {
  content: "\e9f0";
}

.icon-currency_icon-ebst_UIFfb::before {
  content: "\e9f1";
}

.icon-currency_icon-elf_1K57x::before {
  content: "\e9f2";
}

.icon-currency_icon-hsr_16QGN::before {
  content: "\e9f3";
}

.icon-currency_icon-iost_2QlWu::before {
  content: "\e9f4";
}

.icon-currency_icon-loom_1dvPp::before {
  content: "\e9f5";
}

.icon-currency_icon-mkr_2cimJ::before {
  content: "\e9f6";
}

.icon-currency_icon-nas_xDB6G::before {
  content: "\e9f7";
}

.icon-currency_icon-now_2nkvd::before {
  content: "\e9f8";
}

.icon-currency_icon-snm_2UEQT::before {
  content: "\e9f9";
}

.icon-currency_icon-synx_xYJ_9::before {
  content: "\e9fa";
}

.icon-currency_icon-wan_15j-9::before {
  content: "\e9fb";
}

.icon-currency_icon-brd_3QWKQ::before {
  content: "\e9ea";
}

.icon-currency_icon-mana_12N5c::before {
  content: "\e9eb";
}

.icon-currency_icon-mer_2pSHp::before {
  content: "\e9ec";
}

.icon-currency_icon-tix_1JyYq::before {
  content: "\e9ed";
}

.icon-currency_icon-xel_38LKV::before {
  content: "\e9ee";
}

.icon-currency_icon-zen_31X5J::before {
  content: "\e9ef";
}

.icon-currency_icon-dkk_iGao1::before {
  content: "\e9e4";
}

.icon-currency_icon-gbp_2phPD::before {
  content: "\e9e5";
}

.icon-currency_icon-eur_1a80e::before {
  content: "\e9e6";
}

.icon-currency_icon-usd_2kQzw::before {
  content: "\e9e7";
}

.icon-currency_icon-ukg_1vJib::before {
  content: "\e9e8";
}

.icon-currency_icon-lrc_26SZy::before {
  content: "\e9e9";
}

.icon-currency_icon-powr_1TJpp::before {
  content: "\e9e3";
}

.icon-currency_icon-eng_dI2Js::before {
  content: "\e9d1";
}

.icon-currency_icon-ngc_3DIKu::before {
  content: "\e9df";
}

.icon-currency_icon-srn_EfzxN::before {
  content: "\e9e0";
}

.icon-currency_icon-wax_2tnqK::before {
  content: "\e9e1";
}

.icon-currency_icon-dcn_fB8qc::before {
  content: "\e9e2";
}

.icon-currency_icon-gbyte_2mhfa::before {
  content: "\e93c";
}

.icon-currency_icon-cnd_2tnsa::before {
  content: "\e94c";
}

.icon-currency_icon-miota_1It6q::before {
  content: "\e9cf";
}

.icon-currency_icon-adt_3b-E6::before {
  content: "\e9d0";
}

.icon-currency_icon-via_bSyRC::before {
  content: "\e9cd";
}

.icon-currency_icon-myst_ybud2::before {
  content: "\e9ce";
}

.icon-currency_icon-cfi_2ejeV::before {
  content: "\e9d2";
}

.icon-currency_icon-dsh_2TMQN::before {
  content: "\e9d3";
}

.icon-currency_icon-xlm_3GUOZ::before {
  content: "\e9d4";
}

.icon-currency_icon-fsbt_3Ir8R::before {
  content: "\e9d5";
}

.icon-currency_icon-atl_2Jfu4::before {
  content: "\e9d6";
}

.icon-currency_icon-ath_NPbQA::before {
  content: "\e9d7";
}

.icon-currency_icon-arn_3fGfl::before {
  content: "\e9d8";
}

.icon-currency_icon-arc_BF0po::before {
  content: "\e9d9";
}

.icon-currency_icon-apt_2OyTx::before {
  content: "\e9da";
}

.icon-currency_icon-aidoc_2GWLY::before {
  content: "\e9db";
}

.icon-currency_icon-amis_D8DcK::before {
  content: "\e9dc";
}

.icon-currency_icon-adst_3slaC::before {
  content: "\e9dd";
}

.icon-currency_icon-300_6lw8p::before {
  content: "\e9de";
}

.icon-currency_icon-crpt_1xOsq::before {
  content: "\e9cc";
}

.icon-currency_icon-tip_1ULG6::before {
  content: "\e9cb";
}

.icon-currency_icon-zil_3TywA::before {
  content: "\e9c0";
}

.icon-currency_icon-xnn_1OLl_::before {
  content: "\e9c2";
}

.icon-currency_icon-viu_D1uEs::before {
  content: "\e9c3";
}

.icon-currency_icon-veri_3U6SP::before {
  content: "\e9c4";
}

.icon-currency_icon-sc_184ZR::before {
  content: "\e9c5";
}

.icon-currency_icon-rhoc_33FJ4::before {
  content: "\e9c6";
}

.icon-currency_icon-kcs_TahVd::before {
  content: "\e9c7";
}

.icon-currency_icon-icx_lWnON::before {
  content: "\e9c8";
}

.icon-currency_icon-ark_tuCRB::before {
  content: "\e9c9";
}

.icon-currency_icon-ae_3BDe_::before {
  content: "\e9ca";
}

.icon-currency_icon-nmr_2QFga::before {
  content: "\e9bf";
}

.icon-currency_icon-vib_1c326::before {
  content: "\e9c1";
}

.icon-currency_icon-stx_1K9mL::before {
  content: "\e9bc";
}

.icon-currency_icon-sbtc_1yMnP::before {
  content: "\e9bd";
}

.icon-currency_icon-rcn_-n7oj::before {
  content: "\e9be";
}

.icon-currency_icon-1st_3oYOg::before {
  content: "\e900";
}

.icon-currency_icon-ada_Peuxd::before {
  content: "\e901";
}

.icon-currency_icon-adc_2_CU0::before {
  content: "\e902";
}

.icon-currency_icon-adx_2gyna::before {
  content: "\e903";
}

.icon-currency_icon-aeon_1q9LJ::before {
  content: "\e904";
}

.icon-currency_icon-amp_3uzbX::before {
  content: "\e905";
}

.icon-currency_icon-anc_35uwP::before {
  content: "\e906";
}

.icon-currency_icon-ant_3tI-J::before {
  content: "\e907";
}

.icon-currency_icon-arch_1g0RL::before {
  content: "\e908";
}

.icon-currency_icon-ardr_M0kxO::before {
  content: "\e909";
}

.icon-currency_icon-aur_2R0as::before {
  content: "\e90a";
}

.icon-currency_icon-banx_2Dh50::before {
  content: "\e90b";
}

.icon-currency_icon-bat_rNBaW::before {
  content: "\e90c";
}

.icon-currency_icon-bay_18a9V::before {
  content: "\e90d";
}

.icon-currency_icon-bc_3sKve::before {
  content: "\e90e";
}

.icon-currency_icon-bch_2ivFL::before {
  content: "\e90f";
}

.icon-currency_icon-bcn_2IiFo::before {
  content: "\e910";
}

.icon-currency_icon-bft_xIWug::before {
  content: "\e911";
}

.icon-currency_icon-bnb_3caqM::before {
  content: "\e912";
}

.icon-currency_icon-bnt_SAiCq::before {
  content: "\e913";
}

.icon-currency_icon-brk_1fciq::before {
  content: "\e914";
}

.icon-currency_icon-brx_30DLd::before {
  content: "\e915";
}

.icon-currency_icon-bsd_3zwad::before {
  content: "\e916";
}

.icon-currency_icon-bta_2tp7D::before {
  content: "\e917";
}

.icon-currency_icon-btc_2var7::before {
  content: "\e918";
}

.icon-currency_icon-btcd_14AZ4::before {
  content: "\e919";
}

.icon-currency_icon-btg_2VmtF::before {
  content: "\e91a";
}

.icon-currency_icon-btm_2Pnnv::before {
  content: "\e91b";
}

.icon-currency_icon-bts_dlzxp::before {
  content: "\e91c";
}

.icon-currency_icon-clam_3iB9s::before {
  content: "\e91d";
}

.icon-currency_icon-clo_1v3JY::before {
  content: "\e91e";
}

.icon-currency_icon-cloak_1UaCk::before {
  content: "\e91f";
}

.icon-currency_icon-cvc_3XJG-::before {
  content: "\e920";
}

.icon-currency_icon-dao_3Crex::before {
  content: "\e921";
}

.icon-currency_icon-dash_1Kvhc::before {
  content: "\e922";
}

.icon-currency_icon-dcr_pfu7a::before {
  content: "\e923";
}

.icon-currency_icon-dct_2iwA3::before {
  content: "\e924";
}

.icon-currency_icon-dent_Kejef::before {
  content: "\e925";
}

.icon-currency_icon-dgb_1TuNr::before {
  content: "\e926";
}

.icon-currency_icon-dgd_-KFb-::before {
  content: "\e927";
}

.icon-currency_icon-dgx_1JMbO::before {
  content: "\e928";
}

.icon-currency_icon-dmd_2KqrN::before {
  content: "\e929";
}

.icon-currency_icon-dnt_2zK4R::before {
  content: "\e92a";
}

.icon-currency_icon-doge_jFXBg::before {
  content: "\e92b";
}

.icon-currency_icon-edg_Vdbr-::before {
  content: "\e92c";
}

.icon-currency_icon-emc_7sln9::before {
  content: "\e92d";
}

.icon-currency_icon-eos_2UYml::before {
  content: "\e92e";
}

.icon-currency_icon-erc_1r30X::before {
  content: "\e92f";
}

.icon-currency_icon-etc_15Oyc::before {
  content: "\e930";
}

.icon-currency_icon-eth_2UCm7::before {
  content: "\e931";
}

.icon-currency_icon-exp_2OG7g::before {
  content: "\e932";
}

.icon-currency_icon-fc2_1zuC-::before {
  content: "\e933";
}

.icon-currency_icon-fcn_28bpx::before {
  content: "\e934";
}

.icon-currency_icon-fct_1eLu_::before {
  content: "\e935";
}

.icon-currency_icon-flo_37w2Q::before {
  content: "\e936";
}

.icon-currency_icon-frk_2KwCi::before {
  content: "\e937";
}

.icon-currency_icon-ftc_23k1X::before {
  content: "\e938";
}

.icon-currency_icon-fun_1h9rb::before {
  content: "\e939";
}

.icon-currency_icon-game_1m39e::before {
  content: "\e93a";
}

.icon-currency_icon-gbg_1ftA4::before {
  content: "\e93b";
}

.icon-currency_icon-gdc_vYA-W::before {
  content: "\e93d";
}

.icon-currency_icon-gemz_1k8Tj::before {
  content: "\e93e";
}

.icon-currency_icon-gld_hvFOr::before {
  content: "\e93f";
}

.icon-currency_icon-gno_1lblx::before {
  content: "\e940";
}

.icon-currency_icon-gnt_8FQLr::before {
  content: "\e941";
}

.icon-currency_icon-golos_bT4hT::before {
  content: "\e942";
}

.icon-currency_icon-grc_1ZYSt::before {
  content: "\e943";
}

.icon-currency_icon-grs_1Ndas::before {
  content: "\e944";
}

.icon-currency_icon-gup_3iwZO::before {
  content: "\e945";
}

.icon-currency_icon-heat_3l2pi::before {
  content: "\e946";
}

.icon-currency_icon-hmq_2Z9vs::before {
  content: "\e947";
}

.icon-currency_icon-icn_39y9h::before {
  content: "\e948";
}

.icon-currency_icon-ifc_1p4Cx::before {
  content: "\e949";
}

.icon-currency_icon-incnt_1f9pC::before {
  content: "\e94a";
}

.icon-currency_icon-ioc_H62lz::before {
  content: "\e94b";
}

.icon-currency_icon-ixt_20J4i::before {
  content: "\e94d";
}

.icon-currency_icon-jbs_2OLBP::before {
  content: "\e94e";
}

.icon-currency_icon-kmd_3yzZ5::before {
  content: "\e94f";
}

.icon-currency_icon-kore_32B_9::before {
  content: "\e950";
}

.icon-currency_icon-lbc_2VwnM::before {
  content: "\e951";
}

.icon-currency_icon-ldoge_3_KPK::before {
  content: "\e952";
}

.icon-currency_icon-lsk_3sbqh::before {
  content: "\e953";
}

.icon-currency_icon-ltc_4f4qy::before {
  content: "\e954";
}

.icon-currency_icon-lun_1mqlb::before {
  content: "\e955";
}

.icon-currency_icon-maid_3Rkuo::before {
  content: "\e956";
}

.icon-currency_icon-mco_1CrU7::before {
  content: "\e957";
}

.icon-currency_icon-mint_2hMME::before {
  content: "\e958";
}

.icon-currency_icon-mln_1dh72::before {
  content: "\e959";
}

.icon-currency_icon-mona_UfohZ::before {
  content: "\e95a";
}

.icon-currency_icon-mrc_2_HbV::before {
  content: "\e95b";
}

.icon-currency_icon-msc_VF1EA::before {
  content: "\e95c";
}

.icon-currency_icon-msp_3KHr7::before {
  content: "\e95d";
}

.icon-currency_icon-mtl_ngyY1::before {
  content: "\e95e";
}

.icon-currency_icon-mtr_2B-mv::before {
  content: "\e95f";
}

.icon-currency_icon-mue_1ZwqR::before {
  content: "\e960";
}

.icon-currency_icon-nano_39lPB::before {
  content: "\e961";
}

.icon-currency_icon-nav_qkO_K::before {
  content: "\e962";
}

.icon-currency_icon-nbt_3NEep::before {
  content: "\e963";
}

.icon-currency_icon-neo_3z-aW::before {
  content: "\e964";
}

.icon-currency_icon-neos_UUSMa::before {
  content: "\e965";
}

.icon-currency_icon-neu_2Ia6u::before {
  content: "\e966";
}

.icon-currency_icon-nlg_2fKz6::before {
  content: "\e967";
}

.icon-currency_icon-nmc_ovt74::before {
  content: "\e968";
}

.icon-currency_icon-note_3m_bj::before {
  content: "\e969";
}

.icon-currency_icon-nvc_3Es4E::before {
  content: "\e96a";
}

.icon-currency_icon-nxt_1TBcY::before {
  content: "\e96b";
}

.icon-currency_icon-oax_1dFjf::before {
  content: "\e96c";
}

.icon-currency_icon-ok_1Dmmo::before {
  content: "\e96d";
}

.icon-currency_icon-omg_2zJJn::before {
  content: "\e96e";
}

.icon-currency_icon-omni_2qjaH::before {
  content: "\e96f";
}

.icon-currency_icon-opal_3hGqN::before {
  content: "\e970";
}

.icon-currency_icon-part_K_d-c::before {
  content: "\e971";
}

.icon-currency_icon-pay_1yMVu::before {
  content: "\e972";
}

.icon-currency_icon-piggy_3qd6H::before {
  content: "\e973";
}

.icon-currency_icon-pink_B8sVu::before {
  content: "\e974";
}

.icon-currency_icon-pivx_himng::before {
  content: "\e975";
}

.icon-currency_icon-plbt_131W6::before {
  content: "\e976";
}

.icon-currency_icon-plr_1-P_9::before {
  content: "\e977";
}

.icon-currency_icon-plu_1Z6Nv::before {
  content: "\e978";
}

.icon-currency_icon-pot_sNtbO::before {
  content: "\e979";
}

.icon-currency_icon-ppc_3D66v::before {
  content: "\e97a";
}

.icon-currency_icon-ptoy_35ezU::before {
  content: "\e97b";
}

.icon-currency_icon-qcn_2AroW::before {
  content: "\e97c";
}

.icon-currency_icon-qrk_3QWdQ::before {
  content: "\e97d";
}

.icon-currency_icon-qtum__zbBk::before {
  content: "\e97e";
}

.icon-currency_icon-rads_20c55::before {
  content: "\e97f";
}

.icon-currency_icon-rbies_2XeR7::before {
  content: "\e980";
}

.icon-currency_icon-rbt_2w_8K::before {
  content: "\e981";
}

.icon-currency_icon-rby_18EY8::before {
  content: "\e982";
}

.icon-currency_icon-rdd_9zGQn::before {
  content: "\e983";
}

.icon-currency_icon-rep_2hYwb::before {
  content: "\e984";
}

.icon-currency_icon-rise_27g0q::before {
  content: "\e985";
}

.icon-currency_icon-rlc_v9Eds::before {
  content: "\e986";
}

.icon-currency_icon-salt_312T3::before {
  content: "\e987";
}

.icon-currency_icon-sar_Ttksl::before {
  content: "\e988";
}

.icon-currency_icon-scot_3igZ3::before {
  content: "\e989";
}

.icon-currency_icon-sdc_-fbJU::before {
  content: "\e98a";
}

.icon-currency_icon-sia_1np3g::before {
  content: "\e98b";
}

.icon-currency_icon-sjcx_32prt::before {
  content: "\e98c";
}

.icon-currency_icon-slg_2iUFG::before {
  content: "\e98d";
}

.icon-currency_icon-sls_Y67Qk::before {
  content: "\e98e";
}

.icon-currency_icon-sngls_Teogp::before {
  content: "\e98f";
}

.icon-currency_icon-snrg_3gaVI::before {
  content: "\e990";
}

.icon-currency_icon-snt_2GFqh::before {
  content: "\e991";
}

.icon-currency_icon-start_17oFQ::before {
  content: "\e992";
}

.icon-currency_icon-steem_fXKEH::before {
  content: "\e993";
}

.icon-currency_icon-storj_2k58h::before {
  content: "\e994";
}

.icon-currency_icon-str_2S2hp::before {
  content: "\e995";
}

.icon-currency_icon-strat_1skxX::before {
  content: "\e996";
}

.icon-currency_icon-swift_3H0TR::before {
  content: "\e997";
}

.icon-currency_icon-swt_3yKux::before {
  content: "\e998";
}

.icon-currency_icon-sync_2W1rm::before {
  content: "\e999";
}

.icon-currency_icon-sys_uyZR4::before {
  content: "\e99a";
}

.icon-currency_icon-time_3Lpj-::before {
  content: "\e99b";
}

.icon-currency_icon-tkn_1UJiQ::before {
  content: "\e99c";
}

.icon-currency_icon-trig_1Dl6-::before {
  content: "\e99d";
}

.icon-currency_icon-trst_1rhIE::before {
  content: "\e99e";
}

.icon-currency_icon-trx__Ey8A::before {
  content: "\e99f";
}

.icon-currency_icon-tx_1kc6S::before {
  content: "\e9a0";
}

.icon-currency_icon-ubq_5ZI0o::before {
  content: "\e9a1";
}

.icon-currency_icon-unity_1eeJL::before {
  content: "\e9a2";
}

.icon-currency_icon-usdt_2gTg9::before {
  content: "\e9a3";
}

.icon-currency_icon-ven_PREia::before {
  content: "\e9a4";
}

.icon-currency_icon-vior_1W0iP::before {
  content: "\e9a5";
}

.icon-currency_icon-vnl_tkw8S::before {
  content: "\e9a6";
}

.icon-currency_icon-vpn_3c0w1::before {
  content: "\e9a7";
}

.icon-currency_icon-vrc_zc4sg::before {
  content: "\e9a8";
}

.icon-currency_icon-vtc_jKnPJ::before {
  content: "\e9a9";
}

.icon-currency_icon-waves_2PIRR::before {
  content: "\e9aa";
}

.icon-currency_icon-wings_3erPw::before {
  content: "\e9ab";
}

.icon-currency_icon-xai_17Q2i::before {
  content: "\e9ac";
}

.icon-currency_icon-xaur_3YYAU::before {
  content: "\e9ad";
}

.icon-currency_icon-xbs_2Y_ao::before {
  content: "\e9ae";
}

.icon-currency_icon-xcp_1Dt4b::before {
  content: "\e9af";
}

.icon-currency_icon-xdn_3k3d8::before {
  content: "\e9b0";
}

.icon-currency_icon-xem_2jAZo::before {
  content: "\e9b1";
}

.icon-currency_icon-xmr_2DBqJ::before {
  content: "\e9b2";
}

.icon-currency_icon-xmr-testnet_laR-w::before {
  content: "\e9b2";
}

.icon-currency_icon-xpm_1kFBt::before {
  content: "\e9b3";
}

.icon-currency_icon-xrp_3TZwl::before {
  content: "\e9b4";
}

.icon-currency_icon-xtz_2Hs4B::before {
  content: "\e9b5";
}

.icon-currency_icon-xvg_hr8qs::before {
  content: "\e9b6";
}

.icon-currency_icon-xzc_1o8E8::before {
  content: "\e9b7";
}

.icon-currency_icon-ybc_28FBF::before {
  content: "\e9b8";
}

.icon-currency_icon-zec_2zbm5::before {
  content: "\e9b9";
}

.icon-currency_icon-zec-testnet_2_8yV::before {
  content: "\e9b9";
}

.icon-currency_icon-zeit_2ieGY::before {
  content: "\e9ba";
}

.icon-currency_icon-zrx_jvN9z::before {
  content: "\e9bb";
}

.icon-currency_icon_GAJBo,
.icon-currency_localWrapper_i4yFv {
  font-family: 'coins', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px !important;
  height: 36px !important;
  font-size: 20px !important;
  color: #fff !important;
}

.icon-currency_smallWrapper_322qM {
  width: 13px !important;
  height: 13px !important;
}

.icon-currency_mediumWrapper_1wzDR {
  width: 24px !important;
  height: 24px !important;
}

.icon-currency_empty_2adXa,
.icon-currency_unknown_SawSV {
  position: relative;
  width: 1em;
  height: 1em;
  color: #fff;
}

.icon-currency_unknown_SawSV::before {
  content: attr(currency);
  position: absolute;
  top: 0;
  width: 100%;
  color: #fff;
  height: 100%;
  overflow: hidden;
  font-size: 0.45em;
  font-weight: bold;
  white-space: nowrap;
  line-height: 4em;
  text-align: center;
  border-radius: 100%;
}

.icon-currency_unknown_SawSV.icon-currency_isDisabled_35rF2::before {
  background: #aaa9a9;
}

/* for duplicates coins */

.icon-currency_icon-xaut_11Q72::before {
  content: '\e9a3';
}

.icon-currency_icon-btc-testnet_3h5UY::before {
  content: '\e918';
}

.icon-currency_icon-xmr-testnet_laR-w::before {
  content: '\e9b2';
}

.icon-currency_icon-zec-testnet_2_8yV::before {
  content: '\e9b9';
}

.icon-currency_icon-eth-ropsten_mUOdC::before {
  content: '\e931';
}

.icon-currency_icon-ethop_3WcdG::before,
.icon-currency_icon-etharb_S5tcS::before {
  content: '\e931';
}

.icon-currency_icon-ropsten_3XGxu::before {
  content: '\e931';
}

.icon-currency_localIcon_2I8CC {
  width: 20px;
  height: 20px;
}

img.icon-currency_smallLocalIcon_3gQh2 {
  width: 7px !important;
  height: 8px !important;
}

img.icon-currency_mediumLocalIcon_un18x {
  width: 14px !important;
}

div.icon-currency_unknown_SawSV.icon-currency_smallLocalIcon_3gQh2 {
  width: 13px !important;
  height: 13px !important;
}

div.icon-currency_unknown_SawSV.icon-currency_smallLocalIcon_3gQh2::before {
  font-size: 5px;
  line-height: 12px;
}

div.icon-currency_unknown_SawSV.icon-currency_mediumLocalIcon_un18x {
  width: 24px !important;
  height: 24px !important;
}

div.icon-currency_unknown_SawSV.icon-currency_mediumLocalIcon_un18x::before {
  font-size: 9px;
  top: -6px;
}

.icon-currency_local-icon-hbar_2rjXA {
  width: 100%;
  height: 100%;
}

.icon-currency_local-icon-leash_vbmtW {
  width: 38px;
  height: 38px;
}

.icon-currency_local-icon-rari_RMkm1 {
  width: 36px;
  height: 36px;
}

.icon-currency_local-icon-srx_1g072,
.icon-currency_local-icon-elm_14sNz,
.icon-currency_local-icon-btt_1h5D2,
.icon-currency_local-icon-pre_fTUK9,
.icon-currency_local-icon-cake_17Ate,
.icon-currency_local-icon-safemoon_200u7,
.icon-currency_local-icon-axs_3QQ4K,
.icon-currency_local-icon-aws_Znby0,
.icon-currency_local-icon-awg_2p_Rw,
.icon-currency_local-icon-omg_PpFxW,
.icon-currency_local-icon-win_3lGf-,
.icon-currency_local-icon-inj_-Z1Eo,
.icon-currency_local-icon-sanshu_3vu81,
.icon-currency_local-icon-grd_-KDZJ,
.icon-currency_local-icon-hoge_3xDnI,
.icon-currency_local-icon-xec_1QkYd {
  width: 32px;
  height: 32px;
}

.icon-currency_local-icon-pli_3n2Kc,
.icon-currency_local-icon-arnx_bsHij,
.icon-currency_local-icon-uni_euiPH,
.icon-currency_local-icon-stxem_20toc,
.icon-currency_local-icon-shib_2s7ps,
.icon-currency_local-icon-jst_1t6ap,
.icon-currency_local-icon-kishu_1D-U3,
.icon-currency_local-icon-usdc_3KjOK {
  width: 24px;
  height: 24px;
}

.icon-currency_local-icon-nano_2MHuV {
  height: 20px;
  width: auto;
}

.icon-currency_fontIcon_sM3hm::before {
  width: 20px;
  height: 20px;
  text-align: center;
}

.icon-currency_fontIcon-clo_1hUwX::before {
  padding-left: 2px;
}

.icon-currency_fontIcon-atom_gYMqH::before {
  padding-left: 1px;
}

.icon-currency_fontIcon-bsv_3Re8I::before,
.icon-currency_fontIcon-vet_2PRjU::before {
  padding-right: 1px;
}

.icon-currency_fontIcon-ltc_3yDwf::before,
.icon-currency_fontIcon-lsk_dq5jn::before {
  margin-bottom: 2px;
}

.icon-currency_local-icon-zil-testnet_2vfYR,
.icon-currency_local-icon-hbar-testnet_392n1,
.icon-currency_local-icon-mana_1OMqY,
.icon-currency_local-icon-avax_3Hf0X,
.icon-currency_local-icon-meld_2R2Vk,
.icon-currency_local-icon-ksm_4Qola,
.icon-currency_local-icon-luna_2yKQG,
.icon-currency_local-icon-wam_flNx5 {
  width: 36px;
  height: 36px;
}

.icon-currency_local-icon-hmstr_3Vlfl {
  width: 40px;
  height: 40px;
}

.icon-currency_local-icon-pit_3cNae {
  width: 36px;
  height: 30px;
}

.icon-currency_smallContent_33RKA {
  font-size: 10px !important;
}

.icon-currency_smallContent_33RKA::before {
  width: 7px;
  height: 14px;
  text-align: center;
  font-size: 7px;
}

.icon-currency_mediumContent_3CpzQ::before {
  font-size: 15px;
  height: 15px;
}

@-webkit-keyframes loader_rotating_3aqp- {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

@keyframes loader_rotating_3aqp- {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

.loader_rotating_3aqp- {
  -webkit-animation: loader_rotating_3aqp- 1s linear infinite;
  -moz-animation: loader_rotating_3aqp- 1s linear infinite;
  -ms-animation: loader_rotating_3aqp- 1s linear infinite;
  -o-animation: loader_rotating_3aqp- 1s linear infinite;
  animation: loader_rotating_3aqp- 1s linear infinite;
}

.button_button_3_BTF {
  border: none;
  padding: 11px 30px;
  background-image: linear-gradient(90deg, #9e77c1 0%, #a572ba 100%);
  background-color: #9e77c1;
  color: white;
  font-size: 15px;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  text-decoration: none !important;
  font-family: Roboto, sans-serif;
  transition: box-shadow 0.1s, padding-right 0.1s, padding-left 0.1s;
  white-space: nowrap;
}

.button_button_3_BTF.button_isLoadingButton_1nX4e {
  padding: 10px 30px !important;
}

.button_button_3_BTF:not(:disabled):active {
  transform: translate3d(0, 1px, 0);
}

.button_button_3_BTF:not(:disabled):hover {
  background-image: none;
  background-color: rgba(158,119,193, 0.9);
}

.button_button_3_BTF img {
  margin-right: 15px;
}

.button_button_3_BTF .button_loader_Bsf5H {
  margin-right: 0;
}

.button_loaderWrapper_pOPNI {
  width: 57px;
  display: flex;
  align-self: center;
  justify-self: center;
  align-items: center;
  justify-content: center;
}

.button_button_3_BTF * {
  vertical-align: middle;
}

.button_button_3_BTF:disabled {
  opacity: 0.5;
  transform: translate3d(0, 0, 0);
  cursor: not-allowed;
}

.button_button_3_BTF.button_blue_3kfMO {
  background: #7190EB;
  border: solid 1px #7190EB;
}

.button_button_3_BTF.button_blue_3kfMO:not(:disabled):hover {
  background: rgba(113,144,235, 0.9);
  box-shadow: 0 1px 7px rgba(68,138,255, 0.5);
}

.button_button_3_BTF.button_red_1MpEV {
  background: #E53935;
}

.button_button_3_BTF.button_red_1MpEV:not(:disabled):hover {
  background: rgba(229,57,53, 0.9);
  box-shadow: 0 1px 7px rgba(229,57,53, 0.5);
}

.button_button_3_BTF.button_white_3tVCq {
  color: #455a64;
  background: white;
}

.button_button_3_BTF.button_white_3tVCq:not(:disabled):hover {
  background: rgba(255,255,255, 0.9);
  box-shadow: 0 1px 7px rgba(255,255,255, 0.6);
}

.button_button_3_BTF.button_orange_PKpjm {
  background: #f39c12;
}

.button_button_3_BTF.button_orange_PKpjm:not(:disabled):hover {
  background: rgba(243,156,18, 0.9);
  box-shadow: 0 1px 7px rgba(243,156,18, 0.5);
}

.button_button_3_BTF.button_simple_36A9M {
  background: transparent;
  color: #448aff;
}

.button_button_3_BTF.button_simple_36A9M:hover,
.button_button_3_BTF.button_simple_36A9M:hover span {
  background: transparent;
  text-decoration: underline;
}

.button_button_3_BTF.button_light-blue_1u3l2 {
  background: transparent;
  border: solid 1px #7190EB;
  color: #7190EB;
}

.button_button_3_BTF.button_light-blue_1u3l2:not(:disabled):hover {
  background: transparent;
  box-shadow: 0 1px 7px rgba(68,138,255, 0.5);
}

.button_button_3_BTF.button_transparent-blue_1_mAX {
  background: transparent;
  color: #448aff;
  border: solid 1px transparent;
}

.button_button_3_BTF.button_transparent-blue_1_mAX:not(:disabled):hover {
  border: solid 1px rgba(68,138,255, 0.5);
  background-color: transparent;
  box-shadow: 0 1px 7px rgba(68,138,255, 0.5);
}

.theme-dark .button_button_3_BTF.button_transparent-blue_1_mAX:not(:disabled):hover {
  box-shadow: none;
}

.button_button_3_BTF.button_big_2giaQ {
  padding: 13px 50px;
}

.button_button_3_BTF.button_large_2gzy6 {
  padding: 18px 60px;
}

.button_button_3_BTF.button_small_MkI59 {
  padding: 5px 15px;
  font-size: 14px;
}

.button_button_3_BTF.button_radius-large_mNh3E {
  border-radius: 8px;
}

.inputs_wrapper_2IV3F {
  position: relative;
  outline: none;
}

.inputs_inputWrapper_k3xth {
  background: white;
  border-radius: 3px;
  padding: 5px 0 5px 20px;
  font-size: 15px;
  position: relative;
  width: 100%;
  cursor: pointer;
  user-select: none;
  height: 52px;
  border: solid 1px rgba(170,169,169, 0.4);
  margin-bottom: 25px;
  z-index: 1;
}

.theme-dark .inputs_inputWrapper_k3xth {
  background: rgba(0,0,0, 0.1);
  border-color: rgba(0,0,0, 0.3);
}

.inputs_error_1a8Tr {
  position: absolute;
  top: 100%;
  margin: -2px 0 0;
  font-size: 11px;
  color: white;
  width: 100%;
  padding: 7px 20px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #E53935;
}

.inputs_iconArrow_2EDQu {
  overflow: hidden;
  position: absolute;
  right: 20px;
  top: 20px;
  fill: #f1f2fa;
  width: 16px;
  height: 16px;
}

.inputs_inputWrapper_k3xth:hover .inputs_iconArrow_2EDQu {
  fill: #7190EB;
}

.inputs_currencyBlock_2rgQZ {
  display: flex;
  flex-direction: row;
  font-size: 28px;
  align-items: center;
  padding: 10px 15px;
  cursor: pointer;
  color: #7190EB;
}

.inputs_currencyBlock_2rgQZ:hover {
  background: #f1f2fa;
}

.theme-dark .inputs_currencyBlock_2rgQZ:hover {
  background: rgba(0,0,0, 0.2);
}

.inputs_currencyInfo_rdtMm {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
  color: #455a64;
  width: calc(100% - 42px);
}

.theme-dark .inputs_currencyInfo_rdtMm {
  color: #7190EB;
}

.inputs_currencyInfo_rdtMm div {
  font-size: 12px;
  margin-top: 4px;
  color: #aaa9a9;
  line-height: 15px;
}

.inputs_currencyInfo_rdtMm div span {
  font-style: italic;
  font-weight: normal;
}

.inputs_currencyInfo_rdtMm span {
  font-weight: bold;
  font-size: 14px;
  line-height: 15px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.input-currency_wrapper_1VYot {
}

.input-currency_inputWrapper_1I11Y {
  align-items: center;
  display: flex;
}

.input-currency_inputWrapper_1I11Y.input-currency_placeholder_3QADx {
  color: #aaa9a9;
}

.input-currency_wrapper_1VYot.input-currency_placeholder_3QADx > span {
  display: block;
}

.input-currency_inputWrapper_1I11Y.input-currency_isOpen_2YK6j {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.theme-dark .input-currency_inputWrapper_1I11Y.input-currency_isOpen_2YK6j {
  box-shadow: none;
}

.input-currency_iconArrow_2cUqL {
  top: 50%;
  margin-top: -3px;
}

.input-currency_wrapperList_3yOyv {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -1px;
  background: white;
  z-index: 3;
  right: 0;
  color: #aaa9a9;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: solid 1px rgba(170,169,169, 0.4);
  box-shadow: 0 2px 4px rgba(170,169,169, 0.4);
  overflow: auto;
  max-height: 320px;
  padding-top: 0;
  padding-bottom: 5px;
  transform: translateZ(0);
}

.theme-dark .input-currency_wrapperList_3yOyv {
  background: #222223;
  box-shadow: none;
  border-color: rgba(0,0,0, 0.3);
}

.input-currency_searchWrapper_1cCHB {
  margin: 10px;
}

.input-currency_inputSearch_1y2JP {
  width: 100%;
  padding: 10px;
  border: none;
  border-bottom: solid 1px rgba(170,169,169, 0.4);
  outline: none;
  font-size: 14px;
  background: none;
}

.theme-dark .input-currency_inputSearch_1y2JP {
  border-color: rgba(0,0,0, 0.3);
  color: #fff;
}

.input-currency_emptyState_3m-GP {
  text-align: center;
  padding: 40px 0;
}

.input-currency_currencyTicker_29Y8w {
  font-size: 28px;
  align-items: center;
  cursor: pointer;
  width: 28px;
  color: #7190EB;
}

.input-currency_currencyBlock_2AqhZ {
}

.input-currency_currencyData_S0KpS {
}

.input-currency_ticker-bch_P7yf3 {
  margin-top: -7px;
}

div p.input-currency_listTitle_3aoh5 {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 20px 10px;
  padding-top: 20px;
}

.app_pageBackground_2Jmxb {
  background: #f1f2fa;
  min-height: 100%;
  position: relative;
  padding-bottom: 240px;
  min-width: 1180px;
}

.electron .electron-left-column {
  width: 33.1%;
}

.electron .electron-left-column-new {
  width: 50%;
}

.electron .electron-right-column {
  width: 66.9%;
  max-height: calc(100vh - 70px);
  overflow: auto;
  border-left: 1px solid rgba(170,169,169, 0);
}

.electron .wrap {
  max-height: calc(100vh - 70px);
  overflow: auto;
  border-left: 1px solid rgba(170,169,169, 0);
}

.theme-dark .app_pageBackground_2Jmxb {
  background: #222223;
}

.responsive.app_pageBackground_2Jmxb {
  min-width: 0;
  padding-bottom: 0;
  height: 100vh;
  overflow: auto;
}

.responsive.app_pageBackground_2Jmxb::-webkit-scrollbar {
  display: none;
}

.electron .app_pageBackground_2Jmxb {
  padding-bottom: 0;
  min-height: 100vh;
}

.app_pageWrapper_nSOZm {
  min-height: 400px;
  position: relative;
  margin-top: 30px;
  z-index: 1;
}

.responsive .app_pageWrapper_nSOZm {
  margin-top: 0;
}

.electron .app_pageWrapper_nSOZm {
  margin-top: 0;
}

.electron .app_pageWrapper_nSOZm .container > .row > .col-xs-12,
.electron .app_pageWrapper_nSOZm .container > .row > .col-xs-7,
.electron .app_pageWrapper_nSOZm .container > .row > .col-xs-5,
.electron .app_pageWrapper_nSOZm .container > .row > .col-xs-4,
.electron .app_pageWrapper_nSOZm .container > .row > .col-xs-8 {
  padding: 0 !important;
}

.app_wrapperBlock_2EpA3 {
  border-radius: 5px;
  background: white;
  position: relative;
  box-shadow: 0 0 0 1px #e4e4e4;
  margin-bottom: 20px;
  transform: translateZ(0);
}

.theme-dark .app_wrapperBlock_2EpA3 {
  background: #303132;
  border: none;
  box-shadow: none;
}

.responsive .app_wrapperBlock_2EpA3 {
  box-shadow: none;
  margin-bottom: 0;
  border-radius: 0;
}

.electron .app_wrapperBlock_2EpA3 {
  height: calc(100vh - 70px);
  position: relative;
  overflow: auto;
  box-shadow: none;
  margin-bottom: 0 !important;
  border-radius: 0;
  border: none;
}

.electron .app_pageWrapper_nSOZm .container > .row > .col-xs-8 .app_wrapperBlock_2EpA3 {
  padding-bottom: 0;
}

.theme-dark.electron .app_pageWrapper_nSOZm .container > .row > .col-xs-8 .app_wrapperBlock_2EpA3 {
  border-left-color: rgba(0,0,0, 0.3);
}

.app_wrapperCenterBlock_bcslh {
  margin: 40px auto;
  width: 400px;
}

.responsive .app_wrapperCenterBlock_bcslh {
  width: 100%;
  margin: 20px auto;
}

.app_wrapperCenterBlockBackup_1twFL {
  margin: 40px auto;
  width: 500px;
}

.app_wrapperLeftBlock_3QLZp {
  margin: 40px 30px;
  width: 400px;
}

.responsive .app_wrapperLeftBlock_3QLZp {
  width: 100%;
  margin: 0;
  padding: 20px;
}

.app_wrapperCenterBlock_bcslh h4 {
  color: #7190EB;
}

.app_footerButtonStatus_1lnBU {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.app_footerBlock_n86Kc {
  border-top: solid 1px rgba(170,169,169, 0.2);
  padding-top: 20px;
  margin: 20px 0 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.app_stepInfo_2VLE6 {
  font-size: 12px;
  color: #aaa9a9;
  user-select: none;
}

.app_centerContainer_1VI1M {
  width: 540px;
  margin: 60px auto auto;
  font-size: 14px;
  border-radius: 3px;
}

.responsive .app_centerContainer_1VI1M {
  width: 100%;
  margin: 0;
}

.electron .app_centerContainer_1VI1M {
  margin-top: 20px;
}

.electron .app_wrapperLeftBlock_3QLZp {
  width: 47%;
  min-width: 400px;
}

.sticky-dashboard {
  position: sticky !important;
  top: 5px;
  height: 100vh;
  overflow: hidden;
  margin-bottom: 40px;
}

.change-password_wrapper_2qNJb {
  padding-bottom: 1px;
  min-height: 656px;
  border-radius: 5px;
}

.electron .change-password_wrapper_2qNJb {
  min-width: 100% !important;
}

.theme-dark .change-password_wrapper_2qNJb {
  border: none;
}

.electron .change-password_wrapperForm_Z3ufk {
  max-width: 648px;
}

.theme-dark.electron .change-password_wrapper_2qNJb {
  background-color: #222223;
}

.change-password_wrapperForm_Z3ufk {
  color: #455a64;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 32px;
}

.change-password_wrapperForm_Z3ufk h4 {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  color: #455a64;
  margin: 0;
  padding: 0;
}

.change-password_wrapperForm_Z3ufk p {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  margin: 22px 0 40px 0;
  max-width: 300px;
  text-align: center;
}

.change-password_wrapperForm_Z3ufk p.change-password_mnemonic_1VBIc {
  max-width: 480px;
}

.change-password_wrapperForm_Z3ufk b {
  font-weight: 500;
}

.electron .change-password_wrapperForm_Z3ufk b {
  font-weight: bold;
}

.change-password_footerButtonStatus_2s-SY {
  height: 56px;
  position: relative;
}

.change-password_footerButtonImg_1R9s7 {
  margin-right: 8px !important;
  margin-left: -12px;
}

.change-password_bottomError_8Ifn2 {
  position: absolute;
  top: 100%;
  left: 4px;
  font-size: 11px;
  color: #f35b51;
  width: 100%;
  height: 24px !important;
  padding: 5px 20px;
  z-index: 2;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: none;
}

.change-password_loader_4dQbj {
  margin-left: 20px;
}

.change-password_successStatus_1Mlhx {
  padding: 5px 0;
  margin: 0 !important;
  font-size: 14px;
  color: #50E3C2 !important;
  opacity: 0;
  transition: 0.2s;
}

.change-password_error_1TVjI {
  border-color: #f35b51 !important;
}

.change-password_error_1TVjI legend {
  color: #f35b51 !important;
}

.change-password_inputPassword_3ztck {
  border: none;
  margin: 0;
  padding: 0;
  padding-left: 23px;
  width: calc(100% - 72px);
  height: 36px;
  transition: font-size 0ms;
}

.change-password_bigDot_3Qbpx {
  font-family: "fontello", serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 2px;
}

.change-password_inputFieldset_3PQPk {
  border: 1px solid #979797;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 26px;
  padding: 0 0 6px 0;
  width: 300px;
  position: relative;
}

.change-password_inputFieldset_3PQPk div {
  width: 100%;
}

.change-password_inputLegend_2OHmF {
  font-size: 12px;
  line-height: 14px;
  color: #979797;
  margin-left: 14px;
  padding: 0 8px;
}

.change-password_icon_2B12u {
  width: 24px;
  height: 24px;
}

.change-password_rightIcon_2wPWD {
  position: absolute;
  right: 18px;
  bottom: 13px;
}

.change-password_leftIcon_KOJkO {
  position: absolute;
  right: 48px;
  bottom: 13px;
}

.electron .change-password_rightIcon_2wPWD,
.electron .change-password_leftIcon_KOJkO {
  top: 20px;
}

.change-password_showPassIcon_1rub_ {
  background-image: url(/app/ccbf55b1bdb51d862a0cfcc74c52258e.svg);
  cursor: pointer;
}

.change-password_showPassIcon_1rub_:hover {
  background-image: url(/app/f3cae1856e92addbdc7e8b6fb29b03a1.svg);
}

.change-password_showPassIconBlue_1XcoB {
  background-image: url(/app/f3cae1856e92addbdc7e8b6fb29b03a1.svg);
  cursor: pointer;
}

.change-password_hidePassIcon_12q18 {
  background-image: url(/app/5534f4fe1057441a6723bf3a3ada5524.svg);
  cursor: pointer;
}

.change-password_hidePassIcon_12q18:hover {
  background-image: url(/app/782816c9b0323fd34c79cc85bb1b961a.svg);
}

.change-password_hidePassIconBlue_1rDTt {
  background-image: url(/app/782816c9b0323fd34c79cc85bb1b961a.svg);
  cursor: pointer;
}

.change-password_clearPassIcon_SWaqm {
  background-image: url(/app/9fa6825aa86cdd247d24fbb5a8f93ade.svg);
}

.change-password_clearPassIcon_SWaqm:hover {
  background-image: url(/app/ffeae43e6224856e1db7f1c084b75d1c.svg);
}

.change-password_clearPassIconBlue_17_Q2 {
  background-image: url(/app/ffeae43e6224856e1db7f1c084b75d1c.svg);
}

.change-password_inputClearPass_1YJKW {
  position: absolute;
  right: 15%;
  top: 5%;
}

.change-password_inputFocus_2zsrD {
  border-color: #7190EB;
  color: #7190EB;
}

.change-password_successStatus_1Mlhx.change-password_isVisible_3B8h7 {
  opacity: 1;
}

.theme-dark .change-password_successStatus_1Mlhx {
  color: #70a800 !important;
}

.theme-dark .change-password_wrapperForm_Z3ufk h4,
.theme-dark .change-password_wrapperForm_Z3ufk p {
  color: white;
}

.theme-dark input {
  background: none !important;
}

.input-wallets_wrapper_12X6h {
  color: #222223;
  font-size: 14px;
}

.input-wallets_wrapperText_1LOLx {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #aaa9a9;
  margin: 0 20px 10px;
}

div.input-wallets_itemsBlock_3y6zo,
.theme-dark div.input-wallets_itemsBlock_3y6zo {
  background: none;
}

div.input-wallets_stickyHeader_2qCaZ {
  margin: 0;
  position: sticky;
  top: 0;
  height: 50px;
  padding: 17px 20px;
  z-index: 100;
}

.input-wallets_div_3Q2ml.input-wallets_subHeader_3dgEr {
  position: relative;
  z-index: 1;
}

.theme-dark div.input-wallets_stickyHeader_2qCaZ {
  background-color: #222223;
}

.input-wallets_inputWrapper_gym-U {
}

.input-wallets_inputWrapper_gym-U.input-wallets_isOpen_3OvSx {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.input-wallets_inputWrapper_gym-U.input-wallets_isInactive_2fhTC {
  cursor: default !important;
}

.input-wallets_inputWrapper_gym-U.input-wallets_isNoBorder_14luU {
  border: none !important;
}

.input-wallets_inputWrapper_gym-U.input-wallets_isBoxSizing_3iYJm {
  box-sizing: content-box;
}

.input-wallets_inputWrapper_gym-U.input-wallets_withAddress_2kVTM {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.input-wallets_addressWrapper_V2MC3 {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #aaa9a9;
  mix-blend-mode: normal;
  padding-bottom: 5px;
  margin-left: auto;
}

.input-wallets_arrowWrapper_1yBAS {
  display: flex;
  align-items: center;
}

.input-wallets_refIcon_3mKfy {
  position: static;
  width: 18px;
  height: 10px;
  margin-right: 19px;
  margin-left: 15px;
  fill: #f1f2fa;
}

.input-wallets_withAddressWrapper_1oPM_ {
  width: 398px !important;
}

.theme-dark .input-wallets_refIcon_3mKfy {
  fill: rgba(151, 151, 151, 0.7);
}

.input-wallets_inputWrapper_gym-U.input-wallets_isInactive_2fhTC * {
  cursor: default !important;
}

.theme-dark .input-wallets_inputWrapper_gym-U.input-wallets_isOpen_3OvSx {
  box-shadow: none;
}

.input-wallets_inputWrapper_gym-U.input-wallets_placeholder_Ehxys {
  color: #aaa9a9;
}

.input-wallets_inputWrapper_gym-U.input-wallets_placeholder_Ehxys > span {
  margin-top: 12px;
  display: inline-block;
}

.input-wallets_inputWrapper_gym-U.input-wallets_placeholderSelectorWithValue_e0dCJ > span {
  margin-top: 0;
}

.input-wallets_noMargin_28pou {
  margin: 0 !important;
}

.input-wallets_iconArrow_14i5R {
}

.input-wallets_iconArrow_14i5R.input-wallets_newIconArrow_31IB_ {
  position: static;
  margin-right: 10px;
  fill: #979797;
}

.input-wallets_iconNewSelector_1-C03 {
  width: 12px;
}

div.input-wallets_iconArrow_14i5R.input-wallets_newSelectorWithValueIcon_X1W4r {
  width: 16px;
  position: absolute;
  right: -32px;
  top: 26px;
}

.responsive div.input-wallets_iconArrow_14i5R.input-wallets_newSelectorWithValueIcon_X1W4r {
  right: 0;
  top: 20px;
}

.input-wallets_wrapperList_3_p-x {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -1px;
  background: white;
  z-index: 3;
  right: 0;
  color: #aaa9a9;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: solid 1px rgba(170,169,169, 0.4);
  box-shadow: 0 2px 4px rgba(170,169,169, 0.4);
  overflow: auto;
  max-height: 350px;
  padding-top: 0;
  padding-bottom: 10px;
  transform: translateZ(0);
}

.theme-dark .input-wallets_wrapperList_3_p-x {
  background: #222223;
  box-shadow: none;
  border-color: rgba(0,0,0, 0.3);
  scrollbar-width: none;
}

.input-wallets_newWrapperList_3xL57 {
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  overflow: hidden;
  width: 350px;
}

.theme-dark .input-wallets_newWrapperList_3xL57 {
  border: solid 1px #222223;
}

.input-wallets_newWrapperList_3xL57::-webkit-scrollbar {
  width: 0;
}

.input-wallets_newScrollBar_TD90z {
  max-height: 250px;
  overflow: auto;
  border-right: solid 7px white;
}

.theme-dark .input-wallets_newScrollBar_TD90z span {
  color: #fff;
}

.theme-dark .input-wallets_newScrollBar_TD90z {
  border-right: solid 7px #222223;
}

.theme-dark.electron .input-wallets_newScrollBar_TD90z {
  border-right: solid 7px #303132;
}

.input-wallets_newScrollBar_TD90z::-webkit-scrollbar {
  width: 3px;
}

.input-wallets_newScrollBar_TD90z::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 1.5px;
}

.input-wallets_newScrollBar_TD90z::-webkit-scrollbar-thumb {
  background: #7190eb;
  border-radius: 1.5px;
}

.theme-dark .input-wallets_newScrollBar_TD90z::-webkit-scrollbar-track {
  background: #222223;
}

.input-wallets_currencySubBlock_R6ATi,
.input-wallets_currencyBlock_1Qv6o {
  width: 100%;
}

.input-wallets_currencySubBlock_R6ATi {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 60px;
}

.input-wallets_isTestnet_1ftcx {
  color: #aaa9a9;
}

.input-wallets_listTicker_MsBXH {
  margin-top: -2px;
  width: 28px;
}

.input-wallets_currencySubBlock_R6ATi .input-wallets_listTicker_MsBXH {
  font-size: 18px;
  width: 18px;
}

.input-wallets_selectedItem_3ptgW {
  margin-top: 5px;
  padding: 0;
  margin-left: -5px;
}

.input-wallets_selectedItem_3ptgW:hover {
  background: transparent !important;
}

.input-wallets_currencyInfo_3uZGe {
  color: #000;
  width: auto;
  position: relative;
}

.input-wallets_clearMarginLeft_3Oj8s {
  margin-left: 0;
}

.input-wallets_currencyInfo_3uZGe div {
  margin-top: 0;
  color: #a1a1a1;
}

.input-wallets_currencyInfo_3uZGe span {
  font-weight: 500;
}

.input-wallets_newTicker_3H0H_ {
  max-width: 42px;
  overflow: hidden;
  text-overflow: ellipsis !important;
  position: absolute;
  bottom: calc(100% - 7px);
  padding-left: 5px;
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  font-size: 10px !important;
  line-height: 16px !important;
  color: #979797;
}

span.input-wallets_newSelectorTicker_1omzg {
  color: #455a64;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.15px;
}

span.input-wallets_selectedSubWallet_1PRPe {
  padding-right: 3px;
}

span.input-wallets_selectorWithValueTicker_2DW5u {
  margin-top: 3px;
}

.theme-dark span.input-wallets_newSelectorTicker_1omzg {
  color: #7190EB;
}

.theme-dark div.input-wallets_walletInfo_1Nxl0 {
  color: #fff;
}

.input-wallets_subInfoWallet_fKRHa .input-wallets_currencyInfo_3uZGe span,
.input-wallets_subInfoWalletSelected_15P26 .input-wallets_currencyInfo_3uZGe span,
.input-wallets_subInfoFakeWalletSelected_1clj_ div.input-wallets_walletInfo_1Nxl0 {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
}

.input-wallets_spaceBetween_245ro {
  justify-content: space-between;
}

.input-wallets_paddingRight_2Qp6- {
  padding-right: 0;
}

.input-wallets_currencyBlockSelectorWithValue_2zB7d {
  padding: 8px 16px;
  width: 295px;
}

.responsive .input-wallets_currencyBlockSelectorWithValue_2zB7d {
  width: 100%;
}

.input-wallets_walletTitleWrapper_uJYuJ {
  position: relative;
  display: inline-block;
}

.input-wallets_addressTooltip_3GS77 {
  width: 150px !important;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.input-wallets_subWalletTooltip_1K5O- span,
.input-wallets_addressTooltip_3GS77,
.input-wallets_subWalletTooltip_1K5O- {
  font-size: 10px !important;
}

.input-wallets_subWalletTooltip_1K5O- {
  text-align: start;
  width: 110px;
}

.input-wallets_addressTooltip_3GS77,
.input-wallets_subWalletTooltip_1K5O- {
  text-wrap: wrap !important;
  word-wrap: break-word !important;
  white-space: pre-wrap !important;
}

.input-wallets_currencyTooltipWrapper_3umWr {
  font-size: 8px !important;
  width: 100px !important;
  right: auto !important;
  margin: 0 !important;
  font-style: normal !important;
  white-space: pre-wrap !important;
}

.input-wallets_currencyTooltipWrapper_3umWr div,
.input-wallets_addressTooltip_3GS77,
.input-wallets_subWalletTooltip_1K5O- {
  top: 100% !important;
}

.input-wallets_currencyTooltipText_1RamP {
  font-style: normal !important;
}

div.input-wallets_walletInfo_1Nxl0 {
  font-size: 8px !important;
  line-height: 12px !important;
  font-weight: 400 !important;
  color: #455a63;
}

div.input-wallets_walletInfoAbsolute_sXENs {
  position: absolute;
  top: -5px;
  right: -8px;
}

.theme-dark div.input-wallets_walletInfoAbsolute_sXENs {
  color: #fff;
}

span.input-wallets_walletInfoCurrency_33bTL {
  font-weight: 700;
  font-size: 10px;
  line-height: 16px;
  position: absolute;
  top: -7px;
  margin-left: 3px;
}

.theme-dark .input-wallets_titleWrapper_Quc8F span.input-wallets_walletInfoCurrency_33bTL {
  color: #a1a1a1;
}

div.input-wallets_hideInfo_BwIQY {
  opacity: 0;
}

.input-wallets_mainWalletInfo_3bDI_ {
  display: flex;
  align-items: center;
}

.input-wallets_subInfoWallet_fKRHa {
  display: flex;
  margin-right: 56px;
  height: 34px;
}

.input-wallets_subInfoWalletWithoutValue_3-2oP {
  margin-right: 25px;
}

.input-wallets_subInfoWalletSelected_15P26 {
  display: flex;
  margin-right: 51px;
  height: 34px;
}

.input-wallets_currencyInfoWithValue_2u4uK {
  width: 109px;
  height: 36px;
  justify-content: space-around;
}

.input-wallets_currencyInfoWithoutValue_36nPe {
  width: 160px;
}

div.input-wallets_currencyInfoWithValueSelected_2G_HW {
  width: 105px;
}

div.input-wallets_subInfoWalletWithValues_3Dstz {
  display: block;
  width: 105px;
  margin-right: 0;
}

div.input-wallets_subInfoWalletWithValuesSelected_sAWue {
  width: 94px;
}

.input-wallets_walletName_UPsg2 {
  display: flex;
}

div.input-wallets_walletType_1hbsh {
  text-align: right;
  font-family: 'Ubuntu', serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 11px;
  letter-spacing: 0.25px;
  width: 125px;
}

div.input-wallets_walletTypeWithValue_PHJtm {
  width: 105px;
  height: 17px;
  font-family: 'Roboto', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 24px;
  color: #a1a1a1;
  letter-spacing: normal;
}

div.input-wallets_walletTypeWithValueSelected_2N_vG {
  width: 86px;
  padding-right: 3px;
}

.input-wallets_walletBalance_3mRgu {
  display: inline;
}

.input-wallets_iconMarginRigt_1ZSBh {
  margin-right: 3px;
}

.input-wallets_miniIconWrapper_3MsdY {
  width: 13px !important;
  height: 13px !important;
}

.input-wallets_miniIconImg_ZXXPG {
  width: 7px !important;
  height: 8px !important;
}

.input-wallets_titleContainer_3LQfL {
  display: block;
  width: min-content !important;
  text-align: right;
}

.input-wallets_titleContainerWithValue_1llxs {
  display: flex;
  flex-direction: column;
  margin-top: -6px;
}

.input-wallets_titleContainerNewSelector_dXoDW {
  width: 100% !important;
  text-align: left;
}

span.input-wallets_overflowVisible_24tor {
  overflow: visible;
}

.input-wallets_inlineBlock_3LSJR {
  display: inline-block;
}

.input-wallets_selectedTicker_2Gaai {
  right: auto;
}

.input-wallets_titleWrapper_Quc8F {
  display: inline-block;
  max-width: 187px !important;
  text-overflow: ellipsis !important;
  font-weight: 500;
}

.input-wallets_is-no-visible_3JCnr {
  visibility: hidden;
}

.input-wallets_colorTooltip_3BGMz {
  background: white !important;
  border: 1px #000 solid;
}

.input-wallets_colorTooltip_3BGMz::before {
  display: none;
}

.theme-dark .input-wallets_colorTooltip_3BGMz {
  background: #303132 !important;
  border: 1px #000 none;
}

span.input-wallets_walletTitle_P3P-E {
  color: #455a63;
  font-weight: 700 !important;
  font-size: 14px;
  line-height: 15px;
  font-style: normal !important;
  margin-top: 3px;
}

span.input-wallets_walletTitleWithValue_3S46G {
  line-height: 21px;
}

.theme-dark span.input-wallets_walletTitle_P3P-E {
  color: #fff;
}

.input-wallets_infoAboutBalance_SaGPj {
  background: #979797;
  border-radius: 4px;
  padding: 1px 4px;
  margin-left: 4px;
  color: #fff;
  font-family: Ubuntu, sans-serif;
  font-style: normal !important;
  font-weight: normal;
  font-size: 12px !important;
  line-height: 12px !important;
}

.theme-dark .input-wallets_infoAboutBalance_SaGPj {
  background-color: #656565;
}

.input-wallets_selectedWrapper_W8qVy {
  display: inline-block;
  max-width: 121px !important;
  text-overflow: ellipsis !important;
}

.input-wallets_emptyState_3fzRM {
  text-align: center;
  padding: 20px 0;
  color: #aaa9a9;
  font-size: 14px;
}

.input-wallets_searchWrapper_2WkSQ {
  margin: 10px;
  display: block;
}

.input-wallets_newSearchWrapper_3isHx,
.input-wallets_searchWrapperWithValue_LCymE {
  padding: 0 !important;
  margin: 0;
  margin-bottom: 10px;
}

.responsive .input-wallets_searchWrapperWithValue_LCymE {
  margin: 10px;
}

.input-wallets_searchWrapperWithValue_LCymE {
  margin-bottom: 0;
}

.input-wallets_searchInput_1MJp1 {
  background: none;
  width: 100%;
  padding: 10px;
  border: none;
  border-bottom: solid 1px rgba(170,169,169, 0.4);
  outline: none;
  font-size: 14px;
}

.theme-dark .input-wallets_searchInput_1MJp1 {
  color: #fff;
  border-color: rgba(0,0,0, 0.3);
}

.input-wallets_newSearchInput_Wj0Gx {
  width: 100%;
  height: 42px !important;
  padding: 0;
  padding-left: 52px;
  background-color: #fafafa;
  border-bottom: solid 1px #e2e2ea;
}

div.input-wallets_displayNone_22HIg,
span.input-wallets_displayNone_22HIg {
  display: none;
}

.input-wallets_searchInputWithValue_dyHH3 {
  background-color: #fafafa;
  height: 44px;
  padding: 12px;
}

.responsive .input-wallets_searchInputWithValue_dyHH3 {
  background: none;
  height: 38px;
  font-size: 12px;
  padding: 0;
}

.input-wallets_SearchIcon_3H45Z {
  position: absolute;
  top: 10px;
  left: 16px;
}

.input-wallets_isDisabled_38xcL {
  cursor: default;
}

.input-wallets_isDisabled_38xcL * {
  color: #aaa9a9 !important;
  opacity: 0.8;
}

.input-wallets_isDisabled_38xcL:hover {
  background: none !important;
}

.input-wallets_isInsufficientFunds_2FHLL {
  background-color: #aaa9a9 !important;
}

.input-wallets_isInsufficientFunds_2FHLL.input-wallets_currencyInfo_3uZGe {
  background-color: transparent !important;
  color: #aaa9a9 !important;
}

.input-wallets_walletsLoader_1L4vh {
  margin-top: 8px;
}

.input-wallets_isHidden_3INLA {
  background-color: #aaa9a9 !important;
}

.input-wallets_focusItem_3uIxi {
  background: #f1f2fa;
}

.theme-dark .input-wallets_focusItem_3uIxi {
  background: rgba(0,0,0, 0.2);
}

.input-wallets_icon_xMp0s {
  position: absolute;
  right: 16px;
  top: 9px;
}

.input-wallets_clearPassIcon_3Et99 {
}

.message_message_3y46A {
  padding: 15px;
  font-size: 14px;
  border-radius: 5px;
  margin-bottom: 20px;
  line-height: 22px;
}

.message_info_iHcBs {
  background: rgba(68,138,255, 0.1);
  color: #448aff;
}

.message_info_iHcBs a {
  color: #448aff;
  text-decoration: underline;
}

.message_error_2vz_J {
  background: rgba(229,57,53, 0.1);
  color: #E53935;
}

.message_error_2vz_J a {
  color: #E53935;
  text-decoration: underline;
}

.message_warning_2-GDD {
  background: rgba(241,196,15, 0.15);
  color: #f39c12;
}

.message_warning_2-GDD a {
  color: #f39c12;
  text-decoration: underline;
}

.message_inverted_2alPl {
  background: #fff !important;
}

.message_text-left_2OU2m {
  text-align: left;
}

.message_text-center_39G1T {
  text-align: center;
}

.notifications_isInfo_2GCQd {
  background: #ecf3ff;
  border-radius: 8px;
  font-size: 12px;
  line-height: 22px;
  color: #000;
  padding: 5px 15px;
}

.notifications_isWarning_1kUwG {
  color: #000;
  border-radius: 8px;
  font-size: 12px;
  line-height: 22px;
  background: #fff4e0;
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
  max-height: 64px;
}

.notifications_isError_3eeGD {
  background: #f35b51;
  color: white;
  border-radius: 8px;
  max-height: 36px;
  padding: 7px 11px;
  font-size: 12px;
  line-height: 22px;
}

.notifications_isErrorWrapper_260s9 {
  width: auto !important;
}

.notifications_isWarning_1kUwG::after,
.notifications_isInfo_2GCQd::after,
.notifications_isErrorWrapper_260s9::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  position: absolute;
  left: 0;
  z-index: -100;
  bottom: 10px;
}

.notifications_isWarning_1kUwG::after {
  border-color: #fff4e0 transparent transparent transparent;
}

.notifications_isInfo_2GCQd::after {
  border-color: #eff5ff transparent transparent transparent;
}

.notifications_isErrorWrapper_260s9::after {
  border-color: #f35c51 transparent transparent transparent;
}

.theme-dark .notifications_isWarning_1kUwG::after {
  border-color: #eacca9 transparent transparent transparent;
}

.theme-dark .notifications_isInfo_2GCQd::after {
  border-color: #afbdd4 transparent transparent transparent;
}

.theme-dark .notifications_isErrorWrapper_260s9::after {
  border-color: #da5048 transparent transparent transparent;
}

.theme-dark .notifications_isWarning_1kUwG {
  background-color: #eacca9;
}

.theme-dark .notifications_isInfo_2GCQd {
  background-color: #afbdd4;
}

.theme-dark .notifications_isError_3eeGD {
  background-color: #da5048;
}

.loader-dots_loading_1sH8F {
  cursor: auto !important;
}

.loader-dots_loading_1sH8F::after {
  content: ' .';
  animation: loader-dots_dots_2NIDd 1s steps(5, end) infinite;
  display: inline-block;
  margin-right: 4px;
}

@keyframes loader-dots_dots_2NIDd {
  0%,
  20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }

  40% {
    color: #455a64;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }

  60% {
    text-shadow: 0.25em 0 0 #455a64, 0.5em 0 0 rgba(0, 0, 0, 0);
  }

  80%,
  100% {
    text-shadow: 0.25em 0 0 #455a64, 0.5em 0 0 #455a64;
  }
}

.theme-dark .loader-dots_loading_1sH8F::after {
  content: ' .';
  animation: loader-dots_dotsDarkTheme_irT7M 1s steps(5, end) infinite;
  display: inline-block;
  margin-right: 4px;
}

@keyframes loader-dots_dotsDarkTheme_irT7M {
  0%,
  20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }

  40% {
    color: white;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }

  60% {
    text-shadow: 0.25em 0 0 white, 0.5em 0 0 rgba(0, 0, 0, 0);
  }

  80%,
  100% {
    text-shadow: 0.25em 0 0 white, 0.5em 0 0 white;
  }
}

.popup-import-xmr_popupWrapper_2pQRl {
  display: block;
  padding: 0 20px 20px;
  width: 100%;
}

.popup-import-xmr_popupWrapper_2pQRl h3 {
  color: #7190EB;
  text-align: center;
}

.popup-import-xmr_popupWrapper_2pQRl > img {
  margin: 20px 0;
  flex-grow: 1;
  width: 80px;
  height: 80px;
}

.popup-import-xmr_imgWrapper_ttCqR {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
}

.popup-import-xmr_popupWrapper_2pQRl p {
  margin-top: 10px;
  font-size: 14px;
}

.popup-import-xmr_popupWrapper_2pQRl p.popup-import-xmr_center_2QVLi {
  text-align: center;
}

.popup-import-xmr_horizontalBlocks_qohcS {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.popup-import-xmr_captchaBlock_nmhW2,
.popup-import-xmr_wrapperLoader_32rnR {
  height: 74px;
  display: block;
  margin-bottom: 20px;
}

.data-recording-alert_alertDanger_1uASs {
  color: #E53935;
  background: rgba(229,57,53, 0.1);
  padding: 16px;
  border-radius: 5px;
  margin-top: 30px;
}

.data-recording-alert_alertDanger_1uASs a {
  color: #E53935;
  text-decoration: underline;
}

.theme-dark .data-recording-alert_alertDanger_1uASs a {
  color: #E53935;
  text-decoration: underline;
}

.data-recording-alert_alertDanger_1uASs p {
  margin: 0;
  color: inherit;
}

.theme-dark .data-recording-alert_alertDanger_1uASs p {
  color: inherit;
}

.data-recording-alert_alertDanger_1uASs p + p {
  margin-top: 28px;
}

.data-recording-alert_footerButtonStatus_up_Ba {
  padding-top: 15px;
  border-top: solid 1px rgba(170,169,169, 0.2);
  margin-top: 30px;
}

.data-recording-alert_footerButtonStatusCenter_1PVvo {
  text-align: center;
  padding-top: 15px;
  border-top: solid 1px rgba(170,169,169, 0.1);
  margin-top: 30px;
}

.PopupCreateWallet_fastCreateBlock_V47rr {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 15px;
}

.PopupCreateWallet_horizontalBlocks_3LpoZ {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.PopupCreateWallet_fastCreateItem_3kJQt {
  width: 24%;
  padding: 15px 10px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: solid 1px rgba(170,169,169, 0.2);
  font-size: 12px;
  cursor: pointer;
  border-radius: 3px;
}

.theme-dark .PopupCreateWallet_fastCreateItem_3kJQt {
  border-color: rgba(0,0,0, 0.2);
  color: rgba(255,255,255, 0.8);
}

.PopupCreateWallet_fastCreateTicker_37g0i {
  font-size: 28px;
  margin-bottom: 15px;
  color: #7190EB;
}

.PopupCreateWallet_fastCreateItem_3kJQt:hover {
  border-color: #7190EB;
  background: #7190EB;
  color: white;
}

.PopupCreateWallet_fastCreateItem_3kJQt:hover .PopupCreateWallet_fastCreateTicker_37g0i {
  color: white;
}

.PopupCreateWallet_orSeparator_H8w7p {
  border-bottom: solid 1px rgba(170,169,169, 0.2);
  position: relative;
  margin: 25px 0;
}

.PopupCreateWallet_orSeparator_H8w7p span {
  position: absolute;
  background: white;
  color: rgba(170,169,169, 0.3);
  top: -12px;
  left: 47%;
  padding: 4px;
}

.theme-dark .PopupCreateWallet_orSeparator_H8w7p span {
  background: #303132;
}

.PopupCreateWallet_footerButtonStatus_3a29u {
  padding-top: 15px;
  border-top: solid 1px rgba(170,169,169, 0.2);
  margin-top: 30px;
}

.PopupCreateWallet_footerButtonStatusCenter_vYvBw {
  text-align: center;
  padding-top: 15px;
  border-top: solid 1px rgba(170,169,169, 0.1);
  margin-top: 30px;
}

.PopupCreateWallet_lineInformation_3yH0u {
  font-size: 14px;
  margin-bottom: 15px;
  position: relative;
}

.theme-dark .PopupCreateWallet_lineInformation_3yH0u {
  color: rgba(255,255,255, 0.8);
}

.PopupCreateWallet_lineInformation_3yH0u h4 {
  color: #7190EB;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.PopupCreateWallet_lineInformation_3yH0u > span {
  display: block;
  max-width: 100%;
  font-size: 13px;
  user-select: auto;
  word-break: break-word;
}

.PopupCreateWallet_wrapperCreatedWallet_2QDtF {
  margin: 0 -30px;
  padding: 0 30px;
}

.PopupCreateWallet_wrapperSkipedWallet_289RX h2,
.PopupCreateWallet_wrapperCreatedWallet_2QDtF h2 {
  font-size: 16px;
  margin-bottom: 5px;
}

.PopupCreateWallet_wrapperCreatedWallet_2QDtF h2 {
  color: #7190EB;
  text-align: center;
}

.PopupCreateWallet_wrapperSkipedWallet_289RX h2 {
  color: #E53935;
}

.PopupCreateWallet_wrapperSkipedWallet_289RX > p,
.PopupCreateWallet_wrapperCreatedWallet_2QDtF > p {
  padding-bottom: 10px;
  font-size: 14px;
  border-bottom: solid 1px rgba(170,169,169, 0.1);
}

.PopupCreateWallet_wrapperCreatedWallet_2QDtF > p {
  text-align: center;
  color: #aaa9a9;
}

.PopupCreateWallet_inputPassword_1kmw8 {
  margin-bottom: 0;
  padding: 7px 13px;
}

.PopupCreateWallet_linePassword_OQFxb {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
}

.PopupCreateWallet_linePassword_OQFxb button {
  white-space: nowrap;
  margin-left: 10px;
}

.PopupCreateWallet_passwordError_24r9d {
  margin-top: 5px;
  color: #E53935;
  position: absolute;
  bottom: -18px;
  font-size: 12px;
}

.PopupCreateWallet_backButton_24vFK {
  color: #aaa9a9;
  font-size: 14px;
  margin-top: 10px;
  cursor: pointer;
  display: inline-block;
}

.PopupCreateWallet_backButton_24vFK:hover {
  color: #7190EB;
  text-decoration: underline;
}

.PopupCreateWallet_popupWrapper_3E9qU {
  display: block;
  padding: 0 20px 20px;
  width: 100%;
}

.PopupCreateWallet_loadingWrapper_2991D {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 320px;
}

.PopupCreateWallet_loadingWrapper_2991D p {
  color: #7190EB;
  font-size: 14px;
  margin-right: 5px;
}

.checkbox_wrapper_1QgLe {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  align-items: flex-start;
}

.checkbox_wrapper_1QgLe > input {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.checkbox_wrapper_1QgLe.checkbox_invalid_1GpCm > span {
  border: solid 1px #E53935;
}

.checkbox_wrapper_1QgLe > span {
  display: flex;
  flex-shrink: 0;
  border-radius: 3px;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border: solid 1px #aaa9a9;
}

.checkbox_wrapper_1QgLe input:checked + span {
  background: #7190EB url(/app/78c1c686df1d13a5239058a0b7b1330e.svg) center no-repeat;
  border-color: #7190EB;
  background-size: 70%;
}

.checkbox_wrapper_1QgLe.checkbox_gray_BARSK input:checked + span {
  background: #aaa9a9 url(/app/78c1c686df1d13a5239058a0b7b1330e.svg) center no-repeat;
  border-color: #aaa9a9;
  background-size: 70%;
  opacity: 0.8;
}

.theme-dark .checkbox_wrapper_1QgLe > span {
  background: #303132;
  border: solid 1px #aaa9a9;
}

.theme-dark .checkbox_wrapper_1QgLe.checkbox_invalid_1GpCm > span {
  border: solid 1px #E53935;
}

.checkbox_wrapper_1QgLe.checkbox_invalid_1GpCm > div {
  color: #E53935;
}

.checkbox_wrapper_1QgLe.checkbox_invalid_1GpCm > div a {
  color: #E53935;
}

.checkbox_wrapper_1QgLe > div {
  font-size: 14px;
  color: #455a64;
  user-select: none;
  line-height: 22px;
  margin-top: -1px;
}

.theme-dark .checkbox_wrapper_1QgLe > div {
  color: rgba(255,255,255, 0.9);
}

.theme-dark .checkbox_wrapper_1QgLe.checkbox_invalid_1GpCm > div {
  color: #E53935;
}

.select_wrapper_royND {
}

.select_inputWrapper_yUluf {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.select_inputWrapper_yUluf.select_isOpen_2SwQU {
  box-shadow: 0 0 2px rgba(170,169,169, 0.4);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.theme-dark .select_inputWrapper_yUluf.select_isOpen_2SwQU {
  box-shadow: none;
}

.select_inputWrapper_yUluf.select_placeholder_35X6x {
  color: #aaa9a9;
}

.select_item_e37bA div {
  font-weight: bold;
  margin-top: 4px;
  font-size: 12px;
}

.select_item_e37bA span {
  display: block;
  font-weight: normal;
  color: #455a64;
}

.theme-dark .select_item_e37bA div {
  color: rgba(255,255,255, 0.8);
}

.theme-dark .select_item_e37bA span {
  color: rgba(255,255,255, 0.5);
}

.select_iconArrow_28AAD {
}

.select_wrapperList_3r3GR {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -1px;
  background: white;
  z-index: 3;
  right: 0;
  color: #aaa9a9;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: solid 1px rgba(170,169,169, 0.4);
  box-shadow: 0 2px 4px rgba(170,169,169, 0.4);
  overflow: auto;
  max-height: 350px;
  padding-top: 0;
  padding-bottom: 10px;
  transform: translateZ(0);
}

.theme-dark .select_wrapperList_3r3GR {
  background: #222223;
  box-shadow: none;
  border-color: rgba(0,0,0, 0.3);
}

.select_currencyBlock_2KzA6 {
  font-size: 14px !important;
  font-weight: normal;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.select_currencyBlock_2KzA6 img {
  margin: 0;
  height: 32px;
  max-width: 40px;
}

.select_emptyState_2H7sX {
  text-align: center;
  padding: 20px 0;
  color: #aaa9a9;
}

.select_wrapImage_3myrN {
  display: inline-block;
  width: 55px;
  margin-left: -10px;
  text-align: center;
  border-right: solid 1px rgba(170,169,169, 0.2);
  margin-right: 15px;
}

.select_errorWrapper_2YRbi {
  position: relative;
}

.select_errorWrapper_2YRbi .select_inputWrapper_yUluf {
  border-color: #E53935;
}

.select_errorWrapper_2YRbi.select_visibleText_UttJn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select_errorWrapper_2YRbi .select_inputWrapper_yUluf.select_isOpen_2SwQU {
  border: solid 1px rgba(170,169,169, 0.4);
}

.select_loaderPlaceholder_3-HCM {
  font-size: 14px;
  margin-left: 10px;
}

.select_searchWrapper_37V3X {
  margin: 10px;
}

.select_searchInput_39bX3 {
  background: none;
  width: 100%;
  padding: 10px;
  border: none;
  border-bottom: solid 1px rgba(170,169,169, 0.4);
  outline: none;
  font-size: 14px;
}

.theme-dark .select_searchInput_39bX3 {
  color: #fff;
  border-color: rgba(0,0,0, 0.3);
}

.button-copy_button_C4eji {
  cursor: pointer;
  display: flex;
}

.ledger_globalWrapper_k3WKM {
  position: relative;
}

.ledger_wrapperAccounts_2m1_B {
  border-bottom: solid 1px rgba(170,169,169, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.ledger_wrapperAccounts_2m1_B .dashedNormal {
  font-size: 14px;
  text-decoration: underline;
  margin-left: 28px;
}

.ledger_back_L_4Iw {
  margin-right: 20px;
}

span.ledger_stop_19QS8 {
  margin-right: 0;
  margin-left: 30px;
}

.ledger_wrapperProgress_gu68w {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border: dashed 1px #7190EB;
}

.ledger_wrapperProgress_gu68w span {
  margin-left: 15px;
}

.ledger_account_xGfsl {
  font-size: 14px;
  display: flex;
  margin-bottom: 15px;
  position: relative;
}

.ledger_accountContainer_2czLX {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
}

.ledger_accountWrapper_2_I3b {
  font-size: 14px;
  display: flex;
  margin-bottom: 10px;
  position: relative;
}

.ledger_subAccountContainer_2MEKR {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  margin-left: 30px;
}

.ledger_subAccountContainer_2MEKR.ledger_final_3OI1Z {
  margin-left: 0;
}

.ledger_subAccount_1iIct {
  display: flex;
  margin-bottom: 12px;
  flex-direction: row;
}

.ledger_account_xGfsl .ledger_info_1EKYi {
  display: flex;
  flex-direction: column;
}

.ledger_accountContainer_2czLX .ledger_hdInfo_1T-ID {
  display: flex;
  flex-direction: row;
}

.ledger_addressText_1iAMt {
  cursor: pointer;
}

.ledger_subAccount_1iIct .ledger_info_1EKYi {
  font-size: 11px;
  margin-bottom: 0;
}

.ledger_subAccount_1iIct .ledger_derivePath_1aRWk {
  font-size: 10px;
  white-space: nowrap;
}

.ledger_checkbox_fs9R4 {
  margin-top: 0 !important;
}

.ledger_derivePath_1aRWk {
  margin-top: 3px;
  font-size: 12px;
  color: #aaa9a9;
}

.theme-dark .ledger_hdIsAdded_26hT_ {
  color: white;
}

.ledger_hdIsAdded_26hT_ {
  font-size: 10px;
  color: #7190EB;
  font-weight: bold;
  margin-left: 15px;
  margin-top: 3px;
}

.ledger_balance_3p6iB {
  align-self: flex-start;
  position: absolute;
  right: 0;
  text-align: right;
  color: #7190EB;
  font-weight: bold;
}

.ledger_subWalletBalance_1AiTo {
  align-self: flex-start;
  position: absolute;
  right: 0;
  text-align: right;
}

.ledger_status_2vOdT {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #aaa9a9;
}

.ledger_status_2vOdT span {
  margin-left: 10px;
}

.ledger_footerButtonStatus_3v7_y {
}

.ledger_advancedOptions_2_qsX {
  margin-bottom: 30px;
  font-size: 14px;
}

.ledger_wrapperAdvancedOptions_1O5ml {
  margin-bottom: 30px;
}

.ledger_sponsoredLink_2orPT {
  margin-bottom: 30px;
  font-size: 14px;
}

.ledger_sponsoredLink_2orPT a {
  color: #7190EB;
  display: inline-block;
  vertical-align: middle;
}

.ledger_sponsoredLink_2orPT img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}

.ledger_wrapperLedgerImage_1h9G_ {
  max-height: 210px;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 5px;
}

.ledger_wrapperLedgerImage_1h9G_.ledger_jpg_2WCYX img {
  margin-top: -140px;
}

.ledger_stepInfo_cyy_r {
  float: left;
  user-select: none;
  font-size: 14px;
  line-height: 44px;
  color: #aaa9a9;
}

.back-button_backButton_3vfsA {
  padding-left: 0 !important;
}

.back-button_iconBack_2n7KY {
  width: 16px;
}

.back-button_gray_3SUvf {
  color: #aaa9a9 !important;
}

.tooltip-nottify_wrapper_1sHCE {
  position: relative;
}

.tooltip-nottify_tooltip_Dei-S {
  position: absolute;
  bottom: 100%;
  margin-bottom: 7px;
  font-size: 12px;
  background: rgba(0, 0, 0);
  padding: 5px 8px;
  color: white;
  border-radius: 3px;
  max-width: 280px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s;
}

.tooltip-nottify_tooltip_Dei-S.tooltip-nottify_bottom_oBXfE {
  bottom: initial;
  top: 130%;
}

.tooltip-nottify_tooltip_Dei-S.tooltip-nottify_top_1vXFg {
  bottom: 100%;
  top: initial;
}

.tooltip-nottify_oneLine_RWzyu {
  white-space: nowrap;
}

.tooltip-nottify_tooltip_Dei-S.tooltip-nottify_left_3UnOv {
  left: 0;
}

.tooltip-nottify_tooltip_Dei-S.tooltip-nottify_right_3HpPf {
  right: 0;
}

.tooltip-nottify_tooltip_Dei-S.tooltip-nottify_center_2GMcu {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.tooltip-nottify_tooltip_Dei-S.tooltip-nottify_center_2GMcu::after {
  left: 45%;
}

.tooltip-nottify_tooltip_Dei-S a {
  color: #7190EB;
  text-decoration: none;
}

.tooltip-nottify_tooltip_Dei-S a:hover {
  text-decoration: none;
}

.tooltip-nottify_tooltip_Dei-S.tooltip-nottify_top_1vXFg::after {
  content: '';
  position: absolute;
  border: solid 5px transparent;
  border-top-color: rgba(0, 0, 0, 0.7);
  bottom: -10px;
}

.tooltip-nottify_tooltip_Dei-S.tooltip-nottify_bottom_oBXfE::before {
  content: '';
  position: absolute;
  border: solid 5px transparent;
  border-bottom-color: rgba(0, 0, 0, 0.7);
  top: -10px;
}

.tooltip-nottify_tooltip_Dei-S.tooltip-nottify_copyTooltipWrapper_1B1Vc::after {
  border-top-color: rgba(0, 0, 0, 1);
}

.tooltip-nottify_tooltip_Dei-S.tooltip-nottify_left_3UnOv::after {
  left: 5px;
}

.tooltip-nottify_tooltip_Dei-S.tooltip-nottify_right_3HpPf::after {
  right: 5px;
}

.tooltip-nottify_isVisible_24kx3 {
  opacity: 1;
  visibility: visible;
}

.tooltip-nottify_hoveredText_1fTh- {
  background: #f1f2fa;
}

.theme-dark .tooltip-nottify_hoveredText_1fTh- {
  background: #262728;
}

.tooltip-nottify_type-modern_kxUKA .tooltip-nottify_tooltip_Dei-S {
  background: #fff;
  color: #656565;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 15px;
}

.tooltip-nottify_type-modern_kxUKA .tooltip-nottify_tooltip_Dei-S::before,
.tooltip-nottify_type-modern_kxUKA .tooltip-nottify_tooltip_Dei-S::after {
  display: none;
}

.tooltip-nottify_copyImg_1ypup {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 10px;
}

.tooltip-nottify_copyText_2ligC {
  display: inline-block;
  margin-left: 18px;
}

.tooltip-nottify_copiedImg_1AXIM {
  width: 12px;
  height: 10px;
  left: 11px;
  top: 14px;
}

.tooltip-nottify_type-error_1_9O3 .tooltip-nottify_tooltip_Dei-S {
  color: #f35b51;
  background: #fde6e5;
}

.tooltip-nottify_type-error_1_9O3 .tooltip-nottify_tooltip_Dei-S.tooltip-nottify_top_1vXFg::after {
  border-top-color: #fde6e5;
}

.secure-note_secureNote_1jkVs {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #7190EB;
  cursor: pointer;
  user-select: none;
}

.secure-note_secureNote_1jkVs.secure-note_white_-iv2_ {
  color: #fff;
}

.secure-note_secureNote_1jkVs.secure-note_white_-iv2_ a {
  color: white;
  text-decoration: none;
}

.secure-note_secureNote_1jkVs img {
  margin-right: 10px;
}

.transaction-send-error_error_3cYWr {
  width: 100%;
}

.paste-button_pasteButton_3WjgS {
  color: #7190EB !important;
  padding: 0 10px 0 10px !important;
  display: flex;
  justify-content: flex-start;
  margin-top: -1px !important;
  height: 16px;
}

.qr-scanner_wrapper_1Etxn {
  position: relative;
  z-index: 2;
  display: inline-block;
  cursor: pointer;
}

.qr-scanner_wrapper_1Etxn img {
  width: 16px;
}

.qr-scanner_previewObject_1roth {
  width: 200px;
  position: absolute;
  bottom: 100%;
  right: 0;
  border: solid 1px #aaa9a9;
  padding: 3px;
  margin-bottom: 10px;
  border-radius: 3px;
  transform: translate3d(0, 0, 0);
  cursor: default;
  background: white;
}

.qr-scanner_isError_3jRl- {
  text-align: center;
  padding: 30px 0;
  font-size: 12px;
}

.theme-dark .qr-scanner_isError_3jRl- {
  color: white;
}

.theme-dark .qr-scanner_previewObject_1roth {
  background: #222223;
}

.qr-scanner_isDisabledIcon_2xtXL {
  opacity: 0.4;
}

.qr-scanner-paste-button_wrapperQrScanner_24uj7 {
  display: flex;
  position: absolute;
  right: 20px;
  top: 19px;
}

.import-block_containerWrapper_1h8jf {
  position: relative;
}

.import-block_secureNoteWrapper_1Vc8k {
  position: absolute;
  top: 17px;
  right: 20px;
}

.import-block_wrapperAddButton_3GNAb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}

.import-block_wrapperAddButton_3GNAb button {
  white-space: nowrap;
}

.import-block_wrapperQrScanner_3o6SJ {
  position: absolute;
  right: 20px;
  top: 19px;
}

.import-block_tooltipRed_1yHDg > div {
  background-color: #E53935 !important;
}

.import-block_tooltipRed_1yHDg > div::after {
  border-top-color: #E53935;
}

.import-block_themeWhite_3LSZn .import-block_inputPrivateKey_WAsC7 {
  border: none;
}

.import-block_inputPrivateKey_WAsC7 {
  padding-right: 40px;
}

.import-block_themeWhite_3LSZn .import-block_buttonImport_ZsUK4 {
  border-color: white;
  color: white;
}

.import-block_showPassIconBlue_1t2TW {
  background-image: url(/app/f3cae1856e92addbdc7e8b6fb29b03a1.svg);
  cursor: pointer;
}

.import-block_hidePassIconBlue_xp_6E {
  background-image: url(/app/782816c9b0323fd34c79cc85bb1b961a.svg);
  cursor: pointer;
}

.import-block_icon_3SNdG {
  width: 24px;
  height: 24px;
}

.import-block_rightIcon_3vBR0 {
  right: 47px !important;
}

.import-block_leftIcon_3euMp {
  position: absolute;
  right: 15px;
  bottom: 38px;
}

.import_footerButtonStatus_19W5Y {
}

.import_lineInformation_2k2lf {
  margin-bottom: 20px;
}

.import_lineInformation_2k2lf h4 {
  color: #7190EB;
  margin-bottom: 10px;
}

.import_lineInformation_2k2lf span {
  word-break: break-all;
}

.import_lineInformation_2k2lf ~ .import_footerButtonStatus_19W5Y {
  margin-top: 40px;
}

.theme-dark .import_lineInformation_2k2lf {
  color: rgba(255,255,255, 0.8);
}

.textarea_textarea_3EjI7 {
  background: white;
  width: 100%;
  font-size: 14px;
  margin-bottom: 25px;
  border: solid 1px rgba(170,169,169, 0.4);
  border-radius: 3px;
  font-family: Roboto, sans-serif;
  padding: 10px;
  outline: none;
  height: 200px;
  resize: none;
}

.theme-dark .textarea_textarea_3EjI7 {
  background: rgba(0,0,0, 0.1);
  color: rgba(255,255,255, 0.8);
  border-color: rgba(0,0,0, 0.3);
}

.textarea_textarea_3EjI7:focus {
  border-color: rgba(113,144,235, 0.5);
}

.textarea_textarea_3EjI7:disabled {
  background: rgba(170,169,169, 0.1);
}

.input-address_input_3BDk7 {
  display: block;
  height: 16px;
  padding: 0;
  border: none;
  overflow: visible;
  margin: auto;
}

.input-address_input_3BDk7 ::-webkit-scrollbar {
  display: none;
}

.input-address_input_3BDk7::placeholder {
  white-space: nowrap;
  overflow: hidden;
}

.input-address_label_SKdqT {
  display: flex;
  height: 52px;
  padding: 0 17px !important;
  background: white;
  width: 100%;
  margin-bottom: 25px;
  border: solid 1px rgba(170,169,169, 0.4);
  border-radius: 3px;
  font-family: Roboto, sans-serif;
  overflow: scroll;
}

.input-address_label_SKdqT::-webkit-scrollbar {
  display: none !important;
}

.theme-dark .input-address_label_SKdqT {
  background: rgba(0,0,0, 0.1);
  color: rgba(255,255,255, 0.8);
  border-color: rgba(0,0,0, 0.3);
}

.input-address_label_SKdqT:focus-within {
  border-color: rgba(113,144,235, 0.5);
}

.input-address_label_SKdqT.input-address_disabled_3numE {
  background: rgba(170,169,169, 0.1) !important;
}

.theme-dark .input-address_input_3BDk7,
.input-address_input_3BDk7:disabled {
  background: rgba(170,169,169, 0) !important;
}

.watch_footerButtonStatus_s4mIA {
}

.watch_lineInformation_3Cal2 {
  margin-bottom: 20px;
}

.watch_lineInformation_3Cal2 h4 {
  color: #7190EB;
  margin-bottom: 10px;
}

.watch_lineInformation_3Cal2 span {
  word-break: break-all;
}

.watch_lineInformation_3Cal2 ~ .watch_footerButtonStatus_s4mIA {
  margin-top: 40px;
}

.watch_containerWrapper_1e87w {
  position: relative;
}

.watch_secureNoteWrapper_3GPp_ {
  position: absolute;
  top: 17px;
  right: 20px;
}

.watch_wrapperAddButton_1Eiqo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.watch_wrapperAddButton_1Eiqo button {
  white-space: nowrap;
}

.watch_tooltipRed_5Jpsf > div {
  background-color: #E53935 !important;
}

.watch_tooltipRed_5Jpsf > div::after {
  border-top-color: #E53935;
}

.menu_menu_1naoh {
  border-bottom: solid 1px rgba(170,169,169, 0.2);
  align-items: center;
  display: flex;
  margin: -5px -30px 25px -30px;
  z-index: 3;
}

.menu_menu_1naoh div {
  padding: 10px 25px;
  font-size: 16px;
  display: inline-block;
  border-bottom: solid 3px transparent;
  user-select: none;
  cursor: pointer;
}

.menu_menu_1naoh div:hover {
  text-decoration: none;
  border-bottom-color: #f1f2fa;
}

.menu_menu_1naoh div.menu_active_1stop {
  border-bottom-color: #7190EB;
}

.theme-dark .menu_menu_1naoh {
  border-color: rgba(0,0,0, 0.2);
  color: rgba(255,255,255, 0.8);
}

.theme-dark .menu_menu_1naoh div:not(.menu_active_1stop):hover {
  border-bottom-color: rgba(0,0,0, 0.2);
}

.popup-import-or-create_popupWrapper_2I4Zi {
  display: block;
  padding: 0 20px 20px;
  width: 100%;
}

.popup-import-or-create_popupWrapper_2I4Zi h3 {
  color: #7190EB;
}

.popup-import-or-create_wrapperQrScanner_1R-UT {
  position: absolute;
  right: 20px;
  top: 19px;
}

.popup-import-or-create_steps_2Z0TL {
  color: #aaa9a9;
}


.popup-custom-token_popup_3oM2S {
  padding: 30px;
  width: 100%;
}

.popup-custom-token_popup_3oM2S h2 {
  font-size: 21px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #7190EB;
}

.popup-custom-token_popup_3oM2S p {
  margin-top: 10px;
  font-size: 14px;
}

.popup-custom-token_popup_3oM2S button {
  width: 100%;
}

.popup-custom-token_loaderWrapper_1aIEp {
  text-align: center;
}

.popup-custom-token_error_3r4Jk {
  color: #E53935;
  margin-bottom: 20px;
}

.create-address_stages_1akuo {
  padding-left: 24px;
}

.create-address_stages_1akuo > li {
  line-height: 32px;
  list-style-type: none;
  display: flex;
}

.create-address_stages_1akuo > li p {
  margin-top: 3px;
  margin-left: 5px;
}

.create-address_stages_1akuo > li > .create-address_icon_2tshU {
  width: 18px;
  display: inline-block;
  margin-right: 6px;
}

.create-address_stageCompleted_3fspk {
  color: #455a64;
}

.create-address_stageCompleted_3fspk .create-address_icon_2tshU {
  padding-top: 2px;
}

.create-address_stageCompleted_3fspk .create-address_icon_2tshU img {
  width: 16px;
}

.create-address_stageCurrent_1gy2D {
  font-weight: bold;
}

.create-address_stageCurrent_1gy2D .create-address_icon_2tshU {
  padding-top: 4px;
}

.create-address_stageUpcoming_3D-pz {
  color: #aaa9a9;
}

.create-address_detailsBlock_18KoF > div {
  height: 20px;
}

.create-address_error_1BL4R,
.create-address_status_gu_6h {
  color: #aaa9a9;
  margin-bottom: 20px;
}

.create-address_error_1BL4R {
  color: red;
}

.create-address_stepInfo_34of4 {
  user-select: none;
  font-size: 14px;
  line-height: 44px;
}

.create-address_footer_1Dw7h {
  display: flex;
  justify-content: space-between;
}

.info-step_stepInfo_32Oq7 {
  float: left;
  user-select: none;
  font-size: 14px;
  line-height: 44px;
}

.info-step_requirements_2bn6t {
  padding-inline-start: 30px;
  margin-block-start: 10px;
  font-size: 14px;
}

.info-step_footer_3E-EV {
  display: flex;
  justify-content: space-between;
}

@font-face {
  font-family: 'coins';
  src: url(/app/assets/images/2yH-1zd.ttf);
}

@font-face {
  font-family: 'fontello';
  src: url(/app/assets/images/1T1KEsO.eot);
  src:
    url(/app/assets/images/1T1KEsO.eot#iefix) format('embedded-opentype'),
    url(/app/assets/images/YNHllbw.woff2) format('woff2'),
    url(/app/assets/images/1EJXsU-.woff) format('woff'),
    url(/app/assets/images/qjV8rtc.ttf) format('truetype'),
    url(/app/dea1615f6231c6af13c05713498ad3c3.svg#fontello) format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
  scrollbar-width: none;
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  height: 100%;
}

body > #styles_react-refresh-overlay_9GYb0 {
  display: none;
}

.styles_theme-dark_1S5Uw {
  background-color: #222223;
}

.styles_splash_2zqRP {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
}

#styles_root_3ws5B {
  position: relative;
  height: 100%;
  min-height: 100%;
  transition: opacity 0.6s;
}

#styles_root_3ws5B.styles_popup-open_HRxs3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  transform: translateZ(0);
}

a {
  text-decoration: none;
  color: #7190EB;
}

a:hover {
  text-decoration: underline;
  cursor: pointer;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 24px;
}

p {
  line-height: 24px;
}

button[role="link"] {
  appearance: none;
  background-color: transparent;
  border: inherit;
  padding: inherit;
  font-weight: bold;
}

.styles_theme-dark_1S5Uw p {
  color: rgba(255,255,255, 0.8);
}

.styles_theme-dark_1S5Uw ol,
.styles_theme-dark_1S5Uw ul {
  color: rgba(255,255,255, 0.8);
}

p + p {
  margin-top: 40px;
}

input[type="password"] {
  speak: none;
}

::-webkit-input-placeholder {
  color: #aaa9a9;
}

::-moz-placeholder {
  color: #aaa9a9;
}

:-ms-input-placeholder {
  color: #aaa9a9;
}

:-moz-placeholder {
  color: #aaa9a9;
}

.styles_text-right_3rCli {
  text-align: right;
}

.styles_text-small_1OMhH {
  font-size: 75%;
  line-height: 130%;
}

.styles_electron_3Se9f ::-webkit-scrollbar {
  width: 1px;
  transition: background 0.5s;
}

.styles_electron_3Se9f ::-webkit-scrollbar:hover {
  background: rgba(0, 0, 0, 0.05);
}

.styles_electron_3Se9f ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
}

.styles_electron_3Se9f ::-webkit-scrollbar-thumb:hover {
  background: #7190EB;
}

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

* ::-webkit-scrollbar {
  width: 1px;
  transition: background 0.5s;
}

* ::-webkit-scrollbar:hover {
  background: rgba(0, 0, 0, 0.05);
}

* ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
}

* ::-webkit-scrollbar-thumb:hover {
  background: #7190EB;
}

.electron.theme-dark ::-webkit-scrollbar {
  width: 1px;
  transition: background 0.5s;
}

.electron.theme-dark ::-webkit-scrollbar:hover {
  background: #303132;
}

.electron.theme-dark ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
}

.electron.theme-dark ::-webkit-scrollbar-thumb:hover {
  background: #7190EB;
}

.theme-dark ::-webkit-scrollbar {
  width: 1px;
  transition: background 0.5s;
}

.theme-dark ::-webkit-scrollbar:hover {
  background: #303132;
}

.theme-dark ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
}

.theme-dark ::-webkit-scrollbar-thumb:hover {
  background: #7190EB;
}

.styles_dashedHover_2Jrp4,
.styles_dashedGray_3VI8g,
.styles_dashedNormal_xEvl8 {
  cursor: pointer;
  user-select: none;
  display: inline-block;
}

.styles_dashedNormal_xEvl8 {
  color: #7190EB;
}

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

.styles_dashedGray_3VI8g {
  color: #aaa9a9;
}

.styles_dashedGray_3VI8g:hover {
  color: #7190EB;
  text-decoration: underline;
}

.styles_dashedHover_2Jrp4 {
  color: #7190EB;
}

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

.styles_dashedUnderline_35pTH {
  text-decoration: underline;
}

.styles_electron_3Se9f {
  user-select: none;
}

.styles_nowrap_1Osa5 {
  white-space: nowrap;
}

.choose-acc-name_backButton_3bhf- {
  margin-right: 30px;
}

.choose-acc-name_valid_L65e9 {
  color: green;
}

.choose-acc-name_notValid_1t6ub {
  color: red;
}

.choose-acc-name_generateButton_2w4lj {
  position: absolute;
  right: 20px;
  top: 17px;
  color: #7190EB;
  text-decoration: underline;
  cursor: pointer;
}

.choose-acc-name_loaderWrapper_2LDNl {
  display: flex;
  align-items: center;
}

.choose-acc-name_stepInfo_3yMjb {
  float: left;
  user-select: none;
  font-size: 14px;
  line-height: 44px;
}

.choose-acc-name_orText_2Ci61 {
  margin: 0 10px;
}

.choose-acc-name_footer_1Rh_B {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.spam-token-notify_tooltip_usFrJ {
  position: absolute;
  bottom: 17px;
  left: 40px;
}

.spam-token-notify_selected_pWc_S {
  bottom: 14px;
  left: 43px;
  font-size: 0;
}

.spam-token-notify_inList_1C39u {
  bottom: 8px;
  left: 83px;
  font-size: 0;
}

.spam-token-notify_exchangeInList_ArOKz {
  bottom: 10px;
  left: 37px;
  font-size: 0;
}

.spam-token-notify_borrowSelected_1TJVy {
  bottom: 5px;
  left: 43px;
  font-size: 0;
}

.spam-token-notify_borrowInList_1IqjC {
  bottom: 0;
  left: 37px;
  font-size: 0;
}

.spam-token-notify_txList_3K3cx {
  bottom: 0;
  left: -25px;
  font-size: 0;
}

.extra-blocks_wrapper_20S9r {
  overflow: inherit;
}

.theme-dark.electron .extra-blocks_wrapper_20S9r {
  background-image: linear-gradient(90deg, rgba(47, 49, 51, 1) 0%, rgba(46, 46, 49, 1) 100%) !important;
}

.extra-blocks_wrapperTitle_2H7Co {
  color: #7190EB;
  margin: 20px 20px 20px;
  overflow: hidden;
  padding-top: 20px;
}

.extra-blocks_addWalletItem_3tXHs {
  display: flex;
  justify-content: space-between;
  padding: 12px 20px;
  align-items: center;
}

.extra-blocks_walletItem_YV2Ct {
  display: flex;
}

.theme-dark .extra-blocks_addWalletItem_3tXHs,
.theme-dark .extra-blocks_addTokenItem_3jBYY {
  color: rgba(255,255,255, 0.8);
}

.extra-blocks_addTokenItem_3jBYY {
  margin: 0 36px 5px;
  align-items: center;
  font-size: 14px;
}

.extra-blocks_addTokenItemWrapper_2wpzN {
  display: flex;
  padding-bottom: 10px;
}

.extra-blocks_addTokenItemWrapper_2wpzN span {
  line-height: 2em;
}

.extra-blocks_promoBlock_1MBAi {
  display: flex;
  justify-content: flex-start;
  padding: 17px 20px 10px;
  align-items: flex-start;
  cursor: pointer;
  margin-bottom: 10px;
}

.extra-blocks_promoBlockUd_AceI0 {
  padding: 19px 19px 11px 10px;
}

.electron .extra-blocks_promoBlock_1MBAi {
  padding: 17px 20px 10px 10px;
}

.extra-blocks_promoBlock_1MBAi:hover {
  opacity: 0.7;
  text-decoration: none;
}

.extra-blocks_promoBlock_1MBAi img {
  max-width: 30px;
  flex-shrink: 1;
}

.extra-blocks_promoBlock_1MBAi h4 {
  margin-top: 0;
  padding: 0;
  margin-bottom: 8px;
  color: #7190EB;
  font-size: 14px;
}

.extra-blocks_promoBlock_1MBAi h3 {
  margin-top: 0;
  padding: 0;
  margin-bottom: 12px;
  color: #aaa9a9;
  font-size: 12px;
  font-weight: normal;
}

.extra-blocks_promoBlock_1MBAi .extra-blocks_promoWrapper_85OfE {
  width: 100%;
  margin-right: 12px;
  margin-left: 10px;
}

.extra-blocks_promoBlock_1MBAi p {
  font-size: 12px;
  padding: 0;
  line-height: 18px;
  color: #455a64;
  margin: -6px 0 5px;
}

.theme-dark .extra-blocks_promoBlock_1MBAi p {
  color: rgba(255,255,255, 0.8);
}

.extra-blocks_ledgerIcon_bTpgT {
  width: 26px;
  margin-right: -20px;
  display: none;
}

@media (min-width: 1200px) {
  .extra-blocks_ledgerIcon_bTpgT {
    display: block;
  }
}

.extra-blocks_addIconCurrency_fn4gz {
  margin-right: 15px;
  font-size: 24px;
  width: 30px;
  margin-left: 0;
  vertical-align: middle;
  margin-top: -4px;
  color: #7190EB;
}

.extra-blocks_addIconToken_Jzk4t {
  margin-right: 10px;
  font-size: 24px;
  vertical-align: middle;
  margin-top: -4px;
  color: #7190EB;
}

.extra-blocks_addButton_1l_5U {
  padding: 10px 52px 20px;
  width: 100%;
  margin-top: 10px;
  position: relative;
  text-align: left;
  text-indent: 12px;
  cursor: pointer;
  color: #448aff;
  user-select: none;
}

.extra-blocks_addButton_1l_5U:hover {
  text-decoration: underline;
}

.extra-blocks_addButton_1l_5U::before {
  content: '+';
  left: 6px;
  position: absolute;
  width: 50px;
  top: 0;
  bottom: 2px;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  font-weight: bold;
  text-indent: 0;
}

.extra-blocks_addButton_1l_5U.extra-blocks_isOpen_1OH4K::before {
  content: '-';
}

.extra-blocks_tools_3y5XS {
  padding: 0 20px 20px;
  font-size: 14px;
}

.extra-blocks_arrow_2J-j1 {
  padding-right: 15px;
  display: flex;
  align-items: center;
}

.extra-blocks_arrowImage_136XZ {
  width: 15px;
  height: 15px;
}

.extra-blocks_ticker_2e99b {
  font-size: 12px;
  margin-top: 4px;
  color: #aaa9a9;
  line-height: 15px;
}

.choose-wallet_inputCurrencyContainer_AlmW_ {
  margin-bottom: 20px;
}

.choose-wallet_detailsBlock_3giD- {
  display: block;
  margin: 8px 0;
  line-height: 24px;
  font-size: 14px;
  color: #455a64;
}

.choose-wallet_error_A8AGa,
.choose-wallet_status_1Ui57 {
  font-size: 12px;
  height: 24px;
  color: #aaa9a9;
}

.choose-wallet_faqLink_O2Edl {
  font-size: 14px;
  padding-top: 5px;
  margin-bottom: 30px;
}

.choose-wallet_infoBlock_P2uAS p {
  line-height: 5px;
  margin: 20px 0;
}

.choose-wallet_loaderWrapper_2P_KH {
  display: flex;
  align-items: center;
}

.choose-wallet_error_A8AGa {
  color: red;
}

.choose-wallet_backButton_2jkyQ {
  margin-right: 30px;
}

.choose-wallet_stepInfo_1UKJx {
  float: left;
  user-select: none;
  font-size: 14px;
  line-height: 44px;
}

.choose-wallet_footer_36WOA {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.choose-wallet_iconNewTab_1y-eT {
  margin-left: 6px;
  height: 11px;
}

.popup-create-eos_wrapper_1iq0A {
  display: block;
  padding: 20px 20px;
}

.popup-create-eos_wrapper_1iq0A h3 {
  color: #7190EB;
  font-size: 16px;
}

.popup-create-eos_wrapper_1iq0A h4 {
  margin-top: 0;
  font-size: 14px;
  color: #7190EB;
  font-weight: 700;
  margin-bottom: 10px;
}

.popup-create-eos_wrapper_1iq0A p {
  font-size: 14px;
  line-height: 24px;
}

.popup-create-eos_inputAccountName_2S24T {
  width: 55%;
}

.popup-create-eos_orText_1yz5N {
  margin: 0 10px;
}

.popup-create-eos_valid_MAHqO {
  color: green;
}

.popup-create-eos_notValid_gwsIF {
  color: red;
}

.popup-create-eos_inputCurrencyContainer_1XsOz {
  margin-bottom: 20px;
}

.popup-create-eos_backButton_1Xbr9 {
  margin-right: 30px;
}

.popup-create-eos_stepInfo_9emsB {
  user-select: none;
  font-size: 14px;
  line-height: 44px;
}

.popup-create-eos_overlay_2G52b {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  opacity: 0.5;
  position: absolute;
  background-color: white;
}

.popup-create-eos_overlay_2G52b > img {
  top: 36%;
  left: 226px;
  position: absolute;
}

.popup-create-eos_closeIcon_3J9I5 {
  position: absolute;
  right: 10px;
  top: 10px;
  background: rgba(170,169,169, 0.4);
  width: 20px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  cursor: pointer;
}

.popup-create-eos_closeIcon_3J9I5 img {
  width: 50%;
  opacity: 0.5;
  transition: opacity 0.2s;
}

.popup-create-eos_closeIcon_3J9I5:hover img {
  opacity: 1;
}


.popup-push-notifications_popupPushNotifications_1p_kd {
  padding: 30px;
  width: 100%;
}

.popup-push-notifications_popupPushNotifications_1p_kd h3 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #7190EB;
  font-size: 16px;
}

.popup-push-notifications_wrapper_2kLoN {
  display: block;
  padding: 20px 0 0;
}

.popup-push-notifications_popupPushNotifications_1p_kd p {
  margin-top: 10px;
  font-size: 14px;
}

.popup-push-notifications_footer_NnUr- {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popup-push-notifications_buttonBack_puhEi {
  color: #aaa9a9;
  cursor: pointer;
}

.popup-push-notifications_buttonBack_puhEi:hover {
  text-decoration: underline;
  color: #7190EB;
}

.label_label_AYLWs {
  color: #7190EB;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
  position: relative;
}

.label_action_21OBK {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: normal;
  cursor: pointer;
  user-select: none;
}

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

.confirm-info_wrapper_ClzF_ {
  margin-bottom: 30px;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.confirm-info_title_36pfx {
  max-width: 45%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}

.theme-dark .confirm-info_title_36pfx {
  color: rgba(255,255,255, 0.9);
}

.confirm-info_subtitle_3fxsZ {
  color: rgba(69,90,100, 0.7);
  margin-top: 6px;
  font-size: 12px;
}

.theme-dark .confirm-info_subtitle_3fxsZ {
  color: rgba(255,255,255, 0.6);
}

.confirm-info_value_1TRpS {
  color: #455a64;
  font-weight: bold;
  font-size: 16px;
  text-align: right;
  max-width: 55%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.theme-dark .confirm-info_value_1TRpS {
  color: rgba(255,255,255, 0.9);
}

.confirm-info_value_1TRpS a {
  font-weight: normal;
  color: #448aff;
}

.confirm-info_value_1TRpS a:hover {
  text-decoration: underline;
}

.confirm-info_subvalue_2wMAA {
  margin-top: 6px;
  font-size: 12px;
  color: #aaa9a9;
}

.confirm-info_copyButton_3O3KK {
  display: inline-block;
  margin-left: 3px;
  color: #455a64;
  cursor: pointer;
}

.theme-dark .confirm-info_copyButton_3O3KK {
  color: rgba(255,255,255, 0.9);
}

.confirm-info_copyButton_3O3KK:hover {
  color: #448aff;
  text-decoration: underline;
}

.popup-create-multisig_popupWrapper_2qmL0 {
  display: block;
  padding: 20px;
  width: 100%;
}

.popup-create-multisig_popupWrapper_2qmL0 h2 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #7190EB;
}

.popup-create-multisig_footerButtonStatus_U0Wp5 {
  padding-top: 15px;
  border-top: solid 1px rgba(170,169,169, 0.1);
  display: flex;
  justify-content: space-between;
}

.popup-create-multisig_addressData_3TZ2I {
  width: 100%;
  position: relative;
}

.popup-create-multisig_minSignatures_18mvZ {
  margin-top: 30px;
}

.popup-create-multisig_removeText_3uXTl {
  position: absolute;
  right: 0;
  top: -22px;
  font-size: 12px;
  cursor: pointer;
  opacity: 0.5;
}

.popup-create-multisig_removeText_3uXTl:hover {
  color: #E53935;
  text-decoration: underline;
  opacity: 1;
}

.popup-create-multisig_inputAddressData_16eNQ {
  text-overflow: ellipsis;
}

.popup-create-multisig_successTitle_39vgE {
  text-align: center;
  color: #50E3C2;
  font-size: 21px;
  margin-bottom: 20px;
}

.theme-dark .popup-create-multisig_successTitle_39vgE {
  color: #70a800;
}

.popup-create-multisig_successBlock_H9fzw {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.popup-create-multisig_buttonCopy_3f_Pk {
  cursor: pointer;
}

.popup-create-multisig_successBlock_H9fzw img {
  max-width: 60%;
  margin: 40px 0;
}

.popup-create-multisig_successBlock_H9fzw span {
  color: #aaa9a9;
  display: block;
  margin-bottom: 10px;
}

.popup-create-multisig_successBlock_H9fzw div {
  margin-bottom: 20px;
}

.popup-create-multisig_smartContractDetailLine_3m1UD {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 7px 0;
}

.popup-create-multisig_smartContractDetailLine_3m1UD > span {
  width: 130px;
  color: #aaa9a9;
  text-overflow: ellipsis;
  overflow: hidden;
}

.popup-create-multisig_smartContractDetailLine_3m1UD > div {
  width: 75%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-bottom: 2px;
}

.popup-create-multisig_smartContractDetailLine_3m1UD a {
  color: #7190EB;
  line-height: 21px;
  margin-right: 5px;
}

.popup-create-multisig_smartContractDetailLine_3m1UD a:hover {
  text-decoration: underline;
}

.popup-create-multisig_footerBlock_3lud9 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.popup-create-multisig_loaderWrapper_3Y0_4 {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #aaa9a9;
}

.popup-create-multisig_loaderWrapper_3Y0_4 span {
  margin-left: 5px;
  display: inline-block;
}

.popup-create-multisig_wrapperCreatedMultisig_3Uz3e h3 {
  color: #7190EB;
  margin-bottom: 30px;
}

.qr-code_wrapper_2xCo6 {
  padding: 5px 5px 2px 5px;
  background: #fff;
  border-radius: 3px;
  display: inline-block;
}

.popup-private-key_lineInformation_3E-hF {
  font-size: 14px;
  margin-bottom: 15px;
  position: relative;
  color: #44444f;
  width: 100%;
}

.theme-dark .popup-private-key_lineInformation_3E-hF {
  color: rgba(255,255,255, 0.8);
}

.popup-private-key_lineInformation_3E-hF h4 {
  color: #7190EB;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.popup-private-key_lineInformation_3E-hF > span {
  display: block;
  max-width: 100%;
  font-size: 13px;
  user-select: auto;
  word-break: break-word;
}

.popup-private-key_inputPassword_FQbxI {
  margin-bottom: 0;
  padding: 7px 20px;
  border: 1px solid #c7c7c7;
  box-sizing: border-box;
  border-radius: 10px;
}

.popup-private-key_button_3Vto7 {
  border-radius: 10px;
}

.popup-private-key_linePassword_2CTyp {
  position: relative;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
}

.popup-private-key_fancyLabel_LvGSS {
  position: absolute;
  background-color: #fff;
  color: #c7c7c7;
  font-size: 12px;
  line-height: 14px;
  left: 14px;
  top: -11px;
  padding: 4px 6px;
  border-radius: 5px;
}

.theme-dark .popup-private-key_fancyLabel_LvGSS {
  background: #303132;
  color: rgba(255, 255, 255, 0.8);
}

.popup-private-key_linePassword_2CTyp button {
  white-space: nowrap;
  margin-left: 10px;
}

.popup-private-key_passwordError_Z2niW {
  margin-top: 5px;
  color: #E53935;
  position: absolute;
  bottom: -18px;
  font-size: 12px;
}

.popup-private-key_infoWrapper_a5cpR {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.popup-private-key_h1_2s5RI {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #7190EB;
  margin-top: 0;
}

.popup-private-key_text_vpJ10 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #000;
  margin: 0;
}

.popup-private-key_label_3q_ra {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  text-transform: capitalize;
}

.popup-private-key_labelInfo_36GrG {
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  word-break: break-all;
}

.popup-private-key_labelInfo_36GrG span {
  max-width: 80%;
  flex: 1;
  display: inline-block;
  min-height: 26px;
}

.popup-private-key_iconWrapper_1MWHF {
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.popup-private-key_iconWrapper_1MWHF img {
  width: 20px;
}

.popup-private-key_buttonCopy_145X_ {
  width: 15px;
  height: 26px;
}

.popup-private-key_buttonCopy_145X_ img {
  width: 100%;
}

.popup-private-key_buttonWrapper_KTAa3 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.popup-private-key_okButton_37Hrm {
  width: 200px;
  border-radius: 10px;
}

.popup-private-key_iconQRCode_2EuEB {
  cursor: pointer;
}

.popup-private-key_icon_7FB2A {
  width: 20px;
}

.popup-private-key_pkBlock_13ui4 {
  width: 100%;
}

.popup-private-key_description_1odxO {
  font-family: Roboto, sans-serif;
  font-size: 16px !important;
  line-height: 22px !important;
  text-align: center;
  color: #000;
  opacity: 0.5;
  margin-bottom: 32px;
}

.theme-dark .popup-private-key_description_1odxO {
  color: #fff;
}

.popup-private-key_popupPrivateKey_330NL {
  margin-bottom: 0;
  margin-top: 110px;
}

.popup-private-key_liftPopupHigher_P2bBm {
  margin-top: 110px;
}

@media (max-width: 500px) {
  .popup-private-key_linePassword_2CTyp {
    position: relative;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
  }

  .popup-private-key_inputPassword_FQbxI {
    margin-bottom: 10px;
    height: 45px;
  }

  .popup-private-key_linePassword_2CTyp button {
    width: auto;
    height: 42px;
    align-self: flex-end;
  }
}

.popup-create-asa-tokens_root_3xEEn {
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.popup-create-asa-tokens_header_1L_1H {
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
}

.popup-create-asa-tokens_headerDescription_UNQVh {
  font-size: 14px;
  line-height: 22px;
}

.popup-create-asa-tokens_description_1ef01 {
  margin-top: 24px;
  font-size: 14px;
  line-height: 18px;
}

.popup-create-asa-tokens_inputDescriptionContainer_2q8mh {
  display: flex;
  font-size: 12px;
  margin-top: 5px;
  justify-content: space-between;
}

.popup-create-asa-tokens_error_2D3yt {
  color: #E53935;
}

.popup-create-asa-tokens_wrapImage_3K2oz {
  display: inline-block;
  text-align: center;
  padding-right: 5px;
}

.popup-create-asa-tokens_logo_2ZS92 {
  width: 32px;
  height: 32px;
}

.popup-create-asa-tokens_ticker_iLKA5 {
  margin-left: 5px;
}

.popup-create-asa-tokens_item_KVHCg {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.popup-create-asa-tokens_coinTitle_3XoMX {
  display: flex;
}

.popup-create-asa-tokens_coinId_1REr6 {
  margin-right: 45px;
}

.popup-create-asa-tokens_item_KVHCg div {
  font-weight: bold;
  margin-top: 4px;
  font-size: 14px;
}

.popup-create-asa-tokens_item_KVHCg span {
  display: block;
  font-weight: normal;
  font-size: 11px;
  color: #455a64;
}

.theme-dark .popup-create-asa-tokens_item_KVHCg div {
  color: rgba(255,255,255, 0.8);
}

.theme-dark .popup-create-asa-tokens_item_KVHCg span {
  color: rgba(255,255,255, 0.5);
}

.popup-create-asa-tokens_selector_2JGt2 {
  margin-top: 24px;
}

.popup-create-asa-tokens_asset_UWb9i {
  margin-top: 24px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid gray;
}

.DatePicker {
  position: relative;
  display: inline-block;
  z-index: 100;
}

.DatePicker__input {
  background: #fff;
  border: 1px solid #ddd;
  padding: 0.4em 0.8em;
  font-family: inherit;
  text-align: center;
  font-size: 12px;
}

.DatePicker__input.-rtl {
  direction: rtl;
}

.DatePicker__input::placeholder {
  color: #979797;
}

.DatePicker__calendarContainer.-top + .DatePicker__calendarArrow {
  top: auto;
  bottom: calc(100% + 10px);
  transform: translateY(-2.5rem) rotate(180deg);
  animation: popup-history-export-csv_fadeArrowFlipped_37AWg 0.3s forwards;
}

.DatePicker__calendarContainer {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
}

.DatePicker__calendarContainer.-top {
  top: auto;
  bottom: calc(100% + 20px);
}

.Calendar,
.Calendar * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  direction: ltr;
}

.Calendar,
.Calendar.-rtl * {
  direction: rtl;
}

.DatePicker__calendarArrow {
  position: absolute;
  width: 0;
  height: 0;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  margin: 0 auto;
  border-style: solid;
  z-index: 10;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
}

.Calendar {
  --cl-color-black: #444444;
  --cl-color-disabled: #d4d4d4;
  --cl-color-error: #ff2929;
  font-size: 10px;
  background: #fff;
  box-shadow: 0 1em 4em rgba(0, 0, 0, 0.07);
  border-radius: 1em;
  position: relative;
  user-select: none;
  padding-top: 1.2em;
  display: flex;
  flex-direction: column;
  width: 33em;
  z-index: 10;
  max-width: 90vw;
  min-height: 36.7em;
}

.DatePicker .Calendar,
.DatePicker__calendarArrow {
  transform: translateY(2.5em);
  opacity: 0;
  animation: popup-history-export-csv_fadeCalendar_EdCzz 0.3s forwards;
}

.DatePicker__calendarContainer.-top .Calendar {
  transform: translateY(-2.5em);
}

.Calendar.-noFocusOutline *:focus {
  outline: none !important;
}

.Calendar > :not(.Calendar__footer) button {
  font-family: inherit;
  background: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.Calendar__header {
  display: flex;
  color: var(--cl-color-black);
  padding: 2em 2.9em;
  align-items: center;
  overflow: hidden;
}

.Calendar__monthArrowWrapper {
  line-height: 0;
  font-size: 1em;
  padding: 3px;
  position: relative;
  border: none;
  z-index: 1;
  opacity: 1;
  transition: 0.2s;
}

.Calendar__monthArrowWrapper:focus {
  outline: 1px dashed rgba(0, 0, 0, 0.4);
  outline-offset: 2px;
}

.Calendar__monthArrowWrapper:disabled,
.Calendar__monthArrowWrapper.-hidden {
  opacity: 0;
  pointer-events: none;
}

.Calendar__monthArrowWrapper.-left {
  transform: rotate(90deg);
}
.Calendar.-rtl .Calendar__monthArrowWrapper.-left {
  transform: rotate(-90deg);
}

.Calendar__monthArrowWrapper.-right {
  transform: rotate(-90deg);
}
.Calendar.-rtl .Calendar__monthArrowWrapper.-right {
  transform: rotate(90deg);
}

.Calendar__monthArrowWrapper:active .Calendar__monthArrow {
  transform: scale(0.7);
}

.Calendar__monthArrow {
  border-radius: 50%;
  transition: var(--animation-duration) transform;
  pointer-events: none;
  background-repeat: no-repeat;
  display: block;
  width: 1.7em;
  height: 1.7em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg class='nc-icon-wrapper' fill='%23000000'%3E%3Cdefs stroke='none'%3E%3C/defs%3E%3Cpath class='cls-1' d='M12 23.25V.75' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5px'%3E%3C/path%3E%3Cpath class='cls-2' d='M22.5 11.25L12 .75 1.5 11.25' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5px' fill-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-size: 100% 100%;
}

.Calendar__monthYearContainer {
  flex: 1;
  position: relative;
}

.Calendar__monthYear {
  font-size: 1.6em;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: var(--animation-duration);
  line-height: 1;
}

.Calendar__monthYear.-hiddenNext {
  opacity: 0;
  transform: translateX(50%);
}

.Calendar.-rtl .Calendar__monthYear.-hiddenNext {
  transform: translateX(-150%);
}

.Calendar__monthYear.-hiddenPrevious {
  opacity: 0;
  transform: translateX(-150%);
}

.Calendar.-rtl .Calendar__monthYear.-hiddenPrevious {
  transform: translateX(50%);
}

.Calendar__monthYear.-shown {
  opacity: 1;
  margin-top: auto;
  margin-bottom: auto;
  transform: translateX(-50%);
}

.Calendar__monthYear.-shownAnimated {
  animation: var(--animation-duration) popup-history-export-csv_fadeTextToCenter_1fgsy forwards;
}

.Calendar__monthYear > * {
  padding: 0.2em 0.5em;
  border: 1px solid transparent;
  transition: var(--animation-duration);
  font-size: 1.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(0) scale(0.95);
  will-change: transform;
  border-radius: 5px;
}

.Calendar__monthYear:not(.-shown) > *,
.Calendar__monthYear > *.-hidden {
  cursor: default;
  pointer-events: none;
}

.Calendar__monthText {
  margin-left: -0.3em;
}
.Calendar__yearText:last-child {
  margin-right: -0.3em;
}

.Calendar__monthYear.-shown > *:hover,
.Calendar:not(.-noFocusOutline) .Calendar__monthYear.-shown > *:focus,
.Calendar__monthYear > *.-activeBackground {
  background: #f5f5f5;
}

.Calendar__monthText:hover {
  transform: translateX(-0.2em) scale(0.95);
}
.Calendar.-rtl .Calendar__monthText:hover {
  transform: translateX(0.2em) scale(0.95);
}

.Calendar__yearText:hover {
  transform: translateX(0.2em) scale(0.95);
}
.Calendar.-rtl .Calendar__yearText:hover {
  transform: translateX(-0.2em) scale(0.95);
}

.Calendar__monthYear .Calendar__yearText.-hidden {
  transform: translateX(50%);
  opacity: 0;
}

.Calendar.-rtl .Calendar__monthYear .Calendar__yearText.-hidden {
  transform: translateX(-50%);
}

.Calendar__monthYear .Calendar__monthText.-hidden {
  transform: translateX(-50%);
  opacity: 0;
}

.Calendar.-rtl .Calendar__monthYear .Calendar__monthText.-hidden {
  transform: translateX(50%);
}

.Calendar__monthYear:not(.-shown) > * {
  pointer-events: none;
}

.Calendar__monthSelectorAnimationWrapper,
.Calendar__yearSelectorAnimationWrapper {
  position: absolute;
  width: 100%;
  height: 80%;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.Calendar__monthSelectorWrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Calendar__monthSelector {
  padding: 0 2.5em;
  align-content: center;
  padding-bottom: 2em;
}

.Calendar__monthSelector,
.Calendar__yearSelector {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  background-color: #fff;
  transform: translateY(-150%);
  will-change: transform;
  transition: 0.6s;
  height: 100%;
}

.Calendar__yearSelectorWrapper {
  width: 100%;
  height: 100%;
}

.Calendar__yearSelectorWrapper::after,
.Calendar__yearSelectorWrapper::before {
  content: '';
  width: 100%;
  height: 5em;
  position: absolute;
  left: 0;
  opacity: 0;
  transition: 0.4s;
  transition-delay: 0.2s;
}

.Calendar__yearSelectorWrapper::after {
  background-image: linear-gradient(to bottom, #fff, #fff 10%, rgba(245, 245, 245, 0));
  top: -0.1em;
}

.Calendar__yearSelectorWrapper::before {
  background-image: linear-gradient(to top, #fff, #fff 10%, rgba(245, 245, 245, 0));
  bottom: 0;
}

.Calendar__yearSelectorWrapper.-faded::after,
.Calendar__yearSelectorWrapper.-faded::before {
  opacity: 1;
  z-index: 3;
}

.Calendar__yearSelector {
  align-content: flex-start;
  scrollbar-width: 0;
  overflow: scroll;
  position: relative;
  width: 100%;
  padding: 5em 2em;
  -ms-overflow-style: none;
}

.Calendar__yearSelector::-webkit-scrollbar {
  display: none;
}

.Calendar__yearSelectorItem {
  width: 25%;
  display: flex;
  justify-content: center;
}

.Calendar__yearSelectorItem:not(:nth-child(-n + 4)) {
  margin-top: 1.5em;
}

.Calendar__yearSelectorText {
  border: none;
  font-size: 1.4em;
  min-width: 85%;
  padding: 0.2em 0.5em;
  border-radius: 8.5px;
}

.Calendar__monthSelector.-open,
.Calendar__yearSelector.-open {
  transform: translateY(0);
}

.Calendar__yearSelectorText:focus,
.Calendar__monthSelectorItemText:focus {
  outline: 1px dashed rgba(0, 0, 0, 0.4);
  outline-offset: 2px;
}

.Calendar__monthSelectorItem {
  width: calc(100% / 3);
  display: flex;
  justify-content: center;
}

.Calendar__monthSelectorItem:not(:nth-child(-n + 3)) {
  margin-top: 2em;
}

.Calendar__monthSelectorItemText {
  border: none;
  padding: 0.4em 0.4em;
  border-radius: 8.5px;
  font-size: 1.3em;
  min-width: 70%;
  transition: 0.3s;
}

.Calendar__monthSelectorItem:not(.-active) .Calendar__monthSelectorItemText:not(:disabled):hover,
.Calendar__yearSelectorItem:not(.-active) .Calendar__yearSelectorText:not(:disabled):hover {
  background: #f5f5f5;
}

.Calendar__monthSelectorItemText:disabled,
.Calendar__yearSelectorText:disabled {
  opacity: 0.5;
  cursor: default;
}

.Calendar__monthSelectorItem.-active .Calendar__monthSelectorItemText,
.Calendar__yearSelectorItem.-active .Calendar__yearSelectorText {
  background-color: var(--cl-color-primary);
  color: #fff;
}

.Calendar__weekDays {
  display: flex;
  justify-content: space-between;
  color: var(--cl-color-disabled);
  font-size: 1.2em;
  margin-bottom: 0.7em;
  padding: 0 2.6em;
  position: relative;
}

.Calendar__weekDay {
  display: block;
  width: calc(100% / 7);
  text-align: center;
  text-decoration: none;
}

.Calendar__sectionWrapper {
  position: relative;
  min-height: 25.8em;
  overflow: hidden;
}

.Calendar__section {
  display: flex;
  flex-direction: column;
  padding: 0 3.2em;
  position: absolute;
  color: var(--cl-color-black);
  top: 0;
  padding-top: 0.5em;
  left: 0;
  width: 100%;
  will-change: transform, opacity;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: var(--animation-duration);
}

.Calendar__section.-hiddenPrevious {
  opacity: 0.5;
  transform: translateX(-90%);
}

.Calendar.-rtl .Calendar__section.-hiddenPrevious {
  transform: translateX(90%);
}

.Calendar__section.-hiddenNext {
  opacity: 0.5;
  transform: translateX(90%);
}

.Calendar.-rtl .Calendar__section.-hiddenNext {
  transform: translateX(-90%);
}

.Calendar__section.-shown {
  opacity: 1;
  transform: translateX(0);
}

.Calendar__section.-shownAnimated {
  animation: var(--animation-duration) popup-history-export-csv_FadeContentToCenter_8Y8t6 forwards;
}

.Calendar__weekRow {
  display: flex;
  width: 100%;
}

.Calendar__day {
  display: block;
  width: calc(100% / 7);
  text-align: center;
  padding: calc(0.25em - 1px) 0;
  font-size: 1.6em;
  border-radius: 50%;
  transition: 0.2s;
  border: 1px solid transparent;
  margin-bottom: 0.3em;
  color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.Calendar__day:focus {
  outline: 1px dashed rgba(0, 0, 0, 0.4);
  outline-offset: 2px;
}

.Calendar__day.-ltr {
  min-height: 2.6em;
  font-size: 1.45em;
}

.Calendar__day.-rtl {
  font-size: 1.55em;
  height: 2.45em;
}

.Calendar__day:not(.-blank):not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween):not(.-selected):hover {
  background: #eaeaea;
  border-radius: 50%;
  color: var(--cl-color-black);
  border-color: transparent;
}

.Calendar__day.-selected,
.Calendar__day.-selectedStart,
.Calendar__day.-selectedEnd {
  background: var(--cl-color-primary);
  color: #fff;
}

.Calendar__day.-ltr.-selectedStart {
  border-radius: 0;
  border-top-left-radius: 100em;
  border-bottom-left-radius: 100em;
}

.Calendar__day.-rtl.-selectedStart {
  border-radius: 0;
  border-top-right-radius: 100em;
  border-bottom-right-radius: 100em;
}

.Calendar__day.-selectedBetween {
  background: var(--cl-color-primary-light);
  color: var(--cl-color-primary);
  border-radius: 0;
}

.Calendar__day.-ltr.-selectedEnd {
  border-top-right-radius: 100em;
  border-bottom-right-radius: 100em;
}

.Calendar__day.-rtl.-selectedEnd {
  border-top-left-radius: 100em;
  border-bottom-left-radius: 100em;
}

.Calendar__day.-weekend:not(.-selected):not(.-blank):not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween) {
  color: var(--cl-color-error);
}

.Calendar__day.-weekend.-today:not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween)::after {
  background: var(--cl-color-error);
}

.Calendar__day.-disabled {
  color: var(--cl-color-disabled) !important;
  background: transparent !important;
  cursor: default !important;
}
.Calendar__day.-selected {
  border-radius: 50%;
}
.Calendar__day.-today:not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween) {
  font-weight: 600;
  color: var(--cl-color-black);
  color: #000;
  position: relative;
}

.Calendar__day.-today:not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween)::after {
  content: '';
  position: absolute;
  bottom: 0.2em;
  display: block;
  width: 0.6em;
  height: 1px;
  background: #000;
  left: 50%;
  opacity: 0.5;
  transform: translateX(-50%);
  transition: 0.2s;
}

.Calendar__day.-today:hover:not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween)::after {
  opacity: 0;
}

.Calendar__day.-blank {
  color: transparent;
  cursor: default;
  pointer-events: none;
}

.Calendar__footer {
  position: relative;
  z-index: 1;
}

@keyframes popup-history-export-csv_fadeCalendar_EdCzz {
  from {
    opacity: 0;
  }

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

@keyframes popup-history-export-csv_fadeArrowFlipped_37AWg {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
    transform: translateY(0) rotate(180deg);
  }
}

@keyframes popup-history-export-csv_fadeTextToCenter_1fgsy {
  to {
    opacity: 1;
    transform: translateX(-50%);
  }
}

@keyframes popup-history-export-csv_FadeContentToCenter_8Y8t6 {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.popup-history-export-csv_container_TbMEU {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.popup-history-export-csv_calendar_2GdjL {
  box-shadow: none !important;

  --cl-color-disabled: #aaa9a9 !important;
}

.theme-dark .popup-history-export-csv_calendar_2GdjL,
.theme-dark [data-testid="month-selector"],
.theme-dark [data-testid="year-selector"] {
  background: #303132 !important;
}

.theme-dark [data-testid="year-selector-wrapper"]::before,
.theme-dark [data-testid="year-selector-wrapper"]::after {
  opacity: 0 !important;
}

.theme-dark [data-testid="days-section-wrapper"] > div > div > div {
  color: white;
}

.theme-dark .popup-history-export-csv_calendar_2GdjL > :not(.popup-history-export-csv_Calendar__footer_2TlO3) button {
  color: white;
}

.popup-history-export-csv_errorWrapper_cxY0e {
  width: 240px;
  line-height: 12px;
}

.popup-history-export-csv_calendarRangeBetween_1AyoI {
  color: white !important;
}

.popup-history-export-csv_today_18uNX {
  border: 1px solid #7190EB !important;
}

.theme-dark .popup-history-export-csv_today_18uNX {
  color: white !important;
}

.popup-history-export-csv_today_18uNX::after {
  visibility: hidden;
}

.theme-dark .popup-history-export-csv_calendar_2GdjL > :not(.popup-history-export-csv_Calendar__footer_2TlO3) button > span {
  background-image: url(/app/7eb7837a9b1adbd54e8746b46a0eb9c8.svg);
}

.popup-history-export-csv_closeButton_1R_NG {
  margin-left: 10px;
  min-width: 140px;
}

.popup-history-export-csv_exportButton_3Rgak {
  min-width: 140px;
}

.visa-mastercard_wrapper_14kuT {
  display: flex;
  flex-wrap: nowrap;
}

.visa-mastercard_withBorder_3bhuq {
  border-radius: 4px;
  border: 1px solid #e6e7e8;
}

.theme-dark .visa-mastercard_withBorder_3bhuq {
  border: 1px solid #303133;
}

.visa-mastercard_iconLeft_3VSQy {
  margin-right: 4px;
}

.theme-dark .visa-mastercard_iconCenter_2nw4X,
.theme-dark .visa-mastercard_iconRight_27uwx,
.theme-dark .visa-mastercard_iconLeft_3VSQy {
  background: #252525;
}

.visa-mastercard_iconCenter_2nw4X {
  margin-left: 4px;
}

.visa-mastercard_iconRight_27uwx {
  margin-left: 8px;
}

.visa-mastercard_appleIcon_1zMnp {
  width: 42px;
  height: 30px;
  background-image: url(/app/9926e1048a1c414b7c4179f637ef4f9f.svg);
  display: inline-block;
}

.theme-dark .visa-mastercard_appleIcon_1zMnp {
  background-image: url(/app/49438275dd23c20ba669059ddf050842.svg);
}

.footer_background_2BzYH {
  background: #f1f2fa;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.footer_footerWrapper_KUA3R {
  margin-top: 45px;
}

.theme-dark .footer_background_2BzYH {
  background: #252526;
  border-top: solid 1px rgba(0,0,0, 0.2);
}

.footer_wrapper_3QL8Z {
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.electron .footer_wrapper_3QL8Z {
  padding: 15px 0;
  opacity: 0.7;
}

.footer_footerMenu_39m1F {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  font-size: 13px;
}

.footer_footerMenu_39m1F a {
  margin-right: 20px;
  color: #455a64;
}

.theme-dark .footer_footerMenu_39m1F a {
  color: #fff;
}

@media (max-width: 1200px) {
  .footer_footerMenu_39m1F a {
    margin-right: 15px;
    font-size: 12px;
  }
}

.footer_storeIconsWrapper_1Ik6f {
  white-space: nowrap;
}

.footer_storeIconsWrapper_1Ik6f > img {
  height: 25px;
}

.footer_ending_2JmUn {
  margin-bottom: 40px;
}

.footer_storeIcon_1kJsi {
  display: inline-block;
  height: 35px;
  margin-right: 10px;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .footer_storeIcon_1kJsi {
    height: 25px;
  }
}

@media (max-width: 768px) { /* for mobiles */
  .footer_background_2BzYH {
    position: unset;
  }
}

.footer_separator_8Sc0R {
  margin-bottom: 20px;
  border-bottom: solid 1px #edeef1;
}

.theme-dark .footer_separator_8Sc0R {
  border-bottom-color: rgba(0,0,0, 0.2);
}

.footer_info_16mn0 {
  text-align: left;
  font-size: 12px;
  color: #aaa9a9;
}

.footer_copyright_1aTmK {
  font-size: 13px;
  color: #aaa9a9;
}

.footer_iconHome_Zb6Z5 {
  width: 16px;
  margin-right: 6px;
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
  fill: #455a64;
}

.theme-dark .footer_iconHome_Zb6Z5 {
  fill: #fff;
}

.electron .footer_homeLink_1x0jA {
  display: none;
}

.footer_mobileVersionContainer_2MqMo {
  background: #fff;
  text-align: center;
  padding: 15px;
  font-size: 14px;
}

.theme-dark .footer_mobileVersionContainer_2MqMo {
  background: rgba(255,255,255, 0.1);
}


.slot_notificationSlot__1FoD {
  position: fixed;
  z-index: 1000;
  width: 100%;
  bottom: 0;
}

.notification_notification_6RnZU {
  min-height: 70px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.notification_infoNotification_3AD09 {
  background: #ecf3ff;
  color: #455a64;
}

.theme-dark .notification_infoNotification_3AD09 {
  background: #323a46;
  color: rgba(255,255,255, 0.8);
}

.notification_warningNotification_2OIGP {
  background: #fdf6db;
  color: #f39c12;
}

.theme-dark .notification_warningNotification_2OIGP {
  background: #4d472d;
}

.notification_notificationContent_2BDfs {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  max-width: 1170px;
  margin: auto;
}

.cookie-notification_buttons_cx3xb {
  min-width: 240px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 40px;
}

.cookie-notification_link_ZNa-b {
  color: #7190EB;
  cursor: pointer;
  text-decoration: none;
}

.cookie-notification_mobileMode_2lud5 {
  min-width: auto;
  max-width: 100vw;
}

.cookie-notification_mobileWrapper_1aIGs {
  padding: 10px;
}

.cookie-notification_mobileContainer_31Yii {
  padding: 0;
}

.cookie-notification_mobileButton_3FREe {
  margin: 5px;
}


.new-version-notification_notificationMessage_HmQEt {
  font-weight: bold;
  margin-right: 20px;
  color: #7190eb;
}


.indexeddb-readonly-notification_notificationWrapper_1LPRL {
  flex-grow: 1;
  display: flex;
  align-items: center;
  margin: 0 80px;
}

.indexeddb-readonly-notification_notificationMessage_2yGpD {
  margin-left: 20px;
  margin-right: auto;
}

.indexeddb-readonly-notification_notificationMessage_2yGpD a {
  color: inherit;
  text-decoration: underline;
}

.indexeddb-readonly-notification_warningSignIcon_3J6gN {
  background-color: #f39c12;
  background-image: url(/app/5085ac3fc31fde771918cd8b84ff4d8a.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.header_background_2lnWj {
  background: #fff;
}

.theme-dark .header_background_2lnWj {
  background: #303132;
}

.electron .header_background_2lnWj {
  -webkit-user-select: none;
  -webkit-app-region: drag;
  min-height: 68px;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-sizing: content-box;
}

.theme-dark.electron .header_background_2lnWj {
  border: none;
  background-image: linear-gradient(90deg, rgba(47, 49, 51, 1) 0%, rgba(46, 46, 49, 1) 100%) !important;
}

.header_wrapper_XpKS1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_logotype_2sLZl {
  margin-right: 15px;
  margin-left: 35px;
  padding: 0 !important;
}

.header_menuTitles_pqz4l {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #656565;
  margin-left: 32px;
}

.header_menuRight_1UJ1w,
.header_menuApp_30F2C {
  display: flex;
  text-align: left;
  align-items: center;
}

.header_menuRight_1UJ1w button {
  margin-top: -5px;
}

.header_menuApp_30F2C a,
.header_menuApp_30F2C .header_item_1lIOM {
  position: relative;
  font-size: 16px;
  padding: 18px 10px 18px;
  border-bottom: solid 3px transparent;
  display: flex;
  height: 68px;
  flex-direction: row;
  align-items: center;
  color: #455a64;
  user-select: none;
}

.theme-dark .header_menuApp_30F2C a,
.theme-dark .header_menuApp_30F2C .header_item_1lIOM {
  color: #fff;
}

@media (min-width: 1200px) {
  .header_menuApp_30F2C a {
    font-size: 16px;
    padding: 18px 14px 18px;
  }
}

.header_menuRight_1UJ1w {
  flex-flow: wrap-reverse;
  justify-content: flex-end;
}

.header_backToGuarda_18ad4 {
  color: #455a64;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  padding: 9px 25px 8px 12px;
  transition: all 0.1s;
  display: flex;
  align-items: center;
  fill: #d5d9f2;
}

.theme-dark .header_backToGuarda_18ad4 {
  color: rgba(255,255,255, 0.8);
}

.header_backToGuarda_18ad4:hover {
  background: #7190EB;
  color: white;
  text-decoration: none;
  box-shadow: none;
  fill: white;
}

.header_iconHome_3kTzE {
  width: 24px;
  margin-right: 12px;
  margin-top: 2px;
}

.header_menuApp_30F2C a:hover {
  text-decoration: none;
  border-bottom-color: #f1f2fa;
}

.header_menuApp_30F2C .header_active_2W2mi,
.header_menuApp_30F2C a.header_active_2W2mi {
  border-bottom-color: #7190EB;
}

.theme-dark .header_menuApp_30F2C a:hover {
  border-bottom-color: rgba(113,144,235, 0.2);
}

.theme-dark .header_menuApp_30F2C a.header_active_2W2mi {
  border-bottom-color: #7190EB;
}

.header_menuApp_30F2C .header_logotype_2sLZl:hover {
  border-bottom-color: transparent;
}

.theme-dark .header_menuApp_30F2C .header_logotype_2sLZl:hover {
  border-bottom-color: transparent;
}

.header_iconMenu_1Ybai {
  position: relative;
  margin-top: 3px;
  margin-right: 10px;
  fill: #d5d9f2;
  display: inline-block;
  vertical-align: middle;
  min-width: 1px;
  width: 23px;
  max-height: 23px;
}

.header_iconMenu_1Ybai svg {
  height: 90%;
  width: 90%;
  max-height: 40px;
}

.header_menuApp_30F2C a.header_active_2W2mi .header_iconMenu_1Ybai {
  fill: #7190EB;
}

.header_iconNotify_3A4Ve {
  width: 10px;
  height: 10px;
  background: #E53935;
  border-radius: 100%;
  position: absolute;
  top: 22px;
  right: 0;
}

.electron .header_backToGuarda_18ad4 {
  display: none;
}

.header_newTab_36_K0 {
  display: inline-block;
  margin-top: 1px;
  margin-left: 4px;
}

.header_iconMenuChat_1hB6W,
.header_iconHistory_31rm-,
.header_iconMenuFaq_ZlgHa,
.header_iconLogout_3GZfP,
.header_iconMoon_1CTHF {
  margin-right: 30px;
  fill: #d5d9f2;
  cursor: pointer;
  user-select: none;
  width: 20px;
  height: 20px;
  overflow: hidden;
  transition: opacity 0.1s;
  opacity: 0.5;
  margin-top: 2px;
}

.header_iconHistory_31rm- {
  width: 24px;
  height: 24px;
}

.header_iconHistory_31rm-:hover,
.header_iconMenuChat_1hB6W:hover,
.header_iconMenuFaq_ZlgHa:hover,
.header_iconLogout_3GZfP:hover,
.header_iconMoon_1CTHF:hover {
  fill: #7190EB !important;
  opacity: 1;
}

.header_iconMenuFaq_ZlgHa {
  margin-right: 0;
}

.header_faqWrap_1y89w {
  margin-right: 30px;
}

.header_newLabel_16-CH {
  background: linear-gradient(244.28deg, #7691e5 12.65%, #ab6cb7 100%);
  color: #fff;
  position: absolute;
  font-size: 8px;
  right: -20px;
  top: 24px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 26px;
  line-height: 9px;
}

.eos-creation-notification_notification_L7V_6 {
  font-size: 12px;
  background-color: #fff;
  box-shadow: 1px 1px 5px #aaa9a9;
  position: fixed;
  right: 32px;
  bottom: 32px;
  padding: 10px 14px;
  border-radius: 3px;
  display: flex;
  z-index: 10;
}

.theme-dark .eos-creation-notification_notification_L7V_6 {
  background-color: rgba(0,0,0, 0.8);
  color: rgba(255,255,255, 0.8);
  box-shadow: 1px 1px 5px rgba(0,0,0, 0.1);
}

.eos-creation-notification_isCookieBanner_2Q2WC {
  bottom: 120px;
}

.eos-creation-notification_notification_L7V_6.eos-creation-notification_pointer_3JwMi {
  cursor: pointer;
}

.eos-creation-notification_notification_L7V_6 .eos-creation-notification_loaderContainer_1VbIL {
  height: 24px;
  width: 24px;
  margin-right: 12px;
}

.eos-creation-notification_notification_L7V_6 .eos-creation-notification_textContainer_208YK {
  height: 24px;
  line-height: 24px;
}

._404_wrapper_Z5dfN {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
  min-height: 400px;
}

._404_text_3XOiz {
  display: block;
  margin: auto auto 20px;
  width: 25%;
  line-height: 30px;
  font-size: 15px;
}

._404_oopsTitle_1sHbp {
  font-size: 38px;
  font-weight: 500;
}

._404_goBackLink_2KN-y {
  color: #448aff;
}

.sort-by_wrapper_28LTC {
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sort-by_iconWrapper_361cJ {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
}

.sort-by_icon_2msPi {
  cursor: pointer;
}

.sort-by_defaultWrapper_2eJji {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sort-by_wrapperForClick_3ZTMg {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.theme-dark .sort-by_wrapper_28LTC {
  color: #aaa9a9;
}

.sort-by_value_1m5OT {
  color: #aaa9a9;
}

.sort-by_wrapper_28LTC:hover .sort-by_value_1m5OT {
  text-decoration: none;
  color: #7190EB;
}

.sort-by_filterWrapper_3suUw {
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  z-index: 4;
  padding: 0;
  margin: 5px 0 0 0;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  overflow: auto;
  max-height: 205px;
  width: 202px;
  text-align: left;
}

.theme-dark .sort-by_filterWrapper_3suUw {
  background: #222223;
  box-shadow: none;
  border: solid 1px rgba(0,0,0, 0.3);
}

.sort-by_filterHeader_2C1YZ {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  padding: 16px;
  height: 50px;
  border-bottom: 1px solid #e4e4e4;
}

.theme-dark .sort-by_filterHeader_2C1YZ {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(0,0,0, 0.3);
}

.sort-by_listSortTypes_1kBYG {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sort-by_listSortTypes_1kBYG li {
  padding: 16px 16px 16px 0;
  user-select: none;
  white-space: nowrap;
  cursor: pointer;
  height: 50px;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.theme-dark .sort-by_listSortTypes_1kBYG li {
  color: rgba(255, 255, 255, 0.8);
}

.sort-by_listSortTypes_1kBYG li:hover {
  background: rgba(0, 0, 0, 0.05);
}

.theme-dark .sort-by_listSortTypes_1kBYG li:hover {
  background: rgba(0, 0, 0, 0.3);
}

.sort-by_isActive_2tEnG {
  color: #7190EB;
}

.sort-by_checkWrapper_10oS9 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  width: 52px;
}

.sort-by_textWrapper_J9OVb {
  cursor: pointer;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #696974;
  border-radius: 10px;
  padding: 1px 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}

.sort-by_textWrapper_J9OVb span {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #44444f;
}

.theme-dark .sort-by_textWrapper_J9OVb span {
  color: rgba(255, 255, 255, 0.8);
}

.sort-by_iconArrow_1HRTe {
  overflow: hidden;
  width: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 11px;
  margin-top: 1px;
}

.sort-by_fiatType_22Nc0:hover .sort-by_iconArrow_1HRTe {
  fill: #7190EB;
}

.header_headerWrapper_3CW7E {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
  padding-top: 12px;
  border-radius: 5px 5px 0 0;
}

.electron .header_headerWrapper_3CW7E {
  padding-top: 22px;
}

.header_totalBalance_22Zlr {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #455a64;
  padding-left: 20px;
  display: flex;
  align-items: center;
}

.theme-dark .header_totalBalance_22Zlr {
  color: rgba(255,255,255, 0.8);
}

.electron .header_totalBalance_22Zlr {
  padding: 0 20px;
}

.electron .header_addButtonPlus_2ZwYh {
  top: 13px;
}

.header_addButtonPlus_2ZwYh {
  position: absolute;
  top: 20px;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  background: #f1f2fa;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
  right: 55px;
}

.theme-dark .header_addButtonPlus_2ZwYh {
  background: rgba(0,0,0, 0.2);
}

.header_addButtonPlus_2ZwYh svg {
  width: 55%;
  height: 55%;
  fill: #448aff;
}

.header_addButtonPlus_2ZwYh:hover {
  background-color: #7190EB;
}

.header_addButtonPlus_2ZwYh:hover svg {
  fill: #fff;
}

.header_counterLabel_2pp5J {
  position: absolute;
  top: -6px;
  right: -6px;
  font-size: 9px;
  color: rgba(255,255,255, 0.8);
  background: rgba(113,144,235, 0.8);
  width: 13px;
  height: 13px;
  border-radius: 100%;
  text-indent: 1px;
  line-height: 15px;
}

.header_iconsWrapper_my5FK {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  margin: 10px 0 10px 10px;
}

.header_iconWrapper_2C8AT {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
}

.header_icon_2Y7jW {
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.header_lastIcon_1b25X {
  margin-right: 0;
}

.fiat-toggle_fiatType__AtNh {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #656565;
  margin-left: 8px;
  cursor: pointer;
  padding: 5px 10px;
  background: #f0f0f0;
  border-radius: 20px;
  font-weight: normal;
  font-size: 16px;
  line-height: 15px;
}

.fiat-toggle_listWrapper_3ys88 {
  width: 250px !important;
}

.theme-dark .fiat-toggle_fiatType__AtNh {
  background: #232323;
  color: rgba(255, 255, 255, 0.8);
}

.fiat-toggle_wrapperFiatToggle_Iriet {
  display: flex;
  position: relative;
  height: 26px;
  user-select: none;
}

.electron .fiat-toggle_wrapperFiatToggle_Iriet {
  position: unset;
}

.fiat-toggle_fiatType__AtNh:hover {
  color: #7190EB;
}

.fiat-toggle_isActive_28NGS {
  color: #7190EB;
}

.fiat-toggle_iconArrow_1XytF {
  overflow: hidden;
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2px;
}

.fiat-toggle_iconArrow_1XytF > * {
  width: 6px;
  height: 5px;
}

.theme-dark .fiat-toggle_iconArrow_1XytF > svg > * {
  fill: #c4c4c4;
}

.fiat-toggle_fiatType__AtNh:hover .fiat-toggle_iconArrow_1XytF > svg > * {
  fill: #7190EB;
}

.fiat-toggle_listFiatCurrencies_21_7v {
  position: absolute;
  left: 8px;
  top: 36px;
  background: white;
  right: 0;
  padding: 0;
  margin: 0;
  border: solid 1px transparent;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: auto;
  max-height: 340px;
  width: 300px;
  text-align: left;
  z-index: 110;
}

.electron .fiat-toggle_listFiatCurrencies_21_7v {
  left: 4px;
  top: 70px;
}

.theme-dark .fiat-toggle_listFiatCurrencies_21_7v {
  background: #222223;
  box-shadow: none;
  border: solid 1px rgba(0,0,0, 0.3);
}

.fiat-toggle_listFiatCurrencies_21_7v li {
  font-size: 16px;
  line-height: 24px;
  min-height: 48px;
  padding: 8px 16px;
  user-select: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #1a1a1a;
  font-weight: normal;
}

.theme-dark .fiat-toggle_listFiatCurrencies_21_7v li {
  color: rgba(255, 255, 255, 0.8);
}

.fiat-toggle_listFiatCurrencies_21_7v li span {
  display: inline-block;
  color: #92929d;
}

.fiat-toggle_listFiatCurrencies_21_7v li:hover {
  background: rgba(191, 208, 253, 0.09);
}

.theme-dark .fiat-toggle_listFiatCurrencies_21_7v li:hover {
  background: rgba(0,0,0, 0.3);
}

.icon-fiat_iconWrapper_1fFrl {
  min-width: 32px;
  min-height: 32px;
  border-radius: 50%;
  margin-right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-fiat_icon_Wdb5S {
  width: 32px;
  height: 32px;
}

.fiat-list_fiatCurrency_2_gVc {
  display: flex;
  padding-left: 24px;
  height: 68px;
  width: 290px;
  align-items: center;
  justify-content: space-between;
}

.fiat-list_fiatLeftSide_3JsIK {
  display: flex;
  align-items: center;
  margin-top: 3px;
}

.fiat-list_iconArrowSelect_g8f47 {
  width: 14.66px;
  height: 16px;
  fill: #979797;
  justify-self: flex-end;
  margin-right: 8px;
}

.fiat-list_fiatTitle_3QT_G {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.theme-dark .fiat-list_list_sAASM li,
.theme-dark .fiat-list_fiatTitle_3QT_G {
  color: #fff;
}

.fiat-list_fiatSubTitle_3OG0O {
  font-family: Roboto, sans-serif;
  margin: 0;
  padding: 0;
  padding-top: 4px;
  font-size: 12px;
  text-transform: uppercase;
  color: #656565;
  line-height: normal;
}

.theme-dark .fiat-list_iconArrowSelect_g8f47 {
  fill: #f1f2fa;
  color: #fff;
}

.fiat-list_fiatCurrency_2_gVc:hover {
  opacity: 0.8;
}

.fiat-list_list_sAASM {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  z-index: 10;
  max-height: 350px;
  width: 298px;
  overflow: hidden;
}

.theme-dark .fiat-list_list_sAASM {
  background: #222223;
  box-shadow: none;
  border-color: rgba(0,0,0, 0.3);
  scrollbar-width: none;
}

.fiat-list_list_sAASM li {
  display: flex;
  margin: 0;
  padding: 10px 15px;
  list-style: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
}

.fiat-list_list_sAASM li span {
  font-size: 12px;
  display: flex;
  letter-spacing: 0.15px;
  color: #646464;
}

.fiat-list_list_sAASM li:hover {
  background: #fafafa;
}

.theme-dark .fiat-list_list_sAASM li:hover {
  background: rgba(0,0,0, 0.2);
}

.fiat-list_searchWrapper_d-PAN {
  border: none;
  display: block;
  padding: 0 !important;
  margin: 0;
}

.fiat-list_searchInput_uFA-L {
  background: none;
  width: 100%;
  border: none;
  outline: none;
  font-size: 14px;
  height: 42px !important;
  padding: 0 40px 0 12px;
  background-color: #fafafa;
  border-bottom: solid 1px #e2e2ea !important;
}

.theme-dark .fiat-list_searchInput_uFA-L {
  color: #fff;
  border-color: rgba(0,0,0, 0.3) !important;
}

.fiat-list_newScrollBar_5oPFs {
  max-height: 270px;
  margin: 0;
  padding: 0;
  overflow: auto;
}

.fiat-list_fiatIcon_2pOCJ {
  width: 36px !important;
  height: 36px !important;
}

.fiat-list_fiatCurrencyTitle_24WJn {
  font-weight: 500;
  line-height: normal;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fiat-list_isActive_2uwe3 {
  background: #f1f2fa;
}

.theme-dark .fiat-list_newScrollBar_5oPFs {
  border-right: solid 7px #222223;
}

.fiat-list_newScrollBar_5oPFs::-webkit-scrollbar {
  display: none;
}

.fiat-list_newScrollBar_5oPFs::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 1.5px;
  margin-bottom: 10px;
}

.fiat-list_newScrollBar_5oPFs::-webkit-scrollbar-thumb {
  background: #7190eb;
  border-radius: 1.5px;
}

.theme-dark .fiat-list_newScrollBar_5oPFs::-webkit-scrollbar-track {
  background: #222223;
}

.fiat-list_SearchIcon_1yveg {
  position: absolute;
  top: 10px;
  left: 16px;
}

.fiat-list_emptyState_1IB6s {
  overflow-wrap: anywhere;
  text-align: center;
  padding: 20px 10px;
  color: #aaa9a9;
  font-size: 14px;
}

.fiat-list_icon_2_9pl {
  position: absolute;
  right: 16px;
  top: 9px;
}

.fiat-list_clearPassIcon_2HYi6 {
}

.dashboard-wallets_wrapper_2sZpO {
  padding: 0 0 20px;
  overflow: inherit;
  position: relative;
  z-index: 2;
}

.dashboard-wallets_boardWrapper_NOWkG {
  overflow: scroll;
  height: calc(100vh - 88px);
}

.theme-dark.electron .dashboard-wallets_wrapper_2sZpO {
  background-image: linear-gradient(90deg, rgba(47, 49, 51, 1) 0%, rgba(46, 46, 49, 1) 100%) !important;
}

.electron .dashboard-wallets_wrapper_2sZpO {
  padding: 0 0 20px;
}

.dashboard-wallets_wrapperText_13ung {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #aaa9a9;
  margin: 0 20px 10px;
  padding-top: 20px;
}

.dashboard-wallets_wrapperAddWallets_3y8lG {
  padding-bottom: 20px;
}

.dashboard-wallets_walletList_QzXxu {
  display: block;
}

.dashboard-wallets_fioEmptyImage_1C37b {
  margin-left: 5px;
  padding-top: 3px;
}

.theme-dark .dashboard-wallets_walletList_QzXxu {
  color: rgba(255,255,255, 0.8);
}

.dashboard-wallets_emptyState_34xfU {
  text-align: center;
  padding: 60px 0 30px;
  margin: 15px 20px 0;
  border-radius: 3px;
}

.dashboard-wallets_emptyState_34xfU p {
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 14px;
  word-break: break-word;
  color: #7190EB;
}

.dashboard-wallets_addButton_1TRYp {
  width: 100%;
  position: relative;
  text-align: left;
  text-indent: 12px;
  cursor: pointer;
  color: #455a64;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  padding: 30px 0 10px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin-top: 20px;
}

.theme-dark .dashboard-wallets_addButton_1TRYp {
  color: rgba(255, 255, 255, 0.8);
}

.dashboard-wallets_addButton_1TRYp img {
  margin-right: 26px;
}

.dashboard-wallets_searchBlock_IOBky {
  padding: 10px 20px 10px 50px;
  margin: 0;
  background: #fff;
  max-width: 80%;
  text-overflow: ellipsis;
  border: 1px solid #e2e2ea;
  box-sizing: border-box;
  border-radius: 10px;
  height: 38px;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.2px;
}

.dashboard-wallets_searchBlock_IOBky::placeholder {
  color: #92929d;
}

.dashboard-wallets_plus_3Sj3u {
  margin-left: 10px;
}

.dashboard-wallets_relative_12lCx {
  position: relative;
}

.electron .dashboard-wallets_relative_12lCx {
  height: 41px;
}

.dashboard-wallets_counterWrapper_356QW {
  padding: 0 24px 12px;
  font-weight: normal;
  font-size: 10px;
  color: #9399a1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.dashboard-wallets_counter_3Udav {
  display: block;
  padding: 0 4px;
  position: relative;
}

.dashboard-wallets_counter_3Udav::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 8px;
  right: -1px;
  top: 2px;
  background-color: #9399a1;
}

.dashboard-wallets_counter_3Udav:last-child::after {
  content: none;
}

.dashboard-wallets_counter_3Udav:first-child {
  padding-left: 0;
}

.dashboard-wallets_headerWrapper_35cyo {
  min-height: 76px;
  background-color: #fcfdfd;
  border-bottom: 1px solid rgba(170,169,169, 0.2);
  border-radius: 5px 5px 0 0;
}

.electron .dashboard-wallets_headerWrapper_35cyo {
  min-height: 91px;
  border-radius: 0;
}

.theme-dark .dashboard-wallets_headerWrapper_35cyo {
  background: rgb(48, 49, 50);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.dashboard-wallets_searchWrapper_5Fks8 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 0;
}

.electron .dashboard-wallets_searchWrapper_5Fks8 {
  padding-top: 26px;
}

.dashboard-wallets_cancel_653In {
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.2px;
  color: #7190EB;
  padding: 10px 0 10px 10px;
  cursor: pointer;
}

.dashboard-wallets_glassIcon_1Izs6 {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 25px;
  left: 30px;
}

.electron .dashboard-wallets_glassIcon_1Izs6 {
  top: 35px;
}

.dashboard-wallets_allHiddenWrap_1sN2O {
  width: 100%;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dashboard-wallets_allHiddenImage_Zve20 {
  width: 36px;
  height: 36px;
  min-width: 36px;
  max-width: 36px;
  border-radius: 50%;
  background-color: #b8babc;
  margin: 18px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dashboard-wallets_allHiddenInfo_1eKYk {
  width: 100%;
  min-height: 70px;
  padding-right: 20px;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  color: #b8babc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid  rgba(0, 0, 0, 0.08);
}

.dashboard-wallets_allHiddenInfo_1eKYk p {
  margin: 0;
}

.dashboard-wallets_allHiddenSettings_1P1KZ {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  border-radius: 8px;
  padding: 2px 10px;
  background-color: #7190EB;
  width: 80px;
  height: 24px;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .dashboard-wallets_allHiddenInfo_1eKYk {
    font-size: 12px;
  }

  .electron .dashboard-wallets_headerWrapper_35cyo {
    min-height: 89px;
  }
}

.dashboard-wallets_wrapperWalletsAndTokens_DJUlb {
  box-shadow: none;
  padding: 0;
  margin-bottom: 0;
}

.electron .dashboard-wallets_wrapperWalletsAndTokens_DJUlb {
  height: auto;
}

.dashboard-wallets_showMoreButton_1SnSd {
  cursor: pointer;
  font-size: 14px;
  display: flex;
  line-height: 24px;
  align-items: center;
  color: #7190EB;
  padding: 10px 0 10px 28px;
}

.dashboard-wallets_iconArrow_RpCw6 {
  margin-left: -4px;
  margin-right: 30px;
}

.wallet-item_iconCurrency_17djy {
  font-size: 24px;
  margin-right: 15px;
  margin-left: 0;
  color: #7190EB;
  width: 25px;
  flex-shrink: 0;
}

.wallet-item_isTestnet_3TWWS {
  color: #aaa9a9;
}

.wallet-item_isClick_3Tbh- {
  cursor: pointer;
}

.wallet-item_walletBlock_2oSdL {
  padding: 15px 20px;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  color: #455a64;
  min-height: 76px;
  overflow: auto;
}

.wallet-item_wrapperBeforeCurrency_3Kgij {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  width: 80%;
}

.theme-dark .wallet-item_walletBlock_2oSdL {
  color: rgba(255,255,255, 0.8);
  border-color: rgba(0,0,0, 0.2);
}

.wallet-item_walletInfo_mFfvd {
  display: flex;
  flex-direction: column;
  flex-basis: 59%;
  max-width: 47%;
}

.wallet-item_balanceBlock_2R34G {
  display: flex;
  flex-basis: 120px;
  text-align: right;
  flex-direction: column;
  overflow: hidden;
}

.wallet-item_cryptoBalance_1O_qf {
  font-size: 14px;
  margin-bottom: 7px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.wallet-item_balanceContainer_2PULW {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.wallet-item_fiatBalance_1-3ZQ {
  font-size: 12px;
  color: #aaa9a9;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  display: block;
}

.wallet-item_fiatBalance_1-3ZQ span {
  text-transform: uppercase;
  margin-right: 1px;
  font-size: 8px;
}

.wallet-item_titleWallet_3TNQn {
  font-size: 16px;
  white-space: nowrap;
  max-width: 100%;
  line-height: 18px;
  position: relative;
  margin-bottom: -2px;
}

.wallet-item_titleWrapper_28HDy {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
}

.wallet-item_isStakingButton_3Immk {
  box-sizing: content-box;
  border: 1px solid #7190EB;
  border-radius: 10px;
  font-weight: 700;
  padding: 1px 4px 0;
  font-size: 8px;
  line-height: 11px;
  text-align: center;
  background: #7190EB;
  color: #fff;
  position: absolute;
  top: 47px;
  left: 16px;
}

.wallet-item_isNewButton_12z6w {
  width: 27px;
  height: 14px;
  position: absolute;
  top: 16px;
  left: 35px;
  background: linear-gradient(244.28deg, #7691e5 12.65%, #ab6cb7 100%);
  border-radius: 10px;
  color: #fff;
  font-size: 8px;
  font-weight: 500;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.theme-dark .wallet-item_isNewButton_12z6w {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.wallet-item_walletInfo_mFfvd input {
  font-size: 16px;
  font-family: Roboto, sans-serif;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  border-bottom: solid 1px transparent;
  transition: border 0.3s;
  max-width: 90%;
  margin-bottom: 3px;
}

.theme-dark .wallet-item_walletInfo_mFfvd input {
  color: #fff;
}

.wallet-item_walletInfo_mFfvd input:hover,
.wallet-item_walletInfo_mFfvd input:focus {
  border-bottom: solid 1px #7190EB;
}

.wallet-item_fiatType_1HHe5 {
  color: #aaa9a9;
  display: inline-block;
  margin-left: 10px;
  margin-right: -30px;
  font-size: 14px;
  font-weight: normal;
}

.wallet-item_watchOnly_15c09 {
  position: absolute;
  left: 40px;
  top: 35px;
  width: 12px;
  opacity: 0.5;
}

.wallet-item_tickerWallet_3-PSh {
  font-size: 11px;
  font-weight: 600;
  color: #aaa9a9;
  margin-left: 2px;
  position: absolute;
  top: -11px;
}

.parent-wallet-of-token_parentWalletBlock_1ddBP {
  margin-top: 5px;
  display: flex;
  flex-direction: row;
}

.parent-wallet-of-token_iconCurrency_3S_T6 {
  margin-right: 10px;
  width: 13px !important;
  height: 13px !important;
  font-size: 8px !important;
  flex-shrink: 0;
  border-radius: 50%;
}

.parent-wallet-of-token_iconCurrency_3S_T6::before {
  width: auto;
  height: 7px;
}

.parent-wallet-of-token_iconCurrency_3S_T6 img {
  width: auto !important;
  height: 1em !important;
}

.parent-wallet-of-token_title_1TBK8 {
  font-size: 12px;
  color: #455a64;
  cursor: pointer;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.theme-dark .parent-wallet-of-token_title_1TBK8 {
  color: rgba(255,255,255, 0.8);
}

.unknown-token-notify_tooltip_1cwbH {
  position: absolute;
  bottom: 17px;
  left: 40px;
}

.unknown-token-notify_selected_24RoH {
  bottom: 14px;
  left: 43px;
  font-size: 0;
}

.unknown-token-notify_inList_12i67 {
  bottom: 8px;
  left: 83px;
  font-size: 0;
}

.unknown-token-notify_exchangeInList_3GFZI {
  bottom: 10px;
  left: 37px;
  font-size: 0;
}

.unknown-token-notify_borrowSelected_1TC4k {
  bottom: 5px;
  left: 43px;
  font-size: 0;
}

.unknown-token-notify_borrowInList_3ECeK {
  bottom: 0;
  left: 37px;
  font-size: 0;
}

.unknown-token-notify_txList_HrmTu {
  bottom: 0;
  left: -25px;
  font-size: 0;
}

.wallet-item_title_2vyEH,
.wallet-item_toggle_D15HH {
  font-size: 12px;
  color: #7190EB;
  cursor: pointer;
  display: inline-block;
  width: auto;
}

.wallet-item_item_1RYBo:hover {
  background: #f1f2fa;
}

.wallet-item_isActive_1_7Ue {
  background-color: #f1f2fa;
}

.theme-dark .wallet-item_isActive_1_7Ue {
  background-color: rgba(0,0,0, 0.2);
}

.theme-dark .wallet-item_item_1RYBo:hover {
  background: rgba(0,0,0, 0.2);
}

.wallet-item_title_2vyEH:hover,
.wallet-item_toggle_D15HH:hover {
  text-decoration: underline;
}

.wallet-item_estimatedBalance_1vQUC {
  color: #aaa9a9;
  font-size: 11px;
  text-decoration: none !important;
}

.wallet-item_dash_1tKqY {
  color: #aaa9a9;
  margin: 0 3px;
  vertical-align: middle;
  opacity: 0.5;
}

.wallet-item_supText_3CI75 {
  position: static;
  display: inline;
  margin: 0;
  right: auto;
  font-size: 12px;
}

.wallet-item_stakingsWrapper_2VYEJ {
  font-size: 14px;
  padding-left: 40px;
  min-height: 42px;
  position: relative;
}

.wallet-item_subInformationBlock_1NEd1 {
  padding: 20px;
  box-shadow: inset 0 11px 8px -10px #e1e2ea, inset 0 -11px 8px -10px #e1e2ea;
  background: #fff;
  z-index: 1;
}

.theme-dark .wallet-item_subInformationBlock_1NEd1 {
  color: rgba(255,255,255, 0.8);
  box-shadow: inset 0 11px 8px -10px rgba(0,0,0, 0.2), inset 0 -11px 8px -10px rgba(0,0,0, 0.3);
  background: #303132;
}

.wallet-item_xmrCenterWrapper_30hIQ {
  font-size: 14px;
  line-height: 18px;
  min-height: 30px;
  position: relative;
}

.main_wrapper_3197y {
  overflow: inherit;
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding-bottom: 20px;
  font-size: 14px;
}

.main_blink_E6hT2 {
  animation-name: main_blink_E6hT2;
  animation-timing-function: linear;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
}

@keyframes main_blink_E6hT2 {
  15% {
    opacity: 0;
  }
}

.theme-dark.electron .main_wrapperPaginator_3wYhr {
  background-color: #222223;
}

.main_wrapperPaginator_3wYhr {
  background: none !important;
  box-shadow: none;
  border: none;
}

.electron .main_wrapperPaginator_3wYhr {
  background: #fff !important;
}

.electron.theme-dark .main_wrapperPaginator_3wYhr {
  background: #222223 !important;
}

.main_wrapperShadow_Qnfkj {
  border-radius: 5px;
  background: white;
  box-shadow: 0 0 0 1px #e4e4e4;
  position: relative;
}

.electron .main_wrapperShadow_Qnfkj {
  border-radius: 0;
}

.theme-dark .main_wrapperShadow_Qnfkj {
  background: #303132;
  box-shadow: none;
}

.theme-dark .main_chartTitle_n_1Go {
  border-bottom: solid 1px rgba(0,0,0, 0.2);
}

.theme-dark.electron .main_chartTitle_n_1Go {
  background: #222223;
}

.main_chartTitle_n_1Go {
  color: #7190EB;
  font-weight: 700;
  font-size: 14px;
  margin-top: 0;
  padding: 20px 0 15px 30px;
  display: block;
  border-bottom: solid 1px rgba(170,169,169, 0.2);
}

.main_txDateBlock_p6Ebz {
  font-size: 14px;
  padding: 20px 30px 10px;
  box-shadow: 0 0 0 1px #e4e4e4;
  color: #7190EB;
  font-weight: normal;
  background: #fff;
  border-bottom: solid 1px rgba(170,169,169, 0.2);
  position: relative;
  z-index: 1;
}

.theme-dark.electron .main_txDateBlock_p6Ebz {
  background: #222223;
}

.theme-dark .main_txDateBlock_p6Ebz {
  background: #303132;
  border-bottom-color: rgba(0,0,0, 0.2);
  box-shadow: none;
}

.main_additionalInfoWrapper_mV4sX {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 30px 0;
  width: 100%;
}

.main_loadingWrapper_3T9ra {
  text-align: center;
  padding: 50px;
}

.main_fioEmptyImage_2sf68 {
  margin-left: 5px;
  padding-top: 3px;
}

.main_additionalInfoWrapper_mV4sX .main_emptyFioLinkWrapper_36kLZ {
  display: flex;
  flex-direction: row;
}

.main_informationEmptyWrapButtons_1uNdi {
  display: flex;
  justify-content: left;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 20px;
}

.electron .main_wrapper_3197y {
  padding-bottom: 0;
}

.theme-dark.electron .main_wrapper_3197y {
  border-left-color: rgba(0,0,0, 0.3);
  color: rgba(255,255,255, 0.8);
}

.theme-dark .main_wrapper_3197y {
  color: rgba(255,255,255, 0.8);
}

.main_wrapperNotifications_2NaKr {
  border-radius: 5px;
  position: relative;
  background: white;
  margin-bottom: 20px;
}

.theme-dark .main_wrapperNotifications_2NaKr,
.theme-dark .main_wrapperNotifications_2NaKr > div {
  background: #303132;
  box-shadow: none;
  border: none;
}

.main_wrapperNotifications_2NaKr > div {
  margin-bottom: 0;
  padding: 20px 30px;
  border: 1px solid #e4e4e4;
}

.main_block_15zml {
  border-radius: 5px;
  background: white;
  position: relative;
  box-shadow: 0 0 0 1px #e4e4e4;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.theme-dark .main_block_15zml {
  background: #303132;
  box-shadow: none;
  border: none;
}

.electron .main_block_15zml:first-child {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.electron .main_block_15zml {
  border-radius: 0;
  margin-bottom: 0;
  border: none;
  border-bottom: solid 1px #f1f2fa;
  box-shadow: none;
}

.theme-dark.electron .main_block_15zml {
  border-color: rgba(0, 0, 0, 0.2);
  background: #222223;
}

.main_wrapperBlocks_150ld {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0 30px 0;
  width: 100%;
}

.main_wrapperWallets_19CZw {
  padding: 40px 30px 0;
  display: flex;
  justify-content: space-between;
}

.main_wallerWrapper_3wWNs {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  color: #455a64;
  width: 100%;
  position: relative;
}

.theme-dark .main_wallerWrapper_3wWNs {
  color: rgba(255,255,255, 0.8);
}

.main_walletInfoContainer_1Fs-Y {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.main_extraButtonWrapper_3XZ62 {
  max-height: 10px;
}

.main_walletInfoContainer_1Fs-Y .main_walletInfo_3IaLQ:first-of-type {
  min-width: 305px;
}

.main_walletInfoContainer_1Fs-Y button {
  margin-bottom: 16px;
}

.main_walletInfo_3IaLQ .main_titleBlock_3I5m- {
  font-size: 14px;
  margin: 0 8px 8px 0;
  user-select: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.main_titleBlockAddress_25et4 {
  height: 24px;
}

.main_walletInfo_3IaLQ .main_contentBlock_3A6he {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  word-break: break-all;
}

.main_walletInfo_3IaLQ .main_fiatAmount_1gACL {
  font-size: 14px;
  color: #aaa9a9;
}

.main_buttonAction_26-IH {
  font-size: 14px;
  line-height: 20px;
}

.main_addressText_ertuY {
  margin-right: 10px;
  display: inline-block;
  cursor: pointer;
}

.main_wrapperTokenParentWallets_D4zbA {
  margin-top: 1px;
}

.main_addressText_ertuY.main_inline_3xrtU {
  display: inline;
}

.main_doubleLine_3wa5D {
  height: 49px;
}

.main_iconAccount_3gdUW {
  display: inline-block;
  margin-top: -1px;
}

.main_iconExplorer_1jjAY {
  display: inline-block;
  vertical-align: top;
  user-select: none;
}

.main_buttonLink_rlHQU {
  position: absolute;
  color: #7190EB;
  right: 0;
}

.main_fakeQRcode_Cr1si {
  width: 154px;
  height: 154px;
  background: #f1f2fa;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #448aff;
  cursor: pointer;
  border-radius: 3px;
  margin-bottom: 20px;
}

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

.theme-dark .main_fakeQRcode_Cr1si {
  background: rgba(0,0,0, 0.2);
}

.main_buttonSend_1WRe2 {
  margin-right: 20px;
}

.main_filterWrapper_AKf-B > div {
  display: flex;
}

.main_filterWrapper_AKf-B > div > div {
  flex: 1 1 auto;
}

.main_wrapperTextCenter_2VZI2 {
  text-align: center;
  padding: 50px 0;
  color: #aaa9a9;
  font-size: 14px;
  background: #fff;
}

.theme-dark .main_wrapperTextCenter_2VZI2 {
  background: #303132;
}

.theme-dark.electron .main_wrapperTextCenter_2VZI2 {
  background: #222223;
}

.main_wrapperTextCenter_2VZI2 img {
  width: 25%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.main_wrapperTextCenter_2VZI2 a {
  color: #448aff;
}

.main_blockLoader_3pCqW {
  vertical-align: top;
}

.main_blockLoader_3pCqW span {
  vertical-align: top;
  margin-top: 18px;
  margin-left: 15px;
  display: inline-block;
}

.main_loadTransactionsWrapper_3VcZi {
  margin-top: 14px;
}

.main_userSelect_2aAUn {
  user-select: text;
}

.main_hbarLinkInfo_bV9Sz {
  position: relative !important;
  margin-top: -2px !important;
  padding-right: 30px;
}

.main_tokenParentWalletsBlock_3OI9B {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 5px 5px;
}

.main_likeLink_i4p-2 {
  color: #7190EB;
  text-align: right;
  line-height: 24px;
  font-size: 14px;
  cursor: pointer;
}

.main_likeLink_i4p-2:hover {
  text-decoration: underline;
}

.eth_wrapper_2fkKA {
  overflow: hidden;
  padding: 20px 30px;
  font-size: 14px;
  line-height: 18px;
  min-height: 120px;
}

.eth_buttonLink_lzt7I {
  position: absolute;
  color: #455a64;
  right: 0;
  text-align: right;
  line-height: 24px;
  font-size: 14px;
}

.theme-dark .eth_buttonLink_lzt7I {
  color: #aaa9a9;
}

.eth_addLink_1QLgk {
  color: #7190EB;
  text-align: right;
  line-height: 24px;
  font-size: 14px;
  cursor: pointer;
}

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

.eth_collectionTitle_2w01c,
.eth_titleSection_2iRx- {
  color: #7190EB;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 14px;
  margin-top: 0;
}

.eth_emptyState_9MRfl {
  text-align: center;
  color: #aaa9a9;
  padding: 40px 0;
  border-top: solid 1px rgba(0,0,0, 0.1);
  border-bottom: solid 1px rgba(0,0,0, 0.1);
}

.eth_collectionBlock_3k5bW {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-right: -20px;
}

.eth_item_2dHMN {
  width: 124px;
  height: 124px;
  background: rgba(0,0,0, 0.05) no-repeat center / cover;
  border-radius: 3px;
  margin-bottom: 20px;
  margin-right: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.eth_item_2dHMN img {
  width: 100%;
}

.eth_userSelect_1OFra {
  user-select: text;
}

.eth_mt20_1PHVx {
  margin-top: 20px;
}

.eth_label_3SRSD {
  color: #7190EB;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
}

@keyframes wallet-dot-update_blink-animation_3iAC3 {
  to {
    opacity: 0;
  }
}

.wallet-dot-update_dotWrapper_12rSa {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 6px;
  background: transparent;
  height: 6px;
  border-radius: 100%;
}

.wallet-dot-update_dotWrapper_12rSa.wallet-dot-update_failedTxs_34mTn {
  background: red;
  border-radius: 0;
}

.wallet-dot-update_dotWrapper_12rSa.wallet-dot-update_failedBalance_15r6I {
  background: purple;
}

.wallet-dot-update_dotWrapper_12rSa.wallet-dot-update_failedTime_1Bxgc {
  background: orange;
}

.wallet-dot-update_dotWrapper_12rSa.wallet-dot-update_socketUpdateStart_j3i-a {
  background: blue;
  animation: wallet-dot-update_blink-animation_3iAC3 1s steps(20, start) infinite;
  border-radius: 0;
  opacity: 0.2;
}

.trx_wrapper_1h-CI {
  padding: 20px 30px;
  font-size: 14px;
  min-height: 120px;
  overflow: visible; /* note: visible to support tooltip overflow */
}

.trx_relativeWrapper_2FRE2 {
  position: relative;
}

.trx_label_2lIel {
  color: #7190EB;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
  display: flex;
}

.trx_label_2lIel > * {
  margin-right: 10px;
}

/* overriding tooltip max-width in-place;
 * didn't want to dig into tooltip component,
 * out of fear it would break tooltips in other places...
 * default max-width is 280px;
 * and here is a big one and design seemingly
 * doesn't want it to break into 2 lines
*/

.trx_label_2lIel > div:nth-child(2) > div > div {
  max-width: 500px;
}

.trx_label_2lIel > div {
  width: 14px;
  height: 14px;
}

.trx_label_2lIel > div img {
  width: 14px;
  height: 14px;
}

.trx_points_27HO4 {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 200px 1fr 100px;
  align-items: center;
  gap: 16px;
}

.trx_points_27HO4 > div:last-child {
  text-align: right;
}

.trx_points_27HO4 > span:last-child {
  text-align: center;
}

.trx_progressInner_3fQ2q {
  transition: width 0.3s ease-in;
}

.trx_rowPoint_2p5XI {
  display: flex;
}

.trx_addressContainer_oGOQJ {
  display: flex;
}

.trx_claimLink_VSOcs {
  text-decoration: underline;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

.trx_desc_ZpRGw {
  color: #aaa9a9;
}

.trx_buttonLink_1jG_y {
  color: #7190EB;
  font-size: 14px;
}

.trx_external_2G21V {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  width: 12px;
  margin-left: 5px;
}

.trx_error_1X9Xl {
  margin-top: 5px;
  color: #E53935;
}

.trx_userSelect_uvDPs {
  user-select: text;
}

.trx_loader_3R14Y {
  height: 30px;
  width: 30px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  display: grid;
  align-items: center;
}

.trx_value_QwGjc {
  font-weight: bold;
}

.trx_row_3ZErY {
  margin-bottom: 12px;
}

.trx_row_3ZErY:last-child {
  margin-bottom: 10px;
}

.trx_block_3tdaQ {
  margin-bottom: 20px;
}

.trx_blockButton_2GRg8 {
  margin-right: 10px;
  line-height: 4;
}

.one_wrapper_2t5ys {
  overflow: hidden;
  padding: 20px 30px;
  font-size: 14px;
  line-height: 18px;
  min-height: 185px;
}

.one_wrapperPanel_1ihK5 {
  line-height: 24px;
}

.one_wrapperPanel_1ihK5 hr {
  border-top: none;
  border-bottom: solid 1px rgba(170,169,169, 0.3);
  background: none;
}

.one_link_2yCdz {
  color: #7190EB;
  cursor: pointer;
  display: inline-block;
}

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

.one_buttonCopy_2ofEz {
  display: inline;
  word-break: break-all;
}

.one_external_pwuHp {
  margin: 0 0 -1px 3px;
}

.one_userSelect_3sE4U {
  user-select: text;
}

.one_lockedAmtBlock_3SvEz {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: auto;
}

.one_tooltipInfo_1r4nm {
  height: 18px;
}

.one_iconInfo_1GVo3 {
  width: 14px;
  height: 14px;
}

.one_iconInfo_1GVo3 svg {
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.theme-dark .one_iconInfo_1GVo3 {
  fill: rgba(255, 255, 255, 0.5);
}

.one_loader_3zq9o {
  position: absolute;
  right: 30px;
  top: 20px;
}

.estimate-for-staking_estimate_4XjJC {
  color: #aaa9a9;
  font-weight: normal;
  white-space: nowrap;
}

.atom_wrapper_3hMhs {
  overflow: hidden;
  padding: 20px 30px;
  font-size: 14px;
  line-height: 18px;
  min-height: 185px;
}

.atom_stakeLine_UU4xt {
  margin-bottom: 10px;
  border-bottom: solid 1px rgba(170,169,169, 0.3);
  padding-bottom: 14px;
}

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

.atom_wrapperClaimBlock_1pIL5 {
  line-height: 24px;
}

.atom_buttonLink_10pYr {
  position: absolute;
  color: #7190EB;
  right: 30px;
  top: 20px;
  font-size: 14px;
}

.atom_external_3CGjx {
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  width: 12px;
  margin-left: 3px;
}

.atom_address_xUHQG {
  display: inline-block;
}

.atom_wrapperClaimBlock_1pIL5 hr {
  border-top: none;
  border-bottom: solid 1px rgba(170,169,169, 0.3);
  background: none;
}

.atom_addressContainer_3o8X8 {
  display: flex;
}

.atom_userSelect_iSG2T {
  user-select: text;
}

.atom_loader_3_M8F {
  position: absolute;
  right: 30px;
  top: 20px;
}

.ont_wrapper_25NUX {
  overflow: hidden;
  padding: 20px 30px;
  font-size: 14px;
  min-height: 105px;
}

.ont_label_2LSfR {
  color: #7190EB;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
}

.ont_value_2HJbz {
  font-weight: bold;
  margin-right: 4px;
}

.ont_row_1Fli3 {
  display: flex;
  margin-bottom: 16px;
  margin-top: 8px;
  line-height: 22px;
}

.ont_row_1Fli3:last-child {
  margin-bottom: 10px;
}

.ont_desc_31kGb {
  color: #aaa9a9;
}

.ont_buttonLink_1Ekye {
  position: absolute;
  color: #7190EB;
  right: 30px;
  top: 20px;
  font-size: 14px;
}

.ont_external_2_oic {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  width: 12px;
  margin-left: 5px;
}

.ont_error_2_36b {
  margin-top: 5px;
  color: #E53935;
}

.ont_inlineButtons_1zVDq {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}

.ont_validatorAddress_3oGHI {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.ont_validatorAddress_3oGHI div {
  font-weight: bold;
}

.ont_unstakeButton_1AVdb {
  color: #7190EB;
}

.ont_userSelect_2TeuE {
  user-select: text;
}

.ont_loader_2jfXP {
  position: absolute;
  right: 30px;
  top: 20px;
}

.eos_wrapper_1BasG {
  overflow: hidden;
  padding: 20px 30px;
}

.eos_innerWrapper_1VjtU {
  font-size: 14px;
  line-height: 24px;
}

.eos_titleSection_3s5Th {
  color: #7190EB;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
}

.eos_container_3SKiA {
  display: flex;
  flex-wrap: wrap;
}

.eos_container_3SKiA > div {
  display: inline-block;
  margin-bottom: 28px;
}

.eos_title_gqQAd {
  margin: 0 8px 8px 0;
  user-select: none;
}

.eos_buttonAction_1WuT5 {
}

.eos_row_ZYKj9 {
  width: 300px;
  margin-bottom: 4px;
}

.eos_addressWrapper_23mjT {
  min-width: 232px;
  margin-bottom: 4px;
}

.eos_inlineButtons_1OtNl {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}

.eos_external_2-Dam {
  display: inline-block;
  margin-top: -2px;
  vertical-align: middle;
  width: 12px;
  margin-left: 5px;
}

.eos_rowContainer_3GtlB {
  margin-right: 20px;
}

.eos_userSelect__-Imc {
  user-select: text;
}

.zil_wrapper_2IdgZ {
  overflow: hidden;
  padding: 20px 30px;
  font-size: 14px;
  line-height: 24px;
  min-height: 185px;
}

.zil_label_1FewS {
  margin-top: 10px;
}

.zil_stakeLine_3EG79 {
  margin-bottom: 10px;
  border-bottom: solid 1px rgba(170,169,169, 0.3);
  padding-bottom: 14px;
}

.zil_value_197Au {
  font-weight: bold;
  margin-right: 4px;
}

.zil_row_1z146 {
  display: flex;
  margin-bottom: 16px;
  margin-top: 8px;
  line-height: 22px;
}

.zil_row_1z146:last-child {
  margin-bottom: 10px;
}

.zil_desc_2kMD8 {
  color: #aaa9a9;
}

.zil_buttonLink_3_1j9 {
  position: absolute;
  color: #7190EB;
  right: 30px;
  top: 20px;
  font-size: 14px;
}

.zil_external_B-fqn {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  width: 12px;
  margin-left: 5px;
}

.zil_error_3vqxM {
  margin-top: 5px;
  color: #E53935;
}

.zil_inlineButtons_2_q-G {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}

.zil_validatorAddress_1f7E2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.zil_validatorAddress_1f7E2 div {
  font-weight: bold;
}

.zil_link_2YGEL {
  color: #7190EB;
  cursor: pointer;
}

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

.zil_tooltip_2q9ML > div {
  display: inline-block !important;
}

.zil_userSelect_27p9x {
  user-select: text;
}

.zil_loader_2HA-5 {
  position: absolute;
  right: 30px;
  top: 20px;
}

.gas-claim-panel_loader_1shwL {
  margin-right: 10px;
}

.gas-claim-panel_loadingStatus_33LSo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px;
}

.gas-claim-panel_success_2LMsA {
  color: #50E3C2;
}

.gas-claim-panel_error_1TRqh {
  color: #E53935;
}

.theme-dark .gas-claim-panel_error_1TRqh {
  color: #E53935;
}

.theme-dark .gas-claim-panel_success_2LMsA {
  color: #70a800;
}

.gas-claim-panel_iconNetTab_1c-9_ {
  vertical-align: top;
  margin-top: 2px;
  margin-left: 5px;
  opacity: 0.8;
}

.gas-claim-panel_userSelect_1FifK {
  user-select: text;
}

.kmd_wrapper_1v-8k {
  overflow: hidden;
  padding: 20px 30px;
  font-size: 14px;
  line-height: 18px;
  min-height: 185px;
}

.kmd_titleSection_2zc81 {
  color: #7190EB;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
}

.kmd_claimButton_4sEFB {
}

.kmd_claimSuccess_rgeU7 {
  color: #50E3C2;
}

.theme-dark .kmd_claimSuccess_rgeU7 {
  color: #70a800;
}

.kmd_claimError_3x1Y9 {
  color: #E53935;
}

.kmd_claimNotAvailable_3Qx4M {
  color: #aaa9a9;
}

.kmd_blockReward_lS9xR {
  width: 100%;
  position: relative;
}

.theme-dark .kmd_blockReward_lS9xR {
  color: rgba(255,255,255, 0.8);
}

.kmd_blockReward_lS9xR span {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 2px;
  line-height: 24px;
}

.kmd_blockReward_lS9xR span:last-child {
  margin-top: 10px;
}

.kmd_wrapperLoader_1FofU {
  display: flex;
  height: 52px;
  justify-content: flex-start;
  align-items: center;
}

.kmd_notify_-O6TP {
  font-size: 12px;
  margin-top: 20px;
}

.kmd_notify_-O6TP ul {
  margin: 0;
  padding: 0;
  line-height: 20px;
}

.kmd_notify_-O6TP ul li {
  list-style: square;
  margin-left: 20px;
}

.kmd_buttonLink_3muuJ {
  color: #7190EB;
  font-size: 14px;
}

.kmd_external_2QkxM {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  margin-top: -2px;
  margin-left: 5px;
}

.kmd_userSelect_ZWwVK {
  user-select: text;
}

.kmd_loader_2TJn0 {
  position: absolute;
  right: 0;
  top: -45px;
}

.clo_wrapper_3MCoN {
  overflow: hidden;
  padding: 20px 30px;
  font-size: 14px;
  line-height: 18px;
}

.clo_titleSection_1UucS {
  color: #7190EB;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
}

.clo_spanRight_2oCKa {
  margin-right: 12px;
}

.clo_error_1ieic {
  margin-bottom: 10px;
  font-size: 14px;
  color: #E53935;
}

.clo_warning_1_2eo {
  margin-bottom: 10px;
  font-size: 14px;
  color: #f39c12;
}

.clo_rowButton_1j35e,
.clo_row_11DU3 {
  display: flex;
  margin-bottom: 8px;
}

.clo_row_11DU3:last-child {
  margin-bottom: 0;
}

.clo_rowButton_1j35e {
  margin-bottom: 20px;
}

.clo_rowButton_1j35e .clo_value_2FBC-,
.clo_row_11DU3 .clo_value_2FBC- {
  font-weight: bold;
  margin-left: 5px;
}

.clo_row_11DU3 .clo_value_2FBC- > div {
  margin-left: 5px;
  display: inline-block;
}

.clo_popup_2q2d- {
  padding: 30px;
  width: 100%;
}

.clo_popup_2q2d- h3 {
  font-size: 21px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #7190EB;
}

.clo_popup_2q2d- p {
  margin-top: 10px;
  font-size: 14px;
}

.clo_buttonLink_pob27 {
  color: #7190EB;
  font-size: 14px;
}

.clo_external_1MTdh {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  width: 12px;
  margin-left: 5px;
}

.clo_blockHeight_w55dz {
  min-height: 42px;
}

.clo_userSelect_2xK6J {
  user-select: text;
}

.clo_loader_2AEgz {
  position: absolute;
  right: 30px;
  top: 20px;
}

.bch_wrapper_1KNYk {
  overflow: hidden;
  padding: 20px 30px;
  font-size: 14px;
  line-height: 18px;
}

.bch_inlineButtons_1jyxU {
  display: flex;
  flex-direction: row;
}

.bch_titleBlock_5OOzs {
  font-size: 14px;
  margin: 0 8px 8px 0;
  user-select: none;
}

.bch_contentBlock_RzwnY {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  word-break: break-all;
}

.fio_wrapper_eHSEV {
  overflow: hidden;
  padding: 20px 30px;
  font-size: 14px;
  color: #455a64;
}

.fio_informationBlock_2V6OX {
  display: block;
  position: relative;
  font-size: 14px;
  margin: 0 -10px;
}

.fio_informationWrapQR_25qEy {
  text-align: center;
  margin-top: 15px;
}

.theme-dark .fio_wrapper_eHSEV {
  color: #fff;
}

.fio_infoBlock_DvyJS {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-top: 10px;
}

.fio_infoBlock_DvyJS .fio_row_2vNlp {
  display: flex;
  flex-direction: row;
  text-align: left;
  margin-bottom: 10px;
}

.fio_infoBlock_DvyJS .fio_row_2vNlp .fio_left_3DUwh {
  width: 30%;
}

.fio_infoBlock_DvyJS .fio_row_2vNlp .fio_right_1qBFH {
  width: 70%;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  word-break: break-all;
  display: flex;
}

.fio_button_2lwmw {
  margin-right: 20px;
}

.fio_emptyInfoLink_SNQxa {
  margin-top: 20px;
}

.fio_wrapper_eHSEV .fio_buttonWrapper_19HIO {
  margin: 15px 0;
}

.fio_iconExplorer_3NAX_ {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  user-select: none;
}

.fio_newTab_1bk-8 {
  display: inline-block;
  margin-top: 1px;
  margin-left: 4px;
}

.fio_iconExplorer_3NAX_ svg {
  width: 15px;
  height: 15px;
  display: inline-block;
  overflow: hidden;
  margin-left: 10px;
  padding-top: 2px;
  color: #dadada;
}

.theme-dark .fio_iconExplorer_3NAX_ svg {
  fill: #fff;
}

.fio_walletNotification_28YDx {
  padding: 20px 30px;
  color: #455a64;
  border-radius: 5px;
  background: rgba(241,196,15, 0.1);
}

.theme-dark .fio_walletNotification_28YDx {
  color: #fff;
  background: rgba(255,255,255, 0.1);
}

.fio_walletNotification_28YDx a {
  color: #448aff;
  text-decoration: underline;
}

.fio_walletNotification_28YDx ul {
  list-style: none;
  padding-left: 20px;
}

.fio_wrapperGiv_36OPA {
  overflow: hidden;
  padding: 1px;
  font-size: 14px;
  line-height: 22px;
}

.fio_loadingWrapper_1ozvH {
  text-align: center;
  padding: 50px;
}

.fio_moreInfo_3kSQn {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 12px;
}

.fio_address_3zTKo {
  display: inline-block;
  max-width: 100%;
  word-break: break-all;
  position: relative;
  cursor: pointer;
  color: rgba(0,0,0, 0.8) !important;
  font-weight: normal !important;
}

.theme-dark .fio_address_3zTKo {
  color: rgba(255,255,255, 0.8) !important;
}

.fio_informationWrapAddress_ruey7 {
  text-align: center;
  margin-top: 20px;
  padding: 0 20px;
  margin-bottom: 0;
}

.fio_informationWrapAddress_ruey7 div {
  color: #448aff;
}

.fio_expires_2YQ47 {
  color: #aaa9a9;
  font-size: 14px;
}

.fio_informationWrapAddress_ruey7.fio_expires_2YQ47 {
  margin-top: 10px;
}

.fio_informationWrapAddress_ruey7.fio_expired_2V39K {
  margin-top: 10px;
}

.fio_informationWrapAddress_ruey7 span img {
  width: 12px;
  margin-left: 4px;
  position: absolute;
  margin-top: 4px;
}

.fio_informationWrapButtons_1s108 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.fio_informationWrapButtons_1s108 button {
  margin: 0 10px;
}

.fio_lastUpdateTime_1brVR {
  text-align: center;
  margin-bottom: 20px;
}

.fio_watchOnly_190hg {
  text-align: center;
}

.fio_fakeQRCode_1hr4a {
  height: 154px;
  width: 154px;
  border-radius: 3px;
  margin: 0 auto;
  text-align: center;
  line-height: 154px;
  color: #448aff;
  cursor: pointer;
  background: #f1f2fa;
}

.theme-dark .fio_fakeQRCode_1hr4a {
  background: #222223;
}

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

.DatePicker {
  position: relative;
  display: inline-block;
  z-index: 100;
}

.DatePicker__input {
  background: #fff;
  border: 1px solid #ddd;
  padding: 0.4em 0.8em;
  font-family: inherit;
  text-align: center;
  font-size: 12px;
}

.DatePicker__input.-rtl {
  direction: rtl;
}

.DatePicker__input::placeholder {
  color: #979797;
}

.DatePicker__calendarContainer.-top + .DatePicker__calendarArrow {
  top: auto;
  bottom: calc(100% + 10px);
  transform: translateY(-2.5rem) rotate(180deg);
  animation: xmr_fadeArrowFlipped_3lSyY 0.3s forwards;
}

.DatePicker__calendarContainer {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
}

.DatePicker__calendarContainer.-top {
  top: auto;
  bottom: calc(100% + 20px);
}

.Calendar,
.Calendar * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  direction: ltr;
}

.Calendar,
.Calendar.-rtl * {
  direction: rtl;
}

.DatePicker__calendarArrow {
  position: absolute;
  width: 0;
  height: 0;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  margin: 0 auto;
  border-style: solid;
  z-index: 10;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
}

.Calendar {
  --cl-color-black: #444444;
  --cl-color-disabled: #d4d4d4;
  --cl-color-error: #ff2929;
  font-size: 10px;
  background: #fff;
  box-shadow: 0 1em 4em rgba(0, 0, 0, 0.07);
  border-radius: 1em;
  position: relative;
  user-select: none;
  padding-top: 1.2em;
  display: flex;
  flex-direction: column;
  width: 33em;
  z-index: 10;
  max-width: 90vw;
  min-height: 36.7em;
}

.DatePicker .Calendar,
.DatePicker__calendarArrow {
  transform: translateY(2.5em);
  opacity: 0;
  animation: xmr_fadeCalendar_3PMUZ 0.3s forwards;
}

.DatePicker__calendarContainer.-top .Calendar {
  transform: translateY(-2.5em);
}

.Calendar.-noFocusOutline *:focus {
  outline: none !important;
}

.Calendar > :not(.Calendar__footer) button {
  font-family: inherit;
  background: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.Calendar__header {
  display: flex;
  color: var(--cl-color-black);
  padding: 2em 2.9em;
  align-items: center;
  overflow: hidden;
}

.Calendar__monthArrowWrapper {
  line-height: 0;
  font-size: 1em;
  padding: 3px;
  position: relative;
  border: none;
  z-index: 1;
  opacity: 1;
  transition: 0.2s;
}

.Calendar__monthArrowWrapper:focus {
  outline: 1px dashed rgba(0, 0, 0, 0.4);
  outline-offset: 2px;
}

.Calendar__monthArrowWrapper:disabled,
.Calendar__monthArrowWrapper.-hidden {
  opacity: 0;
  pointer-events: none;
}

.Calendar__monthArrowWrapper.-left {
  transform: rotate(90deg);
}
.Calendar.-rtl .Calendar__monthArrowWrapper.-left {
  transform: rotate(-90deg);
}

.Calendar__monthArrowWrapper.-right {
  transform: rotate(-90deg);
}
.Calendar.-rtl .Calendar__monthArrowWrapper.-right {
  transform: rotate(90deg);
}

.Calendar__monthArrowWrapper:active .Calendar__monthArrow {
  transform: scale(0.7);
}

.Calendar__monthArrow {
  border-radius: 50%;
  transition: var(--animation-duration) transform;
  pointer-events: none;
  background-repeat: no-repeat;
  display: block;
  width: 1.7em;
  height: 1.7em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg class='nc-icon-wrapper' fill='%23000000'%3E%3Cdefs stroke='none'%3E%3C/defs%3E%3Cpath class='cls-1' d='M12 23.25V.75' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5px'%3E%3C/path%3E%3Cpath class='cls-2' d='M22.5 11.25L12 .75 1.5 11.25' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5px' fill-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-size: 100% 100%;
}

.Calendar__monthYearContainer {
  flex: 1;
  position: relative;
}

.Calendar__monthYear {
  font-size: 1.6em;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: var(--animation-duration);
  line-height: 1;
}

.Calendar__monthYear.-hiddenNext {
  opacity: 0;
  transform: translateX(50%);
}

.Calendar.-rtl .Calendar__monthYear.-hiddenNext {
  transform: translateX(-150%);
}

.Calendar__monthYear.-hiddenPrevious {
  opacity: 0;
  transform: translateX(-150%);
}

.Calendar.-rtl .Calendar__monthYear.-hiddenPrevious {
  transform: translateX(50%);
}

.Calendar__monthYear.-shown {
  opacity: 1;
  margin-top: auto;
  margin-bottom: auto;
  transform: translateX(-50%);
}

.Calendar__monthYear.-shownAnimated {
  animation: var(--animation-duration) xmr_fadeTextToCenter_38ohx forwards;
}

.Calendar__monthYear > * {
  padding: 0.2em 0.5em;
  border: 1px solid transparent;
  transition: var(--animation-duration);
  font-size: 1.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(0) scale(0.95);
  will-change: transform;
  border-radius: 5px;
}

.Calendar__monthYear:not(.-shown) > *,
.Calendar__monthYear > *.-hidden {
  cursor: default;
  pointer-events: none;
}

.Calendar__monthText {
  margin-left: -0.3em;
}
.Calendar__yearText:last-child {
  margin-right: -0.3em;
}

.Calendar__monthYear.-shown > *:hover,
.Calendar:not(.-noFocusOutline) .Calendar__monthYear.-shown > *:focus,
.Calendar__monthYear > *.-activeBackground {
  background: #f5f5f5;
}

.Calendar__monthText:hover {
  transform: translateX(-0.2em) scale(0.95);
}
.Calendar.-rtl .Calendar__monthText:hover {
  transform: translateX(0.2em) scale(0.95);
}

.Calendar__yearText:hover {
  transform: translateX(0.2em) scale(0.95);
}
.Calendar.-rtl .Calendar__yearText:hover {
  transform: translateX(-0.2em) scale(0.95);
}

.Calendar__monthYear .Calendar__yearText.-hidden {
  transform: translateX(50%);
  opacity: 0;
}

.Calendar.-rtl .Calendar__monthYear .Calendar__yearText.-hidden {
  transform: translateX(-50%);
}

.Calendar__monthYear .Calendar__monthText.-hidden {
  transform: translateX(-50%);
  opacity: 0;
}

.Calendar.-rtl .Calendar__monthYear .Calendar__monthText.-hidden {
  transform: translateX(50%);
}

.Calendar__monthYear:not(.-shown) > * {
  pointer-events: none;
}

.Calendar__monthSelectorAnimationWrapper,
.Calendar__yearSelectorAnimationWrapper {
  position: absolute;
  width: 100%;
  height: 80%;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.Calendar__monthSelectorWrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Calendar__monthSelector {
  padding: 0 2.5em;
  align-content: center;
  padding-bottom: 2em;
}

.Calendar__monthSelector,
.Calendar__yearSelector {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  background-color: #fff;
  transform: translateY(-150%);
  will-change: transform;
  transition: 0.6s;
  height: 100%;
}

.Calendar__yearSelectorWrapper {
  width: 100%;
  height: 100%;
}

.Calendar__yearSelectorWrapper::after,
.Calendar__yearSelectorWrapper::before {
  content: '';
  width: 100%;
  height: 5em;
  position: absolute;
  left: 0;
  opacity: 0;
  transition: 0.4s;
  transition-delay: 0.2s;
}

.Calendar__yearSelectorWrapper::after {
  background-image: linear-gradient(to bottom, #fff, #fff 10%, rgba(245, 245, 245, 0));
  top: -0.1em;
}

.Calendar__yearSelectorWrapper::before {
  background-image: linear-gradient(to top, #fff, #fff 10%, rgba(245, 245, 245, 0));
  bottom: 0;
}

.Calendar__yearSelectorWrapper.-faded::after,
.Calendar__yearSelectorWrapper.-faded::before {
  opacity: 1;
  z-index: 3;
}

.Calendar__yearSelector {
  align-content: flex-start;
  scrollbar-width: 0;
  overflow: scroll;
  position: relative;
  width: 100%;
  padding: 5em 2em;
  -ms-overflow-style: none;
}

.Calendar__yearSelector::-webkit-scrollbar {
  display: none;
}

.Calendar__yearSelectorItem {
  width: 25%;
  display: flex;
  justify-content: center;
}

.Calendar__yearSelectorItem:not(:nth-child(-n + 4)) {
  margin-top: 1.5em;
}

.Calendar__yearSelectorText {
  border: none;
  font-size: 1.4em;
  min-width: 85%;
  padding: 0.2em 0.5em;
  border-radius: 8.5px;
}

.Calendar__monthSelector.-open,
.Calendar__yearSelector.-open {
  transform: translateY(0);
}

.Calendar__yearSelectorText:focus,
.Calendar__monthSelectorItemText:focus {
  outline: 1px dashed rgba(0, 0, 0, 0.4);
  outline-offset: 2px;
}

.Calendar__monthSelectorItem {
  width: calc(100% / 3);
  display: flex;
  justify-content: center;
}

.Calendar__monthSelectorItem:not(:nth-child(-n + 3)) {
  margin-top: 2em;
}

.Calendar__monthSelectorItemText {
  border: none;
  padding: 0.4em 0.4em;
  border-radius: 8.5px;
  font-size: 1.3em;
  min-width: 70%;
  transition: 0.3s;
}

.Calendar__monthSelectorItem:not(.-active) .Calendar__monthSelectorItemText:not(:disabled):hover,
.Calendar__yearSelectorItem:not(.-active) .Calendar__yearSelectorText:not(:disabled):hover {
  background: #f5f5f5;
}

.Calendar__monthSelectorItemText:disabled,
.Calendar__yearSelectorText:disabled {
  opacity: 0.5;
  cursor: default;
}

.Calendar__monthSelectorItem.-active .Calendar__monthSelectorItemText,
.Calendar__yearSelectorItem.-active .Calendar__yearSelectorText {
  background-color: var(--cl-color-primary);
  color: #fff;
}

.Calendar__weekDays {
  display: flex;
  justify-content: space-between;
  color: var(--cl-color-disabled);
  font-size: 1.2em;
  margin-bottom: 0.7em;
  padding: 0 2.6em;
  position: relative;
}

.Calendar__weekDay {
  display: block;
  width: calc(100% / 7);
  text-align: center;
  text-decoration: none;
}

.Calendar__sectionWrapper {
  position: relative;
  min-height: 25.8em;
  overflow: hidden;
}

.Calendar__section {
  display: flex;
  flex-direction: column;
  padding: 0 3.2em;
  position: absolute;
  color: var(--cl-color-black);
  top: 0;
  padding-top: 0.5em;
  left: 0;
  width: 100%;
  will-change: transform, opacity;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: var(--animation-duration);
}

.Calendar__section.-hiddenPrevious {
  opacity: 0.5;
  transform: translateX(-90%);
}

.Calendar.-rtl .Calendar__section.-hiddenPrevious {
  transform: translateX(90%);
}

.Calendar__section.-hiddenNext {
  opacity: 0.5;
  transform: translateX(90%);
}

.Calendar.-rtl .Calendar__section.-hiddenNext {
  transform: translateX(-90%);
}

.Calendar__section.-shown {
  opacity: 1;
  transform: translateX(0);
}

.Calendar__section.-shownAnimated {
  animation: var(--animation-duration) xmr_FadeContentToCenter_2dD1a forwards;
}

.Calendar__weekRow {
  display: flex;
  width: 100%;
}

.Calendar__day {
  display: block;
  width: calc(100% / 7);
  text-align: center;
  padding: calc(0.25em - 1px) 0;
  font-size: 1.6em;
  border-radius: 50%;
  transition: 0.2s;
  border: 1px solid transparent;
  margin-bottom: 0.3em;
  color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.Calendar__day:focus {
  outline: 1px dashed rgba(0, 0, 0, 0.4);
  outline-offset: 2px;
}

.Calendar__day.-ltr {
  min-height: 2.6em;
  font-size: 1.45em;
}

.Calendar__day.-rtl {
  font-size: 1.55em;
  height: 2.45em;
}

.Calendar__day:not(.-blank):not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween):not(.-selected):hover {
  background: #eaeaea;
  border-radius: 50%;
  color: var(--cl-color-black);
  border-color: transparent;
}

.Calendar__day.-selected,
.Calendar__day.-selectedStart,
.Calendar__day.-selectedEnd {
  background: var(--cl-color-primary);
  color: #fff;
}

.Calendar__day.-ltr.-selectedStart {
  border-radius: 0;
  border-top-left-radius: 100em;
  border-bottom-left-radius: 100em;
}

.Calendar__day.-rtl.-selectedStart {
  border-radius: 0;
  border-top-right-radius: 100em;
  border-bottom-right-radius: 100em;
}

.Calendar__day.-selectedBetween {
  background: var(--cl-color-primary-light);
  color: var(--cl-color-primary);
  border-radius: 0;
}

.Calendar__day.-ltr.-selectedEnd {
  border-top-right-radius: 100em;
  border-bottom-right-radius: 100em;
}

.Calendar__day.-rtl.-selectedEnd {
  border-top-left-radius: 100em;
  border-bottom-left-radius: 100em;
}

.Calendar__day.-weekend:not(.-selected):not(.-blank):not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween) {
  color: var(--cl-color-error);
}

.Calendar__day.-weekend.-today:not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween)::after {
  background: var(--cl-color-error);
}

.Calendar__day.-disabled {
  color: var(--cl-color-disabled) !important;
  background: transparent !important;
  cursor: default !important;
}
.Calendar__day.-selected {
  border-radius: 50%;
}
.Calendar__day.-today:not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween) {
  font-weight: 600;
  color: var(--cl-color-black);
  color: #000;
  position: relative;
}

.Calendar__day.-today:not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween)::after {
  content: '';
  position: absolute;
  bottom: 0.2em;
  display: block;
  width: 0.6em;
  height: 1px;
  background: #000;
  left: 50%;
  opacity: 0.5;
  transform: translateX(-50%);
  transition: 0.2s;
}

.Calendar__day.-today:hover:not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween)::after {
  opacity: 0;
}

.Calendar__day.-blank {
  color: transparent;
  cursor: default;
  pointer-events: none;
}

.Calendar__footer {
  position: relative;
  z-index: 1;
}

@keyframes xmr_fadeCalendar_3PMUZ {
  from {
    opacity: 0;
  }

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

@keyframes xmr_fadeArrowFlipped_3lSyY {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
    transform: translateY(0) rotate(180deg);
  }
}

@keyframes xmr_fadeTextToCenter_38ohx {
  to {
    opacity: 1;
    transform: translateX(-50%);
  }
}

@keyframes xmr_FadeContentToCenter_2dD1a {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.xmr_resyncLink_3qy27 {
  display: inline-block;
  margin: 0;
  height: 20px;
}

.xmr_resyncLink_3qy27 a {
  vertical-align: middle;
}

.xmr_resyncLoader_XjBz1 {
  padding-top: 2px;
  min-width: 235px;
  vertical-align: top;
  display: inline-block;
  height: 20px;
}

.xmr_resyncLoader_XjBz1 span {
  display: inline-block;
  color: #aaa9a9;
}

.xmr_loader_3gJKs {
  height: 30px;
  width: 30px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  display: grid;
  align-items: center;
}

.xmr_buttons_WMGIl {
  margin-top: 30px !important;
}

.xmr_ok_1O5-_ {
  color: #7190EB;
}

.xmr_notOk_2hDAB {
  color: #aaa9a9;
}

.xmr_wrapper_gIFqU {
  padding: 20px 30px;
  font-size: 14px;
  line-height: 18px;
}

.xmr_block_1r5O- {
  line-height: 26px;
}

.xmr_value_2DokR {
  font-weight: bold;
}

.xmr_row_21PW1 {
  margin-bottom: 16px;
}

.xmr_row_21PW1:last-child {
  margin-bottom: 10px;
}

.xmr_desc_1Nj4A {
  color: #aaa9a9;
}

.xmr_blockHeight_2jOHb {
  min-height: 210px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.xmr_inputWrapper_35KDE {
  display: inline-block;
}

.xmr_errorWrapper_g45mF {
  width: 240px;
  line-height: 12px;
  top: 120%;
  height: 21px !important;
  z-index: 1000;
}

.xmr_datePickerInput_pAk2P {
  margin: 0 30px 0 0;
  height: 45px;
  outline: none;
  width: 240px;
  font-size: 14px;
  padding: 17px 20px;
  border: solid 1px rgba(170, 169, 169, 0.4);
  border-radius: 3px;
  font-family: Roboto, sans-serif;
  transition: all 0.3s;
  text-align: left;
}

.theme-dark .xmr_datePickerInput_pAk2P {
  margin: 0 30px 0 0;
  height: 45px;
  outline: none;
  width: 240px;
  font-size: 14px;
  padding: 17px 20px;
  border: solid 1px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  font-family: Roboto, sans-serif;
  transition: all 0.3s;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
}

.xmr_datePickerWrapper_2YIHh {
  z-index: 1000;
  line-height: normal;
}

.xmr_datePickerSelectedDay_dHBMZ {
  background-color: #7190EB;
  border-radius: 4px !important;
  position: relative;
}

.xmr_datePickerCalendar_3Fpm3 > div div {
  color: #303132 !important;
}

.xmr_datePickerCalendar_3Fpm3 {
  width: 30em;
  height: 30em;
  min-height: 30em;
}

.xmr_scanButton_nb2UC {
  height: 45px;
  width: 100px;
  margin: 0 30px 0 0;
  display: inline-block;
}

.xmr_infoMessage_gucpG {
  width: auto;
  display: inline-block;
  margin: 0;
  height: 45px;
  padding: 12.5px;
  min-width: 240px;
  text-align: center;
}

.xmr_inputLine_3OGD4 {
  width: 100%;
  line-height: 52px;
}

.xmr_label_3zzOV {
  color: #455a64;
}

.theme-dark .xmr_label_3zzOV {
  color: rgba(255, 255, 255, 0.8);
}

.xmr_scanLabel_254iO {
  color: #7190EB;
  font-weight: bold;
  font-size: 14px;
  position: relative;
}

.xmr_wrapper_gIFqU .xmr_scanLabel_254iO {
  margin-bottom: 10px;
}

.xmr_wrapper_gIFqU > div {
  position: relative;
}

.wallet-information_informationBlock_3SxcN {
  display: block;
  position: relative;
  font-size: 14px;
  margin: 0 -10px;
}

.wallet-information_informationWrapQR_19MB1 {
  text-align: center;
  margin-top: 15px;
}

.wallet-information_address_3lv60 {
  max-width: 100%;
  word-break: break-all;
  position: relative;
  cursor: pointer;
}

.wallet-information_address_3lv60 > div {
  display: inline;
  color: rgba(0,0,0, 0.8) !important;
  font-weight: normal !important;
}

.theme-dark .wallet-information_address_3lv60 > div {
  color: rgba(255,255,255, 0.8) !important;
}

.wallet-information_informationWrapAddress_2yy6G {
  text-align: center;
  margin-top: 20px;
  padding: 0 20px;
  margin-bottom: 15px;
}

.wallet-information_informationWrapAddress_2yy6G div {
  color: #448aff;
}

.wallet-information_informationWrapAddress_2yy6G span img {
  width: 12px;
  margin-left: 4px;
  position: absolute;
  margin-top: 4px;
}

.wallet-information_informationWrapButtons_1qUlL {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.wallet-information_informationWrapButtons_1qUlL button {
  margin: 0 3px;
}

.wallet-information_informationWrapButtons_1qUlL.wallet-information_desktop_2iBer button {
  margin: 0 3px;
  padding: 11px 18px !important;
}

@media (min-width: 1200px) {
  .wallet-information_informationWrapButtons_1qUlL button {
    margin: 0 10px;
  }
}

.wallet-information_moreInfo_kAQtU {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 12px;
}

.wallet-information_button_2m2H8 {
  padding: 11px 20px !important;
}

.wallet-information_copyButton_1I5TR {
}

.wallet-information_message_1T9s7 {
  margin: 20px 0;
}

.wallet-information_grayButton_3DEq4 {
  text-align: center;
  color: #aaa9a9;
  margin: 0 20px;
  font-size: 12px;
  cursor: pointer;
}

.wallet-information_grayButton_3DEq4:hover {
  text-decoration: underline;
}

.wallet-information_tagsWrapper_1XAkU {
  font-size: 10px;
  text-align: center;
  width: 100%;
}

.wallet-information_tagLabel_2cuiR {
  display: inline-block;
  font-size: 11px;
  background: #7190EB;
  padding: 2px 5px;
  border-radius: 3px;
  color: #fff;
}

.wallet-information_fioImageNewTab_spGnP {
  width: 15px;
  height: 15px;
  display: inline-block;
  fill: #448aff;
  overflow: hidden;
}

.wallet-information_lastUpdateTime_gVbKI {
  text-align: center;
  margin-bottom: 20px;
}

.wallet-information_watchOnly_2msU4 {
  text-align: center;
}

.wallet-information_fakeQRCode_3C7kT {
  height: 154px;
  width: 154px;
  border-radius: 3px;
  margin: 0 auto;
  text-align: center;
  line-height: 154px;
  color: #448aff;
  cursor: pointer;
  background: #f1f2fa;
}

.theme-dark .wallet-information_fakeQRCode_3C7kT {
  background: #222223;
}

.wallet-information_fakeQRCode_3C7kT:hover {
  text-decoration: underline;
}

.wallet-information_iconExplorer_3TrMn {
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
  user-select: none;
  margin-left: 4px;
}

.list_wrapper_1FYCk {
  display: flex;
  flex-direction: column;
}

.list_walletContainer_25VJe {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 15px;
  padding-bottom: 10px;
  margin-left: 22px;
  margin-right: 15px;
  font-size: 10px;
  align-items: center;
}

.list_addressContainer_2mnNK .list_address_KY08B {
  font-size: 11px;
  margin-bottom: 2px;
}

.list_addressText_2tj_l {
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.list_addressContainer_2mnNK .list_derivePath_1IydD {
  font-size: 10px;
  white-space: nowrap;
}

.list_addressContainer_2mnNK {
  width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.list_walletInfo_2wL0d {
  display: flex;
  flex-direction: column;
  text-align: right;
  min-width: 90px;
}

.list_walletInfo_2wL0d span {
  font-size: 11px;
  margin-bottom: 2px;
  white-space: nowrap;
}

.list_walletInfo_2wL0d div {
  font-size: 10px;
  white-space: nowrap;
  color: #aaa9a9;
}

.list_walletInfo_2wL0d .list_fiatBalance_29B6K {
  font-size: 10px;
  margin-bottom: 0;
}

.list_fiatType_UCu8a {
  color: #aaa9a9;
  display: inline-block;
  margin-left: 10px;
  margin-right: -30px;
  font-size: 14px;
  font-weight: normal;
}

.list_subWalletsErc20_1Icu7 a {
  color: #448aff;
}

.list_receiveContainer_bIqZy {
  margin-left: 0;
  margin-right: 0;
}

.list_receiveAddress_2cNVO {
  font-size: 14px !important;
  line-height: 18px;
  margin-bottom: 8px !important;
}

.list_receiveWalletInfo_1S4Sq {
  font-size: 14px !important;
  line-height: 18px;
  margin-bottom: 8px !important;
}

.hd-addresses_wrapper_C3Asu {
  display: block;
  padding: 20px 0;
  box-shadow: inset 0 11px 8px -10px #e1e2ea, inset 0 -11px 8px -10px #e1e2ea;
}

.theme-dark .hd-addresses_wrapper_C3Asu {
  box-shadow: inset 0 11px 8px -10px rgba(0,0,0, 0.2), inset 0 -11px 8px -10px rgba(0,0,0, 0.3);
}

.multisigs_createButton_3B1Pz {
  padding: 10px 0;
  width: 100%;
  position: relative;
  text-align: left;
  cursor: pointer;
  color: #7190EB;
  user-select: none;
  margin-top: 20px;
  font-size: 14px;
}

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

.multisigs_walletContainer_2Yzj2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 15px;
  padding-bottom: 10px;
  align-items: center;
  font-size: 12px;
}

.multisigs_addressContainer_3Q51N .multisigs_address_2pFQz {
  margin-bottom: 2px;
}

.multisigs_addressText_29EEj {
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 60%;
  display: inline-block;
  vertical-align: top;
}

.multisigs_addressContainer_3Q51N .multisigs_derivePath_23RJ8 {
  font-size: 10px;
  white-space: nowrap;
}

.multisigs_addressContainer_3Q51N {
  width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.multisigs_walletInfo_2PwTi {
  display: flex;
  flex-direction: column;
  text-align: right;
  min-width: 90px;
}

.multisigs_walletInfo_2PwTi span {
  font-size: 12px;
  margin-bottom: 5px;
  white-space: nowrap;
}

.multisigs_walletInfo_2PwTi div {
  font-size: 10px;
  white-space: nowrap;
  color: #aaa9a9;
}

.multisigs_tools_3m_jM a {
  color: #448aff;
  font-size: 12px;
}

.multisigs_walletInfo_2PwTi .multisigs_fiatBalance_30Zzj {
  font-size: 10px;
  margin-bottom: 0;
}

.multisigs_fiatType_3-vMG {
  color: #aaa9a9;
  display: inline-block;
  margin-left: 10px;
  margin-right: -30px;
  font-size: 14px;
  font-weight: normal;
}

.multisigs_subWalletsErc20_3qlr0 a {
  color: #448aff;
}

.multisigs_description_duo9b {
  color: #aaa9a9;
  font-size: 14px;
  line-height: 18px;
}

.multisigs_publicKey_2yWQv {
  font-size: 14px;
  cursor: pointer;
  word-break: break-all;
  line-height: 18px;
}

.multisigs_address_2pFQz {
  color: #aaa9a9;
}

.multisigs_title_iA67U {
  font-size: 14px;
  margin-bottom: 3px;
  font-weight: bold;
  color: #455a64;
}

.theme-dark .multisigs_title_iA67U {
  color: rgba(255,255,255, 0.8);
}

.electron .components_wrapperLabel_88OiI {
  height: auto !important;
  margin: 0 0;
  padding: 0;
  overflow: hidden;
}

.components_wrapperLabel_88OiI {
  margin-bottom: 0 !important;
}

.components_labelCruxState_3_RSD {
  position: absolute;
  top: 16px;
  right: 20px;
  text-transform: capitalize;
  font-size: 12px;
  background: rgba(68,138,255, 0.1);
  color: #448aff;
  padding: 3px 5px;
  border-radius: 3px;
}

.components_cruxLoader_2dWO7 {
  position: absolute;
  top: 16px;
  right: 20px;
}

.components_iconWrapperCog_2Fryd {
  background: #f1f2fa;
  position: absolute;
  top: 16px;
  right: 20px;
  padding: 4px 5px 1px;
  border-radius: 3px;
}

.theme-dark .components_iconWrapperCog_2Fryd {
  background-color: #222223;
}

.components_iconWrapperCog_2Fryd img {
  width: 16px;
  margin-right: 0;
  margin-bottom: 0;
}

.components_fioIcon_9gK8Q {
  margin-right: 10px;
  width: 14px;
  margin-left: 8px;
  display: none;
}

@media (min-width: 1200px) {
  .components_fioIcon_9gK8Q {
    display: block;
  }
}

.components_noWhiteSpace_1Bzui {
  white-space: nowrap;
}

.components_selfCenter_352GT {
  align-self: center;
}

.misk-info_wrapper_2YxDq {
  margin-bottom: 20px;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #aaa9a9;
}

.misk-info_title_1hjRy {
  margin-right: 10px;
}

.misk-info_value_2NDS4.misk-info_isAction_i6wyM {
  color: #7190EB;
  cursor: pointer;
}

.misk-info_value_2NDS4.misk-info_isAction_i6wyM:hover {
  text-decoration: underline;
}

.misk-info_value_2NDS4.misk-info_disabled_6OJTF {
  color: #aaa9a9;
}

.misk-info_hightlight_3pKPE {
  color: #7190EB;
  font-weight: bold;
}

.empty-backup_addWalletItem_39KWw {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  min-height: 70px;
}

.empty-backup_walletItem_3Adqy {
  height: 70px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.theme-dark .empty-backup_addWalletItem_39KWw,
.theme-dark .empty-backup_addTokenItem_1xzpx {
  color: rgba(255,255,255, 0.8);
}

.empty-backup_addIconCurrency_2jhm3 {
  margin-right: 15px;
  font-size: 24px;
  min-width: 36px;
  margin-left: 0;
  vertical-align: middle;
  margin-top: -4px;
  color: #7190EB;
}

.empty-backup_title_3GEV3 {
  position: relative;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  color: #b8babc;
}

.empty-backup_ticker_3zNEO {
  position: absolute;
  top: -4px;
  right: -20px;
  font-weight: 700;
  font-size: 10px;
  line-height: 16px;
  color: #b8babc;
}

button.empty-backup_button_3YSLq {
  border-radius: 8px;
  width: 67px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  padding: 0;
}

.new-available-token_walletInfo_2CcaP {
  display: flex;
  flex-direction: column;
  flex-basis: 59%;
  max-width: 59%;
}

.new-available-token_titleWallet_3--ul {
  font-size: 16px;
  white-space: nowrap;
  max-width: 100%;
  line-height: 18px;
  position: relative;
  margin-bottom: -2px;
}

.new-available-token_titleWrapper_v-37E {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
}

.new-available-token_tickerWallet_2xEwI {
  font-size: 11px;
  font-weight: 600;
  color: #aaa9a9;
  margin-left: 2px;
  position: absolute;
  top: -11px;
}

.new-available-token_iconCurrency_1rdqg {
  font-size: 20px;
  margin-right: 15px;
  color: #7190EB;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.new-available-token_walletBlock_30bim {
  padding: 18px 20px;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  position: relative;
  cursor: pointer;
  text-align: left;
  overflow: auto;
}

.new-available-token_walletBlock_30bim.new-available-token_isActive_1vsiH {
  background-color: #f1f2fa;
}

.theme-dark .new-available-token_walletBlock_30bim.new-available-token_isActive_1vsiH {
  background-color: rgba(0,0,0, 0.2);
}

.theme-dark .new-available-token_walletBlock_30bim {
  color: rgba(255,255,255, 0.8);
}

.new-available-token_addTokenItemWrapper_3ReFn {
  position: relative;
  display: flex;
  min-height: 70px;
}

.new-available-token_addTokenItemWrapper_3ReFn:hover {
  background: #f1f2fa;
}

.theme-dark .new-available-token_addTokenItemWrapper_3ReFn:hover {
  background: rgba(0,0,0, 0.2);
}

.new-available-coin_iconCurrency_1xbqN {
  font-size: 24px;
  margin-right: 15px;
  margin-left: 0;
  color: #7190EB;
  width: 25px;
  flex-shrink: 0;
}

.new-available-coin_walletBlock_3D8dc {
  padding: 15px 20px;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  color: #455a64;
  min-height: 76px;
  overflow: auto;
  cursor: pointer;
}

.new-available-coin_walletBlock_3D8dc.new-available-coin_isActive_1m94P {
  background-color: #f1f2fa;
}

.theme-dark .new-available-coin_walletBlock_3D8dc.new-available-coin_isActive_1m94P {
  background-color: rgba(0,0,0, 0.2);
}

.new-available-coin_wrapperBeforeCurrency_3l9e1 {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  width: 80%;
}

.theme-dark .new-available-coin_walletBlock_3D8dc {
  color: rgba(255,255,255, 0.8);
  border-color: rgba(0,0,0, 0.2);
}

.new-available-coin_walletInfo_3lthO {
  display: flex;
  flex-direction: column;
  flex-basis: 59%;
  max-width: 59%;
}

.new-available-coin_titleWallet_i1Orv {
  font-size: 16px;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
  line-height: 18px;
  position: relative;
  margin-bottom: -2px;
}

.new-available-coin_titleWrapper_jpjZe {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
}

.new-available-coin_tickerWallet_VOsRJ {
  font-size: 11px;
  font-weight: 600;
  color: #aaa9a9;
  margin-left: 2px;
  position: absolute;
  top: -11px;
}

.new-available-coin_addCoinItemWrapper_1QoTh {
  position: relative;
  display: flex;
  min-height: 70px;
}

.new-available-coin_addCoinItemWrapper_1QoTh:hover {
  background: #f1f2fa;
}

.theme-dark .new-available-coin_addCoinItemWrapper_1QoTh:hover {
  background: rgba(0,0,0, 0.2);
}

.new-available-coin_isMultisig_1zoul {
  background: #979797;
  border-radius: 4px;
  padding: 1px 4px;
  color: #fff;
  font-family: Ubuntu, sans-serif;
  font-style: normal !important;
  font-weight: normal;
  font-size: 12px !important;
  line-height: 12px !important;
  display: inline-block;
}

.theme-dark .new-available-coin_isMultisig_1zoul {
  background-color: #656565;
}

.menu_menu_2wA28 {
  border-bottom: solid 1px rgba(170,169,169, 0.2);
  background: white;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  align-items: center;
  display: flex;
}

.theme-dark.electron .menu_menu_2wA28 {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-color: rgba(0,0,0, 0.3);
  background-color: #222223;
}

.theme-dark .menu_menu_2wA28 {
  background: #303132;
  box-shadow: none;
  border-bottom: solid 1px rgba(0,0,0, 0.2);
}

.electron .menu_menu_2wA28 {
  position: sticky;
  z-index: 10;
  top: 0;
  border-bottom: solid 1px rgba(170,169,169, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.responsive .menu_menu_2wA28 {
  overflow-x: auto;
}

.responsive .menu_menu_2wA28::-webkit-scrollbar {
  display: none;
}

.menu_menu_2wA28 a {
  position: relative;
  font-size: 14px;
  padding: 15px 15px;
  margin-bottom: -1px;
  display: inline-block;
  border-bottom: solid 3px transparent;
  user-select: none;
  color: #455a64;
  white-space: nowrap;
}

.responsive .menu_menu_2wA28 a {
  padding: 10px 14px;
  font-size: 14px;
}

@media (min-width: 1200px) {
  .menu_menu_2wA28 a {
    font-size: 16px;
    padding: 15px 20px;
  }
}

.menu_menu_2wA28 a:hover {
  text-decoration: none;
  border-bottom-color: #f1f2fa;
}

.menu_menu_2wA28 a.menu_active_3L5Jb {
  border-bottom-color: #7190EB;
}

.theme-dark .menu_menu_2wA28 a {
  color: #fff;
}

.theme-dark .menu_menu_2wA28 a:hover {
  border-bottom-color: rgba(113,144,235, 0.2);
}

.theme-dark .menu_menu_2wA28 a.menu_active_3L5Jb {
  border-bottom-color: #7190EB;
}

.menu_subName_3CYZr {
  font-size: 8px;
  position: absolute;
  left: 78%;
  top: 14px;
  white-space: nowrap;
  color: #7190EB;
}

.empty-wallets_emptyState_MxFxy {
  text-align: center;
  padding: 90px 0;
}

.empty-wallets_emptyState_MxFxy img {
  max-width: 40%;
  margin-bottom: 40px;
}

.empty-wallets_emptyState_MxFxy .empty-wallets_title_NMlxQ {
  margin-bottom: 0;
  padding-bottom: 0;
}

.empty-wallets_emptyState_MxFxy a {
  color: #448aff;
}

.theme-dark.electron .empty-wallets_emptyState_MxFxy {
  background: #222223;
}

.rate-us_wrapper_2jlPw {
  padding-bottom: 1px;
  min-height: 656px;
  border-radius: 5px;
}

.theme-dark.electron .rate-us_wrapper_2jlPw {
  background-color: #222223;
}

.theme-dark .rate-us_wrapper_2jlPw {
  border: none;
}

.electron .rate-us_wrapper_2jlPw {
  min-width: auto !important;
}

.electron .rate-us_wrapperForm_1_Wci {
  max-width: 648px;
}

.rate-us_wrapperForm_1_Wci {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 32px;
}

.rate-us_wrapperForm_1_Wci h4 {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  color: #455a64;
  margin: 0;
  padding: 0;
}

.rate-us_wrapperForm_1_Wci p {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 32px;
  margin-top: 24px;
  text-align: center;
  color: #455a64;
}

.theme-dark .rate-us_wrapperForm_1_Wci h4 {
  color: #e4e4e4;
}

.rate-us_informationWrapper_3W2zU {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.rate-us_closeButton_3atrp {
  fill: #273035;
  padding: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -16px;
  top: -16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #c4c4c4;
  background: white;
}

.theme-dark .rate-us_closeButton_3atrp {
  background: #303132;
  border-color: #585858;
  fill: #aaa9a9;
}

.electron .rate-us_closeButton_3atrp svg {
  width: 11px;
  height: 11px;
}

.rate-us_informationWrapper_3W2zU ul {
  margin-top: 24px;
}

.rate-us_informationWrapper_3W2zU p {
  margin-top: 0;
  margin-bottom: 64px;
  font-size: 16px;
}

.rate-us_star_zOKKL {
  margin-left: 3px;
  margin-right: 3px;
  width: 24px;
  height: 24px;
}

.rate-us_link_34Avr {
  color: white;
}

.rate-us_stars_1xRHH {
  margin-bottom: 32px;
}

.rate-us_popup_3A3BG {
  margin: 0;
  padding: 0;
  top: 20%;
  left: 38%;
  width: 465px;
}

.electron .rate-us_popupWrapper_1_-mb {
  height: 212px;
  border-radius: 8px;
  overflow: visible;
}

.rate-us_popupWrapper_1_-mb {
  min-height: auto;
  border-radius: 8px;
}

.rate-us_popupWrapper_1_-mb h4 {
  align-self: center;
}

.rate-us_popupButton_1tkTf {
  margin-right: 18px;
}

.rate-us_iconRateUs_3-AG7 {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  background-image: url(/app/8b11bc49bd801c7560654ab9a1cafdae.svg);
}

.theme-dark .rate-us_iconRateUs_3-AG7 {
  background-image: url(/app/95628268c30ad41b7be80b4034acadb9.svg);
}

.popup-password_popupContent__08rF {
  padding: 20px;
  width: 100%;
}

.popup-password_closeButton_1ZadV {
}

.popup-password_wrapper_1cSY0 {
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  padding: 0;
}

.popup-password_popupWrapper_34SGM {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px !important;
}

.popup-password_popupContent__08rF a {
  color: black;
  text-decoration: underline;
}

.popup-password_popupContent__08rF p + p {
  margin-top: 10px;
}

.popup-password_popupContent__08rF a:hover {
  color: #448aff;
}

.popup-password_popupTitle_2J96c {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 40px;
}

.popup-password_popupTitle_2J96c img {
  width: 33px;
  height: 30px;
}

.popup-password_popupTitle_2J96c h3 {
  margin: 0 0 0 20px;
  font-size: 18px;
}

.popup-password_newPopupTitle_1AH2K {
  font-family: Roboto, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #455a64;
}

.theme-dark .popup-password_newPopupTitle_1AH2K {
  color: white;
}

.popup-password_newPopupTitle_1AH2K h3 {
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
}

.theme-dark .popup-password_popupTitle_2J96c h3 {
  color: rgba(255,255,255, 0.8);
}

.popup-password_inputConfirmation_wFdVB {
  border: solid 1px #aaa9a9;
  padding: 10px 17px;
  margin: 0 20px 0 0;
}

.popup-password_inputConfirmation_wFdVB:focus {
  border-color: #E53935;
}

.popup-password_popupFields_20ly4 {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
}

.popup-password_errorPassword_1gtKW {
  color: #E53935;
  text-align: left;
  margin-top: 10px;
  position: absolute;
  bottom: 10px;
  left: 30px;
  font-size: 12px;
}

.theme-dark .popup-password_inputFieldset_25d4o input {
  background: none !important;
}

.popup-password_inputFieldset_25d4o input {
  background: none !important;
}

.popup-password_inputFieldset_25d4o {
  border: 1px solid #979797;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 26px;
  padding: 3px 0 5px 0;
  width: 382px;
  position: relative !important;
}

.popup-password_inputFieldset_25d4o span {
  margin: 0 !important;
}

.popup-password_inputFieldset_25d4o div {
  width: 100%;
}

.popup-password_inputFocus_3kqaF {
  border-color: #7190EB;
  color: #7190EB !important;
}

.popup-password_inputLegend_3C9ZH {
  font-size: 12px;
  line-height: 14px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 9px;
  color: #979797;
}

.popup-password_icon_1q2Uo {
  width: 24px;
  height: 24px;
}

.popup-password_clearPassIconBlue_2hZPz {
}

.popup-password_clearPassIcon_21hAr {
}

.popup-password_leftIcon_3JoJ4 {
  top: 7px;
  right: 46px;
}

.popup-password_rightIcon_3wbBg {
  top: 7px;
  right: 18px;
}

.electron .popup-password_rightIcon_3wbBg,
.electron .popup-password_leftIcon_3JoJ4 {
  top: 20px;
}

.popup-password_showPassIconBlue_2Mmny {
}

.popup-password_showPassIcon_2h_9t {
}

.popup-password_hidePassIconBlue_3g4J1 {
}

.popup-password_hidePassIcon_3IWXW {
}

.popup-password_bigDot_2fLU5 {
  height: 16px;
}

.popup-password_error_L7PmC {
}

.popup-password_error_L7PmC div {
  overflow: visible !important;
}

.popup-password_inputPassword_3jf3c {
  border: none;
  margin: 0;
  padding: 0;
  width: calc(100% - 66px);
  height: 36px;
  transition: font-size 0ms;
  padding-left: 14px;
}

.popup-password_newButton_3eyy0 {
  width: 150px;
  height: 42px;
  align-self: flex-end;
}

.popup-password_newContent_fm8Qq {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #000;
  opacity: 0.7;
  margin-bottom: 16px;
}

.theme-dark .popup-password_newContent_fm8Qq p,
.theme-dark .popup-password_newContent_fm8Qq {
  color: white;
  opacity: 1;
}

.popup-password_newErrorPassword_2_NIt {
  position: absolute;
  top: 100%;
  left: 4px;
  font-size: 11px;
  color: #f35b51;
  width: 100%;
  height: 24px !important;
  padding: 5px 10px;
  z-index: 2;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: none;
}

@media (max-width: 500px) {
  .popup-password_inputFieldset_25d4o {
    width: 100%;
  }
}

.extra-menu_wrapper_nQDBL {
  cursor: pointer;
  position: relative;
}

.theme-dark .extra-menu_wrapper_nQDBL {
  color: #aaa9a9;
}

.extra-menu_menuWrapper_282dy {
  position: absolute;
  right: 0;
  top: 20px;
  background: white;
  z-index: 4;
  padding: 0;
  margin: 5px 0 0 0;
  box-shadow: 0 6px 15px rgba(196, 203, 216, 0.25);
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
  border-radius: 10px;
  overflow: auto;
  max-height: 155px;
  width: 202px;
  text-align: left;
}

.theme-dark .extra-menu_menuWrapper_282dy {
  background: #222223;
  box-shadow: none;
  border: solid 1px rgba(0,0,0, 0.3);
}

.extra-menu_list_1SYc_ {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}

.extra-menu_list_1SYc_ li {
  max-height: 70px;
  min-height: 50px;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #222223;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
}

.theme-dark .extra-menu_list_1SYc_ li {
  color: rgba(255, 255, 255, 0.8);
}

.extra-menu_list_1SYc_ li:hover {
  background: rgba(0, 0, 0, 0.05);
}

.theme-dark .extra-menu_list_1SYc_ li:hover {
  background: rgba(0, 0, 0, 0.3);
}

.extra-menu_list_1SYc_ a {
  text-decoration: none;
}

.extra-menu_iconWrapper_4YAP3 {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -12px;
  top: -5px;
}

.wallet-address_buttonAction_2YGgG {
  font-size: 14px;
  line-height: 20px;
}

.new-token-parent-wallets-list_wrapper_1e9Vx {
  cursor: pointer;
  position: relative;
  margin-top: 3px;
  margin-left: 5px;
}

.theme-dark .new-token-parent-wallets-list_wrapper_1e9Vx {
  color: #aaa9a9;
}

.new-token-parent-wallets-list_menuWrapper_1LAsa {
  position: absolute;
  left: 10px;
  background: white;
  z-index: 4;
  padding: 0;
  margin: 5px 0 0 0;
  box-shadow: 0 6px 15px rgba(196, 203, 216, 0.25);
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
  border-radius: 10px;
  overflow: auto;
  max-height: 255px;
  width: 255px;
  font-size: 14px;
  text-align: left;
}

.new-token-parent-wallets-list_walletsWrapper_31SC6 {
  margin: 10px 0;
}

.theme-dark .new-token-parent-wallets-list_menuWrapper_1LAsa {
  background: #222223;
  box-shadow: none;
  border: solid 1px rgba(0,0,0, 0.3);
}

.new-token-parent-wallets-list_list_34F8_ {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}

.new-token-parent-wallets-list_list_34F8_ li {
  height: 50px;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #222223;
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme-dark .new-token-parent-wallets-list_list_34F8_ li {
  color: rgba(255, 255, 255, 0.8);
}

.new-token-parent-wallets-list_list_34F8_ li:hover {
  background: rgba(0, 0, 0, 0.05);
}

.theme-dark .new-token-parent-wallets-list_list_34F8_ li:hover {
  background: rgba(0, 0, 0, 0.3);
}

.new-token-parent-wallets-list_list_34F8_ a {
  text-decoration: none;
}

.new-token-parent-wallets-list_iconWrapper_15fek {
  display: flex;
  justify-content: center;
  align-items: center;
}

.new-token-parent-wallets-list_linkToRules_1iNqr {
  margin: 18px 18px 12px;
  display: flex;
  align-items: center;
}

.new-token-parent-wallets-list_linkToRules_1iNqr a {
  font-size: 14px;
  line-height: 24px;
  color: #7190EB;
  text-transform: none;
}

.new-token-parent-wallets-list_linkIcon_3LAJo {
  width: 12px;
  height: 12px;
  margin-left: 7px;
  margin-bottom: -2px;
}

.wallet-convertable-address_buttonAction_3936e {
  font-size: 14px;
  line-height: 20px;
}

.wallet-convertable-address_titleBlock_11GbO {
  font-size: 14px;
  margin: 20px 8px 8px 0;
  user-select: none;
}

.wallet-convertable-address_contentBlock_1k0Wg {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  word-break: break-all;
  user-select: all;
}

.wallet-convertable-address_addressText_3ignK {
  cursor: pointer;
}

.wallet-title_wrapper_21NTc {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
  margin-left: 5px;
  flex: 1;
}

.theme-dark .wallet-title_wrapper_21NTc {
  margin-left: 0;
}

.wallet-title_wrapperIcons_1Ur-i {
  margin-left: 10px;
}

.wallet-title_iconPencil_3K078:hover,
.wallet-title_toggleButton_19I1q:hover {
  opacity: 1;
}

.wallet-title_iconPencil_3K078,
.wallet-title_toggleButton_19I1q {
  overflow: hidden;
  opacity: 0.2;
  transition: opacity 0.3s;
  cursor: pointer;
}

.wallet-title_toggleButton_19I1q svg {
  width: 16px;
  margin-top: 1px;
  margin-left: 10px;
}

.wallet-title_iconPencil_3K078 svg {
  width: 14px;
  margin-left: 6px;
}

.theme-dark .wallet-title_iconPencil_3K078,
.theme-dark .wallet-title_toggleButton_19I1q {
  fill: #fff;
}

.wallet-title_titleWrapper_1lfcg {
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.wallet-title_input_3IFG5:focus {
  border-bottom: solid 1px;
}

.wallet-title_input_3IFG5,
.wallet-title_inputTitle_1qoG- {
  font-size: 16px;
  font-family: Roboto, sans-serif;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  border-bottom: solid 1px transparent;
  transition: border 0.3s;
  margin-bottom: 5px;
  display: inline-block;
  color: #7190EB;
  font-weight: bold;
}

.wallet-title_hidden_SSUSC {
  font-size: 16px;
  font-family: Roboto, sans-serif;
  color: #7190EB;
  font-weight: bold;
  opacity: 0;
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.wallet-title_isHidden_1Mfce * {
  color: #aaa9a9;
}

.wallet-title_spamTokenInfo_3YbrG {
  display: flex;
  align-items: center;
  padding: 2px 4px;
  border-radius: 2px;
  gap: 4px;
  color: #f35b51;
  background: #fde6e5;
  margin: 0 10px 5px;
  font-size: 10px;
}

.wallet-multisigs_buttonAction_x7mpp {
  font-size: 14px;
  line-height: 20px;
}

.wallet-multisigs_publicKey_25JYC {
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 5px;
}

.refresh-button_refreshButton_3km5e,
.refresh-button_refreshButtonElectron_3u-Gu {
  position: absolute;
  top: 103px;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  background: #f1f2fa;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
  z-index: 2;
}

.refresh-button_refreshButtonElectron_3u-Gu {
  right: 30px;
}

.refresh-button_refreshButton_3km5e {
  right: 30px;
}

.theme-dark .refresh-button_refreshButton_3km5e {
  background: rgba(0,0,0, 0.2);
}

.theme-dark .refresh-button_refreshButtonElectron_3u-Gu {
  background: rgba(0,0,0, 0.2);
}

.responsive .refresh-button_refreshButton_3km5e {
  top: 92px;
}

.responsive .refresh-button_refreshButtonElectron_3u-Gu {
  top: 92px;
}

.refresh-button_refreshButton_3km5e svg,
.refresh-button_refreshButtonElectron_3u-Gu svg {
  width: 55%;
  height: 55%;
  fill: #448aff;
}

.refresh-button_refreshButton_3km5e:hover,
.refresh-button_refreshButtonElectron_3u-Gu:hover {
  background-color: #7190EB;
}

.refresh-button_refreshButton_3km5e:hover svg,
.refresh-button_refreshButtonElectron_3u-Gu:hover svg {
  fill: #fff;
}

.refresh-button_animated_1jTt1 svg {
  animation-name: refresh-button_spin_1UTfH;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}

@keyframes refresh-button_spin_1UTfH {
  from {
    transform: rotate(0deg);
  }

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

.filter_wrapper_vgC1y {
  display: flex;
  flex-direction: row;
  width: 100%;
  position: relative;
  align-items: center;
  background: white;
}

.theme-dark .filter_wrapper_vgC1y {
  box-shadow: none;
  background: #303132;
}

.theme-dark.electron .filter_wrapper_vgC1y {
  background: #222223;
}

.filter_sectionSearch_1PS6Z,
.filter_sectionType_3K4xi {
  border: solid 1px rgba(170,169,169, 0.3);
  border-top: none;
  height: 40px;
  display: flex;
  align-items: center;
  border-right: none;
  font-size: 14px;
  position: relative;
  user-select: none;
}

.theme-dark .filter_sectionSearch_1PS6Z,
.theme-dark .filter_sectionType_3K4xi {
  box-shadow: none;
  border-color: rgba(0,0,0, 0.2);
}

.filter_sectionType_3K4xi:first-child {
  border-left: none;
}

.filter_sectionType_3K4xi {
  width: 25%;
  padding: 0 20px;
  cursor: pointer;
}

.theme-dark .filter_sectionType_3K4xi {
  color: rgba(255,255,255, 0.8);
}

.filter_wrapperToggler_3TS7X {
  display: flex;
  width: 100%;
  height: 40px;
  align-items: center;
}

.filter_sectionSearch_1PS6Z {
  width: 50%;
}

.responsive .filter_sectionType_3K4xi {
  width: 34%;
}

.responsive .filter_sectionSearch_1PS6Z {
  width: 32%;
}

.filter_inputSearch_uzALR {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  padding: 0 20px;
  background: none;
  margin: 0;
}

.theme-dark .filter_inputSearch_uzALR,
.theme-dark .filter_value_2gm6x {
  color: #fff;
}

.filter_type_1X8_J {
  color: #aaa9a9;
}

.filter_value_2gm6x {
  color: #455a64;
  margin-left: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.filter_wrapperList_1HJpI {
  background: white;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 5px;
  margin-top: 5px;
  border: solid 1px rgba(121, 140, 229, 0.2);
  border-radius: 3px;
  z-index: 10;
  min-height: 100%;
  max-height: 400px;
  overflow: auto;
  min-width: 100px;
}

.theme-dark .filter_wrapperList_1HJpI {
  background: #222223;
  box-shadow: none;
  border-color: rgba(0,0,0, 0.3);
  scrollbar-width: none;
}

.filter_listItem_3b2LC {
  padding: 10px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  cursor: pointer;
  align-items: center;
  border-bottom: solid 1px rgba(170,169,169, 0.2);
}

.filter_noBorders_34nY2 {
  border-color: transparent;
}

.filter_listSubItem_lnqbV > div {
  padding-left: 40px;
  border-top: none;
}

.filter_multisigInfo_dHtK8 {
  font-size: 12px;
  margin-top: 4px;
  color: #aaa9a9;
  line-height: 15px;
}

.theme-dark .filter_listItem_3b2LC {
  border-color: rgba(0,0,0, 0.3);
}

.filter_listWallets_2ibgb {
  width: 395px;
  overflow-x: hidden;
}

.filter_listItem_3b2LC:hover {
  background: #f1f2fa;
}

.theme-dark .filter_listItem_3b2LC:hover {
  background: rgba(0,0,0, 0.3);
}

.filter_inputSearchWallets_2Qjix {
  padding: 10px 0;
  text-indent: 58px;
  width: 100%;
  font-size: 14px;
  outline: none;
  border: none;
  background: none;
}

.theme-dark .filter_inputSearchWallets_2Qjix {
  color: #fff;
}

.filter_empty_2L2nC {
  text-align: center;
  padding: 30px 0;
  color: #aaa9a9;
}

.filter_emptyList_gjcNs {
  padding-left: 39px;
}

.transaction-item_txBlock_1F7qZ {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 14px;
  justify-content: space-between;
  color: #455a64;
  cursor: pointer;
  background: #fff;
  transition: margin 0.07s;
  position: relative;
  margin: 0;
  box-shadow: 0 0 0 1px #e4e4e4;
  border-bottom: solid 1px rgba(241,242,250, 0.8);
  z-index: 1;
}

.transaction-item_black_2Xl3X {
  color: #455a64 !important;
}

.theme-dark .transaction-item_black_2Xl3X {
  color: rgba(255,255,255, 0.8) !important;
}

.transaction-item_yellow_1IIwZ {
  color: #f39c12;
}

.transaction-item_txBlock_1F7qZ hr {
  border-color: rgba(170,169,169, 0.5);
  background: transparent;
  border-top: none;
}

.theme-dark .transaction-item_txBlock_1F7qZ {
  background: #303132;
  border-bottom-color: rgba(0,0,0, 0.2);
  box-shadow: none;
  color: rgba(255,255,255, 0.8);
}

.theme-dark.electron .transaction-item_txBlock_1F7qZ {
  background: #222223;
}

.transaction-item_txLine_1DGRC {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  padding: 15px 30px;
  position: relative;
}

.transaction-item_txDetails_2i9z3 {
  margin: 10px 0;
  padding: 0 10px 0 30px;
}

.transaction-item_failedTxActions_oKSVI {
  display: flex;
  align-items: center !important;
}

.transaction-item_failedTxActions_oKSVI > div {
  width: unset !important;
}

.transaction-item_txDetails_2i9z3.transaction-item_fullWidth_1luug {
  padding: 0 30px;
}

.transaction-item_txDetails_2i9z3.transaction-item_fullWidth_1luug .transaction-item_txDetailLine_3L1ZV > div {
  width: 100%;
  word-break: break-all;
  white-space: normal;
  display: block;
}

.transaction-item_txDetailLine_3L1ZV {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 7px 0;
  line-height: 20px;
}

.transaction-item_userSelect_1q_Pu {
  user-select: text;
}

.transaction-item_txDetailLine_3L1ZV > span {
  width: 130px;
  color: #aaa9a9;
  text-overflow: ellipsis;
  overflow: hidden;
}

.transaction-item_txDetailLine_3L1ZV > div {
  width: 75%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.transaction-item_txExtraAmount__VTQV {
  border-top: solid 1px rgba(170,169,169, 0.2);
  padding-top: 15px;
  margin-top: 5px;
}

.transaction-item_txExtraAmount__VTQV div {
  font-size: 16px;
}

.transaction-item_txExtraAmount__VTQV span {
  color: #7190EB;
  font-size: 17px;
}

.transaction-item_extraLabel_LKpmi {
  color: #7190EB;
  margin: 0 8px;
  padding: 0 4px;
  border-radius: 3px;
  background: #f1f2fa;
}

.theme-dark .transaction-item_extraLabel_LKpmi {
  background: #7190EB;
  color: #f1f2fa;
}

.transaction-item_txBlock_1F7qZ.transaction-item_isVisibleDetails_2QhPt {
  margin: 10px 0;
  border-radius: 5px;
  border-bottom-color: transparent;
}

.theme-dark .transaction-item_txBlock_1F7qZ.transaction-item_isVisibleDetails_2QhPt {
  box-shadow: none;
  background: #303132;
}

.theme-dark.electron .transaction-item_txBlock_1F7qZ.transaction-item_isVisibleDetails_2QhPt {
  box-shadow: none;
  border-bottom-color: rgba(0,0,0, 0.2);
  background: #303132;
}

.electron .transaction-item_txBlock_1F7qZ.transaction-item_isVisibleDetails_2QhPt {
  margin: 0;
  border-radius: 0;
}

.transaction-item_txBlock_1F7qZ.transaction-item_isVisibleDetails_2QhPt:hover {
  cursor: default;
}

.transaction-item_txDate_3Jxjk {
  color: #aaa9a9;
  flex-basis: 130px;
}

.transaction-item_txInlineHash_1AYej {
  display: flex;
  width: 56%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.transaction-item_txInlineHash_1AYej img {
  width: 14px;
  height: 14px;
  margin-left: 5px;
  opacity: 0;
  transition: opacity 0.3s;
  user-select: none;
}

.transaction-item_txBlock_1F7qZ:hover img {
  opacity: 1;
}

.transaction-item_txAmount_3le1E {
  text-align: right;
  font-weight: 700;
  position: absolute;
  right: 30px;
  top: 15px;
}

.transaction-item_txAmount_3le1E.transaction-item_error_1LxZD {
  color: #E53935;
}

.transaction-item_success_KcEP9 {
  color: #50E3C2 !important;
}

.theme-dark .transaction-item_success_KcEP9 {
  color: #70a800 !important;
}

.transaction-item_txAmount_3le1E.transaction-item_isIncoming_147Bg {
  color: #50E3C2;
}

.theme-dark .transaction-item_txAmount_3le1E.transaction-item_isIncoming_147Bg {
  color: #70a800;
}

.transaction-item_txAmount_3le1E.transaction-item_isPending_1gBIl {
  color: #aaa9a9;
}

.theme-dark .transaction-item_txAmount_3le1E.transaction-item_isPending_1gBIl {
  color: rgba(170,169,169, 0.5);
}

.transaction-item_currencyFamily_1EXKq {
  position: absolute;
  top: 11px;
  display: inline-block;
  font-size: 8px;
  right: -8px;
  background: #fff;
  padding: 1px;
  border-radius: 2px;
  text-transform: uppercase;
}

.transaction-item_isIncoming_147Bg .transaction-item_currencyFamily_1EXKq {
  color: #50E3C2;
}

.transaction-item_isPending_1gBIl .transaction-item_currencyFamily_1EXKq {
  color: #aaa9a9;
}

.theme-dark .transaction-item_currencyFamily_1EXKq {
  background: #303132;
  box-shadow: 0 0 0 1px #303132, inset 0 0 0 1px #303132;
}

.theme-dark .transaction-item_isIncoming_147Bg .transaction-item_currencyFamily_1EXKq {
  color: #70a800;
}

.transaction-item_tooltip_2ZYLR {
  display: inline-block;
  white-space: nowrap;
}

.transaction-item_buttonCopy_1eeXQ {
}

.transaction-item_detailsStatus_3n9n7 {
  text-transform: capitalize;
}

.transaction-item_error_1LxZD {
  color: #E53935;
}

.transaction-item_hashBlock_CQGz7 > div {
  word-break: break-all;
  white-space: normal;
}

.transaction-item_outcomingExchange_2NGPj.transaction-item_exchange-waiting_3zMf5 {
  color: #aaa9a9 !important;
}

.transaction-item_incomingExchange_STC-6.transaction-item_exchange-waiting_3zMf5,
.transaction-item_incomingExchange_STC-6.transaction-item_exchange-sending_mWE38,
.transaction-item_incomingExchange_STC-6.transaction-item_exchange-exchanging_1ISN5,
.transaction-item_incomingExchange_STC-6.transaction-item_exchange-confirming_3yxVw {
  color: #aaa9a9 !important;
}

.transaction-item_incomingExchange_STC-6 {
  color: #50E3C2;
  margin-left: 5px;
}

.transaction-item_error_1LxZD .transaction-item_incomingExchange_STC-6 {
  color: #E53935 !important;
  margin-left: 5px;
}

.transaction-item_outcomingExchange_2NGPj.transaction-item_exchange-refunded_3L995 {
  color: #455a64 !important;
}

.theme-dark .transaction-item_outcomingExchange_2NGPj.transaction-item_exchange-refunded_3L995 {
  color: rgba(255,255,255, 0.8) !important;
}

.theme-dark .transaction-item_incomingExchange_STC-6 {
  color: #70a800;
}

.transaction-item_currencyTicker_2JDfW {
  max-width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
}

.transaction-item_devLine_1KmmW {
  white-space: normal !important;
  word-break: break-all !important;
}

.transaction-item_italicLabel_3FeBV {
  font-style: italic;
  color: #aaa9a9;
  margin-left: 4px;
}

.transaction-item_stringify_1SfZX {
  white-space: pre;
}

.transaction-item_footerMultisigButtons_20rgV {
  display: flex;
  justify-content: space-between;
  margin: 20px 20px;
  height: 40px;
  align-items: center;
}

.transaction-item_multisigTxAmount_1OexM {
  color: #aaa9a9;
}

.transaction-item_footerButtons_2dik3 {
  display: flex;
  justify-content: flex-end;
  margin: 10px;
}

.transaction-item_footerButtons_2dik3 button {
  margin-left: 10px;
}

.transaction-item_woMark_34yXo {
  display: inline-block;
  font-size: 12px;
  color: #aaa9a9;
  font-weight: normal;
  margin: 1px 6px 0 0;
  vertical-align: top;
}

.transaction-item_exchangeFailedBlock_2edNk {
  display: flex;
  justify-content: flex-start;
  margin-left: 10px;
}

.transaction-item_exchangeFailedBlock_2edNk button {
  margin-right: 10px;
}

.transaction-item_loaderText_aHguc {
  font-size: 12px;
  color: #aaa9a9;
  margin: 5px;
}

.transaction-paginator_showMoreButton_18ifb {
  width: 100%;
  text-align: center;
  padding: 15px;
  color: #7190EB;
  cursor: pointer;
  user-select: none;
  background: #fff;
  position: relative;
  z-index: 1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 0 0 1px #e4e4e4;
  transition: background 0.1s;
}

.transaction-paginator_showMoreButton_18ifb:hover {
  text-decoration: underline;
  background: rgba(255,255,255, 0.8);
}

.theme-dark .transaction-paginator_showMoreButton_18ifb {
  box-shadow: none;
  background: #303132;
}

.theme-dark.electron .transaction-paginator_showMoreButton_18ifb {
  background: #222223;
}

.qtum_wrapper_3zXSA {
  overflow: hidden;
  padding: 20px 30px;
  font-size: 14px;
  line-height: 18px;
  min-height: 145px;
}

.ada_wrapper_Cs6S0 {
  overflow: hidden;
  padding: 20px 30px;
  font-size: 14px;
  line-height: 18px;
  min-height: 185px;
}

.ropsten_wrapper_2M3iY {
  overflow: hidden;
  padding: 1px;
  font-size: 14px;
  line-height: 22px;
}

.ropsten_walletNotification_1OF0D {
  padding: 20px 30px;
  color: #448aff;
  border-radius: 5px;
  background: rgba(68,138,255, 0.1);
}

.ropsten_walletNotification_1OF0D a {
  color: #448aff;
  text-decoration: underline;
}

.xrp_wrapper_39gfK {
  overflow: hidden;
  padding: 1px;
  font-size: 14px;
  line-height: 22px;
}

.xrp_walletNotification_2IdSR {
  padding: 20px 30px;
  color: #448aff;
  border-radius: 5px;
  background: rgba(68,138,255, 0.1);
}

.xrp_walletNotification_2IdSR a {
  color: #448aff;
  text-decoration: underline;
}

.xrp_wrapperAirdrop_zdxHC {
  overflow: hidden;
  padding: 20px 30px;
  font-size: 14px;
  line-height: 18px;
  min-height: 160px;
}

.xtz_wrapper_2XORV {
  overflow: hidden;
  padding: 20px 30px;
  font-size: 14px;
  line-height: 18px;
  min-height: 185px;
}

.bnb_wrapper_3OISD {
  overflow: hidden;
  padding: 20px 30px;
  font-size: 14px;
  line-height: 18px;
  min-height: 185px;
}

.bnb_inlineButtons_gec1b {
  display: flex;
  flex-direction: row;
}

.neo_wrapper_K9Am- {
  overflow: hidden;
  padding: 20px 30px;
  font-size: 14px;
  line-height: 18px;
  min-height: 185px;
}

.multisig_wrapper_tdH-J {
  overflow: hidden;
  padding: 1px;
  font-size: 14px;
  line-height: 22px;
}

.multisig_walletNotification_3ZEsY {
  padding: 20px 30px;
  color: #448aff;
  border-radius: 5px;
  background: rgba(68,138,255, 0.1);
}

.multisig_walletNotification_3ZEsY a {
  color: #448aff;
  text-decoration: underline;
}

.label-ud_wrapper_1c5RT {
  overflow: inherit;
}

.electron .label-ud_wrapperLabel_2NwVY {
  height: auto !important;
  margin: 0 0;
  padding: 0;
  overflow: hidden;
}

.label-ud_promoBlock_2S0lD {
  height: 132px;
  display: flex;
  justify-content: flex-start;
  padding: 17px 20px 10px;
  align-items: flex-start;
}

.label-ud_promoBlock_2S0lD h4 {
  color: #7190EB;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin: 0 5px 0 0;
}

.label-ud_promoBlock_2S0lD h3 {
  margin-top: 0;
  padding: 0;
  margin-bottom: 12px;
  color: #aaa9a9;
  font-size: 12px;
  font-weight: normal;
}

.label-ud_promoBlock_2S0lD .label-ud_promoWrapper_2QHWo {
  width: 100%;
  height: 100%;
  margin-right: 12px;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.label-ud_promoHeader_1Sr1m {
  display: flex;
  align-items: center;
  align-content: center;
}

.label-ud_promoBlock_2S0lD p {
  color: #455a64;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
}

.theme-dark .label-ud_promoBlock_2S0lD p {
  color: rgba(255,255,255, 0.8);
}

.label-ud_promoBlockUd_176cL {
  padding: 26px 35px 24px 32px;
}

.label-ud_promoBlock_2S0lD span {
  display: inline-block;
}

.label-ud_udIcon_2J53H {
  width: 24px;
  height: 24px;
  display: inline-block;
}

.label-ud_linkToCryptoDomains_2oU4E {
  display: flex;
  align-items: center;
  color: #7190EB;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
}

.label-ud_linkIcon_zhZmg {
  width: 12px;
  height: 12px;
  display: inline-block;
}

.label-ud_linkRef_2VQ2T {
  height: 14px;
}

.label-ud_noWhiteSpace_39QC0 {
  white-space: nowrap;
}

.label-ud_selfCenter_19YD2 {
  align-self: center;
  padding-bottom: 5px;
}

.panel-right_block_UH0mN {
  float: right;
  margin-right: 30px;
  margin-top: 80px;
  text-align: center;
  font-size: 13px;
  color: #aaa9a9;
  width: 23%;
}

.panel-right_block_UH0mN p {
  line-height: 20px;
}

.electron .panel-right_block_UH0mN {
  margin-right: 5%;
}

.responsive .panel-right_block_UH0mN {
  display: none;
}

.panel-right_block_UH0mN img {
  width: 70%;
  height: 70px;
  margin-bottom: 30px;
}

.electron .panel-right_block_UH0mN img {
  width: 11vw !important;
  height: 10vh !important;
}

@media (min-width: 1200px) {
  .panel-right_block_UH0mN {
    width: 33%;
    margin-top: 60px;
  }

  .panel-right_block_UH0mN p {
    font-size: 14px;
    line-height: 24px;
  }

  .panel-right_block_UH0mN img {
    width: 70%;
    height: 100px;
    margin-bottom: 30px;
  }

  .electron .panel-right_block_UH0mN img {
    width: 14vw !important;
    height: 13vh !important;
  }
}

.panel-right_message_PGFL1 {
  background: #f1f2fa;
  padding: 15px;
  border-radius: 3px;
  text-align: left;
  color: #455a64;
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
}

.theme-dark .panel-right_message_PGFL1 {
  background: rgba(0,0,0, 0.2);
  color: #aaa9a9;
}

.inputs-sliders_wrapper_3-ErX {
  position: relative;
}

.inputs-sliders_inputWrapper_YnP54 {
  background: white;
  border-radius: 3px;
  position: relative;
  width: 100%;
  height: 52px;
  border: solid 1px rgba(170,169,169, 0.4);
  margin-bottom: 25px;
  z-index: 2;
  display: flex;
  font-size: 14px;
  cursor: pointer;
  user-select: none;
  padding: 17px 20px;
  align-items: center;
}

.theme-dark .inputs-sliders_inputWrapper_YnP54 {
  background: rgba(0,0,0, 0.1);
  color: rgba(255,255,255, 0.8);
  border-color: rgba(0,0,0, 0.3);
}

.inputs-sliders_inputWrapper_YnP54.inputs-sliders_isOpen_2S5Wb {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.inputs-sliders_fiatAmount_1I1zN {
  color: #aaa9a9;
  font-size: 13px;
  display: inline-block;
  margin-left: 5px;
}

.inputs-sliders_sliderTitle_hBsvK {
  color: #aaa9a9;
  font-size: 14px;
  margin-bottom: 20px;
  display: block;
}

.inputs-sliders_sliderTitle_hBsvK b {
  color: #7190EB;
  text-decoration: underline;
  cursor: pointer;
}

.inputs-sliders_loader_1oOgS {
  position: absolute;
  left: 16px;
  top: 18px;
}

.inputs-sliders_speed_ikO-7 {
  position: absolute;
  right: 15px;
  top: 17px;
  font-size: 14px;
  color: #aaa9a9;
}

.convert-amount_wrapper_1K_O7 {
  max-width: 110px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #aaa9a9;
  font-size: 12px;
}

.convert-dropdown_wrapper_5Rku2 {
  position: relative;
  display: inline-block;
  margin-left: 8px;
  font-size: 14px;
  user-select: none;
}

.convert-dropdown_inlineButton_1LZ4s {
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  font-weight: normal;
}

.convert-dropdown_inlineButton_1LZ4s:hover {
  text-decoration: underline;
}

.convert-dropdown_listFiatCurrencies_2ukuB {
  position: absolute;
  top: -6px;
  left: 0;
  background: white;
  z-index: 8;
  right: 0;
  padding: 0;
  margin: 0;
  color: #455a64;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  overflow: auto;
  max-height: 350px;
  width: 210px;
  text-align: left;
}

.convert-dropdown_isActive__3LHB {
  color: #7190EB;
}

.theme-dark .convert-dropdown_listFiatCurrencies_2ukuB {
  background: #222223;
  box-shadow: none;
  border: none;
  scrollbar-width: none;
}

.convert-dropdown_listFiatCurrencies_2ukuB li {
  font-size: 14px;
  padding: 8px 10px;
  user-select: none;
}

.convert-dropdown_listFiatCurrencies_2ukuB li:hover {
  background: rgba(241,242,250, 0.5);
}

.convert-dropdown_iconArrow_3Yqm6 {
  width: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -2px;
}

.convert-dropdown_fiatType_FM8NV:hover .convert-dropdown_iconArrow_3Yqm6 {
  fill: #7190EB;
}

.theme-dark .convert-dropdown_listFiatCurrencies_2ukuB li:hover {
  background: rgba(0,0,0, 0.3);
}

.index_wrapper_1XNki {
  overflow: inherit;
  padding-bottom: 20px;
  min-height: 690px;
}

.theme-dark.electron .index_wrapper_1XNki {
  background-color: #222223;
}

.index_wrapperForm_2jcHv {
}

.index_rightMessage_jUJT2 > div {
  font-size: 12px !important;
  line-height: 20px;
}

.index_footerBlock_1tWo0 {
}

.index_stepInfo_hdfF2 {
}

.index_wrapperQrScanner_L8Ss2 {
  display: flex;
  position: absolute;
  right: 20px;
  top: 19px;
}

.index_toggleAdvancedOptions_zboK2 {
  font-size: 14px;
  margin-bottom: 20px;
}

.index_addTagLink_1Yu7j {
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: 30px;
  color: #7190EB;
  position: relative;
  cursor: pointer;
  user-select: none;
}

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

.index_recognizeAddressBlock_pQgex {
  font-size: 14px;
  margin-bottom: 30px;
  background: rgba(0,0,0, 0.05);
  padding: 10px;
  border-radius: 3px;
  margin-top: -10px;
  min-height: 66px;
}

.index_recognizeAddressBlock_pQgex p {
  margin-bottom: 0;
  font-size: 12px;
  margin-top: 5px;
  word-break: break-all;
}

.index_recognizeAddressBlock_pQgex span {
  color: #7190EB;
  display: block;
}

.index_recognizeAddressLoader_1x_FU {
  padding: 5px;
  margin-top: -10px;
  min-height: 66px;
}

.index_external_1EE0m {
  margin: 0 0 -1px 3px;
}

.index_checkboxText_m7P0x > div {
  margin-top: -4px;
  margin-bottom: 20px;
  color: rgba(170,169,169, 0.8);
}

.theme-dark .index_gethInfo_295y1 .index_checkboxText_m7P0x > div {
  color: rgba(170,169,169, 0.8);
}

.index_gethInfo_295y1 {
  font-size: 14px;
  color: rgba(170,169,169, 0.8);
  user-select: none;
  line-height: 22px;
  margin-top: -1px;
}

.index_sliderTitle_35pH0 {
  color: #aaa9a9;
  font-size: 14px;
  margin-bottom: 20px;
  display: block;
}

.index_userSelect_1Fc2E {
  user-select: text;
}

.index_addressTo_y7nQj {
  padding-right: 20px;
}

.index_inputAmount_1eD0k {
  padding-right: 135px;
}

.insufficient-balance-error_updateBalanceLink_1EUns {
  color: #E53935;
  text-decoration: underline;
}

.confirm_wrapper_v0rx- {
  overflow: hidden;
}

.theme-dark.electron .confirm_wrapper_v0rx- {
  background-color: #222223;
}

.confirm_wrapperForm_3wDBj.confirm_lock_2CwvX {
  filter: blur(3px);
}

.confirm_wrapperForm_3wDBj {
}

.confirm_wrapperCenterForm_15AVX {
  margin: 50px auto;
  text-align: center;
}

.confirm_wrapperCenterForm_15AVX img {
  margin-bottom: 40px;
}

.confirm_headerTitles_sMNxV {
  text-align: center;
  border-bottom: solid 1px rgba(170,169,169, 0.4);
  margin-bottom: 30px;
}

.confirm_headerTitles_sMNxV h2 {
  color: #7190EB;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.confirm_headerTitles_sMNxV h3 {
  color: #aaa9a9;
  margin: 0;
  font-weight: normal;
  font-size: 16px;
}

.confirm_separator_2nE9i {
  border-bottom: solid 1px rgba(170,169,169, 0.3);
  margin: 20px 0;
}

.confirm_isConfirmError__FRdV {
  animation: confirm_flickerAnimation_1HgDd 1s ease-in;
}

.confirm_footerBlock_3JqEX {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.confirm_stepInfo_39BBo {
  font-size: 12px;
  color: #aaa9a9;
}

.confirm_buttonsWrapper_34O16 span {
  margin-right: 25px;
  color: #448aff;
  border-bottom: solid 1px #448aff;
  cursor: pointer;
}

.confirm_buttonsWrapper_34O16 span:hover {
  border-bottom: solid 1px #448aff;
}

.confirm_feeInfoToggle_2Yr6J {
  font-size: 14px;
  color: #7190EB;
  margin-bottom: 20px;
  cursor: pointer;
}

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

.confirm_feeInfoToggle_2Yr6J img {
  width: 13px;
  margin-left: 5px;
}

.confirm_loaderWrapper_f0XDT {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #aaa9a9;
}

.confirm_updateBalanceLink_25Ujr {
  color: #E53935;
  text-decoration: underline;
}

.confirm_errorParams_3NocW {
  width: 100%;
  text-align: center;
}

.confirm_topUpWalletLink_1ANrW {
  color: #E53935;
  text-decoration: underline;
}

.confirm_userSelect_1NW1X {
  user-select: text;
}

.confirm_tokenInfoBlock_3Fg88 {
  min-height: 68px;
}

.confirm_tokenInfoBlockItem_2Gj5a {
  margin-bottom: 10px;
}

@keyframes confirm_flickerAnimation_1HgDd {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

.lock-form_wrapper_3oJbJ {
  background: rgba(255,255,255, 0.8);
  position: absolute;
  top: 52px;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
}

.theme-dark .lock-form_wrapper_3oJbJ {
  background-color: rgba(48,49,50, 0.9);
}

.lock-form_container_3X9s0 {
  margin: 20%;
}

.lock-form_container_3X9s0 input {
  background-color: #fff;
  border-width: 2px;
  border-radius: 5px;
}

.theme-dark .lock-form_container_3X9s0 input {
  background-color: #222223;
}

.lock-form_container_3X9s0 button {
  margin-right: 10px;
}

.input-subscribe_wrapper_1dhjt {
  width: 280px;
  position: relative;
  display: inline-block;
  height: 42px;
}

.input-subscribe_wrapper_1dhjt img {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.input-subscribe_input_3Cx5j {
  border: solid 1px #f1f2fa;
  padding: 12px 18px;
  transition: 0.1s border-color;
  margin: 0;
}

.input-subscribe_input_3Cx5j:focus {
  border-color: #7190EB;
}

.input-subscribe_button_2H8JC {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 34px;
  height: 34px;
  background: #f1f2fa;
  border: none;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
}

.theme-dark .input-subscribe_button_2H8JC {
  background: #303132;
  border: solid 1px #7190EB;
}

.theme-dark .input-subscribe_button_2H8JC:active {
  background: rgba(48,49,50, 0.8);
}

.input-subscribe_button_2H8JC:active {
  background: #e6e8fa;
}

.input-subscribe_default_23OyB {
  display: inline-block;
}

.input-subscribe_success_155ya .input-subscribe_input_3Cx5j {
  border-color: #50e3c2;
}

.input-subscribe_error_24WZI .input-subscribe_input_3Cx5j,
.input-subscribe_invalid_2gcuF .input-subscribe_input_3Cx5j {
  border-color: #d0021b;
}

.input-subscribe_hidden_d4bAb {
  display: none;
}

.input-subscribe_information_ovvb7 {
  text-align: left;
  font-size: 12px;
  margin-top: 5px;
  position: absolute;
  top: 100%;
}

.input-subscribe_error_24WZI .input-subscribe_information_ovvb7,
.input-subscribe_invalid_2gcuF .input-subscribe_information_ovvb7 {
  color: #d0021b;
}

.input-subscribe_success_155ya .input-subscribe_information_ovvb7 {
  color: #50e3c2;
}

@media (max-width: 1200px) {
  .input-subscribe_wrapper_1dhjt {
    width: 100%;
    margin-bottom: 20px;
  }
}

.status_wrapper_1BktY {
  overflow: hidden;
}

.theme-dark.electron .status_wrapper_1BktY {
  background-color: #222223;
}

.status_wrapperForm_w6y6F {
  margin: 20px auto;
}

.status_address_1x41X {
  color: #448aff;
}

.status_xrpAirdropInfo_fWFiT {
  color: #aaa9a9;
  font-size: 14px;
}

.status_repeatButton_33V3f {
  border-top: 2px solid #eee;
  margin: 40px 0;
  padding-top: 30px;
  text-align: center;
}

.theme-dark .status_repeatButton_33V3f {
  border-top: 2px solid rgba(0, 0, 0, 0.2);
}

.status_subscribe_2GChu {
  margin-top: 40px;
}

.status_additionalButton_3Q04w {
  margin-top: 60px;
}

.status_wrapperCenter_2D28y {
  text-align: center;
  margin: 0 auto 35px;
}

.status_wrapperCenter_2D28y img {
  margin-top: 40px;
  max-width: 50px;
  max-height: 50px;
}

.status_wrapperCenter_2D28y h2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.status_wrapperCenter_2D28y h3 {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
  color: #aaa9a9;
  margin: 8px 20px 20px 20px;
}

.status_hash_35LaT {
  margin-bottom: 20px;
  margin-right: 20px;
  margin-left: 20px;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  border-radius: 8px;
  font-weight: 250;
  font-size: 14px;
  line-height: 16px;
  color: #7190EB;
  padding: 12px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.theme-dark .status_hash_35LaT {
  border-color: rgba(255, 255, 255, 0.3);
}

.status_textAlign_8f1dO {
  justify-content: center;
}

.status_hashText_1BWiT {
  padding-left: 5px;
}

.status_transactionAmount_22XtU {
  padding-top: 20px;
  flex-direction: column;
  font-size: 16px;
  line-height: 12px;
  color: black;
}

.status_minHeight_3XWtU {
  min-height: 78px;
}

.status_transactionAmount_22XtU span {
  margin-top: 15px;
  font-size: 12px;
}

.status_xmrSend_2N4bz {
  width: 100%;
  height: 100%;
  margin-bottom: 8px;
}

.status_xmrSend_2N4bz div {
  margin-bottom: 12px;
}

.status_hash_35LaT span {
  color: #aaa9a9;
}

.status_hash_35LaT img {
  margin: 0;
  margin-left: 5px;
}

.status_rightIcons_1LKfs {
  display: flex;
}

.status_rightIconsLink_1YRii {
  margin-left: 10px;
  display: flex;
  align-items: center;
}

.status_hash_35LaT a:hover {
  text-decoration: none;
}

.status_buttonCopy_1EnnP {
  margin-left: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.status_buttonCopyAddress_I0YSj {
  margin-left: 0.5em;
  font-size: 16px;
}

.status_separatorS_1t4ip {
  border-bottom: solid 1px rgba(170,169,169, 0.2);
  margin: 20px 0;
}

.status_separatorXS_HEjsp {
  border-bottom: solid 1px rgba(170,169,169, 0.2);
  width: calc(100% - 35px);
}

.status_description_1QyVa {
  color: #aaa9a9;
}

.status_star_98bXJ {
  height: 21px;
  width: 21px;
  margin-top: 0 !important;
}

.status_starTitle_2GN1V {
  font-size: 14px;
  line-height: 16px;
  color: #448aff;
  margin-bottom: 17px;
  margin-top: 30px;
}

.status_iconCurrency_28D2p {
  width: 25px;
  height: 25px;
}

.status_iconCurrency_28D2p img {
  margin: 0 !important;
}

.status_mobileExchange_RLPV3 {
  display: flex;
  flex-direction: column;
}

.status_mobileArrowBlock_1FsIo {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 14px;
}

.status_mobileArrowBlock_1FsIo img {
  margin-left: 0;
}

.status_exchangeBlock_1W36w {
  display: flex;
  align-items: center;
  color: #273035;
  font-weight: bold;
  font-size: 16px;
  line-height: 12px;
}

.theme-dark .status_exchangeText_AsBPx,
.theme-dark .status_exchangeBlock_1W36w {
  color: #fff !important;
}

.status_exchangeBlockMobile_3vAT8 {
  width: 100%;
  justify-content: space-between;
}

.status_exchangeBlockMobile_3vAT8.status_mobile_2AG0X {
  color: #a1a1a1;
  font-size: 14px;
  line-height: 12px;
  font-weight: normal;
}

.status_exchangeText_AsBPx {
  font-weight: 250;
  font-size: 16px;
  line-height: 14px;
  padding-left: 16px;
  color: #000 !important;
}

.status_txKeyBlock_3U73c {
  border-top: solid 1px rgba(170,169,169, 0.2);
  width: calc(100% + 13px * 2);
  font-weight: 250;
  font-size: 14px;
  line-height: 33px;
  color: #7190EB;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 12px;
}

.theme-dark .status_txKeyBlock_3U73c {
  border-top: solid 1px rgba(255, 255, 255, 0.3);
}

.status_txKeyBlock_3U73c span {
  margin-top: 0;
  font-size: 14px;
  padding-left: 5px;
}

.status_tokenInfoBlock_3eMtj {
  border-top: solid 1px rgba(170,169,169, 0.2);
  width: calc(100% + 13px * 2);
  font-weight: 250;
  font-size: 14px;
  line-height: 1.4;
  color: #7190EB;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 12px;
  text-align: left;
  min-height: 51px;
}

.status_tokenInfoBlock_3eMtj span {
  margin-top: 0;
  font-size: 14px;
}

.theme-dark .status_tokenInfoBlock_3eMtj {
  border-top: solid 1px rgba(255, 255, 255, 0.3);
}

.theme-dark .status_wrapperCenter_2D28y h2 {
  color: #e4e4e4 !important;
}

.theme-dark .status_transactionAmount_22XtU {
  color: #e4e4e4 !important;
}

.theme-dark.electron .status_wrapperCenter_2D28y h2 {
  color: #e4e4e4 !important;
}

.theme-dark.electron .status_transactionAmount_22XtU {
  color: #e4e4e4 !important;
}

.theme-dark.electron .status_exchangeText_AsBPx {
  color: #e4e4e4 !important;
}

.status_userSelect_2ezPC {
  user-select: text;
}

.status_iconSuccess_2SeeS {
  margin-top: 20px !important;
  width: 50px;
  height: 50px;
}

.status_truncate_1FqPl {
  max-width: 334px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa9a9;
  line-height: 1.2;
}

.index_wrapper_1gy5j {
  overflow: inherit;
  padding-bottom: 20px;
}

.theme-dark.electron .index_wrapper_1gy5j {
  background-color: #222223;
}

.index_wrapperForm_37o3d {
}

.index_footerBlock_1hbff {
  border-top: solid 1px rgba(170,169,169, 0.3);
  margin: 20px 0 0;
  padding-top: 20px;
}

.index_stepInfo_3uPu_ {
}

.index_addTagLink_3UPyR {
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: 30px;
  color: #7190EB;
  position: relative;
  cursor: pointer;
  user-select: none;
}

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

.index_toggleAdvancedOptions_3f5kZ {
  font-size: 14px;
  margin-bottom: 20px;
}

.index_wrapper_1Z9VB {
  overflow: inherit;
  padding-bottom: 20px;
}

.theme-dark.electron .index_wrapper_1Z9VB {
  background-color: #222223;
}

.index_wrapperForm_2eZjq {
}

.index_footerBlock_2ZdD7 {
  border-top: solid 1px rgba(170,169,169, 0.3);
  margin: 20px 0 0;
  padding-top: 20px;
}

.index_stepInfo_3zsym {
}

.index_toggleAdvancedOptions_3XVi3 {
  font-size: 14px;
  margin-bottom: 20px;
}

.index_emptyWrapperForm_dgeJD {
  min-height: 200px;
  text-align: center;
  width: 100%;
  margin: 30% 0 0 0;
}

.index_addTagLink_1uQz1 {
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: 30px;
  color: #7190EB;
  position: relative;
  cursor: pointer;
  user-select: none;
}

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

.empty-state_wrapper_3p9oQ {
  overflow: inherit;
  padding-bottom: 20px;
}

.theme-dark.electron .empty-state_wrapper_3p9oQ {
  background-color: #222223;
}

.empty-state_wrapperForm_WMyb5 {
}

.theme-dark .empty-state_wrapperForm_WMyb5 .empty-state_textBlock_3THGW {
  color: white;
}

.empty-state_label_7fANA {
  margin-bottom: 30px;
}

.empty-state_wrapperForm_WMyb5 .empty-state_textBlock_3THGW {
  margin: 20px 0;
  color: #455a64;
  font-size: 14px;
  line-height: 18px;
}

.empty-state_wrapperForm_WMyb5 .empty-state_emptyInfoLink_1A0af {
  margin-top: 20px;
}

.empty-state_wrapperForm_WMyb5 .empty-state_emptyFioLinkWrapper_1Qyxe {
  display: flex;
  flex-direction: row;
  font-size: 14px;
}

.empty-state_fioEmptyImage_1AYEP {
  margin-left: 5px;
  padding-top: 3px;
}

.empty-state_informationEmptyWrapButtons_uwelg {
  display: flex;
  justify-content: left;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 20px;
}

.manage_wrapper_qPMsG {
  overflow: inherit;
  padding-bottom: 20px;
}

.theme-dark.electron .manage_wrapper_qPMsG {
  background-color: #222223;
}

.manage_wrapperForm_1xfM2 {
}

.manage_inlineWallet_221Db {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 0;
  border-bottom: solid 1px rgba(170,169,169, 0.1);
  cursor: pointer;
  position: relative;
}

.manage_inlineWallet_221Db:hover .manage_iconArrow_2b147 {
  opacity: 1;
}

.manage_iconCurrency_1XGRN {
  font-size: 24px;
  width: 30px;
  margin-right: 10px;
  color: #7190EB;
}

.manage_infoWallet_1IAny {
  font-size: 14px;
  color: #455a64;
}

.theme-dark .manage_infoWallet_1IAny {
  color: rgba(255,255,255, 0.8);
}

.manage_textData_3Rs-A {
  color: #455a64;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

.theme-dark .manage_textData_3Rs-A {
  color: rgba(255,255,255, 0.8);
}

.manage_infoWallet_1IAny div {
  margin-bottom: 5px;
  font-weight: bold;
}

.manage_infoWallet_1IAny span.manage_errorFioDate_2lPrk {
  color: #E53935;
}

.manage_infoWallet_1IAny span.manage_pendingFioDate_3cO2t {
  color: #aaa9a9;
}

.manage_label_LtPEi {
  display: flex;
  justify-content: left;
  flex-direction: row;
}

.manage_goToLink_CUmzc {
  margin-left: 10px;
}

.manage_openWalletInfo_3QJEN {
  font-size: 14px;
  margin-left: 40px;
  padding: 20px 0;
}

.manage_iconArrow_2b147 {
  position: absolute;
  right: 0;
  top: 40%;
  opacity: 0.3;
}

.manage_inlineButtons_1C0D0 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.manage_renewBtn_3oPSd {
  margin-top: 30px;
}

.manage_inlineRenewBtn_OY1Uj {
  margin-left: 10px;
}

.index_wrapper_3zvqh {
  overflow: inherit;
  padding-bottom: 20px;
}

.theme-dark.electron .index_wrapper_3zvqh {
  background-color: #222223;
}

.index_wrapperForm_1QxX4 {
}

.index_footerBlock_1PrC2 {
  border-top: solid 1px rgba(170,169,169, 0.3);
  margin: 20px 0 0;
  padding-top: 20px;
}

.index_stepInfo_2ei04 {
}

.index_toggleAdvancedOptions_2-Md7 {
  font-size: 14px;
  margin-bottom: 20px;
}

.FailedLoadFeeError_updateBalanceLink_ee5Bz {
  color: #E53935;
  text-decoration: underline;
}

.InsufficientBalanceError_updateBalanceLink_UW1sV {
  color: #E53935;
  text-decoration: underline;
}

.stake-confirm_wrapper_2k6_a {
  overflow: hidden;
}

.theme-dark.electron .stake-confirm_wrapper_2k6_a {
  background-color: #222223;
}

.stake-confirm_wrapperForm_3f94F.stake-confirm_lock_cVdVW {
  filter: blur(3px);
}

.stake-confirm_wrapperForm_3f94F {
}

.stake-confirm_wrapperCenterForm_2qdRN {
  margin: 50px auto;
  text-align: center;
}

.stake-confirm_wrapperCenterForm_2qdRN img {
  margin-bottom: 40px;
}

.stake-confirm_headerTitles_QaCx9 {
  text-align: center;
  border-bottom: solid 1px rgba(170,169,169, 0.4);
  margin-bottom: 30px;
}

.stake-confirm_headerTitles_QaCx9 h2 {
  color: #7190EB;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.stake-confirm_headerTitles_QaCx9 h3 {
  color: #aaa9a9;
  margin: 0;
  font-weight: normal;
  font-size: 16px;
}

.stake-confirm_separator_1H0lu {
  border-bottom: solid 1px rgba(170,169,169, 0.3);
  margin: 20px 0;
}

.stake-confirm_isConfirmError_1uaCl {
  animation: stake-confirm_flickerAnimation_31JMb 1s ease-in;
}

.stake-confirm_footerBlock_2L3CG {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.stake-confirm_stepInfo_1wYLc {
  font-size: 12px;
  color: #aaa9a9;
}

.stake-confirm_buttonsWrapper_1J1qs span {
  margin-right: 25px;
  color: #448aff;
  border-bottom: solid 1px #448aff;
  cursor: pointer;
}

.stake-confirm_buttonsWrapper_1J1qs span:hover {
  border-bottom: solid 1px #448aff;
}

.stake-confirm_feeInfoToggle_1738d {
  font-size: 14px;
  color: #7190EB;
  margin-bottom: 20px;
  cursor: pointer;
}

.stake-confirm_feeInfoToggle_1738d:hover {
  text-decoration: underline;
}

.stake-confirm_feeInfoToggle_1738d img {
  width: 13px;
  margin-left: 5px;
}

.stake-confirm_loaderWrapper_3FrQZ {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #aaa9a9;
}

.stake-confirm_updateBalanceLink_1Si1q {
  color: #E53935;
  text-decoration: underline;
}

.stake-confirm_errorParams_2JcdE {
  width: 100%;
  text-align: center;
}

.stake-confirm_topUpWalletLink_2NhiC {
  color: #E53935;
  text-decoration: underline;
}

.stake-confirm_userSelect_2N1wB {
  user-select: text;
}

.stake-confirm_tokenInfoBlock_3MDO9 {
  min-height: 68px;
}

.stake-confirm_tokenInfoBlockItem_1NWr_ {
  margin-bottom: 10px;
}

@keyframes stake-confirm_flickerAnimation_31JMb {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

.staking_wrapper_-8Z6c {
  overflow: inherit;
  padding-bottom: 20px;
}

.theme-dark.electron .staking_wrapper_-8Z6c {
  background-color: #222223;
}

.staking_wrapperForm_1mjhO {
}

.staking_footerBlock_3phzP {
  border-top: solid 1px rgba(170,169,169, 0.3);
  margin: 20px 0 0;
  padding-top: 20px;
}

.staking_stepInfo_WT8Hd {
}

.staking_toggleAdvancedOptions_pU33W {
  font-size: 14px;
  margin-bottom: 20px;
}

.unstaking_wrapper_1Q18Y {
  overflow: inherit;
  padding-bottom: 20px;
}

.theme-dark.electron .unstaking_wrapper_1Q18Y {
  background-color: #222223;
}

.unstaking_wrapperForm_1vTVh {
}

.unstaking_footerBlock_2_Z2E {
  border-top: solid 1px rgba(170,169,169, 0.3);
  margin: 20px 0 0;
  padding-top: 20px;
}

.unstaking_stepInfo_2Mxuc {
}

.unstaking_toggleAdvancedOptions_1lwx1 {
  font-size: 14px;
  margin-bottom: 20px;
}

.index_wrapper_1Bkmj {
  overflow: inherit;
  padding-bottom: 20px;
}

.theme-dark.electron .index_wrapper_1Bkmj {
  background-color: #222223;
}

.index_wrapperForm_19qxc {
}

.index_footerBlock_3gThu {
  border-top: solid 1px rgba(170,169,169, 0.3);
  margin: 20px 0 0;
  padding-top: 20px;
}

.index_stepInfo_2gWOC {
}

.index_toggleAdvancedOptions_QAVCG {
  font-size: 14px;
  margin-bottom: 20px;
}

.index_toggleAdvancedOptionsText_1FpFN {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  color: #aaa9a9;
  line-height: 20px;
}

.unstake-confirm_wrapper_1_MYp {
  overflow: hidden;
}

.theme-dark.electron .unstake-confirm_wrapper_1_MYp {
  background-color: #222223;
}

.unstake-confirm_wrapperForm_3VjxI.unstake-confirm_lock_29O8d {
  filter: blur(3px);
}

.unstake-confirm_wrapperForm_3VjxI {
}

.unstake-confirm_wrapperCenterForm_2waiV {
  margin: 50px auto;
  text-align: center;
}

.unstake-confirm_wrapperCenterForm_2waiV img {
  margin-bottom: 40px;
}

.unstake-confirm_headerTitles_lZdW3 {
  text-align: center;
  border-bottom: solid 1px rgba(170,169,169, 0.4);
  margin-bottom: 30px;
}

.unstake-confirm_headerTitles_lZdW3 h2 {
  color: #7190EB;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.unstake-confirm_headerTitles_lZdW3 h3 {
  color: #aaa9a9;
  margin: 0;
  font-weight: normal;
  font-size: 16px;
}

.unstake-confirm_separator_2A11E {
  border-bottom: solid 1px rgba(170,169,169, 0.3);
  margin: 20px 0;
}

.unstake-confirm_isConfirmError_1lD-I {
  animation: unstake-confirm_flickerAnimation_S65am 1s ease-in;
}

.unstake-confirm_footerBlock_72sWT {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.unstake-confirm_stepInfo_2pMJo {
  font-size: 12px;
  color: #aaa9a9;
}

.unstake-confirm_buttonsWrapper_Ka_1e span {
  margin-right: 25px;
  color: #448aff;
  border-bottom: solid 1px #448aff;
  cursor: pointer;
}

.unstake-confirm_buttonsWrapper_Ka_1e span:hover {
  border-bottom: solid 1px #448aff;
}

.unstake-confirm_feeInfoToggle_uzUtu {
  font-size: 14px;
  color: #7190EB;
  margin-bottom: 20px;
  cursor: pointer;
}

.unstake-confirm_feeInfoToggle_uzUtu:hover {
  text-decoration: underline;
}

.unstake-confirm_feeInfoToggle_uzUtu img {
  width: 13px;
  margin-left: 5px;
}

.unstake-confirm_loaderWrapper_OchQg {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #aaa9a9;
}

.unstake-confirm_updateBalanceLink_16uU- {
  color: #E53935;
  text-decoration: underline;
}

.unstake-confirm_errorParams_uYGE6 {
  width: 100%;
  text-align: center;
}

.unstake-confirm_topUpWalletLink_3M2a3 {
  color: #E53935;
  text-decoration: underline;
}

.unstake-confirm_userSelect_2rtX7 {
  user-select: text;
}

.unstake-confirm_tokenInfoBlock_1l0IQ {
  min-height: 68px;
}

.unstake-confirm_tokenInfoBlockItem_3V_kb {
  margin-bottom: 10px;
}

@keyframes unstake-confirm_flickerAnimation_S65am {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

.claim-confirm_wrapper_1TWY8 {
  overflow: hidden;
}

.theme-dark.electron .claim-confirm_wrapper_1TWY8 {
  background-color: #222223;
}

.claim-confirm_wrapperForm_30whA.claim-confirm_lock_gDjlg {
  filter: blur(3px);
}

.claim-confirm_wrapperForm_30whA {
}

.claim-confirm_wrapperCenterForm_Cv7m1 {
  margin: 50px auto;
  text-align: center;
}

.claim-confirm_wrapperCenterForm_Cv7m1 img {
  margin-bottom: 40px;
}

.claim-confirm_headerTitles_2zNM7 {
  text-align: center;
  border-bottom: solid 1px rgba(170,169,169, 0.4);
  margin-bottom: 30px;
}

.claim-confirm_headerTitles_2zNM7 h2 {
  color: #7190EB;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.claim-confirm_headerTitles_2zNM7 h3 {
  color: #aaa9a9;
  margin: 0;
  font-weight: normal;
  font-size: 16px;
}

.claim-confirm_separator_2qahq {
  border-bottom: solid 1px rgba(170,169,169, 0.3);
  margin: 20px 0;
}

.claim-confirm_isConfirmError_1_qTl {
  animation: claim-confirm_flickerAnimation_mrvAr 1s ease-in;
}

.claim-confirm_footerBlock_2vM5b {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.claim-confirm_stepInfo_eTsiA {
  font-size: 12px;
  color: #aaa9a9;
}

.claim-confirm_buttonsWrapper_3uHN- span {
  margin-right: 25px;
  color: #448aff;
  border-bottom: solid 1px #448aff;
  cursor: pointer;
}

.claim-confirm_buttonsWrapper_3uHN- span:hover {
  border-bottom: solid 1px #448aff;
}

.claim-confirm_feeInfoToggle_3T__M {
  font-size: 14px;
  color: #7190EB;
  margin-bottom: 20px;
  cursor: pointer;
}

.claim-confirm_feeInfoToggle_3T__M:hover {
  text-decoration: underline;
}

.claim-confirm_feeInfoToggle_3T__M img {
  width: 13px;
  margin-left: 5px;
}

.claim-confirm_loaderWrapper_3XKCl {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #aaa9a9;
}

.claim-confirm_updateBalanceLink_3eBYz {
  color: #E53935;
  text-decoration: underline;
}

.claim-confirm_errorParams_2i67B {
  width: 100%;
  text-align: center;
}

.claim-confirm_topUpWalletLink_2w9GN {
  color: #E53935;
  text-decoration: underline;
}

.claim-confirm_userSelect_uDbOr {
  user-select: text;
}

.claim-confirm_tokenInfoBlock_2a9PN {
  min-height: 68px;
}

.claim-confirm_tokenInfoBlockItem_1vH1K {
  margin-bottom: 10px;
}

@keyframes claim-confirm_flickerAnimation_mrvAr {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

.index_wrapper_2hXFk {
  overflow: inherit;
  padding-bottom: 20px;
}

.theme-dark.electron .index_wrapper_2hXFk {
  background-color: #222223;
}

.index_wrapperForm_3ObIA {
}

.index_footerBlock_1dCKJ {
  border-top: solid 1px rgba(170,169,169, 0.3);
  margin: 20px 0 0;
  padding-top: 20px;
}

.index_stepInfo_1VHI3 {
}

.index_toggleAdvancedOptions_cmQtf {
  font-size: 14px;
  margin-bottom: 20px;
}

.index_toggleAdvancedOptionsText_vyXvy {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  color: #aaa9a9;
  line-height: 20px;
  margin-bottom: 15px;
}

.index_wrapper_2NFYO {
  overflow: inherit;
  padding-bottom: 20px;
}

.theme-dark.electron .index_wrapper_2NFYO {
  background-color: #222223;
}

.index_wrapperForm_EnY6E {
}

.index_footerBlock_3hiZW {
  border-top: solid 1px rgba(170,169,169, 0.3);
  margin: 20px 0 0;
  padding-top: 20px;
}

.index_stepInfo_1LGw9 {
}

.index_toggleAdvancedOptions_2eUGl {
  font-size: 14px;
  margin-bottom: 20px;
}

.index_availableTitle_3m9qC {
  min-width: 70px;
  color: #aaa9a9;
}

.index_toggleAdvancedOptionsText_11Xnq {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  color: #aaa9a9;
  line-height: 20px;
  margin-bottom: 15px;
}

.unstake_wrapper_3dU6E {
  overflow: inherit;
  padding-bottom: 20px;
}

.theme-dark.electron .unstake_wrapper_3dU6E {
  background-color: #222223;
}

.unstake_wrapperForm_2yVs9 {
}

.unstake_footerBlock_2Wnn0 {
  border-top: solid 1px rgba(170,169,169, 0.3);
  margin: 20px 0 0;
  padding-top: 20px;
}

.unstake_stepInfo_1_XxN {
}

.unstake_toggleAdvancedOptions_1hfRK {
  font-size: 14px;
  margin-bottom: 20px;
}

.unstake_updateBalanceLink_zqNDJ {
  color: #E53935;
  text-decoration: underline;
}

.index_wrapper_jU9m7 {
  overflow: inherit;
  padding-bottom: 20px;
}

.index_wrapperForm_1I62V {
}

.index_footerBlock_UVFnk {
  border-top: solid 1px rgba(170,169,169, 0.3);
  margin: 20px 0 0;
  padding-top: 20px;
}

.index_stepInfo_1mDUL {
}

.index_toggleAdvancedOptions_1GSWP {
  font-size: 14px;
  margin-bottom: 20px;
}

.index_toggleAdvancedOptionsText_3zvu1 {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  color: #aaa9a9;
  line-height: 20px;
  margin-bottom: 15px;
}

.index_loaderWrapper_3YpJS {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #aaa9a9;
}

.index_topUpWalletLink_e9fiH {
  color: #E53935;
  text-decoration: underline;
}

.index_wrapper_3so_k {
  overflow: inherit;
  padding-bottom: 20px;
}

.theme-dark.electron .index_wrapper_3so_k {
  background-color: #222223;
}

.index_wrapperForm_19GvW {
}

.index_footerBlock_3dZ2z {
  border-top: solid 1px rgba(170,169,169, 0.3);
  margin: 20px 0 0;
  padding-top: 20px;
}

.index_stepInfo_bmMRb {
}

.index_toggleAdvancedOptions_19hew {
  font-size: 14px;
  margin-bottom: 20px;
}

.index_toggleAdvancedOptionsText_2jvUK {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  color: #aaa9a9;
  line-height: 20px;
  margin-bottom: 15px;
}

.index_wrapper_ZGdba {
  overflow: inherit;
  padding-bottom: 20px;
}

.theme-dark.electron .index_wrapper_ZGdba {
  background-color: #222223;
}

.index_wrapperForm_PCmZb {
}

.index_footerBlock_3pu8u {
  border-top: solid 1px rgba(170,169,169, 0.3);
  margin: 20px 0 0;
  padding-top: 20px;
}

.index_stepInfo_1vHyF {
}

.index_toggleAdvancedOptions_1Z6lf {
  font-size: 14px;
  margin-bottom: 20px;
}

.index_messageList_1lhzQ {
  padding: 0;
  margin: 0 0 0 13px;
}

.theme-dark .index_messageList_1lhzQ {
  color: #448aff;
}

.index_wrapper_2XaXK {
  overflow: inherit;
  padding-bottom: 20px;
}

.theme-dark.electron .index_wrapper_2XaXK {
  background-color: #222223;
}

.index_wrapperForm_9dE7s {
}

.index_footerBlock_xGCS- {
  border-top: solid 1px rgba(170,169,169, 0.3);
  margin: 20px 0 0;
  padding-top: 20px;
}

.index_stepInfo_1zUA_ {
}

div .index_inputWrapper_2WbW_ {
  margin-bottom: 10px;
}

.index_loaderWrapper_3k-z9 {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #aaa9a9;
}

.index_misk_2yNXn div div {
  font-size: 12px;
}

.index_feeWrapper_3Wf8d div div {
  margin-top: 20px;
  font-size: 14px;
  color: #aaa9a9;
}

.theme-dark .index_feeWrapper_3Wf8d div div {
  color: #aaa9a9;
}

.index_feeWrapper_3Wf8d div span {
  color: #7190EB;
  font-weight: normal;
}

.index_toggleAdvancedOptions_1pUd0 {
  font-size: 14px;
  margin-bottom: 20px;
}

.index_wrapper_20Ebl {
  overflow: inherit;
  padding-bottom: 20px;
}

.theme-dark.electron .index_wrapper_20Ebl {
  background-color: #222223;
}

.index_wrapperForm_1HP-D {
}

.index_footerBlock_dXmvb {
  border-top: solid 1px rgba(170,169,169, 0.3);
  margin: 20px 0 0;
  padding-top: 20px;
}

.index_stepInfo_2sbSs {
}

div .index_inputWrapper_2GUUj {
  margin-bottom: 10px;
}

.index_feeWrapper_2RUcR {
  margin-top: 25px;
}

.index_feeWrapper_2RUcR div div {
  font-size: 14px;
  color: #aaa9a9;
}

.theme-dark .index_feeWrapper_2RUcR div div {
  color: #aaa9a9;
}

.index_toggleAdvancedOptions_1V_Ys {
  font-size: 14px;
  margin-bottom: 20px;
}

.index_checkboxText_1BaqA > div {
  margin-top: -4px;
  margin-bottom: 20px;
  color: rgba(170,169,169, 0.8);
}

.theme-dark .index_checkboxText_1BaqA > div {
  color: rgba(170,169,169, 0.8);
}

.index_pasteButton_nyohg {
  display: flex;
  justify-content: flex-start;
  margin-top: -1px !important;
  height: 16px;
}

.index_inputDestinationTag_1hjH8 {
  margin-bottom: 0;
}

.confirm_wrapper_124gk {
  overflow: hidden;
}

.theme-dark.electron .confirm_wrapper_124gk {
  background-color: #222223;
}

.confirm_wrapperForm_I_CZl.confirm_lock_2ZbTd {
  filter: blur(3px);
}

.confirm_wrapperForm_I_CZl {
}

.confirm_headerTitles_3oTF1 {
  text-align: center;
  border-bottom: solid 1px rgba(170,169,169, 0.4);
  margin-bottom: 30px;
}

.confirm_headerTitles_3oTF1 h2 {
  color: #7190EB;
  font-size: 20px;
}

.confirm_headerTitles_3oTF1 h3 {
  color: #aaa9a9;
  margin: 0;
  font-weight: normal;
  font-size: 16px;
}

.confirm_separator_oqW8T {
  border-bottom: solid 1px rgba(170,169,169, 0.3);
  margin: 20px 0;
}

.confirm_footerBlock_2WsVS {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.confirm_stepInfo_3uTL4 {
  font-size: 12px;
  color: #aaa9a9;
}

.confirm_buttonsWrapper_rPVnV span {
  margin-right: 25px;
  color: #448aff;
  border-bottom: solid 1px #448aff;
  cursor: pointer;
}

.confirm_buttonsWrapper_rPVnV span:hover {
  border-bottom: solid 1px #448aff;
}

.confirm_loaderWrapper_3b42i {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #aaa9a9;
}

.confirm_updateBalanceLink_3fXoE {
  color: #E53935;
  text-decoration: underline;
}

.staking_wrapper_JsdBj {
  overflow: inherit;
  padding-bottom: 20px;
}

.theme-dark.electron .staking_wrapper_JsdBj {
  background-color: #222223;
}

.staking_wrapperForm_2ekQK {
}

.staking_footerBlock_1rhNz {
  border-top: solid 1px rgba(170,169,169, 0.3);
  margin: 20px 0 0;
  padding-top: 20px;
}

.staking_stepInfo_1ARc5 {
}

.staking_inputCurrency_XBP_Z {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 14px;
  color: #aaa9a9;
}

.unstaking_wrapper_2SHgJ {
  overflow: inherit;
  padding-bottom: 20px;
}

.theme-dark.electron .unstaking_wrapper_2SHgJ {
  background-color: #222223;
}

.unstaking_wrapperForm_27WHC {
}

.unstaking_footerBlock_3t3eG {
  border-top: solid 1px rgba(170,169,169, 0.3);
  margin: 20px 0 0;
  padding-top: 20px;
}

.unstaking_stepInfo_3BlqN {
}

.unstaking_inputCurrency_1D1wR {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 14px;
  color: #aaa9a9;
}

.trx-stake_wrapper_cQVKq {
  overflow: inherit;
  padding-bottom: 20px;
}

.theme-dark.electron .trx-stake_wrapper_cQVKq {
  background-color: #222223;
}

.trx-stake_wrapperForm_BnrI4 {
}

.trx-stake_footerBlock_2erAS {
  border-top: solid 1px rgba(170,169,169, 0.3);
  margin: 20px 0 0;
  padding-top: 20px;
}

.trx-stake_stepInfo_2NYgj {
}

.trx-stake_toggleAdvancedOptions_wYCW1 {
  font-size: 14px;
  margin-bottom: 20px;
}

.trx-stake_resourcesSelector_O9Emf {
  height: 28px;
  width: 120px;
  padding-left: 5px;
  margin-top: 6px;
}

.trx-stake_selectorsArrow_fys3q {
  top: 5px;
  right: 15px;
  width: 15px;
  height: 15px;
}

.trx-stake_selectorWrapper_1kyk3 {
  margin-left: 15px;
}

.trx-stake_valueWrapper_2lBuM {
  text-align: center;
  min-width: 40px;
}

.staking-trx_buttonsWrapper_2syPJ a {
  margin-right: 25px;
}

.trx-unstake_wrapper_2Jh93 {
  overflow: inherit;
  padding-bottom: 20px;
}

.trx-unstake_wrapperForm_1J5h_ {
}

.trx-unstake_footerBlock_1IgXW {
  border-top: solid 1px rgba(170,169,169, 0.3);
  margin: 20px 0 0;
  padding-top: 20px;
}

.trx-unstake_stepInfo_32HYE {
}

.trx-unstake_topUpWalletLink_1Q2fb {
  color: #E53935;
  text-decoration: underline;
}

.trx-unstake_resourcesSelector_39NEE {
  height: 28px;
  width: 120px;
  padding-left: 5px;
  margin-top: 6px;
}

.trx-unstake_selectorsArrow_2i7Bb {
  top: 5px;
  right: 15px;
  width: 15px;
  height: 15px;
}

.trx-unstake_selectorWrapper_3E1lk {
  margin-left: 15px;
}

.checkbox-slider_wrapper_3jfpZ,
.checkbox-slider_wrapperNoPadding_29Mie {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}

.checkbox-slider_wrapperNoPadding_29Mie {
  padding: 0;
}

.checkbox-slider_wrapper_3jfpZ .checkbox-slider_text_aCbIk {
  padding: 0;
}

.checkbox-slider_switch_31I4A,
.checkbox-slider_disabledSwitch_2gsv7 {
  position: relative;
  display: inline-block;
  width: 32px;
  min-width: 32px;
  height: 18px;
  margin-left: 10px;
}

.checkbox-slider_disabledSwitch_2gsv7 {
  opacity: 0.5;
}

.checkbox-slider_switch_31I4A input {
  opacity: 0;
  width: 0;
  height: 0;
}

.checkbox-slider_slider_2jyG9 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dadada;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}

.theme-dark .checkbox-slider_slider_2jyG9 {
  background-color: #232323;
}

.checkbox-slider_slider_2jyG9::before {
  position: absolute;
  content: '';
  height: 14px;
  width: 14px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

input.checkbox-slider_input_3W8zG:checked + span {
  background-color: #55b64e;
}

.theme-dark input.checkbox-slider_input_3W8zG:checked + span {
  background-color: #367432;
}

.theme-dark .checkbox-slider_slider_2jyG9::before {
  background: #303132;
}

input.checkbox-slider_input_3W8zG:checked + span::before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

.trx-delegation_wrapper_FRG4b {
  overflow: inherit;
  padding-bottom: 20px;
}

.trx-delegation_wrapperForm_AAl4w {
}

.trx-delegation_footerBlock_2ecuI {
  border-top: solid 1px rgba(170,169,169, 0.3);
  margin: 20px 0 0;
  padding-top: 20px;
}

.trx-delegation_stepInfo_1V_fP {
}

.trx-delegation_topUpWalletLink_9AjQg {
  color: #E53935;
  text-decoration: underline;
}

.trx-delegation_resourcesSelector_hPpcI {
  height: 28px;
  width: 120px;
  padding-left: 5px;
  margin-bottom: 0;
}

.trx-delegation_selectorsArrow_1iTjZ {
  top: 5px;
  right: 15px;
  width: 15px;
  height: 15px;
}

.trx-delegation_selectorWrapper_2Edqx {
  margin-left: 15px;
}

.trx-delegation_blocked_39tU5 {
  margin-bottom: 20px;
}

.register-address_wrapper_1eN9C {
  overflow: inherit;
  padding-bottom: 20px;
}

.theme-dark.electron .register-address_wrapper_1eN9C {
  background-color: #222223;
}

.register-address_wrapperForm_1NW9d {
}

.register-address_footerBlock_1LjsE {
  border-top: solid 1px rgba(170,169,169, 0.3);
  margin: 20px 0 0;
  padding-top: 20px;
}

.register-address_stepInfo_10roP {
}

.register-address_toggleAdvancedOptions_2H3dO {
  font-size: 14px;
  margin-bottom: 20px;
}

.register-address_noti_2s6SB {
  color: #aaa9a9;
  font-size: 12px;
  margin-top: 0;
}

.register-address_cruxPlaceholder_3fUVE {
  position: absolute;
  top: 17px;
  right: 15px;
  font-weight: bold;
  color: #455a64;
}

.theme-dark .register-address_cruxPlaceholder_3fUVE {
  color: #aaa9a9;
}

.register-address_loading_19Cz6 {
  position: absolute;
  right: -40px;
  top: 17px;
}

.register-address_loaderWrapper_77Kj_ {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #aaa9a9;
}

.select-wallets_emptyState_XAhEG {
  text-align: center;
  padding: 70px 0;
}

.select-wallets_walletElement_3DCgu {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

.select-wallets_walletWrapper_l7M3P {
  width: 75%;
}

.select-wallets_loadingOverlay_1TsMF {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  background-color: rgba(255,255,255, 0.8);
  z-index: 5;
  padding-top: 10%;
}

.theme-dark .select-wallets_loadingOverlay_1TsMF {
  background-color: rgba(48,49,50, 0.8);
}

.register-address_wrapper_26TQ6 {
  overflow: inherit;
  padding-bottom: 20px;
}

.theme-dark.electron .register-address_wrapper_26TQ6 {
  background-color: #222223;
}

.register-address_wrapperForm_3e-K3 {
}

.register-address_footerBlock_3Z7yI {
  border-top: solid 1px rgba(170,169,169, 0.3);
  margin: 20px 0 0;
  padding-top: 20px;
}

.register-address_stepInfo_3KQ39 {
}

.register-address_toggleAdvancedOptions_2WaRr {
  font-size: 14px;
  margin-bottom: 20px;
}

.register-address_noti_1TsY_ {
  color: #aaa9a9;
  font-size: 12px;
  margin-top: -10px;
}

.register-address_price_2QVrX {
  color: #50E3C2;
  font-size: 14px;
  margin-top: -10px;
}

.theme-dark .register-address_price_2QVrX {
  color: #70a800;
}

.register-address_cruxPlaceholder_1Q595 {
  position: absolute;
  top: 17px;
  right: 15px;
  font-weight: bold;
  color: #455a64;
}

.theme-dark .register-address_cruxPlaceholder_1Q595 {
  color: #aaa9a9;
}

.register-address_loading_r1jNw {
  position: absolute;
  right: -30px;
  top: 17px;
}

.register-address_loaderWrapper_nw9OW {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #aaa9a9;
}

.select-wallets_emptyState_DsDTN {
  text-align: center;
  padding: 70px 0;
}

.select-wallets_walletElement_2wwnI {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

.select-wallets_walletWrapper_n0l5F {
  width: 75%;
}

.select-wallets_loadingOverlay_1UvVd {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  background-color: rgba(255,255,255, 0.8);
  z-index: 5;
  padding-top: 10%;
}

.theme-dark .select-wallets_loadingOverlay_1UvVd {
  background-color: rgba(48,49,50, 0.8);
}

.select-wallets_wrapperButtons_1ckZK span {
  margin-right: 25px;
  color: #448aff;
  border-bottom: solid 1px #448aff;
  cursor: pointer;
}

.select-wallets_wrapperButtons_1ckZK span:hover {
  border-bottom: solid 1px #448aff;
}

.payment_wrapper_il1Ai {
  overflow: inherit;
  padding-bottom: 20px;
}

.theme-dark.electron .payment_wrapper_il1Ai {
  background-color: #222223;
}

.payment_wrapperForm_198v_ {
}

.payment_footerBlock_1Pswk {
  border-top: solid 1px rgba(170,169,169, 0.3);
  margin: 20px 0 0;
  padding-top: 20px;
}

.payment_stepInfo_1uVTe {
}

.payment_toggleAdvancedOptions_1VPsi {
  font-size: 14px;
  margin-bottom: 20px;
}

.payment_price_1lh7Y {
  color: #50E3C2;
  font-size: 14px;
  margin-top: 0;
}

.theme-dark .payment_price_1lh7Y {
  color: #70a800;
}

.payment_cruxPlaceholder_rUs4P {
  position: absolute;
  top: 17px;
  right: 15px;
  font-weight: bold;
  color: #455a64;
}

.theme-dark .payment_cruxPlaceholder_rUs4P {
  color: #aaa9a9;
}

.payment_loading_yzHa4 {
  position: absolute;
  right: -40px;
  top: 17px;
}

.payment_loaderWrapper_-TUdo {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #aaa9a9;
}

.payment_wrapperButtons_2l8Ri {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.payment_wrapperButtons_2l8Ri span {
  margin-right: 25px;
  color: #448aff;
  border-bottom: solid 1px #448aff;
  cursor: pointer;
}

.payment_wrapperButtons_2l8Ri span:hover {
  border-bottom: solid 1px #448aff;
}

.view-wallets_emptyState_3QoQH {
  text-align: center;
  padding: 70px 0;
}

.view-wallets_walletElement_2kbgg {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: solid 1px rgba(170,169,169, 0.2);
  padding: 15px 0;
}

.view-wallets_walletWrapper_2WbZO {
  width: 75%;
}

.view-wallets_loadingOverlay_21ee0 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  background-color: rgba(255,255,255, 0.8);
  z-index: 5;
  padding-top: 10%;
}

.theme-dark .view-wallets_loadingOverlay_21ee0 {
  background-color: rgba(48,49,50, 0.8);
}

.theme-dark .view-wallets_walletElement_2kbgg {
  color: #dadada;
}

.view-wallets_wrapperButtons_1WbSA span {
  margin-right: 25px;
  color: #448aff;
  border-bottom: solid 1px #448aff;
  cursor: pointer;
}

.view-wallets_wrapperButtons_1WbSA span:hover {
  border-bottom: solid 1px #448aff;
}

.view-wallets_copy_1dstd {
  font-size: 12px;
  margin-top: 5px;
  display: inline-block;
}

.view-wallets_copy_1dstd:hover {
  text-decoration: underline;
}

.view-wallets_address_V_Cq3 {
  font-size: 14px;
  word-break: break-all;
  line-height: 24px;
}

.select-wallets_emptyState_3MDXa {
  text-align: center;
  padding: 70px 0;
}

.select-wallets_walletElement_C4Y6O {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

.select-wallets_walletWrapper_30GAI {
  width: 75%;
}

.select-wallets_loadingOverlay_3kdSq {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  background-color: rgba(255,255,255, 0.8);
  z-index: 5;
  padding-top: 10%;
}

.theme-dark .select-wallets_loadingOverlay_3kdSq {
  background-color: rgba(48,49,50, 0.8);
}

.register-address_wrapper_206iA {
  overflow: inherit;
  padding-bottom: 20px;
}

.theme-dark.electron .register-address_wrapper_206iA {
  background-color: #222223;
}

.register-address_wrapperForm_2T04h {
}

.register-address_footerBlock_ykkuV {
  border-top: solid 1px rgba(170,169,169, 0.3);
  margin: 20px 0 0;
  padding-top: 20px;
}

.register-address_stepInfo_21oHe {
}

.register-address_toggleAdvancedOptions_30O0i {
  font-size: 14px;
  margin-bottom: 20px;
}

.register-address_cruxPlaceholder_1NliM {
  position: absolute;
  top: 17px;
  right: 15px;
  font-weight: bold;
  color: #455a64;
}

.theme-dark .register-address_cruxPlaceholder_1NliM {
  color: #aaa9a9;
}

.register-address_loading_amzhD {
  position: absolute;
  right: -40px;
  top: 17px;
}

.register-address_loaderWrapper_3Ysme {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #aaa9a9;
}

.payment-address_wrapper_5mibe {
  overflow: inherit;
  padding-bottom: 20px;
}

.theme-dark.electron .payment-address_wrapper_5mibe {
  background-color: #222223;
}

.payment-address_wrapperForm_177zD {
}

.payment-address_footerBlock_1eCrt {
  border-top: solid 1px rgba(170,169,169, 0.3);
  margin: 20px 0 0;
  padding-top: 20px;
}

.payment-address_stepInfo_1R7Yd {
}

.payment-address_toggleAdvancedOptions_324Sj {
  font-size: 14px;
  margin-bottom: 20px;
}

.payment-address_disable_2OF2z {
  color: #aaa9a9 !important;
}

.payment-address_currencyName_1j4o0 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.payment-address_listTicker_2Ca8g {
  min-width: 28px;
}

.payment-address_disable_2OF2z .payment-address_currencyName_1j4o0 > span {
  color: #aaa9a9;
}

.payment-address_currencyName_1j4o0 > span {
  color: #7190EB;
}

.payment-address_notEnoughFundsLabel_1qd8d {
  font-size: 10px;
  font-weight: 500;
}

.payment-address_cruxPlaceholder_30GLV {
  position: absolute;
  top: 17px;
  right: 15px;
  font-weight: bold;
  color: #455a64;
}

.theme-dark .payment-address_cruxPlaceholder_30GLV {
  color: #aaa9a9;
}

.payment-address_loading_KCy0Q {
  position: absolute;
  right: -40px;
  top: 17px;
}

.payment-address_loaderWrapper_253Ad {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #aaa9a9;
}

.payment-address_buttonsWrapper_1eFAb span {
  margin-right: 25px;
  color: #448aff;
  border-bottom: solid 1px #448aff;
  cursor: pointer;
}

.payment-address_wrapper_5mibe .payment-address_info_1GScW div {
  color: #455a64;
}

.payment-address_infoBlock_ZyH1U {
  margin: 30px 0 40px 0;
}

.payment-address_wrapper_5mibe .payment-address_bold_1jkbP {
  font-weight: 700;
}

.theme-dark .payment-address_wrapper_5mibe .payment-address_info_1GScW div {
  color: white;
}

.payment-address_buttonsWrapper_1eFAb span:hover {
  border-bottom: solid 1px #448aff;
}

.BchSplitMainPage_wrapper_137hu {
  overflow: inherit;
  padding-bottom: 20px;
  padding-top: 48px;
  min-height: 525px;
  margin: 0 auto;
}

.theme-dark.electron .BchSplitMainPage_wrapper_137hu {
  background-color: #222223;
}

.electron .BchSplitMainPage_wrapper_137hu {
  -ms-overflow-style: none;
  overflow-y: scroll;
}

.electron .BchSplitMainPage_wrapper_137hu::-webkit-scrollbar {
  display: none;
}

.BchSplitMainPage_loaderCircle_1246S {
  margin-right: 0;
}

.BchSplitMainPage_title_1jgsW {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  color: #455a63;
  text-align: center;
  margin: 0 0 10px;
}

.theme-dark .BchSplitMainPage_title_1jgsW {
  color: #fff;
}

.BchSplitMainPage_wrapperForm_3JPwJ {
}

.electron div.BchSplitMainPage_wrapperForm_3JPwJ {
  width: 54%;
}

div.BchSplitMainPage_customWrapperCurrencies_vx7VA {
  min-width: 297px;
  height: 69px;
  padding-top: 0;
}

.BchSplitMainPage_rightMessage_3qr08 > div {
  font-size: 12px !important;
  line-height: 20px;
}

.BchSplitMainPage_isWallet_1j8WI {
  padding-right: 130px;
  padding-left: 68px;
}

.BchSplitMainPage_loaderContainer_3DW0G {
  min-height: 535px;
  padding-top: 240px;
  text-align: center;
}

.BchSplitMainPage_currencyFromWallet_2joWt {
  position: absolute;
  left: 20px;
  top: 18px;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 2;
  color: #aaa9a9;
}

.BchSplitMainPage_footerBlock_varBH {
}

.BchSplitMainPage_stepInfo_1szIY {
}

.BchSplitMainPage_iconSwapWallets_2mf2w {
  z-index: 1;
  position: absolute;
  left: 290px;
  width: 14px;
  top: -15px;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.2s;
}

.BchSplitMainPage_iconSwapWallets_2mf2w:hover {
  opacity: 1;
}

.BchSplitMainPage_checkboxText_17zau > div {
  margin-top: -4px;
  color: rgba(170,169,169, 0.8);
}

.theme-dark .BchSplitMainPage_checkboxText_17zau > div {
  color: rgba(170,169,169, 0.8);
}

.BchSplitMainPage_loader_1iQRg {
  position: absolute;
  left: 70px;
  top: 15px;
}

.BchSplitMainPage_external_1r0Fv {
  margin: 0 0 -1px 3px;
}

.BchSplitMainPage_feeTooltipIcon_2Gn87 {
  width: 16px;
  height: 16px;
  background-image: url(/app/3586709d3f86beee7bf2dcd75e73514f.svg);
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 5px;
  position: relative;
}

.BchSplitMainPage_networkFeeTooltip_3d_tO {
  height: 38px;
  border-radius: 8px;
  padding-top: 10px;
  font-weight: 400;
  font-size: 12px;
}

.BchSplitMainPage_feeTooltip_3ftSq {
  position: absolute;
}

.BchSplitMainPage_feeTooltip_3ftSq div.BchSplitMainPage_networkFeeTooltip_3d_tO::after {
  left: 46%;
}

.BchSplitMainPage_userSelect_1eqaq {
  user-select: text;
}

div.BchSplitMainPage_inputWrapper_1iLZS,
.electron div.BchSplitMainPage_inputWrapper_1iLZS {
  margin-bottom: 0;
  width: 595px;
  border: 1px solid #a1a1a1;
}

.BchSplitMainPage_walletsWrapper_sLQ9t {
  border: none;
  margin: 0;
}

div.BchSplitMainPage_wrapperList_1iUuv {
  overflow-x: hidden;
  width: 297px;
  margin-top: 5px;
  border-radius: 5px;
  -ms-overflow-style: none;
  overflow-y: scroll;
}

div.BchSplitMainPage_wrapperList_1iUuv::-webkit-scrollbar {
  display: none;
}

div.BchSplitMainPage_marginTop_1n-HU {
  margin-top: 25px;
}

div.BchSplitMainPage_availableBlock_anqVE {
  justify-content: right;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-top: 3px;
}

.electron div.BchSplitMainPage_availableBlock_anqVE {
  justify-content: flex-end;
}

div.BchSplitMainPage_infoTitle_3Pktl {
  margin-right: 5px;
  color: #a1a1a1;
  font-size: 12px;
}

div.BchSplitMainPage_infoValue_2dPES {
  color: #455a63;
  font-size: 12px;
}

.theme-dark div.BchSplitMainPage_infoValue_2dPES {
  color: #fff;
}

.BchSplitMainPage_exchangeInfo_iPRP- {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.BchSplitMainPage_exchangeRate_1PlvO {
  display: flex;
  width: 295px;
  margin-left: 193px;
  margin-bottom: 5px;
}

div.BchSplitMainPage_exchangeNetworkFee_1qQun {
  margin-left: 193px;
  width: 295px;
  margin-bottom: 13px;
}

.BchSplitMainPage_resultBlock_2uaAP {
  margin: 20px 0;
  width: 100%;
  height: 56px;
  font-size: 16px;
  border-radius: 8px;
}

button.BchSplitMainPage_resultBlock_2uaAP:disabled {
  background-color: #d6d7f3;
  border: 1px solid #d6d7f3;
  opacity: 1;
}

div.BchSplitMainPage_currencyPairMsg_uAA2b {
  color: #7190EB;
}

.theme-dark .BchSplitMainPage_currencyPairMsg_uAA2b {
  color: #7190EB;
}

.BchSplitMainPage_insufficientFundsMsg_SevzF {
  padding: 7px 15px;
}

.BchSplitMainPage_errorInput_3Av2Q {
  overflow: visible;
  text-align: end;
}

.BchSplitMainPage_toWalletInput_2Qpt2 {
  width: 263px;
  height: 68px;
}

.BchSplitMainPage_inputWrapperClassName_2Yyt1 {
  height: 68px;
  border: none;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 29px;
  background: none;
  width: 261px;
  margin-bottom: 0;
}

.theme-dark .BchSplitMainPage_inputWrapperClassName_2Yyt1 {
  background: none;
}

.theme-dark .BchSplitMainPage_inputWrapperClassName_2Yyt1 span {
  color: white;
}

.BchSplitMainPage_errorInfo_3a4Zh {
  position: relative;
  text-align: center;
  width: 100%;
  top: -101px;
  color: #f35b51;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.BchSplitMainPage_blockerError_2m5tZ {
  color: #f35b51;
}

.BchSplitMainPage_feeWalletError_-2Pet {
  display: inline-block;
  border-bottom: 1px solid #f35b51;
  cursor: pointer;
}

.BchSplitMainPage_supportRef_QOSDE {
  color: #f35b51;
}

.BchSplitMainPage_supportRef_QOSDE:hover {
  text-decoration: none;
}

.BchSplitMainPage_wrapperForm_3JPwJ .BchSplitMainPage_undoButton_BMcyj {
  background: #44444f !important;
  border: none !important;
  position: relative;
  padding: 10px 60px;
}

.BchSplitMainPage_wrapperForm_3JPwJ .BchSplitMainPage_undoButton_BMcyj img {
  margin-right: 8px;
}

.BchSplitMainPage_timeToExecution_3qS5U {
  position: absolute;
  left: 271px;
  top: 20px;
  font-weight: 700;
  font-size: 14px;
}

.BchSplitMainPage_undoText_1q8H- {
  display: inline-block;
  height: 30px;
  padding-top: 6px;
}

.BchSplitMainPage_exchangeNotification_2gT2e {
  width: 595px;
  margin: 30px auto 0;
  text-align: center;
}

.BchSplitCompleteConfirm_wrapper_27YLF {
  overflow: hidden;
}

.theme-dark.electron .BchSplitCompleteConfirm_wrapper_27YLF {
  background-color: #222223;
}

.BchSplitCompleteConfirm_wrapperForm_oIm8_ {
}

.BchSplitCompleteConfirm_wrapperForm_oIm8_.BchSplitCompleteConfirm_lock_3To8_ {
  filter: blur(3px);
}

.BchSplitCompleteConfirm_headerTitles_29lMG {
  text-align: center;
  border-bottom: solid 1px rgba(170,169,169, 0.4);
  margin-bottom: 30px;
}

.BchSplitCompleteConfirm_headerTitles_29lMG h2 {
  color: #7190EB;
  margin: 5px 0 30px;
  font-size: 20px;
}

.BchSplitCompleteConfirm_headerTitles_29lMG h3 {
  color: #aaa9a9;
  margin: 0;
  font-weight: normal;
  font-size: 16px;
}

.BchSplitCompleteConfirm_separator_3jp_p {
  border-bottom: solid 1px rgba(170,169,169, 0.3);
  margin: 20px 0;
}

.BchSplitCompleteConfirm_captcha_bTJoI {
  display: flex;
  width: 100%;
  justify-content: left;
  margin-top: 40px;
  margin-bottom: 20px;
}

.BchSplitCompleteConfirm_footerBlock_2Ggv9 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.BchSplitCompleteConfirm_buttonsWrapper_PI36c span {
  margin-right: 25px;
  color: #448aff;
  border-bottom: solid 1px #448aff;
  cursor: pointer;
}

.BchSplitCompleteConfirm_buttonsWrapper_PI36c span:hover {
  border-bottom: solid 1px #448aff;
}

.BchSplitCompleteConfirm_stepInfo_1a2wb {
  font-size: 12px;
  color: #aaa9a9;
}

.BchSplitCompleteConfirm_feeInfoToggle_12_iG {
  font-size: 14px;
  color: #7190EB;
  margin-bottom: 20px;
  cursor: pointer;
}

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

.BchSplitCompleteConfirm_feeInfoToggle_12_iG img {
  width: 13px;
  margin-left: 5px;
}

.BchSplitCompleteConfirm_loaderWrapper_186Ku {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #aaa9a9;
}

.BchSplitCompleteConfirm_updateBalanceLink_pcfXK {
  color: #E53935;
  text-decoration: underline;
}

.BchSplitCompleteConfirm_wrapperCenterForm_3DP2t {
  margin: 50px auto;
  text-align: center;
}

.BchSplitCompleteConfirm_wrapperCenterForm_3DP2t img {
  margin-bottom: 40px;
}

.BchSplitCompleteConfirm_userSelect_25Tzq {
  user-select: text;
}

.banner-view_wrapper_1BEBJ {
  background: none !important;
  box-shadow: none;
}

.theme-dark.electron .banner-view_wrapper_1BEBJ {
  background-color: #222223;
}

.electron .banner-view_wrapper_1BEBJ {
  background: #fff !important;
}

.electron.theme-dark .banner-view_wrapper_1BEBJ {
  background: #222223 !important;
}

.banner-view_wrapperShadow_1weB4 {
  position: relative;
  border-radius: 5px;
  background: white;
  box-shadow: 0 0 5px rgba(121, 140, 229, 0.16);
  padding: 12px 35px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 117px;
}

.electron .banner-view_wrapperShadow_1weB4 {
  border-radius: 0;
}

.theme-dark .banner-view_wrapperShadow_1weB4 {
  background: #303132;
  box-shadow: none;
}

.theme-dark h4 {
  color: #fff;
}

.banner-view_wrapperShadow_1weB4 h4,
.banner-view_wrapperShadow_1weB4 p {
  margin: 0;
}

.banner-view_closeButton_2-XKL {
  position: absolute;
  top: 6px;
  right: 7px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.banner-view_closeButton_2-XKL svg {
  width: 68%;
  height: 70%;
  fill: #aaa9a9;
}

.banner-view_closeButton_2-XKL:hover svg {
  fill: #448aff;
}

.banner-view_info_1xmiy {
  min-height: 45px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 8px;
}

.banner-view_info_1xmiy h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}

.banner-view_info_1xmiy p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
}

.banner-view_info_1xmiy p a,
.banner-view_info_1xmiy p > img {
  margin-left: 5px;
}

.banner-view_info_1xmiy span {
  cursor: pointer;
}

.banner-view_refImage_3pzdo {
  width: 100px;
  margin-right: 35px;
}

.banner-view_refBannerWrapper_HrpZE {
  cursor: pointer;
}

.banners_container_1sn_2 {
  position: relative;
  min-height: 131px;
  margin-bottom: 15px;
}

.banners_item_2mSg8 {
  position: absolute;
  width: 100%;
}

.StakingClo_wrapper_15ckI {
  overflow: inherit;
  padding-bottom: 20px;
}

.theme-dark.electron .StakingClo_wrapper_15ckI {
  background-color: #222223;
}

.StakingClo_wrapperForm_1q7r2 {
}

.StakingClo_footerBlock_13_XU {
  border-top: solid 1px rgba(170,169,169, 0.3);
  margin: 20px 0 0;
  padding-top: 20px;
}

.StakingClo_stepInfo_1nsHk {
}

.StakingClo_toggleAdvancedOptions_MY8HC {
  font-size: 14px;
  margin-bottom: 20px;
}

.StakingClo_item_3UE3p {
  display: flex;
  flex-direction: row;
}

.StakingClo_item_3UE3p div {
  margin: 2px 0 0 5px;
}

.StakingClo_roundBlock_2QyxJ {
  font-size: 14px;
  font-weight: normal;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.hbar-add-token_wrapper_2-p8_ {
  overflow: inherit;
  padding-bottom: 20px;
}

.theme-dark.electron .hbar-add-token_wrapper_2-p8_ {
  background-color: #222223;
}

.hbar-add-token_wrapperForm_10myF {
}

.hbar-add-token_footerBlock_2yhVI {
  border-top: solid 1px rgba(170,169,169, 0.3);
  margin: 20px 0 0;
  padding-top: 20px;
}

.hbar-add-token_stepInfo_15lNY {
}

.hbar-add-token_toggleAdvancedOptions_2Phyo {
  font-size: 14px;
  margin-bottom: 20px;
}

.hbar-add-token_formControl_3pBAW:last-of-type input {
  margin-bottom: 15px;
}

.hbar-add-token_formControl_3pBAW:last-of-type .hbar-add-token_currencyFromWallet_35zbY {
  margin-top: -7.5px;
}

.hbar-add-token_visible_1AhEP {
  display: block !important;
}

.hbar-add-token_misk_1dHYl {
  display: none;
}

.hbar-add-token_misk_1dHYl div div {
  font-size: 12px;
}

.hbar-add-token_addLink_1cYeI {
  color: #7190EB;
  text-align: left;
  line-height: 24px;
  font-size: 14px;
  cursor: pointer;
  display: block;
  margin-top: 0;
}

.hbar-add-token_close_GJV-Q {
  position: absolute;
  right: 20px;
  top: 19px;
  width: 16px;
  height: 16px;
  opacity: 0.3;
  z-index: 1;
}

.hbar-add-token_close_GJV-Q:hover {
  opacity: 1;
}

.hbar-add-token_close_GJV-Q::before,
.hbar-add-token_close_GJV-Q::after {
  position: absolute;
  left: 7px;
  content: ' ';
  height: 16px;
  width: 2px;
  background-color: #333;
}

.hbar-add-token_close_GJV-Q::before {
  transform: rotate(45deg);
}

.theme-dark .hbar-add-token_close_GJV-Q::before,
.theme-dark .hbar-add-token_close_GJV-Q::after {
  background-color: #aaa9a9;
}

.hbar-add-token_close_GJV-Q::after {
  transform: rotate(-45deg);
}

.hbar-add-token_inputCustomButtons_26kSs {
  right: 46px;
}

.hbar-add-token_currencyFromWallet_35zbY {
  position: absolute;
  right: 44px;
  top: 50%;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 14px;
  z-index: 2;
  color: #aaa9a9;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 144px;
  margin-top: -12.5px;
}

.index_wrapper_1-G82 {
  overflow: inherit;
  padding-bottom: 20px;
}

.theme-dark.electron .index_wrapper_1-G82 {
  background-color: #222223;
}

.index_wrapperForm_29O1s {
}

.index_footerBlock_2QEPB {
  border-top: solid 1px rgba(170,169,169, 0.3);
  margin: 20px 0 0;
  padding-top: 20px;
}

.index_stepInfo_1b7Lw {
}

.index_toggleAdvancedOptions_2SvTn {
  font-size: 14px;
  margin-bottom: 20px;
}

.welcome_centerContainer_1Q44- {
  margin-top: 0;
}

.gray-block_wrapper_fNVpe {
  padding: 20px 30px;
  background: #424242;
}

.theme-dark .gray-block_wrapper_fNVpe {
  background: rgba(0,0,0, 0.5);
}

.responsive .gray-block_wrapper_fNVpe {
  padding: 20px 30px 0 30px;
  background: none;
}

.gray-block_wrapper_fNVpe ul {
  margin: 0;
  padding: 0;
}

.gray-block_wrapper_fNVpe ul li,
.gray-block_wrapper_fNVpe ul li a {
  color: rgba(255,255,255, 0.5);
}

.responsive .gray-block_wrapper_fNVpe ul li,
.responsive .gray-block_wrapper_fNVpe ul li a {
  color: #455a64;
}

.gray-block_wrapper_fNVpe ul li {
  list-style: square;
  padding: 5px 0;
  margin: 0 0 0 15px;
}

.gray-block_wrapper_fNVpe ul li span a {
  text-decoration: underline;
}

.gray-block_wrapper_fNVpe ul li span a:hover {
  color: white;
}

.white-block_wrapper_2WSSR {
  background-color: white;
  padding: 30px 40px 45px;
}

.electron .white-block_wrapper_2WSSR {
  margin-top: 0;
}

.theme-dark .white-block_wrapper_2WSSR {
  background: #303132;
}

.white-block_wrapper_2WSSR h2 {
  color: #7190EB;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 40px;
}

.white-block_wrapper_2WSSR h3 {
  font-size: 21px;
  color: #455a64;
  margin-bottom: 0;
  font-weight: 700;
}

.theme-dark .white-block_wrapper_2WSSR h3 {
  color: #7190EB;
}

.white-block_wrapper_2WSSR p {
  margin-bottom: 40px;
}

.white-block_wrapper_2WSSR h3 + p {
  margin-top: 5px;
}

.welcome-body_whiteBlock_Ql6uh {
  background-repeat: no-repeat;
  background-position: center 5px;
  background-image: url(/app/ceb5040617c003b0315897e3209e7401.svg);
}

.welcome-body_whiteBlock_Ql6uh p {
  line-height: 24px;
}

.welcome-body_button_V-_rZ {
  width: 100%;
  margin-bottom: 15px;
}

.notification_notification_2E5bE {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100vw;
  height: 97px;
  left: 0;
  transition: bottom 0.3s;
  z-index: 9000;
  background: #323232;
}

.notification_rightBlock_1mKt7 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50vw;
}

.notification_leftBlock_3Dvoz {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50vw;
}

.notification_storeButton_Wo6OA {
  background: linear-gradient(180deg, #91adfa 0%, #798ce5 100%);
  border-radius: 8px;
}

.notification_logo_1PerA {
  background: #fff;
  border-radius: 20px;
  width: 64px;
  height: 64px;
  margin-right: 10px;
}

.notification_text_3GYxd {
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}

.notification_close_3hGCK {
  position: absolute;
  top: 10px;
  right: 10px;
}

.notification_reviews_1o_gR {
  color: #98989f;
}

.rating_starsList_U8Vwl {
  display: flex;
  padding: 0;
  margin: 0;
}

.rating_starsItem_IiiV- {
  list-style-type: none;
}

.welcom-body-electrom_main_3vkSi {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 330px;
  height: 207px;
  top: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  z-index: 100;
}

.welcom-body-electrom_mainLogo_D7Ce0 img {
  width: 210px;
  height: 49px;
}

.welcom-body-electrom_mainLogo_D7Ce0 {
  margin-bottom: 40px;
}

.welcom-body-electrom_main_3vkSi button.welcom-body-electrom_buttonCreate_1gdFP {
  background-color: #fff;
  color: #7190eb;
  background-image: none;
  width: 330px;
  height: 54px;
  font-size: 16px;
  line-height: 22px;
}

.welcom-body-electrom_main_3vkSi button.welcom-body-electrom_buttonRestore_1ltDB {
  background-color: transparent;
  color: #fff;
  background-image: none;
  width: 330px;
  height: 54px;
  font-size: 16px;
  line-height: 22px;
}

.welcom-body-electrom_main_3vkSi > a {
  margin-bottom: 20px;
}

.welcom-body-electrom_info_1nMFP {
  text-align: center;
  z-index: 100;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 94%;
  width: 330px;
}

.welcom-body-electrom_info_1nMFP a {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.welcom-body-electrom_infoLogo_3rQgi {
  margin-right: 5px;
  display: inline-block;
  width: 24px;
  position: relative;
}

.welcom-body-electrom_infoLogo_3rQgi img {
  position: absolute;
  left: 0;
  top: -18px;
}

.new-electron-background-logo_background_UMDuM {
  width: 100%;
  height: 100vh;
  background-color: #7190eb;
  position: fixed;
  top: 0;
  left: 0;
}

.new-electron-background-logo_wrapper_1kY_e {
  width: 1440px;
  height: 100%;
  margin: 0 auto;
}

.new-electron-background-logo_wrapper_1kY_e a {
  font-size: 16px;
  line-height: 22px;
}

.new-electron-background-logo_mainLogo_U_5Tw img {
  width: 210px;
  height: 49px;
}

.new-electron-background-logo_mainLogo_U_5Tw {
  margin-bottom: 40px;
}

.new-electron-background-logo_backgroundLogo_22cs_ {
  opacity: 0.05;
}

.new-electron-background-logo_backgroundLogo_22cs_ img {
  display: block;
}

.new-electron-background-logo_logoBg_jJA-X {
  height: 150%;
  position: absolute;
  right: -400px;
}

.import-wallets_icon_21kLx {
}

.import-wallets_clearPassIconBlue_ozUg_ {
}

.import-wallets_clearPassIcon_11cmO {
}

.import-wallets_leftIcon_3hFR3 {
  top: auto;
  bottom: 13px;
  right: 46px;
}

.import-wallets_rightIcon_1FuZW {
  top: auto;
  bottom: 13px;
  right: 18px;
}

.electron .import-wallets_rightIcon_1FuZW,
.electron .import-wallets_leftIcon_3hFR3 {
  top: 20px;
}

.import-wallets_showPassIconBlue_1kpxc {
}

.import-wallets_showPassIcon_3W54G {
}

.import-wallets_hidePassIconBlue_n6QTX {
}

.import-wallets_hidePassIcon_1o5UF {
}

.import-wallets_bigDot_1yRkR {
}

.import-wallets_error_2mcfv {
}

.import-wallets_centerContainer_2F4IB {
  width: 575px;
  margin-top: 0;
}

.electron .import-wallets_centerContainer_2F4IB {
  overflow: auto;
  margin-top: 0;
  overflow-x: hidden;
  margin-bottom: 40px;
}

.import-wallets_inlineButtons_2nU-0 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.import-wallets_wrapperContainerWallets_3Poum {
  margin: 40px 0 20px;
}

.import-wallets_wrapperWalletsList_4cv8g {
  border-bottom: solid 1px rgba(0,0,0, 0.1);
}

.import-wallets_wrapperContainerWallets_3Poum h3 {
  margin-bottom: 20px;
}

.import-wallets_emptyWallets_Kj_xY {
  text-align: center;
  width: 100%;
  margin: 50px 0;
  color: #aaa9a9;
  font-size: 14px;
}

.import-wallets_iconClose_3mSCo {
  position: absolute;
  right: 0;
  top: 22px;
  width: 10px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.2s;
  cursor: pointer;
}

.import-wallets_walletBlock_3BHMa:hover .import-wallets_iconClose_3mSCo {
  opacity: 1;
  z-index: 1;
  border-bottom-color: #d5d9f2;
}

.import-wallets_wrapperImportBlock_2X-Eq {
  padding: 20px;
  margin: 0 -20px;
  border-radius: 5px;
  background: #7190EB;
}

.theme-dark .import-wallets_wrapperImportBlock_2X-Eq {
  background: rgba(0,0,0, 0.1);
}

h3.import-wallets_headerImport_zPD5e {
  margin-top: 34px;
  margin-bottom: 16px;
}

p.import-wallets_descriptionImport_1wVMh {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 155%;
  letter-spacing: 0.1px;
  color: #656565;
}

.import-wallets_toggleRestoreType_3Zyd9 {
  width: 492px !important;
  display: inline-block;
  margin: 16px auto !important;
  padding: 0 !important;
  text-align: end;
}

.import-wallets_toggleAdvancedOptions_19IbQ {
  margin-top: 0;
  float: none;
  display: inline-block;
  margin-bottom: 21px;
  width: 100%;
  text-align: end;
  margin-right: 20%;
}

.import-wallets_dragAndDropArea_1_cYc {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  width: 492px;
  height: 230px;
  margin-bottom: 20px;
  text-align: center;
  border: 1px dashed #c4c4c4;
  border-radius: 5px;
  padding: 20px;
  flex-direction: row;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.1px;
  color: #656565;
  position: relative;
}

.theme-dark .import-wallets_dragAndDropArea_1_cYc {
  box-shadow: none;
  background: none;
  border-color: #979797;
}

.theme-dark .import-wallets_textarea_17WIt {
  box-shadow: none;
  background: none;
}

.import-wallets_dragAndDropArea_1_cYc img {
  margin-top: 8px;
  margin-bottom: 26px;
}

.import-wallets_dragAndDropArea_1_cYc.import-wallets_isDraging_16Yj6 {
  border: dashed 1px #7190EB;
}

.import-wallets_h3_3HHoB,
.import-wallets_p_2VogS {
  color: #455a64;
  text-align: center;
  margin-top: 0;
}

.theme-dark .import-wallets_h3_3HHoB {
  color: white;
}

.theme-dark .import-wallets_p_2VogS {
  color: white;
}

.import-wallets_p_2VogS.import-wallets_isMobile_3TGKO,
.import-wallets_inputFieldset_1RS6q.import-wallets_isMobile_3TGKO,
.import-wallets_dragAndDropArea_1_cYc.import-wallets_isMobile_3TGKO {
  height: auto !important;
  width: auto !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.import-wallets_inputFieldset_1RS6q.import-wallets_isMobile_3TGKO {
  margin-top: 15px !important;
}

.import-wallets_wrapperAddButton_3X4hf.import-wallets_isMobile_3TGKO {
  height: auto !important;
  width: auto !important;
  margin-top: 20px !important;
  margin-bottom: 5px !important;
}

.import-wallets_toggleRestoreType_3Zyd9.import-wallets_isMobile_3TGKO {
  width: 100% !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.import-wallets_textareaFieldset_30D9y {
  text-align: start;
  width: 100%;
  border: 1px solid #979797;
  box-sizing: border-box;
  border-radius: 3px;
  margin: -6px 0 0 0;
  padding: 14px 24px;
}

.import-wallets_textareaLegend_2lFQ4 {
  font-size: 12px !important;
  line-height: 14px !important;
  margin: 0 !important;
  margin-left: -5px !important;
}

.import-wallets_textarea_17WIt {
  margin: 0;
  padding: 0;
  border: none;
  overflow-x: hidden;
  height: 150px;
  color: #455a64;
  font-size: 12px;
}

.import-wallets_buttonUpload_3DdWu {
  overflow: hidden;
  position: relative;
  background: #55b64e;
}

.import-wallets_dragText_1NcS8 {
  color: #979797;
  margin-bottom: 10px;
}

.import-wallets_buttonUpload_3DdWu:hover {
  background: #48ac40 !important;
}

.theme-dark .import-wallets_buttonUpload_3DdWu {
  background: #367432;
}

.theme-dark .import-wallets_buttonUpload_3DdWu:hover {
  background: #206b1b !important;
}

.import-wallets_inputUpload_3Px7e {
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
}

.import-wallets_file_BG8zP {
  width: fit-content;
  margin: auto;
}

.import-wallets_fileTitle_1zhGa {
  color: #455a64;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  max-width: 180px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.theme-dark .import-wallets_fileTitle_1zhGa {
  color: #e4e4e4;
}

.import-wallets_wrapperAddButton_3X4hf {
  display: flex;
  height: 44px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.import-wallets_closeIcon_20Pr0 {
  position: absolute;
  top: 0;
  right: -28px;
  margin: 0 !important;
  padding: 0 !important;
}

.import-wallets_errorPrivateKey_1teFs {
  position: absolute;
  top: 100%;
  left: 4px;
  font-size: 11px;
  color: #f35b51;
  width: 100%;
  height: 24px !important;
  padding: 5px 10px;
  z-index: 2;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: none;
}

.import-wallets_checkbox_1gDIZ {
  margin-top: 0;
  margin-bottom: 20px;
}

.import-wallets_fakeDragAndDropArea_31Pxt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 10;
}

.import-wallets_fakeDragAndDropArea_31Pxt.import-wallets_isVisible_2HqJ2 {
  display: block;
}

.import-wallets_buttonText_3w7Lg {
  vertical-align: baseline;
  width: 100%;
  margin-right: 0 !important;
}

.import-wallets_inputPassword_6JBqJ {
  border: none;
  margin: 0;
  padding: 0;
  width: calc(100% - 66px);
  height: 36px;
  transition: font-size 0ms;
  padding-left: 14px;
}

.theme-dark .import-wallets_inputFieldset_1RS6q input {
  background: none !important;
}

.import-wallets_inputFieldset_1RS6q input {
  background: none !important;
}

.import-wallets_inputFieldset_1RS6q {
  border: 1px solid #979797;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 26px;
  padding: 3px 0 5px 0;
  width: 492px;
  position: relative !important;
}

.import-wallets_inputFieldset_1RS6q span {
  margin: 0 !important;
}

.import-wallets_inputFieldset_1RS6q div {
  width: 100%;
}

.import-wallets_inputLegend_1-VeE {
  font-size: 12px;
  line-height: 14px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 9px;
  color: #979797;
}

.import-wallets_inputShowPass_2Sa_l {
  position: absolute;
  right: 5%;
  top: 5%;
}

.import-wallets_inputFocus_MPq7n {
  border-color: #7190EB;
  color: #7190EB;
}

.import-wallets_iconRestore_3k2mR {
  width: 114px;
  height: 114px;
  background-image: url(/app/9905fdd26ac8f33d2a6c091e57c26111.svg);
  margin: 0 auto 10px auto;
  background-repeat: no-repeat;
  background-position: center;
}

.import-wallets_iconRestoreWrapper_3Ihxp {
  align-self: flex-start;
}

.import-wallets_iconDrop_1xFjr {
  width: 114px;
  height: 114px;
  margin: 1px auto 32px auto;
  background-image: url(/app/8657e78275d88b60c1850b9bf632bd76.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.theme-dark .import-wallets_iconRestore_3k2mR {
  background-image: url(/app/51ff75b4672503c80736ce69682ff53a.svg);
}

.theme-dark .import-wallets_iconDrop_1xFjr {
  background-image: url(/app/0e8a5b79bc2a7187fd78088e2118a7b1.svg);
}

.import-wallets_pasteButton_wBdeO {
  position: absolute;
  top: 35px;
  right: 46px;
  color: #656565 !important;
  border-color: #c4c4c4 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 63px !important;
  height: 24px !important;
  font-size: 12px !important;
  background-color: white !important;
}

.theme-dark .import-wallets_pasteButton_wBdeO {
  background-color: #303132 !important;
}

.import-wallets_mobileButton_3lail {
  width: 100% !important;
}

.menu_menu_3XsCP {
  margin: -30px -40px 20px;
}

.menu_active_1pWvh {
}

nav.menu_menu_3XsCP a {
  font-size: 16px;
  padding: 15px 15px;
}

.recovery-phrase_recoveryWrapper_1cuB9 {
  margin-bottom: -25px;
}

.recovery-phrase_recoveryWrapper_1cuB9 h3 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #455a64;
  margin-top: 34px;
  margin-bottom: 16px;
}

.recovery-phrase_recoveryWrapper_1cuB9 p {
  font-size: 16px;
  line-height: 155%;
  letter-spacing: 0.1px;
  color: #656565;
  margin-bottom: 20px;
}

.recovery-phrase_recoveryWrapper_1cuB9 p span {
  position: relative;
}

.recovery-phrase_infoIcon_28F_z {
  width: 16px;
  position: absolute;
  top: 1px;
  left: -4px;
}

.recovery-phrase_wrapperImportBlock_1vjwd {
  padding: 20px 20px 24px;
  margin: 0 -20px;
  border-radius: 5px;
  background: #7190EB;
}

.theme-dark .recovery-phrase_wrapperImportBlock_1vjwd {
  background: rgba(0,0,0, 0.1);
}

/* form field */

.recovery-phrase_textarea_2PDKK {
  height: 74px;
  line-height: 22px;
  letter-spacing: 0.1px;
  color: #979797;
  padding: 15px 120px 0 20px;
  margin-bottom: 30px;
}

.recovery-phrase_hideMnemonic_14TMW {
  -webkit-text-security: disc;
}

.recovery-phrase_secureNoteWrapper_39TdI {
  position: absolute;
  top: 17px;
  right: 20px;
}

.recovery-phrase_secureNote_19oRu {
  font-size: 16px;
}

.recovery-phrase_secureNote_19oRu img {
  width: 23px;
}

.recovery-phrase_wrapperAddButton_3bBET {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.recovery-phrase_wrapperAddButton_3bBET button {
  white-space: nowrap;
}

.recovery-phrase_wrapperQrScanner_dB2s3 {
  position: absolute;
  right: 20px;
  top: 19px;
}

.recovery-phrase_tooltipRed_3GuNi > div {
  background-color: #E53935 !important;
}

.recovery-phrase_tooltipRed_3GuNi > div::after {
  border-top-color: #E53935;
}

.recovery-phrase_themeWhite_2ABI2 .recovery-phrase_inputMnemonicPhrase_1k3VN {
  border: none;
}

.recovery-phrase_inputMnemonicPhrase_1k3VN {
  padding-right: 40px;
}

.recovery-phrase_buttonRestore_qu5ZQ {
  width: 154px;
  font-size: 16px;
}

.recovery-phrase_themeWhite_2ABI2 .recovery-phrase_buttonRestore_qu5ZQ {
  border-color: white;
  color: #7190EB;
}

.recovery-phrase_showPassIconBlue_3W_q1 {
  background-image: url(/app/f3cae1856e92addbdc7e8b6fb29b03a1.svg);
  cursor: pointer;
}

.recovery-phrase_hidePassIconBlue_3MdXj {
  background-image: url(/app/782816c9b0323fd34c79cc85bb1b961a.svg);
  cursor: pointer;
}

.recovery-phrase_icon_39oOt {
  width: 24px;
  height: 24px;
}

.recovery-phrase_rightIcon_-C76X {
  right: 47px !important;
}

.recovery-phrase_leftIcon_k6Gkg {
  position: absolute;
  right: 15px;
  top: 14px;
}

.recovery-phrase_currencyItem_1sg7L {
  display: flex;
}

.recovery-phrase_currencyItem_1sg7L:not(:last-child) {
  margin-bottom: 22px;
}

.recovery-phrase_currencyText_4sJU2 {
  margin-left: 16px;
}

.recovery-phrase_currencyName_2L456 {
  color: #fff;
}

.recovery-phrase_currencyTicker_3grPu {
  color: #aaa9a9;
}

.recovery-phrase_currencyCheck_2RUzm {
  margin: 0 0 0 auto;
}

.electron .import_wrapper_2ki_e {
  margin-top: 20px;
}

.set-password_wrapper_2jxsf {
  height: 436px;
  padding: 39px 55px 45px;
}

.set-password_input_3vi6i {
  margin-bottom: 20px;
}

.set-password_inputPasswordMediumLvl_34rF2 {
  padding-right: 169px;
}

.set-password_inputPasswordWellDoneLvl_2CT3f {
  padding-right: 178px;
}

.set-password_inputPasswordMediumRareOrWellLvl_BrLbC {
  padding-right: 196px;
}

.set-password_inputConfirmPassword_z8LJq {
  padding-right: 145px;
}

.set-password_secureNoteWrapper_VSYhY {
  position: absolute;
  top: 17px;
  right: 20px;
}

.set-password_buttonsWrapper_1L0hw {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.set-password_passwordSecurity_20xFW {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 12px;
  color: #aaa9a9;
}

h3.set-password_header_1QTlu {
  font-weight: bold;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 20px;
  margin-top: 0;
}

.theme-dark h3.set-password_header_1QTlu {
  color: #fff;
}

p.set-password_description_1oGRo {
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.1px;
  color: #455a64;
  margin-bottom: 32px;
}

.theme-dark p.set-password_description_1oGRo {
  color: rgba(255, 255, 255, 0.8);
}

.set-password_footerBlock_3aFLb {
  margin: 15px 0 0;
  padding-top: 0;
  border-top: none;
}

.set-password_stepInfo_I57BP {
}

.theme-dark .set-password_stepInfo_I57BP {
  color: #aaa9a9;
}

.set-password_footerBlock_3aFLb span {
  font-family: Roboto, sans-serif;
  margin-right: 22px;
  color: #448aff;
  padding-bottom: 2px;
  border-bottom: solid 1px #448aff;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
}

.theme-dark .set-password_footerBlock_3aFLb span {
  color: #448aff;
  border-bottom: solid 1px #448aff;
}

.set-password_footerBlock_3aFLb button {
  width: 226px;
  font-size: 16px;
  padding-left: 10px;
}

.create-wallets_whiteBlock_-UwGM ul {
  padding: 0;
  margin: -20px 0 0;
}

.create-wallets_whiteBlock_-UwGM ul li {
  margin-left: 17px;
  list-style: square;
  margin-bottom: 20px;
  margin-top: 0;
  padding: 0;
  line-height: 21px;
  color: #7190EB;
}

.create-wallets_whiteBlock_-UwGM ul li span {
  color: #424242;
}

.theme-dark .create-wallets_whiteBlock_-UwGM ul li span {
  color: rgba(255,255,255, 0.9);
}

.create-wallets_loader_22o93 {
  width: 48px;
  margin-bottom: 15px;
}

.create-wallets_center_16qK- {
  justify-content: center;
  flex-direction: column;
  display: flex;
  width: 100%;
  align-items: center;
  min-height: 100%;
  font-size: 14px;
  margin-top: 100px;
  text-align: center;
  height: 98px;
}

.create-wallets_button_8F4aP {
  width: 100%;
}

.create-wallets_progressBar_39C-I {
  height: 6px;
  width: 350px;
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
  position: relative;
  margin-top: 20px;
}

.create-wallets_progressBar_39C-I div {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  transition: width 0.3s;
  background: #7190EB;
}

.create-wallets_createTitle_D6PbU {
  height: 24px;
}

.create-wallets_loaderCreateWallet_1Q_Hv {
  height: 20px;
}

.progressbar_progressBar_3v-XZ {
  height: 6px;
  width: 350px;
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
  position: relative;
  margin-top: 20px;
}

.progressbar_progressBar_3v-XZ div {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  transition: width 0.3s;
  background: #7190EB;
}

.create_centerContainer_1c1nJ {
  margin-top: 0;
}

.create-wallets-mnemonic_wrapper_WP17N {
  padding: 46px 55px 45px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  height: 498px;
}

h3.create-wallets-mnemonic_header_31yyQ {
  font-weight: bold;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 24px;
  margin-top: -7px;
}

.theme-dark h3.create-wallets-mnemonic_header_31yyQ {
  color: #fff;
}

p.create-wallets-mnemonic_description_1i3Pm {
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.1px;
  color: #455a64;
  margin-bottom: 37px;
}

.theme-dark p.create-wallets-mnemonic_description_1i3Pm {
  color: rgba(255, 255, 255, 0.8);
}

.create-wallets-mnemonic_recoveryPhraseBlock_3Ii0g {
  height: 118px;
  margin-top: 32px;
  border-radius: 3px;
  margin-bottom: 50px;
  background: #f1f1f1;
  position: relative;
}

.theme-dark .create-wallets-mnemonic_recoveryPhraseBlock_3Ii0g {
  background: rgba(0, 0, 0, 0.1);
}

.create-wallets-mnemonic_notRevealedBlock_3sD93 {
  background: rgba(0, 0, 0, 0.6);
  color: white;
  width: 100%;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  height: 118px;
  z-index: 1;
  cursor: pointer;
}

.theme-dark .create-wallets-mnemonic_notRevealedBlock_3sD93 {
  background: rgba(109, 109, 109, 0.6);
}

.create-wallets-mnemonic_recoveryPhraseWrapper_24kD1 {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  position: relative;
}

.create-wallets-mnemonic_copyInfo_3kksI {
  color: #55b64e;
  position: absolute;
  top: 124px;
  font-size: 14px;
  line-height: 16px;
}

.theme-dark .create-wallets-mnemonic_copyInfo_3kksI {
  color: #70a800;
}

.create-wallets-mnemonic_recoveryPhrase_3KY4p {
  font-family: Roboto Mono, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -0.1px;
  padding: 6px 24px 21px;
  color: #455a64;
  word-spacing: 3px;
  cursor: pointer;
}

.theme-dark .create-wallets-mnemonic_recoveryPhrase_3KY4p {
  color: #d1d1d1;
}

.create-wallets-mnemonic_blur_1WJzu {
  filter: blur(6px);
  color: black;
}

.create-wallets-mnemonic_lockContent_3xjJu {
  padding: 16px 47px;
}

.create-wallets-mnemonic_lockSvg_3YQAq {
  text-align: center;
}

p.create-wallets-mnemonic_lockText_3KDIt {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  margin-top: 5px;
  margin-bottom: 0;
}

.create-wallets-mnemonic_footerBlock_2hI68 {
  margin: 0;
  padding-top: 0;
  border-top: none;
}

.create-wallets-mnemonic_stepInfo_kkdLj {
}

.theme-dark .create-wallets-mnemonic_stepInfo_kkdLj {
  color: #aaa9a9;
}

.create-wallets-mnemonic_footerBlock_2hI68 span {
  margin-right: 22px;
  color: #448aff;
  padding-bottom: 2px;
  border-bottom: solid 1px #448aff;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
}

.theme-dark .create-wallets-mnemonic_footerBlock_2hI68 span {
  color: #448aff;
  border-bottom: solid 1px #448aff;
}

.create-wallets-mnemonic_buttonSave_2xgqt {
  width: 200px;
}

.step-check_wrapper_W2whE {
  padding: 39px 55px 45px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  height: 498px;
}

h3.step-check_header_1yGP7 {
  font-weight: bold;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 22px;
  margin-top: 0;
}

.theme-dark h3.step-check_header_1yGP7 {
  color: #fff;
}

p.step-check_description_NdeOH {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.1px;
  color: #455a64;
  margin-bottom: 32px;
}

.theme-dark p.step-check_description_NdeOH {
  color: rgba(255, 255, 255, 0.8);
}

.step-check_testWordsWrapper_3SzBt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
  position: relative;
}

.step-check_testWord_3e3fF {
  width: 172px;
  height: 42px;
  background: #fff;
  border: 1px dashed #979797;
  box-sizing: border-box;
  border-radius: 12px;
  margin-bottom: 10px;
  cursor: pointer;
}

.theme-dark .step-check_testWord_3e3fF {
  background: rgba(0, 0, 0, 0.1);
}

.step-check_testWord_3e3fF p {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: -0.1px;
  color: #979797;
  margin-top: 10px;
}

.step-check_activeTestWord_3eyHW,
.theme-dark .step-check_activeTestWord_3eyHW {
  background-color: #7190EB;
}

.step-check_activeTestWord_3eyHW p,
.theme-dark .step-check_activeTestWord_3eyHW p {
  color: #fff;
}

.step-check_correctWord_3jns6 {
  border-color: #f35b51;
}

.theme-dark .step-check_correctWord_3jns6 {
  color: #e53935;
}

.step-check_correctWord_3jns6 p {
  border-color: #f35b51;
}

.step-check_error_2E1rr {
  color: #f35b51;
  position: absolute;
  width: 400px;
  height: 17px;
  left: 17px;
  top: 206px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.1px;
}

.theme-dark .step-check_error_2E1rr,
.theme-dark .step-check_correctWord_3jns6 p {
  color: #e53935;
}

.step-check_footerBlock_1uKOE {
  margin: 0;
  padding-top: 0;
  border-top: none;
}

.step-check_stepInfo_3csqH {
}

.theme-dark .step-check_stepInfo_3csqH {
  color: #aaa9a9;
}

.step-check_footerBlock_1uKOE span {
  font-family: Roboto, sans-serif;
  margin-right: 22px;
  color: #448aff;
  padding-bottom: 2px;
  border-bottom: solid 1px #448aff;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
}

.theme-dark .step-check_footerBlock_1uKOE span {
  color: #448aff;
  border-bottom: solid 1px #448aff;
}

.step-check_buttonConfirm_3DRoN {
  width: 200px;
}

.step-check_devModeHint_2AV9k::before {
  position: absolute;
  content: '😉';
}

.create-mnemonic_centerContainer_F9T6R {
  margin-top: 0;
}

.panel-left_wrapper_iBuGS {
  margin-bottom: 20px;
  margin-top: 1px;
}

.panel-left_wrapper_iBuGS.panel-left_radius_3cQYt {
  border-radius: 5px;
  box-shadow: 0 0 0 1px #e4e4e4;
}

.theme-dark .panel-left_wrapper_iBuGS.panel-left_radius_3cQYt {
  border: none;
  box-shadow: none;
}

.electron .panel-left_wrapper_iBuGS {
  border-radius: 0;
  border: none;
}

.theme-dark.electron .panel-left_wrapper_iBuGS {
  background-image: linear-gradient(90deg, rgba(47, 49, 51, 1) 0%, rgba(46, 46, 49, 1) 100%) !important;
}

.panel-left_body_1LpXx {
  padding: 20px;
  font-size: 14px;
  line-height: 24px;
}

.theme-dark .panel-left_body_1LpXx {
  color: rgba(255,255,255, 0.8);
}

.panel-left_body_1LpXx ul {
  margin: 0;
  padding: 0;
}

.panel-left_body_1LpXx ul li {
  margin-left: 20px;
}

.electron .panel-left_body_1LpXx ul li {
  margin-left: 12px;
}

.panel-left_body_1LpXx ul li img {
  margin-left: 5px;
  opacity: 0;
  transition: opacity 0.2s;
}

.panel-left_body_1LpXx ul li:hover img {
  opacity: 1;
}

.panel-left_title_mjveD {
  padding: 15px 20px;
  font-size: 18px;
  color: #7190EB;
  border-top: solid 1px rgba(170,169,169, 0.2);
  border-bottom: solid 1px rgba(170,169,169, 0.2);
}

.electron .panel-left_title_mjveD {
  border-bottom: solid 1px rgba(170, 169, 169, 0.5);
  padding: 13px 20px 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.theme-dark .panel-left_title_mjveD {
  border-color: rgba(0,0,0, 0.2);
}

.panel-left_title_mjveD:first-child {
  border-top: none;
}

.menu-settings_menu_1P5Hb {
  border-bottom: none;
}

.menu-settings_menu_1P5Hb a,
.menu-settings_menu_1P5Hb p {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #455a64;
  text-decoration: none;
  border-bottom: none;
}

.menu-settings_menu_1P5Hb a:hover {
  text-decoration: none;
  border-bottom: none;
  background-color: #fafafa;
}

.theme-dark .menu-settings_menu_1P5Hb {
  border-bottom: none;
}

.theme-dark .menu-settings_menu_1P5Hb a {
  text-decoration: none;
  border-bottom: none;
}

.theme-dark .menu-settings_menu_1P5Hb a:hover {
  text-decoration: none;
  border-bottom: none;
  background-color: #2b2b2b;
}

.electron .menu-settings_menu_1P5Hb {
  border: none;
  box-shadow: none;
}

.theme-dark.electron .menu-settings_menu_1P5Hb {
  background: none;
}

.menu-settings_active_2110s {
  background-color: rgba(113, 144, 235, 0.1);
}

.menu-settings_active_2110s:hover {
  background-color: rgba(113, 144, 235, 0.1) !important;
}

.theme-dark .menu-settings_active_2110s {
  background-color: #252525;
}

.theme-dark .menu-settings_active_2110s:hover {
  background-color: #252525 !important;
}

.menu-settings_navUl_Pr807.menu-settings_isElectron_1UrUJ {
  border: none;
}

.menu-settings_navUl_Pr807 {
  list-style-type: none;
  width: 100%;
  min-height: 557px;
}

.menu-settings_navUl_Pr807 li {
  margin-left: 0 !important;
}

.menu-settings_navUl_Pr807 h3 {
  margin-top: 15px;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.078px;
  text-transform: uppercase;
  color: #c4c4c4;
  border-bottom: solid 1px #e4e4e4;
  width: calc(100% + 8px);
  padding-bottom: 7px;
  margin-bottom: 0;
  margin-left: 12px;
}

.theme-dark .menu-settings_navUl_Pr807 h3 {
  color: #5a5a5e;
  border-bottom-color: #3a3a3c;
}

.menu-settings_navUl_Pr807 li a {
  position: relative;
  left: -20px;
  width: calc(100% + 40px);
  margin: 0;
  padding: 19px 32px;
  display: flex;
  align-items: center;
}

.menu-settings_navUl_Pr807 li a img {
  opacity: 100 !important;
  margin-left: 0 !important;
  margin-right: 24px;
}

.menu-settings_withCheckbox_2aydx {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  color: rgba(69, 90, 100, 0.9);
  padding: 3px 0 3px 12px;
}

.theme-dark .menu-settings_withCheckbox_2aydx p {
  color: white;
}

.menu-settings_withCheckbox_2aydx img {
  opacity: 100 !important;
  margin-left: 0 !important;
  margin-right: 24px;
}

.menu-settings_withCheckbox_2aydx p {
  margin-right: auto;
}

.menu-settings_iconNotify_34gqp {
  width: 10px;
  height: 10px;
  background: #E53935;
  border-radius: 100%;
  position: absolute;
  top: 20px;
  margin-left: 185px;
}

.menu-settings_icon_2qHOF {
  width: 24px;
  height: 24px;
  margin-right: 27px;
}

.menu-settings_nightModeIcon_2JCvp {
  fill: #656565;
}

.theme-dark .menu-settings_nightModeIcon_2JCvp {
  fill: #979797;
}

.menu-settings_referralIcon_1l2MW {
  background-image: url(/app/56c3328e644fe87112255e03f0e1a9a9.svg);
}

.theme-dark .menu-settings_referralIcon_1l2MW {
  background-image: url(/app/0653545a70a2818a38351b0b92bb5449.svg);
}

.menu-settings_downloadBackupIcon_2SnYj {
  background-image: url(/app/d8e1008337298d6f8a8d3194607dd4c8.svg);
}

.theme-dark .menu-settings_downloadBackupIcon_2SnYj {
  background-image: url(/app/2c2af160a025f30a26aa6dd93524ffe4.svg);
}

.menu-settings_downloadBackupIconMnemonic_K8_tY {
  background-image: url(/app/1ae795afd14936ab87ab1a1a6561b1d2.svg);
}

.theme-dark .menu-settings_downloadBackupIconMnemonic_K8_tY {
  background-image: url(/app/409975abea469c89be38fe7d8b9def65.svg);
}

.menu-settings_restoreBackupIcon_1Yx8- {
  background-image: url(/app/b7e1a51813348b847bca9bd43fb1e9a1.svg);
}

.theme-dark .menu-settings_restoreBackupIcon_1Yx8- {
  background-image: url(/app/bc21f18853466e4d043ca2ba47dceae2.svg);
}

.menu-settings_restoreBackupIconMnemonic_1D9Tb {
  background-image: url(/app/96d75ff87e0ced2d019e174b7be8e0cf.svg);
}

.theme-dark .menu-settings_restoreBackupIconMnemonic_1D9Tb {
  background-image: url(/app/8a76465eae36e380d69f1456fe236823.svg);
}

.menu-settings_changePasswordIcon_281Pa {
  background-image: url(/app/b9f2c3a2024a770d9aca806028a5ca70.svg);
}

.theme-dark .menu-settings_changePasswordIcon_281Pa {
  background-image: url(/app/f93dacf13ba33b24fb5468bf44059b15.svg);
}

.menu-settings_askPasswordIcon_hIW07 {
  background-image: url(/app/44021059b33dfc171d4d438b7d31852c.svg);
}

.theme-dark .menu-settings_askPasswordIcon_hIW07 {
  background-image: url(/app/2ef21ecf5f98cf5156cb84399d139fc8.svg);
}

.menu-settings_setSessionIcon_2QUWB {
  background-image: url(/app/25ff6ce290b518aea1abd60075df9c31.svg);
}

.theme-dark .menu-settings_setSessionIcon_2QUWB {
  background-image: url(/app/6f03d3df1e4ed598e28ce44eace8aa6a.svg);
}

.menu-settings_rateUsIcon_1CnmQ {
  background-image: url(/app/94b266d4cf34d5bdbc742c6d4f227d57.svg);
}

.theme-dark .menu-settings_rateUsIcon_1CnmQ {
  background-image: url(/app/7e8e64d5700355746c8cfdc47b9657d0.svg);
}

.menu-settings_helpCenterIcon_25tPL {
  background-image: url(/app/88cff7a295c440b163e02d4c0ed3259b.svg);
}

.theme-dark .menu-settings_helpCenterIcon_25tPL {
  background-image: url(/app/948f562f5733ae1041734cf494bc49a7.svg);
}

.popup-data-recording-error_popup_2WozD {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

.popup-data-recording-error_heading_uapa- {
  font-size: 16px;
  color: #7190EB;
  text-align: center;
  margin-bottom: 30px;
}

.referral-program_wrapper_2pH_4 {
  padding-bottom: 1px;
  height: 656px;
  border-radius: 5px;
}

.referral-program_wrapper_2pH_4.referral-program_await_3SFIK::before {
  content: '';
  width: 100%;
  height: 500px;
  position: absolute;
  top: 60px;
  background: linear-gradient(100deg, rgba(196, 196, 196, 0) 31%, rgba(255, 255, 255, 0.8) 35%, rgba(228, 228, 228, 0) 40%);
  background-size: 250% 400%;
  -webkit-animation: referral-program_gradient_LM8jS 2s linear infinite;
  -moz-animation: referral-program_gradient_LM8jS 2s linear infinite;
  -o-animation: referral-program_gradient_LM8jS 2s linear infinite;
  animation: referral-program_gradient_LM8jS 2s linear infinite;
  border-radius: 8px;
}

@-webkit-keyframes referral-program_gradient_LM8jS {
  0% { background-position: 100% 0; }
  100% { background-position: 0 0; }
}

@-moz-keyframes referral-program_gradient_LM8jS {
  0% { background-position: 100% 0; }
  100% { background-position: 0 0; }
}

@-o-keyframes referral-program_gradient_LM8jS {
  0% { background-position: 100% 0; }
  100% { background-position: 0 0; }
}

@keyframes referral-program_gradient_LM8jS {
  0% { background-position: 100% 0; }
  100% { background-position: 0 0; }
}

.theme-dark .referral-program_wrapper_2pH_4.referral-program_await_3SFIK::before {
  background: linear-gradient(100deg, rgba(196, 196, 196, 0) 31%, rgba(48, 49, 51, 0.8) 35%, rgba(228, 228, 228, 0) 40%);
  background-size: 250% 400%;
  animation: referral-program_gradient_LM8jS 2s linear infinite;
}

.theme-dark.electron .referral-program_wrapper_2pH_4 {
  background-color: #222223;
}

.theme-dark .referral-program_wrapper_2pH_4 {
  border: none;
}

.electron .referral-program_wrapper_2pH_4 {
  min-width: 100% !important;
}

.electron .referral-program_wrapperForm_vwzHX {
  max-width: 648px;
}

.referral-program_loaderText_38Vf7 {
  font-family: Roboto, sans-serif !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 16px !important;
  text-align: center !important;
  color: #979797 !important;
}

.referral-program_wrapperForm_vwzHX {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 32px;
}

.referral-program_linkWrapper_2qe4m {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}

.referral-program_linkWrapper_2qe4m img {
  margin-right: 24px;
}

.referral-program_checkboxText_2-qsN {
  font-weight: normal;
  color: #495a63;
  font-size: 14px;
}

.theme-dark .referral-program_checkboxText_2-qsN,
.theme-dark .referral-program_linkWrapper_2qe4m {
  color: #fff;
}

.referral-program_wrapperForm_vwzHX h4 {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #495a63;
  margin: 0 0 32px 0;
  padding: 0;
}

.referral-program_wrapperForm_vwzHX h4 b {
  color: #55b64e;
}

.referral-program_wrapperForm_vwzHX h3 {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 36px;
  color: #495a63;
  padding: 0;
  margin-top: 32px;
  margin-bottom: 16px;
}

.referral-program_wrapperForm_vwzHX button {
  font-size: 12px;
}

.referral-program_grayButton_2xn_y {
  color: #656565 !important;
  width: 100px !important;
  height: 70px !important;
  padding: 0 !important;
  margin: 20px 0 0 5px !important;
  font-size: 13px !important;
}

.theme-dark .referral-program_grayButton_2xn_y {
  border-color: #979797 !important;
}

.referral-program_downloadButton_CsWmn {
  font-size: 16px !important;
  line-height: 36px !important;
  width: 247px !important;
  height: 56px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.referral-program_downloadLink_2WC3j {
  margin-top: 86px;
}

.referral-program_wrapperForm_vwzHX p {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 40px;
  text-align: center;
  color: #495a63;
}

.referral-program_infoList_c5JeH li {
  margin-left: -40px;
  color: #495a63;
  background: url(/app/3dcc8bec28d2943fd161e97f00abe9fb.svg) no-repeat left top;
  list-style: none;
  padding-left: 40px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
}

.referral-program_linkToRules_OdoeK {
  font-size: 14px;
  line-height: 24px;
  color: #417ecc;
  margin-bottom: 24px;
  text-transform: none;
}

.referral-program_linkToRules_OdoeK.referral-program_noMargin_162ba {
  margin-bottom: 0;
}

.referral-program_infoList_c5JeH {
  color: #495a63;
  margin: 24px 0 16px 0;
}

.referral-program_currencyInfo_1ueRt {
}

.referral-program_loaderWrapper_1LY4m {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #aaa9a9;
}

.theme-dark .referral-program_wrapperForm_vwzHX b {
  color: #70a800;
}

.theme-dark .referral-program_infoList_c5JeH,
.theme-dark .referral-program_wrapperForm_vwzHX h4,
.theme-dark .referral-program_wrapperForm_vwzHX h3 {
  color: white;
}

.theme-dark .referral-program_titleStatsBlock_2VlrD {
  color: #fff;
}

.theme-dark .referral-program_statsBlockField_3o_Dp,
.theme-dark .referral-program_statsBlockText_i0MVv {
  color: #979797;
}

.referral-program_statsBlockGreenText_3xeZK {
  color: #238600 !important;
}

.theme-dark .referral-program_statsBlockGreenText_3xeZK {
  color: #367432 !important;
}

.referral-program_refLink_3PRVA {
  padding: 9px 16px;
  background-color: #f1f1f1;
  border-radius: 20px;
  color: #7190EB;
  margin: 0 24px 0 0;
}

.theme-dark .referral-program_refLink_3PRVA {
  background: #44444f;
}

.referral-program_infoSmallLink_3ig7j {
  width: 16px;
  height: 16px;
  background-image: url(/app/6c6f7dbee3e580dd857105edd9a48a86.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 5px;
  position: relative;
}

.referral-program_infoSmallLink_3ig7j:hover {
  background-image: url(/app/fb47dc2727de4023060c7bb79f48d573.svg);
}

.theme-dark .referral-program_infoSmallLink_3ig7j {
  background-image: url(/app/dd8999bbafc1a0b00025e8aa6b6da9bb.svg);
}

.referral-program_link_RZ61m {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  margin-top: -10px;
}

.referral-program_buttonGetLink_2i9_B {
  font-size: 15px !important;
}

.referral-program_link_RZ61m a {
  margin-right: 10px;
}

.referral-program_linkIcon_3rUFP {
  width: 12px;
  height: 12px;
  margin-left: 7px;
  margin-bottom: -2px;
}

.referral-program_walletForReward_V_oiq {
  padding-right: 28px;
  margin-bottom: 24px;
  margin-top: 24px;
}

.referral-program_walletForRewardwithWidth_361AG {
  width: calc(100% - 52px);
}

.referral-program_walletForRewardWithArrow_1jH7u {
  padding: 0;
  margin-bottom: 24px;
  margin-top: 24px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.referral-program_goToReceiveWrapper_1L86i {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.referral-program_goToReceiveOneWallet_T1oCy:hover div {
  background-color: #fafafa;
}

.theme-dark .referral-program_goToReceiveOneWallet_T1oCy:hover div {
  background-color: #252525;
}

.theme-dark .referral-program_goToReceiveOneWallet_T1oCy:hover > div > div > div {
  background-color: #252525;
}

.referral-program_goToReceive_3P4mC {
  width: 52px;
  height: 52px;
  background-image: url(/app/0bf91e0bb3f70e208d436989632bda83.svg);
  background-repeat: no-repeat;
  background-position: 50% 65%;
  transform: rotate(-90deg);
}

.referral-program_goToReceivePointer_358cq:hover {
  cursor: pointer;
}

.referral-program_walletForReward_V_oiq > div > div {
  margin-bottom: 0;
  margin-right: 10px;
  max-height: 295px;
}

.referral-program_walletForRewardWithArrow_1jH7u > div > div > div > svg {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 15px;
  bottom: 15px;
}

.theme-dark .referral-program_infoList_c5JeH li {
  color: white;
}

.theme-dark .referral-program_walletForRewardWithArrow_1jH7u {
  border-color: rgba(151, 151, 151, 0.7);
}

.theme-dark .referral-program_walletForReward_V_oiq > div > div {
  background: #222223;
}

.theme-dark .referral-program_walletForReward_V_oiq > div > div:first-child {
  background: #303132;
}

.theme-dark.electron .referral-program_goToReceiveOneWallet_T1oCy:hover div {
  background-color: #252525;
}

.theme-dark.electron .referral-program_goToReceiveOneWallet_T1oCy:hover > div > div > div {
  background-color: #252525;
}

.theme-dark.electron .referral-program_walletForReward_V_oiq > div > div:not(:first-child) {
  background: #303132;
}

.theme-dark.electron .referral-program_newEthWallet_1hl0d > div > div {
  background: #222223 !important;
}

.theme-dark .referral-program_newEthWallet_1hl0d > div > div {
  background: #303132 !important;
}

.theme-dark.electron .referral-program_walletForReward_V_oiq > div > div:first-child {
  background: #222223;
}

.referral-program_walletForRewardWrapper_3A70z {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
}

.theme-dark .referral-program_walletForRewardWrapper_3A70z {
  border-color: #3a3a3c;
}

.referral-program_divReward_1Sl9N {
  width: 100%;
  z-index: 1000 !important;
}

.referral-program_popUpWrapper_KsPPX {
  border-radius: 20px;
}

.referral-program_popUpTitle_2nGiA {
  margin-bottom: 87px !important;
}

.referral-program_divReward_1Sl9N button {
  width: 400px !important;
  height: 56px !important;
  padding: 0 !important;
  margin-top: 24px;
  color: white !important;
}

.referral-program_fieldsetReward_196Vo {
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  border-radius: 10px;
  width: 373px;
  height: 78px;
  margin-top: 16px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.referral-program_titleWithSeparator_1CEvt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #aaa9a9;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.078px;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  width: 100%;
  padding-bottom: 7px;
}

.theme-dark .referral-program_titleWithSeparator_1CEvt {
  color: #656565;
  border-bottom-color: #3a3a3c;
}

.referral-program_bodyWrapper_3pYEO {
  width: 400px;
}

.referral-program_fieldsetRewardWithArrow_1a4ES {
  padding-right: 0;
  padding-top: 2px;
  box-sizing: border-box;
}

.referral-program_fieldsetRewardWithArrow_1a4ES span {
  box-sizing: border-box;
}

.theme-dark .referral-program_fieldsetReward_196Vo {
  border-color: rgba(151, 151, 151, 0.7);
}

.referral-program_legendReward_MoR3O {
  font-size: 12px;
  line-height: 14px;
  color: #979797;
}

.referral-program_warningInfo_QM32A {
  margin-top: 9px;
  font-size: 14px;
  line-height: 20px;
  color: #979797;
}

.referral-program_warningInfo_QM32A span {
  color: #E53935;
}

.referral-program_newEthWallet_1hl0d {
  display: flex;
  width: 100%;
  margin-top: 11px;
}

.referral-program_qrcode_22ibT {
  width: 452px;
  height: 624px;
  left: calc(50% - 226px);
  top: 15%;
  margin: 0;
  padding: 0;
}

.referral-program_qrcode_22ibT h4 {
  align-self: center !important;
}

.referral-program_qrcode_22ibT div {
  align-items: center;
}

.referral-program_qrcodeIcon_gqtvF {
  cursor: pointer;
}

.referral-program_walletForRewardBlock_2lfDS {
  padding-bottom: 25px;
}

.referral-program_walletsListTitle_3Eqbc {
  margin-bottom: 0 !important;
  margin-top: 15px !important;
}

.referral-program_checkboxBlock_26VNO {
  display: flex;
  align-items: center;
  margin-left: 5px;
  font-size: 14px;
  margin-top: 24px;
  margin-bottom: 8px;
}

.referral-program_checkboxBlock_26VNO label > span:hover {
  cursor: pointer;
  border: solid 1px #7190EB;
}

.referral-program_checkboxBlock_26VNO label {
  margin-top: 0;
}

.referral-program_wrapperStatsBlock_dDdz1 {
  margin: 10px 0 32px 0;
  width: 400px;
}

.referral-program_titleStatsBlock_2VlrD {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #495a63;
  margin-top: 24px;
  margin-bottom: 8px;
}

.referral-program_statsBlockSubBlock_2G5ND {
  display: flex;
  color: #495a63;
  justify-content: space-between;
  margin-bottom: 8px;
}

.referral-program_statsBlockText_i0MVv {
  display: flex;
  color: #495a63;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1px;
}

.referral-program_statsBlockTitle_15kaI {
  margin-bottom: 0 !important;
}

.referral-program_rulesBlockTitle_ia9j_ {
  margin-top: 15px !important;
  margin-bottom: -5px !important;
}

.referral-program_statsBlockField_3o_Dp {
  font-size: 14px;
  color: #455a64;
  font-weight: bold;
}

.referral-program_statsBlockSubField_2Xnzx {
  font-size: 14px;
}

.referral-program_fiatEstimate_3Jmsq {
  font-size: 12px;
}

.referral-program_userSelect_3i57_ {
  user-select: text;
}

.referral-program_loader_1d7tA {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
}

.download-backup_wrapper_1aoSw {
  padding-bottom: 1px;
  min-height: 656px;
  border-radius: 5px;
}

.theme-dark.electron .download-backup_wrapper_1aoSw {
  background-color: #222223;
}

.theme-dark .download-backup_wrapper_1aoSw {
  border: none;
}

.electron .download-backup_wrapper_1aoSw {
  min-width: 100% !important;
}

.electron .download-backup_wrapperForm_24vJn {
  max-width: 648px;
}

.download-backup_wrapperForm_24vJn {
  font-size: 14px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 32px;
}

.download-backup_wrapperForm_24vJn h3 {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  color: #455a64;
  margin: 0;
  padding: 0;
}

.download-backup_wrapperForm_24vJn p {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #455a64;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 36px;
  margin-top: 22px;
}

.download-backup_wrapperForm_24vJn > p {
  text-align: center;
}

.download-backup_wrapperForm_24vJn b {
  font-weight: 500;
}

.electron .download-backup_wrapperForm_24vJn b {
  font-weight: bold;
}

.download-backup_buttonShow_1nliZ {
  margin-right: 32px;
  border: solid 1px #7190EB;
}

.download-backup_buttonDownload_1vUAe {
  margin-bottom: 20px;
  border: solid 1px #7190EB;
}

.download-backup_wrapperForm_24vJn h4 {
  font-size: 16px;
}

.download-backup_textarea_1lhOS {
  user-select: all;
  height: auto;
  word-wrap: break-word;
  max-height: 310px;
  min-height: 310px;
  overflow: auto;
}

.download-backup_acceptedBackup_2N3Kc {
}

.download-backup_goodBoy_1ShTS {
  color: #aaa9a9;
}

.download-backup_backupInformationBorder_2Xm8U {
  border: 1px dashed #c4c4c4;
  border-radius: 5px;
  margin-top: 24px;
}

.download-backup_backupInformationWrapper_1t-GJ {
  border: none;
  border-radius: 5px;
  padding: 0 36px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  height: 188px;
  width: 496px;
  position: relative;
}

.download-backup_backupWrapperContent_MKsJT {
  margin-left: 20px;
}

.download-backup_backupWrapperContent_MKsJT p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 26px;
  color: #455a64;
  display: block;
  min-width: 243px;
}

.download-backup_backupWrapperContent_MKsJT span {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.1px;
  color: #656565;
  display: inline-block;
  width: 97px;
}

.download-backup_showBackupLink_lut_m {
  color: #7190EB;
  cursor: pointer;
}

.download-backup_showBackupLink_lut_m:hover {
  text-decoration: underline;
}

.download-backup_buildTime_ji9oo {
  color: #fff;
}

.download-backup_message_1p1py {
  color: #f35b51;
  background: none;
  text-align: center;
  font-size: 14px;
  margin-bottom: 0;
  padding: 6px;
}

.download-backup_messageWrapper_24Pmw {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 4px;
}

.theme-dark .download-backup_message_1p1py {
  color: #da5048;
}

.download-backup_warningIcon_LHXI6 {
  width: 24px;
  height: 24px;
  background: url(/app/a0f32f9d13d788be9681a637a7df01d8.svg), #fff;
}

.download-backup_iconProtectOk_1pWX_ {
  width: 112px;
  height: 112px;
  margin: 0 auto;
  background-image: url(/app/5c0dabca9e2cc7e32f25fc43fc938914.svg);
}

.download-backup_iconProtectWarning_2ZozS {
  width: 112px;
  height: 112px;
  margin: 0 auto;
  background-image: url(/app/9c4f8858d3b6897cfd6fbe4561dafc24.svg);
}

.theme-dark .download-backup_iconProtectOk_1pWX_ {
  background-image: url(/app/913b95d1d32c9f590f12384a06b39b12.svg);
}

.theme-dark .download-backup_iconProtectWarning_2ZozS {
  background-image: url(/app/12c1def7f05c0a236f165579bb208ef8.svg);
}

.theme-dark .download-backup_buildTime_ji9oo {
  color: #303132;
}

.theme-dark .download-backup_backupWrapperContent_MKsJT b {
  color: #e4e4e4;
}

.theme-dark .download-backup_wrapperForm_24vJn p,
.theme-dark .download-backup_wrapperForm_24vJn h3 {
  color: white;
}

.theme-dark .download-backup_warningIcon_LHXI6 {
  background: url(/app/1a8378245b8bdedad562f61688c37897.svg), #303132;
}

.theme-dark.electron .download-backup_warningIcon_LHXI6 {
  background: url(/app/1a8378245b8bdedad562f61688c37897.svg), #222223;
}

.theme-dark .download-backup_backupInformationWrapper_1t-GJ {
  background: none;
}

.theme-dark .download-backup_backupInformationBorder_2Xm8U {
  border-color: #979797;
}

.menu_menu_5tCIC {
  margin: -30px -40px 20px;
  position: absolute;
  left: 40px;
  width: 100%;
}

.menu_active_3wpK9 {
}

.menu_menu_5tCIC a {
  padding: 20px 20px 17px;
}

.restore-backup_wrapper_Tykgn {
  padding-bottom: 1px;
  min-height: 656px;
  border-radius: 5px;
}

.theme-dark.electron .restore-backup_wrapper_Tykgn {
  background-color: #222223;
}

.theme-dark .restore-backup_wrapper_Tykgn {
  border: none;
}

.electron .restore-backup_wrapper_Tykgn {
  min-width: 100% !important;
}

.electron .restore-backup_wrapperForm_14k6U {
  max-width: 648px;
}

.restore-backup_wrapperForm_14k6U {
  font-size: 14px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 32px;
  color: #455a64;
}

.restore-backup_wrapperForm_14k6U h3 {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  margin: 0;
  padding: 0;
}

.restore-backup_wrapperForm_14k6U p {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 24px;
  text-align: center;
}

.theme-dark p {
  color: rgba(255, 255, 255, 0.8);
}

.theme-dark .restore-backup_recoveryDescription_13bLs {
  color: #fff;
}

.theme-dark .restore-backup_dragAndDrop_1bhqb {
  background: rgba(0, 0, 0, 0.1);
}

.theme-dark .restore-backup_inputWrapper_3RrAB {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.theme-dark .restore-backup_inputText_crVf- {
  color: #979797;
}

.restore-backup_wrapperForm_14k6U span button {
  margin-bottom: -5px;
}

.restore-backup_wrapperForm_14k6U span {
  align-self: flex-end;
  margin-right: 10%;
  margin-bottom: 16px;
}

.restore-backup_textFieldWrapper_30s_l {
  width: 490px;
  margin-top: 40px;
  position: relative;
}

.restore-backup_textareaFieldset_26KU6 {
  text-align: start;
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  margin: -6px 0 0 0;
  padding: 14px 24px;
}

.theme-dark .restore-backup_textareaFieldset_26KU6 {
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #979797;
}

.restore-backup_textarea_BtE5D {
  border: none;
  color: #455a64;
  width: 80%;
}

.theme-dark .restore-backup_textarea_BtE5D {
  background: none;
  color: #979797;
}

.restore-backup_hideMnemonic_218gr {
  -webkit-text-security: disc;
}

.restore-backup_pasteButton_7HBdc {
  position: absolute;
  top: 35px;
  right: 46px;
  color: #656565 !important;
  border-color: #c4c4c4 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 63px !important;
  height: 24px !important;
  font-size: 12px !important;
  background-color: white !important;
}

.theme-dark .restore-backup_pasteButton_7HBdc {
  background-color: #303132 !important;
}

.restore-backup_inputFieldset_2-EvQ.restore-backup_isMobile_cVC_a {
  height: auto !important;
  width: auto !important;
  margin-top: 15px !important;
  margin-bottom: 5px !important;
}

.restore-backup_showPassIconBlue_2p6-b {
  background-image: url(/app/f3cae1856e92addbdc7e8b6fb29b03a1.svg);
  cursor: pointer;
}

.restore-backup_hidePassIconBlue_YGuPy {
  background-image: url(/app/782816c9b0323fd34c79cc85bb1b961a.svg);
  cursor: pointer;
}

.restore-backup_icon_1MlsR {
  width: 24px;
  height: 24px;
}

.restore-backup_rightIcon_18_OH {
  right: 58px;
}

.restore-backup_leftIcon_3bO1p {
  position: absolute;
  right: -23px;
  top: 14px;
}

.restore-backup_wrapperQrScanner_4xCgZ {
  position: absolute;
  right: 20px;
  top: 19px;
}

.restore-backup_wrapperAddButton_2Ai7W {
  display: flex;
  height: 44px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
}

.restore-backup_wrapperAddButton_2Ai7W button,
.restore-backup_wrapperForm_14k6U > div > button {
  width: 214px;
}

.restore-backup_wrapperAddButton_2Ai7W.restore-backup_isMobile_cVC_a {
  height: auto !important;
  width: auto !important;
  margin-top: 20px !important;
  margin-bottom: 5px !important;
}

.restore-backup_mobileButton_2utMd {
  width: 100% !important;
}

.decode_wrapper_2Qxj- {
  padding-bottom: 1px;
  max-height: 668px;
}

.theme-dark.electron .decode_wrapper_2Qxj- {
  background-color: #222223;
}

.decode_wrapperForm_kxGYP {
  font-size: 14px;
  padding: 40px;
}

.decode_wrapperForm_kxGYP h3 {
  color: black;
}

.theme-dark .decode_wrapperForm_kxGYP h3 {
  color: white;
}

.decode_textarea_WsUW2 {
  height: auto;
  word-wrap: break-word;
  min-height: 310px;
  max-height: 500px;
  overflow: auto;
  white-space: pre;
  font-size: 12px;
  font-family: monospace;
  overflow-x: scroll;
}

.settings_title_xbyqA {
  color: #455a64;
  margin: 12px 0 23px 12px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}

.theme-dark .settings_title_xbyqA {
  color: white;
}

.settings_left-column_2-gXp {
  margin-top: 1px;
}

.main_wrapper_2dsdo {
  padding-bottom: 30px;
  font-size: 14px;
}

.theme-dark.electron .main_wrapper_2dsdo {
  background-color: #222223;
}

.main_wrapperBlock_2mkBE {
  padding: 30px 30px 0;
}

.main_tipText_s2sDx {
  margin-top: 20px;
}

.main_wrapperList_2IHxK {
  margin: 0 -30px;
}

.main_block_1vXD8 {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 20px 30px;
  border-bottom: solid 1px rgba(170,169,169, 0.2);
  border-radius: 3px;
  font-size: 14px;
  transition: border 0.2s;
  justify-content: space-between;
  cursor: pointer;
}

.theme-dark .main_block_1vXD8 {
  border-bottom-color: rgba(0,0,0, 0.3);
  color: rgba(255,255,255, 0.9);
}

.main_block_1vXD8:hover {
  background: #f1f2fa;
}

.theme-dark .main_block_1vXD8:hover {
  background: rgba(0,0,0, 0.1);
}

.main_currencyIcon_1hcRd {
  font-size: 24px;
  margin-right: 10px;
  color: #7190EB;
  width: 30px;
}

.main_legend_pQYPh {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: sticky;
  top: 0;
  padding: 0 30px;
  border-bottom: solid 1px #eee;
  background: #fff;
}

.theme-dark .main_legend_pQYPh {
  background: rgba(38,39,40);
  border-color: rgba(0,0,0, 0.3);
}

.main_label_Kawyy {
  width: 33%;
  color: #7190EB;
  font-weight: bold;
  padding: 10px 0;
  font-size: 14px;
  border-right: solid 1px #eee;
  text-align: center;
}

.main_label_Kawyy:last-child {
  border-right: 0;
}

.theme-dark .main_label_Kawyy {
  border-color: rgba(0,0,0, 0.3);
}

.main_status_OWmBN {
  width: 33%;
  text-align: center;
}

.main_ticker_3ah9E {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 180px;
  flex-shrink: 0;
}

.main_status_OWmBN span {
  width: 9px;
  height: 9px;
  display: inline-block;
  background: yellowgreen;
  border-radius: 100%;
}

.main_isWarning_1-8qu {
  background: #f1c40f !important;
}

.main_isError_1a8m3 {
  background: #E53935 !important;
}

.main_notifications_5A2QO {
  margin: 30px;
  border-bottom: solid 1px rgba(0,0,0, 0.1);
}

.main_counter_2HhBl {
  background: #f1f2fa;
  color: #7190EB;
  font-size: 9px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  margin-left: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
}

.theme-dark .main_counter_2HhBl {
  color: rgba(255,255,255, 0.9);
  background: rgba(0,0,0, 0.3);
}

.main_fullyOperational_2uyx6 {
  margin-left: 35px;
  padding-bottom: 10px;
  color: yellowgreen;
  font-weight: bold;
}

.set-password_centerContainer_3iKnl {
  margin-top: 0;
}

.main_wrapper_3z-I1 {
  padding-bottom: 30px;
}

.theme-dark.electron .main_wrapper_3z-I1 {
  background-color: #222223;
}

.main_wrapperBlock_3EUbt {
  padding: 30px 30px 0;
}

.main_tipText_3cDx1 {
  font-size: 14px;
  margin-top: 20px;
}

.main_wrapperList_3tcRP {
  margin: 0 -30px;
}

.main_block_F-iRf {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 20px 30px;
  border-bottom: solid 1px rgba(170,169,169, 0.2);
  border-radius: 3px;
  font-size: 14px;
  transition: border 0.2s;
  justify-content: space-between;
  cursor: pointer;
}

.theme-dark .main_block_F-iRf {
  border-bottom-color: rgba(0,0,0, 0.3);
  color: rgba(255,255,255, 0.9);
}

.main_block_F-iRf:hover {
  background: #f1f2fa;
}

.theme-dark .main_block_F-iRf:hover {
  background: rgba(0,0,0, 0.1);
}

.main_legend_3ECHc {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: sticky;
  top: 0;
  padding: 0 30px;
  border-bottom: solid 1px #eee;
  background: #fff;
}

.theme-dark .main_legend_3ECHc {
  background: rgba(0,0,0, 0.2);
  border-color: rgba(0,0,0, 0.3);
}

.main_label_2MuYU {
  width: 33%;
  color: #7190EB;
  font-weight: bold;
  padding: 10px 0;
  font-size: 14px;
  border-right: solid 1px #eee;
  text-align: center;
}

.main_label_2MuYU:last-child {
  border-right: 0;
}

.theme-dark .main_label_2MuYU {
  border-color: rgba(0,0,0, 0.3);
}

.main_status_69TwU {
  width: 33%;
  text-align: center;
}

.main_ticker_3qmAO {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 380px;
  flex-shrink: 0;
}

.main_status_69TwU span {
  width: 9px;
  height: 9px;
  display: inline-block;
  background: yellowgreen;
  border-radius: 100%;
}

.main_isWarning_19gmL {
  background: #f1c40f !important;
}

.main_isError_1UDHe {
  background: #E53935 !important;
}


.popup-session-timeout_popupSessionTimeout_3Q36y {
  padding: 30px;
  width: 100%;
}

.popup-session-timeout_popupSessionTimeout_3Q36y h2 {
  font-size: 21px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.popup-session-timeout_popupSessionTimeout_3Q36y p {
  margin-top: 10px;
  font-size: 14px;
}

.popup-session-timeout_popupSessionTimeout_3Q36y img {
  width: 196px;
  height: 95px;
  display: block;
  margin: 40px auto;
}

.popup-session-timeout_popupSessionTimeout_3Q36y button {
  width: 100%;
}

.popup-confirm_popupCenterData_wvCrX {
  padding: 0 20px 20px;
  position: relative;
}

.popup-confirm_popupContent_3qJL_ {
  width: 100%;
}

.popup-confirm_atentionText_2JiPv {
  font-size: 14px;
}

.popup-confirm_atentionText_2JiPv span {
  color: #E53935;
  font-weight: bold;
}

.popup-confirm_buttonDownload_2Br64 {
  width: 100%;
  display: block;
  margin: 0;
}

.popup-confirm_iconBackupWrapper_1sg2O {
  margin: 50px 0;
  text-align: center;
}

.enter-password_isErrorInput_1307w {
  border-color: #E53935;
}

.enter-password_buttonsWrapper_2J5-Z {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.enter-password_buttomWrapper_3UVCp {
  margin-top: 120px;
  text-align: left;
  color: #aaa9a9;
}

.enter-password_buttomWrapper_3UVCp a {
  color: #448aff;
}

.enter-password_errorMasterPassword_DB8IV {
  color: #E53935;
  font-size: 14px;
}

.enter-password_loader_3FJmb {
  margin: 4px 0 8px;
}

/* electron styles */

.enter-password_main_1cokJ {
  width: 436px;
  height: 289px;
}

.enter-password_mainLogo_2Q0oj {
  margin-bottom: 45px;
}

.enter-password_main_1cokJ form {
  width: 100%;
  position: relative;
}

.enter-password_inputLegend_1OfVI {
  position: absolute;
  left: 9px;
  top: -7px;
  background: #7190eb;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  padding: 0 5px;
}

.enter-password_inputElectron_rTOSt {
  height: 68px;
  background: #7190eb;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
}

.theme-dark .enter-password_inputElectron_rTOSt {
  background: #7190eb !important;
  border: 1px solid #fff;
}

.enter-password_inputElectron_rTOSt:focus {
  border: 1px solid #fff;
}

.enter-password_inputElectron_rTOSt::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.enter-password_inputElectron_rTOSt::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.enter-password_showPassIconWhite_21DF1 {
  background-image: url(/app/3bfa2b76634de0e330ae5d9186f01be4.svg);
  cursor: pointer;
}

.enter-password_hidePassIconWhite_21gGl {
  background-image: url(/app/09f14367bce41c8f60b4b657d481c6e6.svg);
  cursor: pointer;
}

.enter-password_rightIcon_1Tfn- {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 17px;
  bottom: 32px;
}

.enter-password_forgotPassword_1FcfC {
  width: 100%;
  text-align: right;
  padding-right: 20px;
}

.enter-password_forgotPassword_1FcfC a {
  color: #fff;
  text-decoration: underline;
  font-size: 12px;
  line-height: 22px;
}

.electron .enter-password_buttonsWrapper_2J5-Z {
  width: 100%;
  margin-top: 35px;
}

.enter-password_main_1cokJ button.enter-password_buttonUnlock_12Ehi {
  color: #7190eb;
  width: 184px;
  height: 54px;
  font-size: 16px;
}

.enter-password_secureNote_1FhMU {
  font-size: 16px;
}

.enter-password_secureNote_1FhMU img {
  width: 23px;
}

.enter-password_bottomBtnsElectron_3JmnX {
  width: 350px;
  height: 24px;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding-left: 30px;
}

.enter-password_bottomBtnsElectron_3JmnX a {
  color: #fff;
}

.enter-password_bottomBtnsElectron_3JmnX span {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -3px;
}

.enter-password_iconCreateWallet_1xHIP {
  background-image: url(/app/3530e79d9b16f87816d9c317f3f4f30a.svg);
  left: 0;
}

.enter-password_iconImportWallet_1D56B {
  background-image: url(/app/427b60c9b3158565aa55d0f327f1b1de.svg);
  left: 228px;
}

.enter-password_centerContainer_1vzHI {
  margin-top: 0;
}

.supported-currencies_wrapper_3SRUQ {
  padding-bottom: 30px;
}

.theme-dark.electron .supported-currencies_wrapper_3SRUQ {
  background-color: #222223;
}

.supported-currencies_wrapperBlock_2j_gH {
  padding: 30px 30px 10px;
}

.supported-currencies_blockCurrency_3sgbI {
  padding: 8px 12px;
  margin: 5px 10px 5px 0;
  display: inline-flex;
  align-items: center;
  border: solid 1px rgba(170,169,169, 0.2);
  border-radius: 3px;
  font-size: 14px;
  transition: border 0.2s;
  cursor: default;
}

.theme-dark .supported-currencies_blockCurrency_3sgbI {
  color: rgba(255,255,255, 0.8);
}

.supported-currencies_blockCurrency_3sgbI:hover {
  border-color: #7190EB;
}

.supported-currencies_ticker_kbeIO {
  font-size: 24px;
  margin-right: 10px;
  color: #7190EB;
}

.token-list_blockCurrency_7aGdS {
  padding: 8px 12px;
  margin: 5px 10px 5px 0;
  display: inline-flex;
  align-items: center;
  border: solid 1px rgba(170,169,169, 0.2);
  border-radius: 3px;
  font-size: 14px;
  transition: border 0.2s;
  cursor: default;
}

.theme-dark .token-list_blockCurrency_7aGdS {
  color: rgba(255,255,255, 0.8);
}

.token-list_blockCurrency_7aGdS:hover {
  border-color: #7190EB;
}

.wallet-export-csv_container_-mKcp {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7190EB;
  margin-top: 20px;
}

.wallet-export-csv_label_1OQ9d {
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.04em;
  margin-right: 15px;
}

.wallet-export-csv_container_-mKcp:hover {
  cursor: pointer;
  text-decoration-line: underline;
}

.wallet-export-csv_image_3Hsbq {
  width: 18px;
  height: 20px;
  margin-right: 6px;
}

.wallet-management_centerContainer_qeN7A,
.wallet-management_walletContainer_1upI2 {
  width: 100%;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 16px;
}

.wallet-management_flex_otVv7 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.theme-dark .wallet-management_centerContainer_qeN7A,
.theme-dark .wallet-management_walletContainer_1upI2 {
  background: #303132;
  border: none;
  color: rgba(255, 255, 255, 0.8);
  box-shadow: none;
}

.electron .wallet-management_centerContainer_qeN7A {
  border-radius: 0;
  border: none;
}

.wallet-management_walletContainer_1upI2 {
  padding: 0;
  box-shadow: none;
  border: 1px solid #e4e4e4;
}

.wallet-management_walletBlock_3ZC7H {
  min-height: 70px;
  padding: 0 16px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}

.wallet-management_walletBlockWrap_1sLqh:last-child > .wallet-management_walletBlock_3ZC7H:last-child > div {
  border: none;
}

.wallet-management_iconWrapper_100vh {
  margin-right: 16px;
  position: relative;
}

.wallet-management_blockLabel_2eJvE {
  font-weight: normal;
  font-size: 14px;
  line-height: 36px;
  color: #a1a1a1;
  margin-top: 20px;
}

.wallet-management_infoWrapper_2Y5aC {
  padding: 14px 0;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}

.theme-dark .wallet-management_infoWrapper_2Y5aC {
  border-color: rgba(0, 0, 0, 0.3);
}

.wallet-management_walletInfo_35m-L {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.wallet-management_walletTitle_1JlGs,
.wallet-management_hiddenTitle_1_yZA {
  position: relative;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  height: 26px;
}

.wallet-management_hiddenTitle_1_yZA {
  color: #aaa9a9;
}

.wallet-management_walletTicker_3llhQ {
  font-weight: 700;
  font-size: 10px;
  line-height: 16px;
  color: #aaa9a9;
  margin-left: 2px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.wallet-management_walletBalance_3z3Ui {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #a1a1a1;
}

.wallet-management_walletBalance_3z3Ui span {
  text-transform: capitalize;
  background: #c4c4c4;
  border-radius: 4px;
  color: #fff;
  padding: 2px 5px;
  margin-left: 5px;
}

.theme-dark .wallet-management_walletBalance_3z3Ui span {
  color: rgba(255, 255, 255, 0.8);
  background: #222223;
}

.wallet-management_buttonsWrapper_1cNF6 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.wallet-management_buttonSpace_-_dgw {
  min-width: 162px;
}

.wallet-management_button_-2jTZ,
.wallet-management_activeButton_36kLf {
  min-width: 100px;
  text-align: center;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  padding: 2px 16px;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #656565;
  margin-left: 60px;
  cursor: pointer;
}

.theme-dark .wallet-management_button_-2jTZ,
.theme-dark .wallet-management_activeButton_36kLf {
  border: 1px solid #656565;
  color: #979797;
}

.theme-dark .wallet-management_activeButton_36kLf {
  color: #fff;
}

.wallet-management_activeButton_36kLf {
  color: #fff;
  background-color: #7190EB;
}

.wallet-management_searchWrapper_2NBmd {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  min-width: 80%;
}

.wallet-management_searchBlock_2gm_y {
  padding: 10px 20px 10px 50px;
  margin: 0;
  background: #fff;
  text-overflow: ellipsis;
  border: 1px solid #e2e2ea;
  box-sizing: border-box;
  border-radius: 10px;
  height: 38px;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.2px;
}

.wallet-management_searchBlock_2gm_y::placeholder {
  color: #92929d;
}

.wallet-management_glassIcon_3QoxY {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 25px;
  left: 14px;
}

.wallet-management_back_1p-Jl {
  position: absolute;
  left: 0;
  top: 5px;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  color: #92929d;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}

.wallet-management_back_1p-Jl:hover,
.wallet-management_back_1p-Jl:active {
  text-decoration: none;
  color: #92929d;
}

.wallet-management_iconArrow_2Smuh {
  width: 7px;
  height: 12px;
  fill: #92929d;
  margin-right: 8px;
}

.wallet-management_head_ux8kM {
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  color: #000;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme-dark .wallet-management_head_ux8kM {
  color: rgba(255, 255, 255, 0.8);
}

.wallet-management_panelWrapper_2B75p {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wallet-management_panelItem_2F59l {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}

.wallet-management_filtersWrapper_F0DWy {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.wallet-management_filtersItem_FdTTV,
.wallet-management_filtersItemChosen_3_5ws {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  margin-right: 30px;
  color: #44444f;
}

.wallet-management_filtersItemChosen_3_5ws {
  color: #000;
}

.theme-dark .wallet-management_filtersItem_FdTTV {
  color: #fff;
}

.theme-dark .wallet-management_filtersItemChosen_3_5ws {
  color: #fff;
}

.wallet-management_blockImage_1mh0z {
  position: absolute;
  top: -32px;
  left: 17px;
  width: 1px;
  height: 30px;
  border-radius: 10px;
  background-color: #dadada;
}

.theme-dark .wallet-management_blockImage_1mh0z {
  background: rgba(0, 0, 0, 0.3);
}

.wallet-management_emptyState_9-vnN {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 30px;
  text-align: center;
}

.wallet-management_empty_2oTRU {
  width: 100%;
  margin: 30px;
  text-align: center;
  color: #a1a1a1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wallet-management_empty_2oTRU img {
  width: 23px;
  margin-right: 16px;
}

.wallet-management_counter_3M3sU {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e4e4e4;
  border-radius: 50%;
  height: 16px;
  min-width: 16px;
  padding: 2px 4px;
  font-weight: normal;
  font-size: 10px;
  line-height: 10px;
  color: #000;
}

.theme-dark .wallet-management_counter_3M3sU {
  background: #222223;
  color: #fff;
}

.electron .wallet-management_noPadding_2tZTB {
  padding: 0;
}

.wallet-management_flexContainer_BhE-g {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.wallet-management_showMoreButton_1s5ve {
  cursor: pointer;
  font-size: 14px;
  display: flex;
  line-height: 24px;
  align-items: center;
  color: #7190EB;
  padding: 10px 0 10px 28px;
}

.wallet-management_iconArrowShow_2p_N_ {
  margin-left: -4px;
  margin-right: 30px;
}

.rename_wrapper_3w-9R {
  display: flex;
  justify-content: space-between;
  position: relative;
  font-weight: 700;
  font-size: 15px;
  border: 1px solid #e2e2ea;
  box-sizing: border-box;
  border-radius: 4px;
  width: 200px;
  padding: 0 10px;
  margin-left: -10px;
}

.theme-dark .rename_wrapper_3w-9R {
  background: #303132;
  border-color: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

.rename_titleWrapper_3Dofk {
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.rename_input_-meZK,
.rename_inputTitle_1JsF6 {
  width: 100%;
  font-family: Roboto, sans-serif;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  transition: border 0.3s;
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
}

.theme-dark .rename_input_-meZK,
.theme-dark .rename_inputTitle_1JsF6 {
  color: rgba(255, 255, 255, 0.8);
}

.rename_hidden_3auCV {
  font-size: 16px;
  font-family: Roboto, sans-serif;
  color: #7190EB;
  font-weight: bold;
  opacity: 0;
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.rename_isHidden_31Lq4 * {
  color: #aaa9a9;
}

.rename_walletBalance_3vzQc {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #a1a1a1;
}

.rename_walletBalance_3vzQc span {
  text-transform: capitalize;
  background: #c4c4c4;
  border-radius: 4px;
  color: #fff;
  padding: 2px 5px;
  margin-left: 5px;
}

.theme-dark .rename_walletBalance_3vzQc span {
  color: rgba(255, 255, 255, 0.8);
  background: #222223;
}

.rename_walletInfo_lTPEU {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.rename_walletTitle_2iAfV,
.rename_hiddenTitle_1G4IB {
  position: relative;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.rename_walletTicker_3Hmd5 {
  font-weight: 700;
  font-size: 10px;
  line-height: 16px;
  color: #aaa9a9;
  margin-left: 2px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.rename_walletTitleWrap_3j9hC {
  border: 1px solid transparent;
}

.rename_hiddenTitle_1G4IB {
  color: #aaa9a9;
}

.exchangeMainPage_wrapper_2X_YZ {
  overflow: inherit;
  padding-bottom: 20px;
  min-height: 525px;
  margin: 0 auto;
}

.exchangeMainPage_wrapperDesktop_1mpX_ {
  width: 1103px;
  padding-top: 48px;
}

.theme-dark.electron .exchangeMainPage_wrapper_2X_YZ {
  background-color: #222223;
}

.electron .exchangeMainPage_wrapper_2X_YZ {
  -ms-overflow-style: none;
  overflow-y: scroll;
}

.electron .exchangeMainPage_wrapper_2X_YZ::-webkit-scrollbar {
  display: none;
}

.exchangeMainPage_loaderCircle_1YC9u {
  margin-right: 0;
}

.exchangeMainPage_loaderWrapper__Z6SB {
  position: relative;
}

.exchangeMainPage_title_2wb1g {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  color: #455a63;
  text-align: center;
  margin: 0 0 10px;
}

.theme-dark .exchangeMainPage_title_2wb1g {
  color: #fff;
}

.exchangeMainPage_labelResponsive_StT3f {
  margin-bottom: 0;
}

.exchangeMainPage_wrapperForm_2jpds {
  width: 595px;
  margin: 0 auto;
}

.electron div.exchangeMainPage_wrapperForm_2jpds {
  width: 54%;
}

div.exchangeMainPage_customWrapperCurrencies_m-Uhz {
  min-width: 297px;
  height: 69px;
  padding-top: 0;
}

.responsive div.exchangeMainPage_customWrapperCurrencies_m-Uhz {
  width: 100%;
  border-right: none;
  border-bottom: 1px solid rgba(170, 169, 169, 0.4);
  height: 52px;
}

.exchangeMainPage_rightMessage_3rhWd > div {
  font-size: 12px !important;
  line-height: 20px;
}

.exchangeMainPage_isWallet_2uiTU {
  padding-right: 130px;
  padding-left: 68px;
}

.exchangeMainPage_loaderContainer_PXPUE {
  min-height: 535px;
  padding-top: 240px;
  text-align: center;
}

.exchangeMainPage_currencyFromWallet_5yiPq {
  position: absolute;
  left: 20px;
  top: 18px;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 2;
  color: #aaa9a9;
}

.exchangeMainPage_footerBlock_1hTX4 {
}

.exchangeMainPage_stepInfo_20Pah {
}

.exchangeMainPage_iconRevertWrapper_3TxhB {
  display: flex;
  justify-content: center;
  height: 20px;
}

.exchangeMainPage_iconSwapWallets_2cTz7 {
  z-index: 1;
  position: absolute;
  left: 290px;
  width: 14px;
  top: -15px;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.2s;
}

.responsive .exchangeMainPage_iconSwapWallets_2cTz7 {
  position: unset;
}

.exchangeMainPage_iconSwapWallets_2cTz7:hover {
  opacity: 1;
}

.exchangeMainPage_checkboxText_3d4Qj > div {
  margin-top: -4px;
  color: rgba(170,169,169, 0.8);
}

.theme-dark .exchangeMainPage_checkboxText_3d4Qj > div {
  color: rgba(170,169,169, 0.8);
}

.exchangeMainPage_loader_7OGPq {
  position: absolute;
  left: 70px;
  top: 15px;
}

.exchangeMainPage_external_3p64q {
  margin: 0 0 -1px 3px;
}

.exchangeMainPage_addressWrapper_3v9tP {
  margin-top: 16px;
  height: 52px;
}

.exchangeMainPage_feeTooltipIcon_3hbfX {
  width: 16px;
  height: 16px;
  background-image: url(/app/3586709d3f86beee7bf2dcd75e73514f.svg);
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 5px;
  position: relative;
}

.exchangeMainPage_networkFeeTooltip_33u28 {
  height: 38px;
  border-radius: 8px;
  padding-top: 10px;
  font-weight: 400;
  font-size: 12px;
}

.responsive .exchangeMainPage_networkFeeTooltip_33u28 {
  font-size: 10px;
}

.exchangeMainPage_feeTooltip_2Ob7_ {
  position: absolute;
}

.exchangeMainPage_feeTooltip_2Ob7_ div.exchangeMainPage_networkFeeTooltip_33u28::after {
  left: 46%;
}

.exchangeMainPage_userSelect__paJG {
  user-select: text;
}

div.exchangeMainPage_inputWrapper_18pw1,
.electron div.exchangeMainPage_inputWrapper_18pw1 {
  margin-bottom: 0;
  width: 595px;
  border: 1px solid #a1a1a1;
}

.responsive div.exchangeMainPage_inputWrapper_18pw1 {
  width: 100%;
  flex-direction: column;
  border: 1px solid rgba(170, 169, 169, 0.4);
}

.exchangeMainPage_walletsWrapper_1Tv2x {
  border: none;
  margin: 0;
}

div.exchangeMainPage_wrapperList_36Kp6 {
  overflow-x: hidden;
  width: 297px;
  margin-top: 5px;
  border-radius: 5px;
  -ms-overflow-style: none;
  overflow-y: scroll;
  padding-bottom: 0;
}

.responsive div.exchangeMainPage_wrapperList_36Kp6 {
  width: 100%;
  margin-top: -1px;
  border-radius: 0;
}

div.exchangeMainPage_wrapperList_36Kp6::-webkit-scrollbar {
  display: none;
}

.exchangeMainPage_displayNone_VmhCs {
  display: none;
}

div.exchangeMainPage_marginTop_1tZbT {
  margin-top: 10px;
}

div.exchangeMainPage_availableBlock_a7g28 {
  justify-content: right;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-top: 3px;
  margin-bottom: 30px;
}

.electron div.exchangeMainPage_availableBlock_a7g28 {
  justify-content: flex-end;
}

.responsive div.exchangeMainPage_availableBlock_a7g28 {
  margin-bottom: 0;
}

div.exchangeMainPage_infoTitle_1fdkF {
  margin-right: 5px;
  color: #a1a1a1;
  font-size: 12px;
}

div.exchangeMainPage_infoValue_Kgu3E {
  color: #455a63;
  font-size: 12px;
}

.theme-dark div.exchangeMainPage_infoValue_Kgu3E {
  color: #fff;
}

.exchangeMainPage_labelReceiverWrapper_3QeQf {
  height: 15px;
  margin-top: 35px;
}

.responsive .exchangeMainPage_labelReceiverWrapper_3QeQf {
  margin-top: 0;
}

.exchangeMainPage_exchangeInfo_3JoMV {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.exchangeMainPage_exchangeRate_bsnJU {
  display: flex;
  width: 295px;
  margin-left: 193px;
  margin-bottom: 5px;
}

div.exchangeMainPage_exchangeNetworkFee_3Ax0I {
  margin-left: 193px;
  width: 295px;
  margin-bottom: 13px;
}

.responsive div.exchangeMainPage_exchangeNetworkFee_3Ax0I,
.responsive div.exchangeMainPage_exchangeRate_bsnJU {
  margin-left: 0;
}

.exchangeMainPage_resultBlock_1rEcd {
  margin: 20px 0;
  width: 100%;
  height: 56px;
  font-size: 16px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.responsive .exchangeMainPage_resultBlock_1rEcd {
  margin-top: 70px;
  height: 46px;
  padding: 10px 60px;
}

.electron .exchangeMainPage_resultBlock_1rEcd {
  padding: 10px 60px;
}

button.exchangeMainPage_resultBlock_1rEcd:disabled {
  background-color: #d6d7f3;
  border: 1px solid #d6d7f3;
  opacity: 1;
}

div.exchangeMainPage_currencyPairMsg_1Z86P {
  color: #7190EB;
}

.theme-dark .exchangeMainPage_currencyPairMsg_1Z86P {
  color: #7190EB;
}

.exchangeMainPage_insufficientFundsMsg_3GN6y {
  padding: 7px 15px;
}

.exchangeMainPage_errorInput_3-Ind {
  overflow: visible;
  text-align: end;
}

.responsive .exchangeMainPage_errorInput_3-Ind {
  text-align: start;
  padding: 8px 17px;
  font-size: 8px;
}

.responsive div.exchangeMainPage_exchangeMobileInput_1RAqB {
  display: block;
}

.exchangeMainPage_toWalletInput_26378 {
  width: 263px;
  height: 68px;
}

.exchangeMainPage_inputWrapperClassName_1NOT1 {
  height: 68px;
  border: none;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 29px;
  background: none;
  width: 261px;
  margin-bottom: 0;
}

.theme-dark .exchangeMainPage_inputWrapperClassName_1NOT1 {
  background: none;
}

.theme-dark .exchangeMainPage_inputWrapperClassName_1NOT1 span {
  width: 100%;
}

.responsive .exchangeMainPage_inputWrapperClassName_1NOT1 {
  width: 100%;
  padding-right: 16px;
  padding-left: 22px;
  height: 52px;
}

.exchangeMainPage_errorInfo_3hSHU {
  position: absolute;
  text-align: center;
  width: 100%;
  top: -28px;
  color: #f35b51;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.responsive .exchangeMainPage_errorInfo_3hSHU {
  text-align: start;
}

.exchangeMainPage_blockerError_3nsmT,
.exchangeMainPage_invalidAddress_11yVP,
.theme-dark .exchangeMainPage_invalidAddress_11yVP {
  color: #f35b51;
}

.exchangeMainPage_feeWalletError_2DW0a {
  display: inline-block;
  border-bottom: 1px solid #f35b51;
  cursor: pointer;
}

.exchangeMainPage_supportRef_3g1yl {
  color: #f35b51;
}

.exchangeMainPage_supportRef_3g1yl:hover {
  text-decoration: none;
}

.exchangeMainPage_wrapperForm_2jpds .exchangeMainPage_undoButton_2SUHG {
  background: #44444f !important;
  border: none !important;
  position: relative;
}

.exchangeMainPage_wrapperForm_2jpds .exchangeMainPage_undoButton_2SUHG img {
  margin-right: 8px;
}

.exchangeMainPage_timeToExecution_2cUBe {
  position: absolute;
  left: 8px;
  top: 4px;
  font-weight: 700;
  font-size: 14px;
}

.exchangeMainPage_undoText_18s8U {
  display: inline-block;
  height: 30px;
  padding-top: 6px;
}

.exchangeMainPage_exchangeNotification_3HT53 {
  width: 595px;
  margin: 30px auto 0;
  text-align: center;
}

.buy-sell_wrapper_xlW_2 {
  overflow: inherit;
  display: flex;
  justify-content: center;
  background: none;
  border: none;
  box-shadow: none;
}

.buy-sell_leftBlock_vNG-E {
  background: #fff;
  box-shadow: 0 0 0 1px #e4e4e4;
  box-sizing: border-box;
  border-radius: 5px;
}

.buy-sell_displayFlex_E5fo1 {
  display: flex;
  min-height: 100%;
}

.buy-sell_rightBlock_1EYlZ {
  background: #fff;
  border-radius: 5px;
  height: 364px;
  width: 434px;
  box-shadow: 0 0 0 1px #e4e4e4;
  box-sizing: border-box;
}

.buy-sell_leftBlockTitle_1oN4G {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  color: #455a63;
  text-align: center;
  margin: 0 0 10px;
}

.buy-sell_message_2Fl2D {
  position: absolute;
  top: -58px;
  left: 0;
  width: calc(100% - 64px);
  border-radius: 5px;
  margin: 58px 32px 0 32px;
  z-index: 3;
  font-size: 12px;
  line-height: 22px;
}

.electron .buy-sell_message_2Fl2D {
  top: 4px;
}

.buy-sell_emptyBackupMessage_agpeH {
  top: 40px;
}

.buy-sell_messageInfo_2vXbv {
  background: #ecf3ff;
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 22px;
  color: #455a64;
}

.buy-sell_messageInfo_2vXbv::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  left: 0;
  z-index: -100;
  bottom: -10px;
  border-color: #eff5ff transparent transparent transparent;
}

.buy-sell_messagePartnerError_2te4R {
  position: absolute;
  margin: 0;
  width: 440px;
  flex: 3;
  top: 9px;
  left: 155px;
  z-index: 1;
}

.buy-sell_messagePartnerError_2te4R::after {
  right: 0;
  left: auto;
}

.buy-sell_wrapperMainPage_2WaiQ {
  width: 1103px;
  margin: 0 auto;
}

.buy-sell_wrapperForm_2cgLz {
  width: 595px;
  margin: 0 auto;
  padding: 48px 0;
  background: none;
  position: relative;
  min-height: 630px;
}

.electron .buy-sell_wrapperForm_2cgLz {
  width: 595px;
  height: 90vh;
  margin: 0 auto;
}

.buy-sell_errorInput_YK29a {
  overflow: visible;
  text-align: end;
}

.buy-sell_changeSideWrapper_2dMFW {
  display: flex;
  justify-content: center;
  margin: 34px 0 20px;
}

.buy-sell_changeSideIcon_bs8GE {
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.2s;
  width: 14px;
}

.buy-sell_changeSideIcon_bs8GE:active {
  transform: translateY(3px);
}

.buy-sell_footerBlock_2Jt2Q {
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
}

.buy-sell_buyNotify_2vfg1 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 32px;
  position: absolute;
  width: 100%;
  bottom: 50px;
}

.electron .buy-sell_buyNotify_2vfg1 {
  bottom: 30px;
}

.buy-sell_buyNotifyText_2hNqi {
  font-family: Roboto, sans-serif;
  color: #455a64;
  display: flex;
}

.buy-sell_iconClock_fSaa3 {
  fill: #979797;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  margin-bottom: 12px;
}

.buy-sell_iconInformation_2ua6Y {
  fill: #979797;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.buy-sell_buyNotifyTextItem_1B6fn {
  display: flex;
  padding: 0;
  position: relative;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  padding-top: 1px;
}

.buy-sell_stepInfo_DvZBQ {
  font-size: 12px;
  color: #aaa9a9;
  margin-left: 10px;
}

.buy-sell_loaderWrapper_1bMb2 {
  display: flex;
  align-items: center;
}

.buy-sell_desktopInfo_1Sl25 {
  display: flex;
  position: absolute;
  top: 485px;
  width: 100%;
  justify-content: space-between;
}

.buy-sell_notify_3HRX_ {
  color: #aaa9a9;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  margin: 0;
}

.buy-sell_amountNotify_3ZIPL {
  position: absolute;
  bottom: 4px;
  right: 24px;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  text-align: right;
  color: #656565;
}

.buy-sell_amountNotifyLink_2hP7t {
  color: #448aff;
}

.buy-sell_amountNotifyLink_2hP7t:hover {
  text-decoration: underline;
}

.buy-sell_toWalletInput_2nOcs {
  width: 263px;
  height: 68px;
}

.buy-sell_inputErrorCustomWrapper_2ZDUk {
  margin-bottom: 0 !important;
}

.buy-sell_inputCurrencyCustomWrapper_ZUhYt {
  margin-bottom: 15px !important;
}

.buy-sell_inputWrapperClassName_1Kfhn {
  height: 68px;
  border: none;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 29px;
  background: none;
  width: 261px;
  margin-bottom: 0;
}

.buy-sell_inputWrapperClassName_1Kfhn > div > div {
  width: auto;
}

.buy-sell_footerButtons_2daND {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
  width: 100%;
}

.buy-sell_networkError_2rc0o {
  width: 238px;
  height: 18px;
  font-size: 12px;
  line-height: 18px;
  align-items: center;
  text-align: end;
  color: #f35b51;
  margin-bottom: 5px;
}

.buy-sell_footerButtons_2daND > img {
  height: 19px;
  opacity: 0.5;
  margin-right: 20px;
}

.buy-sell_footerButtons_2daND > button {
  height: 56px;
  text-transform: capitalize;
}

.buy-sell_buttonBuySell_1O9Iv {
  width: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.buy-sell_infoSmallLink_3pVxj {
  width: 16px;
  height: 16px;
  background-image: url(/app/fd67037fa4457e7c73c11e2f2a74f379.svg);
  cursor: pointer;
  margin-left: 5px;
  position: relative;
}

.buy-sell_loader_1rIDf {
  position: absolute;
  left: 90px;
  top: -8px;
}

.buy-sell_popupWrapper_W4Afx {
  background: none;
  left: auto;
  padding: 0;
  margin-bottom: 0;
  margin-top: 100px;
}

/* dark-theme */

.theme-dark .buy-sell_wrapper_xlW_2 {
  background: none;
}

.theme-dark .buy-sell_rightBlock_1EYlZ,
.theme-dark .buy-sell_leftBlock_vNG-E {
  border: none;
  background-color: #303132;
  box-shadow: none;
}

.theme-dark .buy-sell_leftBlockTitle_1oN4G {
  color: #fff;
}

.theme-dark .buy-sell_buyNotifyText_2hNqi {
  color: #fff;
}

.theme-dark .buy-sell_iconInformation_2ua6Y,
.theme-dark .buy-sell_iconClock_fSaa3 {
  fill: #656565;
}

.theme-dark .buy-sell_notify_3HRX_ {
  color: #979797;
}

.theme-dark .buy-sell_inputWrapperClassName_1Kfhn {
  background: none;
}

.theme-dark .buy-sell_inputWrapperClassName_1Kfhn span {
  color: white;
}

.theme-dark .buy-sell_infoSmallLink_3pVxj {
  background-image: url(/app/0f461e1e417ffb32b7dbcfd328cec0d3.svg);
}

.theme-dark .buy-sell_popupWrapper_W4Afx {
  background: none;
}

.theme-dark .buy-sell_messageInfo_2vXbv {
  background-color: #afbdd4;
}

.theme-dark .buy-sell_messageInfo_2vXbv::after {
  border-color: #afbdd4 transparent transparent transparent;
}

/* electron */

.electron .buy-sell_wrapper_xlW_2 {
  justify-content: start;
  background: #fff;
}

.electron .buy-sell_leftBlock_vNG-E {
  height: 100%;
  margin: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.electron .buy-sell_rightBlock_1EYlZ {
  padding-right: 0;
  padding-left: 32px;
  border: none;
  border-left: solid 0.5px #e4e4e4;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

/* electron theme-dark */

.theme-dark.electron .buy-sell_wrapper_xlW_2 {
  background: #222223;
}

.theme-dark.electron .buy-sell_rightBlock_1EYlZ {
  border: none;
  background: #222223;
}

.buy-sell_choosePartnerWrapper_1iCut {
  width: 100%;
}

.buy-sell_choosePartnerHeader_3XpUj {
  height: 40px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  margin-top: 7px;
}

.buy-sell_choosePartnerWrapperTitle_1O-sj {
  display: flex;
  align-items: center;
  margin: 3px 0 0 8px;
  width: 128px;
}

.buy-sell_loaderBeforePartner_2GYCa {
  display: inline-block;
  margin-right: 10px;
}

.buy-sell_cursorPointer_35na3 {
  cursor: pointer;
}

.buy-sell_choosePartnerTitle_3zvwb {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 500;
  color: #455a64;
  margin: 0;
  padding: 0;
  flex: 1;
}

.buy-sell_choosePartnerTitleMain_3VaKe {
  margin-left: 7px;
}

.buy-sell_partnerTitle_1iISJ {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 5px;
}

.buy-sell_choosePartnerTitle_3zvwb::first-letter {
  text-transform: uppercase;
}

.theme-dark .buy-sell_choosePartnerTitle_3zvwb {
  color: #fff;
}

.buy-sell_choosePartnerNotify_gx4fD {
  margin: 5px 0 0;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(244.28deg, #7691e5 12.65%, #ab6cb7 100%);
  border-radius: 8px;
  width: 57px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.buy-sell_choosePartnerNotifyMain_1W4Tf {
  margin: 0;
  font-size: 10px;
  width: 60px;
}

.buy-sell_iconAccordionArrow_23cRB {
  width: 24px;
  height: 24px;
  fill: #656565;
  cursor: pointer;
  margin-left: 6px;
}

.buy-sell_iconAccordionArrow_23cRB.buy-sell_isShow_37vbX {
  transform: rotate(180deg);
}

.buy-sell_choosePartnerAccWrapper_3rKjC {
  height: 0;
  display: none;
}

.buy-sell_choosePartnerAccWrapper_3rKjC.buy-sell_isShow_37vbX {
  height: auto;
  display: block;
}

.buy-sell_choosePartnerAccName_2evUG {
  display: flex;
  align-items: start;
}

.buy-sell_choosePartnerAccItem_3wmBL {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin: 8px 0 20px 0;
}

.buy-sell_inputRadio_2f_m- {
  opacity: 0;
  width: 0;
  height: 0;
}

.buy-sell_partnerIcon_NsdEG {
  margin: 0 8px;
}

.buy-sell_choosePartnerList_2K9rT {
  margin: 12px 0 0 0;
  padding: 0 0 0 32px;
}

.buy-sell_choosePartnerListItem_E-YEr {
  color: #455a64;
}

.theme-dark .buy-sell_choosePartnerPaymentTermsItem_1NStn,
.theme-dark .buy-sell_choosePartnerListItem_E-YEr {
  color: #fff;
}

.buy-sell_choosePartnerPayWrapper_3Qvn1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  height: 90px;
}

.buy-sell_choosePartnerPaymentTerms_W0ghy {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.buy-sell_choosePartnerPaymentTermsItem_1NStn {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 155%;
  text-align: right;
  color: #455a64;
  margin: 0 0 0 15px;
}

.buy-sell_checkmark_15PHn {
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #656565;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 10px 8px 0 0;
  cursor: pointer;
}

.theme-dark .buy-sell_checkmark_15PHn {
  background: #303132;
  border: 1px solid #a1a1a1;
}

.buy-sell_checkmark_15PHn:hover {
  border: 5px solid rgba(101, 101, 101, 0.5);
}

.buy-sell_checkmark_15PHn.buy-sell_isCheked_2bFOR {
  border: 5px solid #7190eb;
}

.buy-sell_details_tD_PJ {
  display: flex;
  align-items: center;
  margin-top: 4px;
}

.buy-sell_moreDetails_24RLz {
  color: #a1a1a1;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.buy-sell_detailsTooltip_3J3dS {
  max-width: 350px;
  overflow-wrap: initial;
  padding: 0;
  border-radius: 8px;
  border: 1px solid #e4e4e4;
  background: #fff;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
}

.theme-dark .buy-sell_detailsTooltip_3J3dS {
  background: #262728;
  border: 1px solid #262728;
}

.buy-sell_detailsTooltip_3J3dS::before {
  display: none;
}

.buy-sell_detailsList_3lHD7 {
  padding: 19px 19px 19px 32px;
  margin: 0;
  white-space: nowrap;
}

div.buy-sell_walletsWrapper_2un4l span input {
  height: auto;
}

.input-value-and-select_wrapper_1l-sK {
  border: solid 1px #979797;
  border-radius: 3px;
  position: relative;
  margin-bottom: 32px;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 590px;
  cursor: pointer;
}

.theme-dark .input-value-and-select_wrapper_1l-sK {
  border-color: rgba(255, 255, 255, 0.3);
}

.electron .input-value-and-select_wrapper_1l-sK {
  width: 100%;
}

.input-value-and-select_placeholder_xcHDA {
  position: absolute;
  top: -13px;
  left: 20px;
  background: #fff;
  padding: 5px 8px;
  color: #979797;
  font-size: 12px;
  line-height: 16px !important;
}

.theme-dark .input-value-and-select_placeholder_xcHDA {
  background: #303132;
}

.theme-dark.electron .input-value-and-select_placeholderDarkElectron_2i9CH {
  background: #222223;
}

.input-value-and-select_wrapperCurrencies_1hEfS {
  width: 262px;
  border-right: solid 1px #979797;
}

.theme-dark .input-value-and-select_wrapperCurrencies_1hEfS {
  border-right-color: rgba(255, 255, 255, 0.3);
}

.input-value-and-select_wrapperCurrenciesNoWidth_1uw_Z {
  width: auto;
}

.input-value-and-select_wrapperCurrenciesFiat_29vqe {
  display: flex;
  align-items: center;
  padding-right: 24px;
  justify-content: end;
}

.input-value-and-select_wrapperWhileNotFiat_3KWHX {
  padding-right: 10px;
}

.input-value-and-select_fiatTiker_N_6JK {
  max-width: 56px;
  max-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis !important;
  font-family: Roboto, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #979797;
  text-align: right;
  margin-top: 4px;
  min-width: 56px;
}

.electron .input-value-and-select_fiatTiker_N_6JK {
  margin-top: 7px;
}

.input-value-and-select_wrapperInput_3fe9J {
  width: calc(100% - 262px);
  overflow: hidden;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.input-value-and-select_onlyInputWrapper_Egdqw {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.input-value-and-select_fiatTiker_N_6JK.input-value-and-select_isInvalid_mdBLJ,
.input-value-and-select_wrapperInput_3fe9J.input-value-and-select_isInvalid_mdBLJ input {
  color: #f35b51;
}

.theme-dark .input-value-and-select_fiatTiker_N_6JK.input-value-and-select_isInvalid_mdBLJ,
.theme-dark .input-value-and-select_wrapperInput_3fe9J.input-value-and-select_isInvalid_mdBLJ input {
  color: #da5048;
}

.input-value-and-select_onlyInputWrapper_Egdqw input,
.input-value-and-select_wrapperInput_3fe9J input {
  width: 100%;
  height: 68px;
  border: 0;
  text-align: right;
  padding-right: 15px;
  border-radius: 0;
  font-size: 24px;
  font-weight: bold;
  outline: none;
  color: #455a64;
}

div.input-value-and-select_responsiveInputWrapper_2rdn0 {
  width: 100%;
  padding-right: 16px;
  height: 52px;
}

div.input-value-and-select_responsiveInputWrapper_2rdn0 input {
  text-align: left;
  padding-left: 16px;
  font-size: 20px;
  font-family: 'Arial', sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  height: 52px;
}

div.input-value-and-select_responsiveInputWrapper_2rdn0 div {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
}

.input-value-and-select_wrapperCurrenciesNoWidth_1uw_Z input {
  height: 68px;
}

.input-value-and-select_loader_1xvBt {
  width: 100%;
  height: 68px;
  text-align: right;
  padding-right: 20px;
  border-radius: 0;
  font-size: 24px;
  font-weight: bold;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.input-value-and-select_responsiveLoader_1GGEa {
  justify-content: flex-start;
  padding-left: 16px;
}

.input-value-and-select_disabled_3JwHl {
  background-color: #fafafb;
}

.input-value-and-select_disabled_3JwHl input {
  background-color: #fafafb;
}

.theme-dark .input-value-and-select_disabled_3JwHl {
  background-color: #252525;
}

.theme-dark .input-value-and-select_onlyInputWrapper_Egdqw input,
.theme-dark .input-value-and-select_wrapperInput_3fe9J input {
  background: #222223;
  color: #fff;
}

.theme-dark .input-value-and-select_disabled_3JwHl input {
  background-color: #303132;
}

.input-value-and-select_value_tQZPI {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 17ch;
}

.input-value-and-select_tooltip_28Or_ {
  min-height: 22px;
}

.confirm_guardarianIframe_2DLV2 {
  position: absolute;
  width: 100vw;
  height: 100%;
  min-width: 1400px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
}

.electron .confirm_guardarianIframe_2DLV2 {
  left: 50%;
  transform: translateX(-50%);
}

.view_wrapper_wpjHJ {
  border: none;
  overflow: hidden;
  width: 370px;
  height: 661px;
  margin: 0 auto;
  background: none;
  box-shadow: none;
}

.view_wrapperHeader_1xiFp {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 192px;
  background-color: #7190EB;
  padding: 32px 0 0 0;
}

.view_headerFooterElipce_2oddZ {
  height: 28px;
  width: 28px;
  clip-path: ellipse(35% 25% at 50% 50%);
  background-color: #4c4c4c;
  top: -10px;
  z-index: 100;
}

.view_headerFooterElipceLeft_1wrNC {
  margin-top: -14px;
  margin-left: -14px;
}

.view_headerFooterElipceRight_121Wv {
  margin-top: -28px;
  margin-left: calc(100% - 14px);
}

.view_circle_2mb9K {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto;
  padding-top: 8px;
  margin-top: -2px;
}

.view_circleClock_rTca6 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #7190EB;
  margin: 0 auto;
}

.view_iconClock_3cZnh {
  fill: #fff;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  padding-top: 14px;
}

.view_wrapperLoader_2GNWs {
  text-align: center;
  margin: 100px 0;
  height: 496px;
}

.view_headerTitle_JVfDt {
  text-align: center;
  color: #fff;
  padding: 0;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
}

.view_headerText_2hinP {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 0;
  margin: 0;
}

.view_headerFooter_12dJJ {
  height: 50px;
  width: 100%;
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
}

.view_wrapperBody_1rG4J {
  width: 370px;
  height: 411px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 27px;
}

.view_wrapperBodyTitle_b_5od {
  padding-top: 58px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #1a1a1a;
}

.view_wrapperBodySubTitle_3UfKY {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #656565;
  padding-bottom: 50px;
}

.view_wrapperBodyText_17-Oq {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #44444f;
}

.view_wrapperBodySubText_-U7HN {
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #656565;
  opacity: 0.7;
}

.view_linkToSimplex_3VxQh {
  display: flex;
  background: #f2f2f7;
  border-radius: 10px;
  padding: 12px;
  margin-top: 16px;
  width: 316px;
  justify-content: space-between;
}

.view_linkToSimplex_3VxQh a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #7190eb;
  margin-right: 10px;
}

.view_iconCopy_4zsJd {
  width: 24px;
  height: 24px;
  fill: #7190eb;
}

.view_iconCopyOk_3Zdo4 {
  fill: #439d46;
  max-width: 24px;
  min-width: 20px;
  max-height: 24px;
}

.view_wrapperBodyFooter_1YcHL {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #455a64;
  opacity: 0.7;
  margin-top: 24px;
}

.view_wrapperFooter_1Mz_J {
  width: 400px;
}

.view_footerButtons_fcdn_ {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  background: #7190eb;
  height: 58px;
  color: white;
  text-transform: uppercase;
}

.view_footerLink_3_-r7 {
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
}

/* web dark theme */

.theme-dark .view_linkToSimplex_3VxQh {
  background-color: #252525;
}

.theme-dark .view_circle_2mb9K,
.theme-dark .view_wrapperBody_1rG4J {
  background-color: #303132;
}

.theme-dark .view_headerFooterElipce_2oddZ {
  background-color: #222223;
}

.theme-dark .view_wrapperBodyTitle_b_5od {
  color: #fff;
}

.theme-dark .view_wrapperBodyText_17-Oq,
.theme-dark .view_wrapperBodySubText_-U7HN,
.theme-dark .view_wrapperBodySubTitle_3UfKY {
  color: #979797;
}

.theme-dark .view_wrapperBodyFooter_1YcHL {
  color: white;
}

/* electron */

.electron .view_wrapper_wpjHJ {
  display: flex;
  width: 100%;
  background-color: #fff;
}

.electron .view_headerFooter_12dJJ {
  border: none;
}

.electron .view_wrapperHeader_1xiFp {
  background-color: #fff;
  padding-top: 44px;
  justify-content: flex-start;
  height: auto;
}

.electron .view_wrapperBody_1rG4J {
  width: auto;
  height: auto;
}

.view_rightBlock_2i-N_,
.view_leftBlock_1olY0 {
  width: 720px;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.view_rightBlock_2i-N_ {
  border-left: 1px solid #e4e4e4;
  padding: 32px;
}

.view_rightBlock_2i-N_ canvas {
  width: 504px !important;
  height: 276px !important;
}

.electron .view_headerText_2hinP,
.electron .view_headerTitle_JVfDt {
  color: #455a64;
}

.electron .view_headerTitle_JVfDt {
  margin-top: 30px;
}

.electron .view_wrapperBodyTitle_b_5od {
  padding-top: 32px;
}

.electron .view_wrapperBodySubTitle_3UfKY {
  padding-bottom: 28px;
}

.electron .view_linkToSimplex_3VxQh {
  margin: 16px auto;
  width: 349px;
}

.electron .view_footerButtons_fcdn_ {
  border-radius: 8px;
  margin-top: 32px;
}

/* electron dark theme */

.theme-dark.electron .view_leftBlock_1olY0,
.theme-dark.electron .view_circle_2mb9K,
.theme-dark.electron .view_wrapperHeader_1xiFp,
.theme-dark.electron .view_wrapperBody_1rG4J {
  background: #2e2e31;
  box-shadow: none;
}

.theme-dark.electron .view_headerText_2hinP,
.theme-dark.electron .view_headerTitle_JVfDt {
  color: #fff;
}

.theme-dark.electron .view_wrapper_wpjHJ,
.theme-dark.electron .view_rightBlock_2i-N_ {
  border-color: #303133;
  background: #222223;
}

.view_userSelect_2z8pI {
  user-select: text;
}

.chart_wrapper_1Z7wf {
  overflow: inherit;
  display: none;
  border-radius: 8px;
}

.chart_await_2Y1Dx {
  width: 434px;
  height: 364px;
  z-index: 100;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(/app/5733672748204bf2a2f2bb3c784c933f.svg);
  display: none;
}

.chart_await_2Y1Dx::before {
  content: '';
  width: 434px;
  height: 364px;
  position: absolute;
  background: linear-gradient(100deg, rgba(196, 196, 196, 0) 31%, rgba(255, 255, 255, 0.8) 35%, rgba(228, 228, 228, 0) 40%);
  background-size: 250% 400%;
  -webkit-animation: chart_gradient_140Ii 2s linear infinite;
  -moz-animation: chart_gradient_140Ii 2s linear infinite;
  -o-animation: chart_gradient_140Ii 2s linear infinite;
  animation: chart_gradient_140Ii 2s linear infinite;
  border-radius: 8px;
}

@-webkit-keyframes chart_gradient_140Ii {
  0% { background-position: 100% 0; }
  100% { background-position: 0 0; }
}

@-moz-keyframes chart_gradient_140Ii {
  0% { background-position: 100% 0; }
  100% { background-position: 0 0; }
}

@-o-keyframes chart_gradient_140Ii {
  0% { background-position: 100% 0; }
  100% { background-position: 0 0; }
}

@keyframes chart_gradient_140Ii {
  0% { background-position: 100% 0; }
  100% { background-position: 0 0; }
}

.theme-dark .chart_await_2Y1Dx::before {
  background: linear-gradient(100deg, rgba(196, 196, 196, 0) 31%, rgba(48, 49, 51, 0.8) 35%, rgba(228, 228, 228, 0) 40%);
  background-size: 250% 400%;
  animation: chart_gradient_140Ii 2s linear infinite;
}

.chart_imageWrapper_1l7pC {
  width: 434px;
  height: 364px;
  z-index: 101;
  position: absolute;
  display: none;
}

.chart_isVisible_2WGHS {
  display: block;
}

.electron .chart_wrapper_1Z7wf,
.electron .chart_chartWrapper_2vAUZ {
  height: auto;
}

.theme-dark.electron .chart_chartWrapper_2vAUZ {
  background-color: #222223;
}

.chart_chartWrapper_2vAUZ {
  padding: 32px;
  border-radius: 8px;
}

.chart_titleWrapper_2qTqz h4 {
  color: #7190EB;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 14px;
  margin-top: 0;
}

.chart_periods_2aqtA {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.chart_periods_2aqtA div {
  cursor: pointer;
  font-size: 12px;
  color: $colorText;
  padding: 4px 10px;
}

.chart_isActive_3KK63 {
  background: #f1f1f1;
  border-radius: 8px;
  font-weight: bold;
}

.chart_titleWrapper_2qTqz {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.chart_currentRate_3IdKD {
  margin-left: 13px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 32px;
}

.chart_loader_28Pyv {
  position: absolute;
  right: 30px;
}

.chart_chartTitle_3yXid {
  display: flex;
}

.chart_currIcon__I7Ju {
  width: 24px !important;
  height: 24px !important;
  font-size: 14px !important;
}

.chart_currIcon__I7Ju img {
  width: 14px;
  height: 14px;
}

.chart_currIcon__I7Ju::before {
  height: auto;
}

.chart_currentRateName_3xWER {
  margin-top: 4px;
  color: #455a64;
}

.chart_currentRateValue_3CY86 {
  font-size: 14px;
  color: #455a64;
}

.chart_currentRateGray_185ru {
  color: #c4c4c4;
}

.chart_periodsWrapper_3rbDG {
  display: flex;
  justify-content: space-around;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 0 !important;
  width: 187px;
  color: #656565;
  margin-top: 16px;
}

.chart_arrowIcon_1kZRd {
  background-repeat: no-repeat;
  height: 9px;
  width: 4px;
  margin-right: 5px;
}

.chart_increase_-mRj2 {
  background-image: url(/app/90a9d6b320677b90b481f645d3ec00e5.svg);
}

.chart_decrease_2Et-f {
  background-image: url(/app/90a9d6b320677b90b481f645d3ec00e5.svg);
}

.chart_changeWrapper_1kTPD {
  border-radius: 20px;
  font-size: 12px;
  display: flex;
  align-items: center;
  padding: 2px 8px;
  margin-left: 16px;
}

.chart_changeWrapperIncrease_pI9Lw {
  background: rgba(85, 182, 78, 0.1);
  color: #55b64e;
}

.chart_changeWrapperDecrease_1RUVz {
  background: rgba(243, 91, 81, 0.1);
  color: #f35b51;
}

.chart_currentRateTitle_ZEm1E {
  display: flex;
}

/* theme-dark */

.theme-dark .chart_changeWrapperDecrease_1RUVz {
  background: rgba(218, 80, 72, 0.1);
  color: #da5048;
}

.theme-dark .chart_periodsWrapper_3rbDG {
  border: 1px solid #979797;
}

.theme-dark .chart_await_2Y1Dx {
  background-image: url(/app/3dabbd8f221037124435f59162a774a9.svg);
}

.theme-dark .chart_chartWrapper_2vAUZ,
.theme-dark .chart_wrapper_1Z7wf {
  background-color: #303133;
  border-color: #303133;
}

.theme-dark .chart_isActive_3KK63 {
  background-color: #252525;
}

.theme-dark .chart_currentRateName_3xWER,
.theme-dark .chart_chartTitle_3yXid {
  color: #fff;
}

.theme-dark .chart_currentRateValue_3CY86 {
  color: #979797;
}

.theme-dark .chart_currentRateGray_185ru {
  color: #656565;
}

/* electron */

.electron .chart_await_2Y1Dx {
  background-image: url(/app/49ea5ff20b7d6b213bbd8d641437a289.svg);
  background-color: #fff;
  width: 564px;
  height: 370px;
}

.electron .chart_imageWrapper_1l7pC {
  background-color: #fff;
  width: 564px;
  height: 370px;
}

.theme-dark.electron .chart_await_2Y1Dx {
  background-image: url(/app/51e5e94837e89d89c98cd33cf04d98e8.svg);
  background-color: #222223;
}

.electron .chart_await_2Y1Dx::before {
  width: 564px;
  height: 370px;
}

.theme-dark.electron .chart_imageWrapper_1l7pC {
  background-color: #222223;
}

.theme-dark.electron .chart_isActive_3KK63 {
  background-color: #2e2e31;
  color: #979797;
}

.confirm_wrapper_3VA33 {
  margin: 0 auto;
  border-radius: 5px;
  background: white;
  position: relative;
  box-shadow: 0 0 5px rgba(121, 140, 229, 0.16);
  overflow: hidden;
  min-height: 400px;
  max-width: 400px;
  padding: 0;
}

.electron .confirm_wrapper_3VA33 {
  max-width: max-content;
}

.theme-dark.electron .confirm_wrapper_3VA33 {
  background-color: #222223;
}

.confirm_wrapperForm_Y7YQA {
  padding: 0;
  margin: 32px;
  width: auto;
}

.confirm_headerTitles_1Vq0m {
  text-align: center;
  margin: 32px 0;
}

.confirm_backButton_2Seqq {
  padding: 0;
}

.confirm_headerTitles_1Vq0m h2 {
  color: #7190EB;
  margin: 5px 0 30px;
  font-size: 20px;
}

.confirm_headerTitles_1Vq0m h3 {
  color: #aaa9a9;
  margin: 0;
  font-weight: normal;
  font-size: 16px;
}

.confirm_separator_M35eI {
  border-bottom: solid 1px rgba(170,169,169, 0.3);
  margin: 20px 0;
}

.confirm_footerBlock_La3R5 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 40px;
}

.confirm_stepInfo_1ILa1 {
  font-size: 12px;
  color: #aaa9a9;
}

.confirm_error_3RwFA {
  color: #E53935;
  font-size: 14px;
}

.confirm_simplexIframe_3SVVc {
  position: absolute;
  width: 100vw;
  height: 100%;
  min-width: 1400px;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
}

.electron .confirm_simplexIframe_3SVVc {
  left: 50%;
  transform: translateX(-50%);
}

.fee-cover_updateBalanceLink_rytKW {
  color: #E53935;
  text-decoration: underline;
}

.exchangeDetailsPage_wrapper_1jM43 {
  overflow: hidden;
  padding-bottom: 40px;
}

.theme-dark.electron .exchangeDetailsPage_wrapper_1jM43 {
  background-color: #222223;
}

.exchangeDetailsPage_wrapperForm_33cJA {
}

.exchangeDetailsPage_wrapperForm_33cJA.exchangeDetailsPage_lock_23b_c {
  filter: blur(3px);
}

.exchangeDetailsPage_headerTitle_Rhh2K {
}

.responsive .exchangeDetailsPage_headerTitle_Rhh2K {
  font-family: 'Arial', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
}

.exchangeDetailsPage_infoBlock_1pawJ {
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #e4e4e4;
  margin-bottom: 16px;
}

.exchangeDetailsPage_walletFromInfoBlock_9FGAd {
  border-radius: 8px 8px 0 0;
  margin-bottom: 0;
}

.exchangeDetailsPage_walletToInfoBlock_GgM95 {
  border-radius: 0 0 8px 8px;
  margin-top: -1px;
}

.exchangeDetailsPage_exchangeDetails_2vWpt {
  height: 100px;
}

.responsive .exchangeDetailsPage_exchangeDetails_2vWpt {
  height: auto;
}

.exchangeDetailsPage_fromWallet_3DiyC {
  min-height: 105px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 22px;
}

.responsive .exchangeDetailsPage_fromWallet_3DiyC {
  min-height: auto;
  padding: 10px 0 3px 0;
  border-bottom: none;
}

.exchangeDetailsPage_toWallet_2L2JM {
  min-height: 105px;
  padding-bottom: 22px;
}

.responsive .exchangeDetailsPage_toWallet_2L2JM {
  min-height: auto;
  padding: 10px 0 3px 0;
}

.exchangeDetailsPage_wrapperAmount_3Qwts {
  display: inline-block;
}

.exchangeDetailsPage_amountExchange_1oSGW {
  display: inline-block;
  padding: 10px;
  margin: 5px 5px 0;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #455a63;
  border-radius: 4px;
}

.responsive .exchangeDetailsPage_amountExchange_1oSGW {
  font-size: 20px;
  padding: 7px;
}

.exchangeDetailsPage_copyButton_277jl {
  cursor: default;
  display: flex;
  align-items: center;
}

.theme-dark .exchangeDetailsPage_copyButton_277jl {
  color: #fff;
}

.exchangeDetailsPage_walletTicker_2pA65 {
  display: inline-block;
  margin-left: 5px;
  color: #979797;
}

.responsive .exchangeDetailsPage_walletTicker_2pA65 {
  font-size: 14px;
}

.exchangeDetailsPage_tooltip_uSeqR {
  height: 38px;
  border-radius: 8px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  left: 10px;
}

.responsive .exchangeDetailsPage_tooltip_uSeqR {
  font-size: 10px;
  left: -10px;
}

.exchangeDetailsPage_walletInfo_2e1MQ {
  margin-left: 15px;
}

.exchangeDetailsPage_infoType_3WCxe {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #a1a1a1;
  margin-bottom: 10px;
}

.exchangeDetailsPage_walletDescription_3U7PC {
  display: flex;
  align-items: center;
}

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

.exchangeDetailsPage_walletDetailsWrapper_1_vNK {
  display: flex;
}

.responsive .exchangeDetailsPage_walletDetailsWrapper_1_vNK {
  flex-direction: column;
  width: 85%;
}

.exchangeDetailsPage_walletTitle_1QAnm {
  font-weight: 500;
  font-size: 18px;
  color: #455a63;
  max-width: 150px;
  overflow-wrap: break-word;
}

.theme-dark .exchangeDetailsPage_walletTitle_1QAnm {
  color: #fff;
}

.responsive .exchangeDetailsPage_walletTitle_1QAnm {
  font-size: 14px;
}

.exchangeDetailsPage_walletAddress_Vxlmm {
  padding-top: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #a1a1a1;
  max-width: 430px;
  overflow-wrap: break-word;
}

.responsive .exchangeDetailsPage_walletAddress_Vxlmm {
  line-height: 14px;
}

.exchangeDetailsPage_exchangeInfo_qiBoQ {
  margin: 15px 18px 8px;
}

.exchangeDetailsPage_exchangeInfo_qiBoQ .exchangeDetailsPage_infoType_3WCxe {
  color: #c7c7c7;
  margin: 20px 0 10px;
}

.responsive .exchangeDetailsPage_exchangeInfo_qiBoQ {
  display: flex;
  align-items: center;
  margin: 12px 18px 4px;
}

.responsive .exchangeDetailsPage_exchangeInfo_qiBoQ .exchangeDetailsPage_infoType_3WCxe {
  margin: 0 5px 8px 0;
}

.exchangeDetailsPage_exchangeID_Yjsnr {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7190EB;
  margin-bottom: 10px;
}

.responsive .exchangeDetailsPage_exchangeID_Yjsnr {
  font-weight: 700;
}

.exchangeDetailsPage_exchangeIDLink_2cZQE:hover {
  text-decoration: none;
}

.exchangeDetailsPage_exchangePartner_jnNtW {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #c7c7c7;
}

.exchangeDetailsPage_retryButton_2pReY {
  margin: 10px 0 20px;
  width: 100%;
  height: 56px;
  font-size: 16px;
  border-radius: 8px;
}

.responsive .exchangeDetailsPage_retryButton_2pReY {
  height: 46px;
  padding: 10px 60px;
  border-radius: 3px;
}

.exchangeDetailsPage_resultBlock_1IY6k {
  width: 96%;
  margin: 5px auto;
  position: relative;
}

.responsive .exchangeDetailsPage_resultBlock_1IY6k {
  margin-top: 45px;
}

.exchangeDetailsPage_progressBar_xXpIY {
  margin: 40px auto 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.exchangeDetailsPage_separator_338Hg {
  border-bottom: 1px solid #e4e4e4;
  width: 90%;
  margin: 20px 2px 10px;
  position: absolute;
  top: -8px;
  left: 27px;
}

.theme-dark .exchangeDetailsPage_separator_338Hg {
  border-bottom: 1px solid #262728;
}

.responsive .exchangeDetailsPage_separator_338Hg {
  width: 82%;
  top: -13px;
  left: 9%;
}

.exchangeDetailsPage_status_3-u1j {
  width: 80px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #455a63;
  position: relative;
}

.theme-dark .exchangeDetailsPage_status_3-u1j {
  color: #fff;
}

.responsive .exchangeDetailsPage_status_3-u1j {
  font-size: 12px;
  width: 17%;
}

@media screen and (max-width: 499px) {
  .responsive .exchangeDetailsPage_status_3-u1j {
    width: 20%;
  }
}

.exchangeDetailsPage_statusNotBegan_1vIaV,
.theme-dark .exchangeDetailsPage_statusNotBegan_1vIaV {
  color: #c7c7c7;
}

.exchangeDetailsPage_statusError_1qF_4,
.theme-dark .exchangeDetailsPage_statusError_1qF_4 {
  color: #f35b51;
}

.exchangeDetailsPage_statusImg_3UOju {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.responsive .exchangeDetailsPage_statusImg_3UOju {
  width: 13px;
  height: 13px;
}

.exchangeDetailsPage_sendingForExchange_2Ontl {
  width: 85px;
}

.responsive .exchangeDetailsPage_sendingForExchange_2Ontl {
  width: 100%;
}

.exchangeDetailsPage_statusWait_3AWN1 {
  background-image: url(/app/c3795e164d7408814a352fdb59b93191.svg);
  background-repeat: no-repeat;
}

.exchangeDetailsPage_detailsExchangeError_1Tkos {
  top: -217px;
}

.responsive .exchangeDetailsPage_detailsExchangeError_1Tkos {
  top: -185px;
}

.exchangeDetailsPage_detailsExchangeError_1Tkos a {
  color: #f35b51;
}

.exchangeDetailsPage_detailsExchangeError_1Tkos a:hover {
  text-decoration: none;
}

.theme-dark .exchangeDetailsPage_statusWait_3AWN1 {
  background-image: url(/app/87364ff8db1f9b423eb57c9183f3f175.svg);
}

.theme-dark.electron .exchangeDetailsPage_statusWait_3AWN1 {
  background-image: url(/app/5451828564d0005ec0882f06f353c015.svg);
}

.exchangeDetailsPage_statusDone_21AVY,
.theme-dark .exchangeDetailsPage_statusDone_21AVY {
  background-image: url(/app/cfd5be2f7960908c6f427893370ef7b5.svg);
}

.exchangeDetailsPage_statusFailed_2zA_K {
  background-image: url(/app/f4ab81071ed6e96a12e2394a34a4e53a.svg);
}

.theme-dark .exchangeDetailsPage_statusFailed_2zA_K {
  background-image: url(/app/155ba2c9365a7c198367dba9c1b37ad4.svg);
}

.theme-dark.electron .exchangeDetailsPage_statusFailed_2zA_K {
  background-image: url(/app/99c5b33529cfa12456eccf8a2e3ba80a.svg);
}

.exchangeDetailsPage_loadingCircle_3ipL6 {
  position: absolute;
  left: -2px;
  top: -2px;
  width: 28px;
}

.responsive .exchangeDetailsPage_loadingCircle_3ipL6 {
  width: 15px;
  left: -1px;
  top: -1px;
}

.exchangeDetailsPage_captcha_K492X {
  display: flex;
  width: 100%;
  justify-content: left;
  margin-top: 40px;
  margin-bottom: 20px;
}

.exchangeDetailsPage_footerBlock_3fIjr {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.exchangeDetailsPage_buttonsWrapper_3o1c6 span {
  margin-right: 25px;
  color: #448aff;
  border-bottom: solid 1px #448aff;
  cursor: pointer;
}

.exchangeDetailsPage_buttonsWrapper_3o1c6 span:hover {
  border-bottom: solid 1px #448aff;
}

.exchangeDetailsPage_stepInfo_3yZyh {
  font-size: 12px;
  color: #aaa9a9;
}

.exchangeDetailsPage_feeInfoToggle_16ISZ {
  font-size: 14px;
  color: #7190EB;
  margin-bottom: 20px;
  cursor: pointer;
}

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

.exchangeDetailsPage_feeInfoToggle_16ISZ img {
  width: 13px;
  margin-left: 5px;
}

.exchangeDetailsPage_loaderWrapper_2SJzQ {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #aaa9a9;
}

.exchangeDetailsPage_updateBalanceLink_1zUch {
  color: #E53935;
  text-decoration: underline;
}

.exchangeDetailsPage_wrapperCenterForm_486wo {
  margin: 50px auto;
  text-align: center;
}

.exchangeDetailsPage_wrapperCenterForm_486wo img {
  margin-bottom: 40px;
}

.exchangeDetailsPage_userSelect_ttAxk {
  user-select: text;
}

.history-export-csv_container_IRhys {
  position: absolute;
  top: 103px;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  background: #f1f2fa;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
  z-index: 2;
  right: 30px;
}

.theme-dark .history-export-csv_container_IRhys {
  background: rgba(0, 0, 0, 0.2);
}

.history-export-csv_container_IRhys svg {
  width: 15px;
  height: 16px;
  fill: #448aff;
}

.history-export-csv_container_IRhys:hover {
  background-color: #7190EB;
}

.history-export-csv_container_IRhys:hover svg {
  fill: #fff;
}

.history_wrapper_2iKFa {
  background: none !important;
  border: none;
  box-shadow: none;
}

.history_wrapperPage_2BQ1z {
  width: 1103px;
  margin: 0 auto;
}

.theme-dark.electron .history_wrapper_2iKFa {
  background-color: #222223;
}

.electron .history_wrapper_2iKFa {
  background: #fff !important;
}

.electron.theme-dark .history_wrapper_2iKFa {
  background: #222223 !important;
}

.history_wrapperShadow_-3cn3 {
  border-radius: 5px;
  background: white;
  position: relative;
  box-shadow: 0 0 0 1px #e4e4e4;
}

.electron .history_wrapperShadow_-3cn3 {
  border-radius: 0;
}

.theme-dark .history_wrapperShadow_-3cn3 {
  background: #303132;
  box-shadow: none;
  border: none;
}

.history_isEmpty_2b9wY {
  background: #fff;
  box-shadow: 0 0 0 1px #e4e4e4;
}

.history_wrapperTextCenter_SDvGy {
  text-align: center;
  padding: 50px 0;
  color: #aaa9a9;
  font-size: 14px;
  background: #fff;
}

.theme-dark .history_wrapperTextCenter_SDvGy {
  background: #303132;
}

.theme-dark.electron .history_wrapperTextCenter_SDvGy {
  background: #222223;
}

.history_wrapperTextCenter_SDvGy img {
  width: 25%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.history_wrapperTextCenter_SDvGy a {
  color: #448aff;
}

.history_txDateBlock_238wh {
  font-size: 14px;
  padding: 20px 30px 10px;
  color: #7190EB;
  font-weight: normal;
  background: #fff;
  border-bottom: solid 1px rgba(170,169,169, 0.2);
  box-shadow: 0 0 0 1px #e4e4e4;
  position: relative;
  z-index: 1;
}

.theme-dark .history_txDateBlock_238wh {
  background: #303132;
  border-bottom-color: rgba(0,0,0, 0.2);
  box-shadow: none;
}

.theme-dark.electron .history_txDateBlock_238wh {
  background: #222223;
}

.history_centerLoader_5Hm4c {
  padding: 50px 0;
  color: #aaa9a9;
  text-align: center;
}

.history_buttonImport_3JXja {
  background: #f1f2fa !important;
  color: #448aff;
}

.history_historyExport_3B2LH {
  top: 12px;
}

.history_notifyButton_1qyS3 {
  position: absolute;
  top: 12px;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  background: #f1f2fa;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
  z-index: 2;
  right: 70px;
}

.theme-dark .history_notifyButton_1qyS3 {
  background: rgba(0,0,0, 0.2);
}

.responsive .history_notifyButton_1qyS3 {
  top: 92px;
}

.history_notifyButton_1qyS3 svg {
  width: 60%;
  fill: #448aff;
}

.history_notifyButton_1qyS3:hover {
  background-color: #7190EB;
}

.history_notifyButton_1qyS3:hover svg {
  fill: #fff;
}

.history_inlineLoader_3dfWn {
  margin: 8px 0 0 !important;
}

.history_blockLoader_3jZni {
  vertical-align: top;
}

.history_blockLoader_3jZni span {
  vertical-align: top;
  margin-top: 18px;
  margin-left: 15px;
  display: inline-block;
}

.history_loadTransactionsWrapper_cmCPl {
  margin-top: 14px;
}

.history_boxShadowNone_2Y9tB {
  box-shadow: none;
}

.history_title_1iXQc {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  color: #455a63;
  margin: 0;
  padding: 7px 0 7px 20px;
}

.theme-dark .history_title_1iXQc {
  color: #fff;
}

.history_titleWrapper_CIjct {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.history_refreshButton_3y0tx {
  top: 12px;
}
.under-attack_body_21QKt {
  background-color: #fff;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.under-attack_wrapper_1Nxn5 {
  padding: 50px 100px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  max-width: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.under-attack_imageWrapper_3Q2E1 {
  width: 185px;
}

.under-attack_imageWrapper_3Q2E1 img {
  width: 100%;
}

p.under-attack_text_2K-0O {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #455a64;
}

.under-attack_button_3V6K9 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  outline: none;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  background-color: #91adfa;
  border: none;
  color: #fff;
  height: 48px;
  width: 380px;
}

.under-attack_linkTlg_2E4o8 {
  width: 100%;
}

.under-attack_iconWrap_1iVqw {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  left: 10px;
  top: 10px;
}

.misk-info-modern_wrapper_2wCKZ {
  margin-bottom: 20px;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.misk-info-modern_title_1cufg {
  margin-right: 10px;
  width: 180px;
  display: flex;
  align-items: center;
  color: #455a64;
}

.misk-info-modern_title_1cufg img {
  margin-left: 5px;
}

.misk-info-modern_value_1J20L {
  color: #455a64;
}

.misk-info-modern_value_1J20L.misk-info-modern_isAction_3tvvF {
  color: #7190EB;
  cursor: pointer;
}

.misk-info-modern_value_1J20L.misk-info-modern_isAction_3tvvF:hover {
  text-decoration: underline;
}

.misk-info-modern_value_1J20L.misk-info-modern_disabled_3UXd1 {
  color: #aaa9a9;
}

.misk-info-modern_hightlight_LKf94 {
  color: #7190EB;
  font-weight: bold;
}

.theme-dark .misk-info-modern_title_1cufg {
  color: rgba(255,255,255, 0.5);
}

.theme-dark .misk-info-modern_value_1J20L {
  color: rgba(255,255,255, 0.8);
}

.mini-tabs-selector_wrapper_cAdse {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
  margin-top: 10px;
}

.mini-tabs-selector_container_3gfR4 {
  display: flex;
  border-radius: 8px;
}

.theme-dark .mini-tabs-selector_container_3gfR4 {
  border-color: rgba(255,255,255, 0.2);
}

.mini-tabs-selector_container_3gfR4 span {
  padding: 0 12px;
  color: #656565;
  border-right: solid 1px #e4e4e4;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  line-height: 12px;
}

.theme-dark .mini-tabs-selector_container_3gfR4 span {
  color: rgba(255,255,255, 0.4);
  border-right-color: rgba(255,255,255, 0.2);
}

.mini-tabs-selector_container_3gfR4 span:last-child {
  border-right: 0;
}

.mini-tabs-selector_container_3gfR4 span:hover {
  text-decoration: none;
  color: #7190EB;
}

.PopupSuccess_popup_PBCKb {
  border-radius: 8px;
  padding: 0;
  overflow: hidden;
}

.PopupSuccess_header_jtMUu {
  background: #798ce5;
  padding: 20px 0 60px;
  text-align: center;
  color: #fff;
  position: relative;
  margin-bottom: 50px;
}

.PopupSuccess_headerSubTitle_26HQ7 {
  font-weight: bold;
  margin-top: 20px;
}

.PopupSuccess_headerTitle_PuXiU {
  font-size: 28px;
  margin-top: 10px;
  font-weight: bold;
}

.PopupSuccess_iconSuccess_1812G {
  border-radius: 100px;
  background: url(/app/6a5faea3bc176b102ea8b96f6fe034d0.svg);
  width: 76px;
  height: 76px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -38px;
  margin-left: -38px;
}

.PopupSuccess_currecniesPairs_2VDpF {
  display: flex;
  flex-direction: column;
  border: solid 1px #f1f1f1;
  border-radius: 8px;
}

.PopupSuccess_currencyBlock_3dgh3 {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  padding: 12px 16px;
}

.PopupSuccess_currencySeparator_KaWz- {
  border-top: solid 1px #f1f1f1;
  margin-left: 20%;
  margin-right: 20%;
}

.PopupSuccess_body_2HHMh {
  padding: 0 35px;
  font-size: 14px;
  text-align: center;
}

.PopupSuccess_bottomButton_2KM62 {
  text-align: center;
  color: #fff;
  background: #798ce5;
  padding: 20px 0;
  cursor: pointer;
  margin-top: 40px;
}

.PopupSuccess_bottomButton_2KM62:hover {
  opacity: 0.95;
}

.PopupSuccess_currencyTicker_2SaR- {
  font-size: 16px;
  color: #a1a1a1;
}

.PopupSuccess_currencyAmountGreen_1dprV,
.PopupSuccess_currencyAmount_2fqX1 {
  font-size: 16px;
  text-align: left;
  width: 180px;
  margin-left: 20px;
  font-weight: 600;
}

.PopupSuccess_currencyAmountGreen_1dprV {
  color: #1ba27a;
}

.borrow_overflowHidden_4Zatm {
  overflow: hidden;
}

.borrow_borrowWhiteContainer_nTXwN,
.borrow_borrowBorderContainer_2sqq3 {
  padding: 22px 32px 32px;
  background: #fff;
  border-radius: 5px;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 29px;
  box-shadow: 0 0 0 1px #e4e4e4;
}

.borrow_lastBlock_2NL6O {
  margin-top: 20px;
  padding: 27px 35px 28px;
}

.electron .borrow_borrowWhiteContainer_nTXwN,
.electron .borrow_borrowBorderContainer_2sqq3 {
  border-radius: 0;
  margin-bottom: 0;
  box-shadow: none;
}

.electron .borrow_borrowBorderContainer_2sqq3 {
  border: unset;
}

.electron .borrow_borrowBorderContainer_2sqq3::-webkit-scrollbar {
  display: none;
}

.electron .col-xs-12 .borrow_borrowWhiteContainer_nTXwN {
  border-bottom: 1px solid rgba(170, 169, 169, 0.5);
}

.theme-dark.electron .col-xs-12 .borrow_borrowWhiteContainer_nTXwN {
  border-bottom: 1px solid;
}

.electron .col-xs-5 .borrow_borrowBorderContainer_2sqq3 {
  background: transparent !important;
}

.electron .col-xs-7 .borrow_borrowBorderContainer_2sqq3 {
  height: calc(100vh - 70px);
  position: relative;
  overflow: auto;
}

.borrow_description_1xZSj {
  color: #455a64;
}

.theme-dark .borrow_description_1xZSj {
  color: rgba(255, 255, 255, 0.8);
}

.theme-dark .borrow_borrowBorderContainer_2sqq3,
.theme-dark .borrow_borrowWhiteContainer_nTXwN {
  border-color: #303132;
  background: #303132;
  box-shadow: none;
}

.borrow_borrowWhiteContainer_nTXwN h1,
.borrow_borrowBorderContainer_2sqq3 h1 {
  font-size: 20px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
  margin: 0 0 32px;
  color: #455a64;
}

.theme-dark .borrow_borrowBorderContainer_2sqq3 h1,
.theme-dark .borrow_borrowWhiteContainer_nTXwN h1 {
  color: #fff;
}

.borrow_backButton_32C1l {
  color: #aaa9a9 !important;
}

.borrow_backButton_32C1l svg {
  stroke: #aaa9a9 !important;
}

.borrow_bottomButtomContainer_3GADI {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  bottom: 60px;
  right: 0;
  padding: 0 45px;
}

.borrow_bottomInformation_2EF5Z {
  color: #656565;
  font-size: 12px;
  margin-bottom: 0;
  padding-left: 25px;
  background: url(/app/448e09f05efb857dac78877907656cca.svg) no-repeat 0 3px;
}

.borrow_transactionError_qMN9A {
  color: #E53935 !important;
  font-size: 12px;
  margin-bottom: 0;
  padding-left: 25px;
  background: url(/app/448e09f05efb857dac78877907656cca.svg) no-repeat 0 3px;
}

.borrow_transactionError_qMN9A a {
  color: #E53935 !important;
  text-decoration: underline;
}

.borrow_bottomInformation_2EF5Z span {
  color: #aaa9a9;
  margin-left: 10px;
}

.electron .borrow_electronPadding_ZCEA2 {
  margin-top: 10px;
}

.BorrowIndexPage_row_15N2Y {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.BorrowIndexPage_description_Q9wbX {
  color: #455a63;
  font-weight: 600;
}

.theme-dark .BorrowIndexPage_description_Q9wbX {
  color: #fff;
}

.BorrowIndexPage_ulElement_1KINT {
  list-style: none;
  padding: 0;
  margin-top: 12px;
  margin-bottom: 0;
}

.BorrowIndexPage_ulElement_1KINT li {
  color: #455a63;
  padding: 0 0 14px 30px;
  background: url(/app/626307e402a35105b907090cf6d0b98d.svg) no-repeat 0 2px;
}

.theme-dark .BorrowIndexPage_ulElement_1KINT li {
  color: #fff;
}

.BorrowIndexPage_youGetResultBlock_3-Alk {
  background: #f1f2fa;
  border-radius: 5px;
  padding: 20px 16px;
  margin-bottom: 42px;
}

.BorrowIndexPage_youGetResultBlock_3-Alk h4 {
  font-size: 12px;
  line-height: 14px;
  color: #979797;
  padding: 0;
  font-weight: normal;
  margin: 0 0 10px;
}

.BorrowIndexPage_youGetResultBlockResult_4P8m_ {
  color: #448aff;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
}

.BorrowIndexPage_youGetResultBlockSymbol_2mz9O {
  font-size: 16px;
  line-height: 36px;
}

.BorrowIndexPage_separatorTitle_3v2I0 {
  margin-top: 70px;
}

.BorrowIndexPage_separatorButton_1q6pW {
  margin-top: 100px;
}

.BorrowIndexPage_undoButton_2Yx3S {
  background: #44444f !important;
}

.BorrowIndexPage_inputError_1F2_E {
  color: #f35b51;
  position: absolute;
  top: calc(100% - 20px);
  right: 44px;
  font-size: 12px;
}

.BorrowIndexPage_errorInput_3RhNx {
  overflow: visible;
  text-align: end;
}

.BorrowIndexPage_inputWrapper_2CiDJ {
  margin-bottom: 0;
}

div.BorrowIndexPage_customWrapperCurrencies_2x6IZ {
  min-width: 297px;
  height: 69px;
  padding-top: 0;
}

.responsive div.BorrowIndexPage_customWrapperCurrencies_2x6IZ {
  width: 100%;
  border-right: none;
  border-bottom: 1px solid rgba(170, 169, 169, 0.4);
  height: 52px;
}

.BorrowIndexPage_inputWidth_2YtYn {
  width: 592px;
}

.BorrowIndexPage_loaderSpace_23VgU {
  width: 60%;
}

.BorrowIndexPage_loading_rKUV0 {
  cursor: auto !important;
}

.BorrowIndexPage_circleWrapper_2vvHe {
  width: 70px;
  height: 70px;
  flex-basis: 70px;
  flex-shrink: 0;
  margin-top: 20px;
  position: absolute;
  right: 217px;
  top: -25px;
}

.theme-dark .BorrowIndexPage_circleWrapper_2vvHe text {
  fill: #fff;
}

.BorrowIndexPage_externalLink_11wTW {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 7px;
  font-weight: 500;
  font-size: 16px;
}

.BorrowIndexPage_linkImage_7Rlei {
  width: 18px;
  margin-right: 12px;
}

.BorrowIndexPage_tooltipInfo_2NQY2 {
  height: 18px;
}

.BorrowIndexPage_iconInfo_ho1aC {
  width: 16px;
  height: 16px;
  fill: #455a64;
}

.BorrowIndexPage_iconInfo_ho1aC svg {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.BorrowIndexPage_walletInput_11qoo {
  height: 68px;
}

div.BorrowIndexPage_wrapperList_1ZZ3u {
  overflow-x: hidden;
  width: 297px;
  margin-top: 5px;
  border-radius: 5px;
  -ms-overflow-style: none;
  overflow-y: scroll;
  padding-bottom: 0;
}

.responsive div.BorrowIndexPage_wrapperList_1ZZ3u {
  width: 100%;
  margin-top: -1px;
  border-radius: 0;
}

div.BorrowIndexPage_wrapperList_1ZZ3u::-webkit-scrollbar {
  display: none;
}

.BorrowIndexPage_inputWrapperClassName_1nFNw {
  height: 68px;
  border: none;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 29px;
  background: none;
  width: 261px;
  margin-bottom: 0;
}

.theme-dark .BorrowIndexPage_inputWrapperClassName_1nFNw {
  background: none;
}

.theme-dark .BorrowIndexPage_inputWrapperClassName_1nFNw span {
  width: 100%;
}

.responsive .BorrowIndexPage_inputWrapperClassName_1nFNw {
  width: 100%;
  padding-right: 16px;
  padding-left: 22px;
  height: 52px;
}

.BorrowIndexPage_userSelect_2oXCC {
  user-select: text;
}

.BorrowIndexPage_loanHeader_H0pnW {
  padding-top: 32px;
  height: 700px;
}

.BorrowIndexPage_infoText_2Qp08 {
  color: #455a63;
  font-size: 14px;
  font-weight: 400;
}

.BorrowIndexPage_additionalInfo_1xgG1 {
  color: #455a63;
  font-weight: 400;
  background: url(/app/e447c43b55fb4d51085ec23a42f22c0e.svg) no-repeat 0 3px;
}

.theme-dark .BorrowIndexPage_infoText_2Qp08,
.theme-dark .BorrowIndexPage_additionalInfo_1xgG1 {
  color: #fff;
}

.BorrowIndexPage_additionalInfo_1xgG1 span {
  color: #a1a1a1;
}

.BorrowIndexPage_bigButton_3g9t4 {
  width: 208px;
  font-size: 16px;
}

.BorrowIndexPage_infoContainer_11u2O {
  padding: 30px 38px 31px 35px;
}

.BorrowLTV_BorrowLTV_3cA-g {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 17px;
}

.BorrowLTV_BorrowLTV_3cA-g span {
  font-size: 16px;
  color: #898989;
}

.BorrowLTV_ltvOptions_mD85U {
  font-size: 12px;
  display: flex;
  margin-left: 10px;
  margin-right: 10px;
}

.BorrowLTV_ltvButton_F9VqX {
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #b7b7b7;
  color: #b7b7b7;
  padding: 0 6px;
  transition: 0.05s;
  margin-left: 10px;
}

.theme-dark .BorrowLTV_ltvButton_F9VqX {
  border: 1px solid #858585;
  color: #858585;
}

.BorrowLTV_ltvButtonActive_29xPO {
  border-color: #2f2f2f;
  color: #2f2f2f;
}

.theme-dark .BorrowLTV_ltvButtonActive_29xPO {
  border-color: #fff;
  color: #fff;
}

.theme-dark .BorrowLTV_questionMark_2ed32 {
  color: #fff;
}

.BorrowLTV_ltvNotice_1Lcwv {
  font-family: Inter, serif;
  font-weight: 400;
  font-size: 16px;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  list-style: none;
  display: flex;
  position: relative;
  width: 12px;
  margin-left: 5px;
}

.BorrowLTV_noticeWrapper__cY0Q {
  font-family: Inter, serif;
  font-weight: 400;
  font-size: 16px;
  box-sizing: border-box;
  padding: 7px;
  margin: 0;
  outline: none;
  list-style: none;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  height: 12px;
}

.BorrowLTV_notice_E5kMq {
  font-family: Inter, serif;
  font-weight: 400;
  font-size: 16px;
  box-sizing: border-box;
  padding: 0;
  outline: none;
  list-style: none;
  display: flex;
  position: absolute;
  margin: 10px;
  left: -10px;
  top: -10px;
}

.BorrowLTV_box_7M_AB {
  font-family: Inter, serif;
  font-weight: 400;
  font-size: 14px;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  list-style: none;
  position: absolute;
  z-index: 3;
  visibility: hidden;
  padding: 16px;
  left: calc(100% + 10px);
  width: 250px;
  white-space: normal;
  top: 50%;
  background: #fff;
  box-shadow: 5px 0 24px rgba(0, 26, 67, 0.1);
  border-radius: 4px;
}

.theme-dark .BorrowLTV_box_7M_AB {
  background: #37393b;
}

.BorrowLTV_notice_E5kMq:hover .BorrowLTV_box_7M_AB {
  visibility: visible;
}

.BorrowLTV_infoText_2xH3E {
  color: #455a63;
  font-size: 14px;
  font-weight: 400;
}

.BorrowLTV_infoText_2xH3E:nth-child(1) {
  width: 45px;
}

.theme-dark .BorrowLTV_infoText_2xH3E,
.theme-dark .BorrowLTV_additionalInfo_YqbGU {
  color: #fff;
}

.BorrowLTV_tooltipInfo_1Akd3 {
  height: 18px;
}

.BorrowLTV_iconInfo_1pGSB {
  width: 16px;
  height: 16px;
  fill: #455a64;
}

.BorrowLTV_iconInfo_1pGSB svg {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.echart_wrapper_3_ubz {
  overflow: inherit;
  padding-bottom: 20px;
  display: none;
  height: 580px;
  font-family: 'Roboto', serif;
}

.electron .echart_wrapper_3_ubz {
  height: 700px;
}

.echart_smallChartWrapper_3Ydk4 {
  height: 364px;
}

.electron .echart_smallChartWrapper_3Ydk4 {
  height: 420px;
  border: none;
}

.echart_loanElectron_2m900 {
  margin: 0 20px;
}

.echart_isVisible_3Dk6t {
  display: block;
}

.electron .echart_wrapper_3_ubz,
.electron .echart_chartWrapper_3DGXS {
  overflow: initial;
}

.echart_chartWrapper_3DGXS {
  padding: 20px 30px;
  height: 580px;
}

.electron .echart_chartWrapper_3DGXS {
  padding: 20px 0;
  height: 760px;
}

.echart_periods_3FEWN {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
  justify-content: flex-end;
}

.echart_periodsLoading_17ORz {
  margin-top: 15px;
}

.echart_periods_3FEWN div {
  padding: 2px 5.5px;
  margin-right: 17.25px;
  cursor: pointer;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #7190EB;
  z-index: 200;
}

.echart_periodsSmallChart_2w0aL div {
  margin-right: 14px;
}

.echart_periodsNoData_2SJDG div {
  cursor: default;
}

.echart_periods_3FEWN div:last-child {
  margin-right: 0;
}

.echart_ticker_2erIB {
  color: #455a64;
  text-align: right;
  margin-top: 15px;
  margin-bottom: 7px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
}

.echart_tickerLoader_OIzKL {
  width: 160px;
  margin-left: 51px;
}

div.echart_isActive_1Ghau {
  color: #455a64;
  background: #f1f4fd;
  border-radius: 3px;
}

.echart_titleWrapper_1Wto9 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: -26px;
}

.electron .echart_titleWrapper_1Wto9 {
  width: 92%;
  margin: 0 auto -26px;
}

.echart_currentPrice_2hs6N {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #455a64;
  margin-top: 15px;
  margin-bottom: 11px;
}

.theme-dark .echart_currentPrice_2hs6N,
.theme-dark .echart_ticker_2erIB,
.theme-dark .echart_periods_3FEWN div {
  color: #d6d6d6;
}

.echart_loadingBlock_162BU {
  background: #f1f4fd;
  border-radius: 4px;
  height: 18px;
}

.theme-dark .echart_loadingBlock_162BU {
  background: #262728;
}

.echart_currentPriceLoading_23h1p {
  width: 160px;
}

.theme-dark div.echart_isActive_1Ghau {
  background: #292929;
}

.echart_currenPriceChange_nwCmu {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  display: flex;
}

.echart_currenPriceChangeLoading_2xSNS {
  width: 120px;
}

.echart_currenPriceChange_nwCmu span {
  display: block;
}

.echart_percent_17OW5 {
  margin-right: 6px;
}

.echart_currenPriceChange_nwCmu .echart_percentMinus_X64m7 {
  color: #f60e11;
}

.echart_currenPriceChange_nwCmu .echart_percentPlus_1ylFi {
  color: #55b64e;
}

.echart_currenPriceChange_nwCmu .echart_periodDiff_17OSo {
  color: #969fa4;
}

.theme-dark .echart_currenPriceChange_nwCmu .echart_periodDiff_17OSo {
  color: #838384;
}

.echart_loader_OtxEc {
  position: absolute;
  right: 30px;
}

.echart_await__pWOx {
  width: 664px;
  height: 519px;
  z-index: 100;
  top: 141px;
  left: 34px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(/app/b3fda3d472b3c520f9936de77c017c93.svg);
}

.electron .echart_await__pWOx {
  width: 94%;
  margin-left: 30px;
}

.echart_awaitZoom_2GyJM {
  width: 696px;
  height: 60px;
  top: 510px;
  left: 17px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(/app/788f68932727d5c2674b09862e075329.svg);
}

.theme-dark .echart_await__pWOx {
  background-image: url(/app/52de131f1e6f1624f79e4bebbf550788.svg);
}

.theme-dark .echart_awaitZoom_2GyJM {
  background-image: url(/app/7c5fe8ba24c81d87749d5a3100647b0d.svg);
}

.electron .echart_awaitZoom_2GyJM {
  width: 100%;
  height: 90px;
  top: 580px;
}

.echart_awaitSmallChart_72urq {
  width: 367px;
  top: 142px;
  height: 252px;
}

.electron .echart_awaitSmallChart_72urq {
  width: 90%;
  height: 350px;
  top: 126px;
  left: 0;
}

.echart_hasNoData_wwyum {
  z-index: 200;
  position: absolute;
  background: #f1f2f9;
  width: 100%;
  top: 380px;
  height: 60px;
  left: 0;
  padding: 20px 0;
  text-align: center;
  color: #455a64;
  font-size: 16px;
}

.theme-dark .echart_hasNoData_wwyum {
  background: #292929;
  color: #d6d6d6;
}

.echart_hasNoDataSmallChart_1zsSx {
  top: 241px;
}

.echart_blur_3zDDk {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}

.UserLoans_loanHeader_gob07 {
  padding-top: 32px;
}

.UserLoans_searchLoanInput_1o4tb {
  position: absolute;
  right: 4%;
  top: 25px;
  width: 50%;
}

.UserLoans_searchLoanInput_1o4tb input {
  width: 100%;
  height: 38px;
  padding-left: 40px;
  border-radius: 3px;
  border: solid 1px #e5e5e5;
  outline: none;
}

.theme-dark .UserLoans_searchLoanInput_1o4tb input {
  color: rgba(255,255,255, 0.8);
  background-color: #252525;
  border: 1px solid #1e1f1f;
}

.UserLoans_iconSearch_2puPR {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  fill: #92929d;
}

.theme-dark .UserLoans_iconSearch_2puPR {
  fill: rgba(255, 255, 255, 0.5);
}

.UserLoans_userLoans_38yx2 {
  width: 100%;
  border-collapse: collapse;
  color: #455a64;
  table-layout: fixed;
}

.theme-dark .UserLoans_userLoans_38yx2 {
  color: rgba(255,255,255, 0.8);
}

.UserLoans_userLoans_38yx2 thead td {
  font-size: 11px;
  padding: 14px -1px 14px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

.UserLoans_userLoans_38yx2 thead {
  background: #f1f1f5;
}

.theme-dark .UserLoans_userLoans_38yx2 thead {
  background: #252525;
  color: #929292;
}

.UserLoans_userLoans_38yx2 thead td:first-child {
  padding: 14px 10px 14px 30px;
  border-top-left-radius: 5px;
}

.UserLoans_userLoans_38yx2 thead td:last-child {
  border-top-right-radius: 5px;
}

.UserLoans_userLoans_38yx2 tbody td:first-child {
  padding-right: 20px;
}

.UserLoans_userLoans_38yx2 tbody td {
  cursor: pointer;
}

.UserLoans_userLoans_38yx2 tbody tr:hover td {
  background: #fafafb;
}

.theme-dark .UserLoans_userLoans_38yx2 tbody tr:hover td {
  background: #2b2b2b;
}

.UserLoans_priceDownTD_1DkY2 {
  width: 240px;
}

.UserLoans_arpTD_osFjz {
  width: 84px;
}

.UserLoans_statusTD_3yPlo {
  width: 132px;
}

.UserLoans_loansNotFound_3vJuj {
  text-align: center;
  color: $ colorGray;
  padding: 40px;
}


.LoanItem_tableWrapperCurrency_3l-Ef {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #455a64;
}

.LoanItem_tableCurrency_2rjmg {
  width: 20px !important;
  height: 20px !important;
  font-size: 10px !important;
  margin-right: 10px;
  color: #455a64;
}

.LoanItem_tableCurrency_2rjmg::before {
  width: auto;
  height: auto;
}

.theme-dark .LoanItem_tableWrapperCurrency_3l-Ef,
.theme-dark .LoanItem_tableCurrency_2rjmg {
  color: rgba(255, 255, 255, 0.8);
}

.InterestRates_interestRatePrices_1PCfq {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #455a63;
  flex-basis: 50%;
}

.InterestRates_interestRatePrices_1PCfq > div {
  margin-bottom: 20px;
}

.InterestRates_interestRatePrices_1PCfq > div:last-child {
  margin-bottom: 0;
}

.InterestRates_interestRatePrices_1PCfq p {
  margin: 4px 0;
}

.InterestRates_interestRatePrices_1PCfq h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #455a63;
  font-style: normal;
}

.theme-dark .InterestRates_interestRatePrices_1PCfq h4 {
  color: #fff;
}

.InterestRates_interestRatePrices_1PCfq h4 span {
  font-size: 12px;
  font-weight: 400;
}

.InterestRates_interestRatePrices_1PCfq h4 span.InterestRates_currency_3z4Ri {
  font-size: 14px;
}

.InterestRates_interestRateChart_3lY09 {
  display: flex;
  flex-direction: row;
}

.InterestRates_interestRateChart_3lY09 p {
  color: #a1a7c4;
  display: flex;
}

.InterestRates_interestRateChart_3lY09 div {
  margin-left: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}

.InterestRates_smallBar_BvTep {
  height: 20px;
  border-radius: 0 !important;
  border-bottom-left-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.InterestRates_smallBarFee_16Sz0 {
  height: 60px;
  margin-bottom: 2px;
  background: #E53935 !important;
  border-radius: 0 !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.theme-dark .InterestRates_smallBarFee_16Sz0 {
  background: #883c38 !important;
}

.InterestRates_mediumBar_13Ajg {
  height: 70px;
}

.InterestRates_bigBar_18X9m {
  height: 100px;
}

h4 span.InterestRates_additionalFee_2g78r {
  color: #f35b51;
  font-family: 'Inter', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
}

.InterestRates_interestPercent_8gs9v {
  color: #55b64e;
  font-size: 12px;
}

.popup-edit-phone_popup_IjuFq {
  border-radius: 8px;
  padding: 0;
  overflow: hidden;
  height: 550px;
}

.popup-edit-phone_header_38ycB {
  padding: 70px 0 30px;
  text-align: center;
  position: relative;
}

.popup-edit-phone_headerTitle_2lf6c {
  font-size: 28px;
  margin-top: 10px;
  font-weight: bold;
  color: #455a64;
}

.popup-edit-phone_body_hweAl {
  font-size: 16px;
  padding: 0 100px 90px;
  color: #455a64;
}

.theme-dark .popup-edit-phone_body_hweAl,
.theme-dark .popup-edit-phone_headerTitle_2lf6c {
  color: #fff;
}

.popup-edit-phone_userContactData_3Vgks {
  color: #7190EB;
  margin-top: -5px;
  font-weight: bold;
  margin-bottom: 20px;
}

.popup-edit-phone_bottomButton_rB4kU {
  width: 100%;
}

.popup-edit-phone_phoneBlock_o3Zpa {
  display: flex;
  flex-direction: row;
  width: 390px;
}

.popup-edit-phone_phoneBlock_o3Zpa > div {
  width: 100%;
}

.popup-edit-phone_phoneInput_1YGdS {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding: 17px 15px;
  height: 52px;
  font-size: 15px;
}

.popup-edit-phone_phoneInput_1YGdS:focus {
  border-color: rgba(113,144,235, 0.5);
}

.popup-edit-phone_inputError_12_BD {
  top: 55px;
  left: -15px;
}

@media (max-width: 500px) {
  .popup-edit-phone_phoneBlock_o3Zpa {
    width: 249px;
  }

  .popup-edit-phone_phoneBlock_o3Zpa span {
    font-size: 10px;
  }
}

.countries-dropdown-list_wrapper_gUJak {
  width: 35%;
}

.countries-dropdown-list_inputWrapper_3LbGc {
  display: flex;
  align-items: center;
  border-right: unset;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  height: 52px;
  color: #aaa9a9;
  background: rgba(170, 169, 169, 0.1);
}

.countries-dropdown-list_inputWrapper_3LbGc span {
  position: absolute;
  left: 10px;
}

.countries-dropdown-list_inputWrapper_3LbGc.countries-dropdown-list_isOpen_1TpsK {
  box-shadow: 0 0 2px rgba(170,169,169, 0.4);
  border-bottom-left-radius: 2;
  border-bottom-right-radius: 0;
}

.theme-dark .countries-dropdown-list_inputWrapper_3LbGc.countries-dropdown-list_isOpen_1TpsK {
  box-shadow: none;
}

.countries-dropdown-list_inputWrapper_3LbGc.countries-dropdown-list_placeholder_2VZ92 {
  color: #aaa9a9;
}

.countries-dropdown-list_item_kD555 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.countries-dropdown-list_item_kD555 div {
  font-weight: bold;
  font-size: 12px;
  margin-left: 5px;
}

.countries-dropdown-list_item_kD555 span {
  display: block;
  font-weight: normal;
  color: #455a64;
}

.theme-dark .countries-dropdown-list_item_kD555 div {
  color: rgba(255,255,255, 0.8);
}

.theme-dark .countries-dropdown-list_item_kD555 span {
  color: rgba(255,255,255, 0.5);
}

.countries-dropdown-list_iconArrow_2X8uM {
  top: 20px;
  right: 10px;
  fill: #aaa9a9;
}

.countries-dropdown-list_wrapperList_3pIg2 {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -20px;
  background: white;
  z-index: 3;
  right: 0;
  color: #aaa9a9;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border: solid 1px rgba(170,169,169, 0.4);
  box-shadow: 0 2px 4px rgba(170,169,169, 0.4);
  overflow: auto;
  max-height: 215px;
  width: 390px;
  padding-top: 0;
  padding-bottom: 10px;
  transform: translateZ(0);
}

.theme-dark .countries-dropdown-list_wrapperList_3pIg2 {
  background: #222223;
  box-shadow: none;
  border-color: rgba(0,0,0, 0.3);
}

.countries-dropdown-list_countryBlock_1D0RR {
  font-size: 14px !important;
  font-weight: normal;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.countries-dropdown-list_countryBlock_1D0RR img {
  margin: 0;
  height: 26px;
  max-width: 40px;
}

.countries-dropdown-list_emptyState_14Cul {
  text-align: center;
  padding: 20px 0;
  color: #aaa9a9;
}

.countries-dropdown-list_wrapImage_k5VoU {
  display: inline-block;
  width: 55px;
  margin-left: -10px;
  text-align: center;
  border-right: solid 1px rgba(170,169,169, 0.2);
  margin-right: 15px;
}

.countries-dropdown-list_errorWrapper_2_qLY {
  position: relative;
}

.countries-dropdown-list_errorWrapper_2_qLY .countries-dropdown-list_inputWrapper_3LbGc {
  border-color: #E53935;
}

.countries-dropdown-list_errorWrapper_2_qLY.countries-dropdown-list_visibleText_3Llqg {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.countries-dropdown-list_errorWrapper_2_qLY .countries-dropdown-list_inputWrapper_3LbGc.countries-dropdown-list_isOpen_1TpsK {
  border: solid 1px rgba(170,169,169, 0.4);
}

.countries-dropdown-list_loaderPlaceholder_9Nqoc {
  font-size: 14px;
  margin-left: 10px;
}

.countries-dropdown-list_searchWrapper_1azIe {
  margin: 10px;
}

.countries-dropdown-list_searchInput_343M6 {
  background: none;
  width: 100%;
  padding: 10px;
  border: none;
  border-bottom: solid 1px rgba(170,169,169, 0.4);
  outline: none;
  font-size: 14px;
}

.theme-dark .countries-dropdown-list_searchInput_343M6 {
  color: #fff;
  border-color: rgba(0,0,0, 0.3);
}

@media (max-width: 500px) {
  .countries-dropdown-list_wrapperList_3pIg2 {
    width: 249px;
  }
}

.icons-flags_flag_2k7BN {
  width: 25px;
  height: 25px;
  background-image: url(/app/assets/images/22RVFLt.png);
  background-repeat: no-repeat;
  margin-right: 10px;
  margin-left: 5px;
}
.icons-flags_ad_3flxv { background-position: -48px -24px; }
.icons-flags_ae_tdka9 { background-position: -72px -24px; }
.icons-flags_af_2ixKN { background-position: -96px -24px; }
.icons-flags_ag_3qy-J { background-position: -120px -24px; }
.icons-flags_ai_2iMos { background-position: -144px -24px; }
.icons-flags_al_30fTa { background-position: -168px -24px; }
.icons-flags_am_2GWgA { background-position: -192px -24px; }
.icons-flags_an_1CzlP { background-position: -216px -24px; }
.icons-flags_ao_2Dr5x { background-position: -240px -24px; }
.icons-flags_aq_3_niM { background-position: -264px -24px; }
.icons-flags_ar_1FL0c { background-position: -288px -24px; }
.icons-flags_as_9dMmY { background-position: -312px -24px; }
.icons-flags_at_3XRM5 { background-position: -336px -24px; }
.icons-flags_au_1yJpn { background-position: -360px -24px; }
.icons-flags_aw_1lRjB { background-position: -384px -24px; }
.icons-flags_ax__n0uh { background-position: -0 -48px; }
.icons-flags_az_2bwTh { background-position: -24px -48px; }
.icons-flags_ba_22MfU { background-position: -48px -48px; }
.icons-flags_bb_3Xcip { background-position: -72px -48px; }
.icons-flags_bd_QFNT8 { background-position: -96px -48px; }
.icons-flags_be_15gho { background-position: -120px -48px; }
.icons-flags_bf_Ijyyx { background-position: -144px -48px; }
.icons-flags_bg_30t1F { background-position: -168px -48px; }
.icons-flags_bh_2R1Ef { background-position: -192px -48px; }
.icons-flags_bi_g1nW- { background-position: -216px -48px; }
.icons-flags_bj_rYXar { background-position: -240px -48px; }
.icons-flags_bl_2Teb6 { background-position: -264px -48px; }
.icons-flags_bm_2gzJQ { background-position: -288px -48px; }
.icons-flags_bn_3f3_6 { background-position: -312px -48px; }
.icons-flags_bo_2YOFx { background-position: -336px -48px; }
.icons-flags_br_1MNyh { background-position: -360px -48px; }
.icons-flags_bs_xUaqH { background-position: -384px -48px; }
.icons-flags_bt_Q7V0h { background-position: -0 -72px; }
.icons-flags_bw_MUwma { background-position: -24px -72px; }
.icons-flags_by_1rIj8 { background-position: -48px -72px; }
.icons-flags_bz_3XYYX { background-position: -72px -72px; }
.icons-flags_ca_B0P2F { background-position: -96px -72px; }
.icons-flags_cc_1liFi { background-position: -120px -72px; }
.icons-flags_cd_2FrXb { background-position: -144px -72px; }
.icons-flags_cf_msT8D { background-position: -168px -72px; }
.icons-flags_cg_3WAYi { background-position: -192px -72px; }
.icons-flags_ch_3RiC4 { background-position: -216px -72px; }
.icons-flags_ci_1ybNd { background-position: -240px -72px; }
.icons-flags_ck_qgM5c { background-position: -264px -72px; }
.icons-flags_cl_1Vgjz { background-position: -288px -72px; }
.icons-flags_cm_ueYEL { background-position: -312px -72px; }
.icons-flags_cn_1LYqt { background-position: -336px -72px; }
.icons-flags_co_NEU6M { background-position: -360px -72px; }
.icons-flags_cr_1CyLw { background-position: -384px -72px; }
.icons-flags_cu_3eum1 { background-position: -0 -96px; }
.icons-flags_cv_2ti1q { background-position: -24px -96px; }
.icons-flags_cw_1FRGz { background-position: -48px -96px; }
.icons-flags_cx_33SRD { background-position: -72px -96px; }
.icons-flags_cy_vVoOC { background-position: -96px -96px; }
.icons-flags_cz_xRJb0 { background-position: -120px -96px; }
.icons-flags_de_t6p4P { background-position: -144px -96px; }
.icons-flags_dj_2r0Eq { background-position: -168px -96px; }
.icons-flags_dk_1fyFf { background-position: -192px -96px; }
.icons-flags_dm_3VtAA { background-position: -216px -96px; }
.icons-flags_do_32cuI { background-position: -240px -96px; }
.icons-flags_dz_1-Rdy { background-position: -264px -96px; }
.icons-flags_ec_1i44S { background-position: -288px -96px; }
.icons-flags_ee_1nRAk { background-position: -312px -96px; }
.icons-flags_eg_3EjUm { background-position: -336px -96px; }
.icons-flags_eh_15FKb { background-position: -360px -96px; }
.icons-flags_er_1c5fb { background-position: -384px -96px; }
.icons-flags_es_8bolh { background-position: -0 -120px; }
.icons-flags_et_24MHD { background-position: -24px -120px; }
.icons-flags_eu_DErd1 { background-position: -48px -120px; }
.icons-flags_fi_2C1bo { background-position: -72px -120px; }
.icons-flags_fj_1eyxb { background-position: -96px -120px; }
.icons-flags_fk_2LAZ8 { background-position: -120px -120px; }
.icons-flags_fm_gDdWA { background-position: -144px -120px; }
.icons-flags_fo_3gEni { background-position: -168px -120px; }
.icons-flags_fr_u2zcT { background-position: -192px -120px; }
.icons-flags_ga_3V_mi { background-position: -216px -120px; }
.icons-flags_gb_3ihX6 { background-position: -240px -120px; }
.icons-flags_gd_3qyv0 { background-position: -264px -120px; }
.icons-flags_ge_3XHyu { background-position: -288px -120px; }
.icons-flags_gg_1Ggn_ { background-position: -312px -120px; }
.icons-flags_gh_y_2P0 { background-position: -336px -120px; }
.icons-flags_gi_1zX1m { background-position: -360px -120px; }
.icons-flags_gl_-q8Kh { background-position: -384px -120px; }
.icons-flags_gm_1iiZ0 { background-position: -0 -144px; }
.icons-flags_gn_2eBXH { background-position: -24px -144px; }
.icons-flags_gq_27GNM { background-position: -48px -144px; }
.icons-flags_gr_y0DB1 { background-position: -72px -144px; }
.icons-flags_gs_vQ_fB { background-position: -96px -144px; }
.icons-flags_gt_18UAg { background-position: -120px -144px; }
.icons-flags_gu_1DOZE { background-position: -144px -144px; }
.icons-flags_gw_3G1o1 { background-position: -168px -144px; }
.icons-flags_gy_2hgMB { background-position: -192px -144px; }
.icons-flags_hk_1Rd85 { background-position: -216px -144px; }
.icons-flags_hn_gfiQx { background-position: -240px -144px; }
.icons-flags_hr_14iy1 { background-position: -264px -144px; }
.icons-flags_ht_KgaNi { background-position: -288px -144px; }
.icons-flags_hu_PRTk3 { background-position: -312px -144px; }
.icons-flags_ic_1OvZH { background-position: -336px -144px; }
.icons-flags_id_nN7uF { background-position: -360px -144px; }
.icons-flags_ie_3sP2_ { background-position: -384px -144px; }
.icons-flags_il_-u_1r { background-position: -0 -168px; }
.icons-flags_im_1dLId { background-position: -24px -168px; }
.icons-flags_in_CjJK9 { background-position: -48px -168px; }
.icons-flags_iq_323Gv { background-position: -72px -168px; }
.icons-flags_ir_1h0dX { background-position: -96px -168px; }
.icons-flags_is_16TDC { background-position: -120px -168px; }
.icons-flags_it_3vWFP { background-position: -144px -168px; }
.icons-flags_je_22TCh { background-position: -168px -168px; }
.icons-flags_jm_3U0kC { background-position: -192px -168px; }
.icons-flags_jo_ipSSK { background-position: -216px -168px; }
.icons-flags_jp_3R31R { background-position: -240px -168px; }
.icons-flags_ke_Dyq99 { background-position: -264px -168px; }
.icons-flags_kg_3SARy { background-position: -288px -168px; }
.icons-flags_kh_3Gwc7 { background-position: -312px -168px; }
.icons-flags_ki_1NhGQ { background-position: -336px -168px; }
.icons-flags_km_216UF { background-position: -360px -168px; }
.icons-flags_kn_3rX3_ { background-position: -384px -168px; }
.icons-flags_kp_271dJ { background-position: -0 -192px; }
.icons-flags_kr_2bs8V { background-position: -24px -192px; }
.icons-flags_kw_1QKsu { background-position: -48px -192px; }
.icons-flags_ky_385dD { background-position: -72px -192px; }
.icons-flags_kz_2L0ZU { background-position: -96px -192px; }
.icons-flags_la_PXcyz { background-position: -120px -192px; }
.icons-flags_lb_2pSFl { background-position: -144px -192px; }
.icons-flags_lc_uilok { background-position: -168px -192px; }
.icons-flags_li_2HQCn { background-position: -192px -192px; }
.icons-flags_lk_2Cicq { background-position: -216px -192px; }
.icons-flags_lr_3dKJu { background-position: -240px -192px; }
.icons-flags_ls_1Z1PF { background-position: -264px -192px; }
.icons-flags_lt_3Pu8v { background-position: -288px -192px; }
.icons-flags_lu_2YJCM { background-position: -312px -192px; }
.icons-flags_lv_3ETbP { background-position: -336px -192px; }
.icons-flags_ly_35pcW { background-position: -360px -192px; }
.icons-flags_ma_jT6Tp { background-position: -384px -192px; }
.icons-flags_mc_1P5dQ { background-position: -0 -216px; }
.icons-flags_md_3tpYV { background-position: -24px -216px; }
.icons-flags_me_2VcUx { background-position: -48px -216px; }
.icons-flags_mf_11sMe { background-position: -72px -216px; }
.icons-flags_mg_2aDry { background-position: -96px -216px; }
.icons-flags_mh_20Kl2 { background-position: -120px -216px; }
.icons-flags_mk_1LTop { background-position: -144px -216px; }
.icons-flags_ml_2LzD6 { background-position: -168px -216px; }
.icons-flags_mm_3kpvp { background-position: -192px -216px; }
.icons-flags_mn_1ZAfe { background-position: -216px -216px; }
.icons-flags_mo_w-m_B { background-position: -240px -216px; }
.icons-flags_mp_ztIUr { background-position: -264px -216px; }
.icons-flags_mq_3zqw- { background-position: -288px -216px; }
.icons-flags_mr_2S1rS { background-position: -312px -216px; }
.icons-flags_ms_2O6Ai { background-position: -336px -216px; }
.icons-flags_mt_3Y1o7 { background-position: -360px -216px; }
.icons-flags_mu_3f7jA { background-position: -384px -216px; }
.icons-flags_mv_3Z-g- { background-position: -0 -240px; }
.icons-flags_mw_1tu95 { background-position: -24px -240px; }
.icons-flags_mx_2iA_S { background-position: -48px -240px; }
.icons-flags_my_1M9bO { background-position: -72px -240px; }
.icons-flags_mz_1DEoc { background-position: -96px -240px; }
.icons-flags_na_zpE6I { background-position: -120px -240px; }
.icons-flags_nc_IbbgF { background-position: -144px -240px; }
.icons-flags_ne_g5vEm { background-position: -168px -240px; }
.icons-flags_nf_3jwAN { background-position: -192px -240px; }
.icons-flags_ng_zn5dr { background-position: -216px -240px; }
.icons-flags_ni_qeXqw { background-position: -240px -240px; }
.icons-flags_nl_3ZoME { background-position: -264px -240px; }
.icons-flags_no_35awD { background-position: -288px -240px; }
.icons-flags_np_2erqQ { background-position: -312px -240px; }
.icons-flags_nr_3nS1x { background-position: -336px -240px; }
.icons-flags_nu_3-eK6 { background-position: -360px -240px; }
.icons-flags_nz_268AA { background-position: -384px -240px; }
.icons-flags_om_2jo2R { background-position: -0 -264px; }
.icons-flags_pa_1woTM { background-position: -24px -264px; }
.icons-flags_pe_370NE { background-position: -48px -264px; }
.icons-flags_pf_AN4Se { background-position: -72px -264px; }
.icons-flags_pg_3coFp { background-position: -96px -264px; }
.icons-flags_ph_3r4uv { background-position: -120px -264px; }
.icons-flags_pk_3O0QI { background-position: -192px -264px; }
.icons-flags_pl_1YrRs { background-position: -216px -264px; }
.icons-flags_pn_1BQQg { background-position: -240px -264px; }
.icons-flags_pr_SsVCP { background-position: -264px -264px; }
.icons-flags_ps_2IZAU { background-position: -288px -264px; }
.icons-flags_pt_384tT { background-position: -312px -264px; }
.icons-flags_pw_24XzQ { background-position: -336px -264px; }
.icons-flags_py_3dBeD { background-position: -360px -264px; }
.icons-flags_qa_2vVZZ { background-position: -384px -264px; }
.icons-flags_ro_1k2bT { background-position: -0 -288px; }
.icons-flags_rs_Z9vK4 { background-position: -24px -288px; }
.icons-flags_ru_2cBum { background-position: -48px -288px; }
.icons-flags_rw_1cAbJ { background-position: -72px -288px; }
.icons-flags_sa_1JFWJ { background-position: -96px -288px; }
.icons-flags_sb_1rSix { background-position: -120px -288px; }
.icons-flags_sc_6W7Pa { background-position: -144px -288px; }
.icons-flags_sd_3ZUCg { background-position: -168px -288px; }
.icons-flags_se_1XhLb { background-position: -192px -288px; }
.icons-flags_sg_180LQ { background-position: -216px -288px; }
.icons-flags_sh_NxR3V { background-position: -240px -288px; }
.icons-flags_si_3SuIP { background-position: -264px -288px; }
.icons-flags_sk_3dPdx { background-position: -288px -288px; }
.icons-flags_sl_tpASj { background-position: -312px -288px; }
.icons-flags_sm_1Oo_k { background-position: -336px -288px; }
.icons-flags_sn_pbxW2 { background-position: -360px -288px; }
.icons-flags_so_ifd3H { background-position: -384px -288px; }
.icons-flags_sr_L0Njw { background-position: -0 -312px; }
.icons-flags_ss_z6VZA { background-position: -24px -312px; }
.icons-flags_st_YabCW { background-position: -48px -312px; }
.icons-flags_sv_2FoBk { background-position: -72px -312px; }
.icons-flags_sy_FMNPy { background-position: -96px -312px; }
.icons-flags_sz_12gny { background-position: -120px -312px; }
.icons-flags_tc_1z5De { background-position: -144px -312px; }
.icons-flags_td_1wR79 { background-position: -168px -312px; }
.icons-flags_tf_21DdK { background-position: -192px -312px; }
.icons-flags_tg_2udVD { background-position: -216px -312px; }
.icons-flags_th_eefsg { background-position: -240px -312px; }
.icons-flags_tj_198F8 { background-position: -264px -312px; }
.icons-flags_tk_i_1sn { background-position: -288px -312px; }
.icons-flags_tl_3k5lz { background-position: -312px -312px; }
.icons-flags_tm_DJ7T_ { background-position: -336px -312px; }
.icons-flags_tn_32aPN { background-position: -360px -312px; }
.icons-flags_to_33R4x { background-position: -384px -312px; }
.icons-flags_tr_2AbZe { background-position: -0 -336px; }
.icons-flags_tt_t_zWE { background-position: -24px -336px; }
.icons-flags_tv_38wr6 { background-position: -48px -336px; }
.icons-flags_tw_3HlDy { background-position: -72px -336px; }
.icons-flags_tz_2Dl66 { background-position: -96px -336px; }
.icons-flags_ua_3gZJM { background-position: -120px -336px; }
.icons-flags_ug_1vZyM { background-position: -144px -336px; }
.icons-flags_us_1hbhb { background-position: -168px -336px; }
.icons-flags_uy_2hE6z { background-position: -192px -336px; }
.icons-flags_uz_2FhHz { background-position: -216px -336px; }
.icons-flags_va_2fHnN { background-position: -240px -336px; }
.icons-flags_vc_1pDf4 { background-position: -264px -336px; }
.icons-flags_ve_1afIn { background-position: -288px -336px; }
.icons-flags_vg_37ZBx { background-position: -312px -336px; }
.icons-flags_vi_1eMec { background-position: -336px -336px; }
.icons-flags_vn_2wM6i { background-position: -360px -336px; }
.icons-flags_vu_3sY_Z { background-position: -384px -336px; }
.icons-flags_wf_2Zzow { background-position: -0 -360px; }
.icons-flags_ws_1ysT_ { background-position: -24px -360px; }
.icons-flags_ye_PEwMa { background-position: -48px -360px; }
.icons-flags_za_3zcAD { background-position: -96px -360px; }
.icons-flags_zm_1CNWl { background-position: -120px -360px; }
.icons-flags_zw_24w3E { background-position: -144px -360px; }

.BorrowViewPage_wrapperLoanInfo_1ld3Y {
  background: #f1f2f9;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  padding: 20px 0 20px 20px;
  margin-bottom: 40px;
  color: #455a64;
}

.theme-dark .BorrowViewPage_wrapperLoanInfo_1ld3Y {
  background: #222223;
  color: rgba(255,255,255, 0.8);
}

.BorrowViewPage_loanInfoRow_3tVXm {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
}

.BorrowViewPage_loanInfoRow_3tVXm h4 {
  margin-top: 0;
  font-size: 14px;
  font-weight: normal;
}

.BorrowViewPage_rateChange_2Ux6Y,
.BorrowViewPage_loanInfoButton_11rwN {
  position: absolute;
  right: 20px;
  top: 10px;
}

.BorrowViewPage_wrapperCurrency_HoLz9 {
  padding-top: 10px;
  display: flex;
  justify-content: center;
  width: 80px;
  margin-right: 20px;
}

.BorrowViewPage_loanPriceWrapper_18_Mn {
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
  flex-basis: 100%;
  flex-grow: 0;
  padding-bottom: 20px;
  padding-top: 10px;
}

.theme-dark .BorrowViewPage_loanPriceWrapper_18_Mn {
  border-bottom: 1px solid #303132;
}

.BorrowViewPage_loanPriceWrapper_18_Mn h4 {
  display: flex;
  align-items: center;
}

.BorrowViewPage_loanAmountPrice_1W1rR {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin-right: 10px;
}

.BorrowViewPage_loanAmountCurrency_3PRD- {
  display: inline-block;
  font-size: 16px;
}

.BorrowViewPage_loanInfoRow_3tVXm:last-child .BorrowViewPage_loanPriceWrapper_18_Mn {
  border-bottom: none;
  padding-bottom: 0;
}

.BorrowViewPage_rateChange_2Ux6Y {
  padding: 1px 8px 0;
  border-radius: 20px;
  color: #fff;
  background: #b72323;
}

.BorrowViewPage_rateChange_2Ux6Y.BorrowViewPage_green_2nin2 {
  background: #1ba27a;
  font-size: 12px;
}

.BorrowViewPage_legend_3n1hf {
  display: flex;
  flex-direction: row;
}

.BorrowViewPage_collateralLegend_glbzV,
.BorrowViewPage_loanLegend_23ztL {
  position: relative;
  padding-left: 18px;
  color: #455a64;
}

.BorrowViewPage_borrowChart_5C8D2 {
  padding: 0;
  width: 433px;
}

.electron .col-xs-5 .BorrowViewPage_borrowChart_5C8D2 {
  padding: 36px 10px;
  height: calc(100vh - 70px);
  width: 100%;
  border: none;
  border-left: solid 0.5px #e4e4e4;
  background: #fff !important;
}

.theme-dark .col-xs-5 .BorrowViewPage_borrowChartElectron_2MvCB {
  background: #222223 !important;
  border: none;
}

.BorrowViewPage_collateralLegend_glbzV {
  margin-left: 30px;
}

.BorrowViewPage_collateralLegend_glbzV::before,
.BorrowViewPage_loanLegend_23ztL::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 5px;
}

.BorrowViewPage_loanLegend_23ztL::before {
  background: #7691e5;
}

.BorrowViewPage_collateralLegend_glbzV::before {
  background: #f2a900;
}

.BorrowViewPage_smallLoader_2Z0rd {
  margin-top: 0;
  margin-left: 5px;
  vertical-align: top;
}

.theme-dark .BorrowViewPage_collateralLegend_glbzV,
.theme-dark .BorrowViewPage_loanLegend_23ztL {
  color: rgba(255,255,255, 0.8);
}

.BorrowViewPage_tooltipInfo_3WzXd {
  margin-left: 5px;
  height: 18px;
  width: 18px;
}

.BorrowViewPage_iconInfo_xSWkB {
  width: 14px;
  height: 14px;
  fill: #455a64;
}

.theme-dark .BorrowViewPage_iconInfo_xSWkB {
  fill: #fff;
}

.BorrowViewPage_iconInfo_xSWkB svg {
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.BorrowViewPage_backButton_3Xutt {
  position: absolute;
}

.BorrowViewPage_borrowBorderContainer_1bnYM {
  display: flex;
  flex-direction: column;
  padding-top: 22px;
}

.BorrowViewPage_titleHeader_19jR2 {
  align-self: center;
}

h1.BorrowViewPage_titleHeader_19jR2 {
  margin-top: 9px;
}

.BorrowViewPage_userSelect_ewgbc {
  user-select: text;
}

.BorrowViewPage_boardChart_2cBC- {
  width: 394px;
  height: 224px;
  margin-top: -12px;
}

.popup-success_popup_22kMl {
  border-radius: 8px;
  padding: 0;
  overflow: hidden;
}

.popup-success_header_1hd1w {
  background: #798ce5;
  padding: 20px 0 60px;
  text-align: center;
  color: #fff;
  position: relative;
  margin-bottom: 50px;
}

.popup-success_headerSubTitle_1nKyT {
  font-weight: bold;
  margin-top: 20px;
}

.popup-success_headerTitle_1LO69 {
  font-size: 28px;
  margin-top: 10px;
  font-weight: bold;
}

.popup-success_iconSuccess_10odC {
  border-radius: 100px;
  background: url(/app/6a5faea3bc176b102ea8b96f6fe034d0.svg);
  width: 76px;
  height: 76px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -38px;
  margin-left: -38px;
}

.popup-success_currecniesPairs_28M64 {
  display: flex;
  flex-direction: column;
  border: solid 1px #f1f1f1;
  border-radius: 8px;
}

.popup-success_currencyBlock_iLsaC {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  padding: 12px 16px;
}

.popup-success_currencySeparator_Nx3iA {
  border-top: solid 1px #f1f1f1;
  margin-left: 20%;
  margin-right: 20%;
}

.popup-success_body_3vki_ {
  padding: 0 35px;
  font-size: 14px;
  text-align: center;
}

.popup-success_bottomButton_7lL4D {
  text-align: center;
  color: #fff;
  background: #798ce5;
  padding: 20px 0;
  cursor: pointer;
  margin-top: 40px;
}

.popup-success_bottomButton_7lL4D:hover {
  opacity: 0.95;
}

.popup-success_currencyTicker_3yd2j {
  font-size: 16px;
  color: #a1a1a1;
}

.popup-success_currencyAmountGreen_2gdMt,
.popup-success_currencyAmount_1Hz9B {
  font-size: 16px;
  text-align: left;
  width: 180px;
  margin-left: 20px;
  font-weight: 600;
}

.popup-success_currencyAmountGreen_2gdMt {
  color: #1ba27a;
}

.BoardTopUpPage_row_3TeDK {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.BoardTopUpPage_headerBlock_pxmW2 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.BoardTopUpPage_header_28NGv {
  padding-top: 9px;
  flex: 1;
  text-align: center;
}

.BoardTopUpPage_emptyHeaderDiv_3pYfD {
  width: 90px;
}

.BoardTopUpPage_separatorTitle__QYMW {
  margin-top: 70px;
}

.BoardTopUpPage_separatorButton_3tNGe {
  margin-top: 40px;
}

.BoardTopUpPage_inputError_uyzNG {
  color: #f35b51;
  position: absolute;
  top: calc(100% - 20px);
  right: 31px;
  font-size: 12px;
}

.electron .BoardTopUpPage_inputError_uyzNG {
  right: 25px;
}

.BoardTopUpPage_walletInput_1Vdx0 {
  width: 263px;
  height: 68px;
}

.BoardTopUpPage_inputWrapperClassName_2tSNk {
  height: 68px;
  border: none;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 29px;
  background: none;
}

.BoardTopUpPage_inputWrapperClassName_2tSNk > div > div {
  width: auto;
}

.theme-dark .BoardTopUpPage_inputWrapperClassName_2tSNk {
  background: none;
}

.theme-dark .BoardTopUpPage_inputWrapperClassName_2tSNk span {
  color: white;
}

.BoardTopUpPage_userSelect_1SxFu {
  user-select: text;
}

.BoardTopUpPage_clearBottomMargin_2VEoG {
  margin-bottom: 0;
}

.BoardTopUpPage_miskInfoTitle_nUPHG {
  width: auto;
}

.BoardTopUpPage_boardChartLoader_31mn1 {
  width: 394px;
  height: 270px;
}

.popup-success_popup_Ik8Is {
  border-radius: 8px;
  padding: 0;
  overflow: hidden;
}

.popup-success_header_1nkdp {
  background: #798ce5;
  padding: 20px 0 60px;
  text-align: center;
  color: #fff;
  position: relative;
  margin-bottom: 50px;
}

.popup-success_headerSubTitle_2PN47 {
  font-weight: bold;
  margin-top: 20px;
}

.popup-success_headerTitle_X-TRn {
  font-size: 28px;
  margin-top: 10px;
  font-weight: bold;
}

.popup-success_iconSuccess_1MgZy {
  border-radius: 100px;
  background: url(/app/6a5faea3bc176b102ea8b96f6fe034d0.svg);
  width: 76px;
  height: 76px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -38px;
  margin-left: -38px;
}

.popup-success_currecniesPairs_GAybj {
  display: flex;
  flex-direction: column;
  border: solid 1px #f1f1f1;
  border-radius: 8px;
}

.popup-success_currencyBlock_38zhF {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  padding: 12px 16px;
}

.popup-success_currencySeparator_1K5r_ {
  border-top: solid 1px #f1f1f1;
  margin-left: 20%;
  margin-right: 20%;
}

.popup-success_body_3iiIS {
  padding: 0 35px;
  font-size: 14px;
  text-align: center;
}

.popup-success_bottomButton_2_S0d {
  text-align: center;
  color: #fff;
  background: #798ce5;
  padding: 20px 0;
  cursor: pointer;
  margin-top: 40px;
}

.popup-success_bottomButton_2_S0d:hover {
  opacity: 0.95;
}

.popup-success_currencyTicker_3obQu {
  font-size: 16px;
  color: #a1a1a1;
}

.popup-success_currencyAmountGreen_3kHSR,
.popup-success_currencyAmount_1OU7y {
  font-size: 16px;
  text-align: left;
  width: 180px;
  margin-left: 20px;
  font-weight: 600;
}

.popup-success_currencyAmountGreen_3kHSR {
  color: #1ba27a;
}

.earn_row_1DJuK {
  display: flex;
}

.earn_rowDirection_28t1O {
  flex-direction: column;
}

.earn_rowBetween_1lspI {
  justify-content: space-between;
}

.earn_rowCenter_8GF4W {
  justify-content: center;
}

.earn_rowEnd_y1g_d {
  justify-content: flex-end;
}

.earn_rowAround_PQL1W {
  justify-content: space-around;
}

.earn_rowAlignCenter_115yl {
  align-items: center;
}

.earn_rowAlignEnd_2OgoL {
  align-items: flex-end;
}

.earn_rowMarginBottomM_2zinT {
  margin-bottom: 12px;
}

.earn_rowMarginBottomS_1lUUJ {
  margin-bottom: 4px;
}

.earn_rowMarginTopM_3UR3H {
  margin-top: 12px;
}

.earn_rowMarginTopS_1S2Ir {
  margin-top: 4px;
}

.earn_rowMarginLeftM_1yHfO {
  margin-left: 12px;
}

.earn_rowMarginLeftS_37U_Y {
  margin-top: 4px;
}

.earn_rowMarginRightM_1JALn {
  margin-right: 12px;
}

.earn_rowMarginRightS_1KVHv {
  margin-right: 4px;
}

.earn_fontRoboto_2CsIW {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
}

.earn_width100_DFhwB {
  width: 100%;
}

.earn_textAlignCenter_1dGpw {
  text-align: center;
}

.earn_textAlignEnd_2mq1K {
  text-align: end;
}

.earn_textAlignStart_34KVb {
  text-align: start;
}

.card-item_cardTitle_2yTzB {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #979797;
}

.card-item_stepper_2zwlV {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #455a64;
  margin: 0 16px;
}

.card-item_walletTitle_-hT1t {
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #455a64;
  mix-blend-mode: normal;
  margin: 0 4px;
  position: relative;
}

.card-item_walletTicker_3vYU- {
  font-size: 10px;
  line-height: 16px;
  color: #979797;
  margin: 0 4px;
  position: absolute;
  text-transform: uppercase;
  width: fit-content;
}

.theme-dark .card-item_walletTicker_3vYU- {
  color: #aaa9a9;
}

.card-item_info_lz4Oz {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.2px;
  color: #656565;
}

.theme-dark .card-item_cardTitle_2yTzB,
.theme-dark .card-item_walletTitle_-hT1t,
.theme-dark .card-item_info_lz4Oz,
.theme-dark .card-item_stepper_2zwlV {
  color: #d6d6d6;
}

.empty-card-item_emptyBgr_2foOA {
  background: #f1f4fd;
}

.theme-dark .empty-card-item_emptyBgr_2foOA {
  background: #262728;
}

.empty-card-item_emptyCircle_FqS01 {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.empty-card-item_emptyStepper_2XmU3 {
  width: 36px;
  height: 18px;
  border-radius: 4px;
}

.empty-card-item_emptyLargeBlock_1sPD1 {
  width: 100%;
  height: 46px;
  border-radius: 4px;
}

.empty-card-item_emptyMediumBlock_D92Ca {
  width: 120px;
  height: 18px;
  border-radius: 4px;
}

.empty-card-item_emptySmallBlock_PIZSP {
  width: 90px;
  height: 18px;
  border-radius: 4px;
}

.staking-block_tableContainer_ByHSM {
  margin: -20px -31px 22px -31px;
}

table {
  border-collapse: collapse;
}

.staking-block_tbody_1pCc6 {
  overflow-x: auto;
  width: 100%;
  padding-bottom: 15px;
}

.staking-block_gradient_3ghaK {
  position: absolute;
  bottom: 29px;
  height: 44px;
  width: 97%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.theme-dark .staking-block_gradient_3ghaK {
  background: linear-gradient(0deg, rgba(48, 49, 50, 1), rgba(48, 49, 50, 0.9), rgba(48, 49, 50, 0));
}

.staking-block_title_1zH7x {
  color: #656565;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
}

.theme-dark .staking-block_title_1zH7x {
  color: #656565;
}

.staking-block_tooltip_3kphj {
  width: 16px;
  height: 16px;
  text-transform: none;
  text-align: start;
}

.staking-block_tableSortableHeader_1huSC {
  cursor: pointer;
}

.staking-block_active_39mWm {
  color: #7190EB;
}

.theme-dark .staking-block_active_39mWm {
  color: #7190EB;
}

thead > tr {
  background: #fafafa;
}

.theme-dark thead > tr {
  background: #222223;
}

th {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1px;
  line-height: 13px;
  text-transform: uppercase;
  color: #979797;
  padding-top: 32px;
  padding-bottom: 32px;
}

td {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #455a64;
  border-bottom: 1px solid #f1f1f1;
  padding: 16px 0;
  height: 77px;
  min-width: 100px;
}

.theme-dark td {
  color: #d6d6d6;
  border-bottom: 1px solid #262728;
}

tbody tr td:first-child,
thead th:first-child {
  padding-left: 48px;
}

.staking-block_withHover_2iTcb tr td:nth-last-child(2),
tbody tr td:last-child,
thead th:last-child {
  padding-right: 48px;
  width: 200px;
}

.staking-block_withHover_2iTcb tr td:nth-last-child(3),
thead th:nth-last-child(2) {
  width: 250px;
}

.staking-block_textLight_Zxa3y {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #656565;
}

.staking-block_textBold_1DABM {
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
}

tr:hover {
  background: #fafafa;
  border-bottom: transparent;
}

.theme-dark tr:hover {
  background: #222223;
}

.staking-block_hiddenTableCell_14szf {
  display: none;
}

.staking-block_withHover_2iTcb > tr:hover .staking-block_defaultTableCell_LtcLu {
  display: none;
}

.staking-block_withHover_2iTcb > tr:hover .staking-block_hiddenTableCell_14szf {
  display: table-cell;
}

.staking-block_walletContainer_10uGv {
  position: relative;
}

.staking-block_ticker_1Cnoh {
  position: absolute;
  top: -7px;
  padding-left: 4px;
  right: auto;
  text-transform: uppercase;
  color: #a1a1a1;
  font-weight: 700;
  font-size: 11px;
  line-height: 16px;
}

.staking-block_address_1IJJt {
  text-transform: lowercase;
  font-weight: 400;
}

.NoSearchResult_container_7em7v {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin-top: 176px;
  color: #455a63;
}

.TableHead_active_Ym_Fj {
  color: #7190EB;
}

.theme-dark .TableHead_active_Ym_Fj {
  color: #7190EB;
}

.TableHead_wrapper_12MIS {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #656565;
  padding: 32px 0;
  background: #fafafa;
}

.theme-dark .TableHead_wrapper_12MIS {
  background: #222223;
}

.TableHead_sortableWrapper_2-HFK {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.TableHead_tooltip_3A1zU {
  width: 16px;
  height: 16px;
  text-transform: none;
  text-align: start;
  padding-left: 3px;
}

.TableHead_biggestCell_T5bfG {
  width: 310px;
}

.TableHead_bigCell_23P6H {
  width: 200px;
  text-align: end;
}

.TableHead_lastCell_3X1aT {
  margin-right: 100px;
}

.TableHead_smallCell_3gl7W {
  width: 100px;
  padding-left: 18px;
}

.EmptyStakingWallets_container_3A4jP {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-top: 176px;
}

.EmptyStakingWallets_text_2xR2N {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #a1a1a1;
  margin-top: 50px;
  margin-bottom: 24px;
}

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

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

@keyframes EmptyStakingWallets_rotating_gJN88 {
  from {
    transform: rotate(0deg);
  }

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

.EmptyStakingWallets_rotating_gJN88 {
  animation: EmptyStakingWallets_rotating_gJN88 10s linear infinite;
}

.TableRow_wrapper_1qy2F {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #455a63;
  padding: 16px 0;
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
  min-height: 77px;
}

.TableRow_wrapper_1qy2F:hover {
  background: #fafafa;
}

.theme-dark .TableRow_wrapper_1qy2F:hover {
  background: #222223;
}

.theme-dark .TableRow_wrapper_1qy2F {
  color: #fff;
  border-bottom: 1px solid #222223;
}

.TableRow_walletContainer_1vU9g {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 310px;
}

.TableRow_walletTitleWrapper_YlssD {
  position: relative;
}

.TableRow_walletTitle_UbEh_ {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  margin-left: 12px;
}

.TableRow_apy_2Psau {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  width: 100px;
  text-align: center;
}

.TableRow_address_2T63o {
  position: absolute;
  top: -7px;
  padding-left: 4px;
  right: auto;
  color: #a1a1a1;
  font-size: 11px;
  line-height: 16px;
  text-transform: lowercase;
  font-weight: 400;
}

.TableRow_secondaryText_2mBGv {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #a1a1a1;
  display: flex;
  align-items: center;
  justify-content: end;
}

.TableRow_bigCell_3gPeo {
  width: 200px;
  text-align: end;
}

.TableRow_lastCell_WhF7s {
  margin-right: 100px;
}

.TableRow_link_3OXkB {
  text-decoration: none !important;
}

.staking-nav-panel_menu_2--Hu {
  margin: -20px -31px 22px -31px;
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
}

.staking-nav-panel_disable_njKE- {
  color: #c4c4c4 !important;
  cursor: default !important;
  border-bottom-color: transparent !important;
}

.theme-dark .staking-nav-panel_disable_njKE- {
  color: #c4c4c426 !important;
}

.staking-nav-panel_disable_njKE-:hover {
  border-bottom-color: transparent !important;
}

.staking-nav-panel_searchWrapper_QEX80 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 16px;
}

.staking-nav-panel_search_23bh9 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.2px;
  height: 36px;
  padding-left: 32px;
  margin: 0 48px 0 0;
  border: none;
  border-bottom: solid 1px rgba(170, 169, 169, 0.4);
  min-width: 216px;
}

.theme-dark .staking-nav-panel_search_23bh9 {
  border-color: #a1a1a1;
}

.theme-dark .staking-nav-panel_search_23bh9:focus {
  border-color: rgba(113, 144, 235, 0.5);
}

.staking-nav-panel_glassIcon_1EP9w {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 10px;
  left: 25px;
}

.staking-nav-panel_menuItem_1N2P1 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 16px 48px !important;
}

.staking-nav-panel_rightSideWrapper__iuTG {
  display: flex;
}

.staking-nav-panel_loadingWrapper_3LSfp {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #c7c7c7;
  margin-right: 32px;
}

.more-info-banner_bannerContainer_3zlTb {
  display: none;
  position: absolute;
  top: 0;
  bottom: 28px;
  left: 15px;
  right: 15px;
  background-image: url(/app/assets/images/3pYhbuU.png), linear-gradient(91.83deg, #3f8cd3 0%, #69bad3 100%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: right;
  border-radius: 5px;
  padding: 32px;
}

.theme-dark .more-info-banner_bannerContainer_3zlTb {
  background-image: url(/app/assets/images/3pYhbuU.png), linear-gradient(91.83deg, #00509a 0%, #006d8f 100%);
}

.more-info-banner_isVisible_1_ZO4 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.more-info-banner_text_1QY70 {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.more-info-banner_title_UIjEO {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.2px;
  color: #fff;
}

.chart-legend-item_text_1TJ5_ {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.2px;
  color: #131523;
}

.theme-dark .chart-legend-item_text_1TJ5_ {
  color: #d6d6d6;
}

.chart-legend-item_circle_3Ep18 {
  height: 12px;
  width: 12px;
  border-radius: 50%;
}

.pie-chart_container_23Ie2 {
  width: 66%;
}

.pie-chart_pieContainer_33m9H {
  position: relative;
  width: 150px;
  height: 150px;
}

.pie-chart_lineContainer_2z-VA {
  position: absolute;
  top: 0;
  right: 0;
}

.pie-chart_pie_nK9Ke {
  --p: 20;
  --b: 22px;
  --c: darkred;
  --w: 150px;

  width: var(--w);
  aspect-ratio: 1;
}

.pie-chart_pie_nK9Ke::before,
.pie-chart_pie_nK9Ke::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.pie-chart_pie_nK9Ke::before {
  inset: 0;
  background:
    radial-gradient(farthest-side, var(--c) 98%, #0000) top/var(--b) var(--b) no-repeat,
    conic-gradient(var(--c) calc(var(--p) * 1%), #0000 0);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b)));
  mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b)));
}

.pie-chart_pie_nK9Ke::after {
  inset: calc(50% - var(--b) / 2);
  background: var(--c);
  transform: rotate(calc(var(--p) * 3.6deg)) translateY(calc(50% - var(--w) / 2));
}

.pie-chart_noRound_zfkVD::before {
  background-size: 0 0, auto;
}

.pie-chart_noRound_zfkVD::after {
  content: none;
}

.pie-chart_animate_2fJK4 {
  transform: scaleY(-1) rotate(170deg);
  animation: pie-chart_p_1m3PS 1s;
}

.theme-dark .pie-chart_animate_2fJK4 {
  animation: pie-chart_darkP_3M1eu 1s;
}

.pie-chart_emptyPieChart_3_o7n {
  border: 20px solid #f1f4fd;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.theme-dark .pie-chart_emptyPieChart_3_o7n {
  border-color: #262728;
}

/* TODO this disgusting piece needs to be rewritten */

@keyframes pie-chart_p_1m3PS {
  from {
    --p: 100;
    --c: #fff;
    --b: 25px;
    --w: 152px;

    margin-right: -1px;
    margin-top: -1px;
  }

  1% { --p: 99; }
  2% { --p: 98; }
  3% { --p: 97; }
  4% { --p: 96; }
  5% { --p: 95; }
  6% { --p: 94; }
  7% { --p: 93; }
  8% { --p: 92; }
  9% { --p: 91; }

  10% { --p: 90; }
  11% { --p: 89; }
  12% { --p: 88; }
  13% { --p: 87; }
  14% { --p: 86; }
  15% { --p: 85; }
  16% { --p: 84; }
  17% { --p: 83; }
  18% { --p: 82; }
  19% { --p: 81; }

  20% { --p: 80; }
  21% { --p: 79; }
  22% { --p: 78; }
  23% { --p: 77; }
  24% { --p: 76; }
  25% { --p: 75; }
  26% { --p: 74; }
  27% { --p: 73; }
  28% { --p: 72; }
  29% { --p: 71; }

  30% { --p: 70; }
  31% { --p: 69; }
  32% { --p: 68; }
  33% { --p: 67; }
  34% { --p: 66; }
  35% { --p: 65; }
  36% { --p: 64; }
  37% { --p: 63; }
  38% { --p: 62; }
  39% { --p: 61; }

  40% { --p: 60; }
  41% { --p: 59; }
  42% { --p: 58; }
  43% { --p: 57; }
  44% { --p: 56; }
  45% { --p: 55; }
  46% { --p: 54; }
  47% { --p: 53; }
  48% { --p: 52; }
  49% { --p: 51; }

  50% { --p: 50; }
  51% { --p: 49; }
  52% { --p: 48; }
  53% { --p: 47; }
  54% { --p: 46; }
  55% { --p: 45; }
  56% { --p: 44; }
  57% { --p: 43; }
  58% { --p: 42; }
  59% { --p: 41; }

  60% { --p: 40; }
  61% { --p: 39; }
  62% { --p: 38; }
  63% { --p: 37; }
  64% { --p: 36; }
  65% { --p: 35; }
  66% { --p: 34; }
  67% { --p: 33; }
  68% { --p: 32; }
  69% { --p: 31; }

  70% { --p: 30; }
  71% { --p: 29; }
  72% { --p: 28; }
  73% { --p: 27; }
  74% { --p: 26; }
  75% { --p: 25; }
  76% { --p: 24; }
  77% { --p: 23; }
  78% { --p: 22; }
  79% { --p: 21; }

  80% { --p: 20; }
  81% { --p: 19; }
  82% { --p: 18; }
  83% { --p: 17; }
  84% { --p: 16; }
  85% { --p: 15; }
  86% { --p: 14; }
  87% { --p: 13; }
  88% { --p: 12; }
  89% { --p: 11; }

  90% { --p: 10; }
  91% { --p: 9; }
  92% { --p: 8; }
  93% { --p: 7; }
  94% { --p: 6; }
  95% { --p: 5; }
  96% { --p: 4; }
  97% { --p: 3; }
  98% { --p: 2; }

  99% {
    --p: 1;
    --c: #fff;
    --b: 25px;
    --w: 152px;

    margin-right: -1px;
    margin-top: -1px;
  }
}

@keyframes pie-chart_darkP_3M1eu {
  from {
    --p: 100;
    --c: #303132;
    --b: 25px;
    --w: 152px;

    margin-right: -1px;
    margin-top: -1px;
  }

  1% { --p: 99; }
  2% { --p: 98; }
  3% { --p: 97; }
  4% { --p: 96; }
  5% { --p: 95; }
  6% { --p: 94; }
  7% { --p: 93; }
  8% { --p: 92; }
  9% { --p: 91; }

  10% { --p: 90; }
  11% { --p: 89; }
  12% { --p: 88; }
  13% { --p: 87; }
  14% { --p: 86; }
  15% { --p: 85; }
  16% { --p: 84; }
  17% { --p: 83; }
  18% { --p: 82; }
  19% { --p: 81; }

  20% { --p: 80; }
  21% { --p: 79; }
  22% { --p: 78; }
  23% { --p: 77; }
  24% { --p: 76; }
  25% { --p: 75; }
  26% { --p: 74; }
  27% { --p: 73; }
  28% { --p: 72; }
  29% { --p: 71; }

  30% { --p: 70; }
  31% { --p: 69; }
  32% { --p: 68; }
  33% { --p: 67; }
  34% { --p: 66; }
  35% { --p: 65; }
  36% { --p: 64; }
  37% { --p: 63; }
  38% { --p: 62; }
  39% { --p: 61; }

  40% { --p: 60; }
  41% { --p: 59; }
  42% { --p: 58; }
  43% { --p: 57; }
  44% { --p: 56; }
  45% { --p: 55; }
  46% { --p: 54; }
  47% { --p: 53; }
  48% { --p: 52; }
  49% { --p: 51; }

  50% { --p: 50; }
  51% { --p: 49; }
  52% { --p: 48; }
  53% { --p: 47; }
  54% { --p: 46; }
  55% { --p: 45; }
  56% { --p: 44; }
  57% { --p: 43; }
  58% { --p: 42; }
  59% { --p: 41; }

  60% { --p: 40; }
  61% { --p: 39; }
  62% { --p: 38; }
  63% { --p: 37; }
  64% { --p: 36; }
  65% { --p: 35; }
  66% { --p: 34; }
  67% { --p: 33; }
  68% { --p: 32; }
  69% { --p: 31; }

  70% { --p: 30; }
  71% { --p: 29; }
  72% { --p: 28; }
  73% { --p: 27; }
  74% { --p: 26; }
  75% { --p: 25; }
  76% { --p: 24; }
  77% { --p: 23; }
  78% { --p: 22; }
  79% { --p: 21; }

  80% { --p: 20; }
  81% { --p: 19; }
  82% { --p: 18; }
  83% { --p: 17; }
  84% { --p: 16; }
  85% { --p: 15; }
  86% { --p: 14; }
  87% { --p: 13; }
  88% { --p: 12; }
  89% { --p: 11; }

  90% { --p: 10; }
  91% { --p: 9; }
  92% { --p: 8; }
  93% { --p: 7; }
  94% { --p: 6; }
  95% { --p: 5; }
  96% { --p: 4; }
  97% { --p: 3; }
  98% { --p: 2; }

  99% {
    --p: 1;
    --c: #303132;
    --b: 25px;
    --w: 152px;

    margin-right: -1px;
    margin-top: -1px;
  }
}

.total-amount-block_chart_3pw-8 {
  width: 140px;
  height: 140px;
  border: 20px solid #f1f4fd;
  border-radius: 50%;
}

.total-amount-block_chartDataContainer_1RAt5 {
  width: 180px;
  height: 140px;
}

.total-amount-block_balanceAmount_2e51V {
  font-weight: 500;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: 0.2px;
  color: #455a64;
}

.theme-dark .total-amount-block_balanceAmount_2e51V {
  color: #d6d6d6;
}

.total-amount-block_tooltip_7G5vM {
  width: 16px;
  height: 16px;
}

.total-amount-block_stakingTitle_5MCLt {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.2px;
  color: #656565;
}

.theme-dark .total-amount-block_stakingTitle_5MCLt {
  color: #aaa9a9;
}

.total-amount-block_title_1Zn3x {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.2px;
  color: #455a64;
  padding: 0;
  margin: 0 !important;
}

.theme-dark .total-amount-block_title_1Zn3x {
  color: #d6d6d6 !important;
}

.main-page_topBlock_26cim {
  min-width: 387px;
  min-height: 234px;
}

.main-page_bottomBlock_10Q-2 {
  padding-bottom: 0;
}

.proceed_loader_5IFZw {
  width: 48px;
  margin-bottom: 15px;
  margin-top: -40px;
}

.proceed_center_1v8QK {
  justify-content: center;
  flex-direction: column;
  text-align: center;
  display: flex;
  width: 100%;
  align-items: center;
  height: 100vh;
  color: #455a64;
  font-size: 14px;
  overflow: hidden;
}

.settings_wrapperForm_1_0aV {
  overflow: auto;
  padding: 20px;
}

.theme-dark.electron .settings_wrapperForm_1_0aV {
  background-color: #222223;
}

.settings_suppotLink_YDtgo {
  font-size: 14px;
}

.settings_suppotLink_YDtgo img {
  margin-left: 5px;
  margin-top: 2px;
  display: inline-block;
  vertical-align: middle;
}

.settings_note_eOf_P {
  font-size: 13px;
}

.settings_wrapperFiled_132Dd {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.settings_wrapperSelect_1QyF6 {
  width: 100%;
  margin-right: 20px;
}

.settings_wrapperFiled_132Dd > button {
  margin-bottom: 25px;
}

.settings_failedMessage_3C13a,
.settings_savedMessage_3nw8e {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  opacity: 0;
  transition: 0.2s all;
  color: #448aff;
}

.settings_failedMessage_3C13a {
  color: #E53935;
}

.settings_visibleMessage_1Pt9h {
  opacity: 1;
}

.settings_wrapperSelectPrivateKeys_TPMaO {
  width: 100%;
}

.settings_separator_3Gy5N {
  margin: 30px 0;
}

.settings_wrapperPrivateKey_3hWb0 {
  font-size: 13px;
  padding: 20px;
  word-break: break-all;
  border-radius: 5px;
  border: dashed 2px rgba(69,90,100, 0.2);
}

.settings_wrapperPrivateKey_3hWb0 h4 {
  margin-top: 0;
  color: #7190EB;
}

.settings_textarea_3BlnY {
  user-select: all;
  height: auto;
  word-wrap: break-word;
  max-height: 110px;
  min-height: 110px;
  overflow: auto;
  font-size: 12px;
}

.settings_buttonCopy_2LMB5 {
  margin: 0 40px;
}

.settings_footerButtons_1IA2G {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.settings_centerPopupQr_qwpXV {
  text-align: center;
  margin-top: 20px;
}

.private-keys_wrapper_3p6mw {
  padding-bottom: 100px;
}

.theme-dark.electron .private-keys_wrapper_3p6mw {
  background-color: #222223;
}

.private-keys_wrapperForm_31K6I {
  font-size: 14px;
}

.private-keys_wrapperForm_31K6I h3 {
  color: #7190EB;
}

.private-keys_privateKeyBlock_3EUZi {
  display: flex;
  flex-direction: column;
  margin-top: -1px;
}

.private-keys_privateKeyBlock_3EUZi h4 {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #7190EB;
  user-select: none;
  font-weight: normal;
  overflow: hidden;
}

.private-keys_privateKeyBlock_3EUZi h4 span {
  margin-right: 10px;
}

.private-keys_buttonAction_HiXjx {
  margin-bottom: 5px;
}

.private-keys_iconQRCode_YITmG {
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  width: 15px;
  margin-top: 1px;
}

.private-keys_subWallet_2_xbs,
.private-keys_walletBlock_1Kea2 {
  color: #455a64;
  font-weight: bold;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  padding: 13px 0;
  border-top: solid 1px rgba(170,169,169, 0.1);
  border-bottom: solid 1px rgba(170,169,169, 0.1);
  cursor: default;
  position: relative;
}

.theme-dark .private-keys_subWallet_2_xbs,
.theme-dark .private-keys_walletBlock_1Kea2 {
  border-color: rgba(0,0,0, 0.1);
  color: rgba(255,255,255, 0.8);
}

.private-keys_walletBlock_1Kea2 {
  user-select: none;
  cursor: pointer;
}

.private-keys_wallet_1EUkn {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 60%;
}

.private-keys_subWallet_2_xbs {
  padding: 5px 0;
  font-size: 14px;
  margin-top: -1px;
}

.private-keys_subWallet_2_xbs span,
.private-keys_walletBlock_1Kea2 span {
  font-weight: 700;
  margin-top: 4px;
  font-size: 14px;
}

.private-keys_walletInfo_3HT1p {
  display: flex;
  flex-direction: column;
}

.private-keys_walletInfo_3HT1p span {
  color: #aaa9a9;
  font-weight: normal;
  font-size: 12px;
}

.private-keys_walletInfo_3HT1p span span {
  font-style: italic;
}

.private-keys_wrapperCurrency_97u5l {
  width: 40px;
  margin-right: 10px;
}

.private-keys_ticker_2m_x4 {
  font-size: 24px;
  color: #7190EB;
  margin-right: 5px;
}

.private-keys_subWalletsIcons_nvq43 {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 40%;
  margin-right: 10px;
}

.private-keys_subWalletsIcons_nvq43 .private-keys_ticker_2m_x4 {
  font-size: 1em !important;
  width: 23px !important;
  height: 23px !important;
}

.private-keys_wrapperInformation_LQTsO {
  padding: 0 0 10px;
  box-shadow: inset 0 9px 5px -10px #e1e2ea, inset 0 -9px 5px -10px #e1e2ea;
}

.theme-dark .private-keys_wrapperInformation_LQTsO {
  box-shadow: inset 0 11px 8px -10px rgba(0,0,0, 0.1), inset 0 -11px 8px -10px rgba(0,0,0, 0.1);
}

.private-keys_block_2ujAV {
  padding: 15px 23px 10px 44px;
  word-break: break-all;
}

.private-keys_block_2ujAV p {
  font-size: 12px;
}

.theme-dark .private-keys_block_2ujAV {
  color: rgba(255,255,255, 0.8);
}

.private-keys_arrowToggle_1tcUW {
  user-select: none;
  cursor: pointer;
  opacity: 0.5;
}

.private-keys_walletBlock_1Kea2:hover .private-keys_arrowToggle_1tcUW {
  opacity: 1;
}

.private-keys_extendPrivateKey_2KlY5 {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
}

.private-keys_extendPrivateKey_2KlY5 span {
  font-weight: bold;
  margin-right: 4px;
  float: left;
  display: block;
  width: 130px;
  min-width: 130px;
  color: #7190EB;
}

.private-keys_extendPrivateKey_2KlY5 p {
  margin: 0;
  padding: 0;
}

.private-keys_inputSearch_IcyBK {
  padding: 15px 40px;
  border: none;
  margin: 0;
  background: none !important;
  border-bottom: 1px solid rgba(170, 169, 169, 0.1) !important;
  transition: none;
  z-index: -1000;
}

.private-keys_inputSearchBorder_23qOa {
  border-bottom: 1px solid rgba(170, 169, 169, 0.2) !important;
}

.private-keys_coins_3I_Dn {
  margin: 0 auto;
  display: flex;
}

.private-keys_fastDeleteWallet_2tfDU {
  position: absolute;
  left: 100%;
  top: 20px;
  margin-left: 20px;
}

.private-keys_warning_8lMAL {
  line-height: 20px;
  color: #de1c22;
  border-top: 1px solid rgba(170,169,169, 0.2);
  padding-top: 10px;
}

.theme-dark .private-keys_warning_8lMAL {
  border-color: rgba(0, 0, 0, 0.2);
}

.theme-dark .private-keys_inputSearch_IcyBK {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.theme-dark .private-keys_inputSearchBorder_23qOa {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.sign_wrapperForm_3GUdw {
  height: calc(100vh - 140px);
  overflow: auto;
}

.sign_buttons_DMR-S {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f1f2fa;
  margin: 20px 0;
  padding: 20px 20px 30px;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.theme-dark .sign_buttons_DMR-S {
  background: #303132;
}

.sign_cancel_M9P2x {
  cursor: pointer;
}

.theme-dark .sign_cancel_M9P2x {
  color: rgba(255,255,255, 0.8);
}

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

.payment_wrapperForm_2osFn {
  height: calc(100vh - 140px);
  overflow: auto;
}

.payment_buttons_u_svO {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f1f2fa;
  margin: 20px -20px 20px;
  padding: 20px 20px 30px;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.theme-dark .payment_buttons_u_svO {
  background: #303132;
}

.payment_cancel_pujP2 {
  cursor: pointer;
}

.theme-dark .payment_cancel_pujP2 {
  color: rgba(255,255,255, 0.8);
}

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

.payment_infoLabel_1tqg3 {
  font-size: 14px;
  color: #aaa9a9;
  word-break: break-all;
}

.payment_loader_1RPUk {
  width: 48px;
  margin-bottom: 15px;
  margin-top: -40px;
}

.payment_purchaseImgWrapper_7aP0_ {
  display: flex;
  justify-content: center;
  margin-top: -15px;
  margin-bottom: 15px;
}

.payment_itemPic_2VIHs {
  width: 150px;
  max-height: 150px;
}

.payment_center_3mB98 {
  justify-content: center;
  flex-direction: column;
  text-align: center;
  display: flex;
  width: 100%;
  align-items: center;
  height: 100vh;
  color: #455a64;
  font-size: 14px;
  overflow: hidden;
}

.payment_wrapperForm_2osFn .payment_center_3mB98 {
  height: 80vh;
}

.payment_error_2PyAD {
  color: #E53935;
  font-size: 14px;
}

.payment-status_wrapper_2lHvX {
  overflow: hidden;
}

.theme-dark.electron .payment-status_wrapper_2lHvX {
  background-color: #222223;
}

.payment-status_wrapperForm_KbZxT {
  min-height: 380px;
}

.payment-status_successTitle_iCQGY {
  display: block;
  text-align: center;
  color: #50E3C2;
}

.payment-status_wrapperCenter_2cGYp {
  text-align: center;
}

.payment-status_wrapperCenter_2cGYp img {
  margin-bottom: 50px;
  margin-top: 40px;
  max-width: 50%;
}

.payment-status_hash_1Es8S {
  margin-bottom: 20px;
}

.payment-status_hash_1Es8S a {
  color: #448aff;
  border-bottom: solid 1px #448aff;
}

.payment-status_hash_1Es8S a:hover {
  text-decoration: none;
  border-bottom: solid 1px #448aff;
}

.payment-status_buttons_tnn7f {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f2fa;
  margin: 20px -20px 20px 0;
  padding: 20px;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.theme-dark .payment-status_buttons_tnn7f {
  background: #303132;
}

.payment-status_cancel_z2iMd {
  cursor: pointer;
}

.theme-dark .payment-status_cancel_z2iMd {
  color: rgba(255,255,255, 0.8);
}

.payment-status_cancel_z2iMd:hover {
  color: #aaa9a9;
  text-decoration: underline;
}

.token-generator_pageBackground_19war {
}

.token-generator_wrapper_HZZUw {
  margin-top: 30px;
  border-radius: 5px;
  background: white;
  position: relative;
  border: none;
  box-shadow: 0 0 0 1px #e4e4e4;
  margin-bottom: 20px;
  overflow: hidden;
  min-height: 600px;
  padding: 20px 40px;
}

.theme-dark .token-generator_wrapper_HZZUw {
  background: #303132;
  box-shadow: none;
  border: none;
}

.token-generator_backButton_xy7mk {
  position: absolute;
  left: 0;
  top: 20px;
}

.set-name-carousel_container_aGdE6 {
  position: relative;
  width: 100%;
}

.set-name-carousel_wrapper_1u_SZ {
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  width: 90%;
  margin: 0 5%;
  position: relative;
}

.set-name-carousel_slide_3AYPF {
  width: 100%;
  display: inline-block;
  transition: margin 0.2s;
}

.set-name-carousel_slide_3AYPF img {
  width: 100%;
}

.set-name-carousel_arrowLeft_4RpUB,
.set-name-carousel_arrowRight_1OFYS {
  position: absolute;
  top: 50%;
  margin-top: -23px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30%;
  cursor: pointer;
  z-index: 2;
  user-select: none;
}

.theme-dark .set-name-carousel_arrowRight_1OFYS,
.theme-dark .set-name-carousel_arrowLeft_4RpUB {
  background-color: rgba(0,0,0, 0.1);
}

.set-name-carousel_arrowLeft_4RpUB:hover,
.set-name-carousel_arrowRight_1OFYS:hover {
  background-color: #f1f2fa;
}

.set-name-carousel_arrowLeft_4RpUB {
  left: 0;
  background-image: url(/app/979f2a2de758551a0c6a4d25b33dd2dc.svg);
}

.set-name-carousel_arrowRight_1OFYS {
  right: 0;
  background-image: url(/app/ce5d12cc98e7e205f5602f6720061ba1.svg);
}

.stepper_stepper_1A_qc {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}

.stepper_wrapper_pZfRp {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.stepper_line_1wqLs {
  position: absolute;
  top: 44px;
  left: 20px;
  right: 20px;
  border-top: solid 1px rgba(170,169,169, 0.2);
  z-index: 0;
}

.stepper_title_3bH26 {
  font-weight: normal;
  font-size: 12px;
  color: #aaa9a9;
}

.stepper_title_3bH26.stepper_isActive_2KAqy {
  color: #7190EB;
}

.stepper_circle_3MadH {
  border-radius: 100%;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  font-size: 14px;
  color: #7190EB;
  border: solid 2px #7190EB;
}

.stepper_circle_3MadH.stepper_isActive_2KAqy {
  background: #7190EB;
  color: white;
}

.pages_pageBackground_2IKjj {
}

.pages_wrapper_28w4U {
  margin-top: 30px;
  border-radius: 5px;
  background: white;
  position: relative;
  border: 1px solid #e4e4e4;
  margin-bottom: 20px;
  overflow: hidden;
  min-height: 600px;
  padding: 20px 40px;
}

.theme-dark .pages_wrapper_28w4U {
  background: #303132;
  box-shadow: none;
  border: none;
}

.pages_backButton_2UZP6 {
  position: absolute;
  left: 0;
  top: 20px;
}

.set-name_headingWrapper_1DDnd {
  text-align: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 60px;
  font-size: 30px;
  display: inline-flex;
  justify-content: center;
  color: #7190EB;
}

.set-name_truncate_3eM1O {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 660px;
  margin-right: 5px;
}

.set-name_confirmBlock_3eekh {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 15px;
}

.set-name_confirmBlock_3eekh span {
  font-size: 11px;
  margin-left: 20px;
  color: #aaa9a9;
}

.set-name_block_1iVuk {
  margin-left: 6.333333%;
}

.set-name_block_1iVuk p {
  margin-top: 0;
  margin-bottom: 15px;
}

.set-name_titleSlider_1qHjK {
  text-align: center;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 20px;
}

.set-name_backButton_LYaGx {
}

.create-wallet-block_centerContainer_1uaNx {
  width: 100%;
  margin: 0 0 auto;
  font-size: 14px;
  border-radius: 3px;
}

.create-wallet-block_whiteBlock_1UrSc {
  padding: 10px 40px 20px;
  background-repeat: no-repeat;
  background-position: center 5px;
  background-image: url(/app/ceb5040617c003b0315897e3209e7401.svg);
}

.create-wallet-block_whiteBlock_1UrSc h2 {
  text-align: center;
  padding-bottom: 10px;
  font-size: 19px;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #7190EB;
}

.create-wallet-block_whiteBlock_1UrSc p {
  margin-bottom: 35px;
}

.create-wallet-block_grayBlock_3GskT {
  margin: 0;
  padding: 0;
  color: #7190EB;
  font-size: 14px;
}

.create-wallet-block_grayBlock_3GskT ul {
  padding: 0;
}

.create-wallet-block_grayBlock_3GskT li {
  padding: 0;
  margin: 0 16px 14px;
}

.create-wallet-block_button_W8PXP {
  width: 100%;
  margin-bottom: 15px;
}

.popup-password_popupContent_2EvpR {
  padding: 20px;
  width: 100%;
  color: #455a64;
}

.popup-password_popupUl_zQGZV {
  margin: 12px 0 0 0;
  padding: 0 0 0 32px;
}

.popup-password_popupUl_zQGZV li {
  font-size: 14px;
  line-height: 24px;
  color: #455a64;
}

.theme-dark .popup-password_popupUl_zQGZV li {
  color: #fff;
}

.popup-password_whiteBlock_3bySi {
  padding: 10px 40px 30px;
  background-repeat: no-repeat;
  background-position: center 5px;
  background-image: url(/app/ceb5040617c003b0315897e3209e7401.svg);
}

.popup-password_whiteBlock_3bySi h2 {
  text-align: center;
  padding-bottom: 10px;
  margin: 30px 0;
  font-size: 19px;
  color: #7190EB;
}

.popup-password_popupContent_2EvpR a {
  color: black;
  text-decoration: underline;
}

.popup-password_popupContent_2EvpR p + p {
  margin-top: 10px;
}

.popup-password_popupContent_2EvpR a:hover {
  color: #448aff;
}

.popup-password_inputConfirmation_3uOgC {
  border: solid 1px #aaa9a9;
  padding: 10px 17px;
  margin-bottom: 0;
  margin-right: 20px;
}

.popup-password_loader_XHIaq {
  margin-left: 14px;
  margin-right: 14px;
}

.popup-password_popupFieldsUnlock_OgAVl {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
}

.popup-password_popupFieldsCreate_2nWxT {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.popup-password_shutUpAndTakeMyMoney_27ZRq {
  font-size: 14px;
}

.popup-password_errorMasterPasswordPopup_W4Qsk {
  color: #E53935;
  text-align: left;
  margin-top: 10px;
  position: absolute;
  bottom: 20px;
  left: 50px;
  font-size: 12px;
}

.popup-password_inlineButtons_1SlQH {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  justify-content: space-around;
}

.popup-password_checkboxBlock_2Y5u0 {
  display: flex;
  align-items: center;
  margin-left: 5px;
  font-size: 14px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.popup-password_checkboxBlock_2Y5u0 label > span:hover {
  cursor: pointer;
  border: solid 1px #7190EB;
}

.popup-password_checkboxBlock_2Y5u0 label {
  margin-top: 0;
}

.popup-password_checkboxText_1T6cb {
  font-weight: normal;
  color: #495a63;
  font-size: 14px;
}

.theme-dark .popup-password_checkboxText_1T6cb,
.theme-dark .popup-password_linkWrapper_1fB7F {
  color: #fff;
}

.popup-password_textCenter_2dp-j {
  text-align: center;
}

.popup-password_flexBoxCenter_3Mjd5 {
  justify-content: center;
}

.set-options_headingWrapper_2K8kb {
  text-align: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 60px;
  font-size: 30px;
  color: #7190EB;
}

.set-options_formFieldWithDescription_qlam7 {
  margin-bottom: 0;
}

.set-options_formFieldDescription_2VL42 {
  margin-top: 11px;
  font-size: 13px;
  margin-bottom: 35px;
  line-height: 21px;
}

.set-options_amountDescription_3mGoa {
  font-size: 13px;
  margin-bottom: 25px;
  line-height: 21px;
}

.set-options_advancedOptions_1eM26 {
  font-weight: normal;
  margin-bottom: 20px;
  color: #7190EB;
  text-decoration: underline;
  cursor: pointer;
}

.set-options_backButton_2gXZT {
}

.set-options_confirmBlock_1UdyE {
  display: flex;
  flex-direction: row;
  padding-top: 15px;
}

p.set-options_textError_U7Q72 {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  color: #E53935;
  margin: 17px 0 28px 0;
}

.set-options_confirmBlock_1UdyE span {
  font-size: 11px;
  margin-left: 20px;
  margin-top: 7px;
  color: #aaa9a9;
}

.set-options_message_2pbhQ {
  border: solid #f39c12 1px;
  border-radius: 8px;
  background: none;
  min-width: 370px;
  text-align: center;
  position: relative;
  font-size: 14px;
  padding: 12px;
  margin-left: -12px;
  margin-bottom: 28px;
  margin-top: 42px;
}

.theme-dark .set-options_message_2pbhQ {
  /* border-color: #da5048; */
}

.set-options_subTitle_2DINC {
  font-size: 13px;
  color: #7190eb !important;
}

.set-options_warningIcon_2oIm- {
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(/app/92e1954788ce8a88d7eb582e91fd07fa.svg);
  background-color: #fff;
  top: -6px;
  right: 5px;
}

.theme-dark .set-options_warningIcon_2oIm- {
  background-color: #303132;
}

.set-options_hidden_23SR7 {
  display: none !important;
}

.set-options_fieldset_34lpK {
  margin-top: 26px;
}

.set-options_checkbox_wpYfF {
  margin-top: 17px;
}

.set-options_fieldError_bwIns {
  height: auto !important;
}

.payment_headingWrapper_A3AEw {
  text-align: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 30px;
  color: #7190EB;
}

.payment_subHeadingWrapper_35VeP {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.payment_topup_Jxbpg {
  font-size: 14px;
  color: #7190EB;
  text-decoration: underline;
}

.payment_addButton_29lra {
  margin-top: 46px;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  background: #f1f2fa;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
}

.payment_addButton_29lra svg {
  width: 55%;
  height: 55%;
  fill: #448aff;
}

.payment_addButton_29lra:hover {
  background-color: #7190EB;
}

.payment_addButton_29lra:hover svg {
  fill: #fff;
}

.payment_disable_1PJNZ {
  background-color: #aaa9a9 !important;
}

.payment_currencyName_NJLht {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.payment_disable_1PJNZ .payment_currencyName_NJLht > span {
  color: #aaa9a9;
}

.payment_currencyNameItem_gMykJ > div {
  margin-top: 0;
}

.payment_notEnoughFundsLabel_2mWHP {
  font-size: 10px;
  font-weight: 500;
}

.payment_listTicker_2o06G {
  min-width: 28px;
}

.payment_tip_3pEIS {
  line-height: 21px;
  margin-top: 10px;
  font-size: 14px;
  margin-bottom: 20px;
}

.payment_backButton_3M1I4 {
}

.payment_currencyAmount_1EUA2 {
  padding-top: 2px;
}

.payment_bestOfTheBest_21MSU {
  border: solid 1px rgba(113,144,235, 0.2);
  padding: 20px;
  border-radius: 3px;
  margin-top: 25px;
}

.payment_bestOfTheBest_21MSU > p {
  margin-bottom: 15px;
  line-height: 22px;
  margin-top: 0;
}

.payment_bestOfTheBest_21MSU > span {
  color: #7190EB;
  display: block;
  font-weight: bold;
  margin: 10px 0 0;
}

.payment_bestOfTheBest_21MSU > ul {
  color: #7190EB;
  padding: 0;
  margin: 10px 0 0;
}

.payment_bestOfTheBest_21MSU > ul li {
  line-height: 40px;
  list-style: none;
}

.payment_bestOfTheBest_21MSU > ul img {
  width: 20px;
  vertical-align: middle;
  margin-right: 10px;
}

.payment_centerButton_2C6to {
  margin: 40px 0;
  text-align: center;
}

.payment_linkCreate_3NWYB {
  color: #7190EB;
  text-decoration: underline;
  font-size: 14px;
  margin-bottom: 20px;
  cursor: pointer;
}

.process_headingWrapper_16-1D {
  text-align: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 30px;
  color: #7190EB;
}

.process_subtitleWrapper_F9CIz {
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 25px;
}

.process_iconProgress_qrnoe {
  text-align: center;
}

.process_iconProgress_qrnoe img {
  width: 200px;
}

.process_message_1Yj28 {
  border: solid #f39c12 1px;
  border-radius: 8px;
  background: none;
  min-width: 370px;
  text-align: center;
  position: relative;
  font-size: 14px;
  padding: 12px;
  margin-left: -12px;
  margin-bottom: 28px;
  margin-top: 42px;
}

.theme-dark .process_message_1Yj28 {
  /* border-color: #da5048; */
}

.process_warningIcon_2Ag68 {
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(/app/92e1954788ce8a88d7eb582e91fd07fa.svg);
  background-color: #fff;
  top: -6px;
  right: 5px;
}

.theme-dark .process_warningIcon_2Ag68 {
  background-color: #303132;
}

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

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

@keyframes process_rotating_3YzF5 {
  from {
    transform: rotate(0deg);
  }

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

.process_rotating_3YzF5 {
  animation: process_rotating_3YzF5 10s linear infinite;
}

.success_headingWrapper_ZzFwX {
  text-align: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 60px;
  font-size: 30px;
  color: #7190EB;
}

.success_placeholderImage_3Ow62 {
  width: 100%;
  height: 320px;
}

.success_titleBlock_1FR9p img {
  vertical-align: top;
  width: 45px;
}

.success_titleBlock_1FR9p span {
  font-size: 26px;
  color: #7190EB;
  display: inline-block;
  margin-left: 10px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.success_imgPlaceholderWrapper_23B09 {
  margin-left: 55px;
}

.success_titleBlock_1FR9p p {
  margin-left: 55px;
  color: #aaa9a9;
  margin-top: 5px;
}

.success_buttons_1CSGZ {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.success_textBlock_1hU30 {
  text-align: left;
}

.success_banner_3SaZu {
  height: 265px;
  margin-top: 20px;
}

.success_dashedButton_2vdaJ {
  margin-left: 20px;
  font-weight: normal;
  font-size: 12px;
}

.success_infoPlaceholderWrapper_3EYD3 {
  margin-top: 75px;
}

.success_infoPlaceholderWrapper_3EYD3 h4 {
  font-weight: 500;
  font-size: 24px;
  padding-top: 10px;
}

.error_iconError_37mpN {
  text-align: center;
  margin-top: 125px;
}

.error_titleError_2jJyp {
  font-size: 30px;
  color: #7190EB;
  margin-top: 20px;
}

.error_iconError_37mpN img {
  width: 100px;
}

.stepper_stepper_1HcKP {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}

.stepper_wrapper_3ULTo {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.stepper_line_aFkNv {
  width: 90%;
  position: absolute;
  top: 44px;
  left: 56px;
  border-top: solid 1px rgba(170,169,169, 0.2);
  z-index: 0;
}

.stepper_title_1BgMq {
  font-weight: normal;
  font-size: 12px;
  color: #aaa9a9;
}

.stepper_title_1BgMq.stepper_isActive_20_je {
  color: #7190EB;
}

.stepper_circle_34vfI {
  border-radius: 100%;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  font-size: 14px;
  color: #7190EB;
  border: solid 2px #7190EB;
}

.stepper_circle_34vfI.stepper_isActive_20_je {
  background: #7190EB;
  color: white;
}

.options_wrapper_1_c4Q {
  margin: 0;
  padding-top: 32px;
}

.options_textBlock_3-_Ko {
  display: flex;
  flex-direction: column;
  padding-top: 36px;
}

.options_wrapperForSelector_3SejH {
  width: 490px !important;
}

.options_errorInput_2qNr0 {
  overflow: visible;
  text-align: end;
}

.options_inputWrapperClassName_MeY0A {
  width: 221px;
  margin-top: 0;
  margin-bottom: 0;
}

.options_confirmBlock_2-djX {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 15px;
}

.options_confirmBlock_2-djX span {
  font-size: 11px;
  margin-left: 20px;
  color: $ colorGray;
}

.options_title_3nYCu {
  font-size: 20px;
  font-weight: 600;
  padding-top: 18px;
}

.options_iconCheck_1HZPZ {
  width: 25px;
  height: 20px;
}

.options_iconInfo_1oBb1 {
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

.options_infoPlaceholderWrapper_OI8JC {
  margin-left: 30px;
  margin-top: 1%;
  width: 44%;
}

.options_infoPlaceholderWrapper_OI8JC p {
  line-height: 25px;
}

.options_listItem_2EyRH {
  list-style-type: none;
  display: flex;
  margin-left: -40px;
}

.options_listItem_2EyRH p {
  margin-left: 20px;
  margin-top: -5px;
}

.options_tokenBlock_3K38G {
  display: flex;
  flex-direction: column;
}

.options_inputAmountToken_Y8W-O {
  overflow: hidden;
}

.options_tokenPriceBlock_TKxCA {
  border-top: solid 1px rgba(170, 169, 169, 0.2);
}

.options_tokenPrice_1rX3q {
  position: absolute;
  bottom: 80px;
  right: 55px;
  z-index: 1;
  font-size: 12px;
  color: #aaa9a9;
  background-color: white;
  padding: 0 5px;
}

.options_buttonsBlock_XyAWk {
  display: flex;
  flex-direction: row;
  margin-top: 15px;
}

.options_feeInfoBlock_3WWRF {
  flex-grow: 3;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 15px;
}

.options_feeInfo_2Gsml {
  padding-top: 20px;
}

.options_feeInfo_2Gsml div {
  font-size: 12px;
}

.options_equivalent_1-wmF {
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  right: 25px;
  top: -8px;
  color: #aaa9a9;
  font-size: 12px;
  padding: 0 8px;
  background: #fff;
}

.theme-dark .options_equivalent_1-wmF {
  background: #303132;
}

.options_amount_3gndP {
  position: absolute;
  margin-left: 10px;
  margin-top: -5px;
  padding: 0 3px;
  background-color: white;
  color: #aaa9a9;
  font-size: 10px;
  z-index: 1;
}

.theme-dark .options_amount_3gndP {
  background-color: rgba(48,49,50, 0.6);
}

.theme-dark .options_tokenPrice_1rX3q {
  background-color: #303132;
}

.theme-dark .options_title_3nYCu {
  color: rgba(255, 255, 255, 0.8);
}

.options_topUpWalletLink_2cQRf {
  color: #E53935;
  text-decoration: underline;
}

.options_loaderWrapper_2EUGu {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #aaa9a9;
  margin: 0 5px;
  padding-top: 15px;
}

.confirm_wrapper_YRaV4 {
  margin: 30px 55px;
}

.confirm_confirmBlock_8vSS3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 15px;
}

.confirm_textBlock_st9b3 {
  display: flex;
  flex-direction: column;
  padding: 36px 0 18px;
  width: 400px;
}

.confirm_confirmBlock_8vSS3 span {
  font-size: 11px;
  margin-left: 20px;
  color: #aaa9a9;
}

.confirm_iconCheck_HyMJy {
  width: 25px;
  height: 20px;
}

.confirm_infoPlaceholderWrapper_32GUz {
  margin-left: 5%;
  margin-top: 1%;
  width: 44%;
}

.confirm_infoPlaceholderWrapper_32GUz p {
  line-height: 25px;
}

.confirm_title_12bo3 {
  font-size: 20px;
  font-weight: 600;
  padding-top: 18px;
}

.confirm_listItem_2Z1AI {
  list-style-type: none;
  display: flex;
  margin-left: -40px;
}

.confirm_listItem_2Z1AI p {
  margin-left: 20px;
  margin-top: -5px;
}

.confirm_loaderWrapper_W8mN- {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #aaa9a9;
  margin-left: 10px;
  padding-top: 15px;
}

.confirm_buttons_HX4sM {
  display: flex;
  flex-direction: row;
}

.confirm_updateBalanceLink_3xTKV {
  color: #E53935;
  text-decoration: underline;
}

.theme-dark .confirm_title_12bo3 {
  color: rgba(255, 255, 255, 0.8);
}

.success_wrapper_3gf3z {
  margin: 30px 55px;
}

.success_confirmBlock_rVGvI {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 15px;
}

.success_textBlock_2hjeO {
  margin-top: 30px;
  width: 495px;
}

.theme-dark .success_textBlock_2hjeO {
  color: rgba(255, 255, 255, 0.8);
}

.success_infoBlock_f9FVJ {
  display: flex;
  flex-direction: column;
  padding-top: 36px;
}

.success_confirmBlock_rVGvI span {
  font-size: 11px;
  margin-left: 20px;
  color: #aaa9a9;
}

.success_copyHashBlock_2gkG- {
  display: flex;
  flex-direction: row;
}

.success_buttonAction_330-Z {
  vertical-align: middle;
  color: rgba(0, 98, 255, 0.9);
  height: 16px;
}

.success_buttonAction_330-Z span {
  font-size: 8px;
  vertical-align: super;
  height: 16px;
}

.success_buttonAction_330-Z img {
  margin-left: 5px;
  height: 19px;
}

.success_copyBlock_21vI_ {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.success_iconCheck_1frtH {
  width: 25px;
  height: 20px;
}

.success_infoPlaceholderWrapper_HGhug {
  line-height: 25px;
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 35px;
}

.success_imagePlaceholderWrapper_1iDtT {
  margin-left: 30px;
  height: 550px;
  display: flex;
  align-items: center;
}

.success_title_3Q9mY {
  color: #7190EB;
  font-size: 32px;
  line-height: 37px;
  padding-top: 18px;
}

.success_listItem_2lnXa {
  list-style-type: none;
  display: flex;
  margin-left: -40px;
}

.success_listItem_2lnXa p {
  margin-left: 20px;
  margin-top: -5px;
}

.success_imageSuccess_1dH2q {
  width: 350px;
  height: 350px;
}

.success_amountOfLiquidityBlock_fuyo_ div {
  margin-top: -5px;
}

.success_buttons_Lz0tO {
  z-index: 15;
}

.success_tokenCurrencyTicker_1QRK_ {
  display: inline-block;
  margin-top: -5px;
}

.uniswap-listing_pageBackground_UC3em {
}

.uniswap-listing_wrapper_1l53A {
  margin-top: 30px;
  border-radius: 5px;
  background: white;
  position: relative;
  box-shadow: 0 0 5px rgba(121, 140, 229, 0.16);
  margin-bottom: 20px;
  overflow: hidden;
  min-height: 600px;
  padding: 20px 40px;
}

.theme-dark .uniswap-listing_wrapper_1l53A {
  background: #303132;
  box-shadow: none;
}

.uniswap-listing_backButton_2-jrA {
  position: absolute;
  left: 0;
  top: 20px;
}

.download-backup_body_3la_8 {
  background: #f1f2fa;
  color: #44444f;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.theme-dark .download-backup_body_3la_8 {
  background: #222223;
  color: #fff;
}

.download-backup_header_gxOnm {
  margin-bottom: 50px;
  font-size: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.download-backup_paper_1N27I {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 50px;
  text-align: center;
}

.theme-dark .download-backup_paper_1N27I {
  background: #303132;
}

.download-backup_paragraphMargin_1rJAK {
  margin-bottom: 38px;
}

.download-backup_horizontalMargin_2gbIL {
  margin: 0 50px;
}

.download-backup_area_Rm-H- {
  border: 1px dashed #c4c4c4;
  border-radius: 20px;
  padding: 18px;
}

.theme-dark .download-backup_area_Rm-H- {
  border-color: #979797;
}

.download-backup_iconLogo_1i4Ba {
  display: inline-block;
  margin-right: 24px;
  width: 50px;
  height: 50px;
  background: url(/app/fec62772689d43733f0f995782559d5d.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.download-backup_icon_lz1vM {
  width: 110px;
  height: 110px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

.download-backup_iconProtectOk_1Lkqc {
  background-image: url(/app/5c0dabca9e2cc7e32f25fc43fc938914.svg);
}

.theme-dark .download-backup_iconProtectOk_1Lkqc {
  background-image: url(/app/913b95d1d32c9f590f12384a06b39b12.svg);
}

.download-backup_iconNotFound_32AZ9 {
  background-image: url(/app/0cf5122d1da850508fad776cdb3dddb9.svg);
}

.download-backup_muted_2u3jd {
  color: #656565;
}

.download-backup_button_3cl8I {
  display: block;
  width: 100%;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    width: 1190px;
  }
}

.electron .container {
  width: 100% !important;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 64.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 35.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.clearfix::before,
.clearfix::after,
.container::before,
.container::after,
.container-fluid::before,
.container-fluid::after,
.row::before,
.row::after {
  content: " ";
  display: table;
}

.clearfix::after,
.container::after,
.container-fluid::after,
.row::after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.relative {
  position: relative;
}

.align-middle {
  display: flex;
  align-items: center;
}

.align-bottom {
  display: flex;
  align-items: flex-end;
}

@font-face {
  font-family: 'coins';
  src: url(/app/assets/images/2yH-1zd.ttf);
}

@font-face {
  font-family: 'fontello';
  src: url(/app/assets/images/1T1KEsO.eot);
  src:
    url(/app/assets/images/1T1KEsO.eot#iefix) format('embedded-opentype'),
    url(/app/assets/images/YNHllbw.woff2) format('woff2'),
    url(/app/assets/images/1EJXsU-.woff) format('woff'),
    url(/app/assets/images/qjV8rtc.ttf) format('truetype'),
    url(/app/dea1615f6231c6af13c05713498ad3c3.svg#fontello) format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
  scrollbar-width: none;
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  height: 100%;
}

body > #react-refresh-overlay {
  display: none;
}

.theme-dark {
  background-color: #222223;
}

.splash {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
}

#root {
  position: relative;
  height: 100%;
  min-height: 100%;
  transition: opacity 0.6s;
}

#root.popup-open {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  transform: translateZ(0);
}

a {
  text-decoration: none;
  color: #7190EB;
}

a:hover {
  text-decoration: underline;
  cursor: pointer;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 24px;
}

p {
  line-height: 24px;
}

button[role="link"] {
  appearance: none;
  background-color: transparent;
  border: inherit;
  padding: inherit;
  font-weight: bold;
}

.theme-dark p {
  color: rgba(255,255,255, 0.8);
}

.theme-dark ol,
.theme-dark ul {
  color: rgba(255,255,255, 0.8);
}

p + p {
  margin-top: 40px;
}

input[type="password"] {
  speak: none;
}

::-webkit-input-placeholder {
  color: #aaa9a9;
}

::-moz-placeholder {
  color: #aaa9a9;
}

:-ms-input-placeholder {
  color: #aaa9a9;
}

:-moz-placeholder {
  color: #aaa9a9;
}

.text-right {
  text-align: right;
}

.text-small {
  font-size: 75%;
  line-height: 130%;
}

.electron ::-webkit-scrollbar {
  width: 1px;
  transition: background 0.5s;
}

.electron ::-webkit-scrollbar:hover {
  background: rgba(0, 0, 0, 0.05);
}

.electron ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
}

.electron ::-webkit-scrollbar-thumb:hover {
  background: #7190EB;
}

:global(body::-webkit-scrollbar) {
  display: none;
}

:global(*) ::-webkit-scrollbar {
  width: 1px;
  transition: background 0.5s;
}

:global(*) ::-webkit-scrollbar:hover {
  background: rgba(0, 0, 0, 0.05);
}

:global(*) ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
}

:global(*) ::-webkit-scrollbar-thumb:hover {
  background: #7190EB;
}

:global(.electron.theme-dark) ::-webkit-scrollbar {
  width: 1px;
  transition: background 0.5s;
}

:global(.electron.theme-dark) ::-webkit-scrollbar:hover {
  background: #303132;
}

:global(.electron.theme-dark) ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
}

:global(.electron.theme-dark) ::-webkit-scrollbar-thumb:hover {
  background: #7190EB;
}

:global(.theme-dark) ::-webkit-scrollbar {
  width: 1px;
  transition: background 0.5s;
}

:global(.theme-dark) ::-webkit-scrollbar:hover {
  background: #303132;
}

:global(.theme-dark) ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
}

:global(.theme-dark) ::-webkit-scrollbar-thumb:hover {
  background: #7190EB;
}

.dashedHover,
.dashedGray,
.dashedNormal {
  cursor: pointer;
  user-select: none;
  display: inline-block;
}

.dashedNormal {
  color: #7190EB;
}

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

.dashedGray {
  color: #aaa9a9;
}

.dashedGray:hover {
  color: #7190EB;
  text-decoration: underline;
}

.dashedHover {
  color: #7190EB;
}

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

.dashedUnderline {
  text-decoration: underline;
}

.electron {
  user-select: none;
}

.nowrap {
  white-space: nowrap;
}

