html,
body {
    height: 100%;
    transform: none !important;
}

.wrapper-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

/* ---------- FAB & Tidio (final) ---------- */

:root {
    --fab-size: 60px;
    --fab-gap: 10px;
}

.fixed-block #contact-btn {
    right: 12px !important;
    left: auto !important;
    transform: none !important;
    transition: none !important;
}

.fixed-block {
    position: fixed;
    right: 20px;
    bottom: 60px;
    display: flex;
    flex-direction: column;
    gap: var(--fab-gap);
    width: var(--fab-size);
    align-items: center;
    z-index: 999;
}

.fixed-block.row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    flex-wrap: nowrap;
}

.contact-btn {
    width: var(--fab-size) !important;
    height: var(--fab-size) !important;
    border-radius: 50%;
    border: none;
    background-color: #5500E2;
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-hide-btn {
    width: 50px;
    height: 50px;
    display: none;
    border-radius: 50%;
    background: #5500E2;
    box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, .2);
    align-items: center;
    justify-content: center;
}

.fixed-block.contact-btn-opened > .contact-hide-btn {
    display: flex !important;
}

.fixed-block .contact-hide-btn svg,
.fixed-block .contact-btn svg {
    width: 24px;
    height: 24px;
    display: block;
}

#tidio-chat {
    position: fixed !important;
    z-index: 10000 !important;
}

@media (max-width: 576px) {
    .fixed-block {
        bottom: 60px;
        right: 20px;
    }
}

.container > .row.fixed-block {
    margin-top: 0 !important;
}

/* ---------- /FAB & Tidio ---------- */

.container > .row {
    margin-top: 24px;
}

.title-logo {
    max-width: 176px;
    margin: 0 auto;
    margin-bottom: 16px;
}

.google-sign-btn {
    color: #5500E2;
}

.twitch-sign-btn {
    color: #9146ff;
}

.google-sign-btn:hover {
    box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}

.twitch-sign-btn:hover {
    box-shadow: 0 0 11px rgba(145, 70, 255, 0.2);
}

