/*!
Theme Name: dostcoin
Theme URI: http://underscores.me/
Author: Tahir Jumanazarov
Author URI: johnjoy0088@gmail.com
Description: The DOSTcoin WordPress theme was developed for DOSTcoin. The theme includes an easily customizable logo, menu, header, and footer. The theme was developed without the use of website builders or plugins and features clean code. Developer: Tahir Jumanazarov
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dostcoin
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

dostcoin is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Dostcoin CSS */
html {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    height: auto;
    margin: unset;
    padding: unset;
}

body {
    width: 100%;
    height: auto;
    margin: unset;
    padding: unset;
    background-color: #222;
    color: #fff;
    overflow-x: hidden;
}

/*Logo*/

.header {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    color: #fff;
    background-color: var(--header-bg-color);
}

.main-header {
    top: 0;
    left: 0;
    width: 90%;
    height: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center !important;
    padding: 15px 30px ;
    margin: 0 auto;
    box-sizing: content-box;
}
.header-menu {
    display: flex;
    flex-direction: row;
    width: 60%;
    top: 0;
    height: 1.5rem !important;
    justify-content: center;
    align-items: center;
    padding: 5px;
    margin: 0 auto;
    font-size: 14px;
    transition: opacity 0.6s ease, transform 0.7s ease, translate 0.7s ease;
    opacity: 1;
    transform: translateY(0);
}
.main-header-content {
    display: flex;
    flex-direction: row;
    width: 90%;
    top: 0;
    height: 1.5rem !important;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    margin: 0 auto;
    font-size: 11px;
    transition: opacity 0.6s ease, transform 0.7s ease, translate 0.7s ease;
    opacity: 1;
    transform: translateY(0);
}

/* ==== ОБЩИЕ НАСТРОЙКИ ==== */
.mobile-menu-toggle {
    position: absolute;
    top: 10%;
    right: 5%;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 20px;
    top: 50%;
    right: 5%;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10001;
}

.mobile-menu-toggle span {
    top:0;
    display: block;
    height: 3px;
    width: 100%;
    background-color: #fff;
    border-radius: 2px;
    transition: 0.3s;
}
.mobile-menu-toggle.active {
    display:none;
}
/* ==== ПЕРЕКРЕСТИЕ ПРИ АКТИВАЦИИ ==== 
.mobile-menu-toggle.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}
*/
/* ==== МОБИЛЬНОЕ МЕНЮ ==== */
.mobile-menu-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 10000;
    transition: opacity 0.3s ease;
}

.mobile-menu-overlay.active {
    display: block;
    opacity: 1;
}

.mobile-menu-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 75%;
    max-width: 300px;
    height: 100%;
    background-color: #111;
    padding: 20px;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease;
}

.mobile-menu-overlay.active .mobile-menu-content {
    transform: translateX(0);
}

.mobile-menu-content .close-x {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.mobile-menu-content .close-x::before,
.mobile-menu-content .close-x::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    top: 10px;
    left: 0;
}

.mobile-menu-content .close-x::before {
    transform: rotate(45deg);
}

.mobile-menu-content .close-x::after {
    transform: rotate(-45deg);
}

/* ==== МЕНЮ ССЫЛКИ ==== */
.mob_menu {
    width:70%;
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    text-align: right;
}

.mob_menu li {
    margin-bottom: 15px;
}

.mob_menu a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.mob_menu a:hover {
    color: #ffcc00;
}

/* ==== МЕДИА ==== */
@media (max-width: 991px) {
    .header-menu {
        display: none;
    }

    .mobile-menu-toggle {
        display: flex;
    }
}

/*===========================================Dropdown=============================================*/

/* ==== Когда шапка сжата ==== */
.page-header.shrunk {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    padding: 0;
}

.page-header.shrunk .header-main {
    padding: 1px 5px;
    transform: scale(0.95);
}

.page-header.shrunk .header-logo img {
    width: 100%;
    margin-left: 5%;
    max-width: calc(var(--logo-max-width) * 0.5) !important;
    transition: max-width 1.7s ease;
}

/* Плавное исчезновение верхней полоски 
.page-header.shrunk .header-content {
    opacity: 0;
    transform: translateY(-15px);
    pointer-events: none;
}*/

/* 3. Стилизация логотипа и названия */
.dost-logo {
    width: auto;
    height: 100%;
    display: flex;
    padding-top: 0;
    margin: 0 0 30px;
    justify-content: center;
    align-self: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
}

.logo-wrap {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    width: 80%;
    height: 100%;
    padding: 0;
    column-count: 2;
}


.logo-wrap .custom-logo {
    margin: 0;
    padding: 0;
    border-radius: 50%;
    /* Отступ справа от логотипа */
}

.dost-logo-title a {
    display: flex;
    align-items: center;
    color: var(--header-logo-color);
    text-decoration: none;
}

.dost-logo-img {
    /* Если логотип - это изображение */
    display: flex;
    justify-content: flex-start;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 5px;
    transition: max-height 0.3s ease-in-out;
}

.dost-logo-img img {
    /* Если логотип - это изображение */
    display: block;
    /* Базовая высота логотипа */
    width: 100%;
    height: inherit;
    max-height: 40px;
    object-fit: contain;
}

.dost-logo-title h1 {
    /* Если логотип - это название сайта */
    font-size: var(--logo-title-size);
    color: var(--header-logo-color);
    font-family: var(--logo-font-family);
    font-weight: var(--logo-title-weight) !important;
    font-style: var(--logo-font-style);
    line-height: 1;
    padding: 0;
    margin: 0 0 0 5px;
    flex-wrap: nowrap;
}

