/* ------------------------------------------------------------ *\
	Variables
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Mixins
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */

@import url('https://fonts.googleapis.com/css2?family=Google+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

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

    *:before, *:after {
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
    }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
    display: block;
}

template {
    display: none;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

img, iframe, video, audio, object {
    max-width: 100%;
}

img, iframe {
    border: 0 none;
}

img {
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

b, strong {
    font-weight: bold;
}

address {
    font-style: normal;
}

svg:not(:root) {
    overflow: hidden;
}

a, button, input[type='submit'], input[type='button'], input[type='reset'], input[type='file'], input[type='image'], label[for] {
    cursor: pointer;
}

    a[href^='tel'], button[disabled], input[disabled], textarea[disabled], select[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    input[type='text'], input[type='password'], input[type='date'], input[type='datetime'], input[type='datetime-local'], input[type='month'], input[type='week'], input[type='email'], input[type='number'], input[type='search'], input[type='tel'], input[type='time'], input[type='url'], input[type='color'], textarea, a[href^='tel'] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
            -webkit-appearance: none;
            appearance: none;
        }

textarea {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

button, select {
    text-transform: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

nav ul, nav ol {
    list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

body {
    min-width: 320px;
    background-color: #fff;
    font-family: "Google+Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.25;
    color: #1F1F1F;
}

    body.is-fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

a {
    color: inherit;
    text-decoration: none;
}

    a:hover, a[href^="tel"] {
        text-decoration: none;
    }

h1 {
    font-size: 50px;
    line-height: 1.25;
}

h2 {
    font-size: 36px;
    line-height: 1.25;
}

@media (max-width: 767px) {
    h2 {
        font-size: 18px;
    }
}

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */

/*@font-face {
    font-family: 'Google+Sans';
    src: url("../fonts/Google+Sans-Italic.woff2") format("woff2"), url("../fonts/Google+Sans-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Google+Sans';
    src: url("../fonts/Google+Sans-Bold.woff2") format("woff2"), url("../fonts/Google+Sans-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Google+Sans';
    src: url("../fonts/Google+Sans-MediumItalic.woff2") format("woff2"), url("../fonts/Google+Sans-MediumItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Google+Sans';
    src: url("../fonts/Google+Sans-LightItalic.woff2") format("woff2"), url("../fonts/Google+Sans-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Google+Sans';
    src: url("../fonts/Google+Sans-SemiBold.woff2") format("woff2"), url("../fonts/Google+Sans-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Google+Sans';
    src: url("../fonts/Google+Sans-Regular.woff2") format("woff2"), url("../fonts/Google+Sans-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Google+Sans';
    src: url("../fonts/Google+Sans-Light.woff2") format("woff2"), url("../fonts/Google+Sans-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Google+Sans';
    src: url("../fonts/Google+Sans-BoldItalic.woff2") format("woff2"), url("../fonts/Google+Sans-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Google+Sans';
    src: url("../fonts/Google+Sans-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Google+Sans-SemiBoldItalic.woff") format("woff");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Google+Sans';
    src: url("../fonts/Google+Sans-Medium.woff2") format("woff2"), url("../fonts/Google+Sans-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}*/

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

/*  Clear  */

.clear:after {
    content: '';
    display: block;
    clear: both;
}

/*  Notext  */

.notext {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
}

/*  Hidden  */

[hidden], .hidden {
    display: none !important;
}

/*  Alignleft  */

.alignleft {
    float: left;
}

/*  Alignright  */

.alignright {
    float: right;
}

/*  Disabled  */

[disabled], .disabled {
    cursor: default;
}

/*  Grid  */

.col {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.col--1of2 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

/*  Responsive Helpers  */

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

    .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hidden-sm {
        display: none !important;
    }

    .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .hidden-md {
        display: none !important;
    }

    .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1201px) {
    .hidden-lg {
        display: none !important;
    }

    .visible-lg-block {
        display: block !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

.wrapper {
    position: relative;
    overflow: hidden;
}

    .wrapper.has-fixed-background {
        background-image: url(../images/temp/fixed-background.jpg);
        background-size: 100% 100%;
        background-attachment: fixed;
        background-repeat: no-repeat;
    }

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell {
    max-width: 1540px;
    padding-right: 20px;
    padding-left: 20px;
    margin: auto;
}

.shell--large {
    max-width: 1760px;
}

.shell--medium {
    max-width: 1080px;
}

.shell--small {
    /*max-width: 780px;*/
    max-width: 720px;
}

.shell--xs {
    max-width: 475px;
}

.shell--fluid {
    max-width: none;
}

/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    z-index: 9998;
}

    .header nav ul li .fa {
        font-size: 13px !important;
    }

@media (max-width: 767px) {
    .header {
        padding: 24px 0;
    }
}

.header .header__inner, .header .header__inner-upload {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .header .header__inner {
        -webkit-box-pack: en0d;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header-youtube {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    z-index: 10;
}

@media (max-width: 1830px) {
    .header-youtube {
        padding-left: 40px;
    }
}

@media (max-width: 1023px) {
    .header-youtube {
        padding: 40px 0;
    }
}

@media (max-width: 1023px) {
    .header-youtube .header__logo {
        position: absolute;
        top: 50%;
        left: 110px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.header-youtube .header__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-youtube .header__back {
    position: absolute;
    top: 50%;
    right: calc(100% + 15px);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    line-height: 1;
}

@media (max-width: 1023px) {
    .header-youtube .header__back {
        right: auto;
        left: 0;
        z-index: 10000;
    }
}

@media (max-width: 1023px) {
    .header-youtube .header__nav {
        display: none;
    }
}

/* ------------------------------------------------------------ *\
	Header access
\* ------------------------------------------------------------ */

.header-access {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    z-index: 100;
    background-color: #fff;
}

    .header-access .header__inner {
        padding: 20px 0;
        text-align: center;
    }

.header__callout {
    padding: 25px 0 20px 0;
    text-align: center;
    /*border-top: solid 1px #F4EFEF;*/
    background-color: rgba(255, 255, 255, 0.8);
    margin-bottom: 50px;
}

.header__callout-title {
    font-size: 24px;
}

    /*@media (max-width: 767px) {
    .header__callout-title {
        font-size: 18px;
    }
}*/

    .header__callout-title a {
        color: #6BC530;
        text-decoration: underline;
    }

@media (max-width: 767px) {
    .header__callout-title a {
        display: block;
    }
}

.header__callout-title a:hover {
    text-decoration: none;
}

@media (max-width: 767px) {
    .header-access .header__logo {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.header-access--signup .header__callout-title a {
    color: #00ADEF;
}

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 12px;
    border-radius: 50px;
    border: solid 3px #1F1F1F;
    -webkit-transition: color .5s, background-color .5s, border-color .5s;
    -o-transition: color .5s, background-color .5s, border-color .5s;
    transition: color .5s, background-color .5s, border-color .5s;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

@media (max-width: 400px) {
    .signature-controls .btn {
        padding: 6px !important;
        border: 2px solid #333;
        margin-top: 2px;
    }
}

.plan-lg .btn {
    border-radius: 10px;
}

.proComparisonModal .btn, .watermarkBadgesModal .btn {
    border-radius: 10px !important;
}

.editCreatorDetails, .shareCreatorProfileBtn, .domainValidationBtn, .domainValidatedBtn,
#popup-asset-details-modal .editCreatorDetails, #popup-asset-details-modal .shareCreatorProfileBtn, #popup-asset-details-modal .domainValidationBtn, #popup-asset-details-modal .domainValidatedBtn {
    padding: 4px 15px !important;
}

.domainValidationBtn, .domainValidatedBtn {
    display: none;
    text-transform: capitalize !important;
}

.btn:hover {
    background-color: #1F1F1F;
    color: #fff;
}

.btn--green {
    border-color: #6BC530;
    background-color: #6BC530;
    color: #fff;
}

    .btn--green:hover {
        background-color: #fff;
        color: #6BC530;
    }

#loadMoreBtn {
    text-transform: initial !important;
    display: none;
    /*padding: 4px 15px !important;*/
}

/*.btn--medium {
    font-size: 21px;
}*/

.bus-plan-member svg path {
    fill: #fff;
}

.bus-plan-member:hover svg path {
    fill: #5A5A5A;
}

.btn--gray {
    /*background-color: #fff;*/
    color: #8c8c8c;
    border-color: #8c8c8c;
}

    .btn--gray:hover {
        background-color: #8c8c8c;
        color: #fff;
        border-color: #8c8c8c;
    }

@media (max-width: 767px) {
    .btn--medium {
        font-size: 16px;
        /*padding: 7px 15px;*/
    }
}

.btn--big {
    font-size: 24px;
    padding: 15px 30px;
}

@media (max-width: 767px) {
    .btn--big {
        font-size: 16px;
    }
}

.btn--dark {
    background-color: #1F1F1F;
    color: #fff;
    border-color: #1F1F1F;
}

    .btn--dark:hover {
        background-color: #fff;
        color: #1F1F1F;
    }

        .btn--dark:hover svg path {
            fill: #000000 !important;
        }

.btn-upgrade:hover svg path {
    fill: #000000 !important;
}

.btn--dark:hover svg path:last-child {
    fill: #ffffff !important;
}

.btn--red {
    border-color: #CE1312;
    background-color: #CE1312;
    color: #fff;
}

    .btn--red:hover {
        background-color: #fff;
        color: #CE1312;
    }

.btn--red-border {
    background-color: #fff;
    border-color: #CE1312;
    color: #CE1312;
}

    .btn--red-border:hover {
        color: #fff;
        background-color: #CE1312;
    }

        .btn--red-border:hover svg path {
            fill: #fff;
        }

.btn--secondary, .top-btn-wrapper .btn--dark, .sort-wrapper .btn--dark {
    font-weight: 600;
    text-transform: initial;
}

.top-btn-wrapper .btn--dark, .sort-wrapper .btn--dark {
    pointer-events: none !important;
    /*padding: 4px 15px !important;*/
}

.btn--block {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0;
}

.btn--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .btn--flex svg {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 10px;
        font-size: 0;
        line-height: 0;
    }

/* ------------------------------------------------------------ *\
	Btn Custom icon
\* ------------------------------------------------------------ */

.btn-custom-icon {
    display: block;
    width: 100%;
    height: 70px;
    background-color: #fff;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .btn-custom-icon {
        height: 50px;
    }
}

.btn-custom-icon .btn__text {
    display: inline-block;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .btn-custom-icon .btn__text {
        font-size: 14px;
    }
}

.btn-custom-icon .btn__icon {
    width: 26px;
    margin: 0 40px;
    text-align: center;
}

@media (max-width: 767px) {
    .btn-custom-icon .btn__icon {
        margin: 0 15px 0 30px;
    }
}

/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */

input::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

input::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

input::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

input::placeholder {
    color: inherit;
    opacity: 1;
}

textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

textarea::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

textarea::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

textarea::placeholder {
    color: inherit;
    opacity: 1;
}

input:-webkit-autofill {
    -webkit-text-fill-color: inherit;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */

.form .form__row + .form__row {
    margin-top: 10px;
}

.form .form__row--center {
    text-align: center;
}

/*@media (max-width: 767px) {
    .form .form__row--center {
        text-align: left;
    }
}*/

.form .form__section + .form__section {
    margin-top: 90px;
}

@media (max-width: 767px) {
    .form .form__section + .form__section {
        margin-top: 35px;
    }
}

.form .form__controls {
    position: relative;
}

.form .form__icon {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 18px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form .form__field {
    padding-left: 56px;
}

.form .form__checkbox {
    display: inline-block;
    margin-top: 10px;
}

.form .form__separator {
    display: block;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .form .form__separator {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

.form .form__actions {
    position: relative;
    padding: 25px 0;
    margin-top: 60px;
}

    .form .form__actions:before {
        content: '';
        position: absolute;
        top: 0;
        left: -100vw;
        bottom: 0;
        width: 200vw;
        background-color: rgba(255, 255, 255, 0.8);
    }

.form .form__actions-inner {
    position: relative;
    text-align: center;
    padding: 0 5px;
    max-width: 340px;
    margin: 0 auto;
}

.form .form__link {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
}

    .form .form__link:hover {
        text-decoration: none;
    }

.form .form__submit {
    margin-top: 20px;
}

/* ------------------------------------------------------------ *\
	Form Youtube
\* ------------------------------------------------------------ */

.form-youtube .form__row + .form__row {
    margin-top: 15px;
}

.form-youtube .form__group + .form__group {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .form-youtube .form__group + .form__group {
        margin-top: 40px;
    }
}

.form-youtube .form__controls {
    position: relative;
}

.form-youtube .block__text {
    margin-bottom: 30px;
}

.form-youtube .form__icon {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 18px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-youtube .form__field {
    padding-left: 56px;
}

.form-youtube .form__separator {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #60615F;
}

@media (max-width: 767px) {
    .form-youtube .form__separator {
        font-size: 12px;
    }
}

.form-youtube .form__field-btn {
    position: absolute;
    top: 50%;
    right: 7px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-youtube .form__actions {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .form-youtube .form__actions {
        margin-top: 40px;
    }
}

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */

[class^="list-"] {
    list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

.logo {
    display: inline-block;
}

    .logo img {
        height: 35px;
        width: auto;
    }

@media (max-width: 767px) {
    .logo {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.logo--text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
}

    .logo--text svg {
        margin-right: 10px;
    }

@media (max-width: 767px) {
    .logo--text {
        font-size: 18px;
        white-space: nowrap;
    }
}

/* ------------------------------------------------------------ *\
	Logo Item
\* ------------------------------------------------------------ */

.logo-item {
    max-width: 130px;
    width: 100%;
    padding-top: 100%;
    border: none;
    background-color: #EAECEC;
    border-radius: 25px;
    margin: 0 auto;
    box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
}

.logo-item--add {
    position: relative;
}

    .logo-item--add:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 30px;
        height: 30px;
        background-image: url(../images/png/plus.png);
        background-repeat: no-repeat;
        background-size: cover;
        opacity: .3;
    }

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Widgets
\* ------------------------------------------------------------ */

.widgets {
    list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Section Introduction
\* ------------------------------------------------------------ */

.section-introduction {
    padding: 60px 0;
}

@media (max-width: 767px) {
    .section-introduction {
        padding: 30px 0;
    }
}

.section-introduction .section__title {
    font-size: 48px;
    text-align: center;
}

@media (max-width: 767px) {
    .section-introduction .section__title {
        font-size: 24px;
    }
}

.section-introduction .section__title a {
    color: #6BC530;
}

/* ------------------------------------------------------------ *\
	Section Dark
\* ------------------------------------------------------------ */

.section-dark {
    padding: 60px 0;
    background: #1F1F1F;
}

@media (max-width: 767px) {
    .section-dark {
        padding: 30px 0;
    }
}

.section-dark .section__icon {
    text-align: center;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .section-dark .section__icon {
        width: 56px;
        margin: 0 auto 15px;
    }
}

@media (max-width: 767px) {
    .section-dark .section__icon svg {
        width: 56px;
        height: 50px;
    }
}

.section-dark .section__head {
    text-align: center;
}

    .section-dark .section__head p {
        font-size: 32px;
        line-height: 1.25;
        color: #6BC530;
    }

@media (max-width: 767px) {
    .section-dark .section__head p {
        font-size: 18px;
    }
}

/* ------------------------------------------------------------ *\
	Section Features
\* ------------------------------------------------------------ */

.section-features {
    padding: 60px 0;
}

@media (max-width: 767px) {
    .section-features {
        padding: 30px 0;
    }
}

.section-features .section__head {
    text-align: center;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .section-features .section__head {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .section-features .section__body {
        padding-left: 40px;
    }
}

/* ------------------------------------------------------------ *\
	Section Plan
\* ------------------------------------------------------------ */

.section-plan {
    background-color: #30C5C0;
    color: #fff;
    padding: 60px 0;
}

@media (max-width: 767px) {
    .section-plan {
        padding: 30px 15px;
        overflow-x: scroll;
    }
}

.section-plan .section__head {
    text-align: center;
    max-width: 520px;
    margin: 0 auto 60px;
}

@media (max-width: 767px) {
    .section-plan .section__head {
        padding: 0 45px;
        margin-bottom: 20px;
    }
}

.section-plan .section__title {
    font-weight: 400;
}

@media (max-width: 767px) {
    .section-plan .section__shell {
        padding: 0;
    }
}

/* ------------------------------------------------------------ *\
	Section Callout
\* ------------------------------------------------------------ */

.section-callout {
    padding: 60px 0 0;
}

    .section-callout .section__head {
        text-align: center;
        max-width: 680px;
        margin: 0 auto 30px;
    }

    .section-callout .section__buttons {
        padding: 0 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -12px;
    }

@media (max-width: 1023px) {
    .section-callout .section__buttons {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .section-callout .section__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.section-callout .section__btn {
    width: 50%;
    padding: 0 12px;
}

@media (max-width: 767px) {
    .section-callout .section__btn {
        width: 100%;
    }

        .section-callout .section__btn + .section__btn {
            margin-bottom: 15px;
        }
}

.section-callout .section__image {
    margin-top: 130px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .section-callout .section__image {
        margin: 50px -50px 0;
    }
}

.section-callout .section__image img {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}

/* ------------------------------------------------------------ *\
	Section Access
\* ------------------------------------------------------------ */

.section-access {
    padding-top: 96px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    position: relative;
}

/*.section-access .shell--xs {
    min-height: 625px;
}*/

@media (max-width: 767px) {
    .section-access {
        padding-top: 80px;
        /*padding-bottom: 260px;*/
    }
}

.section-access .section__head {
    text-align: center;
    margin-bottom: 35px;
    color: #fff;
}

@media (max-width: 767px) {
    .section-access .section__head {
        margin-bottom: 12px;
        /*text-align: left;*/
    }
}

.section-access .section__form-actions {
    width: 100%;
}

/*@media (max-width: 767px) {
    .section-access--signup .section__head {
        text-align: right;
    }
}*/

/* ------------------------------------------------------------ *\
	Section Protect Items
\* ------------------------------------------------------------ */

.section-protect-items {
    padding: 60px 0;
    min-height: calc(100vh - 60px);
}

@media (max-width: 767px) {
    .section-protect-items {
        padding: 40px 0;
    }
}

.section-protect-items .section__head {
    margin-bottom: 50px;
    text-align: center;
}

.section-protect-items .section__foot {
    margin-top: 90px;
    text-align: center;
}

@media (max-width: 767px) {
    .section-protect-items .section__foot {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .section-protect-items .section__title {
        font-size: 24px;
    }
}

/* ------------------------------------------------------------ *\
	section-full-height
\* ------------------------------------------------------------ */

.section-full-height {
    min-height: 100vh;
}

.section-full-height-10 {
    min-height: 40vh;
}

/* ------------------------------------------------------------ *\
	Section Confirmation
\* ------------------------------------------------------------ */

.section-confirmation, .section-confirmation-youtube {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 60px 0;
}

@media (max-width: 767px) {
    .section-confirmation, .section-confirmation-youtube {
        padding: 20px 0;
    }
}

/* ------------------------------------------------------------ *\
	section-my-assets
\* ------------------------------------------------------------ */

.section-my-assets {
    padding: 30px 0;
}

@media (max-width: 767px) {
    .section-my-assets {
        padding: 20px 0;
    }
}

@media (max-width: 767px) {
    .section-my-assets .section__shell {
        padding: 0;
    }
}

/* ------------------------------------------------------------ *\
	Nav Access
\* ------------------------------------------------------------ */

@media (max-width: 767px) {
    .nav-access {
        position: fixed;
        top: 82px;
        left: 0;
        width: 100%;
        height: calc(100% - 82px);
        background-color: #fff;
        padding: 20px;
        -webkit-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
        transform: translateY(-10%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .6s, visibility .6s, -webkit-transform .5s;
        transition: opacity .6s, visibility .6s, -webkit-transform .5s;
        -o-transition: opacity .6s, visibility .6s, transform .5s;
        transition: opacity .6s, visibility .6s, transform .5s;
        transition: opacity .6s, visibility .6s, transform .5s, -webkit-transform .5s;
    }
}

.nav-access ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .nav-access ul {
        display: block;
    }
}

.nav-access li {
    padding: 10px 0;
}

    .nav-access li + li {
        margin-left: 10px;
    }

@media (max-width: 767px) {
    .nav-access li + li {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .nav-access a.btn {
        display: block;
        width: 100%;
    }
}

.nav-access a:not([class]), .dropdown-content a.profile-url {
    font-size: 18px;
    color: rgba(31, 31, 31, 0.5);
    font-weight: 700;
}

    .nav-access a:not([class]):hover, .dropdown-content a.profile-url:hover {
        color: #6BC530;
    }

@media (max-width: 767px) {
    .nav-access--simple li {
        border-bottom: solid 1px #F4EFEF;
        padding: 10px 0;
    }
}

@media (max-width: 767px) {
    .nav-access--simple li:first-child {
        border-top: solid 1px #F4EFEF;
    }
}

.nav-access--simple li + li {
    margin-left: 10px;
}

@media (max-width: 767px) {
    .nav-access--simple li + li {
        margin: 0;
    }
}

.nav-access--simple .nav__log {
    display: none;
}

@media (max-width: 767px) {
    .nav-access--simple .nav__log {
        position: absolute;
        bottom: 35px;
        left: 20px;
        right: 20px;
        display: block;
    }
}

@media (max-width: 767px) {
    .nav-access.is-active {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        text-align: center;
    }
}

/* ------------------------------------------------------------ *\
	List Features
\* ------------------------------------------------------------ */

.list-features {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 250px;
    -moz-column-gap: 250px;
    /*column-gap: 100px;*/
    column-gap: 250px;
}

@media (max-width: 768px) {
    .list-features {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
}

@media (max-width: 550px) {
    .list-features {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }

    .creator-logo-sign {
        margin-bottom: 20px;
    }
}

.list-features li + li {
    margin-top: 15px;
}

.list-features a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-features .list__icon {
    width: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    margin-right: 15px;
    height: auto;
    display: inline-block;
}

.list-features .list__text {
    display: inline-block;
    font-size: 20px;
    color: #9A9B98;
}

@media (max-width: 767px) {
    .list-features .list__text {
        font-size: 18px;
    }
}

/* ------------------------------------------------------------ *\
	Table Plan
\* ------------------------------------------------------------ */

.table-plan, .proComparisonModal h2.section__title, .watermarkBadgesModal h2.section__title, .proSubscribeModal h2.section__title, .businessSubscribeModal h2.section__title {
    text-align: center;
    font-size: 36px;
}

.table-plan {
    margin-top: 0.5rem;
}

    .table-plan table {
        border-collapse: separate !important;
    }

.proComparisonModal .table-plan td:first-child {
    /*font-size: 21px;*/
    text-align: left;
    text-transform: uppercase;
    padding-left: 15px;
    font-weight: 700;
    cursor: default;
}

/*.table-plan th, .table-plan tr:last-child td {
    padding: 15px 0;
}*/

.free-plan {
    color: #1F1F1F;
}

    .free-plan:hover {
        color: #fff;
    }

.table-plan td:nth-child(3), .table-plan th:nth-child(3) {
    background-color: rgba(242, 242, 242, 0.2);
}

.table-plan th:nth-child(4), .table-plan th:nth-child(3), .table-plan th:nth-child(2) {
    border-top: 2px solid rgba(242, 242, 242, 0.2);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 10px;
}

.table-plan tr:last-child td:nth-child(4), .table-plan tr:last-child td:nth-child(3), .table-plan tr:last-child td:nth-child(2) {
    border-bottom: 2px solid rgba(242, 242, 242, 0.2);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px #333;
}

.table-plan tr:last-child td:first-child {
    border: none;
}

.table-plan th:nth-child(2), .table-plan tr:last-child td:nth-child(2), .table-plan tr:last-child td:nth-child(4) {
    border-left: 1px solid rgba(242, 242, 242, 0.2);
    border-right: 1px solid rgba(242, 242, 242, 0.2);
}

.table-plan th:nth-child(3) {
    background-color: rgba(242, 242, 242, 0.2);
}

.table-plan tr:last-child td:nth-child(3) {
    border-bottom: 2px solid rgba(242, 242, 242, 0.2);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media (max-width: 767px) {
    .table-plan td:first-child {
        font-size: 10px;
        padding-left: 20px;
    }

    .table-plan, .proComparisonModal h2.section__title, .watermarkBadgesModal h2.section__title, .proSubscribeModal h2.section__title, .businessSubscribeModal h2.section__title {
        font-size: 24px;
    }
}

.table-plan th {
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 12px;
}

@media (max-width: 767px) {
    .table-plan th {
        font-size: 18px;
    }
}

.table-plan td {
    font-size: 16px;
    padding: 8px 0;
    border-right: solid 1px rgba(255, 255, 255, 0.3);
    font-weight: 500;
}

@media (max-width: 767px) {
    .table-plan td {
        padding: 5px 2px;
        border-bottom: 1px solid rgba(107, 197, 48, 0.3);
    }
}

.table-plan tr.price-row td {
    background-color: #6BC530;
    font-size: 21px;
    font-style: italic;
    font-weight: 700;
    border: 0;
}

.table-plan a.plan-btn {
    margin: 10px !important;
    transition: background-color 0.7s, color 0.7s;
}

    .table-plan a.plan-btn.disable-btn {
        pointer-events: none;
    }

@media (max-width: 767px) {
    .table-plan tr.price-row td {
        font-size: 14px;
    }
}

.table-plan tr.price-row td:first-child {
    border-radius: 10px 0 0 10px;
}

/*@media (max-width: 767px) {
    .table-plan tr.price-row td:first-child {
        border-radius: 0;
    }
}*/

.table-plan tr.price-row td:last-child {
    border-radius: 0 10px 10px 0;
}

.table-plan tr.plan-row td {
    font-size: 20px;
    font-weight: 900;
}

.table-plan tr.plan-row td, .table-plan th {
    text-shadow: 1px 1px 3px #333;
}

/*@media (max-width: 767px) {
    .table-plan tr.price-row td:last-child {
        border-radius: 0;
    }
}*/

@media (max-width: 767px) {
    .table-plan tr:nth-child(3) {
        height: 20px;
    }
}

/*.table-plan tr:nth-child(3) td {
    padding: 17px 0;
    border: 0;
}*/

@media (max-width: 767px) {
    .table-plan tr:nth-child(3) td {
        padding: 0;
    }
}

.table-plan .table__price {
    font-style: normal;
}

    .table-plan .table__price span {
        display: inline-block;
        font-size: 25px;
        font-weight: 700;
        color: #333;
    }

@media (max-width: 767px) {
    .table-plan .table__price span {
        font-size: 14px;
    }
}

.table-plan .table__price strong {
    font-size: 40px;
    font-weight: 900;
    color: #000;
}

@media (max-width: 767px) {
    .table-plan .table__price strong {
        font-size: 24px;
    }
}

.table-plan .table__text {
    display: inline-block;
    font-size: 16px;
}

@media (max-width: 767px) {
    .table-plan .table__text {
        font-size: 12px;
    }
}

/* PRO free comparison modal  */

.proComparisonModal, .watermarkBadgesModal {
    width: 60vw;
    height: 95vh;
}

.proSubscribeModal, .businessSubscribeModal {
    width: 50vw;
    /*height: 60vh;*/
}

.proComparisonModal, .proSubscribeModal, .businessSubscribeModal, .watermarkBadgesModal {
    position: fixed;
    top: 50%;
    left: 50%;
    background: white;
    padding: 30px;
    box-shadow: 0px 5px 20px -5px #000;
    border-radius: 50px;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999;
}

    .proComparisonModal > .innerModalCont, .proSubscribeModal > .innerModalCont, .businessSubscribeModal > .innerModalCont, .watermarkBadgesModal > .innerModalCont {
        height: 100%;
        width: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
        padding: 20px;
        margin-top: 16px;
    }

@media (max-width: 1080px) {
    .proComparisonModal, .proSubscribeModal, .businessSubscribeModal, .watermarkBadgesModal {
        width: 95vw;
    }

        .proComparisonModal > .innerModalCont, .proSubscribeModal > .innerModalCont, .businessSubscribeModal > .innerModalCont, .watermarkBadgesModal > .innerModalCont {
            overflow-x: scroll;
        }
}

/* End of PRO free comparison modal */

/* ------------------------------------------------------------ *\
	Menu
\* ------------------------------------------------------------ */

.menu {
    display: none;
    position: relative;
    width: 34px;
    height: 34px;
    background: transparent;
    border: solid 2px #6BC530;
    border-radius: 50%;
    padding: 9px 0;
}

@media (max-width: 767px) {
    .menu {
        display: block;
    }
}

.menu .menu__inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.menu span {
    position: absolute;
    display: block;
    width: 16px;
    height: 2px;
    font-size: 0;
    background: #1F1F1F;
    -webkit-transition: top .4s .4s, opacity .3s 0s, -webkit-transform .4s 0s;
    transition: top .4s .4s, opacity .3s 0s, -webkit-transform .4s 0s;
    -o-transition: top .4s .4s, opacity .3s 0s, transform .4s 0s;
    transition: top .4s .4s, opacity .3s 0s, transform .4s 0s;
    transition: top .4s .4s, opacity .3s 0s, transform .4s 0s, -webkit-transform .4s 0s;
    font-size: 0;
    left: 50%;
    margin-left: -8px;
}

    .menu span:nth-child(1) {
        top: 0;
    }

    .menu span:nth-child(2) {
        top: calc(50% - 1px);
    }

    .menu span:nth-child(3) {
        top: calc(100% - 2px);
    }

.menu.is-active span {
    -webkit-transition: top .4s 0s, opacity .3s 0s, -webkit-transform .4s .4s;
    transition: top .4s 0s, opacity .3s 0s, -webkit-transform .4s .4s;
    -o-transition: top .4s 0s, opacity .3s 0s, transform .4s .4s;
    transition: top .4s 0s, opacity .3s 0s, transform .4s .4s;
    transition: top .4s 0s, opacity .3s 0s, transform .4s .4s, -webkit-transform .4s .4s;
}

    .menu.is-active span:nth-child(1) {
        top: calc(50% - 1px);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .menu.is-active span:nth-child(2) {
        opacity: 0;
    }

    .menu.is-active span:nth-child(3) {
        top: calc(50% - 1px);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */

.checkbox {
    position: relative;
}

    .checkbox input {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        pointer-events: none;
    }

        .checkbox input + label {
            position: relative;
            font-size: 21px;
            line-height: 30px;
            font-weight: 700;
            padding-left: 42px;
        }

            .checkbox input + label a {
                text-decoration: underline;
            }

                .checkbox input + label a:hover {
                    text-decoration: none;
                }

            .checkbox input + label:before {
                content: '';
                position: absolute;
                top: -2px;
                left: 0;
                width: 30px;
                height: 30px;
                border: solid 3px #1F1F1F;
                background-color: #fff;
            }

            .checkbox input + label:after {
                content: '';
                position: absolute;
                top: 5px;
                left: 4px;
                width: 22px;
                height: 16px;
                background: url(../images/svg/check.svg) no-repeat 0 0/cover;
                opacity: 0;
                -webkit-transform: scale(0);
                -ms-transform: scale(0);
                transform: scale(0);
                -webkit-transition: opacity .4s, -webkit-transform .4s;
                transition: opacity .4s, -webkit-transform .4s;
                -o-transition: opacity .4s, transform .4s;
                transition: opacity .4s, transform .4s;
                transition: opacity .4s, transform .4s, -webkit-transform .4s;
            }

        .checkbox input:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

.checkbox--white input + label {
    color: #fff;
}

.checkbox--small input + label {
    font-size: 16px;
    padding-left: 30px;
}

    .checkbox--small input + label:before {
        content: '';
        position: absolute;
        top: -2px;
        left: 0;
        width: 22px;
        height: 22px;
    }

    .checkbox--small input + label:after {
        content: '';
        position: absolute;
        top: 4px;
        left: 3px;
        width: 16px;
        height: 11px;
    }

/* ------------------------------------------------------------ *\
	Field
\* ------------------------------------------------------------ */

.field {
    width: 100%;
    height: 65px;
    padding: 0 35px;
    font-size: 21px;
    font-weight: 400;
    border-radius: 100px;
    border: 0;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    .field {
        height: 50px;
        font-size: 16px;
    }
}

.field::-webkit-input-placeholder {
    color: rgba(31, 31, 31, 0.3);
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.field::-moz-placeholder {
    color: rgba(31, 31, 31, 0.3);
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.field::-ms-input-placeholder {
    color: rgba(31, 31, 31, 0.3);
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.field::placeholder {
    color: rgba(31, 31, 31, 0.3);
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.field:focus::-webkit-input-placeholder {
    color: #1f1f1f;
}

.field:focus::-moz-placeholder {
    color: #1f1f1f;
}

.field:focus::-ms-input-placeholder {
    color: #1f1f1f;
}

.field:focus::placeholder {
    color: #1f1f1f;
}

/* ------------------------------------------------------------ *\
	Field Icon
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Features
\* ------------------------------------------------------------ */

.features .features__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -14px -13px;
}

@media (max-width: 767px) {
    .features .features__items {
        margin: -5px -4px;
    }
}

.features .features__item {
    padding: 14px 13px;
}

@media (max-width: 767px) {
    .features .features__item {
        padding: 5px 4px;
    }
}

/* ------------------------------------------------------------ *\
	Feature
\* ------------------------------------------------------------ */

.feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    width: 190px;
    height: 167px;
}

@media (max-width: 767px) {
    .feature {
        width: 150px;
        height: 120px;
    }
}

.feature .feature__icon {
    margin-bottom: 15px;
}

.feature .feature__text span {
    font-size: 16px;
    color: #60615F;
}

@media (max-width: 767px) {
    .feature .feature__text span {
        font-size: 14px;
    }
}

/* ------------------------------------------------------------ *\
	Panel Logos
\* ------------------------------------------------------------ */

.panel-logos {
    position: relative;
    /*border: solid 3px rgba(31, 31, 31, 0.4);*/
    border-radius: 50px;
    text-align: center;
    padding: 90px 12px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
}

    .panel-logos .panel__entry {
        margin-bottom: 30px;
    }

        .panel-logos .panel__entry p {
            font-size: 18px;
        }

@media (max-width: 767px) {
    .panel-logos .panel__entry p {
        font-size: 14px;
    }
}

.panel-logos .panel__logo-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.panel-logos .panel__logo-item {
    width: 33.3%;
    max-width: 130px;
    text-align: center;
}

    .panel-logos .panel__logo-item + .panel__logo-item {
        margin-left: 15px;
    }

.panel-logos .panel__actions {
    position: absolute;
    bottom: 30%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.panel-logos.proInactive::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(255,255,255,0.4);
}

/* ------------------------------------------------------------ *\
	Video
\* ------------------------------------------------------------ */

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
    border-radius: 50px;
}

/* ------------------------------------------------------------ *\
	Popup
\* ------------------------------------------------------------ */

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .8s, visibility .8s, -webkit-transform .5s;
    transition: opacity .8s, visibility .8s, -webkit-transform .5s;
    -o-transition: opacity .8s, visibility .8s, transform .5s;
    transition: opacity .8s, visibility .8s, transform .5s;
    transition: opacity .8s, visibility .8s, transform .5s, -webkit-transform .5s;
    overflow: hidden;
}

    .popup .popup__head {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 20px 0;
        background: #fff;
        z-index: 3;
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    }

@media (max-width: 767px) {
    .popup .popup__head {
        text-align: center;
    }
}

.popup .popup__title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.5px;
    display: inline-block;
}

@media (max-width: 1830px) {
    .popup .popup__title {
        padding-left: 40px;
    }
}

@media (max-width: 767px) {
    .popup .popup__title {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .popup .popup__title {
        font-size: 18px;
    }
}

.popup .popup__back {
    position: absolute;
    top: 50%;
    left: 25px;
    font-size: 0;
    line-height: 0;
    background: transparent;
    border: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.popup .popup__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    z-index: 2;
}

@media (max-width: 767px) {
    .popup .popup__background {
        background: rgba(255, 255, 255, 1);
    }
}

.popup .popup__close {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 25px;
    z-index: 3;
    font-size: 0;
    line-height: 0;
    border: solid 2px #6BC530;
    border-radius: 50%;
    background: transparent;
    padding: 7px;
}

@media (max-width: 767px) {
    .popup .popup__close {
        display: none;
    }
}

.popup .popup__inner {
    position: relative;
    z-index: 2;
    padding-top: 60px;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}

@media (max-width: 1023px) {
    .popup .popup__inner {
        padding-top: 70px;
    }
}

@media (max-width: 767px) {
    .popup .popup__inner {
        padding-top: 62px;
    }
}

.popup.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 9998;
}

/* ------------------------------------------------------------ *\
	Popup Video Details
\* ------------------------------------------------------------ */

.popup-video-details {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s, visibility .5s;
    -o-transition: opacity .5s, visibility .5s;
    transition: opacity .5s, visibility .5s;
    pointer-events: none;
}

    .popup-video-details .popup__inner, .popup-video-details .popup__shell {
        width: 100%;
        height: 100%;
    }

    .popup-video-details .popup__inner {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .popup-video-details .popup__content {
        position: relative;
        width: 100%;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        -o-transition: transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
    }

    .popup-video-details .popup__close, .qrCont .popup__close {
        position: absolute;
        top: 10px;
        right: 18px;
        z-index: 3;
        font-size: 0;
        line-height: 0;
        border: solid 2px #6BC530;
        border-radius: 50%;
        background: transparent;
        padding: 7px;
    }

    .popup-video-details .popup__background {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }

.block-video-details .block__content p {
    margin: 0.5em 0;
}

#popup-asset-details-modal .block__content:nth-child(2) {
    margin: 0 !important;
    padding-bottom: 0 !important;
    border: none !important;
}

    #popup-asset-details-modal .block__content:nth-child(2) a {
        color: #6BC530;
    }

        #popup-asset-details-modal .block__content:nth-child(2) a:hover {
            text-decoration: underline;
        }

#popup-asset-details-modal .block__content:nth-child(3) {
    margin-top: 0 !important;
}

.noscroll {
    overflow: hidden;
}

.btn-group .btn-copy.js-copy, .btn-group .btn-copy.share-copy, .btn-group .btn-copy.share-creator-copy {
    position: absolute;
    margin-left: -3.5em;
    height: 3em;
    width: 3.5em;
    text-align: center;
    border-radius: 50px;
}

    .btn-group .btn-copy.js-copy:hover svg, .btn-group .btn-copy.share-copy:hover svg, .btn-group .btn-copy.share-creator-copy:hover svg {
        filter: invert(1);
    }

.contact {
    margin-top: -1.2em;
}

.btn-copy svg.icon {
    margin: -0.3em -0.3em 0 -0.3em;
}

.contact a.btn.btn-primary.btn-email {
    width: 15em;
    text-transform: lowercase;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}

.innerModalCont h3 {
    text-align: center;
}

a.shortLink, a.shortProfileLink {
    text-transform: lowercase;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}

.contact .contact-name {
    margin: 0 0.5em 0.5em;
}

.contact + .contact {
    margin-left: 20px;
}

/*.block__actions {
    overflow: scroll;
}*/

.btn-group {
    position: relative;
}

.block__actions .contact {
    margin-top: 0;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .popup-video-details .popup__content {
        max-height: 89%;
        overflow: scroll;
    }

    .block-video-details .block__content p {
        margin: 2em 1em 0.5em 1em;
    }

    .block-video-details .block__actions a + a {
        margin-left: 0 !important;
    }

    .contact + .contact {
        margin-left: 0 !important;
    }

    .block-video-details .block__logo {
        transform: translateY(-10px) !important;
    }
}

/*  Active  */

.popup-video-details.is-active {
    opacity: 1;
    visibility: visible;
}

    .popup-video-details.is-active .popup__content {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

/* ------------------------------------------------------------ *\
	asset
\* ------------------------------------------------------------ */

.assets {
    display: block;
}

    .assets .assets__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -10px 10px;
    }

    .assets .assets__item {
        width: 33.3%;
        padding: 10px;
    }

@media (max-width: 1400px) {
    .assets .assets__item {
        width: 50%;
    }
}

@media (max-width: 970px) {
    .assets .assets__item {
        width: 100%;
    }
}

.asset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    background: #fff;
    /*padding: 10px 40px;*/
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

/*.asset:hover {
    opacity: .8; }*/

@media (max-width: 1200px) {
    .asset {
        padding: 10px 15px;
    }
}

.asset .asset__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.asset .asset__icon {
    margin-right: 22px;
    font-size: 0;
    line-height: 0;
}

@media (max-width: 767px) {
    .asset .asset__icon {
        margin-right: 18px;
    }
}

@media (max-width: 1200px) {
    .asset .asset__icon svg {
        width: 25px;
    }
}

.asset .asset__title {
    font-size: 20px;
    font-weight: 400;
    color: #60615F;
    letter-spacing: 0.5px;
}

@media (max-width: 767px) {
    .asset .asset__title {
        font-size: 14px;
    }
}

.asset .asset__aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.asset .asset__amount {
    padding: 10px 35px 10px 0px;
    height: 100%;
}

    .asset .asset__amount span {
        font-size: 21px;
        font-weight: 900;
        letter-spacing: 0.5px;
        color: #60615F;
    }

@media (max-width: 767px) {
    .asset .asset__amount span {
        font-size: 14px;
    }
}

.asset .asset__btn {
    font-size: 0;
    line-height: 0;
}

@media (max-width: 767px) {
    .asset .asset__btn svg {
        width: 8px;
    }
}

/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */

.search {
    position: relative;
    display: inline-block;
    max-width: 400px;
    width: 100%;
}

@media (max-width: 1023px) {
    .search {
        position: absolute;
        /*left: 70%;*/
        /*right: 0;*/
        max-width: 100%;
        width: calc(100% - 100px);
        -webkit-transition: left .5s;
        -o-transition: left .5s;
        transition: left .5s;
    }

        .search.asset-search {
            margin-right: 100px;
            margin-left: 20px;
        }

    .loggedin-user {
        width: 32px !important;
        right: 46px !important;
        height: 32px !important;
        object-fit: fill;
    }
}

@media (min-width: 1024px) {
    .search.asset-search {
        max-width: 400px;
        padding-left: 50px;
    }
}

.search .search__field {
    width: 100%;
    height: 44px;
    border-radius: 100px;
    padding: 0 30px;
    border: solid 1px #CBCBCB;
    color: rgba(0, 0, 0, 0.3);
}

    .search .search__field::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.3);
    }

    .search .search__field::-moz-placeholder {
        color: rgba(0, 0, 0, 0.3);
    }

    .search .search__field::-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.3);
    }

    .search .search__field::placeholder {
        color: rgba(0, 0, 0, 0.3);
    }

    .search .search__field:valid, .search .search__field:focus {
        color: black;
    }

@media (max-width: 1023px) {
    .search .search__field {
        height: 40px;
        opacity: .0;
    }

        .search .search__field:focus {
            opacity: 1;
            -webkit-transition: opacity .3s;
            -o-transition: opacity .3s;
            transition: opacity .3s;
        }
}

@media (max-width: 767px) {
    .search .search__field {
        padding: 0 30px;
        padding-left: 20px;
    }
}

.search .search__btn, .search .search__exit {
    position: absolute;
    top: 50%;
    right: 22px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    line-height: 0;
    border: 0;
    background: transparent;
}

@media (max-width: 1023px) {
    .search .search__btn, .search .search__exit {
        pointer-events: none;
        right: 10px;
        -webkit-transition: right .5s;
        -o-transition: right .5s;
        transition: right .5s;
    }
}

@media (max-width: 1023px) {
    .search.is-active {
        left: 0;
    }
}

@media (max-width: 1023px) {
    .search.is-active .search__field {
        opacity: 1;
    }
}

@media (max-width: 1023px) {
    .search.is-active .search__btn, .search .search__exit {
        pointer-events: all;
        right: 15px;
    }
}

/* ------------------------------------------------------------ *\
	Articles Youtube
\* ------------------------------------------------------------ */

.articles-youtube .articles__items, .articles-youtube .articles__items-10, .articles-youtube #autotag_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
}

@media (max-width: 1400px) {
    .articles-youtube .articles__items, .articles-youtube .articles__items-10, .articles-youtube #autotag_items {
        margin: 0 -10px;
    }
}

@media (max-width: 1200px) {
    .articles-youtube .articles__items, .articles-youtube #autotag_items {
        margin: -10px;
    }
}

.articles-youtube .articles__item {
    width: 25%;
    padding: 20px;
}

.articles-youtube .articles__items-10 .articles__item {
    width: 20%;
    padding: 15px;
}

.articles-youtube .autotag_item {
    width: 20%;
    padding: 20px;
}

@media (max-width: 1400px) {
    .articles-youtube .articles__item, .articles-youtube .autotag_item, .articles-youtube .articles__items-10 .articles__item {
        padding: 10px;
    }
}

@media (max-width: 1200px) {
    .articles-youtube .articles__item, .articles-youtube .articles__items-10 .articles__item {
        width: 33.3%;
        padding: 10px;
    }

    .articles-youtube .autotag_item {
        width: 25%;
        padding: 10px;
    }

    .sort-wrapper {
        margin-bottom: 15px;
    }
}

@media (max-width: 1023px) {
    .articles-youtube .articles__item, .articles-youtube .articles__items-10 .articles__item {
        width: 50%;
    }

    .articles-youtube .autotag_item {
        width: 33.3%;
    }
}

@media (max-width: 767px) {
    .articles-youtube .articles__item {
        width: 100% !important;
    }

    .articles-youtube .autotag_item {
        width: 50%;
    }

    .redirectModal {
        width: 90%;
    }
}

@media (max-width: 480px) {
    .articles-youtube .autotag_item {
        width: 100%;
    }
}

/*  Article Youtube  */

.article-youtube {
    width: 100%;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

    .article-youtube .article__image {
        position: relative;
    }

    .article-youtube .article__active-bg {
        -webkit-transition: background-color .5s;
        -o-transition: background-color .5s;
        transition: background-color .5s;
    }

@media (max-width: 767px) {
    .article-youtube .article__active-bg {
        display: none;
    }
}

.article-youtube .article__image-inner {
    padding-top: 56%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.article-youtube .article__brand {
    position: absolute;
    /*bottom: 0px;
    left: 15px;*/
    /*width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;*/
    -webkit-transform: translateY(17px);
    -ms-transform: translateY(17px);
    transform: translateY(17px);
    /*webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);*/
    max-width: 50%;
}

.articles__items-10 .article-youtube .article__brand {
    bottom: 10px;
    left: 10px;
}

.articles__items .article-youtube .article__brand {
    bottom: 0px;
    left: 15px;
}

.articles__items-10 .article-youtube .article__brand img {
    height: 50px !important;
    width: auto !important;
    max-width: 100%;
}

.articles__items .article-youtube .article__brand img {
    height: 75px !important;
    width: auto !important;
    max-width: 100%;
}

@media (max-width: 767px) {
    .article-youtube .article__brand {
        width: 80px;
        height: 80px;
    }
}

.article-youtube .article__content {
    padding: 20px;
    background: #fff;
}

.articles__items-10 .article-youtube .article__content {
    padding: 10px 15px;
    background: #fff;
}

@media (max-width: 767px) {
    .article-youtube .article__content {
        padding: 30px 20px 20px;
    }
}

.article-youtube .article__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.article-youtube .article__title {
    font-size: 21px;
    font-weight: 700;
}

.articles__items-10 .article-youtube .article__title {
    font-size: 16px;
}

@media (max-width: 767px) {
    .article-youtube .article__title {
        font-size: 18px;
    }
}

.article-youtube .article__time span {
    font-size: 19px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .article-youtube .article__time span {
        font-size: 16px;
    }
}

.article-youtube .article__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
}

.articles__items-10 .article-youtube .article__actions {
    margin-top: 10px;
}

.article-youtube .article__expand-link a {
    position: relative;
    display: inline-block;
    font-size: 21px;
    text-decoration: underline;
    color: rgba(0, 0, 0, 0.5);
}

.articles__items-10 .article-youtube .article__expand-link a, .articles__items-10 .article-youtube .article__buttons a {
    font-size: 16px;
}

@media (max-width: 767px) {
    .article-youtube .article__expand-link a {
        font-size: 18px;
    }
}

.article-youtube .article__expand-link a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translate(10px, -50%);
    -ms-transform: translate(10px, -50%);
    transform: translate(10px, -50%);
    width: 10px;
    height: 5px;
    background: url(../images/svg/arrow-dropdown.svg) no-repeat 0 0;
    opacity: .5;
}

.article-youtube .article__buttons a {
    margin-left: 6px;
}

    .article-youtube .article__buttons a .fa-trash-alt {
        color: #CE1312;
    }

.article-youtube .article__result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 30px;
    color: #fff;
}

.articles__items-10 .article-youtube .article__result {
    padding: 10px 15px;
}

@media (max-width: 1400px) {
    .article-youtube .article__result {
        padding: 10px 15px;
    }
}

@media (max-width: 1200px) {
    .article-youtube .article__result {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px 25px;
    }
}

.article-youtube .article__result-title {
    font-size: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.025em;
}

@media (max-width: 1700px) {
    .article-youtube .article__result-title {
        font-size: 17px;
    }
}

@media (max-width: 1400px) {
    .article-youtube .article__result-title {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .article-youtube .article__result-title {
        font-size: 20px;
        margin-right: 10px;
    }
}

@media (max-width: 1400px) {
    .article-youtube .article__result-title svg {
        width: 18px;
    }
}

.article-youtube .article__result-title span {
    display: inline-block;
    margin-top: 8px;
    margin-left: 10px;
}

.article-youtube .article__result--yellow {
    background: #FFB140;
}

.article-youtube .article__result--green {
    background: #6BC530;
}

.article-youtube .article__result--red {
    background: #CE1312;
}

.article-youtube .article__result-link a {
    display: inline-block;
    font-size: 17px;
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 8px;
}

@media (max-width: 1700px) {
    .article-youtube .article__result-link a {
        font-size: 14px;
    }
}

@media (max-width: 1400px) {
    .article-youtube .article__result-link a {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .article-youtube .article__result-link a {
        font-size: 14px;
    }
}

.article-youtube .article__result-link a:hover {
    text-decoration: none;
}

.article-youtube .article__details {
    display: none;
}

@media (max-width: 767px) {
    .article-youtube .article__details {
        display: block;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .5s;
        -o-transition: max-height .5s;
        transition: max-height .5s;
    }
}

/*  Active  */

.article-youtube.is-active .article__active-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.article-youtube.is-active .article__inner {
    position: relative;
    z-index: 3;
}

.article-youtube.is-active .article__result, .article-youtube.is-active .article__content, .article-youtube.is-active .article__image {
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .article-youtube.is-active .article__details {
        max-height: 600px;
    }
}

/* ------------------------------------------------------------ *\
	Section Article
\* ------------------------------------------------------------ */

.section-articles {
    padding: 30px 0;
}

.section-articles-10 {
    padding: 30px 0 0 0;
}

@media (max-width: 767px) {
    .section-articles {
        padding: 30px 0;
    }

    .section-articles-10 {
        padding: 30px 0 0 0;
    }
}

/* ------------------------------------------------------------ *\
	Block Upload
\* ------------------------------------------------------------ */

.block-upload__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1023px) {
    .block-upload__inner {
        display: block;
    }
}

.block-upload .block__shell {
    padding-right: 0;
}

@media (max-width: 1023px) {
    .block-upload .block__shell {
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    .block-upload .block__shell {
        padding: 0 20px;
    }
}

.block-upload .block__media {
    width: 60%;
    padding: 60px 40px 40px 0;
}

@media (max-width: 1200px) {
    .block-upload .block__media {
        padding: 40px 25px 40px;
    }
}

@media (max-width: 1023px) {
    .block-upload .block__media {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .block-upload .block__media {
        padding: 0;
    }
}

.block-upload .block__details {
    position: relative;
    width: 40%;
    padding: 60px 40px 30px;
    background: rgba(255, 255, 255, 1);
}

@media (max-width: 1200px) {
    .block-upload .block__details {
        padding: 40px 25px 40px;
    }
}

@media (max-width: 1023px) {
    .block-upload .block__details {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .block-upload .block__details {
        /*background: transparent;*/
        padding: 15px 0 30px;
    }
}

.block-upload .block__title {
    padding-top: 10px;
    margin-bottom: 10px;
    font-size: 21px;
    text-transform: uppercase;
    color: #60615F;
}

@media (max-width: 767px) {
    .block-upload .block__title {
        font-size: 16px;
        text-align: center;
    }
}

.block-upload .block__video {
    position: relative;
    padding-top: 48%;
}

@media (max-width: 1023px) {
    .block-upload .block__video {
        padding-top: 53%;
        margin: 0 -20px;
    }
}

.block-upload .block__video-upload {
    /* text-align: center; */
    padding: 20px 0px;
    background: #fff;
}

@media (max-width: 767px) {
    .block-upload .block__video-upload {
        padding: 25px 0;
    }
}

.block-upload .block__video-upload-inner {
    /*max-width: 435px;
    margin: 0 auto;*/
}

@media (max-width: 767px) {
    .block-upload .block__text {
        text-align: center;
    }
}

.block-upload .block__text p {
    font-size: 18px;
}

@media (max-width: 767px) {
    .block-upload .block__text p {
        font-size: 16px;
    }
}

/* ------------------------------------------------------------ *\
	Block VIdeo Details
\* ------------------------------------------------------------ */

.block-video-details {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 20px 20px 0 0;
    padding: 35px;
    padding-left: 135px;
    pointer-events: initial !important;
}

@media (max-width: 1400px) {
    .block-video-details {
        padding-left: 90px;
    }
}

@media (max-width: 1200px) {
    .block-video-details {
        padding: 30px 20px;
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .block-video-details {
        padding: 20px;
        border-radius: 0;
    }
}

.block-video-details .block__logo {
    position: absolute;
    top: -102px;
    left: -12px;
}

@media (max-width: 1400px) {
    .block-video-details .block__logo {
        top: -120px;
        left: -12px;
    }
}

@media (max-width: 1200px) {
    .block-video-details .block__logo {
        top: auto;
        bottom: 100%;
        left: -11px;
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
    }
}

.block-video-details .block__title {
    font-size: 21px;
    color: rgba(0, 0, 0, 0.5);
}

.block-video-details .block__head {
    margin-bottom: 30px;
}

.block-video-details .block__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (max-width: 1200px) {
    .block-video-details .block__inner {
        display: block;
    }
}

.block-video-details .block__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.5em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px !important;
    margin-bottom: 10px;
}

@media (max-width: 1200px) {
    .block-video-details .block__content {
        margin-bottom: 15px;
        align-items: baseline;
    }
}

@media (max-width: 767px) {
    .block-video-details .block__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -10px -15px;
        margin-bottom: 20px;
    }

    .block__brand img {
        width: 100%;
    }

    .block-video-details .block__brand {
        margin-right: 0 !important;
    }

    .block-video-details .block__actions {
        display: block !important;
        margin-bottom: 1em;
    }

        .block-video-details .block__actions > a, .block-video-details .block__actions > .contact {
            display: block;
            margin-top: 1em;
        }

    .contact a.btn.btn-primary.btn-email {
        width: 100%;
    }

    .qrShortcut {
        margin-left: 0 !important;
        /*margin-top: 2em !important;*/
    }

    .article__buttons .qrShortcut {
        margin-left: 15px !important;
    }
}

.block-video-details .block__brand {
    margin-right: 25px;
}

.block-video-details .block__info + .block__info {
    margin-left: 70px;
}

@media (max-width: 1400px) {
    .block-video-details .block__info + .block__info {
        margin-left: 30px;
    }
}

@media (max-width: 767px) {
    .block-video-details .block__info + .block__info {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .block-video-details .block__info {
        padding: 10px 15px;
    }
}

.block-video-details .block__info-subtitle {
    font-size: 14px;
    color: #999;
    margin-bottom: 0.1rem;
    position: relative;
    /*min-height: 50px;*/
    letter-spacing: 1px;
    font-weight: bold;
}

@media (max-width: 1160px) {
    .block-video-details .block__info-subtitle {
        min-height: 30px;
    }
}

@media (max-width: 810px) and (min-width: 767px) {
    .block-video-details .block__info-subtitle {
        min-height: 50px;
    }
}

.block-video-details .block__info-title {
    font-size: 21px;
}

.block-video-details .block__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .block-video-details .block__actions a + a {
        margin-left: 20px;
    }

@media (max-width: 1400px) {
    .block-video-details .block__actions a + a {
        margin-left: 20px;
    }
}

/*.block__brand img { max-width: fit-content !important; }*/

/* ------------------------------------------------------------ *\
	Block Loader
\* ------------------------------------------------------------ */

.block-loader {
    background: #fff;
    text-align: center;
    padding: 60px 50px;
    -webkit-transition: opacity .3s, visibility .3s;
    -o-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
}

@media (max-width: 767px) {
    .block-loader {
        /*margin: 0 15px; */
    }
}

.block-loader .block__icon {
    margin-bottom: 30px;
}

.block-loader .block__head {
    margin-bottom: 30px;
}

.block-loader .block__title {
    font-size: 24px;
}

@media (max-width: 767px) {
    .block-loader .block__title {
        font-size: 18px;
    }
}

.block-loader .block__title span {
    display: block;
    font-size: 23px;
    color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
    .block-loader .block__title span {
        font-size: 18px;
    }
}

.block-loader .block__image {
    margin-bottom: 20px;
}

.block-loader .block__bar {
    position: relative;
    height: 13px;
    background: #F0F2F8;
    border-radius: 20px;
    overflow: hidden;
}

    .block-loader .block__bar:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 100%;
        background: url(../images/temp/repeat-loader.jpg) repeat-x 0 0;
        -webkit-transition: right 3s;
        -o-transition: right 3s;
        transition: right 3s;
    }

.block-loader.is-loading .block__bar:before {
    right: 0;
}

.block-loader.is-ended {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

@-webkit-keyframes bounceIn {
    20% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
    }

    70% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        transform: translate(-50%, -50%) scale(1.2);
    }

    85% {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

@keyframes bounceIn {
    20% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
    }

    70% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        transform: translate(-50%, -50%) scale(1.2);
    }

    85% {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes scaleDown {
    0% {
        -webkit-transform: translateY(-100%) scale(2);
        transform: translateY(-100%) scale(2);
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(50%) scale(1);
        transform: translateY(50%) scale(1);
        opacity: 1;
    }
}

@keyframes scaleDown {
    0% {
        -webkit-transform: translateY(-100%) scale(2);
        transform: translateY(-100%) scale(2);
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(50%) scale(1);
        transform: translateY(50%) scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes scaleDownMobile {
    0% {
        -webkit-transform: translateY(-100%) scale(2);
        transform: translateY(-100%) scale(2);
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(20%) scale(1);
        transform: translateY(20%) scale(1);
        opacity: 1;
    }
}

@keyframes scaleDownMobile {
    0% {
        -webkit-transform: translateY(-100%) scale(2);
        transform: translateY(-100%) scale(2);
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(20%) scale(1);
        transform: translateY(20%) scale(1);
        opacity: 1;
    }
}

/* ------------------------------------------------------------ *\
	Block Confirmation
\* ------------------------------------------------------------ */

.block-confirmation.step-one, .block-confirmation-youtube.step-one {
    opacity: 1;
    visibility: visible;
    position: relative;
}

    .block-confirmation.step-one .block__actions-buttons, .block-confirmation-youtube.step-one .block__actions-buttons {
        opacity: .5;
    }

    .block-confirmation.step-one .block__title, .block-confirmation-youtube.step-one .block__title {
        opacity: .5;
    }

    .block-confirmation.step-one .block__protect-icon, .block-confirmation-youtube.step-one .block__protect-icon {
        -webkit-animation: bounceIn linear .8s forwards;
        animation: bounceIn linear .8s forwards;
    }

.block-confirmation.step-two .block__actions-buttons, .block-confirmation-youtube.step-two .block__actions-buttons {
    opacity: 1;
}

.block__actions-buttons .btn {
    margin: 5px;
}

.confirmRefreshAssetModal .block__actions-buttons .btn, .successRefreshAssetModal .block__actions-buttons .btn {
    margin: 5px !important;
}

.block-confirmation.step-two .block__title, .block-confirmation-youtube.step-two .block__title {
    opacity: 1;
}

.block-confirmation.step-two .block__main-title, .block-confirmation-youtube.step-two .block__main-title {
    -webkit-animation: scaleDown linear .4s forwards;
    animation: scaleDown linear .4s forwards;
}

@media (max-width: 767px) {
    .block-confirmation.step-two .block__main-title, block-confirmation-youtube.step-two .block__main-title {
        -webkit-animation: scaleDownMobile linear .4s forwards;
        animation: scaleDownMobile linear .4s forwards;
    }
}

.block-confirmation.step-two .block__frame, .block-confirmation-youtube.step-two .block__frame {
    opacity: 1;
}

.block-confirmation.step-two .block__actions, .block-confirmation-youtube.step-two .block__actions {
    background-color: transparent;
}

@media (max-width: 767px) {
    .block-confirmation.step-two .block__actions, .block-confirmation-youtube.step-two .block__actions {
        background-color: #fff;
    }
}

.block-confirmation.step-two .block__subtitle, .block-confirmation-youtube.step-two .block__subtitle {
    opacity: 1;
}

.block-confirmation, .block-confirmation-youtube {
    max-width: 780px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 1s, visibility 1s;
    -o-transition: opacity 1s, visibility 1s;
    transition: opacity 1s, visibility 1s;
    position: absolute;
}

    .block-confirmation .block__title, .block-confirmation-youtube .block__title {
        font-size: 36px;
        text-align: center;
        margin-bottom: 25px;
        opacity: 0;
        -webkit-transition: opacity 1s;
        -o-transition: opacity 1s;
        transition: opacity 1s;
    }

@media (max-width: 767px) {
    .block-confirmation .block__title, .block-confirmation-youtube .block__title {
        font-size: 24px;
    }
}

.block-confirmation .block__main-title, .block-confirmation-youtube .block__main-title {
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    background: #CE1312;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 100px;
    padding: 15px 30px;
    color: #fff;
    padding-left: 125px;
    -webkit-transform: translateY(50%) scale(2);
    -ms-transform: translateY(50%) scale(2);
    transform: translateY(50%) scale(2);
    opacity: 0;
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    -o-transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s, -webkit-transform .5s;
}

@media (max-width: 767px) {
    .block-confirmation .block__main-title, .block-confirmation-youtube .block__main-title {
        padding: 8px 20px;
        padding-left: 90px;
        left: 20px;
        right: 20px;
    }
}

.block-confirmation .block__main-title img, .block-confirmation-youtube .block__main-title img {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .block-confirmation .block__main-title img, .block-confirmation-youtube .block__main-title img {
        width: 80px;
        height: 80px;
    }
}

.block-confirmation .block__main-title span, .block-confirmation-youtube .block__main-title span {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .block-confirmation .block__main-title span, .block-confirmation-youtube .block__main-title span {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .block-confirmation .block__main-title svg, .block-confirmation-youtube .block__main-title svg {
        width: 17px;
    }
}

.block-confirmation .block__image, .block-confirmation-youtube .block__image {
    position: relative;
    z-index: 2;
}

.block-confirmation .block__protect-icon, .block-confirmation-youtube .block__protect-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.block-confirmation .block__image-inner, .block-confirmation-youtube .block__image-inner {
    padding-top: 56%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 767px) {
    .block-confirmation .block__image-inner, .block-confirmation-youtube .block__image-inner {
        padding-top: 65%;
    }
}

.block-confirmation .block__content, .block-confirmation-youtube .block__content {
    position: relative;
    background: #fff;
    padding: 75px 20px 80px;
}

@media (max-width: 767px) {
    .block-confirmation .block__content, .block-confirmation-youtube .block__content {
        padding: 45px 20px;
    }
}

.block-confirmation .block__content-inner, .block-confirmation-youtube .block__content-inner {
    max-width: 527px;
    margin: 0 auto;
}

.block-confirmation .block__content-icon, .block-confirmation-youtube .block__content-icon {
    position: absolute;
    top: 155px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
}

@media (max-width: 767px) {
    .block-confirmation .block__content-icon, .block-confirmation-youtube .block__content-icon {
        top: 110px;
    }
}

.block-confirmation .block__frame, .block-confirmation-youtube .block__frame {
    position: relative;
    padding-top: 58.5%;
    background: url(../images/png/frame.png) no-repeat 0 0/cover;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.block-confirmation .block__frame-inner, .block-confirmation-youtube .block__frame-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 90px;
}

.block-confirmation .block__frame-date span, .block-confirmation-youtube .block__frame-date span {
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .block-confirmation .block__frame-date span, .block-confirmation-youtube .block__frame-date span {
        font-size: 18px;
    }
}

.block-confirmation .block__frame-name span, .block-confirmation-youtube .block__frame-name span {
    display: inline-block;
    color: #CE1312;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .block-confirmation .block__frame-name span, .block-confirmation-youtube .block__frame-name span {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .block-confirmation .block__frame-image, .block-confirmation-youtube .block__frame-image {
        width: 110px;
        margin: 0 auto;
    }
}

.block-confirmation .block__subtitle, .block-confirmation-youtube .block__subtitle {
    text-align: center;
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

@media (max-width: 767px) {
    .block-confirmation .block__subtitle, .block-confirmation-youtube .block__subtitle {
        font-size: 12px;
    }
}

.block-confirmation .block__actions, .block-confirmation-youtube .block__actions {
    padding: 14px 30px 0px 30px;
    /*background: #fff;*/
    -webkit-transition: background-color .6s;
    -o-transition: background-color .6s;
    transition: background-color .6s;
}

.block-confirmation .block__actions-buttons, .block-confirmation-youtube .block__actions-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
    opacity: 0;
}

.block__actions > a, .block__actions > a.link-icon > span {
    font-size: 16px !important;
}

    .block__actions > a > svg {
        height: 16px !important;
        width: auto;
    }

.block__actions > .contact > p.contact-name {
    margin-bottom: 0 !important;
    letter-spacing: 1px;
    color: #999;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .block-confirmation .block__actions-buttons, .block-confirmation-youtube .block__actions-buttons {
        display: block;
        margin: -10px;
    }
}

.block-confirmation .block__actions-btn, .block-confirmation-youtube .block__actions-btn {
    width: 50%;
    padding: 0 10px;
}

@media (max-width: 767px) {
    .block-confirmation .block__actions-btn, .block-confirmation-youtube .block__actions-btn {
        width: 100%;
        padding: 5px 10px;
    }
}

/* ------------------------------------------------------------ *\
	Link Icon
\* ------------------------------------------------------------ */

.link-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

a.link-icon.editAssetBtn {
    font-size: 21px;
}

.link-icon svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

.link-icon span {
    display: inline-block;
    font-size: 21px;
    font-weight: 500;
}

.article__time {
    display: none;
}

div#qrCont, div#shareCont, div#autotagYoutubeCont, #profileEligibleCont {
    margin: 2em 0;
    width: 370px;
    /*height: 370px;*/
    max-width: 100% !important;
}

    #profileEligibleCont p {
        line-height: 1.7rem;
        font-weight: bold;
        font-size: 1rem;
    }

.profileEligibleModal h3, .addSitesEligibleModal h3 {
    font-size: 1.3rem;
}

.yes-icon.pro-creator, .yes-icon.enable-creator, .yes-icon.site-creator, .no-icon.pro-creator, .no-icon.enable-creator, .no-icon.site-creator {
    display: none;
}

.btn-upgrade.pro-creator, .btn-verify.pro-creator, .creatorProfile.pro-creator {
    cursor: pointer;
    display: none;
    padding: 2px 5px;
    font-size: 0.6rem;
    border-radius: 25px;
}

.btn-upgrade.pro-creator, .up-to-pro, .up-to-business {
    color: #CE1312;
    border: 2px solid #CE1312;
}

    .btn-upgrade.pro-creator:hover, .up-to-pro:hover, .up-to-business:hover {
        background-color: #CE1312;
        color: #fff;
        cursor: pointer;
    }

    .up-to-pro.dark-up, .up-to-business.dark-up {
        color: #1F1F1F;
        border: 2px solid #1F1F1F;
    }

        .up-to-pro.dark-up:hover, .up-to-business.dark-up:hover {
            background-color: #1F1F1F;
            color: #fff;
        }

.up-to-pro, .up-to-business, .up-to-free {
    border-radius: 15px;
    padding: 1px 4px;
    line-height: 12px;
}

.up-to-free {
    border: 2px solid #1F1F1F;
}

#addSitesEligibleCont table tr td:last-of-type {
    font-size: 12px;
}

#addSitesEligibleCont {
    overflow-x: auto;
    white-space: nowrap;
}

    #addSitesEligibleCont table td {
        padding: 3px;
    }

.addSitesEligibleModal > div > p {
    margin: 0.8rem 0;
}

.no-of-slugs-container .btn-upgrade {
    cursor: pointer;
}

.no-of-slugs-container {
    margin-bottom: 10px;
}

.creatorProfile.pro-creator {
    color: #6BC530;
    border: 2px solid #6BC530;
}

    .creatorProfile.pro-creator:hover {
        background-color: #6BC530;
        color: #fff;
    }

.yellow-btn {
    background-color: #FFB140 !important;
}

    .yellow-btn:hover {
        color: #000000 !important;
    }

.btn-verify.pro-creator {
    color: #000;
    border: 2px solid #000;
}

    .btn-verify.pro-creator:hover {
        background-color: #000;
        color: #fff;
    }

.btn-profile-eligible {
    cursor: pointer;
}

#creator-websites-list, #creator-websites-list-default, #creator-slug-list, #creator-slug-list-default {
    font-size: 18px;
    border-radius: 25px;
    margin-bottom: 10px;
    padding: 15px;
    display: none;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
}

#creator-slug-list, #creator-websites-list {
    max-height: 230px;
    overflow-y: scroll;
}

#more-slugs, #less-slugs, #more-websites, #less-websites {
    font-size: 14px;
    cursor: pointer;
    margin-top: 5px;
    display: inline-block;
    color: #6BC530;
}

#creator-websites-list i, #creator-websites-list-default i, #creator-slug-list i, #creator-slug-list-default i {
    cursor: pointer;
}

#website-error, #slug-error {
    color: #CE1312;
}

#creator-websites-list a:hover, #creator-websites-list-default a:hover, #creator-slug-list a:hover, #creator-slug-list-default a:hover {
    text-decoration: none;
    color: #6BC530;
}

#creator-websites-list .fa-trash, #creator-websites-list-default .fa-trash, #creator-slug-list .fa-trash, #creator-slug-list-default .fa-trash {
    color: #CE1312;
}

div#qrCont, .youtubeVideoThumb.loading {
    background-image: url(/img/loadingSpinner.gif);
    background-repeat: no-repeat;
    background-size: 4em;
    background-position: center center;
}

.popup-video-details .block__head svg {
    float: left;
    margin: -0.3em 1em 0 0;
}

.redirectModal, .redirectPrivateModal, .redirectNoItemsModal, .qrModal, .confirmDeleteProtectedItemModal, .defaultSignatureModal, .updateDefaultSignatureModal, .domainValidationModal, .confirmSiteArchivingModal, .confirmAddSiteModal, .confirmHideSiteModal, .ftpModal, .adtModal, .confirmResetTumbnailModal, .confirmRefreshAssetModal, .successRefreshAssetModal, .shareModal, .shareCreatorModal, .profileEligibleModal, .addSitesEligibleModal, #autotagYoutubeModal, #autotagErrorModal, .confirmDeleteSelectedProtectedItemsModal, .confirmDeleteAllProtectedItemsModal, .confirmAddAllAutotagItemsModal, .confirmAddSelectedAutotagItemsModal {
    max-width: 95% !important;
}

    .confirmSiteArchivingModal h4 {
        margin-top: 1rem;
        text-align: center;
    }

.confirmSiteArchivingModal, .confirmAddSiteModal, .confirmHideSiteModal, .ftpModal, .adtModal {
    min-width: 40% !important;
}

.upgrade-div {
    text-align: center;
    display: none;
}

.domainValidationModal {
    z-index: 10000 !important;
}

.checkingModal {
    max-width: 90% !important;
    position: fixed;
    background: transparent;
    padding: 3em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999;
}

    .checkingModal h3 {
        color: #fff;
        font-size: 1.6rem;
    }

.defaultSignatureModal, .updateDefaultSignatureModal {
    min-width: 50%;
}

    .defaultSignatureModal img, .updateDefaultSignatureModal img {
        border: 1px solid #ddd;
        border-radius: 25px;
        margin-top: 1rem;
        height: auto;
    }

    .updateDefaultSignatureModal .signature-controls .btn {
        margin: 8px 8px 0 2px !important;
    }

    .defaultSignatureModal h3, .updateDefaultSignatureModal h3 {
        font-size: 20px;
    }

.use-default-sign, .use-default-sign-here {
    text-align: left;
    font-size: 22px;
    display: flex;
    align-items: center;
    margin-top: 1rem;
    cursor: pointer;
}

    .use-default-sign svg, .use-default-sign-here svg {
        margin-right: 5px;
    }

#editCreatorDetailsModal .use-default-sign-here {
    margin-top: 0 !important;
}

.updateDefaultSignatureModal .block__actions-buttons .btn {
    margin: 1em 0 -0.5em;
}

@media (max-width: 1024px) {
    #editCreatorDetailsSubmitBtn, #updateAssetSubmitBtn {
        position: fixed;
        bottom: 10px;
        z-index: 10000;
        left: 10px;
        width: calc(100% - 20px);
        margin: auto;
        margin-bottom: -6px;
    }
}

@media (max-width: 768px) {
    .defaultSignatureModal, .updateDefaultSignatureModal {
        padding: 1em;
        width: 100% !important;
    }

        .defaultSignatureModal img, .updateDefaultSignatureModal img {
            width: 100%;
        }

    .plan-tooltip svg {
        width: 12px;
        height: 9px;
    }

    .redirectNoItemsModal, .confirmCreatorUpdateModal, #visitCreatorProfileModal, #validatedDomainsModal, #shareCreatorUrlListModal, #progressMsgModal, .confirmDeleteSlugModal, .successCreatorUpdateModal, .errorCreatorUpdateModal, .setupCreatorModal, .previewCreatorProModal, .previewCreatorFreeModal, #validateCreatorWebsite {
        width: 90% !important;
    }

    .search.creator {
        left: 20px;
        width: calc(100% - 20px);
    }

    .header__logo.profile-url {
        left: 130px;
    }
}

@media (min-width: 767.9px) {
    .defaultSignatureModal .block__actions-buttons .block__actions-btn:first-child,
    .updateDefaultSignatureModal .block__actions-buttons .block__actions-btn:first-child {
        float: left;
        width: 48%
    }

    .defaultSignatureModal .block__actions-buttons .block__actions-btn:last-child,
    .updateDefaultSignatureModal .block__actions-buttons .block__actions-btn:last-child {
        float: right;
        width: 48%
    }

    .defaultSignatureModal img, .updateDefaultSignatureModal img {
        min-width: 520px;
    }

    .plan-tooltip svg {
        width: 16px;
        height: 12px;
    }

    .tooltip-container {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.confirmRefreshAssetModal p {
    line-height: 1.5;
}

    .confirmRefreshAssetModal p.options {
        margin-left: 10px;
        font-size: 16px;
        display: flex;
        align-items: center;
    }

        .confirmRefreshAssetModal p.options svg {
            margin-right: 5px;
        }

    .confirmRefreshAssetModal p.option-h {
        font-weight: 600;
        margin-top: 10px;
        margin-left: 0px !important;
    }

.option-error {
    color: #CE1312;
    display: none;
}

#option-progress-msg {
    color: #6BC530;
    display: none;
}

.option-title .no-icon, .option-thumbnail .no-icon, .option-description .no-icon {
    display: none;
}

.option-title, .option-thumbnail, .option-description {
    cursor: pointer;
}

.confirmCreatorUpdateModal, #visitCreatorProfileModal, #validatedDomainsModal, #shareCreatorUrlListModal, #progressMsgModal, .confirmDeleteSlugModal, .successCreatorUpdateModal, .errorCreatorUpdateModal, .setupCreatorModal, .previewCreatorProModal, .previewCreatorFreeModal, #validateCreatorWebsite {
    position: fixed;
    background: white;
    padding: 3em;
    top: 50%;
    left: 50%;
    box-shadow: 0px 5px 20px -5px #000;
    border-radius: 25px;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999;
    max-width: 90% !important;
    min-width: 25%;
}

.setupCreatorModal {
    max-width: 480px !important;
}

    .setupCreatorModal p {
        margin-top: 10px;
        text-align: center;
    }

        .setupCreatorModal p i {
            color: #666666;
        }

@media (max-width: 400px) {
    .confirmCreatorUpdateModal, #visitCreatorProfileModal, #validatedDomainsModal, .errorCreatorUpdateModal, .confirmDeleteSlugModal, .successCreatorUpdateModal, #progressMsgModal, .setupCreatorModal, .previewCreatorProModal, .previewCreatorFreeModal, #validateCreatorWebsite {
        padding: 1em;
        width: 100% !important;
    }
}

.js-popup-close {
    pointer-events: initial !important;
}

h4.block__title {
    display: inline-block;
    /*white-space: nowrap;
    width: 73%;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

.articles__item .article__image, .autotag_item .article__image {
    cursor: pointer;
}

.form__actions button.btn.btn--dark.btn--block.btn--flex.form__btn {
    margin-bottom: -6px;
}

.fa-facebook {
    color: #3b5998
}

.fa-twitter {
    color: #00acee
}

.fa-whatsapp {
    color: #4fce5d
}

.fa-viber {
    color: #665cac
}

.fa-skype {
    color: #00aff0
}

.fa-linkedin {
    color: #2867B2
}

.share-icons {
    text-align: center;
}

/* Custom checkbox styles */

.checkbox-container {
    display: block;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 10px;
    margin-left: 10px;
    padding: 10px;
}

    .checkbox-container input {
        position: relative;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.deleteCheckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #ccc;
}

.checkbox-container:hover input ~ .deleteCheckmark {
    background-color: #ccc;
}

.checkbox-container input:checked ~ .deleteCheckmark {
    background-color: rgb(206, 19, 18);
}

.deleteCheckmark:after {
    content: "";
    position: relative;
    display: none;
}

.checkbox-container input:checked ~ .deleteCheckmark:after {
    display: block;
}

.checkbox-container .deleteCheckmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* End of custom checkbox styles */

.btn-delete {
    background-color: #fff;
    border-color: #CE1312;
    color: #CE1312;
    /*font-size: 21px;*/
    margin-top: 20px;
}

.bottomEditCreatorBtn {
    margin-top: 20px;
    padding: 12px !important;
}

#refreshSelectedBtn {
    margin-top: 20px;
}

.btn-delete:hover {
    background-color: #CE1312;
    color: #fff;
}

/*Toogle button FREE and PRO - ONLY for testing purposes*/
.account_type {
    font-size: 1.5em;
    margin-bottom: 15px;
}

    .account_type div {
        cursor: pointer;
    }

    .account_type .fa-toggle-on {
        color: #6BC530;
    }

    .account_type .fa-toggle-off {
        color: #CE1312;
    }
/*Toogle button FREE and PRO - ONLY for testing purposes*/

@media (max-width: 400px) {
    .btn-delete, #refreshSelectedBtn {
        width: 100% !important;
    }
}

