.redirectModalVeil {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    display: none;
    z-index: 9999;
}

.redirectModal, .confirmDeleteProtectedItemModal, .defaultSignatureModal, .updateDefaultSignatureModal, .domainValidationModal, .confirmSiteArchivingModal, .confirmAddSiteModal, .ftpModal, .adtModal, .confirmHideSiteModal, .confirmResetTumbnailModal, .confirmRefreshAssetModal, .successRefreshAssetModal, .redirectStatementModal, .qrModal, .shareModal, .shareCreatorModal, .profileEligibleModal, .addSitesEligibleModal, .confirmDeleteAllProtectedItemsModal, .confirmDeleteSelectedProtectedItemsModal {
    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: 9999;
    word-wrap: break-word;
}

p.last-checked {
    color: #8c8c8c;
    margin-top: 3px;
}

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

.asset__btn {
    transition: 0.3s ease all;
    padding: 6px;
    cursor: pointer;
}

.open .asset__btn {
    transform: rotate(90deg);
}

.asset__details {
    width: 100%;
    display: none;
}

    .asset__details tr {
        background: #EEE;
    }

.open .asset__details {
    /* display: block; */
    margin: 0em 0em 0.8em 0em;
    padding: 0 40px;
    overflow: hidden;
    max-height: 19em;
    overflow-y: scroll;
    background-color: #fff;
}

@media (max-width: 400px) {
    .open .asset__details {
        padding: 0 5px !important;
    }
}

@media (max-width: 600px) {
    .confirmDeleteAllProtectedItemsModal, .confirmDeleteSelectedProtectedItemsModal, .confirmDeleteProtectedItemModal, .defaultSignatureModal, .updateDefaultSignatureModal, .domainValidationModal, .confirmSiteArchivingModal, .confirmAddSiteModal, .ftpModal, .adtModal, .confirmHideSiteModal, .confirmResetTumbnailModal, .confirmRefreshAssetModal, .successRefreshAssetModal, .redirectStatementModal {
        padding: 1.5em;
        width: 100% !important;
    }
}

@media (max-width: 370px) {
    .logo {
        max-width: 150px;
        overflow: hidden;
        left: 75px !important;
    }
}

@media (max-width: 320px) {
    .logo {
        max-width: 125px;
    }
}

@media (max-width: 300px) {
    .logo {
        max-width: 100px;
    }
}

.asset {
    flex-direction: column;
    cursor: default;
}

