.redirectModalVeil {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    display: none;
    z-index: 9999;
}

.redirectModal, .redirectPrivateModal, .redirectNoItemsModal, .confirmDeleteProtectedItemModal, .defaultSignatureModal, .updateDefaultSignatureModal, .domainValidationModal, .confirmSiteArchivingModal, .confirmAddSiteModal, .ftpModal, .adtModal, .confirmHideSiteModal, .confirmResetTumbnailModal, .confirmRefreshAssetModal, .successRefreshAssetModal, .redirectStatementModal, #autotagYoutubeModal, .qrModal, .shareModal, .shareCreatorModal, .profileEligibleModal, .addSitesEligibleModal, #autotagErrorModal, .confirmDeleteSelectedProtectedItemsModal, .confirmDeleteAllProtectedItemsModal, .confirmAddAllAutotagItemsModal, .confirmAddSelectedAutotagItemsModal {
    position: fixed;
    background: white;
    padding: 3em;
    top: 50%;
    left: 50%;
    box-shadow: 0px 5px 20px -5px #000;
    border-radius: 35px;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 10000 !important;
    word-wrap: break-word;
}

@media (max-width: 600px) {
    .confirmDeleteAllProtectedItemsModal, .confirmDeleteSelectedProtectedItemsModal, .confirmDeleteProtectedItemModal, .domainValidationModal, .confirmSiteArchivingModal, .confirmAddSiteModal, .ftpModal, .adtModal, .confirmHideSiteModal, .confirmResetTumbnailModal, .confirmRefreshAssetModal, .successRefreshAssetModal, .redirectStatementModal {
        padding: 1.5em;
        width: 100% !important;
    }
}

.redirectModal a {
    color: #6BC530;
    text-decoration: underline;
}

.noSearchItems {
    width: 100%;
    text-align: center;
    margin: 3em 0;
}

.noItems {
    width: 100%;
    text-align: left;
    margin: 1em 0;
    background-color: rgb(107, 197, 48, 0.3);
    padding: 20px;
}

    .noItems p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .noItems h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .noItems .close-noitems, .noItems .close-nosites {
        position: relative;
        top: -10px;
        right: -10px;
        cursor: pointer;
        float: right;
    }

    .noItems .noItemsContent {
        display: flex;
        align-items: center;
        max-width: 1170px;
        margin: auto;
    }

        .noItems .noItemsContent div:first-child {
            margin-right: 15px;
        }

h4.article__title {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

    h4.article__title a {
        display: inline-block !important;
        width: 100% !important;
    }

        h4.article__title a svg {
            height: 20px !important;
            width: auto !important;
        }

.article__content.profile_item {
    padding: 15px !important;
}

.article__content p.date-entered, .article__content a.certificate {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    margin-top: 5px;
}

.article__content a.certificate {
    text-decoration: underline;
    display: inline-block;
}

.article__content p.date-entered span {
    color: #1F1F1F;
}

div#qrCont {
    margin-top: 2em;
    width: 370px;
    height: 370px;
    background-image: url(/img/loadingSpinner.gif);
    background-repeat: no-repeat;
    background-size: 4em;
    background-position: center center;
}

.articles__items.loading, #autotag_items.loading {
    background-image: url(/img/loadingSpinner.gif);
    background-repeat: no-repeat;
    background-size: 5em;
    background-position: center center;
    min-height: 10em;
}

    .articles__items.loading .articles__item, #autotag_items.loading .autotag__item {
        opacity: 0.3;
        filter: grayscale(1);
        transition: 0.3s ease all;
    }

