body {
    background: #f7f7f9;
    color: #5b5f6d;
    min-height: 100vh;
    ;
    letter-spacing: 0.04em;
    font-size: 16px;
}

* {
    ;
}

.navbar-brand,
.nav-link {
    color: #21232d !important;
    transition: all 0.3s ease;
}

.navbar-brand {
    font-weight: 700;
}

ul.dropdown-menu.dropdown-menu-end.show {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

a.dropdown-item {
    color: #5b5f6d;
    padding: 5px;
    font-size: 14px;
}

a.dropdown-item:hover {
    background: #f1f1f1;
    color: #5b5f6d;
}

a.dropdown-item:active {
    background: -webkit-linear-gradient(30deg, #EC69A4, #B962A3, #47529F, #5B3C7B, #996991);
}

.gradi {
    background: -webkit-linear-gradient(30deg, #EC69A4, #B962A3, #47529F, #5B3C7B, #996991);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

nav.navbar.navbar-expand-lg.navbar-light {
    z-index: 99;
}

.navbar-brand:hover,
.nav-link:hover {
    color: #21232d !important;
    transform: translateY(-2px);
    text-shadow: 0 5px 5px rgba(236, 105, 164, 0.3);
}

.navbar>.container {
    padding: 1rem;
}

.container {
    background: #ffffff;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 2rem;
}

input.form-control.trace {
    font-weight: 300;
    font-size: 16px;
    background: #f7f7f9;
}

a.nav-link {
    font-size: 16px;
}

.form-control {
    background-color: rgba(0, 0, 0, 0.05);
    border: none;
    color: #5b5f6d;
    transition: all 0.3s ease;
}

.form-control:focus {
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0.05rem rgba(192, 103, 160, 0.5);
    color: #5b5f6d;
}

.alert.alert-danger {
    background: #ff73a1;
    color: #fff;
    border: none;
}

.form-control::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.btn {
    transition: all 0.3s ease;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn:active {
    transform: translateY(0);
    box-shadow: none;
}

.btn-primary {
    background: linear-gradient(30deg, #EC69A4, #B962A3, #47529F, #5B3C7B, #996991);
    border: none;
    transition: all .5s;
    font-size: 18px;
    letter-spacing: 0.04em;
}

.btn-primary:hover {
    background: linear-gradient(-30deg, #EC69A4, #B962A3, #47529F, #5B3C7B, #996991);
}

.btn-secondary {
    background: none;
    border: none;
    font-size: 18px;
    border: 2px solid #5b5f6d;
    color: #5b5f6d;
}

.name img {
    max-width: 32px;
    margin-right: 15px;
    margin-bottom: 0!important;
}

.name p {
    color: #5b5f6d;
    font-size: 14px;
}

.right button {
    margin-top: 0!important;
    margin-left: 15px;
}

.btn-secondary:hover {
    background: #5b5f6d;
    color: #ffffff;
}

#resultBlock {
    display: none;
}

.result-item {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1));
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.result-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(236, 105, 164, 0.3);
}

img {
    max-width: 100%;
    border-radius: 10px;
}

.stats-block {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1));
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    transition: all 0.3s ease;
}

.stats-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(236, 105, 164, 0.3);
}

.stats-block h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.stats-block .number {
    font-size: 2rem;
    font-weight: bold;
    color: #5b5f6d;
}

h7 {}

.partner-img {
    width: 100%;
    height: 100px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.partner-img:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(236, 105, 164, 0.3);
}

.partner-img img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
    filter: invert(1);
}

.modal-content {
    background: #f7f7f9;
    border-radius: 15px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #5b5f6d;
}

.restake-item {
    position: relative;
    margin-bottom: 1rem;
    background: rgb(0 0 0 / 7%);
    border-radius: 5px;
    transition: all .5s;
}

.popup-percentage {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: rgba(0, 255, 193, 0.7);
    color: #fff;
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 14px;
}

h6 {
    color: #5b5f6d;
}

#faq .accordion-item {
    background-color: transparent;
    border: none;
}

#faq .accordion-button {
    color: #5b5f6d;
    border-radius: 10px;
    padding: 1rem;
    font-family: "Sarala", sans-serif !important;
    font-size: 16px;
    transition: all 0.3s ease;
}

#faq .accordion-button:not(.collapsed) {
    background: linear-gradient(30deg, #EC69A4, #B962A3, #47529F, #5B3C7B, #996991);
    color: #fff;
    box-shadow: 0 5px 15px rgba(236, 105, 164, 0.3);
}

#faq .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.1);
}

.result-item * {
    display: inline-block;
}

.name {
    width: 50%;
}

.right {
    width: 50%;
    text-align: right;
}

#faq .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#faq .accordion-body {
    background-color: rgba(0, 0, 0, 0.05);
    color: #5b5f6d;
    border-radius: 0 0 10px 10px;
    padding: 1rem;
    font-size: 14px;
}

#faq .accordion-button:hover {
    background: linear-gradient(30deg, #EC69A4, #B962A3, #47529F, #5B3C7B, #996991);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.restake-item img {
    max-width: 150px;
    padding: 15px;
}

.restake-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(236, 105, 164, 0.3);
}

.custom-popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.custom-popup-content {
    background-color: #f7f7f9;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    border-radius: 10px;
}

.close-popup {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close-popup:hover,
.close-popup:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.total-amount {
    font-weight: bold;
    font-size: 1.1em;
}

#claimAll {
    margin-left: 10px;
}

.dropdown-menu {
    min-width: 100px;
}

.dropdown-item img {
    margin-right: 5px;
}

nav.navbar.navbar-expand-lg.navbar-dark {
    z-index: 99;
}

div#connect-modal {
    background: #f7f7f9!important;
    font-family: "Sarala", sans-serif !important;
    text-align: left;
}

#connect-modal a.button-primary {
    background: linear-gradient(30deg, #EC69A4, #B962A3, #47529F, #5B3C7B, #996991);
    border: none;
    transition: all .5s;
    font-size: 18px;
    letter-spacing: 0.04em;
    border-radius: 5px!important;
}

#connect-modal a.button-link {
    color: #5b5f6d;
}

div#wallet-connect-connect-button {
    background: rgba(255, 255, 255, 0.1)!important;
}

img.modal-icon {
    border-radius: 50%!important;
    box-shadow: 0 5px 15px #ec69a473;
}

.title::before {
    content: '';
    display: inline-block;
    width: 50px;
    /* Устанавливаем ширину, можете корректировать */
    height: 50px;
    /* Высота не более 50px */
    background: url('../images/logo-light.png') no-repeat center center;
    background-size: contain;
    /* Масштабируем изображение по контейнеру */
    vertical-align: middle;
    /* Выравнивание по центру */
    margin-right: 10px;
    /* Отступ справа от изображения */
}

#modal-leftside .title {
    color: #5b5f6d;
}

#modal-leftside .subtitle {
    color: #9ea2b1;
}

div#connect-modal {
    color: #5b5f6d!important;
}

#modal-rightside .text-description {
    color: #5b5f6d!important;
}

[data-theme="dark"] #modal-leftside .tabs-wrapper .tab-item:hover {
    background: rgba(0, 0, 0, 0.1)!important
}

.modal-loader-description {
    color: rgb(0 0 0 / 60%)!important;
}

p.loader-text {
    color: #5b5f6d;
}