[data-bs-theme=disabaccess] {
  --bs-blue: #008cba;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #e83e8c;
  --bs-red: #f04124;
  --bs-orange: #fd7e14;
  --bs-yellow: #e99002;
  --bs-green: #43ac6a;
  --bs-teal: #20c997;
  --bs-cyan: #5bc0de;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #888;
  --bs-gray-dark: #333;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #eee;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ccc;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #888;
  --bs-gray-700: #495057;
  --bs-gray-800: #333;
  --bs-gray-900: #222;
  --bs-primary: #008cba;
  --bs-secondary: #eee;
  --bs-success: #43ac6a;
  --bs-info: #5bc0de;
  --bs-warning: #e99002;
  --bs-danger: #f04124;
  --bs-light: transparent;
  --bs-dark: #333;
  --bs-primary-rgb: 0, 140, 186;
  --bs-secondary-rgb: 238, 238, 238;
  --bs-success-rgb: 67, 172, 106;
  --bs-info-rgb: 91, 192, 222;
  --bs-warning-rgb: 233, 144, 2;
  --bs-danger-rgb: 240, 65, 36;
  --bs-light-rgb: 238, 238, 238;
  --bs-dark-rgb: 51, 51, 51;
  --bs-primary-text-emphasis: #00384a;
  --bs-secondary-text-emphasis: #5f5f5f;
  --bs-success-text-emphasis: #1b452a;
  --bs-info-text-emphasis: #244d59;
  --bs-warning-text-emphasis: #5d3a01;
  --bs-danger-text-emphasis: #601a0e;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cce8f1;
  --bs-secondary-bg-subtle: transparent;
  --bs-success-bg-subtle: #d9eee1;
  --bs-info-bg-subtle: #def2f8;
  --bs-warning-bg-subtle: #fbe9cc;
  --bs-danger-bg-subtle: #fcd9d3;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ccc;
  --bs-primary-border-subtle: #99d1e3;
  --bs-secondary-border-subtle: #f8f8f8;
  --bs-success-border-subtle: #b4dec3;
  --bs-info-border-subtle: #bde6f2;
  --bs-warning-border-subtle: #f6d39a;
  --bs-danger-border-subtle: #f9b3a7;
  --bs-light-border-subtle: #eee;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --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: 1.2rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #ff9d00;
  --bs-body-color-rgb: 255, 157, 0;
  --bs-body-bg: #000;
  --bs-body-bg-rgb: 0, 0, 0;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(255, 157, 0, 1);
  --bs-secondary-color-rgb: 255, 157, 0;
  --bs-secondary-bg: #eee;
  --bs-secondary-bg-rgb: 238, 238, 238;
  --bs-tertiary-color: rgba(34, 34, 34, 0.5);
  --bs-tertiary-color-rgb: 34, 34, 34;
  --bs-tertiary-bg: #000;
  --bs-tertiary-bg-rgb: 0, 0, 0;
  --bs-heading-color: inherit;
  --bs-link-color: #008cba;
  --bs-link-color-rgb: 0, 140, 186;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #007095;
  --bs-link-hover-color-rgb: 0, 112, 149;
  --bs-code-color: #e83e8c;
  --bs-highlight-color: #222;
  --bs-highlight-bg: #fbe9cc;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0;
  --bs-border-radius-sm: 0;
  --bs-border-radius-lg: 0;
  --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 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --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, 140, 186, 0.25);
  --bs-form-valid-color: #43ac6a;
  --bs-form-valid-border-color: #43ac6a;
  --bs-form-invalid-color: #f04124;
  --bs-form-invalid-border-color: #f04124;

}

/* Elrejtjük az összes képet, kivéve az SVG-ket */
body[data-bs-theme="disabaccess"] img:not([src$=".svg"]) {
  display: none !important;
}

body[data-bs-theme="disabaccess"] *[style*=".jpg"] {
  background-image: none !important;
}

body[data-bs-theme="disabaccess"] .navbar {
  --bs-navbar-color: #ff9d00!important;
  --bs-navbar-toggler-border-color: #ff9d00!important;
}

body[data-bs-theme="disabaccess"].navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 157, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}


/* Biztosítjuk, hogy a toggler ikon mindig látható legyen */
body[data-bs-theme="disabaccess"] .navbar-toggler-icon {
  display: inline-block !important;
}


body[data-bs-theme="disabaccess"] a {
  text-decoration: underline!important;
}

body[data-bs-theme="disabaccess"] .badge {
  display: none;
}

body[data-bs-theme="disabaccess"] .visitbg {
  display: none;
}

body[data-bs-theme="disabaccess"] .webcambg {
  display: none;
}

body[data-bs-theme="disabaccess"] [class^="col"] {
  width: 100%;
}

body[data-bs-theme="disabaccess"] .cimlapbg {
  width: 100%;
height: unset!important;
}

body[data-bs-theme="disabaccess"] .coly .position-absolute {
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
background-color: transparent!important;
color: var(--yellow)! important;
}
