/*!
Theme Name: akpnr
Theme URI: https://www.codeincode.com/
Author: Codezenic
Author URI: https://www.codeincode.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: akpnr
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

:root,
[data-bs-theme="light"] {
    --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: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: rgb(237, 13, 13);
    --bs-secondary: rgba(62, 73, 89, 0.9);
    --bs-success: rgb(90, 193, 42);
    --bs-info: #0dcaf0;
    --bs-warning: rgb(237, 13, 13);
    --bs-danger: rgb(237, 13, 13);
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 237, 13, 13;
    --bs-secondary-rgb: 62, 73, 89;
    --bs-success-rgb: 90, 193, 42;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 237, 13, 13;
    --bs-danger-rgb: 237, 13, 13;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: rgb(94.8, 5.2, 5.2);
    --bs-secondary-text-emphasis: rgba(21.8823529412, 25.7647058824, 31.4117647059, 0.96);
    --bs-success-text-emphasis: rgb(36, 77.2, 16.8);
    --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
    --bs-warning-text-emphasis: rgb(94.8, 5.2, 5.2);
    --bs-danger-text-emphasis: rgb(94.8, 5.2, 5.2);
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: rgb(251.4, 206.6, 206.6);
    --bs-secondary-bg-subtle: rgba(222.2264150943, 224.0943396226, 226.8113207547, 0.98);
    --bs-success-bg-subtle: rgb(222, 242.6, 212.4);
    --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
    --bs-warning-bg-subtle: rgb(251.4, 206.6, 206.6);
    --bs-danger-bg-subtle: rgb(251.4, 206.6, 206.6);
    --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: rgb(247.8, 158.2, 158.2);
    --bs-secondary-border-subtle: rgba(186.8823529412, 190.7647058824, 196.4117647059, 0.96);
    --bs-success-border-subtle: rgb(189, 230.2, 169.8);
    --bs-info-border-subtle: rgb(158.2, 233.8, 249);
    --bs-warning-border-subtle: rgb(247.8, 158.2, 158.2);
    --bs-danger-border-subtle: rgb(247.8, 158.2, 158.2);
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans",
        Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --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: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: rgb(237, 13, 13);
    --bs-link-color-rgb: 237, 13, 13;
    --bs-link-decoration: underline;
    --bs-link-hover-color: rgb(189.6, 10.4, 10.4);
    --bs-link-hover-color-rgb: 190, 10, 10;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: rgb(255, 242.6, 205.4);
    --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.25rem;
    --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(237, 13, 13, 0.25);
    --bs-form-valid-color: rgb(90, 193, 42);
    --bs-form-valid-border-color: rgb(90, 193, 42);
    --bs-form-invalid-color: rgb(237, 13, 13);
    --bs-form-invalid-border-color: rgb(237, 13, 13);
}

[data-bs-theme="dark"] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, 0.75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, 0.5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: rgb(244.2, 109.8, 109.8);
    --bs-secondary-text-emphasis: rgba(148.6530612245, 154.7142857143, 163.5306122449, 0.94);
    --bs-success-text-emphasis: rgb(156, 217.8, 127.2);
    --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
    --bs-warning-text-emphasis: rgb(244.2, 109.8, 109.8);
    --bs-danger-text-emphasis: rgb(244.2, 109.8, 109.8);
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: rgb(47.4, 2.6, 2.6);
    --bs-secondary-bg-subtle: rgba(10.5283018868, 12.3962264151, 15.1132075472, 0.98);
    --bs-success-bg-subtle: rgb(18, 38.6, 8.4);
    --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
    --bs-warning-bg-subtle: rgb(47.4, 2.6, 2.6);
    --bs-danger-bg-subtle: rgb(47.4, 2.6, 2.6);
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: rgb(142.2, 7.8, 7.8);
    --bs-secondary-border-subtle: rgba(34.1632653061, 40.2244897959, 49.0408163265, 0.94);
    --bs-success-border-subtle: rgb(54, 115.8, 25.2);
    --bs-info-border-subtle: rgb(7.8, 121.2, 144);
    --bs-warning-border-subtle: rgb(142.2, 7.8, 7.8);
    --bs-danger-border-subtle: rgb(142.2, 7.8, 7.8);
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: rgb(244.2, 109.8, 109.8);
    --bs-link-hover-color: rgb(246.36, 138.84, 138.84);
    --bs-link-color-rgb: 244, 110, 110;
    --bs-link-hover-color-rgb: 246, 139, 139;
    --bs-code-color: rgb(230.4, 132.6, 181.2);
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: rgb(102, 77.2, 2.8);
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: rgb(117, 183, 152.4);
    --bs-form-valid-border-color: rgb(117, 183, 152.4);
    --bs-form-invalid-color: rgb(234, 133.8, 143.4);
    --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-grid {
    display: grid !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

.gap-5 {
    gap: 3rem !important;
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-25 {
    opacity: 0.25 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-75 {
    opacity: 0.75 !important;
}

.opacity-100 {
    opacity: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mt-sm-3 {
        margin-top: 1rem !important;
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mt-sm-5 {
        margin-top: 3rem !important;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .text-sm-start {
        text-align: left !important;
    }

    .text-sm-end {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-grid {
        display: grid !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }

    .d-sm-none {
        display: none !important;
    }

    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .position-sm-static {
        position: static !important;
    }

    .position-sm-relative {
        position: relative !important;
    }

    .position-sm-absolute {
        position: absolute !important;
    }

    .position-sm-fixed {
        position: fixed !important;
    }

    .position-sm-sticky {
        position: sticky !important;
    }

    .gap-sm-0 {
        gap: 0 !important;
    }

    .gap-sm-1 {
        gap: 0.25rem !important;
    }

    .gap-sm-2 {
        gap: 0.5rem !important;
    }

    .gap-sm-3 {
        gap: 1rem !important;
    }

    .gap-sm-4 {
        gap: 1.5rem !important;
    }

    .gap-sm-5 {
        gap: 3rem !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    .mt-md-2 {
        margin-top: 0.5rem !important;
    }

    .mt-md-3 {
        margin-top: 1rem !important;
    }

    .mt-md-4 {
        margin-top: 1.5rem !important;
    }

    .mt-md-5 {
        margin-top: 3rem !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-md-3 {
        margin-bottom: 1rem !important;
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-md-5 {
        margin-bottom: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .text-md-start {
        text-align: left !important;
    }

    .text-md-end {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-grid {
        display: grid !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }

    .d-md-none {
        display: none !important;
    }

    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .position-md-static {
        position: static !important;
    }

    .position-md-relative {
        position: relative !important;
    }

    .position-md-absolute {
        position: absolute !important;
    }

    .position-md-fixed {
        position: fixed !important;
    }

    .position-md-sticky {
        position: sticky !important;
    }

    .gap-md-0 {
        gap: 0 !important;
    }

    .gap-md-1 {
        gap: 0.25rem !important;
    }

    .gap-md-2 {
        gap: 0.5rem !important;
    }

    .gap-md-3 {
        gap: 1rem !important;
    }

    .gap-md-4 {
        gap: 1.5rem !important;
    }

    .gap-md-5 {
        gap: 3rem !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mt-lg-3 {
        margin-top: 1rem !important;
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mt-lg-5 {
        margin-top: 3rem !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .text-lg-start {
        text-align: left !important;
    }

    .text-lg-end {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-grid {
        display: grid !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }

    .d-lg-none {
        display: none !important;
    }

    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .position-lg-static {
        position: static !important;
    }

    .position-lg-relative {
        position: relative !important;
    }

    .position-lg-absolute {
        position: absolute !important;
    }

    .position-lg-fixed {
        position: fixed !important;
    }

    .position-lg-sticky {
        position: sticky !important;
    }

    .gap-lg-0 {
        gap: 0 !important;
    }

    .gap-lg-1 {
        gap: 0.25rem !important;
    }

    .gap-lg-2 {
        gap: 0.5rem !important;
    }

    .gap-lg-3 {
        gap: 1rem !important;
    }

    .gap-lg-4 {
        gap: 1.5rem !important;
    }

    .gap-lg-5 {
        gap: 3rem !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-0 {
        margin-top: 0 !important;
    }

    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xl-3 {
        margin-top: 1rem !important;
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xl-5 {
        margin-top: 3rem !important;
    }

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .text-xl-start {
        text-align: left !important;
    }

    .text-xl-end {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-grid {
        display: grid !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }

    .d-xl-none {
        display: none !important;
    }

    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .position-xl-static {
        position: static !important;
    }

    .position-xl-relative {
        position: relative !important;
    }

    .position-xl-absolute {
        position: absolute !important;
    }

    .position-xl-fixed {
        position: fixed !important;
    }

    .position-xl-sticky {
        position: sticky !important;
    }

    .gap-xl-0 {
        gap: 0 !important;
    }

    .gap-xl-1 {
        gap: 0.25rem !important;
    }

    .gap-xl-2 {
        gap: 0.5rem !important;
    }

    .gap-xl-3 {
        gap: 1rem !important;
    }

    .gap-xl-4 {
        gap: 1.5rem !important;
    }

    .gap-xl-5 {
        gap: 3rem !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1400px) {
    .m-xxl-0 {
        margin: 0 !important;
    }

    .m-xxl-1 {
        margin: 0.25rem !important;
    }

    .m-xxl-2 {
        margin: 0.5rem !important;
    }

    .m-xxl-3 {
        margin: 1rem !important;
    }

    .m-xxl-4 {
        margin: 1.5rem !important;
    }

    .m-xxl-5 {
        margin: 3rem !important;
    }

    .mt-xxl-0 {
        margin-top: 0 !important;
    }

    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xxl-3 {
        margin-top: 1rem !important;
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xxl-5 {
        margin-top: 3rem !important;
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }

    .p-xxl-0 {
        padding: 0 !important;
    }

    .p-xxl-1 {
        padding: 0.25rem !important;
    }

    .p-xxl-2 {
        padding: 0.5rem !important;
    }

    .p-xxl-3 {
        padding: 1rem !important;
    }

    .p-xxl-4 {
        padding: 1.5rem !important;
    }

    .p-xxl-5 {
        padding: 3rem !important;
    }

    .text-xxl-start {
        text-align: left !important;
    }

    .text-xxl-end {
        text-align: right !important;
    }

    .text-xxl-center {
        text-align: center !important;
    }

    .d-xxl-inline {
        display: inline !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-grid {
        display: grid !important;
    }

    .d-xxl-table {
        display: table !important;
    }

    .d-xxl-table-row {
        display: table-row !important;
    }

    .d-xxl-table-cell {
        display: table-cell !important;
    }

    .d-xxl-flex {
        display: flex !important;
    }

    .d-xxl-inline-flex {
        display: inline-flex !important;
    }

    .d-xxl-none {
        display: none !important;
    }

    .flex-xxl-row {
        flex-direction: row !important;
    }

    .flex-xxl-column {
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .position-xxl-static {
        position: static !important;
    }

    .position-xxl-relative {
        position: relative !important;
    }

    .position-xxl-absolute {
        position: absolute !important;
    }

    .position-xxl-fixed {
        position: fixed !important;
    }

    .position-xxl-sticky {
        position: sticky !important;
    }

    .gap-xxl-0 {
        gap: 0 !important;
    }

    .gap-xxl-1 {
        gap: 0.25rem !important;
    }

    .gap-xxl-2 {
        gap: 0.5rem !important;
    }

    .gap-xxl-3 {
        gap: 1rem !important;
    }

    .gap-xxl-4 {
        gap: 1.5rem !important;
    }

    .gap-xxl-5 {
        gap: 3rem !important;
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xxl-center {
        justify-content: center !important;
    }

    .justify-content-xxl-between {
        justify-content: space-between !important;
    }

    .justify-content-xxl-around {
        justify-content: space-around !important;
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xxl-start {
        align-items: flex-start !important;
    }

    .align-items-xxl-end {
        align-items: flex-end !important;
    }

    .align-items-xxl-center {
        align-items: center !important;
    }

    .align-items-xxl-baseline {
        align-items: baseline !important;
    }

    .align-items-xxl-stretch {
        align-items: stretch !important;
    }

    .align-content-xxl-start {
        align-content: flex-start !important;
    }

    .align-content-xxl-end {
        align-content: flex-end !important;
    }

    .align-content-xxl-center {
        align-content: center !important;
    }

    .align-content-xxl-between {
        align-content: space-between !important;
    }

    .align-content-xxl-around {
        align-content: space-around !important;
    }

    .align-content-xxl-stretch {
        align-content: stretch !important;
    }

    .align-self-xxl-auto {
        align-self: auto !important;
    }

    .align-self-xxl-start {
        align-self: flex-start !important;
    }

    .align-self-xxl-end {
        align-self: flex-end !important;
    }

    .align-self-xxl-center {
        align-self: center !important;
    }

    .align-self-xxl-baseline {
        align-self: baseline !important;
    }

    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(237, 13, 13, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: rgb(237, 13, 13);
    --bs-pagination-active-border-color: rgb(237, 13, 13);
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .page-link {
        transition: none;
    }
}

.page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color);
}

.page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow);
}

.page-link.active,
.active > .page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color);
}

.page-link.disabled,
.disabled > .page-link {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
    margin-left: calc(var(--bs-border-width) * -1);
}

.page-item:first-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size: 1.25rem;
    --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 0.875rem;
    --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

.btn-check + .btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color);
}

.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:focus-visible + .btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}

.btn-check:checked + .btn:focus-visible,
:not(.btn-check) + .btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked:focus-visible + .btn {
    box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: rgb(237, 13, 13);
    --bs-btn-border-color: rgb(237, 13, 13);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(201.45, 11.05, 11.05);
    --bs-btn-hover-border-color: rgb(189.6, 10.4, 10.4);
    --bs-btn-focus-shadow-rgb: 240, 49, 49;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(189.6, 10.4, 10.4);
    --bs-btn-active-border-color: rgb(177.75, 9.75, 9.75);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: rgb(237, 13, 13);
    --bs-btn-disabled-border-color: rgb(237, 13, 13);
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: rgba(62, 73, 89, 0.9);
    --bs-btn-border-color: rgba(62, 73, 89, 0.9);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgba(51, 60.0483870968, 73.2096774194, 0.915);
    --bs-btn-hover-border-color: rgba(47.4893617021, 55.914893617, 68.170212766, 0.92);
    --bs-btn-focus-shadow-rgb: 96, 105, 118;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgba(47.4893617021, 55.914893617, 68.170212766, 0.92);
    --bs-btn-active-border-color: rgba(44.0526315789, 51.8684210526, 63.2368421053, 0.925);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: rgba(62, 73, 89, 0.9);
    --bs-btn-disabled-border-color: rgba(62, 73, 89, 0.9);
}

.btn-success {
    --bs-btn-color: #000;
    --bs-btn-bg: rgb(90, 193, 42);
    --bs-btn-border-color: rgb(90, 193, 42);
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(114.75, 202.3, 73.95);
    --bs-btn-hover-border-color: rgb(106.5, 199.2, 63.3);
    --bs-btn-focus-shadow-rgb: 77, 164, 36;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(123, 205.4, 84.6);
    --bs-btn-active-border-color: rgb(106.5, 199.2, 63.3);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: rgb(90, 193, 42);
    --bs-btn-disabled-border-color: rgb(90, 193, 42);
}

.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
    --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(61.4, 212.6, 243);
    --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
    --bs-btn-color: #fff;
    --bs-btn-bg: rgb(237, 13, 13);
    --bs-btn-border-color: rgb(237, 13, 13);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(201.45, 11.05, 11.05);
    --bs-btn-hover-border-color: rgb(189.6, 10.4, 10.4);
    --bs-btn-focus-shadow-rgb: 240, 49, 49;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(189.6, 10.4, 10.4);
    --bs-btn-active-border-color: rgb(177.75, 9.75, 9.75);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: rgb(237, 13, 13);
    --bs-btn-disabled-border-color: rgb(237, 13, 13);
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: rgb(237, 13, 13);
    --bs-btn-border-color: rgb(237, 13, 13);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(201.45, 11.05, 11.05);
    --bs-btn-hover-border-color: rgb(189.6, 10.4, 10.4);
    --bs-btn-focus-shadow-rgb: 240, 49, 49;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(189.6, 10.4, 10.4);
    --bs-btn-active-border-color: rgb(177.75, 9.75, 9.75);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: rgb(237, 13, 13);
    --bs-btn-disabled-border-color: rgb(237, 13, 13);
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
    --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(198.4, 199.2, 200);
    --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
    --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
    --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
    --bs-btn-color: rgb(237, 13, 13);
    --bs-btn-border-color: rgb(237, 13, 13);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(237, 13, 13);
    --bs-btn-hover-border-color: rgb(237, 13, 13);
    --bs-btn-focus-shadow-rgb: 237, 13, 13;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(237, 13, 13);
    --bs-btn-active-border-color: rgb(237, 13, 13);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: rgb(237, 13, 13);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: rgb(237, 13, 13);
    --bs-gradient: none;
}

.btn-outline-secondary {
    --bs-btn-color: rgba(62, 73, 89, 0.9);
    --bs-btn-border-color: rgba(62, 73, 89, 0.9);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgba(62, 73, 89, 0.9);
    --bs-btn-hover-border-color: rgba(62, 73, 89, 0.9);
    --bs-btn-focus-shadow-rgb: 62, 73, 89;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgba(62, 73, 89, 0.9);
    --bs-btn-active-border-color: rgba(62, 73, 89, 0.9);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: rgba(62, 73, 89, 0.9);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: rgba(62, 73, 89, 0.9);
    --bs-gradient: none;
}

.btn-outline-success {
    --bs-btn-color: rgb(90, 193, 42);
    --bs-btn-border-color: rgb(90, 193, 42);
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(90, 193, 42);
    --bs-btn-hover-border-color: rgb(90, 193, 42);
    --bs-btn-focus-shadow-rgb: 90, 193, 42;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(90, 193, 42);
    --bs-btn-active-border-color: rgb(90, 193, 42);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: rgb(90, 193, 42);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: rgb(90, 193, 42);
    --bs-gradient: none;
}

.btn-outline-info {
    --bs-btn-color: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #0dcaf0;
    --bs-btn-hover-border-color: #0dcaf0;
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #0dcaf0;
    --bs-btn-active-border-color: #0dcaf0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0dcaf0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0dcaf0;
    --bs-gradient: none;
}

.btn-outline-warning {
    --bs-btn-color: rgb(237, 13, 13);
    --bs-btn-border-color: rgb(237, 13, 13);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(237, 13, 13);
    --bs-btn-hover-border-color: rgb(237, 13, 13);
    --bs-btn-focus-shadow-rgb: 237, 13, 13;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(237, 13, 13);
    --bs-btn-active-border-color: rgb(237, 13, 13);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: rgb(237, 13, 13);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: rgb(237, 13, 13);
    --bs-gradient: none;
}

.btn-outline-danger {
    --bs-btn-color: rgb(237, 13, 13);
    --bs-btn-border-color: rgb(237, 13, 13);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(237, 13, 13);
    --bs-btn-hover-border-color: rgb(237, 13, 13);
    --bs-btn-focus-shadow-rgb: 237, 13, 13;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(237, 13, 13);
    --bs-btn-active-border-color: rgb(237, 13, 13);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: rgb(237, 13, 13);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: rgb(237, 13, 13);
    --bs-gradient: none;
}

.btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none;
}

.btn-outline-dark {
    --bs-btn-color: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --bs-gradient: none;
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 240, 49, 49;
    text-decoration: underline;
}

.btn-link:focus-visible {
    color: var(--bs-btn-color);
}

.btn-link:hover {
    color: var(--bs-btn-hover-color);
}

.btn-lg,
.btn-group-lg > .btn {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm,
.btn-group-sm > .btn {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto;
}

.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 1;
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

.btn-group {
    border-radius: var(--bs-border-radius);
}

.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
    margin-left: calc(var(--bs-border-width) * -1);
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
    margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: calc(var(--bs-border-width) * -1);
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);

}

.breadcrumb li {
    padding:0 ;
    margin: 0;
} 

.breadcrumb-item + .breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x);
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(
        --bs-breadcrumb-divider,
        url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="10" height="10" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2" viewBox="0 0 5 9"%3e%3cpath d="m10.04 15.33.71.71 4.036-4.035-.003-.003-.705-.705v.001L10.75 7.97l-.71.71 3.33 3.325-3.33 3.325Z" style="fill:var%28--sep-color%29;fill-opacity:.6" transform="translate%28-10.04 -7.97%29"/%3e%3c/svg%3e')
    ); /* rtl: var(--bs-breadcrumb-divider, url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="10" height="10" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2" viewBox="0 0 5 9"%3e%3cpath d="m10.04 15.33.71.71 4.036-4.035-.003-.003-.705-.705v.001L10.75 7.97l-.71.71 3.33 3.325-3.33 3.325Z" style="fill:var%28--sep-color%29;fill-opacity:.6" transform="translate%28-10.04 -7.97%29"/%3e%3c/svg%3e')) */
}

