.token_status.tokens-grid__el.esg {
    border: 2px solid #56B3EC;
}

.tokens-el__status.token_status__esg {
    background: #56B3EC;
}

.token_status.esg .tokens-el__rate {
    color: #56B3EC;
}

.token_status.esg .tokens-el__buy a.button {
    background: #56B3EC;
}

.white-paper {
    padding-right: 40px;
}

@media (max-width: 425px) {
    .white-paper {
        padding-right: 0;
    }
}

.smart__content {
    width: 100%;
}

@media (max-width: 768px) {
    .smart__content {
        width: 80%;
    }
}

.token-release__features {
    font-family: Roboto,sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.ticker__item {
    color: #000;
}

.main__page .ticker__item {
    color: #fff;
}

@media (min-width: 1440px) {
    .numbers-block__wrap {
        padding: 40px 90px 40px 0;
    }

    .numbers-block__item:first-child {
        margin-left: 0
    }
}

.conditions__item:nth-child(4n) {
    margin-left: auto;
}

.conditions__item:first-child,
.conditions__item:nth-child(3n + 4) {
    margin-left: 0;
}

@media (max-width: 1439px) {
    .conditions__item:first-child,
    .conditions__item:nth-child(3n + 4),
    .conditions__item:nth-child(5n), .conditions__item:nth-child(7n) {
        margin-left: auto;
    }

    .conditions__item:nth-child(2n + 1) {
        margin-left: 0;
    }
}

.tokens-el__rate {
    white-space: nowrap;
    overflow: hidden;
    padding-top: 24px;
}

.tokens-el__info {
    padding-top: 20px;
}

.tokens-el__buy {
    padding-top: 39px;
}

@media (max-width: 767px) {
    .tokens-info__it:last-child {
        width: auto;
    }
}

.tokens-el__rate-info {
    display: inline-block;
}

.slick-list, .slick-slider {
    width: 100%;
}

.tokens-el__buy a {
    padding: 15px 25px;
    text-align: center;
    border: 2px solid;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tokens-el__buy span {
    padding-right: 10px;
}

.header-socials {
    position: absolute;
    top: 100px;
    width: 100%;
    z-index: 99;
}

.social-container {
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: end;
}

@media (max-width: 425px) {
    .social-container {
        flex-direction: row;
    }
}

.social-container a {
    margin-left: 15px;
}

@media (max-width: 425px) {
    .footer-left__nav {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 28px;
        grid-row-gap: 16px;
    }
}


table caption {
    padding: .5em 0;
}

table.dataTable th,
table.dataTable td {
    white-space: nowrap;
}

/* Style the search input similar to the one you've shown */
div.dt-container .dt-search input {
    width: 100%;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    padding-left: 50px !important; /* Space for an icon */
    font-family: 'Roboto', sans-serif !important;
    font-size: 17px !important;
    font-weight: bold !important;
    border: 2px solid #efefef !important;
    border-radius: 16px !important;
    background: url('https://cdn-icons-png.flaticon.com/512/482/482631.png') no-repeat 16px center;
    background-size: 20px 20px; /* Adjust icon size */
    transition: border-color 0.2s ease-in-out;
}

div.dt-container .dt-search input:focus {
    background: url('https://cdn-icons-png.flaticon.com/512/482/482631.png') no-repeat 16px center !important;
    background-size: 20px 20px  !important;
    border-color: #bbb !important; /* Optional: Change border color on focus */
    outline: none  !important;
}


div.dataTables_filter > label > input {
    font-family: Arial, sans-serif;
    font-size: .6em;
}

/* Style the search icon */
.dt-search .dt-input + img {
    position: absolute;
    bottom: 12px;
    left: 16px; /* Position the icon inside the input field */
}

/* Right side container for layout */
.dt-search__right {
    display: flex;
    width: 50%;
    justify-content: flex-end;
}

/* Adjust layout on smaller screens */
@media (max-width: 1439px) {
    .dt-search__right {
        width: 66.66%;
    }
}

@media (max-width: 767px) {
    .dt-search__right {
        display: none;
    }
}

.dt-input, .dt-layout-row {
    margin: 0 !important;
}

.table_block {
    margin-bottom: 20px;
    margin-top: 20px;
}


.company-el__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.company-el__title .point__img {
    width: 30px;
    height: 30px; /* Optional: Set height if needed */
    flex-shrink: 0; /* Prevent shrinking */
}

.company-el__title .tokens-el__title-text {
    padding-left: 1em;
    font-size: 16px;
    font-weight: bold;
    color: #4a4a4a;
    overflow: hidden;
    white-space: nowrap;
    text-wrap: wrap;
    flex-grow: 1;
}

@media (max-width: 767px) {
    .company-el__title .tokens-el__title-text {
        font-size: 14px;
    }
}

.company-el__title a {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

table.wrapping-table th {
    white-space: normal;
    word-wrap: break-word;
    line-height: 1.2;
    padding: 5px;
    vertical-align: middle;
}

/* Optional: Add a max-width to th if needed */
table.wrapping-table th {
    max-width: 150px;
}

/* Styles for the table itself (optional) */
table.wrapping-table {
    width: 100%;
    border-collapse: collapse;
}

table.wrapping-table td {
    word-wrap: break-word;
    white-space: normal;
}

.footer_logo__small_size {
    max-width: 10em;
    max-height: 10em;
}

/*-------------------footer update-------------------*/
.footer-middle__logo-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-start;
}
.footer-middle {
    padding-top: 60px;
}

@media (max-width: 767px) {
    .footer-middle {
        padding-top: 32px;
    }
}

.footer-middle__logo-icons img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

@media (max-width: 767px) {
    .footer-middle__logo-icons {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        justify-items: start;
    }
}

.footer-middle__logo-icons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 20px;
    justify-items: center;
    align-items: center;
    width: 100%;
}

.footer-middle__logo-icons img {
    width: 100%;
    height: 24px;
    object-fit: contain;
    display: block;
}

.post-left__logo span {
    max-width: max-content;
}

.post-footer_flex {
    display: flex;
    width: 100%;
}

.post__left {
    flex: 0 0 80%;
    max-width: 80%;
}

.post__right {
    flex: 0 0 20%;
    max-width: 20%;
}

.post-copyright__center {
    text-align: center;
    padding-top: 30px;
}


.mobile-menu__scroll-container {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 8px;
}

.mobile-menu__scroll-container::-webkit-scrollbar {
    width: 6px;
}
.mobile-menu__scroll-container::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

.language-block__active {
    padding-left: 10px;
}

.header__user-login {
    text-wrap: nowrap;
}
.numbers-block__wrap {
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 60px;

}
.numbers-block__item {
    margin-left: 0;
}
@media (max-width: 1439px) {
    .numbers-block__wrap {
        justify-content: flex-start;
        row-gap: 30px;
        column-gap: 60px;
    }
    .numbers-block__item {
        margin-left: 0;
    }
}


@media (min-width: 1439px) {
    .submenu.submenu-custom {
        min-width: 1000px;
        width: auto;
        padding: 20px;
        box-sizing: border-box;
        z-index: 1000;
    }

    .submenu__left,
    .submenu__right {
        display: inline-block;
        vertical-align: top;
        width: 48%;
        min-width: 150px;
        max-width: 100%;
        box-sizing: border-box;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .submenu__link.submenu-custom__link {
        display: block;
        white-space: normal;
        word-break: break-word;
        overflow-wrap: break-word;
        padding: 4px 0;
        text-decoration: none;
    }
}

@media (max-width: 767px) {
    .b24-widget-button-position-bottom-left.b24-widget-button-wrapper {
        bottom: 5px !important;
        left: 5px !important;
    }
}