/*-------------------------------------------------------------*/
/* 				    START CUSTOM COOKIES CSS		   		   */
/*-------------------------------------------------------------*/
.kuka_cookies-bar-btn_wrapper {
	display: flex;
	justify-content: right;
	margin-top: 10px;
}

.kuka_cookie-consent-popup {
    position: fixed !important;
    top: auto !important;
    background-color: #ffffffc7 !important;
    color: black !important;
    right: 0 !important;
    bottom: 0 !important;
    overflow: hidden !important;
    box-shadow: none;
    z-index: 1000000000 !important;
    animation: CookiesMainEnter 1s forwards;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: max-content;
    max-width: 520px !important;
    bottom: 2em !important;
    border-radius: 0;
    padding: 26px;
    display: none; /* Hidden by default */
}

#kuka_privacy-description {
    font-size: 17px;
    line-height: normal;
}

.mobile .kuka_panel table p {
    font-size: 10px;
}

.kuka_popup_desc {
    font-size: 17px;
    line-height: normal;
}

.mobile .kuka_panel table td:nth-child(2) {
    min-width: 260px;
}

.mobile .kuka_panel table td {
    max-width: max-content;
}

.mobile .kuka_panel table {
    width: 100%;
}

.mobile .kuka_panel {
    overflow-x: auto;
    width: 100%;
}

.mobile .kuka_popup_desc {
    font-size: 12px;
    line-height: normal;
}

.mobile .kuka_panel::-webkit-scrollbar {
    padding: 0;
    height: 4px;
}

.kuka_popup_title {
    font-size: 18px;
}

#kuka_preferences-re-cookies svg {
    height: auto;
}

.mobile .kuka_popup_title {
    font-size: 14px;
}

.mobile #kuka_privacy-description {
    font-size: 15px;
}

.kuka_consent_popup_title {
    font-size: 40px;
    line-height: normal;
}

.mobile .kuka_consent_popup_title {
    font-size: 25px;
}

.empty_cookies_category {
    background: #f2f2f2;
    padding: 5px;
    font-size: small;
    padding-left: 15px;
}

@keyframes CookiesMainEnter {
	from {
		left: -150%;
	}

	to {
		left: 2em;
		transform: skewX(0);
	}
}

@keyframes CookiesSettingsEnter {
	from {
		width: 0;
		opacity: 0;
	}

	to {
		width: 80%;
		max-width: 1000px;
		opacity: 1;
	}
}

@keyframes CookiesSettingsEnterMobile {
	from {
		width: 0;
		opacity: 0;
	}

	to {
		width: 100%;
		opacity: 1;
	}
}

#kuka_preferences-re-cookies {
    position: fixed;
    left: 1em;
    bottom: 1em;
    z-index: 1;
    border: none;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    border: 1px solid #000;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    display: none;
}

.kuka_cookie-consent-popup button, #kuka_save-preferences {
    background-color: #000000 !important;
    height: 43px !important;
    padding-left: 23px !important;
    padding-right: 23px !important;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 0 !important;
    border-color: transparent !important;
    font-size: 12px !important;
    line-height: 19px !important;
    text-transform: uppercase !important;
    margin-top: 15px !important;
    margin-left: 5px !important;
    color: #ffffff !important;
    font-weight: bold !important;
    line-height: 1 !important;
	min-height: 45px;
}

#kuka_save-preferences {
    margin-left: 0 !important;
}

.kuka_cookie-consent-popup button#kuka_deny-cookies {
    background-color: #f44336;
}

.kuka_cookie-consent-popup button#kuka_preferences-cookies {
    background-color: #2196F3;
}

.kuka_cookie-preferences-modal {
    display: none;
    position: fixed;
    z-index: 9999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.kuka_modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: none;
    width: 750px;
    border-radius: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    height: max-content;
    margin: auto;
    left: 0;
    right: 0;
}

.kuka_close-modal {
    color: #000;
    font-size: 31px;
    position: absolute;
    right: 15px;
    top: 25px;
    padding: 0;
    line-height: 0;
}

.kuka_close-modal:hover,
.kuka_close-modal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.kuka_accordion {
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    text-align: left;
    outline: none;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.kuka_panel {
    background-color: white;
    padding: 0;
    display: none;
    overflow: hidden;
	margin-bottom: 20px;
}

.kuka_switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 20px;
}

.kuka_switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.kuka_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 20px;
}

.kuka_slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    border-radius: 50%;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
}

input:checked + .kuka_slider {
    background-color: #4e89b7;
}

input:checked + .kuka_slider:before {
    transform: translateX(14px);
}

.kuka_slider.round {
    border-radius: 34px;
}

.kuka_slider.round:before {
    border-radius: 50%;
}

.kuka_accordion.active {
    color: #000 !important;
    font-weight: normal !important;
}

.kuka_accordion span.always-enabled {
    float: right;
    font-size: x-small;
}

.necessary-cookie-switch span.kuka_slider.round {
    cursor: not-allowed;
}

.kuka_panel table th {
    background: #e5e5e5;
    color: #000;
    font-size: small;
}

.kuka_panel table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.kuka_panel table td {
    font-size: small;
}

.kuka_category-description {
    margin-top: 15px;
    font-size: small;
    font-weight: 100;
}

#kuka_more-text.hidden {
  display: none;
}

#kuka_read-more-link {
  color: #000;
  cursor: pointer;
  text-decoration: underline;
}

#kuka_read-more-link:hover {
  text-decoration: none;
}

.kuka_panel table {
    width: 100%;
    border-collapse: collapse;
}

.kuka_panel th, .kuka_panel td {
    border: 1px solid #ddd;
    padding: 0.5em;
    text-align: left;
}

/* Mobile */
.mobile .kuka_modal-content {
    width: 100%;
    height: 100vh;
}

.mobile .kuka_cookie-consent-popup {
    bottom: 0 !important;
    left: 0 !important;
    width: 100%;
}

.mobile #kuka_cookie-preferences-modal {
    z-index: 9999999999;
}

.desktop #kuka_cookie-categories {
    overflow: auto;
    height: 320px;
}

.mobile .kuka_panel table th, .mobile .kuka_panel table td {
    font-size: 10px;
}

.mobile #kuka_cookie-preferences-modal .kuka_modal-content {
    overflow: auto;
}

.mobile .kuka_cookie-consent-popup button {
    font-size: 9px !important;
}

.kuka_empty_category .kuka_switch, .kuka_empty_category .kuka_switch input[type="checkbox"], .kuka_empty_category .kuka_switch .kuka_slider.round {
    pointer-events: none !important;
    cursor: not-allowed !important;
    opacity: 0.5;
}

.mobile #kuka_preferences-re-cookies {
    width: 40px;
    height: 40px;
    padding: 6px;
}

.kuka_empty_category input:checked + .kuka_slider {
    background: #fff;
}

.copyrights_wrapper_kuka {
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 15px;
}

.copyrights_wrapper_kuka img {
    filter: invert(1);
    max-height: 15px;
    margin-left: 5px;
}
/*-------------------------------------------------------------*/
/* 				    END CUSTOM COOKIES CSS		   			   */
/*-------------------------------------------------------------*/