body {
    background-color: #fff;
    overflow-x: hidden;
    counter-reset: section;
    min-width: 360px;
}

@media (max-width:892px) {
    body {
        background-color: #f4f4f4;
    }
}

html,
body {
    height: 100%;
    scroll-margin-top: 4em;
    scroll-padding-top: 4em;

}

html {
    box-sizing: border-box;
    scroll-margin-top: 2em;
    scroll-padding-top: 2em;
}

a {
    text-decoration: none;
    outline: 0;
    font-size: 15px;
}

abbr[title] {
    text-decoration: none;
}

input {
    border: none;
}

input[type=text] {
    background-color: #f4f4f4;
    border-radius: .25rem;
    padding: 10px 20px;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

/* The progress container (grey background) */
.progress-container {
    width: 100%;
    height: 1px;
    background: #d5d5d5;
    ;
    overflow: hidden;
}

/* The progress bar (scroll indicator) */
.progress-bar {
    height: 2px;
    background: #FF6D43;
    width: 0%;
}


.off-canvas .flex-room .item {
    padding: 20px;
    border-radius: 0.25rem;
    margin-bottom: 10px;
    border: 1px solid #ff751a;
}

.off-canvas .flex-room .item p {
    margin-bottom: 0;
    line-height: 1.2;
}

.off-canvas {
    z-index: 1210;
    padding: 30px;
}

.off-canvas .is-transition-overlap .is-open {
    padding: 30px;
    z-index: 1000;
}

.off-canvas .btn-list {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.off-canvas .btn-list #panel {
    width: 100%;
    margin-top: 5px;
}

.off-canvas .btn-list a {
    margin-right: 5px;
}

.off-canvas label {
    display: flex;
    font-weight: bold;
}

.off-canvas .menu-list {
    display: flex;
    flex-direction: column;
}

.off-canvas .menu-list>span {
    display: flex;
    align-items: center;
    background: #e8e8e8;
    padding: 5px 15px;
    margin-bottom: 2px;
    border-radius: .25rem;
    transition: .2s ease-in-out;
}

.off-canvas .menu-list>a:hover {
    font-weight: bold;
}

.off-canvas .menu-list a span {
    color: black;
}

.off-canvas .button-group .button {
    background-color: #ffb344;
    color: white;
    width: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}

#offCanvasRight {
    padding-top: 20px;
}

@media (max-width:892px) {
    .off-canvas .flex-room .item {
        font-size: 14px;
    }

    .progress-container {
        margin-top: 0;
    }

    .off-canvas-wrapper-inner .is-open {
        width: initial;
    }

    .off-canvas .btn-list {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 10px;
        flex-wrap: wrap;
    }

    .off-canvas .btn-list #panel {
        width: 100%;
        margin-top: 5px;
    }

    .off-canvas .btn-list a {
        margin-right: 5px;
    }

    .off-canvas label {
        width: 100%;
        display: inline-block;
        font-weight: bold;
    }

    .off-canvas .menu-list {
        display: flex;
        flex-direction: column;
    }

    .off-canvas .menu-list a {
        display: flex;
        align-items: center;
    }

    .off-canvas .menu-list a span {
        color: black;
    }

    .off-canvas .button-group .button {
        background-color: #ffb344;
        color: white;
        width: initial;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 5px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
}

.login-button,
.signup-button {
    height: 40px;
    line-height: 37px;
    text-align: center;
    padding: 0 15px;
    border-radius: 5px;
    background-color: #4490ff;
    display: block;
    color: #fff;
    font-weight: 600;
    margin-right: 10px;
}

.signup-button {
    display: block;
    margin-right: 10px;
    background-color: #FF6D43;
}

@media (max-width:892px) {

    .login-button,
    .signup-button {
        font-size: 12px;
        margin-right: 10px;
        border-radius: 10px;
    }
}

.nav-button {
    width: 30px;
    height: 60px;
    display: flex;
    margin: 0 10px;
    justify-content: center;
    align-items: center;
}

.nav-overlay {
    position: absolute;
    right: 0;
    top: 60px;
    display: none;
    border-radius: 3px;
    width: 320px;
    padding: 20px 25px;
    background-color: #fff;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, .6);
}