.asset__head_cont {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.asset__head {
    width: 100% !important;
    padding: 10px 0px 10px 20px;
}

.asset__aside {
    visibility: hidden;
}

.loaded .asset__aside {
    visibility: visible;
}

.assets .assets__item {
    opacity: 0.4;
    transition: 0.6s ease all;
    filter: grayscale(1);
    pointer-events: none;
    background-image: url(/img/loadingSpinner.gif);
    background-repeat: no-repeat;
    background-size: 2em;
    background-position: 95% center;
    z-index: 10;
}

.assets.loaded .assets__item {
    background: none;
    filter: grayscale(0);
    opacity: 1;
    pointer-events: auto;
}

.assets .asset {
    background: rgba(255, 255, 255, 0.4);
}

.assets.loaded .asset {
    background: rgba(255, 255, 255, 1);
}

.header {
    z-index: 11;
}

.protected-assets li {
    list-style: none;
    background: #FFF;
    margin: 3px 0;
}

.protected-assets tr {
    border-bottom: 1px solid white;
}

    .protected-assets tr:hover > td {
        color: white;
        background: #6BC530;
    }

span.protectedItemTitle {
    display: inline-block;
    width: 17em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    max-width: 23em;
    vertical-align: middle;
    cursor: pointer;
    text-align: left !important;
}

span.protectedItemTimestamp {
    font-size: 0.75em;
}

svg.svg-inline--fa.fa-file-certificate.fa-w-16.fa-2x {
    /* icon */
    width: 0.7em;
    margin: 0.1em 0.3em 0 0.2em;
    padding: 0.08em;
}

td:last-of-type {
    padding-left: 0.6em;
    padding-right: 0.3em;
}

.protectedItemsMenuBack, .moreFeatureMenuBack {
    position: fixed;
    z-index: 8999;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
}

ul.protectedItemsMenu {
    width: 11em;
}

ul.moreFeatureMenu {
    width: 15em;
}

ul.protectedItemsMenu, ul.moreFeatureMenu {
    position: absolute;
    display: none;
    z-index: 9000;
    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;
}

    .protectedItemsMenu li, ul.moreFeatureMenu li {
        padding: 0.35em;
        width: 100%;
        display: inline-block;
        margin: 0;
        cursor: pointer;
        border-radius: 10px;
    }

        .protectedItemsMenu li:hover, ul.moreFeatureMenu li:hover {
            color: white;
            background: #6BC530;
        }

.text-danger {
    color: #dc3545 !important;
}

.text-success {
    color: #28a745 !important;
}

.protectedItemsMenu li.disabled-link, ul.moreFeatureMenu li.disabled-link {
    background: #EEE;
    color: black;
    cursor: default;
    /*pointer-events: none;*/
}

ul.moreFeatureMenu li.addDiyTakedownBtn.free-account {
    background-color: #d9d9d9;
}

    ul.moreFeatureMenu li.addDiyTakedownBtn.free-account:hover {
        color: #000;
    }

.innerModalCont .btn {
    margin: 2em 0 -0.5em;
}

.seeAllLink, .refreshAssetsBtn {
    /*display: none;*/
    /*width: 100%;*/
    float: left;
    /*background: white;*/
    color: #6BC530;
    margin: -.3em 0 0;
    padding: 0 0 0.6em 1em;
}

.assetLinks {
    display: none;
    width: 100%;
    background: white;
    min-height: 27px;
}

.assets.loaded .assets__item.disabled {
    filter: grayscale(1);
    opacity: 0.4;
    pointer-events: none;
}

.noSearchItems {
    width: 100%;
    text-align: center;
    margin: 3em 0;
}

.noItems {
    width: 100%;
    text-align: left;
    margin: 1em 10px;
    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;
        }

.asset__add {
    font-size: 1.2em;
    height: 100%;
    line-height: 1.9em;
    /*width: 2em;*/
    display: inline-block;
    text-align: center;
    margin: 0 0 0 -1em;
    /*cursor: pointer;*/
    /*padding: 10px 40px 10px 10px;*/
}

    .asset__add a {
        padding: 10px 20px 10px 10px;
        display: block;
        /*width: 1.2em;
    height: 100%;*/
    }

.disabled {
    filter: grayscale(1);
    /*opacity: 0.1;*/
    pointer-events: none;
}

.asset__title.disabled {
    opacity: 0.5;
}

.protectedItemsMenuCont, .asset__head, .asset__amount {
    cursor: pointer;
}

.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;
}

input#BrowseInput, input#logoBrowseInput, input#creatorLogoBrowseInput, input#creatorCoverBrowseInput {
    border: none;
}

.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: 0.5em;
}

@media (max-width: 767px) {
    .block__actions-buttons.first-btns {
        padding-bottom: 5px;
    }
}

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: ' ';
}

.articles__items.loading, .articles__items-10.loading {
    background-image: url(/img/loadingSpinner.gif);
    background-repeat: no-repeat;
    background-size: 3em;
    background-position: center center;
    min-height: 10em;
}

.protectionSiteLogo {
    background-image: url(https://www.dmca.com/img/dmca-website-logo-2022.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;
        }

        .pagination a:hover:not(.active) {
            background-color: #ddd;
        }

.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;
}

button[disabled], button[disabled]:hover {
    background-color: #e6e6e6 !important;
    color: #000000;
}

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

