﻿img {
    max-width: 100%;
}
.formobile {
    display: none;
}

.rps-wrapper {
    display: none;
    position: relative;
}

    .rps-wrapper .slick-slide > div{
        line-height: 0;
    }

    .rps-wrapper.slick-initialized {
        display: block;
        margin-bottom: 0 !important;
    }

.rps-slider {
    position: relative;
    width: 100%;
    height: 500px;
    background-color: #062818;
    background-repeat: no-repeat;
    background-position: top;
    line-height: normal;
}

    .rps-slider .nopads {
        padding: 0;
    }

#reportsite-content {
    position: relative;
    width: 100%;
    padding: 30px 0;
    background: url(../images/report-site/repost-site-bg.jpg) repeat;
}
.fa-square-check {
    color: #63ff7d;
    font-size: 20px;
    padding-top: 3px;
}

.fa-exclamation {
    color: red;
    font-size: 20px;
    padding-top: 3px;
}
.rps-container {
    position: relative;
    display: block;
    padding: 20px 30px;
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    height: 100%;
    min-height: 400px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    /*background: #008565;*/
    background: #156f3e;
}
    .rps-container h1 {
        background: #fce50e;
        color: #00854f;
        text-align: center;
        text-transform: uppercase;
        font-size: 24px;
        padding: 5px 5px;
        /*clip-path: polygon(0 0, 100% 0, 98% 50%, 100% 100%, 0 100%, 2% 50%);*/
    }

.rps-menu {
    width: 100%;
    margin: 10px auto 30px;
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    background: #044e30;
    border-radius: 18px;
}
.rps-menu-item {
    width: auto;
    padding: 5px 20px;
    margin: 10px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    color: #333;
    font-size: 20px;
    border-radius: 50px;
    transition: all 200ms ease-in-out;
    cursor: pointer;
}
    .rps-menu-item.active,
    .rps-menu-item:hover {
        background: red;
        color: #fff;
    }
   
    .rps-menu-item > span {
        text-transform: uppercase;
        font-weight: 600;
        margin-left:10px;
    }
.rps-contents > div {
    display: none;
}
.rps-contents > div.active {
    display: block;
}

.rps-web-body {
    display: flex;
    background: #044e30;
}
.rps-bd-list {
    width: 100%;
}
.rpsw-item {
    position: relative;
    display: flex;
    border-top: 1px solid rgba(0,215,75,0.5);
    border-bottom: 1px solid rgba(0,0,0,0.5);
    margin-bottom: 10px;
    padding-right: 36px;
}
    .rpsw-item:last-child {
        margin-bottom: 0;
    }
.rpsw-logo {
    min-width: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #005d1b;
}
    .rpsw-logo i {
        font-size: 20px;
    }
    .rpsw-words {
        padding: 10px 0 10px 10px;
    }
        .rpsw-words h4 {
            color: #fce50e;
            margin-bottom: 5px;
        }
        .rpsw-words strong {
            color: white;
        }
        .rpsw-collaps {
            display: none;
        }
    .rpsw-collaps img {
        margin: 0 5px;
        border-radius: 4px;
    }
    .web-secure {
        width: 30px;
        height: 25px;
        border-radius: 40px;
        margin: 0 2px;
    }
    .rpsw-arrowdown {
        position: absolute;
        right: 0px;
        top: 20px;
        width: 50px;
        height: 50px;
        font-size: 30px;
        transform: rotate(90deg);
        cursor: pointer;
    }
    .rpsw-arrowdown::after {
        content: "➤";
        color: #68dc94;
        font-weight: bold;
        float: right;
        margin-left: 5px;
        font-size: 20px;
        line-height: 0;
        position: absolute;
        right: 20px;
        top: 50%;
        font-family: Roboto;
        transform: rotate(0deg);
    }
    .rpsw-arrowdown.active::after {
        content: "➤";
        color: #031d0d;
    }
.rpsw-web-one {
    margin-bottom: 15px;
}
.rpsw-web-one img {
    border-radius: 10px;
}
.rps-form-section {
    margin-top: 50px;
}
.rps-form-note {
    color: #fce50e;
    font-weight: 600;
    font-style: italic;
}