.fa-toggle-on {
    color: #6BC530;
}

.fa-toggle-off {
    color: #CE1312;
}

.profile-disabled, .isOwner, .isDomainSpecified {
    display: none;
}

.creatorProfile, h4.block__info-title .isOwner, h4.block__info-title .isCreator, h4.block__info-title .isAllAssets, h4.block__info-title .isDomainSpecified, .isDefaultNo, .isDefaultYes {
    cursor: pointer;
}

.confirmCreatorUpdateModal h3, #visitCreatorProfileModal h3, #validatedDomainsModal h3, #shareCreatorUrlListModal h3, .errorCreatorUpdateModal h3, .confirmDeleteSlugModal h3, .successCreatorUpdateModal h3, #progressMsgModal h3, .setupCreatorModal h3, .previewCreatorProModal h3, #validateCreatorWebsite h3, .previewCreatorFreeModal h3 {
    font-size: 1.5em;
}

    #validateCreatorWebsite h3 a {
        color: #6BC530;
    }

        #validateCreatorWebsite h3 a:hover {
            text-decoration: underline;
        }

.errorCreatorUpdateModal {
    background-color: #CE1312;
    color: #ffffff;
}

    .errorCreatorUpdateModal ul {
        text-align: left;
        margin-left: 2rem;
        margin-top: 2rem;
    }

