/*
    Scan Summary Page
*/
main.scan-summary {
    padding: 42px 0 0;
}

#scan-summary-left {
    background: #fff;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 5%);
    border-radius: 20px;
    float: left;
    width: 52%;
    min-height: 450px;
    padding: 26px 41px;
}

#scan-summary-left h2 {
    color: #27283C;
    font-weight: 500;
    font-size: 24px;
    margin: 0 0 35px;
}

.scan-stats p {
    color: #8090AE;
    font-size: 15px;
    max-width: 100px;
    line-height: 1.4;
    float: left;
    font-weight: 500;
    margin: 0;
}

.stat-left h3 {
    color: #045AE8;
    font-size: 36px;
    font-weight: 600;
    margin: 1px 0 0 6px;
    float: left;
}

.stat-left {
    float: left;
    width: 32%;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.stat-right {
    float: left;
    width: 32%;
}

.stat-right {
    float: left;
    width: 63%;
    margin-left: 4%;
}

.platform-outer {
    display: inline-block;
}

.platform-logo {
    border: 1px solid rgba(0, 0, 0, 0.11);
    border-radius: 6px;
    float: left;
    padding: 2px 6px;
    margin: 7px 0 0 0;
    width: 38px;
    height: 33px;
}

.platform-outer img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.scan-chart-outer {
    float: left;
    width: 100%;
    margin: 32px 0 0;
}

.scan-chart-container {
    float: left;
    width: 63%;
    min-height: 250px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
}

.cookie-cats {
    float: right;
    width: 36%;
}

.cookie-cats ul {
    padding: 22px 0 0;
}

.cookie-cats span {
    display: inline-block;
    vertical-align: top;
    color: #161C2D;
}

span.cat-color {
    width: 15px;
    height: 15px;
    margin: 2px 10px 0 5px;
    border-radius: 100%;
}

span.cat-color.necessary {
    background-color: #5EDDE5;
}

span.cat-color.analytics {
    background-color: #B65EE5;
}

span.cat-color.functional {
    background-color: #F5C060;
}

span.cat-color.performance {
    background-color: #EC6762;
}

span.cat-color.advertisement {
    background-color: #5AAFF8;
}

span.cat-color.other {
    background-color: #8BD6BA;
}

span.cat-label {
    font-size: 13px;
    margin: 3px 0 0;
}

span.count {
    float: right;
    font-weight: 700;
    font-size: 16px;
    margin: 2px 5px 0 0;
}

.cookie-cats li {
    float: left;
    width: 100%;
    padding: 0 0 9px;
    margin: 0 0 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.cookie-cats li:last-child {
    border: none;
}

span.tooltip {
    /*
    height: 12px;
    width: 12px;
    background: url(../images/tooltip-icon.png) no-repeat; 
    */
    margin: 4px 0 0 1px;
    font-size: 13px;
}

#scan-summary-right {
    background-color: #ECF3FF;
    border-radius: 12px;
    float: right;
    min-height: 450px;
    width: 46.5%;
    overflow: hidden;
    padding: 30px;
    position: relative;
    z-index: 10;
}

#scan-summary-right .bg-effect {
    position: absolute;
    width: 283px;
    height: 283px;
    left: -109.5px;
    top: -69px;
    background: rgba(72, 137, 255, 0.35);
    filter: blur(160px);
    border-radius: 280.5px;
    z-index: -1;
}

#scan-summary-right h2 {
    font-weight: 600;
    font-size: 26px;
    color: #161C2D;
    margin: 12px 0 0;
    line-height: 1.4;
}

ul.privacy-laws-list {
    margin: 21px 0 0;
}

ul.privacy-laws-list li {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 5px 11px 5px 28px;
    background: url(../images/tick-bold.svg) no-repeat left 9px center rgba(255, 255, 255, 0.76);
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
}

.implement-btn {
    font-weight: 600;
    font-size: 19px;
    text-decoration: none;
    background: #1863DC;
    border-radius: 6px;
    color: #fff !important;
    padding: 19px 30px;
    margin: 36px 0 0;
    float: left;
    width: 97%;
    text-align: center;
}

