.nav_other {
    background: #1F1F24 !important;
}

.index_main {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* .bgcolor {
    position: absolute;
    top: -60px;
    height: 500px;
    width: 100%;
    z-index: 0;
} */

.index_header {
    position: sticky;
    top: 64px;
    z-index: 11;
    background: #1C1D1F;
    width: 100%;
    margin: unset !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #3F414B;

}

.index_discounts_left {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 30px 0px;
    background: linear-gradient(344deg, rgba(46, 47, 54, 0.2) 0%, #2E2F36 96%);
    flex: 1;
    max-width: 280px;
    padding: 10px;
}

.index_discounts_right {
    flex: 1;
    padding: 30px 60px;
}

.index_title {
    width: 100%;
    display: flex;
    margin-top: 32px;
    padding-bottom: 32px;
}

.index_title a:hover {
    color: #FFDB9E;
}

.index_discounts {
    position: relative;
    left: 0px;
    width: 100%;
    height: auto;
    border-radius: 6px;
    opacity: 1;
    text-align: center;
    padding: 30px 0px 0px 0px;
    align-content: center;
}

.index_discounts_no {
    position: relative;
    left: 0px;
    width: 100%;
    height: 450px;
    border-radius: 6px;
    opacity: 1;
    text-align: center;

    display: flex;
    align-items: center;
    justify-content: center;
}

.title-image {
    height: 32px;
}

.title-test-btn1 {
    font-family: "Inter Regular";
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #FFDB9E;
    z-index: 1;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_title a:hover,
.index_title a:focus,
.index_title a:active {
    color: #FFDB9E !important;
}

.title-test-btn2:hover,
.title-test-btn2:focus,
.title-test-btn2:active {
    color: #FFDB9E !important;
}

.title-test-btn2 {
    font-family: "Inter Regular";
    font-size: 16px;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #FFFFFF;
    z-index: 1;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-list-header {
    padding: 0px 0 15px 0;
    border-bottom: 1px solid #3F414B;
}

.article-item {
    text-align: left;
    margin-bottom: 30px;
}

.article-list-item {
    padding: 30px 0 80px 0;
    text-align: left;
}

.article-header-content {
    text-align: left;
    display: flex;
    justify-content: space-between;
}

/* .article-content {
    text-align: left;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
} */

.header-title {
    font-family: "Inter Regular";
    font-size: 48px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0em;
    font-weight: bold;
    color: #FFFFFF;
    -webkit-font-smoothing: antialiased;
    z-index: 0;

}

.content-left-time {
    font-family: "Inter Regular";
    font-size: 16px;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #80879A;
    -webkit-font-smoothing: antialiased;
}

.content-left-text {
    font-family: "Inter Regular";
    font-size: 16px;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #80879A;
    -webkit-font-smoothing: antialiased;
    margin-right: 50px;
}

.content-right-text {
    font-family: "Inter Regular";
    font-size: 16px;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #FFDB9E;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
}


.content-left,
.content-right {
    display: flex;
    align-items: center;
}

.icon-content {
    font-family: "Inter Regular";
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #919AA5;
    -webkit-font-smoothing: antialiased;
}

.content-left-image {
    height: 24px;
    margin-right: 27px;
}


.share-client-image {
    width: 32px;
}

.article-list-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 90px;
}

.share-client-refresh {
    cursor: pointer;
    text-align: left;
    text-decoration: none !important;
}

.article-list-item p {
    font-family: "Inter Regular";
    color: #FFFFFF;
    font-size: 16px !important;
}

.underline-text {
    height: 1;
    border-bottom: 1px solid #3F414B;
}

.article-list-item .notic {
    background-color: unset;
}

#twitter-share,
#telegram-share {
    margin-right: 10px;
}

@media only screen and (max-width: 767px) {

    .index_header {
        border: none;
    }

    .content-right {
        display: none;
    }

    .header-title {
        font-size: 24px;
    }

    .content-left-time,
    .content-left-text {
        color: #919AA5;
    }

    .index_main .main_part {
        padding: 0px !important;
    }

    .content-left,
    .content-right {
        width: 100%;
        justify-content: space-between;
    }

    .index_main {
        padding: 0 16px;
    }
}

@media only screen and (max-width: 500px) {

    .content-left-image {
        margin-right: 15px;
    }
}