.dost-logo-slogan {
    width: 100%;
    display: inline;
    font-size: 14px;
    font-weight: var(--slogan-font-weigth);
    font-style: var(--slogan-font-style);
    color: var(--slogan-font-color);
    font-family: var(--slogan-font-family);
    letter-spacing: 1px;
    top: 0;
    margin: -1px auto 0;
    padding: 0;
    text-align: left;
    text-indent: 2%;
}

.langbox {
    width: auto;
    height: inherit;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 10px;
    margin: auto 0;
}

/* Навигационное меню */
.langbox a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    margin: 0 10px;
}

.main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;

    z-index: 10001;
}

.menu-item {
    position: relative;
    padding: 0 15px;
    z-index: 10001;
}

.menu-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: inherit;
    width: 100%;
    z-index: 10001;
}

.dost-wrap {
    width: 100%;
    height: auto;
    min-height: 100%;
    margin: unset !important;
    padding:0 0 10px;
    background-color: transparent;
    box-sizing: border-box !important;
}

.first-frame {
    align-self: center;
    flex: 0 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden !important;
    transition: all 0s !important;
    padding: 22rem 0rem 3.2rem 0rem;
    background-color: #777;
}

/* --- Бегущая строка (Ticker) --- */
.ticker-tape {
    background-color: transparent;
    /* Синий фон */
    color: white;
    padding: 0;
    overflow: hidden;
    /* Важно для анимации */
    white-space: nowrap;
}



.tradingview-widget-container {
    width: 100%;
    min-height:96%;
    border-radius: 8px;
    overflow: hidden;
    background-color: #000000;
    margin-top: -3px;
    border: 2px solid #4F84F7;
}

.tradingview-widget-container .tradingview-widget-copyright {
    display: none;
}

/* --- Фрейм с графиком --- */
.chart-frame-section {
    width: 87%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    /* Высота 'на весь экран' - 100vh минус высота хедера и тикера */
    height: auto;
    min-height: 400px;
    background-color: #333 !important;
}

.crypto-chart-iframe {
    width: 100%;
    height: 100%;
    filter: invert(1) hue-rotate(180deg);
    background-color: #333 !important;
}

.mobile-menu-overlay {
    display: none;
}
@media (min-width:992px) and (max-width:1024px) {
    /* --- Основной контент (Две колонки) --- */
    .header {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px 0;
    display: flex;
    color: #fff;
    background-color: var(--header-bg-color);
}

.main-header {
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center !important;
    padding: 15px 0;
    margin: auto 20px;
    box-sizing: content-box;
}

.main-header-content {
    display: flex;
    flex-direction: row;
    width: 90%;
    top: 0;
    height: 1.5rem !important;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    margin: 0 auto;
    font-size: 11px;
    transition: opacity 0.6s ease, transform 0.7s ease, translate 0.7s ease;
    opacity: 1;
    transform: translateY(0);
}
.langbox {
    width: auto;
    height: inherit;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    
    margin: auto 0;
}

/* Навигационное меню */
.langbox a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    margin: 0 auto;
    padding: 0 10px;
}

.main-menu {
    list-style: none;
    margin: 0 5px;
    padding: 0;
    display: flex;
    justify-content: center;
    width:100%;
    z-index: 10001;
}

.menu-item {
    display:flex;
    flex-wrap: nowrap;
    position: relative; width: auto;
    padding: 0 5px;
    z-index: 10001;
}