.articles__item, .autotag__item {
    transition: 0.5s ease all;
}

    .articles__item .article__buttons .asset-details-tooltip .asset-details-tooltiptext {
        width: 150px !important;
        left: 300% !important;
    }

        .articles__item .article__buttons .asset-details-tooltip .asset-details-tooltiptext::after {
            left: 50% !important;
        }

    .articles__item .article__buttons .resetThumbnailbtn.asset-details-tooltip .asset-details-tooltiptext::after {
        left: 55% !important;
    }

    .articles__item .article__buttons .moreFeaturesBtn.asset-details-tooltip .asset-details-tooltiptext::after, .articles__item .article__buttons .deleteItemShortcut.asset-details-tooltip .asset-details-tooltiptext::after, .articles__item .article__buttons .qrShortcut.asset-details-tooltip .asset-details-tooltiptext::after {
        left: 60% !important;
    }

.innerModalCont .btn {
    margin: 2em 0 -0.5em;
}

.text-success {
    color: #28a745 !important;
}

/*.protectionUserLogo {
    display: none;
}*/

input#BrowseInput,
input#logoBrowseInput, input#creatorLogoBrowseInput, input#creatorCoverBrowseInput {
    border: none;
}

.uploadCont {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    margin: 1.5em 0px;
    background: white;
    padding: 1em;
    min-height: 5em;
    border-radius: 50px;
}

    .uploadCont .btn {
        font-size: 0.8em;
        margin-right: 0.5em;
    }

.img-preview,
.logo-img-preview, .creator-logo-img-preview, .creator-cover-img-preview {
    float: left;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
    overflow: hidden;
    display: none;
}

.preview-sm {
    height: 2.7rem;
    width: 5rem;
}

.block__icon,
.block__content-icon {
    display: none;
    /* display based on type protected */
}

.block-confirmation .block__actions-btn, .block-confirmation-youtube .block__actions-btn {
    width: 100% !important;
}

.block-confirmation .btn, .block-confirmation-youtube .btn {
    font-size: 12px !important;
}

.block__actions-buttons {
    padding-bottom: 2em;
}

div.popup-video-details {
    z-index: 9999;
}

.form__controls.loading:before {
    background-image: url(/img/loadingSpinner.gif);
    background-size: 1.5em;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.6;
    transition: 0.6s ease all;
    height: 4.5em;
    width: 1.5em;
    left: 1.5em;
    content: ' ';
}

.protectionSiteLogo {
    background-image: url(https://dmca.com/img/dmca_logo.png);
    width: 115px;
    height: 115px;
    background-color: white;
    position: absolute;
    float: left;
    left: 0em;
    border: 4px solid #CCC;
    border-radius: 50%;
    background-position: center 45%;
    background-repeat: no-repeat;
    background-size: contain;
}

/* width */
::-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;
    }

.pagination {
    display: inline-block;
    margin: 15px 0;
}

    .pagination a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        background-color: #ffffff;
    }

        .pagination a.active {
            background-color: #6BC530;
            color: white;
            pointer-events: none;
        }

        .pagination a:hover:not(.active), .pagination a.disable {
            background-color: #ddd;
        }

        .pagination a.disable {
            pointer-events: none;
        }

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
    width: 100%;
}

.autocomplete-items {
    position: absolute;
    /*border: 1px solid #d4d4d4;*/
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        cursor: pointer;
        background-color: #fff;
        border: 1px solid #d4d4d4;
        width: 100%;
        height: 65px;
        padding: 20px 35px;
        font-size: 21px;
        font-weight: 400;
        border-radius: 100px;
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    }

        .autocomplete-items div:hover {
            /*when hovering an item:*/
            background-color: #e6e6e6;
        }

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: #e6e6e6 !important;
    /*color: #ffffff;*/
}

lable.error {
    color: #dc3545;
    padding: 10px 15px;
}

.block__actions-buttons {
    padding-bottom: 0.5em;
}

@media (max-width: 767px) {
    .block__actions-buttons.first-btns {
        padding-bottom: 5px;
    }
}

button[disabled], button[disabled]:hover {
    background-color: #e6e6e6 !important;
    color: #000000;
}

/* Custom select */

.sort-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

    .sort-wrapper div:first-child {
        margin-left: auto;
    }

