/* safety-toto list_post */
.verification .row>* {
    --bs-gutter-x: 2.5rem;
}

.verification_list_item .img_box {
    border-radius: 10px 10px 0 0;
}

.verification_list_item .img_box img {
    max-width: 100%;
    border-radius: 10px 10px 0 0;
}

.img_box,.view_image{
    position: relative;
}
.img_box .icon,.view_image .icon{
    position: absolute;
    top: -12px;
    left: -10px;
    width: auto!important;
    height: auto !important;
}

.verification_list_item {
    border-radius: 10px;
    margin-bottom: 2.5rem;
    position: relative;
    transition: all 200ms ease;
    border: 1px solid transparent;
    box-shadow: 1px 1px 5px #ccc;
}

.info_group {
    width: 100%;
    border-radius: 0 0 8px 8px;
    transition: all 200ms ease;
    background: #f4efff;
}

.verification .col-md-4:hover .verification_list_item {
    border-color: #c77ef9;
    box-shadow: 1px 1px 5px #ccc;
}

.verification .col-md-4:hover .verification_list_item .info_group  {
    background: var(--primaryColor);
}

.verification_list_item .card_link {
    display: block;
}

.verification_list_item .title_name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
}

.verification_list_item .title_name p {
    font-size: 14px;
    font-weight: bold;
    color: #39204b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
}

.verification .col-md-4:hover .verification_list_item .title_name p {
    color: #fff;
}

.verification .title_name .title_box {
    display: flex;
    align-items: center;
}

.verification .title_name .title_box img {
    max-width: 20px;
    margin-left: 0.5rem;
}

.verification_list_item .btn_box {
    display: flex;
    align-items: center;
    padding: 0.5em 1em 1em;
}

.verification_list_item .btn_box .card_btn {
    width: 100%;
    border: 2px solid var(--primaryColor);
    padding: 7px 5px;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    font-size: 14px;
}

.verification_list_item .chk_box input[type="checkbox"] + label {
    padding-left: 0;
}

.verification_list_item:hover .btn_box .card_btn{
    color: #fff;
    background-color: var(--primaryColor);
}

.bo_list .list_header {
    background: #f4efff;
    padding: 10px 5px 10px 15px;
    border-radius: 3px;
}

a.btn_b01,
.btn_b01 {
    color: #a0a0a0;
}

.list_banner {
    margin-bottom: 2rem;
}

.list_banner img {
    max-width: 100%;
}

.list_filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2.25rem 0;
}

.filter_select {
    display: flex;
    align-items: center;
}

.filter_select .comment_select {
    padding: 8px 10px;
    border-radius: 5px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/static/img/down_solid.webp") no-repeat #fff;
    background-position: right 10px center;
}

.filter_select .comment_select option {
    height: 25px;
}

.bo_view #article_react .btn_react {
    background: #f3effe;
    color: #a459e1;
    border: 2px solid #a459e1;
}

.bo_view #article_react .btn_react.react_nogood {
    background: transparent;
    color: #999999;
    border-color: #dadada;
}

.bo_view #article_react .btn_react:hover,
.bo_view #article_react .btn_react.active {
    color: #fff;
    border-color: #a459e1;
    background: #a459e1;
}

.bo_view #article_react .btn_react.react_nogood:hover,
.bo_view #article_react .btn_react.react_nogood.active {
    color: #999999;
    border-color: #a459e1;
    background: transparent;
}

/* safety-toto read_post */
.bo_view #view_header {
    border-bottom: none;
}

/* view_information */
.view_information {
    border-radius: 10px;
    display: flex;
    margin-top: 2.5rem;
    padding: 20px;
    background: #fcf9ff;
    border-radius: 10px;
    box-shadow: 1px 1px 5px #d7d7d7;
}

.view_image img {
    max-width: 100%;
}

.view_info_content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 10px 0 20px;
}

.list_filter .check_box_all {
    display: flex;
}

.list_filter .check_box_all p {
    margin: 0 2rem 0 0.5rem;
}

.header_info>div>span {
    margin-right: 0.75rem;
}

/* tooltip */
.read_tooltip {
    position: relative;
    border-bottom: 1px dotted black;
}

.read_tooltip:before {
    content: attr(tooltip-data);
    position: absolute;
    width: 250px;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    text-align: center;
    line-height: 1.3;
    border-radius: 5px;
    z-index: 1;
    opacity: 0;
    transition: opacity .5s;
    bottom: 155%;
    left: 50%;
    font-size: 0.70em;
    visibility: hidden;
    padding: 12px;
    font-size: 12px;
    transform: translateX(-50%);
    text-align: start;
}