.implement-btn:hover {
    text-decoration: none;
}

.platform-outer h3 {
    color: #045AE8;
    font-weight: 500;
    float: left;
    margin: 12px 0 0 3px;
    font-size: 18px;
}

ul.integration-features {
    margin: 20px 0 0;
    float: left;
    width: 100%;
}

.integration-features li {
    display: inline-block;
    background: url(../images/tick.svg) no-repeat left center;
    font-size: 12px;
    padding: 0 0 0 18px;
    margin: 0px 11px 0 0;
}

.trusted-outer {
    float: left;
    width: 97%;
    margin: 42px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

p.trusted-title {
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.7);
    margin: 8px 0 0;
}

.client-list li {
    display: inline-block;
    vertical-align: top;
    margin: 17px 13px 0 0;
}

.client-list li:last-child {
    margin-right: 0;
}

#detailed-report {
    background: #fff;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    float: left;
    width: 100%;
    min-height: 555px;
    margin: 28px 0 0;
    padding: 35px 28px 20px;
}

#detailed-report>h3,
#detailed-report>p {
    padding: 0 32px;
}

#detailed-report>h3 {
    color: rgba(22, 28, 45, 0.7);
    margin: 0;
    font-weight: 500;
    font-size: 28px;
}

#detailed-report>h3 span {
    color: rgba(22, 28, 45);
}

#detailed-report>p {
    margin: 17px 0 0;
    font-size: 14px;
    letter-spacing: -0.2px;
    color: rgba(22, 28, 45, 0.7);
}

#detailed-report>p a {
    color: #1863DC;
    text-decoration: none;
}

.report-table {
    float: left;
    width: 100%;
    margin: 30px 0 0;
    max-height: 400px;
    overflow-y: scroll;
}

.report-tcol {
    float: left;
    width: 17%;
}

.report-thead {
    position: sticky;
    width: 100%;
    padding: 20px 0;
    top: 0;
    background: #f8f9fb;
    border-radius: 10px;
    float: left;
    width: 100%;
    padding: 12px 0;
}

.report-thead .report-tcol {
    font-size: 16px;
}

.report-tcol:nth-child(1) {
    padding-left: 3%;
}

.report-tcol:nth-child(2) {
    width: 20%;
}

.report-tcol:nth-child(3) {
    width: 30%;
}

.report-tcol:nth-child(4) {
    width: 18%;
}

.report-tcol:nth-child(5) {
    width: 14%;
}

.report-trow {
    float: left;
    width: 100%;
    padding: 21px 0 14px;
    border-bottom: 1px solid #E9ECF0;
}

.report-trow .report-tcol {
    color: #8090AE;
    line-height: 1.9;
    word-break: break-word;
    padding-right: 30px;
}

.scan-share-btns {
    float: left;
    width: 100%;
    margin: 19px 0 0;
    text-align: center;
}

.scan-share-btns a {
    display: inline-block;
    padding: 14px 26px 14px 56px;
    border: 1px solid rgba(39, 40, 60, 0.15);
    border-radius: 6px;
    color: #1863DC;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    margin: 0 9px;
}

.scan-share-btns a.scan-another {
    background: url('../images/icon-scan.svg') no-repeat left 26px center;
    transition: .3s all linear;
}

.scan-share-btns a.scan-another:hover {
    border-color: #1863DC;
}

.scan-share-btns a.send-report-btn {
    background: url(../images/icon-send-report.svg) no-repeat left 26px center #1863DC;
    color: #fff;
    border-color: #1863DC;
}

.scan-share-btns a:hover {
    text-decoration: none;
}

#share-report {
    float: left;
    width: 74%;
    display: none;
    margin: 25px 13% 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    padding: 0 25px 25px;
    text-align: center;
    position: relative;
}

#share-report h4 {
    font-weight: 600;
    font-size: 22px;
    margin: 25px 0 28px;
    text-align: center;
}

#share-report input[type="text"],
#share-report input[type="email"] {
    background: rgba(24, 99, 220, 0.08);
    border-radius: 4px;
    color: rgba(0, 0, 0, 1);
    border: none;
    outline: none;
    width: 49%;
    margin: 0;
    padding: 17px 14px;
    font-size: 14px;
    float: left;
    text-align: left;
}

