#container.index_container {
    padding: 0;
    border: none;
}

.top_head {
    border-bottom: 1px solid #f0f0f0;
}

.top_head .hd_top_inner {
    padding-bottom: 0.85rem;
}

.hd_top_inner,
.hd_end {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hd_start,.chk_box.chk_box_style,
.side_announcemen .slick_text a,.list_box,
.web_list_bg .content_wrap .title_wrap,
.code_web_link,#menu,
.streaming_section .video_box {
    display: flex;
    align-items: center;
}

.hd_start p {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.hd_start .dots {
    color: #d2d2d2;
    margin: 0 0.75rem;
    font-size: 0.4rem;
}

.hd_start .collect {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.collect .star_icon {
    font-size: 1.5rem;
    color: #f1d136;
    margin-right: 0.35rem;
}

.hd_activity {
    display: flex;
    align-items: center;
    margin-right: 1.5rem;
}

.hd_activity .activity_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.hd_activity .activity_btn:hover, .hd_activity .head_checkins:hover p,
.hd_activity .scoreboard_btn:hover, #aside #ol_svc a.a_style:hover,
.hd_start a:hover p {
    color: var(--btnHover);
}

.hd_activity .scoreboard_btn {
    margin-right: 1.5rem;
}

.hd_activity img {
    max-width: 25px;
    margin-right: 0.5rem;
}

.hd_activity .activity_btn p,
.hd_activity a p {
    font-size: 13px;
    font-weight: bold;
}

.hd_activity .head_checkins p {
    margin-left: 1.5rem;
}

.global_search {
    background: #f6f7fb;
    border-radius: 5px;
    margin-right: 1.5rem;
}

.global_search input {
    width: 175px;
    border: none;
    padding: 0.75rem 1.25rem;
    background: #f6f7fb;
    border-radius: 5px 0 0 5px;
}

.global_search input::placeholder {
    color: #a7a7a7;
}

.global_search .search_btn {
    border: none;
    margin-right: 1.5rem;
    border-radius: 0 5px 5px 0;
}

.btn {
    height: auto;
    padding: 0.65rem 1.5rem;
    border-radius: 5px;
    line-height: normal;
}

.btn p {
    font-weight: 500;
    font-size: 1.15rem;
}

.btn.border_style {
    border: 1px solid var(--primaryColor);
    background: transparent;
}

.btn.border_style:hover, .btn.normal_style,
.side_announcemen .side_icon_wrap,.category_top .top_nav_item.active {
    background: var(--primaryColor);
}

.btn.border_style p {
    font-weight: bold;
    color: var(--primaryColor);
}

.btn.border_style:hover p, .btn.normal_style p,
.siede_point .tab_item.active .trophy_icon,
.siede_point .tab_item.active2 .trophy_icon,
.siede_point .tab_item.active p, .siede_point .tab_item.active2 p {
    color: #fff;
}

.btn.normal_style:hover {
    background: var(--btnHover);
}

/* header */
#hd_wrapper.hd_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.25rem;
    padding-right: 0;
}

#hd_wrapper.hd_wrap #logo {
    width: 180px;
}

#aside.aside_style {
    float: right;
    margin: 20px 0 20px 20px;
}

/* ol_after */
#ol_after.ol_after_style,
#ol_before.ol_before_style,
.side_activity {
    border: none;
    background: #f7f7f9;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.color_line {
    height: 5px;
    background: var(--primaryColor);
    border-radius: 8px 8px 0 0;
}

/* switch */
.chk_box.chk_box_style p {
    font-size: 10px;
    color: #909092;
    margin-left: 0.25rem;
}

.switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 21px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

input:checked+.slider {
    background-color: #e8b82c;
}

input:checked+.slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

#ol_svc .dots {
    color: #d2d2d2;
    margin: 0 0.55rem;
    font-size: 0.4rem;
}

.ol_auto_wr.ol_auto_wr_style {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}

#aside #ol_pw,
#aside #ol_id {
    padding-left: 3rem;
}

#ol_svc.ol_svc_style {
    display: flex;
    align-items: center;
    margin-top: 0.55rem;
}

#aside #ol_svc a.a_style {
    border: none;
    padding: 0;
    color: #000;
    font-size: 10px;
    font-weight: bold;
}

#aside #ol_submit.ol_submit_style {
    margin-top: 1rem;
    border-radius: 5px;
}

#aside .ol form {
    padding: 25px 15px 20px;
}

.input_wrap, .index_wrapper,
.content_wrap .title_wrap, #postModal .modal_content,
.ad_play_safe .content_wrap, .ad_playground .content_wrap,
.ad_casino .content_wrap, .scroll_streaming_video > .video_wrap,
.streaming_section .video_box {
    position: relative;
}

.input_wrap .icon_login {
    position: absolute;
    top: 8px;
    left: 5px;
    width: 18px;
}

.icon_login.icon_user {
    left: 6px;
    width: 15px;
}

