@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --bg-def: #16181B;
    --blue: #0077FF;
    --border: #34383F;
    --block: #23262B;
    --card: #30343b;
}

body {
    background: var(--bg-def);
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    padding-bottom: 120px;
}

wc-toast-item {
    --wc-toast-background: var(--block);
    --wc-toast-color: #ffffff;
    --wc-toast-font-family: 'Montserrat', sans-serif;
    --wc-toast-border-radius: 10px;
    --wc-toast-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
    --wc-toast-max-width: 320px;
    font-family: 'Montserrat', sans-serif;
}

.card {
    background: var(--card);
    border: 0px;
    border-radius: 15px;
    color: #fff;
}

.bottom-menu {
    background: #23262B;
    border-radius: 45px;
    padding: 10px 6px;
    position: fixed;
    transform: translateX(-50%);
    left: 50%;
    bottom: 30px;
    z-index: 99;
}

.menu-bi {
    font-size: 24px;
    position: relative;
    cursor: pointer;
    z-index: 2;
}

.offcanvas-header {
    display: flex;
    align-items: center;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    padding-bottom: 0px;
    padding-top: 20px;
}

.menu-indicator {
    position: absolute;
    width: 88px;
    height: 58px;
    background: #32353B;
    border-radius: 40px;
    transition: all 0.3s ease;
    z-index: 1;
    transform: translateY(-5px);
}

.open-load {
    z-index: 99999;
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: var(--bg-def);
}

.menu-bi {
    width: 88px;
    text-align: center;
}

.load-container img {
    border-radius: 1rem;
    margin: 0 auto;
}

.load-container .progress {
    width: 200px;
}

.load-container {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    max-width: 200px;
    width: 100%;
}

.load-logo {
    font-size: 152px;
    font-weight: bolder;
    transform: rotate(-90deg);
}

.progress-bar-w {
    background-color: #fff;
}

.open-load.hide {
    opacity: 0;
    pointer-events: none;
}

.open-load.fade-out {
    opacity: 0;
    transition: opacity 0.5s ease-out;
}

.user-menu img {
    border-radius: 50%;
}

header {
    position: fixed;
    width: calc(100% - 28px);
    top: 24px;
    left: 14px;
    z-index: 99;
}

.btn-min {
    padding: 2px 8px;
    border-radius: 15px;
    background: #ffffff15;
    border: 0px;
    backdrop-filter: blur(10px);
}

.op80 {
    opacity: .8;
}

.menu-bottom-text {
    font-size: 12px;
    margin-top: -6px;
}

.menu-bi i {
    margin: 0 auto;
}

.balance {
    margin: 0 auto;
}

.balance {
    font-size: 42px;
    font-weight: 700;
}

.balance-block {
    padding-top: 88px;
}

.currency-name {
    color: var(--blue);
}

.text-14 {
    font-size: 14px;
}

.alert {
    border-radius: 15px;
}

.container-wallet {
    padding: 0px 14px;
    z-index: 2;
    position: relative;
}

.card-qr img {
    border-radius: 7px;
}

.wallet-adres-qr-ton-1 {
    border-radius: 15px 15px 0px 0px;
}

.wallet-adres-qr-ton-2 {
    border-radius: 0px;
}

.wallet-adres-qr-ton-3 {
    border-radius: 0px 0px 15px 15px;
}

.btn-wall-block {
    text-align: center;
}

.btn-wall-block span {
    font-size: 12px;
}

.btn-group-lg>.btn,
.btn-lg {
    border-radius: 15px;
    font-size: 16px;
    padding: 14px 16px;
}

.btn-wall {
    display: grid;
    width: max-content;
    border-radius: 30px;
    padding: 10px 15px;
    margin: 0 auto;
    background: #ffffff17;
    margin-bottom: 6px;
    z-index: 1;
    backdrop-filter: blur(10px);
}

.btn-wall i {
    font-size: 16px !important;
}

.buttons-wallet {
    padding-top: 20px;
    padding-bottom: 16px;
}