@media (max-width:892px) {
    .nav-button {
        width: 30px;
        margin: 0;
        align-items: center;
    }

    .nav-overlay {
        top: 50px;
        right: 0;
    }
}

.nav-overlay a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 0 0;
    margin-bottom: 5px;
    font-size: 1.1rem;
}

.nav-overlay a:hover {
    background-color: #f4f4f4;
    border-radius: 5px;
}

.nav-overlay h6 {
    width: auto;
    margin: 0 0 10px 0;
    font-weight: 700;
    border-bottom: 1px solid #5a5a5a8c;
}

/*! Header END !*/

/*! Footer !*/
#Main .footer-wrapper {
    padding: 30px 50px
}

.footer-wrapper {
    color: #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #fff;
    padding: 30px 70px;
    border-top: 1px solid #F0F3F7;
}

.footer-wrapper .footer-inner {
    width: 1080px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

@media (max-width: 892px) {
    .footer-wrapper .footer-inner {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
}

.footer-wrapper .article h5 {
    font-size: 25px;
}

@media (max-width:892px) {
    #Main .footer-wrapper {
        padding: 30px 10%;
    }

    .footer-wrapper {
        flex-direction: column;
        background-color: #fff;
        color: #aeaeae;
        word-break: break-word;
        padding: 30px 10%;
    }

    .footer-wrapper .article h5 {
        font-size: 20px;
    }
}

.footer-wrapper .logo {
    width: 55px;
    height: auto;
    overflow: hidden;
    padding-top: 0;
}

.footer-wrapper .logo img {
    width: 100%;
}

.footer-wrapper div {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
}

.footer-inner>div:nth-child(1) {
    background-color: #F0F3F7;
}

.footer-wrapper .lead {
    font-size: 1rem;
    text-align: left;
}

@media (max-width:892px) {
    .footer-wrapper .logo {
        width: 55px;
        height: auto;
        overflow: hidden;
        margin-right: 0;
    }

    .footer-wrapper div {
        width: 100%;
        font-size: medium;
        margin-bottom: 10px;
        flex-direction: column;
    }

    .footer-wrapper h5 {
        width: 100%;
        font-size: 20px;
    }

    .footer-wrapper h5 {
        color: #000;
        font-size: 20px;
        font-weight: 500;
        border-bottom: 1px solid #3282b8;
        padding-bottom: 10px;
    }

    .footer-wrapper .lead {
        line-height: 1.2;
        color: #1b262c;
        text-align: left;
        font-size: 15px;
    }

    .footer-wrapper .lead span {
        font-size: medium;
    }
}

.footer-wrapper .content {
    width: 100%;
}

.footer-wrapper .content p span {
    font-size: 12px;
}

.footer-wrapper .article a {
    width: 100%;
    font-size: 18px;
    display: block;
    color: #000;
    transition: .2s ease-in-out;
}

@media (max-width:892px) {
    .footer-wrapper .article a {
        color: #1b262c;
        font-size: medium;
    }
}

.footer-wrapper .article a:hover {
    color: #0f0;
}

.footer-wrapper .article .date {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 12px;
}

.footer-wrapper .meta {
    width: auto;
}

@media (max-width:892px) {
    .footer-wrapper .meta {
        width: 100%;
        margin-bottom: 0;
        background-color: #fff;
    }
}

.footer-wrapper .meta h5 {
    margin-bottom: 9px;
    font-size: 20px;
    font-weight: bold;
}

.footer-wrapper .meta .item {
    width: 100%;
    display: flex;
    margin-bottom: 0px;
}

@media (max-width:892px) {
    .footer-wrapper .meta .item {
        flex-direction: row;
        align-items: center;
        margin-bottom: 0;
        text-align: left;
    }

    .footer-wrapper .meta h5 {
        margin-bottom: 20px;
        font-size: 20px;
    }
}

.footer-wrapper .meta .item i {
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:892px) {
    .footer-wrapper .meta .item i {
        width: 20px;
        margin-right: 9px;
        flex-shrink: 0;
    }
}

.footer-wrapper .meta .item div {
    flex-grow: 1;
    line-height: 26px;
    margin-left: 10px;
    margin-bottom: 0;
    color: #000;
    display: flex;
}

@media (max-width:892px) {
    .footer-wrapper .meta .item div {
        margin-left: 0;
        color: #000;
        padding: 0;
        line-height: 1.2;
        font-size: 13px;
    }
}

.copyright {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #000;
    color: #fff;
    padding: 0 50px;
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
}

@media (max-width:892px) {
    .copyright {
        height: auto;
        line-height: initial;
        text-align: center;
        font-size: 10px;
        font-style: italic;
        padding: 10px 7%;
    }
}

.footer-wrapper .content p {
    line-height: 1.1;
    margin-bottom: 0;
}

.footer-wrapper .meta a {
    font-size: 16px;
}

/*! Footer END !*/

/*! Subscribe Panel !*/
.subscribe_panel {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 500;
    background-color: rgba(0, 0, 0, .9);
    display: none;
    justify-content: center;
    align-items: center;
}

.subscribe_panel .item-field {
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
    width: 60%;
}

@media (max-width:892px) {
    .footer-wrapper .meta a {
        font-size: 13px;
    }

    .subscribe_panel .item-field {
        width: 100%;
        height: 100%;
        border-radius: 0;
        overflow-y: auto;
    }
}

.subscribe_panel .item-field .open {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 40px 0 40px;
    position: relative;
}

.subscribe_panel .item-field .open #close_subspanel {
    font-weight: 700;
    font-size: 40px;
    cursor: pointer;
}