/* announcemen */
.side_ad {
    margin-top: 1rem;
    padding: 12px 10px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    background-color: #f4efff;
    background-image: url(/static/img/moneybag.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    display: flex;
    align-items: center;
}

.side_icon_wrap {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #1faae5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.side_icon_wrap .plane_icon {
    font-size: 1.65rem;
    margin-right: 0.25rem;
    color: #fff;
}

.side_ad .side_icon_wrap {
    margin-right: 0.75rem;
}

.side_ad .side_ad_text p {
    font-size: 11px;
    color: #8b8b8b;
}

.side_ad .side_ad_text h4 {
    font-size: 16px;
    font-weight: bold;
    color: var(--primaryColor);
    margin: 0;
}

.side_announcemen {
    position: relative;
    margin-top: 1.5rem;
    padding: 12px 10px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.side_announcemen .side_flex {
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: start;
}

.side_announcemen .side_flex .slick_text {
    width: 65%;
}

.side_announcemen .side_icon_wrap .speaker_icon {
    font-size: 1.65rem;
    color: #fff;
}

.side_announcemen p {
    margin-left: 0.65rem;
    font-weight: bold;
}

.side_announcemen .slick_text .slick-prev,
.side_announcemen .slick_text .slick-next {
    position: absolute;
    right: -62px;
    background: transparent;
    border: none;
}

.side_announcemen .slick_text .slick-prev {
    top: 5px;
}

.side_announcemen .slick_text .slick-next {
    bottom: 5px;
}

.side_announcemen .slick_text .fa-caret-up,
.side_announcemen .slick_text .fa-caret-down {
    font-size: 16px;
    color: #cecece;
}

.side_announcemen .slick_text .slick-list {
    width: 200px;
}

.side_announcemen .slick_text .slick-slide {
    width: 100% !important;
    margin: 8px 0
}

.side_article .point_table .table_body .tr:hover .article_title p,
.side_announcemen .slick_text .fa-caret-up,
.web_list_bg .title_wrap .btn_style:hover p, .plus_comment {
    color: var(--primaryColor);
}

.point {
    padding: 0.35rem 0.55rem;
    background: #cdcdcd;
    border-radius: 5px;
    text-align: center;
    margin-left: auto;
}

.point p {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    margin-left: 0;
}

/* activity */
.side_activity {
    margin-top: 2.65rem;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
}

.popular_activity {
    padding-bottom: 2rem;
    border-bottom: var(--border);
}

.popular_activity .title_wrap {
    padding-left: 0.65rem;
    border-left: 4px solid var(--primaryColor);
}

.popular_activity .title_wrap h3 {
    font-size: 1.75rem;
    margin: 0;
    color: #585858;
}

.popular_activity .title_wrap p {
    color: #888888;
    text-transform: uppercase;
    padding-left: 0.2rem;
    letter-spacing: .5px;
}

.activity_list {
    margin-top: 2.25rem;
}

.list_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.list_item:last-child {
    margin-bottom: 0;
}

.item_icon_wrap {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--primaryColor);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem;
    margin-right: 0.5rem;
}

.list_item p {
    color: #8a8a8a;
    font-size: 12px;
    letter-spacing: .5px;
}

.item_icon_wrap img {
    max-width: 100%;
}

.list_item .point p {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    margin-left: 0;
}

.item_icon_wrap.color_style {
    background: #ecc12f;
    padding: 0.25rem;
}

.item_icon_wrap .icon_star {
    color: #fff;
    font-size: 14px;
}

/* side_article */
.side_article,
.siede_point {
    margin-top: 2rem;
    border: var(--border);
    border-radius: 6px;
}

.tab_rank {
    display: flex;
    align-items: center;
    border: 2px solid var(--primaryColor);
    border-radius: 6px 6px 0 0;
}

.tab_item {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 0;
    cursor: pointer;
}

.tab_item.podium_tab_item {
    padding: 1.2rem 0;
    align-items: flex-end;
}

.tab_item .icon_border {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #f1d643;
    padding: 0.35rem;
    margin-right: 0.35rem;
}

.tab_item .icon_border.icon_podium {
    width: auto;
    height: auto;
    border: none;
    padding: 0;
    margin-right: 0.5rem;
}

.siede_point .tab_item.active .icon_border,
.siede_point .tab_item.active2 .icon_border {
    border-color: #fff;
}

.tab_item .trophy_icon {
    font-size: 1.15rem;
    color: #f1d643;
}

.tab_item .icon_border.icon_podium > .trophy_icon {
    font-size: 18px;
}

.tab_item p {
    font-size: 1.25rem;
    color: var(--primaryColor);
    font-weight: bold;
}

.item_content {
    display: none;
    padding: 15px 13px;
}

.tab_item.active {
    background: var(--primaryColor);
    cursor: auto;
    border-top-left-radius: 4px;
}

.tab_item.active2 {
    background: var(--primaryColor);
    cursor: auto;
    border-top-right-radius: 4px;
}

#tabRank.tab_rank > .tab_item {
    height: 42px;
}

.tab_item.active p,
.tab_item.active2 p {
    font-weight: bold;
    color: #fff;
}

.item_content.show {
    display: block;
}

/* table */
.point_table .table_body .tr {
    display: flex;
    align-items: center;
    padding: 1rem 0;
}

.point_table .table_body .tr:first-child {
    padding-top: 0;
}

.side_article .point_table .table_body .tr {
    border-bottom: none;
    justify-content: flex-start;
    padding: 0;
    margin-bottom: 1.25rem;
}

.side_article .point_table .table_body .tr:last-child {
    margin-bottom: 0.4rem;
}

.side_article .tr .dots_icon {
    font-size: 0.5rem;
    color: var(--primaryColor);
    margin-right: 0.55rem;
}

.side_article .article_title p {
    font-weight: bold;
    color: #838383;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
}

.side_article .article_title p span {
    color: var(--primaryColor);
    margin-right: 0.35rem;
}


/* point */
.siede_point .tab_rank {
    border: 2px solid #fec214;
}

.siede_point .tab_item.active,
.siede_point .tab_item.active2 {
    background: #fec214;
}

.siede_point .tab_item p {
    color: #fec214;
}

.point_table .table_body .td:first-child {
    width: 55%;
    text-align: start;
    display: flex;
    align-items: center;
}

.point_table .table_body .td {
    width: 45%;
    text-align: end;
}