#share-report #teammate-name {
    float: right;
}

#share-report #teammate-email {
    width: 100%;
    margin: 14px 0 0;
}

#share-report-form {
    padding: 0 20px;
    float: left;
    width: 100%;
}

.loading-outer.share_report_loader {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    transform: none;
    height: 100%;
    background: rgba(255, 255, 255, .8);
    display: none;
}

.loading-outer.share_report_loader .chart-loader {
    left: 0;
    top: 35%;
}

#share-report form p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    float: left;
    letter-spacing: -0.3px;
    width: 100%;
    margin: 14px 0 20px;
}

#share-report input[type="submit"] {
    background: #1863DC;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border: none;
    padding: 16px 95px;
    cursor: pointer;
    margin: 0 0 2px;
}

.scan-video-outer {
    background: #FFFFFF;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.09);
    border-radius: 20px;
    float: left;
    width: 100%;
    margin: 30px 0 0;
    padding: 54px 54px 44px;
}

.scan-video-btns-outer {
    float: left;
    width: 100%;
    padding: 37px 0 0;
}

.scan-video-left h3 {
    font-weight: 500;
    line-height: 1.4;
    font-size: 28px;
    margin: 0 0 16px;
}

.scan-video-left {
    float: left;
    width: 53%;
}

.scan-video-right {
    float: right;
    width: 40%;
    padding: 15px 0 0;
}

.scan-video-right a {
    display: block;
    float: right;
    padding: 15px;
    width: 73%;
    margin: 0 12% 21px 0;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    border-radius: 6px;
}

.scan-video-right a:hover {
    text-decoration: none;
}

.scan-video-right a.get-started-btn {
    background: #1863DC;
    color: #fff;
    border: 1px solid #1863DC;
}

.scan-video-right a.explore-integration-btn {
    border: 1px solid #1863DC;
    color: #1863DC;
    margin-bottom: 0;
}

.scan-bottom-sec {
    background: url(../images/scan-bottom-sec-bg.svg) no-repeat bottom right #fff;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.09);
    border-radius: 20px;
    float: left;
    width: 100%;
    margin: 30px 0 50px;
    padding: 30px 68px 82px;
}

.scan-bottom-sec h2 {
    font-weight: 600;
    font-size: 32px;
    color: #045AE8;
    max-width: 60%;
    margin: 31px 0 0;
    line-height: 1.5;
}

.scan-bottom-sec p {
    color: #161C2D;
    font-size: 16px;
    max-width: 55%;
    letter-spacing: -0.2px;
    line-height: 1.6;
}

a.generate-cookie-policy-btn {
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    padding: 20px 26px;
    float: left;
    margin: 31px 0 11px;
    color: #fff !important;
    border-radius: 6px;
    background: #1863DC;
}

a.generate-cookie-policy-btn:hover {
    text-decoration: none;
}

.scan-bottom-sec .integration-features li {
    font-size: 14px;
}

.url-missing h2 {
    font-size: 60px;
    text-align: center;
    margin: 130px 0 50px;
}

.url-missing p {
    text-align: center;
    font-size: 24px;
    margin: 0 0 50px;
}

.url-missing {
    float: left;
    width: 100%;
    min-height: 600px;
}

.loading-outer {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    transform: translate(-50%, -50%);
}

.scan-video-inner {
    background: url(../images/video-bg.svg) no-repeat center center;
    height: 397px;
    width: 100%;
    position: relative;
    float: left;
}

p.scan-video-text {
    font-weight: 600;
    font-size: 32px;
    max-width: 360px;
    float: right;
    margin: 139px 106px 0 0;
    line-height: 1.3;
}

p.scan-video-text span {
    color: rgba(4, 90, 232, 1);
}

.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -64px 0 0 -64px;
    background: url(../images/video-btn.svg) no-repeat center center;
    height: 128px;
    width: 128px;
    border-radius: 100%;
    background-size: cover;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