.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color);
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid rgba(0, 0, 0, 0);
    border-bottom: 0;
    border-left: 0.3em solid rgba(0, 0, 0, 0);
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: rgb(237, 13, 13);
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
    --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0;
}

.dropdown-menu-end {
    --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0;
    }

    .dropdown-menu-sm-end {
        --bs-position: end;
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
    }

    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0;
    }

    .dropdown-menu-md-end {
        --bs-position: end;
    }

    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0;
    }

    .dropdown-menu-lg-end {
        --bs-position: end;
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }

    .dropdown-menu-xl-end {
        --bs-position: end;
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }

    .dropdown-menu-xxl-end {
        --bs-position: end;
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: var(--bs-dropdown-spacer);
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid rgba(0, 0, 0, 0);
    border-bottom: 0.3em solid;
    border-left: 0.3em solid rgba(0, 0, 0, 0);
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: var(--bs-dropdown-spacer);
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid rgba(0, 0, 0, 0);
    border-right: 0;
    border-bottom: 0.3em solid rgba(0, 0, 0, 0);
    border-left: 0.3em solid;
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropend .dropdown-toggle::after {
    vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: var(--bs-dropdown-spacer);
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropstart .dropdown-toggle::after {
    display: none;
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid rgba(0, 0, 0, 0);
    border-right: 0.3em solid;
    border-bottom: 0.3em solid rgba(0, 0, 0, 0);
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-divider {
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg);
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0);
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: 0.875rem;
    color: var(--bs-dropdown-header-color);
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: rgb(237, 13, 13);
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-sm,
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-md,
    .container-sm,
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px;
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.col {
    flex: 1 0 0%;
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.offset-1 {
    margin-left: 8.33333333%;
}

.offset-2 {
    margin-left: 16.66666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333333%;
}

.offset-5 {
    margin-left: 41.66666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333333%;
}

.offset-8 {
    margin-left: 66.66666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333333%;
}

.offset-11 {
    margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }

    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333333%;
    }

    .offset-sm-2 {
        margin-left: 16.66666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333333%;
    }

    .offset-sm-5 {
        margin-left: 41.66666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333333%;
    }

    .offset-sm-8 {
        margin-left: 66.66666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333333%;
    }

    .offset-sm-11 {
        margin-left: 91.66666667%;
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333333%;
    }

    .offset-md-2 {
        margin-left: 16.66666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333333%;
    }

    .offset-md-5 {
        margin-left: 41.66666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333333%;
    }

    .offset-md-8 {
        margin-left: 66.66666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333333%;
    }

    .offset-md-11 {
        margin-left: 91.66666667%;
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333333%;
    }

    .offset-lg-2 {
        margin-left: 16.66666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333333%;
    }

    .offset-lg-5 {
        margin-left: 41.66666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333333%;
    }

    .offset-lg-8 {
        margin-left: 66.66666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333333%;
    }

    .offset-lg-11 {
        margin-left: 91.66666667%;
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }

    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xl-11 {
        margin-left: 91.66666667%;
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }

    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}

.mansetler .item img,
.grid-news .news-card img,
.grid-news .item img {
    border-radius: 2px;
    background-color: var(--soft-grey-2);
}

*,
html,
body,
input,
select,
:after,
.form-control {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue",
        sans-serif;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

html,
body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5;
    --logo-color: rgb(62 73 89);
    --white: rgba(255, 255, 255, 1);
    --surface: rgba(255, 255, 255, 1);
    --surface-2: rgba(255, 255, 255, 0.5);
    --surface-negative: rgba(0, 0, 0, 1);
    --black: rgba(0, 0, 0, 1);
    --text-salt: #000;
    --text-color: #333;
    --text-color-secondary: rgba(62, 73, 89, 0.9);
    --text-color-third: rgba(148, 154, 165, 0.9);
    --text-color-4: rgba(200, 203, 210, 0.9);
    --soft-grey: rgba(248, 248, 248, 1);
    --soft-grey-2: rgba(245, 247, 249, 1);
    --soft-grey-3: #e9ecef;
    --soft-grey-4: rgb(206 212 218);
    --soft-grey-5: #f0f2f5;
    --icon-color: #1c274c;
    --border-color: rgba(222, 226, 230, 0.6);
    --border-color-2: rgba(62, 73, 89, 0.25);
    --border-color-3: #e2e5e9;
    --scroll-color: rgba(62, 73, 89, 0.25);
    --sep-color: rgba(62, 73, 89, 0.6);
    --green: rgba(90, 193, 42, 1);
    --green-2: #b2ef00;
    --red: rgba(219, 13, 13, 1);
    --red-2: #ea0e0f;
    --esh-red: rgba(237, 13, 13, 1);
    --soft-red: rgb(253, 194, 194);
    --yellow: #f4ce26;
    --turquaz: #00f1ff;
    --laci: #0a58ca;
    --color-facebook: #4563a0;
    --color-google: #ea4335;
    --color-twitter: #000;
    --color-apple: #000;
    --app-reminder-bg: #f6f6f4;
    --swiper-bullet: #ccc;
    color: var(--text-color);
    background: var(--surface);
    padding: 0;
    margin: 0;
    min-width: 320px;
}

html[data-bs-theme="light"] .dark,
body[data-bs-theme="light"] .dark {
    display: none;
}

html[data-bs-theme="dark"],
body[data-bs-theme="dark"] {
    --logo-color: rgba(255, 255, 255, 1);
    --white: rgba(255, 255, 255, 1);
    --surface: rgb(18 18 18);
    --surface-2: rgb(18 18 18, 0.5);
    --surface-negative: rgba(255, 255, 255, 1);
    --black: rgba(0, 0, 0, 1);
    --text-salt: #fff;
    --text-color: rgb(223 223 223);
    --text-color-secondary: rgba(189, 189, 189, 0.9);
    --text-color-third: rgba(148, 154, 165, 0.9);
    --text-color-4: rgba(124, 126, 136, 0.9);
    --soft-grey: rgb(26 26 26);
    --soft-grey-2: rgb(32 32 32);
    --soft-grey-3: rgba(148, 154, 165, 0.4);
    --soft-grey-4: rgba(148, 154, 165, 0.6);
    --soft-grey-5: #2a2d32;
    --icon-color: #fff;
    --border-color: rgb(48 50 51);
    --border-color-2: rgba(62, 73, 89, 0.9);
    --border-color-3: #313843;
    --scroll-color: rgba(62, 73, 89, 0.9);
    --sep-color: rgba(163, 178, 200, 0.6);
    --green: rgba(90, 193, 42, 1);
    --green-2: #b2ef00;
    --red: rgba(219, 13, 13, 1);
    --red-2: #ea0e0f;
    --esh-red: rgba(237, 13, 13, 1);
    --soft-red: rgb(253, 194, 194);
    --yellow: #f4ce26;
    --turquaz: #00f1ff;
    --laci: #0a58ca;
    --color-facebook: #4563a0;
    --color-google: #ea4335;
    --color-twitter: #000;
    --color-apple: #000;
    --app-reminder-bg: #000;
    --swiper-bullet: #ccc;
}

html[data-bs-theme="dark"] .light,
body[data-bs-theme="dark"] .light {
    display: none;
}

html.overlay,
html.show-nav,
body.overlay,
body.show-nav {
    overflow: hidden;
}

html.overlay:after,
html.show-nav:after,
body.overlay:after,
body.show-nav:after {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 999;
    opacity: 0.5;
    background: #000;
}

::-moz-selection {
    color: var(--white);
    background: var(--esh-red);
}

::selection {
    color: var(--white);
    background: var(--esh-red);
}

.scroll {
    overflow-y: auto;
}

.scroll.scroll-x {
    overflow-x: auto !important;
}

.scroll.scroll-x::-webkit-scrollbar {
    height: 6px;
}

.scroll::-webkit-scrollbar-track {
    background-color: var(--soft-grey);
}

.scroll::-webkit-scrollbar {
    width: 6px;
    background-color: var(--soft-grey);
}

.scroll::-webkit-scrollbar-thumb {
    background-color: var(--scroll-color);
}

a,
.page-link {
    color: var(--text-color);
    text-decoration: none;
}

a:hover,
a:focus,
a:active,
.page-link:hover,
.page-link:focus,
.page-link:active {
    text-decoration: none;
}

a.red,
.page-link.red {
    color: var(--esh-red);
}

a.red:hover,
a.red:focus,
a.red:active,
.page-link.red:hover,
.page-link.red:focus,
.page-link.red:active {
    color: var(--text-color);
}

.breadcrumb {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}

.breadcrumb .breadcrumb-item.active {
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-link {
    font-weight: 600;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1040px;
    }
}

@media (min-width: 1550px) {
    .container {
        max-width: 1190px;
    }
}

.border-top {
    border-top: 1px solid var(--border-color);
}

.border-top-none {
    border-top: 0 none !important;
}

.border-bottom {
    border-bottom: 1px solid var(--border-color);
}

.border-bottom-none {
    border-bottom: 0 none !important;
}

.border-left {
    border-left: 1px solid var(--border-color);
}

.border-left-none {
    border-left: 0 none !important;
}

.border-right {
    border-right: 1px solid var(--border-color);
}

.border-right-none {
    border-right: 0 none !important;
}

table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.btn-outline-dark {
    border-color: var(--bs-border-color);
}

.btn-close {
    cursor: pointer;
}

.bns {
    width: 300px;
}

.bns .bn {
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .bns {
        position: sticky;
        top: 75px;
    }
}

.logo {
    display: flex;
    width: 175px;
    height: 26px;
}

.logo a {
    display: flex;
}

.logo img {
    width: 100%;
    height: auto;
}

@media (max-width: 375px) {
    .logo {
        width: 150px;
        height: 25px;
    }
}

.c-down {
    position: relative;
    padding-right: 18px;
    cursor: pointer;
}

.c-down ul {
    display: none;
    position: absolute;
    left: -1px;
    top: 100%;
    width: 100%;
    background: var(--surface);
    border: 1px solid var(--border-color);
    min-width: 150px;
    max-height: 245px;
    overflow-y: auto;
    z-index: 9999;
}

.c-down ul li {
    cursor: pointer;
    text-align: left;
    padding: 0.5rem 1rem;
    white-space: nowrap;
    font-size: 14px;
    font-size: 0.875rem;
}

.c-down ul li:hover {
    background: var(--border-color);
}

.c-down:after {
    content: "";
    display: block;
    width: 12px;
    height: 20px;
    position: absolute;
    right: 1px;
    top: 50%;
    transform: translateY(-40%);
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2" viewBox="0 0 478 289"><path d="M435.357 535.357c-19.527 19.526-51.187 19.526-70.714 0l-188.56-188.564c-19.526-19.525-19.526-51.183 0-70.71 19.526-19.526 51.184-19.526 70.711 0L400 429.29l153.207-153.207c19.526-19.526 51.183-19.526 70.71 0 19.526 19.527 19.526 51.185 0 70.71l-188.56 188.564Z" style="fill:rgba(237, 13, 13, 1);" transform="translate(-161.438 -261.439)"/></svg>')
        center center no-repeat;
    background-size: 100%;
    transition: 0.2s ease-in-out;
}

.c-down.active ul {
    display: block;
}

.c-down.active:after {
    transform: translateY(-44%) rotate(180deg);
}

.card {
    background: var(--soft-grey-2);
    border: 1px solid var(--border-color);
    padding: 2rem;
    margin-bottom: 2rem;
}

.card.nobg {
    background: rgba(0, 0, 0, 0);
}

.card p {
    padding-top: 0;
    margin-top: 0;
}

.card p:last-child {
    margin-bottom: 0;
}

section {
    padding: 2rem 0;
}

section.bg {
    background: var(--soft-grey-2);
}

section.bn-fw {
    padding: 1rem 0;
    text-align: center;
    border-bottom: 1px solid var(--border-color);
}

section.bn-fw.bg-top {
    background: var(--soft-grey);
    padding: 1rem 0;
    border-bottom: 1px solid var(--border-color);
}

section.bn-fw .bn-desktop {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
}

section.bn-fw .bn-home {
    height: 250px;
}

@media (max-width: 993px) {
    section.bn-fw .bn-home {
        height: 250px;
    }
}

@media (max-width: 600px) {
    section.bn-fw .bn-home {
        height: 100px !important;
    }
}

@media (max-width: 768px) {
    section {
        padding: 1.5rem 0;
    }
}

.section-title {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 15px;
    overflow: hidden;
}

.section-title .clock {
    float: right;
}

.section-title .all {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1em;
    height: auto;
    font-style: italic;
    white-space: nowrap;
    gap: 2px;
    background: rgba(0, 0, 0, 0);
}

@media (min-width: 425px) {
    .section-title .all {
        position: absolute;
        right: 0;
        top: 10px;
    }
}

.section-title:after {
    position: absolute;
    content: "";
    display: inline-block;
    background: var(--esh-red);
    top: 7px;
    left: 0;
    height: 22px;
    width: 5px;
}

.section-title.yellow:after {
    background: var(--yellow);
}

.section-title.green:after {
    background: var(--green);
}

.section-title.turquaz:after {
    background: var(--turquaz);
}

@media (min-width: 768px) {
    .section-title .all {
        justify-content: flex-end;
    }
}

.form-label {
    display: block;
    margin-bottom: 0.5rem;
}

textarea.form-control {
    resize: none;
    max-width: 100%;
    min-width: 100%;
    min-height: 100px;
    max-height: 300px;
}

.form-control.date {
    border: 2px solid var(--border-color);
    padding: 0.5rem 1rem;
    font-size: 16px;
    font-size: 1rem;
}

@media (max-width: 768px) {
    .form-control.date {
        width: 100%;
        margin-top: 1rem;
    }
}

.form-check-input {
    width: 1.4em;
    height: 1.4em;
    margin-top: 0.1em;
    margin-right: 0.5rem;
}

.form-check-input:focus {
    border-color: var(--soft-red);
    outline: 0;
    box-shadow: 0 0 0 0.25rem var(--soft-red);
}

.form-check-input:checked {
    background-color: var(--esh-red);
    border-color: var(--esh-red);
}

.sidebar {
    width: 320px;
    margin: 0 auto;
    height: 100%;
}

.sidebar .sticky {
    position: sticky;
    top: 75px;
}

.sidebar .banner {
    margin-bottom: 1rem;
}

@media (max-width: 991px) {
    .sidebar {
        display: none;
    }
}

#appreminder {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--app-reminder-bg);
    z-index: 999;
    box-shadow:
        rgba(14, 30, 37, 0.12) 0 2px 4px 0,
        rgba(14, 30, 37, 0.32) 0 2px 16px 0;
}