/* member level */
.point_table .table_body .td.rank_member_level {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.point_table .table_body .td.rank_member_level > .rank_member_icon {
    max-height: 20px;
    margin-right: 0.25rem;
}

.point_table .table_body .td.rank_member_level > .rank_member_icon.level_icon_01 {
    width: 11px;
    max-height: 17px;
}

.point_table .table_body .td.rank_member_level > .rank_member_icon.level_icon_02 {
    max-height: 18px;
}

.point_table .table_body .td.rank_member_level > .rank_member_icon.level_icon_05 {
    width: 16px;
    max-height: 21px;
}

.table_body .td p {
    color: #6e6e6e;
}

.rank_top .td p {
    font-weight: bold;
    color: #858585;
}

.rank_top .td:last-child p {
    font-weight: bold;
    color: var(--primaryColor);
}

.ranking_icon {
    margin-right: 0.5rem;
}

.rank_number {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: #e2e2e2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.75rem;
}

.rank_number p {
    font-size: 11px;
    padding-bottom: 3px;
    font-weight: bold;
}

.siede_point .point_table .table_body .tr {
    padding: 0;
    margin-bottom: 1.25rem;
}

.siede_point .point_table .table_body .tr:last-child {
    margin-bottom: 0;
}

/* banner */
.latest_top_wr {
    margin-bottom: 2rem;
}

.banner {
    width: 100%;
    height: 315px;
    position: relative;
    background-color: #9718f1;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin-bottom: 2rem;
    border-radius: 10px;
}

.banner .bannerTextArea {
    box-sizing: border-box;
    width: 60%;
    height: 100%;
    padding-top: calc(315px* 0.11);
    padding-bottom: calc(315px* 0.11);
    padding-left: 3.5%;
    float: left;
    font-weight: bold;
}
.banner .bannerTextArea .title{
    font-size: calc(315px* 0.21);
    color: #fff;
    margin-bottom: calc(315px* 0.08);
    overflow: hidden;
    word-break: keep-all;
    margin-top: 0;
}
.banner .bannerTextArea .title span{
    font-size: calc(315px* 0.17);
}
.banner .bannerTextArea .subTitle{
    font-size: calc(315px* 0.075);
    height: calc(315px* 0.24);
    line-height: calc(315px* 0.1);
    margin-bottom: calc(315px* 0.04);
    overflow: hidden;
    word-break: break-word;
    color: yellow;
}
.banner .bannerTextArea .content{
    font-size: calc(315px* 0.05);
    height: calc(315px* 0.14);
    line-height: calc(315px* 0.07);
    overflow: hidden;
    word-break: break-word;
    color: #fff;
}
.banner .bannerTextArea .subTitle span,.banner .bannerTextArea .content span{
    display: block;
}

.banner .bannerImgArea {
    box-sizing: border-box;
    width: 40%;
    height: 100%;
    float: right;
    padding-right: 4%;
    padding-top: calc(315px* 0.03);
    overflow: hidden;
    text-align: center;
}
.banner .bannerImgArea img {
    height: 95%;
    position: relative;
    bottom: -5%;
}

.banner.mini_game {
    background: url(/static/img/mini_game_banner.webp);
    background-size: cover;
    cursor: pointer;
}

.banner.mini_game .bannerTextArea {
    width: 100%;
    padding-top: calc(315px* 0.08);
    padding-bottom: calc(315px* 0.11);
    padding-right: 3.5%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-family: 'Black Han Sans', sans-serif !important;
    font-weight: 500;

}

.banner.mini_game .bannerTextArea > .banner_top {
    padding-top: 2.5rem;
    height: 100%;
}

.banner.mini_game .bannerTextArea h2.title {
    color: #FAF5FF;
    font-weight: 500;
    font-size: calc(315px* 0.15);
    font-family: 'Black Han Sans', sans-serif !important;
    line-height: 1;
    margin-bottom: calc(315px* 0.03);
    -webkit-text-stroke: 1px #6B1FAA;
}

.banner.mini_game .bannerTextArea h3.subTitle {
    color: #FAF5FF;
    font-size: calc(315px* 0.12);
    font-weight: 500;
    font-family: 'Black Han Sans', sans-serif !important;
    height: auto;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: calc(315px* 0.04);
    -webkit-text-stroke: 1px #6B1FAA;
}

.banner.mini_game .bannerTextArea .content {
    font-size: calc(315px* 0.08);
    height: auto;
    line-height: 1.3;
    color: #FFC32A;
}

.banner.mini_game .bannerTextArea > .banner_bottom {
    font-family: 'NEXON Lv2 Gothic', sans-serif!important;
    color: #D8B3FF;
    padding-bottom: 1.5rem;
    letter-spacing: 1px;
}

/* game */
.banner.game_play {
    background: url(/static/img/game_play_banner.webp);
    background-size: cover;
    margin-bottom: 2rem;
    cursor: pointer;
}

.banner.game_play .bannerTextArea {
    width: 70%;
    margin: 0 auto;
    float: none;
    padding-left: 9%;
    position: relative;
}

.banner.game_play .bannerTextArea > .wrap_flex {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.banner.game_play h2.banner_title {
    font-size: calc(315px* 0.14);
    font-family: 'Black Han Sans', sans-serif !important;
    margin-top: 0;
    margin-bottom: 0;
    color: #3900BF;
    text-shadow: 
        2px 2px 0px #FFF8E7, 
        -2px 2px 0px #FFF8E7, 
        2px -2px 0px #FFF8E7, 
        -2px -2px 0px #FFF8E7, 
        2px 3px 0 #6B1FAA;
}

.banner.game_play h3.sub_title {
    font-size: calc(315px* 0.13);
    letter-spacing: 1.5px;
    line-height: 1;
    font-family: 'Black Han Sans', sans-serif !important;
    margin-top: 0;
    margin-bottom: 0;
    color: #3900BF;
    text-shadow: 
        2px 2px 0px #FFF8E7,
        -2px 2px 0px #FFF8E7,
        2px -2px 0px #FFF8E7,
        -2px -2px 0px #FFF8E7,
        3px 4px 0 #6B1FAA;
}

.banner.game_play .play_content {
    width: 100%;
    padding: 1.2rem 1rem 0.35rem;
    background: #F03300;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}

.banner.game_play .play_content > p {
    line-height: 1;
    font-family: 'Black Han Sans', sans-serif !important;
    font-size: calc(315px* 0.155);
    color: #fff;
    text-shadow: 2px 2px 0 #6B1FAA;
}

.banner.game_play .content_bottom {
    margin-top: 1rem;
}

.banner.game_play .content_bottom > p {
    font-size: calc(315px* 0.115);
    font-family: 'Black Han Sans', sans-serif !important;
    color: #FFE090;
    text-shadow: 
    2px 2px 0px #3900BF, 
    -2px 2px 0px #3900BF, 
    2px -2px 0px #3900BF, 
    -2px -2px 0px #3900BF, 
    2px 3px 0 #6B1FAA;
}

.banner.game_play .bannerTextArea img.game_star {
    position: absolute;
    top: 0;
    right: -6vw;
}

.notice_block {
    width: 100%;
}

.notice_block .row {
    --bs-gutter-x: 2rem;
}

.notice_item {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notice_wrap {
    width: 100%;
    padding: 25px;
    cursor: pointer;
    background: linear-gradient(180deg, #FAF5FF -70.91%, #FFFFFF 155.84%);
    border-radius: 15px;
    display: flex;
    align-items: center;
}

.notice_wrap > .img_wrap {
    margin-right: 1rem;
}

.notice_wrap > .text_content > p {
    color: #919191;
    font-size: 1.35rem;
    letter-spacing: 1px;
    line-height: 1.3;
}

.notice_wrap p.notice_title {
    color: #707070;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 0.65rem;
}

.notice_wrap:hover {
    background: #F3E8FF;
}

.notice_wrap:hover p.notice_title,
.notice_wrap:hover > .text_content > p {
    color: #581A89;
}

.progress_bar {
    width: 100%;
    height: 4px;
    display: flex;
    margin-top: 0.5rem;
}

.bar_all {
    width: 100%;
    background: var(--primaryColor);
}

.bar_one {
    width: 95%;
    background: var(--primaryColor);
}

.bar_two {
    width: 5%;
    background: #e2e2e2;
}

/* ad block (index) */
.index_ad_block {
    background: #f7f8fa;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    border-radius: 10px;
    padding: 10px 15px;
}

.latest_wr .index_ad_block {
    padding: 50px 20px 30px;
    position: relative;
}

.index_ad_block img.safe_image {
    position: absolute;
    top: 60px;
    right: 3vw;
}

.content_title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content_title.banner_bg {
    padding: 1.5rem;
    background: linear-gradient(90deg, rgba(250, 245, 255, 0) 0%, #E9D4FF 50.5%, rgba(250, 245, 255, 0) 100%);
}

.index_image_top > .content_title > p {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 1.3;
    text-align: center;
}

.index_image_top > .content_title > p.index_title {
    font-size: 45px;
    color: transparent;
    font-family: 'Black Han Sans', sans-serif !important;
    background: linear-gradient(180deg, #000000 0%, #581A89 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

.content_slogan {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.content_slogan img {
    max-width: 270px;
}

.content_text {
    position: relative;
    text-align: center;
}

.content_text .text_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.65rem;
}

.content_text .text_wrap p {
    font-size: 2.85rem;
    color: #555557;
    text-transform: uppercase;
    font-weight: bold;
}

.content_text .text_wrap p.primary_color {
    color: var(--primaryColor);
    margin-left: 0.65rem;
}

.content_text p {
    font-size: 1.5rem;
    color: #b1b1b1;
    text-transform: uppercase;
    font-weight: bold;
}

.stars_wrap {
    margin-top: 1.5rem;
}

.stars_wrap .star_icon {
    font-size: 2rem;
    color: #f2d232;
    margin-right: 0.5rem;
}

.stars_wrap .star_icon:last-child {
    margin-right: 0;
}

.content_text::after {
    content: "";
    position: absolute;
    top: 30px;
    left: -70px;
    width: 50px;
    height: 5px;
    background: var(--primaryColor);
}

.content_text::before {
    content: "";
    position: absolute;
    top: 30px;
    right: -70px;
    width: 50px;
    height: 5px;
    background: var(--primaryColor);
}

.latest_wr .index_ad_block .content_ad_wrap {
    margin-top: 3.25rem;
}

.bo_common.bo_list .index_ad_block {
    margin-top: 3.25rem;
}

.ad_style {
    width: 100%;
}

.ad_style img {
    width: 100%;
    max-width: 100%;
    height: 120px;
    border-radius: 7px;
}

.content_ad_wrap .row {
    padding: 1rem 1rem 0;
}

.content_ad_wrap .col-4 {
    margin-bottom: 1rem;
}

.ad_img_side {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 20px;
    left: -172px;
}

.ad_img_side img {
    margin-bottom: 1.5rem;
}

.index_ad_block:last-child {
    margin-top: 3.5rem;
}

/* ad_block - 2 */
.ad_block_bg {
    padding: 40px 0 0;
    background-image: url('/static/img/imdex_img_01.webp');
    background-size: 47%;
    background-repeat: no-repeat;
    background-position: right -100px top -97px;
}

.auto_website {
    text-align: center;
    margin-bottom: 4rem;
}

.auto_website img {
    max-width: 270px;
    margin-bottom: 1.5rem;
}

.flex_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ad_block_bg .content_wrap {
    margin-bottom: 3.5rem;
}

.ad_block_bg .content_wrap:last-child {
    margin-bottom: 0;
}

.ad_block_bg .content_wrap .wrap_two img {
    position: absolute;
    bottom: 15px;
    right: 0;
}

.content_wrap .title_style {
    display: inline-block;
    background: var(--primaryColor);
    color: #fff;
    padding: 12px 30px 12px 125px;
    border-radius: 0 8px 8px 0;
}

.content_wrap .title_style img {
    position: absolute;
    top: -17px;
    left: 22px;
}

.content_wrap .title_style p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.3;
}

.content_wrap .title_style p>span {
    font-weight: bold;
}

.index_ad_block .content_wrap .description_wrap {
    position: relative;
    margin-top: 2rem;
    padding: 20px;
}

.index_ad_block .description_wrap p {
    font-size: 14px;
    line-height: 1.65;
    text-transform: uppercase;
    color: #8f8f8f;
}

.index_ad_block .description_wrap p>span {
    color: #545454;
    font-weight: bold;
}

.index_ad_block .description_wrap p.text_title {
    font-size: 19px;
    font-weight: bold;
    color: #545454;
    margin-bottom: 1.25rem;
    letter-spacing: 1px;
    line-height: 1.3;
}

.ul_list_style {
    width: 90%;
    padding-bottom: 2.65rem;
    border-bottom: var(--border);
    margin-bottom: 2.65rem;
}

.ul_list_style.ul_full {
    width: 100%;
}

.empiric_ul {
    counter-reset: list-counter;
}

.empiric_ul li {
    position: relative;
    margin-bottom: 1.05rem;
    padding-left: 25px;
}

.empiric_ul li:last-child {
    margin-bottom: 0;
}

.empiric_ul li::before {
    content: counter(list-counter);
    counter-increment: list-counter;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: #fcc314;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 12px;
}

.content_wrap .green_content {
    position: relative;
    background: #fec214;
    border-radius: 10px;
    padding: 1.5rem 1.85rem;
    margin-top: 3rem;
}

.content_wrap .green_content p {
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
}

.content_wrap .green_content p.large_text {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}

.ad_safety_bg .content_wrap .description_wrap .green_content img.trophy_img {
    position: absolute;
    right: -10px;
    bottom: 8px;
}

.ad_block_bg .color_line {
    height: 7px;
    border-radius: 0 0 9px 9px;
}

/* category block */
.category_top {
    display: flex;
    align-items: center;
    border: 1px solid var(--primaryColor);
    border-radius: 10px 10px 0 0;
}

.category_top .top_nav_item {
    flex: 1;
    min-height: 42px;
    display: flex;
    padding: 1rem 0.75rem;
    align-items: center;
    justify-content: center;
    border-right: 1px solid var(--primaryColor);
    cursor: pointer;
}

.category_top .top_nav_item p {
    font-size: 15px;
    color: var(--primaryColor);
}

.category_top .top_nav_item img {
    max-width: 22px;
    margin-right: 0.5rem;
}

.category_top .top_nav_item:hover {
    background: #f4efff;
}

.category_top .top_nav_item:last-child {
    border-right: none;
}

.category_top .top_nav_item.active p {
    color: #fff;
}

.category_top .top_nav_item .star_icon {
    font-size: 16px;
    color: #ffd602;
    margin-right: 0.5rem;
}

.category_top .top_nav_item:first-child.active,
.category_top .top_nav_item:first-child:hover {
    border-top-left-radius: 9px;
}

.category_top .top_nav_item:last-child.active,
.category_top .top_nav_item:last-child:hover {
    border-top-right-radius: 9px;
}

.category_bottom {
    display: none;
    border: var(--border);
    border-top: none;
    border-radius: 0 0 10px 10px;
    min-height: 215px;
}

.bottom_item_full {
    width: 100%;
    text-align: center;
    margin: auto 0;
}

.category_bottom.show {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
}

.category_bottom .bottom_item {
    width: 50%;
    padding: 20px;
}

.category_bottom .bottom_item .item_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.category_bottom .bottom_item .item_list:last-child {
    margin-bottom: 0;
}

.bottom_item .item_list .dot_icon {
    font-size: 0.5rem;
    margin-right: 1rem;
    color: var(--primaryColor);
}

.bottom_item .item_list p {
    font-size: 14px;
    color: #989898;
}

.bottom_item .item_list p.small_text {
    font-size: 12px;
}

.bottom_item .item_list p.small_text.text_black {
    color: #000;
}

.bottom_item .item_list p>span {
    font-weight: bold;
    color: var(--primaryColor);
}

/* .bottom_item .item_list:nth-of-type(3) p>span {
    color: #fcc314;
} */

.list_box .plus_box {
    padding: 3px 6px;
    background: var(--primaryColor);
    color: #fff;
    border-radius: 6px;
    margin-left: 0.75rem;
}

/* icon */
.bottom_item .list_box .new_icon {
    display: inline-block;
    width: 17px;
    line-height: 17px;
    font-size: 1rem;
    color: #23db79;
    background: #b9ffda;
    text-align: center;
    border-radius: 2px;
    margin-left: 0.5rem;
    font-weight: bold;
    vertical-align: middle;
}

.bottom_item .list_box .fa-download {
    display: inline-block;
    width: 14px;
    height: 14px;
    padding: 3px;
    color: #daae37;
    background: #ffefb9;
    text-align: center;
    border-radius: 2px;
    margin-left: 0.5rem;
    vertical-align: middle
}

.bottom_item .list_box .fa-link {
    display: inline-block;
    width: 14px;
    height: 14px;
    padding: 3px;
    color: #b451fd;
    background: #edd3fd;
    text-align: center;
    border-radius: 2px;
    margin-left: 0.5rem;
    vertical-align: middle
}

.list_box .plus_box p {
    font-size: 11px;
    color: #fff;
    font-weight: bold;
}

/* ad block 3 */
.web_list_bg {
    padding: 55px 0 0;
    background-image: url('/static/img/imdex_img_05.webp');
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: right -65px top -55px;
}

.web_list_bg .color_line {
    background: #fec214;
    height: 7px;
    border-radius: 0 0 9px 9px;
}

.web_list_bg .content_wrap .title_style {
    width: 50%;
    background: #f6d013;
}

.web_list_bg .title_stylep p {
    font-weight: bold;
}

.web_list_bg .title_wrap .btn_style {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    margin-left: 2rem;
}

.web_list_bg .title_wrap .btn_style p {
    color: #898b8a;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 0.5rem;
}

.web_list_bg .title_wrap .btn_style .arrow_icon {
    font-size: 16px;
    color: #fec216;
}

.scam_website {
    padding: 40px 35px;
    margin-top: 3rem;
    position: relative;
}

.control_btn.left {
    left: 20px;
}

.control_btn.right {
    right: 20px;
}

.scam_website .website_wrap {
    position: relative;
    padding: 0 8px;
    text-align: center;
}

.scam_website .website_wrap p {
    font-size: 14px;
    color: #8a8a8a;
    margin-top: 0.5rem;
}

.scam_website .website_wrap img.bottom_img {
    border-radius: 10px;
}

/* img */
img.img-fluid {
    width: 100%;
    max-width: 100%;
}

.scam_website .skeleton_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -80%);
}

.scam_website .control_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-80%);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    padding: 0.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    border: 1px solid #d0d0d0;
}

.scam_website .slick-prev {
    left: 25px;
}

.scam_website .slick-next {
    right: 25px;
}

.scam_website .control_btn .fa-angle-left,
.scam_website .control_btn .fa-angle-right {
    font-size: 2rem;
    color: #a9a9a9;
}

/* safety block */
.index_ad_block.ad_safety_bg {
    margin-top: 1.5rem;
    padding: 0;
}

.ad_safety_bg {
    padding: 40px 0 0;
    background-image: url(/static/img/imdex_img_09.webp);
    background-size: 47%;
    background-repeat: no-repeat;
    background-position: right -100px top -97px;
}

.ad_safety_bg .auto_website {
    padding-top: 5rem;
}

.ad_safety_bg .content_wrap {
    margin-bottom: 3.5rem;
}

.ad_safety_bg .content_text .text_wrap p.primary_color {
    color: #3bb900;
}

.ad_safety_bg .color_line {
    background: #3bb900;
    height: 7px;
    border-radius: 0 0 9px 9px;
}

.ad_safety_bg .content_text::after,
.ad_safety_bg .content_text::before,
.ad_safety_bg .content_wrap .title_style {
    background: #3bb900;
}

.ad_safety_bg .ul_list_style {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.ad_safety_bg .content_wrap .description_wrap img.trophy_img {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

/* free fix */
.ad_free_fix {
    margin-top: 3rem;
    padding: 0;
}

.ad_free_fix .auto_website {
    padding-top: 5rem;
}

.ad_free_fix .auto_website img {
    max-width: 270px;
    margin-bottom: 0;
}

.ad_free_fix .content_text::after,
.ad_free_fix .content_text::before,
.ad_free_fix .content_wrap .title_style,
.ad_free_fix .color_line {
    background: #14b6fe;
}

.ad_free_fix .content_text .text_wrap p.primary_color {
    color: #14b6fe;
}

.ad_free_fix .content_wrap {
    margin-bottom: 3.5rem;
}

.ad_free_fix .color_line {
    height: 7px;
    border-radius: 0 0 9px 9px;
}

.ad_free_fix .empiric_ul li::before {
    top: 4%;
    transform: translateY(0);
}

.ad_free_fix .ul_list_style {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.ad_free_fix .content_wrap .description_wrap img.trophy_img {
    position: absolute;
    right: 30px;
    bottom: 15vh;
    z-index: 1;
}

.ad_free_fix .content_wrap .description_wrap p.strong_text {
    font-size: 19px;
    font-weight: bold;
    color: #545454;
    margin-top: 1.75rem;
}

.latest_wr .index_ad_block.ad_free_fix {
    background-image: url(/static/img/imdex_img_11.webp);
    background-size: 47%;
    background-repeat: no-repeat;
    background-position: right -100px top -97px;
    padding: 0;
}

/* todays website */
.todays_website {
    margin-bottom: 2rem;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    border-radius: 8px;
}

.todays_website .color_line {
    height: 7px;
    border-radius: 0 0 9px 9px;
}

.todays_website .title_wrap {
    padding-left: 0.65rem;
    border-left: 4px solid var(--primaryColor);
}

.today_title {
    padding: 20px;

}

.today_title h3 {
    margin: 0;
    font-size: 2rem;
    color: #727272;
}

.today_title p {
    font-size: 14px;
    color: #8a8a8a;
    padding-left: 0.25rem;
    text-transform: uppercase;
}

.user_block {
    margin-bottom: 1.5rem;
    padding: 0 5rem 0 4.5rem;
}

.user_block .col .user {
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.user_block .col .user {
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.user_block .col .user .img_wrap img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin: 0 auto;
}

.user_block .col .user .img_wrap,
.user_block .col .user .text_wrap {
    text-align: center;
}

.user_block .col .user .text_wrap {
    margin-top: 0.65rem;
}

.user .text_wrap span {
    font-size: 12px;
    color: #999999;
    clear: both;
}

.user .text_wrap span.user_point {
    font-size: 13px;
    color: var(--primaryColor);
    font-weight: bold;
}

/* user slick */
.user_block .slick-prev,
.user_block .slick-next {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: var(--border);
    background: rgba(255, 255, 255, 0.8);
}

.user_block .slick-prev {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: -24px;
    transform: translateY(-70%);
}

.user_block .slick-next {
    position: absolute;
    z-index: 99;
    top: 50%;
    right: -27px;
    transform: translateY(-70%);
}

.user_block .slick-prev .fa-angle-left {
    font-size: 2.25rem;
    color: #a9a9a9;
}

.user_block .slick-next .fa-angle-right {
    font-size: 2.25rem;
    color: #fcc314;
}

/* modal */
.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal.show {
    display: flex;
}

.modal.user_modal {
    overflow: hidden;
}

.modal_content {
    background-color: #fff;
    margin: auto;
    width: 80%;
    max-width: 400px;
    height: 78vh;
    border-radius: 10px;
}

.modal_content .content {
    position: relative;
    padding: 20px;
    height: 100%;
}

.close_wrap {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 99;
}

.close,
.user_close {
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #a9a9a9;
    padding: 1rem;
    border-radius: 50%;
    border: var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
}

.close:hover {
    background: #a9a9a9;
    color: #fff;
}

/* Slick style */
.slick_ig {
    max-height: 67vh;
}

.slick_ig .item {
    height: 100%;
    height: 67vh;
}

.slick_ig .item img {
    width: 98%;
    height: 55vh;
    object-fit: contain;
}

.slick_ig .slick-list {
    margin-top: 2rem;
}

.slick_ig .slick-dots {
    position: absolute;
    top: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.banner_carousel .slick-dots {
    position: absolute;
    bottom: 4rem;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.slick_ig .slick-dots>li,
.banner_carousel .slick-dots>li {
    padding: 0 0.55rem;
}

.slick_ig .slick-dots>li>button,
.banner_carousel .slick-dots>li>button {
    background: #cfd4d8;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: none;
    color: transparent;
}

.slick_ig .slick-dots>li>button:active,
.slick_ig .slick-dots>li>button:focus-visible,
.banner_carousel .slick-dots>li>button:active,
.banner_carousel .slick-dots>li>button:focus-visible {
    border: none;
    border-color: transparent;
    box-shadow: none;
}

.slick_ig .slick-dots>li.slick-active>button,
.banner_carousel .slick-dots>li.slick-active>button {
    background: #fec214;
}

.slick_ig .item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 3rem 2rem 0;
    height: 100%;
}


#postModal .slick_ig {
    width:100%;
    height: auto;
    max-height: 200px;
}

#postModal .slick_ig .item {
    width:100%;
    height:100%;
}

#postModal .slick_ig .item img {
    width:100%;
    height:100%;
    max-height: 150px;
    object-fit: contain;
}

#postModal .slick_ig .slick-list {
    margin-top: 2rem;
}

#postModal .slick_ig .item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 3rem 2rem 0;
    height: 100%;
}

#postModal .article_tag{
    flex-wrap: wrap;
    align-items:stretch;
    justify-content: center;
}
#postModal .article_tag .user_img{
    flex:1;
}
#postModal .article_tag .user_tag_block{
    align-self: end;
    flex:7;
    position: relative;
}
#postModal .article_tag .user_bottom_info{
    flex: 1 0 100%;
    width: 100%;
}
#postModal .story_tool_wrap {
    position: absolute;
    right: 0;
    top: 0.25rem;
}
#postModal .story_tool_wrap .more {
    position: absolute;
    width: 100px;
    top: 25px;
    right: 0;
    background: #fff;
    border: var(--moreUlBorder);
    z-index: 1000;
}
#postModal .story_tool_wrap .more li {
    border-bottom: var(--moreLiBorder);
    color: #6b757c;
    text-align: left;
}
#postModal .story_tool_wrap .more a {
    display: block;
    padding: 10px 7px;
    width: 100%;
    border: 0;
    background: var(--contBg);
    color: #6b757c;
    font-size: 1.2rem;
    text-align: left;
    cursor: pointer;
}
#postModal .story_tool_wrap a > .icon_float {
    float: right;
}