.sample {
    border: 1px solid #eeeeee;
    /*background: #ffffff;*/
    max-width: 200px;
    /*padding: 1em 0;*/
}

@media (max-width: 572px) {
    .sample, .sort-wrapper > div, .sort-wrapper button {
        width: 100% !important;
        max-width: 100% !important;
    }

    .sort-wrapper button {
        margin-top: 10px;
    }

    .sort-wrapper {
        flex-direction: column;
    }

    .noItems .noItemsContent div:first-child {
        display: none;
    }

    .noItems {
        text-align: center;
    }
}

.custom-select {
    position: relative;
}

.select-css {
    display: block;
    font-size: 1em;
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    /*padding: 0.6em 1.4em 0.5em 0.8em;*/
    padding: 12px 20px;
    border-radius: 50px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
    /*border-radius: 0.25em;*/
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    position: relative;
    z-index: 9;
}

    .select-css::-ms-expand {
        display: none;
    }

    .select-css:hover {
        border-color: #888;
    }

    .select-css:focus {
        border: 2px solid #aaa;
        color: #222;
        outline: none;
    }

.custom-select-icons {
    position: absolute;
    top: 0.9em;
    right: 0.5em;
    z-index: 9;
    border: 1px solid white;
    background: transparent;
}

.custom-select-options {
    /*border: 1px solid #aaa;*/
    /*border-radius: 0 0 0.25em 0.25em;*/
    line-height: 1.5;
    margin: 0;
    margin-top: -0.1em;
    padding: 0;
    list-style-type: none;
    font-weight: normal;
    cursor: pointer;
    z-index: 2;
    position: absolute;
    width: calc(100% - 1px);
    background: transparent;
}

    .custom-select-options li {
        padding: 12px 20px;
        border-bottom: 1px solid #aaaaaa;
        background-color: #ffffff;
        border-radius: 50px;
    }

        .custom-select-options li:hover {
            background: #e6e6e6;
            color: #222222;
            border: 1px solid #e6e6e6;
            border-width: 0 0 0 1px;
        }

        .custom-select-options li:focus {
            border: 1px solid #e6e6e6;
        }

.icon {
    fill: ButtonText;
    pointer-events: none;
}

@media screen and (-ms-high-contrast: active) {
    .icon {
        fill: ButtonText;
    }
}

.hidden-all {
    display: none;
}

.hidden-visually {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

#sort-by::placeholder {
    color: #cccccc;
    opacity: 1; /* Firefox */
}

#sort-by:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #cccccc;
}

#sort-by::-ms-input-placeholder { /* Microsoft Edge */
    color: #cccccc;
}

.innerModalCont .btn {
    margin: 2em 0 -0.5em;
}

.cp-cover {
    background-color: #6BC530;
    height: 240px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cp-logo-container {
    margin-bottom: 10px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.cp-logo {
    width: 150px;
    height: 150px;
    margin-top: -60px;
    margin-left: 30px;
    display: inline-block;
}

.cp-logo-container-inner {
    display: flex;
    align-items: center;
}

.cp-logo-container h1 {
    display: inline-block;
    font-size: 1.5rem;
    margin-left: 15px;
}

#creator_bio, #creator_email {
    margin-left: 15px;
    line-height: 1.5;
}

.sort-wrapper.cp-sort {
    margin-bottom: 12px !important;
}

.socials {
    font-size: 21px;
    margin-left: 30px;
}

#creator_web {
    color: #44712e;
}

#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-sign {
    height: 65px;
}

@media (max-width: 650px) {
    .cp-logo-container-inner, .cp-logo-container {
        justify-content: center;
        flex-direction: column;
    }
}

/* End of Custom select */
@media (max-width: 500px) {
    /*#creator_name {
        margin-bottom: 10px;
    }*/

    /*#creator_logo {
        margin-top: 10px;
    }*/

    #creator_website {
        width: 100%;
        text-align: center;
    }
}