.menu-item a {
    display: inline;
    align-items: center;
    text-decoration: none;
    color: inherit;
   
    z-index: 10001;
}
.dost-wrap {
    display:block;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0 auto;
    padding:0 10px;
    background-color: transparent;
}
    .main-content-container {
        width: 100%;
        height: auto;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 20px 20px;
        margin: 0 !important;
        box-sizing: border-box;
    }

    .platform-list-wrap {
        display:block;
        flex-direction: column;
        width: 99%;
        height: auto !important;
        overflow: hidden;
        justify-content: flex-start;
        align-content: center;
        background-color: #222222;
        box-sizing: border-box;
        padding:0 20px;
        margin: 40px auto;
        border-radius: 8px;
        border: rgba(255, 255, 200, 0.05) 2px solid;

    }

    .platform-list {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items:center;
        justify-content: center;
        padding: 0 10px;
        margin: 0 auto;
        gap: 10px;
        box-sizing: border-box;
    }
    .platform-list-wrap h3 {
        top: 0;
        display: inline;
        width: 100%;
        height: 1rem;
        justify-content: center;
        padding: 20px 10px;
        margin: 10px auto;
        text-indent: 0;
        background-color: #222222;
    }

    .platform-box {
        width: 20%;
        height: auto;
        display:flex;
        flex-direction: column;
        border: 2px solid #4F84F7;
        margin: 10px;
        border-radius: 6px;
        text-align: center;
        position: relative;
        overflow: hidden;
        padding: 0;
        object-fit: content;
        box-sizing: border-box;
        aspect-ratio: 5/4;
    }
     .platform-box a {
        display:flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        justify-content: space-around;
        align-items: center;
        margin: 5px auto;
        padding: 0;
        text-decoration: none;
        color: inherit;
     }

    .platform-box img {
        position: relative;
        width: 100%;
        height: 100%;
        margin: 20px;
        display: block;
    }

    .platform-content {
        top:0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        display: flex;
        align-items: center;
        align-content: center;
        flex-direction: column;
    }

    .platform-content h3 {
        
        font-size:calc(100vw * 0.018);
        display: inline;
        justify-content: center;
        text-align: center;
        text-wrap: balance;
        margin: 0 auto;
        padding: 10px 0!important;
        width:inherit;
        max-width:100%;
        height: auto;
        background-color: transparent;
        justify-content: center;
        align-items: center;
    }

    .platform-box button {
        display: block;
        align-items: center;
        justify-content: center;
        background-color: rgba(29, 214, 33, 0.6);
        color: white;
        padding: 15px 20px;
        margin: auto ;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        opacity:1 ;
        transition: opacity 0.3s, visibility 0.3s;
    }

    .platform-central {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        height: auto;
        overflow-y: scroll;
        overflow-x: hidden;
        overscroll-behavior: contain !important;
        align-content: center;
        background-color: #222222;
        margin: 40px 10px;
        padding: 5px 10px;
        gap:20px;
        border-radius: 8px;
        border: rgba(255, 255, 200, 0.05) 2px solid;
    }


    .box-content {
        flex: 0 0 auto;
        width: 100%;
        min-height: 400px;
        margin: 10px auto 30px;
        box-sizing: border-box;
        border-radius: 8px;
        border: 2px solid #4F84F7;
        overflow: hidden;
        scrollbar-width: thin;
        scrollbar-color: #0073aa #1a1a2e;
    }
    .crypto-prices-list-wrap {
         display: flex;
         width:100%;
         height: 600px !important;
        flex-direction: column;
        flex: 0 0 100%;
        align-content: center;
        background-color: transparent;
        padding: 0 10px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    }
    .platform-list-wrap,
    .platform-central {
        position: relative;
        z-index: 1;
    }

    .platform-list,
    .platform-central {
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
    }

    .ticker-tape {
        max-width: 100vw;
        background-color: transparent;
        max-height: 30px !important;
        color: white;
        padding: 0;
        overflow: hidden;
        margin: 15px 0;
        white-space: nowrap;
    }

    .tradingview-widget-container {
        width: 100%;
        height:400px !important;
        border: 1px solid #222;
        border-radius: 8px;
        overflow-y: auto;
        background-color: #000;
        margin-top: 5px;
        z-index: 10001;
        border: #4F84F7 solid 3px !important;
        border-radius: 6px !important;
    }
     .tradingview-widget-container iframe {
        height: inherit;
        overflow: auto !important;
  -webkit-overflow-scrolling: touch !important;
  background-color: transparent !important;
     }
.chart-frame-section {
    width:96%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    /* Высота 'на весь экран' - 100vh минус высота хедера и тикера */
    height: auto;
    min-height: 400px;
    background-color: #333 !important;
}