.modal_title {
    margin-top: 0.75rem;
    padding-bottom: 2rem;
    border-bottom: var(--border);
}

.modal_title .content_title {
    display: flex;
    align-items: start;
    padding-left: 1rem;
    border-left: 4px solid var(--primaryColor);
}

.modal_title .content_title h4 {
    margin: 0;
    font-size: 17px;
    color: #545454;
}

.modal_title .content_title p {
    color: #989898;
    font-size: 12px;
    text-transform: uppercase;
}

.user_info {
    padding-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user_info .user_info_block {
    width: 100%;
    display: flex;
    align-items: center;
}

.user_info img,
.article_tag .user_img img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.user_info .user_article {
    margin-left: 0.75rem;
}

.user_info .user_article p {
    color: var(--primaryColor);
    font-size: 15px;
    font-weight: bold;
}

.user_info .user_article p.small {
    color: #898989;
    font-size: 12px;
    font-weight: 500;
}

.user_info .tool_box .tool_btn {
    border: none;
    background: transparent;
    padding: 0.5rem;
}

.user_info .tool_box .tool_btn .icon_ellipsis {
    font-size: 2.5rem;
    color: #fff;
}

/* user modal nav */
.user_nav_tool {
    margin-top: 1.5rem;
}

.user_nav_tool .nav_tool {
    border: var(--border);
    border-radius: 5px;
    padding: 0.65rem 1rem;
    text-align: center;
    cursor: pointer;
}

.user_nav_tool .active .nav_tool {
    border-color: #fec214;
    color: #fec214;

}

.user_sub_code {
    margin: 1.25rem 0 2.5rem;
    padding: 1.5rem;
    background: #f5f5f5;
    border-radius: 5px;
}

.article_page {
    display: none;
}

.article_page.show {
    display: block;
    border: var(--border);
    border-radius: 5px;
}

.code_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 0.85rem;
}