a.try-cookieyes-btn {
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    padding: 20px 26px;
    margin: 31px 0 20px;
    color: #fff;
    border-radius: 6px;
    background: #1863DC;
    display: block;
    text-align: center;
}

.popup-outer p {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    max-width: 80%;
    text-align: center;
    margin: 0 auto 0;
    line-height: 1.4;
}

.popup-outer h2 {
    font-weight: 700;
    color: #1863DC;
    font-size: 30px;
    text-align: center;
    margin-top: 15px;
}

div#stickLayer {
    max-width: 550px;
    border-radius: 11px;
    overflow: hidden;
    height: auto;
    background: #fff;
    padding-bottom: 30px;
}

div#stickLayer .stick_content {
    padding: 20px 45px;
}

div#stickLayer.stick_popup2 {
    max-width: 604px;
    height: 500px;
}

.popup-inner {
    text-align: center;
    float: left;
    width: 100%;
    border-bottom: 2px solid #DFDFDF;
    padding: 0 0 20px;
}

a.try-advanced-scanner {
    font-weight: 600;
    color: #1863DC;
}

.popup-outer .popup-bottom p {
    font-weight: 500;
    font-size: 14px;
    float: left;
    text-align: left;
    margin: 20px 0 0;
    line-height: 1.8;
    max-width: 58%;
}

html[lang="de-DE"] .popup-outer .popup-bottom p {
    max-width: 50%;
}

.popup-bottom-btn {
    font-weight: 500;
    font-size: 15px;
    color: #1863DC;
    border: 1px solid #1863DC;
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.25));
    border-radius: 10px;
    float: right;
    padding: 14px 15px;
    text-decoration: none;
    margin: 22px 0 0;
}

div.stick_close {
    font-size: 0px;
    background: url(../images/popup-close-btn.svg) no-repeat;
    width: 17px;
    height: 17px;
    top: 20px;
    right: 20px;
    left: auto;
}

ul.popup-features {
    margin: 20px 0 0;
    float: left;
    width: 100%;
}

ul.popup-features li {
    display: inline-block;
    background: url(../images/tick.svg) no-repeat left center;
    font-size: 12px;
    padding: 0 0 0 18px;
    margin: 0px 11px 0 0;
}

.popup-outer p.popup-title {
    float: left;
    width: 80%;
    margin: 28px 10% 15px;
}

.popup-outer p.popup-subtitle {
    font-weight: 400;
    font-size: 15px;
    color: #000;
}

.popup-help-link-outer {
    float: left;
    width: 100%;
    padding: 15px 15px 15px 45px;
    background: url(../images/inco-info.svg) no-repeat center left 15px #F4F4F4;
    border: none;
    margin: 0 0 20px;
}

.popup-help-link-outer a {
    font-weight: 400;
    font-size: 13px;
    color: rgba(15, 74, 169, 1);
}

.stick_popup2 .popup-inner {
    border: none;
}

.popup-outer,
.popup-form-outer {
    float: left;
    width: 100%;
}

.popup-form-outer {
    display: none;
    position: relative;
}

.popup-form-title {
    font-weight: 600;
    font-size: 22px;
    color: #000;
    text-align: center;
}

.popup-form-outer input[type="text"],
.popup-form-outer input[type="email"] {
    background: rgba(24, 99, 220, 0.08);
    font-weight: 400;
    font-size: 14px;
    color: #838799;
    padding: 18px 16px;
    border-radius: 4px;
    border: none;
    width: 100%;
    margin: 0 0 15px;
}

.popup-form-outer input[type="text"]:focus,
.popup-form-outer input[type="email"]:focus,
.popup-form-outer input[type="text"]:active,
.popup-form-outer input[type="email"]:active {
    border: none;
    outline: none;
}

.popup-form-outer input[type="submit"] {
    background: #2960EC;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    width: 100%;
    padding: 18px 20px;
}

p.popup-consent {
    font-size: 12px;
    line-height: 1.6;
    color: #838799;
}

body.disable-popup .stick_container,
body.disable-popup .stick_block_layer {
    display: none !important;
}





.scan-info {
    float: left;
    width: 100%;
}

.scan-info-col {
    float: left;
    width: 25%;
}

