body {
	/*--tg-color-scheme: dark;
    --tg-theme-bg-color: #17212b;
    --tg-theme-button-color: #5289c1;
    --tg-theme-button-text-color: #ffffff;
    --tg-theme-hint-color: #708599;
    --tg-theme-link-color: #6ab3f3;
    --tg-theme-secondary-bg-color: #232e3c;
    --tg-theme-text-color: #f5f5f5;*/
	background: var(--tg-theme-bg-color);
	margin: 0;
	height: 100%;
    width: 100%;
    
}
/*position:* fixed;*/

* {
    -webkit-tap-highlight-color: transparent;
}

body a, h1, h2, h3 {
	color: var(--tg-theme-text-color);
	font-family: 'Onest', sans-serif;
}

body i {
	color: var(--tg-theme-text-color);
}

.app {
    display: flex;
}

.searchheader {
    display: flex;
    position: fixed;
    z-index: 99;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: transparent;
    width: 100%;
}

.searchpane {
    display: flex;
    background: rgb(0 0 0 / 30%);
    backdrop-filter: blur(20px);
    padding: 10px;
    align-items: center;
    width: 100%;
    height: 30px;
    border-radius: 15px;
    margin: 10px;
}

.searchpane:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: var(--tg-theme-hint-color);
	border-radius: 15px;
}

input::placeholder {color: var(--tg-theme-bg-color);}
input:focus-visible {outline: none;}
select:focus-visible {outline: none;}

.searchbar {
	width: 100%;
	margin-left: 5px;
    margin-right: 5px;
	z-index: 9;
}

.search {
	color: white;
	background: transparent;
    border: none;
    font-size: 16px;
	width: 100%;
}

.field {
	display: flex;
    margin-top: 20px;
    position: relative;
    width: 100%;
    flex-direction: column;
    padding: 10px;
	overflow-y: overlay;
    overflow-x: hidden;
}

/* Backport */

.apperror {
	display: flex;
    flex-direction: column;
}

.boxbasic {
	position: relative;
	display: flex;
    background: black;
    border-radius: 30px;
    flex-direction: column;
    margin: 10px;
	background-color: var(--tg-theme-secondary-bg-color);
}
.boxbasic:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: var(--tg-theme-button-color);
    border-radius: 30px;
    opacity: 0.2;
}
.boxbasic-text {
	display: flex;
	flex-direction: column;
    justify-content: space-between;
	height: 100%;
    margin: 15px;
	z-index: 2;
}

.boxcog {
	position: fixed;
    top: 300px;
    right: -150px;
    font-size: 300px;
}
.cog {
	display: flex;
	-webkit-animation: CogAnimation 10s infinite;
    animation: CogAnimation 10s infinite; 
}
.cog i { color: var(--tg-theme-button-color); opacity: 0.2; }

@-webkit-keyframes CogAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes CogAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.title {
	display: flex;
    justify-content: center;
    margin: 22px 0px;
    width: 100%;
    letter-spacing: -3px;
    background: linear-gradient(108deg, #ffffff14, var(--tg-theme-button-color), #ffffff14);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
	-webkit-animation: gradient 10s ease infinite;
	-moz-animation: gradient 10s ease infinite;
	animation: gradient 10s ease-in-out infinite;
	background-size: 300%;
}
.title a {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
	text-transform: uppercase;
    margin-left: 3px;
}

.subtitle {	display: flex; justify-content: center; width: 100%; margin-top: 12px; margin-bottom: 10px; }
.subtitle a { font-size: 20px; }
.sub-first { margin-top: -4px; }

/* */

.fa-arrows-rotate {
    margin-right: 0px;
    margin-top: 40px;
}

.box {
	display: flex;
    position: relative;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-color: var(--tg-theme-secondary-bg-color);
    border-radius: 30px;
    margin-bottom: 3px;
    flex-direction: column;
}

.second:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: var(--tg-theme-button-color);
	border-radius: 30px;
	opacity: 0.2;
}