.code_wrap:last-child {
    margin-bottom: 0;
}

.code_wrap .code_icon {
    width: 17px;
    height: 17px;
    background: #8a8a8a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem;
    margin-right: 0.35rem;
}

.code_wrap .code_icon .fa-globe,
.code_wrap .code_icon .fa-ticket {
    font-size: 0.85rem;
    color: #fff;
}

.code_wrap .code_icon .fa-ticket {
    margin-left: 0.15rem;
}

.code_web_link .fa-instagram {
    margin: 0 0.5rem;
    font-size: 14px;
    color: var(--primaryColor);
}

.code_wrap p,
.code_wrap .code_web_link a {
    color: #8a8a8a;
}

.code_wrap span {
    font-weight: bold;
    text-decoration: underline;
}

.user_article_content {
    width: 100%;
    margin-top: 1.5rem;
    max-height: calc(78vh - 340px);
    overflow: auto;
    scrollbar-width: none;
}

.user_article_content::-webkit-scrollbar {
    display: none;
}

.user_article .article_tag {
    padding: 15px;
}

.article_tag {
    display: flex;
    align-items: flex-start;
}

.user_tag_block {
    width: 100%;
    padding-left: 1.65rem;
}

.user_top_info {
    padding-bottom: 0.85rem;
    border-bottom: var(--border);
}