@media (max-width:892px) {
    .subscribe_panel .item-field .flex-room {
        flex-direction: row;
        padding-bottom: 20px;
        justify-content: center;
    }
}

.subscribe_panel .item-field .item {
    width: 50%;
    flex-shrink: 0;
    flex-grow: 0;
}

@media (max-width:892px) {
    .subscribe_panel .item-field .item {
        width: 50%;
    }
}

.subscribe_panel .item-field .item .content {
    padding: 30px 40px;
}

.subscribe_panel .item-field .item .pb {
    padding: 0 40px 40px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subscribe_panel .item-field .item .pb .price {
    font-weight: 700;
    font-size: 1.3rem;
}

.subscribe_panel .item-field .item .pb a {
    display: inline-block;
    padding: 5px 15px;
    background-color: #e7305b;
    border-radius: 3px;
    color: #fff;
}

.subscribe_panel .item-field .item .content .buttons {
    margin: 30px 0;
}

.subscribe_panel .item-field .item .content .button {
    background-color: #00bfa5;
    color: #fff;
    margin-bottom: 10px;
    padding: 5px 15px;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 3px;
}

.subscribe_panel .item-field .item .content a {
    display: inline-block;
}

.subscribe_panel .item-field .item .content h5 {
    margin-bottom: 30px;
}

.subscribe_panel .item-field .sep {
    position: relative;
    border-left: 2px solid #e84a5f;
    border-right: 2px solid #e84a5f;
    margin-bottom: 90px;
}

@media (max-width:892px) {
    .subscribe_panel .item-field .sep {
        border: none;
        width: 80%;
        display: none;
        border-top: 1px solid #e84a5f;
        border-bottom: 1px solid #e84a5f;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .subscribe_panel .item-field .item .content {
        padding: 0 15px;
    }
}

.subscribe_panel .item-field .sep .circle {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 45%;
    left: -20px;
    border-radius: 20px;
    background-color: #fff;
    border: 3px solid #f96d80;
}

@media (max-width:892px) {
    .subscribe_panel .item-field .sep .circle {
        left: 45%;
        top: -20px;
    }

    .subscribe_panel .item-field .item .content .text {
        font-size: 14px;
        line-height: 1.2;
    }

    .subscribe_panel .item-field .item .pb {
        padding: 0 15px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .subscribe_panel .item-field .item:nth-child(1) {
        height: inherit;
        border-right: 1px solid salmon;
    }

    .subscribe_panel .item-field .item .content .button {
        font-size: 12px;
        padding: 5px 7px;
    }

    .subscribe_panel .item-field .item .content .buttons {
        margin-bottom: 10px;
    }

    .subscribe_panel .item-field .item .pb .price {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .subscribe_panel .item-field .open .logo {
        width: 80px;
        margin-right: 20px;
    }

    .subscribe_panel .item-field .open .logo img {
        width: 100%;
    }
}

/*! Subscribe Panel END !*/

/*! Ads !*/
#popup_parent {
    display: none;
}

@media (max-width: 892px) {
    #popup_parent {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: flex;
        height: 100vh;
        justify-content: center;
        align-items: center;
        -webkit-animation: fadein 2s;
        /* Safari, Chrome and Opera > 12.1 */
        -moz-animation: fadein 2s;
        /* Firefox < 16 */
        -ms-animation: fadein 2s;
        /* Internet Explorer */
        -o-animation: fadein 2s;
        /* Opera < 12.1 */
        animation: fadein 2s;
    }

    #popup_parent .ads {
        position: relative;
        display: inherit;
        align-items: center;
        justify-content: center;
        /*  ==== */
        width: 80%;
    }

    #popup_parent #ads_container {
        border-radius: 20px;
        box-shadow: 0 0 10px -6px rgba(0, 0, 0, 0.5);
        overflow: hidden;
    }

    #popup_parent .ads img {
        display: block;
        width: 100%;
        height: auto;
    }

    #popup_parent #ADClose {
        width: 40px;
        height: 40px;
        position: absolute;
        display: flex;
        align-items: center;
        z-index: 1500;
        justify-content: center;
        color: black;
        border-radius: 20px;
        background-color: rgba(255, 255, 255, .12);
        font-size: xx-large;
        font-weight: bold;
        box-shadow: inset 0 0 10px -7px rgba(0, 0, 0, .7);
        right: 2%;
        top: 2%;
    }
}