.read_tooltip:after {
    content: "";
    position: absolute;
    bottom: 75%;
    left: 50%;
    margin-left: -7px;
    border-width: 7px;
    border-style: solid;
    opacity: 0;
    transition: opacity .5s;
    border-color: rgba(0, 0, 0, .7) transparent transparent transparent;
    visibility: hidden;
}

.read_tooltip:hover:before,
.read_tooltip:hover:after {
    opacity: 1;
    visibility: visible;
}
/* write */
.write_subject_wrap {
    display: flex;
}

.write_subject_text {
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.write_subject,
.write_link {
    flex: 7;
}

.write_subject_text p {
    font-weight: bold;
}

.view_buttons .btn.btn_border {
    border: var(--border);
    margin-right: 0.5rem;
    font-size: 14px;
}

.bo_view #view_header .buttons_more .more {
    width: 120px;
}

.bo_view #view_subject {
    padding-bottom: 1rem;
    border-bottom: var(--border);
}

.bo_common .buttons_more .more a {
    padding: 12px;
}

.bo_view #view_header .member {
    font-size: 14px;
}

.view_header_top .header_info_name {
    display: flex;
    align-items: center;
}

.bo_view #view_header .header_profile_img img {
    width: 50px;
    height: 50px;
}

.bo_view #view_header .header_info {
    justify-content: center;
    flex-direction: column;
}

.bo_view #article_react {
    margin-top: 30px;
}

.story_head_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 1.65rem;
}

.story_buttons_more .delete_button {
    line-height: 35px;
    height: 35px;
    padding: 0 10px;
    text-align: center;
    border: var(--border);
    border-radius: 5px;
}

.story_buttons_more .delete_button .btn_border {
    font-weight: bold;
    color: #a0a0a0;
    font-size: 14px;
}

.story_buttons_more .delete_button .btn_border .fa-trash-can {
    margin-right: 0.35rem;
}

.btn_confirm.btn_confirm_story {
    display: flex;
    justify-content: flex-end;
}

.btn_confirm_story .btn_preview {
    padding: 0 1.5rem;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: var(--primaryColor);
    font-weight: bold;
    background: #f4efff;
    border-radius: 5px;
    margin: 0 10px;
    border: 1px solid var(--primaryColor);
    cursor: pointer;
}

.btn_confirm_story .btn_preview:hover {
    background: var(--primaryColor);
    color: #fff;
}

.view_info_content > .title_block,
.view_info_content > .web_wrap {
    margin-bottom: 1rem;
}

.view_info_content > .title_block:last-child {
    margin-bottom: 0;
}

.view_info_content > .title_block > p {
    font-size: 18px;
    font-weight: bold;
    color: #581A89;
}

.view_info_content > .code_wrap > p {
    font-size: 14px;
    font-weight: bold;
    color: #707070;
}

.content_bottom {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-top: 1.5rem;
}

.game_category {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.game_category > .category_tag {
    padding: 6px 12px;
    border-radius: 5px;
    background: #F3E8FF;
    margin-right: 0.55rem;
    margin-bottom: 0.55rem;
}

.game_category > .category_tag > p {
    font-weight: bold;
    color: #707070;
}

.content_bottom > .web_link_wrap {
    min-width: 100px;
}

.content_bottom > .web_link_wrap > .web_link {
    border-radius: 5px;
    background: #C082FE;
}

.content_bottom > .web_link_wrap > .web_link:hover {
    background: #8D24EC;
 }

.content_bottom > .web_link_wrap > .web_link > p {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}



@media screen and (max-width: 768px) {
    .verification .title_name .title_box {
        padding: 0;
    }

    .verification_list_item .title_name p {
        font-size: 14px;
    }

    .verification .row>* {
        --bs-gutter-x: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .view_information .view_image {
        margin-bottom: 1.5rem;
    }

    .content_bottom {
        flex-direction: column;
    }

    .content_bottom > .web_link_wrap {
        margin-top: 1.25rem;
        min-width: 100%;
    }

    .content_bottom > .web_link_wrap > .web_link {
        width: 100%;
    }

    .view_info_content > .title_block {
        text-align: center;
    }
}

@media screen and (max-width: 560px) {
    .verification_list_item .title_name {
        padding: 8px;
    }    
    .verification_list_item .title_name p {
        font-size: 15px;
        max-width: 120px;
    }
}

@media screen and (max-width: 425px) { 
    .verification_list_item .title_name p {
        font-size: 14px;
        max-width: 100px;
    }
}

@media screen and (max-width: 375px) {
    .verification_list_item .title_name p {
        max-width: 90px;
    }
}