#progressMsgModal {
    background-color: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    min-width: 300px;
}

.errorCreatorUpdateModal .closeCreatorDetails {
    border: 3px solid #fff !important;
    color: #fff !important;
    background-color: #CE1312 !important;
}

    .errorCreatorUpdateModal .closeCreatorDetails:hover {
        background-color: #fff !important;
        color: #CE1312 !important;
    }

#validate-now-link {
    text-align: center;
    font-size: 15px;
}

.proInactive, .proActive, .protectionUserLogo, .businessActive, .businessInactive, .proPlanActive, .logoutActive {
    display: none;
}
/* Tool tips */

.plan-tooltip {
    position: relative;
    /*display: inline-block;*/
}

    .plan-tooltip .plan-tooltiptext {
        visibility: hidden;
        width: 200px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 10px;
        position: absolute;
        z-index: 1;
        top: 110%;
        left: 100%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 1s;
        text-transform: initial;
        font-size: 12px;
    }

ul.moreFeatureMenu .plan-tooltip .plan-tooltiptext {
    left: 40% !important;
}

.upgrade-tooltiptext {
    cursor: pointer;
    visibility: hidden;
    width: 200px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1000;
    bottom: 110%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
    text-transform: initial;
    font-size: 12px !important;
}

.plan-tooltiptext.lg {
    width: 250px !important;
}

