/*!
Theme Name: Down3s
Theme URI: https://chuongnv.com
Author: Chuongnv.com
Author URI: #
Description: Theme develope by Chuongnv.com
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 14px;
}

img {
    max-width: 100%;
    height: auto;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.redirect {
    display: flex;
    margin: 20px auto;
    flex-direction: column;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    padding: 50px;
    max-width: 640px;
}
@media (max-width: 640px) {
    .redirect {
        margin: 0;
        padding: 20px;
    }
}
.alert.alert-danger {
    background-color: #dd4b39;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    margin-top: 15px;
    font-weight: 700;
    display: none;
}
.redirect__logo {
    display: block;
    width: fit-content;
    margin: 0 auto 40px;
}
.redirect__logo img {
    display: block;
    width: auto;
    max-height: 40px;
}
.redirect__title {
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #04b1e8;
    font-size: 20px;
    margin-bottom: 10px;
}
.redirect__form {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
.redirect__form input {
    width: 100%;
    max-width: 420px;
    height: 34px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    margin: 0 auto 10px;
    padding: 0px 10px;
    font-size: 16px;
}
.redirect__form .animation-wrapper {
    position: relative;
    display: none;
    width: 115px;
    height: 25px;
    margin: 15px auto;
}
.redirect__form.loading .animation-wrapper {
    display: block;
}
.redirect__form button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    width: fit-content;
    padding: 0px 10px;
    background: #1ba74b;
    color: #fff;
    font-size: 16px;
    border: none;
    transition: 0.15s ease-in-out;
    cursor: pointer;
}
.redirect__form button:hover {
    background: green;
}
.redirect__subtitle {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #04b1e8;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.redirect__guide {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.redirect__guide .step {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
}
.redirect__guide .step p {
    display: block;
    width: 100%;
}
.redirect__guide .step p strong {
    font-weight: 600;
    margin-right: 5px;
}
.redirect__guide .step .link {
    color: #317bb9;
    font-weight: 700;
    text-decoration: none;
}
.redirect__guide .step .link i {
    font-size: 12px;
    margin-left: 5px;
}
.redirect__guide .step .link:hover {
    color: #04b1e8;
    text-decoration: underline;
}
.redirect__guide .step .val-search {
    font-weight: 700;
}
.redirect__guide .step .btn-copy {
    border: none;
    background: none;
    position: relative;
    cursor: pointer;
}
.redirect__guide .step .btn-copy i {
    color: #e85951;
    margin-right: 3px;
}
.redirect__guide .step .btn-copy::before {
    content: attr(aria-label);
    display: block;
    width: fit-content;
    line-height: 1;
    white-space: nowrap;
    padding: 8px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    position: absolute;
    bottom: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.15s ease-in-out;
    font-size: 13px;
    font-weight: 300;
}
.line {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}
.redirect__guide .step .btn-copy::after {
    content: "";
    display: block;
    width: 12px;
    height: 10px;
    background: rgba(0, 0, 0, 0.8);
    clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    opacity: 0;
    visibility: hidden;
}
.redirect__guide .step .btn-copy:hover::before,
.redirect__guide .step .btn-copy:hover::after {
    opacity: 1;
    visibility: visible;
}
.redirect__guide .step .btn-copy:hover::before {
    bottom: calc(100% + 10px);
}
.redirect__guide .step .btn-copy:hover::after {
    transition: 0.15s ease-in-out;
}
.redirect__guide .step .search-bar {
    display: flex;
    width: 100%;
    background: #fff;
    border-radius: 9rem;
    overflow: hidden;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
}
.redirect__guide .step .search-bar input {
    width: 100%;
    height: 45px;
    padding: 0px 80px 0px 45px;
    border: none;
    background: none;
    font-size: 16px;
    font-weight: bold;
    outline: none;
    color: red;
}
.redirect__guide .step .search-bar i {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #9aa0a6;
}
.redirect__guide .step .search-bar img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.redirect__guide .step .search-bar img.icon-tia {
    right: 56px;
}
.redirect__guide .step .search-bar img.icon-mic {
    right: 20px;
}
.redirect__guide .step .gg-result {
    display: block;
    width: 100%;
    margin-top: 10px;
    border: 1px solid #e85951;
}
.redirect__guide .step .gg-pagi {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 15px auto;
}

.circle {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: turquoise;
    animation: move-the-circle 1s infinite;
    transform-origin: center center;
    top: 0;
}

.circle:nth-child(1) {
    left: 0px;
    animation-delay: 0.1s;
}

.circle:nth-child(2) {
    left: 15px;
    animation-delay: 0.2s;
}

.circle:nth-child(3) {
    left: 30px;
    animation-delay: 0.3s;
}

.circle:nth-child(4) {
    left: 45px;
    animation-delay: 0.4s;
}

.circle:nth-child(5) {
    left: 60px;
    animation-delay: 0.5s;
}

.circle:nth-child(6) {
    left: 75px;
    animation-delay: 0.6s;
}

.circle:nth-child(7) {
    left: 90px;
    animation-delay: 0.7s;
}

.circle:nth-child(8) {
    left: 105px;
    animation-delay: 0.8s;
}

@keyframes move-the-circle {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 1;
        background-color: turquoise;
    }
    50% {
        transform: translate(0, 15px) scale(0.4);
        opacity: 0.5;
        background-color: blue;
    }
    100% {
        transform: translate(0, 0) scale(1);
        opacity: 1;
        background-color: turquoise;
    }
}