.crypto-chart-iframe {
    width: 100%;
    height: 100%;
    filter: invert(1) hue-rotate(180deg);
    background-color: #333 !important;
}

}
@media (max-width:991px) {

    h1,
    h2,
    h3,
    h4 h5 {
        width: 100%;
        height: auto;
        display: inline;
        text-wrap: nowrap;
    }

    .dost-wrap {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        justify-self: center;
        width: 90%;
        height: auto;
        margin: 0 auto !important;
        padding: 0 20px !important;
        background-color: transparent;
    }

    .first-frame {
        align-self: center;
        flex: 0 0 auto;
        position: relative;
        display: flex;
        justify-content: center;
        overflow: hidden !important;
        transition: all 0s !important;
        padding: 22rem 0rem 3.2rem 0rem;
        background-color: #777;
    }


    /*Logo*/

    .header {
        width: 100%;
        height: 8rem;
        padding: 0;
        margin: 0 0 20px;
        display: flex;
        color: #fff;
        background-color: var(--header-bg-color);
    }

    .main-header {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 80%;
        display: flex;
        justify-content: flex-start;
        align-items: center !important;
        flex-direction: column;
        padding: 15px 0;
        margin: auto 0;
        box-sizing: content-box;
    }

    .header-menu {
        display: none;
    }

    .main-header-content {
        display: flex;
        flex-direction: row;
        width: 90%;
        top: 0;
        height: 1.5rem !important;
        justify-content: space-between;
        align-items: center;
        padding: 5px;
        margin: 0 auto;
        font-size: 11px;
        transition: opacity 0.6s ease, transform 0.7s ease, translate 0.7s ease;
        opacity: 1;
        transform: translateY(0);
    }

    .dost-logo {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        justify-content: flex-start;
        align-items: center;
        padding: 10px 0;
        margin: -10px auto 15px;
        order: 1;
    }

    .logo-wrap {
        display: flex;
        flex-direction: column;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
    }


    .logo-wrap .custom-logo {
        margin: 0;
        padding: 0;
    }

    .dost-logo-title {
        display: block;
        text-align: left;
        margin: 0;
        padding: 0;
    }

    .dost-logo-img {
        display: flex;
        justify-content: center;
        width: auto;
        max-width: 100%;
        height: 60px;
        margin: 0 5px;
        order: 1;
    }

    .dost-logo-img img {
        /* Если логотип - это изображение */
        display: block;
        /* Базовая высота логотипа */
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .dost-logo-title h1 {
        display: inline;
        font-size: var(--logo-title-size);
        color: var(--header-logo-color);
        font-family: var(--logo-font-family);
        font-weight: var(--logo-title-weight) !important;
        font-style: var(--logo-font-style);
        padding: 0;
        margin: 0 auto;
        text-align: center;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: nowrap;
    }

    .dost-logo-slogan {
        width: 100%;
        display: block;
        font-size: 14px;
        font-weight: var(--slogan-font-weigth);
        font-style: var(--slogan-font-style);
        color: var(--slogan-font-color);
        font-family: var(--slogan-font-family);
        letter-spacing: 1px;

        margin: 0;
        padding: 0;
        text-align: center;
    }

    .langbox {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        padding: 0 10px;
        margin: 0 auto;
        padding: 0 0 20px;
        order: 2;
    }

    /* Навигационное меню */
    .langbox a {
        color: white;
        text-decoration: none;
        font-weight: bold;
        margin: 0 10px 20px;
    }

    .gtranslate_wrapper {
        margin: -10px auto 15px !important;
    }

    /* --- Основной контент (Две колонки) --- */
    .main-content-container {
        width: 100%;
        max-width: 100%;
        height: auto;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 0 20px;
        margin: 0 auto;
        box-sizing: border-box ;
    }

    .platform-list-wrap {
        flex-direction: column;
        width: 100%;
        height: auto !important;
        overflow: hidden;
        justify-content: flex-start;
        align-content: center;
        background-color: #222222;
        padding: 20px 10px;
        margin: 40px 10px;
        border-radius: 8px;
        border: rgba(255, 255, 200, 0.05) 2px solid;

    }

    .platform-list {
        width: 100%;
        max-width:100vw;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-content: space-around;
        align-items: space-between;
        padding: 0;
        gap: 10px;
        box-sizing: border-box;
    }

    .platform-list-wrap h3 {
        top: 0;
        display: inline;
        width: 100%;
        height: 1rem;
        justify-content: flex-start;
        padding: 10px;
        margin: 0 auto;
        text-indent: 0;
        background-color: #222222;
    }

    .platform-box {
        width: 40%;
        height: auto;
        display:flex;
        flex-direction: column;
        border: 2px solid #4F84F7;
        margin: 10px;
        border-radius: 6px;
        text-align: center;
        position: relative;
        overflow: hidden;
        padding: 0;
        object-fit: content;
        box-sizing: border-box;
        aspect-ratio: 5/4;
    }
     .platform-box a {
        display:flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        justify-content: space-around;
        align-items: center;
        margin: 5px auto;
        padding: 0;
        text-decoration: none;
        color: inherit;
     }

    .platform-box img {
        position: relative;
        width: 100%;
        height: 100%;
        margin: 20px;
        display: block;
    }

    .platform-content {
        top:0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        display: flex;
        align-items: center;
        align-content: center;
        flex-direction: column;
    }

    .platform-content h3 {
        top:0;
        left: 0;
        font-size: 3vw;
        display: flex;
        justify-content: center;
        text-align: left;
        text-wrap: balance;
        margin: 0 auto;
        padding: 0 !important;
        width:inherit;
        max-width:100%;
        height: 100%;
        background-color: transparent;
        justify-content: center;
    }

    .platform-box button {
        display: block;
        align-items: center;
        justify-content: center;
        background-color: rgba(29, 214, 33, 0.6);
        color: white;
        padding: 15px 20px;
        margin: 0 auto 0;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        opacity:1 ;
        transition: opacity 0.3s, visibility 0.3s;
    }

    .platform-central {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        height: auto;
        overflow-y: scroll;
        overflow-x: hidden;
        overscroll-behavior: contain !important;
        align-content: center;
        background-color: #222222;
        margin: 40px 10px;
        padding: 5px 10px;
        gap:20px;
        border-radius: 8px;
        border: rgba(255, 255, 200, 0.05) 2px solid;
    }


    .box-content {
        flex: 0 0 auto;
        width: 100%;
        min-height: 400px;
        margin: 10px auto 30px;
        box-sizing: border-box;
        border-radius: 8px;
        border: 2px solid #4F84F7;
        overflow: hidden;
        scrollbar-width: thin;
        scrollbar-color: #0073aa #1a1a2e;
    }
    .crypto-prices-list-wrap {
         display: flex;
         width:100%;
         height: 600px !important;
        flex-direction: column;
        flex: 0 0 100%;
        align-content: center;
        background-color: transparent;
        padding: 0 10px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    }
    .platform-list-wrap,
    .platform-central {
        position: relative;
        z-index: 1;
    }

    .platform-list,
    .platform-central {
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
    }

    .ticker-tape {
        max-width: 100vw;
        background-color: transparent;
        max-height: 30px !important;
        color: white;
        padding: 0;
        overflow: hidden;
        margin: 15px 0;
        white-space: nowrap;
    }

    .tradingview-widget-container {
        width: 100%;
        height:400px !important;
        border: 1px solid #222;
        border-radius: 8px;
        overflow-y: auto;
        background-color: #000;
        margin-top: 5px;
        z-index: 10001;
        border: #4F84F7 solid 3px !important;
        border-radius: 6px !important;
    }
     .tradingview-widget-container iframe {
        height: inherit;
        overflow: auto !important;
  -webkit-overflow-scrolling: touch !important;
  background-color: transparent !important;
     }

     /* --- Фрейм с графиком --- */
.chart-frame-section {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 50px auto;
    /* Высота 'на весь экран' - 100vh минус высота хедера и тикера */
    height: auto;
    min-height: 400px;
    background-color: #333 !important;
}

.crypto-chart-iframe {
    width: 100%;
    height: 100%;
    filter: invert(1) hue-rotate(180deg);
    background-color: #333 !important;
}
     .dexscreener-embed iframe {
        width:100% !important;
        margin:20px auto;
        padding:20px;
     }
    /* Таблица курсов */
    .crypto-prices-list {
        width: 100%;
        /* Правая колонка - 60% */
        background-color: transparent;
        padding: 10px 0;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    }

    .crypto-prices-list table {
        width: 100%;
        border-collapse: collapse;
    }

    .crypto-prices-list tr th {
        color: #fff;
        background-color: rgba(251, 255, 200, 0.7);
    }

    .crypto-prices-list tr td {
        color: #09f2e2;
        background-color: rgba(171, 241, 11, 0.4);
    }

    .crypto-prices-list th,
    .crypto-prices-list td {
        padding: 12px;
        text-align: left;
        border-bottom: 1px solid #eee;
    }

    .positive {
        color: green;
        font-weight: bold;
    }

    .negative {
        color: red;
        font-weight: bold;
    }

    #dexscreener-embed {
        width: 100% !important;
    }

    .col-lg-3 {
        display: flex;
        flex-direction: column;
        width: 6rem;
        height: 6rem;
        justify-content: center;
        align-items: center;
        align-content: center;
        color: #fff;
        padding: 0 15px 10px;
        margin: auto;
        box-sizing: border-box;
        border-radius: 100%;
        background-color: #777;
    }

    .col-lg-3 h3 {
        color: #fff;
        font-weight: 600;
        margin: 10px auto;
    }

    .col-lg-3 p {
        display: inline;
        width: auto;
        padding: 0;
        margin: auto;
        color: #fff !important;
        margin-bottom: 0;
    }

    .col-lg-3 a {
        display: flex;
        color: #fff !important;
        padding: 0 10px;
        margin: 0 auto;
        justify-content: center;
        align-self: center;
        align-content: center;
        margin-bottom: 0;
    }

    .col-lg-3:nth-child(4) span {
        display: inline;
        flex-direction: row;
        width: 100%;
        padding-left: 10px;
        margin: -15px auto 0;
        flex-wrap: wrap;
        color: #fff;
    }

    .col-lg-3:nth-child(3) .site-title-text i {
        font-size: 39px;
    }

    .footer-content {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: row;
        background-color: var(--copyright-bg-color);
        margin-bottom: 0;
        box-sizing: border-box;
        padding: 0 60px;
    }

    .footer-content .left {
        display: flex;
        justify-content: center;
        text-align: center;
        width: 100%;
        height: 1rem;
        margin: 15px auto;
        font-size: 13px;
        font-family: "Montserrat";
        color: var(--copyright-color);
    }

    .footer-content .right {
        display: block;
        width: 50%;
        height: 1rem;
        justify-content: flex-end;
        text-align: right;
        left: 100%;
        padding-right: 10px;
        margin: 15px auto;
        font-size: 13px;
        font-family: "Montserrat";
        color: var(--copyright-color);

    }

    .footer-content .right i {
        color: var(--copyright-color) !important;
    }

    .footer-menu {
        display: block;
        width: 100%;
        height: auto;

    }

    .footer-menu ul {
        flex-direction: column;
        padding-left: 25px;
    }

    .footer-menu ul li a {
        font-size: 13px;
        font-family: "Montserrat";
        color: aqua;
    }

    #copyrights {
        width: 100vw;
        height: 100%;
        display: flex;
        justify-content: space-around;
        bottom: 0;
        padding: 0;
        font-size: 16px;
        line-height: 1;
    }

    #copyrights i.footer-icon {
        position: relative;
        top: 1px;
        font-size: var(--cnvs-copyrights-font-size);
        width: var(--cnvs-copyrights-font-size);
        text-align: center;
        padding-right: 3px;
    }

    #copyrights .text-end a:last-child {
        margin-right: 0;
    }

    .copyright-links {
        margin-top: 0.5rem;
        color: var(--cnvs-copyrights-link-color);
    }

    .copyright-links a {
        display: inline-block;
        margin: 0 0.25rem;
        color: var(--cnvs-copyrights-link-color);
        border-bottom: 1px dotted var(--cnvs-copyrights-link-color);
    }

    .copyright-links a:hover {
        opacity: 0.91;
    }

    .copyright-links a:first-child {
        margin-left: 0;
    }

    .copyrights-menu {
        margin-bottom: 10px;
    }

    .copyrights-menu a {
        font-size: var(--cnvs-copyrights-font-size);
        margin: 0 auto;
        border-bottom: 0 !important;
    }

    .copyrights-menu a:first-child {
        margin-left: 0;
    }

    #copyrights.dark,
    .dark #copyrights {
        width: 100%;
        height: 300px;
        color: rgba(255, 255, 255, 0.4);
        background-color: var(--copyright-bg-color);
        bottom: 0;
    }

}