.plan-tooltiptext.xl {
    width: 300px !important;
}

.plan-tooltip .plan-tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 20%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
}

.upgrade-tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 30%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.plan-tooltip:hover .plan-tooltiptext, .plan-tooltip:hover .upgrade-tooltiptext {
    visibility: visible;
    opacity: 1;
}

.plan-tooltip .plan-tooltiptext a {
    color: #6BC530;
}

/* End of tool tips */

.disabled-link a, .disabled-link span.toggle, .disabled-link .creatorProfile {
    cursor: default;
    pointer-events: none;
    /*text-decoration: none;*/
    color: rgba(0, 0, 0, 0.3);
}

.disabled-link .fa-toggle-on, .disabled-link .fa-toggle-off {
    color: rgba(0, 0, 0, 0.3);
}

.disabled-link a.editCreatorDetails, .disabled-link a.shareCreatorProfileBtn {
    border: 3px solid rgba(0, 0, 0, 0.3);
}

.signature-pad canvas {
    width: 100%;
    height: 200px;
    border-radius: 50px;
    border: 0;
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
}

.signature-controls {
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
    margin: 5px 0px;
    background: white;
    padding: 5px 18px;
    min-height: 5em;
    border-radius: 50px;
    display: flex;
    align-items: center;
}

    .signature-controls .btn {
        font-size: 0.8em;
        margin-right: 0.5em;
        margin-bottom: 3px;
    }