.scan-info-col:nth-child(2) {
    width: 46%;
    margin: 0 2%;
    border-left: 2px solid #194996;
    border-right: 2px solid #194996;
}

.popup-outer p.scan-info-title {
    font-weight: 600;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    margin: 0 0 6px;
    max-width: 100%;
}

.popup-outer p.popup-cms,
.popup-outer p.popup-domain,
.popup-outer p.popup-cookie-count {
    color: #194996;
    font-weight: 700;
    font-size: 15px;
    margin: 0;
    max-width: 100%;
}

.cs-alert {
    padding: 15px 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.cs-alert.success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.cs-alert.error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.cs-alert-outer {
    float: left;
    width: 100%;
    padding: 20px 0 0;
    display: none;
}

#popup-share-form .loading-outer.share_report_loader .chart-loader {
    left: 40%;
}

#detailed-report>p.cs-scan-text a {
    padding-right: 14px;
    background: url(../images/icon-link.svg) no-repeat right 0 center;
    margin-right: 3px;
}










.chart-loader {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.chart-loader div {
    position: absolute;
    border: 4px solid #045AE8;
    opacity: 1;
    border-radius: 50%;
    animation: chart-loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.chart-loader div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes chart-loader {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}



/* setup tooltips */
.tooltip {
    position: relative;
    cursor: pointer;
}

.tooltip:before,
.tooltip:after {
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

.tooltip:after {
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgba(78, 75, 102, 0.95);
    border-left: 6px solid transparent;
    content: '';
    height: 0;
    top: 20px;
    right: 0;
    width: 0;
}

.tooltip:before {
    background: rgba(78, 75, 102, 0.95);
    border-radius: 16px;
    color: #fff;
    content: attr(data-title);
    font-size: 14px;
    padding: 15px 25px;
    top: 26px;
    width: 250px;
    z-index: 1000;
    line-height: 1.6;
    right: -30px;
}

/* the animations */
/* fade */
.tooltip.fade:after,
.tooltip.fade:before {
    transform: translate3d(0, -10px, 0);
    transition: all .15s ease-in-out;
}

.tooltip.fade:hover:after,
.tooltip.fade:hover:before {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/*****sidebar cta banner******/
.scan-summary-banner {
    background-color: #fff !important;
    background-image: url('https://www.cookieserve.com/wp-content/themes/cookie-serve/assets/images/banner-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px !important;
    filter: drop-shadow(0px 4px 9px rgba(0, 0, 0, 0.13));
    padding: 0 !important;
}

.scan-summary-banner .badge {
    background: var(--yellow-cy-yellow-light, #FFB333);
    margin-top: 27px;
    padding: 7px 14px 7px 32px;
    display: inline-block;
}

.scan-summary-banner .badge p {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    color: #161C2D;
    margin: 0 6px 0 0;
}

.scan-summary-banner .badge p img {
    margin-left: 6px;
}

.scan-summary-banner .banner-content {
    padding: 27px 32px 36px 32px;
}

.scan-summary-banner .banner-content h2 {
    color: #161C2D;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
}

.scan-summary-banner .banner-content p {
    color: var(--greyscale-cy-shade-90-body, #3D3E50);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 24px;
}

.scan-summary-banner .banner-content ul.check-icon {
    padding: 0;
    margin: 0 -15px;
}

.scan-summary-banner .banner-content ul.check-icon li {
    margin: 15px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-left: 32px;
    position: relative;
    color: var(--greyscale-cy-shade-90-body, #3D3E50);

}

.scan-summary-banner .banner-content ul.check-icon li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-image: url('https://www.cookieserve.com/wp-content/themes/cookie-serve/assets/images/g-circle-check.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.scan-summary-banner .cta-wrap {
    margin-top: 20px;
}

.scan-summary-banner .cta-wrap>div {
    margin-top: 10px;
}

.scan-summary-banner .d-flex {
    display: flex;
    align-items: center;
}

.scan-summary-banner .flex-wrap {
    flex-wrap: wrap;
}

.scan-summary-banner .blue-btn {
    border-radius: 6px;
    background: #1863DC;
    padding: 12px 24px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.scan-summary-banner .integration-features li {
    color: var(--greyscale-cy-shade-90-body, #3D3E50);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: block !important;
    margin: 0;
    margin-bottom: 3px;
}

.scan-summary-banner .integration-features li:last-child {
    margin-bottom: 0 !important;
}

.scan-summary-banner ul.integration-features {
    margin: 0 0 0 13px;
}

.ring-animation {
    -webkit-animation: ring 1.5s ease;
    animation: ring 1.5s ease;
    animation-delay: 15s;
    animation-iteration-count: 3;
}

.ring-animation1 {
    -webkit-animation: ring1 1.5s ease;
    animation: ring1 2s ease;
    animation-delay: 10s;
    animation-iteration-count: 5;
}

.ring-animation2 {
    -webkit-animation: ring2 1.5s ease;
    animation: ring2 1.5s ease;
    animation-delay: 10s;
    animation-iteration-count: 5;
}

@media(min-width: 992px) {
    .scan-summary-banner a.blue-btn.animated-external-link {
        min-width: 228px;
        text-align: center;
        justify-content: center;
        align-items: center;
        transition: all 0.5s ease;
        position: relative;
        overflow: hidden;
    }

    .scan-summary-banner a.blue-btn.animated-external-link .icon {
        position: absolute;
        right: -20px;
        top: 0;
        color: #fff;
        height: 100%;
        display: flex;
        align-items: center;
        transition: all 0.3s ease;
    }

    .scan-summary-banner a.blue-btn.animated-external-link:hover .icon {
        right: 20px;
    }

    .scan-summary-banner a.blue-btn.animated-external-link:hover {
        transition: all 0.5s ease;
    }

    .scan-summary-banner a.blue-btn.animated-external-link span {
        transition: all .5s ease;
    }

    .scan-summary-banner a.blue-btn.animated-external-link:hover span {
        margin-right: 20px;
    }
}

@media(max-width: 991px) {
    .scan-summary-banner a.blue-btn.animated-external-link {
        padding-right: 50px;
        position: relative;
    }

    .scan-summary-banner a.blue-btn.animated-external-link .icon {
        right: 20px;
        position: absolute;
        display: flex;
        align-items: center;
    }
}

@media(min-width: 768px) {
    .scan-summary-banner .banner-content ul.check-icon {
        padding: 0;
        margin: 0 -15px;
        display: inline-block;
    }

    .scan-summary-banner .banner-content ul.check-icon li {
        display: inline-flex;
        width: 37%;
        margin: 0 15px 15px 15px;
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(35deg);
        transform: rotate(35deg);
    }

    12.5% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    25% {
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg);
    }

    37.5% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }

    50% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    62.5% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    75% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes ring1 {
    0% {
        transform: translateX(0px);
    }

    10% {
        transform: translateX(100px);
    }

    20% {
        transform: translateY(-100px);
    }

    25% {
        transform: translateY(0px);
    }

    30% {
        transform: translateY(2px);
    }

    35% {
        transform: translateY(0px);
    }

    40% {
        transform: translateY(0px);
    }

    50% {
        transform: rotate(-20deg);
    }

    60% {
        transform: rotate(15deg);
    }

    70% {
        transform: rotate(-10deg);
    }

    80% {
        transform: rotate(5deg);
    }

    90% {
        transform: rotate(0deg);
    }

    100% {
        transform: translateX(0);
    }

}

@keyframes ring2 {

    0%,
    7% {
        transform: rotateZ(0);
    }

    15% {
        transform: rotateZ(-15deg);
    }

    20% {
        transform: rotateZ(10deg);
    }

    25% {
        transform: rotateZ(-10deg);
    }

    30% {
        transform: rotateZ(6deg);
    }

    35% {
        transform: rotateZ(-4deg);
    }

    40%,
    100% {
        transform: rotateZ(0);
    }
}

/***********/
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}

.scan-video-left img {
    max-width: 100%;
}

@media only screen and (min-width: 1180px) {
    .scan-video-left img {
        height: 75px;
    }
}

@media only screen and (max-width: 1360px) {
    ul#menu-primary li.featured {
        margin: 0 0 0 10px;
    }
}

@media only screen and (max-width: 1190px) {
    ul#menu-primary li {
        margin-left: 0;
    }

    ul#menu-primary li.featured.get-cookie-consent a {
        padding: 12px 10px;
    }

    ul#menu-primary li.featured.get-cookie-consent {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 1180px) {
    .stat-left h3 {
        font-size: 28px;
    }

    .scan-stats p {
        font-size: 13px;
        line-height: 1.2;
    }

    .stat-left {
        width: 37%;
    }

    .stat-right {
        width: 54%;
    }

    .platform-outer {
        margin-top: -7px;
    }

    span.cat-label {
        font-size: 12px;
        margin: 1px 0 0;
    }

    .platform-outer h3 {
        margin: 14px 0 0 6px;
        font-size: 15px;
    }

    span.cat-color {
        width: 12px;
        height: 12px;
        margin: 2px 2px 0 5px;
    }

    span.count {
        font-size: 14px;
    }

    #scan-summary-right h2 {
        font-size: 22px;
    }

    ul.privacy-laws-list li {
        font-size: 13px;
    }

    .implement-btn {
        font-size: 17px;
    }

    p.trusted-title {
        font-size: 11px;
    }

    ul.client-list img {
        max-height: 12px;
    }

    #detailed-report>h3 {
        font-size: 23px;
    }

    .report-thead .report-tcol {
        font-size: 13px;
    }

    .scan-video-left h3 {
        font-size: 22px;
    }

    .scan-bottom-sec h2 {
        font-size: 26px;
    }

    a.generate-cookie-policy-btn {
        font-size: 15px;
    }

    .scan-bottom-sec .integration-features li {
        font-size: 12px;
    }

    .scan-chart-container {
        border: none;
    }
}


@media only screen and (max-width: 1080px) {
    #scan-summary-left {
        width: 56%;
    }

    #scan-summary-right {
        width: 43%;
    }

    .integration-features li {
        margin: 0px 11px 13px 0;
    }

    .trusted-outer {
        margin: 7px 0 0;
    }

    #detailed-report>h3 {
        font-size: 20px;
    }

    #detailed-report>p {
        line-height: 1.7;
    }

    p.scan-video-text {
        font-size: 28px;
        margin: 139px 7px 0 0;
    }

    .video-play-btn {
        left: 32%;
    }

    .scan-video-right a {
        width: 95%;
    }

    .scan-video-right {
        padding: 0px 0 0;
    }

    .scan-bottom-sec h2 {
        font-size: 22px;
    }

    .scan-bottom-sec p {
        font-size: 13px;
    }

    .scan-bottom-sec {
        padding: 10px 68px 40px;
    }

    a.generate-cookie-policy-btn {
        font-size: 14px;
    }

    .scan-stats p {
        max-width: 90px;
    }

}