ul.appendFakeHere {
    padding-left: 10px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
    ul.appendFakeHere li {
        flex-basis: 25%;
    }
        ul.appendFakeHere li i {
            margin-right: 5px;
            color: red;
        }
.rpsf-body {
    display: flex;
    flex-wrap: wrap;
}
    .rpsf-body > div {
        flex-basis: 50%;
        padding: 10px 20px;
       
    }
        .rpsf-body .rpsfb-bottom {
            position: relative;
            flex-basis: 100%;
            display: none;
        }
    .rpsfb-right form {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .rpsfb-right form input {
        width: 100%;
        padding: 5px 10px;
        color: #333
    }
       
        .h4-end-title {
            text-align: center;
            color: #fc830e;
            margin: 20px auto;
            padding: 0 5px;
        }

.rpsfb-left p {
    text-align: justify;
}
.rps-list-of-fake {
    min-height: 150px;
    border-top: 1px solid white;
    padding-top: 15px;
}

.rps-btn-style {
    display: block;
    margin: 20px auto;
    background: #ffef5a;
    outline: none;
    border: none;
    padding: 5px 20px;
    border-radius: 5px;
    color: #333;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    transition: all 200ms ease-in-out;
}
    .rps-btn-style:hover {
        background: #fce50e;
    }


.rps-app-body,
.rps-email-body {
    display: flex;
    background: #044e30;
}
    .rps-app-body .rps-bd-list {
        flex-basis: 65%;
        padding: 10px;
    }
    .rps-app-body .rps-bd-images {
        flex-basis: 35%;
        padding: 10px;
    }
    .rps-app-body .rpsw-item {
        flex-direction: column;
        padding: 5px 10px;
    }
        .rps-app-body .rpsw-item > div:nth-child(2) {
            padding-left: 30px;
        }
        .rps-list-title {
            display: flex;
        }
    .rps-list-title h4 {
        margin-bottom: 1px;
        margin-left: 10px;
    }
.rps-email-body .rps-bd-images {
    max-width: 240px;
    margin: 0 auto;
}
.rps-container b {
    font-weight: bold;
    color: #fff;
}
.rps-container strong {
    color: #fce50e;
}
    .rps-container strong a,
    .rps-container strong a:hover,
    .rps-container strong a:focus {
        color: #fce50e;
    }


.rps-copyline {
    margin-top: 15%;
}

.rps-copyline > img {
    margin: 0 auto;
}

.rps-text {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    line-height: 25px;
    margin: 15px 0 0;
    padding: 0;
    text-align: center;
}

.rps-btn-con {
    margin-top: 20px;
    text-align: center;
}

    .rps-btn-con > a {
        max-width: 200px;
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 8px;
        display: inline-block;
        margin: 0 5px;
        font-size: 15px;
        text-transform: uppercase;
        -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
    }

.rps-btn {
    background: #55c53a;
    background: -moz-linear-gradient(left,#55c53a 0%,#098d43 100%);
    background: -webkit-linear-gradient(left,#55c53a 0%,#098d43 100%);
    background: linear-gradient(to right,#55c53a 0%,#098d43 100%);
    color: #fff;
    border: none;
}

    .rps-btn:hover {
        color: #fff;
        background: linear-gradient(to right,#55c53a 0%,#176d3d 100%);
        border: none;
    }

.text-cont .protitle {
    line-height: normal;
}



.rpscon {
    display: block;
    -webkit-perspective: 600px;
    perspective: 600px;
}

    .rpscon > img {
        display: block;
        margin: 0 auto;
        animation: flipLeftBounce 1.5s ease-in-out 1s 1;
        -webkit-animation: flipLeftBounce 1.5s ease-in-out 1s 1;
    }

/*Mobile menu*/
.rps-menu-mobile {
    position: relative;
    display: none;
    width: 100%;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 15px;
    margin: 0 0 20px 0;
    font-size: 16px;
    color: #333;
}
.select-trigger {
    position: relative;
}
.select-trigger::after {
    content: '▼';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.rps-menu-mobile .select-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rps-menu-mobile .options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #e7e7e7;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: none;
    flex-direction: column;
    z-index: 10;
}

.rps-menu-mobile .option {
    padding: 15px;
    color: #333;
    transition: background-color 0.3s;
    border-bottom: 1px solid rgba(39,135,87,0.5);
}


.rps-custom-mobile .option:hover {
    background-color: #28a745;
}

/*FORM ADD*/
#uploadForm input,
#uploadForm textarea,
#uploadForm select {
    color: #333;
    margin-bottom: 10px;
}
#uploadForm input,
#uploadForm select {
    height: 40px;
    padding: 4px 10px;
    border-radius: 4px;
    outline: none;
    border: none;
}
#uploadForm h4 {
    text-transform: uppercase;
    margin: 10px 0 5px;
}
#uploadForm h4 span{
    color: red;

}
.f-upload-ct {
    display: flex;
    flex-direction: column;
    width: min(100%,400px);
    margin: 5px auto;
    text-align: center;
    padding: 20px;
}
    .f-upload-ct p {
        margin: 0;
        margin-bottom: 10px;
        text-transform: capitalize;
    }

    .f-upload-ct strong {
        padding: 0 10px;
    }
.rps-btn-style {
    position: relative;
}
    .rps-btn-style .spinner {
        position: relative;
        border-color: #949494;
        border-top-color: #333;
        margin-left: 10px;
    }
        .rps-btn-style .spinner::after {
            border-color: #333;
        }
        .rps-btn-style .spinner::before {
            border-color: #333;
        }
        #uploadForm .dragBox {
            width: 250px;
            height: 60px;
            line-height: 58px;
            margin: 0 auto;
            position: relative;
            text-align: center;
            font-weight: bold;
            color: #6be9b7;
            border: 2px dashed #6be9b7;
            display: inline-block;
            transition: transform 0.3s;
            cursor: pointer;
            white-space: nowrap;
        }

    #uploadForm .dragBox input[type="file"] {
        position: absolute;
        height: 100%;
        width: 100%;
        opacity: 0;
        top: 0;
        left: 0;
        cursor: pointer;
    }