.user_top_info p {
    font-size: 13px;
    color: #a0a0a0;
}

.user_top_info .user_name {
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    margin-bottom: 0.15rem;
}

.user_top_info .user_name span {
    font-size: 13px;
    font-weight: 500;
    margin-left: 1rem;
}

.article_img_block img {
    width: 100%;
    max-width: 100%;
}

.user_bottom_info {
    margin-top: 0.85rem;
}

.user_bottom_info .tag_group {
    display: flex;
    flex-wrap: wrap;
}

.user_bottom_info .tag_group p {
    color: var(--primaryColor);
    margin-right: 0.75rem;
    font-weight: bold;
}

.article_content_block {
    margin-top: 0.5rem;
}

.article_content_block p {
    color: #8c8c8c;
    line-height: 1.5;
}
.article_content_block p img {
    max-width: 100%;
}

#postModal .user_article {
    border-bottom: 3px solid #e5ecee;
}
#postModal .user_article .other_info.row {
    justify-content: center;
    align-items: center;
    padding: 0;
}
#postModal .user_article .other_info.row .good,#postModal .user_article .other_info.row .message {
    font-size: 1.5rem;
    font-weight: bold;
    border: 1px solid #e5ecee;
    padding: 5px 0;
    text-align: center;
    color: #8c8c8c;
    cursor: pointer;
}
#postModal .user_article .other_info.row .good.active,#postModal .user_article .other_info.row .message.active {
    color: var(--primaryColor);
}

