[data-bs-theme="dark"] {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-black: #000000;
	--bs-white: #ffffff;
	--bs-gray: #78829d;
	--bs-gray-dark: #252f4a;
	--bs-gray-100: #f9f9f9;
	--bs-gray-200: #f1f1f4;
	--bs-gray-300: #dbdfe9;
	--bs-gray-400: #c4cada;
	--bs-gray-500: #6d6d97;
	--bs-gray-600: #78829d;
	--bs-gray-700: #4b5675;
	--bs-gray-800: #252f4a;
	--bs-gray-900: #071437;
	--bs-light: #f9f9f9;
	--bs-primary: #0069e0;
	--bs-secondary: #f1f1f4;
	--bs-success: #17c653;
	--bs-info: #7239ea;
	--bs-warning: #f6c000;
	--bs-danger: #f8285a;
	--bs-dark: #1e2129;
	--bs-light-rgb: 249, 249, 249;
	--bs-primary-rgb: 0, 105, 224;
	--bs-secondary-rgb: 241, 241, 244;
	--bs-success-rgb: 23, 198, 83;
	--bs-info-rgb: 114, 57, 234;
	--bs-warning-rgb: 246, 192, 0;
	--bs-danger-rgb: 248, 40, 90;
	--bs-dark-rgb: 30, 33, 41;
	--bs-primary-text-emphasis: #002a5a;
	--bs-secondary-text-emphasis: #606062;
	--bs-success-text-emphasis: #094f21;
	--bs-info-text-emphasis: #2e175e;
	--bs-warning-text-emphasis: #624d00;
	--bs-danger-text-emphasis: #631024;
	--bs-light-text-emphasis: #4b5675;
	--bs-dark-text-emphasis: #4b5675;
	--bs-primary-bg-subtle: #cce1f9;
	--bs-secondary-bg-subtle: #fcfcfd;
	--bs-success-bg-subtle: #d1f4dd;
	--bs-info-bg-subtle: #e3d7fb;
	--bs-warning-bg-subtle: #fdf2cc;
	--bs-danger-bg-subtle: #fed4de;
	--bs-light-bg-subtle: #fcfcfc;
	--bs-dark-bg-subtle: #c4cada;
	--bs-primary-border-subtle: #99c3f3;
	--bs-secondary-border-subtle: #f9f9fb;
	--bs-success-border-subtle: #a2e8ba;
	--bs-info-border-subtle: #c7b0f7;
	--bs-warning-border-subtle: #fbe699;
	--bs-danger-border-subtle: #fca9bd;
	--bs-light-border-subtle: #f1f1f4;
	--bs-dark-border-subtle: #6d6d97;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-font-sans-serif: Inter, Helvetica, "sans-serif";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #071437;
	--bs-body-color-rgb: 7, 20, 55;
	--bs-body-bg: #ffffff;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-emphasis-color: #000000;
	--bs-emphasis-color-rgb: 0, 0, 0;
	--bs-secondary-color: rgba(7, 20, 55, 0.75);
	--bs-secondary-color-rgb: 7, 20, 55;
	--bs-secondary-bg: #f1f1f4;
	--bs-secondary-bg-rgb: 241, 241, 244;
	--bs-tertiary-color: rgba(7, 20, 55, 0.5);
	--bs-tertiary-color-rgb: 7, 20, 55;
	--bs-tertiary-bg: #f9f9f9;
	--bs-tertiary-bg-rgb: 249, 249, 249;
	--bs-heading-color: #071437;
	--bs-link-color: #0069e0;
	--bs-link-color-rgb: 0, 105, 224;
	--bs-link-decoration: none;
	--bs-link-hover-color: #056ee9;
	--bs-link-hover-color-rgb: 5, 110, 233;
	--bs-link-hover-decoration: none;
	--bs-code-color: #b93993;
	--bs-highlight-color: #071437;
	--bs-highlight-bg: #fff3cd;
	--bs-border-width: 1px;
	--bs-border-style: solid;
	--bs-border-color: #f1f1f4;
	--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
	--bs-border-radius: 0.475rem;
	--bs-border-radius-sm: 0.425rem;
	--bs-border-radius-lg: 0.625rem;
	--bs-border-radius-xl: 1rem;
	--bs-border-radius-xxl: 2rem;
	--bs-border-radius-2xl: var(--bs-border-radius-xxl);
	--bs-border-radius-pill: 50rem;
	--bs-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
	--bs-box-shadow-sm: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
	--bs-box-shadow-lg: 0 1rem 2rem 1rem rgba(0, 0, 0, 0.1);
	--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	--bs-focus-ring-width: 0.25rem;
	--bs-focus-ring-opacity: 0.25;
	--bs-focus-ring-color: rgba(0, 105, 224, 0.25);
	--bs-form-valid-color: #17c653;
	--bs-form-valid-border-color: #17c653;
	--bs-form-invalid-color: #f8285a;
	--bs-form-invalid-border-color: #f8285a;
	/* ----- */
	--bs-text-muted: #6d6d97;
	--bs-gray-100: #f9f9f9;
	--bs-gray-100-rgb: 249, 249, 249;
	--bs-gray-200: #f1f1f4;
	--bs-gray-200-rgb: 241, 241, 244;
	--bs-gray-300: #dbdfe9;
	--bs-gray-300-rgb: 219, 223, 233;
	--bs-gray-400: #c4cada;
	--bs-gray-400-rgb: 196, 202, 218;
	--bs-gray-500: #6d6d97;
	--bs-gray-500-rgb: 109, 109, 151;
	--bs-gray-600: #78829d;
	--bs-gray-600-rgb: 120, 130, 157;
	--bs-gray-700: #4b5675;
	--bs-gray-700-rgb: 75, 86, 117;
	--bs-gray-800: #252f4a;
	--bs-gray-800-rgb: 37, 47, 74;
	--bs-gray-900: #071437;
	--bs-gray-900-rgb: 7, 20, 55;
	--bs-light: #f9f9f9;
	--bs-primary: #0069e0;
	--bs-secondary: #f1f1f4;
	--bs-success: #17c653;
	--bs-info: #7239ea;
	--bs-warning: #f6c000;
	--bs-danger: #f8285a;
	--bs-dark: #1e2129;
	--bs-primary-active: #056ee9;
	--bs-secondary-active: #c4cada;
	--bs-light-active: #f1f1f4;
	--bs-success-active: #04b440;
	--bs-info-active: #5014d0;
	--bs-warning-active: #dead00;
	--bs-danger-active: #d81a48;
	--bs-dark-active: #111318;
	--bs-primary-light: #e9f3ff;
	--bs-secondary-light: #f9f9f9;
	--bs-success-light: #dfffea;
	--bs-info-light: #f8f5ff;
	--bs-warning-light: #fff8dd;
	--bs-danger-light: #ffeef3;
	--bs-dark-light: #f9f9f9;
	--bs-light-light: #ffffff;
	--bs-primary-inverse: #ffffff;
	--bs-secondary-inverse: #252f4a;
	--bs-light-inverse: #252f4a;
	--bs-success-inverse: #ffffff;
	--bs-info-inverse: #ffffff;
	--bs-warning-inverse: #ffffff;
	--bs-danger-inverse: #ffffff;
	--bs-dark-inverse: #ffffff;
	--bs-primary-clarity: rgba(0, 105, 224, 0.2);
	--bs-secondary-clarity: rgba(249, 249, 249, 0.2);
	--bs-success-clarity: rgba(23, 198, 83, 0.2);
	--bs-info-clarity: rgba(114, 57, 234, 0.2);
	--bs-warning-clarity: rgba(246, 192, 0, 0.2);
	--bs-danger-clarity: rgba(248, 40, 90, 0.2);
	--bs-dark-clarity: rgba(30, 33, 41, 0.2);
	--bs-light-clarity: rgba(255, 255, 255, 0.2);
	--bs-light-rgb: 249, 249, 249;
	--bs-primary-rgb: 0, 105, 224;
	--bs-secondary-rgb: 241, 241, 244;
	--bs-success-rgb: 23, 198, 83;
	--bs-info-rgb: 114, 57, 234;
	--bs-warning-rgb: 246, 192, 0;
	--bs-danger-rgb: 248, 40, 90;
	--bs-dark-rgb: 30, 33, 41;
	--bs-text-white: #ffffff;
	--bs-text-primary: #0069e0;
	--bs-text-secondary: #f1f1f4;
	--bs-text-light: #f9f9f9;
	--bs-text-success: #17c653;
	--bs-text-info: #7239ea;
	--bs-text-warning: #f6c000;
	--bs-text-danger: #f8285a;
	--bs-text-dark: #1e2129;
	--bs-text-gray-100: #f9f9f9;
	--bs-text-gray-200: #f1f1f4;
	--bs-text-gray-300: #dbdfe9;
	--bs-text-gray-400: #c4cada;
	--bs-text-gray-500: #6d6d97;
	--bs-text-gray-600: #78829d;
	--bs-text-gray-700: #4b5675;
	--bs-text-gray-800: #252f4a;
	--bs-text-gray-900: #071437;
	--bs-border-color: #f1f1f4;
	--bs-border-dashed-color: #dbdfe9;
	--bs-component-active-color: #ffffff;
	--bs-component-active-bg: #0069e0;
	--bs-component-hover-color: #0069e0;
	--bs-component-hover-bg: #f9f9f9;
	--bs-component-checked-color: #ffffff;
	--bs-component-checked-bg: #0069e0;
	--bs-box-shadow-xs: 0 0.1rem 0.75rem 0.25rem rgba(0, 0, 0, 0.05);
	--bs-box-shadow-sm: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
	--bs-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
	--bs-box-shadow-lg: 0 1rem 2rem 1rem rgba(0, 0, 0, 0.1);
	--bs-input-bg: var(--bs-body-bg);
	--bs-input-color: var(--bs-gray-700);
	--bs-input-solid-color: var(--bs-gray-700);
	--bs-input-solid-bg: var(--bs-gray-100);
	--bs-input-solid-bg-focus: var(--bs-gray-200);
	--bs-input-solid-placeholder-color: var(--bs-gray-500);
	--bs-root-card-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
	--bs-root-card-border-color: #f1f1f4;
	--bs-tooltip-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
	--bs-table-striped-bg: rgba(var(--bs-gray-100-rgb), 0.75);
	--bs-table-loading-message-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
	--bs-dropdown-bg: var(--bs-body-bg);
	--bs-dropdown-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
	--bs-code-bg: #f1f3f8;
	--bs-code-shadow: 0px 3px 9px rgba(0, 0, 0, 0.08);
	--bs-code-border-color: transparent;
	--bs-code-color: #b93993;
	--bs-symbol-label-color: var(--bs-gray-800);
	--bs-symbol-label-bg: var(--bs-gray-100);
	--bs-symbol-border-color: rgba(var(--bs-body-bg), 0.5);
	--bs-bullet-bg-color: var(--bs-gray-400);
	--bs-scrolltop-opacity: 0;
	--bs-scrolltop-opacity-on: 0.3;
	--bs-scrolltop-opacity-hover: 1;
	--bs-scrolltop-box-shadow: var(--bs-box-shadow);
	--bs-scrolltop-bg-color: var(--bs-primary);
	--bs-scrolltop-bg-color-hover: var(--bs-primary);
	--bs-scrolltop-icon-color: var(--bs-primary-inverse);
	--bs-scrolltop-icon-color-hover: var(--bs-primary-inverse);
	--bs-drawer-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.05);
	--bs-drawer-bg-color: #ffffff;
	--bs-drawer-overlay-bg-color: rgba(0, 0, 0, 0.2);
	--bs-menu-dropdown-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
	--bs-menu-dropdown-bg-color: var(--bs-body-bg);
	--bs-menu-heading-color: #6d6d97;
	--bs-menu-link-color-hover: #0069e0;
	--bs-menu-link-color-show: #0069e0;
	--bs-menu-link-color-here: #0069e0;
	--bs-menu-link-color-active: #0069e0;
	--bs-menu-link-bg-color-hover: #f9f9f9;
	--bs-menu-link-bg-color-show: #f9f9f9;
	--bs-menu-link-bg-color-here: #f9f9f9;
	--bs-menu-link-bg-color-active: #f9f9f9;
	--bs-scrollbar-color: #f1f1f4;
	--bs-scrollbar-hover-color: #dbdfe9;
	--bs-overlay-bg: rgba(0, 0, 0, 0.05);
	--bs-blockui-overlay-bg: rgba(0, 0, 0, 0.05);
	--bs-rating-color-default: #c4cada;
	--bs-rating-color-active: #ffad0f;
	--bs-ribbon-label-box-shadow: 0px -1px 5px 0px rgba(30, 33, 41, 0.1);
	--bs-ribbon-label-bg: #0069e0;
	--bs-ribbon-label-border-color: #00397a;
	--bs-ribbon-clip-bg: #1e2129;
	--bs-engage-btn-bg: #ffffff;
	--bs-engage-btn-box-shadow: 0px 0px 22px #e0e0e0;
	--bs-engage-btn-border-color: #e8e8e8;
	--bs-engage-btn-color: #252f4a;
	--bs-engage-btn-icon-color: #78829d;
	--bs-engage-btn-color-active: #252f4a;
	/* ----- */
	--bs-app-bg-color: #ffffff;
	--bs-app-blank-bg-color: #ffffff;
	--bs-app-header-base-bg-color: #ffffff;
	--bs-app-header-minimize-bg-color: rgba(255, 255, 255, 0.5);
	--bs-app-sidebar-base-bg-color: #0b0c10;
	--bs-app-sidebar-base-box-shadow: none;
	/* ------ */
	--bs-app-sidebar-base-border-end: none;
}

