.compat-attachment-fields {
color: #646970;
}
.kgvid_meter {
text-indent: 0px;
}
.kgvid_meter, .meter_finished {
height: 14px;
width: 125px;
display: inline-block;
position: relative;
top: 3px;
background: #dcdcde;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
padding: 2px;
text-align: left;
}
.kgvid_meter_bar {
display: inline-block;
height: 100%;
-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
-webkit-border-top-left-radius: 2px;
-webkit-border-bottom-left-radius: 2px;
-moz-border-radius-topleft: 2px;
-moz-border-radius-bottomleft: 2px;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
background-color: rgb(34,113,177);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, rgb(34,113,177)),
color-stop(1, rgb(114,174,230))
);
background-image: -webkit-linear-gradient(
center bottom,
rgb(34,113,177) 37%,
rgb(114,174,230) 69%
);
background-image: -moz-linear-gradient(
center bottom,
rgb(34,113,177) 37%,
rgb(114,174,230) 69%
);
background-image: -ms-linear-gradient(
center bottom,
rgb(34,113,177) 37%,
rgb(114,174,230) 69%
);
background-image: -o-linear-gradient(
center bottom,
rgb(34,113,177) 37%,
rgb(114,174,230) 69%
);
position: relative;
overflow: hidden;
margin-bottom: 5px;
}
.kgvid_meter_text {
float:right;
padding-right: 2px;
font-weight: bold;
color: white;
font-size: 80%;
position:relative;
top: -4px;
}
.kgvid_cancel_button {
-moz-box-shadow:inset 0px 1px 0px -1px #ffffff;
-webkit-box-shadow:inset 0px 1px 0px -1px #ffffff;
box-shadow:inset 0px 1px 0px -1px #ffffff;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
background-color:#ededed;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
border:1px solid #dcdcdc;
display:inline-block;
color:#777777;
font-family:arial;
font-size:10px;
font-weight:bold;
line-height:12pt;
vertical-align:text-bottom;
padding:1px 3px 3px 3px;
margin-left:5px;
margin-bottom:3px;
position:relative;
text-decoration:none;
height:13px;
}
.kgvid_cancel_button:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
background-color:#dfdfdf;
}
.kgvid_cancel_button:active {
position:relative;
top:1px;
} div.kgvid_cancel_button input {
font-size: 1pt;
}
.compat-item .kgvid_encoding_small_text {
text-indent: 0px;
display: block;
margin-left: -30px;
}
.media-frame .compat-item .field {
width: 90%;
}
.compat-attachment-fields .kgvid_checkboxes_section ul li {
margin-bottom: 10pt;
line-height: 16pt;
padding-left: 30px;
text-indent: -30px;
}
.kgvid_checkboxes_section ul li span.kgvid_format_meta {
vertical-align: middle;
text-indent: 0px;
}
span.button.kgvid_encode_checkbox_button {
vertical-align: middle;
margin-left: 5px;
text-indent: 0;
}
#poststuff .nav-tab-wrapper.kgvid-tabs {
margin-top: 0;
padding: 0;
}
.kgvid-tabs > .nav-tab {
font-size: 14px;
padding: 2px 6px;
color: #aaa;
}
.kgvid-tabs >  .nav-tab-active {
border-width: 1px;
color: #464646;
}
div.kgvid-tabs-content {
margin: 5px 0;
}
div.kgvid_thumbnail_box {
position:relative;
border-style:solid;
border-color:#ccc;
border-width:1px;
text-align:center;
margin:12px 0;
padding:5px;
}
div.kgvid_track_box {
text-align:left;
}
div.kgvid_track_box:hover {
background-color: #F7F7F7;
}
.kgvid_thumbnail_box.kgvid_track_box input[type="text"] {
margin-top: 3px;
}
.kgvid_track_box_removeable {
float: right;
cursor: pointer;
border: none;
padding: 0;
}
.kgvid_track_box_removeable:hover {
color: red;
}
.kgvid-icon-cross::before {
content: "\2716";
}
div.kgvid_chosen_thumbnail_box {
border-width:6px;
width: 200px;
padding: 0;
}
.kgvid_chosen_thumbnail_box img, .kgvid_chosen_thumbnail_box canvas {
display: block;
width: 200px;
}
.kgvid_redraw_thumbnail_box {
height: 112px;
}
.kgvid_redraw_thumbnail_box span {
margin-top: 45px;
display: inline-block;
}
div.kgvid_thumbnail_overlay {
width: 100%;
background: #fff;
opacity: 0.5;
filter: alpha(opacity = 50); }
div.kgvid_save_overlay {
position: absolute;
top: 70%;
font-size: 160%;
width: 100%;
text-align: center;
z-index: 2;
}
div.kgvid_video_app_required {
background: inherit;
}
div.kgvid_thumbnail_select {
text-align:center;
display:inline-block;
}
img.kgvid_thumbnail, canvas.kgvid_thumbnail {
margin:2px;
max-width:200px;
}
.kgvid_embedselect {
border-left:2px solid #ccc;
display:inline;
padding-left:8px;
}
div.kgvid_cancel_button {
display:inline-block;
vertical-align:top;
margin-top:7px;
padding-left:5px;
}
.kgvid_gray_text {
color: #a7aaad;
}
div.wrap.videopack-settings.fs-section {
margin: 10px 20px 0 2px;
}
.videopack-settings input[type="checkbox"] {
height: 1.25rem;
width: 1.25rem;
margin: 0.2rem;
}
.videopack-settings input[type="checkbox"]:checked::before {
width: 1.5rem;
height: 1.5rem;
}
div#kgvid_samplevideo_container {
width: 100%;
position: relative;
}
iframe#kgvid_samplevideo {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ffmpeg_sample_code {
background: #f0f0f1;
outline: 2px solid #a7aaad;
}
strong.video_app_name {
font-weight: normal;
}
.kgvid_setting_nearvid div {
margin: 5px;
font-weight: bold;
white-space: nowrap;
}
.kgvid_setting_nearvid span {
display: inline-block;
width: 33%;
}
.kgvid_htaccess td {
padding: 0;
}
.kgvid_tooltip {
cursor: help;
text-decoration: none;
position: relative;
}
.kgvid_tooltip:before {
content: '\f223';
font-family: dashicons;
font-size: 16pt;
vertical-align: middle;
margin-left: 5px;
}
.kgvid_tooltip span {
margin-left: -999em;
position: absolute;
color: #000000;
}
.kgvid_tooltip:hover span {
position: absolute;
left: 1em;
top: 2em;
z-index: 99;
margin-left: 0;
width: 250px;
font-weight: normal;
white-space: normal;
border-radius: 5px 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
}
.kgvid_tooltip:hover em {
font-family: Candara, Tahoma, Geneva, sans-serif;
font-size: 1.2em;
font-weight: bold;
display: block;
padding: 0.2em 0 0.6em 0;
}
.kgvid_tooltip_classic { padding: 0.8em 1em; background: #dcdcde; border: 2px solid #8c8f94; }
.custom { padding: 0.5em 0.8em 0.8em 2em; }
* html a:hover { background: transparent; }
.widefat tr.currently_encoding {
background-color:#f0f6fc;
}
.widefat tr.kgvid_complete {
background-color: #f0f0f1;
}
.widefat td.queue_encode_formats {
width:40%;
}
button.kgvid_delete-format, button.kgvid-queue-action {
cursor: pointer;
display: inline-block;
position: relative;
background-color: transparent;
text-decoration: none;
border: none;
color: #2271b1;
vertical-align: middle;
}
button.kgvid_delete-format {
color: #d63638;
display: block;
}
button.kgvid_delete-format:hover {
color: red;
}
.attachment-details.kgvid_spinner .settings-save-status {
float: none;
}
.attachment-details.kgvid_spinner .settings-save-status .spinner, .attachment-details.kgvid_spinner .settings-save-status .saved {
float: none;
}
.kgvid_spinner .saved {
margin-left:6px;
}
.attachment-details.kgvid_spinner.save-complete .settings-save-status .spinner {
display:none;
}
.attachment-details.kgvid_spinner.save-complete .settings-save-status .saved {
display:inline-block;
}
div.kgvid_post_meta_boxes {
display: inline-block;
width: 300px;
border: 1px solid #dcdcde;
padding: 10px;
margin: 5px;
vertical-align: top;
}
.kgvid-right-arrow {
width: 0;
height: 0;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left: 10px solid #c3c4c7;
display: inline-block;
margin-right: 4px;
}
.kgvid-down-arrow {
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 10px solid #bbb;
display: inline-block;
margin-right: 4px;
}
.kgvid-reveal-thumb-video {
cursor:pointer;
width: 200px;
text-align: left;
}
.kgvid-thumb-video {
width: 100%;
margin: 5px 0 5px 0;
background-color: black;
}
.mejs-container .kgvid-thumb-video {
margin-top: 0;
}
.kgvid-video-controls {
white-space: nowrap;
}
.kgvid-play-pause {
width: 0;
height: 0;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left: 10px solid #1e8cbe;
display: inline-block;
cursor: pointer;
margin-right: 5px;
}
.kgvid-play-pause.kgvid-playing {
width: 3px;
height: 12px;
margin-right: 6px;
border-left: 3px solid #1e8cbe;
border-right: 3px solid #1e8cbe;
border-top: none;
border-bottom: none;
}
.kgvid-seek-bar
{
display: inline-block;
position: relative;
width: 89%;
height: 10px;
background-color: #F5F5F5;
border: 1px solid #dfdfdf;
cursor: pointer;
}
.kgvid-seek-bar:hover {
background: #FAFAFA;
}
.kgvid-seek-bar:hover .kgvid-seek-handle {
width: 4px;
height: 14px;
margin-left: -2px;
margin-top: -2px;
}
.kgvid-play-progress
{
position: absolute;
top: 0;
left: 0;
width: 0;
height: 100%;
background-color: rgb(34,113,177);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, rgb(34,113,177)),
color-stop(1, rgb(114,174,230))
);
background-image: -webkit-linear-gradient(
center bottom,
rgb(34,113,177) 37%,
rgb(114,174,230) 69%
);
background-image: -moz-linear-gradient(
center bottom,
rgb(34,113,177) 37%,
rgb(114,174,230) 69%
);
background-image: -ms-linear-gradient(
center bottom,
rgb(34,113,177) 37%,
rgb(114,174,230) 69%
);
background-image: -o-linear-gradient(
center bottom,
rgb(34,113,177) 37%,
rgb(114,174,230) 69%
);
}
.kgvid-seek-handle {
display: block;
width: 2px;
height: 10px;
background: #AFDAED;
position: relative;
}
td.media-icon img {
width: auto;
}
.kgvid-media-icon-overlay {
position: relative;
}
.attachment-preview.type-video .icon[src*="kgvid"] {
width: 100%;
height: 100%;
padding: 0;
}
.kgvid-donate-box {
width: 454px;
margin: 30px 0;
padding: 20px 20px 0 20px;
border: 2px solid #dcdcde;
}
.kgvid-donate-box > * {
margin-left: auto;
margin-right: auto;
display: block;
text-align: center;
font-size: 13pt;
line-height: 17pt;
margin-bottom: 10px;
}
.kgvid_warning {
color: #d63638;
}
.kgvid_50_width {
max-width: 50px;
}
.kgvid_user_roles {
display: inline-block;
margin: 0 45px 15px 0;
}
.kgvid_user_roles strong {
padding-bottom: 5px;
display: inline-block;
}
.kgvid-encode-queue.dashicons {
float: right;
height: 40pt;
font-size: 40pt;
margin-right: 20pt;
cursor: pointer;
}
.kgvid-encode-queue.dashicons.dashicons-controls-play {
color: #00a32a;
}
.kgvid-encode-queue.dashicons.dashicons-controls-pause {
color: #0073aa;
}
.kgvid-encode-queue.dashicons.kgvid-encode-queue-control-disabled {
cursor: not-allowed;
color: #dcdcde;
}
td.kgvid-encode-queue-paused, th.kgvid-encode-queue-paused {
opacity: 50%;
}
.kgvid_queue_message {
font-size: 129%;
color: #0073aa;
}
.kgvid_queue_clear_info {
float: right;
}
#jw_player_id_select {
margin-top: 5px;
}
.attachment-preview.type-video .thumbnail {
z-index: 0;
}
.compat-item .kgvid_encode_checkbox_button {
font-size: 80%;
padding: 0px 4px;
min-height: unset;
text-indent: 0;
margin-left: 5px;
}
.media-modal .mejs-poster, .media-modal .mejs-overlay { max-width: 100%;
}input[type="checkbox"].cmplz-category { width: initial; -webkit-appearance: checkbox;}input[type="checkbox"].cmplz-category:checked::before { content: '';}.cmplz-cookiebanner { box-sizing: border-box;}:root { --cmplz_banner_width: 526px; --cmplz_banner_background_color: #ffffff; --cmplz_banner_border_color: #f2f2f2; --cmplz_banner_border_width: 0px 0px 0px 0px ; --cmplz_banner_border_radius: 12px 12px 12px 12px; --cmplz_banner_margin: 10px; --cmplz_categories-height: 163px; --cmplz_title_font_size: 15px; --cmplz_text_line_height: calc(var(--cmplz_text_font_size) * 1.5); --cmplz_text_color: #222222; --cmplz_hyperlink_color: #1E73BE; --cmplz_text_font_size: 8px; --cmplz_link_font_size: 8px; --cmplz_category_body_font_size: 8px; --cmplz_button_accept_background_color: #1E73BE; --cmplz_button_accept_border_color: #1E73BE; --cmplz_button_accept_text_color: #ffffff; --cmplz_button_deny_background_color: #f9f9f9; --cmplz_button_deny_border_color: #f2f2f2; --cmplz_button_deny_text_color: #222222; --cmplz_button_settings_background_color: #f9f9f9; --cmplz_button_settings_border_color: #f2f2f2; --cmplz_button_settings_text_color: #333333; --cmplz_button_border_radius: 6px 6px 6px 6px; --cmplz_button_font_size: 15px; --cmplz_category_header_always_active_color: green; --cmplz_category_header_title_font_size: 14px; --cmplz_category_header_active_font_size: 12px; --cmplz-manage-consent-height: 50px; --cmplz-manage-consent-offset: -35px; --cmplz_slider_active_color: #1e73be; --cmplz_slider_inactive_color: #F56E28; --cmplz_slider_bullet_color: #ffffff;}body.cmplz-banner-active *:not(.cmplz-cookiebanner):not(.cmplz-cookiebanner *) { pointer-events: none !important; user-select: none !important;}.cmplz-cookiebanner * { pointer-events: auto !important; user-select: auto !important;}#cmplz-manage-consent .cmplz-manage-consent { margin: unset; z-index: 9998; color: var(--cmplz_text_color); background-color: var(--cmplz_banner_background_color); border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); border-bottom-left-radius: 0; border-bottom-right-radius: 0; line-height: initial; position: fixed; bottom: var(--cmplz-manage-consent-offset); min-width: 100px; height: var(--cmplz-manage-consent-height); right: 40px; padding: 15px; cursor: pointer; animation: mc_slideOut 0.5s forwards;}#cmplz-manage-consent .cmplz-manage-consent:active { outline: none; border: none;}#cmplz-manage-consent .cmplz-manage-consent.cmplz-dismissed { display: none;}#cmplz-manage-consent .cmplz-manage-consent:hover,#cmplz-manage-consent .cmplz-manage-consent:focus { animation: mc_slideIn 0.5s forwards; animation-delay: 0;}@-webkit-keyframes mc_slideIn { 100% { bottom: 0; }}@keyframes mc_slideIn { 100% { bottom: 0; }}@-webkit-keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-header .cmplz-title { display: none; }}.cmplz-cookiebanner { max-height: calc(100vh - 20px); overflow-y: auto; position: fixed; height: auto; left: 50%; top: 50%; -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); grid-template-rows: minmax(0, 1fr); z-index: 99999; background: var(--cmplz_banner_background_color);}.cmplz-cookiebanner a { transition: initial;}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn.tcf { display: none;}.cmplz-cookiebanner.cmplz-dismissed { display: none;}.cmplz-cookiebanner .cmplz-body { width: 100%; grid-column: span 3; overflow-y: auto; overflow-x: hidden; max-height: 55vh;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-track { border-radius: 10px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0); background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar { width: 5px; background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-thumb { background-color: var(--cmplz_button_accept_background_color); border-radius: 10px;}@media (min-width: 350px) { .cmplz-cookiebanner .cmplz-body { min-width: 300px; }}@media (max-height: 400px) { .cmplz-cookiebanner { height: calc(100vh - 20px); display: flex; flex-direction: column; overflow: hidden; gap: 1px; grid-row-gap: 1px; padding: 7px 12px !important; zoom: 0.6; } .cmplz-cookiebanner .cmplz-body { flex: 1; min-height: 0; overflow-y: auto; max-height: none; margin-top: 15px !important; } .cmplz-cookiebanner .cmplz-header, .cmplz-cookiebanner .cmplz-divider, .cmplz-cookiebanner .cmplz-links, .cmplz-cookiebanner .cmplz-buttons, .cmplz-cookiebanner .cmplz-documents { flex-shrink: 0; } .cmplz-cookiebanner .cmplz-header { margin-bottom: 15px !important; max-height: 10px; } .cmplz-close { zoom: 0.6 !important; } .cmplz-cookiebanner .cmplz-buttons { gap: 1px !important; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn { height: 15vh !important; min-height: unset !important; padding: 0 !important; white-space: nowrap !important; font-size: 1.1rem !important; line-height: 14px !important; zoom: 0.5 !important; } .cmplz-cookiebanner .cmplz-documents, .cmplz-cookiebanner .cmplz-information { zoom: 0.5 !important; }}@media (max-height: 400px) and (max-width: 768px) { .cmplz-cookiebanner { gap: 1px; }}.cmplz-cookiebanner { border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); padding: 15px 20px; display: grid; grid-gap: 10px;}.cmplz-cookiebanner .cmplz-divider { margin-left: -20px; margin-right: -20px;}.cmplz-cookiebanner .cmplz-header { grid-template-columns: 100px 1fr 100px; align-items: center; display: grid; grid-column: span 3;}@media (max-width: 399px) { .cmplz-cookiebanner .cmplz-header { grid-template-columns: auto 1fr auto; }}.cmplz-cookiebanner .cmplz-logo svg { max-height: 35px; width: inherit;}.cmplz-cookiebanner .cmplz-logo img { max-height: 40px; width: inherit;}.cmplz-cookiebanner .cmplz-title { justify-self: center; grid-column-start: 2; font-size: var(--cmplz_title_font_size); color: var(--cmplz_text_color); font-weight: 500;}.cmplz-cookiebanner .cmplz-close { line-height: 20px; justify-self: end; grid-column-start: 3; font-size: 20px; cursor: pointer; width: 20px; height: 20px; color: var(--cmplz_text_color);}.cmplz-cookiebanner .cmplz-close svg { width: 20px; height: 20px;}.cmplz-cookiebanner .cmplz-close:hover { text-decoration: none; line-height: initial; font-size: 18px;}.cmplz-cookiebanner .cmplz-message { word-wrap: break-word; font-size: var(--cmplz_text_font_size); line-height: var(--cmplz_text_line_height); color: var(--cmplz_text_color); margin-bottom: 5px;}.cmplz-cookiebanner .cmplz-message a { color: var(--cmplz_hyperlink_color);}.cmplz-cookiebanner .cmplz-message,.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-links,.cmplz-cookiebanner .cmplz-buttons,.cmplz-cookiebanner .cmplz-divider { grid-column: span 3;}.cmplz-cookiebanner .cmplz-categories.cmplz-tcf .cmplz-category .cmplz-category-header { grid-template-columns: 1fr auto;}.cmplz-cookiebanner .cmplz-categories .cmplz-category { background-color: rgba(239, 239, 239, 0.5);}.cmplz-cookiebanner .cmplz-categories .cmplz-category:not(:last-child) { margin-bottom: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header { display: grid; grid-template-columns: 1fr auto 15px; grid-template-rows: minmax(0, 1fr); align-items: center; grid-gap: 10px; padding: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title { font-weight: 500; grid-column-start: 1; justify-self: start; font-size: var(--cmplz_category_header_title_font_size); color: var(--cmplz_text_color); margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active { font-size: var(--cmplz_category_header_active_font_size); font-weight: 500; color: var(--cmplz_category_header_always_active_color);}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active label { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox { display: flex; align-items: center; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox input[data-category=cmplz_functional] { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open { cursor: pointer; content: ''; transform: rotate(0deg); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; background-size: cover; height: 18px; width: 18px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description { font-size: var(--cmplz_category_body_font_size); color: var(--cmplz_text_color); margin: 0; max-width: 100%; padding: 10px;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-category .cmplz-category-header { grid-template-columns: 1fr!important; }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-message { margin-right: 5px; }}.cmplz-cookiebanner .cmplz-buttons { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn { min-height: 45px; padding: 10px; margin: initial; width: 100%; white-space: nowrap; border-radius: var(--cmplz_button_border_radius); cursor: pointer; font-size: var(--cmplz_button_font_size); font-weight: 500; text-decoration: none; line-height: 20px; text-align: center; flex: initial;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover { text-decoration: none;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept { background-color: var(--cmplz_button_accept_background_color); border: 1px solid var(--cmplz_button_accept_border_color); color: var(--cmplz_button_accept_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny { background-color: var(--cmplz_button_deny_background_color); border: 1px solid var(--cmplz_button_deny_border_color); color: var(--cmplz_button_deny_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-manage-options { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn { display: flex; align-items: center; justify-content: center; padding: initial;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-links.cmplz-information { display: initial; text-align: center; }}.cmplz-cookiebanner .cmplz-links { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-links.cmplz-information { justify-content: space-between;}.cmplz-cookiebanner .cmplz-links.cmplz-documents { justify-content: center;}.cmplz-cookiebanner .cmplz-links .cmplz-link { color: var(--cmplz_hyperlink_color); font-size: var(--cmplz_link_font_size); text-decoration: underline; margin: 0;}.cmplz-cookiebanner .cmplz-links .cmplz-link.cmplz-read-more-purposes { display: none;}.cmplz-cookiebanner .cmplz-links ul { margin: 0; padding: 0; list-style: none; display: flex; gap: var(--cmplz_banner_margin); justify-content: center;}.cmplz-categories .cmplz-category .cmplz-description-statistics-anonymous { display: none;}.cmplz-categories .cmplz-category .cmplz-description-statistics { display: block;}.cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-categories .cmplz-category .cmplz-category-toggle[aria-expanded="true"] .cmplz-icon.cmplz-open { transform: rotate(180deg);}@media (max-width: 768px) { .cmplz-cookiebanner { width: 100%; } .cmplz-cookiebanner .cmplz-buttons { flex-direction: column; }}@media (max-width: 1023px) { .cmplz-cookiebanner { max-width: 100%; }}@media (max-width: 1023px) { .cmplz-cookiebanner { transform: translateX(-50%); bottom: 0; top: initial; }}@media (min-width: 1024px) { .cmplz-cookiebanner { margin: 10px; width: calc(100% - 20px); grid-column-gap: 10px; display: grid; grid-template-columns: 1fr 1fr; bottom: 0; left: initial; top: initial; transform: initial; } .cmplz-cookiebanner.cmplz-categories-type-save-preferences .cmplz-body > div { width: 49%; } .cmplz-cookiebanner.cmplz-categories-visible .cmplz-body > div { width: 49%; } .cmplz-cookiebanner .cmplz-body { grid-column: span 2; display: flex; gap: 10px; } .cmplz-cookiebanner .cmplz-message, .cmplz-cookiebanner .cmplz-categories, .cmplz-cookiebanner .cmplz-links, .cmplz-cookiebanner .cmplz-buttons { grid-column: inherit; } .cmplz-cookiebanner .cmplz-description { grid-column-start: 1; } .cmplz-cookiebanner.optin .cmplz-categories, .cmplz-cookiebanner.optout .cmplz-categories { width: 85vw; grid-column-start: 2; } .cmplz-cookiebanner .cmplz-buttons { grid-column-start: 3; grid-row-start: 3; display: flex; flex-direction: column; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn { min-width: 250px; width: 100%; } .cmplz-cookiebanner .cmplz-links.cmplz-documents { grid-column-end: 3; } .cmplz-cookiebanner .cmplz-links.cmplz-information { grid-column-start: 3; grid-column-end: 4; grid-row-start: 5; display: flex; justify-content: flex-end; } .cmplz-cookiebanner .cmplz-links.cmplz-documents { grid-column-start: 1; grid-row-start: 5; display: flex; justify-content: flex-start; } .cmplz-cookiebanner .cmplz-categories.cmplz-tcf { height: 160px; } .cmplz-cookiebanner.cmplz-categories-type-view-preferences .cmplz-buttons, .cmplz-cookiebanner.cmplz-categories-type-no .cmplz-buttons { flex-direction: initial; } .cmplz-cookiebanner.cmplz-categories-type-view-preferences.cmplz-categories-visible .cmplz-buttons, .cmplz-cookiebanner.cmplz-categories-type-no.cmplz-categories-visible .cmplz-buttons { flex-direction: column; }}.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-save-preferences,.cmplz-cookiebanner .cmplz-link.cmplz-manage-options,.cmplz-cookiebanner .cmplz-manage-vendors,.cmplz-cookiebanner .cmplz-read-more,.cmplz-cookiebanner .cmplz-btn.cmplz-manage-options { display: none;}.cmplz-cookiebanner .cmplz-categories.cmplz-fade-in { animation: fadeIn 1s; -webkit-animation: fadeIn 1s; -moz-animation: fadeIn 1s; -o-animation: fadeIn 1s; -ms-animation: fadeIn 1s; display: block;}@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-moz-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-o-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-ms-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}.cmplz-cookiebanner .cmplz-links.cmplz-information { display: none;}#cmplz-cookiebanner-container .cmplz-cookiebanner { bottom: -50vh; -webkit-animation: slideIn 0.5s forwards; -webkit-animation-delay: 1s; animation: slideIn 0.5s forwards; animation-delay: 1s;}@-webkit-keyframes slideIn { 100% { bottom: 0; }}@keyframes slideIn { 100% { bottom: 0; }}.cmplz-cookiebanner .cmplz-preferences,.cmplz-manage-consent-container .cmplz-preferences { display: none;}@media (max-width: 768px) { #cmplz-manage-consent .cmplz-manage-consent { animation: mc_slideIn 0s forwards; }}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox { position: relative;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox { opacity: 0; margin: 0; margin-top: -10px; cursor: pointer; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; position: absolute; z-index: 1; top: 0px; left: 0px; width: 40px; height: 20px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:focus + .cmplz-label:before { box-shadow: 0 0 0 2px #245fcc;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label::before { display: block; background-color: var(--cmplz_slider_active_color); content: ""; padding-left: 6px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label:after { left: 14px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label { position: relative; padding-left: 30px; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before,.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { box-sizing: border-box; position: absolute; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; transition: background-color 0.3s, left 0.3s;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before { display: block; content: ""; color: #fff; box-sizing: border-box; font-family: 'FontAwesome', sans-serif; padding-left: 23px; font-size: 12px; line-height: 20px; background-color: var(--cmplz_slider_inactive_color); left: 0px; top: -7px; height: 15px; width: 28px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { display: block; content: ""; letter-spacing: 20px; background: var(--cmplz_slider_bullet_color); left: 4px; top: -5px; height: 11px; width: 11px;}.cmplz-cookiebanner { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}#cmplz-manage-consent .cmplz-manage-consent { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show:hover { transition-duration: 1s; box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;}.cmplz-cookiebanner .cmplz-divider { height: 3px; box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.05);}.cmplz-cookiebanner.cmplz-center .cmplz-divider.cmplz-footer { margin-top: 5px;} .wpforms-recaptcha-container { position: relative !important; } div.wpforms-container-full .wpforms-form .cmplz-accept-marketing { background: grey; } .cmplz-blocked-content-container.recaptcha-invisible, .cmplz-blocked-content-container.g-recaptcha { max-width: initial !important; height: 80px !important; margin-bottom: 20px; } @media only screen and (max-width: 400px) { .cmplz-blocked-content-container.recaptcha-invisible, .cmplz-blocked-content-container.g-recaptcha { height: 100px !important } } .cmplz-blocked-content-container.recaptcha-invisible .cmplz-blocked-content-notice, .cmplz-blocked-content-container.g-recaptcha .cmplz-blocked-content-notice { max-width: initial; padding: 7px; } .twitter-tweet.cmplz-blocked-content-container {padding: 10px 40px;} .cmplz-placeholder-element > blockquote.fb-xfbml-parse-ignore { margin: 0 20px; } .instagram-media.cmplz-placeholder-element > div { max-width: 100%; }