#appreminder.hide {
    animation: slideDownApp 1s forwards;
}

#appreminder .inner {
    position: relative;
    padding: 3rem 0.5rem 2rem 0.5rem;
    text-align: center;
}

#appreminder .inner .app-scr {
    position: absolute;
    top: -5.5rem;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    width: 100%;
    height: 155px;
}

#appreminder .inner .app-scr img {
    width: 200px;
    height: auto;
    filter: drop-shadow(0px 10px 6px rgba(0, 0, 0, 0.5));
}

#appreminder .inner .app-shadow {
    width: 400px;
    max-width: 100%;
    height: auto;
    margin-top: -5px;
}

#appreminder .inner .desc {
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: 300;
    line-height: 1.3em;
    margin-top: 1rem;
}

#appreminder .inner .desc .title {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 700;
}

#appreminder .inner .desc .slogan {
    margin-bottom: 1.5rem;
}

#appreminder .inner .desc .slogan strong {
    border-bottom: 2px solid var(--red);
}

#appreminder .inner .desc .btn {
    background: var(--red);
    color: var(--white);
    display: inline-block;
    margin: 0 auto;
    padding: 0.5rem 2rem;
    font-weight: 600;
    border-radius: 4px;
}

#appreminder .inner .apps-link {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

#appreminder .inner .apps-link span {
    visibility: hidden;
}