@media (min-width: 892px) {
    #popup_parent {
        display: none;
    }
}

/*! Ads End !*/


@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: red;
    opacity: 1;
    /* Firefox */
    text-decoration: none;
    color: rgba(0, 0, 0, .4);
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: red;
    text-decoration: none;
    color: rgba(0, 0, 0, .4);
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: red;
    text-decoration: none;
    color: rgba(0, 0, 0, .4);
}

/* --image*/
.preload-background {
    background-image: url("../../images/noimage.jpg");
    background-size: 100% 100%;
}

.mobile-only {
    display: none;
}

@media (max-width: 396px) {
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: initial;
    }
}

.dataTables_wrapper div.dataTables_length select {
    margin-bottom: 0;
}

#Result_length label {
    display: flex;
    justify-content: flex-start;
}

#Result_length select {
    height: auto;
    min-height: auto;
    width: 60px;
    margin: 0 10px;
    border: none;
    outline: none;
}

#Result_filter>label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#Result_filter {
    margin-bottom: 10px;
}

#Result_filter>label>span {
    flex-grow: 1;
    margin: 0;
    margin-left: 10px;
}

.wordlist-box .wrapper iframe {
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, .6);
    border-radius: .25rem .25rem 0 0;
}

@media(max-width: 892px) {
    .video-container .item {
        margin: 0;
        width: 100%;
    }
}

.detection-notif {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background-color: rgba(0, 0, 0, .6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.detection-notif .detection-inner {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, .4);
    padding: 30px;
    width: 28%;
    flex-direction: column;
    display: flex;
    text-align: center;
}

.detection-notif .detection-inner a {
    display: inline-block;
    background-color: Blue;
    color: white;
    font-weight: bold;
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 10px;
}

.tab-width {
    width: 1080px;
}

@media(max-width: 1080px) {
    .grid-x {
        display: flex;
        justify-content: center;
    }

    .grid-x .large-8 {
        width: 66.66667%;
    }

    .grid-x .large-4 {
        width: 33.33333%;
    }

    .tab-width {
        display: flex;
        width: 900px;
    }
}

@media(max-width: 892px) {
    .grid-x .large-8 {
        width: 100%;
    }

    .tab-width {
        width: 100%;
    }
}

/* ADS */
.creative-image {
    width: inherit;
    height: inherit;
}