.bg-block-bottom {
    position: absolute;
    width: 100%;
    height: 60%;
    background: -webkit-linear-gradient(0deg, rgb(22, 24, 27), rgb(22 24 27 / 0%));
    background: -moz-linear-gradient(0deg, rgb(22, 24, 27), rgb(22 24 27 / 0%));
    background: linear-gradient(0deg, rgb(22, 24, 27), rgb(22 24 27 / 0%));
    bottom: 0;
    left: 0;
    z-index: 1;
}

.bottom-bg-body {
    position: fixed;
    width: 100%;
    height: 100px;
    background: -webkit-linear-gradient(0deg, rgb(22, 24, 27), rgb(22 24 27 / 0%));
    background: -moz-linear-gradient(0deg, rgb(22, 24, 27), rgb(22 24 27 / 0%));
    background: linear-gradient(0deg, rgb(22, 24, 27), rgb(22 24 27 / 0%));
    bottom: 0;
    left: 0;
    z-index: 2;
}

.wallet-block {
    position: relative;
}

.slide-blue {
    padding: 12px 14px;
    background: #0077FF55;
    border-left: 6px solid var(--blue);
    border-radius: 6px;
}

.slide-title {
    font-size: 15px;
    font-weight: 600;
}

.slide-inf {
    font-size: 13px;
}

.f-carousel__progress {
    background-color: #0077FF !important;
    display: none !important;
}

.f-carousel__progress .f-carousel__progress__bar {
    background-color: #0077FF !important;
    display: none !important;
}


/* Более агрессивные селекторы для переопределения */

.f-carousel * .f-carousel__progress,
.f-carousel * .f-carousel__progress__bar,
[class*="f-carousel"] [class*="progress"] {
    background-color: #0077FF !important;
    display: none !important;
}

.f-carousel {
    margin-bottom: 16px;
}

.wallet-block {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.title-block {
    font-size: 16px;
}

.coin-img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

.token-start {
    align-items: center;
    gap: 10px;
}

.token-name,
.token-sum {
    font-size: 15px;
    height: 15px;
    margin-bottom: 6px;
    font-weight: 600;
}

.token-info {
    font-size: 13px;
    font-weight: 500;
}

.token-up-price {
    color: #78D719;
}

.token {
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.offcanvas-title {
    color: #fff;
}

.token-end {
    text-align: right;
}

.token-down-price {
    color: #D71919;
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background: var(--block);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
    border: 0px !important;
    height: 85vh !important;
    border-radius: 20px 20px 0px 0px;
}

.token-menu .coin-img {
    width: 64px;
    height: 64px;
}

.token-menu .token-sum {
    font-size: 26px;
    height: 26px;
}

.token-menu .token-info {
    font-size: 18px;
}

.form-control {
    border-radius: 15px;
    border: 0px;
    background: #181a1e !important;
    box-shadow: none !important;
    font-weight: 500;
}

.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after {
    background-color: #181a1e;
}

.custom-offcanvas {
    border-radius: 18px 18px 0 0;
    touch-action: none;
    will-change: transform;
}


/* ручка сверху */

.drag-handle {
    width: 50px;
    height: 5px;
    background: #ccc;
    border-radius: 10px;
    margin: 10px auto;
}


/* плавность */

.custom-offcanvas {
    transition: transform 0.25s ease;
}

.btn {
    font-weight: 500;
}

#content {
    transition: opacity 0.25s ease, transform 0.25s ease;
    opacity: 1;
    transform: none;
}

#content.is-leaving {
    opacity: 0;
    transform: translateY(10px);
}

#content.is-entering {
    opacity: 1;
    transform: none;
}

.close-off {
    width: 50px;
    height: 6px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
    background: #919395;
    border-radius: 10px;
}

.bg-token {
    display: flex;
    gap: 75px;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}

.bg-token img {
    width: 32px !important;
    height: 32px !important;
}

.btn-input {
    position: absolute;
    right: 10px;
    top: 12px;
    border-radius: 10px;
    background: #2f343d !important;
    border: 0px;
    padding: 6px 8px;
}

.btn-input-swap {
    position: absolute;
    right: 10px;
    top: 12px;
    border-radius: 10px;
    background: #2f343d !important;
    border: 0px;
    padding: 6px 8px;
}

.token-name-swap {
    font-size: 14px;
}

.dropdown-menu {
    border-radius: 15px;
    margin-top: 10px !important;
    background: #23262b;
}