#appreminder .inner .apps-close {
    position: absolute;
    right: 13px;
    top: 17px;
    display: block;
    width: 30px;
    height: 30px;
    z-index: 999;
}

@media (max-width: 375px) {
    #appreminder .inner .app-scr img {
        width: 180px;
    }

    #appreminder .inner .desc {
        font-size: 18px;
        font-size: 1.125rem;
    }

    #appreminder .inner .desc .title {
        font-size: 20px;
        font-size: 1.25rem;
        margin-bottom: 0.5rem;
    }
}

@keyframes slideDownApp {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(150%);
    }
}

.social-links {
    display: flex;
}

.social-links a {
    display: inline-block;
    background-size: 100%;
    width: 30px;
    height: 30px;
    margin-right: 0.7rem;
    filter: grayscale(1);
    opacity: 0.5;
}

.social-links a:hover {
    filter: grayscale(0);
    opacity: 1;
    transform: translateY(-1px);
}

@font-face {
    font-family: "eshicon";
    src:
        url("./assets/fonts/eshicon.woff2") format("woff2"),
        url("./assets/fonts/eshicon.ttf") format("truetype"),
        url("./assets/fonts/eshicon.woff") format("woff"),
        url("./assets/fonts/eshicon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^="eshicon-"],
[class*=" eshicon-"] {
    font-family: "eshicon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    border-radius: 50%;
    width: 1.875rem;
    height: 1.875rem;
    font-size: 1.5rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #fff !important;
}

.eshicon-x {
    line-height: 1.875rem;
    font-size: 1.375rem !important;
    background-color: #000 !important;
}

.eshicon-x::before {
    content: "";
}

.eshicon-facebook {
    line-height: 2.4375rem;
    background-color: #3975ea !important;
    overflow: hidden;
}

.eshicon-facebook::before {
    content: "";
}

.eshicon-instagram {
    line-height: 1.875rem;
    font-size: 1.125rem !important;
    background: linear-gradient(30deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.eshicon-instagram::before {
    content: "";
}

.eshicon-whatsapp {
    line-height: 1.875rem;
    font-size: 1.125rem;
    background: #59af67 !important;
}

.eshicon-whatsapp::before {
    content: "";
}

.eshicon-telegram {
    line-height: 1.6875rem;
    font-size: 1.1875rem;
    background: #08c !important;
}

.eshicon-telegram::before {
    content: "";
}

.eshicon-youtube {
    line-height: 1.875rem;
    font-size: 1.125rem;
    background: red !important;
}

.eshicon-youtube::before {
    content: "";
}

.eshicon-linkedin {
    line-height: 1.6875rem;
    font-size: 1.0625rem;
    background: #0a66c2 !important;
}

.eshicon-linkedin::before {
    content: "";
}

#cookiepolicy {
    position: fixed;
    left: 1.5rem;
    bottom: 1.5rem;
    background: var(--surface);
    color: var(--text-color-secondary);
    z-index: 99999;
    max-width: 420px;
    border-radius: 6px;
    cursor: default;
    box-shadow:
        rgba(50, 50, 93, 0.25) 0 13px 27px -5px,
        rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

#cookiepolicy .wrapper {
    padding: 1rem;
    font-size: 14px;
    font-size: 0.875rem;
}

#cookiepolicy .wrapper button {
    border: 0;
    box-sizing: border-box;
    text-decoration: underline;
    cursor: pointer;
    pointer-events: auto;
}

#cookiepolicy .wrapper button:hover {
    text-decoration: none;
}

#cookiepolicy .wrapper button.close {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1em;
    font-weight: 600;
    padding: 0.5rem 1rem;
    display: inline-block;
    border-radius: 4px;
    color: var(--surface);
    background: var(--surface-negative);
    text-decoration: none;
}

#cookiepolicy .btn-wrapper {
    margin-top: 1rem;
    text-align: right;
}