@media (min-width:1025px) {

    /* --- Основной контент (Две колонки) --- */
   
    .crypto-prices-list-wrap {
         display: flex;
        flex-direction: column;
        flex: 0 0 20%;
        justify-content: space-between;
        align-content: center;
        background-color: transparent;
        padding: 25px 20px 0;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    }
     .crypto-prices-list {
        display: flex;
        flex-direction: column;
        align-content: space-between;
        background-color: transparent;
        padding: 20px 0 0;
        margin: 15px 0 0;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        gap: 21px;
    }
    .main-content-container {
        width: 80%;
        height: auto;
        position: relative;
        display: flex;
        justify-content: center;
        align-content: stretch !important;
        padding: 0 50px;
        column-count: 3;
        margin: 0 auto;
        box-sizing: border-box;
        gap: 10px;
        /* Расстояние между колонками */
    }


    .platform-central {
        flex: 0 0 65%;
        flex-direction: column;
        background-color: transparent;
        padding: 20px 20px 0;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        gap: 15px;
    }

    .box-content {
        flex: 1 0 auto;
        width: 100%;
        min-height: 400px;
        margin: 60px auto 0;
        box-sizing: border-box;
        border-radius: 8px;
        border: 2px solid #4F84F7;
        overflow: hidden;
        scrollbar-width: thin;
        scrollbar-color: #0073aa #1a1a2e;
    }

    .platform-list-wrap {
        display: flex;
        flex-direction: column;
        flex: 0 0 auto;
        justify-content: space-between;
        background-color: transparent;
        padding: 25px 20px 0;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);

    }

    .platform-list {
        display: flex;
        flex-direction: column;
        align-content: space-between;
        background-color: transparent;
        padding: 20px 0 0;
        margin: 15px 0 0;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        gap: 23px;
    }

    .platform-list-wrap h3 {
        display: inline;
        width: 100%;
        justify-content: flex-start;
        background-color: transparent;
        padding: 20px 0;
        margin: 0 auto -60px;
    }

    .platform-box {
        display: flex;
        flex: 1;
        flex-direction: column;
        border: 2px solid #4F84F7;
        width: 100%;
        margin: 20px auto;
        border-radius: 6px;
        text-align: center;
        position: relative;
        overflow: hidden;
        padding: 0 20px;
        object-fit: content;
        box-sizing: border-box;
        aspect-ratio: 5/4;
    }

    .platform-box img {
        position: relative;
        width: 100%;
        height: 100%;
        margin: 20px;
        display: block;


    }

    .platform-box a {
        text-decoration: none;
        /* Убираем подчеркивание */
        color: inherit;
        /* Цвет текста наследуется, если не задан ниже */
    }

    

    .platform-box button {
        display: flex;
        align-items: flex-end;
        width: 30%;
        justify-content: center;
        background-color: #4CAF50;
        color: white;
        padding: 10px 20px;
        margin: 0 auto;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        top: 90%;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s, visibility 0.3s;
    }

    .platform-box:hover button {
        visibility: visible;
        opacity: 1;
        transform: translateY(-100%)
    }

    .platform-content {
        width: 100%;
        height: 100%;
        min-height: 120px;
        padding: 10px;
        display: block;
        flex-direction: column;
        justify-content: space-between;
    }

      .platform-content h3 {
        width: 100%;
        height: 100%;
        background-color: transparent;
        justify-content: space-between;
    }

    /* Таблица курсов */
    .crypto-prices-list table {
        width: 100%;
        border-collapse: collapse;
    }

    .crypto-prices-list tr th {
        color: #fff;
        background-color: rgba(251, 255, 200, 0.7);
    }

    .crypto-prices-list tr td {
        color: #09f2e2;
        background-color: rgba(171, 241, 11, 0.4);
    }

    .crypto-prices-list th,
    .crypto-prices-list td {
        padding: 12px;
        text-align: left;
        border-bottom: 1px solid #eee;
    }

    .positive {
        color: green;
        font-weight: bold;
    }

    .negative {
        color: red;
        font-weight: bold;
    }

    ._15v9b930 ._15v9b932 {
        display: none !important
    }

    /*Выбирает ЛЮБОЙ элемент, чей атрибут 'class' начинается с 'custom-'*/