#signature-message, .add-signature-message {
    padding-bottom: 3px;
    padding-left: 5px;
    text-align: left;
}

#signature-success-txt, .add-signature-success-txt {
    color: #6BC530;
    font-weight: 700;
    display: inline-block;
}

#signature-error-txt, .add-signature-error-txt {
    color: #CE1312;
    display: inline-block;
}

.signature-pad img {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
    margin: 5px 0px;
    border-radius: 50px;
}



/* Protection status details Modal */

@media (max-width: 501px) {
    #sitesIndexedModal {
        max-height: 98vh !important;
        padding: 20px !important;
    }

        #sitesIndexedModal .innerSitesIndexedModal {
            padding: 10px !important;
            margin-top: 20px !important;
        }

        #sitesIndexedModal .tabcontent table tr td {
            padding-top: 2px !important;
            padding-bottom: 2px !important;
            font-size: 12px !important;
        }

        #sitesIndexedModal .tab button {
            padding: 10px 12px !important;
            font-size: 12px !important;
        }

    .sites-dropdown, .sites-dropbtn {
        font-size: 12px !important;
    }

    #get-google-domain-list-btn, #add-new-site-btn {
        font-size: 12px !important;
    }

    #sitesIndexedModal h3 {
        font-size: 14px !important;
    }
    /*.close-modal {
        top: 12px !important;
        right: 12px !important;
    }*/
    .proComparisonModal .close-modal, .watermarkBadgesModal .close-modal {
        top: 18px !important;
        right: 20px !important;
    }
}