.box.first {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
	background-color: transparent;
}

.box.second {
    height: 180%;
}

.text {
	padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bal {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.balfield {
	display: flex;
    margin-bottom: -5px;
}

.sign {
	margin: 0px 6px;
}

.bal span {
    display: flex;
    margin: 5px 10px;
    font-size: 24px;
    background: -webkit-linear-gradient(135deg, var(--tg-theme-hint-color) 0%, var(--tg-theme-button-color) 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bal h3 {
    display: flex;
	margin-top: 4px;
	margin-bottom: -5px;
	background: -webkit-linear-gradient(135deg, var(--tg-theme-hint-color) 0%, var(--tg-theme-button-color) 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.info h1 {
	font-size: 20px;
    font-weight: 400;
    margin: 0;
    margin-left: 20px;
}

.info h2 {
	font-size: 34px;
	margin: 0;
}

.info h3 {
	font-size: 24px;
    margin: 0;
    display: flex;
    align-items: center;
}


.adress {
	height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: -10px;
    align-items: center;
	font-size: 20px;
}

.adress h1 {
	font-size: 28px;
	background: -webkit-linear-gradient(135deg, var(--tg-theme-hint-color) 0%, var(--tg-theme-button-color) 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 5px;
    margin-bottom: -5px;
}

.adress h2 {
    font-size: 34px;
    margin: 0;
    background: -webkit-linear-gradient(135deg, var(--tg-theme-hint-color) 0%, var(--tg-theme-button-color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -2px;
}

#adress {
	display: flex;
}

.buttons {
    display: flex;
    width: -webkit-fill-available;
    flex-direction: row;
    justify-content: center;
    background-color: var(--tg-theme-hint-color);
    border-radius: 15px;
}

.buttonss {
	display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
	width: 100%;
	padding: 10px;
}

.buttonss a {
	margin-top: 10px;
	color: var(--tg-theme-bg-color);
    font-weight: 600;
}

.buttonss i {
	font-size: 30px;
	color: var(--tg-theme-bg-color);
}

.copy {
	color: var(--tg-theme-button-text-color);
    font-family: sans-serif;
    border-radius: 15px;
    background-color: var(--tg-theme-button-color);
    padding: 10px;
	width: 120px;
}

.trans {
	display: flex;
    align-items: center;
	width: 100%;
}

.trans:first-child {
    border-radius: 0 30px 0 0;
}

.trans:last-child {
    border-radius: 0 0 30px 0;
}

.trans.line:before {
	content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 141px;
    border-bottom: solid 2px var(--tg-theme-text-color);
	opacity: 0.2;
}

.trans.line:last-child:before {
    border-bottom: none;
}

.transaction {
	margin-bottom: 20px;
}

.transtimeplus {
    display: flex;
    justify-content: space-between;
}

.transtime {
	
}

.transexit {
    margin-right: 15px;
    position: absolute;
    right: 0px;
    margin-top: -17px;
}

.transico {
    display: flex;
    position: absolute;
    width: 100px;
    font-size: 70px;
    transform: rotate(45deg);
    opacity: 0.2;
    right: 5px;
    margin-bottom: 95px;
    justify-content: flex-end;
    align-items: center;
}

.icored {background: linear-gradient(320deg, rgba(255,94,0,0.2) 0%, rgba(255,0,0,0) 50%);}
.icogreen {background: linear-gradient(320deg, rgba(86,255,0,0.2) 0%, rgba(255,0,0,0) 50%);}
.icoreload {background: linear-gradient(320deg, rgba(255,209,0,0.2) 0%, rgba(255,0,0,0) 50%);}

.spoilerico {
	display: flex;
    margin-right: 10px;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
}

.transitem {
    font-size: 13px;
    width: 100%;
    margin-left: 15px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.transheader {
    display: flex;
    justify-content: space-between;
}

.confirms {
	margin-bottom: 10px;
}

.summ {
    font-size: 18px;
	margin-bottom: -9px;
    display: block;
}

.loaderImage {
    background: linear-gradient(108deg, #ffffff14, var(--tg-theme-button-color), #ffffff14);
	font-size: 40px;
    width: 264px;
    letter-spacing: -3px;
    margin-top: -130px;
    font-family: 'Montserrat', sans-serif;
    -webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
 	background-size: 300%; 
	-webkit-animation: Gradient 5s ease infinite;
	-moz-animation: Gradient 5s ease infinite;
	animation: Gradient 3s ease infinite;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

.notLoaded {
  height: 100vh;
  position: fixed;
  margin: 0px;
}

#loader {
  position: absolute;
  background: var(--tg-theme-bg-color);
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

/* copy button */

#copy-this,#copy-this1,#copy-this2,#copy-this3,#copy-this4,#copy-this5,#copy-this6,#copy-this7,#copy-this8,#copy-this9,#copy-this10 {
	visibility: hidden;
    position: absolute;
    width: 0px;
	font-size: 0px;
}

#copy-this-bal {
	
}

#copy-this-usd {
	
}

#copy-this1 {
	visibility: hidden;
    position: absolute;
    width: 0px;
	font-size: 0px;
}

clipboard-copy {
	display: flex;
    border: none;
    cursor: pointer;
    color: white;
    padding: 8px 10px;
    margin-right: -10px;
    font-size: 30px;
    background: var(--tg-theme-hint-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
	z-index: 9;
}

clipboard-copy.clip2 {
	display: inline;
    border: none;
    cursor: pointer;
    color: white;
    padding-left: 2px;
    font-size: 18px;
    background: var(--tg-theme-text-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 9;
    opacity: 0.6;
}

clipboard-copy.clip3 {
	display: inline;
    border: none;
    cursor: pointer;
    color: white;
    padding-left: 2px;
    font-size: 24px;
    background: -webkit-linear-gradient(135deg, var(--tg-theme-hint-color) 0%, var(--tg-theme-button-color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 9;
    opacity: 0.8;
}

clipboard-copy.clip4 {
	display: inline;
    border: none;
    cursor: pointer;
    color: white;
    padding-left: 2px;
    font-size: 19px;
    background: -webkit-linear-gradient(135deg, var(--tg-theme-hint-color) 0%, var(--tg-theme-button-color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 9;
    opacity: 0.8;
}

clipboard-copy:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 3px;
  background: var(--tg-theme-button-color);
  border: solid 1px rgba(64, 114, 237, 0.6);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
  filter: blur(1px);
}

@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 0.6;
  }
  20% {
    transform: scale(15, 15);
    opacity: 0.6;
  }
  100% {
    opacity: 0;
    transform: scale(20, 20);
  }
}

clipboard-copy:focus:not(:active)::before {
  animation: ripple 1s ease-out;
}


/* to top button */

buttontop.back-to-top{
	margin: 0 !important;
    padding: 0 !important;
    background: transparent;
    height: 55px;
    width: 55px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: transparent;
    clear: both;
    visibility: hidden;
    position: fixed;
    cursor: pointer;
    display: block;
    border: none;
    right: 15px;
    bottom: -75px;
    font-size: 0px;
    outline: 0 !important;
    z-index: 99;
    transition: all .3s ease-in-out;
}

buttontop:after {
	content: "\f077";
    font-family: "FontAwesome";
    display: flex;
    z-index: 9;
    height: 100%;
    position: relative;
    opacity: 0.9;
    color: var(--tg-theme-bg-color);
    align-items: center;
    justify-content: center;
}

buttontop.back-to-top:hover,
buttontop.back-to-top:active,
buttontop.back-to-top:focus,{
  outline: 0 !important;
}
buttontop.back-to-top::before {
	content: "";
    position: absolute;
    color: white;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--tg-theme-button-color);
	border-radius: 100%;
}
buttontop.back-to-top.show {
    display: block;
    color: var(--tg-theme-text-color);
    background: transparent;
    font-size: 25px;
    right: 15px;
    bottom: 15px;
    height: 55px;
    width: 55px;
    visibility: visible;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
buttontop.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

/* accordion */

.heading-primary {
  font-size:2em;
  padding:2em;
  text-align:center;
}
.accordion dd,
.accordion__panel {
	color: var(--tg-theme-text-color);
	font-size:14px;
	line-height:1.0em; 
	margin: 0;
	z-index: 9;
    position: relative;
}
.accordion p {
	padding: 0 15px;
    font-family: 'Onest', sans-serif;
    color: var(--tg-theme-text-color);
	margin: 10px 0;
}

	
.accordion {
    position:relative;
}
.container {
    width: 100%;
}
.accordionTitle,
.accordion__Heading {
    /*background-color: var(--tg-theme-secondary-bg-color);*/
    font-size: 20px;
    padding: 15px;
    border-radius: 30px;
    display: flex;
    text-decoration: none;
    color: var(--tg-theme-text-color);
    transition: all 0.6s ease-in-out;
	justify-content: space-between;
    align-items: center;
  border-bottom:1px solid darken(#38cc70, 5%);
  &:after {
   content: "+";
   font-size:40px;
   line-height:0.5em;
   float:left; 
   transition: transform 0.3s ease-in-out;
  }
  &:hover {
    background-color:darken(#38cc70, 10%);
  }
}

.accordionTitle:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /*background: var(--tg-theme-button-color);*/
    border-radius: 30px;
    opacity: 0.2;
}

.accordionTitleActive, 
.accordionTitle.is-expanded {
	background-color: transparent;
    /*border-radius: 30px 30px 0px 0px;*/
    &:after {
      transform:rotate(90deg);
    }
}
.accordionItem {
    height:auto;
    overflow:hidden; 
    max-height:50em;
    transition:max-height 1s;   

    @media screen and (min-width:48em) {
        max-height:15em;
        transition:max-height 0.5s
    }
}
 
.accordionItem.is-collapsed {
    max-height:0;
}

.acctext {
	display: flex;
    justify-content: space-between;
}

.acctext:last-child {
	margin-bottom: 5px;
}

.no-js .accordionItem.is-collapsed {
  max-height: auto;
}
.animateIn {
     /*animation: accordionIn 0.45s normal ease-in-out both 1; */
}
.animateOut {
     /*animation: accordionOut 0.45s alternate ease-in-out both 1;*/
}
@keyframes accordionIn {
  0% {
    opacity: 0;
    transform:scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
  100% {
    opacity:1;
    transform:scale(1);
  }
}

@keyframes accordionOut {
    0% {
       opacity: 1;
       transform:scale(1);
     }
     100% {
          opacity:0;
           transform:scale(0.9) rotateX(-60deg);
       }
}

dl {
	background-color: var(--tg-theme-secondary-bg-color);
}

dl:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: var(--tg-theme-button-color);
    border-radius: 30px;
    opacity: 0.2;
}

dt {
	position: relative;
    z-index: 9;
}

/* ripple effect */

[ripple] {
	z-index: 5;
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}
[ripple] .ripple {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	-webkit-animation: ink 1.5s ease-out;
	animation: ink 1.5s ease-out;
	filter: blur(5px);
	border: solid 6px var(--tg-theme-button-color);
	z-index: 5;
}
@-webkit-keyframes ink {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(40);
    transform: scale(40);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(40);
    transform: scale(40);
    opacity: 0;
  }
}

/* scroll */

::-webkit-scrollbar {
    width: 6px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--tg-theme-secondary-bg-color);
    border-radius: 4px;
    border: 0px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
}

