Current path: home/webdevt/www/demo2/wp-content/plugins/cookiebot/assets/css/backend/
?? Go up: /home/webdevt/www/demo2/wp-content/plugins/cookiebot/assets/css
.cb-main__content {
display: grid;
grid-template-columns: repeat(1, minmax(100px, 1fr));
grid-template-rows: repeat(3, minmax(100px, 1fr));
grid-column-gap: 30px;
grid-row-gap: 30px;
}
.cb-main__content.no-account {
grid-template-rows: minmax(100px, 1fr) auto minmax(100px, 1fr);
}
.cb-main__content.sync-account {
grid-template-rows: initial;
}
.cb-main__dashboard__card--container {
display: grid;
grid-template-columns: 1fr 1fr;
grid-column-gap: 30px;
}
.cb-main__content.sync-account .cb-main__dashboard__card--container:first-of-type {
grid-template-columns: 1fr;
grid-row-gap: 30px;
}
.cb-main__dashboard__card:not(:last-child) {
width: 100%;
margin-bottom: 30px;
}
.cb-main__dashboard__card__cookiebot {
width: 100%;
}
.cb-main__dashboard__card__cookiebot--flex {
display: flex;
flex-direction: column;
height: 100%;
width: 100%;
}
.cb-main__dashboard__card__cookiebot--flex .cb-main__card__inner {
flex: 1;
}
.cb-main__dashboard__card__cookiebot--flex .cb-main__card__subtitle {
margin-top: 16px;
font-size: 18px;
}
.cb-main__dashboard__card__cookiebot--flex .cb-main__card__subtitle a{
font-weight: 700;
font-size: 18px;
margin-top: 0;
}
.cb-main__dashboard__card__cookiebot--flex .cb-main__card__subtitle a:hover{
text-decoration: underline;
}
.cb-main__card__inner {
display: grid;
align-self: stretch;
position: relative;
padding: 25px;
border-radius: 25px;
overflow: hidden;
}
.cb-main__card__inner.legislations_card {
border-radius: initial;
grid-row-gap: 7px;
align-self: start;
padding: 0;
}
.cb-main__card__inner.setup-steps {
background-color: #efefef;
padding: 30px;
}
.setup-steps-title {
color: #141414 !important;
font-size: 24px !important;
line-height: 1.3;
margin-bottom: 20px !important;
max-width: 100% !important;
}
.cb-setup-steps-list {
margin: 0;
padding-left: 0;
list-style: none;
counter-reset: step-counter;
}
.cb-setup-steps-list li {
font-size: 16px;
line-height: 1.6;
color: #141414;
margin-bottom: 16px;
padding-left: 45px;
position: relative;
counter-increment: step-counter;
}
.cb-setup-steps-list li:last-child {
margin-bottom: 0;
}
.cb-setup-steps-list li::before {
content: counter(step-counter);
position: absolute;
left: 0;
top: -0.2em;
width: 30px;
height: 30px;
background-color: #1032cf;
color: #ffffff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-weight: 700;
font-size: 14px;
}
.cb-main__card__inner.account_card {
position: relative;
background-image: url(../../img/existing-account.png);
background-size: cover;
background-position: center center;
}
.cb-main__card__inner.account_card:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
background: rgb(0,205,172);
background: -moz-linear-gradient(58deg, rgba(0,205,172,1) 0%, rgba(16,50,207,1) 100%);
background: -webkit-linear-gradient(58deg, rgba(0,205,172,1) 0%, rgba(16,50,207,1) 100%);
background: linear-gradient(58deg, rgba(0,205,172,1) 0%, rgba(16,50,207,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00cdac",endColorstr="#1032cf",GradientType=1);
z-index: 0;
opacity: .7;
}
.cb-main__card__inner.new_card {
position: relative;
background-image: url(../../img/new-account.png);
background-size: cover;
background-position: center center;
}
.cb-main__card__inner.new_card:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
background: rgb(16,50,207);
background: -moz-linear-gradient(0deg, rgba(16,50,207,1) 20%, rgba(16,50,207,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(16,50,207,1) 20%, rgba(16,50,207,0) 100%);
background: linear-gradient(0deg, rgba(16,50,207,1) 20%, rgba(16,50,207,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1032cf",endColorstr="#1032cf",GradientType=1);
z-index: 0;
opacity: .7;
}
.cb-main__card__inner.start_card {
background-color: #efefef;
}
/* Side-by-side card row (e.g. "Your opinion matters" + "Learn more") */
.cb-main__dashboard__card--row {
display: flex;
gap: 24px;
align-items: stretch;
width: 100%;
}
.cb-main__dashboard__card--row .cb-main__dashboard__card {
flex: 1 0 0;
margin-bottom: 0;
}
.cb-main__card__inner.bordered_card {
background-color: #ffffff;
border: 1px solid #d6d6d6;
border-radius: 16px;
padding: 32px;
display: flex;
flex-direction: column;
gap: 16px;
height: 100%;
box-sizing: border-box;
}
.cb-main__card__inner.bordered_card .cb-main__card__subtitle {
font-size: 21px;
font-weight: 600;
color: #141414;
line-height: 1.4;
margin: 0;
}
.cb-main__card__inner.bordered_card .cb-main__review__text {
font-size: 15px;
font-weight: 400;
color: #141414;
line-height: 1.6;
letter-spacing: 0.3px;
margin: 0;
}
.cb-main__card__inner.bordered_card .cb-btn.cb-link-btn {
margin: auto 0 0 0;
font-size: 15px;
font-weight: 600;
text-decoration: underline;
letter-spacing: 0.1px;
}
.cb-main__card__content {
align-self: end;
z-index: 1;
}
.cb-main__card__title {
color: #ffffff;
font-size: 30px;
line-height: 32px;
margin: 0;
width: 100%;
max-width: 370px;
}
.start_card .cb-main__card__title {
color: #141414;
}
.cb-main__content.sync-account .cb-main__card__title {
max-width: 530px;
}
.cb-main__card__subtitle {
margin: 0;
}
.cb-main__success__text {
width: 100%;
font-size: 16px;
line-height: 24px;
}
.cb-main__review__text {
font-size: 16px;
line-height: 24px;
margin-bottom: 0;
}
.cb-wp {
z-index: 1;
align-self: end;
justify-self: center;
}
.cb-main__card__label {
display: inline-block;
padding: 4px 7px;
margin: 0 0 10px;
border-radius: 5px;
font-size: 12px;
font-weight: 700;
}
.new_card .cb-main__card__label {
background-color: #00008d;
color: #ffffff;
}
.account_card .cb-main__card__label {
background-color: #1032cf;
color: #ffffff;
}
.start_card .cb-main__card__label {
background-color: #00C6FB;
color: #141414;
}
.cb-main__card__success {
display: grid;
grid-template-columns: auto 1fr;
grid-column-gap: 15px;
align-items: center;
margin-top: 15px;
}
.cb-main__card__success .cb-btn.cb-success-btn {
display: flex;
border-radius: 8px;
margin-top: 0;
align-items: center;
justify-content: center;
column-gap: 4px;
}
.cb-main__card__success .cb-btn.cb-success-btn img {
width: 17px;
}
.cb-main__card__success .cb-main__success__text span{
display: block;
font-size: 18px;
font-weight: 700;
}
.cb-main__video {
margin-bottom: 25px;
}
.cb-main__legislation__item {
display: grid;
grid-template-columns: auto auto 2fr 3fr;
grid-column-gap: 10px;
background-color: #efefef;
border-radius: 6px;
padding: 20px;
align-items: center;
}
.cb-main__legislation__name {
font-size: 16px;
font-weight: 700;
}
.cb-main__legislation__region {
font-weight: 600;
color: #666666;
}
.cb-link-btn.legislation-link {
margin: 0;
justify-self: right;
}
.cb-link-btn.external-icon {
display: grid;
grid-template-columns: 1fr auto;
grid-column-gap: 10px;
align-items: center;
}
.cb-link-btn.external-icon span{
text-align: right;
}
.legislations_card .cb-btn.cb-right-btn {
justify-self: end;
}
/* PPG Banner Section */
.cb-ppg-section {
padding:40px 0;
margin: 10px 0;
border-top: 1px solid #D6D6D6;
border-bottom: 1px solid #D6D6D6;
}
.cb-ppg-section__title {
font-size: 21px;
font-weight: 700;
color: #141414;
line-height: 1.4;
margin: 0 0 16px;
}
.cb-ppg-banner {
display: flex;
align-items: center;
gap: 32px;
padding: 32px 40px;
border-radius: 16px;
background:
radial-gradient(ellipse at 95% 105%, rgba(0, 125, 212, 0.48) 0%, rgba(128, 190, 234, 0.24) 30%, rgba(255, 255, 255, 0) 60%),
radial-gradient(ellipse at -10% -5%, rgba(0, 125, 212, 0.64) 0%, rgba(128, 190, 234, 0.32) 30%, rgba(255, 255, 255, 0) 60%),
#eff2f5;
overflow: hidden;
flex-wrap: wrap;
}
.cb-ppg-banner__icon {
width: 80px;
height: 80px;
flex-shrink: 0;
}
.cb-ppg-banner__icon img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 12px;
}
.cb-ppg-banner__content {
flex: 1;
min-width: 200px;
}
.cb-ppg-banner__headline {
font-size: 21px;
font-weight: 600;
color: #141414;
line-height: 1.4;
margin: 0 0 4px;
}
.cb-ppg-banner__description {
font-size: 15px;
font-weight: 400;
color: #595959;
line-height: 1.6;
letter-spacing: 0.3px;
margin: 0;
}
.cb-ppg-banner__cta {
flex-shrink: 0;
}
.cb-btn.cb-ppg-btn {
min-width: 132px;
text-align: center;
}
.cb-main__dashboard__promo {
position: relative;
border-radius: 25px;
overflow: hidden;
}
.cb-main__dashboard__promo--inner {
position: relative;
padding: 50px 65px 20px;
background: rgb(10,20,62);
background: -moz-linear-gradient(90deg, rgba(10,20,62,1) 50%, rgba(10,20,62,0.5046393557422969) 100%);
background: -webkit-linear-gradient(90deg, rgba(10,20,62,1) 50%, rgba(10,20,62,0.5046393557422969) 100%);
background: linear-gradient(90deg, rgba(10,20,62,1) 50%, rgba(10,20,62,0.5046393557422969) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a143e",endColorstr="#0a143e",GradientType=1);
z-index: 1;
height: 100%;
}
.cb-main__dashboard__promo:before {
content: '';
position: absolute;
width: 50%;
height: 100%;
background-position: -40px center;
background-size: auto 100%;
top: 0;
right: 0;
z-index: 0;
}
.cb-dashboard__promo--label {
color: #F4C20E;
font-size: 15px;
line-height: 24px;
font-weight: 700;
display: grid;
grid-template-columns: 0fr 1fr;
}
.time-icon {
margin-right: 8px;
width: 25px;
height: 25px;
transition: background-color .25s ease;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-image: url(../../img/icons/clock.svg);
mask-image: url(../../img/icons/clock.svg);
background-color: #F4C20E;
}
.cb-dashboard__promo--title {
color: #FFFFFF;
font-size: 58px;
line-height: 60px;
text-transform: uppercase;
margin: 10px 0;
width: 100%;
max-width: 790px;
}
.cb-dashboard__promo--title .highlight {
color: #17EFA6;
background: none;
}
.cb-btn.cb-promo-btn {
background-color: #17EFA6;
color: #141414;
width: 100%;
max-width: 298px;
box-shadow: 0px 4px 52px rgb(23 239 166 / 40%);
border-radius: 4px;
text-align: center;
padding: 20px;
}
.promo-condition {
font-size: 13px;
line-height: 18px;
font-weight: 500;
color: #ffffff;
width: 100%;
max-width: 550px;
}