/* On small */
@media (max-width: 991.9px) {
    #statusDetailsModal h2, #verifyDomainModal h2, #sitesIndexedModal h2, #verifyDomainListModal h2 {
        font-size: 1.2rem !important;
    }

        #sitesIndexedModal h2 span {
            font-size: 0.8rem !important;
        }

    #statusDetailsModal, #sampleModal, #verifyDomainModal, #sitesIndexedModal, #verifyDomainListModal {
        width: 90vw;
    }

    .modalSection.options p {
        font-size: 14px;
        margin-left: 0.5rem;
    }

    .modalSection ul {
        margin-left: 1.2rem;
    }

    #verifyDomainModal p, #sitesIndexedModal p, #verifyDomainListModal p {
        font-size: 14px;
    }

    .table-plan .plan-tooltip .plan-tooltiptext {
        left: 70% !important;
    }
}

/* On large */
@media (min-width: 992px) {
    #statusDetailsModal, #verifyDomainModal, #sitesIndexedModal, #verifyDomainListModal {
        width: 60vw;
    }

    .modalSection.options p {
        font-size: 1rem;
        margin-left: 1.5rem;
    }

    .modalSection ul {
        margin-left: 2.5rem;
    }

    #verifyDomainModal p, #sitesIndexedModal p, #verifyDomainListModal p {
        font-size: 1rem;
    }

    .table-plan .plan-tooltip .plan-tooltiptext {
        left: 30% !important;
    }
}

#statusDetailsModal, #sampleModal, #verifyDomainModal, #sitesIndexedModal, #verifyDomainListModal {
    /*width: 60vw;*/
    position: fixed;
    top: 50%;
    left: 50%;
    background: white;
    padding: 30px;
    box-shadow: 0px 5px 20px -5px #000;
    border-radius: 50px;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 10000;
}

#statusDetailsModal, #sampleModal {
    height: 85vh;
}

#verifyDomainModal, #sitesIndexedModal, #verifyDomainListModal {
    max-height: 95vh;
}

#verifySuccessMsg, #verifyErrorMsg, #more-verify, #more-domains, #verifyListErrorMsg, #verifyListSuccessMsg {
    display: none;
}

#verifySuccessMsg, #verifyListSuccessMsg {
    color: #6BC530;
}

#verifyErrorMsg, #verifyListErrorMsg {
    color: #CE1312;
}

.status-details-modal, .status-details-modal-upload {
    cursor: pointer;
}

.close-modal {
    position: absolute;
    top: 19px;
    right: 21px;
    cursor: pointer;
}

/*#statusDetailsModal {
    background-image: linear-gradient(#fff, #F9F9F7);
    background-image: url(/PP2020/images/status/certificate_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}*/

.innerStatusDetailsModal, .innerVerifyDomainModal {
    max-height: 85vh;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 20px;
    margin-top: 16px;
}

.innerSitesIndexedModal {
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    overflow-x: scroll;
    padding: 10px;
    margin-top: 16px;
    min-height: 320px;
}

#statusDetailsModal h2, #verifyDomainModal h2, #verifyDomainListModal h2 {
    text-align: left;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}

.modalSection.options p {
    line-height: 1.5rem;
    font-weight: bold;
    margin-bottom: 0 !important;
}

svg.no-icon.ownership, svg.yes-icon.account, svg.yes-icon.patform, .m-ownership, .site-report-p {
    display: none;
}

    .site-report-p span {
        text-transform: uppercase;
        color: #808080;
    }

.modalSection {
    margin-top: 1rem;
}

    .modalSection.options p {
        line-height: 1.5rem;
        font-weight: 700;
        margin-bottom: 0 !important;
        display: flex;
        align-items: center;
    }

        .modalSection.options p svg {
            margin-right: 8px;
        }

    /*#m-ownership, .patform-validated {
    display: flex !important;
}*/

    .modalSection ul {
        margin-top: 0.5rem;
    }

        .modalSection ul li {
            margin-bottom: 0.4rem;
        }

#verifyDomainModal button, #verifyDomainListModal button {
    margin-top: 1rem;
}

#more-verify {
    margin-top: 1.2rem;
}

#verifyDomainListModal .fa-check-square {
    color: #6BC530;
}

#verifyDomainListModal .fa-square {
    color: #CE1312;
}

#verify-all-btn {
    padding: 6px 10px;
    font-size: 0.9rem;
}

@media (min-width: 992px) {
    #verify-all-btn {
        margin-left: 1.5rem;
    }
}

.check-icon .fa-check-square, .successHideSite, .errorHideSite, .successAddSite, .errorAddSite {
    display: none;
}

.successAddSite, .errorAddSite, .msgAddSite {
    margin-bottom: 1rem;
}

svg.star {
    position: absolute;
    margin-top: -5px;
    color: #6BC530;
}
/* End of modal */

.asset-details-tooltip {
    position: relative;
    /*display: inline-block;*/
}

    .asset-details-tooltip .asset-details-tooltiptext {
        visibility: hidden;
        width: 250px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #ccc;
        text-align: center;
        border-radius: 6px;
        padding: 10px;
        position: absolute;
        z-index: 1000;
        top: 110%;
        left: 100%;
        margin-left: -160px;
        opacity: 0;
        transition: opacity 1s;
        text-transform: initial;
        font-size: 12px;
        letter-spacing: normal;
    }

#editCreatorDetailsModal .asset-details-tooltip .asset-details-tooltiptext {
    left: 100% !important;
}

#editCreatorDetailsModal .creator-setting h4.asset-details-tooltip .asset-details-tooltiptext {
    left: 25% !important;
}


.creator-url.asset-details-tooltiptext {
    /*visibility: hidden;*/
    width: calc(100% - 40px) !important;
    background-color: rgba(0, 0, 0, 0.8);
    color: #ccc;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    display: block;
    /*z-index: 1000;*/
    top: 10px;
    left: 0;
    margin-bottom: 20px;
    margin-left: 20px;
    /*opacity: 0;*/
    /*transition: opacity 1s;*/
    text-transform: initial;
    font-size: 14px;
    letter-spacing: normal;
}

@media (max-width: 500px) {
    .creator-settings-container h5 {
        font-size: 12px !important;
    }

    #visit-creator-websites-list p, #visit-creator-slug-list p, #validated-websites-list p {
        font-size: 0.9rem !important;
        margin-bottom: 5px;
    }

    #preview-visit-profile, #delete-profile {
        width: 100%;
        margin-bottom: 5px;
    }
}

@media (max-width: 768px) {
    .creator-url.asset-details-tooltiptext {
        width: 100% !important;
        margin-left: 0px;
    }
}

@media (max-width: 1024px) {
    #creator-logo {
        width: calc(100% - 40px) !important;
        margin-left: 20px;
    }

    #editCreatorDetailsModal .block__details {
        padding-bottom: 0 !important;
    }

    .form__group.creator-details {
        margin-top: 0px !important;
    }
}

@media (min-width: 1024.1px) {
    .form__group.creator-details {
        margin-top: 1.5em !important;
    }
}

.creator-url.asset-details-tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 20%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
}

.tooltiptexth {
    display: block;
    text-align: center;
    font-weight: 900;
    font-size: 17px;
    color: #fff;
}

.asset-details-tooltip .asset-details-tooltiptext .tooltip-desc a img {
    height: 10px;
    width: auto;
}

svg.help-icon {
    height: 12px;
    width: 16px;
    display: inline-block;
}

.asset-details-tooltip .asset-details-tooltiptext .tooltip-desc a.validate-login {
    text-decoration: none !important;
    color: #fff !important;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

    .asset-details-tooltip .asset-details-tooltiptext .tooltip-desc a.validate-login svg {
        margin-left: 3px !important;
        margin-right: 3px !important;
    }

    .asset-details-tooltip .asset-details-tooltiptext .tooltip-desc a.validate-login img {
        margin-left: 3px !important;
    }

#editCreatorDetailsModal .asset-details-tooltiptext {
    width: 300px;
}

#msg-icon {
    margin-left: 10px;
}

    #msg-icon .fa-check-square, #creator-success {
        color: #6BC530;
    }

    #msg-icon .fa-exclamation-triangle, #creator-error, #creator-error-name {
        color: #CE1312;
    }

#editCreatorDetailsModal .asset-details-tooltiptext b {
    color: #6BC530;
}

#editCreatorDetailsModal .asset-details-tooltiptext .creatorOrOwner {
    text-transform: lowercase;
}

.article-youtube .asset-details-tooltip .asset-details-tooltiptext {
    left: 10% !important;
}

.block-confirmation .asset-details-tooltip .asset-details-tooltiptext {
    left: 70% !important;
    letter-spacing: normal;
}

.asset-details-tooltiptext.lg {
    width: 250px !important;
}

.asset-details-tooltiptext.xl {
    width: 300px !important;
}

.asset-details-tooltip .asset-details-tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 20%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
}

.asset-details-tooltip:hover .asset-details-tooltiptext {
    visibility: visible;
    opacity: 1;
}

.asset-details-tooltip .asset-details-tooltiptext a {
    color: #6BC530;
}


#statusDetailsModal a, #verifyDomainModal a, #sitesIndexedModal a, #verifyDomainListModal a {
    color: #6BC530;
    font-weight: 700;
}

    #statusDetailsModal a:hover, #verifyDomainModal a:hover, #sitesIndexedModal a:hover, #verifyDomainListModal a:hover {
        text-decoration: underline;
    }

#statusDetailsModal .innerStatusDetailsModal p:first-child {
    margin-bottom: 0.4rem;
    font-size: 1.1rem;
}

#statusDetailsModal .innerStatusDetailsModal p:nth-child(2) {
    font-size: 1rem;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */

::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #6BC530;
    border-radius: 10px;
}

    /* Handle on hover */

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/* Tabs in Sites modal */
/* Style the tab */
.tab {
    overflow: hidden;
    /*border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border: 1px solid #ccc;*/
}

    .tab button {
        background-color: #fff;
        float: left;
        outline: none !important;
        border: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
        border-right: 1px solid #ccc;
        border-top: 1px solid #ccc;
    }

        .tab button:last-child {
            border-top-right-radius: 25px;
        }

        .tab button:first-child {
            border-top-left-radius: 25px;
            border-left: 1px solid #ccc;
        }

        .tab button:hover {
            background-color: #6BC530;
            color: #fff;
        }

        .tab button.active {
            background-color: #6BC530;
            color: #fff;
        }

.tabcontent {
    display: none;
    padding: 6px 12px;
    /*border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;*/
    border-top: 1px solid #ccc;
    border-top-right-radius: 25px;
    padding: 0;
    max-height: 35vh;
    min-width: 732px !important;
}

    .tabcontent .fa-exclamation-circle {
        color: #CE1312;
    }

    .tabcontent .fa-check-circle.gray {
        color: #999;
    }

    .tabcontent .fa-check-circle.green {
        color: #6BC530;
    }

    .site-btn, .tabcontent a:hover {
        text-decoration: none !important;
    }

.site-edit-btn {
    float: left;
    margin-right: 5px;
    background-color: #FFB140;
    color: #000 !important;
    text-decoration: none;
    font-weight: normal !important;
    padding: 3.5px 10px 3px 10px !important;
}

    .site-edit-btn:hover {
        background-color: #ff9500;
        text-decoration: none;
    }

#sitesIndexedModal table td a.site-btn.orange {
    margin-left: 5px;
    margin-right: 5px;
}

.tabcontent table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.tabcontent table tr:last-child {
    /*border-bottom: 1px solid #ccc;*/
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.tabcontent table tr {
    padding: 8px 10px;
}

.tabcontent table {
    min-width: 732px !important;
}

    .tabcontent table tr td:first-child {
        padding-left: 5px;
    }

    .tabcontent table tr:last-child td:first-child {
        border-bottom-left-radius: 25px;
    }

    .tabcontent table tr:last-child td:last-child {
        border-bottom-right-radius: 25px;
    }

    .tabcontent table tr td:last-child {
        text-align: right;
        padding-right: 5px;
    }

        .tabcontent table tr td:last-child a {
            margin-right: 4px;
        }

    .tabcontent table tr td span.update {
        font-size: 10px;
    }

    .tabcontent table tr td {
        padding-top: 5px;
        padding-bottom: 5px;
    }

.tabcontent h3.heading {
    text-align: center;
    padding: 15px;
}

.site-btn {
    border-radius: 15px;
    padding: 2px 5px;
}

    .site-btn.default {
        border: 1px solid #1f1f1f;
        color: #1f1f1f !important;
        font-size: 12px;
    }

        .site-btn.default:hover {
            background-color: #ccc;
        }

    .site-btn.green {
        border: 1px solid #6BC530;
        color: #6BC530 !important;
    }

        .site-btn.green:hover {
            background-color: #6BC530;
            color: #fff !important;
        }

    .site-btn.red {
        border: 1px solid #CE1312;
        color: #CE1312 !important;
    }

        .site-btn.red:hover {
            background-color: #CE1312;
            color: #fff !important;
        }

    .site-btn.orange {
        border: 1px solid #ffc107;
        color: #ffc107 !important;
    }

        .site-btn.orange:hover {
            background-color: #ffc107;
            color: #1f1f1f !important;
        }

td span {
    display: block;
    text-align: center;
}

.table-plan td:first-child span {
    text-align: left !important;
}

#sitesIndexedModal h2 {
    text-align: left;
    margin-bottom: 0;
    margin-top: 0.5rem;
}

    #sitesIndexedModal h2 span {
        font-size: 20px;
        color: #666 !important;
    }

#sitesIndexedModal h3 {
    margin-bottom: 0.5rem;
}

#sitesIndexedModal #get-google-domain-list-btn, #add-new-site-btn {
    margin-bottom: 1rem;
}



.site-index-tooltip {
    position: relative;
    /*display: inline-block;*/
}

    .site-index-tooltip .site-index-tooltiptext {
        visibility: hidden;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 10px;
        position: absolute;
        z-index: 1000;
        top: 80%;
        left: 640%;
        margin-left: -160px;
        opacity: 0;
        transition: opacity 1s;
        text-transform: initial;
        font-size: 12px;
        letter-spacing: normal;
        width: 200px !important;
    }

        .site-index-tooltip .site-index-tooltiptext::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 15%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
        }

    .site-index-tooltip:hover .site-index-tooltiptext {
        visibility: visible;
        opacity: 1;
    }

img.site-logo {
    height: 24px;
    width: auto;
}

/* End of Style the buttons inside the tab */

.sites-dropbtn {
    background-color: #6BC530;
    color: white;
    padding: 2px 15px;
    font-size: 14px;
    border: 1px solid #6BC530;
    cursor: pointer;
    border-radius: 15px;
}

.sites-dropdown {
    position: relative;
    display: inline-block;
}

.sites-dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 15px;
}

    .sites-dropdown-content a {
        color: #1F1F1F !important;
        padding: 5px 12px;
        text-decoration: none;
        display: block;
        text-align: left;
        border-radius: 15px;
    }

        .sites-dropdown-content a:hover {
            background-color: #f1f1f1;
        }

.sites-dropdown:hover .sites-dropdown-content {
    display: block;
}

.sites-dropdown:hover .sites-dropbtn {
    background-color: #FFF;
    color: #6BC530;
}

#visit-creator-websites-list, #visit-creator-slug-list, #share-creator-websites-list, #share-creator-slug-list, #validated-websites-list {
    line-height: 1.5 !important;
}

    #visit-creator-websites-list p, #visit-creator-slug-list p, #validated-websites-list p {
        color: #6BC530 !important;
        font-size: 1.2rem;
    }

        #validated-websites-list p a:hover {
            text-decoration: underline;
        }

        #validated-websites-list p .delete-slug {
            color: #CE1312;
        }

    #visit-creator-websites-list a, #visit-creator-slug-list a, #validated-websites-list a {
        word-wrap: break-word;
    }

span.editCreatorProfileDetailsBtn {
    cursor: pointer;
    background-color: #FFB140;
    padding: 3px 8px;
    font-size: 10px;
    color: #000;
    border-radius: 10px;
    text-decoration: none;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
}

#visitCreatorProfileModal, #progressMsgModal, #validatedDomainsModal {
    z-index: 10000 !important;
}

    #visitCreatorProfileModal span, #validatedDomainsModal span {
        cursor: pointer;
    }

span.addCreatorDetails:hover {
    background-color: #ff9500;
    text-decoration: none;
}

#share-creator-websites-list p, #share-creator-slug-list p {
    color: #6BC530 !important;
    font-size: 1rem !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    line-height: 2rem;
}

#visit-creator-websites-list a:hover, #visit-creator-slug-list a:hover, #share-creator-websites-list a:hover, #share-creator-slug-list a:hover {
    text-decoration: underline;
}

.see-domains {
    cursor: pointer;
    color: #6BC530;
}

    .see-domains:hover {
        text-decoration: underline;
    }

#visitCreatorProfileModal h3, #shareCreatorUrlListModal h3, #validatedDomainsModal h3 {
    margin-bottom: 1rem;
}

.profile-link {
    display: flex;
    align-items: center;
}

    .profile-link span, .profile-link i, .profile-link a {
        margin-right: 5px;
    }

        .profile-link a.profile-btn {
            padding: 2px 5px;
            font-size: 10px;
            border: 1px solid #6BC530;
            color: #6BC530;
            border-radius: 12px;
            text-transform: uppercase;
            font-weight: 700;
            text-decoration: none;
        }

            .profile-link a.profile-btn:hover {
                text-decoration: none !important;
                background-color: #6BC530;
                color: #fff;
            }

.creator-profile-btn {
    padding: 3px 5px;
    font-size: 12px;
    border: 2px solid #CE1312;
    color: #CE1312;
    border-radius: 12px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    background-color: #fff;
    margin-left: 5px;
}

    .creator-profile-btn:hover {
        text-decoration: none !important;
        background-color: #CE1312;
        color: #fff;
    }

#visitCreatorProfileModal .innerModalCont, #shareCreatorUrlListModal .innerModalCont, #validatedDomainsModal .innerModalCont {
    max-height: 80vh !important;
    overflow-y: scroll !important;
    padding-right: 10px;
}

.shareCreatorProfileUrlBtn {
    padding: 1px 5px;
    border-radius: 10px;
    background-color: #fff;
    color: #000;
}

.patform-channel {
    word-wrap: break-word;
}

ul.creator-profile-website-list {
    line-height: 1.5;
    margin: 0;
    margin-top: -0.1em;
    padding: 0;
    list-style-type: none;
    font-weight: normal;
    z-index: 2;
    position: absolute;
    width: calc(100% - 1px);
    background: transparent;
    display: none;
    max-height: 260px;
    overflow-y: scroll;
}

    ul.creator-profile-website-list li {
        cursor: pointer;
        padding: 12px 20px;
        border-bottom: 1px solid #aaaaaa;
        background-color: #ffffff;
        border-radius: 50px;
        font-size: 18px;
    }

        ul.creator-profile-website-list li:hover {
            background: #e6e6e6;
            color: #222222;
            border: 1px solid #e6e6e6;
            border-width: 0 0 0 1px;
        }

#verifyAddCreatorDomains, #addVerifiedDomain, #verifyAddCreatorDomainsTxt {
    display: none;
}

#verifyAddCreatorDomains {
    margin-bottom: 10px;
}

#verifyAddCreatorDomainsTxt {
    color: #CE1312;
    margin-bottom: 5px;
}

@media (min-width: 1023px) {
    .only-on-small {
        display: none;
    }

    .loggedin-user {
        top: 0px;
        right: -10px !important;
    }

    .popup.js-popup.is-active .loggedin-user {
        top: 29%;
        right: 70px !important;
        width: 32px;
        height: 32px;
        object-fit: fill;
    }

    .only-lg {
        display: inline;
    }
}

@media (min-width: 1023px) and (max-width: 1100px) {
    #visitCreatorProfileModal, #validatedDomainsModal {
        min-width: 60% !important;
    }
}

@media (max-width: 1024px) {
    .menu, .only-on-small, .only-on-small button {
        display: block;
    }

    .only-lg {
        display: none;
    }

    .menu {
        position: absolute !important;
        right: 0 !important;
    }

    .only-on-small button {
        width: 100%;
    }

    .popup.js-popup.is-active .loggedin-user {
        top: 15px;
        right: 15px !important;
    }

    .dropdown {
        display: none !important;
    }

    .nav-access.is-active {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        text-align: center;
        height: 90%;
        overflow-y: scroll;
    }

    .nav-access {
        position: fixed;
        top: 82px;
        left: 0;
        width: 100%;
        height: calc(100% - 82px);
        background-color: #fff;
        padding: 20px;
        -webkit-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
        transform: translateY(-10%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .6s, visibility .6s, -webkit-transform .5s;
        transition: opacity .6s, visibility .6s, -webkit-transform .5s;
        -o-transition: opacity .6s, visibility .6s, transform .5s;
        transition: opacity .6s, visibility .6s, transform .5s;
        transition: opacity .6s, visibility .6s, transform .5s, -webkit-transform .5s;
    }

        .nav-access ul {
            display: block;
        }

        .nav-access a.btn {
            display: block;
            width: 100%;
        }

        .nav-access li + li {
            margin: 0;
        }

    .nav-access--simple li {
        border-bottom: solid 1px #F4EFEF;
        padding: 10px 0;
    }

        .nav-access--simple li:first-child {
            border-top: solid 1px #F4EFEF;
        }

        .nav-access--simple li + li {
            margin: 0;
        }
}

.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0px;
    background-color: #f1f1f1;
    min-width: 220px;
    width: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    color: none;
    border-radius: 25px;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        border-radius: 25px;
        white-space: nowrap;
        border-bottom: 1px dotted #ddd;
        font-weight: 700;
    }

        .dropdown-content a:hover {
            background-color: #fff
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.loggedin-user {
    width: 25px;
    height: 25px;
    object-fit: fill;
    border-radius: 50%;
    position: absolute;
    right: -15px;
    cursor: pointer;
    border-width: 2px;
    border-style: solid;
    transition: width 0.7s, box-shadow 0.7s;
}

    .loggedin-user:hover {
        width: 32px;
        border-width: 3px;
        box-shadow: 5px 5px 25px 0px #333;
    }

    .loggedin-user.paid-pro {
        border-color: #1f1f1f;
    }

    .loggedin-user.paid-bus {
        border-color: #FFB140;
    }

    .loggedin-user.free {
        border-color: #ff6600;
    }

.upgrade-mobile-nav, .upgrade-mobile-nav-d {
    justify-content: space-between;
    text-align: center;
    border-radius: 10px;
    padding: 15px;
    margin-top: 0.5rem;
    z-index: 10000;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.upgrade-mobile-nav {
    background-color: rgba(107, 197, 48, 0.3);
}

.upgrade-mobile-nav-d {
    background-color: rgba(255, 255, 255, 0.3);
    color: #1f1f1f;
}

    .upgrade-mobile-nav table tr td, .upgrade-mobile-nav-d table tr td {
        padding: 1px;
    }

    .upgrade-mobile-nav a, .upgrade-mobile-nav-d a {
        display: block;
        text-align: center;
        border: 3px solid #1f1f1f;
        border-radius: 10px;
        padding-top: 8px;
        padding-bottom: 8px;
        cursor: pointer;
        background-color: #fff;
        color: #1f1f1f;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 12px;
        /*text-shadow: 1px 1px 3px #333;*/
        transition: background-color 0.7s, color 0.7s;
    }

        .upgrade-mobile-nav a.active-plan {
            background-color: rgba(107, 197, 48, 0.8);
            color: #1f1f1f;
            border: 3px solid #1f1f1f;
        }

        .upgrade-mobile-nav a:hover, .upgrade-mobile-nav-d a:hover {
            background-color: #1f1f1f;
            color: #fff;
            border: 3px solid #1f1f1f;
        }

.active-plan {
    pointer-events: none;
}

.upgrade-mobile-nav td strong, .upgrade-mobile-nav-d td strong {
    font-weight: 900;
    font-size: 25px;
}

.less-more-btns {
    margin-top: 1rem;
}

.more-btn, .less-btn {
    color: #6BC530;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
}

    .more-btn:hover, .less-btn:hover {
        text-decoration: underline;
    }

.monthly-yearly p {
    text-align: center;
    margin: 1.5rem 0;
}

    .monthly-yearly p span {
        cursor: pointer;
        border: 3px solid #1f1f1f;
        padding: 8px 14px;
        font-weight: 700;
        color: #1f1f1f;
        transition: background-color 0.7s, color 0.7s;
    }

        .monthly-yearly p span.current {
            background-color: #1f1f1f;
            color: #fff;
        }

        .monthly-yearly p span:hover {
            background-color: #1f1f1f;
            color: #fff;
        }

        .monthly-yearly p span:first-child {
            margin-right: -8px;
            border-radius: 10px 0 0 10px;
        }

        .monthly-yearly p span:last-child {
            margin-right: -8px;
            border-radius: 0 10px 10px 0;
        }

.plan-tooltip.plan-sm-td {
    font-size: 10px;
    color: #595959;
}

    .plan-tooltip.plan-sm-td .plan-tooltiptext {
        margin-left: -100px !important;
    }

    .plan-tooltip.plan-sm-td svg.help-icon {
        width: 8px !important;
        height: 8px !important;
    }

.free-domain-count, .progress-domain-count {
    text-align: center;
    margin-bottom: 8px;
    color: #666;
}

#verifyDomainListModal .free-domain-count {
    text-align: left !important;
}

.confirmAddSiteModal p {
    text-align: center;
    margin-bottom: 10px;
    display: none;
}

.btn-upgrade-p {
    margin-bottom: 10px;
}

#noSitesIndexed .btn-upgrade, .free-domain-count .btn-upgrade, .confirmHideSiteModal .btn-upgrade {
    color: #CE1312 !important;
    font-size: 15px;
}

    #noSitesIndexed .btn-upgrade:hover, .free-domain-count .btn-upgrade:hover, .confirmHideSiteModal .btn-upgrade:hover {
        color: #ffffff !important;
    }