@media (max-width: 576px) {
    #cookiepolicy {
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        border-radius: 0;
        border-top: 1px solid var(--border-color);
    }

    #cookiepolicy .btn-wrapper {
        text-align: center;
    }
}

.rs-text {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    color: inherit;
    background: none;
    box-sizing: border-box;
}

header {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    background: var(--surface);
    z-index: 999;
    transition: 0.2s ease-in-out;
}

header nav {
    transition: transform 0.2s ease;
    transform: translateY(0);
}

@media (max-width: 768px) {
    header nav {
        display: none;
    }
}

header.scroll-down nav {
    position: fixed;
    top: -60px;
    left: 0;
    right: 0;
    transform: translateY(-5px);
}

#mainnav {
    position: sticky;
    top: 60px;
    left: 0;
    right: 0;
    background: var(--surface);
    border-bottom: 1px solid var(--border-color);
    transition: transform 0.3s ease;
    transform: translateY(0);
    z-index: 998;
}

@media (max-width: 768px) {
    #mainnav {
        display: none;
    }
}

#mainnav.scroll-down {
    transform: translateY(-100%);
}

#search-form {
    display: none;
    padding: 1.5rem 0;
    background: var(--soft-grey-2);
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    position: absolute;
    top: 59px;
    z-index: 999999;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 18px 50px -10px;
}

#search-form.active {
    display: block;
}

#search-form .container {
    position: relative;
}

#search-form .container > .row {
    max-width: 900px;
    margin: 0 auto;
}

#search-form #search-input {
    width: 100%;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0.5rem 1rem;
    line-height: 1.6em;
    border: 2px solid var(--border-color);
    border-radius: 0;
}

#search-form #search-input:active,
#search-form #search-input:focus,
#search-form #search-input:focus-visible {
    outline: none !important;
    border-color: var(--border-color-2);
}

#search-form .search-button {
    display: flex;
    border: 0 none;
    background: rgba(0, 0, 0, 0);
    outline: none !important;
    cursor: pointer;
}

#search-form .search-button:hover svg,
#search-form .search-button:hover path {
    stroke: var(--text-color) !important;
}

@media (max-width: 425px) {
    #search-form #search-input {
        font-size: 16px;
        font-size: 1rem;
    }
}

footer {
    background: #14181d;
    color: #fff;
}

footer .footer-main {
    padding: 50px 0 40px;
    border-top: 3px solid #ff4e33;
}

footer .footer-logo {
    display: inline-block;
    margin-bottom: 35px;
}

footer .footer-logo img {
    max-width: 200px;
    filter: brightness(1.2);
}

footer .footer-title {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.9;
}

footer .footer-apps {
    margin-bottom: 40px;
    padding-bottom: 35px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
}

footer .app-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

footer .footer-social {
    margin-top: 35px;
}

footer .footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: hsla(0, 0%, 100%, 0.08);
    color: #fff;
    border-radius: 8px;
    font-size: 18px;
    margin-right: 8px;
}

footer .footer-heading {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ff4e33;
    border-bottom-width: 2px;
    display: inline-block;
}

footer .footer-heading a {
    color: #fff;
    text-decoration: none;
}

footer .footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .footer-menu li {
    margin-bottom: 12px;
}

footer .footer-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    opacity: 0.85;
}

footer .footer-bottom {
    background: #0f1216;
    padding: 25px 0;
    border-top: 1px solid hsla(0, 0%, 100%, 0.06);
}

footer .footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 30px;
    flex-wrap: wrap;
}

footer .footer-copyright {
    font-size: 13px;
    margin: 0 0 10px;
    font-weight: 500;
    opacity: 0.9;
}

footer .copyright-detail {
    font-size: 11px;
    margin: 0;
    opacity: 0.6;
    max-width: 700px;
    line-height: 1.6;
}

footer .legal-links {
    display: flex;
    gap: 20px;
}

footer .legal-links a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    opacity: 0.75;
}

@media (max-width: 991px) {
    footer .footer-bottom-inner {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    footer .footer-main {
        padding: 40px 0 30px;
    }

    footer .footer-menu a {
        font-size: 13px;
    }

    footer .legal-links {
        flex-wrap: wrap;
        gap: 15px;
    }
}

@media (max-width: 767px) {
    .footer-card {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-social {
        margin-bottom: 40px;
        margin-top: 0 !important;
    }

    .links {
        padding-left: 25px;
    }
}

@media (min-width: 768px) {
    .footer-card {
        text-align: left;
        align-items: flex-start;
    }
}

.doviz-bar {
    border-bottom: 1px solid var(--border-color);
    min-height: 36px;
    background: var(--soft-grey-2);
}

.doviz-bar > .container {
    display: flex;
    justify-content: space-between;
}

.doviz-bar .currency-bar {
    overflow-x: auto;
    width: 100%;
}

.doviz-bar .currency-bar::-webkit-scrollbar {
    display: none;
}

.doviz-bar .currency-bar ul {
    display: flex;
    min-height: 36px;
    justify-content: space-between;
}

.doviz-bar .currency-bar ul li {
    font-weight: 600;
    display: flex;
    margin-right: 1.3rem;
    align-items: center;
    cursor: default;
    white-space: nowrap;
    font-size: 12px;
    font-size: 0.75rem;
}

.doviz-bar .currency-bar ul li:last-child {
    margin-right: 0;
}

.doviz-bar .currency-bar ul li .amount {
    font-weight: 400;
}

@media (max-width: 1210px) {
    .doviz-bar .currency-bar ul {
        gap: 1rem;
    }

    .doviz-bar .currency-bar ul li {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}

@media (max-width: 992px) {
    .doviz-bar .currency-bar {
        margin-right: 0;
    }
}

.doviz-bar .up {
    background-image: url(https://s2.ensonhaber.com./assets/img/svg/up-green.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 0.2rem;
    display: inline-block;
    width: 9px;
    height: 9px;
}

.doviz-bar .down {
    background-image: url("https://s2.ensonhaber.com./assets/img/svg/down-red.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 0.2rem;
    display: inline-block;
    width: 9px;
    height: 9px;
}

.doviz-bar .top-spn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 1px solid var(--border-color);
}

.doviz-bar .change {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 400;
    margin-left: 5px;
    color: var(--green);
}

@media (max-width: 758px) {
    .doviz-bar {
        display: none;
    }
}

.top-links {
    position: relative;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    padding: 0;
}

.top-links button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.top-links a,
.top-links button {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-color-secondary);
    margin-left: 1.5rem;
    overflow: hidden;
    white-space: nowrap;
}

.top-links a svg,
.top-links button svg {
    display: flex;
}

.top-links a.search .ci,
.top-links button.search .ci {
    display: none;
}

.top-links a.search.active .ci,
.top-links button.search.active .ci {
    display: flex;
}

.top-links a.search.active .si,
.top-links button.search.active .si {
    display: none;
}

@media (max-width: 768px) {
    .top-links a,
    .top-links button {
        margin-left: 0.5rem;
    }
}

@media (max-width: 768px) {
    .top-links a:not(.userprofil-link),
    .top-links button {
        display: none;
    }
    .top-links button.js-theme-toggle {
        display: flex !important;
    }
}

.main-menu .top-links .userprofil {
    position: relative;
}

.main-menu .top-links .userprofil .user-avatar {
    position: relative;
    margin-left: 0.5rem;
    display: flex;
    min-width: 33px;
    max-width: 33px;
    height: 33px;
}

.main-menu .top-links .userprofil .user-avatar img {
    width: 100%;
    height: auto;
    border-radius: 50px;
}

.main-menu .top-links .userprofil .user-avatar .status {
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid var(--surface);
    position: absolute;
    bottom: 0;
    right: -3px;
    border-radius: 50%;
}

.main-menu .top-links .userprofil .user-avatar .status.online {
    background-color: #5ac12a;
}

.main-menu .top-links .userprofil #user-dropdown {
    display: none;
    padding-top: 1rem;
    position: absolute;
    top: 100%;
    right: -16px;
    min-width: 190px;
    z-index: 99;
    cursor: default;
}

.main-menu .top-links .userprofil #user-dropdown.show {
    display: block;
}

.main-menu .top-links .userprofil #user-dropdown ul {
    width: 100%;
    background: var(--surface);
    box-shadow: 0 0.125rem 0.5rem 0 rgba(47, 43, 61, 0.12);
    border-radius: 4px;
}

.main-menu .top-links .userprofil #user-dropdown ul li {
    padding: 0.2rem 0.8rem;
}

.main-menu .top-links .userprofil #user-dropdown ul li:last-child {
    padding-bottom: 1rem;
}

.main-menu .top-links .userprofil #user-dropdown ul li.user-info {
    padding: 0.6rem 0.8rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid var(--border-color);
}

.main-menu .top-links .userprofil #user-dropdown ul li.user-info a {
    display: flex;
    gap: 0.6rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 1.2em;
    margin-left: 0 !important;
}

.main-menu .top-links .userprofil #user-dropdown ul li.user-info a span {
    display: flex;
    border-radius: 3px;
    overflow: hidden;
}

.main-menu .top-links .userprofil #user-dropdown ul li.user-logout {
    margin-top: 0.5rem;
}

.main-menu .top-links .userprofil #user-dropdown ul li.user-logout a {
    color: var(--white);
    background: #ff4c51;
    display: flex;
    gap: 0.3rem;
    box-shadow: 0 0.125rem 0.375rem rgba(255, 76, 81, 0.3);
    margin-left: 0 !important;
}

.main-menu .top-links .userprofil #user-dropdown ul li.user-logout a:hover {
    background: #ed4549;
    box-shadow: none;
}

.main-menu .top-links .userprofil #user-dropdown ul li a {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 3px;
    padding: 0.5rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3em;
}

.main-menu .top-links .userprofil #user-dropdown ul li a:hover {
    background: var(--soft-grey-2);
}

@media (max-width: 425px) {
    .main-menu .top-links .userprofil a span:last-child {
        display: none;
    }
}

.main-menu {
    background: var(--surface);
}

.main-menu .top-bar > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
    border-bottom: 1px solid var(--border-color);
}

.main-menu .top-bar > .container .nav-icon {
    display: none;
}