:root {
	--bs-primary: #e20074;
	--bs-link-color-rgb: #e20074;
	--bs-link-hover-color-rgb: #e20074;
	--bs-text-primary: #e20074;
	--bs-primary-active: #d1006c;
	--bs-app-sidebar-base-bg-color: #f1f1f1;
	--bs-primary-light: #f1f1f1;
}

.form-check-input:checked {
	background-color: var(--bs-primary) !important;
}

select option {
	background-color: var(--bs-primary-light) !important;
	color: #262626;
}

.pagination {
	--bs-pagination-active-bg: #e20074;
}

/* #sign_in_form ~ hr {
	margin-bottom: 0 !important;
	opacity: 1 !important;
	color: #c3c3c3 !important;
}

#sign_in_form ~ hr::after,
#file_manager_list_container::after {
	content: "You can find our Privacy Policy at www.telekom.com/en/company/data-privacy-and-security";
	display: block;
	color: #262626 !important;
	font-size: 14px;
	margin-top: 14px;
} */

/* #sign_in_form ~ div {
	display: none !important;
} */

span[data-i18n="custom.disclaimer_webclient"]::before {
	content: "";
	background-image: url(img/data-privacy-outline-white.svg);
	width: 20px;
	height: 20px;
	margin-right: 5px;
	fill: #e20074;
	background-size: 100%;
	display: inline-block; /* Ensures visibility */
	vertical-align: middle; /* Aligns properly */
}