#current-domain-stat {
    margin-top: 10px;
}

#verifyDomainListModal .btn-upgrade {
    padding: 2px 10px;
    display: none;
}

.confirmAddSiteModal p .btn-upgrade {
    padding: 2px 10px;
}

@media (min-width: 768px) {
    .plan-sm, .plan-sm-td {
        display: none !important;
    }

    tr.plan-lg {
        display: table-row;
    }
    /*td.active-td, td.hide-td, td.active-td2 {
        display: table-cell;
    }*/
    .lg-plan {
        display: inline;
    }

    .more-btn, .less-btn {
        display: none;
    }

    .view-more, .view-less {
        display: table-row;
    }

    .scroll-on-top-d {
        position: fixed;
        left: 0;
        top: 85px;
        width: 100%;
        display: flex !important;
        justify-content: center;
        background-color: rgba(107, 197, 48, 0.9);
        border-radius: 0 !important;
        box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
        padding: 8px 15px !important;
    }

        .scroll-on-top-d table {
            max-width: 720px;
        }

    #validateCreatorWebsite .block__actions-btn:first-child {
        float: left;
        width: 48%
    }

    #validateCreatorWebsite .block__actions-btn:last-child {
        float: right;
        width: 48%
    }
}

@media (max-width: 420px) {
    #noSitesIndexed .btn-upgrade, .free-domain-count .btn-upgrade {
        display: inline-block;
        margin-top: 6px;
    }
}

@media (max-width: 550px) {
    .noItems a {
        display: block;
        width: max-content;
        margin: auto;
    }
}

@media (max-width: 767.9px) {
    .confirmAddSiteModal, #sitesIndexedModal {
        width: 95vw;
        border-radius: 35px !important;
    }

    #noSitesIndexed {
        display: block;
        margin: 6px 0px;
    }

    .table-plan table tr td:first-child {
        display: none;
    }

    .view-more {
        display: table-row;
    }

    .less-btn, .view-less {
        display: none;
    }

    td.active-td {
        /*display: table-cell;*/
        background-color: rgba(107, 197, 48, 0.3) !important;
    }
    /*td.active-td2 {
        display: table-cell;
    }
    td.hide-td {
        display: none;
    }*/
    .plan-sm {
        display: flex;
    }

    .plan-sm-td {
        display: block;
    }

    .plan-lg, .lg-plan {
        display: none !important;
    }

    tr.price-row, tr.price-row-d {
        height: 40px;
    }

    td.active-td a.plan-btn {
        background-color: rgba(107, 197, 48, 0.8);
    }

    .scroll-on-top {
        position: absolute;
        top: 0;
        width: calc(92vw - 60px);
        background-color: rgba(107, 197, 48, 0.9);
    }

    .scroll-on-top-d {
        position: fixed;
        top: 40px;
        right: 0;
        width: 100%;
        background-color: rgba(107, 197, 48, 0.9);
        border-radius: 0 !important;
        box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    }

    .plan-btn, .active-plan {
        font-size: 8px !important;
        padding: 8px 6px !important;
    }

    .table-plan table tr td:nth-child(2) svg,
    .table-plan table tr td:nth-child(3) svg,
    .table-plan table tr td:nth-child(4) svg {
        height: 14px;
        width: 14px;
    }

    .proComparisonModal > .innerModalCont, .watermarkBadgesModal > .innerModalCont {
        /*overflow-x: hidden;*/
        padding: 8px !important;
    }

    tr.price-row td:first-child {
        background-color: #fff !important;
    }

    tr.price-row td:nth-child(2),
    tr.price-row td:nth-child(3),
    tr.price-row td:nth-child(4) {
        background-color: #6BC530 !important;
        border-radius: 10px 10px 0 0 !important;
    }

    tr.price-row.last td:nth-child(2),
    tr.price-row.last td:nth-child(3),
    tr.price-row.last td:nth-child(4) {
        background-color: #6BC530 !important;
        border-radius: 0 0 10px 10px !important;
    }

    tr.price-row-d td:nth-child(2),
    tr.price-row-d td:nth-child(3),
    tr.price-row-d td:nth-child(4) {
        border-radius: 10px 10px 0 0 !important;
    }

    tr.price-row-d.last td:nth-child(2),
    tr.price-row-d.last td:nth-child(3),
    tr.price-row-d.last td:nth-child(4) {
        border-radius: 0 0 10px 10px !important;
    }

    .table-plan table tr td:nth-child(2), .table-plan table tr td:nth-child(3), .table-plan table tr td:nth-child(4) {
        border-left: 1px solid rgba(107, 197, 48, 0.3);
        border-right: 1px solid rgba(107, 197, 48, 0.3);
    }

    .table-plan table tr:nth-child(2):hover, .table-plan table tr:nth-child(3):hover, .table-plan table tr:nth-last-child(2):hover, .table-plan table tr:nth-last-child(3):hover {
        background-color: transparent;
    }

    .table-plan table tr:hover {
        background-color: rgba(107, 197, 48, 0.3);
    }

    .table-plan table tr, .table-plan.table-plan-d table tr {
        transition: background-color 0.7s;
    }

        .table-plan.table-plan-d table tr td:nth-child(2), .table-plan.table-plan-d table tr td:nth-child(3), .table-plan.table-plan-d table tr td:nth-child(4) {
            border-left: 1px solid rgba(255, 255, 255, 0.3);
            border-right: 1px solid rgba(255, 255, 255, 0.3);
        }

        .table-plan.table-plan-d table tr:nth-child(2):hover, .table-plan.table-plan-d table tr:nth-child(3):hover, .table-plan.table-plan-d table tr:nth-last-child(2):hover, .table-plan.table-plan-d table tr:nth-last-child(3):hover {
            background-color: transparent;
        }

        .table-plan.table-plan-d table tr:hover {
            background-color: rgba(255, 255, 255, 0.3);
        }

    tr.price-row-d td {
        background-color: rgba(255, 255, 255, 0.3);
        color: #1f1f1f;
    }

    .table-plan.table-plan-d td {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .previewCreatorFreeModal .block__actions-btn a {
        display: block !important;
    }
}

@media (max-width: 449.9px) {
    /*td.active-td2 {
        display: none;
    }*/
    /*.proComparisonModal {
        padding: 20px !important;
    }*/
    .proComparisonModal, .watermarkBadgesModal {
        height: 85vh;
    }

    .scroll-on-top {
        width: calc(96vw - 60px) !important;
    }
}

footer, .footer-top-section {
    float: left;
}

.footer-top-section {
    background-color: #202020;
    color: #fff;
    width: 100%;
    padding: 1.7rem 0;
}

    .footer-top-section p {
        text-align: center;
        font-size: 1.1rem;
        letter-spacing: 2px;
        line-height: 25px;
        font-weight: 700;
        font-family: 'Open Sans', sans-serif;
        padding: 0 10px;
    }

        .footer-top-section p span {
            color: #6BC530;
        }

footer {
    background-color: #403F3F;
    color: #fff;
    padding: 1.5rem 0.8rem 0 0.8rem;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}

    footer h3 {
        font-size: 1.1rem;
    }

.footer-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    /*justify-content: space-between;*/
}

.footer-col, .footer-col-2 {
    padding: 10px;
    /*border: 1px solid grey;*/
    margin: 5px;
}

.footer-col-1 {
    flex-grow: 1;
    flex-basis: 300px;
}

.footer-col-2 {
    flex-grow: 2;
    flex-basis: 600px;
}

.footer-col ul {
    list-style: none;
    margin-top: 0.7rem;
    line-height: 2;
    font-size: 0.9rem;
}

    .footer-col ul li a:hover, .footer-col p a:hover, footer .footer-container:last-child a:hover {
        text-decoration: underline;
    }

@media (max-width: 1024px) {
    footer .footer-container:first-child .footer-col:first-child {
        flex-basis: 100%;
    }
}

@media (max-width: 768px) {
    footer .footer-container:first-child .footer-col:nth-child(2), footer .footer-container:first-child .footer-col:nth-child(3) {
        flex-basis: 125px;
    }
}

@media (max-width: 428px) {
    footer .footer-container:last-child .footer-col-2 span.pp-ts {
        display: block;
        margin-top: 1.64rem;
    }

        footer .footer-container:last-child .footer-col-2 span.pp-ts a {
            color: #6BC530 !important;
        }
}

footer .footer-container:first-child .footer-col p {
    margin-top: 0.7rem;
}

.footer-col p {
    line-height: 1.4;
    font-size: 0.9rem;
}

    .footer-col p a {
        color: #6BC530;
        font-size: 0.9rem;
        /*font-weight: 700;*/
    }

footer .footer-container:last-child a {
    color: #fff;
}

.social-lnks a, .social-lnks a:hover {
    text-decoration: none !important;
}

.footer-col p .facebook-square, .footer-col p .twitter-square {
    width: 38px;
    height: 38px;
}

    .footer-col p .facebook-square:hover path {
        fill: #3b5998;
    }

    .footer-col p .twitter-square:hover path {
        fill: #1DA1F2;
    }

footer .footer-container:last-child {
    border-top: 1px solid #595959;
    padding: 0.8rem 0;
}

/* Badge styles */
#footer-badge a {
    /*border: 2px solid #fff;*/
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    text-align: center;
    padding: 5px 10px;
    font-weight: 700;
}

    #footer-badge a:hover {
        text-decoration: none;
    }

@keyframes badge-animation-l {
    0% {
        background-color: #6BC530;
        color: #fff;
    }

    20% {
        background-color: #35bbcb;
        color: #fff;
    }

    40% {
        background-color: #9d9fa2;
        color: #fff;
    }

    60% {
        background-color: #000000;
        color: #fff;
    }

    80% {
        background-color: #bcc0eb;
        color: #fff;
    }

    100% {
        background-color: #6BC530;
        color: #fff;
    }
}

@keyframes badge-animation-r {
    0% {
        background-color: #000000;
        color: #fff;
    }

    20% {
        background-color: #000000;
        color: #fff;
    }

    40% {
        background-color: #000000;
        color: #fff;
    }

    60% {
        background-color: #757575;
        color: #fff;
    }

    80% {
        background-color: #f5f5f5;
        color: #b3b3b3;
    }

    100% {
        background-color: #000000;
        color: #fff;
    }
}

#footer-bl {
    margin-right: -5px;
    color: #ffffff;
    background-color: #6BC530;
    animation-name: badge-animation-l;
    animation-duration: 18s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1,0,0,1);
}

#footer-br {
    color: #ffffff;
    background-color: #000000;
    animation-name: badge-animation-r;
    animation-duration: 18s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1,0,0,1);
}

.nav-access .btn-upgrade {
    background-color: #5A5A5A !important;
    color: #fff !important;
    border: 3px solid #5A5A5A !important;
    min-width: 125px;
}

    .nav-access .btn-upgrade:hover {
        background-color: #fff !important;
        color: #5A5A5A !important;
    }

span.hover-txt, .active-membership {
    display: none;
}

a.item-details-link {
    color: #6BC530;
}

    a.item-details-link:hover {
        text-decoration: underline;
    }

i.enable-slug {
    width: 16px;
    height: 15px;
    border: 2px solid #CE1312;
    display: inline-block;
    border-radius: 3px;
    cursor: pointer;
}

i.disable-slug {
    color: #6BC530;
    display: none;
    cursor: pointer;
}

.creator-website-select-icon {
    cursor: pointer;
}

span.enable-slug-txt {
    cursor: pointer;
}

#enableSelectedDomains {
    font-size: 14px;
    padding: 1px 5px;
    border-radius: 15px;
    margin: 5px 0;
    display: none;
}

    #enableSelectedDomains:hover {
        color: #fff;
        background-color: #1F1F1F;
    }

.creator-settings-container {
    margin: 10px 0;
    font-size: 16px;
}

    .creator-settings-container h5 {
        font-size: 16px;
        margin-bottom: 5px;
    }

.creator-setting {
    width: 48%;
    display: inline-block;
}

span.use-domain {
    cursor: pointer;
    color: #6BC530;
}

.isAllAssets.disable, .creator-website-select-icon.disable {
    pointer-events: none;
}

.isAllAssets, .isDomainSpecified, .isCreator, .isOwner {
    cursor: pointer;
}

    .isCreator.disabled {
        filter: none !important;
        pointer-events: none;
    }

#creator-slug-input.disable, #creator-website-input.disable {
    background-color: #e6e6e6;
}

.creator-settings-container:nth-child(2) {
    border-top: 1px solid rgb(217, 217, 217);
    border-bottom: 1px solid rgb(217, 217, 217);
    padding: 10px 0;
}

.creator-settings-container:last-child {
    border-bottom: 1px solid rgb(217, 217, 217);
    padding-bottom: 10px;
}

i.default-profile, i.default-profile-check {
    width: 13px;
    height: 13px;
    border: 3px solid #1F1F1F;
    border-radius: 50%;
    display: inline-block;
}

i.default-profile-uncheck {
    cursor: pointer;
}

i.default-profile-check {
    background-color: #6BC530;
    cursor: auto;
    pointer-events: none;
}

#preview-visit-profile, #delete-profile {
    padding: 4px 12px;
}

i.enable-profile, i.enable-profile-check, i.menable-profile-check {
    width: 13px;
    height: 13px;
    border: 2px solid #1F1F1F;
    display: inline-block;
    cursor: pointer;
}

i.enable-profile-check, i.menable-profile-check {
    background-color: #6BC530;
}

p.enable-profile-help {
    display: none;
    text-align: center;
}

    p.enable-profile-help i {
        cursor: auto !important;
        pointer-events: none;
    }

p.disable-err-txt {
    color: #CE1312;
    font-size: 16px;
    margin-bottom: 10px;
}

@media (max-width: 549.9px) {
    .btn-bar {
        display: block;
    }

        .btn-bar a {
            width: 100%;
        }
}

@media (min-width: 550px) {
    .btn-bar {
        display: flex;
    }

        .btn-bar a {
            flex: 1;
        }
}

div.free-signature {
    width: 100%;
    min-height: 240px;
    padding: 40PX 30px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
    margin: 5px 0px;
    border-radius: 50px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(242, 242, 242, 0.4);
}

#content {
    display: flex;
    justify-content: center;
    align-items: center;
}

div.free-signature p {
    text-align: center;
    margin-bottom: 20px;
    color: rgb(31, 31, 31);
}

.free-creator-logo p {
    padding: 20px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    font-weight: 700;
    color: red;
    position: relative;
    z-index: 9999;
}

#stripe-checking {
    position: fixed;
    top: 50%;
    left: 50%;
    box-shadow: 0px 5px 20px -5px #000;
    border-radius: 50px;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 20px 40px;
    color: #fff;
}

#creator_fb, .fa-facebook {
    color: #3b5998;
}

#creator_yt, .fa-youtube {
    color: #cc181e;
}

#creator_li, .fa-linkedin {
    color: #0a66c2;
}

#creator_instagram, .fa-instagram {
    color: #d62976;
}

#creator_twitch, .fa-twitch {
    color: #8956FB;
}

#creator_discord, .fa-discord {
    color: #5865F2;
}

#creator_snapchat, .fa-snapchat {
    color: #FFFC00;
}

#creator_reddit, .fa-reddit {
    color: #FF4500;
}

#creator_pinterest, .fa-pinterest {
    color: #E60023;
}

.cp.profile-url {
    font-size: 19px;
}

.cp img.topLogo {
    height: 27px;
}