.main-menu .top-bar > .container .nav-icon a,
.main-menu .top-bar > .container .nav-icon button {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .main-menu .top-bar > .container .nav-icon {
        display: flex;
    }

    .main-menu .top-bar > .container .logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 155px;
        height: 26px;
    }
}

@media (max-width: 576px) {
    .main-menu .top-bar > .container {
        min-height: 50px;
    }

    .main-menu .top-bar > .container .logo {
        width: 140px;
        height: 21px;
    }
}

.main-menu .right-nav {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.main-menu .right-nav .bayrak {
    margin-left: 1.5rem;
    display: flex;
    overflow: hidden;
    width: 30px;
    height: 20px;
}

.main-menu .right-nav .bayrak svg {
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .main-menu .right-nav .bayrak {
        margin-left: 0.5rem;
    }
}

.main-menu .right-nav .bayrak:hover {
    box-shadow: 0 0 10px 3px red;
    border-radius: 4px;
    transition: box-shadow 0.3s ease;
}

nav {
    padding: 0.5rem 0;
}

nav ul {
    display: flex;
    align-items: center;
    transition: 0.2s ease-in-out;
}

nav ul li {
    margin-right: 1.3rem;
}

nav ul li a,
nav ul li button {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    white-space: nowrap;
}

nav ul li:last-child {
    margin-left: auto;
    margin-right: 0;
}

nav ul li:last-child .nav-icon a,
nav ul li:last-child .nav-icon button {
    margin: 0;
    padding: 0;
    border: 0;
    color: inherit;
    cursor: pointer;
    background: none;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

@media (max-width: 992px) {
    nav ul li:nth-child(n + 7):not(:last-child) {
        display: none;
    }
}

@media (max-width: 768px) {
    nav ul li:nth-child(n + 5):not(:last-child) {
        display: none;
    }
}

@media (max-width: 576px) {
    nav ul li:nth-child(n + 3):not(:last-child) {
        display: none;
    }
}

#offcanvas-nav {
    display: block;
    left: 0;
    top: 0;
    position: fixed;
    min-width: 340px;
    height: 100%;
    background: var(--surface);
    box-shadow: rgba(0, 0, 0, 0.1) 0 10px 50px;
    z-index: 99999;
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    will-change: transform;
    visibility: hidden;
}

#offcanvas-nav.showing,
#offcanvas-nav.show:not(.hiding) {
    transform: translateX(0);
}

#offcanvas-nav.showing,
#offcanvas-nav.hiding,
#offcanvas-nav.show {
    visibility: visible;
}

#offcanvas-nav .inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}

#offcanvas-nav .inner .top {
    padding: 1rem;
    position: relative;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#offcanvas-nav .inner .top .logo {
    display: flex;
    width: 135px;
    height: 26px;
}

#offcanvas-nav .inner .top .close {
    display: flex;
    width: 13px;
    height: 13px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

#offcanvas-nav .inner .buttons {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--border-color);
    box-shadow:
        rgba(0, 0, 0, 0.1) 0 4px 6px -1px,
        rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    min-height: 60px;
    max-height: 60px;
    margin-bottom: 0.5rem;
}

#offcanvas-nav .inner .buttons button {
    margin: 0;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

#offcanvas-nav .inner .buttons a,
#offcanvas-nav .inner .buttons button {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid var(--border-color);
    text-align: center;
    font-size: 13px;
    font-size: 0.8125rem;
    color: var(--text-color);
}

#offcanvas-nav .inner .buttons a:last-child,
#offcanvas-nav .inner .buttons button:last-child {
    border-right: 0 none;
}

#offcanvas-nav .inner .buttons a#search-link .hide-icon,
#offcanvas-nav .inner .buttons button#search-link .hide-icon {
    display: none;
}

#offcanvas-nav .inner .buttons a#search-link.active .hide-icon,
#offcanvas-nav .inner .buttons button#search-link.active .hide-icon {
    display: block;
}

#offcanvas-nav .inner .buttons a#search-link.active .show-icon,
#offcanvas-nav .inner .buttons button#search-link.active .show-icon {
    display: none;
}

@media (max-width: 375px) {
    #offcanvas-nav .inner .buttons {
        min-height: 46px;
        max-height: 46px;
    }

    #offcanvas-nav .inner .buttons a span {
        display: none;
    }
}

#offcanvas-nav .inner #nav-search {
    position: relative;
    display: none;
    background: var(--soft-grey-2);
    border-bottom: 1px solid var(--border-color);
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    padding: 1rem;
    box-shadow:
        rgba(0, 0, 0, 0.1) 0 4px 6px -1px,
        rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

#offcanvas-nav .inner #nav-search.active {
    display: block;
}

#offcanvas-nav .inner #nav-search input[type="search"],
#offcanvas-nav .inner #nav-search input[type="text"] {
    width: 100%;
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 0.5rem 4rem 0.5rem 1rem;
    line-height: 1.6em;
    border: 2px solid var(--border-color);
    border-radius: 0;
}

#offcanvas-nav .inner #nav-search input[type="search"]:active,
#offcanvas-nav .inner #nav-search input[type="search"]:focus,
#offcanvas-nav .inner #nav-search input[type="search"]:focus-visible,
#offcanvas-nav .inner #nav-search input[type="text"]:active,
#offcanvas-nav .inner #nav-search input[type="text"]:focus,
#offcanvas-nav .inner #nav-search input[type="text"]:focus-visible {
    outline: none !important;
    border-color: var(--border-color-2);
}

#offcanvas-nav .inner #nav-search button {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    background: var(--esh-red);
    color: var(--white);
    border: 0 none;
    font-weight: 500;
    line-height: 1em;
    padding: 0.4rem 0.8rem 0.5rem 0.8rem;
    border-radius: 2px;
}

#offcanvas-nav .inner .stores {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#offcanvas-nav .inner .stores a {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    padding: 0.5rem;
    line-height: 1.2em;
    background-color: var(--surface);
    border: 1px solid var(--border-color);
    text-decoration: none;
    color: inherit;
}

#offcanvas-nav .inner .stores a:hover {
    border-color: var(--sep-color);
}

#offcanvas-nav .inner .stores a img {
    width: 24px;
    height: 24px;
    margin-right: 1rem;
    flex-shrink: 0;
}

#offcanvas-nav .inner .stores a .text-content {
    display: flex;
    flex-direction: column;
}

#offcanvas-nav .inner .stores a span {
    color: var(--text-color-secondary);
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
}

#offcanvas-nav .inner .categories {
    padding: 0 1rem;
    margin: 0 1rem;
}

#offcanvas-nav .inner .categories ul li:last-child {
    border-bottom: 0 none;
}

#offcanvas-nav .inner .categories ul li a {
    display: block;
    padding: 0.6rem 0 0.6rem 0.6rem;
    font-weight: 700;
    line-height: 1.6em;
    font-size: 18px;
    font-size: 1.125rem;
}

#offcanvas-nav .inner .bottom {
    padding: 1rem;
    margin-top: auto;
    border-top: 1px solid var(--border-color);
}

#offcanvas-nav .inner .bottom .copyright {
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
    color: var(--text-color-secondary);
}

@media (max-width: 768px) {
    #offcanvas-nav {
        min-width: 400px;
    }
}

@media (max-width: 425px) {
    #offcanvas-nav {
        min-width: 320px;
        width: 100%;
    }
}

.userprofil {
    position: relative;
    display: inline-block;
}

.userprofil:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 120px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 100;
    margin-top: 5px;
    padding: 8px 0;
}

.dropdown-menu a {
    display: block;
    padding: 8px 15px;
    width: 100%;
    height: 100%;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.2s;
}

.dropdown-menu a:hover {
    background-color: #f5f5f5;
}

body.show-nav #offcanvas-nav {
    transform: translateX(0);
    visibility: visible;
}

.breadcrumb {
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
    white-space: nowrap;
    flex-wrap: nowrap;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0.6rem 0 0.7rem 0;
}

.breadcrumb-item.active {
    color: var(--text-color);
}

.breadcrumb-item + .breadcrumb-item::before {
    float: none;
    position: relative;
    top: 1px;
}

.grid-news .item {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 1.5rem;
}

.grid-news .item .thumb {
    position: relative;
    display: flex;
}

.grid-news .item a:first-of-type {
    margin-bottom: 0.5rem;
}

.grid-news .item img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

.grid-news .item .text {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.grid-news .item .text.line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.grid-news .news-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.grid-news .news-card .thumb {
    position: relative;
    display: flex;
}

.grid-news .news-card img {
    width: 100%;
    height: auto;
}

.grid-news .news-card .text {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.grid-news .news-card .text.line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
    .grid-news .news-card .text {
        margin-bottom: 10px;
    }
}

.grid-news.hot {
    padding-bottom: 0;
}

.grid-news.hot .item .thumb .time {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 2px;
    line-height: 1em;
    padding: 2px 4px 3px 4px;
    color: var(--white);
    background: var(--esh-red);
}

.grid-news.video .item .thumb {
    flex-direction: column;
}

.grid-news.video .item .thumb:after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 43px;
    height: 43px;
    content: "";
    display: block;
    transform: translate(-50%, -50%);
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2" viewBox="0 0 798 798"><path d="M514 912c-219.9 0-398.9-178.9-398.9-398.8S294 114.3 514 114.3c219.9 0 398.8 178.9 398.8 398.9C912.8 733.1 733.9 912 514 912Zm0-701.5c-166.9 0-302.7 135.8-302.7 302.7 0 166.9 135.8 302.7 302.7 302.7 166.9 0 302.7-135.8 302.7-302.7 0-166.9-135.8-302.7-302.7-302.7Z" style="fill:%23fff;fill-opacity:.47;fill-rule:nonzero" transform="translate(-115.1 -114.3)"/><path d="M437.1 345.9 687 490.2c17.7 10.2 17.7 35.7 0 45.9L437.1 680.5c-17.7 10.2-39.8-2.6-39.8-23V368.9c0-20.4 22.1-33.2 39.8-23Z" style="fill:%23fff;fill-rule:nonzero" transform="translate(-115.1 -114.3)"/></svg>')
        center center no-repeat;
    background-size: 100%;
    -webkit-filter: drop-shadow(1px 1px 7px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(1px 1px 7px rgba(0, 0, 0, 0.5));
    border-radius: 50%;
}

.grid-news.video .item .thumb img {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}

.grid-news.video .item .thumb .time {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 3px;
    line-height: 1em;
    padding: 2px 4px 3px 4px;
    color: var(--white);
    background: var(--black);
}

.grid-news.video .item .details {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--text-color-third);
    letter-spacing: -0.2px;
}