#sign_in_form ~ .d-flex.flex-stack.pt-5.mt-3 {
	padding-top: 0 !important;
	margin-top: 0 !important;
  }
#languageSwitcher {
	display: none !important;
}

#languageSwitcher + .select2 {
	display: none !important;
}

span[data-i18n="login.link"] {
	display: none !important;
}

#file_manager_list_container::after {
	border-top: 1px solid #cecece !important;
	padding-top: 14px;
}

a[href="/web/client/login"] {
	margin-left: 0 !important;
}

a[href="/web/client/forgot-password"] {
	display: none !important;
}

.app-footer .fw-semibold {
	display: none !important;
}

.text-sidebar {
	color: var(--bs-primary) !important;
	padding: 0px !important;
	font-weight: bold !important;
	display: none !important;
}

.app-sidebar-logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-image: url("/static/custom/img/telekom-security-logo.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 60px;
	padding-top: 40px;
	position: relative;
}

.app-sidebar-logo img {
	display: none;
}

.menu-link.active {
	background-color: transparent !important;
	color: var(--bs-primary) !important;
}

.menu-link.active .menu-title {
	color: var(--bs-primary) !important;
}

.menu-title:hover {
	color: var(--bs-primary-active) !important;
}

.menu-icon i {
	color: var(--bs-primary) !important;
}

#kt_app_sidebar_navs_wrappers {
	overflow-y: auto !important;
}

.menu-title {
	color: var(--bs-primary) !important;
}

a[href="/web/client/profile"] {
	display: none !important;
}

a:has(> .ki-night-day) {
	display: none !important;
}

[data-bs-theme="dark"] .btn.btn-secondary {
	color: var(--bs-body-bg) !important;
	background-color: var(--bs-gray-700) !important;
}

div[data-kt-filemanger-table="view_item"] {
	display: none !important;
}

/*
a[href="/web/client/shares"] {
	display: none !important;
}

a[href="/web/client/mfa"] {
	display: none !important;
}

form#sign_in_form + hr + div[data-select2-id^="select2-data-"] {
	display: none;
}
*/
