Files
Norman Lansing ecb33115bf Initial Commit
2026-01-28 19:08:51 -05:00

882 lines
28 KiB
CSS

/* bagkrounds */
/* foregrounds & texts */
/* switch checkbox */
.switch {
vertical-align: middle;
position: relative; }
.switch input[type="checkbox"] {
position: absolute;
display: none; }
.switch div {
width: 40px;
height: 20px;
margin: 0;
padding: 0;
border-radius: 16px;
background-color: #9e9fa4;
position: relative;
margin-left: auto;
cursor: pointer; }
.switch div::before {
display: block;
position: absolute;
left: 1px;
top: 1px;
content: "";
width: 18px;
height: 18px;
border-radius: 50%;
background-color: #fff;
transition: left 0.1s;
transition-timing-function: ease-out; }
.switch div:disabled {
background-color: #d9d9d9; }
.switch input[type="checkbox"]:checked + div {
background-repeat: no-repeat;
background-color: #005eff;
background-size: 12px 10px;
background-position: 7px 5px;
fill: #fff; }
.switch input[type="checkbox"]:checked + div:disabled {
background-color: #b3cfff; }
.switch input[type="checkbox"]:checked + div::before {
left: 21px; }
.btn, .main-screen label.play-pause, .category-screen .dashboard label.block-all {
position: absolute;
bottom: 18px;
left: 50%;
transform: translate(-50%);
height: 36px;
display: block; }
.btn input[type="checkbox"], .main-screen label.play-pause input[type="checkbox"], .category-screen .dashboard label.block-all input[type="checkbox"] {
display: none;
position: absolute; }
.btn div, .main-screen label.play-pause div, .category-screen .dashboard label.block-all div {
font-family: "Roboto";
padding: 0 26px 0 42px;
background-color: #fff;
border: 1px solid #d9d9d9;
border-radius: 9px;
font-size: 14px;
line-height: 36px;
height: 36px;
display: inline-block;
white-space: nowrap;
cursor: pointer;
user-select: none; }
.btn div:hover, .main-screen label.play-pause div:hover, .category-screen .dashboard label.block-all div:hover {
background-color: #f7f7f7; }
.btn div span:first-child, .main-screen label.play-pause div span:first-child, .category-screen .dashboard label.block-all div span:first-child {
display: none; }
.btn input[type="checkbox"]:checked + div span:last-child, .main-screen label.play-pause input[type="checkbox"]:checked + div span:last-child, .category-screen .dashboard label.block-all input[type="checkbox"]:checked + div span:last-child {
display: none; }
.btn input[type="checkbox"]:checked + div span:first-child, .main-screen label.play-pause input[type="checkbox"]:checked + div span:first-child, .category-screen .dashboard label.block-all input[type="checkbox"]:checked + div span:first-child {
display: inline; }
.back {
display: block;
width: 24px;
height: 24px;
background-image: url(assets/images/right-arrow.svg);
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 12px auto;
position: absolute;
background-color: transparent;
border: none;
left: 20px;
top: 20px;
transform: rotate(180deg);
cursor: pointer; }
.back:hover {
background-image: url(assets/images/right-arrow-b.svg); }
.back:focus {
outline: none; }
.forward {
display: block;
width: 24px;
height: 24px;
background-image: url(assets/images/right-arrow.svg);
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 12px auto;
position: absolute;
background-color: transparent;
border: none;
right: 20px;
top: 20px;
cursor: pointer; }
.forward:hover {
fill: #005eff;
background-image: url(assets/images/right-arrow-b.svg); }
.forward:focus {
outline: none; }
.backTrackers {
position: absolute;
left: 45px;
background: blue;
color: white;
min-width: 15px;
padding: 5px;
margin-top:-5px;
border-radius: 5px; }
.forwardTrackers {
position: absolute;
right: 45px;
background: blue;
color: white;
min-width: 15px;
padding: 5px;
margin-top:-5px;
border-radius: 5px; }
::-webkit-scrollbar {
width: 8px;
height: 8px;
background: none; }
::-webkit-scrollbar-track {
background: none; }
::-webkit-scrollbar-thumb {
background-color: #005eff;
border-radius: 4px; }
*[hidden] {
visibility: none;
display: none !important; }
a {
color: #005eff;
behavior: clickable; }
popup.info-tooltip,
div.info-tooltip {
width: 200px;
margin-top: 10px;
margin-left: -38px;
background: transparent;
display: block;
position: absolute;
display: none; }
popup.info-tooltip.left,
div.info-tooltip.left {
z-index: 100000;
margin-left: -148px; }
popup.info-tooltip.left > div::after,
div.info-tooltip.left > div::after {
content: "";
display: block;
position: absolute;
background-color: #515b6d;
top: -4px;
right: 26px;
left: auto;
transform: rotate(45deg); }
popup.info-tooltip#pie-tooltip,
div.info-tooltip#pie-tooltip {
margin-left: 0;
margin-top: 0;
margin-right: 0;
display: none;
z-index: 1000;
left: 10px;
width: auto;
white-space: nowrap; }
popup.info-tooltip#pie-tooltip div.tooltip-labels div,
div.info-tooltip#pie-tooltip div.tooltip-labels div {
display: none; }
popup.info-tooltip#pie-tooltip div.tooltip-labels div.show,
div.info-tooltip#pie-tooltip div.tooltip-labels div.show {
display: block; }
popup.info-tooltip > div,
div.info-tooltip > div {
height: min-content;
background-color: #515b6d;
border-radius: 4px;
padding: 8px;
margin: 16px;
position: relative;
font-size: 13px;
font-weight: normal;
color: white; }
popup.info-tooltip > div span,
div.info-tooltip > div span {
font-weight: bold; }
popup.info-tooltip > div::after,
div.info-tooltip > div::after {
content: "";
display: block;
position: absolute;
background-color: #515b6d;
width: 8px;
height: 8px;
top: -4px;
left: 26px;
transform: rotate(45deg); }
popup.info-tooltip.up,
div.info-tooltip.up {
transform: translate(-1px, -100%);
margin-top: 0; }
popup.info-tooltip.up > div::after,
div.info-tooltip.up > div::after {
top: auto;
bottom: -4px; }
html {
background: transparent;
overflow: hidden;
background: gray;
height: 100%; }
body {
margin: 0;
padding: 0;
font-family: "Roboto";
height: 100%; }
div.main-ui {
width: 400px;
height: 600px;
background-color: #fff;
padding: 0;
margin: 0;
overflow-x: hidden;
overflow: hidden;
font-family: "Roboto";
color: #6a7281;
position: relative; }
header {
display: flex;
align-items: center;
height: 40px;
box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
padding: 0 20px 0 44px;
z-index: 100;
position: relative;
background-image: url(assets/images/antitracker-icon.svg);
background-repeat: no-repeat;
background-position: 16px center; }
header button.settings {
align-self: center;
width: 20px;
height: 20px;
padding: 0;
border-radius: 50%;
background-image: none;
background-color: #fff;
border: none;
cursor: pointer;
background-image: url(assets/images/settings-icon.svg);
background-repeat: no-repeat;
background-size: 100%;
outline: none; }
header button.settings:focus {
outline: none; }
header .title {
text-align: left;
font-size: 16px;
flex-grow: 1; }
.main-screen {
width: 400px;
height: 640px; }
.main-screen .dashboard {
background-color: #EFF1F9;
padding: 16px;
text-align: center;
height: 230px;
position: relative; }
.main-screen .dashboard .enable-shadow {
font-size: 16px;
font-weight: 500;
color: #07152d;
width: 240px;
margin: 182px auto 0 auto;
display: none; }
.main-screen .total-trackers {
background-color: rgba(31, 153, 31, 0.1);
color: #07152d;
position: relative;
margin-left: -16px;
margin-right: -16px;
margin-top: -16px;
height: 28px;
line-height: 28px;
font-size: 12px;
margin-bottom: 8px; }
.main-screen .website-navigation {
font-size: 16px;
font-weight: 500;
color: #07152d; }
.main-screen .website {
display: inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.main-screen .gauges-container {
margin-top: 20px;
display: flex;
justify-content: center;
align-items: center;
height: 134px; }
.main-screen .gauges-container > div:first-child {
border-right: 1px solid #d9d9d9;
text-align: center;
position: relative; }
.main-screen .gauges-container > div:first-child .label {
margin-right: 16px;
overflow: hidden; }
.main-screen .gauges-container > div:last-child .label {
margin-left: 16px; }
.main-screen .gauges-container > div .label {
font-size: 13px;
color: #384357; }
.main-screen .gauges-container .trackers-pie {
margin: 0 16px 8px auto;
margin-bottom: 8px;
font-weight: 300;
font-size: 48px;
text-align: center;
vertical-align: middle; }
.main-screen .gauges-container .count {
pointer-events: none;
position: absolute;
top: 55px;
right: 16px;
left: 0;
font-size: 48px;
font-weight: 300;
transform: translate(0, -50%); }
.main-screen .gauges-container popup.info-tooltip > div {
white-space: nowrap; }
.main-screen .gauges-container .load-gauge {
width: 88px;
height: 88px;
margin: 0 auto 4px 22px;
font-family: "Roboto";
position: relative;
text-align: center; }
.main-screen .gauges-container .load-gauge .indicator {
top: 10px;
position: absolute;
width: 7px;
height: 73px;
background-image: url(assets/images/indicator.svg);
background-repeat: no-repeat;
background-size: 7px auto;
left: 40px; }
.main-screen .gauges-container .load-gauge .speed {
position: absolute;
width: 88px;
margin: 0 auto;
bottom: 0; }
.main-screen .gauges-container .load-gauge .speed span {
display: inline-block;
color: #07152d;
line-height: 0; }
.main-screen .gauges-container .load-gauge .speed span:first-child {
font-size: 24px; }
.main-screen .gauges-container .load-gauge .speed span:last-child {
font-size: 12px; }
.main-screen label.play-pause div {
background-image: url(assets/images/check-large-g.svg);
background-repeat: no-repeat;
background-size: 13px 12px;
background-position: 16px 50%; }
.main-screen label.play-pause input[type="checkbox"]:checked + div {
background-image: url(assets/images/pause.svg);
background-repeat: no-repeat;
background-size: 10px 12px;
background-position: 16px 50%; }
.main-screen ul.trackers-list {
list-style-type: none;
margin: 0;
padding: 0;
position: relative; }
.main-screen ul.trackers-list li {
height: *;
height: 48px;
padding-left: 72px;
background-image: url(assets/images/right-arrow.svg);
background-repeat: no-repeat;
background-size: auto 16px;
background-position-right: 25px;
background-position-top: 50%;
background-position: right 25px center;
border-bottom: 1px solid #ededee;
display: flex;
flex-direction: column;
justify-content: center;
cursor: pointer; }
.main-screen ul.trackers-list li:last-child {
border: none; }
.main-screen ul.trackers-list li::before {
position: absolute;
content: "";
display: block;
width: 32px;
height: 32px;
left: 24px;
border-radius: 50%; }
.main-screen ul.trackers-list li.advertising-icon::before {
background-image: url(assets/images/Advertising_on.svg); }
.main-screen ul.trackers-list li.customer-icon::before {
background-image: url(assets/images/Customer-Interaction_on.svg); }
.main-screen ul.trackers-list li.essentials-icon::before {
background-image: url(assets/images/Essentials_on.svg); }
.main-screen ul.trackers-list li.analytics-icon::before {
background-image: url(assets/images/Analytics_on.svg); }
.main-screen ul.trackers-list li.social-icon::before {
background-image: url(assets/images/Social-Media_on.svg); }
.main-screen ul.trackers-list li.cookies-icon::before {
background-image: url(assets/images/Cookies_on.svg); }
.main-screen ul.trackers-list li .title {
font-size: 16px;
font-weight: bold;
display: inline-block;
vertical-align: middle;
color: #07152d;
margin-right: 46px; }
.main-screen ul.trackers-list li .title span {
display: inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 256px;
line-height: 17px;
position: relative;
top: 1px; }
.main-screen ul.trackers-list li .trackers {
font-size: 13px;
color: #6a7281; }
.main-screen ul.trackers-list li .tooltip-target {
width: 13px;
height: 13px;
display: inline-block;
background-image: url(assets/images/i.svg);
background-repeat: no-repeat;
background-size: 13px;
background-position: 0 0;
margin-left: 4px;
border-radius: 50%;
cursor: pointer; }
.main-screen ul.trackers-list li .tooltip-target:hover {
background-image: url(assets/images/i-hover.svg); }
.main-screen ul.trackers-list li .tooltip-target:hover popup.info-tooltip,
.main-screen ul.trackers-list li .tooltip-target:hover div.info-tooltip {
display: block; }
.main-screen.disabled-protection .gauges-container {
display: none; }
.main-screen.disabled-protection .dashboard {
background-image: url(assets/images/no-data.svg);
background-repeat: no-repeat;
background-position: 50% 40%;
background-size: 200px auto;
fill: #eaeaea; }
.main-screen.disabled-protection .trackers-list li.advertising-icon::before {
background-image: url(assets/images/Advertising_off.svg); }
.main-screen.disabled-protection .trackers-list li.customer-icon::before {
background-image: url(assets/images/Customer-Interaction_off.svg); }
.main-screen.disabled-protection .trackers-list li.essentials-icon::before {
background-image: url(assets/images/Essentials_off.svg); }
.main-screen.disabled-protection .trackers-list li.analytics-icon::before {
background-image: url(assets/images/Analytics_off.svg); }
.main-screen.disabled-protection .trackers-list li.social-icon::before {
background-image: url(assets/images/Social-Media_off.svg); }
.main-screen.disabled-protection .trackers-list li.cookies-icon::before {
background-image: url(assets/images/Cookies_off.svg); }
.main-screen.disabled-shadow .dashboard {
background-image: url(assets/images/no-data.svg);
background-repeat: no-repeat;
background-position: 50% 30%;
background-size: 200px auto; }
.main-screen.disabled-shadow .dashboard .website,
.main-screen.disabled-shadow .dashboard .gauges-container,
.main-screen.disabled-shadow .dashboard .play-pause {
display: none; }
.main-screen.disabled-shadow .dashboard .enable-shadow {
display: block; }
.main-screen.disabled-shadow .trackers-list li.advertising-icon::before {
background-image: url(assets/images/Advertising_off.svg); }
.main-screen.disabled-shadow .trackers-list li.customer-icon::before {
background-image: url(assets/images/Customer-Interaction_off.svg); }
.main-screen.disabled-shadow .trackers-list li.essentials-icon::before {
background-image: url(assets/images/Essentials_off.svg); }
.main-screen.disabled-shadow .trackers-list li.analytics-icon::before {
background-image: url(assets/images/Analytics_off.svg); }
.main-screen.disabled-shadow .trackers-list li.social-icon::before {
background-image: url(assets/images/Social-Media_off.svg); }
.main-screen.disabled-shadow .trackers-list li.cookies-icon::before {
background-image: url(assets/images/Cookies_off.svg); }
.category-screen {
width: 400px;
height: 560px;
position: absolute;
top: 40px;
left: 400px;
background-color: #fff;
transition: left 0.3s;
transition-timing-function: ease-out;
display: flex;
flex-direction: column; }
.category-screen.show {
left: 0; }
.category-screen .dashboard {
background-color: #EFF1F9;
padding: 16px 16px 12px 16px;
text-align: center;
position: relative; }
.category-screen .dashboard img {
width: 64px;
height: 64px;
border-radius: 50%;
margin-top: 8px;
margin-bottom: 11px;
background-repeat: no-repeat;
background-size: 64px; }
.category-screen .dashboard img.advertising-icon {
background-image: url(assets/images/Advertising_on.svg); }
.category-screen .dashboard img.customer-icon {
background-image: url(assets/images/Customer-Interaction_on.svg); }
.category-screen .dashboard img.essentials-icon {
background-image: url(assets/images/Essentials_on.svg); }
.category-screen .dashboard img.analytics-icon {
background-image: url(assets/images/Analytics_on.svg); }
.category-screen .dashboard img.social-icon {
background-image: url(assets/images/Social-Media_on.svg); }
.category-screen .dashboard img.cookies-icon {
background-image: url(assets/images/Cookies_on.svg); }
.category-screen .dashboard .category-title {
font-size: 18px;
color: #07152d;
font-weight: bold;
margin-bottom: 7px; }
.category-screen .dashboard .description {
font-size: 14px;
color: #6a7281;
margin-bottom: 8px;
overflow: hidden;
max-height: 35px;
height: auto;
transition: max-height 0.4s;
transition-timing-function: linear; }
.category-screen .dashboard a {
display: inline-block;
white-space: nowrap;
font-size: 14px;
margin: 0 auto;
cursor: pointer;
padding-right: 14px;
background-image: url(assets/images/down-arrow.svg);
background-repeat: no-repeat;
background-size: 10px 4px;
background-position: right 50%;
fill: #07152d;
color: #005eff; }
.category-screen .dashboard a span:last-child {
display: none; }
.category-screen .dashboard label.block-all {
position: static;
margin-top: 16px;
margin-bottom: 8px;
transform: none; }
.category-screen .dashboard label.block-all div {
background-image: url(assets/images/unlock.svg);
background-repeat: no-repeat;
background-position: 16px 50%;
background-size: 8px 16px; }
.category-screen .dashboard label.block-all input[type="checkbox"]:checked + div {
background-image: url(assets/images/lock.svg); }
.category-screen .dashboard.expand {
height: min-content; }
.category-screen .dashboard.expand .description {
max-height: 180px; }
.category-screen .dashboard.expand a {
background-image: url(assets/images/up-arrow.svg); }
.category-screen .dashboard.expand a span:last-child {
display: inline-block; }
.category-screen .dashboard.expand a span:first-child {
display: none; }
.category-screen .category-trackers-list {
list-style-type: none;
margin: 0;
padding: 0;
overflow-y: auto;
background-color: #fff; }
.category-screen .category-trackers-list.advertising .count {
background-color: #815dc4; }
.category-screen .category-trackers-list.customer .count {
background-color: #269ac8; }
.category-screen .category-trackers-list.essentials .count {
background-color: #60aec5; }
.category-screen .category-trackers-list.analytics .count {
background-color: #1cb2a4; }
.category-screen .category-trackers-list.social .count {
background-color: #b35ca1; }
.category-screen .category-trackers-list.cookies .count {
background-color: #e67e17; }
.category-screen .category-trackers-list li {
height: 48px;
vertical-align: middle;
padding-left: 24px;
border-bottom: 1px solid #ededee;
position: relative;
display: flex;
flex-direction: column;
justify-content: center; }
.category-screen .category-trackers-list li .name {
font-size: 14px;
font-weight: bold;
color: #07152d;
margin-bottom: 1px;
max-width: 280px;
display: inline-block; }
.category-screen .category-trackers-list li .count {
height: 16px;
color: #fff;
font-size: 12px;
text-align: center;
line-height: 16px;
display: inline-block;
border-radius: 9px;
margin-left: 4px;
padding: 0 5px;
vertical-align: top;
font-weight: normal; }
.category-screen .category-trackers-list li .url {
color: #6a7281;
font-size: 12px;
white-space: nowrap;
overflow-x: hidden;
text-overflow: ellipsis;
max-width: 280px; }
.category-screen .category-trackers-list li .switch {
position: absolute;
right: 16px;
top: 24px;
transform: scale(0.85); }
.whitelist-screen {
background-color: #EFF1F9;
padding: 16px 24px 0 24px;
width: 352px;
height: 544px;
position: absolute;
top: 40px;
left: 400px;
transition: left 0.3s;
transition-timing-function: ease-out;
display: flex;
flex-direction: column; }
.whitelist-screen.show {
left: 0; }
.whitelist-screen .switch-wrap {
display: flex;
margin-top: 32px;
padding-bottom: 16px;
border-bottom: 1px solid #d9d9d9;
margin-bottom: 16px; }
.whitelist-screen .switch-wrap.sm {
margin-top: 0;
margin-bottom: 16px; }
.whitelist-screen .switch-wrap.sm .lbl {
display: inline-block; }
.whitelist-screen .switch-wrap .lbl {
font-size: 14px;
font-weight: bold;
color: #07152d; }
.whitelist-screen .switch-wrap div.info-tooltip {
width: 200px; }
.whitelist-screen .switch-wrap .tooltip-target {
width: 13px;
height: 13px;
display: inline-block;
background-image: url(assets/images/i.svg);
background-repeat: no-repeat;
background-size: 13px;
background-position: 0 0;
margin-left: 4px;
border-radius: 50%;
cursor: pointer; }
.whitelist-screen .switch-wrap .tooltip-target:hover {
background-image: url(assets/images/i-hover.svg); }
.whitelist-screen .switch-wrap .tooltip-target:hover popup.info-tooltip,
.whitelist-screen .switch-wrap .tooltip-target:hover div.info-tooltip {
display: block; }
.whitelist-screen .switch-wrap .feat-description {
font-size: 13px;
color: #6a7281; }
.whitelist-screen .switch-wrap div:first-child {
flex-grow: 1; }
.whitelist-screen .switch {
align-self: center;
display: block; }
.whitelist-screen .page-title {
margin-top: 6px;
color: #07152d;
font-size: 18px;
font-weight: bold;
text-align: center; }
.whitelist-screen .section-title {
font-size: 14px;
font-weight: bold;
color: #07152d; }
.whitelist-screen .page-description {
margin-top: 2px;
margin-bottom: 8px;
font-size: 14px;
line-height: 1.57;
color: #6a7281; }
.whitelist-screen a {
font-size: 14px;
cursor: pointer;
behavior: clickable; }
.whitelist-screen .added {
font-size: 14px;
color: #198019;
padding-left: 16px;
background-image: url(assets/images/check-large-g.svg);
background-repeat: no-repeat;
background-size: 12px 10px;
background-position: 0 50%;
display: inline-block; }
.whitelist-screen .field-label {
margin-top: 40px;
text-align: left;
font-size: 14px;
font-weight: 500;
color: #07152d; }
.whitelist-screen .field {
text-align: left;
margin-top: 16px;
display: flex; }
.whitelist-screen .field input[type="text"].text-field {
background-color: #fff;
width: 280px;
height: 32px;
vertical-align: top;
padding: 0 12px;
text-align: left;
display: inline-block;
border-radius: 4px;
border: 1px solid #9e9fa4;
font-size: 14px;
color: #384357;
font-family: "Roboto"; }
.whitelist-screen .field input[type="text"].text-field:empty {
border-color: #9e9fa4; }
.whitelist-screen .field input[type="text"].text-field:focus {
border-color: rgba(0, 94, 255, 0.72);
box-shadow: 0 0 4px rgba(0, 87, 255, 0.72); }
.whitelist-screen .field input[type="text"].text-field.error {
border-color: #d90016; }
.whitelist-screen .field input[type="text"].text-field.error + .error-text {
display: block; }
.whitelist-screen .field input[type="text"].text-field:focus {
outline: none; }
.whitelist-screen .field .error-text {
color: #d90016;
font-size: 12px;
margin-top: 4px;
display: none; }
.whitelist-screen .field .add {
size: 24px;
width: 24px;
height: 24px;
background-color: #005eff;
padding: 0;
background-image: none;
border-radius: 50%;
margin: 0;
margin-left: 16px;
margin-top: 5px;
background-image: url(assets/images/plus.svg);
background-repeat: no-repeat;
background-size: 12.5px;
background-position: 50% 50%;
border: none;
outline: none;
cursor: pointer; }
.whitelist-screen .field .add:hover {
background-color: #004ccc; }
.whitelist-screen .field .add:disabled {
background-color: #d9d9d9; }
.whitelist-screen .url-list {
list-style-type: none;
margin: 0;
padding: 0;
margin-top: 24px;
text-align: left;
margin-left: -24px;
margin-right: -24px;
border-top: 1px solid #d9d9d9;
overflow-y: auto; }
.whitelist-screen .url-list li {
height: 47px;
vertical-align: middle;
padding: 0 24px;
border-bottom: 1px solid #d9d9d9;
display: flex;
align-items: center; }
.whitelist-screen .url-list li .url {
overflow-x: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 12px;
flex-grow: 1; }
.whitelist-screen .url-list li .remove {
width: 24px;
height: 24px;
background-size: 17px auto;
background-repeat: no-repeat;
background-position: right 50%;
background-color: transparent;
background-image: url(assets/images/delete.svg);
padding: 0;
vertical-align: middle;
border: none;
cursor: pointer; }
.whitelist-screen .url-list li .remove:hover {
background-image: url(assets/images/delete-b.svg); }
.whitelist-screen .ad {
background-color: #fff;
height: 111px;
margin-top: *;
margin-left: -24px;
margin-right: -24px;
box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
text-align: left;
padding-left: 24px;
padding-top: 24px;
color: #07152d;
font-size: 14px;
background-repeat: no-repeat;
background-size: 80px 86px;
background-position-right: 30px;
background-position-top: 50%; }
.whitelist-screen .ad .product-name {
font-weight: bold;
margin-top: 2px; }
.whitelist-screen .ad .get-free {
font-size: 14px;
padding: 0 17px;
margin-top: 12px;
background-image: none;
background-color: #198019;
color: #fff;
border-radius: 9px;
vertical-align: middle;
cursor: poiner;
behavior: clickable;
height: 32px;
font-family: "Roboto"; }