.grid-news.video .item .details .count {
    background: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd" viewBox="0 0 875 542"><g transform="translate(37.437 4.104)"><circle cx="400" cy="400" r="133.333" style="fill:%23949aa5"/><path d="M700 400s-33.333-266.667-300-266.667C133.333 133.333 100 400 100 400" style="fill:none;fill-rule:nonzero;stroke:%23949aa5;stroke-width:66.67px"/></g></svg>')
        0 center no-repeat;
    background-size: 18px;
    padding-left: 20px;
}

.grid-news.video .item:hover .thumb img {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

.grid-news.galeri .item .details {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--text-color-third);
    letter-spacing: -0.2px;
}

.grid-news.galeri .item .details .count {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 400;
    background: var(--black);
    color: var(--white);
    letter-spacing: -0.5px;
    line-height: 1em;
    padding: 4px 5px;
    white-space: nowrap;
}

.grid-news.galeri .item .details .viewcount {
    background: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd" viewBox="0 0 875 542"><g transform="translate(37.437 4.104)"><circle cx="400" cy="400" r="133.333" style="fill:%23949aa5"/><path d="M700 400s-33.333-266.667-300-266.667C133.333 133.333 100 400 100 400" style="fill:none;fill-rule:nonzero;stroke:%23949aa5;stroke-width:66.67px"/></g></svg>')
        0 center no-repeat;
    background-size: 18px;
    padding-left: 20px;
}

/* Detail single: metin boyutu A- / A+ (CSS değişkeni, varsayılan --article-font-size: 20px) */
.detail .content.entry-content {
    font-size: var(--article-font-size, 20px);
}
.detail .content.entry-content p,
.detail .content.entry-content li,
.detail .content.entry-content .figure-desc {
    font-size: var(--article-font-size, 20px);
}

/* Detail single: yazar (source) + avatar */
.detail .content-meta .source {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.detail .content-meta .source .source-avatar {
    flex-shrink: 0;
}
.detail .content-meta .source .source-avatar-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}
.detail .content-meta .source .source-name a {
    color: var(--text-color, #333);
    text-decoration: none;
    font-weight: 500;
}
.detail .content-meta .source .source-name a:hover {
    text-decoration: underline;
}

/* Akpnr Galeri (Gutenberg bloğu) – single.html yapısı: data-item grupları, counter, paylaş */
.akpnr-galeri {
    margin: 1.5rem 0;
}
/* Galeri infinite scroll – loading animasyonu */
.akpnr-galeri-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1.5rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}
.akpnr-galeri-loading.is-active {
    opacity: 1;
    visibility: visible;
}
.akpnr-galeri-spinner {
    width: 28px;
    height: 28px;
    border: 3px solid var(--border-color, #dee2e6);
    border-top-color: var(--black, #000);
    border-radius: 50%;
    animation: akpnr-galeri-spin 0.7s linear infinite;
}
.akpnr-galeri-loading-text {
    font-size: 0.9375rem;
    color: var(--text-color, #333);
}
@keyframes akpnr-galeri-spin {
    to { transform: rotate(360deg); }
}
.detail .content .galeri-item,
.entry-content .galeri-item {
    margin: 0 auto;
    max-width: 100%;
}
.detail .content .galeri-item figure,
.entry-content .galeri-item figure {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0 0 0.5rem;
    background: var(--soft-grey, #f5f5f5);
    border: 1px solid var(--border-color, #dee2e6);
    position: relative;
}
.detail .content .galeri-item figure .counter,
.entry-content .galeri-item figure .counter {
    position: absolute;
    left: 15px;
    top: 15px;
    background: var(--black, #000);
    color: var(--white, #fff);
    letter-spacing: -0.5px;
    line-height: 1em;
    padding: 5px 7px;
    white-space: nowrap;
    font-size: 0.875rem;
    border-radius: 3px;
}
.detail .content .galeri-item figure .share,
.entry-content .galeri-item figure .share {
    display: flex;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    overflow: hidden;
    transition: 0.2s ease-in-out;
    opacity: 0;
}
.detail .content .galeri-item figure:hover .share,
.entry-content .galeri-item figure:hover .share {
    opacity: 1;
}
.detail .content .galeri-item figure .share span,
.entry-content .galeri-item figure .share span {
    width: 40px;
    height: 40px;
    min-width: 40px;
    max-width: 40px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 17px;
    transition: 0.2s ease-in-out;
}
.detail .content .galeri-item figure .share span span,
.entry-content .galeri-item figure .share span span {
    visibility: hidden;
}
.detail .content .galeri-item figure .share span.facebook,
.entry-content .galeri-item figure .share span.facebook {
    background-size: 9px;
    background-image: url("./assets/img/social/set/facebook-light.svg");
}
.detail .content .galeri-item figure .share span.facebook:hover,
.entry-content .galeri-item figure .share span.facebook:hover {
    background-color: #325a9d;
}
.detail .content .galeri-item figure .share span.twitter,
.entry-content .galeri-item figure .share span.twitter {
    background-size: 15px;
    background-image: url("./assets/img/social/set/twitter-light.svg");
}
.detail .content .galeri-item figure .share span.twitter:hover,
.entry-content .galeri-item figure .share span.twitter:hover {
    background-color: #26aff4;
}
.detail .content .galeri-item figure .share span.whatsapp,
.entry-content .galeri-item figure .share span.whatsapp {
    background-image: url("./assets/img/social/set/whatsapp-light.svg");
}
.detail .content .galeri-item figure .share span.whatsapp:hover,
.entry-content .galeri-item figure .share span.whatsapp:hover {
    background-color: #25d366;
}
.detail .content .galeri-item figure img,
.entry-content .galeri-item figure img {
    max-width: 100%;
    width: 750px;
    height: auto;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 3px 12px;
}
.detail .content .galeri-item .figure-desc,
.entry-content .galeri-item .figure-desc {
    margin: 0;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--text-color, #333);
}
@media (min-width: 767px) {
    .detail .content .galeri-item figure,
    .entry-content .galeri-item figure {
        padding: 2rem;
    }
    .detail .content .galeri-item figure .share,
    .entry-content .galeri-item figure .share {
        bottom: 2rem;
        right: 1.5rem;
    }
    .detail .content .galeri-item .figure-desc,
    .entry-content .galeri-item .figure-desc {
        padding: 1rem 3rem;
    }
}

.grid-news.canlitv .item {
    background: var(--soft-grey-2);
    border: 1px solid var(--border-color);
    margin-bottom: 0;
    gap: 0;
}

.grid-news.canlitv .item .thumb {
    padding: 1.5rem 0;
    flex-direction: column;
    align-items: center;
    background: var(--surface);
    border-bottom: 1px solid var(--border-color);
}

.grid-news.canlitv .item .thumb:after {
    position: absolute;
    right: 10px;
    top: 125px;
    bottom: 0;
    width: 24px;
    height: 24px;
    content: "";
    display: block;
    transform: translate(0, 50%);
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2" viewBox="0 0 253 253"><path d="M45 90C20.187 90 0 69.813 0 45S20.187 0 45 0s45 20.187 45 45-20.187 45-45 45Z" style="fill:%23ed0d0d;fill-rule:nonzero" transform="scale(2.81)"/><path d="M63.885 47.325c1.79-1.033 1.79-3.616 0-4.649L34.253 25.568c-1.79-1.033-4.027.258-4.027 2.325v34.215c0 2.066 2.237 3.358 4.027 2.325l29.632-17.108Z" style="fill:%23fff;fill-rule:nonzero" transform="translate(3) scale(2.81)"/></svg>')
        center center no-repeat;
    background-size: 100%;
    -webkit-filter: drop-shadow(1px 1px 7px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(1px 1px 7px rgba(0, 0, 0, 0.2));
    border-radius: 50%;
}

.grid-news.canlitv .item .thumb img {
    width: 40%;
    height: auto;
    background: var(--surface);
    aspect-ratio: 100/71;
}

.grid-news.canlitv .item .text {
    font-size: 16px;
    font-size: 1rem;
    padding: 0.5rem 1rem;
}

.grid-news.canlitv .item:hover {
    border-color: var(--border-color-2);
}

.grid-news.canlitv .item:hover .thumb:after {
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
}

.mansetler .item {
    display: flex;
}

.mansetler .item img {
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .mansetler .pagination-links {
        display: flex;
        justify-content: space-between;
    }
}

#pageskin {
    position: fixed;
    width: 100%;
    top: 105px;
    z-index: 9;
}

#pageskin .container {
    position: relative;
}

#pageskin .container .left,
#pageskin .container .right {
    position: absolute !important;
    min-width: 160px;
    top: 50px;
    transition: 0.2s ease;
    z-index: 99;
}

#pageskin .container .left {
    left: 100%;
    text-align: left;
    margin-left: 0.75rem;
}

#pageskin .container .right {
    right: 100%;
    text-align: right;
    margin-right: 0.75rem;
}

#pageskin.top-repos .container .left,
#pageskin.top-repos .container .right {
    top: 10px;
}

@media (max-width: 1200px) {
    #pageskin {
        display: none;
    }
}

.button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}

.red-button {
    background-color: red;
    color: #fff;
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.red-button:hover {
    background-color: darkred;
}

.page {
    padding: 2rem 0 3rem 0;
}

.page h3 {
    font-size: 20px;
    font-size: 1.25rem;
}

.page p,
.page ul li {
    line-height: 1.6em;
    word-break: break-word;
}

.page ul.square {
    list-style: square;
    margin-left: 1.5rem;
}

.page img {
    width: 100%;
    height: auto;
}

.page .out {
    text-decoration: underline;
}

.page .out:hover {
    text-decoration: none;
}

#bik-kunye-main {
    border: 1px solid var(--border-color);
    background: var(--soft-grey);
    margin-bottom: 3rem;
}

#bik-kunye-main ul li {
    display: flex;
    gap: 0.5rem;
    border-bottom: 1px solid var(--border-color);
    padding: 0.5rem 1rem;
    cursor: default;
}