.draging {
    transform: scale(1.1);
}

#preview {
    text-align: center;
}

    #preview img,
    #preview p {
        display: none;
        max-width: 100%;
        margin-top: 10px;
    }
        #preview img {
            max-height: 100px;
        }
.f-msg,
.f-success,
.f-not-success {
    display: none;
    text-align: center;
    font-weight: 600;
}
.f-msg,
.f-not-success {
    color: #ff8400;
}
.f-success {
    background: #d4ffeb;
    width: fit-content;
    color: #00723a;
    margin: 0 auto;
    padding: 5px 20px;
    border-radius: 10px;
}
.f-not-success {
    background: #ffe3e3;
    width: fit-content;
    color: #724b00;
    margin: 0 auto;
    padding: 5px 20px;
    border-radius: 10px;
}


.siteValid {
    display: none;
    font-size: 15px;
    font-weight: 600;
    color: #fc830e;
}

.siteInvalid {
    display: none;
    font-size: 15px;
    font-weight: 600;
    color: red;
}

.appendFakeHere {
    position: relative;
}
        .appendFakeHere .spinner {
            margin-top: 30px;
        }
        /* Show the options when the dropdown is active */
        .rps-menu-mobile.active .options {
            display: flex;
        }



@media(max-width: 1600px) {
    .rps-slider {
        height: 400px;
        background-size: cover;
    }

    .rpscon > img {
        width: 400px;
    }

    .rps-copyline {
        margin-top: 11%;
    }
}

@media(max-width: 1366px) {
    .rps-container {
        margin: 0 auto;
        border-radius: 0;
    }
    .rps-slider {
        height: 300px;
        background-size: contain;
    }

    .rpscon > img {
        width: 350px;
    }

    .rps-copyline {
        margin-top: 3%;
    }

    .rps-text {
        font-size: 14px;
        line-height: 20px;
    }

    .rps-title {
        font-size: 16px;
    }

    .rps-wrapper .slick-dots li button {
        width: 60px;
    }
}