@media only screen and (max-width: 980px) {
    #scan-summary-left {
        width: 100%;
    }

    #scan-summary-right {
        width: 100%;
        margin: 40px 0 0;
        min-height: 100px;
    }

    .scan-stats p {
        font-size: 15px;
        max-width: 130px;
    }

    .platform-outer h3 {
        font-size: 17px;
    }

    span.cat-label {
        font-size: 14px;
        margin: 1px 0 0 5px;
    }

    .cookie-cats li {
        padding: 2px 0px 14px;
    }

    ul.privacy-laws-list li {
        font-size: 15px;
    }

    p.trusted-title {
        font-size: 13px;
    }

    ul.client-list img {
        max-height: 30px;
    }

    #detailed-report>h3,
    #detailed-report>p {
        padding: 0 0;
    }

    .report-tcol:nth-child(1) {
        padding-left: 0;
    }

    #share-report {
        width: 100%;
        margin: 25px 0 0;
    }

    p.scan-video-text {
        margin: 59px 5% 0;
        width: 90%;
        max-width: 90%;
        text-align: center;
    }

    .video-play-btn {
        left: 50%;
        top: 67%;
    }

    .scan-video-left {
        width: 100%;
        text-align: center;
    }

    .scan-video-right {
        width: 100%;
        text-align: center;
    }

    .scan-video-right a {
        width: 90%;
        margin: 20px auto 20px;
        float: none;
        vertical-align: bottom;
    }

    ul#menu-primary li.featured.get-cookie-consent {
        display: block;
        margin: 10px 0 0;
        padding: 0;
        background: none;
        box-shadow: none;
    }

    ul#menu-primary li.featured.get-cookie-consent a {
        background: #1863DC;
        padding: 12px 17px;
    }



}

