/* -------------------------------------------------------------------------- */
/*                                Reset styles                                */
/* -------------------------------------------------------------------------- */
/* stylelint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  min-height: 100vh;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: inherit;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
body * {
  outline: none;
}

input::-ms-clear {
  display: none;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  margin: 0;
}

input[type=submit] {
  cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

button {
  border: none;
  cursor: pointer;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
footer {
  position: relative;
  height: 70px;
}
footer .footer-content {
  bottom: 0;
  width: 100%;
  height: 70px;
  background-color: #ffffff;
  box-shadow: 0 -1px 16px rgba(0, 0, 0, 0.1);
  position: fixed;
}
footer .footer-content form {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 0 30px;
}
footer .footer-content form button {
  font-family: "Inter";
  font-weight: 400;
  font-size: 10px;
  color: #595959;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: initial;
}
footer .footer-content form button .footer-icon {
  width: 40px;
  height: auto;
}
footer .footer-content form button.active {
  color: #005f8a;
}

.market-filters {
  margin-top: 35px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.market-filters form {
  display: flex;
  column-gap: 2%;
  justify-content: flex-start;
  align-items: center;
}
.market-filters form button {
  background-color: initial;
  height: 100%;
  color: black;
}
.market-filters .search-container {
  display: flex;
  align-items: center;
  background-color: #e3dede;
  border-radius: 5px;
  height: 35px;
  column-gap: 2%;
}
.market-filters .search-container .search-input {
  background-color: transparent;
  font-family: "Inter";
  color: #757373;
  font-size: 18px;
  width: 100%;
}
.market-filters .search-container .search-input::placeholder {
  font-family: "Inter";
  color: #757373;
}
.market-filters .search-container img {
  padding-left: 2%;
  width: 25px;
}
.market-filters .buttons-container {
  display: none;
}
.market-filters .buttons-container button {
  background-color: #e3dede;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.market-filters .buttons-container button img {
  width: 80%;
  height: auto;
}

.market-wrapper {
  width: 100%;
  max-width: 90%;
  margin: 30px auto 45px;
}
.market-wrapper .market-tabs {
  font-family: "Inter";
  border-bottom: 0.5px solid #757373;
  padding-bottom: 10px;
}
.market-wrapper .market-tabs a {
  margin-right: 20px;
  font-size: 14px;
  color: #757373;
  font-weight: 700;
  position: relative;
}
.market-wrapper .market-tabs a.active {
  color: #005f8a;
}
.market-wrapper .market-tabs a.active:after {
  content: "";
  background-color: #005f8a;
  height: 5px;
  width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  bottom: -10px;
  left: 0;
  position: absolute;
}
.market-wrapper h2 {
  display: block;
  font-family: "Inter";
  font-weight: 700;
  font-size: 18px;
  color: black;
}
.market-wrapper .market-wrapper-description {
  margin-top: 5px;
  display: block;
  font-family: "Inter";
  font-weight: 400;
  font-size: 12px;
  color: #908d91;
}
.market-wrapper .market-items {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 35px;
  width: 100%;
  font-family: "Inter";
}
.market-wrapper .market-items .market-item a {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
}
.market-wrapper .market-items .market-item .market-item-image img {
  width: 30px;
  height: auto;
}
.market-wrapper .market-items .market-item > * {
  flex-grow: 0;
  flex-shrink: 0;
}
.market-wrapper .market-items .market-item-currency {
  margin-left: 10px;
}
.market-wrapper .market-items .market-item-currency h3 {
  font-size: 14px;
  font-weight: 700;
}
.market-wrapper .market-items .market-item-currency p {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #908d91;
}
.market-wrapper .market-items .market-item-balance {
  margin-left: auto;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
}
.market-wrapper .market-items .market-item-balance .green {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 700;
  color: #07d500;
}
.market-wrapper .market-items .market-item-balance .red {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 700;
  color: #ff0000;
}

body:has(main.graph) {
  background-color: #211c22;
}
body:has(main.graph) .graph-logo {
  z-index: 3;
  background-color: #f2f2f7;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  padding: 15px;
  top: 7.5%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%);
}
body:has(main.graph) .graph-logo img {
  width: 100%;
}
body:has(main.graph) main {
  background-color: #ffffff;
  margin-top: 100px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: "Inter";
  flex: 1;
  border-radius: 15px;
}
body:has(main.graph) main .graph-title {
  margin-top: 50px;
  display: block;
  font-weight: 700;
  font-size: 18px;
  color: black;
}
body:has(main.graph) main .graph-description {
  margin-top: 5px;
  display: block;
  font-weight: 400;
  font-size: 12px;
  color: #908d91;
}
body:has(main.graph) main .graph-price {
  margin-top: 10px;
  text-align: center;
  font-size: 48px;
  font-weight: 500;
}
body:has(main.graph) main .graph-changes {
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  color: white;
  border-radius: 6px;
}
body:has(main.graph) main .graph-changes.green {
  background-color: #07d500;
}
body:has(main.graph) main .graph-changes.red {
  background-color: #ff0000;
}
body:has(main.graph) main .graph-buy-button {
  width: 100%;
}
body:has(main.graph) main .graph-buy-button input {
  margin-top: 20px;
  border-radius: 20px;
  font-size: 16px;
  color: white;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  width: 80%;
  background-color: #2a76e1;
  height: 60px;
}
body:has(main.graph) main .graph-chart {
  width: 100%;
}
body:has(main.graph) main .graph-chart canvas {
  margin-left: auto;
  margin-right: auto;
  width: 90% !important;
  height: 500px;
}
body:has(main.graph) main .graph-chart .graph-time-buttons {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 5px;
}
body:has(main.graph) main .graph-chart .graph-time-buttons .btn {
  border: none;
  border-radius: 20px;
  padding: 6px 12px;
  background-color: transparent;
  color: #333;
  cursor: pointer;
}
body:has(main.graph) main .graph-chart .graph-time-buttons .btn.active {
  background-color: #0050ff;
  color: white;
}
body:has(main.graph) main form:has(.buy-quantity-selector) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
body:has(main.graph) main .buy-quantity-selector {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  background: #f9f9f9;
  border-radius: 40px;
  padding: 10px 20px;
  gap: 15px;
  width: 85%;
}
body:has(main.graph) main .buy-quantity-selector .buy-quantity-count {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: black;
}
body:has(main.graph) main .buy-quantity-selector label {
  color: #908d91;
}
body:has(main.graph) main .buy-quantity-selector input {
  width: 40px;
  border: none;
  background: transparent;
  font-size: 24px;
  text-align: center;
  pointer-events: none;
  color: black;
}
body:has(main.graph) main .buy-quantity-selector .btn {
  color: white;
  font-size: 40px;
  width: 65px;
  height: 65px;
  border: none;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
body:has(main.graph) main .buy-quantity-selector .btn img {
  width: 100%;
}

body:has(main.buy) header {
  background: #f5f1f6;
  height: 120px;
  justify-content: flex-start;
  align-items: flex-start;
}
body:has(main.buy) header .header-info {
  right: 15px;
  top: 15px;
}
body:has(main.buy) header .tab-info {
  color: black;
  margin-top: auto;
  margin-bottom: 15px;
  margin-left: 25px;
  display: flex;
}
body:has(main.buy) header .tab-info img {
  width: 30px;
}
body:has(main.buy) header .tab-info .tab-info-name {
  margin-left: 25px;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
body:has(main.buy) header .tab-info .tab-info-name h2 {
  font-weight: 700;
}
body:has(main.buy) header .tab-info .tab-info-name p {
  font-weight: 400;
  color: #908d91;
}
body:has(main.buy) main {
  padding-top: 75px;
  background-color: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: "Inter";
  flex: 1;
}
body:has(main.buy) main .buy-balance {
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: #908d91;
}
body:has(main.buy) main .buy-price {
  margin-top: 10px;
  font-size: 40px;
  font-family: "Inter";
  font-weight: 700;
}
body:has(main.buy) main .buy-price-description {
  margin-top: 10px;
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: #908d91;
}
body:has(main.buy) main .buy-quantity-form {
  font-family: sans-serif;
  text-align: center;
  margin-top: 40px;
  width: 100%;
}
body:has(main.buy) main .buy-quantity-form .submit-btn {
  margin-top: 40px;
  border-radius: 20px;
  font-size: 16px;
  color: white;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  width: 95%;
  background-color: #2a76e1;
  height: 60px;
}
body:has(main.buy) main .buy-quantity-selector {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  background: #f9f9f9;
  border-radius: 40px;
  padding: 10px 20px;
  gap: 15px;
  width: 85%;
}
body:has(main.buy) main .buy-quantity-selector .buy-quantity-count {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: black;
}
body:has(main.buy) main .buy-quantity-selector label {
  color: #908d91;
}
body:has(main.buy) main .buy-quantity-selector input {
  width: 40px;
  border: none;
  background: transparent;
  font-size: 24px;
  text-align: center;
  pointer-events: none;
}
body:has(main.buy) main .buy-quantity-selector .btn {
  color: white;
  font-size: 40px;
  width: 65px;
  height: 65px;
  border: none;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
body:has(main.buy) main .buy-quantity-selector .btn img {
  width: 100%;
}

body:has(.sell) .buy-price {
  margin-top: 10px;
  font-size: 40px;
  font-family: "Inter";
  font-weight: 700;
}
body:has(.sell) .buy-price-description {
  margin-top: 10px;
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: #908d91;
}
body:has(.sell) form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.form-global-error {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
  font-size: 10px;
  color: red;
}

body:has(main.pay) header, body:has(#blik-retry) header {
  background: #f5f1f6;
  height: 60px;
  justify-content: flex-start;
  align-items: flex-start;
}
body:has(main.pay) main, body:has(#blik-retry) main {
  padding-top: 15px;
  background-color: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: "Inter";
  flex: 1;
}
body:has(main.pay) .pay-method-text, body:has(#blik-retry) .pay-method-text {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 20px;
  color: black;
}
body:has(main.pay) .form-toggle, body:has(#blik-retry) .form-toggle {
  width: 80%;
  display: flex;
  justify-content: space-between;
}
body:has(main.pay) .form-toggle label, body:has(#blik-retry) .form-toggle label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0;
  column-gap: 2%;
}
body:has(main.pay) .form-toggle input[type=radio], body:has(#blik-retry) .form-toggle input[type=radio] {
  width: 125px;
  height: 95px;
  border: solid black 1px;
  border-radius: 5px;
}
body:has(main.pay) .form-toggle input[name=payment-method].blik, body:has(#blik-retry) .form-toggle input[name=payment-method].blik {
  background-image: url("/icons/blik-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}
body:has(main.pay) .form-toggle input[name=payment-method].card, body:has(#blik-retry) .form-toggle input[name=payment-method].card {
  background-image: url("/icons/card.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
}
body:has(main.pay) .form-toggle input[name=payment-method].iban, body:has(#blik-retry) .form-toggle input[name=payment-method].iban {
  background-image: url("/icons/bank-transfer.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}
body:has(main.pay) .form-toggle input[name=payment-method].iban, body:has(#blik-retry) .form-toggle input[name=payment-method].iban {
  background-image: url("/icons/tether.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}
body:has(main.pay) .form-toggle input[type=radio]:checked, body:has(#blik-retry) .form-toggle input[type=radio]:checked {
  border: none;
  background-color: #908d91;
}
body:has(main.pay) form, body:has(#blik-retry) form {
  width: 80%;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
body:has(main.pay) form input, body:has(#blik-retry) form input {
  box-sizing: border-box;
}
body:has(main.pay) form .form-element, body:has(#blik-retry) form .form-element {
  flex: 0 0 100%;
  margin-top: 15px;
}
body:has(main.pay) form .form-element label, body:has(#blik-retry) form .form-element label {
  color: #908d91;
  font-size: 14px;
}
body:has(main.pay) form .form-element label a, body:has(#blik-retry) form .form-element label a {
  text-decoration: underline;
  color: #1e3fa3;
}
body:has(main.pay) form .form-element.half, body:has(#blik-retry) form .form-element.half {
  flex: 0 0 45%;
  margin-bottom: auto;
}
body:has(main.pay) form .form-checkbox, body:has(#blik-retry) form .form-checkbox {
  display: flex;
  align-items: center;
  column-gap: 2%;
}
body:has(main.pay) form input[type=text], body:has(main.pay) form input[type=number], body:has(#blik-retry) form input[type=text], body:has(#blik-retry) form input[type=number] {
  padding-left: 5px;
  display: block;
  width: 100%;
  margin-top: 5px;
  height: 55px;
  font-size: 20px;
  border: solid #908d91 1px;
}
body:has(main.pay) form input::placeholder, body:has(#blik-retry) form input::placeholder {
  font-family: "Inter";
}
body:has(main.pay) form input[type=checkbox], body:has(#blik-retry) form input[type=checkbox] {
  width: 20px;
  height: 20px;
  border: solid black 1px;
}
body:has(main.pay) form input[type=checkbox]:checked, body:has(#blik-retry) form input[type=checkbox]:checked {
  background-image: url("/icons/checkbox.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}
body:has(main.pay) form .submit-btn, body:has(#blik-retry) form .submit-btn {
  margin-top: 40px;
  border-radius: 20px;
  font-size: 16px;
  color: white;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  width: 95%;
  background-color: #2a76e1;
  height: 60px;
}
body:has(main.pay) form .error-msg, body:has(#blik-retry) form .error-msg {
  margin-top: 0.5rem;
  font-size: 10px;
  color: red;
}
body:has(main.pay) form .form-global-error, body:has(#blik-retry) form .form-global-error {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
  font-size: 10px;
  color: red;
}
body:has(main.pay) #card-form, body:has(#blik-retry) #card-form {
  display: none;
}
body:has(main.pay) #blik-form, body:has(#blik-retry) #blik-form {
  display: none;
}
body:has(main.pay) #form-loader, body:has(#blik-retry) #form-loader {
  font-size: 16px;
  row-gap: 10px;
  column-gap: 10px;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body:has(main.pay) #bank-confirm, body:has(#blik-retry) #bank-confirm {
  text-align: center;
  font-family: "Inter";
  font-size: 16px;
  line-height: 18px;
  width: 50%;
  padding: 20px;
  border: #2a76e1 1px solid;
  border-radius: 15px;
}
body:has(main.pay) #bank-timer-over, body:has(#blik-retry) #bank-timer-over {
  text-align: center;
  font-family: "Inter";
  font-size: 16px;
  line-height: 18px;
  width: 50%;
  padding: 20px;
  border-radius: 15px;
  color: red;
}

.timer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.timer p {
  margin: 0 5px;
  font-size: 16px;
  font-family: "Inter";
}
.timer img {
  width: 40px;
}

body:has(main.withdraw) header {
  background: #f5f1f6;
  height: 60px;
  justify-content: flex-start;
  align-items: flex-start;
}
body:has(main.withdraw) main {
  padding-top: 15px;
  background-color: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: "Inter";
  flex: 1;
}
body:has(main.withdraw) main .pay-method-text {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 20px;
  color: black;
}
body:has(main.withdraw) main .form-toggle {
  width: 80%;
  display: flex;
  justify-content: space-between;
}
body:has(main.withdraw) main .form-toggle label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0;
  column-gap: 2%;
}
body:has(main.withdraw) main .form-toggle input[type=radio] {
  width: 93.75px;
  height: 71.25px;
  border: solid black 1px;
  border-radius: 5px;
}
body:has(main.withdraw) main .form-toggle input[name=payment-method].blik {
  background-image: url("/icons/blik-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}
body:has(main.withdraw) main .form-toggle input[name=payment-method].card {
  background-image: url("/icons/card.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
}
body:has(main.withdraw) main .form-toggle input[name=payment-method].iban {
  background-image: url("/icons/bank-transfer.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}
body:has(main.withdraw) main .form-toggle input[name=payment-method].tether {
  background-image: url("/icons/tether.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}
body:has(main.withdraw) main .form-toggle input[type=radio]:checked {
  border: none;
  background-color: #908d91;
}
body:has(main.withdraw) main form {
  width: 80%;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
body:has(main.withdraw) main form input[type=file] {
  margin: 5px 0;
}
body:has(main.withdraw) main form input {
  box-sizing: border-box;
}
body:has(main.withdraw) main form .form-element {
  flex: 0 0 100%;
  margin-top: 15px;
}
body:has(main.withdraw) main form .form-element label {
  color: #908d91;
  font-size: 14px;
}
body:has(main.withdraw) main form .form-element label a {
  text-decoration: underline;
  color: #1e3fa3;
}
body:has(main.withdraw) main form .form-element.half {
  flex: 0 0 45%;
  margin-bottom: auto;
}
body:has(main.withdraw) main form .form-checkbox {
  display: flex;
  align-items: center;
  column-gap: 2%;
}
body:has(main.withdraw) main form input[type=text], body:has(main.withdraw) main form input[type=number] {
  padding-left: 5px;
  display: block;
  width: 100%;
  margin-top: 5px;
  height: 55px;
  font-size: 20px;
  border: solid #908d91 1px;
}
body:has(main.withdraw) main form input::placeholder {
  font-family: "Inter";
}
body:has(main.withdraw) main form input[type=checkbox] {
  width: 20px;
  height: 20px;
  border: solid black 1px;
}
body:has(main.withdraw) main form input[type=checkbox]:checked {
  background-image: url("/icons/checkbox.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}
body:has(main.withdraw) main form .submit-btn {
  margin-top: 40px;
  border-radius: 20px;
  font-size: 16px;
  color: white;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  width: 95%;
  background-color: #2a76e1;
  height: 60px;
}
body:has(main.withdraw) main form .error-msg {
  margin-top: 0.5rem;
  font-size: 10px;
  color: red;
}
body:has(main.withdraw) main form .form-global-error {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
  font-size: 10px;
  color: red;
}
body:has(main.withdraw) #card-form {
  display: none;
}
body:has(main.withdraw) #blik-form {
  display: none;
}
body:has(main.withdraw) #iban-form {
  display: none;
}
body:has(main.withdraw) #crypto-form {
  display: none;
}
body:has(main.withdraw) small {
  color: #908d91;
  font-size: 10px;
}
body:has(main.withdraw) #form-loader {
  font-size: 16px;
  row-gap: 10px;
  column-gap: 10px;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

body:has(#dynamic-content) footer {
  display: none;
}
body:has(#dynamic-content) header {
  background: #fff;
  height: 60px;
  justify-content: center;
  align-items: flex-start;
}
body:has(#dynamic-content) header .logo-image {
  margin-left: 15px;
  width: 60px;
  height: 60px;
}
body:has(#dynamic-content) header .logo-image img {
  width: 100%;
}
body:has(#dynamic-content) #dynamic-content {
  width: 90%;
  font-family: "Inter";
  font-size: 16px;
  margin: 20px auto 15px;
  text-align: center;
}
body:has(#dynamic-content) #dynamic-content .intro-selector {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
body:has(#dynamic-content) #dynamic-content .intro-selector a {
  margin: 0 20px;
  width: 100px;
  height: 100px;
}
body:has(#dynamic-content) #dynamic-content .intro-selector a img {
  width: 100%;
}
body:has(#dynamic-content) #dynamic-content #installApp {
  border-radius: 20px;
  font-size: 16px;
  color: white;
  display: block;
  margin: 35px auto;
  font-weight: 500;
  width: 75%;
  background-color: #2a76e1;
  height: 45px;
}
body:has(#dynamic-content) #dynamic-content .instructions-section {
  margin-top: 20px;
}
@media (min-width: 768px) {
  body:has(#dynamic-content) #dynamic-content {
    width: 60%;
  }
}
body:has(#dynamic-content) #dynamic-content p {
  margin-top: 10px;
  line-height: 21px;
}
body:has(#dynamic-content) #dynamic-content .warning-section {
  margin-bottom: 20px;
}
body:has(#dynamic-content) #dynamic-content h2 {
  margin: 15px 0;
  text-align: center;
  font-size: 24px;
}
body:has(#dynamic-content) #dynamic-content img {
  display: block;
  width: 100%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  body:has(#dynamic-content) #dynamic-content img {
    width: 60%;
  }
}
body:has(#dynamic-content) .splide__slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body:has(#dynamic-content) .splide__slide p {
  font-size: 16px;
}
body:has(#dynamic-content) .splide__slide h3 {
  font-size: 24px;
}
body:has(#dynamic-content) .splide__slide img {
  width: 240px !important;
  height: 473px;
}

main {
  font-family: "Inter";
}
main .profile-header {
  width: 100%;
  padding-top: 15px;
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  column-gap: 3.5%;
  border-bottom: 1px solid #908d91;
  position: relative;
}
main .profile-header .profile-logo {
  margin-left: 15px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid black;
  overflow: hidden;
}
main .profile-header .profile-logo img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}
main .profile-header .profile-name {
  font-size: 20px;
}
main .profile-header .header-edit {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20.5%;
  top: 50%;
  transform: translateY(-50%);
}
main .profile-header .header-edit img {
  width: 100%;
}
main .profile-header .header-logout {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 5.5%;
  top: 50%;
  transform: translateY(-50%);
}
main .profile-header .header-logout img {
  width: 100%;
}
main .profile-buttons {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 35px;
  width: 90%;
  font-family: "Inter";
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}
main .profile-buttons .profile-button {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  row-gap: 15px;
  width: 100%;
  font-family: "Inter";
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}
main .profile-buttons > * {
  flex-shrink: 0;
  width: 100%;
}
main .profile-buttons .profile-button-icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: none;
  background-color: #1e3fa3;
}
main .profile-buttons .profile-button-icon img {
  width: 60%;
}
main .profile-buttons .profile-button-icon.doc {
  background-color: #46cf76;
}
main .profile-buttons .profile-button-name {
  text-wrap: wrap;
  width: 75%;
  margin-left: 6%;
}
main .profile-buttons .profile-button-name h2 {
  margin-bottom: 5px;
  font-weight: 700;
}
main .profile-buttons .profile-button-name p {
  color: #908d91;
  font-size: 12px;
}

body:has(main.documents) {
  background-color: #ffffff;
}
body:has(main.documents) header {
  background: #f5f1f6;
  height: 60px;
  justify-content: flex-start;
  align-items: flex-start;
}
body:has(main.documents) main {
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
  margin-top: 15px;
  padding-top: 15px;
  background-color: #f5f1f6;
  width: 90%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: "Inter";
  padding-bottom: 15px;
  height: 100%;
  color: black;
}
body:has(main.documents) main h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 15px;
}
body:has(main.documents) main .document a {
  flex-shrink: 0;
  flex-grow: 0;
  justify-content: center;
  font-size: 24px;
  display: flex;
  align-items: center;
}
body:has(main.documents) main .document a img {
  width: 70px;
  margin: 10px 15px;
}

body:has(main.edit) {
  background-color: #ffffff;
}
body:has(main.edit) header {
  background: #f5f1f6;
  height: 60px;
  justify-content: flex-start;
  align-items: flex-start;
}
body:has(main.edit) main {
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
  margin-top: 15px;
  padding-top: 15px;
  background-color: #f5f1f6;
  width: 90%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: "Inter";
  padding-bottom: 15px;
  height: 100%;
  color: black;
}
body:has(main.edit) main h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 10px 15px;
}
body:has(main.edit) main form {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
body:has(main.edit) main form .form-input {
  margin: 1rem auto;
  display: flex;
  width: 90%;
  flex-direction: column;
}
body:has(main.edit) main form label {
  margin-bottom: 0.5rem;
  font-weight: 400;
  color: #333;
}
body:has(main.edit) main form input[type=text],
body:has(main.edit) main form input[type=tel] {
  background: #f5f1f6;
  padding: 0.75rem;
  border-bottom: 1px solid #97c4ff;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}
body:has(main.edit) main form input:focus {
  border-color: #4a90e2;
  outline: none;
}
body:has(main.edit) main form .submit-btn {
  margin-top: 40px;
  border-radius: 20px;
  font-size: 16px;
  color: white;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  width: 70%;
  background-color: #2a76e1;
  height: 60px;
}

body:has(main.admin) {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 15px;
}
body:has(main.admin) h3 {
  font-size: 20px;
}
body:has(main.admin) p {
  font-size: 18px;
  margin: 0 0 5px 0;
}
body:has(main.admin) input[type=submit] {
  margin-top: 40px;
  border-radius: 20px;
  font-size: 16px;
  color: white;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  width: 95%;
  background-color: #2a76e1;
  height: 40px;
}

body {
  background-color: #f5f1f6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  position: relative;
}

header {
  width: 100%;
  height: 200px;
  background: linear-gradient(to top right, #1e3fa3 0%, #1e3fa3 15%, #1677ff 60%, #1677ff 100%);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-family: "Inter";
  position: relative;
}
header .header-info {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
header .tooltip-text {
  visibility: hidden;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 6px 8px;
  border-radius: 4px;
  position: absolute;
  z-index: 10;
  width: 300px;
  text-wrap: wrap;
  /* Tooltip on the left */
  top: 50%;
  right: 110%; /* space between icon and tooltip */
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}
header .header-info.active .tooltip-text,
header .header-info:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
header .header-info {
  width: 25px;
  position: absolute;
  right: 10px;
  top: 30px;
}
header .header-info img {
  width: 100%;
}
header .header-title {
  margin-top: 35px;
  font-size: 22px;
}
header .header-balance {
  margin-top: 20px;
  font-size: 40px;
  font-family: "Inter";
  font-weight: 700;
}
header .header-slider {
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  display: flex;
  flex-direction: row;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: absolute;
  bottom: -36px;
  height: 81px;
}
header .header-slider form button {
  text-align: left;
  font-family: "Inter";
  font-weight: 700;
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 15px;
  width: 200px;
  height: 65px;
  background-color: white;
  color: black;
  border: none;
  border-radius: 19px;
  overflow: visible;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  column-gap: 15px;
}
header .header-slider form button .header-slide-icon {
  background: linear-gradient(to top, #1677ff 0%, #1e3fa3 100%);
  border-radius: 50%;
  padding: 10px;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
header .header-slider form button .header-slide-icon img {
  width: 100%;
  height: auto;
}
header .header-slider form button .header-slide-icon.green {
  background: linear-gradient(to left top, #90EE90 0%, #369336 100%);
}
header .header-slider::-webkit-scrollbar {
  display: none;
}

.money-wrapper, .stock-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 95%;
  margin-top: 50px;
}
.money-wrapper h2, .stock-wrapper h2 {
  display: block;
  font-family: "Inter";
  font-weight: 700;
  font-size: 18px;
  color: black;
}
.money-wrapper .money-wrapper-description, .money-wrapper .stock-wrapper-description, .stock-wrapper .money-wrapper-description, .stock-wrapper .stock-wrapper-description {
  margin-top: 5px;
  display: block;
  font-family: "Inter";
  font-weight: 400;
  font-size: 12px;
  color: #908d91;
}
.money-wrapper .money-items, .money-wrapper .stock-items, .stock-wrapper .money-items, .stock-wrapper .stock-items {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 15px;
  width: 100%;
  font-family: "Inter";
}
.money-wrapper .money-items .money-item, .money-wrapper .money-items .stock-item, .money-wrapper .stock-items .money-item, .money-wrapper .stock-items .stock-item, .stock-wrapper .money-items .money-item, .stock-wrapper .money-items .stock-item, .stock-wrapper .stock-items .money-item, .stock-wrapper .stock-items .stock-item {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
}
.money-wrapper .money-items .money-item .money-item-image img, .money-wrapper .money-items .stock-item .money-item-image img, .money-wrapper .stock-items .money-item .money-item-image img, .money-wrapper .stock-items .stock-item .money-item-image img, .stock-wrapper .money-items .money-item .money-item-image img, .stock-wrapper .money-items .stock-item .money-item-image img, .stock-wrapper .stock-items .money-item .money-item-image img, .stock-wrapper .stock-items .stock-item .money-item-image img {
  width: 30px;
  height: auto;
}
.money-wrapper .money-items .money-item .stock-item-image img, .money-wrapper .money-items .stock-item .stock-item-image img, .money-wrapper .stock-items .money-item .stock-item-image img, .money-wrapper .stock-items .stock-item .stock-item-image img, .stock-wrapper .money-items .money-item .stock-item-image img, .stock-wrapper .money-items .stock-item .stock-item-image img, .stock-wrapper .stock-items .money-item .stock-item-image img, .stock-wrapper .stock-items .stock-item .stock-item-image img {
  width: 30px;
  height: auto;
}
.money-wrapper .money-items .money-item, .money-wrapper .money-items .stock-item > *, .money-wrapper .stock-items .money-item, .money-wrapper .stock-items .stock-item > *, .stock-wrapper .money-items .money-item, .stock-wrapper .money-items .stock-item > *, .stock-wrapper .stock-items .money-item, .stock-wrapper .stock-items .stock-item > * {
  flex-grow: 0;
  flex-shrink: 0;
}
.money-wrapper .money-items .money-item-currency, .money-wrapper .money-items .stock-item-currency, .money-wrapper .stock-items .money-item-currency, .money-wrapper .stock-items .stock-item-currency, .stock-wrapper .money-items .money-item-currency, .stock-wrapper .money-items .stock-item-currency, .stock-wrapper .stock-items .money-item-currency, .stock-wrapper .stock-items .stock-item-currency {
  margin-left: 10px;
}
.money-wrapper .money-items .money-item-currency h3, .money-wrapper .money-items .stock-item-currency h3, .money-wrapper .stock-items .money-item-currency h3, .money-wrapper .stock-items .stock-item-currency h3, .stock-wrapper .money-items .money-item-currency h3, .stock-wrapper .money-items .stock-item-currency h3, .stock-wrapper .stock-items .money-item-currency h3, .stock-wrapper .stock-items .stock-item-currency h3 {
  font-size: 14px;
  font-weight: 700;
}
.money-wrapper .money-items .money-item-currency p, .money-wrapper .money-items .stock-item-currency p, .money-wrapper .stock-items .money-item-currency p, .money-wrapper .stock-items .stock-item-currency p, .stock-wrapper .money-items .money-item-currency p, .stock-wrapper .money-items .stock-item-currency p, .stock-wrapper .stock-items .money-item-currency p, .stock-wrapper .stock-items .stock-item-currency p {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #908d91;
}
.money-wrapper .money-items .money-item-balance, .money-wrapper .money-items .stock-item-balance, .money-wrapper .stock-items .money-item-balance, .money-wrapper .stock-items .stock-item-balance, .stock-wrapper .money-items .money-item-balance, .stock-wrapper .money-items .stock-item-balance, .stock-wrapper .stock-items .money-item-balance, .stock-wrapper .stock-items .stock-item-balance {
  text-align: right;
  margin-left: auto;
  font-size: 16px;
  font-weight: 700;
}
.money-wrapper .money-items .money-item-balance .green, .money-wrapper .money-items .stock-item-balance .green, .money-wrapper .stock-items .money-item-balance .green, .money-wrapper .stock-items .stock-item-balance .green, .stock-wrapper .money-items .money-item-balance .green, .stock-wrapper .money-items .stock-item-balance .green, .stock-wrapper .stock-items .money-item-balance .green, .stock-wrapper .stock-items .stock-item-balance .green {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 700;
  color: #07d500;
}
.money-wrapper .money-items .money-item-balance .red, .money-wrapper .money-items .stock-item-balance .red, .money-wrapper .stock-items .money-item-balance .red, .money-wrapper .stock-items .stock-item-balance .red, .stock-wrapper .money-items .money-item-balance .red, .stock-wrapper .money-items .stock-item-balance .red, .stock-wrapper .stock-items .money-item-balance .red, .stock-wrapper .stock-items .stock-item-balance .red {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 700;
  color: #ff0000;
}

.stock-wrapper {
  margin-top: 25px;
  margin-bottom: 45px;
}

.back-button {
  width: 30px;
  position: absolute;
  left: 15px;
  top: 15px;
  opacity: 65%;
}
.back-button img {
  width: 100%;
}

.modal-success {
  position: fixed;
  width: 100vw;
  height: 100vh;
  font-family: "Inter";
  font-weight: 400;
  justify-content: center;
  align-items: center;
  row-gap: 2.5vw;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9;
  display: none;
}
.modal-success .modal-content {
  border-radius: 8px;
  pointer-events: initial;
  opacity: 1;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  background-color: #d9d9da;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50vh;
  width: 85vw;
}
.modal-success p {
  width: 90%;
  text-align: center;
  font-size: 24px;
}
.modal-success a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-top: 20px;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  width: 80%;
  background-color: #2a76e1;
  height: 60px;
  color: white;
}

.modal-fail {
  position: fixed;
  width: 100vw;
  height: 100vh;
  font-family: "Inter";
  font-weight: 400;
  display: none;
  justify-content: center;
  align-items: center;
  row-gap: 2.5vw;
  border-radius: 8px;
  pointer-events: none;
  background-color: white;
  z-index: 9;
}
.modal-fail .modal-content {
  border-radius: 8px;
  pointer-events: initial;
  opacity: 1;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  background-color: #d9d9da;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50vh;
  width: 85vw;
}
.modal-fail p {
  color: red;
  font-size: 24px;
}
.modal-fail a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-top: 20px;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  width: 80%;
  background-color: #2a76e1;
  height: 60px;
  color: white;
}

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