#postModal .user_article .other_info.row .good svg,#postModal .user_article .other_info.row .message svg{
    margin-right: 3px;
}
#postModal .modal_content .subModal_content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    height: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1200;
    background: #eee;
    transition: opacity 1s ease-in-out, visibility 1s ease-in-out, height 1s ease-in-out;/* 將過渡效果添加到這裡 */
}
#postModal .modal_content .subModal_content.show {
    opacity: 1;
    visibility: visible;
    height: 63%;
}

#postModal .modal_content .subModal_content .commentsBlock {
    position: relative;
    padding: 5rem 0;
    width: 100%;
    height: 100%;
}
#postModal .modal_content .subModal_content .commentsBlock .inserComment{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1rem 1rem;
    margin: 0;
    align-items: center;
    justify-content:center;
    width: 100%;
    height: 5rem;
    text-align: center;
    border-top: 2px solid var(--primaryColor);
    font-size: 18px;
    color: #999;
}
#postModal .modal_content .subModal_content .commentsBlock .inserComment .inserInputBlock input,
#postModal .modal_content .subModal_content .commentsBlock .commentsContent .comments .article_content_block > textarea{
    border-radius: 8px;
    width:100% !important;
    line-height:20px !important;
    padding-left: 5px;
    border: 1px solid #a9a9a9;
    background: #f5f5f5;
}
#postModal .modal_content .subModal_content .commentsBlock .inserComment .inserInputBlock input::placeholder{
    color: #999;
}
#postModal .modal_content .subModal_content .commentsBlock .inserComment .inserBtnBlock span{
    padding: 3px 5px;
    border: 2px solid #a9a9a9;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    cursor: pointer;
    display: block;
}
/* //////////////////////////////// */
#postModal .modal_content .subModal_content .commentsBlock .commentsContent{
    height: 100%;
    overflow-y: auto;
}
#postModal .modal_content .subModal_content .commentsBlock .commentsContent .comments {
    background-color: #fff;
}
#postModal .modal_content .subModal_content .commentsBlock .commentsContent .comments .article_content_block > span{
    padding: 3px 5px;
    border: 2px solid #a9a9a9;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    width: auto;
    cursor: pointer;
    display: block;
    float: right;
    text-align: center;
    color: #a9a9a9;
}

.customizationGood > svg{
    color: #a9a9a9 !important;
    width: 20px !important;
    height: 20px !important;
    background: transparent !important;
}
.customizationGood.active > svg{
    color: var(--primaryColor) !important;
}

.user_modal .user_info {
    padding-bottom: 1.5rem;
    border-bottom: var(--border);
}

.no_content {
    text-align: center;
}

.no_content p {
    font-size: 12px;
    color: #999999;
}

/* ad block new */
.index_ad_block.ad_play_safe,
.index_ad_block.ad_playground {
    padding: 0;
    margin-bottom: 2.5rem;
}

.ad_play_safe .content_wrap,
.ad_playground .content_wrap {
    margin-top: 3.65rem;
}

.ad_playground .content_wrap .description_wrap {
    padding-bottom: 40px;
}

.ad_play_safe .ad_safe_bg {
    background: url(/static/img/ad_block_bg.webp);
    background-position: center;
    background-size: cover;
    border-radius: 10px 10px 0 0;
    padding: 5.5rem 2.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ad_play_safe .small_sub_title,
.ad_playground .small_sub_title {
    text-align: center;
}

.ad_play_safe .small_sub_title p,
.ad_playground .small_sub_title p {
    font-size: 14px;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.ad_play_safe .slogan_title {
    margin-bottom: 1.5rem;
}

.ad_play_safe .slogan_title h3 {
    font-size: 30px;
    color: #feba3e;
    line-height: 1.3;
    margin: 0;
}

.ad_play_safe .main_title h4 {
    font-size: 20px;
    color: #feba3e;
    line-height: 1.3;
    margin: 0;
}

.content_wrap .title_style.bg_deep_blue {
    background: #191766;
}

.content_wrap .title_style.bg_red {
    background: #dc3e3b;
}

.content_wrap .title_style.bg_khaki {
    background: #c08b3f;
}

.ad_play_safe .empiric_ul li::before,
.ad_playground .empiric_ul li::before {
    border-radius: 50%;
    top: 4%;
    transform: translateY(0);
}

.ad_casino .empiric_ul.orange li::before {
    background-color: #ff7200
}

.ad_playground .content_two {
    margin-top: 1rem;
}

.ad_casino .content_wrap {
    margin-top: 3rem;
}

.ad_play_safe .text_start,
.ad_casino .text_start {
    text-align: start;
}

.wrap_two .empiric_ul {
    margin-bottom: 2rem;
}

.ad_play_safe .description_wrap p.text_title,
.ad_casino .description_wrap p.text_title {
    font-size: 17px;
    color: #7a7a7a;
    margin-bottom: 1.25rem;
    letter-spacing: -1px;
    line-height: 1.5;
}

.ad_playground .ad_playground_bg {
    background: url(/static/img/ad_block_bg2.webp);
    background-position: center;
    background-size: cover;
    border-radius: 10px 10px 0 0;
    padding: 5.5rem 2.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ad_playground .main_title h4 {
    font-size: 28px;
    color: #7e38ff;
    line-height: 1.3;
    margin: 0;
}

.ad_playground .slogan_title {
    margin-bottom: 1.5rem;
}

.ad_playground .slogan_title h3 {
    font-size: 30px;
    color: #c08b3f;
    line-height: 1.3;
    margin: 0;
}

.ad_playground .main_title h4 {
    font-size: 20px;
    color: #c08b3f;
    line-height: 1.3;
    margin: 0;
}

.ad_casino .ad_casino_bg {
    background: url(/static/img/ad_block_bg3.webp);
    background-position: center;
    background-size: cover;
    border-radius: 10px 10px 0 0;
    padding: 6.5rem 2.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ad_casino .text_start {
    padding: 40px 20px 30px;
}

.ad_casino .text_start p {
    font-size: 13px;
    line-height: 1.65;
    text-transform: uppercase;
    color: #a5a5a5;
}

.ad_play_safe .present_img {
    position: absolute;
    bottom: 140px;
    right: 35px;
    max-width: 300px;
    z-index: 99;
}

.ad_playground .lock_img {
    position: absolute;
    bottom: 25px;
    right: 35px;
    max-width: 300px;
    z-index: 99;
}

.ad_casino .slot_img {
    position: absolute;
    bottom: 35px;
    right: 35px;
    max-width: 300px;
    z-index: 99;
}

.ad_casino .slogan_title h3 {
    font-size: 32px;
    color: #ff4242;
    margin: 0;
}

.ad_casino .main_title h4 {
    font-size: 20px;
    color: #c08b3f;
    line-height: 1.3;
    margin: 0;
}

.ad_casino .small_sub_title p {
    margin-bottom: 0;
}

.ad_casino .fixed_width {
    width: 350px;
}

.ad_casino .content_wrap .description_wrap {
    padding-bottom: 15px;
}

/* color line */
.index_ad_block .color_line {
    height: 7px;
    border-radius: 0 0 9px 9px;
}

.ad_play_safe .color_line {
    background: #1b187f;
}

.ad_playground .color_line {
    background: #c08b3f;
}

.ad_casino .color_line {
    background: #dc3e3b;
}

/* telegram login style */
.sns-wrap iframe {
    height: 40px !important;
    width: 100% !important;
    padding: 0.35rem;
    background-color: #67aaeb;
}

.fregister_agree input {
    width: 17px;
    height: 17px;
    border-radius: 5px;
}

.bo_write .img_notice_text {
    display: flex;
    align-items: flex-start;
}

.bo_write .img_notice_text .fa-circle-info {
    font-size: 15px;
    color: #dc3636;
}

.bo_write .img_notice_text p {
    color: #dc3636;
    line-height: 1.3;
    margin-left: 0.5rem;
}

/* collapsed */
.collapsed_content {
    overflow: hidden;
    transition: max-height 1s ease-in-out, opacity 0.75s ease-in-out;
    max-height: 130px;
    opacity: 1;
    position: relative;
}

.collapsed_content.expanded {
    max-height: 100vh;
    opacity: 1;
}

.collapsed_content::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, rgba(247, 248, 250, 0.3), rgba(255, 255, 255, 1));
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
    pointer-events: none;
    z-index: 10;
}

.collapsed_content.expanded::before {
    opacity: 0;
}

.collapse_btn {
    display: none;
}

#wrapper .toggle_btn {
    background: transparent;
    color: #919191;
    font-size: 14px;
}

#wrapper .btn_text_center {
    display: flex;
    justify-content: center;
}