.wrapper {
    background-image: url("img/sign-in-bg.9ee5315829e5.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: calc(100vh - 41px);
    display: flex;
    align-items: center;
}

.fakepassword {
    position: relative;
    width: 100%;
}

.btn {
    border-radius: 6px !important;
}

.btn-reset {
    margin-top: 16px;
}

.btn-continue {
    width: 100%;
}

.checkbox-block {
    display: flex;
    gap: 9px;
}

.checkbox-block input {
    min-width: 1em;
}

.check-email__text {
    margin-bottom: 0rem;
}

.form-control {
    border-radius: 6px !important;
    /* padding: 10px 16px !important; */
}

.form-control.not-specified {
    border: 1px solid var(--bs-danger, #D6293E);
}

.form-text.not-specified {
    color: var(--bs-danger, #D6293E);
}

.alert.re-register {
    padding: 12px 8px;
    color: #14191E !important;
    position: relative;
    margin-bottom: 16px;
}

.alert.re-register .btn-close {
    position: absolute;
    top: 8px;
    right: 8px;
}

.fw-700 {
    font-weight: 700 !important;
}

.alert-hint {
    position: relative;
    border: 1px solid #4F9EF8;
    background-color: #5500E21A;
}

.btn-close-hint {
    position: absolute;
    top: 4px;
    right: 4px;
}

.btn-close-hint-donation {
    position: absolute;
    top: 13px;
    right: 16px;
}

.btn-youtube {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    background-color: #ffff;
}

.btn-youtube svg path {
    transition: all 0.3s ease;
}

.btn-youtube:hover svg path {
    stroke: #ffffff !important;
}

.show-more-hint {
    color: #5500E2;
    font-weight: 600;
    line-height: 19.5px;
    border: 0;
    background: none;
    padding: 0;
}

.petrik_banner img {
    width: 100%;
    border-radius: 6px !important;
}

.old-page-card h3,
.alert.re-register h3 {
    font-size: 15px;
}

.old-page-card p,
.alert.re-register p {
    font-size: 13px;
}

.old-page-card {
    display: dlex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 40px 16px 24px 16px;
    max-width: 474px;
    color: #14191E !important;
}

.old-page-card .logo {
    width: 100px;
}

.old-img {
    width: 183px;
}

.old-page-card .btn {
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
}

.fs-14 {
    font-size: 14px;
}

.fs-12 {
    font-size: 12px;
}

.card-ipn {
    padding: 8px 16px;
    border-radius: 6px;
    border: 1px solid var(--bs-warning-border-subtle, #FFE69C);
    background: var(--bs-highlight-bg, #FFF3CD);
}

.card-ipn-text {
    color: #635019;
    font-size: 13px;
    line-height: normal;
}

.alert-ipn {
    border-radius: 6px;
    border: 1px solid var(--bs-warning-border-subtle, #FFE69C);
    background: var(--bs-highlight-bg, #FFF3CD);
    padding: 8px 16px;
    color: #635019;
    text-align: center;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 125%;
    position: absolute;
    top: 50%;
    left: 16px;
    right: 16px;
    transform: translateY(-50%);
    z-index: 999;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    opacity: 0.9;
    z-index: 2;
    /* border-radius: 6px !important; */
}

.custom-form {
    padding: 10px 16px !important;
    line-height: 130%;
}

.fakepassword {
    border-radius: 6px 6px 6px 6px !important;
}

.input-group-text {
    border-radius: 0px 6px 6px 0px;
    background-color: transparent !important;
    border: none !important;
    position: absolute;
    right: 0;
    top: 9px;
    z-index: 10;
}

.nav-underline {
    border-bottom: 1px solid var(--control-separator, #e1e4e6);
}

.nav-underline .nav-item:first-child > .nav-link:first-child {
    padding: 11px 7px 15.5px 0px !important;
}

.nav-underline .nav-item .nav-link {
    padding: 11px 20px 16px 20px !important;
    min-width: 100px;
    text-align: center;
    font-family: Roboto;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
}

.nav-underline .nav-item .nav-link.active {
    border-bottom: 3px solid var(--bs-primary);
}

.nav-items-group-title {
    font-size: 13px;
    font-weight: 400;
    color: #676A79;
}

.nav-group-items {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.nav-group-toggle.show {
    transform: rotate(180deg);
}

.nav-group.finances {
    display: none;
}

.border-bottom.finances {
    display: none;
}

.card-user minidenticon-svg svg {
    border-radius: 6px;
}

#profileDropdown minidenticon-svg.avatar-img svg,
.profile-dropdown minidenticon-svg.avatar-img svg {
    border-radius: 6px !important;
}

.offcanvas .balance {
    display: none;
}

/* .icon-hidden {
  position: absolute;
  top: 8px;
  right: 12px;
} */

/* .icon-hidden-active {
    fill: #0F0F10 !important;
} */

.card-user {
    border-radius: 6px 6px 0 0;
    padding: 20px;
}

#financesDropdown {
    padding: 8px !important;
}

#financesDropdown:hover,
#financesDropdown.show {
    background-color: #F1E8FF;
    border: 1px solid #5500E2;
}

#financesDropdown:hover .icon-hidden {
    display: none;
}

#financesDropdown .arrow {
    position: static;
}

.balance {
    position: relative;
}

.balance .price {
    margin-top: 6px;
    font-size: 22px;
    line-height: 22.5px;
}

.dropdown-finances {
    padding: 16px 20px 20px 20px;
}

.dropdown.finances .dropdown-menu,
.profile-dropdown-toggler .dropdown-menu {
    right: 15px;
}

.dropdown.finances:hover .dropdown-menu,
.profile-dropdown-toggler:hover .dropdown-menu {
    display: block;
    right: 15px;
    left: auto;
}

.dropdown-finances .nav-link {
    padding: 4px 8px !important;
}

.dropdown-finances .nav-link span {
    color: #0F0F10;
    font-weight: 500;
}

.dropdown-finances .nav-link:hover span {
    color: #5500E2;
}

.price {
    /* color: var(--success, #0CBC87); */
    color: var(--color-gray-900, #0f0f10);
    font-weight: 700;
}

.border-bottom {
    height: 1px;
    background-color: #e1e4e6;
}

.donation-page-btn {
    font-size: 13px;
    font-weight: 600;
    padding: 8px 12px;
}

.donation-page-btn.home-btn {
    display: none;
}

.card-links {
    border-radius: 0 0 6px 6px;
}

.copy-link-btn svg {
    transform: translateY(-2px);
}

.copy-link-btn svg path,
.qr-code-btn svg path {
    transition: fill 0.3s ease;
}

.copy-link-btn:hover svg path,
.qr-code-btn:hover svg path {
    fill: #fff;
}

.nav-link svg {
    margin-right: 8px;
}

.nav-link.active {
    background-color: transparent !important;
    color: #5500E2 !important; /* Красим и текст, и иконку активной вкладки */
}

/* При наведении на ссылку красим её текст. SVG подхватит цвет через currentColor */
.nav-tabs .nav-item .nav-link:hover,
.nav-link.settings:hover {
    color: #5500E2 !important;
}


.nav-link.active span {
    color: #5500E2;
}

.nav-link.disabled svg path {
    opacity: 0.5;
}

.nav-tabs .nav-item .nav-link svg path {
    transition: fill 0.3s ease;
}

.nav-tabs .nav-item .nav-link span {
    color: #0F0F10;
}

.nav-tabs .nav-item .nav-link.disabled span {
    color: #a1a1a8;
}

.nav-tabs .nav-item .nav-link.active span {
    color: #5500E2;
}

.nav-scrollable {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 3px;
    box-shadow: inset -8px 0 14px -12px rgba(0, 0, 0, 0.4);
}

.nav-tabs.nav-bottom-line,
.nav.nav-underline {
    flex-wrap: nowrap;
}

.nav.nav-underline.scroll-shadow {
    box-shadow: inset -8px 0 14px -12px rgba(0, 0, 0, 0.4);
}

.nav-tabs.nav-bottom-line .nav-item .nav-link,
.nav.nav-underline .nav-item .nav-link {
    white-space: nowrap;
}

.offcanvas-body .nav-tabs .nav-item .nav-link span {
    font-weight: 500;
}

.finances .nav-tabs .nav-item .nav-link span {
    text-wrap: nowrap;
}

.offcanvas-body .nav-tabs .nav-item .nav-link.active,
.finances .nav-tabs .nav-item .nav-link.active {
    background-color: #F1E8FF !important;
    border-radius: 6px;
}


.nav .nav-item .nav-link span {
    transition: color 0.3s ease;
}

.nav .nav-item .nav-link span:hover {
    color: #5500E2;
}

.header-nav-link {
    font-weight: 400 !important;
}

/* start custom select */

.custom-select {
    position: relative;
    width: 100%;
}

.select-header {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid var(--bs-gray-400);
    padding: 10px 16px;
    cursor: pointer;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    transition: border 0.3s ease;
    --border-color-onfocus: #5500E2;
}

.custom-select.show-options .select-header {
    border: 1px solid var(--border-color-onfocus);
}

.selected-option {
    color: #676A79;
}

.options {
    background-color: #fff;
    height: 0px;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: none;
    position: absolute;
    width: 100%;
    border-radius: 6px;
    transition: height 0.3s ease;
}

.custom-select.show-options .options {
    z-index: 10;
    height: max-content;
    border-radius: 6px;
    border: 1px solid var(--border-card, #e8e8e8);
    background: var(--white, #fff);
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.09);
}

.custom-select:hover .select-header {
    border: 1px solid var(--border-color-onfocus);
}

.custom-select.show-options .select-header .arrow {
    transform: rotate(180deg);
}

.options li {
    padding: 8px;
    cursor: pointer;
}

.options li:hover {
    background-color: #f0f0f0;
}

.arrow {
    border: none;
    display: inline-block;
    position: absolute;
    right: 10px;
    transition: transform 0.3s ease;
}

/* end custom select */

.title-activate-account {
    color: var(--text-success, #0cbc87);
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.5px;
}

.title-payment-error {
    color: #D6293E;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.5px;
}

.title-payment-success {
    color: #0cbc87;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.5px;
}

#generate_url_btn, .generate_link_btn {
    position: absolute;
    right: 20px;
}

.donation-page-modal {
    padding: 16px 20px 20px 20px;
    position: absolute;
    top: 42px;
    right: 0;
    width: 411px;
    z-index: 9999;
    box-shadow: 0px 12px 20px 0px #00000040;
}

.donation-page-modal .qrcode_wrapper img {
    display: block;
    margin: 0 auto;
}

.donation-page-modal .copy-link {
    background-color: #EEF0F2;
    text-overflow: ellipsis;
}

.donation-page-modal .btn-outline-primary {
    font-weight: 600;
    font-size: 13px;
}

.donation-page-modal .btn-outline-primary:hover svg path {
    transition: all 0.3s ease;
}

.donation-page-modal .btn-outline-primary:hover svg path {
    fill: #fff;
}

.donation-page-link {
    font-weight: normal;
    padding: 8px 30px;
    font-size: 14px;
}

.donation-page-share-btn {
    font-weight: 600;
    font-size: 13px;
}

.donation-page-share-btn svg {
    transform: rotate(180deg);
    transition: all 0.3s ease;
}

.donation-page-share-btn:hover svg path {
    stroke: #fff !important;
}

.donation-page-share-btn.mobile {
    display: none !important;
}

#modalShareQRCode .modal-content {
    margin-top: 40px;
}

@media (max-width: 576px) {
    .donation-page-share-container {
        display: none;
    }

    .donation-page-share-btn.mobile {
        display: flex !important;
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .donation-page-modal.mobile {
        width: 100%;
        padding-bottom: 20px !important;
    }

    .donation-page-modal.mobile .btn-outline-primary {
        min-width: 163px;
    }

    .donation-page-modal.mobile .btn-close {
        position: absolute;
        top: 8px;
        right: 8px;
    }
}

.subscriptions-page-link {
    font-weight: 600;
    padding: 7px;
}

.subscriptions-page-link svg {
    margin-left: 8px;
}

.subscriptions-page-link:hover svg path {
    transition: all 0.3s ease-in-out;
}

.subscriptions-page-link:hover svg path {
    fill: #0c59bd !important;
}

.qr-form-block, .message-form-block, .donation_feed-form-block {
    display: flex;
    border-top: 1px solid #E1E4E6;
}

.donation_page-form-block {
    display: flex;
}

.qr-form-block__item, .message-form-block__item, .donation_page-form-block__item {
    flex: 1;
    width: 100%;
}

.goal-form-block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}

.goal-form-block__item {
    width: 100%;
}

.donation_feed-form-block__item {
    flex: 1;
    width: 100%;
}

#user-select {
    position: absolute;
    z-index: -100;
    padding: 0;
    height: 0;
    border: none;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

/* .navbar-nav .nav-link {
    font-weight: 500 !important;
} */

.navbar {
    /* font-family: e-Ukraine; */
    /* font-weight: 200; */
}

.navbar-nav .nav-link {
    /* font-weight: 300; */
}

.mobile-language {
    display: flex;
    justify-content: center;
    /* font-weight: 300; */
    gap: 20px;
}

.mobile-language p {
    margin-bottom: 0;
    /* font-family: e-Ukraine; */
    /* font-size: 1rem; */
    /* line-height: 24px; */
    /* color: black; */
}

.mobile-language button {
    border: 0;
    background: none;
    transition: .05s;
    color: #5500E2;
}

.mobile-language .active {
    border-bottom: 2px solid #5500E2;
}

.mobile-language > * {
    flex-grow: 1;
}

.mobile-language .languages {
    display: flex;
    max-width: 100px;
    justify-content: space-between;
    /* gap: 40px; */
}

.nav-item.mobile-language-identifier {
    margin-bottom: 20px;
}

.line {
    width: 1px;
    height: 11px;
    background-color: #676a79;
    stroke-width: 1px;
    stroke: #676a79;
    opacity: 0.5;
    margin: 0 20px;
}

.login-btn {
    color: #5500E2;
    padding: 8px 16px;
    margin: 0 20px;
    font-weight: 500;
}

.login-btn:hover {
    color: #5500E2;
}

.dropdown-language {
    position: relative;
    padding-right: 19px !important;
    padding-left: 24px !important;
    text-transform: uppercase;
    color: var(--color-header-current) !important;
}

.dropdown-language:hover {
    color: #5500E2 !important;
}

.dropdown-item svg {
    margin-bottom: 1px;
}

.dropdown-item:hover svg path {
    fill: #5500E2 !important;
}

.dropdown-item.text-danger svg path {
    fill: #d6293e !important;
}

.dropdown-item.text-danger:hover {
    color: #b02a37 !important;
}

.dropdown-item.text-danger:hover svg path {
    fill: #b02a37 !important;
}

.dropdown-language::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;

    transition: background-color 0.3s ease;
    background-color: currentColor;

    -webkit-mask-image: url("./img/icons/globe.d31516becc23.svg");
    mask-image: url("./img/icons/globe.d31516becc23.svg");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.dropdown-language {
    color: #666978;
}

.dropdown-language:hover {
    color: #5500E2;
}

.dropdown-language::after {
    content: "" !important;
    position: absolute;
    /* background-image: url("./img/icons/chevron-down.6c4c9079590a.svg"); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    right: -3px !important;
    top: 10px;
    width: 18px;
    height: 18px;
    margin-left: 0rem !important;
    transition: transform 0.3s ease;

    transition: background-color 0.3s ease;
    background: #666978;
    -webkit-mask-image: url("./img/icons/chevron-down.6c4c9079590a.svg");
    mask-image: url("./img/icons/chevron-down.6c4c9079590a.svg");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.dropdown-language.show::after {
    transform: rotate(180deg);
}

.offcanvas-body .select-language {
    display: none;
}

#profileDropdown .avatar-img:hover,
#profileDropdown.show .avatar-img {
    border: 1px solid #5500E2;
}

.profile-dropdown .avatar-img {
    display: block;
    width: 54px;
    min-width: 54px;
    height: 54px;
    border-radius: 6px;
    border: 1px solid #EEF0F2;
}

.profile-dropdown .dropdown-divider {
    margin-left: 20px;
    margin-right: 20px;
}

/* .navbar-toggler {
    background-color: transparent !important;
} */

.google-sign-btn {
    color: #5500E2 !important;
}

.twitch-sign-btn {
    color: #9146ff !important;
}

.google-sign-btn img,
.twitch-sign-btn img {
    margin-left: 15px;
}

.offcanvas-body .nav .nav-item .nav-link {
    font-weight: 400;
    font-size: 15px;
    padding: 4px 8px !important;
}

.nav.nav-underline .nav-item .nav-link.icon {
    padding: 11px 16px 15.5px 16px !important;
}


.nav.nav-underline .nav-item .nav-link.icon:hover svg path[stroke],
.nav.nav-underline .nav-item .nav-link.icon:hover svg rect[stroke] {
    stroke: #5500E2;
    fill: none;
}

.footer-bottom {
    padding: 20px 0 !important;
}

.footer-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
}

.activate-title {
    color: blue;
    font-size: 30px;
}

.user-input {
    width: 100%;
    border-radius: var(--Input, 6px);
    border: 1px solid var(--border-input, #e1e4e6);
    background: var(--White, #fff);
    padding: 10px 16px;
    margin-bottom: 16px;
    line-height: 130%;
    color: #b4b5b8;
}

.user-input input {
    border: none;
    padding: 0px;
    width: 100%;
}

.modal-header {
    /* padding: 14px 14px 8px 14px !important; */
    padding: 8px 8px 0px 8px !important;
}

.btn-download {
    position: relative;
    border-radius: 6px !important;
    /* border: 1px solid #14191e !important; */
    background-color: #5500E2;
    width: 234px;
    font-weight: normal;
    line-height: 24px;
    color: #fff !important;
}

.btn-download:hover {
    background-color: #0c59bd;
}

.btn-download svg {
    margin-right: 5px;
}

.donation-modal .icon-box {
    width: 100%;
    padding: 8px 16px;
    background-color: #eef0f2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--Input, 6px);
    border: none;
    color: #5500E2;
    transition: 0.3s all ease-in;
}

.donation-modal .icon-box:hover {
    background-color: #caccce;
}

@media (max-width: 370px) {
    .donation-modal .icon-box {
        padding: 8px 4px;
    }
}

.donation-modal .copy-link {
    background: #fff;
    border: none;
    width: 100%;
    overflow: hidden;
    color: #676A79;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}

.donation-modal .icon-box svg {
    margin-right: 8px;
}

.donation-modal .modal-footer {
    padding: 0 16px 24px 16px;
}

.donation-modal .alert-danger {
    padding: 9px 16px;
    text-align: start;
    color: #E3525F;
}

.form-disabled .alert-danger,
.widget_ .alert-danger {
    padding: 16px;
    text-align: start;
    color: #E3525F;
}

.donation-modal .alert-danger a {
    color: #E3525F !important;
    text-decoration: underline;
    cursor: pointer;
}

.qrcode_wrapper img {
    border-radius: 6px;
    border: 1px solid #e8e8e8;
}

.donation-modal .modal-body h6 {
    font-size: 18px;
}


.modal-content {
    padding-bottom: 42px;
}

.modal-dialog {
    max-width: 526px !important;
}

.modal-dialog.donation-modal {
    max-width: 474px !important;
}

.nickname-input {
    border-radius: 6px;
    border: 1px solid #e1e4e6;
    padding-left: 16px;
    color: #b4b5b8;
}

.nickname-input input {
    border: none;
    padding-left: 0 !important;
}

.pay-form .avatar-img {
    margin: 0;
    padding: 0;
    position: absolute;
    top: -39px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 6px;
    z-index: 4;
}

.donation_page {
    margin: 0 auto;
    max-width: 474px;
}

@media (max-width: 474px) {
    .donation_page {
        max-width: 100%;
    }
}

.pay-form-profile {
    margin-top: 0;
}

.pay-form-profile .avatar-img {
    position: static;
    transform: translateX(0);
    border: 1px solid #EEF0F2;
    min-width: 68px;
}

.pay-form-profile .user-nickname {
    margin: 0;
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pay-form-profile .btn-primary-soft {
    text-wrap: nowrap;
    color: var(--btn-hover-bg, #5500E2);
}

.pay-form-profile .btn-primary-soft svg path {
    transition: all 0.3s ease;
    stroke: var(--btn-hover-bg, #5500E2) !important;
}

.pay-form-profile .btn-primary-soft:hover svg path {
    stroke: #fff !important;
}

.pay-form-profile .btn-primary-soft:hover {
    background-color: var(--btn-hover-bg, #5500E2) !important;
    border: 1px solid var(--btn-hover-bg, #5500E2) !important;
}

.pay-form .avatar-stroke {
    position: absolute;
    top: -56px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 7px 7px 0px 0px;
    background-color: #e8e8e8;
    width: 64px;
    height: 32px;
    border-radius: 7px 7px 0px 0px;
    border: 1px solid #E8E8E8;
    z-index: 3;
}

.pay-form .form-control.dark::placeholder {
    color: #676A79;
}

.pay-form minidenticon-svg svg {
    border-radius: 6px;
    background-color: #eef0f2;
}

.payment-method-card {
    width: 215px;
    box-shadow: 0px 1px 20px 0px #00000017;
    border-radius: 8px;
    overflow: hidden;
}

.payment-method-card .card-header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.payment-method-card-logo {
    display: block;
    max-width: 350px;
    width: 100%;
    height: auto;
    padding: 40px 10px;
    object-fit: contain;
}


.token-settings-desktop {
    display: block;
}

.token-settings-mobile {
    display: none;
}

@media (max-width: 728px) {
    .payment-method-card {
        max-width: 400px;
    }

    .payment-method-card-logo {
        max-width: 270px;
        padding: 20px 10px;
    }

    .token-settings-desktop {
        display: none;
    }

    .token-settings-mobile {
        display: block;
    }
}

.payment-method-card img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    height: 161px;
    object-fit: contain;
    width: 100%;
}

.payment-method-selected {
    color: #0CBC87;
    background-color: #E6F8F3;
    border-radius: 6px;
    font-size: 13px;
    line-height: 22px;
    padding: 0px 8px;
    display: inline-block;
}

.payment-method-card-selected {
    border: 1px solid #0CBC87;
    box-shadow: none;
}

.payment-method-card-selected .card-body {
    padding-top: 1rem !important;
}

.donation-method-card-selected {
    border: 1px solid #0CBC87;
    box-shadow: none;
}

.donation-method-button-selected {
    color: #0CBC87;
    border-radius: 6px;
    border: none;
    font-size: 13px;
    line-height: 22px;
    padding: 0px 8px;
}

.donation-method-button-selected:hover {
    color: #0CBC87;
    background-color: #E6F8F3;
}

.payment-method-card .btn-outline-primary {
    font-size: 13px;
    padding: 6px 12px;
    line-height: 19.5px;
    border-radius: 3px !important;
}

.payment-method-card-settings {
    border: 1px solid #326DE4;
    box-shadow: none;
}

.payment-method-settings {
    color: #4F9EF8;
    background-color: #F1E8FF;
    border-radius: 6px;
    font-size: 13px;
    line-height: 22px;
    padding: 0px 8px;
    display: inline-block;
}

.card-hint {
    padding: 8px 16px;
    border: 1px solid #4F9EF8;
    background-color: #5500E21A;
}

.token-link {
    font-weight: 600;
    text-wrap: nowrap;
}

.token-eye {
    position: static;
}

.refresh-button {
    font-size: 16px;
    font-weight: bold;
}

.refresh-button:hover svg path {
    fill: #5500E2;
}

.refresh-button .icon {
    display: inline-block;
    margin-bottom: 2px;
}

.jar-selected {
    border: 1px solid #5500E2;
}

.spin {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 480px) {
    /* .payment-methods {
      justify-content: center;
    } */
    .card-hint {
        flex-direction: column !important;
    }
}

.social {
    background-color: #F0F2F6;
    padding: 8px;
    border-radius: 8px;
}

.social-link {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background-color: #fff;
    padding: 6px 8px;
    border-radius: 3px;
    font-size: 10px;
    color: #14191E;
}

.delete-social-btn {
    font-weight: 500;
}

.input-with-picker .color-picker {
    position: absolute;
    top: 13.5px;
    right: 16px;
    margin: 0;
}

.input-with-picker input {
    color: #606162 !important;
    padding: 10px 16px;
}

.color-picker button {
    border: none;
    width: 16px;
    height: 16px;
    padding: 0;
    border-radius: 1px;
}

.cards-sponsors,
.cards-donators {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.sponsor-card {
    max-width: 145px;
    width: 100%;
}

.top-donators-card {
    padding: 10px;
}

.top-donators-card img,
.sponsor-card img {
    margin: 0 auto;
    border-radius: 50%;
    background-color: #ccc;
    width: 34px;
    height: 34px;
    object-fit: cover;
}

.card-creators {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(267px, 1fr));
    grid-gap: 1rem;
}

.other-creators-card {
    align-items: center;
    padding: 20px;
}

.other-creators-card img {
    border-radius: 50%;
    width: 74px;
    height: 74px;
    margin: 0px auto;
    object-fit: cover;
}

.btn-donate {
    width: 100%;
    background-color: #F1E8FF !important;
    color: #5500E2 !important;
}

.custom-design .btn-primary.btn-custom {
    background: #F1E8FF;
    color: #5500E2;
    border: none;
    min-width: 176px;
}

.custom-design .btn-primary.btn-custom:hover {
    background: rgba(15, 111, 236, 0.20);
}

.custom-design h5 {
    font-size: 18px;
}

.custom-design-box {
    align-items: center;
}

@media (max-width: 528px) {
    .custom-design .btn-primary {
        width: 100%;
    }

    .custom-design.card {
        flex-direction: column !important;
        padding: 16px !important;
    }

    .custom-design-box {
        gap: 16px !important;
        align-items: flex-start;
    }
}

.table-scrollable-block {
    overflow-x: auto;
}

.custom-rejected {
    background-color: red;
}

.bi-star-fill {
    display: none !important;
}

.msg-ctrl-btn {
    border-radius: 0px !important;
    font-size: 15px !important;
    padding: 11px 65px !important;
}

.msg-ctrl-btn.active {
    background-color: transparent !important;
    border-bottom: 3px solid #5500E2 !important;
}

.donation_action {
    color: #4f9ef8 !important;
    font-size: 15px;
    font-weight: 500 !important;
    display: block;
}

.web-widget-container {
    display: flex;
    gap: 16px;
    min-height: 750px;
}

.web-widget-container.bottom-right {
    flex-direction: column-reverse;
    align-items: flex-end;
}

.web-widget-container.bottom-left {
    flex-direction: column-reverse;
    align-items: flex-start;
}

.web-widget-container.top-left {
    flex-direction: column;
    align-items: flex-start;
}

.web-widget-container.top-right {
    flex-direction: column;
    align-items: flex-end;
}

.web-widget .card {
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.09);
    position: relative;
}

.web-widget .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0px;
    border: none;
    background: none;
    z-index: 2;
    cursor: pointer !important;
}

.web-widget .close-btn:hover svg path {
    fill: #14191E !important;
}

.web-widget-btn {
    border-radius: 6px;
    border: none;
    background: #5500E2;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.09);
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.web-widget-btn.rectangle {
    display: flex;
    padding: 10px 16px;
    gap: 8px;
}

.web-widget-btn.round, .web-widget-btn.square {
    display: flex;
    width: 90px;
    height: 90px;
    padding: 10px;
    flex-direction: column;
    gap: 4px;
}

.web-widget-btn.round {
    border-radius: 100px;
}

.web-widget-btn.square {
    border-radius: 6px;
}

.web-widget-btn:hover {
    background: #0c59bd;
}

.bottom-right.web-widget-btn {
    z-index: 9999;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.bottom-right.donation_page {
    z-index: 9999;
    position: fixed;
    max-width: 478px;
    bottom: 124px;
    right: 20px;
}

.bottom-left.donation_page {
    z-index: 9999;
    position: fixed;
    max-width: 478px;
    bottom: 124px;
    left: 20px;
}

.top-left.donation_page {
    z-index: 9999;
    position: fixed;
    max-width: 478px;
    top: 166px;
    left: 20px;
}

.top-right.donation_page {
    z-index: 9999;
    position: fixed;
    max-width: 478px;
    top: 166px;
    right: 20px;
}

.bottom-left.web-widget-btn {
    z-index: 9999;
    position: fixed;
    bottom: 20px;
    left: 20px;
}

.top-left.web-widget-btn {
    z-index: 9999;
    position: fixed;
    top: 60px;
    left: 20px;
}

.top-right.web-widget-btn {
    z-index: 9999;
    position: fixed;
    top: 60px;
    right: 20px;
}

@media (max-width: 508px) {
    .bottom-left.donation_page,
    .bottom-right.donation_page,
    .top-right.donation_page,
    .top-left.donation_page {
        left: 20px;
        right: 20px;
        height: 600px;
        overflow: auto;
    }
}

.slide-in-top {
    animation: slideInTopAnimation 0.5s forwards;
}

@keyframes slideInTopAnimation {
    from {
        opacity: 0;
        transform: translateY(-30%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.slide-out-top {
    animation: slideOutTopAnimation 0.5s forwards;
}

@keyframes slideOutTopAnimation {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-30%);
    }
}

.slide-in-bottom {
    animation: slideInBottomAnimation 0.5s forwards;
}

@keyframes slideInBottomAnimation {
    from {
        opacity: 0;
        transform: translateY(30%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.slide-out-bottom {
    animation: slideOutBottomAnimation 0.5s forwards;
}

@keyframes slideOutBottomAnimation {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(30%);
    }
}

.referral .how-it-works,
.discount-banner {
    background-color: #EEF0F2;
    position: relative;
}

.referral .yellow-bg,
.discount-banner .yellow-bg {
    position: absolute;
    top: 0;
    left: 0;
}

.referral .purple-bg,
.discount-banner .purple-bg {
    position: absolute;
    bottom: 0;
    right: 0;
}

.referral .coins {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.referral .how-it-works h4 {
    z-index: 2;
}

.referral .how-it-works-list {
    list-style: none;
    padding-left: 0px;
    z-index: 2;
}

.referral .how-it-works-list li {
    gap: 6px;
}

.referral .how-it-works-list li p {
    color: #000000;
    line-height: 18px;
}

.referral .form-control {
    padding-right: 52px !important;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 130%;
    background-color: #EEF0F2;
    color: #676A79 !important;
}

.referral .total-reward {
    position: relative;
}

.referral .wallet-img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.referral .total-reward p {
    font-size: 22px;
    font-weight: 600;
    color: #5500E2;
    line-height: 22.5px;
    margin-top: 10px;
    z-index: 2;
}

.referral .total-reward h6 {
    z-index: 2;
}

.referral .invited-users p {
    color: #14191E;
    font-size: 22px;
    margin-top: 10px;
    line-height: 22.5px;
}

@media (max-width: 685px) {
    .referral-box {
        flex-direction: column;
    }

    .referral .how-it-works {
        background: linear-gradient(to bottom, #cccb6b24, #d0a5e966);
    }

    .referral .how-it-works-list {
        flex-direction: column;
        gap: 8px;
    }

    .referral .how-it-works-list p {
        max-width: unset !important;
    }

    .referral .purple-bg,
    .referral .yellow-bg {
        display: none;
    }
}

@media (max-width: 425px) {
    .referral .how-it-works-list li {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .navbar-brand {
        margin-right: 0 !important;
    }
}

.live_donate_message,
.resended_donate_message,
.queue_donate_message,
.past_donate_message {
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 15px;
    color: #14191e;
}

.live_donate_message svg,
.resended_donate_message svg,
.queue_donate_message svg,
.past_donate_message svg {
    transform: translateY(-2px);
    margin-right: 10px;
    left: 10px;
    top: 12px;
}

.load-more-btn {
    display: block;
    margin: 16px auto;
    text-align: center;
    color: #5500E2;
    font-size: 15px;
    font-weight: 400;
    padding: 6px 0;
}

.pause-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    width: fit-content;
    border-radius: var(--Primary-Button, 6px);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
}

.pause-btn svg path {
    transition: fill 0.3s ease;
}

.pause-btn:hover svg path {
    fill: #fff !important;
}

.no-messages-img {
    width: 261px;
    height: 225px;
    display: block;
    margin: 0 auto;
}

.paused-messages-alert {
    background-color: #F4BCBB;
    color: #D6293E;
    font-size: 12px;
    margin-bottom: 20px;
    padding: 4px 0;
    border-radius: 4px;
    align-self: stretch;
    text-align: center;
}

.paused-messages-border {
    border: 2px solid #D6293E;
}

.unpause-btn {
    display: block;
    margin: 0 auto;
    padding: 8px 16px;
    width: 355px;
    border-radius: var(--Primary-Button, 6px);
    border: 1px solid var(--text-success, #0cbc87);
    color: #0cbc87;
    margin-top: 58px;
    margin-bottom: 46px;
    font-size: 15px;
    font-weight: 500;
}

.unpause-btn:hover {
    border: 1px solid #0a9168;
    color: #0a9168;
}

/* HOME PAGE */

.token-img {
    position: absolute;
    left: -9px;
    top: 62px;
    max-width: 153px;
}

.home__title {
    color: var(--text-title, var(--Secondary, #14191e));
    text-align: center;
    font-family: Roboto;
    font-size: 90px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
}

.home__title span {
    color: var(--control-tab-active, var(--Secondary, #5500E2));
    font-family: Roboto;
    font-size: 82px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.984px;
}

.home__sub-title {
    position: relative;
    color: var(--text-title, var(--Secondary, #14191e));
    text-align: center;
    font-family: "Roboto";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    display: inline;
}

.home__sub-title svg {
    position: absolute;
    top: -13px;
    left: -13px;
}

.persons-images {
    position: relative;
    z-index: 100;
    overflow: scroll;
    display: flex;
    justify-content: center;
    gap: 46px;
    margin-top: 108px;
    margin-bottom: 24px;
    padding: 20px 20px;
    scrollbar-width: none;
}

.persons-images::-webkit-scrollbar {
    width: 0em;
}

.persons-images::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.persons-images__item {
    text-align: center;
}

.persons-images__item p {
    margin-top: 15px;
    font-weight: 400;
}

.blogger-img,
.designer-img,
.musician-img,
.singer-img {
    transform: rotate(-5deg);
}

.developers-img,
.influencer-img,
.coach-img {
    transform: rotate(5deg);
}

.persons-images img {
    max-width: 160px;
    border-radius: 12px;
}

/* MARQUEE-INFINITE START*/

.marquee-infinite {
    position: relative;
    z-index: 2;
    margin: 40px auto 112px;
    padding: 8px 0;
    background-color: #fff;
    max-width: 100%;
    overflow: hidden;
    transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
}

.marquee-infinite div {
    display: flex;
    width: max-content;
    animation: marquee-infinite 20s linear infinite;
    -webkit-animation: marquee-infinite 20s linear infinite;
    will-change: transform;
}

.marquee-infinite span {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 98px;
    margin-right: 98px;
}

@keyframes marquee-infinite {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

@-webkit-keyframes marquee-infinite {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* MARQUEE-INFINITE END*/

.about {
    background-color: #fff;
    padding-top: 81px;
    padding-bottom: 180px;
    overflow-x: hidden;
}

.about__title-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.about__title {
    position: relative;
    z-index: 2;
}

.about-sub__title {
    position: relative;
    z-index: 2;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.about-text {
    max-width: 623px;
}

.card-about {
    border-radius: 15px;
    min-height: 185px;
    height: 100%;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.09);
}

.card-about p {
    margin-top: 20px;
    flex-grow: 1;
}

.card-about__inner img {
    max-width: 48px;
    display: inline;
}

.card-about__inner {
    display: flex;
    align-items: center;
    gap: 10px;
}

.card-about__inner h4 {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
}

.fire-img.animate {
    right: -48px;
    top: -49px;
    opacity: 1;
}

.fire-img {
    position: absolute;
    transition: all 0.9s ease 0.3s;
    opacity: 0;
    max-width: 132px;
    right: -215px;
    top: 561px;
    padding: 0;
    margin: 0;
}

.bomb-img.animate {
    bottom: -80px;
    left: -122px;
    opacity: 1;
}

.bomb-img {
    position: absolute;
    transition: all 0.9s ease 0.6s;
    opacity: 0;
    max-width: 226px;
    padding: 0;
    margin: 0;
    bottom: 83px;
    left: -531px;
}

/* OFFER SECTION */

.offer {
    padding-top: 130px;
    padding-bottom: 151px;
    overflow-x: hidden;
}

.offer__title {
    font-size: 37px;
    font-weight: 700;
    line-height: 125%;
    max-width: 830px;
}

.offer__title span {
    color: #5500E2;
}

.offer-content {
    position: relative;
    margin-top: 123px;
}

.offer-content b {
    font-size: 18px;
    font-weight: 700;
    color: #14191e;
}

.offer-content ul {
    padding-left: 26px !important;
}

.offer-content ul li {
    font-size: 18px;
}

.offer-content ul li + li {
    margin-top: 11px;
}

.offer-img {
    position: relative;
}

.zipper-img-two.animate {
    right: 0px;
    top: -45px;
    opacity: 1;
}

.zipper-img-two {
    position: absolute;
    transition: all 0.9s ease 0.6s;
    right: -159px;
    top: -143px;
    opacity: 0;
    max-width: 53px;
}

.one-star-img.animate {
    top: 99px;
    left: -70px;
    opacity: 1;
}

.one-star-img {
    position: absolute;
    transition: all 0.9s ease 0.6s;
    max-width: 54px;
    top: -79px;
    left: -327px;
    opacity: 0;
}

.three-star-img.animate {
    bottom: 44px;
    left: -108px;
    opacity: 1;
}

.three-star-img {
    position: absolute;
    transition: all 0.9s ease 0.6s;
    opacity: 0;
    max-width: 160px;
    bottom: -149px;
    left: -353px;
}

.zipper-img-one.animate {
    left: -28px;
    top: -13px;
    opacity: 1;
}

.zipper-img-one {
    position: absolute;
    transition: all 0.9s ease 0.6s;
    opacity: 0;
    z-index: 0;
    max-width: 53px;
    left: 250px;
    top: -163px;
}

.custom-input {
    overflow-x: auto;
    padding: 4px 16px 4px 5px;
    border-radius: 6px;
    border: 1px solid #e1e4e6;
    display: flex;
    gap: 6px;
}

.custom-input__list {
    display: flex;
    gap: 6px;
    transition: all 0.3s ease;
    padding: 0;
    margin: 0;
}

.custom-input input {
    border: none;
    padding: 0px;
    margin: 0px;
    outline: none;
    flex-grow: 1;
    padding: 4px 8px 4px 6px !important;
}

.custom-input input:focus::placeholder {
    color: transparent;
}

.custom-input__list li button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.options-list {
    position: absolute;
    display: flex;
    gap: 5px;
    flex-direction: column;
    width: 300px;
    background-color: #fff;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    padding: 10px;
    list-style: none;
    overflow-y: auto;
    max-height: 220px;
    z-index: 99;
}

.options-list li {
    list-style: none;
    display: flex;
    align-items: center;
    text-wrap: nowrap;
    padding: 5px;
}

.custom-selector .options-list li {
    justify-content: space-between;
}

.options-list li button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.options-list li:hover {
    background-color: #f7f7f7;
}

.custom-input__list li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 4px;
    text-wrap: nowrap;
    padding: 4px 8px;
    border-radius: 3px;
    background: #cbe4ff;
    font-size: 12px;
    line-height: 16px;
    color: #29292e;
}

.hidden-select {
    position: absolute;
    z-index: -1;
    visibility: hidden;
}

.goal-form-block__item {
    width: 100%;
}

.gif-samples {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.gif-sample .gif-img {
    aspect-ratio: 1/1;
    border-radius: 6px;
    background-color: #fff;
    object-fit: cover;
}

.gif-sample .sample-text {
    width: 90px;
}

/*  Modal  */

.wrapper-confetti {
    position: fixed;
    top: 0;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    z-index: 1054;
}

.confetti {
    position: absolute;
}

@keyframes drop {
    100% {
        top: 110%;
        left: calc(var(--start-left) + var(--random-offset));
    }
}

.card-image {
    width: 100%;
    height: 20vh;
    background-size: cover;
    background-position: center;
}

.card-image.card-image1 {
    background-image: url("img/pop-up/wantToCreateContent.f983d441644a.jfif");
}

.card-image.card-image2 {
    background-image: url("img/pop-up/wantToStream.d5c3d2d998e7.jfif");
}

.card-image.card-image3 {
    background-image: url("img/pop-up/wantToGetDonations.jfif");
}

.card-image.card-image4 {
    background-image: url("img/pop-up/wantToSellMerch.ba20b672648e.jfif");
}

.card.card-active {
    border-color: #0d6efd;
    background-color: #e7f1fd;
}

.tutorial-btn {
    margin-top: 10px;
}


@media (max-width: 420px) {
    .send_test_msg {
        flex-wrap: wrap;
    }
}

.select-sample-block {
    gap: 132px;
}

.select-sample-btn {
    color: #5500E2 !important;
    padding: 8px 0px !important;
}

.sample-text {
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.header-text-input,
.stopwords {
    border-radius: var(--Input, 6px);
    border: 1px solid var(--border-input, #e1e4e6);
    background: var(--White, #fff);
    padding: 10px 16px;
    font-size: 15px;
    line-height: 130%;
    width: 100%;
}

table:hover {
    --bs-table-hover-bg: rgba(0, 0, 0, 0);
}

.sound-settings-table .form-control {
    padding: 10px 12px;
    border-radius: 6px;
    max-width: 95px;
    font-family: "Roboto";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    border-radius: 6px;
    border: 1px solid var(--border-input, #e1e4e6);
    background: #fff;
    text-align: center;
}

.sound-settings-table .form-control:focus {
    border-color: #5500E2;
}

.form-switch .form-check-input {
    background-repeat: no-repeat;
}

.form-check .form-check-input {
    cursor: pointer;
}

.delete-btn {
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.add-behavior-btn {
    display: block;
    /* margin: 0 auto; */
}

.twich-events-widget {
    font-weight: 700;
    margin: 15px;
    padding: 10px;
    background-color: #212121;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    box-shadow: 0px 0px 5px 7px rgba(0, 0, 0, 0.68);
    -webkit-box-shadow: 0px 0px 5px 7px rgba(0, 0, 0, 0.68);
    -moz-box-shadow: 0px 0px 5px 7px rgba(0, 0, 0, 0.68);
    outline: none;
    border: none;
    font-size: 18px;
}

.twich-events-widget span {
    font-size: 14px;
}

:root {
    --progWidth: 30%;
}

.widget-goal__top div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.widget-goal__top p {
    text-align: end;
    font-weight: 700;
}

.widget-goal__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    gap: 50px;
}

.widget-goal__title {
    color: #bfbfbf;
    -webkit-text-stroke: 1px #484949;
    text-stroke: 1px #484949;
    font-weight: 700;
    font-family: sans-serif;
    text-transform: uppercase;
    text-wrap: nowrap;
}

.widget-goal__bottom {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}

.custom-progress {
    margin: 10px auto;
    width: 100%;
    max-width: 500px;
    background: #606162;
    height: 10px;
    /* padding: 10px; */
    /* border: 3px solid #000; */
    /* overflow: hidden; */
}

.progress__bar {
    position: relative;
    height: 100%;
    width: 100%;
    background: repeating-linear-gradient(
        245deg,
        #a8a8a8,
        #a8a8a8 3px,
        transparent 3px,
        transparent 6px
    );
}

.progress__bar::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 17px;
    background-color: #606162;
    right: -4px;
    top: -1px;
    transform: skewX(25deg);
}

.progress__bar::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 15px;
    background-color: #606162;
    top: 2px;
    left: -3px;
    transform: skewX(25deg);
}

.progress__bar svg {
    position: absolute;
    left: 0px;
    top: -12px;
    transform: skewX(-25deg);
}

.progress__shadow {
    position: relative;
    transition: width 0.3s ease;
    float: right;
    height: 100%;
    width: calc(100% - var(--progWidth));
    max-width: 100%;
    min-width: 0%;
    background: rgb(193, 193, 193);
    background: linear-gradient(
        90deg,
        rgba(193, 193, 193, 1) 0%,
        rgba(193, 193, 193, 0.5019257703081232) 100%
    );
    transform: skew(25deg);
}

.sync_btn {
    padding: 6px 12px;
    border-radius: 3px !important;
    margin-right: 4px;
}

.sync_btn-success {
    color: #0CBC87 !important;
    border-color: #0CBC87 !important;
    min-width: 171px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.sync_btn-error {
    color: #D6293E !important;
    border-color: #D6293E !important;
    min-width: 171px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.sync_info .popover {
    max-width: 350px;
}

.procent-item {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0px;
    /* bottom: 10px; */
}

.procent-item span {
    font-size: 50px;
}

.discount-banner {
    padding: 24px 38px;
}

.discount-banner-text {
    z-index: 2;
}

.discount-banner-text h5 {
    font-size: 20px;
    color: #000000;
}

.discount-banner span {
    color: #4766FA;
}

.discount-banner p {
    color: #000000;
}

.discount {
    font-size: 83px;
    font-weight: bold;
    line-height: 100%;
}

.yellow-bg,
.purple-bg {
    height: 100%;
}

.discount-banner .coins {
    position: absolute;
    bottom: 0;
    right: 15px;
}

.discount-banner .coin1,
.discount-banner .coin2,
.discount-banner .coin3 {
    display: none;
}

/*  */

@media (max-width: 1350px) {
    .persons-images {
        justify-content: space-evenly;
    }
}

@media (max-width: 1200px) {
    .offer-bg {
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 1075px) {
    .col-lg-3.mb-4 {
        margin-bottom: 0 !important;
    }

    .login-btn {
        margin: 0 10px;
    }

    .line {
        display: none;
    }

    /* .select-language {
      padding-left: 28px !important;
    } */
    .collapse.show {
        padding-bottom: 20px;
    }

    .footer-nav {
        margin-top: 25px;
    }

    .about__title-wrapper {
        flex-direction: column;
        align-items: start;
    }

    .offer-content {
        margin-top: 0px;
    }

    .zipper-img-one,
    .zipper-img-two,
    .one-star-img,
    .three-star-img,
    .fire-img,
    .bomb-img,
    .about__title-wrapper div .zipper-img,
    .token-img {
        display: none;
    }
}

@media (max-width: 769px) {
    .socials-add-link {
        flex-direction: column;
    }

    .socials-add-link .form-select {
        max-width: unset !important;
    }

    .qr-form-block, .goal-form-block, .message-form-block, .donation_feed-form-block, .donation_page-form-block {
        display: flex;
        flex-direction: column !important;
    }

    .qr-form-block__item, .goal-form-block__item, .message-form-block__item, .donation_page-form-block__item {
        width: 100%;
    }

    .live_message_block,
    #past_messages_block {
        width: 100%;
    }

    .donation_feed-form-block__item {
        width: 100%;
    }

    .live_message_block,
    #past_messages_block {
        width: 100%;
    }

    .home {
        padding-top: 48px !important;
    }

    .home__title {
        font-size: 36px;
    }

    .home__title span {
        font-size: 36px;
        font-weight: 500;
    }

    .card-about {
        min-height: auto;
    }

    .offer {
        padding-top: 24px;
    }

    .offer-content {
        margin-top: 0px;
    }

    .offer-img {
        margin-top: 74px;
    }
}

@media (max-width: 576px) {
    .sample-item {
        flex-direction: column !important;
    }

    .sample-item .flex-row {
        width: 100%;
    }

    .sample-item audio,
    .audio-player {
        width: 100% !important;
    }

    .sample-text {
        width: auto;
    }

    .gif-samples {
        grid-template-columns: repeat(2, 1fr);
    }

    .wrapper {
        background-image: url("/static/img/bg-mobile.ac240f0f846a.png");
    }

    .footer-nav {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .c-acc-button {
        width: 100%;
    }

    .footer-block {
        flex-direction: column;
    }

    .persons-images {
        margin-top: 24px;
        gap: 36px;
        padding: 20px 12px;
        justify-content: space-evenly;
    }

    .persons-images img {
        max-width: 130px;
        max-height: 130px;
        border-radius: 8px;
    }

    .blogger-img,
    .designer-img,
    .musician-img,
    .singer-img {
        transform: rotate(5deg);
    }

    .developers-img,
    .influencer-img,
    .coach-img {
        transform: rotate(-5deg);
    }

    .offer__title {
        font-size: 26px;
    }

    .about {
        background-color: transparent;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .offer-content ul li + li {
        margin-top: 16px;
    }

    marquee {
        margin: -3px 0px 61px;
    }

    .select-sample-block {
        gap: 10px;
        justify-content: space-between;
    }

    .landing-feature-item {
        width: 100% !important;
    }

    .receive-payments-block {
        flex-direction: column;
        gap: 0rem !important;
    }

    .discount-banner {
        padding: 16px !important;
    }

    .discount-banner .d-flex {
        flex-direction: column;
        gap: 10px !important;
    }

    .discount-banner-text {
        text-align: center;
    }

    .discount-banner-text .discount-banner-caption {
        margin-top: 5px;
        margin-bottom: 10px !important;
        font-size: 14px;
    }

    .discount-banner-text p {
        font-size: 11px;
    }

    .discount {
        font-size: 73px;
    }

    .discount-banner .coins {
        display: none;
    }

    .discount-banner .coin1 {
        display: block;
        position: absolute;
        left: 12px;
        bottom: 0px;
    }

    .discount-banner .coin2 {
        display: block;
        position: absolute;
        left: 52px;
        top: 39px;
    }

    .discount-banner .coin3 {
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .cards {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        overflow-y: scroll;
        max-height: 70vh; /* обмеження висоти контейнера для скролу */
        padding-right: 10px; /* щоб був простір для скролбару */
    }

    .card {
        flex: none;
        margin-bottom: 10px;
    }

    .card-image {
        height: 30vh; /* збільшення висоти картинок для кращого вигляду */
    }
}


@media (max-width: 414px) {
    .nav.list-unstyled {
        gap: 10px !important;
    }
}

@media (max-width: 376px) {
    .footer-nav .nav-item .nav-link {
        padding-left: 0;
    }

    .live_donate_message,
    .resended_donate_message,
    .queue_donate_message,
    .past_donate_message {
        padding: 10px;
    }

    ul.nav {
        margin-left: 5px !important;
    }

    .nav.list-unstyled {
        gap: 5px !important;
    }

    .nav-item .select-language {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.trx-table th:first-child {
    border-radius: 10px 0 0 0;
}

.trx-table th:last-child {
    border-radius: 0 10px 0 0;
}

.trx-status_plate {
    width: 100%;
    border-radius: 0.4rem;
    background-color: rgba(225, 228, 230, 0.2);
    color: #676a79;
}

.trx-status_created {
    background-color: rgba(15, 111, 236, 0.2);
    color: #5500E2;
}

.trx-status_success {
    background-color: rgba(12, 188, 135, 0.2);
    color: #0cbc87;
}

.trx-status_rejected {
    background-color: rgba(214, 41, 62, 0.2);
    color: #d6293e;
}

.trx-status_failed {
    background-color: rgba(214, 41, 62, 0.2);
    color: #d6293e;
}

.trx-status_partial {
    background-color: rgba(247, 195, 46, 0.2);
    color: #f7c32e;
}

.trx-status_pending {
    background-color: rgba(247, 195, 46, 0.2);
    color: #f7c32e;
}

.danger-input {
    border: 1px solid #d6293e !important;
}

.invalid-input {
    border: 1px solid #ff6666 !important;
    color: #ff6666 !important;
}

.invalid-text {
    color: #ff6666 !important;
}

.dot {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    margin: auto 1rem auto 0;
    border: 1px solid black;
    display: inline-block;
}

.list-item_error {
    display: list-item;
}

.not-visible {
    display: none !important;
}

.role-btns {
    border-top: 1px solid #676A79;
    padding-top: 12px;
    padding-bottom: 8px;
}

.role-btns .btn-question {
    background-color: #E2E4E6;
}

.select_role-nickname {
    color: #14191E;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.member_role {
    background-color: #BCD7FB;
    color: #5500E2;
    border-radius: 6px;
    padding: 2px 12px;
    font-size: 12px;
    line-height: 22px;
}

.creator_role {
    background-color: #02AC0933;
    padding: 2px 12px;
    border-radius: 4px;
    color: #0CBC72;
    font-size: 12px;
    line-height: 22px;
}

.offcanvas-body .avatar-img {
    border: 1px solid #EEF0F2;
    border-radius: 6px;
    width: 54px;
    height: 54px;
    min-width: 54px;
}

.avatar-box h6 {
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dropdown-menu .stretched-link {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
}

.home #offcanvasNavbar {
    display: none !important;
}

.navbar_select_role_form {
    display: none !important;
}


.profile-dropdown .dropdown-divider.mobile {
    display: none;
}


/* was max-width: 1015px */
@media (max-width: 991px) {
    .offcanvas-body .select-language {
        display: block;
    }

    .offcanvas-body .select-language .dropdown-language {
        --color-header-current: #0F0F10;
    }

    .navbar-nav .nav-link {
        position: relative;
    }

    .select-language_block {
        display: none;
    }

    .burger-btn.active {
        border: 1px solid #5500E2 !important;
    }

    .navbar-light.fixed-top {
        z-index: 1050;
    }

    #offcanvasNavbar {
        margin-top: 58px;
        height: auto;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    #offcanvasNavbar {
        min-width: 286px;
    }

    .avatar-box {
        display: none !important;
    }

    .border-bottom.mt-2 {
        margin-top: 1rem !important;
    }

    .offcanvas .balance {
        display: block;
    }

    .dropdown.finances {
        display: none !important;
    }

    .nav-group.finances {
        display: block;
    }

    .border-bottom.finances {
        display: block;
    }

    .navbar_select_role_form {
        display: flex !important;
    }

    .header_select_role_form .select_role-nickname {
        display: none;
    }

    .header_select_role_form .select-header {
        width: auto !important;
        padding: 0 !important;
        border: 0 !important;
    }

    .header_select_role_form .arrow {
        display: none;
    }

    .options_select_role_form {
        width: auto;
        top: 44px;
        right: 0;
    }

    .creator_role {
        border: 1px solid #0CBC72;
        background-color: #02AC091A;
    }

    .member_role {
        border: 1px solid #5500E2;
    }

    .dropdown-menu-end.profile-dropdown {
        top: 50px;
    }

    .home #offcanvasNavbar {
        display: flex !important;
    }
}

.selected-option .commit-svg-block {
    display: none;
}

@media (min-width: 992px) {
    .nav-item.mobile-language-identifier {
        display: none;
    }
}

@media (min-width: 991px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .select-language:hover .dropdown-menu {
        display: block;
    }
}

.plan-description-block p {
    margin-bottom: 0;
    font-size: 12px;
}

.new_feature {
    background-color: #5500E2;
    color: #fff;
    border-radius: 4px;
    padding: 3.5px 4px;
    font-size: 12px;
    line-height: 100%;
}

.open_feature {
    background-color: #fff;
    color: #0ECC6E;
    border: 1px solid #0ECC6E;
    border-radius: 4px;
    padding: 3.5px 4px;
    font-size: 12px;
    line-height: 100%;
}

.close_feature {
    background-color: #fff;
    color: #EC1C24;
    border: 1px solid #EC1C24;
    border-radius: 4px;
    padding: 3.5px 4px;
    font-size: 12px;
    line-height: 100%;
}

.soon_yellow_feature {
    background-color: #fff;
    color: #FFD700;
    border: 1px solid #FFD700;
    border-radius: 4px;
    padding: 3.5px 4px;
    font-size: 12px;
    line-height: 100%;
}

.soon_feature {
    background-color: #fff;
    border: 1px solid #4766FA;
    color: #4766FA;
    border-radius: 4px;
    padding: 2px 4px;
    font-size: 12px;
    line-height: 14.5px;
}

.new_order {
    border-radius: 50%;
    background-color: red;
    width: 8px;
    height: 8px;
    margin-left: 4px;
}

.api_method {
    background-color: #fff;
    color: #5500E2;
    border: 1px solid #5500E2;
    border-radius: 4px;
    padding: 10px 8px;
    font-size: 16px;
    line-height: 18.5px;
}

.pre-json {
    background-color: #EEF0F2;
    padding: 1em;
    border-radius: 0.4rem;
    overflow-x: auto;
    white-space: pre-wrap;
    border: 1px solid var(--bs-gray-400);
}

.json-key {
    color: #007f7f;
    font-weight: bold;
}

.json-string {
    color: #00008b;
}

.json-number {
    color: #800000;
}

.flatpickr::placeholder {
    color: #29292e !important;
}

.flatpickr-mobile::before {
    content: attr(placeholder);
    color: #999;
}

.flatpickr-mobile:focus[value]:not([value=""])::before {
    display: none;
}

input[type="hidden"][value]:not([value=""]) + .flatpickr-mobile::before {
    display: none;
}

.oneline-text {
    white-space: nowrap;
    text-align: right;
}

.scrollable-cell {
    max-width: 150px;
    white-space: nowrap;
    overflow-x: auto;
    display: table-cell;
}

.alert-hint p:last-child {
    margin-bottom: 0;
}

.package-benefits ul {
    margin-left: -5px;
    list-style-type: disc;
}

.package-benefits ul li svg {
    flex-shrink: 0;
}

.token-input {
    padding-right: 2.5rem !important;
}

/* banner with marquee */

.header-static.fixed-top {
    top: 0;
}

.banner {
    display: flex;
    align-items: center;
    height: 30px;
    gap: 8px;
    justify-content: center;
    background: radial-gradient(50.83% 1638.11% at 49.17% 50%, #5500E2 0%, #093F86 100%);
    color: #fff; /* Білий текст */
    padding: 4px 8px;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
}

.banner-static {
    height: 100%;
    background-color: #F7C32E; /* Жовтий фон */
    color: #14191E;
    padding-inline: 8px;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

.banner-dynamic {
    /* margin-left: 10px; */
    overflow: hidden; /* Сховати текст, який виходить за межі */
    white-space: nowrap;
    position: relative;
}

.banner-dynamic__content {
    width: min-content;
}

.banner-dynamic__content:not(:first-of-type) {
    display: none;
}

.banner-text {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    display: inline-block;
    animation: none;
}

/* Для мобільної версії */
@media (max-width: 768px) {
    .banner {
        justify-content: space-between;
    }

    .banner-dynamic__content:not(:first-of-type) {
        display: block;
    }

    .banner-dynamic__content {
        animation: scroll 10s linear infinite;
    }

    .banner-dynamic {
        flex: 1;
        overflow: hidden;
        white-space: nowrap;
        display: flex;
        align-items: center;
    }

    @keyframes scroll {
        from {
            transform: translateX(0);
        }
        to {
            transform: translateX(-100%);
        }
    }

}

.wrapper-confetti {
    position: fixed;
    top: 0;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    z-index: 1031;
}

.confetti {
    position: absolute;
}

@keyframes drop {
    100% {
        top: 110%;
        left: calc(var(--start-left) + var(--random-offset));
    }
}

.card-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.card.card-active {
    border-color: #5500E2;
    background-color: #e7f1fd;
    transition: all .3s ease;
}

.tutorial-btn {
    margin-top: 10px;
}

@media (max-width: 375px) {
    .adviser-btn {
        padding: 4px;
        font-size: 12px;
    }
}

.adviser-button-driver .driver-popover-title {
    color: #14191E;
    font-family: 'Roboto';
    padding-bottom: 1rem;
    border-bottom: 1px solid #E1E4E6;
}

.adviser-button-driver .driver-popover-description {
    margin-top: 1rem !important;
    font-family: 'Roboto';
    color: #676A79;
}

.adviser-button-driver .driver-popover-footer {
    margin-top: 1rem !important;
}

.adviser-button-driver .driver-popover-next-btn {
    width: 100%;
    display: inline-block;
    font-weight: 400;
    color: #5500E2;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #5500E2;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.375rem;
    margin: 0;
    overflow: hidden;
}