@font-face {
font-family: "Play";
src: url("../fonts/Play-Regular.ttf");
font-weight: 400;
font-style: normal;
}
html {
font-family: "Play";
font-size: 16px;
}
@media (width <= 580px) {
html {
font-size: 14px;
}
}
body {
padding: 0;
overflow-y: scroll;
overflow-x: hidden;
background-color: #000000;
color: #fff;
margin: 0 auto;
}
p {
margin-block-start: 0;
margin-block-end: 0;
margin-inline-start: 0px;
margin-inline-end: 0px;
}
button {
color: white;
font-size: 16px;
cursor: pointer;
border: unset;
background-color: transparent;
}
button:disabled {
cursor: not-allowed;
color: darkgray;
}
a {
color: #36d6ae;
text-decoration: none;
}
a:hover {
color: #00ffbf;
text-decoration: none;
}
.block-body {
width: calc(100% - 1em);
max-width: 1000px;
margin: 0 auto;
display: flex;
flex-direction: column;
padding: 0 1em calc(135px + env(safe-area-inset-bottom, 0px)) 1em;
position: relative;
background-color: #000000;
}
ul {
list-style-type: none;
}
textarea {
font-size: 16px;
background-color: #000;
border: none;
outline: none;
caret-color: #3ab793;
color: #3ab793;
box-shadow: 0 0 2px 0.3px #3ab793;
padding: 0 5px;
border-radius: 3px;
width: 100%;
min-height: 70px;
}
textarea:focus {
outline: none;
}
textarea:active {
outline: none;
}
input:focus {
outline: none;
}
input:active {
outline: none;
}
::placeholder {
color: #777;
}
:-ms-input-placeholder {
color: #777;
}
::-ms-input-placeholder {
color: #777;
}
::-webkit-scrollbar {
width: 4px;
height: 4px;
}
::-webkit-scrollbar-track {
border-radius: 10px;
background: #272728;
}
::-webkit-scrollbar-thumb {
background: #525254;
border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
background: #5c5c5c;
}
.btn {
height: 42px;
white-space: nowrap;
background-color: #000;
border: none;
font-family: Play;
outline: none;
padding: 0 50px;
font-size: 18px;
border-radius: 3px;
box-shadow: 0 0 10px 0px #38d6ae;
text-shadow: 0 0 25px #36d6ae;
color: #36d6ae;
-webkit-text-stroke: 0.5px #36d6ae67;
}
.btn:hover {
box-shadow: 0 0 6px 0px #38d6ae;
opacity: 1;
}
.btn:active {
background-color: #3ab793;
color: #fff;
border: none;
outline: none;
}
.btn:focus {
border: none;
outline: none;
}
.icons-size {
height: 20px;
transform: rotate(0deg);
transition: transform 0.3s;
margin-left: 2px;
}
.icons-size:hover {
transform: rotate(360deg);
}
.icon-pie {
fill: #fff;
background-color: #fff;
}
.tooltip-text-deposit::after {
width: 0;
height: 0;
border: 7px solid transparent;
content: "";
display: block;
position: absolute;
border-bottom-color: #3ab793;
left: 40%;
bottom: 17px;
}
.search-input {
border-radius: 20px;
border: none;
color: #fff;
padding: 5px 35px;
box-sizing: border-box;
outline: 0;
outline-offset: 0;
-moz-box-shadow: 0 0 6px 1px #3ab793;
-webkit-box-shadow: 0 0 6px 1px #3ab793;
box-shadow: 0 0 6px 1px #3ab793;
caret-color: #36d6ae;
}
.search-input:focus {
-webkit-app-region: no-drag;
box-shadow: 0 0 8px 2px #3ab793;
}
input::-webkit-input-placeholder {
opacity: 1;
transition: opacity 0.3s ease;
}
input::-moz-placeholder {
opacity: 1;
transition: opacity 0.3s ease;
}
input:-moz-placeholder {
opacity: 1;
transition: opacity 0.3s ease;
}
input:-ms-input-placeholder {
opacity: 1;
transition: opacity 0.3s ease;
}
.resize-none {
resize: none;
}
.minHeightTextarea {
min-height: 42px;
}
.padded-text {
padding: 0.5rem;
}
select {
width: 200px;
height: 32px;
background-color: #000;
color: #38d6ae;
font-size: 16px;
outline: none;
border: none;
box-shadow: 0 0 2px #38d6ae;
padding: 0 10px;
margin: 0 15px;
}