@media only screen and (max-width: 660px) {
    #scan-summary-left h2 {
        font-size: 19px;
    }

    .scan-chart-container {
        width: 60%;
    }

    .cookie-cats li {
        padding: 2px 0px 10px;
    }

    .report-thead,
    .report-tbody {
        min-width: 700px;
    }

    .report-table {
        overflow-x: scroll;
    }

    .report-tbody {
        min-height: 300px;
    }

    .scan-stats p {
        max-width: 110px;
    }

}

@media only screen and (max-width: 600px) {
    .scan-chart-container {
        max-width: 220px;
        height: 170px;
        min-height: 170px;
        margin: 20px 0 0;
    }

    .cookie-cats {
        width: 44%;
    }

    .cookie-cats ul {
        padding: 0;
    }

    .scan-stats p {
        font-size: 13px;
        max-width: 95px;
    }

    .tooltip:before {
        font-size: 13px;
    }

    span.cat-label {
        font-size: 13px;
    }

    .cookie-cats li {
        padding: 2px 0px 4px;
        margin: 4px 0;
    }

    span.tooltip {
        margin: 2px 0 0 6px;
    }

    #scan-summary-left {
        min-height: 10px;
    }

    .video-play-btn {
        height: 90px;
        width: 90px;
    }

    .scan-bottom-sec h2,
    .scan-bottom-sec p {
        max-width: 90%;
    }

    canvas#csChart.chartjs-render-monitor {
        max-height: 100%;
    }

}

