.hidden {
    display: none;
}

body.is-member .adsbygoogle {
    display: none !important;
}

body.is-member .adsbyvli {
    display: none !important;
}

body.is-member .adsbygala {
    display: none !important;
}

.hero {
    max-width: 760px;
    margin:0 auto;
}

.loading-icon {
    display: none;
    vertical-align: middle;
}

.a-download-text {
    color: antiquewhite;
    text-align: center;
    font-size: 30px;
}
.a-full.active {
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: #000;
    background-color: rgba(10,10,10,.86);
    padding-right: 0;
    padding-left: 0;
}

.modal-close {
    background: #FFFFFF;
    height: 45px;
    position: fixed;
    right: 10%;
    top: 20%;
    width: 45px;
}

.form-div {
    max-width: 1200px;
    margin:0 auto;
}

.form-w {
    max-width: 700px;
    margin:0 auto;
}

.ptb-20 {
    padding: 20px 0;
}
.ptb-40 {
    padding: 40px 0;
}
.ptb-50 {
    padding: 50px 0;
}
.ptb-60 {
    padding: 60px 0;
}
.ptb-80 {
    padding: 80px 0;
}

.ptb-160 {
    padding: 160px 0 !important;
}

.title-sec {
    padding-top: 50px;
}

.margin-center {
    margin: 0 auto;
}

.progress {
    width: auto;
}
.progress::-webkit-progress-value {
    background-color: #28a745;
}

.progress::-moz-progress-bar {
    background-color: #28a745;
}

.progress {
    position: relative;
    width: 100%;
    height: 20px;
    background-color: #e0e0e0;
    overflow: hidden;
}

.progress::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #4caf50;
    animation: flow 2s linear infinite;
}

@keyframes flow {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(200%);
    }
}

article li {
    list-style: auto !important;
}

.post-content img {
    padding-top: 10px;
    padding-bottom: 20px;
}

.xhs-text {
    margin-bottom: 20px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}


.btn-paste {
    display: flex;
    justify-content: center;
    background: #e9eef7;
    position: absolute;
    padding: 8px 10px 8px 12px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
    right: 6px;
    top: 7px;
    color: #007bff;
}

.hero-input {
    flex: 1;
}

.hero-input input {
    border-color: #efefef !important;
    height: 50px;
    padding-right: 18%;
}

.modal {
    display: none;
    position: fixed;
    z-index: 20;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 20% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    max-width: 800px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 768px) {
    .lead {
        font-size: 0.825rem;
        font-weight: 400;
        font-family: Poppins, sans-serif;
    }

    .text-ad {
        font-size: 0.825rem;
    }

    .h-title {
        font-size: 22px;
    }
    .title-sec {
        padding-top: 36px;
    }

    .hero-input {
        width: 100%;
    }

    .hero-input input {
        border-color: #efefef !important;
        height: 50px;
        padding-right: 27%;
    }

    .input-download {
        padding-top: 6px;
        width: 100%;
    }
    .input-download button{
        width: 100%;
        padding-top: 12px;
        padding-bottom: 12px;
        height: 46px;
        border-top-left-radius: 0.25rem !important;
        border-bottom-left-radius: 0.25rem !important;
    }
}