iframe {
    background-color: #333333;
    border: none;

    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

    div[class^="custom-"] {
        background-color: #333333 !important;
        color: #ffffff;
        padding: 15px;
        border-radius: 5px;
    }

    #scroll-top svg,
    #scroll-top svg circle,
    #scroll-top {
        display: none !important;
    }

}

/* ----------------------------------------------------------------- Footer ---------------------------------------------------------------------- */
.footer {
    width: 100%;
    height: 100%;
    background-color: #1a1a2e;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}

.footer-info {
    margin-bottom: 15px;
}

.footer .logo-area {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

/* Добавьте это в styles.css */
@keyframes marquee-move {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }

    /* Сдвиг на 100% влево */
}

.marquee {
    padding-left: 100%;
    display: inline-block;
    /* Настройте длительность (20s) и тип (linear) по своему вкусу */
    animation: marquee-move 20s linear infinite;
}

.chakra-link .custom-fcnbia a {
    display: none !important;
}


    #scroll-top {
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: 2rem;
        right: 1.5rem;
        z-index: 989;
        width: 46px;
        height: 46px;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        opacity: 0;
        transition: bottom 0.3s, opacity 0.3s;
    }

    #scroll-top.show {
        opacity: 1;
        bottom: 2.5rem;
    }

    #scroll-top:focus,
    #scroll-top:hover {
        text-decoration: none;
    }

    #scroll-top:hover {
        opacity: 0.8;
    }

    #scroll-top i {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        color: fff;
        background-color: var(--header-bg-color);
        border: 2px solid var(--header-bg-color);
        border-radius: 50%;
        z-index: 1;
    }

    #scroll-top svg {
        position: absolute;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        top: 1px;
        left: 1px;
        z-index: -1;
    }

    #scroll-top svg circle {
        stroke: var(--header-logo-color);
        stroke-width: 4px;
        stroke-linecap: round;
        stroke-dasharray: 1, 400;
    }




.footer-container {
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding: 0;
    gap: 25px;
}

.row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0;
    margin: 0 auto;
    column-count: 5;
    gap: 30px;
}

.row-2 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: 100%;
    padding: 20px;
    margin: 0 auto;
}

/* 3. Стилизация логотипа и названия */
.footer-logo {
    display: flex;
    width: auto;
    height: auto;
    margin: 0 0 20px -10px;
    justify-content: flex-start;
    align-items: center;
    min-width: 300px;
}