#bik-kunye-main ul li:nth-child(odd) {
    background: var(--surface);
}

#bik-kunye-main ul li:last-child {
    border-bottom: 0 none;
}

#bik-kunye-main ul li > div:first-child {
    position: relative;
    font-weight: 600;
    flex-basis: 320px;
    min-width: 320px;
    max-width: 320px;
}

#bik-kunye-main ul li > div:first-child:after {
    position: absolute;
    content: ":";
    display: block;
    right: 10px;
    top: -2px;
}

@media (max-width: 768px) {
    #bik-kunye-main ul li {
        flex-direction: column;
        gap: 0.1rem;
        padding: 1rem 1.5rem;
    }

    #bik-kunye-main ul li > div:first-child {
        flex-basis: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    #bik-kunye-main ul li > div:first-child:after {
        display: none;
    }
}

.people .category {
    margin-bottom: 3rem;
    text-align: center;
}

.people .category .title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 3rem;
    position: relative;
}

.people .category .title:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 100%;
    height: 1px;
    background: var(--border-color);
    z-index: 0;
}

.people .category .title span {
    position: relative;
    display: inline-block;
    padding: 0 1rem;
    background: var(--surface);
    z-index: 9;
}

.people .category .list {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2rem;
}

.people .category .list.column {
    flex-direction: column;
    flex-wrap: nowrap;
}

.people .category .list .item,
.people .category .list .person {
    display: flex;
    flex-direction: column;
    font-weight: 600;
    gap: 0.2rem;
    min-width: 200px;
}

.people .category .list .item .desc,
.people .category .list .person .desc {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--text-color-secondary);
}

.people .category .list .item {
    font-size: 18px;
    font-size: 1.125rem;
}

.people .category .list .item .desc {
    font-size: 16px;
    font-size: 1rem;
}

.jobs .job-card {
    position: relative;
    border-radius: 6px;
    padding: 2rem;
    border: 1px solid var(--border-color);
    color: var(--text-color-secondary);
    font-size: 15px;
    font-size: 0.9375rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
    cursor: default;
    margin-bottom: 2rem;
}

.jobs .job-card:hover {
    box-shadow:
        rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
        rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.jobs .job-card .show-more {
    display: block;
    position: absolute;
    right: 1.5rem;
    top: 1.6rem;
    font-size: 40px;
    font-size: 2.5rem;
    width: 28px;
    height: 28px;
    font-weight: 600;
    color: var(--text-color-third);
    line-height: 0.4em;
    text-align: center;
    transition: 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .jobs .job-card .show-more {
        transition: none;
    }
}

.jobs .job-card .show-more:hover {
    color: var(--text-color);
}

.jobs .job-card .show-more > span:last-child {
    display: none;
}

.jobs .job-card .position {
    padding: 0.3rem 1rem;
    border-radius: 50px;
    font-weight: 700;
    display: inline-block;
}

.jobs .job-card .position.color-1 {
    color: #4294f2;
    background: rgba(66, 148, 255, 0.26);
}

.jobs .job-card .position.color-2 {
    color: #6a42f2;
    background: rgba(106, 66, 242, 0.07);
}

.jobs .job-card .position.color-3 {
    color: #f162bc;
    background: rgba(241, 98, 188, 0.07);
}

.jobs .job-card .position.color-4 {
    color: #f27e42;
    background: rgba(242, 126, 66, 0.2588235294);
}

.jobs .job-card .position.color-5 {
    color: #2eb98d;
    background: rgba(46, 185, 141, 0.06);
}

.jobs .job-card .title {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
}

.jobs .job-card .title .location {
    font-weight: 400;
    font-size: 15px;
    font-size: 0.9375rem;
    color: var(--text-color-third);
}

.jobs .job-card .details .more-details {
    display: none;
    margin-bottom: 2rem;
}

.jobs .job-card .details .more-details ul {
    list-style: square;
    margin-left: 2rem;
}

.jobs .job-card .apply {
    text-align: right;
}

@media (max-width: 475px) {
    .jobs .job-card .apply {
        text-align: center;
    }
}

.jobs .job-card.collapsed .show-more > span:first-child {
    display: none;
}

.jobs .job-card.collapsed .show-more > span:last-child {
    display: block;
}

.jobs .job-card.collapsed .details .more-details {
    display: block;
}

ol li {
    line-height: 1.6em;
    margin-bottom: 1rem;
}

.rss-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.rss-links a {
    display: block;
    border: 1px solid var(--border-color);
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: -0.5px;
    padding: 20px 5px 20px 40px;
    background: url("./assets/img/icons/rss.svg") 15px 22px no-repeat;
    background-size: 19px;
    transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .rss-links a {
        transition: none;
    }
}

.rss-links a:hover {
    background-color: var(--soft-grey-2);
}

@media (max-width: 767px) {
    .rss-links {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .rss-links {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 425px) {
    .rss-links {
        grid-template-columns: repeat(1, 1fr);
    }
}

.tags {
    display: flex;
    gap: 0.5rem;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    overflow: auto;
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
}

.tags .links {
    display: flex;
    gap: 0.5rem;
    flex-wrap: nowrap;
}

.tags .links a {
    color: var(--text-color);
    border-radius: 25px;
    line-height: 1.4em;
    padding: 5px 15px;
    font-weight: 500;
    border: 1px solid var(--border-color-2);
    white-space: nowrap;
}

.tags .links a:hover {
    background: var(--soft-grey-2);
}

/* Logo: görsel kendi oranı, max-height ile üst sınır */
.main-menu .top-bar .logo,
.main-menu .top-bar .logo a,
#offcanvas-nav .inner .top .logo {
    width: auto;
    height: auto;
    max-height: none;
}
.main-menu .top-bar .logo img,
#offcanvas-nav .inner .top .logo img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 40px;
    display: block;
    object-fit: contain;
}

/* Logo: tema göre tek görsel – gündüz: ana logo, gece: ek logo */
html[data-bs-theme="light"] .logo img.dark,
body[data-bs-theme="light"] .logo img.dark {
    display: none !important;
}
html[data-bs-theme="dark"] .logo img.light,
body[data-bs-theme="dark"] .logo img.light {
    display: none !important;
}
footer .footer-logo img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 48px;
    object-fit: contain;
}

/* Detail single: yorum alanı (temaya uyumlu) */
.detail #comments.comments-area {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid var(--bs-border-color);
}
.detail .comments-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--bs-body-color);
    margin-bottom: 1.25rem;
}
.detail .comments-title span {
    color: var(--bs-primary);
}
.detail .comment-navigation {
    margin-bottom: 1.5rem;
}
.detail .comment-navigation a {
    color: var(--bs-primary);
    text-decoration: none;
}
.detail .comment-navigation a:hover {
    text-decoration: underline;
}
.detail .comment-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
}
.detail .comment-list .comment {
    padding: 1.25rem 0;
    border-bottom: 1px solid var(--bs-border-color);
}
.detail .comment-list .comment:last-child {
    border-bottom: none;
}
.detail .comment-list .children {
    list-style: none;
    padding-left: 2rem;
    margin-top: 1rem;
    margin-bottom: 0;
    border-left: 2px solid var(--bs-primary-border-subtle);
}
.detail .comment-body .comment-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    margin-bottom: 0.5rem;
}
.detail .comment-body .avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.detail .comment-author {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
}
.detail .comment-author a,
.detail .comment-author .fn {
    color: var(--bs-body-color);
}
.detail .comment-author a:hover {
    color: var(--bs-primary);
}
.detail .comment-metadata {
    font-size: 0.8125rem;
    color: var(--bs-secondary-color);
}
.detail .comment-metadata + .comment-metadata {
    margin-left: 0;
}
.detail .comment-metadata a {
    color: var(--bs-secondary-color);
    text-decoration: none;
}
.detail .comment-metadata a:hover {
    color: var(--bs-primary);
}
.detail .comment-content {
    font-size: 1rem;
    line-height: 1.55;
    margin-bottom: 0.5rem;
}
.detail .comment-content p:last-child {
    margin-bottom: 0;
}
.detail .reply {
    margin-top: 0.5rem;
}
.detail .comment-reply-link {
    font-size: 0.875rem;
    color: var(--bs-primary);
    text-decoration: none;
}
.detail .comment-reply-link:hover {
    text-decoration: underline;
}
.detail .no-comments {
    color: var(--bs-secondary-color);
    font-size: 1rem;
    margin: 1rem 0;
}
/* Yorum formu */
.detail .comment-form {
    margin-top: 2rem;
    padding: 1.5rem;
    background: var(--bs-gray-100, #f8f9fa);
    border: 1px solid var(--bs-border-color);
}
.detail .comment-form label {
    display: block;
    font-weight: 500;
    margin-bottom: 0.35rem;
    color: var(--bs-body-color);
}
.detail .comment-form .comment-form-author,
.detail .comment-form .comment-form-email,
.detail .comment-form .comment-form-url,
.detail .comment-form .comment-form-comment {
    margin-bottom: 1rem;
}
.detail .comment-form input[type="text"],
.detail .comment-form input[type="email"],
.detail .comment-form input[type="url"],
.detail .comment-form textarea {
    width: 100%;
    max-width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border: 1px solid var(--bs-border-color);
    background: var(--bs-body-bg);
    color: var(--bs-body-color);
    box-sizing: border-box;
}
.detail .comment-form textarea {
    min-height: 120px;
    resize: vertical;
}
.detail .comment-form input:focus,
.detail .comment-form textarea:focus {
    outline: none;
    border-color: var(--bs-primary);
}
.detail .comment-form .form-submit {
    margin: 1rem 0 0;
}
.detail .comment-form .submit {
    padding: 0.5rem 1.25rem;
    font-size: 1rem;
    font-weight: 500;
    color: var(--bs-white);
    background-color: var(--bs-primary);
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.detail .comment-form .submit:hover {
    background-color: var(--bs-link-hover-color);
    color: var(--bs-white);
}

/* 404 sayfası */
.error-404.not-found .section-title.red { font-size: 3rem; }
.error-404-lead { font-size: 1.125rem; color: var(--bs-secondary, #6c757d); }
.error-404-search .form-control { min-width: 220px; }
.error-404-categories .tags .links a { text-decoration: none; }

/*# sourceMappingURL=page.min.css.map */