@media only screen and (max-width: 570px) {
    .stat-left {
        width: 40%;
        border: none;
    }

    .stat-right {
        width: 60%;
        margin: 0;
    }

    .scan-stats p {
        margin: 0 0 10px;
        line-height: 1.5;
    }

    #scan-summary-left h2 {
        font-size: 17px;
        line-height: 1.4;
        margin: 0 0 15px;
    }

    .scan-chart-container {
        max-width: 100%;
        height: 220px;
        min-height: 220px;
        margin: 20px 0 0;
        width: 100%;
    }

    .cookie-cats {
        width: 100%;
        margin: 20px 0 0;
    }

    span.cat-label {
        font-size: 14px;
    }

    .cookie-cats li {
        padding: 4px 0px 9px;
        margin: 4px 0;
    }

    span.tooltip {
        margin: 4px 0 0 8px;
    }

    #scan-summary-right h2 {
        font-size: 19px;
    }

    ul.privacy-laws-list li {
        font-size: 12px;
        margin: 0 10px 10px 0;
    }

    #detailed-report>h3 {
        line-height: 1.5;
    }

    .report-table {
        font-size: 13px;
    }

    .scan-share-btns a {
        width: 80%;
        margin: 0 0 14px;
    }

    #share-report h4 {
        font-size: 18px;
        line-height: 1.5;
    }

    #share-report input[type="text"],
    #share-report input[type="email"] {
        width: 100%;
        margin: 0 0 15px;
    }

    #share-report #teammate-email {
        margin: 0;
    }

    .scan-video-outer {
        padding: 20px 20px;
    }

    .scan-video-inner {
        height: 460px;
        background-size: cover;
    }

    .scan-bottom-sec {
        padding: 10px 30px 130px;
        background-size: 60% auto;
    }

    a.generate-cookie-policy-btn {
        margin: 20px 0 0;
    }

    #scan-summary-left {
        min-height: 10px;
        padding: 15px 25px;
    }

    canvas#csChart.chartjs-render-monitor {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .tooltip:before {
        right: -160px;
    }

}

@media only screen and (max-width: 420px) {}