.footer-logo a {
    display: flex;
    /* Включаем Flexbox */
    align-items: center;
    /* Выравнивание по центру по вертикали */
    text-decoration: none;
    /* Убираем подчеркивание */
}

.footer-logo .custom-logo {
    /* Стиль для изображения логотипа, которое выводит the_custom_logo() */
    margin: 0 5px;
    /* Отступ справа от логотипа */
    max-height: auto;
    /* Ограничение высоты */
    width: var(--logo-max-width);
}


.footer-logo img {
    /* Если логотип - это изображение */
    display: block;
    height: auto;
    max-height: auto;
    /* Базовая высота логотипа */
    width: var(--logo-max-width);
    margin: 0 5px;
    transition: max-height 0.3s ease-in-out;
}

.footer-logo h1 {
    /* Если логотип - это название сайта */
    font-size: 24px;
    margin: 0;
    line-height: 1;
    color: var(--header-logo-color);
    /* Используем цвет текста хедера */
}

.heading-block {
    padding: 0;
    display: flex;
    
}

.heading-block h3 {
    justify-content: center;
    margin: 10px auto;
    font-size: 0.7em;
}

.tooltip-container {
    /* 1. Обязательно для позиционирования тултипа относительно этого элемента */
    position: relative;
    display: inline-block;
    /* Чтобы элемент занимал только нужную ширину */
    cursor: pointer;
    padding: 5px;
}

.tooltip-container::after {
    /* 2. Содержимое: берем текст из атрибута data-tooltip */
    content: attr(data-tooltip);

    /* 3. Позиционирование и внешний вид */
    position: absolute;
    bottom: 250%;
    /* Размещаем тултип над элементом (100% + небольшой отступ) */
    left: 50%;
    transform: translateX(-50%);
    /* Центрирование по горизонтали */
     font-size:10px;
    /* 4. Стили текста и фона */
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 8px 12px;
    border-radius: 4px;
    width: auto;
    white-space: nowrap;
    /* Запрет переноса строки */
    z-index: 10;
    overflow: hidden;
    /* 5. Скрытие по умолчанию */
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
    /* Плавный переход */
}

/* 6. Отображение тултипа при наведении */
.tooltip-container:hover::after {
    visibility: visible;
    font-size: 14px;
    opacity: 1;
}

.col-lg-3 {
    display: flex;
    flex-direction: column;
    width: 1em;
    height: 1em;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #fff;
    padding: 0 15px 10px;
    margin: 20px auto;
    box-sizing: border-box;
    border-radius: 100%;
    background-color: transparent;
}

.col-lg-3 h3 {
    color: #fff;
    font-weight: 600;
    margin: 10px auto;
}

.col-lg-3 p {
    display: inline;
    width: auto;
    padding: 0;
    margin: auto;
    color: #fff !important;
    margin-bottom: 0;
}

.col-lg-3 a {
    display: flex;
    color: #fff !important;
    padding: 0 10px;
    margin: 0 auto;
    justify-content: center;
    align-self: center;
    align-content: center;
    margin-bottom: 0;
}

.col-lg-3:nth-child(4) span {
    display: inline;
    flex-direction: row;
    width: 100%;
    padding-left: 10px;
    margin: -15px auto 0;
    flex-wrap: wrap;
    color: #fff;
}

.dost-logo .site-title-text {
    width: 100%;
    height: 100%;
    font-size: 10px;
    font-weight: var(--logo-title-weight);
    color: var(--header-logo-color);
    /* Используем цвет хедера */
    line-height: 1;
    font-family: var(--logo-font-family);
    font-style: var(--logo-font-style);
    flex-direction: column;
    align-items: center;
    align-content: center;
    margin: 0 auto;
}

.site-title-text i {
    display: block;
    align-content: center;
    margin: 10px auto;
    padding: 10px;
    font-size: 50px;
}

.col-lg-3:nth-child(3) .site-title-text i {
    font-size: 39px;
}

.site-title-text a {
    text-decoration: none;
    font-size: 13px;
    max-width: 90%;
}

.col-lg-full {
    width: 100%;
    height: 200px;
    justify-content: center;
    padding: 10px 0;
    margin-bottom: 20px;
}

.col-lg-full h2 {
    color: #fff;
    text-indent: 5%;
}

.footer-content {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    background-color: var(--copyright-bg-color);
    margin-bottom: 0;
    box-sizing: border-box;
    padding: 0 60px;
}

.footer-content .left {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 1rem;
    margin: 15px auto;
    font-size: 13px;
    font-family: "Montserrat";
    color: var(--copyright-color);
}

.footer-content .right {
    display: block;
    width: 50%;
    height: 1rem;
    justify-content: flex-end;
    text-align: right;
    left: 100%;
    padding-right: 10px;
    margin: 15px auto;
    font-size: 13px;
    font-family: "Montserrat";
    color: var(--copyright-color);

}

.footer-content .right i {
    color: var(--copyright-color) !important;
}

.footer-menu {
    display: block;
    width: 100%;
    height: auto;

}

.footer-menu ul {
    flex-direction: column;
    padding-left: 25px;
}

.footer-menu ul li a {
    font-size: 13px;
    font-family: "Montserrat";
    color: aqua;
}

#copyrights {
    width: 100vw;
    height: 100%;
    display: flex;
    justify-content: space-around;
    bottom: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1;
}

#copyrights i.footer-icon {
    position: relative;
    top: 1px;
    font-size: var(--cnvs-copyrights-font-size);
    width: var(--cnvs-copyrights-font-size);
    text-align: center;
    padding-right: 3px;
}