@media(max-width: 1100px) {
    body.blackBody .rps-container {
        color: #333;
    }
    #reportsite-content {
        background: white;
    }
    .rps-container b {
        font-weight: bold;
        color: #000;
    }

    .rps-container strong {
        color: #007f3a;
    }

        .rps-container strong a,
        .rps-container strong a:hover,
        .rps-container strong a:focus {
            color: #007f3a;
        }
    .rps-form-note {
        color: red;
    }  
    .rps-slider {
        height: 500px;
        background-size: auto;
        background-position-x: -200px;
    }

        .rps-slider.rps-fullwidth {
            height: 500px;
            background-size: auto;
            background-position: center;
        }

    .rpsdrpsk {
        display: none;
    }
    

    .rpsmob-text {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        padding: 25px 10px 5px;
        background: -moz-linear-gradient(top,rgba(125,185,232,0) 0%,rgba(0,0,0,1) 71%);
        background: -webkit-linear-gradient(top,rgba(125,185,232,0) 0%,rgba(0,0,0,1) 71%);
        background: linear-gradient(to bottom,rgba(125,185,232,0) 0%,rgba(0,0,0,1) 71%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8',endColorstr='#000000',GradientType=0);
    }

    .rpsmob-text > p {
        margin: 0;
        font-size: 25px;
        color: #fff;
    }

    .rps-wrapper .slick-dots {
        position: absolute;
        bottom: auto;
        left: auto;
        top: 10px;
        right: 10px;
        margin: 0;
        width: 20px;
    }

        .rps-wrapper .slick-dots li {
            margin: 0 0 7px;
        }

            .rps-wrapper .slick-dots li button {
                background-color: #fff;
                width: 20px;
                height: 20px;
                opacity: 0.5;
                box-shadow: 0 0 10px #000;
                border-radius: 100%;
                -webkit-border-radius: 100%;
            }
    .rps-container {
        background: #ffffff;
    }

    .rps-web-body,
    .rps-app-body,
    .rps-email-body,
    .rpsf-body {
        background: #f2f2f2;
        flex-direction: column;
    }

    .rps-container h1 {
        font-size: 16px;
    }

    .h4-end-title {
        font-size: 14px;
    }

    .rpsw-item {
        border-top: 1px solid rgba(0, 0, 0, 0.5);
        border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    }

    .rpsw-words h4 {
        color: #000;
    }
    .rps-container strong {
        color: #000;
    }

    .rpsfb-left {
        position: relative;
        margin-bottom: 30px;
        order: 1;
    }

    .rpsfb-bottom {
        order: 2;
        margin-bottom: 30px;
    }

    .rpsfb-right {
        order: 3;
    }

    .rpsfb-left::after,
    .rpsfb-bottom::after {
        content: "";
        position: absolute;
        height: 1px;
        width: 50%;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        background: gray;
    }
}

@media(max-width: 768px) {
    #uploadForm h4 {
        font-size: 15px;
    }
    .rpscon > img {
        width: 100%;
    }

    .rps-slider {
        height: auto;
    }

        .rps-slider.rps-fullwidth {
            height: auto;
        }

    .rps-mobile > img {
        display: block;
        width: 100%;
    }

    .rpsmob-text > p {
        font-size: 3vw;
        line-height: 5vw;
    }

    .rps-menu {
        display: none;
    }

    .rps-menu-mobile {
        display: block;
    }
    .formobile {
        display: inline-block;
    }
    .rpsw-logo {
        display: none;
    }
    .rps-app-body .rps-bd-images {
        max-width: 400px;
        margin: 0 auto;
    }
}
@media(max-width: 600px){
    ul.appendFakeHere li {
        flex-basis: 50%;
    }
}
/****************************
    rpsports 3
*****************************/
.rps-slide1 {
    background: #eea501 url(https://cdn.hanwei1234.com/Content/images/report-site/web-prevent-fraud-website-2024-en.webp) no-repeat top center;
    background-size: auto;
}

html:lang(vi-VN) .rps-slide1 {
    background: #eea501 url(https://cdn.hanwei1234.com/Content/images/report-site/web-prevent-fraud-website-2024-vn.webp) no-repeat top center;
    background-size: auto;
}


/****************************
    FORM REPORT TO GOOGLE
*****************************/

.f-container {
    display: flex;
    flex-direction: column;
}

/****************************
    FORM REPORT TO GOOGLE
*****************************/