/*#creator_name {
    margin-left: 5px;
    margin-right: 10px;
}*/

#creator_website {
    padding: 3px 10px;
    border-radius: 24px;
    border: 2px solid #333;
    color: #333;
    background-color: #fff;
    font-weight: bold;
}

#creator_logo {
    background-image: url(https://dmca.com/img/dmca_logo.png);
    /*width: 42px;
    height: 42px;*/
    background-color: white;
    border: 2px solid #CCC;
    border-radius: 50%;
    background-position: center 45%;
    background-repeat: no-repeat;
    background-size: contain;
}

.creator-logo-sign {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Protection, ownership statement */

.statements {
    width: 100%;
}

.statement-select {
    position: relative;
}

.statement-select-icons {
    position: absolute;
    top: 1.6em;
    right: 1em;
    z-index: 9;
    border: 1px solid white;
    background: transparent;
}

.statement-select-options {
    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;
}

    .statement-select-options li {
        padding: 12px 20px;
        border-bottom: 1px solid #aaaaaa;
        background-color: #ffffff;
        border-radius: 50px;
        font-size: 18px;
        cursor: pointer;
    }

        .statement-select-options li.coming-soon {
            background: #f2f2f2;
            color: #808080;
            cursor: default !important;
            pointer-events: none;
        }

        .statement-select-options li:hover {
            background: #e6e6e6;
            color: #222222;
            border: 1px solid #e6e6e6;
            border-width: 0 0 0 1px;
        }

        .statement-select-options li:focus {
            border: 1px solid #e6e6e6;
        }

.icon {
    fill: ButtonText;
    pointer-events: none;
}

@media screen and (-ms-high-contrast: active) {
    .icon {
        fill: ButtonText;
    }
}

.hidden-all {
    display: none;
}

.hidden-visually {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

#protection-statement::placeholder, #creator-protection-statement::placeholder, .protection-statement::placeholder, #creator-protection-statement::placeholder {
    color: #cccccc;
    opacity: 1; /* Firefox */
}

#protection-statement:-ms-input-placeholder, #creator-protection-statement:-ms-input-placeholder, .protection-statement:-ms-input-placeholder, #creator-protection-statement:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #cccccc;
}

#protection-statement::-ms-input-placeholder, #creator-protection-statement::-ms-input-placeholder, .protection-statement::-ms-input-placeholder, #creator-protection-statement::-ms-input-placeholder { /* Microsoft Edge */
    color: #cccccc;
}

#template-title {
    margin-bottom: 15px;
}

#template-content {
    max-height: 150px;
    overflow-y: scroll;
}

/* End of protection, ownership statement */

.creator-signature {
    height: 50px;
    width: auto;
}

.signature-container h5 {
    margin-bottom: 0 !important;
}

img.creator-non-verified {
    position: absolute !important;
    top: -30px !important;
    left: -32px !important;
    width: 130px !important;
}

.moreFeatureMenuBack {
    position: fixed;
    z-index: 8999;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
}

ul.moreFeatureMenu {
    position: absolute;
    display: none;
    z-index: 9000;
    width: 15em;
    background: #FFF;
    padding: 0.3em;
    border-radius: 1px;
    box-shadow: 2px 5px 10px -9px #000;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: black !important;
    border-radius: 10px;
}

    ul.moreFeatureMenu li {
        padding: 0.35em;
        width: 100%;
        display: inline-block;
        margin: 0;
        cursor: pointer;
        border-radius: 10px;
    }

        ul.moreFeatureMenu li:hover {
            color: white;
            background: #6BC530;
        }

        ul.moreFeatureMenu li.disabled-link {
            background: #EEE;
            color: #000;
            cursor: default;
            /*pointer-events: none;*/
        }

        ul.moreFeatureMenu li.addDiyTakedownBtn.free-account {
            background-color: #d9d9d9;
        }

            ul.moreFeatureMenu li.addDiyTakedownBtn.free-account:hover {
                color: #000;
            }