#copyrights .text-end a:last-child {
    margin-right: 0;
}

.copyright-links {
    margin-top: 0.5rem;
    color: var(--cnvs-copyrights-link-color);
}

.copyright-links a {
    display: inline-block;
    margin: 0 0.25rem;
    color: var(--cnvs-copyrights-link-color);
    border-bottom: 1px dotted var(--cnvs-copyrights-link-color);
}

.copyright-links a:hover {
    opacity: 0.91;
}

.copyright-links a:first-child {
    margin-left: 0;
}

.copyrights-menu {
    margin-bottom: 10px;
}

.copyrights-menu a {
    font-size: var(--cnvs-copyrights-font-size);
    margin: 0 auto;
    border-bottom: 0 !important;
}

.copyrights-menu a:first-child {
    margin-left: 0;
}

#copyrights.dark,
.dark #copyrights {
    width: 100%;
    height: 300px;
    color: rgba(255, 255, 255, 0.4);
    background-color: var(--copyright-bg-color);
    bottom: 0;
}
/*=======================================================================Login Style=========================================================================*/
/* === Иконка + имя пользователя === */
.login-icon-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-left: 15px;
}

.login-icon {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s, color 0.3s;
}

.login-icon:hover {
  color: #ffd700;
  transform: scale(1.1);
}

.user-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.user-name {
  font-size: 13px;
  margin-top: 4px;
  color: #ddd;
  text-align: center;
}

/* === Мини-меню === */
.user-dropdown {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 38px; /* чуть ниже иконки */
  background: #1a1a2e;
  border: 1px solid #444;
  border-radius: 4px;
  min-width: 140px;
  z-index: 999;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.user-dropdown a {
  color: #fff;
  padding: 8px 12px;
  text-decoration: none;
  font-size: 13px;
  transition: background 0.2s;
}

.user-dropdown a:hover {
  background: #333;
  color: #ffd700;
}

/* === Показ меню при клике === */
.user-info.active .user-dropdown {
  display: flex;
}

/* === Мобильная версия === */
@media (max-width: 991px) {
  .login-icon-box {
    position: absolute;
    left: 15px;
    top: 47%;
    z-index: 999;
  }
  .user-dropdown {
    margin-left:50px;
  }

  .user-name {
    font-size: 12px;
    color: #fff;
  }

  .mobile-menu-toggle {
    right: 15px;
  }
}

/*========================================================================Chat Style============================================================================*/
/* Основной контейнер чата */
#chat-container {
    position: relative;
    max-width: 80%;
    height: auto;
    min-height: 80vh;
    margin: 10px auto;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #1a1a2e;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Заголовок чата */
#chat-container h2 {
    text-align: center;
    color: #FFF;
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #0073aa;
    /* Цвет ВП */
    padding-bottom: 10px;
}

/* Окно сообщений (самая важная часть) */
#chat-messages {
    width: inherit;
    height: 45vh;
    /* Фиксированная высота для прокрутки */

    overflow-y: auto;
    /* Включаем вертикальную прокрутку */
    border: 1px solid #4F84F7;
    padding: 15px 15px 20px;
    background-color: transparent;
    border-radius: 4px;
    /* Стилизация полосы прокрутки (может отличаться в браузерах) */
    scrollbar-width: thin;
    scrollbar-color: #0073aa #1a1a2e;
}

/* Отдельные сообщения */
#chat-messages p {
    line-height: 1;
    padding: 5px 10px;
    margin-bottom: 15px;
    border-radius: 4px;
    background-color: transparent;
    /* Легкий фон для сообщения */
    word-wrap: break-word;
    /* Обеспечивает перенос длинных слов */
}

/* Форма отправки */
#chat-form {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    gap: 1px;
    /* Расстояние между полем ввода и кнопкой */
}

/* Поле ввода сообщения */
#chat-message-input {
    flex-grow: 1;
    /* Поле ввода займет все доступное место */
    min-height: 50px;
    /* Достаточная высота для ввода текста */
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: none;
    /* Запрет на изменение размера пользователем */
}

/* Кнопка отправки */
#chat-form input[type="submit"] {
    background-color: #0073aa;
    /* Цвет ВП */
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    min-width: 100px;
    transition: background-color 0.3s;
}

#chat-form input[type="submit"]:hover {
    background-color: #76cef7;
}

.box-content iframe {
    width: 100% !important;
    height: auto !important;
    min-height: 45vh !important;
}

#dostcoin-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100% !important;
    height: auto !important;
    min-height: 60vh !important;
    color: #fff !important;
}

#dostcoin-page p {
    color: #fff !important;
}

.entry-header-1 {
    display: inline !important;
    justify-content: center;
    margin: 30px auto;
}

.entry-content {
    width: 100% !important;
    height: 80vh !important;
    display: block;
    justify-content: center;
    padding: 18px 0 !important;
    margin: 0 auto !important;
}

.wp-block-column {
    display: block;
    height: 30vh;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 20px 0 0;
}

.wp-block-columns {
    width: 90%;
    height: inherit;
    display: block;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 20px 0;
    margin: 0 auto;
}

.wp-block-heading {
    display: block;
    width: 100%;
    text-indent: 45%;
}

/*========================================================================Mobile CSS============================================================================*/
.mobile-menu-wrapper {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    transition: visibility 0.4s;
}

.mobile-menu-container {
    position: relative;
    max-width: var(--alpha-mmenu-width);
    padding: 2rem 1.5rem;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #222;
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.5);
    margin-left: calc(-1 * var(--alpha-mmenu-width));
    transition: margin 0.4s;
}