h4.article__title {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

@media (max-width: 400px) {
    .protected-assets .protectedAsset td:nth-child(3), .protected-assets .protectedAsset td:nth-child(4) {
        display: none !important;
    }
}

/* 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;
        cursor: pointer;
        border-radius: 50px;
        font-size: 18px;
    }

        .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 {
    color: #cccccc;
    opacity: 1; /* Firefox */
}

#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 { /* Microsoft Edge */
    color: #cccccc;
}

#template-title {
    margin-bottom: 15px;
}

#template-content {
    max-height: 150px;
    overflow-y: scroll;
}

/* End of protection, ownership statement */

.articles__items-10 .checkbox-container {
    display: none !important;
}

.article__image svg {
    position: absolute;
    top: 5px;
    right: 10px;
    background-color: rgba(255,255,255, 0.3);
    padding: 3px;
    border-radius: 2px;
}

.top-btn-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 400px) {
    .section-my-assets .deleteAllBtn {
        width: calc(100% - 40px) !important;
        margin-left: 20px;
    }
}

@media (max-width: 635px) {
    /*.top-btn-wrapper {
        flex-direction: column;
    }*/
    /*.top-btn-wrapper div, .top-btn-wrapper button {
        width: 100%;
    }
    .top-btn-wrapper div button {
        width: 100%;
    }*/
    .top-btn-wrapper div button, .top-btn-wrapper button {
        font-size: 12px !important;
        padding: 6px 4px !important;
    }

    .top-btn-wrapper button {
        margin-bottom: 6px;
    }

    .noItems .noItemsContent div:first-child {
        display: none;
    }

    .noItems {
        text-align: center;
    }
}

@media (max-width: 455px) {
    .top-btn-wrapper div button, .top-btn-wrapper button {
        font-size: 9px !important;
    }
}

@media (max-width: 370px) {
    .hide-on-xs {
        display: none !important;
    }
}


/*.top-btn-wrapper button {
    margin-left: auto;
    padding: 4px 15px !important;
}*/

.auto-left-margin {
    margin-left: auto;
}

.block__head svg {
    max-height: 33px !important;
    max-width: 34px !important;
}

.articles__item .article__buttons {
    display: flex;
    align-items: center;
}

    .articles__item .article__buttons .editAssetBtn {
        background-color: #FFB140;
        padding: 3px 8px 2px 8px;
        font-size: 10px !important;
        color: #000;
        border-radius: 10px;
        text-decoration: none;
        letter-spacing: 1px;
        display: inline-block;
        vertical-align: middle;
    }

        .articles__item .article__buttons .editAssetBtn:hover {
            background-color: #ff9500;
            text-decoration: none;
        }

    .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: 80% !important;
        }

    .articles__item .article__buttons .editAssetBtn.asset-details-tooltip .asset-details-tooltiptext {
        left: 200% !important;
    }

        .articles__item .article__buttons .editAssetBtn.asset-details-tooltip .asset-details-tooltiptext::after {
            left: 50% !important;
        }

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

    .header {
        padding: 40px 0;
    }

    .logo {
        position: absolute;
        top: 50%;
        left: 75px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .logo--text {
        font-size: 18px;
        white-space: nowrap;
    }

    .header .header__inner {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

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

    .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;
        }
}

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

    .nav-access ul li:first-child {
        display: none;
    }
    /*.search.asset-search {
        margin-right: 40px;
    }
    .search {
        position: absolute;
        max-width: 100%;
        width: calc(100% - 40px);
        -webkit-transition: left .5s;
        -o-transition: left .5s;
        transition: left .5s;
    }
    .search .search__field {
        height: 40px;
        opacity: .0;
    }
    .search .search__btn, .search .search__exit {
        pointer-events: none;
        right: 0;
        -webkit-transition: right .5s;
        -o-transition: right .5s;
        transition: right .5s;
    }
    .search.is-active .search__btn, .search .search__exit {
        pointer-events: all;
        right: 15px;
    }*/
}