#wrapper .toggle_btn .angles_icon {
    font-size: 25px;
    margin-bottom: 0.5rem;
}

.index_ad_block.index_image_top {
    padding: 50px 10px 20px;
    background: url(/static/img/ind_banner_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.index_ad_block.ad_block_bg {
    padding: 40px 0 0;
}

.index_ad_block.index_ad_block_bottom {
    padding: 20px 15px;
}

.content_ad_wrap.index_ad_block_bottom_wrap {
    margin-top: 0;
}

/* homepage streaming */
.latest_wr .index_ad_block.streaming_section {
    display: flex;
    align-items: center;
    background-image: url(/static/img/imdex_img_stream.png);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: right -90px top -87px;
    padding: 30px 20px;
    margin: 2.65rem 0 2.75rem;
    min-height: 35vh;
}

.streaming_section .streaming_text {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
    padding-left: calc(var(--bs-gutter-x)* 1);
}

.streaming_section .video_box > video {
    width: 100%;
    border-radius: 10px;
}

.streaming_section .streaming_text > .streaming_title {
    margin-bottom: 1rem;
}

.streaming_section .streaming_text > .streaming_content {
    margin-bottom: 2.5rem;
}

.streaming_section .streaming_text > .streaming_title > p {
    font-size: 38px;
    font-weight: bold;
    font-family: 'Black Han Sans', sans-serif !important;
    background: linear-gradient(to bottom, #6d03f1 37%,#9a14f5 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.streaming_section .streaming_text > .streaming_content > p {
    font-size: 16px;
    color: #8f8f8f;
    line-height: 1.5;
    letter-spacing: 1px;
}

.streaming_section .streaming_text > .streaming_link > .btn {
    padding: 0.85rem 1.5rem;
    background: var(--primaryColor);
}

.streaming_section .streaming_text > .streaming_link > .btn > p {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.streaming_section .video_box .play_btn,
.scroll_streaming_video > .video_wrap > .play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* style */
    border: none;
    background: transparent;
}

.index_wrapper > .scroll_streaming_video {
    float: right;
    position: sticky;
    bottom: 10px;
    z-index: 10;
}

.streaming_section .video_box .play_btn > .fa-circle-play,
.scroll_streaming_video .play_btn > .fa-circle-play {
    font-size: 5rem;
    color: #fff;
    opacity: .5;
}

.scroll_streaming_video .play_btn > .fa-circle-play {
    font-size: 4rem;
}

.streaming_section .video_box > img.src {
    display: none;
}

.scroll_streaming_video {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    max-width: 15vw;
    padding: 0.2rem 0.8rem;
}

.scroll_streaming_video > .video_wrap,
.scroll_streaming_video > .video_wrap > video {
    width: 100%;
}

.scroll_streaming_video > .video_wrap > video {
    border-radius: 8px 8px 0 0;
}

.scroll_streaming_video > .streaming_btn {
    padding: 0.65rem 0.85rem;
    border: none;
    background: #ffdd1a;
    margin-top: -0.35rem;
    border-radius: 0 0 8px 8px;
    height: 100%;
}

.scroll_streaming_video > .video_wrap > .play_btn {
    position: absolute;
    left: 50%;
    top: 50%;
}

.scroll_streaming_video > .video_wrap > .close_btn {
    position: absolute;
    right: 4%;
    top: 6%;
    /* style */
    border: none;
    background: transparent;
}

.scroll_streaming_video > .streaming_btn > p {
    font-size: 12px;
    color: #000;
    font-weight: bold;
}

.scroll_streaming_video .close_btn > .fa-circle-xmark {
    font-size: 1.5rem;
    color: #fff;
    opacity: .7;
}

.video_box .rwd_link_btn {
    display: none;
}

.video_box > .live_icon {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 10;
}

.video_box > .live_icon {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 10;
}

.video_box > .index_logo_icon {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
}

.video_box > .index_logo_icon > img {
    max-width: 80px;
}

.scroll_streaming_video > .video_wrap .live_icon {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 10;
}

.video_box > .live_icon > .flex_live,
.scroll_streaming_video > .video_wrap .live_icon .flex_live {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f43333;
    padding: 0.5rem 0.65rem 0.55rem;
    border-radius: 5px;
    color: #fff;
}

.video_box > .live_icon > .flex_live > p,
.scroll_streaming_video > .video_wrap .live_icon p {
    text-transform: uppercase;
    font-weight: bold;
}

.video_box > .live_icon > .flex_live > .fa-circle,
.scroll_streaming_video > .video_wrap .live_icon .fa-circle {
    font-size: 0.65rem;
    margin-right: 0.35rem;
    animation: blink 1.5s infinite;
}

.slick-initialized .slick-slide .item {
    height: 100%;
    max-height: 338px;
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}



/* RWD */
@media only screen and (max-width: 1600px) {
    .ad_img_side {
        display: none;
    }
}

@media only screen and (max-width: 1500px) {
    .modal_content {
        max-width: 400px;
        height: 85vh;
    }

    .user_article_content {
        max-height: calc(78vh - 300px);
    }

    .scroll_streaming_video{
        max-width: 20vw;
        flex-shrink: 0;
    }
}

@media screen and (max-width: 999px){
    .bannerBlock .bannerTextArea{
        display: flex;
        align-items: start;
        justify-content: center;
        flex-direction: column;
    }
    .bannerBlock .bannerTextArea .title{
        font-size: 52px;
        margin-bottom: 15px;
    }
    .bannerBlock .bannerTextArea .title span{
        font-size: 42px;
    }
    .bannerBlock .bannerTextArea .subTitle{
        font-size: 24px;
        height: auto;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .bannerBlock .bannerTextArea .content{
        font-size: 20px;
        height: auto;
        line-height: 24px;
    }
}